{"id":63,"date":"2026-05-12T23:44:59","date_gmt":"2026-05-12T23:44:59","guid":{"rendered":"https:\/\/newleadersuccess.com\/?page_id=63"},"modified":"2026-05-13T02:00:26","modified_gmt":"2026-05-13T02:00:26","slug":"test","status":"publish","type":"page","link":"https:\/\/newleadersuccess.com\/?page_id=63","title":{"rendered":"Step 2: Understanding Your Team with DISC"},"content":{"rendered":"\n<!-- DISC Module: Understanding DISC Personality Styles -->\n<!-- Paste this into a WordPress Custom HTML block, not a Classic block. -->\n\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&#038;family=Source+Serif+4:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n<script>\n  tailwind.config = {\n    theme: {\n      extend: {\n        fontFamily: {\n          sans: ['Inter', 'system-ui', 'sans-serif'],\n          serif: ['Source Serif 4', 'Georgia', 'serif'],\n        },\n        colors: {\n          navy: { 50:'#f0f4f8', 100:'#dce4ef', 200:'#b8c9e0', 300:'#8da8cc', 400:'#5c84b2', 500:'#3d6a9e', 600:'#2d5485', 700:'#1e3f6d', 800:'#162e52', 900:'#0f1d36' },\n          warm: { 50:'#fef9f0', 100:'#fdf0d6', 200:'#fbe0ac', 300:'#f8c974', 400:'#f5a83a', 500:'#e8921a', 600:'#c27010', 700:'#995210', 800:'#7a4214', 900:'#5e3315' }\n        }\n      }\n    }\n  }\n<\/script>\n\n<style>\n  #disc-progress-bar {\n    position: fixed;\n    top: 0;\n    left: 0;\n    height: 3px;\n    z-index: 9999;\n    background: linear-gradient(90deg, #3d6a9e, #e8921a);\n    transition: width 0.15s ease-out;\n  }\n\n  .disc-nav-glass {\n    background: rgba(15, 29, 54, 0.94);\n    backdrop-filter: blur(16px);\n    -webkit-backdrop-filter: blur(16px);\n    border-bottom: 1px solid rgba(255,255,255,0.08);\n  }\n\n  .disc-nav-link {\n    position: relative;\n    color: rgba(255,255,255,0.72);\n    transition: color 0.25s;\n  }\n\n  .disc-nav-link:hover,\n  .disc-nav-link.active {\n    color: #f5a83a;\n  }\n\n  .disc-nav-link.active::after {\n    content: '';\n    position: absolute;\n    bottom: -4px;\n    left: 0;\n    right: 0;\n    height: 2px;\n    background: #f5a83a;\n    border-radius: 1px;\n  }\n\n  .disc-reveal {\n    opacity: 0;\n    transform: translateY(32px);\n    transition: opacity 0.7s ease, transform 0.7s ease;\n  }\n\n  .disc-reveal.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .disc-card {\n    background: #fff;\n    border: 1px solid #e2e8f0;\n    border-radius: 14px;\n    padding: 1.5rem;\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .disc-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #3d6a9e, #e8921a);\n    transform: scaleX(0);\n    transform-origin: left;\n    transition: transform 0.35s ease;\n  }\n\n  .disc-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 32px rgba(30,63,109,0.1);\n    border-color: #dce4ef;\n  }\n\n  .disc-card:hover::before {\n    transform: scaleX(1);\n  }\n\n  .disc-profile-card {\n    background: #fff;\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    overflow: hidden;\n    transition: all 0.3s ease;\n  }\n\n  .disc-profile-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 16px 40px rgba(30,63,109,0.12);\n  }\n\n  .disc-flashcard-container {\n    perspective: 1000px;\n    cursor: pointer;\n  }\n\n  .disc-flashcard-inner {\n    position: relative;\n    width: 100%;\n    height: 100%;\n    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n    transform-style: preserve-3d;\n  }\n\n  .disc-flashcard-container.flipped .disc-flashcard-inner {\n    transform: rotateY(180deg);\n  }\n\n  .disc-flashcard-front,\n  .disc-flashcard-back {\n    position: absolute;\n    inset: 0;\n    backface-visibility: hidden;\n    -webkit-backface-visibility: hidden;\n    border-radius: 12px;\n    padding: 1.75rem;\nmin-height: 240px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    text-align: center;\n  }\n\n  .disc-flashcard-front {\n    background: linear-gradient(135deg, #1e3f6d 0%, #2d5485 100%);\n    color: #fff;\n  }\n\n  .disc-flashcard-back {\n    background: #fff;\n    border: 2px solid #dce4ef;\n    transform: rotateY(180deg);\n    color: #162e52;\n  }\n\n  .disc-quiz-option {\n    display: block;\n    width: 100%;\n    text-align: left;\n    padding: 1rem 1.25rem;\n    border: 2px solid #e2e8f0;\n    border-radius: 10px;\n    background: #fff;\n    color: #0f172a;\n    transition: all 0.25s ease;\n    cursor: pointer;\n    font-size: 0.95rem;\n  }\n\n  .disc-quiz-option:hover:not(.disabled) {\n    border-color: #3d6a9e;\n    background: #f0f4f8;\n  }\n\n  .disc-quiz-option.correct {\n    border-color: #16a34a;\n    background: #f0fdf4;\n    color: #15803d;\n  }\n\n  .disc-quiz-option.incorrect {\n    border-color: #dc2626;\n    background: #fef2f2;\n    color: #b91c1c;\n  }\n\n  .disc-quiz-option.disabled {\n    cursor: default;\n    opacity: 0.78;\n  }\n\n  .disc-quiz-option.correct.disabled {\n    opacity: 1;\n  }\n\n  .disc-quiz-option.incorrect.disabled {\n    opacity: 0.9;\n  }\n\n  .disc-accordion-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.3s ease;\n  }\n\n  .disc-accordion-content.open {\n    max-height: 340px;\n  }\n\n  .disc-accordion-icon {\n    transition: transform 0.3s ease;\n  }\n\n  .disc-accordion-icon.rotated {\n    transform: rotate(180deg);\n  }\n\n  .disc-takeaway-card {\n    background: linear-gradient(135deg, #f0f4f8, #fff);\n    border-left: 4px solid #3d6a9e;\n    border-radius: 0 10px 10px 0;\n    padding: 1.25rem 1.5rem;\n    transition: all 0.3s ease;\n  }\n\n  .disc-takeaway-card:hover {\n    border-left-color: #e8921a;\n    transform: translateX(4px);\n  }\n\n  @keyframes discScoreUp {\n    from { transform: scale(1); }\n    50% { transform: scale(1.15); }\n    to { transform: scale(1); }\n  }\n\n  .disc-score-animate {\n    animation: discScoreUp 0.3s ease;\n  }\n\n  .disc-hero-bg {\n    background: #f8fafc;\n  }\n\n  .disc-hero-pattern {\n    background-image: radial-gradient(rgba(61,106,158,0.09) 1px, transparent 1px);\n    background-size: 24px 24px;\n  }\n\n  #disc-module h1 {\n    color: #162e52 !important;\n  }\n\n  #disc-module p {\n    color: #2d5485;\n  }\n\n  .disc-section-tight {\n    scroll-margin-top: 78px;\n  }\n<\/style>\n\n<div id=\"disc-module\" class=\"font-sans text-slate-800 bg-gray-50 antialiased\">\n  <div id=\"disc-progress-bar\" style=\"width: 0%;\"><\/div>\n\n  <!-- Module Navigation -->\n  <nav id=\"disc-navbar\" class=\"disc-nav-glass sticky top-0 left-0 right-0 z-50 transition-all duration-300\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"flex items-center justify-between h-16\">\n        <a href=\"#disc-hero\" class=\"text-white font-semibold text-sm tracking-wide\">DISC Foundations<\/a>\n        <div class=\"hidden md:flex items-center space-x-6\">\n          <a href=\"#disc-hero\" class=\"disc-nav-link text-xs font-medium uppercase tracking-wider\">Start<\/a>\n          <a href=\"#disc-overview\" class=\"disc-nav-link text-xs font-medium uppercase tracking-wider\">Overview<\/a>\n          <a href=\"#disc-styles\" class=\"disc-nav-link text-xs font-medium uppercase tracking-wider\">Styles<\/a>\n          <a href=\"#disc-communication\" class=\"disc-nav-link text-xs font-medium uppercase tracking-wider\">Communication<\/a>\n          <a href=\"#disc-team\" class=\"disc-nav-link text-xs font-medium uppercase tracking-wider\">Team Dynamics<\/a>\n          <a href=\"#disc-flashcards\" class=\"disc-nav-link text-xs font-medium uppercase tracking-wider\">Flash Cards<\/a>\n          <a href=\"#disc-quiz\" class=\"disc-nav-link text-xs font-medium uppercase tracking-wider\">Quiz<\/a>\n          <a href=\"#disc-reflection\" class=\"disc-nav-link text-xs font-medium uppercase tracking-wider\">Reflection<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/nav>\n\n  <!-- Hero -->\n  <section id=\"disc-hero\" class=\"disc-hero-bg disc-hero-pattern disc-section-tight relative overflow-hidden pt-8 pb-4\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4 relative z-10 w-full\">\n      <div class=\"max-w-3xl\">\n        <div class=\"inline-flex items-center bg-warm-400\/20 border border-warm-400\/30 rounded-full px-4 py-1.5 mb-8\">\n          <span class=\"text-warm-700 text-sm font-semibold\">Leadership Foundations Module<\/span>\n        <\/div>\n        <h1 class=\"font-serif text-4xl sm:text-5xl lg:text-6xl font-bold leading-tight mb-6\">\n          Understanding DISC<br>Personality <span class=\"text-warm-500\">Styles<\/span>\n        <\/h1>\n        <p class=\"text-navy-600 text-lg sm:text-xl mb-6 leading-relaxed\">\n          Learn how behavioral styles influence communication, teamwork, motivation, and leadership effectiveness.\n        <\/p>\n        <p class=\"text-navy-600 text-base leading-relaxed mb-10 max-w-2xl\">\n          DISC gives leaders a simple way to understand different communication preferences and behavioral tendencies. It is not meant to label people. It is a practical tool for improving awareness, adapting communication, and working more effectively with different team members.\n        <\/p>\n        <a href=\"#disc-overview\" class=\"inline-flex items-center gap-2 bg-warm-500 hover:bg-warm-600 text-white font-semibold px-7 py-3.5 rounded-lg transition-all duration-200 shadow-lg shadow-warm-500\/20 hover:shadow-warm-500\/40 hover:-translate-y-0.5\">\n          Begin Learning\n          <span aria-hidden=\"true\">\u2193<\/span>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Overview -->\n  <section id=\"disc-overview\" class=\"disc-section-tight py-20 lg:py-28 bg-gray-50\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"text-center mb-16 disc-reveal\">\n        <span class=\"text-navy-600 font-semibold text-sm uppercase tracking-widest\">Section 01<\/span>\n        <h2 class=\"font-serif text-3xl sm:text-4xl font-bold text-navy-900 mt-3 mb-4\">What Is DISC?<\/h2>\n        <p class=\"text-slate-600 max-w-2xl mx-auto text-lg\">DISC is a simple behavioral framework leaders can use to better understand how people communicate, make decisions, respond to pressure, and work with others.<\/p>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-5\">\n        <div class=\"disc-card disc-reveal\">\n          <div class=\"w-12 h-12 bg-navy-50 rounded-xl flex items-center justify-center mb-4 text-navy-700 font-bold text-xl\">D<\/div>\n          <h3 class=\"font-semibold text-navy-900 mb-2\">Dominance<\/h3>\n          <p class=\"text-slate-600 text-sm leading-relaxed\">Direct, results-focused, confident, and action-oriented.<\/p>\n        <\/div>\n        <div class=\"disc-card disc-reveal\">\n          <div class=\"w-12 h-12 bg-warm-50 rounded-xl flex items-center justify-center mb-4 text-warm-700 font-bold text-xl\">I<\/div>\n          <h3 class=\"font-semibold text-navy-900 mb-2\">Influence<\/h3>\n          <p class=\"text-slate-600 text-sm leading-relaxed\">Social, energetic, persuasive, and people-focused.<\/p>\n        <\/div>\n        <div class=\"disc-card disc-reveal\">\n          <div class=\"w-12 h-12 bg-navy-50 rounded-xl flex items-center justify-center mb-4 text-navy-700 font-bold text-xl\">S<\/div>\n          <h3 class=\"font-semibold text-navy-900 mb-2\">Steadiness<\/h3>\n          <p class=\"text-slate-600 text-sm leading-relaxed\">Calm, supportive, patient, and team-oriented.<\/p>\n        <\/div>\n        <div class=\"disc-card disc-reveal\">\n          <div class=\"w-12 h-12 bg-warm-50 rounded-xl flex items-center justify-center mb-4 text-warm-700 font-bold text-xl\">C<\/div>\n          <h3 class=\"font-semibold text-navy-900 mb-2\">Conscientiousness<\/h3>\n          <p class=\"text-slate-600 text-sm leading-relaxed\">Accurate, analytical, detailed, and quality-focused.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Styles Breakdown -->\n  <section id=\"disc-styles\" class=\"disc-section-tight py-20 lg:py-28 bg-white\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"text-center mb-16 disc-reveal\">\n        <span class=\"text-navy-600 font-semibold text-sm uppercase tracking-widest\">Section 02<\/span>\n        <h2 class=\"font-serif text-3xl sm:text-4xl font-bold text-navy-900 mt-3 mb-4\">The Four DISC Styles<\/h2>\n        <p class=\"text-slate-600 max-w-2xl mx-auto text-lg\">Each style brings useful strengths to a team. The goal is not to label people, but to better understand different working preferences.<\/p>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-6\">\n        <div class=\"disc-profile-card disc-reveal\">\n          <div style=\"background:#9f1239;\" class=\"text-white px-6 py-4\">\n            <h3 class=\"font-serif text-2xl font-bold\">High D: Dominance<\/h3>\n            <p class=\"text-white text-sm mt-1\">Results, speed, challenge, control<\/p>\n          <\/div>\n          <div class=\"p-6 grid sm:grid-cols-2 gap-5 text-sm text-slate-700\">\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Core Traits<\/h4><p>Direct, decisive, competitive, action-oriented.<\/p><\/div>\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Communication<\/h4><p>Prefers concise, clear, outcome-focused communication.<\/p><\/div>\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Strengths<\/h4><p>Moves quickly, solves problems, drives progress.<\/p><\/div>\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Blind Spots<\/h4><p>May appear impatient, blunt, or overly forceful.<\/p><\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"disc-profile-card disc-reveal\">\n          <div style=\"background:#ea8c2a;\" class=\"text-white px-6 py-4\">\n            <h3 class=\"font-serif text-2xl font-bold\">High I: Influence<\/h3>\n            <p class=\"text-warm-100 text-sm mt-1\">People, energy, enthusiasm, connection<\/p>\n          <\/div>\n          <div class=\"p-6 grid sm:grid-cols-2 gap-5 text-sm text-slate-700\">\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Core Traits<\/h4><p>Outgoing, optimistic, expressive, relationship-focused.<\/p><\/div>\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Communication<\/h4><p>Prefers friendly, energetic, people-centered communication.<\/p><\/div>\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Strengths<\/h4><p>Builds enthusiasm, creates connection, encourages others.<\/p><\/div>\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Blind Spots<\/h4><p>May lose focus, overpromise, or avoid details.<\/p><\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"disc-profile-card disc-reveal\">\n          <div style=\"background:#2f855a;\" class=\"text-white px-6 py-4\">\n            <h3 class=\"font-serif text-2xl font-bold\">High S: Steadiness<\/h3>\n            <p class=\"text-navy-200 text-sm mt-1\">Support, stability, patience, teamwork<\/p>\n          <\/div>\n          <div class=\"p-6 grid sm:grid-cols-2 gap-5 text-sm text-slate-700\">\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Core Traits<\/h4><p>Calm, loyal, consistent, supportive.<\/p><\/div>\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Communication<\/h4><p>Prefers respectful, steady, low-pressure communication.<\/p><\/div>\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Strengths<\/h4><p>Creates stability, supports others, strengthens trust.<\/p><\/div>\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Blind Spots<\/h4><p>May resist sudden change or avoid conflict.<\/p><\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"disc-profile-card disc-reveal\">\n          <div style=\"background:#5b7fa6;\" class=\"text-white px-6 py-4\">\n            <h3 class=\"font-serif text-2xl font-bold\">High C: Conscientiousness<\/h3>\n            <p class=\"text-slate-200 text-sm mt-1\">Accuracy, quality, process, detail<\/p>\n          <\/div>\n          <div class=\"p-6 grid sm:grid-cols-2 gap-5 text-sm text-slate-700\">\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Core Traits<\/h4><p>Careful, analytical, precise, quality-minded.<\/p><\/div>\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Communication<\/h4><p>Prefers clear expectations, details, and supporting information.<\/p><\/div>\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Strengths<\/h4><p>Improves quality, reduces errors, clarifies process.<\/p><\/div>\n            <div><h4 class=\"font-semibold text-navy-900 mb-2\">Blind Spots<\/h4><p>May overanalyze, hesitate, or struggle with ambiguity.<\/p><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Communication -->\n  <section id=\"disc-communication\" class=\"disc-section-tight py-20 lg:py-28 bg-gray-50\">\n    <div class=\"max-w-6xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"text-center mb-16 disc-reveal\">\n        <span class=\"text-navy-600 font-semibold text-sm uppercase tracking-widest\">Section 03<\/span>\n        <h2 class=\"font-serif text-3xl sm:text-4xl font-bold text-navy-900 mt-3 mb-4\">Communication Tips<\/h2>\n        <p class=\"text-slate-600 max-w-2xl mx-auto text-lg\">Leaders do not need to completely change who they are. They do need to adjust how they communicate so people can receive the message clearly.<\/p>\n      <\/div>\n\n      <div class=\"bg-white rounded-2xl overflow-hidden shadow-sm border border-slate-200 disc-reveal\">\n        <div class=\"grid grid-cols-4 bg-navy-800 text-white text-sm font-semibold\">\n          <div class=\"px-4 py-4\">Style<\/div>\n          <div class=\"px-4 py-4\">Best Approach<\/div>\n          <div class=\"px-4 py-4\">Avoid<\/div>\n          <div class=\"px-4 py-4\">Leader Tip<\/div>\n        <\/div>\n        <div class=\"grid grid-cols-4 border-b border-slate-200 text-sm\">\n          <div class=\"px-4 py-4 font-bold text-navy-800\">High D<\/div>\n          <div class=\"px-4 py-4 text-slate-700\">Be direct and focus on outcomes.<\/div>\n          <div class=\"px-4 py-4 text-slate-700\">Long explanations without a clear point.<\/div>\n          <div class=\"px-4 py-4 text-slate-700\">Give them a goal and room to act.<\/div>\n        <\/div>\n        <div class=\"grid grid-cols-4 border-b border-slate-200 text-sm bg-gray-50\/60\">\n          <div class=\"px-4 py-4 font-bold text-navy-900\">High I<\/div>\n          <div class=\"px-4 py-4 text-slate-700\">Be positive, relational, and engaging.<\/div>\n          <div class=\"px-4 py-4 text-slate-700\">Cold, overly transactional delivery.<\/div>\n          <div class=\"px-4 py-4 text-slate-700\">Connect the work to people and energy.<\/div>\n        <\/div>\n        <div class=\"grid grid-cols-4 border-b border-slate-200 text-sm\">\n          <div class=\"px-4 py-4 font-bold text-navy-800\">High S<\/div>\n          <div class=\"px-4 py-4 text-slate-700\">Be calm, patient, and supportive.<\/div>\n          <div class=\"px-4 py-4 text-slate-700\">Abrupt change without context.<\/div>\n          <div class=\"px-4 py-4 text-slate-700\">Give reassurance and clear expectations.<\/div>\n        <\/div>\n        <div class=\"grid grid-cols-4 text-sm bg-gray-50\/60\">\n          <div class=\"px-4 py-4 font-bold text-slate-700\">High C<\/div>\n          <div class=\"px-4 py-4 text-slate-700\">Be specific, accurate, and prepared.<\/div>\n          <div class=\"px-4 py-4 text-slate-700\">Vague direction or missing details.<\/div>\n          <div class=\"px-4 py-4 text-slate-700\">Provide standards, timelines, and rationale.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Team Dynamics -->\n  <section id=\"disc-team\" class=\"disc-section-tight py-20 lg:py-28 bg-white\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"text-center mb-16 disc-reveal\">\n        <span class=\"text-navy-600 font-semibold text-sm uppercase tracking-widest\">Section 04<\/span>\n        <h2 class=\"font-serif text-3xl sm:text-4xl font-bold text-navy-900 mt-3 mb-4\">Team Dynamics<\/h2>\n        <p class=\"text-slate-600 max-w-2xl mx-auto text-lg\">Healthy teams benefit from different behavioral styles. Each style contributes something valuable when leaders create clarity, trust, and balanced expectations.<\/p>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 md:grid-cols-2 xl:grid-cols-4 gap-5\">\n        <div class=\"disc-card disc-reveal\"><h3 class=\"font-bold text-navy-900 mb-2\">D brings drive<\/h3><p class=\"text-slate-600 text-sm\">Pushes progress, challenges delays, and helps teams move toward outcomes.<\/p><\/div>\n        <div class=\"disc-card disc-reveal\"><h3 class=\"font-bold text-navy-900 mb-2\">I brings energy<\/h3><p class=\"text-slate-600 text-sm\">Builds connection, encourages participation, and helps create enthusiasm.<\/p><\/div>\n        <div class=\"disc-card disc-reveal\"><h3 class=\"font-bold text-navy-900 mb-2\">S brings stability<\/h3><p class=\"text-slate-600 text-sm\">Supports consistency, trust, patience, and strong team relationships.<\/p><\/div>\n        <div class=\"disc-card disc-reveal\"><h3 class=\"font-bold text-navy-900 mb-2\">C brings accuracy<\/h3><p class=\"text-slate-600 text-sm\">Improves quality, process, analysis, and careful decision-making.<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Flashcards -->\n  <section id=\"disc-flashcards\" class=\"disc-section-tight py-20 lg:py-28 bg-gray-50\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"text-center mb-6 disc-reveal\">\n        <span class=\"text-navy-600 font-semibold text-sm uppercase tracking-widest\">Section 05<\/span>\n        <h2 class=\"font-serif text-3xl sm:text-4xl font-bold text-navy-900 mt-3 mb-4\">Flash Card Learning<\/h2>\n        <p class=\"text-slate-600 max-w-2xl mx-auto text-lg\">Click the card to reveal the answer. Use the arrows to move through key DISC concepts.<\/p>\n      <\/div>\n\n      <div class=\"flex items-center justify-center gap-3 mb-12 disc-reveal\">\n        <button id=\"disc-fc-prev\" class=\"p-2 rounded-lg bg-white border border-slate-200 hover:bg-navy-50 transition-colors\" aria-label=\"Previous flashcard\">\u2039<\/button>\n        <span id=\"disc-fc-counter\" class=\"text-sm font-medium text-slate-500 min-w-[80px] text-center\">1 \/ 16<\/span>\n        <button id=\"disc-fc-next\" class=\"p-2 rounded-lg bg-white border border-slate-200 hover:bg-navy-50 transition-colors\" aria-label=\"Next flashcard\">\u203a<\/button>\n      <\/div>\n\n      <div class=\"max-w-2xl mx-auto disc-reveal\">\n        <div id=\"disc-flashcard-display\" class=\"disc-flashcard-container\" style=\"min-height:340px;\">\n          <div class=\"disc-flashcard-inner\">\n            <div class=\"disc-flashcard-front\">\n              <span class=\"text-xs uppercase tracking-wider text-warm-300 mb-3\">Question<\/span>\n              <p style=\"color:white !important;\" class=\"text-lg font-semibold leading-snug\" id=\"disc-fc-question\"><\/p>\n            <\/div>\n            <div class=\"disc-flashcard-back\">\n              <span class=\"text-xs uppercase tracking-wider text-navy-500 mb-3\">Answer<\/span>\n              <p class=\"text-base leading-relaxed text-slate-700\" id=\"disc-fc-answer\"><\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <p class=\"text-center text-slate-400 text-sm mt-4\">Tap the card to flip it<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- Quiz -->\n  <section id=\"disc-quiz\" class=\"disc-section-tight py-20 lg:py-28 bg-white\">\n    <div class=\"max-w-3xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"text-center mb-6 disc-reveal\">\n        <span class=\"text-navy-600 font-semibold text-sm uppercase tracking-widest\">Section 06<\/span>\n        <h2 class=\"font-serif text-3xl sm:text-4xl font-bold text-navy-900 mt-3 mb-4\">Knowledge Check Quiz<\/h2>\n        <p class=\"text-slate-600 max-w-2xl mx-auto text-lg\">Check your understanding of basic DISC concepts.<\/p>\n      <\/div>\n\n      <div class=\"flex items-center justify-between bg-navy-800 rounded-xl px-6 py-4 mb-10 disc-reveal\">\n        <div class=\"flex items-center gap-3\">\n          <span class=\"text-warm-400\">\u2605<\/span>\n          <span class=\"text-white font-medium\">Score<\/span>\n          <span id=\"disc-quiz-score\" class=\"text-warm-400 font-bold text-lg\">0<\/span>\n          <span class=\"text-navy-300\">\/<\/span>\n          <span id=\"disc-quiz-total\" class=\"text-navy-300 font-medium\">0<\/span>\n        <\/div>\n        <button id=\"disc-quiz-restart\" class=\"text-sm text-navy-300 hover:text-white transition-colors\">Restart<\/button>\n      <\/div>\n\n      <div id=\"disc-quiz-container\"><\/div>\n\n      <div class=\"text-center mt-8\">\n        <div id=\"disc-quiz-final-result\" class=\"hidden bg-navy-50 rounded-2xl p-8 text-center\">\n          <div class=\"text-warm-500 text-4xl mb-4\">&#x1f3c6;<\/div>\n          <h3 class=\"font-serif text-2xl font-bold text-navy-900 mb-2\">Quiz Complete!<\/h3>\n          <p id=\"disc-quiz-final-score\" class=\"text-slate-600 text-lg mb-4\"><\/p>\n          <p id=\"disc-quiz-final-message\" class=\"text-slate-500\"><\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Reflection -->\n  <section id=\"disc-reflection\" class=\"disc-section-tight py-20 lg:py-28 bg-gray-50\">\n    <div class=\"max-w-3xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"text-center mb-16 disc-reveal\">\n        <span class=\"text-navy-600 font-semibold text-sm uppercase tracking-widest\">Section 07<\/span>\n        <h2 class=\"font-serif text-3xl sm:text-4xl font-bold text-navy-900 mt-3 mb-4\">Reflection Questions<\/h2>\n        <p class=\"text-slate-600 max-w-2xl mx-auto text-lg\">Use these prompts to connect DISC concepts to your own leadership behavior.<\/p>\n      <\/div>\n      <div id=\"disc-accordion-container\" class=\"space-y-3 disc-reveal\"><\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Takeaways -->\n  <section id=\"disc-takeaways\" class=\"disc-section-tight py-20 lg:py-28 bg-white\">\n    <div class=\"max-w-3xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"text-center mb-16 disc-reveal\">\n        <span class=\"text-navy-600 font-semibold text-sm uppercase tracking-widest\">Section 08<\/span>\n        <h2 class=\"font-serif text-3xl sm:text-4xl font-bold text-navy-900 mt-3 mb-4\">Key DISC Takeaways<\/h2>\n        <p class=\"text-slate-600 max-w-2xl mx-auto text-lg\">Simple principles to remember as you apply DISC as a leader.<\/p>\n      <\/div>\n\n      <div class=\"space-y-4 disc-reveal\">\n        <div class=\"disc-takeaway-card\"><p class=\"text-navy-900 font-medium leading-relaxed\">DISC helps leaders understand communication preferences, not define someone\u2019s entire personality.<\/p><\/div>\n        <div class=\"disc-takeaway-card\"><p class=\"text-navy-900 font-medium leading-relaxed\">Different styles bring different strengths to a team.<\/p><\/div>\n        <div class=\"disc-takeaway-card\"><p class=\"text-navy-900 font-medium leading-relaxed\">Strong leaders adapt their communication style to the person and situation.<\/p><\/div>\n        <div class=\"disc-takeaway-card\"><p class=\"text-navy-900 font-medium leading-relaxed\">No DISC style is better than another. Each style can succeed with the right support and expectations.<\/p><\/div>\n        <div class=\"disc-takeaway-card\"><p class=\"text-navy-900 font-medium leading-relaxed\">DISC becomes more useful when paired with coaching, trust, and clear communication.<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <footer class=\"bg-navy-900 py-12\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\n      <p class=\"text-navy-300 text-sm\">New Leader Success \u2014 DISC Foundations Module<\/p>\n      <p class=\"text-navy-500 text-xs mt-2\">Leadership development platform<\/p>\n    <\/div>\n  <\/footer>\n<\/div>\n\n<script>\n(function() {\n  function initDiscModule() {\n    const progressBar = document.getElementById('disc-progress-bar');\n    window.addEventListener('scroll', function() {\n      const scrollTop = window.scrollY;\n      const docHeight = document.documentElement.scrollHeight - window.innerHeight;\n      const progress = docHeight > 0 ? (scrollTop \/ docHeight) * 100 : 0;\n      progressBar.style.width = progress + '%';\n    });\n\n    const revealElements = document.querySelectorAll('.disc-reveal');\n    const revealObserver = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('visible');\n          revealObserver.unobserve(entry.target);\n        }\n      });\n    }, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });\n    revealElements.forEach(function(el) { revealObserver.observe(el); });\n\n    const sections = document.querySelectorAll('#disc-module section[id]');\n    const navLinks = document.querySelectorAll('.disc-nav-link');\n    const sectionObserver = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        if (entry.isIntersecting) {\n          navLinks.forEach(function(link) { link.classList.remove('active'); });\n          const activeLink = document.querySelector('.disc-nav-link[href=\"#' + entry.target.id + '\"]');\n          if (activeLink) activeLink.classList.add('active');\n        }\n      });\n    }, { threshold: 0.3 });\n    sections.forEach(function(sec) { sectionObserver.observe(sec); });\n\n    const flashcards = [\n      { q: 'Which DISC style is most focused on results and action?', a: 'High D, or Dominance, is usually the most results-focused and action-oriented style.' },\n      { q: 'Which DISC style is usually energetic and people-focused?', a: 'High I, or Influence, is typically expressive, optimistic, and relationship-focused.' },\n      { q: 'Which DISC style values stability and consistency?', a: 'High S, or Steadiness, often values stability, support, patience, and consistency.' },\n      { q: 'Which DISC style values accuracy and detail?', a: 'High C, or Conscientiousness, usually values accuracy, quality, process, and detail.' },\n      { q: 'How should leaders communicate with High D team members?', a: 'Be direct, concise, and focused on goals or outcomes.' },\n      { q: 'How should leaders communicate with High I team members?', a: 'Be energetic, relational, positive, and engaging.' },\n      { q: 'How should leaders communicate with High S team members?', a: 'Be calm, respectful, supportive, and clear.' },\n      { q: 'How should leaders communicate with High C team members?', a: 'Be specific, prepared, accurate, and clear about expectations.' },\n      { q: 'What should leaders avoid with High D employees?', a: 'Avoid rambling, indecision, and unclear expectations.' },\n      { q: 'What should leaders avoid with High I employees?', a: 'Avoid cold, overly transactional communication without connection.' },\n      { q: 'What should leaders avoid with High S employees?', a: 'Avoid sudden changes without context or support.' },\n      { q: 'What should leaders avoid with High C employees?', a: 'Avoid vague direction, missing details, or unclear standards.' },\n      { q: 'Does DISC label someone permanently?', a: 'No. DISC is a tool for understanding tendencies, not a permanent label.' },\n      { q: 'Why is DISC useful for leaders?', a: 'It helps leaders adapt communication and better understand different team member needs.' },\n      { q: 'Can one team benefit from multiple DISC styles?', a: 'Yes. Balanced teams benefit from drive, energy, stability, and accuracy.' },\n      { q: 'What is the main leadership lesson from DISC?', a: 'Different people may need different communication approaches to perform at their best.' }\n    ];\n\n    let currentCard = 0;\n    const fcDisplay = document.getElementById('disc-flashcard-display');\n    const fcQuestion = document.getElementById('disc-fc-question');\n    const fcAnswer = document.getElementById('disc-fc-answer');\n    const fcCounter = document.getElementById('disc-fc-counter');\n\n    function renderFlashcard() {\n      fcDisplay.classList.remove('flipped');\n      setTimeout(function() {\n        fcQuestion.textContent = flashcards[currentCard].q;\n        fcAnswer.textContent = flashcards[currentCard].a;\n        fcCounter.textContent = (currentCard + 1) + ' \/ ' + flashcards.length;\n      }, 100);\n    }\n\n    fcDisplay.addEventListener('click', function() {\n      fcDisplay.classList.toggle('flipped');\n    });\n\n    document.getElementById('disc-fc-prev').addEventListener('click', function(e) {\n      e.stopPropagation();\n      currentCard = (currentCard - 1 + flashcards.length) % flashcards.length;\n      renderFlashcard();\n    });\n\n    document.getElementById('disc-fc-next').addEventListener('click', function(e) {\n      e.stopPropagation();\n      currentCard = (currentCard + 1) % flashcards.length;\n      renderFlashcard();\n    });\n\n    renderFlashcard();\n\n    const quizQuestions = [\n      { q: 'Which DISC style is most associated with directness and results?', options: ['D', 'I', 'S', 'C'], correct: 0, explanation: 'High D is usually direct, decisive, and results-focused.' },\n      { q: 'Which DISC style is most associated with enthusiasm and people connection?', options: ['D', 'I', 'S', 'C'], correct: 1, explanation: 'High I is usually energetic, expressive, and relationship-focused.' },\n      { q: 'Which DISC style is most associated with patience and support?', options: ['D', 'I', 'S', 'C'], correct: 2, explanation: 'High S often values stability, patience, and support.' },\n      { q: 'Which DISC style is most associated with accuracy and detail?', options: ['D', 'I', 'S', 'C'], correct: 3, explanation: 'High C usually values accuracy, quality, and careful analysis.' },\n      { q: 'What should leaders avoid when communicating with a High D?', options: ['Being concise', 'Clear outcomes', 'Long unclear explanations', 'Direct expectations'], correct: 2, explanation: 'High D team members usually prefer direct, outcome-focused communication.' },\n      { q: 'What helps a High S employee handle change better?', options: ['No context', 'Abrupt direction', 'Clear expectations and support', 'Pressure only'], correct: 2, explanation: 'High S employees often respond better when change is explained with support and clarity.' },\n      { q: 'What does DISC help leaders understand?', options: ['Salary levels', 'Behavioral and communication tendencies', 'Technical skill only', 'Job titles'], correct: 1, explanation: 'DISC helps leaders understand behavioral styles and communication preferences.' },\n      { q: 'Which style may become frustrated by vague instructions?', options: ['High C', 'High I', 'High S', 'High D only'], correct: 0, explanation: 'High C often prefers detail, clarity, and accurate expectations.' },\n      { q: 'What is a balanced team likely to include?', options: ['Only one style', 'Different strengths and working preferences', 'Only fast-paced workers', 'Only detail-focused workers'], correct: 1, explanation: 'Different styles can strengthen the team by bringing different strengths.' },\n      { q: 'What is the best way to use DISC as a leader?', options: ['Label people permanently', 'Adapt communication and improve understanding', 'Avoid accountability', 'Treat everyone exactly the same'], correct: 1, explanation: 'DISC is best used to improve communication, awareness, and leadership flexibility.' }\n    ];\n\n    let quizScore = 0;\n    let quizAnswered = 0;\n    const quizContainer = document.getElementById('disc-quiz-container');\n    const quizScoreEl = document.getElementById('disc-quiz-score');\n    const quizTotalEl = document.getElementById('disc-quiz-total');\n    const quizFinalResult = document.getElementById('disc-quiz-final-result');\n\n    function buildQuiz() {\n      quizContainer.innerHTML = '';\n      quizQuestions.forEach(function(item, idx) {\n        const block = document.createElement('div');\n        block.className = 'mb-8 bg-white rounded-xl border border-slate-200 overflow-hidden';\n        block.innerHTML = '<div class=\"bg-navy-50 px-5 py-3 border-b border-slate-200 flex items-center gap-2\">' +\n          '<span class=\"bg-navy-700 text-white text-xs font-bold rounded-full w-6 h-6 flex items-center justify-center\">' + (idx + 1) + '<\/span>' +\n          '<span class=\"text-navy-700 font-medium text-sm\">Question ' + (idx + 1) + ' of ' + quizQuestions.length + '<\/span>' +\n          '<\/div>' +\n          '<div class=\"p-5\">' +\n          '<p class=\"text-navy-900 font-semibold mb-4\">' + item.q + '<\/p>' +\n          '<div class=\"space-y-2\" id=\"disc-quiz-opts-' + idx + '\">' +\n          item.options.map(function(opt, oidx) {\n            return '<button class=\"disc-quiz-option\" data-question=\"' + idx + '\" data-option=\"' + oidx + '\">' + opt + '<\/button>';\n          }).join('') +\n          '<\/div>' +\n          '<div id=\"disc-quiz-explanation-' + idx + '\" class=\"hidden mt-4 p-4 rounded-lg text-sm leading-relaxed\"><\/div>' +\n          '<\/div>';\n        quizContainer.appendChild(block);\n      });\n    }\n\n    function selectAnswer(qIdx, oIdx) {\n      const q = quizQuestions[qIdx];\n      const opts = document.querySelectorAll('#disc-quiz-opts-' + qIdx + ' .disc-quiz-option');\n      const explDiv = document.getElementById('disc-quiz-explanation-' + qIdx);\n      if (!opts.length || opts[0].classList.contains('disabled')) return;\n\n      opts.forEach(function(opt, i) {\n        opt.classList.add('disabled');\n        if (i === q.correct) opt.classList.add('correct');\n        if (i === oIdx && i !== q.correct) opt.classList.add('incorrect');\n      });\n\n      quizAnswered++;\n      if (oIdx === q.correct) {\n        quizScore++;\n        explDiv.className = 'mt-4 p-4 rounded-lg text-sm leading-relaxed bg-emerald-50 text-emerald-800 border border-emerald-200';\n        explDiv.innerHTML = '<span class=\"font-semibold\">Correct!<\/span> ' + q.explanation;\n      } else {\n        explDiv.className = 'mt-4 p-4 rounded-lg text-sm leading-relaxed bg-red-50 text-red-800 border border-red-200';\n        explDiv.innerHTML = '<span class=\"font-semibold\">Incorrect.<\/span> ' + q.explanation;\n      }\n      explDiv.classList.remove('hidden');\n\n      quizScoreEl.textContent = quizScore;\n      quizTotalEl.textContent = quizAnswered;\n      quizScoreEl.classList.add('disc-score-animate');\n      setTimeout(function() { quizScoreEl.classList.remove('disc-score-animate'); }, 300);\n\n      if (quizAnswered === quizQuestions.length) {\n        setTimeout(showFinalResult, 600);\n      }\n    }\n\n    function showFinalResult() {\n      const pct = Math.round((quizScore \/ quizQuestions.length) * 100);\n      let message = '';\n      if (pct >= 90) message = 'Outstanding! You have a strong grasp of basic DISC concepts.';\n      else if (pct >= 70) message = 'Great work! You understand the core DISC ideas.';\n      else if (pct >= 50) message = 'Good start. Review the DISC style cards and try again.';\n      else message = 'Keep learning. Revisit the overview and flash cards before trying again.';\n      document.getElementById('disc-quiz-final-score').textContent = 'You scored ' + quizScore + ' out of ' + quizQuestions.length + ' (' + pct + '%)';\n      document.getElementById('disc-quiz-final-message').textContent = message;\n      quizFinalResult.classList.remove('hidden');\n      quizFinalResult.scrollIntoView({ behavior: 'smooth', block: 'center' });\n    }\n\n    function restartQuiz() {\n      quizScore = 0;\n      quizAnswered = 0;\n      quizScoreEl.textContent = '0';\n      quizTotalEl.textContent = '0';\n      quizFinalResult.classList.add('hidden');\n      buildQuiz();\n      window.scrollTo({ top: document.getElementById('disc-quiz').offsetTop - 72, behavior: 'smooth' });\n    }\n\n    buildQuiz();\n\n    quizContainer.addEventListener('click', function(e) {\n      const btn = e.target.closest('.disc-quiz-option');\n      if (!btn || btn.classList.contains('disabled')) return;\n      selectAnswer(parseInt(btn.dataset.question, 10), parseInt(btn.dataset.option, 10));\n    });\n\n    document.getElementById('disc-quiz-restart').addEventListener('click', restartQuiz);\n\n    const reflectionPrompts = [\n      { q: 'Which DISC style do you think you lean toward most often?', a: 'Think about whether you usually move quickly toward results, energize through people, seek stability, or focus on accuracy and detail.' },\n      { q: 'Which DISC style is easiest for you to work with?', a: 'This may reveal your natural communication comfort zone.' },\n      { q: 'Which DISC style challenges you the most?', a: 'The styles that challenge us often require the most intentional communication adjustment.' },\n      { q: 'How could DISC help you communicate more clearly?', a: 'Consider how you might adjust pace, detail, tone, or amount of context depending on the person.' },\n      { q: 'How can leaders avoid misusing DISC?', a: 'Avoid labeling, stereotyping, or assuming one style explains everything about a person.' }\n    ];\n\n    const accordContainer = document.getElementById('disc-accordion-container');\n    reflectionPrompts.forEach(function(item, idx) {\n      const div = document.createElement('div');\n      div.className = 'bg-white rounded-xl border border-slate-200 overflow-hidden';\n      div.innerHTML = '<button class=\"disc-accordion-btn w-full flex items-center justify-between px-5 py-4 text-left hover:bg-navy-50\/50 transition-colors\" data-idx=\"' + idx + '\">' +\n        '<span class=\"font-medium text-navy-900\">' + item.q + '<\/span>' +\n        '<span class=\"disc-accordion-icon text-slate-400\" id=\"disc-accordion-icon-' + idx + '\">\u2304<\/span>' +\n        '<\/button>' +\n        '<div class=\"disc-accordion-content\" id=\"disc-accordion-content-' + idx + '\">' +\n        '<div class=\"px-5 pb-4 text-slate-600 text-sm leading-relaxed border-t border-slate-100 pt-3\">' + item.a + '<\/div>' +\n        '<\/div>';\n      accordContainer.appendChild(div);\n    });\n\n    accordContainer.addEventListener('click', function(e) {\n      const btn = e.target.closest('.disc-accordion-btn');\n      if (!btn) return;\n      const idx = btn.dataset.idx;\n      const content = document.getElementById('disc-accordion-content-' + idx);\n      const icon = document.getElementById('disc-accordion-icon-' + idx);\n      const isOpen = content.classList.contains('open');\n\n      document.querySelectorAll('.disc-accordion-content').forEach(function(el) { el.classList.remove('open'); });\n      document.querySelectorAll('.disc-accordion-icon').forEach(function(el) { el.classList.remove('rotated'); });\n\n      if (!isOpen) {\n        content.classList.add('open');\n        icon.classList.add('rotated');\n      }\n    });\n  }\n\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', initDiscModule);\n  } else {\n    initDiscModule();\n  }\n})();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>DISC Foundations Start Overview Styles Communication Team Dynamics Flash Cards Quiz Reflection Leadership Foundations Module Understanding DISCPersonality Styles Learn how behavioral styles influence communication, teamwork, motivation, and leadership effectiveness. DISC gives leaders a simple way to understand different communication preferences and behavioral tendencies. It is not meant to label people. It is a practical tool&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"default","_kad_post_title":"hide","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"hide","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-63","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/pages\/63","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=63"}],"version-history":[{"count":13,"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/pages\/63\/revisions"}],"predecessor-version":[{"id":90,"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/pages\/63\/revisions\/90"}],"wp:attachment":[{"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}