/* ==========================================================================
   CSS Variables
   ========================================================================== */
:root {
  --heading-line-height: 1.4;
  --lead-line-height: 1.2;
  --row-base: clamp(50px, 5vw, 100px);
  --row-sm: clamp(10px, 5vw, 30px);
  --row-md: clamp(30px, 5vw, 60px);
  --row-lg: clamp(100px, 5vw, 200px);
  --row-huge: clamp(160px, 5vw, 300px);
  --primary-blue: #0093D0;
  --dark-blue: #1B365D;
  --accent-blue: #4B8CCA;
  --light-blue: #E0F1FF;
  --text-gray: #666666;
  --light-gray: #f2f2f2;
  --light: #fff;
  --dark: #000;
}

/* ==========================================================================
   CSS Variables
   ========================================================================== */
:root {
  --heading-line-height: 1.4;
  --lead-line-height: 1.2;
  --row-base: clamp(50px, 5vw, 100px);
  --row-sm: clamp(10px, 5vw, 30px);
  --row-md: clamp(30px, 5vw, 60px);
  --row-lg: clamp(100px, 5vw, 200px);
  --row-huge: clamp(160px, 5vw, 300px);
  --primary-blue: #0093D0;
  --dark-blue: #1B365D;
  --accent-blue: #4B8CCA;
  --light-blue: #E0F1FF;
  --text-gray: #666666;
  --light-gray: #f2f2f2;
  --light: #fff;
  --dark: #000;
}

/***************************/
/* Helper functions */
/***************************/
/* Fluid text */
/* The font will be at the preferrred size on 1170 pixel wide viewports by default. */
/***************************/
/* Fluid Spacing */
/* The font will be at the preferrred size on 1170 pixel wide viewports by default. */
/***************************/
/* Fluid gutters */
/***************************/
/* Media Queries */
/* ==========================================================================
   CSS Variables
   ========================================================================== */
:root {
  --heading-line-height: 1.4;
  --lead-line-height: 1.2;
  --row-base: clamp(50px, 5vw, 100px);
  --row-sm: clamp(10px, 5vw, 30px);
  --row-md: clamp(30px, 5vw, 60px);
  --row-lg: clamp(100px, 5vw, 200px);
  --row-huge: clamp(160px, 5vw, 300px);
  --primary-blue: #0093D0;
  --dark-blue: #1B365D;
  --accent-blue: #4B8CCA;
  --light-blue: #E0F1FF;
  --text-gray: #666666;
  --light-gray: #f2f2f2;
  --light: #fff;
  --dark: #000;
}

body {
  color: #666666;
  line-height: 1.4;
  font-weight: 400;
}

a {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, body, body.fl-builder {
  font-family: "Noto Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: var(--heading-line-height);
}

h1 {
  /* Fallback for IE11 */
  font-size: 4.8rem;
  font-size: clamp(3.5rem, 4.1379310345vw, 4.8rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
}
h1:after {
  content: "";
  display: block;
}

h2 {
  /* Fallback for IE11 */
  font-size: 3.6rem;
  font-size: clamp(3rem, 3.1034482759vw, 3.6rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
}
h2:after {
  content: "";
  display: block;
}

h3 {
  /* Fallback for IE11 */
  font-size: 2.4rem;
  font-size: clamp(2rem, 2.0689655172vw, 2.4rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
}
h3:after {
  content: "";
  display: block;
}

h4 {
  /* Fallback for IE11 */
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2.0689655172vw, 2.1rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
}
h4:after {
  content: "";
  display: block;
}

h5 {
  /* Fallback for IE11 */
  font-size: 2rem;
  font-size: clamp(1.6rem, 1.724137931vw, 1.8rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
}
h5:after {
  content: "";
  display: block;
}

h6 {
  /* Fallback for IE11 */
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 1.2068965517vw, 1.5rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
}
h6:after {
  content: "";
  display: block;
}

body, p {
  /* Fallback for IE11 */
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.5517241379vw, 1.8rem);
}

p {
  margin-bottom: 18px;
  margin-bottom: clamp(0.9rem, 1.1637931034vw, 1.8rem);
}
p:after {
  content: "";
  display: block;
}

.text-xxxl h1,
.text-xxxl h2,
.text-xxxl h3,
.text-xxxl h4,
.text-xxxl h5,
.text-xxxl h6,
.text-xxxl p {
  /* Fallback for IE11 */
  font-size: 4.8rem;
  font-size: clamp(3.5rem, 4.1379310345vw, 4.8rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
}
.text-xxxl h1:after,
.text-xxxl h2:after,
.text-xxxl h3:after,
.text-xxxl h4:after,
.text-xxxl h5:after,
.text-xxxl h6:after,
.text-xxxl p:after {
  content: "";
  display: block;
}

.text-xxl h1,
.text-xxl h2,
.text-xxl h3,
.text-xxl h4,
.text-xxl h5,
.text-xxl h6,
.text-xxl p {
  /* Fallback for IE11 */
  font-size: 3.6rem;
  font-size: clamp(3rem, 3.1034482759vw, 3.6rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
}
.text-xxl h1:after,
.text-xxl h2:after,
.text-xxl h3:after,
.text-xxl h4:after,
.text-xxl h5:after,
.text-xxl h6:after,
.text-xxl p:after {
  content: "";
  display: block;
}

.text-xl h1,
.text-xl h2,
.text-xl h3,
.text-xl h4,
.text-xl h5,
.text-xl h6,
.text-xl p {
  /* Fallback for IE11 */
  font-size: 2.4rem;
  font-size: clamp(2rem, 2.0689655172vw, 2.4rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
}
.text-xl h1:after,
.text-xl h2:after,
.text-xl h3:after,
.text-xl h4:after,
.text-xl h5:after,
.text-xl h6:after,
.text-xl p:after {
  content: "";
  display: block;
}

.text-large h1,
.text-large h2,
.text-large h3,
.text-large h4,
.text-large h5,
.text-large h6,
.text-large p {
  /* Fallback for IE11 */
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2.0689655172vw, 2.1rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
}
.text-large h1:after,
.text-large h2:after,
.text-large h3:after,
.text-large h4:after,
.text-large h5:after,
.text-large h6:after,
.text-large p:after {
  content: "";
  display: block;
}

.text-medium h1,
.text-medium h2,
.text-medium h3,
.text-medium h4,
.text-medium h5,
.text-medium h6,
.text-medium p {
  /* Fallback for IE11 */
  font-size: 2rem;
  font-size: clamp(1.6rem, 1.724137931vw, 1.8rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
}
.text-medium h1:after,
.text-medium h2:after,
.text-medium h3:after,
.text-medium h4:after,
.text-medium h5:after,
.text-medium h6:after,
.text-medium p:after {
  content: "";
  display: block;
}

.text-base p {
  /* Fallback for IE11 */
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.5517241379vw, 1.8rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
}
.text-base p:after {
  content: "";
  display: block;
}

.text-small h1,
.text-small h2,
.text-small h3,
.text-small h4,
.text-small h5,
.text-small h6,
.text-small p {
  /* Fallback for IE11 */
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 1.2068965517vw, 1.5rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
}
.text-small h1:after,
.text-small h2:after,
.text-small h3:after,
.text-small h4:after,
.text-small h5:after,
.text-small h6:after,
.text-small p:after {
  content: "";
  display: block;
}

.text-mini h1,
.text-mini h2,
.text-mini h3,
.text-mini h4,
.text-mini h5,
.text-mini h6,
.text-mini p {
  /* Fallback for IE11 */
  font-size: 1.3rem;
  font-size: clamp(1rem, 1.1206896552vw, 1.4rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
}
.text-mini h1:after,
.text-mini h2:after,
.text-mini h3:after,
.text-mini h4:after,
.text-mini h5:after,
.text-mini h6:after,
.text-mini p:after {
  content: "";
  display: block;
}

.text-lead-a h1,
.text-lead-a h2,
.text-lead-a h3,
.text-lead-a h4,
.text-lead-a h5,
.text-lead-a h6,
.text-lead-a p {
  /* Fallback for IE11 */
  font-size: 2.1rem;
  font-size: clamp(1.8rem, 1.8103448276vw, 2.4rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
  line-height: var(--lead-line-height);
}
.text-lead-a h1:after,
.text-lead-a h2:after,
.text-lead-a h3:after,
.text-lead-a h4:after,
.text-lead-a h5:after,
.text-lead-a h6:after,
.text-lead-a p:after {
  content: "";
  display: block;
}

.text-lead-b h1,
.text-lead-b h2,
.text-lead-b h3,
.text-lead-b h4,
.text-lead-b h5,
.text-lead-b h6,
.text-lead-b p {
  /* Fallback for IE11 */
  font-size: 3rem;
  font-size: clamp(2.6rem, 2.5862068966vw, 3.4rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
  line-height: var(--lead-line-height);
}
.text-lead-b h1:after,
.text-lead-b h2:after,
.text-lead-b h3:after,
.text-lead-b h4:after,
.text-lead-b h5:after,
.text-lead-b h6:after,
.text-lead-b p:after {
  content: "";
  display: block;
}

.text-lead-c h1,
.text-lead-c h2,
.text-lead-c h3,
.text-lead-c h4,
.text-lead-c h5,
.text-lead-c h6,
.text-lead-c p {
  /* Fallback for IE11 */
  font-size: 4.5rem;
  font-size: clamp(4rem, 3.8793103448vw, 4.8rem);
  margin-bottom: 14px;
  margin-bottom: clamp(0.7rem, 0.9051724138vw, 1.4rem);
  line-height: var(--lead-line-height);
}
.text-lead-c h1:after,
.text-lead-c h2:after,
.text-lead-c h3:after,
.text-lead-c h4:after,
.text-lead-c h5:after,
.text-lead-c h6:after,
.text-lead-c p:after {
  content: "";
  display: block;
}

blockquote {
  background: #E0F1FF;
  border-left: 5px solid #0093D0;
}

.row-spacing-default > .fl-row-content-wrap {
  /* Fallback for IE11 */
  padding-top: 0.7rem;
  padding-top: clamp(0.5rem, 0.6034482759vw, 1rem);
  /* Fallback for IE11 */
  padding-bottom: 0.7rem;
  padding-bottom: clamp(0.5rem, 0.6034482759vw, 1rem);
}

.row-spacing-small > .fl-row-content-wrap {
  /* Fallback for IE11 */
  padding-top: 1.5rem;
  padding-top: clamp(1rem, 1.2931034483vw, 2rem);
  /* Fallback for IE11 */
  padding-bottom: 1.5rem;
  padding-bottom: clamp(1rem, 1.2931034483vw, 2rem);
}

.row-spacing-medium > .fl-row-content-wrap {
  /* Fallback for IE11 */
  padding-top: 3rem;
  padding-top: clamp(2rem, 2.5862068966vw, 3.5rem);
  /* Fallback for IE11 */
  padding-bottom: 3rem;
  padding-bottom: clamp(2rem, 2.5862068966vw, 3.5rem);
}

.row-spacing-large > .fl-row-content-wrap {
  /* Fallback for IE11 */
  padding-top: 10rem;
  padding-top: clamp(6rem, 8.6206896552vw, 12rem);
  /* Fallback for IE11 */
  padding-bottom: 10rem;
  padding-bottom: clamp(6rem, 8.6206896552vw, 12rem);
}

.row-spacing-huge > .fl-row-content-wrap {
  /* Fallback for IE11 */
  padding-top: 18rem;
  padding-top: clamp(12rem, 15.5172413793vw, 22rem);
  /* Fallback for IE11 */
  padding-bottom: 18rem;
  padding-bottom: clamp(12rem, 15.5172413793vw, 22rem);
}

.flex-cards .fl-col-group {
  display: flex;
  flex-wrap: wrap;
}

.fl-builder-content a.fl-button,
.ac-button-primary {
  padding: 1.5rem 2.5rem;
}
.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited,
.ac-button-primary,
.ac-button-primary:visited {
  background: rgb(0, 82, 155);
  background: linear-gradient(90deg, rgb(0, 82, 155) 0%, rgb(0, 147, 208) 100%);
  background-size: 100%;
  font-weight: 400;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
}
.fl-builder-content a.fl-button:hover, .fl-builder-content a.fl-button:active, .fl-builder-content a.fl-button:focus,
.ac-button-primary:hover,
.ac-button-primary:active,
.ac-button-primary:focus {
  background: linear-gradient(90deg, rgb(0, 82, 155) 0%, rgb(0, 147, 208) 100%);
  background-size: 110%;
  border: 0;
  transition: all 0.2s ease;
  color: #ffffff;
  text-decoration: none;
}

.fl-builder-content .button-type-secondary a.fl-button, .fl-builder-content .button-type-secondary a.fl-button:visited,
.ac-button-secondary,
.ac-button-secondary:visited {
  background: #E0F1FF;
  font-weight: 400;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-block;
  color: #00529B;
  font-size: 16px;
}
.fl-builder-content .button-type-secondary a.fl-button span, .fl-builder-content .button-type-secondary a.fl-button i,
.ac-button-secondary span,
.ac-button-secondary i {
  color: #00529B;
}
.fl-builder-content .button-type-secondary a.fl-button:hover, .fl-builder-content .button-type-secondary a.fl-button:active, .fl-builder-content .button-type-secondary a.fl-button:focus,
.ac-button-secondary:hover,
.ac-button-secondary:active,
.ac-button-secondary:focus {
  background: #addaff;
}

.fl-builder-content .button-type-link a.fl-button, .fl-builder-content .button-type-link a.fl-button:visited {
  background: transparent;
  padding: 0;
  box-shadow: none;
  font-weight: 400;
  border: 0;
  border-radius: 6px;
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
.fl-builder-content .button-type-link a.fl-button, .fl-builder-content .button-type-link a.fl-button:visited,
.fl-builder-content .button-type-link a.fl-button * {
  color: var(--text-gray);
}
.fl-builder-content .button-type-link a.fl-button i.fl-button-icon-after {
  margin-left: 18px;
  font-size: 1.5rem;
  position: relative;
  transform: translateX(0px);
}
.fl-builder-content .button-type-link a.fl-button:hover i.fl-button-icon-after {
  transform: translateX(3px);
}

.fl-builder-content .button-type-subtle a.fl-button, .fl-builder-content .button-type-subtle a.fl-button:visited {
  background: #f2f2f2;
  font-weight: 400;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
.fl-builder-content .button-type-subtle a.fl-button i.fl-button-icon-after {
  margin-left: 18px;
  font-size: 1.5rem;
  position: relative;
  top: 3px;
  transform: translateX(0px);
}
.fl-builder-content .button-type-subtle a.fl-button:hover i.fl-button-icon-after {
  transform: translateX(3px);
}

#menu-main-menu .sub-menu {
  background: #ffffff;
  padding: 1rem;
  border-radius: 8px;
}
#menu-main-menu .sub-menu > li > a {
  color: #363636;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
#menu-main-menu .sub-menu > li > a:hover {
  background-color: #E0F1FF;
}
#menu-main-menu .sub-menu > li.current-menu-item > a {
  background-color: #E0F1FF;
}
#menu-main-menu > li:not(:last-of-type) {
  margin-right: 2rem;
}
#menu-main-menu > li > a,
#menu-main-menu > li > div > a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  background: none;
  padding-left: 0;
  padding-right: 0;
}
#menu-main-menu > li > a .fl-item-icon img,
#menu-main-menu > li > div > a .fl-item-icon img {
  width: 18px !important;
  margin-right: 1rem;
}
#menu-main-menu > li > a .fl-item-text,
#menu-main-menu > li > div > a .fl-item-text {
  font-weight: bold;
}
#menu-main-menu > li > a:hover, #menu-main-menu > li > a:focus,
#menu-main-menu > li > div > a:hover,
#menu-main-menu > li > div > a:focus {
  background: none;
  border-bottom: 1px solid #ffffff;
}
#menu-main-menu .fl-menu-toggle {
  display: none;
}
#menu-main-menu .menu-item a {
  display: flex;
}
#menu-main-menu .menu-item .fl-menu-item-text-wrapper {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  gap: 1rem;
}
#menu-main-menu .menu-item li .fl-item-text {
  font-weight: bold;
}
#menu-main-menu .menu-item li .fl-item-description {
  font-size: 13px;
  line-height: 16px;
  color: #777;
}
#menu-main-menu .menu-item li .fl-item-icon {
  width: 30px;
  flex: 0 0 30px;
  margin-right: 1rem;
}
#menu-main-menu .menu-item li .fl-item-icon img {
  width: 100%;
}
#menu-main-menu .nav-donate a {
  background: linear-gradient(90deg, rgba(143, 193, 105, 0.9), rgba(105, 193, 170, 0.9));
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 14px;
  transition: all 0.2s ease;
}
#menu-main-menu .nav-donate a:hover, #menu-main-menu .nav-donate a:focus, #menu-main-menu .nav-donate a:active {
  background: linear-gradient(90deg, #8FC169, #69C1AA);
  color: #ffffff;
}
#menu-main-menu .nav-demo a {
  background: linear-gradient(90deg, rgba(0, 82, 155, 0.9), rgba(0, 147, 208, 0.9));
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 14px;
}
#menu-main-menu .nav-demo a:hover, #menu-main-menu .nav-demo a:focus, #menu-main-menu .nav-demo a:active {
  background: linear-gradient(90deg, #00529B, #0093D0);
  color: #ffffff;
}

.featured-posts .fl-post-grid-post {
  border: 0;
}
.featured-posts .fl-post-grid-image img {
  border-radius: 8px;
  border-bottom-right-radius: 400px;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.featured-posts .fl-post-grid-more {
  display: inline-block;
  padding: 1rem 2rem;
}
.featured-posts .fl-post-grid-more, .featured-posts .fl-post-grid-more:visited {
  background: #E0F1FF;
  font-weight: 400;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-block;
  color: #00529B;
  font-size: 16px;
}
.featured-posts .fl-post-grid-more span, .featured-posts .fl-post-grid-more i {
  color: #00529B;
}
.featured-posts .fl-post-grid-more:hover, .featured-posts .fl-post-grid-more:active, .featured-posts .fl-post-grid-more:focus {
  background: #addaff;
}

.ac-cards .fl-post-grid-post {
  border: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.ac-cards .fl-post-grid-image {
  height: 200px;
  overflow: hidden;
}
.ac-cards .fl-post-grid-image img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.ac-cards .fl-post-grid-date {
  font-style: italic;
}
.ac-cards .fl-post-grid-more {
  padding: 0.75rem 1.5rem;
}
.ac-cards .fl-post-grid-more, .ac-cards .fl-post-grid-more:visited {
  background: #E0F1FF;
  font-weight: 400;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-block;
  color: #00529B;
  font-size: 16px;
}
.ac-cards .fl-post-grid-more span, .ac-cards .fl-post-grid-more i {
  color: #00529B;
}
.ac-cards .fl-post-grid-more:hover, .ac-cards .fl-post-grid-more:active, .ac-cards .fl-post-grid-more:focus {
  background: #addaff;
}

.news-posts-narrow .fl-post-feed-post {
  border: 0;
  padding: 2rem;
  margin-bottom: 0;
}
.news-posts-narrow .fl-post-feed-image img {
  border-radius: 8px;
  aspect-ratio: 2/3;
  object-fit: cover;
}
.news-posts-narrow .fl-post-feed-more {
  display: inline-block;
  padding: 1rem 2rem;
}
.news-posts-narrow .fl-post-feed-more, .news-posts-narrow .fl-post-feed-more:visited {
  background: #E0F1FF;
  font-weight: 400;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-block;
  color: #00529B;
  font-size: 16px;
}
.news-posts-narrow .fl-post-feed-more span, .news-posts-narrow .fl-post-feed-more i {
  color: #00529B;
}
.news-posts-narrow .fl-post-feed-more:hover, .news-posts-narrow .fl-post-feed-more:active, .news-posts-narrow .fl-post-feed-more:focus {
  background: #addaff;
}

.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
  color: #0093D0;
  background-color: #E0F1FF;
  border: 0;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.fl-builder-pagination li a.page-numbers.next, .fl-builder-pagination li a.page-numbers.prev,
.fl-builder-pagination li span.page-numbers.next,
.fl-builder-pagination li span.page-numbers.prev {
  background: transparent;
}
.fl-builder-pagination li a.page-numbers.current,
.fl-builder-pagination li span.page-numbers.current {
  background-color: #0093D0;
  color: #E0F1FF;
}
.fl-builder-pagination li a.page-numbers:hover, .fl-builder-pagination li a.page-numbers:focus,
.fl-builder-pagination li span.page-numbers:hover,
.fl-builder-pagination li span.page-numbers:focus {
  background-color: #0093D0;
  color: #E0F1FF;
}

.charity-list .fl-post-grid {
  display: flex;
  flex-wrap: wrap;
}
.charity-list .fl-post-grid-post {
  height: 100%;
  position: relative;
  padding-bottom: 5rem;
}
.charity-list .fl-post-image {
  height: 150px;
  border-bottom: 1px solid #E0F1FF;
}
.charity-list .fl-post-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2rem;
}
.charity-list .fl-post-excerpt p {
  font-size: 16px;
}
.charity-list .fl-post-more-link {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.charity-list .fl-post-more-link a {
  padding: 1rem 2.5rem;
}

.resource-list .fl-post-grid {
  display: flex;
  flex-wrap: wrap;
}
.resource-list .fl-post-grid-post {
  height: 100%;
  position: relative;
  padding-bottom: 5rem;
}
.resource-list .fl-post-image {
  height: 200px;
}
.resource-list .fl-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resource-list .fl-post-excerpt p {
  font-size: 16px;
}
.resource-list .fl-post-more-link {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.resource-list .fl-post-more-link a {
  padding: 1rem 2.5rem;
}

.ac-cause-fund-cards .fl-post-grid {
  display: flex;
  flex-wrap: wrap;
}
.ac-cause-fund-cards .fl-post-grid-post {
  height: 100%;
  position: relative;
  padding-bottom: 5rem;
}
.ac-cause-fund-cards .fl-post-excerpt p {
  font-size: 16px;
}
.ac-cause-fund-cards .fl-post-more-link {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.ac-cause-fund-cards .fl-post-more-link a {
  padding: 1rem 2.5rem;
}

.hbspt-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.hbspt-form form .hs-email, .hbspt-form form .hs-submit {
  flex: 0 0 100%;
}
.hbspt-form form .hs-firstname, .hbspt-form form .hs-lastname {
  flex: 1 1 auto;
}
.hbspt-form form label {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}
.hbspt-form form .hs-submit .hs-button {
  color: #00529B;
  padding: 0.75rem 1.5rem;
  margin-top: 1rem;
}
.hbspt-form form .hs-submit .hs-button, .hbspt-form form .hs-submit .hs-button:visited {
  background: #E0F1FF;
  font-weight: 400;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-block;
  color: #00529B;
  font-size: 16px;
}
.hbspt-form form .hs-submit .hs-button span, .hbspt-form form .hs-submit .hs-button i {
  color: #00529B;
}
.hbspt-form form .hs-submit .hs-button:hover, .hbspt-form form .hs-submit .hs-button:active, .hbspt-form form .hs-submit .hs-button:focus {
  background: #addaff;
}
.hbspt-form form .hs-error-msgs {
  margin-top: 1rem;
  padding: 0 1rem;
  list-style: none;
  background: #eac1c1;
  border-radius: 4px;
}
.hbspt-form form .hs-error-msgs li label {
  color: #9b2929;
}
.hbspt-form .submitted-message {
  background: #ffffff;
  padding: 1rem;
  border-radius: 4px;
  font-size: 16px;
}
.hbspt-form .submitted-message * {
  font-size: 16px;
}

.fl-module-heading.decoration-blue-left .fl-heading {
  border-left: 5px solid #0093D0;
}
.fl-module-heading.decoration-blue-left .fl-heading .fl-heading-text {
  padding-left: 1.5rem;
  display: block;
}
.fl-module-heading.decoration-green-top .fl-heading {
  padding-top: 12px !important;
  position: relative;
}
.fl-module-heading.decoration-green-top .fl-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 6rem;
  background: #8FC169;
}

#quote-slider .slick-list {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}
#quote-slider .fl-post-text {
  padding: 0;
}
#quote-slider .fl-post-feed-post {
  margin: 0;
  padding: 3rem 3rem 1rem;
  border: 0;
}
#quote-slider .fl-post-text,
#quote-slider .fl-post-title {
  color: #00529B;
}
#quote-slider .review-author {
  font-size: 14px;
  margin-bottom: 0;
}
#quote-slider .review-company {
  font-weight: bold;
}
#quote-slider .slick-dots {
  display: flex;
  justify-content: flex-start;
  bottom: -35px;
}
#quote-slider .slick-dots li button::before {
  font-size: 18px;
  color: #ffffff;
}

#cause-funds-slider .fl-post-feed-post {
  padding: 2rem;
  border: 0;
}
#cause-funds-slider .fl-post-image {
  position: relative;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
}
#cause-funds-slider .fl-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
}

.cta-managed-pre,
.cta-managed-value,
.cta-managed-post {
  display: block;
  text-align: center;
  /* Fallback for IE11 */
  font-size: 3.6rem;
  font-size: clamp(3rem, 3.1034482759vw, 3.6rem);
}

.cta-managed-value {
  /* Fallback for IE11 */
  font-size: 9rem;
  font-size: clamp(4.8rem, 7.7586206897vw, 9rem);
  font-weight: 900;
  background: -webkit-linear-gradient(180deg, #8FC169, #0093D0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.charity-hero {
  position: relative;
  overflow: hidden;
}

.charity-hero-image img {
  border-radius: 50% 50% 0 50%;
}

.charity-socials a {
  /* Fallback for IE11 */
  font-size: 2.4rem;
  font-size: clamp(2rem, 2.0689655172vw, 2.4rem);
  color: #ffffff;
}
.charity-socials a:not(:last-of-type) {
  margin-right: 1rem;
}

.wave-bg {
  position: relative;
}
.wave-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../svg/wave-gradient-light.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: scroll;
  background-size: contain;
}
.wave-bg .fl-row-content {
  position: relative;
  z-index: 1;
}

.single-landing-page header,
.single-landing-page footer {
  display: none !important;
}
.single-landing-page .fl-row-content-wrap {
  margin: 0;
  padding: 0;
}
.single-landing-page iframe {
  height: 100vh;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.blog-single-featured .fl-photo-content {
  padding: 1rem;
  background: #ffffff;
  border-radius: 8px;
}
.blog-single-featured .fl-photo-content img {
  border-radius: 4px;
}

.blog-single-newsletter .hbspt-form form label {
  color: #666666;
}
.blog-single-newsletter .hbspt-form form .hs-submit .hs-button, .blog-single-newsletter .hbspt-form form .hs-submit .hs-button:visited {
  background: rgb(0, 82, 155);
  background: linear-gradient(90deg, rgb(0, 82, 155) 0%, rgb(0, 147, 208) 100%);
  background-size: 100%;
  font-weight: 400;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
}
.blog-single-newsletter .hbspt-form form .hs-submit .hs-button:hover, .blog-single-newsletter .hbspt-form form .hs-submit .hs-button:active, .blog-single-newsletter .hbspt-form form .hs-submit .hs-button:focus {
  background: linear-gradient(90deg, rgb(0, 82, 155) 0%, rgb(0, 147, 208) 100%);
  background-size: 110%;
  border: 0;
  transition: all 0.2s ease;
  color: #ffffff;
  text-decoration: none;
}

/*# sourceMappingURL=main.css.map */
