:root{--dg:#32413F;--teal:#254F4B;--gold:#FFCA5F;--char:#222222;--beige:#ECE0D7;--cream:#FBF9F7;--body:#333333;--muted:#666666;} *{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;} body{font-family:'Albert Sans',-apple-system,sans-serif;color:var(--body);background:#fff;line-height:1.6;} .nav{background:var(--char);padding:16px 0;position:fixed;width:100%;top:0;z-index:200;} .nav-in{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center;} .logo{color:#fff;font-size:20px;font-weight:800;text-decoration:none;letter-spacing:1px;} .logo span{color:var(--gold);} .nav-btn{background:var(--gold);color:var(--dg);padding:10px 24px;border-radius:6px;text-decoration:none;font-weight:700;font-size:14px;transition:.2s;} .nav-btn:hover{background:#e6b54e;} .hero{background:linear-gradient(135deg,var(--dg) 0%,var(--teal) 100%);padding:160px 40px 100px;text-align:center;color:#fff;} .badge{display:inline-block;background:rgba(255,202,95,.15);color:var(--gold);font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:7px 20px;border-radius:50px;margin-bottom:28px;border:1px solid rgba(255,202,95,.3);} .hero h1{font-size:52px;font-weight:800;line-height:1.1;max-width:820px;margin:0 auto 20px;} .hero h1 em{font-style:normal;color:var(--gold);} .hero p{font-size:19px;max-width:620px;margin:0 auto 36px;opacity:.88;line-height:1.65;} .hero-cta{display:inline-block;background:var(--gold);color:var(--dg);padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:800;font-size:17px;transition:.2s;box-shadow:0 4px 24px rgba(255,202,95,.35);} .hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(255,202,95,.45);} .hero-sub{margin-top:14px;font-size:14px;opacity:.6;} .sec{padding:96px 40px;max-width:1200px;margin:0 auto;} .sec-alt{background:var(--cream);} .sec-dark{background:var(--char);} .sec-beige{background:var(--beige);} .sh{text-align:center;margin-bottom:60px;} .sh h2{font-size:38px;font-weight:800;color:var(--dg);margin-bottom:14px;line-height:1.2;} .sec-dark .sh h2{color:#fff;} .sh p{font-size:17px;color:var(--muted);max-width:580px;margin:0 auto;line-height:1.65;} .sec-dark .sh p{color:rgba(255,255,255,.65);} .walls{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;} .wall{background:#fff;border-radius:12px;padding:36px 28px;border-top:4px solid var(--gold);box-shadow:0 2px 20px rgba(0,0,0,.06);} .wn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--gold);color:var(--dg);border-radius:50%;font-weight:800;font-size:17px;margin-bottom:16px;} .wall h3{font-size:21px;font-weight:700;color:var(--dg);margin-bottom:10px;} .wall p{color:var(--muted);font-size:15px;line-height:1.65;} .sol{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:960px;margin:0 auto;} .si{display:flex;align-items:flex-start;gap:14px;padding:22px;background:#fff;border-radius:10px;box-shadow:0 1px 10px rgba(0,0,0,.04);} .sico{flex-shrink:0;width:42px;height:42px;background:var(--teal);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:18px;font-weight:800;} .si h4{font-size:16px;font-weight:700;color:var(--dg);margin-bottom:5px;} .si p{font-size:14px;color:var(--muted);line-height:1.55;} .proof{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:960px;margin:0 auto;} .pc{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:32px 28px;} .pq{font-size:20px;font-weight:600;color:var(--gold);margin-bottom:12px;line-height:1.4;} .pd{font-size:13px;color:rgba(255,255,255,.55);margin-bottom:8px;} .po{font-size:14px;color:rgba(255,255,255,.82);line-height:1.55;} .obj{max-width:760px;margin:0 auto;background:#fff;border-radius:12px;padding:44px;box-shadow:0 2px 20px rgba(0,0,0,.06);} .obj h3{font-size:24px;font-weight:700;color:var(--dg);margin-bottom:18px;} .obj p{font-size:16px;color:var(--muted);margin-bottom:14px;line-height:1.7;} .hl{color:var(--teal);font-weight:600;} .why-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;max-width:960px;margin:0 auto;} .why-copy h2{font-size:34px;font-weight:800;color:var(--dg);margin-bottom:18px;} .why-copy p{font-size:16px;color:var(--muted);margin-bottom:14px;line-height:1.7;} .creds{display:flex;gap:10px;margin-top:24px;flex-wrap:wrap;} .cred{background:var(--beige);padding:7px 14px;border-radius:6px;font-size:13px;font-weight:600;color:var(--teal);} .why-img{width:100%;height:340px;border-radius:12px;background:var(--beige);display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--muted);} .why-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px;} .wstat{text-align:center;padding:20px 14px;background:var(--cream);border-radius:10px;} .wstat-n{font-size:28px;font-weight:800;color:var(--teal);display:block;margin-bottom:4px;} .wstat-l{font-size:12px;color:var(--muted);line-height:1.4;} .cta-s{background:linear-gradient(135deg,var(--dg) 0%,var(--teal) 100%);padding:96px 40px;text-align:center;color:#fff;} .cta-s h2{font-size:40px;font-weight:800;margin-bottom:18px;} .cta-s p{font-size:18px;max-width:580px;margin:0 auto 36px;opacity:.88;line-height:1.6;} .cta-btn{display:inline-block;background:var(--gold);color:var(--dg);padding:17px 44px;border-radius:8px;text-decoration:none;font-weight:800;font-size:17px;transition:.2s;box-shadow:0 4px 20px rgba(255,202,95,.3);} .cta-btn:hover{transform:translateY(-2px);} .cta-em{margin-top:18px;font-size:14px;opacity:.65;} .cta-em a{color:var(--gold);text-decoration:none;} footer{background:var(--char);padding:36px;text-align:center;color:rgba(255,255,255,.4);font-size:13px;} .sgi-o{background:linear-gradient(160deg,#1A2F2D 0%,var(--teal) 55%,#1C3532 100%);position:relative;overflow:hidden;} .sgi-o::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 8% 65%,rgba(255,202,95,.07) 0%,transparent 50%),radial-gradient(ellipse at 92% 15%,rgba(99,159,124,.08) 0%,transparent 45%);pointer-events:none;} .sgi-w{max-width:1020px;margin:0 auto;padding:88px 40px;position:relative;z-index:1;} .sgi-ey{display:inline-flex;align-items:center;gap:8px;background:rgba(255,202,95,.1);border:1px solid rgba(255,202,95,.2);color:var(--gold);font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:50px;margin-bottom:20px;} .sgi-ey::before{content:'';width:6px;height:6px;background:var(--gold);border-radius:50%;flex-shrink:0;} .sgi-h{text-align:center;margin-bottom:52px;} .sgi-h h2{font-size:40px;font-weight:800;color:#fff;line-height:1.15;margin-bottom:14px;} .sgi-h h2 em{font-style:normal;color:var(--gold);} .sgi-h p{font-size:16px;color:rgba(255,255,255,.6);max-width:600px;margin:0 auto;line-height:1.65;} .dim-overview{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:44px;} .dov{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:26px;} .dov-hdr{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08);} .dov-ico{width:36px;height:36px;border-radius:9px;background:var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0;} .dov-ico svg{width:17px;height:17px;} .dov-hdr-t h4{font-size:15px;font-weight:800;color:#fff;margin-bottom:2px;} .dov-hdr-t p{font-size:12px;color:rgba(255,255,255,.4);line-height:1.3;} .dov-indicators{list-style:none;} .dov-indicators li{display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:13px;color:rgba(255,255,255,.7);line-height:1.5;} .dov-indicators li:last-child{border-bottom:none;padding-bottom:0;} .dov-indicators li::before{content:'';width:5px;height:5px;background:var(--gold);border-radius:50%;flex-shrink:0;margin-top:7px;} .ind-sub{font-size:12px;color:rgba(255,255,255,.38);margin-top:2px;line-height:1.4;} .sgi-cta-block{background:rgba(255,202,95,.08);border:1px solid rgba(255,202,95,.18);border-radius:14px;padding:36px;text-align:center;} .sgi-cta-block h3{font-size:22px;font-weight:800;color:#fff;margin-bottom:10px;} .sgi-cta-block p{font-size:15px;color:rgba(255,255,255,.62);margin-bottom:28px;max-width:540px;margin-left:auto;margin-right:auto;line-height:1.65;} .sgi-launch-btn{display:inline-block;background:var(--gold);color:var(--dg);padding:15px 36px;border-radius:9px;font-weight:800;font-size:16px;cursor:pointer;border:none;font-family:inherit;transition:.2s;letter-spacing:.2px;} .sgi-launch-btn:hover{background:#f0bc4a;transform:translateY(-2px);box-shadow:0 8px 28px rgba(255,202,95,.3);} .sgi-note{font-size:12px;color:rgba(255,255,255,.28);margin-top:14px;} .form-overlay{position:fixed;inset:0;background:rgba(10,22,20,.88);z-index:500;display:flex;align-items:flex-start;justify-content:center;padding:24px 20px;overflow-y:auto;opacity:0;pointer-events:none;transition:opacity .3s ease;} .form-overlay.open{opacity:1;pointer-events:all;} .form-modal{background:linear-gradient(160deg,#1E3330 0%,#1C2D2B 100%);border:1px solid rgba(255,255,255,.1);border-radius:16px;width:100%;max-width:780px;margin:auto;position:relative;box-shadow:0 32px 80px rgba(0,0,0,.6);} .fm-close{position:absolute;top:20px;right:20px;background:rgba(255,255,255,.08);border:none;color:rgba(255,255,255,.5);width:36px;height:36px;border-radius:50%;font-size:20px;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center;font-family:inherit;} .fm-close:hover{background:rgba(255,255,255,.14);color:#fff;} .fm-head{padding:40px 40px 28px;border-bottom:1px solid rgba(255,255,255,.08);} .fm-head h2{font-size:28px;font-weight:800;color:#fff;line-height:1.2;margin-bottom:10px;} .fm-head p{font-size:14px;color:rgba(255,255,255,.55);line-height:1.6;} .fm-body{padding:32px 40px 40px;} .fsec{margin-bottom:36px;} .fsec-hdr{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.08);} .fsec-ico{width:32px;height:32px;border-radius:8px;background:var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0;} .fsec-ico svg{width:15px;height:15px;} .fsec-hdr h3{font-size:16px;font-weight:800;color:#fff;} .fsec-hdr span{font-size:12px;color:rgba(255,255,255,.35);margin-left:4px;} .fgrid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;} .fgrid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-bottom:14px;} .ff{margin-bottom:14px;} .ff label{display:block;font-size:12px;font-weight:600;color:rgba(255,202,95,.85);margin-bottom:5px;letter-spacing:.2px;} .ff .sub-lbl{font-size:11px;color:rgba(255,255,255,.3);margin-bottom:7px;line-height:1.4;} .ff input,.ff select,.ff textarea{width:100%;padding:11px 14px;background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.11);border-radius:8px;font-size:14px;font-family:inherit;color:#fff;-webkit-appearance:none;appearance:none;transition:.2s;line-height:1.4;} .ff textarea{resize:vertical;min-height:80px;} .ff select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7'%3E%3Cpath fill='rgba(255,255,255,.4)' d='M5 7L0 0h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-color:rgba(255,255,255,.06);padding-right:32px;cursor:pointer;} .ff select option{background:#1E3330;color:#fff;} .ff input:focus,.ff select:focus,.ff textarea:focus{outline:none;border-color:rgba(255,202,95,.45);background:rgba(255,202,95,.04);} .ff input::placeholder,.ff textarea::placeholder{color:rgba(255,255,255,.2);} .scale-row{display:flex;gap:8px;margin-top:4px;} .scale-opt{flex:1;text-align:center;} .scale-opt input[type=radio]{display:none;} .scale-opt label{display:block;padding:9px 4px;background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.1);border-radius:7px;font-size:13px;font-weight:700;color:rgba(255,255,255,.45);cursor:pointer;transition:.2s;line-height:1.2;} .scale-opt label small{display:block;font-size:10px;font-weight:400;margin-top:2px;color:rgba(255,255,255,.3);} .scale-opt input[type=radio]:checked + label{background:rgba(255,202,95,.15);border-color:rgba(255,202,95,.45);color:var(--gold);} .scale-opt label:hover{border-color:rgba(255,202,95,.25);color:rgba(255,255,255,.7);} .fcontact{background:rgba(255,202,95,.06);border:1px solid rgba(255,202,95,.14);border-radius:12px;padding:24px;margin-bottom:28px;} .fcontact h3{font-size:15px;font-weight:800;color:var(--gold);margin-bottom:4px;} .fcontact p{font-size:13px;color:rgba(255,255,255,.48);margin-bottom:18px;line-height:1.5;} .fm-submit{width:100%;background:var(--gold);color:var(--dg);border:none;padding:16px 32px;border-radius:10px;font-size:16px;font-weight:800;font-family:inherit;cursor:pointer;transition:.2s;} .fm-submit:hover{background:#f0bc4a;transform:translateY(-2px);box-shadow:0 8px 28px rgba(255,202,95,.3);} .fm-disc{font-size:12px;color:rgba(255,255,255,.25);text-align:center;margin-top:12px;line-height:1.5;} .fm-thanks{padding:60px 40px;text-align:center;display:none;} .fm-thanks.show{display:block;} .th-ring{width:72px;height:72px;background:rgba(93,213,165,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:pi .5s cubic-bezier(.34,1.56,.64,1) both;} @keyframes pi{from{transform:scale(0);opacity:0;}to{transform:scale(1);opacity:1;}} .fm-thanks h3{font-size:28px;font-weight:800;color:#fff;margin-bottom:10px;} .fm-thanks>p{font-size:16px;color:rgba(255,255,255,.6);margin-bottom:32px;line-height:1.6;} .th-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:26px;margin-bottom:16px;} .th-card p{font-size:15px;color:rgba(255,255,255,.68);margin-bottom:18px;line-height:1.6;} .th-book{display:block;background:var(--gold);color:var(--dg);padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:800;font-size:16px;transition:.2s;text-align:center;} .th-book:hover{background:#f0bc4a;transform:translateY(-1px);} .th-close-btn{background:none;border:none;color:rgba(255,255,255,.35);font-size:14px;font-family:inherit;cursor:pointer;margin-top:12px;display:block;width:100%;text-align:center;} @media(max-width:900px){.dim-overview{grid-template-columns:1fr;}.fgrid-2{grid-template-columns:1fr;}.fgrid-3{grid-template-columns:1fr 1fr;}.why-grid{grid-template-columns:1fr;}} @media(max-width:768px){.hero h1{font-size:34px;}.hero{padding:130px 24px 80px;}.walls{grid-template-columns:1fr;}.sol{grid-template-columns:1fr;}.proof{grid-template-columns:1fr;}.sec{padding:72px 24px;}.sh h2{font-size:30px;}.cta-s h2{font-size:32px;}.sgi-w{padding:72px 24px;}.sgi-h h2{font-size:30px;}.nav-in{padding:0 20px;}.fgrid-3{grid-template-columns:1fr;}.why-stats{grid-template-columns:1fr 1fr;}.scale-row{gap:5px;}.scale-opt label{font-size:12px;padding:8px 2px;}.form-modal{margin:0;}}
Execution-focused business coaching built specifically for Thrivent advisors ready to scale beyond personal production into true business ownership.
Take the Free Growth Index AssessmentA comprehensive diagnostic across 4 growth dimensions. Results delivered to your inbox.
If any of these sound familiar, you're not alone — they show up in every practice we coach.
Revenue is strong but growth has plateaued. More clients means more complexity, not more freedom. The practice depends on the lead advisor — and they're running out of hours.
You know you need a junior advisor, but the compensation model, training track, and delegation framework don't exist yet. So you keep doing everything yourself — and your best people leave.
Thrivent gives advisors the tools and the mindset. But who helps you actually build the systems — the pipeline boards, accountability rhythms, client segmentation, prospecting playbooks?
Thrivent builds the advisor. We build the business around the advisor.
Track the leading indicators that predict growth: new households, average AUM, retention rate, and revenue per advisor.
Compensation models, multi-year training tracks, delegation SOPs, and client transition frameworks that actually work.
CRM implementation, pipeline dashboards, accountability rhythms, and team meeting structures — the infrastructure your practice is missing.
Individual sales plans with specific targets, lead generation strategies, LinkedIn campaigns, and workshop marketing — executed systems, not theory.
Book acquisitions, client transitions, practice valuations, and exit planning for advisors building long-term equity.
Monthly reviews, quarterly planning sessions, scorecards, and KPI tracking that keeps your team aligned and executing.
Every engagement is anonymized for compliance. The patterns are consistent.
A comprehensive self-assessment across four dimensions and eight leading indicators — with sub-variables that surface the specific gaps most advisors never measure. Complete it once, get a full diagnostic report in your inbox.
Growth velocity & new client flow
Key-person dependency & bench depth
Systems, process & accountability
Retention, concentration & engagement
Complete the full self-assessment — roughly 10 minutes. We'll analyze your responses across all four dimensions and send you a personalized growth index report with specific recommendations for your practice.
Your responses are confidential and never shared. You'll receive your full report by email within one business day.
That's true — and Thrivent's internal coaching programs are valuable. They've evolved significantly, adding valuation tools, legal frameworks, and mindset coaching that helps advisors think like business owners.
But thinking like a business owner and executing like one are two different things.
What most practices need is someone to help them build the operational systems, accountability rhythms, and team structures that turn strategy into results. That's the gap we fill — not instead of Thrivent's programs, but alongside them.
We've had this conversation with Thrivent leadership directly. They view external coaching as complementary to what they provide internally. The advisors we work with consistently describe it the same way: Thrivent develops the advisor; Teleios builds the business.
We specialize in helping Thrivent advisors build practices that run like real businesses — with the infrastructure, team structure, and accountability systems to sustain growth without the lead advisor doing everything.
Our work is execution-first. We don't just tell you what to do — we build the systems alongside you, sit in the meetings, and hold your team accountable to the plan we create together. Strategy without execution isn't consulting — it's expensive advice.
We've worked directly with Thrivent corporate leadership on how external coaching complements internal advisor development programs. The advisors who grow fastest are the ones who treat their practice as a business from the start — and get the infrastructure to match.
A complimentary 30-minute diagnostic call where we identify the single biggest leverage point in your practice right now. You'll walk away with a clear picture — whether we work together or not.
Book Your Practice AssessmentOr email drew@teleiostrategy.com