.elementor-77 .elementor-element.elementor-element-c701889{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-169a378 *//* =========================
   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/how-it-works/#webpage",
      "url": "https://gocontinuity.com/how-it-works/",
      "name": "How It Works (5 Phases + Stragglers) | Continuity",
      "isPartOf": { "@id": "https://gocontinuity.com/#website" },
      "about": { "@id": "https://gocontinuity.com/#org" },
      "inLanguage": "en",
      "description": "How Continuity works: a 5-phase advisor transition execution process plus a 6th phase staying on for straggler clients, residuals, and completion follow-through."
    },
    {
      "@type": "Service",
      "@id": "https://gocontinuity.com/how-it-works/#service",
      "name": "Advisor Transition Execution Process",
      "serviceType": "Advisor transition services process (5 phases + stragglers/completion)",
      "provider": { "@id": "https://gocontinuity.com/#org" },
      "areaServed": "US",
      "description": "A structured advisor transition execution process: Audit, Organize, Build, Sign, Transfer, plus staying on for straggler clients and residual completion work."
    },
    {
      "@type": "FAQPage",
      "@id": "https://gocontinuity.com/how-it-works/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Why do “fast transitions” suddenly slow down after the first paperwork push?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Because missing requirements show up late: authority documents, special forms, signer constraints, or feature rebuilds. The early phases (Audit/Organize/Build) are designed to keep signing from becoming multiple waves."
          }
        },
        {
          "@type": "Question",
          "name": "What’s the most common source of “second-wave client friction”?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Discovering authority gaps or missing documents after you already asked for signatures. The process inventories requirements and builds routing plans before packets go out."
          }
        },
        {
          "@type": "Question",
          "name": "If a transfer is “submitted,” why can it still stall with no clear next step?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Exceptions: non-transferables, unsettled trades, restrictions, margin/options constraints, account mismatches, or partial-transfer edge cases. Without tracking and an exception workflow, status becomes guesswork."
          }
        },
        {
          "@type": "Question",
          "name": "Why is “stragglers” a whole phase—can’t we just handle it at the end?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Stragglers are predictable: residuals, partials, late-settling items, and aged exceptions. If nobody owns them, completion turns into months of cleanup debt. Phase 6 exists so the transition actually ends."
          }
        },
        {
          "@type": "Question",
          "name": "Do standing instructions and money movement rebuilds belong in “process” or “cleanup”?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "They belong in the plan early. If ACH links, LOAs, systematic distributions, or RMD behaviors aren’t inventoried and rebuilt intentionally, clients feel the transition as friction after most assets arrive."
          }
        },
        {
          "@type": "Question",
          "name": "Where should we start if we want Continuity involved?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Start with the Transition Readiness Assessment. It maps your book into the phases and clarifies where execution risk is hiding before it becomes client-facing."
          }
        },
        {
          "@type": "Question",
          "name": "Do you provide investment, legal, tax, or compliance advice as part of the process?",
          "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/how-it-works/#breadcrumbs",
      "itemListElement": [
        { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://gocontinuity.com/" },
        { "@type": "ListItem", "position": 2, "name": "How It Works", "item": "https://gocontinuity.com/how-it-works/" }
      ]
    }
  ]
}/* End custom CSS */