<!DOCTYPE html>
<html lang="en-US">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
    <script>window.wp=window.wp||{};if(!window.wp.jpI18nLoader||!window.wp.jpI18nLoader.state){window.wp.jpI18nLoader=window.wp.jpI18nLoader||{};window.wp.jpI18nLoader.state=window.wp.jpI18nLoader.state||'loaded';}</script>
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
    <meta name="mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
    <meta name="theme-color" content="#1e73be">
    <style id="cwd-critical-css">
/* ── 0. BOX SIZING ─────────────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box}

/* ── 1. BODY / BASE ────────────────────────────────────────────────────── */
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{font-family:'Open Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
     font-size:18px;line-height:1.7;color:#111;background:#fff;margin:0;padding:0;
     -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

/* ── 2. SKIP LINK (must be visible on focus before any other CSS loads) ─── */
.skip-link{
    position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;
    z-index:100000;background:#1e73be;color:#fff;font-size:14px;font-weight:700;
    padding:12px 18px;text-decoration:none;border-radius:0 0 6px 0}
.skip-link:focus,.skip-link:focus-visible{
    position:fixed;left:0;top:0;width:auto;height:auto;overflow:visible;clip:none;
    outline:3px solid #fff;outline-offset:2px}

/* ── 3. FOCUS VISIBLE — WCAG 2.1 AA §2.4.11 ────────────────────────────── */
:focus-visible{
    outline:3px solid #1e73be;outline-offset:3px;border-radius:2px}
:focus:not(:focus-visible){outline:none}
/* High-contrast mode */
@media (forced-colors:active){
    :focus-visible{outline:3px solid ButtonText}}

/* ── 4. IMAGES — prevent CLS with aspect-ratio placeholders ─────────────── */
img{max-width:100%;height:auto;vertical-align:middle}
img:not([width]){display:block}
/* Reserve space for known aspect ratios before image loads */
.cwd-card-thumb img,
.cwd-hero-img img,
.wp-post-image{aspect-ratio:16/9;width:100%;height:auto;object-fit:cover}
.cwd-slider-img,.featured-slider-wrapper img{aspect-ratio:21/9;width:100%;height:auto;object-fit:cover}

/* ── 5. HEADER SKELETON — prevents layout shift on FCP ─────────────────── */
.cwd-utility-bar{
    background:#f5f5f5;border-bottom:1px solid #e0e0e0;
    height:36px;overflow:hidden;contain:layout style}
.cwd-logo-row{
    background:#fff;padding:14px 0;min-height:72px;
    display:flex;align-items:center;contain:layout style}
.cwd-logo-inner{
    max-width:1200px;margin:0 auto;width:100%;padding:0 20px;
    display:flex;align-items:center;justify-content:space-between}
.cwd-logo-center{text-align:center;flex:1}
.cwd-logo-img{height:56px;width:auto;display:block;margin:0 auto}
.cwd-main-nav-bar{
    background:#fff;border-bottom:2px solid #1e73be;
    position:sticky;top:0;z-index:1000;contain:layout style}
.cwd-donate-btn{
    display:inline-flex;align-items:center;justify-content:center;
    min-height:38px;padding:8px 22px;
    background:#d32f2f;color:#fff;
    font-weight:700;font-size:14px;border-radius:4px;
    text-decoration:none;white-space:nowrap;cursor:pointer;
    /* Prevent invisible text flash */
    font-display:swap}
.kindful-donate-btn{cursor:pointer}

/* ── 6. LAYOUT SHELL ────────────────────────────────────────────────────── */
#primary{max-width:1200px;margin:0 auto;padding:40px 20px}
.cwd-single-layout{display:flex;gap:40px;align-items:flex-start}
.cwd-site-main{flex:1 1 0;min-width:0;max-width:800px}
.cwd-context-sidebar{width:300px;flex-shrink:0}

/* ── 7. ARTICLE TYPOGRAPHY ──────────────────────────────────────────────── */
h1{font-size:clamp(1.6rem,3.5vw,2.4rem);line-height:1.2;margin:0 0 .5em;font-weight:800}
h2{font-size:clamp(1.25rem,2.8vw,1.9rem);line-height:1.3;margin:1.4em 0 .5em;font-weight:700}
h3{font-size:clamp(1.1rem,2vw,1.45rem);line-height:1.35;margin:1.2em 0 .4em;font-weight:700}
p{margin:0 0 1.2em}
a{color:#1e73be;text-decoration:underline;text-underline-offset:2px}
a:hover{color:#1558a0}

/* ── 8. HOMEPAGE HERO SLIDER SKELETON ──────────────────────────────────── */
.featured-slider-wrapper{position:relative;width:100%;margin-bottom:40px;
    background:#111;min-height:min(56vw,520px)}
.featured-slider{position:relative;width:100%;overflow:hidden}
.slider-slide{display:none}
/* No-JS / pre-init fallback: show first slide before slider.js runs */
.featured-slider:not(.slider-initialized) .slider-slide:first-child{display:block}
.slider-slide.active{display:block}

/* ── 9. POST CARD SKELETON — prevents grid/list layout shift ────────────── */
.cwd-post-card,.cwd-news-card,.td-block-span4{
    display:flex;flex-direction:column;overflow:hidden}
.cwd-card-thumb,.cwd-post-card figure,.td-image-container{
    aspect-ratio:16/9;overflow:hidden;background:#f5f5f5;flex-shrink:0}
.cwd-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}
/* Grid layouts */
.cwd-grid-3,.td-block-row,.td-pb-row{display:flex;flex-wrap:wrap;gap:20px}
.cwd-grid-3 > *{flex:1 1 calc(33.333% - 14px);min-width:280px}

/* ── 10. SIDEBAR SKELETON ───────────────────────────────────────────────── */
.cwd-sidebar-widget{margin-bottom:20px;padding:20px;background:#f9f9f9;border-radius:6px}

/* ── 11. MOBILE — must match first paint on phones ─────────────────────── */
@media (max-width:900px){
    /* Logo row collapses to mobile header */
    .cwd-logo-row{padding:8px 16px;min-height:54px}
    .cwd-logo-img{height:38px}
    .cwd-utility-bar{display:none}/* hidden on mobile */
    .cwd-single-layout{display:block}
    .cwd-context-sidebar{width:100%;margin-top:40px}
    #primary{padding:24px 16px}
    .cwd-grid-3 > *{flex:1 1 100%}
    /* Tap targets ≥ 48×48px per WCAG 2.5.5 */
    .cwd-hamburger,.cwd-donate-btn,.kindful-donate-btn{min-height:48px;min-width:48px}
    body,p,li,dd{font-size:16px}/* ≥ 12px legibility — Lighthouse SEO audit */
    h1{font-size:1.7rem}
}
@media (max-width:600px){
    h1{font-size:1.5rem}
    .cwd-grid-3 > *{flex:1 1 100%}
}

/* ── 12. REDUCED MOTION — WCAG 2.3.3 ───────────────────────────────────── */
@media (prefers-reduced-motion:reduce){
    *,*::before,*::after{
        animation-duration:.01ms !important;
        animation-iteration-count:1 !important;
        transition-duration:.01ms !important;
        scroll-behavior:auto !important}}

/* ── 13. PRINT BASELINE ─────────────────────────────────────────────────── */
@media print{
    .cwd-utility-bar,.cwd-main-nav-bar,.cwd-context-sidebar,
    .cwd-hamburger,.cwd-donate-btn,footer{display:none !important}
    body{font-size:12pt;color:#000}
    a{color:#000;text-decoration:underline}}
</style>
    <link rel="preconnect" href="https://www.google-analytics.com" crossorigin>
<link rel="dns-prefetch" href="https://www.google-analytics.com">
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin>
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<link rel="preconnect" href="https://img.youtube.com" crossorigin>
<link rel="dns-prefetch" href="https://img.youtube.com">
<link rel="preconnect" href="https://i.ytimg.com" crossorigin>
<link rel="dns-prefetch" href="https://i.ytimg.com">
<link rel="preconnect" href="https://consumerwatchdog.kindful.com" crossorigin>
<link rel="preconnect" href="https://www.youtube.com" crossorigin>
<link rel="preconnect" href="https://www.youtube-nocookie.com" crossorigin>
<link rel="dns-prefetch" href="//consumerwatchdog.kindful.com">
<link rel="dns-prefetch" href="//www.youtube.com">
<link rel="dns-prefetch" href="//twitter.com">
<link rel="dns-prefetch" href="//facebook.com">
<!-- Google tag (gtag.js) consent mode dataLayer added by Site Kit -->
<script id="google_gtagjs-js-consent-mode-data-layer">
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {"ad_personalization":"denied","ad_storage":"denied","ad_user_data":"denied","analytics_storage":"denied","functionality_storage":"denied","security_storage":"denied","personalization_storage":"denied","region":["AT","BE","BG","CH","CY","CZ","DE","DK","EE","ES","FI","FR","GB","GR","HR","HU","IE","IS","IT","LI","LT","LU","LV","MT","NL","NO","PL","PT","RO","SE","SI","SK"],"wait_for_update":500});
window._googlesitekitConsentCategoryMap = {"statistics":["analytics_storage"],"marketing":["ad_storage","ad_user_data","ad_personalization"],"functional":["functionality_storage","security_storage"],"preferences":["personalization_storage"]};
window._googlesitekitConsents = {"ad_personalization":"denied","ad_storage":"denied","ad_user_data":"denied","analytics_storage":"denied","functionality_storage":"denied","security_storage":"denied","personalization_storage":"denied","region":["AT","BE","BG","CH","CY","CZ","DE","DK","EE","ES","FI","FR","GB","GR","HR","HU","IE","IS","IT","LI","LT","LU","LV","MT","NL","NO","PL","PT","RO","SE","SI","SK"],"wait_for_update":500};
</script>
<!-- End Google tag (gtag.js) consent mode dataLayer added by Site Kit -->

	<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.6) - https://yoast.com/product/yoast-seo-premium-wordpress/ -->
	<title>Corporateering Book Review -</title>
	<meta name="description" content="The San Francisco Bay Guardian Corporateers invade our privacy, trick us with deceptive advertising, attack our rights of organization and association, compromise press freedom, erode our rights to use the courts, endanger our health and safety, corrupt our electoral system, and turn p" />
	<link rel="canonical" href="https://consumerwatchdog.org/uncategorized/corporateering-book-review/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Corporateering Book Review" />
	<meta property="og:description" content="The San Francisco Bay Guardian Corporateers invade our privacy, trick us with deceptive advertising, attack our rights of organization and association, compromise press freedom, erode our rights to use the courts, endanger our health and safety, corrupt our electoral system, and turn p" />
	<meta property="og:url" content="https://consumerwatchdog.org/uncategorized/corporateering-book-review/" />
	<meta property="article:publisher" content="https://www.facebook.com/consumerwatchdog" />
	<meta property="article:published_time" content="2003-06-27T07:00:00+00:00" />
	<meta property="og:image" content="https://consumerwatchdog.org/wp-content/uploads/2023/02/ConsumerWatchdogSocialShare-3.jpg" />
	<meta property="og:image:width" content="1200" />
	<meta property="og:image:height" content="675" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="author" content="Jamie Court" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:creator" content="@raisinghellnow" />
	<meta name="twitter:site" content="@ConsumerWD" />
	<meta name="twitter:label1" content="Written by" />
	<meta name="twitter:data1" content="Jamie Court" />
	<meta name="twitter:label2" content="Est. reading time" />
	<meta name="twitter:data2" content="3 minutes" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/consumerwatchdog.org\/uncategorized\/corporateering-book-review\/#article","isPartOf":{"@id":"https:\/\/consumerwatchdog.org\/uncategorized\/corporateering-book-review\/"},"author":{"name":"Jamie Court","@id":"https:\/\/consumerwatchdog.org\/#\/schema\/person\/bb71be132eb5cb1c84090145dbb9c7d4"},"headline":"Corporateering Book Review","datePublished":"2003-06-27T07:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/consumerwatchdog.org\/uncategorized\/corporateering-book-review\/"},"wordCount":594,"publisher":{"@id":"https:\/\/consumerwatchdog.org\/#organization"},"articleSection":["Insurance"],"inLanguage":"en-US","copyrightYear":"2003","copyrightHolder":{"@id":"https:\/\/consumerwatchdog.org\/#organization"}},{"@type":"WebPage","@id":"https:\/\/consumerwatchdog.org\/uncategorized\/corporateering-book-review\/","url":"https:\/\/consumerwatchdog.org\/uncategorized\/corporateering-book-review\/","name":"Corporateering Book Review -","isPartOf":{"@id":"https:\/\/consumerwatchdog.org\/#website"},"datePublished":"2003-06-27T07:00:00+00:00","description":"The San Francisco Bay Guardian Corporateers invade our privacy, trick us with deceptive advertising, attack our rights of organization and association, compromise press freedom, erode our rights to use the courts, endanger our health and safety, corrupt our electoral system, and turn p","breadcrumb":{"@id":"https:\/\/consumerwatchdog.org\/uncategorized\/corporateering-book-review\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/consumerwatchdog.org\/uncategorized\/corporateering-book-review\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/consumerwatchdog.org\/uncategorized\/corporateering-book-review\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/consumerwatchdog.org\/"},{"@type":"ListItem","position":2,"name":"Corporateering Book Review"}]},{"@type":"WebSite","@id":"https:\/\/consumerwatchdog.org\/#website","url":"https:\/\/consumerwatchdog.org\/","name":"Consumer Watchdog","description":"Advocating for Consumer Rights Across California and the Nation","publisher":{"@id":"https:\/\/consumerwatchdog.org\/#organization"},"alternateName":"Consumer Watchdog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/consumerwatchdog.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/consumerwatchdog.org\/#organization","name":"Consumer Watchdog","alternateName":"Consumer Watchdog","url":"https:\/\/consumerwatchdog.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/consumerwatchdog.org\/#\/schema\/logo\/image\/","url":"https:\/\/consumerwatchdog.org\/wp-content\/uploads\/2023\/02\/ConsumerWatchdogSocialShare-3.jpg","contentUrl":"https:\/\/consumerwatchdog.org\/wp-content\/uploads\/2023\/02\/ConsumerWatchdogSocialShare-3.jpg","width":1200,"height":675,"caption":"Consumer Watchdog"},"image":{"@id":"https:\/\/consumerwatchdog.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/consumerwatchdog","https:\/\/x.com\/ConsumerWD","https:\/\/universeodon.com\/@consumerwatchdog","http:\/\/youtube.com\/consumerwatchdog","http:\/\/instagram.com\/consumerwatchdog\/","https:\/\/bsky.app\/profile\/consumerwatchdog.bsky.social"],"description":"Providing an effective voice for American consumers in an era when special interests dominate public discourse, government and politics. Non-partisan.","email":"contact@consumerwatchdogorg","telephone":"310-392-0522","legalName":"Consumer Watchdog","foundingDate":"1988-11-04"},{"@type":"Person","@id":"https:\/\/consumerwatchdog.org\/#\/schema\/person\/bb71be132eb5cb1c84090145dbb9c7d4","name":"Jamie Court","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9367f0d7a40420513ed8794c7fd646bd4d8300c958e56d7a807ed8bda39461b3?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9367f0d7a40420513ed8794c7fd646bd4d8300c958e56d7a807ed8bda39461b3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9367f0d7a40420513ed8794c7fd646bd4d8300c958e56d7a807ed8bda39461b3?s=96&d=mm&r=g","caption":"Jamie Court"},"description":"Consumer Watchdog's President and Chairman of the Board is an award-winning and nationally recognized consumer advocate. The author of three books, he has led dozens of campaigns to reform insurance companies, financial institutions, energy companies, political accountability and health care companies.","sameAs":["consumerwatchdog","https:\/\/x.com\/raisinghellnow"],"jobTitle":"President","worksFor":"Consumer Watchdog","url":"https:\/\/consumerwatchdog.org\/author\/jamie-court\/"}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<style id="cwd-a11y-css">
/* Screen-reader only text — visually hidden, announced by screen readers */
.screen-reader-text{
    position:absolute !important;width:1px !important;height:1px !important;
    padding:0 !important;margin:-1px !important;overflow:hidden !important;
    clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}
.screen-reader-text:focus{
    position:fixed !important;top:0 !important;left:0 !important;
    width:auto !important;height:auto !important;padding:12px 18px !important;
    margin:0 !important;overflow:visible !important;clip:auto !important;
    white-space:normal !important;background:#1e73be !important;
    color:#fff !important;font-size:14px !important;font-weight:700 !important;
    z-index:100000 !important;text-decoration:none !important;
    border-radius:0 0 6px 0 !important;
    outline:3px solid #fff !important;outline-offset:2px !important}

/* Focus visible — keyboard users only */
:focus-visible{
    outline:3px solid #1e73be !important;
    outline-offset:3px !important;
    border-radius:2px !important}
:focus:not(:focus-visible){outline:none !important}

/* Keyboard-active: show focus on buttons/links */
.js-focus-keyboard :focus{outline:3px solid #1e73be !important;outline-offset:3px !important}
.js-focus-mouse :focus{outline:none !important}

/* High-contrast / WHCM support */
@media (forced-colors:active){
    :focus-visible{outline:3px solid ButtonText !important}
    .cwd-donate-btn,.kindful-donate-btn{forced-color-adjust:none}}

/* Reduced motion */
@media (prefers-reduced-motion:reduce){
    *,*::before,*::after{
        animation-duration:.01ms !important;
        animation-iteration-count:1 !important;
        transition-duration:.01ms !important;
        scroll-behavior:auto !important}}

/* Color contrast audit helpers (min WCAG AA) */
/* --cwd-text on --cwd-bg must be ≥ 4.5:1 for normal text, 3:1 for large */
:root{
    --cwd-text-dark:#0d1117;  /* contrast >7:1 on white */
    --cwd-text-mid:#374151;   /* contrast 10:1 on white */
    --cwd-text-subtle:#4b5563;/* contrast 7:1 on white */
    --cwd-link:#1558a0;        /* contrast 4.65:1 on white */
    --cwd-link-visited:#6d28d9;/* contrast 4.54:1 on white */
    --cwd-red:#b71c1c;         /* contrast 5.1:1 on white */
    --cwd-focus:#1e73be;       /* contrast 3.1:1 on white — acceptable for UI */
}
</style>
    <meta name="keywords" content="California insurance news, homeowners insurance denied California, fire insurance rate increase, California FAIR Plan coverage, insurance bad faith lawsuit, State Farm California, Allstate non-renewal, insurance commissioner California, Proposition 103 California insurance, insurance company gouging consumers">
<meta name="article:word_count" content="583">
<meta name="article:reading_time" content="3 min read">
    <!-- Citation meta — Google Scholar, AI citation systems (not output by Yoast) -->
    <meta name="citation_title"            content="Corporateering Book Review">
    <meta name="citation_author"           content="Jamie Court">
    <meta name="citation_publication_date" content="2003-06-27">
    <meta name="citation_publisher"        content="Consumer Watchdog">
    <!-- Dublin Core metadata (academic/research indexers, AI inference) -->
    <meta name="DC.title"       content="Corporateering Book Review">
    <meta name="DC.creator"     content="Jamie Court">
    <meta name="DC.subject"     content="Insurance">
    <meta name="DC.description" content="&lt;p class=&quot;source&quot;&gt;The San Francisco Bay Guardian&lt;/p&gt;
&lt;p&gt;Corporateers invade our privacy, trick us with deceptive advertising, attack our rights of organization and association, compromise press freedom, erode our rights to use the courts, endanger our health and safety, corrupt our electoral system, and turn p&lt;/p&gt;">
    <meta name="DC.publisher"   content="Consumer Watchdog">
    <meta name="DC.date"        content="2003-06-27">
    <meta name="DC.type"        content="Text">
    <meta name="DC.format"      content="text/html">
    <meta name="DC.language"    content="en-US">
    <meta name="twitter:creator" content="@raisinghellnow">
<meta name="coverage"      content="California">
<meta name="distribution"  content="global">
<meta name="revisit-after" content="3 days">
<meta name="DC.rights"   content="Copyright 2026 Consumer Watchdog. All rights reserved.">
<meta name="DC.coverage" content="California, United States">
<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>

<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 16px;--wp--preset--font-size--large: 18px;--wp--preset--font-size--x-large: 24px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: 'Montserrat', sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: 'Roboto', sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root { --wp--style--global--content-size: 1200px;--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{background-color: #ffffff;color: #111111;font-family: 'Open Sans', sans-serif;font-size: 18px;font-weight: 400;line-height: 1.7;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){color: #1e73be;text-decoration: none;}h1, h2, h3, h4, h5, h6{font-family: 'Roboto', sans-serif;font-weight: 700;line-height: 1.2;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;}
/*# sourceURL=global-styles-inline-css */
</style>

<link rel='stylesheet' id='all-css-9cc814c56cbc6d4362a67d85d592644d' href='https://consumerwatchdog.org/wp-content/themes/consumerwatchdog-2026/assets/css/theme.css?m=1779736502' type='text/css' media='all' />
<style id="cwd2026-theme-inline-css">
.cwd-ti-wrap{
    display:grid;
    align-items:center;
    gap:52px;
    padding:52px 0;
}
/* Ensure CSS-var accent is picked up from the wrapper */
.cwd-ti-wrap{ --cwd-ti-accent: #1a3a5c; }
/* Split variants — left col : right col */
.cwd-ti-wrap--50-50{ grid-template-columns:1fr 1fr; }
.cwd-ti-wrap--55-45{ grid-template-columns:1.2fr 1fr; }
.cwd-ti-wrap--60-40{ grid-template-columns:1.5fr 1fr; }
.cwd-ti-wrap--40-60{ grid-template-columns:1fr 1.5fr; }
/* NOTE: column order (image-left vs image-right) is controlled by PHP DOM
   output order, NOT by CSS order properties, to ensure reliable cross-browser
   behaviour in both grid and flex contexts. */

/* Divider */
.cwd-ti-wrap--divider{
    border-bottom:1px solid #e5e5e5;
    padding-bottom:52px;
    margin-bottom:8px;
}

/* ── Text column ─────────────────────────────────────────────────────────── */
.cwd-ti-text{ padding: 8px 0; }

/* Eyebrow label */
.cwd-ti-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-bottom: 14px;
    line-height: 1;
}
.cwd-ti-eyebrow::before{
    content: '';
    display: inline-block;
    width: 28px;
    height: 3px;
    background: currentColor;
    border-radius: 2px;
    flex-shrink: 0;
}

/* Heading — !important beats .page .entry-content h2 { !important } in theme.css
   (this <style> tag is injected after theme.css, so last !important wins) */
.cwd-ti-heading{
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: clamp(26px, 3vw, 40px) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin: 0 0 20px !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
    color: var(--cwd-ti-accent, #1a3a5c) !important;
}

/* Body copy */
.cwd-ti-body{
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    line-height: 1.85;
    color: #333;
}
.cwd-ti-body p{ margin:0 0 18px; font-size:17px; line-height:1.85; color:#333; font-family:Georgia,'Times New Roman',serif; }
.cwd-ti-body p:last-child{ margin-bottom:0; }
.cwd-ti-body a{ color:inherit; text-underline-offset:2px; }
.cwd-ti-body ul, .cwd-ti-body ol{ padding-left:22px; margin:0 0 18px; }
.cwd-ti-body ul{ list-style:disc; }
.cwd-ti-body ol{ list-style:decimal; }
.cwd-ti-body li{ font-family:Georgia,'Times New Roman',serif; font-size:17px; line-height:1.75; margin-bottom:8px; color:#333; }
.cwd-ti-body strong,.cwd-ti-body b{ font-weight:700; }
.cwd-ti-body em,.cwd-ti-body i{ font-style:italic; }
.cwd-ti-body h3{ font-family:Georgia,serif; font-size:21px; font-weight:400; margin:28px 0 10px; color:#111; }

/* ── Image column ────────────────────────────────────────────────────────── */
.cwd-ti-img{ display:flex; flex-direction:column; align-items:center; }
.cwd-ti-img img{ width:100%; height:auto; display:block; }
.cwd-ti-img--rounded img{ border-radius:10px; }
.cwd-ti-img--shadow  img{ box-shadow:0 8px 32px rgba(0,0,0,0.14); }
.cwd-ti-caption{
    font-family:'Open Sans',sans-serif;
    font-size:12px; color:#888;
    text-align:center; margin-top:10px;
    font-style:italic; line-height:1.5;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media(max-width:820px){
    .cwd-ti-wrap,
    .cwd-ti-wrap--50-50,
    .cwd-ti-wrap--55-45,
    .cwd-ti-wrap--60-40,
    .cwd-ti-wrap--40-60{
        grid-template-columns:1fr;
        gap:28px;
        padding:32px 0;
    }
    /* On mobile image always goes first (visual interest at top of text) */
    .cwd-ti-img  { order:-1; }
    .cwd-ti-text { order:0; }
}

/* Reuse .cwd-ti-wrap grid from text+image block if both present.
   Class prefixed cwd-ts- to avoid collisions. */
.cwd-ts-wrap{
    display: grid;
    align-items: center;
    gap: 52px;
    padding: 0;
}
/* Ensure CSS-var accent is picked up from the wrapper */
.cwd-ts-wrap{ --cwd-ts-accent: #1a3a5c; }
.cwd-ts-wrap--50-50{ grid-template-columns: 1fr 1fr; }
.cwd-ts-wrap--55-45{ grid-template-columns: 1.2fr 1fr; }
.cwd-ts-wrap--60-40{ grid-template-columns: 1.5fr 1fr; }
.cwd-ts-wrap--40-60{ grid-template-columns: 1fr 1.5fr; }

.cwd-ts-wrap--divider{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 52px;
    margin-bottom: 8px;
}

/* ── Text column ─────────────────────────────────────────────────────────── */
.cwd-ts-text{ padding: 8px 0; }

.cwd-ts-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-bottom: 14px;
    line-height: 1;
}
.cwd-ts-eyebrow::before{
    content: '';
    display: inline-block;
    width: 28px;
    height: 3px;
    background: currentColor;
    border-radius: 2px;
    flex-shrink: 0;
}

/* Same !important protection as .cwd-ti-heading */
.cwd-ts-heading{
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: clamp(26px, 3vw, 40px) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin: 0 0 20px !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
    color: var(--cwd-ts-accent, #1a3a5c) !important;
}

/* Bullet list rows */
.cwd-ts-bullets{
    list-style: none;
    padding: 0;
    margin: 0;
}
.cwd-ts-bullets li{
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    line-height: 1.75;
    color: #333;
    padding: 11px 0 11px 28px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.cwd-ts-bullets li:last-child{ border-bottom:none; padding-bottom:0; }
.cwd-ts-bullets li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--cwd-ts-accent, #1a3a5c);
}
.cwd-ts-bullets li a{ color:var(--cwd-ts-accent,#1a3a5c); text-underline-offset:3px; font-weight:600; }
.cwd-ts-bullets li strong,.cwd-ts-bullets li b{ font-weight:700; }
.cwd-ts-bullets li em,.cwd-ts-bullets li i{ font-style:italic; }

/* ── Space column ────────────────────────────────────────────────────────── */
.cwd-ts-space{
    height: 100%;
    min-height: 120px;
    border-radius: 8px;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media(max-width:820px){
    .cwd-ts-wrap,
    .cwd-ts-wrap--50-50,
    .cwd-ts-wrap--55-45,
    .cwd-ts-wrap--60-40,
    .cwd-ts-wrap--40-60{
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
    }
    /* On mobile collapse space column entirely — no point in showing it */
    .cwd-ts-space{ display:none; }
    /* Text takes full width */
    .cwd-ts-text{ order:0 !important; }
}


/* ── Outer wrapper (one per block instance) ─────────────────────────────── */
.cwd-bi-wrap {
    display: grid;
    align-items: center;
    gap: 72px;
    max-width: 960px;
    margin: 0 auto 40px;
    padding: 60px 64px;
    --cwd-bi-accent: #1a3a5c;
}

/* Column splits */
.cwd-bi-wrap--50-50 { grid-template-columns: 1fr 1fr; }
.cwd-bi-wrap--55-45 { grid-template-columns: 1.22fr 1fr; }
.cwd-bi-wrap--60-40 { grid-template-columns: 1.5fr 1fr; }
.cwd-bi-wrap--40-60 { grid-template-columns: 1fr 1.5fr; }

/* Divider variant */
.cwd-bi-wrap--divider {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 60px;
    margin-bottom: 0;
}

/* ── Text column ─────────────────────────────────────────────────────────── */
.cwd-bi-text { padding: 8px 0; }

.cwd-bi-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 16px;
    line-height: 1;
    color: var(--cwd-bi-accent, #1a3a5c);
}
.cwd-bi-eyebrow::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    flex-shrink: 0;
    opacity: 0.7;
}

.cwd-bi-heading {
    font-family: 'Open Sans', -apple-system, 'Helvetica Neue', Arial, sans-serif !important;
    font-size: clamp(22px, 2.4vw, 34px) !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    margin: 0 0 22px !important;
    letter-spacing: -0.3px !important;
    color: var(--cwd-bi-accent, #1a3a5c) !important;
}

/* ── Bullet list ─────────────────────────────────────────────────────────── */
.cwd-bi-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cwd-bi-bullets li {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a3c;          /* Apple "secondary label" */
    padding: 12px 0 12px 26px;
    position: relative;
    border-bottom: 1px solid #f0f0f5;
}
.cwd-bi-bullets li:first-child { padding-top: 0; }
.cwd-bi-bullets li:last-child  { border-bottom: none; padding-bottom: 0; }

/* Bullet dot — left-aligned, vertically centred on first line */
.cwd-bi-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 21px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cwd-bi-accent, #1a3a5c);
    opacity: 0.85;
}
.cwd-bi-bullets li:first-child::before { top: 9px; }

.cwd-bi-bullets li a {
    color: var(--cwd-bi-accent, #1a3a5c);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    font-weight: 600;
}
.cwd-bi-bullets li a:hover { opacity: 0.75; }
.cwd-bi-bullets li strong,
.cwd-bi-bullets li b    { font-weight: 700; color: #1c1c1e; }
.cwd-bi-bullets li em,
.cwd-bi-bullets li i    { font-style: italic; }

/* ── Image column ────────────────────────────────────────────────────────── */
.cwd-bi-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cwd-bi-img img {
    width: 100%;
    height: auto;
    display: block;
}
.cwd-bi-img--rounded img  { border-radius: 14px; }
.cwd-bi-img--shadow  img  { box-shadow: 0 8px 40px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.06); }

.cwd-bi-caption {
    font-family: 'Open Sans', sans-serif;
    font-size: 11.5px;
    color: #8e8e93;          /* Apple "tertiary label" */
    text-align: center;
    margin-top: 12px;
    font-style: italic;
    line-height: 1.55;
    letter-spacing: 0.1px;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .cwd-bi-wrap {
        padding: 44px 36px;
        gap: 40px;
    }
}

@media (max-width: 680px) {
    .cwd-bi-wrap,
    .cwd-bi-wrap--50-50,
    .cwd-bi-wrap--55-45,
    .cwd-bi-wrap--60-40,
    .cwd-bi-wrap--40-60 {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 32px 24px;
        border-radius: 12px;
        margin-bottom: 24px;
    }
    .cwd-bi-img  { order: -1; }
    .cwd-bi-text { order: 0; }
}


/* ── Outer wrapper ───────────────────────────────────────────────────────── */
.cwd-si-wrap {
    display: grid;
    align-items: center;
    gap: 64px;
    padding: 80px 64px;
    background: var(--cwd-si-bg, #c5192d);
    border-radius: 16px;
    overflow: hidden;
}

/* Column splits */
.cwd-si-wrap--img-left  { grid-template-columns: 1fr 1.15fr; }
.cwd-si-wrap--img-right { grid-template-columns: 1.15fr 1fr; }

/* ── Image column ────────────────────────────────────────────────────────── */
.cwd-si-img-col { position: relative; }

.cwd-si-img-col img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

/* Collage effect: slight rotation + layered shadow */
.cwd-si-wrap--effect .cwd-si-img-col img {
    transform: rotate(-0.7deg);
    border-radius: 12px;
    box-shadow:
        -8px 10px 0 rgba(0,0,0,0.06),
        0 18px 40px rgba(15,23,42,0.18);
}

/* ── Text column ─────────────────────────────────────────────────────────── */
.cwd-si-text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cwd-si-wrap .cwd-si-eyebrow {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: var(--cwd-si-heading-color, #c8a452) !important;
    margin: 0 0 16px 0 !important;
    line-height: 1.2 !important;
    opacity: 0.9;
}

.cwd-si-wrap .cwd-si-heading {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif !important;
    font-size: clamp(44px, 5.5vw, 72px) !important;
    font-weight: 700 !important;
    text-transform: none !important;
    line-height: 1.04 !important;
    letter-spacing: -1.5px !important;
    color: var(--cwd-si-heading-color, #c8a452) !important;
    margin: 0 0 28px 0 !important;
    padding: 0 !important;
}

.cwd-si-rows {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cwd-si-wrap .cwd-si-rows li {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.75 !important;
    color: var(--cwd-si-row-color, rgba(255,255,255,0.95)) !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid var(--cwd-si-divider, rgba(255,255,255,0.14)) !important;
}

.cwd-si-wrap .cwd-si-rows li:first-child { padding-top: 0; }
.cwd-si-wrap .cwd-si-rows li:last-child  { border-bottom: none; padding-bottom: 0; }

.cwd-si-wrap .cwd-si-rows li a {
    color: var(--cwd-si-heading-color, #c8a452);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.cwd-si-wrap .cwd-si-rows li a:hover { opacity: 0.8; }
.cwd-si-wrap .cwd-si-rows li strong, .cwd-si-wrap .cwd-si-rows li b { font-weight: 700; color: var(--cwd-si-strong, #fff); }

/* ── Image placeholder (no image set) ───────────────────────────────────── */
.cwd-si-img-placeholder {
    min-height: 260px;
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    border: 2px dashed rgba(255,255,255,0.2);
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 860px) {
    .cwd-si-wrap {
        grid-template-columns: 1fr !important;
        padding: 48px 28px;
        gap: 36px;
    }
    /* On mobile always show image first */
    .cwd-si-wrap--img-left  .cwd-si-img-col  { order: 0; }
    .cwd-si-wrap--img-left  .cwd-si-text-col { order: 1; }
    .cwd-si-wrap--img-right .cwd-si-text-col { order: 1; }
    .cwd-si-wrap--img-right .cwd-si-img-col  { order: 0; }

    .cwd-si-wrap--effect .cwd-si-img-col img {
        transform: none;
        box-shadow: 0 16px 48px rgba(0,0,0,0.28);
    }
    .cwd-si-wrap .cwd-si-heading { font-size: clamp(34px, 8vw, 52px) !important; letter-spacing: -1px !important; }
}

.cwd-bs-wrap{
    display: grid;
    align-items: center;
    gap: 52px;
    padding: 0;
}
.cwd-bs-wrap{ --cwd-bs-accent: #1a3a5c; }
.cwd-bs-wrap--50-50{ grid-template-columns: 1fr 1fr; }
.cwd-bs-wrap--55-45{ grid-template-columns: 1.2fr 1fr; }
.cwd-bs-wrap--60-40{ grid-template-columns: 1.5fr 1fr; }
.cwd-bs-wrap--40-60{ grid-template-columns: 1fr 1.5fr; }
.cwd-bs-wrap--divider{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 32px;
    margin-bottom: 8px;
}

/* ── Text column ── */
.cwd-bs-text{ padding: 8px 0; }

.cwd-bs-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-bottom: 14px;
    line-height: 1;
}
.cwd-bs-eyebrow::before{
    content: '';
    display: inline-block;
    width: 28px;
    height: 3px;
    background: currentColor;
    border-radius: 2px;
    flex-shrink: 0;
}

.cwd-bs-heading{
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: clamp(26px, 3vw, 40px) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin: 0 0 20px !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
    color: var(--cwd-bs-accent, #1a3a5c) !important;
}

/* ── Bullet rows ── */
.cwd-bs-bullets{
    list-style: none;
    padding: 0;
    margin: 0;
}
.cwd-bs-bullets li{
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    line-height: 1.75;
    color: #333;
    padding: 11px 0 11px 28px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.cwd-bs-bullets li:last-child{ border-bottom: none; padding-bottom: 0; }
.cwd-bs-bullets li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 19px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--cwd-bs-accent, #1a3a5c);
}
.cwd-bs-bullets li a{ color: var(--cwd-bs-accent, #1a3a5c); text-underline-offset: 3px; font-weight: 600; }
.cwd-bs-bullets li strong, .cwd-bs-bullets li b{ font-weight: 700; }
.cwd-bs-bullets li em, .cwd-bs-bullets li i{ font-style: italic; }

/* ── Space column ── */
.cwd-bs-space{
    height: 100%;
    min-height: 120px;
    border-radius: 8px;
}

/* ── Responsive ── */
@media(max-width:820px){
    .cwd-bs-wrap,
    .cwd-bs-wrap--50-50,
    .cwd-bs-wrap--55-45,
    .cwd-bs-wrap--60-40,
    .cwd-bs-wrap--40-60{
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
    }
    .cwd-bs-space{ display: none; }
    .cwd-bs-text{ order: 0 !important; }
}

.cwd-ac-wrap{display:flex;flex-wrap:wrap;gap:0;background:var(--cwd-ac-bg);border-radius:10px;overflow:hidden;margin:24px 0;}.cwd-ac-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;padding:32px 24px;text-decoration:none;color:inherit;flex:1;min-width:180px;transition:background .18s;}.cwd-ac-card:hover{background:rgba(0,0,0,.04);}.cwd-ac-dividers .cwd-ac-card+.cwd-ac-card{border-left:1px solid rgba(0,0,0,.1);}.cwd-ac-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:16px;border:3px solid var(--cwd-ac-accent);}.cwd-ac-info{display:flex;flex-direction:column;align-items:center;gap:5px;width:100%;}.cwd-ac-name{font-family:"Open Sans",sans-serif;font-size:16px;font-weight:700;color:var(--cwd-ac-accent);line-height:1.2;}.cwd-ac-jobtitle{font-family:"Open Sans",sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#888;}.cwd-ac-bio{font-family:Georgia,serif;font-size:13px;color:#555;line-height:1.5;max-width:320px;}.cwd-ac-more{font-family:"Open Sans",sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--cwd-ac-accent);margin-top:6px;}@media(max-width:640px){.cwd-ac-wrap{flex-direction:column;}.cwd-ac-dividers .cwd-ac-card+.cwd-ac-card{border-left:none;border-top:1px solid rgba(0,0,0,.1);}}
.cwd-tp-wrap{display:flex;flex-wrap:wrap;gap:24px;padding:36px 32px;border-radius:12px;margin:32px 0;background:var(--cwd-tp-section);}.cwd-tp-card{flex:1 1 0;min-width:200px;background:#fff;border-radius:12px;box-shadow:0 3px 18px rgba(0,0,0,.10);overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .18s,box-shadow .18s;}.cwd-tp-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(0,0,0,.14);}.cwd-tp-photo-wrap{width:100%;aspect-ratio:1/1;overflow:hidden;background:var(--cwd-tp-accent);}.cwd-tp-photo{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s;}.cwd-tp-card:hover .cwd-tp-photo{transform:scale(1.03);}.cwd-tp-body{padding:24px 22px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;}.cwd-tp-name{font-family:"Open Sans",sans-serif;font-size:18px;font-weight:700;color:var(--cwd-tp-accent);line-height:1.2;margin-bottom:5px;}.cwd-tp-title{font-family:"Open Sans",sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#999;margin-bottom:12px;}.cwd-tp-bio{font-family:Georgia,serif;font-size:14px;color:#555;line-height:1.65;margin:0 0 20px;flex:1;}.cwd-tp-cta{display:inline-block;padding:9px 24px;margin-top:auto;background:var(--cwd-tp-accent);color:#fff;border-radius:100px;font-family:"Open Sans",sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.9px;transition:filter .15s;}.cwd-tp-card:hover .cwd-tp-cta{filter:brightness(1.12);}@media(max-width:700px){.cwd-tp-wrap{flex-direction:column;gap:20px;padding:24px 16px;}.cwd-tp-card{width:100%;flex:1 1 100%;align-self:stretch;}}
.single .entry-content .cwd-share-buttons a,.single .entry-content .cwd-social-sharing .cwd-share-buttons a,.cwd-share-buttons a,.cwd-social-sharing a[href] {    color: #fff !important;    border-bottom: none !important;    text-decoration: none !important;}@media(max-width:600px){    .cwd-share-buttons { justify-content:flex-start !important; }    .cwd-share-buttons a,.cwd-share-buttons button {        padding:9px 12px !important; font-size:0 !important;        gap:0 !important; min-width:38px; justify-content:center !important;    }}
.footer-menu a:hover { color: #4db2ec !important; }
@media (max-width: 768px) {
    .footer-widgets { grid-template-columns: 1fr !important; }
    .footer-menu { flex-direction: column !important; gap: 10px !important; }
    .footer-menu span { display: none !important; }
}
/*# sourceURL=cwd2026-theme-inline-css */
</style>
<link rel='stylesheet' id='print-css-4d816048754bc23a281ce8852e42bd94' href='https://consumerwatchdog.org/wp-content/themes/consumerwatchdog-2026/assets/css/print.css?m=1779736502' type='text/css' media='print' />
<link rel='stylesheet' id='mailchimp-embed-css' href='https://cdn-images.mailchimp.com/embedcode/classic-061523.css' media='all' />
<style id="jetpack-global-styles-frontend-style-inline-css">
:root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
/*# sourceURL=jetpack-global-styles-frontend-style-inline-css */
</style>
<script id="jetpack-mu-wpcom-settings-js-before">
var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https://consumerwatchdog.org/wp-content/mu-plugins/wpcomsh/jetpack_vendor/automattic/jetpack-mu-wpcom/src/build/"};
//# sourceURL=jetpack-mu-wpcom-settings-js-before
</script>
<script id="jquery-core-js" src="https://consumerwatchdog.org/wp-includes/js/jquery/jquery.min.js"></script>

<!-- Google tag (gtag.js) snippet added by Site Kit -->
<!-- Google Analytics snippet added by Site Kit -->
<script id="google_gtagjs-js" defer src="https://www.googletagmanager.com/gtag/js?id=GT-55JKQGD2" async></script>
<script id="google_gtagjs-js-after">
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["consumerwatchdog.org"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-55JKQGD2");
 window._googlesitekit = window._googlesitekit || {}; window._googlesitekit.throttledEvents = []; window._googlesitekit.gtagEvent = (name, data) => { var key = JSON.stringify( { name, data } ); if ( !! window._googlesitekit.throttledEvents[ key ] ) { return; } window._googlesitekit.throttledEvents[ key ] = true; setTimeout( () => { delete window._googlesitekit.throttledEvents[ key ]; }, 5 ); gtag( "event", name, { ...data, event_source: "site-kit" } ); }; 
//# sourceURL=google_gtagjs-js-after
</script>
<meta name="generator" content="Site Kit by Google 1.179.0" />	<style>img#wpstats{display:none}</style>
		<link rel="apple-touch-icon" sizes="180x180" href="https://consumerwatchdog.org/wp-content/uploads/2023/01/cropped-ConsumerWatchdog_Logo_FavIcon-1.gif">
    <style media="print">

        /* ── Page setup ───────────────────────────────────────────────── */
        @page {
            margin: 2.2cm 1.8cm 2.4cm;
            size: letter portrait;
        }
        @page :first {
            margin-top: 1.5cm;
        }

        /* ── Global reset ─────────────────────────────────────────────── */
        *, *::before, *::after {
            background: transparent !important;
            box-shadow: none !important;
            text-shadow: none !important;
            -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
        }

        body {
            font-family: Georgia, 'Times New Roman', serif;
            font-size: 11pt;
            line-height: 1.65;
            color: #000 !important;
            background: #fff !important;
            margin: 0;
            padding: 0;
        }

        /* ── Hide everything we don't want printed ────────────────────── */
        header,
        footer,
        nav,
        aside,
        .cwd-utility-bar,
        .cwd-logo-row,
        .cwd-social-bar,
        .cwd-main-nav-bar,
        .cwd-main-nav-wrapper,
        .cwd-mobile-nav-wrapper,
        .cwd-nav-backdrop,
        .cwd-hamburger,
        .cwd-breadcrumbs,
        .cwd-share-bar,
        .cwd-social-sharing,
        .cwd-context-sidebar,
        .cwd-homepage-sidebar,
        .cwd-related-posts,
        .cwd-newsletter-signup,
        .cwd-donate-btn,
        .featured-slider-wrapper,
        .cwd-hero-container,
        .entry-tags,
        button,
        [onclick],
        .no-print,
        .screen-reader-text {
            display: none !important;
        }

        /* ── Layout: full-width single column ────────────────────────── */
        #primary,
        .cwd-content-area,
        .cwd-single-layout,
        .cwd-site-main,
        .entry-content,
        article {
            display: block !important;
            width: 100% !important;
            max-width: 100% !important;
            float: none !important;
            padding: 0 !important;
            margin: 0 !important;
        }

        /* ── Print masthead ───────────────────────────────────────────── */
        .site-main::before,
        #primary::before {
            content: "ConsumerWatchdog.org";
            display: block;
            font-family: 'Arial', sans-serif;
            font-size: 8pt;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #cc0000 !important;
            padding-bottom: 6pt;
            border-bottom: 1.5pt solid #cc0000;
            margin-bottom: 18pt;
        }

        /* ── Article title ────────────────────────────────────────────── */
        .cwd-entry-title,
        .entry-header .entry-title,
        h1.entry-title {
            font-family: Georgia, serif !important;
            font-size: 22pt !important;
            font-weight: bold !important;
            line-height: 1.2 !important;
            color: #000 !important;
            margin: 0 0 12pt !important;
            page-break-after: avoid;
        }

        /* ── Byline / meta bar ────────────────────────────────────────── */
        .cwd-entry-meta,
        .entry-meta,
        .cwd-post-meta {
            font-family: Arial, sans-serif !important;
            font-size: 9pt !important;
            color: #444 !important;
            margin: 0 0 16pt !important;
            padding: 7pt 0 !important;
            border-top: 0.5pt solid #ccc;
            border-bottom: 0.5pt solid #ccc;
        }

        /* Inject URL as printed meta line */
        .entry-header::after {
            content: "URL: " attr(data-permalink);
            display: block;
            font-family: Arial, sans-serif;
            font-size: 8pt;
            color: #666 !important;
            margin-top: 4pt;
        }

        /* ── Featured image ───────────────────────────────────────────── */
        .post-thumbnail,
        .cwd-featured-image,
        .cwd-post-thumbnail {
            margin: 0 0 20pt !important;
            page-break-inside: avoid;
        }
        .post-thumbnail img,
        .cwd-featured-image img {
            max-width: 100% !important;
            height: auto !important;
            display: block !important;
        }

        /* ── Article body ─────────────────────────────────────────────── */
        .entry-content {
            font-size: 11pt !important;
            line-height: 1.7 !important;
            color: #000 !important;
        }
        .entry-content p {
            margin-bottom: 10pt;
            orphans: 3;
            widows: 3;
        }
        .entry-content h2 { font-size: 14pt; page-break-after: avoid; margin-top: 18pt; }
        .entry-content h3 { font-size: 12pt; page-break-after: avoid; margin-top: 14pt; }
        .entry-content h4 { font-size: 11pt; page-break-after: avoid; margin-top: 12pt; }
        .entry-content h2,
        .entry-content h3,
        .entry-content h4 { page-break-inside: avoid; }

        .entry-content ul,
        .entry-content ol { margin: 0 0 10pt 1.8em; padding: 0; list-style: revert; }
        .entry-content li { margin-bottom: 4pt; orphans: 3; widows: 3; }

        .entry-content blockquote {
            border-left: 2.5pt solid #cc0000;
            padding-left: 1.2em;
            margin: 1.4em 0;
            font-style: italic;
            color: #333 !important;
        }

        .entry-content a {
            color: #000 !important;
            text-decoration: underline;
        }
        /* Show URL after external links */
        .entry-content a[href^="http"]:after {
            content: " [" attr(href) "]";
            font-size: 8pt;
            color: #666 !important;
            font-weight: normal;
            word-break: break-all;
        }
        .entry-content a[href^="/"]:after,
        .entry-content a[href^="#"]:after { content: ""; }

        .entry-content img {
            max-width: 100% !important;
            height: auto !important;
            page-break-inside: avoid;
        }
        .entry-content figure { page-break-inside: avoid; }
        .entry-content figcaption {
            font-size: 9pt;
            color: #555 !important;
            font-style: italic;
            margin-top: 4pt;
        }

        .entry-content table {
            width: 100% !important;
            border-collapse: collapse;
            page-break-inside: avoid;
            margin-bottom: 12pt;
        }
        .entry-content table th,
        .entry-content table td {
            border: 0.5pt solid #aaa;
            padding: 5pt 8pt;
            font-size: 10pt;
        }
        .entry-content table th { font-weight: bold; }

        pre, code {
            font-family: 'Courier New', monospace;
            font-size: 9pt;
            border: 0.5pt solid #ccc;
            padding: 0.4em;
            page-break-inside: avoid;
            word-break: break-all;
        }

        /* ── Author bio box ───────────────────────────────────────────── */
        .cwd-author-box,
        #author-bio {
            margin-top: 20pt !important;
            padding: 12pt !important;
            border: 0.5pt solid #ccc !important;
            border-top: 2pt solid #cc0000 !important;
            page-break-inside: avoid;
        }
        .cwd-author-box h3,
        #author-bio h3 {
            font-family: Arial, sans-serif !important;
            font-size: 10pt !important;
            font-weight: bold !important;
            text-transform: uppercase !important;
            letter-spacing: 0.5px !important;
            margin: 0 0 6pt !important;
            color: #000 !important;
            border: none !important;
            padding: 0 !important;
        }
        .cwd-author-box p,
        #author-bio p {
            font-size: 9.5pt !important;
            margin: 0 !important;
            color: #333 !important;
        }
        /* Hide author avatar on print (images don't print well at small size) */
        .cwd-author-box img,
        #author-bio img { display: none !important; }

        /* ── Footer attribution ───────────────────────────────────────── */
        .entry-content::after {
            content: "\A\A \2014  Printed from ConsumerWatchdog.org  \2022  Consumer Watchdog, a 501(c)(3) nonprofit";
            white-space: pre;
            display: block;
            font-family: Arial, sans-serif;
            font-size: 8pt;
            color: #666 !important;
            margin-top: 20pt;
            padding-top: 8pt;
            border-top: 0.5pt solid #ccc;
        }

        /* ── Page numbers ─────────────────────────────────────────────── */
        @page {
            @bottom-right {
                content: "Page " counter(page) " of " counter(pages);
                font-family: Arial, sans-serif;
                font-size: 8pt;
                color: #888;
            }
            @bottom-left {
                content: "ConsumerWatchdog.org";
                font-family: Arial, sans-serif;
                font-size: 8pt;
                color: #888;
            }
        }

    </style>
        <style>
        /* Animations DISABLED — content loads immediately */
        .td-animation-stack { opacity: 1 !important; transform: none !important; animation: none !important; }
        
        /* Hover Effects */
        .td-module-flex-1:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0,0,0,0.18);
        }
        
        .td-module-flex-1:hover .entry-thumb {
            transform: scale(1.1);
        }
        
        .td-module-flex-1:hover .entry-title {
            color: #d32f2f !important;
        }
        
        .td-module-flex-2:hover {
            background: #fff;
            border-left-color: #d32f2f;
            box-shadow: 0 2px 12px rgba(0,0,0,0.08);
        }
        
        .td-module-flex-2:hover .entry-title a {
            color: #d32f2f;
        }
        
        .td-module-14:hover {
            background: #f9f9f9;
        }
        
        .td-module-14:hover .entry-title a {
            color: #d32f2f;
        }
    </style>
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "Person",
    "@id": "https://consumerwatchdog.org/author/jamie-court/#author",
    "name": "Jamie Court",
    "url": "https://consumerwatchdog.org/author/jamie-court/",
    "worksFor": {
        "@type": "Organization",
        "name": "Consumer Watchdog",
        "url": "https://www.consumerwatchdog.org"
    },
    "description": "Consumer Watchdog's President and Chairman of the Board is an award-winning and nationally recognized consumer advocate.  The author of three books, he has led dozens of campaigns to reform insurance companies, financial institutions, energy companies, political accountability and health care companies.",
    "jobTitle": "President",
    "image": {
        "@type": "ImageObject",
        "url": "https://consumerwatchdog.org/wp-content/uploads/2023/03/Jamie-Court-2-1.jpg"
    },
    "sameAs": [
        "https://x.com/raisinghellnow"
    ],
    "knowsAbout": [
        {
            "@type": "Thing",
            "name": "Insurance industry regulation",
            "sameAs": "https://en.wikipedia.org/wiki/Insurance_regulation_in_the_United_States"
        },
        {
            "@type": "Thing",
            "name": "California energy policy",
            "sameAs": "https://en.wikipedia.org/wiki/Energy_in_California"
        }
    ]
}
</script>
<link rel="icon" href="https://consumerwatchdog.org/wp-content/uploads/2023/01/cropped-ConsumerWatchdog_Logo_FavIcon-1.gif" sizes="32x32" />
<link rel="icon" href="https://consumerwatchdog.org/wp-content/uploads/2023/01/cropped-ConsumerWatchdog_Logo_FavIcon-1.gif" sizes="192x192" />
<link rel="apple-touch-icon" href="https://consumerwatchdog.org/wp-content/uploads/2023/01/cropped-ConsumerWatchdog_Logo_FavIcon-1.gif" />
<meta name="msapplication-TileImage" content="https://consumerwatchdog.org/wp-content/uploads/2023/01/cropped-ConsumerWatchdog_Logo_FavIcon-1.gif" />
<link rel='stylesheet' id='all-css-41beba10ed2f604c8242f0e38b132f0a' href='https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/pro/css/fields/layout.min.css?m=1778637863' type='text/css' media='all' />
<link rel='stylesheet' id='(min-width: 601px)-css-b3331daf86c653e63d3cfd40976a4319' href='https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/pro/css/fields/layout-screen-big.min.css?m=1778637863' type='text/css' media='(min-width: 601px)' />
<link rel='stylesheet' id='(max-width: 600px)-css-ee35feaafc2d842bed918026594124da' href='https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/pro/css/fields/layout-screen-small.min.css?m=1778637863' type='text/css' media='(max-width: 600px)' />
<link rel='stylesheet' id='all-css-72251711c0de1cbfb34ad83b6410fd34' href='https://consumerwatchdog.org/_static/??-eJylj80KwkAMhF/IbRDBehGfZemmNrA/IUm74tPbir15KO0hEGaSj5nKrivZMBtwHJ+UFSr3RZKCV0VTYCnQqUJPGIOCIKM3lCZRbmb9VDcTghR+l4wbXp36CZ2gjglXzIL4Y+8I8quyXvfyXcJ+Eg9zLaBs0RlGR5lHO0Cb5VrkQB6hbjB8GaQSfHQTYdWV9kj3c9verpdlPiGLw8o=' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://consumerwatchdog.org/wp-includes/css/dashicons.min.css' media='all' />
<link rel='stylesheet' id='all-css-a6d6e1893d0169287c5bab9db8ae4d71' href='https://consumerwatchdog.org/_static/??-eJyVjsEKwzAMQ39oqRmDdZexbxmOsxoSO9gJ2eevLfSwYw86CPQkjRpYMPdIDugOFLmpTYVlWu1l1IAqjaRBzf3D4jBqUisOb3dqDtV0BxNTjg7GuDT6Nki2czGknvOJvq0LF2UkP0kdi1A0kskR+TvwKs/rPD/ut00/FblfhA==' type='text/css' media='all' />
<style id="wpforms-modern-full-inline-css">
:root {
				--wpforms-field-border-radius: 3px;
--wpforms-field-border-style: solid;
--wpforms-field-border-size: 1px;
--wpforms-field-background-color: #ffffff;
--wpforms-field-border-color: rgba( 0, 0, 0, 0.25 );
--wpforms-field-border-color-spare: rgba( 0, 0, 0, 0.25 );
--wpforms-field-text-color: rgba( 0, 0, 0, 0.7 );
--wpforms-field-menu-color: #ffffff;
--wpforms-label-color: rgba( 0, 0, 0, 0.85 );
--wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 );
--wpforms-label-error-color: #d63637;
--wpforms-button-border-radius: 3px;
--wpforms-button-border-style: none;
--wpforms-button-border-size: 1px;
--wpforms-button-background-color: #066aab;
--wpforms-button-border-color: #066aab;
--wpforms-button-text-color: #ffffff;
--wpforms-page-break-color: #066aab;
--wpforms-background-image: none;
--wpforms-background-position: center center;
--wpforms-background-repeat: no-repeat;
--wpforms-background-size: cover;
--wpforms-background-width: 100px;
--wpforms-background-height: 100px;
--wpforms-background-color: rgba( 0, 0, 0, 0 );
--wpforms-background-url: none;
--wpforms-container-padding: 0px;
--wpforms-container-border-style: none;
--wpforms-container-border-width: 1px;
--wpforms-container-border-color: #000000;
--wpforms-container-border-radius: 3px;
--wpforms-field-size-input-height: 43px;
--wpforms-field-size-input-spacing: 15px;
--wpforms-field-size-font-size: 16px;
--wpforms-field-size-line-height: 19px;
--wpforms-field-size-padding-h: 14px;
--wpforms-field-size-checkbox-size: 16px;
--wpforms-field-size-sublabel-spacing: 5px;
--wpforms-field-size-icon-size: 1;
--wpforms-label-size-font-size: 16px;
--wpforms-label-size-line-height: 19px;
--wpforms-label-size-sublabel-font-size: 14px;
--wpforms-label-size-sublabel-line-height: 17px;
--wpforms-button-size-font-size: 17px;
--wpforms-button-size-height: 41px;
--wpforms-button-size-padding-h: 15px;
--wpforms-button-size-margin-top: 10px;
--wpforms-container-shadow-size-box-shadow: none;
			}
/*# sourceURL=wpforms-modern-full-inline-css */
</style>
<link rel='stylesheet' id='all-css-8937aad5897bf36a3fd88af6d5cf5107' href='https://consumerwatchdog.org/_static/??-eJyVjMEKAjEMRH/IbRDB9SJ+y9pNpdqkMUkp/r2usHjwooeBYXjzugyxsiM7SGmXzAZdUlUymMzQDUo+w/XeUB/BM6HkeEP9XgJlDtFs038ypjL5ctRP+8MgWuFFQtI3NwPVGZVXbEitlFV3ouN2HA/73ZIny2xbKA==' type='text/css' media='all' />

</head>
<body class="wp-singular post-template-default single single-post postid-7843 single-format-standard wp-custom-logo wp-theme-consumerwatchdog-2026">
<a class="skip-link" href="#main">Skip to main content</a><div id="page" class="site">

<!-- ══════ ROW 1: UTILITY NAV ══════ -->
<div class="cwd-utility-bar">
<div class="cwd-utility-inner">
<nav class="cwd-utility-nav" aria-label="Utility navigation">
<ul>
<li><a href="/">Home</a></li>
<li class="has-dropdown"><a href="/about/">About</a>
<ul class="cwd-utility-dropdown">
<li><a href="/about/">Our Approach</a></li>
<li><a href="/our-team/">Our Team</a></li>
<li><a href="/our-books/">Our Books</a></li>
<li><a href="/rage-for-justice-awards/">Rage for Justice Awards</a></li>
<li><a href="/contact/">Contact</a></li>
</ul></li>
<li class="has-dropdown"><a href="/news-releases/">Updates</a>
<ul class="cwd-utility-dropdown">
<li><a href="/news-releases/">News Releases</a></li>
<li><a href="/consumer-alerts/">Consumer Alerts</a></li>
<li><a href="/videos/">Video</a></li>
<li><a href="/issues/in-the-news/">In The News</a></li>
<li><a href="/reports/">Reports</a></li>
<li><a href="/category/blogs/">Blogs</a></li>
<li><a href="/smokeandmirrors/">Podcasts</a></li>
</ul></li>
<li class="has-dropdown"><a href="#">Related Sites</a>
<ul class="cwd-utility-dropdown">
<li><a href="http://newsomwellwatch.com/" target="_blank" rel="noopener">Newsom Well Watch</a></li>
<li><a href="https://oilwatchdog.org/" target="_blank" rel="noopener">Oil Watchdog</a></li>
<li><a href="http://pucpapers.org/" target="_blank" rel="noopener">PUCPapers</a></li>
<li><a href="http://fairnessforpatients.org/" target="_blank" rel="noopener">Fairness For Patients</a></li>
<li><a href="http://capitolwatchdog.org/" target="_blank" rel="noopener">Capitol Watchdog</a></li>
<li><a href="http://www.insidegoogle.com/" target="_blank" rel="noopener">Inside Google</a></li>
</ul></li>
<li class="has-dropdown"><a href="/issues/">Our Issues</a>
<ul class="cwd-utility-dropdown">
<li><a href="/issues/healthcare/">Healthcare</a></li>
<li><a href="/issues/energy/">Energy</a></li>
<li><a href="/issues/privacy/">Privacy</a></li>
<li><a href="/issues/insurance/">Insurance</a></li>
<li><a href="/issues/accountability/">Accountability</a></li>
<li><a href="/issues/in-the-courtroom/">In The Courtroom</a></li>
</ul></li>
<li class="has-dropdown"><a href="/get-involved/">Get Involved</a>
<ul class="cwd-utility-dropdown">
<li><a href="/submit-complaint/">Submit a Consumer Complaint</a></li>
<li><a href="/get-involved/">Take Action</a></li>
<li><a class='kindful-donate-btn' style="cursor:pointer;">Donate</a></li>
</ul></li>
</ul>
</nav>
</div>
</div>

<!-- ══════ ROW 2: LOGO + DONATE ══════ -->
<div class="cwd-logo-row">
<div class="cwd-logo-inner">
<div class="cwd-logo-spacer">
<div class="cwd-logo-right-social">
<a href="https://www.facebook.com/consumerwatchdog" target="_blank" rel="noopener" class="cwd-social-link" style="color:#4267B2" aria-label="Facebook"><svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/></svg></a>
<a href="https://instagram.com/consumerwatchdog/" target="_blank" rel="noopener" class="cwd-social-link" style="color:#E4405F" aria-label="Instagram"><svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z"/></svg></a>
<a href="https://www.linkedin.com/company/consumerwatchdog" target="_blank" rel="noopener" class="cwd-social-link" style="color:#0A66C2" aria-label="LinkedIn"><svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg></a>
<a href="https://twitter.com/consumerwd" target="_blank" rel="noopener" class="cwd-social-link" style="color:#111" aria-label="X / Twitter"><svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg></a>
<a href="https://youtube.com/consumerwatchdog" target="_blank" rel="noopener" class="cwd-social-link" style="color:#FF0000" aria-label="YouTube"><svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg></a>
<a href="https://bsky.app/profile/consumerwatchdog.bsky.social" target="_blank" rel="noopener" class="cwd-social-link" style="color:#0085ff" aria-label="Bluesky"><svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479.815 2.736 3.713 3.66 6.383 3.364.136-.015.264-.024.38-.032-4.72.535-6.115 2.05-4.95 5.272 1.348 3.723 7.186 1.656 10.447-3.364.817 1.344 1.51 2.388 2.116 3.364 3.261 5.02 9.099 7.087 10.447 3.364 1.165-3.222-.23-4.737-4.95-5.272.116.008.244.017.38.032 2.67.296 5.568-.628 6.383-3.364.246-.829.624-5.79.624-6.479 0-.688-.139-1.86-.902-2.203-.659-.299-1.664-.621-4.3 1.24-2.752 1.942-5.711 5.881-6.798 7.995z"/></svg></a>
<a href="https://www.threads.com/@consumerwatchdog" target="_blank" rel="noopener" class="cwd-social-link" style="color:#111" aria-label="Threads"><svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M12.186 24h-.007c-3.581-.024-6.334-1.205-8.184-3.509C2.35 18.44 1.5 15.586 1.472 12.01v-.017c.03-3.579.879-6.43 2.525-8.482C5.851 1.213 8.6.03 12.18 0h.014c2.746.007 5.182.887 7.241 2.615 2.065 1.733 3.195 4.055 3.358 6.902.014.257-.231.472-.486.472h-3.087a.483.483 0 0 1-.481-.421c-.294-2.845-2.191-4.868-4.744-5.041a6.438 6.438 0 0 0-1.013-.006c-2.543.167-4.453 2.174-4.759 5-.33 3.05.407 5.956 1.941 7.773.768.91 1.712 1.55 2.806 1.902 1.043.335 2.171.459 3.25.357.856-.08 1.655-.296 2.387-.646.706-.337 1.256-.747 1.636-1.22.215-.268.35-.517.408-.758.114-.476-.084-.899-.53-1.13-.387-.2-.943-.337-1.714-.42-.816-.088-1.8-.131-2.931-.131-1.024 0-1.971.019-2.817.058-2.096.096-3.668.525-4.817 1.313-.908.624-1.456 1.472-1.627 2.52-.079.484.02.96.297 1.419.343.568.923 1.052 1.725 1.438 1.513.729 3.569 1.1 6.116 1.1h.006c2.55 0 4.608-.371 6.122-1.103.801-.387 1.381-.871 1.724-1.44.276-.458.375-.934.294-1.416-.172-1.049-.72-1.898-1.629-2.523-1.148-.788-2.72-1.217-4.815-1.313-.847-.038-1.794-.057-2.818-.057-1.13 0-2.115.043-2.93.131-.772.083-1.328.22-1.715.42-.446.23-.644.653-.53 1.13.058.24.193.489.408.757.38.473.93.883 1.636 1.22.732.35 1.531.565 2.388.646 1.078.102 2.206-.022 3.249-.357 1.094-.352 2.038-.992 2.806-1.902 1.534-1.817 2.272-4.723 1.942-7.773-.306-2.826-2.217-4.833-4.76-5-2.746-.167-5.035 1.857-5.35 5.041a.482.482 0 0 1-.481.42H1.086a.486.486 0 0 1-.487-.471c.163-2.848 1.293-5.17 3.358-6.903C5.998.887 8.434.007 11.18 0h.014c3.58.03 6.329 1.213 8.174 3.518 1.645 2.052 2.495 4.903 2.525 8.482v.017c-.028 3.576-.878 6.43-2.523 8.481-1.849 2.304-4.602 3.485-8.184 3.509z"/></svg></a>
</div>
</div>
<div class="cwd-logo-center">
<a href="https://consumerwatchdog.org/" class="cwd-logo-link">
<img src="https://consumerwatchdog.org/wp-content/uploads/2022/11/cropped-logo_retina.png" alt="Consumer Watchdog" class="cwd-logo-img" fetchpriority="high" loading="eager" decoding="sync" width="300" height="75"></a>
<p class="cwd-tagline">Expose. Confront. Change.</p>
</div>
<div class="cwd-logo-right">
<a class='kindful-donate-btn cwd-header-donate' style="cursor:pointer;">Donate</a>
</div>
</div>
</div>

<!-- ══════ ROW 3: MAIN TOPIC NAV (social moved to logo row above) ══════ -->
<nav id="site-navigation" class="cwd-main-nav-bar" role="navigation" aria-label="Primary navigation">
<div class="cwd-main-nav-inner">
<!-- Sticky logo — far left, only visible when page has scrolled -->
<a href="https://consumerwatchdog.org/" class="cwd-sticky-logo" aria-label="Consumer Watchdog Home">
<img src="https://consumerwatchdog.org/wp-content/uploads/2022/11/cropped-logo_retina.png" alt="Consumer Watchdog" style="height:34px; width:auto; display:block;"></a>
<script>
/* Sticky logo scroll class — inline fallback for dependency-order safety */
(function(){
    var _cwd_sticky_init = false;
    function _cwd_sc(){ document.body.classList.toggle('scrolled', window.pageYOffset > 100); }
    function _cwd_init(){
        if(_cwd_sticky_init) return; _cwd_sticky_init = true;
        window.addEventListener('scroll', _cwd_sc, {passive:true});
        _cwd_sc();
    }
    if(document.readyState === 'loading'){
        document.addEventListener('DOMContentLoaded', _cwd_init);
    } else { _cwd_init(); }
})();
</script>
<!-- Mobile-only logo — visible ≤900px, hidden on desktop via CSS -->
<a href="https://consumerwatchdog.org/" class="cwd-mobile-logo" aria-label="Consumer Watchdog">
<img src="https://consumerwatchdog.org/wp-content/uploads/2022/11/cropped-logo_retina.png" alt="Consumer Watchdog" loading="eager"></a>
<button class="cwd-hamburger" id="cwd-hamburger" aria-label="Open site navigation" aria-expanded="false" aria-controls="cwd-mobile-nav" style="margin-left:auto;"><span aria-hidden="true"></span><span aria-hidden="true"></span><span aria-hidden="true"></span></button>
<ul class="cwd-topic-nav">
<li class="has-dropdown"><a href="/issues/healthcare/">Healthcare</a>
<ul class="cwd-topic-dropdown">
<li><a href="/issues/healthcare/">News Releases</a></li>
<li><a href="/fairness-act/">Fairness for Patients</a></li>
<li><a href="/issues/healthcare/healthcare-blogs/">Blogs</a></li>
<li><a href="/issues/in-the-news/healthcare-in-the-news-in-the-news/">In The News</a></li>
<li><a href="/issues/healthcare/healthcare-reports/">Reports</a></li>
<li><a href="/healthcare-video/">Video</a></li>
<li><a href="/meet-the-advocates/">Healthcare Advocates</a></li>
</ul></li>
<li class="has-dropdown"><a href="/issues/energy/">Energy</a>
<ul class="cwd-topic-dropdown">
<li><a href="/issues/energy/">News Releases</a></li>
<li><a href="/issues/energy/energy-blogs/">Blogs</a></li>
<li><a href="/issues/in-the-news/energy-in-the-news-in-the-news/">In The News</a></li>
<li><a href="/issues/energy/energy-reports/">Reports</a></li>
<li><a href="/energy-video/">Video</a></li>
</ul></li>
<li class="has-dropdown"><a href="/issues/privacy/">Privacy</a>
<ul class="cwd-topic-dropdown">
<li><a href="/issues/privacy/">News Releases</a></li>
<li><a href="/issues/privacy/privacy-blogs/">Blogs</a></li>
<li><a href="/issues/in-the-news/privacy-in-the-news-in-the-news/">In The News</a></li>
<li><a href="/issues/privacy/privacy-reports/">Reports</a></li>
<li><a href="/privacy-video/">Video</a></li>
</ul></li>
<li class="has-dropdown"><a href="/issues/insurance/">Insurance</a>
<ul class="cwd-topic-dropdown">
<li><a href="/issues/insurance/">News Releases</a></li>
<li><a href="/homeowners-dropped-by-insurers/">Homeowners Dropped by Insurers</a></li>
<li><a href="/issues/insurance/insurance-blogs/">Blogs</a></li>
<li><a href="/issues/in-the-news/insurance-in-the-news-in-the-news/">In The News</a></li>
<li><a href="/issues/insurance/insurance-reports/">Reports</a></li>
<li><a href="/smokeandmirrors/">Podcast</a></li>
<li><a href="/insurance-video/">Video</a></li>
</ul></li>
<li class="has-dropdown"><a href="/issues/accountability/">Accountability</a>
<ul class="cwd-topic-dropdown">
<li><a href="/issues/accountability/">News Releases</a></li>
<li><a href="/issues/accountability/blogs-accountability/">Blogs</a></li>
<li><a href="/issues/in-the-news/accountability-in-the-news/">In The News</a></li>
<li><a href="/issues/accountability/accountability-reports/">Reports</a></li>
<li><a href="/accountability-video/">Video</a></li>
</ul></li>
<li class="has-dropdown"><a href="/issues/in-the-courtroom/">In The Courtroom</a>
<ul class="cwd-topic-dropdown">
<li><a href="/issues/in-the-courtroom/">News Releases</a></li>
<li><a href="/issues/in-the-courtroom/courtroom-blogs/">Blogs</a></li>
<li><a href="/issues/in-the-news/courtroom-in-the-news-in-the-news/">In The News</a></li>
<li><a href="/courtroom-video/">Video</a></li>
</ul></li>
</ul>
<button class="cwd-nav-search-btn" id="cwd-search-toggle" aria-label="Search" aria-expanded="false">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>
</button>
</div>
<div class="cwd-nav-search-bar" id="cwd-nav-search-bar" hidden>
<div class="cwd-nav-search-inner">
<form role="search" method="get" action="https://consumerwatchdog.org/">
<label for="cwd-search-input" class="screen-reader-text">Search Consumer Watchdog</label>
<input type="search" name="s" id="cwd-search-input" placeholder="Search Consumer Watchdog&hellip;" autocomplete="off" value="" aria-label="Search Consumer Watchdog">
<button type="submit" aria-label="Submit search"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" aria-hidden="true" focusable="false"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg></button>
</form>
<button class="cwd-search-close" id="cwd-search-close" aria-label="Close">&times;</button>
</div>
</div>
</nav>

<!-- ══════ MOBILE NAV DRAWER ══════ -->
<div class="cwd-nav-backdrop" id="cwd-nav-backdrop"></div>
<div class="cwd-mobile-nav-wrapper" id="cwd-mobile-nav">
<div class="cwd-mobile-nav-header">
<span>Consumer Watchdog</span>
<button class="cwd-mobile-nav-close" id="cwd-nav-close" aria-label="Close menu">&times;</button>
</div>
<div class="cwd-mobile-nav-body">
<a href="/">Home</a>
<a href="/about/">About Us</a>
<div class="mobile-nav-subitems">
<a href="/about/">Our Approach</a>
<a href="/our-team/">Our Team</a>
<a href="/our-books/">Our Books</a>
<a href="/contact/">Contact</a>
</div>
<a href="/news-releases/">Updates</a>
<div class="mobile-nav-subitems">
<a href="/news-releases/">News Releases</a>
<a href="/consumer-alerts/">Consumer Alerts</a>
<a href="/videos/">Video</a>
<a href="/issues/in-the-news/">In The News</a>
<a href="/reports/">Reports</a>
</div>
<a href="/issues/">Our Issues</a>
<div class="mobile-nav-subitems">
<a href="/issues/healthcare/">Healthcare</a>
<a href="/issues/energy/">Energy</a>
<a href="/issues/privacy/">Privacy</a>
<a href="/issues/insurance/">Insurance</a>
<a href="/issues/accountability/">Accountability</a>
<a href="/issues/in-the-courtroom/">In The Courtroom</a>
</div>
<a href="/get-involved/">Get Involved</a>
<div class="mobile-nav-subitems">
<a href="/submit-complaint/">Submit a Complaint</a>
<a href="/get-involved/">Take Action</a>
</div>
<div class="cwd-mobile-search">
<form role="search" method="get" action="https://consumerwatchdog.org/">
<label for="cwd-mobile-search-input" class="screen-reader-text">Search Consumer Watchdog</label>
<input type="search" id="cwd-mobile-search-input" name="s" placeholder="Search&hellip;" autocomplete="off" aria-label="Search Consumer Watchdog">
<button type="submit" aria-label="Submit search"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" aria-hidden="true" focusable="false"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg></button>
</form>
</div>
<div class="cwd-mobile-nav-donate">
<a class='kindful-donate-btn' style="cursor:pointer;">Donate Now</a>
</div>
</div>
</div>

<script>
(function(){
var burger=document.getElementById('cwd-hamburger'),
    nc=document.getElementById('cwd-nav-close'),
    bd=document.getElementById('cwd-nav-backdrop'),
    nav=document.getElementById('cwd-mobile-nav');
function openNav(){
    document.body.classList.add('cwd-nav-open');
    if(burger)burger.setAttribute('aria-expanded','true');
    document.body.style.overflow='hidden';
    document.documentElement.style.overflow='hidden';
}
function closeNav(){
    document.body.classList.remove('cwd-nav-open');
    if(burger)burger.setAttribute('aria-expanded','false');
    document.body.style.overflow='';
    document.documentElement.style.overflow='';
}
if(burger){
    burger.addEventListener('click',openNav);
    burger.addEventListener('touchend',function(e){e.preventDefault();openNav();},{passive:false});
}
if(nc)nc.addEventListener('click',closeNav);
if(bd)bd.addEventListener('click',closeNav);
document.addEventListener('keydown',function(e){if(e.key==='Escape')closeNav();});
/* search toggle */
var st=document.getElementById('cwd-search-toggle'),
    sb=document.getElementById('cwd-nav-search-bar'),
    sc=document.getElementById('cwd-search-close'),
    si=document.getElementById('cwd-search-input');
if(st&&sb){
    st.addEventListener('click',function(){
        var o=sb.hidden; sb.hidden=!o;
        st.setAttribute('aria-expanded',String(o));
        if(o&&si)setTimeout(function(){si.focus();},80);
    });
}
if(sc&&sb)sc.addEventListener('click',function(){sb.hidden=true;if(st)st.setAttribute('aria-expanded','false');});
})();
</script>

<div id="primary" class="cwd-content-area" style="max-width:1200px; margin:0 auto; padding:12px 20px 40px;">
    
    <div class="screen-reader-text" aria-label="Breadcrumb"><p id="breadcrumbs"><span><span><a href="https://consumerwatchdog.org/">Home</a></span> » <span class="breadcrumb_last" aria-current="page">Corporateering Book Review</span></span></p></div>    
        
    <!-- ═══ FULL-WIDTH ARTICLE HEADER (above two-column layout) ═══ -->
    
    <!-- Category Badges — ALL categories, production-style -->
        <div class="cwd-post-category-badges" style="margin-bottom:15px; display:flex; flex-wrap:wrap; gap:6px;">
                <a href="https://consumerwatchdog.org/issues/insurance/"
           style="display:inline-block; background:#1e73be; color:#fff; padding:5px 11px; font-size:11px; text-transform:uppercase; font-weight:700; text-decoration:none; border-radius:3px; font-family:'Open Sans',sans-serif; letter-spacing:0.5px;">
            Insurance        </a>
            </div>
        
    <!-- Post Title — spans full column width above sidebar -->
    <header class="cwd-entry-header" style="margin-bottom:20px;">
        <h1 class="cwd-entry-title" style="font-family:'Montserrat','Roboto',sans-serif; font-size:52px; line-height:1.1; font-weight:700; margin:0; color:#000000; letter-spacing:-0.04em;">
            Corporateering Book Review        </h1>
    </header>
    
    <!-- Meta Info — PUBLISHED ON {date} | BY {author} | X MIN READ -->
    <div class="cwd-entry-meta-top" style="margin-bottom:20px; padding-bottom:12px; border-bottom:1px solid #e0e0e0; font-family:'Open Sans',sans-serif; font-size:12px; color:#767676; text-transform:uppercase; letter-spacing:0.5px; font-weight:600;">
        PUBLISHED ON June 27, 2003                &nbsp;|&nbsp; BY <a href="https://consumerwatchdog.org/author/jamie-court/" style="color:#111; text-decoration:none; font-weight:700;">JAMIE COURT</a>
        &nbsp;·&nbsp; 3 MIN READ
    </div>

    <!-- ═══ TWO-COLUMN LAYOUT: article body + sidebar ═══ -->
    <div class="cwd-single-layout" style="display:flex; gap:40px;">
        
        <!-- Main Content Area (70%) -->
        <main id="main" class="cwd-site-main" style="flex:1; max-width:800px;">
            <article id="post-7843" class="post-7843 post type-post status-publish format-standard hentry category-insurance">

                <!-- Featured Image — hidden for ITN posts (they embed their own image/video) -->
                                
                <!-- Post Content -->
                <div class="entry-content">
                    <p class="source">The San Francisco Bay Guardian</p>
<p><!-- startbodytext --><br />
  <i>Corporateering: How Corporate Power Steals Your Personal Freedom &#8211; And What you Can Do About it,</i> By Jamie Court, (J.P. Tarcher), 336 pages, $24.95<br />
&#8212;-<br />
George Orwell warned us 50 years ago that the powers that be would subvert the public interest by co-opting our language, in his essays and in his prophetic 1984, in which the Ministry of Truth&#8217;s motto &#8211; &#8220;War is peace. Freedom is slavery. Ignorance is strength.&#8221; &#8211; would seem just as appropriate for the Bush White House or Fox News.</p>
<p>Longtime California consumer activist Jamie Court, executive director of the Foundation for Taxpayer &#038; Consumer Rights and the disciple of consumer movement stalwarts Ralph Nader and Harvey Rosenfield, has penned an important new work, Corporateering: How Corporate Power Steals Your Personal Freedom &#8211; And What you Can Do About it, that illustrates how corporations have stolen our culture and prescribes how we might regain it.</p>
<p>Appropriately, Court begins by defining the word he coins: &#8220;corporateer v. To prioritize commerce over culture n. One who prioritizes commerce over culture.&#8221; He then helps us see &#8220;the invisible hand of the corporateer&#8221; and what it&#8217;s done to us since Orwell&#8217;s day, largely by manipulating our language and expectations. Corporateers invade our privacy, trick us with deceptive advertising, attack our rights of organization and association, compromise press freedom, erode our rights to use the courts, endanger our health and safety, corrupt our electoral system, and turn public spaces into commercial zones.</p>
<p>This book should be an eye-opener for the sedated American masses, but it also has valuable nuggets for those of us who already accept its premise. Court shows how the deification of &#8220;the market&#8221;, and the resulting subversion of democratic values, was no accident or spontaneous occurence but a calculated campaign by this country&#8217;s business and conservative leaders.</p>
<p>That movement began in 1971 when President Richard Nixon appointed corporate attorney Lewis F. Powell to the U.S. Supreme Court, whereupon the jurist sent an alarmist &#8220;confidential memo&#8221; to the leadership of the U.S. <a href="/search/?searchQuery=%22Chamber+of+Commerce%22">Chamber of Commerce</a> titled &#8220;Attack on the American Free Enterprise System.&#8221;  Troubled by the growing political strength of the environmental and consumer movements of the day. Powell called for an organized &#8220;counterattack&#8221; using the courts, media, schools, and political system and spelling out his scheme to equate market interests with societal interests in chilling detail.</p>
<p>&#8220;Powell&#8217;s vision became real within a decade,&#8221; Court writes. &#8220;Corporate-financed think tanks, trade associations, lobbying groups, academic programs, and political action commitees proliferated to change both the individual&#8217;s view of the corporation and the balance of power between the corporation and society.&#8221;</p>
<p>Corporateering is the Powell memo in reverse. Just as Powell saw ruling-class interests threatened by democratic reforms, Court sees our most cherished democratic values being subsumed by corporate domination, and he&#8217;s calling on all of us to fight back.</p>
<p>How? Well, we start with the language we use to define the problem. Behind the word corporateer are important ideas and distinctions. We can evaluate a given corporation to see whether it is corporateering, and if so, whether the public interest might be better served by regulating or even destroying that corporation.</p>
<p>That&#8217;s a revolutionary notion in this era of the hallowed &#8220;free market,&#8221; but maybe a revolution is what we need right now. Pamphleteers llike Thomas Paine and Thomas Jefferson awoke their compatriots to the injustices suffered under King George III, and perhaps it will be author-activists like Court who help us again declare our independence and assert our sovereignty.</p>
<p></p>
    <div class="cwd-social-sharing" style="margin:40px 0 8px; padding:24px 28px; background:#f4f4f4; border-radius:10px; text-align:center; border:1px solid #e8e8e8;">
        <div style="font-family:'Open Sans',sans-serif; font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:1.5px; color:#999; margin-bottom:16px;">Share This Article</div>

        <div class="cwd-share-buttons" style="display:flex; justify-content:center; gap:10px; flex-wrap:wrap;">

            <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fconsumerwatchdog.org%2Finsurance%2Fcorporateering-book-review%2F"
               target="_blank" rel="noopener noreferrer"
               style="display:inline-flex;align-items:center;gap:7px;padding:10px 18px;border-radius:50px;text-decoration:none;font-family:'Open Sans',Arial,sans-serif;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;color:#fff;border:none;cursor:pointer;transition:opacity .2s; background:#1877f2;"
               onclick="window.open(this.href,'fb-share','width=580,height=350');return false;"
               onmouseover="this.style.opacity='.82'" onmouseout="this.style.opacity='1'">
                <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="#fff"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"/></svg>
                Facebook
            </a>

            <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fconsumerwatchdog.org%2Finsurance%2Fcorporateering-book-review%2F&amp;text=Corporateering+Book+Review&amp;via=consumerwd"
               target="_blank" rel="noopener noreferrer"
               style="display:inline-flex;align-items:center;gap:7px;padding:10px 18px;border-radius:50px;text-decoration:none;font-family:'Open Sans',Arial,sans-serif;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;color:#fff;border:none;cursor:pointer;transition:opacity .2s; background:#000;"
               onclick="window.open(this.href,'x-share','width=580,height=350');return false;"
               onmouseover="this.style.opacity='.82'" onmouseout="this.style.opacity='1'">
                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="#fff"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
                Twitter
            </a>

            <a href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fconsumerwatchdog.org%2Finsurance%2Fcorporateering-book-review%2F"
               target="_blank" rel="noopener noreferrer"
               style="display:inline-flex;align-items:center;gap:7px;padding:10px 18px;border-radius:50px;text-decoration:none;font-family:'Open Sans',Arial,sans-serif;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;color:#fff;border:none;cursor:pointer;transition:opacity .2s; background:#0a66c2;"
               onclick="window.open(this.href,'li-share','width=580,height=480');return false;"
               onmouseover="this.style.opacity='.82'" onmouseout="this.style.opacity='1'">
                <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="#fff"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"/><rect x="2" y="9" width="4" height="12"/><circle cx="4" cy="4" r="2"/></svg>
                LinkedIn
            </a>

            <a href="/cdn-cgi/l/email-protection#36094543545c5355420b75594446594457425353445f58511d7459595d1d6453405f534110575b460d5459524f0b755e53555d130406425e5f451304065943421305771304065e4242464513057713047013047055595845435b5344415742555e525951185944511304705f584543445758555313047055594446594457425353445f58511b5459595d1b4453405f5341130470" style="display:inline-flex;align-items:center;gap:7px;padding:10px 18px;border-radius:50px;text-decoration:none;font-family:'Open Sans',Arial,sans-serif;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;color:#fff;border:none;cursor:pointer;transition:opacity .2s; background:#555;" onmouseover="this.style.opacity='.82'" onmouseout="this.style.opacity='1'">
                <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="4" width="20" height="16" rx="2"/><polyline points="2,4 12,13 22,4"/></svg>
                Email
            </a>

            <a href="#" onclick="window.print();return false;"
               style="display:inline-flex;align-items:center;gap:7px;padding:10px 18px;border-radius:50px;text-decoration:none;font-family:'Open Sans',Arial,sans-serif;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;color:#fff;border:none;cursor:pointer;transition:opacity .2s; background:#333;"
               onmouseover="this.style.opacity='.82'" onmouseout="this.style.opacity='1'">
                <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6,9 6,2 18,2 18,9"/><path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"/><rect x="6" y="14" width="12" height="8"/></svg>
                Print
            </a>

        </div>
    </div>
                    </div>
                
                <!-- Post Tags -->
                                
            </article>

            <!-- Author Bio at Bottom -->
                        <div id="author-bio" class="cwd-author-box" style="margin:48px 0 32px 0; padding:28px 32px; background:#f8f9fa; border-top:3px solid #1e73be; border-radius:0 0 6px 6px;">
                <div style="display:flex; gap:24px; align-items:flex-start;">
                                        <a href="https://consumerwatchdog.org/author/jamie-court/" style="flex:0 0 72px; display:block;">
                        <img src="https://consumerwatchdog.org/wp-content/uploads/2023/03/Jamie-Court-2-1.jpg"
                             alt="Jamie Court"
                             style="width:72px; height:72px; border-radius:50%; object-fit:cover; border:2px solid #ddd; display:block;">
                    </a>
                                        
                    <div style="flex:1;">
                        <h3 style="margin:0 0 6px 0; font-family:'Open Sans',sans-serif; font-size:18px; font-weight:800; color:#111; letter-spacing:0;">
                            <a href="https://consumerwatchdog.org/author/jamie-court/" style="color:#0a0000; text-decoration:none; transition:color 0.3s ease;" onmouseover="this.style.color='#1e73be'" onmouseout="this.style.color='#0a0000'">
                                Jamie Court                            </a>
                        </h3>
                        
                                                <p style="margin:0 0 16px 0; font-family:'Open Sans',sans-serif; font-size:14px; line-height:1.6; color:#555; font-weight:400;">
                            Consumer Watchdog&#039;s President and Chairman of the Board is an award-winning and nationally recognized consumer advocate.  The author of three books, he has led dozens of campaigns to reform insurance companies, financial institutions, energy companies, political accountability and health care companies.                        </p>
                                                
                        <a href="https://consumerwatchdog.org/author/jamie-court/" style="display:inline-block; padding:8px 18px; background:#1e73be; color:#fff; font-family:'Open Sans',sans-serif; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:0.5px; text-decoration:none; border-radius:4px;">
                            All Articles &rarr;
                        </a>
                    </div>
                </div>
            </div>
            <!-- /.is_in_the_news author bio -->
            
        </main>
        
        <!-- Dynamic Context-Aware Sidebar -->
        <aside class="cwd-context-sidebar" style="width:350px; flex-shrink:0; position:sticky; top:80px; height:fit-content;">    <div class="cwd-sidebar-widget" style="background:#fff; padding:16px 20px; border-radius:8px; box-shadow:0 2px 12px rgba(0,0,0,0.06); margin-bottom:20px; text-align:center;">
        <a href="/submit-complaint/"
           style="display:inline-block; padding:13px 28px; background:linear-gradient(135deg,#f5692d 0%,#ffaa40 100%); color:#fff; text-decoration:none; font-weight:700; border-radius:50px; font-size:14px; font-family:'Open Sans',sans-serif; letter-spacing:0.2px; box-shadow:0 4px 16px rgba(245,105,45,0.36); transition:transform 0.2s,box-shadow 0.2s;"
           onmouseover="this.style.transform='translateY(-2px)';this.style.boxShadow='0 6px 22px rgba(245,105,45,0.48)';" onmouseout="this.style.transform='translateY(0)';this.style.boxShadow='0 4px 16px rgba(245,105,45,0.36)';">
            Submit a consumer complaint
        </a>
    </div>

        <div class="cwd-sidebar-widget cwd-yt-widget" style="background:#111; border-radius:8px; box-shadow:0 2px 12px rgba(0,0,0,0.15); margin-bottom:20px; overflow:hidden;">
        <div style="height:3px; background:#ff0000;"></div>
        <div style="padding:10px 14px 8px; display:flex; align-items:center; justify-content:space-between;">
            <div style="display:flex; align-items:center; gap:8px;">
                <svg width="20" height="14" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M21.543 2.49A2.762 2.762 0 0 0 19.6.53C17.9 0 11 0 11 0S4.1 0 2.4.53A2.762 2.762 0 0 0 .457 2.49C0 4.2 0 8 0 8s0 3.8.457 5.51A2.762 2.762 0 0 0 2.4 15.47C4.1 16 11 16 11 16s6.9 0 8.6-.53a2.762 2.762 0 0 0 1.943-1.96C22 11.8 22 8 22 8s0-3.8-.457-5.51z" fill="#FF0000"/>
                    <path d="M8.8 11.4L14.52 8 8.8 4.6v6.8z" fill="#fff"/>
                </svg>
                <span style="font-family:'Open Sans',sans-serif; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.5px; color:#fff;">Insurance Videos</span>
            </div>
                        <a href="https://www.youtube.com/playlist?list=PL_fFbgGe88MqlmA3lzjJ7wXTwPId-OeDc" target="_blank" rel="noopener noreferrer"
               style="font-family:'Open Sans',sans-serif; font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.3px; color:rgba(255,255,255,0.45); text-decoration:none;">ALL &#9654;</a>
                    </div>

                <div id="cwd-yt-cad47b24"
             style="position:relative; padding-bottom:56.25%; background:#000; cursor:pointer;"
             onclick="(function(el){var i=document.createElement('iframe');i.src='https://www.youtube.com/embed/mz_hi0J3Nlo?autoplay=1&rel=0&modestbranding=1';i.style.cssText='position:absolute;top:0;left:0;width:100%;height:100%;border:0;';i.setAttribute('allow','accelerometer;autoplay;clipboard-write;encrypted-media;gyroscope;picture-in-picture');i.setAttribute('allowfullscreen','1');el.innerHTML='';el.style.cursor='default';el.appendChild(i);})(this)">
            <img src="https://img.youtube.com/vi/mz_hi0J3Nlo/mqdefault.jpg"
                 alt="KGO (ABC7): California Insurance Reform Bills Face Votes"
                 style="position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border:0;">
            <div style="position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:54px;height:38px;background:rgba(0,0,0,0.75);border-radius:10px;display:flex;align-items:center;justify-content:center;pointer-events:none;">
                <svg width="20" height="20" viewBox="0 0 24 24" fill="#fff"><path d="M8 5v14l11-7z"/></svg>
            </div>
            <div style="position:absolute;bottom:0;left:0;right:0;padding:36px 12px 10px;background:linear-gradient(transparent,rgba(0,0,0,0.82));pointer-events:none;">
                <span style="font-family:'Open Sans',sans-serif;font-size:12px;font-weight:600;color:#fff;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;">
                    KGO (ABC7): California Insurance Reform Bills Face Votes                </span>
            </div>
        </div>
                <div class="cwd-yt-rest-videos" style="border-top:1px solid rgba(255,255,255,0.1);">
                        <a href="https://www.youtube.com/watch?v=8M0ifZ6-rkE" target="_blank" rel="noopener noreferrer"
               style="display:flex;gap:10px;align-items:flex-start;padding:9px 12px;text-decoration:none;border-bottom:1px solid rgba(255,255,255,0.05);transition:background 0.15s;"
               onmouseover="this.style.background='rgba(255,255,255,0.06)'"
               onmouseout="this.style.background='transparent'">
                <div style="flex-shrink:0;position:relative;width:92px;height:52px;border-radius:3px;overflow:hidden;background:#000;">
                    <img src="https://img.youtube.com/vi/8M0ifZ6-rkE/mqdefault.jpg" alt="" loading="lazy"
                         style="width:92px;height:52px;object-fit:cover;display:block;">
                    <div style="position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:14px;background:rgba(0,0,0,0.7);border-radius:3px;display:flex;align-items:center;justify-content:center;pointer-events:none;">
                        <svg width="8" height="8" viewBox="0 0 24 24" fill="#fff"><path d="M8 5v14l11-7z"/></svg>
                    </div>
                </div>
                <span style="font-family:'Open Sans',sans-serif;font-size:11.5px;font-weight:500;color:rgba(255,255,255,0.82);line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;">
                    Joy Chen&#039;s Testimony To Senate, Opposing Limits on Survivors’ Rights                </span>
            </a>
                        <a href="https://www.youtube.com/watch?v=cYVu5q8HHUM" target="_blank" rel="noopener noreferrer"
               style="display:flex;gap:10px;align-items:flex-start;padding:9px 12px;text-decoration:none;border-bottom:1px solid rgba(255,255,255,0.05);transition:background 0.15s;"
               onmouseover="this.style.background='rgba(255,255,255,0.06)'"
               onmouseout="this.style.background='transparent'">
                <div style="flex-shrink:0;position:relative;width:92px;height:52px;border-radius:3px;overflow:hidden;background:#000;">
                    <img src="https://img.youtube.com/vi/cYVu5q8HHUM/mqdefault.jpg" alt="" loading="lazy"
                         style="width:92px;height:52px;object-fit:cover;display:block;">
                    <div style="position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:14px;background:rgba(0,0,0,0.7);border-radius:3px;display:flex;align-items:center;justify-content:center;pointer-events:none;">
                        <svg width="8" height="8" viewBox="0 0 24 24" fill="#fff"><path d="M8 5v14l11-7z"/></svg>
                    </div>
                </div>
                <span style="font-family:'Open Sans',sans-serif;font-size:11.5px;font-weight:500;color:rgba(255,255,255,0.82);line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;">
                    KTVU Fox 2: State Farm Faces Penalties Over LA Wildfire Claims                </span>
            </a>
                        <a href="https://www.youtube.com/watch?v=L2ALD6kETig" target="_blank" rel="noopener noreferrer"
               style="display:flex;gap:10px;align-items:flex-start;padding:9px 12px;text-decoration:none;border-bottom:1px solid rgba(255,255,255,0.05);transition:background 0.15s;"
               onmouseover="this.style.background='rgba(255,255,255,0.06)'"
               onmouseout="this.style.background='transparent'">
                <div style="flex-shrink:0;position:relative;width:92px;height:52px;border-radius:3px;overflow:hidden;background:#000;">
                    <img src="https://img.youtube.com/vi/L2ALD6kETig/mqdefault.jpg" alt="" loading="lazy"
                         style="width:92px;height:52px;object-fit:cover;display:block;">
                    <div style="position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:14px;background:rgba(0,0,0,0.7);border-radius:3px;display:flex;align-items:center;justify-content:center;pointer-events:none;">
                        <svg width="8" height="8" viewBox="0 0 24 24" fill="#fff"><path d="M8 5v14l11-7z"/></svg>
                    </div>
                </div>
                <span style="font-family:'Open Sans',sans-serif;font-size:11.5px;font-weight:500;color:rgba(255,255,255,0.82);line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;">
                    Senator Pérez And Eaton And Palisades Fire Survivors Urge Immediate Passage Of Key Insurance Reforms                </span>
            </a>
                        <a href="https://www.youtube.com/watch?v=L13kDQC3Udc" target="_blank" rel="noopener noreferrer"
               style="display:flex;gap:10px;align-items:flex-start;padding:9px 12px;text-decoration:none;border-bottom:1px solid rgba(255,255,255,0.05);transition:background 0.15s;"
               onmouseover="this.style.background='rgba(255,255,255,0.06)'"
               onmouseout="this.style.background='transparent'">
                <div style="flex-shrink:0;position:relative;width:92px;height:52px;border-radius:3px;overflow:hidden;background:#000;">
                    <img src="https://img.youtube.com/vi/L13kDQC3Udc/mqdefault.jpg" alt="" loading="lazy"
                         style="width:92px;height:52px;object-fit:cover;display:block;">
                    <div style="position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:14px;background:rgba(0,0,0,0.7);border-radius:3px;display:flex;align-items:center;justify-content:center;pointer-events:none;">
                        <svg width="8" height="8" viewBox="0 0 24 24" fill="#fff"><path d="M8 5v14l11-7z"/></svg>
                    </div>
                </div>
                <span style="font-family:'Open Sans',sans-serif;font-size:11.5px;font-weight:500;color:rgba(255,255,255,0.82);line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;">
                    FOX26 NEWS: Proposed bill would guarantee insurance coverage for fire-safe homes in California                </span>
            </a>
                    </div>
        
        
        <div style="padding:8px 14px 12px;">
            <a href="https://www.youtube.com/playlist?list=PL_fFbgGe88MqlmA3lzjJ7wXTwPId-OeDc" target="_blank" rel="noopener noreferrer"
               style="display:block;text-align:center;padding:8px 14px;background:#ff0000;color:#fff;text-decoration:none;font-family:'Open Sans',sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;border-radius:4px;">
                More Videos &#9654;
            </a>
        </div>
    </div>
    
        <div class="cwd-sidebar-widget" style="background:#fff; padding:20px; border-radius:8px; box-shadow:0 2px 12px rgba(0,0,0,0.06); margin-bottom:20px;">
        <h3 style="font-family:'Open Sans',sans-serif; font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:0.5px; padding-bottom:10px; border-bottom:2px solid #e0e0e0; margin-bottom:15px; color:#111; margin-top:0;">
            LATEST INSURANCE RELEASES
        </h3>
                <article style="display:flex; gap:12px; align-items:flex-start; margin-bottom:14px; padding-bottom:14px; border-bottom:1px solid #eee;">
            <a href="https://consumerwatchdog.org/insurance/three-bills-holding-insurance-companies-to-their-promises-pass-final-senate-committee-head-to-floor/"
               style="display:block; flex-shrink:0; width:105px; height:70px; overflow:hidden; border-radius:4px; line-height:0;">
                <img src="https://consumerwatchdog.org/wp-content/uploads/2026/05/pexels-photo-5598007-300x200.jpeg"
                     alt="Three Bills Holding Insurance Companies to their Promises Pass Final Senate Committee, Head to Floor"
                     decoding="async"
                     style="width:105px; height:70px; object-fit:cover; object-position:center; display:block; border:0; transition:transform 0.3s ease;"
                     onmouseover="this.style.transform='scale(1.06)'"
                     onmouseout="this.style.transform='scale(1)'">
            </a>
            <div style="flex:1; min-width:0;">
                <h4 style="margin:0 0 5px; font-family:'Open Sans',sans-serif; font-size:13px; font-weight:600; line-height:1.35;">
                    <a href="https://consumerwatchdog.org/insurance/three-bills-holding-insurance-companies-to-their-promises-pass-final-senate-committee-head-to-floor/"
                       style="color:#111; text-decoration:none;"
                       onmouseover="this.style.color='#1e73be'"
                       onmouseout="this.style.color='#111'">
                        Three Bills Holding Insurance Companies to their Promises Pass Final Senate Committee, Head to Floor                    </a>
                </h4>
                <div style="font-size:11px; color:#888; font-style:italic;">May 14, 2026</div>
            </div>
        </article>
                <article style="display:flex; gap:12px; align-items:flex-start; margin-bottom:14px; padding-bottom:14px; border-bottom:1px solid #eee;">
            <a href="https://consumerwatchdog.org/energy/wildfire-survivors-consumer-groups-insurers-public-entities-oppose-limits-on-survivors-rights-at-hearings-in-ca-capitol-on-cea-sb-254-report/"
               style="display:block; flex-shrink:0; width:105px; height:70px; overflow:hidden; border-radius:4px; line-height:0;">
                <img src="https://consumerwatchdog.org/wp-content/uploads/2026/05/optimized-shutterstock_692032534__1200x610___v1222x580-300x142.jpg"
                     alt="Wildfire Survivors, Consumer Groups, Insurers, Public Entities Oppose Limits on Survivors’ Rights At Hearings In CA Capitol On CEA SB 254 Report  "
                     decoding="async"
                     style="width:105px; height:70px; object-fit:cover; object-position:center; display:block; border:0; transition:transform 0.3s ease;"
                     onmouseover="this.style.transform='scale(1.06)'"
                     onmouseout="this.style.transform='scale(1)'">
            </a>
            <div style="flex:1; min-width:0;">
                <h4 style="margin:0 0 5px; font-family:'Open Sans',sans-serif; font-size:13px; font-weight:600; line-height:1.35;">
                    <a href="https://consumerwatchdog.org/energy/wildfire-survivors-consumer-groups-insurers-public-entities-oppose-limits-on-survivors-rights-at-hearings-in-ca-capitol-on-cea-sb-254-report/"
                       style="color:#111; text-decoration:none;"
                       onmouseover="this.style.color='#1e73be'"
                       onmouseout="this.style.color='#111'">
                        Wildfire Survivors, Consumer Groups, Insurers, Public Entities Oppose Limits on Survivors’ Rights At Hearings In CA Capitol On CEA SB 254 Report                      </a>
                </h4>
                <div style="font-size:11px; color:#888; font-style:italic;">May 12, 2026</div>
            </div>
        </article>
                <article style="display:flex; gap:12px; align-items:flex-start; margin-bottom:14px; padding-bottom:14px; border-bottom:1px solid #eee;">
            <a href="https://consumerwatchdog.org/in-the-courtroom/california-has-the-power-to-respond-to-the-insurance-crisis/"
               style="display:block; flex-shrink:0; width:105px; height:70px; overflow:hidden; border-radius:4px; line-height:0;">
                <img src="https://consumerwatchdog.org/wp-content/uploads/2026/05/GovernorDebatePomona-300x159.png"
                     alt="California Has the Power to Respond to the Insurance Crisis"
                     decoding="async"
                     style="width:105px; height:70px; object-fit:cover; object-position:center; display:block; border:0; transition:transform 0.3s ease;"
                     onmouseover="this.style.transform='scale(1.06)'"
                     onmouseout="this.style.transform='scale(1)'">
            </a>
            <div style="flex:1; min-width:0;">
                <h4 style="margin:0 0 5px; font-family:'Open Sans',sans-serif; font-size:13px; font-weight:600; line-height:1.35;">
                    <a href="https://consumerwatchdog.org/in-the-courtroom/california-has-the-power-to-respond-to-the-insurance-crisis/"
                       style="color:#111; text-decoration:none;"
                       onmouseover="this.style.color='#1e73be'"
                       onmouseout="this.style.color='#111'">
                        California Has the Power to Respond to the Insurance Crisis                    </a>
                </h4>
                <div style="font-size:11px; color:#888; font-style:italic;">May 5, 2026</div>
            </div>
        </article>
                <article style="display:flex; gap:12px; align-items:flex-start; margin-bottom:14px; padding-bottom:14px; border-bottom:1px solid #eee;">
            <a href="https://consumerwatchdog.org/insurance/ca-insurance-commissioner-candidates-respond-to-questions-on-insurance-access-claims-and-climate-response/"
               style="display:block; flex-shrink:0; width:105px; height:70px; overflow:hidden; border-radius:4px; line-height:0;">
                <img src="https://consumerwatchdog.org/wp-content/uploads/2026/05/california-dept-of-insurance-300x201.jpg"
                     alt="Consumer Watchdog Campaign: CA Insurance Commissioner Candidates Respond to Questions on Insurance Access, Claims and Climate Response"
                     decoding="async"
                     style="width:105px; height:70px; object-fit:cover; object-position:center; display:block; border:0; transition:transform 0.3s ease;"
                     onmouseover="this.style.transform='scale(1.06)'"
                     onmouseout="this.style.transform='scale(1)'">
            </a>
            <div style="flex:1; min-width:0;">
                <h4 style="margin:0 0 5px; font-family:'Open Sans',sans-serif; font-size:13px; font-weight:600; line-height:1.35;">
                    <a href="https://consumerwatchdog.org/insurance/ca-insurance-commissioner-candidates-respond-to-questions-on-insurance-access-claims-and-climate-response/"
                       style="color:#111; text-decoration:none;"
                       onmouseover="this.style.color='#1e73be'"
                       onmouseout="this.style.color='#111'">
                        Consumer Watchdog Campaign: CA Insurance Commissioner Candidates Respond to Questions on Insurance Access, Claims and Climate Response                    </a>
                </h4>
                <div style="font-size:11px; color:#888; font-style:italic;">May 4, 2026</div>
            </div>
        </article>
                <article style="display:flex; gap:12px; align-items:flex-start; margin-bottom:14px; padding-bottom:14px; border-bottom:1px solid #eee;">
            <a href="https://consumerwatchdog.org/insurance/insurance-video/consumer-alert-insurance-for-fire-safe-communities-communism-or-common-sense/"
               style="display:block; flex-shrink:0; width:105px; height:70px; overflow:hidden; border-radius:4px; line-height:0;">
                <img src="https://consumerwatchdog.org/wp-content/uploads/2025/11/Screenshot-2025-11-11-at-12.20.54-PM.png"
                     alt="Consumer Alert: Insurance for Fire-Safe Communities—Communism or Common Sense?"
                     decoding="async"
                     style="width:105px; height:70px; object-fit:cover; object-position:center; display:block; border:0; transition:transform 0.3s ease;"
                     onmouseover="this.style.transform='scale(1.06)'"
                     onmouseout="this.style.transform='scale(1)'">
            </a>
            <div style="flex:1; min-width:0;">
                <h4 style="margin:0 0 5px; font-family:'Open Sans',sans-serif; font-size:13px; font-weight:600; line-height:1.35;">
                    <a href="https://consumerwatchdog.org/insurance/insurance-video/consumer-alert-insurance-for-fire-safe-communities-communism-or-common-sense/"
                       style="color:#111; text-decoration:none;"
                       onmouseover="this.style.color='#1e73be'"
                       onmouseout="this.style.color='#111'">
                        Consumer Alert: Insurance for Fire-Safe Communities—Communism or Common Sense?                    </a>
                </h4>
                <div style="font-size:11px; color:#888; font-style:italic;">Apr 30, 2026</div>
            </div>
        </article>
            </div>
    
        <div class="cwd-sidebar-widget" style="background:#fff; padding:20px; border-radius:8px; box-shadow:0 2px 12px rgba(0,0,0,0.06); margin-bottom:20px;">
        <h3 style="font-family:'Open Sans',sans-serif; font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:0.5px; padding-bottom:10px; border-bottom:2px solid #e0e0e0; margin-bottom:15px; color:#111; margin-top:0;">
            <a href="https://consumerwatchdog.org/issues/in-the-news/insurance-in-the-news-in-the-news/" style="color:#111; text-decoration:none; display:block;" onmouseover="this.style.color='#1e73be'" onmouseout="this.style.color='#111'">
                INSURANCE IN THE NEWS
            </a>
        </h3>
                <article style="margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #eee;">
            <h4 style="margin:0; font-family:'Open Sans',sans-serif; font-size:13px; font-weight:600; line-height:1.4;">
                <a href="https://consumerwatchdog.org/in-the-news/calmatters-insurance-commissioner-candidates-float-bigger-california-role/"
                   style="color:#111; text-decoration:none;"
                   onmouseover="this.style.color='#1e73be'"
                   onmouseout="this.style.color='#111'">
                    CalMatters &#8211; Insurance commissioner candidates float bigger California role                </a>
            </h4>
        </article>
                <article style="margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #eee;">
            <h4 style="margin:0; font-family:'Open Sans',sans-serif; font-size:13px; font-weight:600; line-height:1.4;">
                <a href="https://consumerwatchdog.org/in-the-news/new-york-post-california-wildfire-survivor-rips-insurers-state-government-for-failing-victims-recovery/"
                   style="color:#111; text-decoration:none;"
                   onmouseover="this.style.color='#1e73be'"
                   onmouseout="this.style.color='#111'">
                    California Post &#8211; California wildfire survivor rips insurers, state government for failing victims’ recovery                </a>
            </h4>
        </article>
                <article style="margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #eee;">
            <h4 style="margin:0; font-family:'Open Sans',sans-serif; font-size:13px; font-weight:600; line-height:1.4;">
                <a href="https://consumerwatchdog.org/in-the-news/kpbs-fm-radio-how-best-to-find-an-insurance-policy-that-has-the-amount-of-coverage-you-need/"
                   style="color:#111; text-decoration:none;"
                   onmouseover="this.style.color='#1e73be'"
                   onmouseout="this.style.color='#111'">
                    KPBS-FM (Radio): How Best To Find An Insurance Policy That Has The Amount Of Coverage You Need                </a>
            </h4>
        </article>
                <article style="margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #eee;">
            <h4 style="margin:0; font-family:'Open Sans',sans-serif; font-size:13px; font-weight:600; line-height:1.4;">
                <a href="https://consumerwatchdog.org/in-the-news/politico-becerras-fire-insurance-plan-draws-heat/"
                   style="color:#111; text-decoration:none;"
                   onmouseover="this.style.color='#1e73be'"
                   onmouseout="this.style.color='#111'">
                    Politico &#8211; Becerra’s fire insurance plan draws heat                </a>
            </h4>
        </article>
                <article style="margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #eee;">
            <h4 style="margin:0; font-family:'Open Sans',sans-serif; font-size:13px; font-weight:600; line-height:1.4;">
                <a href="https://consumerwatchdog.org/in-the-news/usa-today-takeaways-from-the-latest-california-governor-debate/"
                   style="color:#111; text-decoration:none;"
                   onmouseover="this.style.color='#1e73be'"
                   onmouseout="this.style.color='#111'">
                    USA TODAY &#8211; Takeaways from the latest California governor debate                </a>
            </h4>
        </article>
            </div>
    
        <div class="cwd-sidebar-widget" style="background:#fff; padding:0; border-radius:8px; box-shadow:0 2px 12px rgba(0,0,0,0.06); margin-bottom:20px; overflow:hidden;">
        <a href="https://consumerwatchdog.org/insurance/how-technology-shapes-property-insurance/"
           style="display:block; overflow:hidden; border-radius:8px; line-height:0; position:relative; aspect-ratio:3/4; background:#e8e8e8;">
            <img src="https://consumerwatchdog.org/wp-content/uploads/2026/01/Screenshot-2026-01-22-at-9.42.16-AM.png"
                 alt="How Technology Shapes Property Insurance"
                 style="width:100%; height:100%; object-fit:cover; object-position:top center; display:block; border-radius:0; border:0; transition:transform 0.3s ease;"
                 onmouseover="this.style.transform='scale(1.03)'"
                 onmouseout="this.style.transform='scale(1)'">
            <!-- Gradient overlay + title -->
            <div style="position:absolute; bottom:0; left:0; right:0; padding:60px 14px 18px; background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.88) 100%); border-radius:0 0 4px 4px; line-height:1.2;">
                <span style="display:block; font-family:'Open Sans',sans-serif; font-size:20px; font-weight:800; color:#fff; line-height:1.25; text-shadow:0 1px 6px rgba(0,0,0,0.6);">
                    How Technology Shapes Property Insurance                </span>
            </div>
            <div style="position:absolute; top:0; left:0; right:0; background:#cc0000; color:#fff; padding:7px 14px; font-family:'Open Sans',sans-serif; font-size:13px; font-weight:800; text-transform:uppercase; letter-spacing:1px; text-align:center;">
                REPORT
            </div>
        </a>
    </div>
    
    

        <div class="cwd-sidebar-widget" style="margin-bottom:20px; border-radius:8px; overflow:hidden; box-shadow:0 2px 14px rgba(0,0,0,0.15);">
        <a href="https://www.youtube.com/watch?v=OBLFeLfF35c" target="_blank" rel="noopener noreferrer"
           style="display:block; position:relative; text-decoration:none; line-height:0; background:#111;">
                        <img src="https://consumerwatchdog.org/wp-content/uploads/2025/11/Screenshot-2025-11-11-at-12.20.54-PM.png"
                 alt="Consumer Alert"
                 style="width:100%; height:auto; display:block; opacity:0.95;">
                        <!-- Centred play button -->
            <div style="position:absolute; top:50%; left:50%; transform:translate(-50%,-65%); width:52px; height:52px; background:rgba(0,0,0,0.6); border-radius:50%; display:flex; align-items:center; justify-content:center; pointer-events:none;">
                <svg width="20" height="20" viewBox="0 0 24 24" fill="#fff"><path d="M8 5v14l11-7z"/></svg>
            </div>
            <!-- Red CONSUMER ALERT banner -->
            <div style="position:absolute; bottom:0; left:0; right:0; background:#cc0000; padding:9px 14px; display:flex; align-items:center; justify-content:space-between;">
                <span style="font-family:'Open Sans',sans-serif; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:1px; color:#fff;">&#9888;&nbsp;Consumer Alert</span>
                <span style="font-family:'Open Sans',sans-serif; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.5px; color:rgba(255,255,255,0.85);">&#9654; Watch</span>
            </div>
        </a>
    </div>
    
        <div class="cwd-sidebar-widget" style="margin-bottom:20px; border-radius:8px; overflow:hidden; box-shadow:0 2px 14px rgba(0,0,0,0.18);">
        <a href="https://consumerwatchdog.org/smokeandmirrors/" target="_blank" rel="noopener noreferrer" style="display:block; text-decoration:none; line-height:0; background:#1a1a1a;">
                        <img src="https://consumerwatchdog.org/wp-content/uploads/2025/10/SmokeAndMirrosPodcastCover-1-e1762876406243.jpg"
                 alt="Smoke and Mirrors Podcast"
                 style="width:100%; height:auto; display:block;">
                    </a>
    </div>
    
        <div class="cwd-sidebar-widget cwd-sidebar-newsletter-widget"
         style="background:url('https://consumerwatchdog.org/wp-content/uploads/2011/12/images_protestblueshield.jpg') center/cover no-repeat;
                padding:35px 20px; border-radius:8px;
                box-shadow:0 4px 16px rgba(0,0,0,0.25);
                margin-bottom:25px; text-align:center;
                position:relative; overflow:hidden;">
        <!-- Dark overlay matching the donate widget -->
        <div style="position:absolute; inset:0; background:linear-gradient(rgba(10,60,20,0.60),rgba(5,35,10,0.88)); border-radius:8px; pointer-events:none;"></div>
        <!-- Content sits above overlay -->
        <div style="position:relative; z-index:2;">
            <!-- Envelope icon -->
            <div style="margin-bottom:10px;">
                <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="rgba(255,255,255,0.90)" stroke-width="1.8" aria-hidden="true" style="display:inline-block; vertical-align:middle;">
                    <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/>
                    <polyline points="22,6 12,13 2,6"/>
                </svg>
            </div>
            <h3 style="margin:0 0 10px; font-family:'Open Sans',sans-serif; font-size:16px; font-weight:700; text-transform:uppercase; letter-spacing:0.5px; color:#fff; text-shadow:0 2px 6px rgba(0,0,0,0.3);">STAY INFORMED</h3>
            <p style="margin:0 0 18px; font-family:'Open Sans',sans-serif; font-size:14px; font-weight:700; line-height:1.5; color:#fff; text-shadow:0 1px 4px rgba(0,0,0,0.3);">Get the latest Insurance news, reports &amp; action alerts — straight to your inbox.</p>
            <div id="mc_embed_signup">
                <form action="https://consumerwatchdog.us7.list-manage.com/subscribe/post?u=16fdf633d6cc08468a8275737&amp;id=2a5389feeb&amp;f_id=002f32e0f0"
                      method="post"
                      id="mc-embedded-subscribe-form"
                      name="mc-embedded-subscribe-form"
                      class="validate"
                      target="_blank">
                    <div id="mc_embed_signup_scroll">
                        <div class="mc-field-group" style="margin-bottom:10px;">
                            <input type="email" name="EMAIL"
                                   class="required email"
                                   id="mce-EMAIL"
                                   placeholder="Your email address"
                                   required
                                   value=""
                                   style="width:100%; box-sizing:border-box; padding:13px 16px; border:none; border-radius:50px; font-size:14px; font-family:'Open Sans',sans-serif; box-shadow:0 4px 12px rgba(0,0,0,0.2);">
                        </div>
                        <div id="mce-responses" class="clear">
                            <div class="response" id="mce-error-response" style="display:none;"></div>
                            <div class="response" id="mce-success-response" style="display:none;"></div>
                        </div>
                        <!-- honeypot — do not remove -->
                        <div aria-hidden="true" style="position:absolute;left:-5000px;">
                            <input type="text" name="b_16fdf633d6cc08468a8275737_2a5389feeb" tabindex="-1" value="">
                        </div>
                        <div class="clear">
                            <input type="submit" name="subscribe"
                                   id="mc-embedded-subscribe"
                                   class="button"
                                   value="SUBSCRIBE NOW"
                                   style="width:100%; padding:14px 35px; background:#ffffff; color:#1a6e2e; border:none; border-radius:50px; font-family:'Open Sans',sans-serif; font-size:14px; font-weight:700; cursor:pointer; text-transform:uppercase; letter-spacing:0.8px; box-shadow:0 4px 12px rgba(0,0,0,0.2); transition:all 0.3s ease;"
                                   onmouseover="this.style.background='#000';this.style.color='#fff';this.style.transform='scale(1.05)';"
                                   onmouseout="this.style.background='#fff';this.style.color='#1a6e2e';this.style.transform='scale(1)';">
                        </div>
                    </div>
                </form>
            </div>
            <p style="margin:12px 0 0; font-family:'Open Sans',sans-serif; font-size:11px; color:rgba(255,255,255,0.65); text-shadow:none;">No spam. Unsubscribe anytime.</p>
        </div>
    </div>
        <div class="cwd-sidebar-widget cwd-sidebar-donate-widget"
         style="background:url('https://consumerwatchdog.org/wp-content/uploads/2011/12/images_protestblueshield.jpg') center/cover no-repeat;
                padding:35px 20px; border-radius:8px;
                box-shadow:0 4px 16px rgba(0,0,0,0.25);
                margin-bottom:25px; text-align:center;
                position:relative; overflow:hidden;">
        <div style="position:absolute; inset:0; background:linear-gradient(rgba(20,90,200,0.55),rgba(5,45,130,0.82)); border-radius:8px; pointer-events:none;"></div>
        <h3 style="font-weight:700; margin:0 0 12px 0; text-shadow:0 2px 6px rgba(0,0,0,0.3);">SUPPORT OUR MISSION</h3>
        <p style="font-family:'Open Sans',sans-serif; font-size:14px; font-weight:700; margin:0 0 20px 0; line-height:1.5; text-shadow:0 1px 4px rgba(0,0,0,0.3);">Help us fight for consumer rights</p>
        <a href="https://consumerwatchdog.kindful.com/?campaign=1143184" target="_blank" class="cwd-donate-btn"
           style="position:relative; z-index:2; display:inline-block; padding:14px 35px;
                  background:#ffffff; color:#d18620; text-decoration:none;
                  text-transform:uppercase; font-weight:700; border-radius:50px;
                  font-size:14px; transition:all 0.3s ease;
                  box-shadow:0 4px 12px rgba(0,0,0,0.2);
                  font-family:'Open Sans',sans-serif; letter-spacing:0.8px;"
           onmouseover="this.style.background='#000000';this.style.color='#ffffff';this.style.transform='scale(1.05)';"
           onmouseout="this.style.background='#ffffff';this.style.color='#d18620';this.style.transform='scale(1)';">DONATE NOW</a>
    </div>
    </aside>        
    </div><!-- /.cwd-single-layout -->

    <!-- ═══ RELATED ARTICLES — full width below both columns ═══ -->
        <div class="cwd-related-posts">
        <div class="cwd-related-posts-header">
            <h3 class="cwd-related-posts-title">MORE IN INSURANCE</h3>
                        <a href="https://consumerwatchdog.org/issues/insurance/" class="cwd-related-posts-more">
                More Insurance stories &rarr;
            </a>
                    </div>

        <div class="cwd-related-posts-grid">
                        <article class="cwd-related-post-card">
                <a href="https://consumerwatchdog.org/insurance/three-bills-holding-insurance-companies-to-their-promises-pass-final-senate-committee-head-to-floor/" class="cwd-related-post-link">
                    <div class="cwd-related-post-thumb">
                        <img src="https://consumerwatchdog.org/wp-content/uploads/2026/05/pexels-photo-5598007-768x511.jpeg"
                             alt="Three Bills Holding Insurance Companies to their Promises Pass Final Senate Committee, Head to Floor"
                             decoding="async">
                    </div>
                    <h4 class="cwd-related-post-title">Three Bills Holding Insurance Companies to their Promises Pass Final Senate Committee, Head to Floor</h4>
                </a>
            </article>
                        <article class="cwd-related-post-card">
                <a href="https://consumerwatchdog.org/energy/wildfire-survivors-consumer-groups-insurers-public-entities-oppose-limits-on-survivors-rights-at-hearings-in-ca-capitol-on-cea-sb-254-report/" class="cwd-related-post-link">
                    <div class="cwd-related-post-thumb">
                        <img src="https://consumerwatchdog.org/wp-content/uploads/2026/05/optimized-shutterstock_692032534__1200x610___v1222x580-768x365.jpg"
                             alt="Wildfire Survivors, Consumer Groups, Insurers, Public Entities Oppose Limits on Survivors’ Rights At Hearings In CA Capitol On CEA SB 254 Report  "
                             decoding="async">
                    </div>
                    <h4 class="cwd-related-post-title">Wildfire Survivors, Consumer Groups, Insurers, Public Entities Oppose Limits on Survivors’ Rights At Hearings In CA Capitol On CEA SB 254 Report  </h4>
                </a>
            </article>
                        <article class="cwd-related-post-card">
                <a href="https://consumerwatchdog.org/in-the-courtroom/california-has-the-power-to-respond-to-the-insurance-crisis/" class="cwd-related-post-link">
                    <div class="cwd-related-post-thumb">
                        <img src="https://consumerwatchdog.org/wp-content/uploads/2026/05/GovernorDebatePomona-768x407.png"
                             alt="California Has the Power to Respond to the Insurance Crisis"
                             decoding="async">
                    </div>
                    <h4 class="cwd-related-post-title">California Has the Power to Respond to the Insurance Crisis</h4>
                </a>
            </article>
                        <article class="cwd-related-post-card">
                <a href="https://consumerwatchdog.org/insurance/ca-insurance-commissioner-candidates-respond-to-questions-on-insurance-access-claims-and-climate-response/" class="cwd-related-post-link">
                    <div class="cwd-related-post-thumb">
                        <img src="https://consumerwatchdog.org/wp-content/uploads/2026/05/california-dept-of-insurance-768x515.jpg"
                             alt="Consumer Watchdog Campaign: CA Insurance Commissioner Candidates Respond to Questions on Insurance Access, Claims and Climate Response"
                             decoding="async">
                    </div>
                    <h4 class="cwd-related-post-title">Consumer Watchdog Campaign: CA Insurance Commissioner Candidates Respond to Questions on Insurance Access, Claims and Climate Response</h4>
                </a>
            </article>
                        <article class="cwd-related-post-card">
                <a href="https://consumerwatchdog.org/insurance/insurance-video/consumer-alert-insurance-for-fire-safe-communities-communism-or-common-sense/" class="cwd-related-post-link">
                    <div class="cwd-related-post-thumb">
                        <img src="https://consumerwatchdog.org/wp-content/uploads/2025/11/Screenshot-2025-11-11-at-12.20.54-PM.png"
                             alt="Consumer Alert: Insurance for Fire-Safe Communities—Communism or Common Sense?"
                             decoding="async">
                    </div>
                    <h4 class="cwd-related-post-title">Consumer Alert: Insurance for Fire-Safe Communities—Communism or Common Sense?</h4>
                </a>
            </article>
                        <article class="cwd-related-post-card">
                <a href="https://consumerwatchdog.org/insurance/consumer-alert-senator-calls-insurance-coverage-for-fire-safe-communities-communism/" class="cwd-related-post-link">
                    <div class="cwd-related-post-thumb">
                        <img src="https://consumerwatchdog.org/wp-content/uploads/2026/04/SEN-Laura-Richardson-768x432.jpg"
                             alt="Consumer Alert: Senator Calls Insurance Coverage for Fire-Safe Communities “Communism” "
                             decoding="async">
                    </div>
                    <h4 class="cwd-related-post-title">Consumer Alert: Senator Calls Insurance Coverage for Fire-Safe Communities “Communism” </h4>
                </a>
            </article>
                    </div>
    </div>
    
    
</div><!-- /#primary -->


            </div><!-- #content -->
        </div><!-- #page -->

        <!-- PRODUCTION-STYLE FOOTER -->
        <footer id="colophon" class="cwd-site-footer" style="background:#2c2c2c; color:#fff; padding:50px 20px 20px; margin-top:60px;">
            <div class="footer-container" style="max-width:1200px; margin:0 auto;">

                <!-- Footer Logo -->
                <div style="text-align:center; margin-bottom:36px; padding-bottom:30px; border-bottom:1px solid #3a3a3a;">
                    <a href="https://consumerwatchdog.org/" aria-label="Consumer Watchdog Home">
                                                <img src="https://consumerwatchdog.org/wp-content/uploads/2022/11/cropped-logo_retina.png"
                             alt="Consumer Watchdog"
                             onerror="this.style.display='none'"
                             style="height:55px; width:auto; display:inline-block;">
                    </a>
                </div>

                <!-- Footer Widget Columns -->
                <div class="footer-widgets" style="display:grid; grid-template-columns:repeat(3, 1fr); gap:40px; margin-bottom:40px;">
                    
                    <!-- Footer Column 1 -->
                    <div class="footer-column">
                                                    <h3 style="color:#fff; font-size:16px; font-weight:700; margin-bottom:15px; font-family:'Open Sans', sans-serif;">About Consumer Watchdog</h3>
                            <p style="font-size:13px; line-height:1.6; color:#ccc;">
                                Consumer Watchdog is a nationally recognized public interest group that has been fighting corrupt corporations and politicians since 1985.
                            </p>
                                            </div>
                    
                    <!-- Footer Column 2 -->
                    <div class="footer-column">
                                                    <h3 style="color:#fff; font-size:16px; font-weight:700; margin-bottom:15px; font-family:'Open Sans', sans-serif;">Quick Links</h3>
                            <ul style="list-style:none; margin:0; padding:0;">
                                <li style="margin-bottom:8px;"><a href="/about/" style="color:#ccc; font-size:13px; text-decoration:none;">About Us</a></li>
                                <li style="margin-bottom:8px;"><a href="/our-team/" style="color:#ccc; font-size:13px; text-decoration:none;">Our Team</a></li>
                                <li style="margin-bottom:8px;"><a href="/reports/" style="color:#ccc; font-size:13px; text-decoration:none;">Reports</a></li>
                                <li style="margin-bottom:8px;"><a href="/contact/" style="color:#ccc; font-size:13px; text-decoration:none;">Contact</a></li>
                                <li style="margin-bottom:8px;"><a href="/submit-complaint/" style="color:#ccc; font-size:13px; text-decoration:none;">Submit a Complaint</a></li>
                            </ul>
                                            </div>
                    
                    <!-- Footer Column 3 -->
                    <div class="footer-column">
                                                    <h3 style="color:#fff; font-size:16px; font-weight:700; margin-bottom:15px; font-family:'Open Sans', sans-serif;">Stay Connected</h3>
                            <div style="display:flex; gap:12px; margin-bottom:15px;">
                                <a href="https://www.facebook.com/consumerwatchdog" target="_blank" rel="noopener noreferrer" style="color:#fff; font-size:20px;">
                                    <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/></svg>
                                </a>
                                <a href="https://twitter.com/consumerwd" target="_blank" rel="noopener noreferrer" style="color:#fff; font-size:20px;">
                                    <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
                                </a>
                                <a href="https://youtube.com/consumerwatchdog" target="_blank" rel="noopener noreferrer" style="color:#fff; font-size:20px;">
                                    <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
                                </a>
                            </div>
                            <p style="font-size:12px; color:#999; line-height:1.6;">
                                Subscribe to our newsletter for the latest updates on consumer advocacy.
                            </p>
                                            </div>
                    
                </div>
                
                <!-- Footer Menu -->
                <div class="footer-menu" style="border-top:1px solid #444; padding:20px 0; margin-bottom:20px;">
                    <nav style="display:flex; justify-content:center; flex-wrap:wrap; gap:20px;">
                        <a href="/submit-complaint/" style="color:#999; text-decoration:none; font-size:13px; transition:color 0.2s ease;">Submit a complaint</a>
                        <span style="color:#555;">|</span>
                        <a href="/mediakit/" style="color:#999; text-decoration:none; font-size:13px; transition:color 0.2s ease;">Media Kit</a>
                        <span style="color:#555;">|</span>
                        <a href="https://consumerwatchdog.kindful.com/?campaign=1143184" style="color:#999; text-decoration:none; font-size:13px; transition:color 0.2s ease;">Donate</a>
                        <span style="color:#555;">|</span>
                        <a href="/sitemap/" style="color:#999; text-decoration:none; font-size:13px; transition:color 0.2s ease;">Sitemap</a>
                        <span style="color:#555;">|</span>
                        <a href="/feed/" style="color:#999; text-decoration:none; font-size:13px; transition:color 0.2s ease;">RSS</a>
                        <span style="color:#555;">|</span>
                        <a href="/privacy-policy/" style="color:#999; text-decoration:none; font-size:13px; transition:color 0.2s ease;">Privacy Policy</a>
                        <span style="color:#555;">|</span>
                        <a href="/contact/" style="color:#999; text-decoration:none; font-size:13px; transition:color 0.2s ease;">Contact</a>
                    </nav>
                </div>
                
                <!-- Footer Bottom Bar -->
                <div class="footer-bottom" style="text-align:center; padding-bottom:20px;">
                    <p style="margin:0; font-size:13px; color:#999;">
                        Copyright 2026 Consumer Watchdog
                    </p>
                </div>
                
            </div>
        </footer>

    <!-- Back to Top Button (RED - Professional!) -->
    <button id="back-to-top" style="position:fixed; bottom:30px; right:30px; width:60px; height:60px; background:#d32f2f; color:#fff; border:none; border-radius:50%; cursor:pointer; box-shadow:0 4px 20px rgba(211,47,47,0.4); display:none; z-index:9999; transition:all 0.3s ease; font-size:24px; line-height:60px; text-align:center;">
        ↑
    </button>
    
    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
        // Back to Top functionality - PROFESSIONAL VERSION
        (function() {
            var backToTop = document.getElementById('back-to-top');
            if (!backToTop) return;
            
            window.addEventListener('scroll', function() {
                if (window.pageYOffset > 400) {
                    backToTop.style.display = 'block';
                    backToTop.style.opacity = '1';
                } else {
                    backToTop.style.opacity = '0';
                    setTimeout(function() {
                        if (window.pageYOffset <= 400) {
                            backToTop.style.display = 'none';
                        }
                    }, 300);
                }
            });
            
            backToTop.addEventListener('click', function() {
                window.scrollTo({
                    top: 0,
                    behavior: 'smooth'
                });
            });
            
            backToTop.addEventListener('mouseenter', function() {
                this.style.background = '#b71c1c';
                this.style.transform = 'translateY(-5px) scale(1.05)';
                this.style.boxShadow = '0 6px 30px rgba(211,47,47,0.6)';
            });
            
            backToTop.addEventListener('mouseleave', function() {
                this.style.background = '#d32f2f';
                this.style.transform = 'translateY(0) scale(1)';
                this.style.boxShadow = '0 4px 20px rgba(211,47,47,0.4)';
            });
        })();
    </script>
    

    <script id="cwd-a11y-js">
(function(){
'use strict';
/* Skip link target — <main id="main"> needs tabindex="-1" to receive focus */
var mainEl = document.getElementById('main');
if (mainEl && !mainEl.hasAttribute('tabindex')) {
    mainEl.setAttribute('tabindex','-1');
    mainEl.addEventListener('blur', function(){ mainEl.removeAttribute('tabindex'); });
}

/* Kindful donate <a> elements have no href → need role="button" + tabindex=0
   so they are keyboard-focusable and announced as buttons by screen readers */
document.querySelectorAll('a.kindful-donate-btn:not([href])').forEach(function(el){
    if (!el.getAttribute('role')) el.setAttribute('role','button');
    if (!el.getAttribute('tabindex')) el.setAttribute('tabindex','0');
    el.addEventListener('keydown', function(e){
        if (e.key === 'Enter' || e.key === ' '){ e.preventDefault(); el.click(); }
    });
});

/* Mark <html> with interaction type so CSS can show/hide focus rings */
var h = document.documentElement;
function onMouse(){ h.className = h.className.replace(/\bjs-focus-keyboard\b/,'') + ' js-focus-mouse'; }
function onKey(){ h.className = h.className.replace(/\bjs-focus-mouse\b/,'') + ' js-focus-keyboard'; }
document.addEventListener('mousedown', onMouse);
document.addEventListener('touchstart', onMouse, {passive:true});
document.addEventListener('keydown', onKey);

/* ARIA-expanded for desktop utility dropdowns */
document.querySelectorAll('.cwd-utility-nav .has-dropdown > a, .cwd-main-nav-inner .has-dropdown > a').forEach(function(el){
    el.setAttribute('aria-haspopup','true');
    el.setAttribute('aria-expanded','false');
    el.addEventListener('mouseenter', function(){ el.setAttribute('aria-expanded','true'); });
    el.addEventListener('mouseleave', function(){ el.setAttribute('aria-expanded','false'); });
    el.addEventListener('focus', function(){ el.setAttribute('aria-expanded','true'); });
    el.addEventListener('blur', function(){ el.setAttribute('aria-expanded','false'); });
});

/* Focus trap for mobile nav */
document.addEventListener('DOMContentLoaded', function(){
    var nav    = document.getElementById('cwd-mobile-nav');
    var burger = document.getElementById('cwd-hamburger');
    if (!nav || !burger) return;

    /* Link hamburger → nav with aria-controls */
    burger.setAttribute('aria-controls','cwd-mobile-nav');
    nav.setAttribute('role','dialog');
    nav.setAttribute('aria-modal','true');
    nav.setAttribute('aria-label','Site navigation');

    function getFocusable(){
        return Array.prototype.slice.call(
            nav.querySelectorAll('a[href],button:not([disabled]),input,select,textarea,[tabindex]:not([tabindex="-1"])')
        );
    }

    document.addEventListener('keydown', function(e){
        if (!document.body.classList.contains('cwd-nav-open')) return;
        if (e.key === 'Tab'){
            var items = getFocusable();
            if (!items.length) return;
            var first = items[0], last = items[items.length-1];
            if (e.shiftKey){
                if (document.activeElement === first){ e.preventDefault(); last.focus(); }
            } else {
                if (document.activeElement === last){ e.preventDefault(); first.focus(); }
            }
        }
    });

    /* On menu open: move focus into drawer */
    var _origOpen = window._cwdNavOpen;
    document.addEventListener('cwd:navopen', function(){
        var items = getFocusable();
        if (items.length) items[0].focus();
    });
});

/* ARIA live region for load-more / dynamic content */
document.addEventListener('DOMContentLoaded', function(){
    if (!document.getElementById('cwd-live-region')){
        var live = document.createElement('div');
        live.id = 'cwd-live-region';
        live.setAttribute('aria-live','polite');
        live.setAttribute('aria-atomic','true');
        live.className = 'screen-reader-text';
        document.body.appendChild(live);
    }
});

/* Announce to ARIA live region (called by JS load-more, search, etc.) */
window.cwdAnnounce = function(msg){
    var r = document.getElementById('cwd-live-region');
    if (r){ r.textContent = ''; setTimeout(function(){ r.textContent = msg; }, 50); }
};
})();
</script>
    <script>
document.addEventListener('DOMContentLoaded', function(){
    document.querySelectorAll('[role="dialog"]').forEach(function(modal){
        if (!modal.hasAttribute('tabindex')) modal.setAttribute('tabindex','-1');
        var triggers = document.querySelectorAll('[data-modal="'+modal.id+'"]');
        triggers.forEach(function(btn){
            btn.addEventListener('click', function(){ modal.focus(); });
        });
    });
});
</script>
    <!--  -->
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/consumerwatchdog-2026/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<meta id="bilmur" property="bilmur:data" content="" data-customproperties="{&quot;woo_active&quot;:&quot;0&quot;,&quot;logged_in&quot;:&quot;0&quot;,&quot;wptheme&quot;:&quot;consumerwatchdog-2026&quot;,&quot;wptheme_is_block&quot;:&quot;0&quot;}" data-provider="wordpress.com" data-service="atomic"  data-site-tz="America/Los_Angeles" >
<script defer src="https://s0.wp.com/wp-content/js/bilmur.min.js?m=202622"></script>
    <script>
    document.addEventListener('click', function(e) {
        const link = e.target.closest('a');
        
        if (!link) return;
        
        const href = link.getAttribute('href');
        
        if (!href) return;
        
        // Check if it's an outbound link
        const isOutbound = href.startsWith('http') && !href.includes(window.location.hostname);
        
        if (isOutbound && typeof gtag !== 'undefined') {
            gtag('event', 'click', {
                'event_category': 'outbound',
                'event_label': href,
                'transport_type': 'beacon'
            });
        }
    });
    </script>
        <script>
    document.addEventListener('click', function(e) {
        const link = e.target.closest('a');
        
        if (!link) return;
        
        const href = link.getAttribute('href');
        
        if (!href) return;
        
        // Check if it's a download link
        const isDownload = /\.(pdf|doc|docx|zip|xls|xlsx)$/i.test(href);
        
        if (isDownload && typeof gtag !== 'undefined') {
            gtag('event', 'download', {
                'event_category': 'downloads',
                'event_label': href,
                'transport_type': 'beacon'
            });
        }
    });
    </script>
        <script>
    (function() {
        let scrollDepth = 0;
        const thresholds = [25, 50, 75, 100];
        const tracked = {};
        
        window.addEventListener('scroll', function() {
            const windowHeight = window.innerHeight;
            const documentHeight = document.documentElement.scrollHeight;
            const scrollTop = window.pageYOffset || document.documentElement.scrollTop;
            
            const scrollPercent = Math.round(((scrollTop + windowHeight) / documentHeight) * 100);
            
            thresholds.forEach(function(threshold) {
                if (scrollPercent >= threshold && !tracked[threshold]) {
                    tracked[threshold] = true;
                    
                    if (typeof gtag !== 'undefined') {
                        gtag('event', 'scroll_depth', {
                            'event_category': 'engagement',
                            'event_label': threshold + '%',
                            'value': threshold
                        });
                    }
                }
            });
        });
    })();
    </script>
        <script>
    (function() {
        let startTime = Date.now();
        let maxTime = 0;
        
        setInterval(function() {
            if (document.hidden) return;
            
            const currentTime = Math.round((Date.now() - startTime) / 1000);
            
            if (currentTime > maxTime) {
                maxTime = currentTime;
            }
        }, 5000);
        
        window.addEventListener('beforeunload', function() {
            if (typeof gtag !== 'undefined' && maxTime > 10) {
                const bucket = Math.floor(maxTime / 30) * 30;
                
                gtag('event', 'time_on_page', {
                    'event_category': 'engagement',
                    'event_label': bucket + 's',
                    'value': maxTime,
                    'transport_type': 'beacon'
                });
            }
        });
    })();
    </script>
        <script>
    (function() {
        'use strict';
        
        // Prevent body scroll when mobile menu is open
        const menuToggle = document.querySelector('.mobile-menu-toggle');
        const mobileMenu = document.querySelector('.mobile-menu');
        
        if (menuToggle && mobileMenu) {
            menuToggle.addEventListener('click', function() {
                const isOpen = mobileMenu.classList.contains('active');
                
                if (isOpen) {
                    document.body.style.overflow = '';
                } else {
                    document.body.style.overflow = 'hidden';
                }
            });
        }
        
        // Close menu on orientation change
        window.addEventListener('orientationchange', function() {
            if (mobileMenu && mobileMenu.classList.contains('active')) {
                menuToggle.click();
            }
        });
        
        // Close menu on escape key
        document.addEventListener('keydown', function(e) {
            if (e.key === 'Escape' && mobileMenu && mobileMenu.classList.contains('active')) {
                menuToggle.click();
            }
        });
    })();
    </script>
        <script>
    (function() {
        'use strict';
        
        // Add touch support for dropdown menus
        const dropdownToggles = document.querySelectorAll('.menu-item-has-children > a');
        
        dropdownToggles.forEach(function(toggle) {
            let touchStarted = false;
            
            toggle.addEventListener('touchstart', function(e) {
                touchStarted = true;
            });
            
            toggle.addEventListener('touchend', function(e) {
                if (touchStarted) {
                    const parent = toggle.parentElement;
                    const isOpen = parent.classList.contains('submenu-open');
                    
                    // Close all other submenus
                    document.querySelectorAll('.submenu-open').forEach(function(item) {
                        if (item !== parent) {
                            item.classList.remove('submenu-open');
                        }
                    });
                    
                    // Toggle current submenu
                    if (!isOpen) {
                        e.preventDefault();
                        parent.classList.add('submenu-open');
                    }
                    
                    touchStarted = false;
                }
            });
        });
        
        // Close submenus when tapping outside
        document.addEventListener('touchstart', function(e) {
            if (!e.target.closest('.menu-item-has-children')) {
                document.querySelectorAll('.submenu-open').forEach(function(item) {
                    item.classList.remove('submenu-open');
                });
            }
        });
    })();
    </script>
    <script async src='https://consumerwatchdog.kindful.com/embeds/5bfc71a8-9fd5-4c7c-8745-9be243a367dc/init.js?type=button' data-embed-id='5bfc71a8-9fd5-4c7c-8745-9be243a367dc' data-lookup-type='jquery-selector' data-lookup-value='.kindful-donate-btn'></script>
<script data-wp-strategy="defer" defer id="cwd2026-main-js" src="https://consumerwatchdog.org/wp-content/themes/consumerwatchdog-2026/assets/js/main.js"></script>
<script data-wp-strategy="defer" defer id="cwd2026-slider-js" src="https://consumerwatchdog.org/wp-content/themes/consumerwatchdog-2026/assets/js/slider.js"></script>
<script data-wp-strategy="defer" defer id="cwd2026-ajax-js" src="https://consumerwatchdog.org/wp-content/themes/consumerwatchdog-2026/assets/js/ajax-load-more.js"></script>
<script data-wp-strategy="defer" defer id="cwd2026-td-lazy-load-js" src="https://consumerwatchdog.org/wp-content/themes/consumerwatchdog-2026/assets/js/td-lazy-load.js"></script>
<script id="mc-validate-js" src="https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script>
<script id="mc-validate-js-after">
(function($){window.fnames=new Array();window.ftypes=new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';fnames[14]='COMPANY';ftypes[14]='text';fnames[6]='MMERGE6';ftypes[6]='text';fnames[7]='MMERGE7';ftypes[7]='text';fnames[5]='MMERGE5';ftypes[5]='text';fnames[8]='MMERGE8';ftypes[8]='text';fnames[9]='MMERGE9';ftypes[9]='text';fnames[10]='MMERGE10';ftypes[10]='text';fnames[11]='MMERGE11';ftypes[11]='text';fnames[12]='MMERGE12';ftypes[12]='text';fnames[13]='MMERGE13';ftypes[13]='text';fnames[15]='MMERGE15';ftypes[15]='text';fnames[16]='MMERGE16';ftypes[16]='text';fnames[17]='MMERGE17';ftypes[17]='text';}(jQuery));var $mcj=jQuery.noConflict(true);
//# sourceURL=mc-validate-js-after
</script>
<script id="googlesitekit-consent-mode-js" defer src="https://consumerwatchdog.org/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-consent-mode-da15714e8829855bb7ce.js"></script>
<script id="googlesitekit-events-provider-wpforms-js" defer src="https://consumerwatchdog.org/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-wpforms-087b09462076035a76b2.js"></script>
<script id="jetpack-stats-js-before">
_stq = window._stq || [];
_stq.push([ "view", {"v":"ext","blog":"213779922","post":"7843","tz":"-7","srv":"consumerwatchdog.org","hp":"atomic","ac":"2","amp":"0","j":"1:15.9-a.3"} ]);
_stq.push([ "clickTrackerInit", "213779922", "7843" ]);
//# sourceURL=jetpack-stats-js-before
</script>
<script data-wp-strategy="defer" defer id="jetpack-stats-js" src="https://stats.wp.com/e-202622.js"></script>
<script id="wpforms-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/js/frontend/wpforms.min.js"></script>
<script id="wpforms-captcha-js-extra">
var wpforms_captcha = {"max":"15","min":"1","cal":["+","*"],"errorMsg":"Incorrect answer."};
var wpforms_captcha = {"max":"15","min":"1","cal":["+","*"],"errorMsg":"Incorrect answer."};
//# sourceURL=wpforms-captcha-js-extra
</script>
<script id="wpforms-captcha-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/pro/js/frontend/fields/custom-captcha.min.js"></script>
<script id="wpforms-repeater-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/pro/js/frontend/fields/repeater.min.js"></script>
<script id="wpforms-builder-conditionals-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/pro/js/frontend/conditional-logic-fields.min.js"></script>
<script id="wpforms-dropzone-js-extra">
var wpforms_file_upload = {"url":"https://consumerwatchdog.org/wp-admin/admin-ajax.php","errors":{"default_error":"Something went wrong, please try again.","file_not_uploaded":"This file was not uploaded.","file_limit":"File uploads exceed the maximum number allowed ({fileLimit}).","file_extension":"File type is not allowed.","file_size":"File exceeds the max size allowed.","post_max_size":"File exceeds the upload limit allowed (2 GB)."},"loading_message":"File upload is in progress. Please submit the form once uploading is completed."};
//# sourceURL=wpforms-dropzone-js-extra
</script>
<script id="wpforms-dropzone-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/pro/lib/dropzone.min.js"></script>
<script id="underscore-js" src="https://consumerwatchdog.org/wp-includes/js/underscore.min.js"></script>
<script id="wp-util-js-extra">
var _wpUtilSettings = {"ajax":{"url":"/wp-admin/admin-ajax.php"}};
//# sourceURL=wp-util-js-extra
</script>
<script id="wp-util-js" src="https://consumerwatchdog.org/wp-includes/js/wp-util.min.js"></script>
<script id="wpforms-file-upload-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/pro/js/frontend/fields/file-upload.es5.min.js"></script>
<script id="wpforms-smart-phone-field-core-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/pro/js/frontend/fields/phone.min.js"></script>
<script id="wpforms-payment-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/pro/lib/jquery.payment.min.js"></script>
<script id="wpforms-richtext-field-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/pro/js/frontend/fields/richtext.min.js"></script>
<script id="wpforms-iframe-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/pro/js/frontend/iframe.min.js"></script>
<script id="wpforms-choicesjs-js-extra">
var wpforms_choicesjs_config = {"removeItemButton":"1","shouldSort":"","fuseOptions":{"threshold":0.1,"distance":1000},"loadingText":"Loading...","noResultsText":"No results found","noChoicesText":"No choices to choose from","uniqueItemText":"Only unique values can be added","customAddItemText":"Only values matching specific conditions can be added"};
//# sourceURL=wpforms-choicesjs-js-extra
</script>
<script id="wpforms-choicesjs-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/lib/choices.min.js"></script>
<script id="wpforms-validation-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/lib/jquery.validate.min.js"></script>
<script id="wpforms-maskedinput-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/lib/jquery.inputmask.min.js"></script>
<script id="wpforms-mailcheck-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/lib/mailcheck.min.js"></script>
<script id="wpforms-punycode-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/lib/punycode.min.js"></script>
<script id="wpforms-generic-utils-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/js/share/utils.min.js"></script>
<script id="wpforms-modern-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/js/frontend/wpforms-modern.min.js"></script>
<script id="wpforms-flatpickr-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/lib/flatpickr/flatpickr.min.js"></script>
<script id="wpforms-jquery-timepicker-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/lib/jquery.timepicker/jquery.timepicker.min.js"></script>
<script id="wpforms-address-field-js" defer src="https://consumerwatchdog.org/wp-content/plugins/wpforms/assets/js/frontend/fields/address.min.js"></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wpforms_settings = {"val_required":"This field is required.","val_email":"Please enter a valid email address.","val_email_suggestion":"Did you mean {suggestion}?","val_email_suggestion_title":"Click to accept this suggestion.","val_email_restricted":"This email address is not allowed.","val_number":"Please enter a valid number.","val_number_positive":"Please enter a valid positive number.","val_minimum_price":"Amount entered is less than the required minimum.","val_confirm":"Field values do not match.","val_checklimit":"You have exceeded the number of allowed selections: {#}.","val_limit_characters":"{count} of {limit} max characters.","val_limit_words":"{count} of {limit} max words.","val_min":"Please enter a value greater than or equal to {0}.","val_max":"Please enter a value less than or equal to {0}.","val_recaptcha_fail_msg":"Google reCAPTCHA verification failed, please try again later.","val_turnstile_fail_msg":"Cloudflare Turnstile verification failed, please try again later.","val_inputmask_incomplete":"Please fill out the field in required format.","uuid_cookie":"1","locale":"en","country":"","country_list_label":"Country list","wpforms_plugin_url":"https:\/\/consumerwatchdog.org\/wp-content\/plugins\/wpforms\/","gdpr":"","ajaxurl":"https:\/\/consumerwatchdog.org\/wp-admin\/admin-ajax.php","mailcheck_enabled":"1","mailcheck_domains":[],"mailcheck_toplevel_domains":["dev"],"is_ssl":"1","currency_code":"USD","currency_thousands":",","currency_decimals":"2","currency_decimal":".","currency_symbol":"$","currency_symbol_pos":"left","val_requiredpayment":"Payment is required.","val_creditcard":"Please enter a valid credit card number.","css_vars":["field-border-radius","field-border-style","field-border-size","field-background-color","field-border-color","field-text-color","field-menu-color","label-color","label-sublabel-color","label-error-color","button-border-radius","button-border-style","button-border-size","button-background-color","button-border-color","button-text-color","page-break-color","background-image","background-position","background-repeat","background-size","background-width","background-height","background-color","background-url","container-padding","container-border-style","container-border-width","container-border-color","container-border-radius","field-size-input-height","field-size-input-spacing","field-size-font-size","field-size-line-height","field-size-padding-h","field-size-checkbox-size","field-size-sublabel-spacing","field-size-icon-size","label-size-font-size","label-size-line-height","label-size-sublabel-font-size","label-size-sublabel-line-height","button-size-font-size","button-size-height","button-size-padding-h","button-size-margin-top","container-shadow-size-box-shadow"],"val_post_max_size":"The total size of the selected files {totalSize} MB exceeds the allowed limit {maxSize} MB.","val_time12h":"Please enter time in 12-hour AM\/PM format (eg 8:45 AM).","val_time24h":"Please enter time in 24-hour format (eg 22:45).","val_time_limit":"Please enter time between {minTime} and {maxTime}.","val_url":"Please enter a valid URL.","val_fileextension":"File type is not allowed.","val_filesize":"File exceeds max size allowed. File was not uploaded.","post_max_size":"2146435072","isModernMarkupEnabled":"1","formErrorMessagePrefix":"Form error message","errorMessagePrefix":"Error message","submitBtnDisabled":"Submit button is disabled during form submission.","readOnlyDisallowedFields":["captcha","repeater","map","content","divider","hidden","html","entry-preview","pagebreak","layout","payment-total"],"error_updating_token":"Error updating token. Please try again or contact support if the issue persists.","network_error":"Network error or server is unreachable. Check your connection or try again later.","token_cache_lifetime":"86400","hn_data":[],"save_resume_hash_error":"Unfortunately, we couldn&#039;t save your entry. If the problem persists, please contact the site administrator.","address_field":{"list_countries_without_states":["GB","DE","CH","NL"]},"val_phone":"Please enter a valid phone number.","val_password_strength":"A stronger password is required. Consider using upper and lower case letters, numbers, and symbols.","entry_preview_iframe_styles":["https:\/\/consumerwatchdog.org\/wp-includes\/js\/tinymce\/skins\/lightgray\/content.min.css?ver=7.0","https:\/\/consumerwatchdog.org\/wp-includes\/css\/dashicons.min.css?ver=7.0","https:\/\/consumerwatchdog.org\/wp-includes\/js\/tinymce\/skins\/wordpress\/wp-content.css?ver=7.0","https:\/\/consumerwatchdog.org\/wp-content\/plugins\/wpforms\/assets\/pro\/css\/fields\/richtext\/editor-content.min.css"],"indicatorStepsPattern":"Step {current} of {total}"}
/* ]]> */
</script>

    <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'a08f289f387f2e12',t:'MTc4MDk5Nzg1Nw=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>