/*
Theme Name: WMA Child Theme
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme created by Walker Media Agency
Author: Walker Media Agency
Author URI: https://walkermediaagency.com/
Template: Divi
Version: 2.0.0
*/

:root {
  --brand-gradient: linear-gradient(
  to right,
  #FDDA25 0%,
  #FDDA25 10%,
  #D22730 48%,
  #621244 64%,
  #0077C8 85%
  );

  --header-height-desktop: 100px;
  --header-height-tablet: 104px;
  --header-height-mobile: 104px;
}

html {
  font-size: 21px;
}

html body {
  font-family: "brother-1816", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
}

em, i {
  font-style: italic;
}

ul li {
  line-height: 1.7em;
}

ul li::marker {
  color: #000;
  font-size: 1rem;
}

ul.white-dots li::marker {
  color: #FFFFFF;
}

ul.reunite-blue li::marker {
  color: #0077C8;
}

ul.k2k-red li::marker {
  color: #d22730;
}

strong,
p strong {
  font-weight: 600;
}

.et_pb_text_inner p {
  max-width: 1080px;
}

h1,h2,h3 {
  letter-spacing: -0.01em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: subpixel-antialiased;

  -webkit-text-stroke: 0.25px rgba(0,0,0,0.06);
  text-shadow: 0 0 1px rgba(0,0,0,0.02);
}

.et_pb_module_header {
  text-wrap: pretty;
  max-width: 90vw;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {

  html {
    margin-top: 0 !important;
  }

  body {
    top: 0 !important;
  }

  body.logged-in .poh-header {
    top: 0 !important;
  }

  body.logged-in #page-container,
  html body.logged-in #page-container {
    padding-top: var(--header-height-tablet) !important;
  }

  body.logged-in #page-container::before {
    top: 0 !important;
  }
}

body.et-fb #page-container,
html body.et-fb #page-container {
  padding-top: 0 !important;
}

body.et-fb #page-container::before {
  display: none !important;
}

@media screen and (max-width: 600px) {
  body.logged-in #page-container,
  html body.logged-in #page-container {
    padding-top: var(--header-height-mobile) !important;
  }
}

header.et-l.et-l--header,
body #page-container::before {
  background-image: var(--brand-gradient) !important;
  background-size: 100% 100% !important;
  background-attachment: scroll !important;
}

header.et-l.et-l--header .et_pb_section,
header.et-l.et-l--header .et_pb_row,
.poh-header {
  background: transparent !important;
  background-image: none !important;
}

body #page-container {
  padding-top: var(--header-height-desktop) !important;
}

body #page-container::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  height: var(--header-height-desktop) !important;
  z-index: 0 !important;
  pointer-events: none;
}

@media screen and (max-width: 980px) {
  body.et-tb #page-container,
  body.et-tb-has-header #page-container,
  html body #page-container {
    padding-top: var(--header-height-tablet) !important;
  }

  body #page-container::before {
    height: var(--header-height-tablet) !important;
  }
}

@media screen and (max-width: 600px) {
  body.et-tb #page-container,
  body.et-tb-has-header #page-container,
  html body #page-container {
    padding-top: var(--header-height-mobile) !important;
  }

  body #page-container::before {
    height: var(--header-height-mobile) !important;
  }
}

/* 1. HIDE COMPLETELY ON DESKTOP */
@media (min-width: 981px) {
    .poh-header .mobile-menu-btn {
        display: none !important;
    }
}

/* 2. FORCE SIDE-BY-SIDE WITH 1REM GAP ON MOBILE WHEN MENU IS TOGGLED */
@media (max-width: 980px) {

    /* Force the two buttons to sit next to each other */
    .poh-header .et_mobile_menu li.mobile-menu-btn {
        display: block !important;
        float: left !important;
        clear: none !important; /* Overrides the default stacking rule */
        /* Splits row in half minus half of the 1rem gap */
        width: calc(50% - 0.5rem) !important; 
        margin: 15px 0 !important;
        padding: 0 !important;
        background: transparent !important;
        box-sizing: border-box !important;
    }

    /* Apply the strict 1rem gap right between the first and second button */
    .poh-header .et_mobile_menu li.mobile-menu-btn:first-of-type {
        margin-right: 1rem !important;
    }

    /* Force the links to be black pill buttons with white text */
    .poh-header .et_mobile_menu li.mobile-menu-btn a {
        background-color: #000000 !important; /* Pure Black Background */
        color: #ffffff !important;            /* Pure White Text */
        padding: 12px 5px !important;         /* Pill interior padding */
        border-radius: 50px !important;       /* Clean Pill Shape */
        display: block !important;
        text-align: center !important;
        font-weight: bold !important;
        font-size: 14px !important;
        letter-spacing: 1px !important;
        border-bottom: none !important;       /* Removes Divi's default underline line */
        box-sizing: border-box !important;
        line-height: 1.4em !important;
    }

    /* Subtle hover state */
    .poh-header .et_mobile_menu li.mobile-menu-btn a:hover {
        background-color: #222222 !important;
        color: #ffffff !important;
    }

    /* Tells the very next link (HOME) to break the side-by-side grid 
       so the rest of your standard menu items stack normally below the buttons */
    .poh-header .et_mobile_menu li:not(.mobile-menu-btn) {
        clear: both !important;
    }
}

.poh-header .et_pb_menu__logo {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  max-height: 100% !important;
}

.poh-header .et_pb_menu__logo a {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

@media screen and (min-width: 981px) {
  body.logged-in {
    --wp-bar-offset: 32px;
  }

  body.logged-in #page-container::before {
    top: 32px !important;
  }
}

header.et-l.et-l--header {
  position: fixed !important;
  top: var(--wp-bar-offset, 0px) !important;
  left: 0;
  width: 100%;
  z-index: 9995 !important;
}

.poh-header {
  display: flex !important;
  justify-content: center;
  align-items: center !important;
  height: 100px;
  background: transparent !important;
  background-image: none !important;
}

.poh-header .et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  height: auto !important;
}

.poh-header .et_pb_button_module_wrapper {
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  max-height: none !important;
}

.poh-header .et_pb_button_module_wrapper a.et_pb_button {
  display: inline-block !important;
  height: auto !important;
}

.poh-header.is-sticky .et_pb_button_module_wrapper a.et_pb_button {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  line-height: 1em !important;
}

.nav li li {
  padding-inline: 0;
}

@media screen and (max-width: 980px) {
  .poh-header {
    height: auto !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .poh-header .et_pb_row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.gradlink {
  background: linear-gradient(90deg, #621244 0%, #2F2A95 25%, #007B4B 55%, #FDDA25 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.gradient-text h1,
.gradient-text h2,
.gradient-text h3,
.gradient-text h4,
.gradient-text p,
.gradient-text a {
   background: var(--brand-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.image-right-float-wrapper .et_pb_text_inner {
  width: 100%;
}

.hh-green, .et_pb_text_37 .et_pb_text_inner a, .et_pb_text_38 .et_pb_text_inner a { color: #007b4b !important; }

.lg-animated-headline>span {
}

.lg-animated-headline>br {
  display: none!important;
}

@media screen and (min-width: 1100px) {
  .lg-animated-headline > span {
    margin-left: -9px;
  }
}

.lg-animated-headline {
  container-type: inline-size;
  container-name: lg-headline;
}

@container lg-headline (max-width: 1200px) {
  .font-loaded span {
    font-size: clamp(55px, 15cqi, 160px);
    line-height: clamp(40px, 13cqi, 147px);
  }
}

.lg-animated-headline {
  display: block;
  overflow: hidden;
}

#et_pb_root .lg-animated-headline > div span {
  opacity: 1 !important;
  transform: translateY(0) !important;
  animation: none !important;
}

@keyframes riseUp-span {
  0% { opacity: .8; transform: translateY(90%); }

  100% { opacity: 1; transform: translateY(0); }
}

.lg-animated-headline.font-loaded > div span {
  animation: riseUp-span 1s forwards;
}

.lg-animated-headline > div {
  overflow: hidden;
}

.lg-animated-headline > div span {
  transform: translateY(80%);
  display: inline-block;
  line-height: inherit;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.63, 0, 0.2, 1);
  animation-fill-mode: forwards;
  will-change: transform, opacity;
}

.lg-animated-headline > div.hope {
  transform: translateX(4ch);
}

.lg-animated-headline > div.hope span {
  animation-delay: 0s;
}

.lg-animated-headline > div.healing {
  transform: translateX(0ch);
}

.lg-animated-headline > div.healing span {
  animation-delay: .1s;
}

.lg-animated-headline > div.family {
  transform: translateX(4ch);
}

.lg-animated-headline > div.family span {
  animation-delay: 0.2s;
}

.lg-animated-headline > div.community {
  transform: translateX(2ch);
}

.lg-animated-headline > div.community span {
  animation-delay: 0.3s;
}

@media screen and (max-width: 980px) {
  .lg-animated-headline > div.community {
    transform: translateX(1ch);
  }
}

.et_pb_section .et_pb_text_inner a:hover {
  text-decoration: underline;
}

.footer-menu-list ul {
  flex-direction: column;
}

.footer-menu-list ul li a {
  position: relative;
  color: white;
  text-decoration: none;
}

.footer-menu-list ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 2px!important;
  background-color: white;
  transition: width 0.3s ease;
  bottom: 1px;
  transform: translateZ(0);
}

.footer-menu-list ul li a:hover::after {
  width: 100%;
}

#poh-global-footer [class*="et_pb_social_media_follow_network_"] a.icon {
  background-color: transparent!important;
  text-align: left;
}

#poh-global-footer [class*="et_pb_social_media_follow_network_"] a.icon:hover {
  transform: translatey(-1px);
  opacity: .85;
}

#poh-global-footer [class*="et_pb_social_media_follow_network_"] a.icon:before {
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-global-main-menu {
  align-items: center;
}

#menu-global-main-menu .sub-menu > li {
  display: flex;
  width: 100%;
}

#menu-global-main-menu .sub-menu > li > a {
  flex: 1 0 100%;
}

#menu-global-main-menu .sub-menu li > a,
.sub-menu li a {
  transition: transform 0.25s ease !important;
}

#menu-global-main-menu .sub-menu > li > a:hover,
.sub-menu li a:hover {
  transform: translateY(-1px);
}

#menu-global-main-menu .sub-menu > li {
  display: flex;
  width: 100%;
  position: relative;
}

#menu-global-main-menu .sub-menu > li > a {
  flex: 0 1 auto;
  width: fit-content;
  color: #000000;
}

#menu-global-main-menu .sub-menu > li > a:hover,
#menu-global-main-menu .sub-menu > li.current-menu-item > a {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media only screen and (max-width: 767px) {
  .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item>a,
  .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-ancestor>a,
  .et_pb_menu_0_tb_header.et_pb_menu ul:not(.sub-menu)>li.current-menu-ancestor>a {
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    width: fit-content !important;
  }

  #page-container .et_pb_row_0_tb_header.et_pb_row {
    padding-bottom: 0rem!important;
  }
}

#menu-global-main-menu .sub-menu > li > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#menu-global-main-menu .sub-menu > li > a {
  transition: transform 0.2s ease-in-out;
}

.gsap-nav-pipe {
  position: absolute;
  left: 0;
  width: 4px;
  pointer-events: none;
  opacity: 0;
  z-index: 99;
  background-image: linear-gradient(
  to bottom,
  #FDDA25 0%,
  #FDDA25 15%,
  #D22730 45%,
  #621244 65%,
  #0077C8 85%
  );
  background-repeat: no-repeat;
}

@media (min-width: 1050px) {
  .et_pb_menu_0_tb_header .et_pb_menu__menu>nav>ul>li {
    font-size: clamp(18px, 5.25vw, 20px);
    padding-inline: clamp(5px, 2.5vw, 11px);
  }
}

@media (min-width: 1450px) {
  .et_pb_menu_0_tb_header .et_pb_menu__menu>nav>ul>li {
    font-size: 24px;
    padding-inline: 11px;
  }
}

.et_pb_menu_0_tb_header .et_pb_menu__menu>nav>ul>li>a {
  font-size: inherit!important;
}

.et_pb_menu_0_tb_header .et_pb_menu__menu>nav>ul>li>a + .sub-menu {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.poh-header .nav li ul.sub-menu::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 26px;
  background: transparent !important;
  pointer-events: auto !important;
  z-index: -1;
}

#menu-global-main-menu .sub-menu>li>a {
  font-size: 16px!important;
  text-transform: none!important;
  line-height: 20px;
  font-family: "brother-1816", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  min-height: 42px;
  display: flex;
  align-items: center;
}

.et_pb_menu_0_tb_header .et_pb_menu__menu>nav>ul>li>a {
  position: relative;
  text-decoration: none;
}

.et_pb_menu_0_tb_header .et_pb_menu__menu>nav>ul>li>a {
}

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar {
  background-image: url(/wp-content/uploads/chonky-lines-menu-with-gradient.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
  visibility: hidden;
}

.et_pb_menu_0_tb_header .mobile_nav.opened .mobile_menu_bar {
  height: 50px;
  width: 50px;
  right: -9px;
  background-image: url(/wp-content/uploads/menu-close-gradient.svg);
}

.poh-header .et_pb_button_module_wrapper a.et_pb_button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.poh-header {
  display: flex;
  max-height: 120px;
  justify-content: center;
  transition: max-height 220ms cubic-bezier(.4, 0, .2, 1), padding 220ms cubic-bezier(.4, 0, .2, 1)!important;
}

.poh-header.is-sticky .et_pb_button_module_wrapper {
  padding-top: 4px;
  padding-bottom: 4px;
  height: 40px;
}

body #page-container .et_pb_section.poh-header.is-sticky .et_pb_button_module_wrapper a.et_pb_button,
.poh-header.is-sticky .et_pb_button_module_wrapper a.et_pb_button {
  font-size: 16px;
}

.poh-header.is-sticky .et_pb_menu__menu > nav > ul > li {
  font-size: 16px;
}

.nav li li {
  padding-inline: 0;
}

.poh-header .et_pb_row,
.poh-header .et_pb_column,
.poh-header .et_pb_menu,
.poh-header .et_pb_menu__logo,
.poh-header .et_pb_menu__logo a {
  height: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.poh-header .et_pb_menu__logo img {
  transition: all .2s linear;
  max-height: 72px !important;
  width: auto !important;
}

.poh-header.is-sticky .et_pb_menu__logo img {
  max-height: 40px!important;
}

.poh-header,
.et_pb_menu_0_tb_header,
.has_et_pb_sticky .poh-header .et_pb_menu__logo img {
  transition: max-height 220ms cubic-bezier(.4, 0, .2, 1);
}

.poh-header .et_pb_button_module_wrapper a.et_pb_button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav li li {
  padding-inline: 0;
}

@media screen and (max-width: 980px) {
  .poh-header {
    height: auto !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .poh-header .et_pb_row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu {
    height: auto !important;
    max-height: calc(100dvh - 66px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: auto !important;

    position: fixed !important;
    top: 81px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;

    padding: 24px 20px !important;
    background-image: var(--brand-gradient) !important;
    border-top: none!important;
    box-shadow: none!important;
  }

  .et_mobile_menu li li {
    padding-left: 0%!important;
  }
}

.masthead {
  background: linear-gradient(310deg, rgba(253, 218, 37, 0.90) 16.15%, rgba(210, 39, 48, 0.90) 36.55%, rgba(98, 18, 68, 0.90) 57.86%, rgba(47, 42, 149, 0.90) 87.57%);
  box-shadow: 0 4px 240px 0 rgba(0, 0, 0, 0.25);
}

.blue-links-container .et_pb_module p a {
  color: #0077C8!important;
}

#post-content-row.et_pb_row {
  width: 100% !important;
  max-width: 100% !important;
}

#post-content-row .et_pb_section_0 {
  padding-top: 0!important;
}

#post-content-row .et_pb_column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.single-post .et_pb_post .post-meta-author {
  display: none;
}

.single-post #content-area {
  max-width: 1080px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .single-post #content-area .entry-content {
    width: 88%;
  }
}

.team-bio-card,
.et_pb_module.et_pb_group.team-bio-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

.team-bio-card .bio-layout-spacer {
  width: 100%;
}

.preview-text {
  padding-top: 8px;
}

.team-bio-card .et_pb_module_header {
  text-wrap: balance;
}

.bio-text-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: translateY(101%);
  display: flex;
  flex-direction: column;
  z-index: 10;
  padding: 1rem 1rem;
  overflow: hidden;
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.95);
}

.bio-text-container .bio-text {
  opacity: 0;
  position: relative;
  width: 100%;
  overflow-y: auto;
  oveflow-x: hidden;
  padding: 0 8px 8px;
  height: 100%;
  row-gap: 0!important;
}

.bio-text-container h2,
.bio-text-container h3 {
  margin: 0;
  padding: 0 0.25rem;
}

.team-bio-card .email-group {
  display: none;
}

.team-bio-card .bio-text-container .email-group {
  display: block;
}

.team-bio-card .bio-text-container .email-group span {
  font-size: 16px;
  font-weight: 600;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.team-bio-card .bio-text-container .bio-text:has(.email-group) .preview-text + .et_pb_text_inner {
  margin-top: -1.75rem;
}

@container emailgroup (max-width: 320px) {
  .team-bio-card .bio-text-container .email-group span {
    font-size: clamp(12px, 5cqi, 16px);
  }
}


.grid-row.three-up {
  display: grid;

  grid-template-columns: 1fr;
  gap: 1.5rem;
  width: 100%;
}

@media (min-width: 650px) {
  .grid-row.three-up {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 990px) {
  .grid-row.three-up {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.25rem;
    justify-content: center;
  }
}

@media (min-width: 1350px) {
  .grid-row.three-up {
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
    gap: 3rem;
  }
}

.grid-row.two-up {
  display: grid;

  grid-template-columns: minmax(0, 320px);
  gap: 1.5rem;
  justify-content: center;
  width: 100%;
}

@media (min-width: 650px) {
  .grid-row.two-up {
    grid-template-columns: repeat(2, minmax(0, 320px));
    gap: 1.5rem;
    justify-content: center;
  }
}

.grid-row.three-up > .et_pb_module,
.grid-row.two-up > .et_pb_module {
  width: 100% !important;
  max-width: 320px;
  margin-inline: auto;
}

.team-bio-card .headshot-wrapper {
  aspect-ratio: 1/1;
}

.team-bio-card .headshot-wrapper .et_pb_image,
.team-bio-card .headshot-wrapper .et_pb_image_wrap,
.team-bio-card .headshot-wrapper picture {
  height: 100%;
  width: 100%;
  display: flex;
}

.team-bio-card .headshot-wrapper picture {
  display: flex;
  justify-content: center;
  align-content:center;
}

.team-bio-card .headshot-wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.email-group {
  flex-wrap: wrap;
  justify-content: center;
  grid-row-gap: 0;
  container-type: inline-size;
  container-name: emailgroup;
  width: 100%;
}

.email-group {
  position: relative;
  height: 64px;
  cursor: pointer;
}

.email-group:before {
  content: "Click to copy Email";
  text-align: center;
  position: absolute;
  font-weight: 600;
  min-width: 150px;
  top: 20px;
  z-index: 4;
  left: 50%;
  transform: translate(-50%, 1rem);
  font-size: 12px;
  color: #555;
  background: #D2D2D2;
  padding: .25rem .45rem;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}

@media (hover: hover) {
  .email-group:hover:not(.copied)::before {
    transform: translate(-50%, 1.1rem);
    opacity: 1;
  }
}

.email-group.copied::after {
  content: "Copied!";
  position: absolute;
  z-index: 10;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  background: #222;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

.email-group .et_pb_icon,
.email-group .et_pb_text {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.email-group .et_pb_icon {
  z-index: 3;
}

.email-group .et_pb_text {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  padding: 6px 10px;
  border-radius: 4px;
  z-index: 2;
}

.email-group .et_pb_text p {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.email-group:hover .et_pb_icon {
  transform: translate(-50%, -1.5rem);
  opacity: 0;
}

.email-group:hover .et_pb_text {
  opacity: 1;
  pointer-events: auto;
}

.img-collage-trio {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 1rem;
}

.img-collage-trio .et_pb_module:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.img-collage-trio .et_pb_module:nth-child(2) {
  grid-column: 1 / 2;
  grid-row: 2;
  padding-left: 1rem;
}

.img-collage-trio .et_pb_module:nth-child(3) {
  grid-column: 2 / 2;
  grid-row: 2;
}

.img-collage-trio .et_pb_module .et_pb_image_wrap picture {
  display: flex;
  height: 100%;
  width: 100%;
}

.img-collage-trio .et_pb_module .et_pb_image_wrap picture img {
  object-fit: cover;
  min-height: 100%;
  width: 100%;
}

.signature-healing-section .card-group-aspect-ratio {
  overflow: hidden !important;
  aspect-ratio: 4/2.75;
  height: auto;
}

.signature-healing-section .et_pb_column img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  .img-collage-trio .et_pb_module:nth-child(2) .et_pb_image_wrap {
    aspect-ratio: 302/180;
    overflow: hidden;
  }

  .img-collage-trio .et_pb_module:nth-child(3) .et_pb_image_wrap {
    aspect-ratio: 315/253;
    overflow: hidden;
  }
}

.arrow-link-group p {
  display: flex;
  align-items: center;
  padding-right: 2ch;
  transition: background-position 0.6s ease;
  position: relative;
  color: inherit;
  font-weight: 700;
}

.arrow-link-group {
  display: inline-flex;
}

.arrow-link-group p::before {
  position: absolute;
  height: 2px;
  width: 0%;
  content: '';
  left: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(90deg,var(--gcid-secondary-color) 0%,var(--gcid-heading-color) 48%,#fdda25 100% 100%);
  background-size: 100%;
  background-position: left;
  transition: all 0.2s linear;
}

.arrow-link-group p::after {
  font-family: 'ETMODULES';
  content: '\35'!important;
  font-size: 1.5rem;
  line-height: .5rem;
  left: -3px;
  transition: all 0.2s linear;
  position: relative;
  color: inherit!important;
  -webkit-background-clip: text;
}

.arrow-link-group p:hover,
.arrow-link-group p>a:hover {
  background-image: linear-gradient(90deg,var(--gcid-secondary-color) 0%,var(--gcid-heading-color) 48%,#fdda25 100% 100%);
  background-size: 100%;
  background-position: left;
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.2s ease;
}

.arrow-link-group p:hover::before {
  width: calc(100% - 4ch);
}

.arrow-link-group p:hover::after {
  left: 0;
  transform: translateX(3px);
  color: #FDDA25!important;
}

.arrow-link-group.white-link p {
  display: block;
}

.arrow-link-group.white-link p::after {
  top: 4px;
}

.arrow-link-group.white-link p:hover {
  background-image: none;
  -webkit-background-clip: none;
  color: #ffffff;
}

.arrow-link-group.white-link p:hover::after {
  left: 0;
  color: inherit!important;
}

.sponsor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
}

.sponsor-item img {
  max-width: 100%;
  height: auto;
  display: block;
  flex: 1;
  padding: .75rem;
}

.sponsor-item img[alt="Kacmarcik Enterprises & Kapco"],
.sponsor-item img[alt="Northwestern Mutual"] {
  transform: scale(1.6);
  transform-origin: center!important;
}

.partner-details {
  font-style: italic;
  line-height: 1.4;
}

.sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}

.sponsor-grid .sponsor-item {
  flex: 0 1 calc(25% - 20px);
  min-width: 200px;
  min-height: 150px;
}

.sponsor-grid .card-bg-color img {
  background: #111 !important;
  border-radius: 8px;
  overflow: hidden;
}

.sponsor-no-image {
  width: 100%;
  height: 100%;

  position: relative;
  overflow: hidden;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-wrap,
.link-wrap {
  text-decoration: none;
  color: inherit;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.sponsor-no-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
  to top,
  rgba(255, 255, 255, 1) 0%,
  rgba(255, 255, 255, 0.9) 20%,
  rgba(255, 255, 255, 0.8) 40%,
  rgba(255, 255, 255, 0.7) 95%,
  rgba(255, 255, 255, .6) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.sponsor-no-image strong {
  display: inline-block;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .sponsor-grid .sponsor-item {
    flex: 0 1 calc(50% - 10px);
    min-width: 140px;
  }
}

#partners-and-sponsors-landing-page .sponsor-layout-full .sponsor-item {
  flex-direction: row;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

#partners-and-sponsors-landing-page .sponsor-layout-full .sponsor-image {
  flex: 0 0 300px;
  max-width: 35%;
}

#partners-and-sponsors-landing-page .sponsor-layout-full .sponsor-copy {
  flex: 1;
}

#partners-and-sponsors-landing-page .sponsor-group-title {
  margin: 3rem 0 0 0;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 800px) {
  #partners-and-sponsors-landing-page .sponsor-layout-full .sponsor-item {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  #partners-and-sponsors-landing-page .sponsor-layout-full .sponsor-image {
    max-width: 280px;
  }
}

.sponsor-section-title {
  color: #333 !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 24px !important;
  margin-bottom: 30px;
}

.et_pb_toggle_title:before {
  content: '\f109';
  font-family: 'ETmodules';
  float: right;
  transition: transform 0.3s ease;
}

.et_pb_accordion_item.et_pb_toggle.et_pb_toggle_open {
}

.et_pb_accordion:not(#toy-drive-faqs) .et_pb_accordion_item.et_pb_toggle .et_pb_toggle_title:after {
  visibility: hidden;
  position: absolute;
  right: 0;
  left: auto;
  font-size: 16px;
  color: #ccc;
  top: 50%;
  margin-top: -6px;
  margin-right: -1px;
  font-family: "ETmodules" !important;
  content: '\3b' !important;
  font-weight: 400 !important;
  color: var(--gcid-primary-color);
  transform: scale(-1);
  float: right;
  transition: all 0.3s ease!important;
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
  width: 16px;
  height: 16px;
}

.et_pb_accordion:not(#toy-drive-faqs) .et_pb_accordion_item.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:after {
  visibility: visible;
  transform: scale(-1);
  transition: all 0.3s ease;
}

#reunite-faqs .et_pb_accordion_item.et_pb_toggle .et_pb_toggle_title:before,
#reunite-faqs .et_pb_accordion_item.et_pb_toggle .et_pb_toggle_title:after {
  color: #0077C8;
}

.special-blurb .et_pb_main_blurb_image {
  height: 220px;
  overflow: hidden;
  display: flex;
  border-radius: 22px;
  min-height: 280px;
}

.special-blurb .et_pb_main_blurb_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.copy-container {
  position: relative;
  cursor: pointer;
}

.copy-container::after {
  content: "Click to Copy";
  position: absolute;
  bottom: 90%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.copy-container:hover::after {
  opacity: 1;
}

.copy-container.copied::after {
  content: "Copied!";
  background: #28a745;
}

.poh-stay-in-touch-form .gform-body legend,
.poh-stay-in-touch-form .gform-body .gfield > .gfield_label,
.poh-contact-form .gform-body legend,
.poh-contact-form .gform-body .gfield > .gfield_label {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  color: #666666;
}

.poh-contact-form #gform_submit_button_4 input[type=submit],
.poh-contact-form #gform_submit_button_4 input[type=submit] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 6px);
  width: calc(100% - 4px);
  background-color: #fff!important;
}

.btn-custom {
  color: #fff;
  padding: .5rem 1rem;
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
}

.btn-custom,
.chh-registration-form #gform_submit_button_3,
.poh-contact-form #gform_submit_button_4,
.poh-contact-form #gform_submit_button_4 input[type=submit] {
  font-size: 16px;
  background-color: #fff !important;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: 'oswald';
  font-weight: 600;
  color: #000 !important;
}

.et_pb_button {
  line-height: 1;
}

.et_pb_button:after {
  right: 1rem;
}

.chh-registration-form #gform_submit_button_3:hover,
.poh-contact-form #gform_submit_button_4:hover,
.poh-contact-form #gform_submit_button_4 input[type=submit]:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.chh-registration-form .gform-body legend,
.chh-registration-form .gform-body .gfield > .gfield_label {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  color: #666666;
}

.poh-stay-in-touch-form .gform-body .ginput_container input,
.poh-contact-form .gform-body .ginput_container input,
.poh-contact-form .gform-body .ginput_container select,
.poh-contact-form .gform-body .ginput_container textarea
.chh-registration-form .gform-body .ginput_container input,
.chh-registration-form .gform-body .ginput_container select,
.chh-registration-form .gform-body .ginput_container textarea {
  border: 1px solid #ccc;
  box-shadow: none!important;
  min-height: 50px;
  border-radius: 8px;
}

.chh-registration-form .gform-body legend .gfield_required,
.chh-registration-form .gform-body label .gfield_required {
  text-transform: none!important;
}

#gform_2 .floatin-label .ginput_container > label,
#gform_2 .floatin-label .ginput_complex span label,
#gform_1 .floatin-label .ginput_container > label {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 50%;
  left: 1.2rem;
  color: #262424;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.13s linear;
  transform-origin: left center;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.gform_wrapper .gfield,
.gform_wrapper .ginput_complex span {
  position: relative !important;
}

.chh-registration-form .gform-theme--framework #gform_fields_1 #field_1_1 #input_1_1,
.chh-registration-form .gform-theme--framework #gform_fields_2 #field_2_1 #input_2_1 {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 18px;
  font-weight: bold!important;
  transition: all 0.5s ease;

  padding-left: 1rem;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  outline: none;
  color: #262424;
  background-color: transparent;
  box-shadow: none!important;
}

#poh-subscribe-form-container .gform_fields .gfield_label.gform-field-label,
#poh-footer-subscribe-form-container .gform_fields .gfield_label.gform-field-label{
  color: #ffffff;
}

#poh-footer-subscribe-form-container .gform-theme--foundation .gform-grid-row {
  grid-row-gap: 2px;
}

@media (min-width: 640px) {
  .gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto {
    padding-right: 0!important;
  }
}

#poh-subscribe-form-container .gform-body.gform_body input,
#poh-footer-subscribe-form-container .gform-body.gform_body input {
  background-color: #FDDA25;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.71);
  backdrop-filter: blur(2px);
  max-width: 320px;
}

#poh-subscribe-form-container #gform_fields_1,
#poh-footer-subscribe-form-container #gform_fields_2 {
  display: flex;
  flex-wrap: wrap;
}

#poh-subscribe-form-container #field_submit,
#poh-footer-subscribe-form-container #field_submit {
  grid-column: 2 / span1;
  grid-row: 1;
  position: relative;
}

.footer-signup-container #poh-footer-subscribe-form-container .poh-footer-subscribe .gform_fields {
  gap: .5rem!important;
}

.footer-signup-container #poh-footer-subscribe-form-container .poh-footer-subscribe .ginput_container {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.footer-signup-container #poh-footer-subscribe-form-container .poh-footer-subscribe .ginput_container,
.footer-signup-container #poh-footer-subscribe-form-container .poh-footer-subscribe .gfield {
  width: 100%;
  padding-bottom: 0!important;
}

.footer-signup-container #poh-footer-subscribe-form-container .poh-footer-subscribe #field_submit {
  flex: 0 1 auto;
  width: auto!important;
}

.chh-registration-form #field_submit,
#poh-footer-subscribe-form-container #field_submit,
#poh-footer-subscribe-form-container #field_submit input[type=submit] {
  font-size: 16px;
}

#poh-subscribe-form-container #gform_fields_1 #field_1_1,
#poh-footer-subscribe-form-container #gform_fields_2 #field_2_1 {
  position: relative;
  grid-column: 1 / span 1;
  grid-row: 1;
}

#poh-subscribe-form-container #gform_fields_1 #field_1_1 > label,
#poh-footer-subscribe-form-container #gform_fields_2 #field_2_1 > label {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 50%;
  left: 1rem;
  color: #262424;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  transition: .13s all linear;
  transform-origin: left center;
  transform: translateY(-50%);
  z-index: 2;
}

#poh-footer-subscribe-form-container #gform_fields_2 #field_2_1 > label {
  font-size: 16px;
}

#poh-subscribe-form-container .gform-theme--framework #gform_fields_1 #field_1_1 #input_1_1,
#poh-footer-subscribe-form-container .gform-theme--framework #gform_fields_2 #field_2_1 #input_2_1 {
}

#gform_2 .gform_fields {
  grid-row-gap: 0 !important;
  grid-column-gap: .25rem!important;
}

#gform_2 .gfield {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}

#gform_2 .gfield_description,
#gform_2 .gfield_validation_message {
  margin-top: 0 !important;
}

#poh-subscribe-form-container #gform_fields_1 #field_1_1 > label.floating,
#poh-footer-subscribe-form-container #gform_fields_2 #field_2_1 > label.floating {
  color: #ffffff;
  transform: translateY(-200%) scale(.8);
}

#field_submit::after {
  content: "\f465";
  font-family: dashicons;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  color: #ffffff;
}

#field_submit:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

#poh-subscribe-form-container #gform_fields_1:has(#field_1_1 #input_1_1:focus),
#poh-footer-subscribe-form-container #gform_fields_2:has(#field_2_1 #input_2_1:focus) {
  outline: none;
  border-color: transparent;
}

@keyframes mesh-glow {
  0% {
    box-shadow:
    0 0 10px rgba(47, 42, 149, 0.4),
    0 0 20px rgba(0, 123, 75, 0.4),
    0 0 30px rgba(253, 218, 37, 0.4);
    filter: blur(0px) saturate(120%);
  }

  50% {
    box-shadow:
    0 0 15px rgba(47, 42, 149, 0.6),
    0 0 35px rgba(0, 123, 75, 0.6),
    0 0 45px rgba(253, 218, 37, 0.6);
    filter: blur(1px) saturate(150%);
  }

  100% {
    box-shadow:
    0 0 10px rgba(47, 42, 149, 0.4),
    0 0 20px rgba(0, 123, 75, 0.4),
    0 0 30px rgba(253, 218, 37, 0.4);
    filter: blur(0px) saturate(120%);
  }
}

#poh-subscribe-form-container #field_submit,
#poh-footer-subscribe-form-container #field_submit {
  align-items: center!important;
  padding-right: 4px;
}

.poh-stay-in-touch-form #gform_submit_button_1,
#poh-subscribe-form-container #gform_submit_button_1,
#poh-footer-subscribe-form-container #gform_submit_button_2 {
  background-color: #fff;
  border-radius: 50px;
  border: 0;
  padding:.3em 1em;
  color: #000;
  font-family: 'Oswald';
  font-weight: 700;
  font-size: 20px;
  transition-duration: .2s;
  transition-property: all !important;
  width: 190px;
}

.poh-stay-in-touch-form #field_submit:has(#gform_submit_button_1) {
  width: fit-content;
}

.poh-stay-in-touch-form #gform_submit_button_1 {
  width: auto;
  padding-right: 2rem;
}

#poh-footer-subscribe-form-container #gform_submit_button_2 {
  font-size: 16px;
}

#poh-subscribe-form-container #gform_submit_button_1:hover,
#poh-footer-subscribe-form-container #gform_submit_button_2:hover {
  background-color: #000;
  color: #fff !important;
  padding-right: 2em;
  padding-left: 0.7em;
}

.poh-stay-in-touch-form #gform_submit_button_1:hover {
  background-color: #000;
  color: #fff !important;
}

.poh-contact-form .ginput_container_consent input[type="checkbox"] {
  opacity: 0 !important;
  position: absolute !important;
  z-index: -1 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}

.poh-contact-form .gfield_consent_label::before {
  content: "" !important;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  vertical-align: middle !important;
  margin-right: 10px !important;
  border: 2px solid #00472F !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  cursor: pointer !important;
}

.poh-contact-form .gfield_consent_label {
  cursor: pointer !important;
  font-size: 16px !important;
  margin-left: 0!important;
}

.poh-contact-form input[type="checkbox"]:checked + .gfield_consent_label::before {
  background-color: #00472F !important;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E") !important;
  background-size: 12px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

#timeline-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.timeline-dot {
  transform: translatey(-50%);
  background: #fff;
}

.timeline-container .et_pb_code_inner {
  height: 100%;
}

#timeline-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  width: 4px;
  height: 100%;
  background: linear-gradient(
  to bottom,
  #FDDA25 0%,
  #FDDA25 15%,
  #D22730 38%,
  #621244 70%,
  #0077C8 100%
  );

  z-index: 20;
  transition: transform 1s ease-out;
}

footer #poh-global-footer .et_pb_menu .et_pb_menu__menu,
footer #poh-global-footer .et_pb_menu .et_pb_menu__wrap {
  display: block !important;
}

footer #poh-global-footer .et_pb_menu .et_pb_menu__toggle,
footer #poh-global-footer .et_pb_menu .et_mobile_nav_menu {
  display: none !important;
}

.et_pb_bottom_inside_divider {
  bottom: -1px!important;
}

.custom-news-thumbs-grid article.et_pb_post {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-rows: 1rem auto 1fr auto;
  column-gap: 0.65rem;
  border-radius: 4px;
  align-items: start;
  margin-bottom: 0;
  position: relative;
}

.poh-article-content p {
  margin-bottom: inherit!important;
  line-height: 1.6!important;
}

.custom-news-thumbs-grid article.et_pb_post .et_pb_image_container {
  grid-column: 1;
  grid-row: 1 / span 4;
  width: 100%;
  margin: 0;
}

.custom-news-thumbs-grid article.et_pb_post .et_pb_image_container a {
  border: 1px solid #ccc;
}

.custom-news-thumbs-grid article.et_pb_post .et_pb_image_container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.custom-news-thumbs-grid article.et_pb_post .post-meta {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  color: #666;
}

.custom-news-thumbs-grid article.et_pb_post h2 {
  grid-column: 2;
  grid-row: 2;
  margin: 0.25rem 0;
}

.custom-news-thumbs-grid article.et_pb_post .post-content {
  grid-column: 2;
  grid-row: 4;
  margin: 0.5rem 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.custom-news-thumbs-grid article.et_pb_post .more-link {
  grid-column: 2;
  grid-row: 4;
  align-self: end;
  margin-top: 0;
}

.custom-news-thumbs-grid article.et_pb_post .more-link:hover {
  font-weight: 700 !important;
}

.custom-news-thumbs-grid article.et_pb_post .more-link::after {
  font-family: 'ETMODULES';
  content: '\35' !important;
  font-size: 21px;
  line-height: 20px;
  left: -3px;
  top: 3px;
  transition: all 0.2s linear;
  position: relative;
  color: inherit !important;
  -webkit-background-clip: text;
}

.custom-news-thumbs-grid .et_pb_post .entry-title,
.custom-news-thumbs-grid .et_pb_post .entry-featured-image-url {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .custom-news-thumbs-grid article.et_pb_post {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-rows: auto auto auto auto;
    column-gap: 0.5rem;
    grid-template-areas:
    "thumb meta"
    "thumb title"
    "thumb content"
    "thumb more";
  }

  .custom-news-thumbs-grid article.et_pb_post .et_pb_image_container {
    grid-area: thumb;
    grid-row: 1 / span 4;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .custom-news-thumbs-grid article.et_pb_post .post-meta {
    grid-area: meta;
    margin-bottom: 0.25rem;
  }

  .custom-news-thumbs-grid article.et_pb_post h2 {
    grid-area: title;
    margin: 0.25rem 0;
  }

  .custom-news-thumbs-grid article.et_pb_post .post-content {
    grid-area: content;
    margin: 0.5rem 0;
  }

  .custom-news-thumbs-grid article.et_pb_post .more-link {
    grid-area: more;
    margin-top: 0.5rem;
    float: none;
    display: inline-block !important;
  }
}

@media (max-width: 590px) {
  .custom-news-thumbs-grid article.et_pb_post {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0.5rem;
    grid-template-areas:
    "thumb"
    "meta"
    "title"
    "content"
    "more";
  }

  .custom-news-thumbs-grid article.et_pb_post .et_pb_image_container {
    grid-area: thumb;
    grid-row: auto;
    width: 100%;
    height: auto;
    margin: 0 0 0.5rem 0;
  }

  .custom-news-thumbs-grid article.et_pb_post .post-meta {
    grid-area: meta;
    margin-bottom: 0.25rem;
  }

  .custom-news-thumbs-grid article.et_pb_post h2 {
    grid-area: title;
    margin: 0.25rem 0;
  }

  .custom-news-thumbs-grid article.et_pb_post .post-content {
    grid-area: content;
    margin: 0.5rem 0;
    align-items: flex-start;
  }

  .custom-news-thumbs-grid article.et_pb_post .more-link {
    grid-area: more;
    margin-top: 0.5rem;
    align-self: start;
    float: none;
    display: inline-block !important;
  }
}

.wp-block-image.alignleft {
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

.wp-block-image.alignright {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

@media (max-width: 600px) {
  .wp-block-image.alignleft,
  .wp-block-image.alignright {
    margin-left: 0;
    margin-right: 0;
    display: block;
    float: none;
  }
}

.privacy-page-container ol {
  line-height: 1.7;
}

.privacy-page-container ol li {
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.privacy-page-container ol li h2 {
  display: inline;
  margin: 0;
  vertical-align: baseline;
}

.privacy-page-container ol li::marker {
  font-weight: bold;
  line-height: inherit;
}

.clr-plum { color: #621244 !important; }

.clr-indigo { color: #0077C8 !important; }

.clr-red { color: #D22730 !important; }

.clr-yellow { color: #FDDA25 !important; }

.reunite-blue { color: #0077C8 !important; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-pretty { text-wrap: pretty !important; }

.text-pretty p { text-wrap: pretty !important; }

.text-balance { text-wrap: balance !important; }

.text-balance p { text-wrap: balance !important; }

.font-medium { font-weight: 500 !important; }

.font-semi-bold { font-weight: 600 !important; }

.font-bold { font-weight: 700 !important; }

.font-ultra-bold { font-weight: 800 !important; }

.font-heavy { font-weight: 900 !important; }

.hide { display: none !important; }

.visible { visibility: visible; opacity: 1; }

.overflow-hidden { overflow: hidden; }

.inline-img-right {
  border-radius: 18px;
  overflow: hidden;
  max-width: 50%;
  float: right;
  display: inline-flex;
  margin-left: 3rem;
  margin-bottom: 1.25rem;
}

.object-cover .et_pb_image_wrap {
  display: inline-block !important;
}

.object-cover .et_pb_image_wrap img,
.inline-img-right img {
  object-fit: cover !important;
  height: 100% !important;
  width: 100% !important;
}

.blk-btn-grad-hover {
  background: #000;
  color: #fff;
  transition: all .2s ease-in-out;
}

.blk-btn-grad-hover:hover {
  background: var(--brand-gradient)!important;
  color: #fff!important;
  border-color: transparent!important;
}

.pt-2 { padding-top: 2rem; }

.pb-2 { padding-bottom: 2rem; }

.m-0  { margin: 0 !important; }

.m-1  { margin: 0.25rem !important; }

.m-2  { margin: 0.5rem !important; }

.m-3  { margin: 1rem !important; }

.m-4  { margin: 1.5rem !important; }

.m-5  { margin: 3rem !important; }

.mt-0 { margin-top: 0 !important; }

.mt-1 { margin-top: 0.25rem !important; }

.mt-2 { margin-top: 0.5rem !important; }

.mt-3 { margin-top: 1rem !important; }

.mt-4 { margin-top: 1.5rem !important; }

.mt-5 { margin-top: 3rem !important; }

.mb-0 { margin-bottom: 0 !important; }

.mb-1 { margin-bottom: 0.25rem !important; }

.mb-2 { margin-bottom: 0.5rem !important; }

.mb-3 { margin-bottom: 1rem !important; }

.mb-4 { margin-bottom: 1.5rem !important; }

.mb-5 { margin-bottom: 3rem !important; }

.ms-0 { margin-left: 0 !important; }

.ms-1 { margin-left: 0.25rem !important; }

.ms-2 { margin-left: 0.5rem !important; }

.ms-3 { margin-left: 1rem !important; }

.ms-4 { margin-left: 1.5rem !important; }

.ms-5 { margin-left: 3rem !important; }

.me-0 { margin-right: 0 !important; }

.me-1 { margin-right: 0.25rem !important; }

.me-2 { margin-right: 0.5rem !important; }

.me-3 { margin-right: 1rem !important; }

.me-4 { margin-right: 1.5rem !important; }

.me-5 { margin-right: 3rem !important; }

.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }

.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }

.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }

.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }

.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }

.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }

.mx-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }

.mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }

.mx-3 { margin-left: 1rem !important; margin-right: 1rem !important; }

.mx-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }

.mx-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
