.elementor-59 .elementor-element.elementor-element-eae8a90{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-832df60 *//* =========================
   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/transition-readiness-assessment/#webpage",
      "url": "https://goccontuinity.com/transition-readiness-assessment/",
      "name": "Transition Readiness Assessment | Continuity",
      "isPartOf": { "@id": "https://gocontinuity.com/#website" },
      "about": { "@id": "https://gocontinuity.com/#org" },
      "inLanguage": "en",
      "description": "Transition Readiness Assessment by Continuity: identify operational risks and execution needs before moving firms or custodians."
    },
    {
      "@type": "Service",
      "@id": "https://gocontinuity.com/transition-readiness-assessment/#service",
      "name": "Transition Readiness Assessment",
      "serviceType": "Advisor transition readiness assessment (operational planning)",
      "provider": { "@id": "https://gocontinuity.com/#org" },
      "areaServed": "US",
      "description": "A readiness assessment to clarify book complexity, paperwork/signature workflows, transfer risk, exception categories, and completion/straggler planning before a transition."
    },
    {
      "@type": "FAQPage",
      "@id": "https://gocontinuity.com/transition-readiness-assessment/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What’s the #1 “silent killer” that causes re-papering after you think you’re done?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Authority gaps discovered late: trustee language, entity authorization, outdated POAs, missing successor-trustee documentation, or signer requirements that weren’t inventoried. It creates second-wave client friction and delays."
          }
        },
        {
          "@type": "Question",
          "name": "If you move custodians, what features typically don’t “follow” and become client-facing problems?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Standing instructions and money movement: ACH links, LOAs, bill pay behaviors, systematic distributions/contributions, RMD settings, and verification steps. If you don’t inventory and rebuild them, clients feel the transition immediately."
          }
        },
        {
          "@type": "Question",
          "name": "Why do transfers stall even when paperwork is “submitted and accepted”?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Exceptions that don’t show up without a tracking workflow: non-transferable holdings, unsettled trades, restrictions, margin/options constraints, account-level mismatches, or partial-transfer edge cases. That’s why tracking and exception management matter."
          }
        },
        {
          "@type": "Question",
          "name": "What’s the fastest way to create “multiple packet waves” that frustrate clients?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Starting without a complete household/account inventory. If you discover missing docs, special forms, or signer constraints after the first wave, you trigger follow-up packets and repeated requests. Readiness is designed to prevent that."
          }
        },
        {
          "@type": "Question",
          "name": "When should you worry about stragglers and residuals—before or after the big asset wave?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Before. Stragglers are predictable: residuals, late-settling items, partials, small positions, and aged exceptions. A plan and an owner keep the move from turning into months of cleanup debt."
          }
        },
        {
          "@type": "Question",
          "name": "What should be “clean” before you resign or formally initiate the move?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "A usable inventory: correct registrations, authority notes, special features, known missing documents, and an execution plan for paperwork and tracking. Start with readiness, then follow through with data preparation planning."
          }
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://gocontinuity.com/transition-readiness-assessment/#breadcrumbs",
      "itemListElement": [
        { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://gocontinuity.com/" },
        { "@type": "ListItem", "position": 2, "name": "Transition Readiness Assessment", "item": "https://gocontinuity.com/transition-readiness-assessment/" }
      ]
    }
  ]
}/* End custom CSS */