*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
p,
ul,
ol {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.05px;
}
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child) {
  margin-block-end: 18px;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-block-end: 0;
}
@media only screen and (min-width: 576px) {
  p,
  ul,
  ol {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  p,
  ul,
  ol {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 992px) {
  p,
  ul,
  ol {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  p,
  ul,
  ol {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1400px) {
  p,
  ul,
  ol {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1600px) {
  p,
  ul,
  ol {
    font-size: 28px;
    line-height: 36px;
  }
}

strong {
  font-weight: 700;
}

main p > a:not(.btn),
main h1 > a:not(.btn),
main h2 > a:not(.btn),
main h3 > a:not(.btn),
main h4 > a:not(.btn),
main h5 > a:not(.btn),
main h6 > a:not(.btn),
main li > a:not(.btn) {
  font-weight: 400;
  transition: all 0.2s ease-out;
  color: #3e78bc;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
main p > a:not(.btn):hover, main p > a:not(.btn):focus,
main h1 > a:not(.btn):hover,
main h1 > a:not(.btn):focus,
main h2 > a:not(.btn):hover,
main h2 > a:not(.btn):focus,
main h3 > a:not(.btn):hover,
main h3 > a:not(.btn):focus,
main h4 > a:not(.btn):hover,
main h4 > a:not(.btn):focus,
main h5 > a:not(.btn):hover,
main h5 > a:not(.btn):focus,
main h6 > a:not(.btn):hover,
main h6 > a:not(.btn):focus,
main li > a:not(.btn):hover,
main li > a:not(.btn):focus {
  color: #3e78bc;
  text-decoration-color: #3e78bc;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
dl {
  margin-block-start: 0;
  margin-block-end: 0;
}

dd {
  margin-inline-start: 0;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 576px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 72px;
  }
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media only screen and (min-width: 576px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  h2 {
    font-size: 72px;
  }
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (min-width: 576px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 40px;
  }
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

.container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 780px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 1020px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1605px;
  }
}
@media only screen and (min-width: 1750px) {
  .container {
    max-width: 1780px;
  }
}
.container.container--wide {
  max-width: 100%;
}

.wp-element-button,
.btn {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 13px 26px;
  border-radius: 10px;
  transition: all 0.2s ease-out;
}
@media only screen and (min-width: 992px) {
  .wp-element-button,
  .btn {
    font-size: 28px;
    border-radius: 20px;
  }
}
.wp-element-button--blue,
.btn--blue {
  background-color: #3e78bc;
  border: 2px solid #3e78bc;
}
.wp-element-button--blue:hover, .wp-element-button--blue:focus,
.btn--blue:hover,
.btn--blue:focus {
  background-color: rgb(49.352, 95.52, 149.648);
  border-color: rgb(49.352, 95.52, 149.648);
  color: #fff;
}
.wp-element-button--orange,
.btn--orange {
  background-color: #f5821f;
  border: 2px solid #f5821f;
}
.wp-element-button--orange:hover, .wp-element-button--orange:focus,
.btn--orange:hover,
.btn--orange:focus {
  background-color: rgb(215.3846153846, 104.8076923077, 9.6153846154);
  border-color: rgb(215.3846153846, 104.8076923077, 9.6153846154);
  color: #fff;
}
.wp-element-button--lg,
.btn--lg {
  font-size: 24px;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media only screen and (min-width: 768px) {
  .wp-element-button--lg,
  .btn--lg {
    font-size: 32px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .wp-element-button--lg,
  .btn--lg {
    font-size: 39px;
    padding: 26px 98px;
  }
}

.site-header {
  position: relative;
  z-index: 1000;
}
@media only screen and (min-width: 1200px) {
  .site-header {
    border-bottom: 2px solid #3e78bc;
  }
}
.site-header:has(.site-header__main-nav.show) {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.site-header__logo img {
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .site-header__logo img {
    width: 309px;
  }
}
.site-header__utility {
  border-bottom: 2px solid #3e78bc;
}
@media only screen and (min-width: 1200px) {
  .site-header__utility {
    border-bottom: none;
  }
}
.site-header__utility--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
@media only screen and (min-width: 1200px) {
  .site-header__utility--content {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .site-header__utility--content {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .site-header__utility--content {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header__utility--middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .site-header__utility--middle .translator-donate {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
  }
}
.site-header__utility--right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 1200px) {
  .site-header__utility--right {
    display: none;
  }
}
.site-header .utility-nav--desktop {
  display: none;
}
.site-header .utility-nav--desktop .utility-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 18px;
}
.site-header .utility-nav--desktop .utility-menu li:not(:last-child)::after {
  content: "|";
  margin-left: 12px;
  color: #3e78bc;
}
.site-header .utility-nav--desktop .utility-menu li a {
  color: #3e78bc;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.site-header .utility-nav--desktop .utility-menu li a:hover, .site-header .utility-nav--desktop .utility-menu li a:focus {
  color: #f5821f;
}
@media only screen and (min-width: 768px) {
  .site-header .utility-nav--desktop .utility-menu li a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .site-header .utility-nav--desktop .utility-menu li a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1750px) {
  .site-header .utility-nav--desktop .utility-menu li a {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header .utility-nav--desktop {
    display: flex;
  }
}
.site-header .utility-nav--mobile {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1200px) {
  .site-header .utility-nav--mobile {
    display: none;
  }
}
.site-header .utility-nav--mobile .utility-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
}
.site-header .utility-nav--mobile .utility-menu li:not(:last-child)::after {
  content: "|";
  margin-left: 12px;
  color: #3e78bc;
}
.site-header .utility-nav--mobile .utility-menu li a {
  color: #3e78bc;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.site-header .utility-nav--mobile .utility-menu li a:hover, .site-header .utility-nav--mobile .utility-menu li a:focus {
  color: #f5821f;
}
.site-header #google_translate_element {
  min-width: 151px;
  min-height: 45px;
}
.site-header #google_translate_element select {
  width: 123px;
}
.site-header .mobile-menu-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
@media only screen and (max-width: 1199px) {
  .site-header .donate-button > a {
    padding: 3px 26px;
    border-radius: 16px;
  }
}
.site-header__main-nav {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.5s ease-out;
  max-height: 0;
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .site-header__main-nav {
    overflow: visible;
    max-height: none;
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .site-header__main-nav {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .site-header__main-nav {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.site-header__main-nav.show {
  max-height: 1000px;
  opacity: 1;
}
.site-header__main-nav.collapsing {
  transition: all 0.5s ease-out;
}
.site-header .site-navigation .menu {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .site-header .site-navigation .menu {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 0;
  }
}
.site-header .site-navigation .menu > .menu-item > a {
  font-weight: 700;
}
.site-header .site-navigation .menu-item-has-children {
  position: relative;
}
.site-header .site-navigation .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 0;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  transition: max-height 0.25s ease-out, opacity 0.25s ease-out, padding-top 0.25s ease-out;
  max-height: 0;
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .site-header .site-navigation .sub-menu {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 16px;
    padding-left: 16px;
    top: 100%;
    left: 0;
    min-width: 200px;
    z-index: 10;
    max-height: 0;
    opacity: 0;
    padding-top: 0;
  }
  .site-header .site-navigation .sub-menu .menu-item > a {
    font-weight: 400;
  }
}
.site-header .site-navigation .sub-menu.show {
  max-height: 500px;
  opacity: 1;
  padding-top: 4px;
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .site-header .site-navigation .sub-menu.show {
    padding-top: 8px;
  }
}
.site-header .site-navigation .sub-menu.collapsing {
  transition: max-height 0.25s ease-out, opacity 0.25s ease-out, padding-top 0.25s ease-out;
}
.site-header .site-navigation .sub-menu:not(.collapsing) {
  transition-delay: 0.1s;
}
.site-header .site-navigation .menu-item > button,
.site-header .site-navigation .menu-item > a {
  color: #3e78bc;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 295px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.2s ease-out;
}
.site-header .site-navigation .menu-item > button:hover, .site-header .site-navigation .menu-item > button:focus,
.site-header .site-navigation .menu-item > a:hover,
.site-header .site-navigation .menu-item > a:focus {
  color: #f5821f;
}
@media only screen and (min-width: 1200px) {
  .site-header .site-navigation .menu-item > button,
  .site-header .site-navigation .menu-item > a {
    width: fit-content;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1750px) {
  .site-header .site-navigation .menu-item > button,
  .site-header .site-navigation .menu-item > a {
    font-size: 30px;
  }
}
.site-header .site-navigation .menu-item > button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-weight: 700;
  gap: 8px;
}
.site-header .site-navigation .menu-item > button::after {
  content: "";
  display: inline-block;
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3e%3c!--!Font Awesome Free v7.0.1 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons%2c Inc.--%3e%3cpath d='M480 224C492.9 224 504.6 231.8 509.6 243.8C514.6 255.8 511.8 269.5 502.7 278.7L342.7 438.7C330.2 451.2 309.9 451.2 297.4 438.7L137.4 278.7C128.2 269.5 125.5 255.8 130.5 243.8C135.5 231.8 147.1 224 160 224L480 224z'/%3e%3c/svg%3e");
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-color: #3e78bc;
  transform: rotate(0deg);
  transition: all 0.35s ease-out;
}
@media only screen and (min-width: 1200px) {
  .site-header .site-navigation .menu-item > button::after {
    width: 20px;
    height: 20px;
  }
}
.site-header .site-navigation .menu-item > button:hover::after {
  background-color: #f5821f;
}
.site-header .site-navigation .menu-item > button[aria-expanded=true]::after {
  transform: rotate(180deg);
  background-color: #f5821f;
}

.site-footer {
  background-color: #ecf1f8;
  padding: 30px 20px;
}
@media only screen and (min-width: 576px) {
  .site-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .site-footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__widget-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px 140px;
  }
}
.site-footer__logo-wrapper {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .site-footer__logo-wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .site-footer__logo-wrapper {
    width: 262px;
    margin: 0 auto 40px auto;
  }
}
.site-footer__logo-wrapper img {
  width: 100%;
  height: auto;
}
.site-footer__mission {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .site-footer__mission {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }
}
.site-footer__mission p {
  color: #3e78bc;
}
.site-footer__newsletter {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .site-footer__newsletter {
    grid-column: 2;
    grid-row: 1;
  }
}
.site-footer__newsletter h2,
.site-footer__newsletter p {
  color: #3e78bc;
}
.site-footer__newsletter h2 {
  font-size: 30px;
}
@media only screen and (min-width: 576px) {
  .site-footer__newsletter h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__newsletter h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__newsletter h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__newsletter h2 {
    font-size: 52px;
  }
}
.site-footer__newsletter p {
  font-size: 24px;
  line-height: 35px;
}
@media only screen and (min-width: 576px) {
  .site-footer__newsletter p {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__newsletter p {
    font-size: 32px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__newsletter p {
    font-size: 36px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__newsletter p {
    font-size: 42px;
    line-height: 60px;
  }
}
.site-footer__recognition {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .site-footer__recognition {
    grid-column: 1;
    grid-row: 2;
    justify-content: flex-start;
    margin-bottom: 0;
    align-self: start;
  }
}
.site-footer__contact-wrap {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .site-footer__contact-wrap {
    grid-column: 2;
    grid-row: 2;
  }
}
.site-footer__contact-info {
  color: #3e78bc;
  margin-bottom: 20px;
}
.site-footer__contact-info a {
  color: #3e78bc;
  transition: all 0.2s ease-out;
}
.site-footer__contact-info a:hover, .site-footer__contact-info a:focus {
  color: #f5821f;
}
.site-footer__social-media {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.site-footer__social-media a {
  text-decoration: none;
  background-color: #3e78bc;
  display: flex;
  padding: 10px;
  border-radius: 50%;
  width: fit-content;
  transition: all 0.2s ease-out;
}
.site-footer__social-media a:hover, .site-footer__social-media a:focus {
  background-color: #f5821f;
}
.site-footer__social-media svg path {
  fill: #fff;
}
.site-footer__navigation-menu {
  margin-bottom: 20px;
}
.site-footer__navigation-menu .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .site-footer__navigation-menu .footer-menu {
    gap: 25px;
  }
}
.site-footer__navigation-menu .footer-menu li {
  margin: 0;
}
.site-footer__navigation-menu .footer-menu li:not(:last-child)::after {
  content: "|";
  margin-left: 20px;
  color: #3e78bc;
}
@media only screen and (min-width: 768px) {
  .site-footer__navigation-menu .footer-menu li:not(:last-child)::after {
    margin-left: 25px;
  }
}
.site-footer__navigation-menu .footer-menu li a {
  color: #3e78bc;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.2s ease-out;
}
.site-footer__navigation-menu .footer-menu li a:hover, .site-footer__navigation-menu .footer-menu li a:focus {
  text-decoration-color: #f5821f;
  color: #f5821f;
}
.site-footer__copyright p {
  color: #3e78bc;
  font-size: 14px;
  line-height: normal;
  padding-top: 20px;
  border-top: 1px solid #3e78bc;
}
@media only screen and (min-width: 576px) {
  .site-footer__copyright p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__copyright p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__copyright p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__copyright p {
    font-size: 22px;
  }
}

.wp-block-spacer.is-style-20-80px {
  height: 20px !important;
}
@media only screen and (min-width: 576px) {
  .wp-block-spacer.is-style-20-80px {
    height: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-20-80px {
    height: 60px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-20-80px {
    height: 80px !important;
  }
}
.wp-block-spacer.is-style-40-116px {
  height: 40px !important;
}
@media only screen and (min-width: 576px) {
  .wp-block-spacer.is-style-40-116px {
    height: 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-spacer.is-style-40-116px {
    height: 80px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-spacer.is-style-40-116px {
    height: 100px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .wp-block-spacer.is-style-40-116px {
    height: 116px !important;
  }
}

/**
 * Single Post Template Styles
 *
 * @package hopeinfocus2025
 */
article.single-post {
  padding-top: 3rem;
}
@media only screen and (min-width: 768px) {
  article.single-post {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  article.single-post {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 1400px) {
  article.single-post {
    padding-top: 6rem;
  }
}
article.single-post .entry-header {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  article.single-post .entry-header {
    margin-bottom: 3rem;
  }
}
article.single-post .entry-header .entry-featured-image {
  margin-top: 2rem;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  article.single-post .entry-header .entry-featured-image {
    margin-top: 3rem;
  }
}
article.single-post .entry-header .entry-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
article.single-post .entry-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #3e78bc;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 768px) {
  article.single-post .entry-title {
    font-size: 3rem;
  }
}
article.single-post .entry-meta {
  margin-bottom: 1rem;
}
article.single-post .entry-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
article.single-post .entry-category {
  font-size: 14px;
  color: #747474;
}
@media only screen and (min-width: 768px) {
  article.single-post .entry-category {
    font-size: 20px;
  }
}
article.single-post .category-separator {
  font-size: 14px;
  color: #747474;
}
@media only screen and (min-width: 768px) {
  article.single-post .category-separator {
    font-size: 20px;
  }
}
article.single-post .entry-byline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1ch;
  font-size: 14px;
  font-weight: 700;
  color: #3e78bc;
}
@media only screen and (min-width: 768px) {
  article.single-post .entry-byline {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  article.single-post .entry-byline {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  article.single-post .entry-byline {
    font-size: 22px;
  }
}
article.single-post .entry-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  article.single-post .entry-content {
    font-size: 1.125rem;
  }
}
article.single-post .entry-content p {
  margin-bottom: 1.5rem;
}
article.single-post .entry-content p:last-child {
  margin-bottom: 0;
}
article.single-post .entry-content h2,
article.single-post .entry-content h3,
article.single-post .entry-content h4,
article.single-post .entry-content h5,
article.single-post .entry-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.3;
}
article.single-post .entry-content h2 {
  font-size: 1.75rem;
  color: #3e78bc;
}
@media only screen and (min-width: 768px) {
  article.single-post .entry-content h2 {
    font-size: 2.25rem;
  }
}
article.single-post .entry-content h3 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  article.single-post .entry-content h3 {
    font-size: 1.875rem;
  }
}
article.single-post .entry-content h4 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  article.single-post .entry-content h4 {
    font-size: 1.5rem;
  }
}
article.single-post .entry-content ul,
article.single-post .entry-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
article.single-post .entry-content li {
  margin-bottom: 0.5rem;
}
article.single-post .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 1.5rem 0;
}
article.single-post .entry-content blockquote {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #3e78bc;
  background-color: #f8f9fa;
  font-style: italic;
}
article.single-post .entry-content a {
  color: #3e78bc;
  text-decoration: underline;
  transition: color 0.3s ease;
}
article.single-post .entry-content a:hover {
  color: #1a5a8a;
}
article.single-post .entry-content .page-links {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}
article.single-post .entry-share {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
article.single-post .share-label {
  font-weight: 600;
  font-size: 18px;
  color: #747474;
}
@media only screen and (min-width: 768px) {
  article.single-post .share-label {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  article.single-post .share-label {
    font-size: 22px;
  }
}
article.single-post .share-icons {
  display: flex;
  gap: 1rem;
}
article.single-post .share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #000;
  transition: all 0.3s ease;
  text-decoration: none;
}
article.single-post .share-icon:hover {
  transform: translateY(-2px);
}
article.single-post .share-icon:hover svg path {
  fill: #3e78bc;
}
article.single-post .related-posts {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  article.single-post .related-posts {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  article.single-post .related-posts {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1400px) {
  article.single-post .related-posts {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
article.single-post .related-posts__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #3e78bc;
  margin: 0 0 2rem;
}
@media only screen and (min-width: 768px) {
  article.single-post .related-posts__title {
    font-size: 2.25rem;
    margin-bottom: 3rem;
  }
}
article.single-post .related-posts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  article.single-post .related-posts__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  article.single-post .related-posts__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
article.single-post .related-posts--horizontal .related-posts__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  article.single-post .related-posts--horizontal .related-posts__list {
    gap: 3rem;
  }
}
article.single-post .related-posts--horizontal .research-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 2rem;
}
article.single-post .related-posts--horizontal .research-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  article.single-post .related-posts--horizontal .research-card {
    flex-direction: row;
    gap: 2rem;
  }
}
article.single-post .related-posts--horizontal .research-card__image {
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) {
  article.single-post .related-posts--horizontal .research-card__image {
    width: 300px;
  }
}
article.single-post .related-posts--horizontal .research-card__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}
article.single-post .related-posts--horizontal .research-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
article.single-post .related-posts--horizontal .research-card__meta {
  margin-bottom: 0.5rem;
}
article.single-post .related-posts--horizontal .research-card__date {
  font-size: 14px;
  font-weight: 700;
  color: #3e78bc;
}
@media only screen and (min-width: 768px) {
  article.single-post .related-posts--horizontal .research-card__date {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  article.single-post .related-posts--horizontal .research-card__date {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  article.single-post .related-posts--horizontal .research-card__date {
    font-size: 22px;
  }
}
article.single-post .related-posts--horizontal .research-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 768px) {
  article.single-post .related-posts--horizontal .research-card__title {
    font-size: 1.75rem;
  }
}
article.single-post .related-posts--horizontal .research-card__title a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
article.single-post .related-posts--horizontal .research-card__title a:hover {
  color: #3e78bc;
}
article.single-post .related-posts--horizontal .research-card__excerpt {
  font-size: 1rem;
  line-height: 1.6;
  color: #747474;
  margin-bottom: 1.5rem;
  flex: 1;
}
@media only screen and (min-width: 768px) {
  article.single-post .related-posts--horizontal .research-card__excerpt {
    font-size: 1.125rem;
  }
}
article.single-post .related-posts--horizontal .research-card__excerpt p {
  margin: 0;
}
article.single-post .related-posts--horizontal .research-card__footer {
  display: flex;
  align-items: center;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

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