/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Alan Barnes
Author URI: https://www.livingwd.org/
Description: GeneratePress Child theme
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.1.1782254940
Updated: 2026-06-23 22:49:00

*/

:root {
  --navy: #1a2e5a;
  --navy-dark: #0f1d3a;
  --gold: #c8a84b;
  --gold-light: #e2c76a;
  --white: #fff;
  --gray: #f5f6fa;
  --text: #2d3748;
  --text-light: #718096;
  --primary-blue-transparent: rgba(26, 46, 90, 0.6);
  --hero-green-1: rgba(61, 177, 102, 0.82); /*rgba(61, 177, 102, 0.82)*/
  --hero-green-2: rgba(48, 150, 86, 0.72);
  --hero-green-solid: #3db166;
  --hero-green-outline: rgba(61, 177, 102, 0.28);
  --accent-color: var(--gold);
  --section-overlay: rgba(10, 30, 50, 0.35);
  --hero-shape-border: rgba(255, 255, 255, 0.08);
  --hero-shape-shadow: rgba(0, 0, 0, 0.14);
  --font-sans: Poppins, sans-serif;
  --font-body: "Open Sans", sans-serif; /*"Poppins", "Open Sans", sans-serif;*/
  --font-serif: "Playfair Display", serif;
	--font-heading: "Montserrat", "Poppins", sans-serif;
	--font-accent: "Open Sans", "Poppins", sans-serif;
  --font-open-sans: "Open Sans", "Poppins", sans-serif;
  --font-navigation: "Poppins", "Open Sans", sans-serif;
  --font-poppins: "Poppins", "Open Sans", sans-serif;
	--text-color: #1f2937;
	--heading-color: #111827;
	--line-height: 1.7;
  --font-weight-light: 300;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text);
  font-family: var(--font-body);
  background: var(--white);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.accent-text,
.text-highlight {
  color: var(--gold) !important;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text);
  font-family: var(--font-serif);
  margin-top: 0;
}
h1 {
  font-size: clamp(2rem, 1.5rem + 2vw, 3.5rem);
}
h2 {
  font-size: clamp(1.75rem, 1.25rem + 1.5vw, 2.75rem);
}
h3 {
  font-size: clamp(1.5rem, 1rem + 1vw, 2.25rem);
}
h4 {
  font-size: clamp(1.25rem, 0.9rem + 0.8vw, 1.875rem);
}
h5 {
  font-size: clamp(1.125rem, 0.85rem + 0.6vw, 1.5rem);
}
h6 {
  font-size: clamp(1rem, 0.8rem + 0.4vw, 1.25rem);
}

body,
button,
input,
select,
textarea {
	font-family: var(--font-body);
	color: var(--text-color);
	line-height: var(--line-height);
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.widget-title,
.site-title {
	font-family: var(--font-heading);
	color: var(--heading-color);
	font-weight: 700;
	line-height: 1.2;
}

p,
li,
blockquote,
label,
small {
	font-family: var(--font-body);
}

a,
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	font-family: var(--font-accent) !important;
}

a {
  text-decoration: none !important;
}

.full-width-content .container.grid-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* Top bar layout */
.kingster-top-bar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.kingster-top-bar-container-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}

.kingster-top-bar-left {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

/* Right side: menu + button on one line */
.kingster-top-bar-right {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0;
  margin-left: auto;
}

.kingster-top-bar-right nav {
  display: flex;
  align-items: center;
}

/* WordPress menu output */
.kingster-top-bar-menu,
.kingster-top-bar-menu ul,
.top-bar-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.kingster-top-bar-menu li,
.top-bar-menu li {
  margin: 0;
  padding: 0;
}

.kingster-top-bar-menu a,
.top-bar-menu a {
  display: block;
  color: #cfd8e6;
  text-decoration: none;
  font-size: 14px;
  line-height: 60px;
}

.kingster-top-bar-menu a:hover,
.top-bar-menu a:hover {
  color: #ffffff;
}

/* Green CTA button */
.kingster-top-bar-right-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 18px;
  padding: 0 22px;
  min-height: 60px;
  background: #4bb95f;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.kingster-top-bar-right-button:hover {
  background: #3ea851;
  color: #ffffff;
}

/* Optional: if Give Now is already in the menu, hide the duplicate item */
.top-bar-menu li:last-child {
  display: none;
}
/* 
 a {
  font-family: var(--font-accent);
} */

/* Optional: tighten the overall header spacing on large screens.
   Must match the "Mobile Menu Breakpoint" set in
   Customize > Navigation > Primary Navigation (currently 1259px) -
   otherwise there's a dead zone where this desktop layout and GP's own
   mobile/off-canvas nav are both active at once. */
@media (min-width: 1260px) {
  /* .inside-header (logo) and the primary nav are SIBLINGS of <header>,
     not parent/child - the flex row that puts them side by side has to
     live on .site-header itself, not on .inside-header. Scoped to
     .main-navigation.has-menu-bar-items rather than #site-navigation
     because GeneratePress's sticky-nav JS renames that id to
     #sticky-navigation while pinned - an id selector would silently stop
     matching the moment you scroll. */
  .site-header {
    background: #fff;
    /* border-top: 8px solid #1f3768; */
    box-shadow: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .site-header .inside-header {
    width: 100%;
    max-width: 1350px;
  }

  .site-header .mobile-menu-control-wrapper {
    display: none;
  }

  .inside-header {
    min-height: 132px;
    /* padding: 28px 40px; */
  }

  /* Logo */
  .site-logo {
    flex: 0 0 auto;
    margin: 0;
  }

  /* Only cap height - GP's own "Logo Width" customizer setting already
     controls .header-image { width: 330px }; a max-width override here
     was fighting that setting and shrinking the logo. */
  .site-logo img.header-image {
    display: block;
    width: auto;
    height: auto;
    max-height: 84px;
  }

  /* Main navigation area */
  .main-navigation.has-menu-bar-items {
    flex: 0 1 auto;
  }

  .main-navigation.has-menu-bar-items .inside-navigation {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0 40px;
  }

  .main-navigation.has-menu-bar-items .main-nav {
    flex: 0 1 auto;
    min-width: 0;
  }

  .main-navigation.has-menu-bar-items .menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    /* gap: 34px; */
  }

  .main-navigation.has-menu-bar-items .menu > li {
    position: relative;
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .main-navigation.has-menu-bar-items .menu > li:first-child {
    padding-left: 0px;
  }
  .main-navigation.has-menu-bar-items .menu > li:last-child {
    padding-right: 0px;
  }

  .main-navigation.has-menu-bar-items .menu > li > a {
    font-family: var(--font-navigation) !important;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0;
    padding-bottom: 30px;
    min-height: 40px;
    color: #17366b;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    font-weight: 500;
  }


  .main-navigation.has-menu-bar-items .menu > li > a:hover,
  .main-navigation.has-menu-bar-items .menu > li > a:focus {
    color: #34b65a;
  }
  .main-navigation.has-menu-bar-items .menu > li:hover,
  .main-navigation.has-menu-bar-items .menu > li:focus {
    color: #34b65a;
  }

  /* The original design has no chevrons on top-level items - the
     hover/current underline below is the only affordance. */
  .main-navigation.has-menu-bar-items .menu .dropdown-menu-toggle {
    display: none;
  }

  /* Current page indicator */
  .main-navigation.has-menu-bar-items .current-menu-item > a,
  .main-navigation.has-menu-bar-items .current_page_item > a,
  .main-navigation.has-menu-bar-items .current-menu-ancestor > a {
    color: #34b65a;
  }

  .main-navigation.has-menu-bar-items .menu > li > a:hover::after,
  .main-navigation.has-menu-bar-items .menu > li > a:focus::after,
  .main-navigation.has-menu-bar-items .current-menu-item > a::after,
  .main-navigation.has-menu-bar-items .current_page_item > a::after,
  .main-navigation.has-menu-bar-items .current-menu-ancestor > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: #46b86f;
  }
  
  .main-navigation.has-menu-bar-items .sub-menu .current-menu-item > a::after,
  .main-navigation.has-menu-bar-items .sub-menu .current_page_item > a::after {
    content: none;
  }

  /* .main-navigation.has-menu-bar-items .menu > li:hover::after,
  .main-navigation.has-menu-bar-items .menu > li:focus::after,
  .main-navigation.has-menu-bar-items .current-menu-item > li::after,
  .main-navigation.has-menu-bar-items .current_page_item > li::after,
  .main-navigation.has-menu-bar-items .current-menu-ancestor > li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 6px;
    background: #46b86f;
  } */


  /* Search icon */
  .main-navigation.has-menu-bar-items .menu-bar-items {
    display: flex;
    align-items: center;
    margin-left: 32px;
    flex: 0 0 auto;
  }

  .main-navigation.has-menu-bar-items .menu-bar-item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #17366b;
    text-decoration: none;
    text-transform: none;
    font-weight: 500;
    transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
  -moz-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
  -o-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
  -webkit-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;

  }

  .main-navigation.has-menu-bar-items .menu-bar-item a:hover,
  .main-navigation.has-menu-bar-items .menu-bar-item a:focus {
    color: #34b65a;
  }

  .main-navigation.has-menu-bar-items .gp-icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
  }

  #sticky-navigation .mega-menu-panel {/*inside-navigation*/
    margin-top: 0;
  }
  #sticky-navigation .sticky-navigation-logo {
    padding-top: 18px;
    padding-bottom: 10px;
  }
  #sticky-navigation  #primary-menu {
    padding-top: 10px;
  }
  #sticky-navigation .menu-bar-items .icon-search {
    /* padding-bottom: 30px; */
    margin-left: 10px;
  }

  #sticky-navigation.main-navigation.has-menu-bar-items .menu > li > a {
    font-family: var(--font-accent) !important;
  }
  /* Flush against the trigger, not offset - any real gap here is a dead
     zone the cursor has to cross without hovering anything, which drops
     :hover on the <li> and closes the dropdown before the pointer
     arrives. Visual breathing room comes from padding inside the
     dropdown box instead, since padding is still "inside" the hoverable
     element. */
  .main-navigation.has-menu-bar-items .sub-menu {
    top: 100%;
    /* margin-top: 10px; */
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* Mobile header - matches the "Mobile Menu Breakpoint" set above 1259px.
   Same root cause as the desktop fix: .inside-header (logo) and
   .mobile-menu-control-wrapper (search + hamburger) are siblings of
   <header>, not parent/child, so the flex row that puts them on one
   line has to live on .site-header, not on .inside-header. */
@media (max-width: 1259px) {
  .site-header {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .inside-header {
    flex: 1 1 auto;
    min-height: 0;
    padding: 16px 20px;
  }

  .site-logo img.header-image {
    display: block;
    width: auto;
    height: auto;
    max-height: 40px;
  }

  .mobile-menu-control-wrapper {
    flex: 0 0 auto;
    /* GP's own CSS sets display:flex here but no align-items, so the
       toggle button stretches to the row's full height - that's the
       shaded box behind the hamburger icon. */
    align-items: center;
  }
}

/* Sticky nav logo (Customize > Navigation > Sticky Navigation > Sticky
   Navigation Logo). GP only shows/hides this via .navigation-stick - it
   ships with no size of its own, so at full resolution it would blow out
   the slim sticky bar. Layout/positioning (logo left, menu, search right)
   is already handled by GP's own navigation-branding-flex.css once
   .has-sticky-branding.navigation-stick is present. */
.sticky-navigation-logo img {
  max-width: 220px;
  height: auto !important;
}



.full-width-section .wp-block-group__inner-container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100%;
  width: 100%;
}

.full-width-section .wp-block-group__inner-container .alignwide {
  padding: 0 !important;
  margin: 0 !important;
  gap:0 !important;
}

.full-width-section {
  padding:0 !important;
}

/* ===================================
    Global Footer Styling
======================================*/
.round-logo-container {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 0 auto 20px auto; */
  margin: 0;
}
.round-logo-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* =============================================================
   FOOTER REDESIGN — Option B: Modern Wide
   ============================================================= */

/* Pre-footer: 2-column brand + contact split */
.lwbtc-prefooter {
    background: #0d1b3e;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.lwbtc-prefooter-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.lwbtc-pre-left {
    padding: 52px 60px 52px 0;
    border-right: 1px solid rgba(255,255,255,0.07);
}
.lwbtc-pre-right {
    padding: 52px 0 52px 60px;
}
.lwbtc-pre-logo {
    margin-bottom: 14px;
}
.lwbtc-pre-logo img {
    height: 60px;
    width: auto;
}
.lwbtc-pre-school-name {
    /* font-size: 10px; */
    /* font-weight: 700; */
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold); /* #c8a84b */
    margin: 0 0 16px;
    font-family: 'Poppins', sans-serif;
}
.lwbtc-pre-blurb {
    font-size: .9rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.8;
    margin: 0 0 22px;
    font-family: 'Open Sans', sans-serif;
    max-width: 420px;
}
.lwbtc-social-row {
    display: flex;
    gap: 8px;
}
.lwbtc-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 3px;
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.lwbtc-social-link:hover {
    background: #c8a84b;
    color: #0d1b3e;
}

/* Right side: contact heading + card grid + accreditation */
.lwbtc-contact-heading {
    /* font-size: 10px;
    font-weight: 700; */
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin: 0 0 18px;
    font-family: 'Poppins', sans-serif;
}
.lwbtc-contact-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.lwbtc-contact-card {
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
    padding: 14px 16px;
    border-top: 2px solid rgba(200,168,75,0.35);
}
.lwbtc-contact-card-heading {
  font-size: 1rem;
}
.lwbtc-contact-card-label {
    /* font-size: .8rem; */
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold);  /*#c8a84b;*/
    margin: 0 0 6px;
    font-family: 'Poppins', sans-serif;
    display: block;
}
.lwbtc-contact-card p {
    /* font-size: 12px; */
    font-size: .9rem;
    color: rgba(255,255,255,0.6);
    margin: 0;
    line-height: 1.65;
    font-family: 'Open Sans', sans-serif;
}
.lwbtc-contact-card a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}
.lwbtc-contact-card a:hover {
    color: var(--gold);
}
.lwbtc-accred-badge {
    font-size: .75rem;
    margin-top: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 14px;
    background: rgba(200,168,75,0.07);
    border-radius: 4px;
    border: 1px solid rgba(200,168,75,0.22);
}
.lwbtc-accred-badge .fa {
    color: var(--gold);
    font-size: 16px;
    flex-shrink: 0;
}
.lwbtc-accred-badge p {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    line-height: 1.55;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.lwbtc-accred-badge a {
    color: var(--gold);
    text-decoration: none;
    font-weight: 600;
}
.lwbtc-accred-badge a:hover {
    text-decoration: underline;
}

/* Main footer widget area */
.lwbtc-footer-main {
    background: var(--navy);  /*#192f59 */
    padding: 52px 0 40px;
}
.lwbtc-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
.lwbtc-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 44px;
}
.lwbtc-footer-col-title {
    /* font-size: calc(1.5rem);
    font-weight: 700; */
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold); /* #c8a84b */
    margin: 0 0 20px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.lwbtc-footer-col-title .fa {
  /* font-size: calc(1.5rem); */
}
/* .lwbtc-footer-col-title.btc {
    color: var(--green); 
} */
 /* #34b65a */

/* Mission column */
.lwbtc-mission-verse {
    font-size: 14px;
    font-style: italic;
    color: rgba(255,255,255,0.55);
    line-height: 1.75;
    margin: 0 0 20px;
    padding: 16px 18px;
    border-left: 3px solid var(--gold);
    background: rgba(255,255,255,0.04);
    border-radius: 0 4px 4px 0;
    font-family: 'Playfair Display', serif;
}
.lwbtc-mission-verse cite {
    display: block;
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    color: var(--gold);
    margin-top: 8px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}
.lwbtc-footer-cta-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.lwbtc-footer-btn-primary {
    display: inline-block;
    padding: 10px 18px;
    background: var(--gold);
    color: var(--navy);
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    transition: background 0.2s;
}
.lwbtc-footer-btn-primary:hover {
    background: var(--gold-light);
    color: var(--navy);
}
.lwbtc-footer-btn-outline {
    display: inline-block;
    padding: 9px 18px;
    border: 1.5px solid rgba(255,255,255,0.28);
    color: rgba(255,255,255,0.7);
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.2s, color 0.2s;
}
.lwbtc-footer-btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold);
}

/* Link lists */
.lwbtc-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lwbtc-footer-links li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.lwbtc-footer-links li:last-child {
    border-bottom: none;
}
.lwbtc-footer-links a {
    font-size: 13px;
    color: rgba(255,255,255,0.58);
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 1px 0;
    transition: color 0.18s, padding-left 0.15s;
}
.lwbtc-footer-links a .fa {
    font-size: 10px;
    color: var(--gold);
    flex-shrink: 0;
}
.lwbtc-footer-links a:hover {
    color: var(--white);
    padding-left: 4px;
}

/* Copyright bar */
.lwbtc-copyright {
    background: var(--navy);
    border-top: 1px solid rgba(255,255,255,0.07);
    padding: 16px 0;
}
.lwbtc-copyright-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.lwbtc-copyright-text {
    font-size: 12px;
    color: rgba(255,255,255,0.3);
    font-family: 'Open Sans', sans-serif;
}
.lwbtc-copyright-nav {
    display: flex;
    gap: 20px;
}
.lwbtc-copyright-nav a {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    transition: color 0.2s;
}
.lwbtc-copyright-nav a:hover {
    color: var(--gold);
}

/* Footer responsive */
@media (max-width: 900px) {
    .lwbtc-prefooter-inner {
        grid-template-columns: 1fr;
    }
    .lwbtc-pre-left {
        padding: 40px 0 30px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.07);
    }
    .lwbtc-pre-right {
        padding: 30px 0 40px;
    }
    .lwbtc-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}
@media (max-width: 600px) {
    .lwbtc-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .lwbtc-contact-cards {
        grid-template-columns: 1fr;
    }
    .lwbtc-copyright-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}


/* ===================================
    Home Page Banner Styling
=====================================*/
/* words above title */
.n2-section-smartslider .hero-tag a {
  /* font-size: 2rem !important; */
  font-weight: var(--font-weight-semibold) !important;
  font-family: var(--font-open-sans) !important;
  letter-spacing: 0px;
  line-height: 1 !important;
  margin-bottom: 1rem;
}
/* Title */
.n2-section-smartslider .hero-title h2,
.n2-section-smartslider .hero-title-main {
  /* font-size: 2rem !important; */
  line-height: 1 !important;
  font-weight: var(--font-weight-semibold) !important;
  font-family: var(--font-open-sans) !important;
  margin-bottom: 2rem;
}
/* Text */
.n2-section-smartslider .hero-text p {
  padding-top: 1rem;
  font-size: 2rem;
}
/* Button */
.n2-section-smartslider .hero-button a {
  font-weight: 600 !important;
  /* font-size: 1rem !important; */
  letter-spacing: 0px;
  line-height: 1 !important;
}

@media (min-width: 1260px) {
  /* words above title */
  .n2-section-smartslider .hero-tag a {
    font-size: 33px !important;
  }
  /* Title */
  .n2-section-smartslider .hero-title h2,
  .n2-section-smartslider .hero-title-main {
    font-size: 88px !important;
  }
  /* Text */
  /* .n2-section-smartslider .hero-text p {
  } */
  /* Button */
  .n2-section-smartslider .hero-button a {
    font-size: 17px !important;
  }
}

/* ===================================
    Home Page About Section Styling
=====================================*/
#home-about-section .wp-block-image {
  margin: 0 !important;
}
#home-about-section .image-outer-container {
  margin-bottom: 20px !important;
}
/* #home-about-section .pill-box-container .img {
  width: 262px;
  height: auto;
} */

#home-two-section.wp-block-columns {
  gap: 0 !important;
}

#home-believers-section img {
      width: 100%;
    max-width: 420px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
#home-believers-section h2,
#home-believers-section h3,
#home-believers-section h4,
#home-believers-section h5 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
}
#home-believers-section p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 1rem;
    text-align: left;
}
/*1e2d4999   1e2d4933  home-preview-section  home-video-section   home-about-section  home-two-section  home-believers-section  home-cta-section home-orgs-section*/
#home-video-section {
  padding:0 !important;
}
.lwsom-Image-box {
  height: 100%;
}

.home-logo-image,
.home-logo-image img {
  max-height: 120px; 
  width: auto;
}

.common-section {
  margin-bottom: 3rem;
}

.lwsomm-section-tag p {
  color: var(--gold) !important;
}

.text-picture-box {

}


.lwsomm-hero-label:empty,
.lwsomm-hero-sub:empty,
.lwsomm-hero-description:empty {
    display: none;
}

.lw-gold-quote {
  font-size:13px;
  color:var(--gold);
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
  font-family:'Open Sans',sans-serif;
}
.lwsomm-program-bold-text {
  font-size: 13px;
  color: var(--navy);
  font-weight: 600;
  font-family: 'Open Sans',sans-serif;
}
.gallery-aspect-ratio-133 {
  --bs-aspect-ratio: 133.333% !important;
}
.gallery-aspect-ratio-150 {
  --bs-aspect-ratio: 150% !important;
}
.lwsomm-program-card figure {
  margin:0 !important;
}
.lwsomm-section .lwsomm-programs-header .lwsomm-section-tag {
color: var(--gold);
}
