/* ================================
   KADENCE THEME CUSTOM STYLING
   Navigation + Footer
   Safer for Pages and Posts
   ================================ */

/* ==== NAVIGATION MENU STYLING ==== */

.main-navigation .menu-item > a {
    color: #ffffff !important;
}

.main-navigation .menu-item > a:hover {
    color: #ffffff !important;
    opacity: 0.8;
}

/* Active menu item - safer than border/padding */
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
    color: #ffffff !important;
    font-weight: 600 !important;
    background-color: transparent !important;
    text-decoration: underline;
    text-underline-offset: 6px;
}

/* Sub-menu */
.main-navigation .sub-menu .menu-item > a {
    color: #ffffff !important;
}

.main-navigation .sub-menu .menu-item > a:hover {
    color: #ffffff !important;
    opacity: 0.8;
}

/* Mobile menu */
.mobile-navigation .menu-item > a {
    color: #ffffff !important;
}

.mobile-navigation .menu-item > a:hover {
    color: #ffffff !important;
    opacity: 0.8;
}

.mobile-navigation .current-menu-item > a,
.mobile-navigation .current-menu-ancestor > a,
.mobile-navigation .current_page_item > a,
.mobile-navigation .current_page_ancestor > a {
    color: #ffffff !important;
    font-weight: 600 !important;
    background-color: transparent !important;
    text-decoration: underline;
    text-underline-offset: 6px;
}

/* ==== SINGLE POST SPACING FIX ==== */

.single-post .site-main {
    padding-top: 80px;
}

/* ==== FOOTER ==== */

body .site-footer,
.site .site-footer,
#page .site-footer,
html body .site-footer {
    background: #131928 !important;
}

.site-footer,
body.wp-admin-bar .site-footer,
body .site .site-footer {
    background-color: #131928 !important;
    background-image: none !important;
}

/* ==== BLOG / SINGLE POST BRAND STYLING ==== */

.single-post {
    background: #131928;
}

.single-post .site-main {
    padding-top: 96px;
    padding-bottom: 64px;
}

.single-post .content-bg,
.single-post .entry.single-entry {
    background: #ffffff !important;
    color: var(--global-palette3, #1f2933);
    border-radius: 4px;
    box-shadow: none;
}

.single-post .entry-content,
.single-post .single-content {
    color: var(--global-palette3, #1f2933);
    font-family: var(--global-body-font-family, Montserrat, sans-serif);
    font-size: 18px;
    line-height: 1.65;
}

.single-post .entry-content > * {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
    color: #ff6c2b;
    font-family: var(--global-heading-font-family, Montserrat, sans-serif);
    font-weight: 800;
    line-height: 1.18;
}

.single-post .entry-content h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    margin-top: 0;
    margin-bottom: 24px;
}

.single-post .entry-content h3 {
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    margin-top: 44px;
    margin-bottom: 16px;
}

.single-post .entry-content p,
.single-post .entry-content li {
    color: var(--global-palette3, #1f2933);
}

.single-post .entry-content p {
    margin-bottom: 20px;
}

.single-post .entry-content a {
    color: var(--global-palette1, #e47b02);
    font-weight: 700;
}

.single-post .entry-content img,
.single-post .entry-content figure {
    max-width: 100%;
}

.single-post .sharedaddy,
.single-post .jp-relatedposts {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: var(--global-palette3, #1f2933);
}

@media (max-width: 767px) {
    .single-post .site-main {
        padding-top: 72px;
        padding-bottom: 40px;
    }

    .single-post .content-bg,
    .single-post .entry.single-entry {
        border-radius: 0;
    }

    .single-post .entry-content,
    .single-post .single-content {
        font-size: 17px;
    }
}

/* ==== BLOG BUTTON LINK FIX ==== */

.single-post .entry-content .wp-block-button__link,
.single-post .entry-content .wp-element-button {
    background: #ff6c2b;
    color: #ffffff !important;
    border-radius: 4px;
    font-family: var(--global-heading-font-family, Montserrat, sans-serif);
    font-weight: 800;
    text-decoration: none;
}

.single-post .entry-content .wp-block-button__link:hover,
.single-post .entry-content .wp-block-button__link:focus,
.single-post .entry-content .wp-element-button:hover,
.single-post .entry-content .wp-element-button:focus {
    background: #d9571f;
    color: #ffffff !important;
    text-decoration: none;
}

/* ==== BLOG EXTRA WIDGETS HIDDEN ==== */

.single-post .sharedaddy,
.single-post .sd-sharing-enabled,
.single-post .sd-like,
.single-post .jp-relatedposts,
.single-post .post-navigation,
.single-post .navigation.post-navigation,
.single-post #comments,
.single-post .comments-area,
.single-post .comment-respond {
    display: none !important;
}

/* ==== BLOG H1 TITLE SCALE ==== */

.single-post .entry-content h1 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    margin-top: 0;
    margin-bottom: 24px;
}


/* ==== BLOG POST UX/UI REFINEMENT ==== */

body.single-post {
    background-color: #131928;
    background-image:
        linear-gradient(rgba(19, 25, 40, 0.84), rgba(19, 25, 40, 0.92)),
        url('https://eden-ministries.org/wp-content/uploads/2025/06/SCHOOL-WEBPAGE-BANNER.webp');
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

.single-post .site-main {
    padding-top: 88px;
    padding-bottom: 72px;
}

.single-post .entry.single-entry,
.single-post .content-bg {
    border-radius: 6px;
    overflow: hidden;
}

.single-post .entry-content,
.single-post .single-content {
    font-size: 18px;
    line-height: 1.7;
}

.single-post .entry-content h1.wp-block-heading {
    font-size: clamp(2.35rem, 4vw, 3.25rem);
    line-height: 1.12;
    margin-bottom: 26px;
}

.single-post .entry-content h2.wp-block-heading {
    font-size: clamp(1.65rem, 2.3vw, 2rem);
    line-height: 1.22;
    margin-top: 54px;
    margin-bottom: 18px;
}

.single-post .entry-content p {
    margin-bottom: 22px;
}

.single-post .entry-content .wp-block-buttons {
    margin-top: 34px;
    margin-bottom: 30px;
}

.single-post .entry-content .wp-block-button__link,
.single-post .entry-content .wp-element-button {
    padding: 14px 22px;
}

@media (max-width: 767px) {
    body.single-post {
        background-attachment: scroll;
        background-position: center top;
    }

    .single-post .site-main {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .single-post .entry.single-entry,
    .single-post .content-bg {
        border-radius: 0;
    }

    .single-post .entry-content h1.wp-block-heading {
        font-size: 2.15rem;
    }

    .single-post .entry-content h2.wp-block-heading {
        font-size: 1.55rem;
        margin-top: 42px;
    }
}



/* ==== MOBILE POST READING EXPERIENCE ==== */
@media (max-width: 640px) {
  body.single-post #main.site-main {
    width: 100%;
    padding-top: 28px;
    padding-bottom: 36px;
  }

  body.single-post #primary.content-area {
    margin-top: 18px;
    margin-bottom: 24px;
  }

  body.single-post article.entry.content-bg.single-entry {
    width: calc(100vw - 24px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    box-shadow: none;
  }

  body.single-post .entry-content.single-content {
    width: auto;
    max-width: none;
    padding: 24px 20px 30px;
    font-size: 17px;
    line-height: 1.68;
  }

  body.single-post .entry-content h1.wp-block-heading,
  body.single-post .entry-content h1 {
    font-size: clamp(2rem, 9vw, 2.35rem);
    line-height: 1.08;
    margin-bottom: 1.25rem;
    overflow-wrap: anywhere;
  }

  body.single-post .entry-content h2.wp-block-heading,
  body.single-post .entry-content h2 {
    font-size: clamp(1.45rem, 6vw, 1.7rem);
    line-height: 1.18;
    margin-top: 2.2rem;
    margin-bottom: 0.9rem;
  }

  body.single-post .entry-content p {
    margin-bottom: 1.25rem;
  }

  body.single-post .entry-content hr.wp-block-separator,
  body.single-post .entry-content .wp-block-separator {
    max-width: 160px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }

  body.single-post .entry-content givebutter-widget,
  body.single-post .entry-content iframe[src*="givebutter"] {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }

  body.single-post .sharedaddy,
  body.single-post .sd-like,
  body.single-post .entry-footer,
  body.single-post .post-navigation {
    display: none !important;
  }
}



/* ==== MOBILE POST WIDTH TUNING ==== */
@media (max-width: 640px) {
  body.single-post .content-container.site-container {
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.single-post #main.site-main,
  body.single-post #main.site-main .content-wrap {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.single-post article.entry.content-bg.single-entry {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.single-post .entry-content-wrap {
    padding: 0 !important;
  }

  body.single-post .entry-content.single-content {
    padding: 24px 18px 30px !important;
  }

  body.single-post .entry-content h1.wp-block-heading,
  body.single-post .entry-content h1 {
    font-size: clamp(1.9rem, 7.5vw, 2.15rem) !important;
    line-height: 1.1 !important;
  }
}



/* ==== MOBILE POST HEADER CLEARANCE ==== */
@media (max-width: 640px) {
  body.single-post.mobile-transparent-header #main.site-main,
  body.single-post.transparent-header #main.site-main {
    padding-top: 72px !important;
  }
}


/* FINAL POST MOBILE FIX */
@media(max-width:768px){body.single-post .content-container.site-container{padding-left:14px!important;padding-right:14px!important}body.single-post .entry-content-wrap{padding:0!important}body.single-post .entry-content.single-content{padding:28px 24px 34px!important;font-size:19px!important;line-height:1.62!important}body.single-post .entry-content h1.wp-block-heading,body.single-post .entry-content h1,body.single-post h1.wp-block-heading,body.single-post h1.entry-title{font-size:40px!important;line-height:1.08!important;letter-spacing:0!important;margin:0 0 24px!important;max-width:100%!important;overflow-wrap:normal!important;word-break:normal!important}body.single-post .entry-content h2.wp-block-heading,body.single-post .entry-content h2{font-size:28px!important;line-height:1.18!important}}
@media(max-width:480px){body.single-post .entry-content.single-content{padding:24px 18px 30px!important;font-size:17px!important;line-height:1.68!important}body.single-post .entry-content h1.wp-block-heading,body.single-post .entry-content h1,body.single-post h1.wp-block-heading,body.single-post h1.entry-title{font-size:31px!important;line-height:1.1!important;margin-bottom:20px!important}body.single-post .entry-content h2.wp-block-heading,body.single-post .entry-content h2{font-size:23px!important;line-height:1.2!important}}


/* FINAL SINGLE POST LOGO CLEARANCE */
@media(max-width:768px){body.single-post.mobile-transparent-header #main.site-main,body.single-post.transparent-header #main.site-main{padding-top:145px!important}}
@media(max-width:480px){body.single-post.mobile-transparent-header #main.site-main,body.single-post.transparent-header #main.site-main{padding-top:120px!important}}


/* SINGLE POST PHOTO BACKGROUND */
body.single-post{background-color:#172335!important;background-image:linear-gradient(rgba(12,24,38,.74),rgba(12,24,38,.82)),url('https://i0.wp.com/eden-ministries.org/wp-content/uploads/2025/07/PHOTO-2025-07-03-10-09-10.jpg?w=1400&ssl=1')!important;background-size:cover!important;background-position:center top!important;background-repeat:no-repeat!important;background-attachment:fixed!important}body.single-post #wrapper,body.single-post .site{background:transparent!important}@media(max-width:768px){body.single-post{background-attachment:scroll!important;background-position:center top!important}}


/* FINAL FOOTER UX POLISH */
.site-footer{background:#111827!important}.site-footer-wrap{position:relative}.site-footer-wrap:before{content:"Eden Ministries provides Christ-centered care, education, healthcare, and discipleship for vulnerable children in Zimbabwe.  Partner With Us";display:block;max-width:980px;margin:0 auto;padding:38px 24px 26px;text-align:center;color:#fff;font-size:20px;line-height:1.55;font-weight:500}.site-footer-wrap:before{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,0));border-bottom:1px solid rgba(255,255,255,.12)}.eden-seals-container{padding:22px 20px 20px!important;background:transparent!important}.seals-wrapper{gap:24px!important}.seal-image{width:64px!important;height:64px!important;object-fit:contain!important;filter:drop-shadow(0 6px 14px rgba(0,0,0,.28))}.eden-footer-container{padding:34px 24px 22px!important}.eden-footer-grid{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)!important;gap:34px!important;align-items:start!important}.eden-footer-grid h3{font-size:19px!important;margin-bottom:14px!important;color:#fff!important}.contact-info,.org-info{color:rgba(255,255,255,.82)!important;font-size:15px!important;line-height:1.65!important}.contact-row,.org-row{margin-bottom:8px!important}.eden-copyright-bar{margin-top:26px!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.14)!important;color:rgba(255,255,255,.68)!important}.footer-social-wrap .social-button{width:44px!important;height:44px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:999px!important;background:rgba(255,255,255,.06)!important}.footer-social-wrap .social-button:hover{background:#ff6b35!important;border-color:#ff6b35!important}@media(max-width:768px){.site-footer-wrap:before{padding:32px 26px 24px;font-size:18px;line-height:1.55}.eden-footer-grid{grid-template-columns:1fr!important;text-align:center!important;gap:24px!important}.contact-row,.org-row{max-width:360px;margin-left:auto!important;margin-right:auto!important}.seal-image{width:58px!important;height:58px!important}.eden-footer-container{padding-top:24px!important}.footer-social-wrap{justify-content:center!important}}


/* FINAL DESKTOP FOOTER LAYOUT */
@media(min-width:769px){.site-footer{background:#111827!important}.site-footer-wrap:before{content:"Eden Ministries provides Christ-centered care, education, healthcare, and discipleship for vulnerable children in Zimbabwe."!important;max-width:920px!important;padding:44px 24px 18px!important;font-size:22px!important;line-height:1.45!important}.site-middle-footer-wrap:after{content:"Partner With Us";display:block;width:max-content;margin:0 auto 30px;padding:13px 24px;border-radius:4px;background:#ff6b35;color:#fff;font-size:15px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;box-shadow:0 10px 24px rgba(0,0,0,.25)}.site-bottom-footer-inner-wrap{max-width:1040px!important;margin:0 auto!important;padding:0 24px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,.8fr) minmax(220px,.55fr)!important;gap:42px!important;align-items:start!important}.site-footer-bottom-section-1{grid-column:1 / span 2!important;width:auto!important}.site-footer-bottom-section-2{grid-column:3!important;width:auto!important;align-self:start!important;padding-top:30px!important}.eden-footer-container{max-width:none!important;padding:32px 0 22px!important}.eden-footer-grid{width:100%!important;display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)!important;gap:42px!important;align-items:start!important}.eden-footer-grid h3{font-size:20px!important;margin-bottom:16px!important}.contact-info,.org-info{font-size:15.5px!important;line-height:1.7!important}.contact-row,.org-row{margin-bottom:9px!important}.eden-copyright-bar{grid-column:1 / -1!important;margin-top:30px!important;padding-top:20px!important;text-align:left!important}.eden-seals-container{background:transparent!important;padding:26px 20px 18px!important}.seals-wrapper{gap:28px!important;justify-content:center!important}.seal-image{width:78px!important;height:78px!important;max-width:78px!important;max-height:none!important;object-fit:contain!important}.footer-social-wrap{justify-content:center!important;gap:14px!important}.footer-social-wrap .social-button{width:46px!important;height:46px!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:999px!important;background:rgba(255,255,255,.07)!important}.footer-social-wrap .social-button:hover{background:#ff6b35!important;border-color:#ff6b35!important;transform:translateY(-1px)}}


/* FINAL DESKTOP FOOTER WIDTH TUNE */
@media(min-width:769px){.site-bottom-footer-inner-wrap{max-width:1120px!important;grid-template-columns:minmax(0,1fr) minmax(0,.78fr) 280px!important}.site-footer-bottom-section-2{min-width:280px!important}.footer-social-wrap{display:flex!important;flex-wrap:nowrap!important;gap:12px!important}.footer-social-wrap .social-button{flex:0 0 46px!important}}


/* FINAL DESKTOP FOOTER SOCIAL GRID */
@media(min-width:769px){.site-footer-bottom-section-2 .footer-social-wrap,.site-footer-bottom-section-2 .footer-social-inner-wrap{display:grid!important;grid-template-columns:repeat(2,46px)!important;gap:12px!important;justify-content:center!important;justify-items:center!important}.site-footer-bottom-section-2 .social-button{margin:0!important}}



/* FINAL HOME UX/UI OPTIMIZATION */
body.home .entry-content{display:flex!important;flex-direction:column!important}
body.home .kb-row-layout-id2264_92d4bb-4b{order:1!important;min-height:760px!important}
body.home .kb-row-layout-id2264_6eb5fb-2f{order:2!important}
body.home .kb-row-layout-id2264_ff0add-5e{order:3!important}
body.home .kb-row-layout-id2264_15dda4-ed{order:4!important}
body.home .kb-row-layout-id2264_65fb65-01{order:5!important}
body.home .kb-row-layout-id2264_59345d-86{order:6!important}
body.home .kb-row-layout-id2264_f0d50f-bd{order:7!important}
body.home .kb-row-layout-id2264_83330b-75{order:8!important}
body.home .kb-row-layout-id2264_ai_faq_01{order:9!important}
body.home .kb-row-layout-id2264_455bf9-42{order:10!important}
body.home .kadence-column2264_6058bf-26{order:11!important}
body.home .kb-row-layout-id2264_d45faf-8e{order:12!important}
body.home .kb-row-layout-id2264_6ab915-dd{order:13!important}
body.home .kb-row-layout-id2264_92d4bb-4b .kt-row-column-wrap{min-height:760px!important}
body.home .kb-row-layout-id2264_92d4bb-4b h1{max-width:860px!important;font-size:clamp(46px,5vw,62px)!important;line-height:1.08!important;margin-bottom:22px!important}
body.home .kb-row-layout-id2264_92d4bb-4b p{max-width:760px!important;font-size:20px!important;line-height:1.65!important}
body.home .kb-row-layout-id2264_92d4bb-4b .wp-block-buttons{gap:18px!important;align-items:center!important}
body.home .kb-row-layout-id2264_92d4bb-4b .wp-block-button__link{width:auto!important;min-width:220px!important;padding:16px 28px!important;border-radius:4px!important}
body.home .kb-row-layout-wrap:not(.kb-row-layout-id2264_92d4bb-4b){padding-top:64px!important;padding-bottom:64px!important}
body.home .kb-row-layout-id2264_15dda4-ed{padding-bottom:18px!important}
body.home .kb-row-layout-id2264_65fb65-01{padding-top:18px!important}
body.home .kb-row-layout-id2264_65fb65-01 h4{font-size:42px!important;line-height:1!important;margin-bottom:10px!important;color:#e47b02!important}
body.home .kb-row-layout-id2264_65fb65-01 h5{font-size:15px!important;line-height:1.35!important;letter-spacing:.02em!important}
body.home .kb-row-layout-id2264_59345d-86 h2,body.home .kb-row-layout-id2264_ai_faq_01 h2{font-size:clamp(34px,4vw,46px)!important;line-height:1.12!important}
body.home .kb-row-layout-id2264_ai_faq_01 article{border-radius:8px!important;box-shadow:0 10px 26px rgba(17,24,39,.08)!important}
body.home .kb-row-layout-id2264_455bf9-42{max-width:100vw!important;overflow:hidden!important;margin-left:0!important;margin-right:0!important}
body.home .kb-row-layout-id2264_455bf9-42 h2{font-size:clamp(30px,3vw,40px)!important;line-height:1.15!important}
body.home .kb-row-layout-id2264_455bf9-42 p{max-width:760px!important;margin-left:auto!important;margin-right:auto!important}
@media(max-width:768px){
  body.home .kb-row-layout-id2264_92d4bb-4b{min-height:760px!important}
  body.home .kb-row-layout-id2264_92d4bb-4b .kt-row-column-wrap{min-height:760px!important;padding-top:120px!important;padding-bottom:70px!important}
  body.home .kb-row-layout-id2264_92d4bb-4b h1{font-size:34px!important;line-height:1.08!important;min-height:0!important;height:auto!important;margin-bottom:18px!important}
  body.home .kb-row-layout-id2264_92d4bb-4b p{font-size:17px!important;line-height:1.6!important}
  body.home .kb-row-layout-id2264_92d4bb-4b .wp-block-buttons{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
  body.home .kb-row-layout-id2264_92d4bb-4b .wp-block-button__link{width:100%!important;min-width:0!important;padding:15px 18px!important}
  body.home .kb-row-layout-wrap:not(.kb-row-layout-id2264_92d4bb-4b){padding-top:42px!important;padding-bottom:42px!important}
  body.home .kb-row-layout-id2264_d45faf-8e{padding-top:36px!important;padding-bottom:36px!important}
  body.home .kb-row-layout-id2264_ff0add-5e img:first-of-type{display:none!important}
  body.home .kb-row-layout-id2264_ff0add-5e{padding-bottom:28px!important}
  body.home .kb-row-layout-id2264_15dda4-ed h2{font-size:30px!important;line-height:1.15!important}
  body.home .kb-row-layout-id2264_65fb65-01 .kt-row-column-wrap{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;padding-left:18px!important;padding-right:18px!important}
  body.home .kb-row-layout-id2264_65fb65-01 .wp-block-kadence-column{background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;border-radius:8px!important;padding:20px 12px!important;min-height:142px!important;box-shadow:0 8px 20px rgba(17,24,39,.06)!important}
  body.home .kb-row-layout-id2264_65fb65-01 figure,body.home .kb-row-layout-id2264_65fb65-01 img{display:none!important}
  body.home .kb-row-layout-id2264_65fb65-01 h4{font-size:31px!important;line-height:1!important;margin:0 0 8px!important}
  body.home .kb-row-layout-id2264_65fb65-01 h5{font-size:12px!important;line-height:1.3!important;margin:0!important}
  body.home .kb-row-layout-id2264_f0d50f-bd h2{font-size:30px!important;line-height:1.15!important}
  body.home .kb-row-layout-id2264_83330b-75 .kadence-column2264_d29453-9d{display:none!important}
  body.home .kb-row-layout-id2264_83330b-75{padding-bottom:38px!important}
  body.home .kb-row-layout-id2264_59345d-86 h2,body.home .kb-row-layout-id2264_ai_faq_01 h2{font-size:30px!important;line-height:1.12!important}
  body.home .kb-row-layout-id2264_ai_faq_01{padding-top:48px!important;padding-bottom:48px!important}
  body.home .kb-row-layout-id2264_ai_faq_01 article:nth-of-type(n+3){display:none!important}
  body.home .kb-row-layout-id2264_455bf9-42{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}
  body.home .kb-row-layout-id2264_455bf9-42 .kt-row-column-wrap{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:20px!important;padding-right:20px!important}
  body.home .kb-row-layout-id2264_455bf9-42 h2{font-size:30px!important}
  .wp-admin body.home .kb-row-layout-id2264_455bf9-42{width:100%!important}
}



/* FINAL HOME INNER BLOCK TIGHTENING */
body.home .kb-row-layout-id2264_92d4bb-4b,
body.home .kb-row-layout-id2264_92d4bb-4b .kt-row-layout-overlay,
body.home .kb-row-layout-id2264_92d4bb-4b .jarallax-container{height:780px!important;min-height:780px!important}
body.home .kb-row-layout-id2264_92d4bb-4b .kt-row-column-wrap{height:780px!important;min-height:780px!important;padding:128px 32px 92px!important;align-content:center!important}
body.home .kb-row-layout-id2264_92d4bb-4b .kt-inside-inner-col{height:auto!important;min-height:0!important;padding-top:0!important;padding-bottom:0!important;justify-content:center!important}
body.home .kb-row-layout-id2264_92d4bb-4b .kb-button{width:auto!important;max-width:260px!important;min-width:210px!important;padding:15px 26px!important;border-radius:4px!important;display:inline-flex!important;justify-content:center!important}
body.home .kb-row-layout-id2264_92d4bb-4b .kt-btn-wrap{width:auto!important;display:inline-flex!important;margin-right:16px!important}
body.home .kb-row-layout-id2264_65fb65-01 figure,
body.home .kb-row-layout-id2264_65fb65-01 img{display:none!important}
body.home .kb-row-layout-id2264_65fb65-01 .kt-row-column-wrap{padding-top:0!important;gap:18px!important}
body.home .kb-row-layout-id2264_65fb65-01 .wp-block-kadence-column{background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;border-radius:8px!important;box-shadow:0 10px 24px rgba(17,24,39,.06)!important;min-height:160px!important;padding:24px 16px!important;justify-content:center!important}
body.home .kb-row-layout-id2264_65fb65-01 .kt-inside-inner-col{height:auto!important;min-height:0!important;padding:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
body.home .kb-row-layout-id2264_83330b-75 .wp-block-kadence-column{min-height:0!important}
body.home .kb-row-layout-id2264_ai_faq_01 .kt-row-column-wrap{padding-top:56px!important;padding-bottom:56px!important}
body.home .kb-row-layout-id2264_d45faf-8e .kt-row-column-wrap{padding-top:44px!important;padding-bottom:44px!important}
@media(max-width:768px){
  body.home .kb-row-layout-id2264_92d4bb-4b,
  body.home .kb-row-layout-id2264_92d4bb-4b .kt-row-layout-overlay,
  body.home .kb-row-layout-id2264_92d4bb-4b .jarallax-container{height:auto!important;min-height:720px!important}
  body.home .kb-row-layout-id2264_92d4bb-4b .kt-row-column-wrap{height:auto!important;min-height:720px!important;padding:118px 22px 58px!important}
  body.home .kb-row-layout-id2264_92d4bb-4b .kt-btn-wrap{width:100%!important;margin:0 0 12px!important;display:block!important}
  body.home .kb-row-layout-id2264_92d4bb-4b .kb-button{width:100%!important;max-width:none!important;min-width:0!important}
  body.home .kb-row-layout-id2264_65fb65-01 .kt-row-column-wrap{grid-template-columns:1fr 1fr!important;gap:12px!important}
  body.home .kb-row-layout-id2264_65fb65-01 .wp-block-kadence-column{min-height:132px!important;padding:18px 10px!important}
  body.home .kb-row-layout-id2264_ai_faq_01 .kt-row-column-wrap{padding-top:26px!important;padding-bottom:26px!important}
  body.home .kb-row-layout-id2264_d45faf-8e{display:none!important}
}



/* FINAL HOME MOBILE CONTENT COMPACTION */
@media(max-width:768px){
  body.home .kb-row-layout-id2264_6eb5fb-2f .kt-row-column-wrap,
  body.home .kb-row-layout-id2264_ff0add-5e .kt-row-column-wrap,
  body.home .kb-row-layout-id2264_59345d-86 .kt-row-column-wrap,
  body.home .kb-row-layout-id2264_f0d50f-bd .kt-row-column-wrap,
  body.home .kb-row-layout-id2264_83330b-75 .kt-row-column-wrap,
  body.home .kb-row-layout-id2264_455bf9-42 .kt-row-column-wrap{padding-top:34px!important;padding-bottom:34px!important}
  body.home .kb-row-layout-id2264_6eb5fb-2f h2{font-size:30px!important;line-height:1.15!important;margin-bottom:14px!important}
  body.home .kb-row-layout-id2264_6eb5fb-2f p{font-size:17px!important;line-height:1.58!important;margin-bottom:0!important}
  body.home .kb-row-layout-id2264_ff0add-5e figure{display:none!important}
  body.home .kb-row-layout-id2264_ff0add-5e h2{font-size:29px!important;line-height:1.15!important;margin-bottom:16px!important}
  body.home .kb-row-layout-id2264_ff0add-5e p{font-size:16px!important;line-height:1.58!important;margin-bottom:16px!important}
  body.home .kb-row-layout-id2264_ff0add-5e .kb-button{font-size:15px!important;line-height:1.2!important;width:100%!important;white-space:normal!important}
  body.home .kb-row-layout-id2264_59345d-86 .impact-section{padding:0!important}
  body.home .kb-row-layout-id2264_59345d-86 .impact-container{padding:0 18px!important}
  body.home .kb-row-layout-id2264_59345d-86 .impact-title{font-size:30px!important;line-height:1.12!important;margin:0 0 12px!important}
  body.home .kb-row-layout-id2264_59345d-86 .impact-subtitle{font-size:16px!important;line-height:1.5!important;margin:0 0 20px!important}
  body.home .kb-row-layout-id2264_59345d-86 .impact-grid{gap:14px!important}
  body.home .kb-row-layout-id2264_59345d-86 .impact-item{padding:20px 18px!important;min-height:0!important}
  body.home .kb-row-layout-id2264_59345d-86 .icon-wrapper{width:52px!important;height:52px!important;margin-bottom:12px!important}
  body.home .kb-row-layout-id2264_59345d-86 .impact-icon{width:28px!important;height:28px!important}
  body.home .kb-row-layout-id2264_59345d-86 h3{font-size:20px!important;line-height:1.2!important;margin-bottom:8px!important}
  body.home .kb-row-layout-id2264_59345d-86 .impact-item p{font-size:15px!important;line-height:1.5!important;margin-bottom:14px!important}
  body.home .kb-row-layout-id2264_59345d-86 .cta-button{min-height:44px!important;padding:12px 16px!important;width:100%!important}
  body.home .kb-row-layout-id2264_f0d50f-bd{padding-top:32px!important;padding-bottom:24px!important}
  body.home .kb-row-layout-id2264_f0d50f-bd h2{font-size:30px!important;line-height:1.12!important;margin-bottom:10px!important}
  body.home .kb-row-layout-id2264_83330b-75{padding-top:20px!important}
  body.home .kb-row-layout-id2264_455bf9-42{padding-top:34px!important;padding-bottom:34px!important}
  body.home .kb-row-layout-id2264_455bf9-42 h2{font-size:26px!important;line-height:1.1!important;margin-bottom:12px!important}
  body.home .kb-row-layout-id2264_455bf9-42 p{font-size:18px!important;line-height:1.35!important;text-transform:none!important;margin-bottom:0!important}
}



/* FINAL HOME REDESIGN LAYER */
body.home{background:#f7f5f0!important;color:#1f2933!important}
body.home .entry-content{display:flex!important;flex-direction:column!important}
body.home .kb-row-layout-id2264_92d4bb-4b{order:1!important;height:680px!important;min-height:680px!important;position:relative!important}
body.home .kb-row-layout-id2264_92d4bb-4b .kt-row-layout-overlay,body.home .kb-row-layout-id2264_92d4bb-4b .jarallax-container{height:680px!important;min-height:680px!important}
body.home .kb-row-layout-id2264_92d4bb-4b .kt-row-column-wrap{height:680px!important;min-height:680px!important;padding:116px 44px 76px!important;align-content:center!important;max-width:1180px!important;margin:0 auto!important}
body.home .kb-row-layout-id2264_92d4bb-4b h1{max-width:760px!important;font-size:clamp(42px,4.6vw,58px)!important;line-height:1.05!important;letter-spacing:0!important;margin-bottom:18px!important;text-wrap:balance!important}
body.home .kb-row-layout-id2264_92d4bb-4b p{max-width:710px!important;font-size:19px!important;line-height:1.55!important;margin-bottom:26px!important}
body.home .kb-row-layout-id2264_92d4bb-4b .kb-button{max-width:230px!important;min-width:190px!important;min-height:50px!important;padding:14px 22px!important;font-size:14px!important;letter-spacing:.03em!important;text-transform:uppercase!important}
body.home .kb-row-layout-id2264_65fb65-01{order:2!important;background:#fff!important;padding-top:26px!important;padding-bottom:32px!important}
body.home .kb-row-layout-id2264_15dda4-ed{display:none!important}
body.home .kb-row-layout-id2264_65fb65-01:before{content:'Children are at the center of Eden';display:block;max-width:1120px;margin:0 auto 18px;padding:0 24px;font-size:30px;line-height:1.16;font-weight:800;color:#23384d;text-align:center}
body.home .kb-row-layout-id2264_65fb65-01:after{content:'Homes, meals, school, medical care, counseling, discipleship, and practical support are held together so children can grow toward wholeness.';display:block;max-width:760px;margin:18px auto 0;padding:0 24px;font-size:17px;line-height:1.55;color:#4b5563;text-align:center}
body.home .kb-row-layout-id2264_65fb65-01 .kt-row-column-wrap{max-width:1040px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;padding:0 24px!important}
body.home .kb-row-layout-id2264_65fb65-01 .wp-block-kadence-column{min-height:138px!important;background:#f8faf9!important;border:1px solid rgba(35,56,77,.12)!important;box-shadow:none!important;border-radius:6px!important;padding:22px 14px!important}
body.home .kb-row-layout-id2264_65fb65-01 h4{font-size:38px!important;color:#f25f2c!important;margin-bottom:8px!important}
body.home .kb-row-layout-id2264_65fb65-01 h5{font-size:13px!important;line-height:1.35!important;color:#2f3b45!important}
body.home .kb-row-layout-id2264_6eb5fb-2f{order:3!important;background:#f7f5f0!important;padding-top:54px!important;padding-bottom:54px!important}
body.home .kb-row-layout-id2264_6eb5fb-2f .kt-row-column-wrap{max-width:980px!important;padding:0 28px!important}
body.home .kb-row-layout-id2264_6eb5fb-2f h2{font-size:38px!important;line-height:1.1!important;margin-bottom:16px!important;color:#23384d!important}
body.home .kb-row-layout-id2264_6eb5fb-2f p{font-size:19px!important;line-height:1.65!important;color:#374151!important;max-width:880px!important}
body.home .kb-row-layout-id2264_59345d-86{order:4!important;background:#fff!important;padding-top:54px!important;padding-bottom:58px!important}
body.home .kb-row-layout-id2264_59345d-86 .impact-section{padding:0!important;background:#fff!important}
body.home .kb-row-layout-id2264_59345d-86 .impact-container{max-width:1100px!important;padding:0 28px!important}
body.home .kb-row-layout-id2264_59345d-86 .impact-title{font-size:38px!important;line-height:1.1!important;color:#23384d!important;margin-bottom:10px!important}
body.home .kb-row-layout-id2264_59345d-86 .impact-subtitle{font-size:18px!important;line-height:1.55!important;max-width:720px!important;margin:0 auto 28px!important;color:#4b5563!important}
body.home .kb-row-layout-id2264_59345d-86 .impact-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
body.home .kb-row-layout-id2264_59345d-86 .impact-item{padding:24px 22px!important;border-radius:8px!important;min-height:0!important;box-shadow:0 12px 30px rgba(35,56,77,.08)!important;border:1px solid rgba(35,56,77,.08)!important}
body.home .kb-row-layout-id2264_59345d-86 .icon-wrapper{width:54px!important;height:54px!important;margin-bottom:14px!important}
body.home .kb-row-layout-id2264_59345d-86 h3{font-size:22px!important;margin-bottom:8px!important;color:#23384d!important}
body.home .kb-row-layout-id2264_59345d-86 .impact-item p{font-size:15px!important;line-height:1.5!important;margin-bottom:18px!important;color:#4b5563!important}
body.home .kb-row-layout-id2264_455bf9-42{order:5!important;background:#23384d!important;padding-top:48px!important;padding-bottom:36px!important}
body.home .kb-row-layout-id2264_455bf9-42 .kt-row-column-wrap{padding:0 24px!important;max-width:920px!important}
body.home .kb-row-layout-id2264_455bf9-42 h2{font-size:34px!important;line-height:1.08!important;color:#fff!important;margin-bottom:12px!important}
body.home .kb-row-layout-id2264_455bf9-42 p{font-size:19px!important;line-height:1.5!important;text-transform:none!important;color:#fff!important;opacity:.94!important;max-width:780px!important}
body.home .kadence-column2264_6058bf-26{order:6!important;background:#23384d!important;padding-bottom:48px!important;min-height:0!important}
body.home .kadence-column2264_6058bf-26 .kt-inside-inner-col{min-height:0!important}
body.home .kb-row-layout-id2264_f0d50f-bd{order:7!important;background:#f7f5f0!important;padding-top:48px!important;padding-bottom:10px!important}
body.home .kb-row-layout-id2264_f0d50f-bd h2{font-size:32px!important;line-height:1.12!important;color:#23384d!important}
body.home .kb-row-layout-id2264_83330b-75{order:8!important;background:#f7f5f0!important;padding-top:18px!important;padding-bottom:48px!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-row-column-wrap{max-width:1080px!important;padding:0 28px!important}
body.home .kb-row-layout-id2264_83330b-75 .wp-block-kadence-column{background:#fff!important;border:1px solid rgba(35,56,77,.1)!important;border-radius:8px!important;box-shadow:0 10px 24px rgba(35,56,77,.06)!important;padding:22px!important;min-height:0!important}
body.home .kb-row-layout-id2264_83330b-75 .wp-block-kadence-column:nth-of-type(n+3){display:none!important}
body.home .kb-row-layout-id2264_83330b-75 p{font-size:15px!important;line-height:1.55!important;color:#374151!important}
body.home .kb-row-layout-id2264_ff0add-5e{order:9!important;background:#f7f5f0!important;padding-top:44px!important;padding-bottom:44px!important}
body.home .kb-row-layout-id2264_ff0add-5e .kt-row-column-wrap{max-width:980px!important;padding:0 28px!important}
body.home .kb-row-layout-id2264_ff0add-5e figure{display:none!important}
body.home .kb-row-layout-id2264_ff0add-5e h2{font-size:30px!important;line-height:1.14!important;margin-bottom:14px!important;color:#23384d!important}
body.home .kb-row-layout-id2264_ff0add-5e p{font-size:16px!important;line-height:1.62!important;color:#4b5563!important}
body.home .kb-row-layout-id2264_ff0add-5e p:nth-of-type(n+2){display:none!important}
body.home .kb-row-layout-id2264_ff0add-5e .kb-button{font-size:14px!important;min-height:44px!important;padding:12px 18px!important;max-width:260px!important}
body.home .kb-row-layout-id2264_ai_faq_01{order:10!important;background:#fff!important;padding-top:42px!important;padding-bottom:48px!important}
body.home .kb-row-layout-id2264_ai_faq_01 .kt-row-column-wrap{padding-top:0!important;padding-bottom:0!important;max-width:980px!important;padding-left:28px!important;padding-right:28px!important}
body.home .kb-row-layout-id2264_ai_faq_01 h2{font-size:32px!important;line-height:1.12!important;color:#23384d!important}
body.home .kb-row-layout-id2264_ai_faq_01 article:nth-of-type(n+4){display:none!important}
body.home .kb-row-layout-id2264_d45faf-8e,body.home .kb-row-layout-id2264_6ab915-dd{display:none!important}
@media(max-width:768px){
 body.home .kb-row-layout-id2264_92d4bb-4b{height:auto!important;min-height:650px!important}
 body.home .kb-row-layout-id2264_92d4bb-4b .kt-row-layout-overlay,body.home .kb-row-layout-id2264_92d4bb-4b .jarallax-container{height:auto!important;min-height:650px!important}
 body.home .kb-row-layout-id2264_92d4bb-4b .kt-row-column-wrap{height:auto!important;min-height:650px!important;padding:112px 22px 52px!important}
 body.home .kb-row-layout-id2264_92d4bb-4b h1{font-size:32px!important;line-height:1.08!important;margin-bottom:16px!important}
 body.home .kb-row-layout-id2264_92d4bb-4b p{font-size:16px!important;line-height:1.55!important;margin-bottom:22px!important}
 body.home .kb-row-layout-id2264_92d4bb-4b .kt-btn-wrap{width:100%!important;margin:0 0 10px!important}
 body.home .kb-row-layout-id2264_92d4bb-4b .kb-button{width:100%!important;max-width:none!important;min-width:0!important;min-height:48px!important}
 body.home .kb-row-layout-id2264_65fb65-01:before{font-size:26px!important;line-height:1.12!important;margin-bottom:14px!important;text-align:left!important}
 body.home .kb-row-layout-id2264_65fb65-01:after{text-align:left!important;font-size:16px!important;margin-top:14px!important}
 body.home .kb-row-layout-id2264_65fb65-01 .kt-row-column-wrap{grid-template-columns:1fr 1fr!important;padding:0 18px!important;gap:10px!important}
 body.home .kb-row-layout-id2264_65fb65-01 .wp-block-kadence-column{min-height:118px!important;padding:16px 10px!important}
 body.home .kb-row-layout-id2264_65fb65-01 h4{font-size:29px!important}
 body.home .kb-row-layout-id2264_65fb65-01 h5{font-size:11px!important}
 body.home .kb-row-layout-id2264_6eb5fb-2f{padding-top:36px!important;padding-bottom:36px!important}
 body.home .kb-row-layout-id2264_6eb5fb-2f h2,body.home .kb-row-layout-id2264_59345d-86 .impact-title,body.home .kb-row-layout-id2264_455bf9-42 h2,body.home .kb-row-layout-id2264_f0d50f-bd h2,body.home .kb-row-layout-id2264_ai_faq_01 h2{font-size:28px!important;line-height:1.12!important;text-align:left!important}
 body.home .kb-row-layout-id2264_6eb5fb-2f p{font-size:16px!important;line-height:1.58!important}
 body.home .kb-row-layout-id2264_59345d-86{padding-top:36px!important;padding-bottom:38px!important}
 body.home .kb-row-layout-id2264_59345d-86 .impact-grid{grid-template-columns:1fr!important;gap:12px!important}
 body.home .kb-row-layout-id2264_59345d-86 .impact-subtitle{text-align:left!important;font-size:16px!important;margin-bottom:18px!important}
 body.home .kb-row-layout-id2264_59345d-86 .impact-item{padding:18px!important}
 body.home .kb-row-layout-id2264_59345d-86 .impact-item p{font-size:15px!important;line-height:1.48!important}
 body.home .kb-row-layout-id2264_455bf9-42{padding-top:36px!important;padding-bottom:28px!important}
 body.home .kadence-column2264_6058bf-26{padding-bottom:36px!important}
 body.home .kb-row-layout-id2264_ff0add-5e,body.home .kb-row-layout-id2264_f0d50f-bd,body.home .kb-row-layout-id2264_83330b-75{display:none!important}
 body.home .kb-row-layout-id2264_ai_faq_01{padding-top:34px!important;padding-bottom:38px!important}
 body.home .kb-row-layout-id2264_ai_faq_01 article:nth-of-type(n+3){display:none!important}
}



/* FINAL HOME LOWER PAGE TIGHTENING */
body.home .kadence-column2264_6058bf-26{padding-top:0!important;padding-bottom:36px!important}
body.home .kadence-column2264_6058bf-26 .kt-inside-inner-col{display:block!important;max-width:860px!important;margin:0 auto!important;padding:0 24px!important}
body.home .kadence-column2264_6058bf-26 .givebutter-container{max-width:780px!important;margin:0 auto!important;max-height:560px!important;overflow:auto!important;border-radius:8px!important;background:#fff!important}
body.home .kadence-column2264_6058bf-26 givebutter-widget{display:block!important;max-height:560px!important;overflow:auto!important}
body.home .kb-row-layout-id2264_f0d50f-bd{padding-top:42px!important;padding-bottom:0!important}
body.home .kb-row-layout-id2264_83330b-75{padding-top:0!important;padding-bottom:42px!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-row-column-wrap{display:block!important;max-width:980px!important}
body.home .kb-row-layout-id2264_83330b-75 .kadence-column2264_d29453-9d{display:none!important}
body.home .kb-row-layout-id2264_83330b-75 .kadence-column2264_ea3e2e-16{width:100%!important;max-width:100%!important;background:transparent!important;box-shadow:none!important;border:0!important;padding:0!important}
body.home .kb-row-layout-id2264_83330b-75 .kadence-column2264_ea3e2e-16 .kt-inside-inner-col{height:auto!important;padding:0!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-blocks-testimonials-inner-wrap{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;height:auto!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-grid-item{height:auto!important;margin:0!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-item-wrap{height:auto!important;min-height:0!important;background:#fff!important;border:1px solid rgba(35,56,77,.1)!important;border-radius:8px!important;padding:20px!important;box-shadow:0 10px 24px rgba(35,56,77,.06)!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-text-wrap,body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-content-wrap,body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-content{height:auto!important;min-height:0!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-content{font-size:15px!important;line-height:1.55!important;display:-webkit-box!important;-webkit-line-clamp:5!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-media-wrap{display:none!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-meta-wrap{height:auto!important;min-height:0!important;margin-top:14px!important}
body.home .kb-row-layout-id2264_ai_faq_01{padding-top:38px!important;padding-bottom:38px!important}
body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-section{padding:0!important;border:0!important;background:transparent!important;overflow:visible!important}
body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-header{margin-bottom:20px!important}
body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;height:auto!important}
body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-card:nth-of-type(n+3){display:none!important}
body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-card{height:auto!important;min-height:0!important;padding:20px!important;border-radius:8px!important}
body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-card p{font-size:15px!important;line-height:1.5!important;display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
@media(max-width:768px){body.home .kadence-column2264_6058bf-26 .givebutter-container,body.home .kadence-column2264_6058bf-26 givebutter-widget{max-height:520px!important}body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-grid{grid-template-columns:1fr!important}body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-card:nth-of-type(n+2){display:none!important}}



/* FINAL HOME MINIMALIST RESTORE */
:root{--eden-blue:#23384d;--eden-orange:#f25f2c;--eden-ink:#26323d;--eden-muted:#5f6b75;--eden-bg:#f7f5f0;--eden-line:rgba(35,56,77,.12)}
body.home{background:var(--eden-bg)!important;color:var(--eden-ink)!important}
body.home .entry-content{display:flex!important;flex-direction:column!important}
body.home h1,body.home h2,body.home h3,body.home h4{letter-spacing:0!important;color:var(--eden-blue)!important}
body.home p,body.home li,body.home blockquote{color:var(--eden-muted)!important}
body.home .kb-button,body.home .wp-block-button__link{border-radius:4px!important;box-shadow:none!important}
body.home .kb-row-layout-id2264_92d4bb-4b{order:1!important;min-height:720px!important;height:auto!important}
body.home .kb-row-layout-id2264_92d4bb-4b .kt-row-layout-overlay,body.home .kb-row-layout-id2264_92d4bb-4b .jarallax-container{min-height:720px!important;height:100%!important}
body.home .kb-row-layout-id2264_92d4bb-4b .kt-row-column-wrap{min-height:720px!important;height:auto!important;max-width:1160px!important;margin:0 auto!important;padding:124px 32px 82px!important}
body.home .kb-row-layout-id2264_92d4bb-4b h1{font-size:clamp(40px,4.6vw,56px)!important;line-height:1.08!important;max-width:780px!important;color:#fff!important}
body.home .kb-row-layout-id2264_92d4bb-4b p{font-size:18px!important;line-height:1.58!important;max-width:740px!important;color:#fff!important}
body.home .kb-row-layout-id2264_92d4bb-4b .kb-button{width:auto!important;min-width:190px!important;max-width:245px!important}
body.home .kb-row-layout-id2264_6eb5fb-2f{order:2!important;background:var(--eden-bg)!important;padding-top:64px!important;padding-bottom:64px!important}
body.home .kb-row-layout-id2264_ff0add-5e{display:block!important;order:3!important;background:var(--eden-bg)!important;padding-top:58px!important;padding-bottom:58px!important}
body.home .kb-row-layout-id2264_ff0add-5e figure,body.home .kb-row-layout-id2264_ff0add-5e img{display:block!important;max-width:100%!important;height:auto!important;border-radius:6px!important}
body.home .kb-row-layout-id2264_ff0add-5e p:nth-of-type(n+2){display:block!important}
body.home .kb-row-layout-id2264_15dda4-ed{display:block!important;order:4!important;background:var(--eden-bg)!important;padding-top:54px!important;padding-bottom:10px!important}
body.home .kb-row-layout-id2264_65fb65-01{order:5!important;background:var(--eden-bg)!important;padding-top:18px!important;padding-bottom:54px!important}
body.home .kb-row-layout-id2264_65fb65-01:before,body.home .kb-row-layout-id2264_65fb65-01:after{content:none!important;display:none!important}
body.home .kb-row-layout-id2264_65fb65-01 .kt-row-column-wrap{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;max-width:1080px!important;padding:0 24px!important}
body.home .kb-row-layout-id2264_65fb65-01 .wp-block-kadence-column{background:#fff!important;border:1px solid var(--eden-line)!important;border-radius:6px!important;box-shadow:none!important;min-height:142px!important;padding:22px 14px!important}
body.home .kb-row-layout-id2264_65fb65-01 h4{font-size:38px!important;color:var(--eden-orange)!important}
body.home .kb-row-layout-id2264_59345d-86{order:6!important;background:#fff!important;padding-top:58px!important;padding-bottom:58px!important}
body.home .kb-row-layout-id2264_59345d-86 .impact-section{background:#fff!important;padding:0!important}
body.home .kb-row-layout-id2264_59345d-86 .impact-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
body.home .kb-row-layout-id2264_59345d-86 .impact-item{background:#fff!important;border:1px solid var(--eden-line)!important;border-radius:6px!important;box-shadow:none!important;padding:24px 22px!important;min-height:0!important}
body.home .kb-row-layout-id2264_455bf9-42{order:7!important;background:#fff!important;padding-top:54px!important;padding-bottom:28px!important}
body.home .kb-row-layout-id2264_455bf9-42 h2{color:var(--eden-blue)!important}
body.home .kb-row-layout-id2264_455bf9-42 p{color:var(--eden-muted)!important;text-transform:none!important;font-size:18px!important;line-height:1.55!important}
body.home .kadence-column2264_6058bf-26{order:8!important;background:#fff!important;padding-bottom:54px!important}
body.home .kadence-column2264_6058bf-26 .givebutter-container,body.home .kadence-column2264_6058bf-26 givebutter-widget{max-height:none!important;overflow:visible!important;background:transparent!important}
body.home .kb-row-layout-id2264_f0d50f-bd{display:block!important;order:9!important;background:var(--eden-bg)!important;padding-top:58px!important;padding-bottom:16px!important}
body.home .kb-row-layout-id2264_83330b-75{display:block!important;order:10!important;background:var(--eden-bg)!important;padding-top:0!important;padding-bottom:64px!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-row-column-wrap{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;max-width:1080px!important;padding-left:28px!important;padding-right:28px!important}
body.home .kb-row-layout-id2264_83330b-75 .wp-block-kadence-column,body.home .kb-row-layout-id2264_83330b-75 .kadence-column2264_d29453-9d,body.home .kb-row-layout-id2264_83330b-75 .kadence-column2264_ea3e2e-16{display:flex!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;width:auto!important;max-width:none!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-blocks-testimonials-inner-wrap{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;height:auto!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-grid-item,body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-item-wrap{display:block!important;height:auto!important;min-height:0!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-item-wrap{background:#fff!important;border:1px solid var(--eden-line)!important;border-radius:6px!important;box-shadow:none!important;padding:22px!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-content{display:block!important;-webkit-line-clamp:unset!important;overflow:visible!important;color:var(--eden-muted)!important;font-size:15px!important;line-height:1.55!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-media-wrap,body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-image{display:block!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-image{width:64px!important;height:64px!important;border-radius:50%!important;object-fit:cover!important}
body.home .kb-row-layout-id2264_ai_faq_01{order:11!important;background:var(--eden-bg)!important;padding-top:58px!important;padding-bottom:64px!important}
body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-section{background:transparent!important;border:0!important;padding:0!important}
body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-card{display:block!important;background:#fff!important;border:1px solid var(--eden-line)!important;border-radius:6px!important;box-shadow:none!important;height:auto!important}
body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-card p{display:block!important;-webkit-line-clamp:unset!important;overflow:visible!important;color:var(--eden-muted)!important}
body.home .kb-row-layout-id2264_d45faf-8e{display:block!important;order:12!important;background:var(--eden-bg)!important;padding-top:52px!important;padding-bottom:52px!important}
@media(max-width:768px){body.home .kb-row-layout-id2264_92d4bb-4b,body.home .kb-row-layout-id2264_92d4bb-4b .kt-row-layout-overlay,body.home .kb-row-layout-id2264_92d4bb-4b .jarallax-container{min-height:690px!important}body.home .kb-row-layout-id2264_92d4bb-4b .kt-row-column-wrap{min-height:690px!important;padding:120px 22px 54px!important}body.home .kb-row-layout-id2264_92d4bb-4b h1{font-size:32px!important}body.home .kb-row-layout-id2264_92d4bb-4b p{font-size:16px!important}.kb-row-layout-id2264_92d4bb-4b .kt-btn-wrap{width:100%!important;margin:0 0 10px!important}body.home .kb-row-layout-id2264_92d4bb-4b .kb-button{width:100%!important;max-width:none!important;min-width:0!important}body.home .kb-row-layout-id2264_65fb65-01 .kt-row-column-wrap{grid-template-columns:1fr 1fr!important;gap:10px!important;padding-left:18px!important;padding-right:18px!important}body.home .kb-row-layout-id2264_65fb65-01 .wp-block-kadence-column{min-height:120px!important;padding:16px 10px!important}body.home .kb-row-layout-id2264_65fb65-01 h4{font-size:29px!important}body.home .kb-row-layout-id2264_59345d-86 .impact-grid{grid-template-columns:1fr!important}body.home .kb-row-layout-id2264_f0d50f-bd,body.home .kb-row-layout-id2264_83330b-75,body.home .kb-row-layout-id2264_ff0add-5e{display:block!important}body.home .kb-row-layout-id2264_83330b-75 .kt-row-column-wrap{grid-template-columns:1fr!important}body.home .kb-row-layout-id2264_83330b-75 .kadence-column2264_d29453-9d{display:flex!important}body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-grid{grid-template-columns:1fr!important}}



/* FINAL HOME IMAGE RESTORE */
body.home .kb-row-layout-id2264_ff0add-5e .wp-block-kadence-column,body.home .kb-row-layout-id2264_ff0add-5e .kt-inside-inner-col,body.home .kb-row-layout-id2264_ff0add-5e figure,body.home .kb-row-layout-id2264_ff0add-5e img,body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-media-wrap,body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-media-inner-wrap,body.home .kb-row-layout-id2264_83330b-75 .kadence-testimonial-image-intrisic,body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-image{display:block!important;visibility:visible!important;opacity:1!important;height:auto!important;min-height:0!important}
body.home .kb-row-layout-id2264_ff0add-5e img{width:100%!important;max-width:360px!important;margin:0 auto 18px!important;object-fit:cover!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-media-wrap{margin-top:14px!important}
body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-image{width:64px!important;height:64px!important;min-height:64px!important;border-radius:50%!important;object-fit:cover!important}
@media(max-width:768px){body.home .kb-row-layout-id2264_ff0add-5e .wp-block-kadence-column{height:auto!important;min-height:0!important}body.home .kb-row-layout-id2264_ff0add-5e img{display:block!important;width:100%!important;max-width:320px!important;height:auto!important;margin:0 auto 16px!important}body.home .kb-row-layout-id2264_83330b-75 .kt-testimonial-image{display:block!important;width:58px!important;height:58px!important;min-height:58px!important}}



/* FINAL HOME SYMMETRY CLEANUP */
body.home .kb-row-layout-id2264_ff0add-5e .kt-row-column-wrap{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:start!important;max-width:1080px!important;margin:0 auto!important;padding-left:28px!important;padding-right:28px!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a,body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_592870-b2,body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_8cbbb9-34{display:flex!important;height:auto!important;min-height:0!important;align-self:stretch!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_ba71d3-3f{grid-column:1 / -1!important;display:block!important;max-width:820px!important;margin:14px auto 0!important;height:auto!important;min-height:0!important;text-align:left!important}
body.home .kb-row-layout-id2264_ff0add-5e .wp-block-image,body.home .kb-row-layout-id2264_ff0add-5e .wp-block-kadence-image,body.home .kb-row-layout-id2264_ff0add-5e figure{display:block!important;width:100%!important;height:auto!important;margin:0!important;min-height:0!important}
body.home .kb-row-layout-id2264_ff0add-5e img,body.home .kb-row-layout-id2264_ff0add-5e img:first-of-type,body.home .kb-row-layout-id2264_ff0add-5e .wp-image-2442,body.home .kb-row-layout-id2264_ff0add-5e .wp-image-2298,body.home .kb-row-layout-id2264_ff0add-5e .wp-image-2383,body.home .kb-row-layout-id2264_ff0add-5e .kb-img{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;max-width:none!important;height:260px!important;min-height:260px!important;object-fit:cover!important;border-radius:6px!important;margin:0!important}
body.home .kb-row-layout-id2264_ff0add-5e h2{max-width:760px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}
body.home .kb-row-layout-id2264_ff0add-5e p{max-width:820px!important;margin-left:auto!important;margin-right:auto!important}
body.home .kb-row-layout-id2264_59345d-86,body.home .kb-row-layout-id2264_59345d-86 .kt-row-column-wrap,body.home .kb-row-layout-id2264_59345d-86 .impact-section,body.home .kb-row-layout-id2264_59345d-86 .impact-container,body.home .kb-row-layout-id2264_59345d-86 .impact-title{border-top:0!important;box-shadow:none!important}
body.home .kb-row-layout-id2264_59345d-86:before,body.home .kb-row-layout-id2264_59345d-86:after,body.home .kb-row-layout-id2264_59345d-86 .impact-section:before,body.home .kb-row-layout-id2264_59345d-86 .impact-section:after,body.home .kb-row-layout-id2264_59345d-86 .impact-container:before,body.home .kb-row-layout-id2264_59345d-86 .impact-container:after,body.home .kb-row-layout-id2264_59345d-86 .impact-title:before,body.home .kb-row-layout-id2264_59345d-86 .impact-title:after{content:none!important;display:none!important;border:0!important}
body.home .kb-row-layout-id2264_59345d-86 hr{display:none!important}
body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-label{display:none!important}
body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-header:before,body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-header:after,body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-section:before,body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-section:after{content:none!important;display:none!important;border:0!important}
body.home .kb-row-layout-id2264_ai_faq_01 .eden-faq-title{margin-top:0!important;padding-top:0!important}
@media(max-width:768px){body.home .kb-row-layout-id2264_ff0add-5e .kt-row-column-wrap{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;padding-left:20px!important;padding-right:20px!important}body.home .kb-row-layout-id2264_ff0add-5e img,body.home .kb-row-layout-id2264_ff0add-5e img:first-of-type,body.home .kb-row-layout-id2264_ff0add-5e .wp-image-2442,body.home .kb-row-layout-id2264_ff0add-5e .wp-image-2298,body.home .kb-row-layout-id2264_ff0add-5e .wp-image-2383,body.home .kb-row-layout-id2264_ff0add-5e .kb-img{height:112px!important;min-height:112px!important;max-width:none!important}body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_ba71d3-3f{grid-column:1 / -1!important;margin-top:18px!important;max-width:100%!important}body.home .kb-row-layout-id2264_ff0add-5e h2{text-align:left!important;max-width:100%!important}}



/* FINAL HOME LEADERSHIP NESTED IMAGE GRID */
body.home .kb-row-layout-id2264_ff0add-5e .kt-row-column-wrap{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;max-width:1080px!important;margin:0 auto!important;padding-left:28px!important;padding-right:28px!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a{grid-column:1 / -1!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a > .kt-inside-inner-col{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;width:100%!important;align-items:stretch!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_592870-b2,body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_8cbbb9-34{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_592870-b2 > .kt-inside-inner-col,body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_8cbbb9-34 > .kt-inside-inner-col{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_ba71d3-3f{grid-column:1 / -1!important;width:100%!important;max-width:820px!important;margin:14px auto 0!important}
body.home .kb-row-layout-id2264_ff0add-5e .wp-block-image,body.home .kb-row-layout-id2264_ff0add-5e .wp-block-kadence-image,body.home .kb-row-layout-id2264_ff0add-5e figure{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important}
body.home .kb-row-layout-id2264_ff0add-5e img,body.home .kb-row-layout-id2264_ff0add-5e img:first-of-type,body.home .kb-row-layout-id2264_ff0add-5e .wp-image-2442,body.home .kb-row-layout-id2264_ff0add-5e .wp-image-2298,body.home .kb-row-layout-id2264_ff0add-5e .wp-image-2383,body.home .kb-row-layout-id2264_ff0add-5e .kb-img{width:100%!important;max-width:100%!important;min-width:0!important;height:260px!important;min-height:260px!important;object-fit:cover!important}
@media(max-width:768px){body.home .kb-row-layout-id2264_ff0add-5e .kt-row-column-wrap{padding-left:20px!important;padding-right:20px!important}body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a > .kt-inside-inner-col{gap:8px!important}body.home .kb-row-layout-id2264_ff0add-5e img,body.home .kb-row-layout-id2264_ff0add-5e img:first-of-type,body.home .kb-row-layout-id2264_ff0add-5e .wp-image-2442,body.home .kb-row-layout-id2264_ff0add-5e .wp-image-2298,body.home .kb-row-layout-id2264_ff0add-5e .wp-image-2383,body.home .kb-row-layout-id2264_ff0add-5e .kb-img{height:112px!important;min-height:112px!important}}



/* FINAL HOME LEADERSHIP IMAGE ROW FLATTEN */
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a > .kt-inside-inner-col > .wp-block-group{width:100%!important;min-width:0!important;height:auto!important;align-items:stretch!important}
body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36,
body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36 > .kt-row-column-wrap{display:contents!important}
body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36 .wp-block-kadence-column{width:100%!important;max-width:100%!important;min-width:0!important}



/* FINAL HOME LEADERSHIP IMAGE GROUP GRID */
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a > .kt-inside-inner-col{display:block!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a > .kt-inside-inner-col > .wp-block-group{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%!important;align-items:stretch!important}
body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36,body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36 > .kt-row-column-wrap{display:contents!important}



/* FINAL HOME LEADERSHIP MOBILE IMAGE STACK */
@media(max-width:768px){body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a > .kt-inside-inner-col,body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a > .kt-inside-inner-col > .wp-block-group,body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36,body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36 > .kt-row-column-wrap{display:block!important;width:100%!important;max-width:100%!important}body.home .kb-row-layout-id2264_ff0add-5e .wp-block-image,body.home .kb-row-layout-id2264_ff0add-5e .wp-block-kadence-image,body.home .kb-row-layout-id2264_ff0add-5e figure{width:100%!important;max-width:100%!important;margin:0 0 10px!important}body.home .kb-row-layout-id2264_ff0add-5e img,body.home .kb-row-layout-id2264_ff0add-5e img:first-of-type,body.home .kb-row-layout-id2264_ff0add-5e .wp-image-2442,body.home .kb-row-layout-id2264_ff0add-5e .wp-image-2298,body.home .kb-row-layout-id2264_ff0add-5e .wp-image-2383,body.home .kb-row-layout-id2264_ff0add-5e .kb-img{width:100%!important;max-width:100%!important;height:180px!important;min-height:180px!important;object-fit:cover!important;margin:0!important}}



/* FINAL HOME LEADERSHIP MOBILE IMAGE WIDTH */
@media(max-width:768px){body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;width:100%!important;max-width:100%!important}body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36 > .kt-row-column-wrap{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;width:100%!important;max-width:100%!important}body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36 .wp-block-kadence-column,body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36 .kt-inside-inner-col{width:100%!important;max-width:100%!important}}



/* FINAL HOME LEADERSHIP BALANCED ROW */
body.home .kb-row-layout-id2264_ff0add-5e .kt-row-column-wrap{display:grid!important;grid-template-columns:1fr!important;max-width:1080px!important;margin:0 auto!important;padding-left:28px!important;padding-right:28px!important;gap:20px!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a{grid-column:1/-1!important;width:100%!important;max-width:100%!important;min-width:0!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a > .kt-inside-inner-col > .wp-block-group{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;width:100%!important;max-width:100%!important;align-items:stretch!important}
body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36,body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36 > .kt-row-column-wrap{display:contents!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_592870-b2,body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_8cbbb9-34,body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36 .wp-block-kadence-column{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important}
body.home .kb-row-layout-id2264_ff0add-5e .wp-block-image,body.home .kb-row-layout-id2264_ff0add-5e .wp-block-kadence-image,body.home .kb-row-layout-id2264_ff0add-5e figure{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important}
body.home .kb-row-layout-id2264_ff0add-5e img,body.home .kb-row-layout-id2264_ff0add-5e .kb-img{display:block!important;width:100%!important;max-width:100%!important;height:240px!important;min-height:240px!important;object-fit:cover!important;border-radius:6px!important;margin:0!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_ba71d3-3f{grid-column:1/-1!important;width:100%!important;max-width:820px!important;margin:10px auto 0!important;text-align:left!important}
@media(max-width:768px){body.home .kb-row-layout-id2264_ff0add-5e .kt-row-column-wrap{padding-left:20px!important;padding-right:20px!important;gap:16px!important}body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a > .kt-inside-inner-col > .wp-block-group{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}body.home .kb-row-layout-id2264_ff0add-5e img,body.home .kb-row-layout-id2264_ff0add-5e .kb-img{height:112px!important;min-height:112px!important}body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_ba71d3-3f{max-width:100%!important;margin-top:16px!important}body.home .kb-row-layout-id2264_ff0add-5e h2{text-align:left!important}}



/* FINAL HOME LEADERSHIP TRUE IMAGE GRID */
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a > .kt-inside-inner-col{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;width:100%!important;max-width:100%!important;align-items:stretch!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a > .kt-inside-inner-col > .wp-block-group{display:contents!important}
body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36,body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36 > .kt-row-column-wrap{display:contents!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_592870-b2,body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_8cbbb9-34{width:100%!important;max-width:100%!important;min-width:0!important}
@media(max-width:768px){body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a > .kt-inside-inner-col{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}body.home .kb-row-layout-id2264_ff0add-5e img,body.home .kb-row-layout-id2264_ff0add-5e .kb-img{height:112px!important;min-height:112px!important}}



/* FINAL HOME LEADERSHIP TWO IMAGE SYMMETRY */
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a > .kt-inside-inner-col{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;width:100%!important;max-width:100%!important;align-items:stretch!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a > .kt-inside-inner-col > .wp-block-group{display:contents!important}
body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36,body.home .kb-row-layout-id2264_ff0add-5e .kb-row-layout-id2264_5c1260-36 > .kt-row-column-wrap{display:contents!important}
body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_8cbbb9-34{display:none!important}
body.home .kb-row-layout-id2264_ff0add-5e img,body.home .kb-row-layout-id2264_ff0add-5e .kb-img{height:260px!important;min-height:260px!important;width:100%!important;max-width:100%!important;object-fit:cover!important;border-radius:6px!important}
@media(max-width:768px){body.home .kb-row-layout-id2264_ff0add-5e .kadence-column2264_84f1df-2a > .kt-inside-inner-col{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}body.home .kb-row-layout-id2264_ff0add-5e img,body.home .kb-row-layout-id2264_ff0add-5e .kb-img{height:130px!important;min-height:130px!important}}
