.elementor-86 .elementor-element.elementor-element-ad15b04{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8d3dc7c *//* =========================
   GLOBAL HEADER FIX (Mobile + Desktop)
   Paste into: Elementor > Site Settings > Custom CSS (or WP Customizer Additional CSS)
   Goal: prevent CTA overflow/clipping + keep header stable across pages
   ========================= */

/* Make sure nothing can cause horizontal scroll */
html, body { max-width: 100%; overflow-x: hidden; }

/* Header shell */
.continuity-site header{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  background: rgba(250,250,247,.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(11,31,51,.10);
}

/* Prevent iOS safe-area clipping */
.continuity-site header{
  padding-top: env(safe-area-inset-top);
}

/* Header row behavior */
.continuity-site .nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  min-width: 0;
}

/* Brand must never push CTA off-screen */
.continuity-site .brand{
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.continuity-site .brand-text{
  min-width: 0;
}
.continuity-site .brand-text strong,
.continuity-site .brand-text span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* CTA container must not overflow */
.continuity-site .nav-cta{
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 0;
}

/* Buttons must shrink instead of overflowing */
.continuity-site .btn,
.continuity-site .phone-pill{
  max-width: 100%;
}

/* Desktop: keep things on one line */
@media (min-width: 981px){
  .continuity-site .nav{
    flex-wrap: nowrap;
  }
}

/* Tablet/Mobile: allow clean wrapping so nothing gets clipped */
@media (max-width: 980px){
  /* Allow wrapping; keep consistent spacing */
  .continuity-site .nav{
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }

  /* Brand takes full row */
  .continuity-site .brand{
    flex: 1 1 100%;
  }

  /* CTA row becomes full width and centered */
  .continuity-site .nav-cta{
    flex: 1 1 100%;
    justify-content: center;
    gap: 10px;
  }

  /* Make the primary CTA readable and not clipped */
  .continuity-site .nav-cta .btn.btn-primary{
    flex: 1 1 auto;
    max-width: 420px;
    white-space: nowrap;
  }

  /* If you keep the phone pill visible, keep it compact */
  .continuity-site .phone-pill{
    flex: 0 0 auto;
    padding: 10px 12px;
  }
}

/* Small phones: stack CTAs and avoid any truncation */
@media (max-width: 560px){
  .continuity-site .nav-cta{
    flex-direction: column;
    align-items: stretch;
  }
  .continuity-site .nav-cta .btn.btn-primary{
    width: 100%;
    max-width: 100%;
  }
  .continuity-site .phone-pill{
    width: 100%;
    justify-content: center;
  }
}

/* Spacer must follow the actual header height; JS below in pages sets this. */
.continuity-site .header-spacer{ height: 84px; }/* End custom CSS */
/* Start custom CSS */{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://gocontinuity.com/#org",
      "name": "Continuity",
      "url": "https://gocontinuity.com/",
      "telephone": "+14806310700",
      "address": {
        "@type": "PostalAddress",
        "addressLocality": "Chandler",
        "addressRegion": "AZ",
        "postalCode": "85224",
        "addressCountry": "US"
      },
      "description": "Continuity provides advisor transition execution—operational support for financial advisors moving firms, platforms, or custodians."
    },
    {
      "@type": "WebSite",
      "@id": "https://gocontinuity.com/#website",
      "url": "https://gocontinuity.com/",
      "name": "Continuity",
      "publisher": { "@id": "https://gocontinuity.com/#org" },
      "inLanguage": "en"
    },
    {
      "@type": "WebPage",
      "@id": "https://gocontinuity.com/who-we-help/#webpage",
      "url": "https://gocontinuity.com/who-we-help/",
      "name": "Who We Help | Continuity",
      "isPartOf": { "@id": "https://gocontinuity.com/#website" },
      "about": { "@id": "https://gocontinuity.com/#org" },
      "inLanguage": "en",
      "description": "Who Continuity helps: independent advisors, RIA teams, and partners who need operational transition execution, tracking, exception management, and completion/straggler follow-through."
    },
    {
      "@type": "Service",
      "@id": "https://gocontinuity.com/who-we-help/#service",
      "name": "Advisor Transition Execution Support",
      "serviceType": "Advisor transition services (operational execution support)",
      "provider": { "@id": "https://gocontinuity.com/#org" },
      "areaServed": "US",
      "description": "Operational advisor transition support for independent advisors, RIA teams, and partners, including readiness planning, paperwork workflow, signature tracking, transfer monitoring, exception management, and completion/straggler follow-through."
    },
    {
      "@type": "FAQPage",
      "@id": "https://gocontinuity.com/who-we-help/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What’s the clearest sign we need help (even if we have ops)?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "When nobody can own end-to-end visibility: packet QC, signature follow-up, transfer tracking, exceptions, and stragglers. Most teams can do pieces; the risk is coordination and follow-through under time pressure."
          }
        },
        {
          "@type": "Question",
          "name": "We’re an RIA team changing custodians—what usually creates the most rework?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Registration and authority mismatches discovered late (trust/entity documentation), plus special accounts and feature rebuilds. Without early inventory, you get multiple packet waves and repeated signature cycles."
          }
        },
        {
          "@type": "Question",
          "name": "Do you work with recruiters/aggregators without creating brand risk?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes—when the relationship requires operational execution support. Partner paths are designed to be white-label and operationally focused."
          }
        },
        {
          "@type": "Question",
          "name": "What if we only want help for the last mile (stragglers/residuals)?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Completion Phase exists for that purpose. Best results come when tracking is built during execution, but completion workflows can be supported when stragglers and aged exceptions are the pain point."
          }
        },
        {
          "@type": "Question",
          "name": "Where should we start if we’re not sure which path applies?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Start with the Transition Readiness Assessment. It clarifies scope, risk, and which execution modules matter for your situation—before the move becomes client-facing."
          }
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://gocontinuity.com/who-we-help/#breadcrumbs",
      "itemListElement": [
        { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://gocontinuity.com/" },
        { "@type": "ListItem", "position": 2, "name": "Who We Help", "item": "https://gocontinuity.com/who-we-help/" }
      ]
    }
  ]
}/* End custom CSS */