.elementor-96 .elementor-element.elementor-element-cac4e45{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-abf418e *//* =========================
   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-ria-teams/#webpage",
      "url": "https://gocontinuity.com/for-ria-teams/",
      "name": "For RIA Teams | Continuity",
      "isPartOf": { "@id": "https://gocontinuity.com/#website" },
      "about": { "@id": "https://gocontinuity.com/#org" },
      "inLanguage": "en",
      "description": "Operational transition execution for RIA teams changing custodians or platforms: readiness planning, paperwork workflows, signature tracking, transfer monitoring, exception management, and completion/straggler follow-through."
    },
    {
      "@type": "Service",
      "@id": "https://gocontinuity.com/for-ria-teams/#service",
      "name": "RIA Team Transition Execution",
      "serviceType": "Advisor transition services for RIA teams (operational execution)",
      "provider": { "@id": "https://gocontinuity.com/#org" },
      "areaServed": "US",
      "description": "Operational transition execution support for RIA teams changing custodians or platforms, including readiness assessment, data preparation, paperwork routing and QC, signature tracking, transfer tracking, exception management, and completion/straggler follow-through."
    },
    {
      "@type": "FAQPage",
      "@id": "https://gocontinuity.com/for-ria-teams/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What’s the biggest operational mistake RIA teams make during a custodian change?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Starting packet waves before the authority and registration inventory is clean. Late-discovered trust and entity requirements trigger re-papering and repeated signature cycles that clients perceive as chaos."
          }
        },
        {
          "@type": "Question",
          "name": "Why do large transfers stall even when we think paperwork is complete?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Exceptions such as non-transferables, restrictions, unsettled trades, partial transfer edge cases, or mismatched registrations require tracking and an exception workflow; otherwise stalls become visible late, often through client complaints."
          }
        },
        {
          "@type": "Question",
          "name": "What turns completion into months of ongoing cleanup?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Stragglers and residuals—late-settling items, dividends/interest, partials, aged exceptions, and accounts missing final documentation. A defined completion owner is what closes the loop and ends the transition."
          }
        },
        {
          "@type": "Question",
          "name": "We already have ops—what’s the reason to bring in Continuity?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Most teams can do pieces of the work. The risk is end-to-end ownership: tracking, follow-through, exception management, and completion reporting across many moving parts. Continuity provides a dedicated execution lane."
          }
        },
        {
          "@type": "Question",
          "name": "Where should an RIA team start if we want execution support?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Start with the Transition Readiness Assessment to clarify scope, identify hidden complexity, and determine the right execution modules before client-facing friction starts."
          }
        },
        {
          "@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 custodian/platform, legal, compliance, and internal operations partners."
          }
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://gocontinuity.com/for-ria-teams/#breadcrumbs",
      "itemListElement": [
        { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://gocontinuity.com/" },
        { "@type": "ListItem", "position": 2, "name": "For RIA Teams", "item": "https://gocontinuity.com/for-ria-teams/" }
      ]
    }
  ]
}/* End custom CSS */