.elementor-91 .elementor-element.elementor-element-d0a28e9{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d5aac8a *//* =========================
   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/for-independent-advisors/#webpage",
      "url": "https://gocontinuity.com/for-independent-advisors/",
      "name": "For Independent Advisors | Continuity",
      "isPartOf": { "@id": "https://gocontinuity.com/#website" },
      "about": { "@id": "https://gocontinuity.com/#org" },
      "inLanguage": "en",
      "description": "Operational advisor transition execution for independent advisors: readiness planning, paperwork workflows, signature tracking, transfer monitoring, exception management, and straggler/completion follow-through."
    },
    {
      "@type": "Service",
      "@id": "https://gocontinuity.com/for-independent-advisors/#service",
      "name": "Independent Advisor Transition Execution",
      "serviceType": "Advisor transition services for independent advisors (operational execution)",
      "provider": { "@id": "https://gocontinuity.com/#org" },
      "areaServed": "US",
      "description": "Operational transition execution support for advisors going independent, including readiness assessment, client data preparation, paperwork routing and QC, signature tracking, transfer tracking, exception management, and completion/straggler follow-through."
    },
    {
      "@type": "FAQPage",
      "@id": "https://gocontinuity.com/for-independent-advisors/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What causes multiple packet waves during an independent move?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Missing requirements discovered late—authority documents, special account forms, signer constraints, or features that don’t follow automatically—trigger repeated requests. Readiness and inventory prevent second-wave client friction."
          }
        },
        {
          "@type": "Question",
          "name": "Why do transfers stall even when paperwork is submitted?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Exceptions such as non-transferables, unsettled trades, restrictions, margin/options constraints, partial-transfer edge cases, or account mismatches require tracking and an exception workflow; otherwise status becomes guesswork."
          }
        },
        {
          "@type": "Question",
          "name": "What’s the biggest client-facing risk after most assets arrived?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Stragglers—residuals, late-settling items, partials, and aged exceptions—can linger and trigger repeated client outreach if nobody owns completion. Continuity stays on through the straggler phase."
          }
        },
        {
          "@type": "Question",
          "name": "Where should I start if I’m going independent and want execution help?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Start with the Transition Readiness Assessment to clarify scope, identify hidden complexity, and determine what execution support is needed before the move becomes client-facing."
          }
        },
        {
          "@type": "Question",
          "name": "Do you provide investment, legal, tax, or compliance advice?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "No. Continuity provides operational transition execution support and works alongside your existing platform/custodian, legal, compliance, and internal operations partners."
          }
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://gocontinuity.com/for-independent-advisors/#breadcrumbs",
      "itemListElement": [
        { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://gocontinuity.com/" },
        { "@type": "ListItem", "position": 2, "name": "For Independent Advisors", "item": "https://gocontinuity.com/for-independent-advisors/" }
      ]
    }
  ]
}/* End custom CSS */