:root {
  --white: #ffffff;
  --d-grey: #666666;
  --Brand-Colors-Grey-Grey-600: #666666;
  --l-grey: #e5e3dc;
  --navy: #00263e;
  --smoke: #eeeeee;
  --d-navy: #001725;
  --red: #8f001a;
  --yellow: #f5b800;
  --yellow-50: #fef8e6;
  --teal: #009ba3;
  --heading-clr: #000f19;
  --black: #000;
  --Brand-Colors-Peacock-Blue-PB-50: #edf7f9;
  --brand-colors-navy-blue-nb-70075: rgba(0, 23, 37, 0.75);
  --Brand-Colors-Navy-Blue-NB-900: #00080c;
  --Brand-Colors-Peacock-Blue-PB-200: #99d7da;
  --Brand-Colors-Yellow-Yellow-200: #fbe399;
  --Brand-Colors-Red-Red-200: #d299a3;
  --Inter: "Inter";
  --human: "Human Sans";
}

.red-200 {
  background-color: var(--Brand-Colors-Red-Red-200);
}

.yellow-200 {
  background-color: var(--Brand-Colors-Yellow-Yellow-200);
}

.peacok-blue {
  background-color: var(--Brand-Colors-Peacock-Blue-PB-200);
}

.light-blue {
  background-color: var(--Brand-Colors-Peacock-Blue-PB-50);
}

.red {
  background-color: var(--red);
}

.grey {
  background-color: var(--d-grey);
}

.yellow {
  background-color: var(--yellow);
}

.teal {
  background-color: var(--teal);
}

.navy {
  background-color: var(--navy);
}

.l-grey {
  background-color: var(--l-grey);
}

.bg-teal {
  background-color: #009ba3;
}

.bg-red {
  background-color: #8f001a;
}

.bg-white {
  background-color: #ffffff;
}

.bg-navy {
  background-color: #00263e;
}

.bg-yellow {
  background-color: #f5b800;
}

.bg-teal-light {
  background-color: #00a699;
}

.bg-red-light {
  background-color: #8f001a;
}

.bg-red-light {
  background-color: #8f001a;
}

.bg-white {
  background-color: #ffffff;
}

.bg-navy {
  background-color: #0d1f2d;
}

.bg-yellow {
  background-color: #f5b800;
}

.bg-teal-light {
  background-color: #00a699;
}

.bg-red-light {
  background-color: #8f001a;
}

.bg-light-grey {
  background-color: #e5e3dc;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: flex;
  }
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

html {
  font-size: 10px;
}
html body {
  color: var(--brand-colors-navy-blue-nb-70075);
  font-family: var(--Inter);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
html body .row {
  --bs-gutter-x: 2rem;
}
html body a {
  font-weight: 400;
  text-decoration: none;
  color: var(--d-navy);
}
html body a:visited {
  color: var(--d-navy);
}
html body a:hover {
  color: var(--red);
}
html body .h1,
html body h1 {
  color: var(--d-navy);
  font-family: var(--human);
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.2rem;
}
html body .h2,
html body h2 {
  color: var(--d-navy);
  font-family: var(--human);
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 4rem;
}
html body .h3,
html body h3 {
  color: var(--d-navy);
  font-family: var(--human);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4rem;
}
html body .h4,
html body h4 {
  color: var(--d-navy);
  font-family: var(--human);
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
  /* 120% */
}
html body .h5,
html body h5 {
  color: var(--d-navy);
  font-size: 1.8rem;
  font-family: var(--human);
  font-weight: 400;
  line-height: 2.4rem;
  margin: 0;
}
html body .h6,
html body h6 {
  color: var(--d-navy);
  font-family: var(--human);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
  text-transform: uppercase;
}
html body .btn {
  padding: 0.72rem 3.2rem;
  transition: 0.3s all;
  color: #fff;
  font-family: var(--human);
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  border: 1px solid transparent;
}
html body .btn.primary-btn {
  background-color: var(--red);
}
html body .btn.primary-btn:hover {
  background-color: var(--d-navy);
  color: var(--white);
}
html body .btn.primary-btn:visited {
  color: var(--white);
}
html body .btn.outline-btn {
  border: 1px solid var(--red);
  color: var(--red);
}
html body .btn.outline-btn:hover {
  background-color: var(--red);
  color: var(--white);
}
html body .btn .gform_button {
  border-radius: 4px;
  color: var(--white);
  font-weight: 600;
  transition: 0.3s all ease;
  outline: none;
  border: unset;
}
html body .btn .gform_button:active {
  background: #84e7a5 !important;
}
html body .wp-block-button__link {
  font-family: var(--human);
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  padding: 0.8rem 4.13rem;
  background-color: var(--red);
}
html body .wp-block-button__link:hover {
  background-color: var(--d-navy);
  color: var(--white);
}
html body .wp-block-button__link:visited {
  color: var(--white);
}
html body form input[type=email],
html body form input[type=number],
html body form input[type=password],
html body form input[type=text],
html body form input[type=tel],
html body form .gfield_select {
  border-radius: 8px !important;
  border: 1px solid var(--Brand-Colors-Peacock-Blue-PB-500, #009ba3) !important;
  background: var(--Neutral-White, #fff) !important;
  padding: 1.12rem 1.6rem !important;
  color: black !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  height: auto !important;
  font-family: var(--Inter) !important;
  width: 100%;
  max-width: 34rem !important;
}
html body form input[type=email]:-webkit-autofill, html body form input[type=email]:-webkit-autofill:hover, html body form input[type=email]:-webkit-autofill:focus, html body form input[type=email]:-webkit-autofill:active,
html body form input[type=number]:-webkit-autofill,
html body form input[type=number]:-webkit-autofill:hover,
html body form input[type=number]:-webkit-autofill:focus,
html body form input[type=number]:-webkit-autofill:active,
html body form input[type=password]:-webkit-autofill,
html body form input[type=password]:-webkit-autofill:hover,
html body form input[type=password]:-webkit-autofill:focus,
html body form input[type=password]:-webkit-autofill:active,
html body form input[type=text]:-webkit-autofill,
html body form input[type=text]:-webkit-autofill:hover,
html body form input[type=text]:-webkit-autofill:focus,
html body form input[type=text]:-webkit-autofill:active,
html body form input[type=tel]:-webkit-autofill,
html body form input[type=tel]:-webkit-autofill:hover,
html body form input[type=tel]:-webkit-autofill:focus,
html body form input[type=tel]:-webkit-autofill:active,
html body form .gfield_select:-webkit-autofill,
html body form .gfield_select:-webkit-autofill:hover,
html body form .gfield_select:-webkit-autofill:focus,
html body form .gfield_select:-webkit-autofill:active {
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
html body form input[type=email]::-moz-placeholder, html body form input[type=number]::-moz-placeholder, html body form input[type=password]::-moz-placeholder, html body form input[type=text]::-moz-placeholder, html body form input[type=tel]::-moz-placeholder, html body form .gfield_select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
html body form input[type=email]::placeholder,
html body form input[type=number]::placeholder,
html body form input[type=password]::placeholder,
html body form input[type=text]::placeholder,
html body form input[type=tel]::placeholder,
html body form .gfield_select::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
html body form .textarea {
  border-radius: 8px !important;
  min-block-size: 13.6rem !important;
  max-height: 13.6rem;
  border: 1px solid var(--Brand-Colors-Peacock-Blue-PB-500, #009ba3) !important;
  background: var(--Neutral-White, #fff) !important;
  padding: 1.12rem 1.6rem !important;
  color: black !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  height: auto !important;
  font-family: var(--Inter) !important;
  width: 100%;
}
html body form .textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2) !important;
}
html body form .textarea::placeholder {
  color: rgba(0, 0, 0, 0.2) !important;
}
html body form .gform_fields {
  row-gap: 2.4rem !important;
}
html body form .gfield_label {
  color: var(--d-navy) !important;
  font-family: var(--human) !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: 1.6rem !important;
  margin-bottom: 0.8rem !important;
}
html body form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/downarrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.6rem) center;
  padding-right: 30px;
  padding: 1.2rem 2.8rem 1.2rem 1.6rem !important;
}
html body form input[type=submit] {
  background-color: var(--red) !important;
  border: none !important;
  border-radius: 10rem !important;
  color: var(--white) !important;
  font-size: 16px !important;
  padding: 1.2rem 3.1rem !important;
  display: inline-block !important;
  font-weight: 500 !important;
  font-family: var(--human) !important;
}
html body form input[type=submit]:hover {
  background-color: var(--d-navy) !important;
}
html body form .gfield {
  flex-wrap: wrap;
}
html body .gform_wrapper.gravity-theme .gfield_required {
  display: none !important;
}
html body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

#site-wrap {
  position: relative;
}

#toast-wrap {
  padding: 1.2rem 0;
  text-align: center;
  position: relative;
}
#toast-wrap p {
  margin: 0;
}
#toast-wrap a {
  text-align: center;
  font-weight: 700;
  line-height: 160%;
  /* 2.56rem */
  text-decoration-line: underline;
  background-color: transparent;
  margin-left: 0.8rem;
}
#toast-wrap #toast-close {
  position: absolute;
  right: 3.2rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.site-header {
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
  padding: 3.2rem 0;
  top: 0;
  z-index: 9999;
  width: 100%;
}
.site-header.fixed {
  position: fixed;
  animation: slide-down 0.4s;
  position: fixed;
  -webkit-transition-property: background, padding, z-index;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0;
  -moz-transition-property: background, padding, z-index;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0;
  -ms-transition-property: background, padding, z-index;
  -ms-transition-duration: 300ms;
  -ms-transition-timing-function: ease;
  -ms-transition-delay: 0;
  -o-transition-property: background, padding, z-index;
  -o-transition-duration: 300ms;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0;
  transition-property: background, padding, z-index;
  transition-duration: 300ms;
  transition-timing-function: ease;
  transition-delay: 0;
  background-color: var(--white);
  padding: 1rem 0rem;
}
.site-header.fixed .top-bar {
  display: none;
}

.site-navigation {
  padding: 0;
  list-style: none;
  margin: 0;
}
.site-navigation ul#primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2rem;
  align-items: center;
}
.site-navigation ul#primary-menu li {
  position: relative;
  transition: 0.3s all;
}
.site-navigation ul#primary-menu li.menu-item-has-children .sub-menu li a {
  color: var(--d-navy);
  font-family: var(--human);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.site-navigation ul#primary-menu li a {
  color: var(--d-navy);
  font-family: var(--human);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  /* 150% */
  padding: 0.4rem;
}
.site-navigation ul#primary-menu li a:hover {
  color: var(--red);
}
.site-navigation ul#primary-menu li a:visited {
  color: var(--d-navy);
}
.site-navigation ul#primary-menu li.current_page_item a {
  color: var(--red);
  font-weight: 700;
}
.site-navigation ul#primary-menu li.current-page-ancestor > a, .site-navigation ul#primary-menu li.current-menu-item > a, .site-navigation ul#primary-menu li.current-menu-parent > a {
  position: relative;
}
.site-navigation ul#primary-menu li.current-page-ancestor > a:after, .site-navigation ul#primary-menu li.current-menu-item > a:after, .site-navigation ul#primary-menu li.current-menu-parent > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.site-navigation ul#primary-menu li.current-page-ancestor .sub-menu, .site-navigation ul#primary-menu li.current-menu-item .sub-menu, .site-navigation ul#primary-menu li.current-menu-parent .sub-menu {
  background-color: var(--white);
}
.site-navigation ul#primary-menu li.current-page-ancestor .sub-menu .current-menu-item a::after, .site-navigation ul#primary-menu li.current-menu-item .sub-menu .current-menu-item a::after, .site-navigation ul#primary-menu li.current-menu-parent .sub-menu .current-menu-item a::after {
  display: none;
}
.site-navigation ul#primary-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.site-navigation ul#primary-menu li:hover .arrow svg {
  transform: rotate(180deg);
}
.site-navigation ul#primary-menu li ul.sub-menu {
  position: absolute;
  min-width: 27.1rem;
  display: block;
  list-style: none;
  padding: 1.2rem 1.2rem 1.6rem;
  width: 100%;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  top: 2.8rem;
  z-index: 1;
  left: 0;
}
.site-navigation ul#primary-menu li ul.sub-menu li {
  width: 100%;
  padding: 0.4rem 1.2rem;
  margin-bottom: 0.8rem;
  transition: all 0.3s;
}
.site-navigation ul#primary-menu li ul.sub-menu li:hover {
  border-radius: 8px;
  background: var(--Brand-Colors-Peacock-Blue-PB-50, #edf7f9);
}
.site-navigation ul#primary-menu li ul.sub-menu li:last-child {
  border: 0;
}
.site-navigation ul#primary-menu li ul.sub-menu li a {
  padding: 0;
  width: 100%;
  text-transform: capitalize;
}
.site-navigation ul#primary-menu li.btn-donate {
  margin-left: 2rem;
}
.site-navigation ul#primary-menu li.btn-donate a {
  border-radius: 100px;
  border: 1px solid var(--red);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: var(--red);
  padding: 1.12rem 4.15rem;
  transition: 0.3s all;
}
.site-navigation ul#primary-menu li.btn-donate a:hover {
  background-color: var(--red);
  color: white;
}
.site-navigation .menu-toggle {
  border: 0;
  display: none;
}
.site-navigation .menu-toggle .mobile-icon {
  display: none;
}
.site-navigation.toggled .main-navigation {
  position: fixed;
  right: 0;
  top: 12rem;
  padding: 2rem 4rem;
  border-radius: 1rem;
  width: 100%;
  min-height: calc(100vh - 12rem);
  left: 0;
}

.topbar {
  padding: 1.2rem 0;
  background-color: var(--d-navy);
}
.topbar .--content {
  justify-content: end;
  gap: 0.8rem;
}
.topbar .--content p {
  color: var(--white);
  font-family: "Human Sans";
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.6rem;
  /* 114.286% */
  display: flex;
  align-items: center;
}
.topbar .--content p img {
  margin-right: 0.8rem;
}
.topbar .--content p a {
  color: var(--white);
  font-weight: 700;
}

.site-footer {
  background-image: url(../../assets/images/footer-bg.svg);
  background-color: var(--heading-clr);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-family: var(--human);
  color: var(--white);
}
.site-footer .toprow {
  padding: 12.8rem 0 5.6rem;
}
.site-footer .middle-content {
  padding-bottom: 7.2rem;
  text-align: center;
}
.site-footer .middle-content p {
  color: var(--white);
  font-family: var(--human);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.site-footer .middle-content p:last-child {
  font-family: var(--human);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  opacity: 0.8;
  margin-top: 3.2rem;
}
.site-footer .content h6 {
  color: var(--white);
  text-transform: capitalize;
  letter-spacing: 0.072rem;
  margin-bottom: 1.6rem;
}
.site-footer .content.location p {
  display: flex;
  gap: 0.8rem;
  color: var(--white);
  align-items: start;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  opacity: 0.8;
}
.site-footer .content.location p img {
  margin-top: 2px;
}
.site-footer .content.location p a {
  color: var(--white);
  font-size: 1.4rem;
}
.site-footer .content.social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.site-footer .content.social-icons ul li img {
  transition: all 0.3s;
}
.site-footer .bottom-row {
  padding: 2rem 0;
  font-size: 1.4rem;
}
.site-footer .bottom-row p {
  margin: 0;
}
.site-footer .bottom-row .--copyright p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.site-footer .bottom-row .--powered p {
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: end;
  gap: 0.8rem;
}
.site-footer .bottom-row .--menufooter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.site-footer .bottom-row .--menufooter ul li a {
  color: var(--white);
}

:where(.wp-block-columns.has-background) {
  padding: 0;
}

.max-1050 .row {
  max-width: 1050px;
  margin: 0 auto;
}

.wp-block-columns {
  margin-bottom: 0 !important;
}

.gform_heading {
  display: none !important;
}

.gform_validation_errors h2 {
  margin: 0 !important;
}

.gform_confirmation_message {
  text-align: center !important;
  font-weight: 600 !important;
}

#wpadminbar #wp-admin-bar-search {
  display: none;
}

.hero-section {
  overflow: hidden;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), #fef8e6;
  padding: 8rem 0 4rem;
}
.hero-section .hero__content {
  max-width: 48.2rem;
}
.hero-section .hero__content h1 {
  margin-bottom: 3.6rem;
}
.hero-section .hero__content p {
  margin-bottom: 3rem;
}
.hero-section .hero__content p:last-child {
  margin: 0;
}
.hero-section .hero__cta {
  margin-top: 4.8rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.hero-section .bleed {
  width: 100%;
  height: 8.8rem;
  background: var(--Brand-Colors-Peacock-Blue-PB-50, #edf7f9);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.hero-section .bg-right {
  content: "";
  border-radius: 16px;
  background: #fef8e6;
  width: 100%;
  height: 100%;
  right: -10rem;
  position: absolute;
  bottom: 4.8rem;
  z-index: -1;
  max-height: 35rem;
  max-width: 70rem;
}
.hero-section .bg-left {
  content: "";
  border-radius: 16px 16px 0 0;
  background: #fef8e6;
  width: 100%;
  height: 100%;
  right: 14rem;
  position: absolute;
  bottom: 4.8rem;
  z-index: -1;
  max-height: 35rem;
  max-width: 70rem;
}
.hero-section figure {
  margin: 0;
}
.hero-section figure img {
  border-radius: 16px;
}
.hero-section .breadcrumbs {
  position: absolute;
  top: -5.2rem;
  left: 0;
  color: #8f011a;
  font-family: var(--Inter);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 130%; /* 15.6px */
}
.hero-section .breadcrumbs svg {
  margin: 0 0.4rem;
}
.hero-section .breadcrumbs a {
  color: var(--navy);
  font-family: var(--Inter);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  text-decoration-line: underline;
}
.hero-section.left-content p {
  padding-right: 9rem;
}

.breadcrumbs {
  position: absolute;
  top: -5.2rem;
  left: 0;
  color: #8f011a;
  font-family: var(--Inter);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 130%; /* 15.6px */
}
.breadcrumbs a {
  color: var(--navy);
  font-family: var(--Inter);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  text-decoration-line: underline;
}

.content-card {
  background: var(--Brand-Colors-Peacock-Blue-PB-50);
  padding: 20rem 0;
  position: relative;
}
.content-card .bg-circle-image {
  position: relative;
}
.content-card .bg-circle-image .--circlebg {
  max-width: 72rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.content-card h2 {
  margin-bottom: 4rem;
  line-height: 5.2rem;
  position: relative;
}
.content-card .row-bg {
  border-radius: 16px;
  background: white;
  position: relative;
  z-index: 9;
}
.content-card .row-bg .content {
  padding: 3.2rem 6.5rem;
}
.content-card .row-bg .content p {
  color: var(--brand-colors-navy-blue-nb-70075);
  font-family: var(--Inter);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem; /* 155.556% */
  margin-bottom: 3rem;
}
.content-card .row-bg .content p:last-child {
  margin-bottom: 0;
}
.content-card .row-bg .content .btn {
  margin-top: 1rem;
}
.content-card .row-bg figure {
  max-width: 42rem;
  max-width: 42rem;
  margin: auto 0 0 auto;
}
.content-card .row-bg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 16px 16px 0;
}

.testimonial-slider {
  background: var(--Brand-Colors-Peacock-Blue-PB-50);
  padding: 20rem 0;
}
.testimonial-slider h2 {
  margin-bottom: 4rem;
  line-height: 5.2rem;
  position: relative;
  z-index: 2;
}
.testimonial-slider .testimonial-slider-wrapper {
  border-radius: 16px;
  background: white;
  position: relative;
  z-index: 9;
}
.testimonial-slider .testimonial-slider-wrapper figure {
  max-width: 42rem;
  margin: auto 0 0 auto;
}
.testimonial-slider .testimonial-slider-wrapper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 16px 16px 0;
}
.testimonial-slider .testimonial-slider-wrapper .slider-image {
  padding: 0;
}
.testimonial-slider .testimonial-slider-wrapper .slider-image .--circlebg {
  max-width: 72rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.testimonial-slider .testimonial-slider-wrapper .testimonial-item {
  padding: 7rem 2rem 7rem 6.2rem;
}
.testimonial-slider .testimonial-slider-wrapper .testimonial-content {
  cursor: pointer;
  max-height: 26rem;
  overflow: auto;
  padding-right: 5.2rem;
}
.testimonial-slider .testimonial-slider-wrapper .testimonial-content::-webkit-scrollbar {
  width: 5px;
}
.testimonial-slider .testimonial-slider-wrapper .testimonial-content::-webkit-scrollbar-thumb {
  background-color: var(--teal);
  border-radius: 6px;
}
.testimonial-slider .testimonial-slider-wrapper .testimonial-content::-webkit-scrollbar-track {
  background-color: #F2FAFB;
}
.testimonial-slider .testimonial-slider-wrapper .testimonial-content p {
  color: var(--brand-colors-navy-blue-nb-70075);
  font-family: var(--Inter);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem; /* 155.556% */
}
.testimonial-slider .testimonial-slider-wrapper .slick-slider {
  padding: 0;
}
.testimonial-slider .testimonial-slider-wrapper .slick-slider .slick-dots {
  padding: 0;
  list-style: none;
  border: 0;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  margin: 0;
}
.testimonial-slider .testimonial-slider-wrapper .slick-slider .slick-dots li {
  line-height: 100%;
  width: 3px;
  height: 7px;
  display: flex;
  margin-bottom: 8px;
  transition: 0.3s all;
}
.testimonial-slider .testimonial-slider-wrapper .slick-slider .slick-dots li.slick-active {
  height: 4rem;
}
.testimonial-slider .testimonial-slider-wrapper .slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.testimonial-slider .testimonial-slider-wrapper .slick-slider .slick-dots li button {
  border: 0;
  padding: 0;
  background-color: #009ba3;
  border-radius: 100px;
  overflow: hidden;
  text-indent: 2rem;
}

.home .garnet-color-card .--large-card {
  padding: 5.6rem 8.4rem 2rem;
  min-height: 32.5rem;
  display: block;
}

.garnet-color-card {
  padding: 11.2rem 0 8rem;
}
.garnet-color-card .clr-card-box:hover {
  transition: all 0.3s ease;
}
.garnet-color-card .clr-card-box:hover.bg-navy {
  background-color: #001E32;
}
.garnet-color-card .clr-card-box:hover.bg-red {
  background-color: #720015;
}
.garnet-color-card .clr-card-box:hover.bg-yellow {
  background-color: #C49300;
}
.garnet-color-card .clr-card-box:hover.bg-light-grey {
  background-color: #B7B6B0;
}
.garnet-color-card .clr-card-box:hover.bg-teal {
  background-color: #007C82;
}
.garnet-color-card .clr-card-box:hover.bg-teal-light {
  background-color: #007C82;
}
.garnet-color-card .clr-card-box:hover.bg-red-light {
  background-color: #720015;
}
.garnet-color-card .clr-card-box:hover.bg-yellow-light {
  background-color: #F9D466;
}
.garnet-color-card .clr-card-box:hover.peacok-blue {
  background-color: #66C3C8;
}
.garnet-color-card .clr-card-box:hover.yellow-200 {
  background-color: #F9D466;
}
.garnet-color-card .clr-card-box:hover.red-200 {
  background-color: #BC6676;
}
.garnet-color-card .bg-navy {
  background-color: #00263e;
}
.garnet-color-card .--large-card {
  padding: 1rem 4rem;
  min-height: 32.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.garnet-color-card .--large-card h2 {
  margin-bottom: 2.8rem;
  color: var(--d-navy);
  line-height: 5.2rem;
}
.garnet-color-card .--small-card {
  padding: 4rem;
  position: relative;
  height: 100%;
  min-height: 32.5rem;
}
.garnet-color-card .--small-card .--link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.garnet-color-card .--small-card .social-media {
  gap: 0.8rem;
}
.garnet-color-card .--small-card h3 {
  color: white;
  margin-bottom: 2.4rem;
}
.garnet-color-card .--small-card p {
  color: white;
}
.garnet-color-card .--small-card p a {
  color: white;
}
.garnet-color-card .--small-card .arrow-link {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
}

.social-media {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin: 0;
  padding: 0;
}

.social-media-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-media-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*Network */
.network {
  position: relative;
  min-height: 52rem;
  max-width: 144rem;
  margin: 0 auto;
  padding-bottom: 7rem;
  overflow: hidden;
}
.network figure {
  position: relative;
}
.network figure img {
  border-radius: 16px;
}
.network figure:after {
  content: "";
  width: 107.6rem;
  max-height: 32rem;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  max-width: calc(100vw - 37%);
  z-index: -1;
  border-radius: 16px;
  background: var(--Brand-Colors-Peacock-Blue-PB-50, #edf7f9);
}
.network .--img {
  position: absolute;
  right: 0;
  z-index: -1;
  border-radius: 1.6rem;
}
.network .newsletter-content {
  border-radius: 33.6rem;
  background: #faf9f8;
  padding: 7.2rem 8rem 7.2rem 9.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 101.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0rem;
  align-items: center;
}
.network .newsletter-content .--content {
  max-width: 36rem;
}
.network .newsletter-content .--content h3 {
  margin-bottom: 0.8rem;
  font-size: 3.2rem;
  line-height: 4rem;
}
.network .newsletter-content .--content p {
  margin: 0;
}
.network .newsletter-content .--newsletter {
  flex: 0 0 40rem;
}
.network .newsletter-content .--newsletter form {
  position: relative;
  margin: 0;
}
.network .newsletter-content .--newsletter form fieldset {
  display: flex;
  align-items: center;
  border-radius: 5rem !important;
  border: 1px solid #b7b6b0;
  background: #f5f4f1;
  font-weight: 400;
}
.network .newsletter-content .--newsletter form fieldset div {
  display: flex;
  align-items: center;
  height: 48px;
}
.network .newsletter-content .--newsletter form fieldset div input {
  border: 0 !important;
  padding: 1.12rem 0rem 1.12rem 2rem !important;
  font-weight: 400 !important;
  background: unset !important;
  text-overflow: ellipsis;
  border-radius: 5rem !important;
  margin-left: 1px;
}
.network .newsletter-content .--newsletter form fieldset div input:-webkit-autofill, .network .newsletter-content .--newsletter form fieldset div input:-webkit-autofill:hover, .network .newsletter-content .--newsletter form fieldset div input:-webkit-autofill:focus, .network .newsletter-content .--newsletter form fieldset div input:-webkit-autofill:active {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.network .newsletter-content .--newsletter form fieldset div input:focus {
  outline: none;
}
.network .newsletter-content .--newsletter form fieldset input[type=submit] {
  border-radius: 10rem;
  background-color: var(--red);
  border: 0;
  color: #fff;
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 1.2rem 3.22rem;
  font-weight: 500;
  font-family: var(--human);
}
.network .newsletter-content .--newsletter form fieldset input[type=submit]:hover {
  background-color: var(--d-navy);
  color: var(--white);
}

.cta-form {
  position: relative;
  max-width: 40rem;
}
.cta-form fieldset {
  display: flex;
  align-items: center;
  border-radius: 5rem !important;
  border: 1px solid #b7b6b0;
  background: var(--Brand-Colors-Grey-Grey-600);
  font-weight: 400;
}
.cta-form fieldset div {
  display: flex;
  align-items: center;
  height: 48px;
}
.cta-form fieldset div input {
  border: 0;
  padding: 1.12rem 0rem 1.12rem 2rem !important;
  font-weight: 400;
  text-overflow: ellipsis;
  border-radius: 5rem !important;
  margin-left: 1px;
}
.cta-form fieldset div input:-webkit-autofill, .cta-form fieldset div input:-webkit-autofill:hover, .cta-form fieldset div input:-webkit-autofill:focus, .cta-form fieldset div input:-webkit-autofill:active {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.cta-form fieldset div input:focus {
  outline: none;
}
.cta-form fieldset input[type=submit] {
  border-radius: 10rem;
  background-color: var(--red);
  border: 0;
  color: var(--white);
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 1.2rem 3.22rem;
  font-weight: 500;
  font-family: var(--human);
}
.cta-form fieldset input[type=submit]:hover {
  background-color: var(--d-navy);
  color: var(--white);
}

.cta-card {
  border-radius: 4px;
  border: 1px solid var(--brand-colors-yellow-yellow-50025, rgba(245, 184, 0, 0.25));
  background: var(--yellow-50);
  padding: 4.4rem 4rem 4rem;
  min-height: 24.8rem;
  height: 100%;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.cta-card:hover {
  background: rgba(245, 184, 0, 0.25);
}
.cta-card .--link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cta-card .card-content h3 {
  color: var(--d-navy);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
}
.cta-card .card-content p {
  margin-bottom: 2.4rem;
}
.cta-card .card-content.card-two-buttons h3 {
  margin-bottom: 3.2rem;
}
.cta-card .card-content.card-two-buttons .btn-index {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.cta-card .card-content.card-one-button h3 {
  margin-bottom: 0;
}
.cta-card .cta-form fieldset {
  background: var(--yellow-50);
}

.cta-icon-card {
  border-radius: 8px;
  background: var(--Brand-Colors-Yellow-Yellow-50, #fef8e6);
  padding: 4.4rem 3.2rem 4rem;
  min-height: 30.5rem;
  position: relative;
}
.cta-icon-card .--link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cta-icon-card .card-content h6 {
  color: var(--d-navy);
  margin-bottom: 1.6rem;
  font-family: var(--human);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-transform: capitalize;
}
.cta-icon-card .card-content p {
  font-family: var(--human);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cta-icon-card .card-content .icon-btn {
  position: absolute;
  padding: 2rem;
  border-radius: 100%;
  background-color: #8f001a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 6.4rem;
  max-height: 6.4rem;
  right: 3.2rem;
  bottom: 4rem;
  transition: 0.3s all;
}
.cta-icon-card:hover .icon-btn {
  background-color: var(--d-navy);
}

.page-id-795 .team-card .member-info {
  min-height: 13rem;
  height: auto;
}

.page-id-795 .team-card .member-info .-member-title span {
  line-height: normal;
  min-height: 21px;
  display: block;
}

.page-id-798 .team-card .member-info .-member-title {
  margin: 0;
}

.team-card {
  transition: 0.3s all;
  cursor: pointer;
  overflow: hidden;
  border-radius: 1.6rem;
  cursor: pointer;
}
.team-card .member-info {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  padding: 2.4rem;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  width: 100%;
  border-radius: 0 0 1.6rem 1.6rem;
}
.team-card .member-info p.-member-title-designation {
  margin-bottom: 0;
}
.team-card .member-info .--member-excerpt {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  transform: translate(0px, 100%);
}
.team-card .member-info .-member-title {
  margin-bottom: 1.6rem;
  color: var(--d-navy);
  font-family: var(--human);
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
}
.team-card .member-info .-member-title span {
  color: var(--d-navy);
  font-family: var(--human);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.team-card .member-info .-member-title-designatoin {
  overflow: hidden;
  color: var(--Brand-Colors-Navy-Blue-NB-700, #001725);
  font-family: var(--human);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem; /* 114.286% */
}
.team-card .member-info p {
  color: var(--d-navy);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.team-card .member-info h6 {
  color: var(--red);
  font-family: var(--inter);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem; /* 150% */
}
.team-card .member-info .links h6 {
  margin: 0;
  cursor: pointer;
  text-transform: capitalize;
}
.team-card:hover {
  transform: scale(1.01);
  z-index: 2;
}
.team-card:hover .member-info {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -107.74%, rgba(255, 255, 255, 0.9) 57.74%);
  transform: translate(0, 0rem);
}
.team-card:hover .member-info p.-member-title-designation {
  margin-bottom: 2.4rem;
}
.team-card:hover .--member-excerpt {
  height: auto;
  transform: translate(0px, 0%);
}
.team-card img {
  border-radius: 16px;
}

.team-card-hover {
  transition: 0.3s all;
  border-radius: 1.6rem;
  cursor: pointer;
}
.team-card-hover .member-info {
  position: absolute;
  bottom: 0;
  height: auto;
  overflow: hidden;
  padding: 2.4rem;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  width: 100%;
}
.team-card-hover .member-info .-member-title {
  color: var(--d-navy);
  font-family: var(--human);
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
}
.team-card-hover .member-info .-member-title span {
  color: var(--d-navy);
  font-family: var(--human);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.team-card-hover .member-info p {
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.team-card-hover .member-info h6 {
  color: var(--red);
  font-family: var(--inter);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem; /* 150% */
}
.team-card-hover .member-info .links h6 {
  margin: 0;
  cursor: pointer;
  text-transform: capitalize;
}

#teamModal {
  background: rgba(229, 227, 220, 0.6);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  z-index: 9999999;
}
#teamModal .modal-dialog {
  transform: translateY(-50%);
  top: 56%;
  max-width: 1080px;
  margin: auto;
  z-index: 99999;
}
#teamModal .modal-dialog .modal-content {
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
}
#teamModal .modal-dialog .modal-body {
  padding: 0;
}
#teamModal .modal-dialog .modal-body figure {
  max-height: 45rem;
}
#teamModal .modal-dialog .modal-body img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#teamModal .modal-dialog .modal-body .--content {
  padding: 4rem;
}
#teamModal .modal-dialog .modal-body .--content #memberName {
  color: var(--black);
  font-family: var(--human);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.2rem; /* 133.333% */
}
#teamModal .modal-dialog .modal-body .--content #designation {
  color: rgba(0, 38, 62, 0.75);
  font-family: var(--human);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem; /* 171.429% */
  margin-bottom: 3.2rem;
}
#teamModal .modal-dialog .modal-body .--content .btn-close {
  background-color: transparent;
  background-image: url(../../assets/images/close_modal.svg);
  position: absolute;
  right: 2.4rem;
  top: 2.4rem;
  opacity: 1;
  border-radius: 100%;
  padding: 0;
  font-size: 2rem;
}
#teamModal .modal-dialog .modal-body .--content div#popupcontent {
  max-width: 60rem;
  max-height: 25rem;
  overflow: auto;
  margin-bottom: 2.26rem;
}

#loader {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader .loadersvg {
  width: 50px;
  height: 50px;
  stroke-width: 3px;
  stroke: #fff;
  fill: transparent;
  stroke-dasharray: 157.1;
  stroke-dashoffset: 0px;
  stroke: #ca0a05;
  animation: rot 4s infinite linear;
}

.team-listing {
  position: relative;
  z-index: 1;
  padding: 8rem 0;
}
.team-listing .team-content {
  margin-bottom: 4rem;
}
.team-listing .team-content h2 {
  line-height: 5.2rem;
}
.team-listing .team-content p {
  max-width: 1080px;
  margin: 0 auto;
}

a.linkdin-btn {
  pointer-events: none;
}

.page-id-889 .team-card figure {
  max-height: 41.2rem;
  overflow: hidden;
}
.page-id-889 .team-card .-member-title br {
  display: none;
}

.cover-garnet {
  background-color: var(--Brand-Colors-Peacock-Blue-PB-50);
}
.cover-garnet .cover {
  border-radius: 1.6rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cover-garnet .cover .content {
  padding: 0 0rem 0 7.2rem;
}
.cover-garnet .cover .cover-content {
  padding: 6.4rem 7.2rem;
  background-color: var(--white);
  border-radius: 1.6rem;
}
.cover-garnet .cover .cover-content h3 {
  color: var(--d-navy);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
}
.cover-garnet .cover .cover-content blockquote {
  margin-top: 4rem;
}
.cover-garnet .cover .cover-content p {
  font-size: 1.8rem;
  line-height: 2.8rem; /* 155.556% */
  margin-bottom: 2rem;
}
.cover-garnet .cover .cover-content p:last-child {
  margin: 0;
}
.cover-garnet .cover .cover-content .btn {
  margin-top: 2rem;
}
.cover-garnet.donate-families .cover {
  background-size: 80%;
  background-position: center bottom;
}
.cover-garnet.donate-families .cover-content {
  max-width: 70.8rem;
  margin: auto;
  padding: 6rem 8rem;
  text-align: center;
}
.cover-garnet.donate-families .cover-content .content {
  padding: 0;
}
.cover-garnet.donate-families .cover-content .content p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem; /* 150% */
}
.cover-garnet.what-is-a-family {
  padding-bottom: 4rem;
}
.cover-garnet.what-is-a-family .cover .cover-content {
  padding: 10.4rem 7.2rem 12rem;
  align-items: center !important;
}
.cover-garnet.media-kit {
  background-color: unset;
}
.cover-garnet.media-kit .content {
  padding: 0;
}
.cover-garnet.media-kit h3 {
  margin-bottom: 4rem;
}
.cover-garnet.media-kit p {
  margin-bottom: 2rem;
}
.cover-garnet.media-kit .btn {
  margin-top: 2rem;
}
.cover-garnet.quick-form {
  background-color: unset;
}
.cover-garnet.quick-form .container {
  background-color: var(--Brand-Colors-Peacock-Blue-PB-50);
  border-radius: 16px;
}
.cover-garnet.quick-form .cover {
  background-size: contain;
}
.cover-garnet.quick-form .cover-content {
  max-width: 86rem;
  margin: auto;
}
.cover-garnet.quick-form .cover-content .content {
  padding: 0;
}
.cover-garnet.quick-form .cover-content .content h3 {
  margin-bottom: 4rem;
}
.cover-garnet.quick-form .cover-content .content .ajax-search-block {
  margin-top: 4rem;
  position: relative;
  max-width: 40rem;
  margin: auto;
}
.cover-garnet.quick-form .cover-content .content .ajax-search-block .cta-form {
  position: relative;
}
.cover-garnet.quick-form .cover-content .content .ajax-search-block .cta-form #ajax-search-input {
  border-radius: 50px !important;
  border: 1px solid var(--Brand-Colors-Grey-Grey-600, #b7b6b0) !important;
  background: var(--Brand-Colors-Grey-Grey-200, #f5f4f1) !important;
  color: var(--Neutral-Black, #000) !important;
  font-family: var(--human) !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px !important;
  max-width: 40rem !important;
}
.cover-garnet.quick-form .cover-content .content .ajax-search-block .cta-form #ajax-search-input::-moz-placeholder {
  color: var(--Neutral-Black, #000) !important;
}
.cover-garnet.quick-form .cover-content .content .ajax-search-block .cta-form #ajax-search-input::placeholder {
  color: var(--Neutral-Black, #000) !important;
}
.cover-garnet.quick-form .cover-content .content .ajax-search-block .cta-form #ajax-search-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-width: 14rem;
}
.cover-garnet.quick-form .cover-content .content .ajax-search-block ul#ajax-search-results {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  background: white;
  border-radius: 0.8rem;
  margin: 0;
  padding: 0rem;
  max-height: 26rem;
  overflow-y: scroll;
  width: 100%;
}
.cover-garnet.quick-form .cover-content .content .ajax-search-block ul#ajax-search-results li {
  font-size: 1.6rem;
  line-height: 120%;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d6d6d6;
  text-align: left;
  padding: 1rem;
}
.cover-garnet.quick-form .cover-content .content .ajax-search-block ul#ajax-search-results li:last-child {
  border-bottom: none;
}

.home-cover-area .cover .content {
  max-width: 499px;
  margin: auto 0 auto auto;
  padding: 0;
}
.home-cover-area .cover .content .justify-content-center {
  justify-content: start !important;
}

#cover-20f .cover {
  background-size: 80%;
  background-position: center bottom;
}
#cover-20f .cover .cover-content {
  padding: 6rem 8rem;
  max-width: 70.8rem;
  margin: auto;
}
#cover-20f .cover .cover-content h3 {
  margin-bottom: 0.8rem;
}
#cover-20f .cover .cover-content p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem; /* 150% */
}

#cover-592 .cover-content .content {
  max-width: 49.9rem;
  margin: auto 0 auto auto;
}

#cover-374 {
  background-color: var(--Brand-Colors-Peacock-Blue-PB-50);
  padding: 12rem 0;
}
#cover-374 .cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#cover-374 .cover .content {
  text-align: center;
}

#cover-296 {
  background-color: var(--Brand-Colors-Peacock-Blue-PB-50);
}
#cover-296 .cover {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#cover-296 .cover .content {
  text-align: center;
}

#cover-302 {
  background-color: var(--Brand-Colors-Peacock-Blue-PB-50);
}
#cover-302 .cover {
  background-size: 100rem 42rem;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#cover-302 .cover .content {
  text-align: center;
}

.brand-logos img {
  transition: 0.3s;
}
.brand-logos img:hover {
  transform: scale(1.1);
}

.family-of-families {
  padding: 12rem 0;
}
.family-of-families .--content {
  margin-right: 4.8rem;
}
.family-of-families h2 {
  margin-bottom: 2.4rem;
}
.family-of-families img {
  border-radius: 1.6rem;
}
.family-of-families p {
  margin-bottom: 3rem;
}
.family-of-families .btn {
  margin-top: 2.6rem;
  padding: 0.72rem 3.2rem;
  transition: 0.3s all;
  color: #fff;
  font-family: var(--human);
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  border: 1px solid transparent;
}
.family-of-families .btn.primary-btn {
  background-color: var(--red);
}
.family-of-families .btn.primary-btn:hover {
  background-color: var(--d-navy);
  color: var(--white);
}
.family-of-families .btn.primary-btn:visited {
  color: var(--white);
}

.accordion-garnet {
  border-radius: 1.6rem;
  border: 1px solid var(--brand-colors-yellow-yellow-50025, rgba(245, 184, 0, 0.25));
}
.accordion-garnet .accordion-item {
  border-bottom: 1px solid var(--yellow);
  background: var(--yellow-50);
  padding: 2.4rem 3.2rem;
  transition: all 0.3s ease;
}
.accordion-garnet .accordion-item:hover {
  background: #FDF1CC;
}
.accordion-garnet .accordion-item.open-list {
  background: var(--Neutral-White, #fff);
  border-radius: 1.6rem 1.6rem 0 0;
}
.accordion-garnet .accordion-item:last-child {
  border: 0;
  border-radius: 0 0 1.6rem 1.6rem;
}
.accordion-garnet .accordion-body p {
  margin: 1.6rem 0 0 0;
}
.accordion-garnet .accordion-button {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: var(--d-navy);
}
.accordion-garnet .accordion-button::after {
  background-image: url("../../assets/images/Chevron.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--yellow);
  border-radius: 100%;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
}
.accordion-garnet .accordion-button[aria-expanded=true]::after {
  background-image: url("../../assets/images/chevron-open.svg");
}

.video-block {
  text-align: center;
}
.video-block h6 {
  color: var(--brand-colors-navy-blue-nb-70075);
  font-family: var(--human);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem; /* 114.286% */
}
.video-block p {
  max-width: 74rem;
  margin: auto;
}
.video-block .wp-block-embed iframe {
  max-width: 666px;
  width: 100%;
  border-radius: 16px;
  margin: auto;
}

.canadian-community {
  background-image: url(../../assets/images/bgmap.svg);
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: 65.6rem;
}
.canadian-community p {
  text-align: center;
  margin-bottom: 3rem;
}
.canadian-community p:last-child {
  margin-bottom: 0;
}

.committed-families .--content {
  padding-left: 4.8rem;
}
.committed-families .--content p {
  margin-bottom: 3rem;
}
.committed-families .--content p:last-child {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2rem;
}

.why-garnet h2 {
  line-height: 5.2rem;
  margin-bottom: 4.8rem;
}
.why-garnet .--content {
  padding-left: 2.8rem;
}
.why-garnet .--content p {
  margin-bottom: 3rem;
}
.why-garnet .--content p:last-child {
  margin-bottom: 0;
}

.families-matter h2 {
  line-height: 5.2rem;
  margin-bottom: 2.8rem;
}
.families-matter .content {
  padding-right: 5.6rem;
}
.families-matter .content P {
  margin-bottom: 2rem;
}
.families-matter .content P:last-child {
  margin-bottom: 0;
}
.families-matter .content .btn {
  margin-top: 1.8rem;
}

.persistent h2 {
  margin-bottom: 3.6rem;
  line-height: 5.2rem;
}
.persistent p {
  max-width: 1080px;
  margin: auto;
}

.accordian-list .-content {
  padding-right: 12rem;
  padding-top: 0.8rem;
}
.accordian-list .-content p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 2rem;
}
.accordian-list .-content .btn {
  margin-top: 2rem;
}

.military {
  background-color: unset;
}
.military .cover-content .btn {
  margin-top: 0 !important;
}
.military .cover-content .content {
  padding: 0;
}
.military .cover-content .content p {
  margin-bottom: 4rem;
}
.military .cover-content .content blockquote {
  margin: 4rem 0 0 0;
}
.military .cover-content .content blockquote p {
  font-weight: 500;
  font-family: var(--human);
  color: var(--d-navy);
}

.knowledge .cover .cover-content h3 {
  font-size: 2.8rem;
  line-height: 4rem;
  margin-bottom: 4rem;
}
.knowledge .cover .cover-content p {
  margin-bottom: 0;
}

.risk-head .content h2 {
  margin-bottom: 2.8rem;
  line-height: 5.2rem;
}
.risk-head .content p {
  margin-bottom: 2.8rem;
}
.risk-head .content p:last-child {
  margin-bottom: 0;
}

.facing-risk .row {
  gap: 2rem;
}
.facing-risk .col {
  padding: 0;
}
.facing-risk h3 {
  margin-bottom: 1.6rem;
}
.facing-risk .wp-block-buttons {
  margin-top: 3.2rem;
}

.post-carousel-section article {
  position: relative;
  max-width: 40.7rem;
}
.post-carousel-section article .post__card {
  position: absolute;
  right: 0;
  bottom: 0;
}
.post-carousel-section article .post__card h2 {
  overflow: hidden;
  color: var(--Brand-Colors-Navy-Blue-NB-700, #001725);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--human);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem; /* 133.333% */
}

.managed h2 {
  margin-bottom: 3.6rem;
  line-height: 5.2rem;
}
.managed p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin-bottom: 3rem;
}
.managed p:last-child {
  margin-bottom: 0;
}

.realities-families-icon-block {
  padding: 4.4rem 3.2rem 3.2rem;
  background-color: #fef8e6;
  border-radius: 0.8rem;
}
.realities-families-icon-block h4 {
  margin-bottom: 1.6rem;
}
.realities-families-icon-block p {
  margin-bottom: 1.3rem;
  font-size: 1.4rem;
  color: var(--brand-colors-navy-blue-nb-70075, rgba(0, 23, 37, 0.75));
  font-family: "Human Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.realities-families-icon-block figure {
  text-align: end;
  margin-bottom: 0;
}

.form-block h2 {
  margin-bottom: 6.4rem;
  line-height: 5.2rem;
}
.form-block form input[type=email],
.form-block form input[type=text] {
  max-width: 100% !important;
}

.differnet-slider {
  padding: 12rem 0 20rem;
}

.cta-garnet form {
  position: relative;
  margin: 0;
}
.cta-garnet form fieldset {
  display: flex;
  align-items: center;
  border-radius: 5rem !important;
  border: 1px solid #b7b6b0;
  background: #ffffff !important;
  font-weight: 400;
}
.cta-garnet form fieldset div {
  display: flex;
  align-items: center;
  height: 4rem;
}
.cta-garnet form fieldset div input {
  border: 0 !important;
  padding: 1.12rem 0rem 1.12rem 2rem !important;
  font-weight: 400 !important;
  background: unset !important;
  color: black !important;
  font-family: var(--human);
  text-overflow: ellipsis;
  border-radius: 5rem !important;
  margin-left: 1px;
}
.cta-garnet form fieldset div input:-webkit-autofill, .cta-garnet form fieldset div input:-webkit-autofill:hover, .cta-garnet form fieldset div input:-webkit-autofill:focus, .cta-garnet form fieldset div input:-webkit-autofill:active {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.cta-garnet form fieldset div input:focus {
  outline: none;
}
.cta-garnet form fieldset div input::-moz-placeholder {
  color: black !important;
}
.cta-garnet form fieldset div input::placeholder {
  color: black !important;
}
.cta-garnet form fieldset input[type=submit] {
  border-radius: 10rem;
  background-color: var(--red);
  border: 0;
  color: #fff;
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.8rem 3.2rem !important;
  font-weight: 500;
  font-family: var(--human) !important;
}
.cta-garnet form fieldset input[type=submit]:hover {
  background-color: var(--d-navy);
  color: var(--white);
}

.text-area {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.text-area h4 {
  color: var(--Brand-Colors-Navy-Blue-NB-900);
  font-family: var(--human);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem; /* 111.111% */
  text-transform: uppercase;
  position: relative;
  flex: auto;
}
.text-area h4 span {
  position: relative;
  background: #ffffff;
  padding-right: 2rem;
}
.text-area h4::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #f5b800;
}
.text-area .view-all-btn {
  margin-left: 2rem;
}
.text-area .view-all-btn .btn {
  min-width: 14rem;
}
.text-area .view-all-btn .btn:hover {
  color: white;
}

.post-carousel-section {
  padding-top: 3rem;
}
.post-carousel-section .description {
  margin-bottom: 4.6rem;
  max-width: 110rem;
}
.post-carousel-section .description p {
  font-family: var(--human);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; /* 114.286% */
}
.post-carousel-section .slick-prev {
  left: 15px;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg) !important;
  top: 35%;
}
.post-carousel-section .slick-next {
  right: 15px;
}
.post-carousel-section .slick-next,
.post-carousel-section .slick-prev {
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Crect x='2' y='2' width='44' height='44' rx='22' fill='%238F001A' /%3E%3Crect x='2' y='2' width='44' height='44' rx='22' stroke='white' stroke-width='4' /%3E%3Cpath d='M16.5 24.0003H31.5M31.5 24.0003L24.4167 16.917M31.5 24.0003L24.4167 31.0837' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -2000000px;
  overflow: hidden;
}
.post-carousel-section .slick-list {
  margin: 0 -2rem;
  padding: 0 0 1.6rem 0;
}
.post-carousel-section .slick-list .slick-slide {
  margin: 0 2rem;
}
.post-carousel-section .post-list .post-card {
  max-width: 407px;
  margin-bottom: 4.8rem;
}

.post-card {
  position: relative;
}
.post-card figure img {
  border-radius: 4px;
  height: 28.7rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-card .post-card-content {
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: -1.6rem;
  right: -15px;
  width: calc(100% - 3.1rem);
  padding: 2rem 4rem 2rem 2rem;
  min-height: 14.8rem;
  max-width: 391px;
  width: 100%;
}
.post-card .post-card-content h5 {
  color: var(--d-navy);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.post-card .post-card-content h5 a {
  color: var(--d-navy);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 24px;
}
.post-card .post-card-content .post-card-tag {
  border-radius: 4px;
  background: var(--yellow);
  padding: 0.4rem 0.8rem;
  color: var(--Brand-Colors-Navy-Blue-NB-900);
  font-family: var(--Inter);
  font-size: 1rem;
  font-weight: 600;
  line-height: 10px;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  width: auto;
}
.post-card .post-card-content .post-card-tag a {
  font-weight: 600;
  line-height: 10px;
}

.contact-header {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), #fef8e6;
  padding: 3.2rem 0 10.2rem;
  margin-bottom: 4rem;
}
.contact-header h1 {
  margin-bottom: 3.6rem;
}
.contact-header .breadcrumbs {
  margin-bottom: 3.2rem;
}

.garnet-our-newsletter .text-area {
  margin-bottom: 5.6rem;
}
.garnet-our-newsletter .row {
  --bs-gutter-x: 4rem;
}
.garnet-our-newsletter .newsletter-card {
  max-width: 407px;
  position: relative;
  margin-bottom: 5.6rem;
}
.garnet-our-newsletter .newsletter-card .card-image figure {
  margin: 0;
}
.garnet-our-newsletter .newsletter-card .card-image figure img {
  border-radius: 4px;
}
.garnet-our-newsletter .newsletter-card .card-image .card-text {
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: -1.6rem;
  right: -15px;
  width: calc(100% - 3.1rem);
  padding: 2rem 4rem 2rem 2rem;
  min-height: 11.4rem;
  display: flex;
  align-items: center;
  justify-content: start;
}
.garnet-our-newsletter .newsletter-card .card-image .card-text a {
  color: var(--d-navy);
  font-family: var(--human);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem;
}

.projects .row {
  row-gap: 2rem;
}
.projects .text-area {
  margin: 2rem 0 5.6rem;
}

.project__card {
  padding: 0.8rem;
  border-radius: 16px;
  display: flex;
  transition: all 0.3s;
  position: relative;
}
.project__card:hover {
  background: var(--Brand-Colors-Peacock-Blue-PB-50, #edf7f9);
}
.project__card .project__card-image {
  max-width: 18rem;
}
.project__card .project__card-content {
  padding-left: 2rem;
}
.project__card .project__card-content h4 a {
  color: var(--d-navy);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.project__card .project__card-content p {
  overflow: hidden;
  color: var(--d-navy);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem; /* 100% */
  margin-bottom: 1.6rem;
}
.project__card .project__card-content p strong {
  margin-bottom: 0.8rem;
  display: inline-block;
  font-weight: 600;
}
.project__card .project__card-content-inner {
  display: grid;
  width: 100%;
}
.project__card .project__card-content-inner p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.project__card .project__card-content-inner p:last-child {
  margin-bottom: 0;
}

.project-hero {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), #fef8e6;
  padding: 3.2rem 0 4.8rem;
}
.project-hero .breadcrumbs {
  margin-bottom: 8.8rem;
  padding-left: 2.4rem;
}
.project-hero h1 {
  margin-bottom: 4.8rem;
  padding-left: 2.4rem;
}
.project-hero .project-date {
  padding-left: 2.4rem;
}
.project-hero .project-date p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem; /* 150% */
  margin: 0;
}

.project-detail {
  padding: 8rem 0 7rem;
}
.project-detail .--content p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem; /* 155.556% */
}
.project-detail .--content .details {
  margin-bottom: 3.6rem;
}
.project-detail .--content .details p {
  margin: 0 0 0.8rem 0;
  font-size: 1.8rem;
  font-family: var(--human);
  line-height: 2.4rem;
}
.project-detail .--content .details br {
  display: none;
}
.project-detail .--content .details strong {
  font-weight: 500;
}

.contact-form-area {
  padding: 0em 0 8rem;
}
.contact-form-area form input[type=text],
.contact-form-area form input[type=email] {
  max-width: 100% !important;
}
.contact-form-area form .gform_fields {
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}
.contact-form-area .right-content {
  border-radius: 16px;
  background: var(--Brand-Colors-Peacock-Blue-PB-50, #edf7f9);
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  top: -10rem;
  position: relative;
  text-align: left;
  padding-left: 9.6rem;
  height: 100%;
  min-height: 46.4rem;
}
.contact-form-area .right-content h5 {
  color: var(--navy);
  font-family: var(--human);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem; /* 155.556% */
  letter-spacing: 0.72px;
  margin-bottom: 4rem;
}
.contact-form-area .right-content p {
  color: var(--navy);
  font-family: var(--human);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; /* 142.857% */
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.leader-hero .hero__content {
  max-width: 100%;
}

.wp-block-list {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: none;
}
.wp-block-list li {
  margin-bottom: 1.2rem;
  position: relative;
}
.wp-block-list li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: -2rem;
  width: 1.2rem;
  height: 100%;
  background-image: url("../../assets/images/bullet.svg");
  background-repeat: no-repeat;
}

.imagine .row {
  justify-content: center;
}
.imagine .block-padding {
  margin: 0.8rem;
  border-radius: 16px;
}
.imagine .--small-card h3 {
  color: var(--d-navy);
  margin-bottom: 2.4rem;
}
.imagine .--small-card p {
  color: var(--brand-colors-navy-blue-nb-70075);
}
.imagine .--large-card p {
  margin-bottom: 2.8rem;
}

.our-team-about h2 {
  margin-bottom: 3.6rem;
}
.our-team-about p {
  font-size: 1.8rem;
}
.our-team-about .team-content {
  margin-bottom: 12rem;
}

.project-main-hero {
  padding: 8rem 0rem 4rem;
  justify-content: space-between;
  align-items: flex-end;
  background: #fff;
}
.project-main-hero .breadcrumbs {
  margin-bottom: 3.2rem;
}
.project-main-hero .breadcrumb-right {
  flex: 0 0 40rem;
}
.project-main-hero .search-form {
  max-width: 400px;
  margin: 0 auto;
}
.project-main-hero .input-group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.project-main-hero .input-group-prepend {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.project-main-hero .input-group-text {
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-main-hero .input-group-text svg {
  width: 24px;
  height: 24px;
}
.project-main-hero .form-control {
  width: 100%;
  padding: 11px 16px 11px 40px;
  font-size: 16px;
  border: 1px solid #b7b6b0;
  border-radius: 8px !important;
  outline: none;
  margin-left: 0px !important;
}
.project-main-hero .form-control::-moz-placeholder {
  color: #aaa;
}
.project-main-hero .form-control::placeholder {
  color: #aaa;
}
.project-main-hero .form-control:focus {
  border-color: #007bff;
}

.projects-archive,
.events-archive {
  margin-bottom: 12rem;
}
.projects-archive .year-section,
.events-archive .year-section {
  padding-top: 4rem;
}
.projects-archive .year-section .text-area,
.events-archive .year-section .text-area {
  margin: 2rem 0 5.6rem;
}
.projects-archive .year-section .text-area h4,
.events-archive .year-section .text-area h4 {
  margin: 0;
}
.projects-archive .post-card,
.events-archive .post-card {
  margin-bottom: 4.8rem;
}

.post-type-archive-event .project-main-hero {
  padding: 8rem 0rem 8rem;
}

.resource-archive-listing {
  padding: 12rem 0 0;
}

@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px;
  }
  .wp-block-columns {
    max-width: 1300px;
    margin: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .cta-icon-card {
    padding: 2rem;
    min-height: unset;
    position: relative;
    min-height: unset;
    height: 100%;
  }
  .cta-icon-card .card-content .icon-btn {
    position: static;
    float: right;
    margin: 2rem 0;
  }
  .testimonial-slider .testimonial-slider-wrapper .testimonial-item {
    padding: 2rem 3.2rem;
  }
  .testimonial-slider .testimonial-slider-wrapper .testimonial-item .testimonial-content {
    padding-right: 2.4rem;
  }
  .site-navigation ul#primary-menu {
    gap: 0.5rem;
  }
  .site-navigation ul#primary-menu li.btn-donate {
    margin-left: 0;
  }
  .site-navigation ul#primary-menu li.btn-donate a {
    padding: 1.12rem 2.15rem;
  }
  .hero-section {
    padding: 8rem 0 7rem;
  }
  .hero-section .bleed {
    bottom: -2rem;
  }
  .hero-section .hero__cta {
    margin-top: 1.8rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .facing-risk .col {
    flex: auto;
  }
  .site-footer .toprow {
    padding: 9.8rem 0 5rem;
  }
  .site-footer .bottom-row .--menufooter ul {
    justify-content: start;
  }
  .site-footer .bottom-row .--powered p {
    justify-content: start;
  }
  .site-footer .bottom-row .--copyright,
  .site-footer .bottom-row .--menufooter,
  .site-footer .bottom-row .--powered {
    margin-top: 1rem;
  }
  .site-footer .logoFooter {
    margin: 2rem 0;
  }
  .cover {
    padding: 8rem 0;
    border-radius: 1.6rem;
  }
  .cover-content {
    padding: 4.2rem 5.2rem;
  }
  .cover-content h3 {
    margin-bottom: 3rem;
  }
  .cover-content blockquote {
    margin-top: 3rem;
  }
  .network .newsletter-content {
    left: 0;
    right: 0;
  }
  .cta-card .card-content .btn-one {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .why-garnet h2 {
    margin-bottom: 1rem;
  }
  .why-garnet .--content {
    padding-left: 0;
  }
  .contact-form-area form .gform_fields {
    -moz-column-gap: unset !important;
         column-gap: unset !important;
  }
  .contact-form-area .wp-block-spacer {
    display: none !important;
  }
  .contact-form-area .wp-block-columns {
    flex-direction: column;
    gap: 4rem;
  }
  .contact-form-area .wp-block-columns .wp-block-column {
    flex-basis: auto !important;
  }
  .contact-form-area .wp-block-columns .right-content {
    padding: 2rem;
    top: 0;
    min-height: auto;
  }
  .facing-risk .wp-block-columns {
    flex-direction: column;
    gap: 2rem;
  }
  .facing-risk .wp-block-columns .wp-block-column {
    flex: auto !important;
  }
  .accordian-list .-content {
    padding-right: 0;
  }
  .risk-head .content h2 br {
    display: none;
  }
  .garnet-color-card {
    padding: 6rem 0;
  }
  .content-card {
    padding: 6rem 0 !important;
  }
  .wp-block-spacer {
    height: 6rem !important;
  }
  .committed-families .--content {
    padding-left: 0;
  }
  .committed-families .--content .wp-block-spacer {
    height: 0 !important;
  }
  .committed-families .--content h3 {
    margin-bottom: 3.2rem;
  }
  .family-of-families {
    padding: 6rem 0;
  }
  .family-of-families img {
    width: 100%;
  }
  .family-of-families .--content {
    margin-right: 0;
  }
  .cta-garnet .row {
    gap: 2rem;
  }
  .cta-card .card-content .btn-one {
    margin-bottom: 0rem;
  }
  .network .newsletter-content {
    left: 0;
    right: 0;
    padding: 2rem;
    flex-direction: column;
    gap: 2rem;
  }
  .network .newsletter-content .--newsletter {
    flex: auto;
  }
  .network .newsletter-content .--newsletter form fieldset input[type=submit] {
    position: unset;
    transform: unset;
  }
  .content-card {
    padding: 10rem 0;
  }
  .content-card .row-bg .content {
    padding: 3rem;
  }
  .content-card .row-bg figure {
    max-width: 100%;
    margin: 3rem 0 0 auto;
  }
  .content-card .row-bg figure img {
    border-radius: 16px;
  }
  .testimonial-slider {
    padding: 10rem 0;
  }
  .testimonial-slider .testimonial-slider-wrapper figure {
    max-width: 100%;
    margin: 3rem 0 0 auto;
  }
  .testimonial-slider .testimonial-slider-wrapper figure img {
    border-radius: 16px;
  }
  .hero-section {
    padding: 4rem 0 4rem;
  }
  .hero-section .hero__content {
    max-width: 100%;
  }
  .hero-section .hero__content h1 {
    margin-bottom: 1.6rem;
  }
  .hero-section .hero__cta {
    margin-top: 1.6rem;
    flex-direction: row;
  }
  .hero-section figure {
    margin-top: 4rem;
  }
  .cover-garnet .cover .content {
    padding: 0;
  }
  .site-navigation ul#primary-menu li:hover .arrow svg {
    transform: unset;
  }
  .site-navigation ul#primary-menu li.current-menu-ancestor {
    border-bottom: 2px solid var(--d-navy) !important;
  }
  .site-navigation ul#primary-menu li.current-menu-parent > a:after {
    display: none;
  }
  .site-header.fixed .menu-toggle {
    position: absolute;
  }
  .site-header.fixed .menu-toggle svg path {
    stroke: var(--black);
  }
  .site-navigation .menu-toggle {
    position: absolute;
    right: 1rem;
    top: 50%;
    display: block;
    background: transparent;
    transform: translateY(-50%);
  }
  .site-navigation.toggled .main-navigation {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    border-radius: 1rem;
    width: 100%;
    min-height: unset;
    left: 0;
    display: block;
  }
  .site-navigation .main-navigation {
    display: none;
  }
  .site-navigation .main-navigation ul#primary-menu {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 4.8rem;
    width: 100%;
    gap: 0;
    padding-bottom: 2rem;
    overflow: scroll;
    height: 100%;
    min-height: 50rem;
  }
  .site-navigation .main-navigation ul#primary-menu li {
    width: 100%;
    padding: 1rem 2rem;
  }
  .site-navigation .main-navigation ul#primary-menu li.current-menu-item > a:after {
    display: none;
  }
  .site-navigation .main-navigation ul#primary-menu li a {
    color: var(--d-navy);
  }
  .site-navigation .main-navigation ul#primary-menu li ul.sub-menu {
    position: static;
    visibility: visible;
    text-align: left;
    opacity: 1;
    padding: 1.6rem 0;
    background: rgb(237, 247, 249);
    border-radius: 0.8rem;
    display: inline-block !important;
    transform: none;
  }
  .site-navigation .main-navigation ul#primary-menu li ul.sub-menu li {
    border: unset;
  }
  .site-navigation .main-navigation ul#primary-menu li .arrow svg path {
    stroke: var(--black);
  }
  .site-navigation .main-navigation.show {
    display: block;
  }
  .site-footer .col-lg-8 {
    order: -1 !important;
  }
  .site-footer .col-lg-3 {
    order: 5 !important;
  }
  .site-footer .middle-content {
    padding-bottom: 0;
  }
  .site-footer .middle-content p {
    margin: 0;
  }
  .site-footer .text-center {
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .post-carousel-section .slick-next,
  .post-carousel-section .slick-prev {
    top: 42%;
  }
  .post-card figure img {
    height: 25.7rem;
  }
  #teamModal .modal-dialog .modal-body figure {
    max-height: 19rem;
    text-align: center;
    padding-top: 15px;
  }
  #teamModal .modal-dialog .modal-body img {
    max-width: 150px;
  }
  .project-main-hero .d-flex {
    flex-direction: column;
    align-items: start !important;
    align-items: start !important;
    gap: 1rem;
  }
  .project-main-hero .breadcrumb-right {
    flex: auto;
  }
  #teamModal .modal-dialog {
    transform: unset;
    top: 6.8rem;
    margin: auto;
  }
  .knowledge .row {
    --bs-gutter-x: 4rem;
  }
  .cta-garnet .col {
    flex: auto;
  }
  .text-area {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .text-area .view-all-btn {
    margin-left: 0;
  }
  .projects .project__card {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .projects .project__card .project__card-image img {
    width: 100%;
  }
  .projects .project__card .project__card-content {
    padding-left: 0;
  }
  .projects .project__card .project__card-content h4 {
    margin-bottom: 1rem;
  }
  .post-carousel-section .post-carousel {
    margin: 0 auto;
  }
  .post-carousel-section .description {
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 110rem;
  }
  .post-carousel-section .text-area {
    flex-wrap: wrap;
  }
  .post-carousel-section .text-area .view-all-btn {
    margin-left: 0;
    margin-top: 1rem;
  }
  .why-garnet h2 {
    line-height: 4rem;
    margin-bottom: 1rem;
  }
  .why-garnet .--content {
    padding-left: 0;
  }
  .families-matter .wp-block-columns {
    gap: 4rem;
  }
  .families-matter h2 {
    line-height: 120%;
  }
  .families-matter .content {
    padding-right: 0;
  }
  .cta-card .card-content .btn-one {
    margin-bottom: 2rem;
  }
  .network .newsletter-content {
    position: relative;
    top: 6rem;
    border-radius: unset;
  }
  .network .newsletter-content .--newsletter form fieldset div input {
    padding: 1.12rem 2rem 1.12rem 2rem !important;
  }
  .wp-block-columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cover-garnet .cover {
    padding: 10rem 0 !important;
  }
  .cover-garnet .cover .cover-content {
    padding: 5rem 1rem !important;
  }
  .cover-garnet .cover .cover-content .content-heading {
    text-align: center;
  }
  .cover-garnet .cover .cover-content .content {
    text-align: center;
  }
  .cover-garnet .cover .cover-content .btn-container {
    flex-direction: column;
  }
  html body .h1,
  html body h1 {
    font-size: 3.8rem;
    line-height: 4.2rem !important;
  }
  html body .h2,
  html body h2 {
    font-size: 3.4rem;
    line-height: 4rem !important;
  }
  html body .h3,
  html body h3 {
    font-size: 2.8rem;
    line-height: 3.8rem !important;
  }
  .hero-section .hero__cta {
    flex-direction: column;
  }
  .hero-section .breadcrumbs {
    position: static;
    margin-bottom: 2rem;
    left: 1rem;
  }
  .hero-section.left-content p {
    padding-right: 0;
  }
  .cover {
    padding: 4rem 0;
    border-radius: 1.6rem;
    min-height: 32rem;
  }
  .cover-content {
    padding: 2rem 3rem;
    min-height: 18rem;
    min-width: 28rem;
    max-width: 100%;
  }
  .cover-content h3 {
    margin-bottom: 2rem;
  }
  .cover-content blockquote {
    margin-top: 2rem;
  }
  .site-navigation .btn-donate {
    text-align: center;
  }
  .home .garnet-color-card .--large-card {
    padding: 2rem;
  }
  .testimonial-slider .testimonial-slider-wrapper .slider-image .--circlebg {
    top: 30%;
    width: 100%;
  }
  .cta-card {
    padding: 2rem;
  }
  .cta-card .btn-index {
    flex-direction: column;
  }
  .content-card .bg-circle-image .--circlebg {
    top: 20%;
    width: 100%;
  }
  .cover-garnet.quick-form .cover-content .content .ajax-search-block .cta-form #ajax-search-button {
    min-width: 100%;
    top: 165%;
  }
  .site-footer {
    padding: 4rem 1.6rem;
  }
  .site-footer .toprow {
    padding: 0;
  }
  .site-footer .logoFooter {
    margin: 0;
  }
  .site-footer .content h6 {
    margin: 4rem 0 1rem;
  }
  .site-footer .middlerow {
    text-align: left;
    padding: 4rem 0 0;
  }
  .site-footer .middlerow .middle-content p {
    text-align: left;
  }
}
@media (min-width: 1201px) and (max-width: 1401px) {
  .col-xl-8 {
    width: auto !important;
  }
}/*# sourceMappingURL=theme.css.map */