@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*

MIXIN: RANGE

@version 0.1
@date    2015-10-21
@author  michael@marketingdesigngroup.com

This SASS mixin creates a media query for one or more predefined ranges of
screen widths. It requires a map of named ranges with min and/or max values (in
pixels). Example:

	$ranges: (
		small:   (max: 500),
		medium:  (min: 501, max: 768),
		large:   (min: 769)
	);

Bootstrap ranges are created by default, but may be overwritten in your
stylesheet after this file is included. It was designed to be used on documents
with at least one finite range (with both min and max), but should work equally
well with a mobile-first design.

Use examples:

	@include range(small) { ... }

	@include range(small, medium) { ... }

	@include range(medium, large) { ... }

	@include range(alpha, bravo, charlie) { ... }

Argument order does not matter. The ranges are merged inclusively, meaning each
included range can only expand the total scope of the final media query, not
contract it. This means that if ANY included range has a "null" max or min, the
final media query will not have a max-width or min-width constraint,
respectively. It also means that if there are gaps between the included ranges,
they will be ignored, since both min and max will have been provided.

A more sophisticated version of this mixin would detect gaps in the included
ranges and output multiple media queries.

*/
/* =WordPress Core
Source: https://codex.wordpress.org/CSS
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

:root {
  --header-height: 150px;
  --header-border-height: 42px;
  --logo-height: 43px;
  --mobile-header-height: 96px;
  --mobile-header-border-height: 24px;
  --mobile-logo-height: 27px;
  --spacing-xs: 0.4rem;
  --spacing-sm: 0.8rem;
  --spacing-md: 1.6rem;
  --spacing-lg: 2.4rem;
  --spacing-xl: 3.2rem;
  --spacing-2xl: 4rem;
  --spacing-3xl: 4.8rem;
  --spacing-4xl: 6.8rem;
  --spacing-5xl: 12.8rem;
  --button-radius: 25px;
  --social-icon-size: 2.4rem;
  --container-max-width: 1400px;
  --animate-delay: 0.5s !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  margin: 0.4em 0;
}

h1, .h1 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.2068965517em;
  letter-spacing: normal;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.4285714286em;
  }
}

h2, .h2 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 61px;
  font-size: 6.1rem;
  line-height: 1.131147541em;
  letter-spacing: normal;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3571428571em;
  }
}

h3, .h3 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.2962962963em;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5em;
  }
}

h4, .h4 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 500;
}

h5, .h5 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.25em;
  letter-spacing: normal;
  font-weight: 500;
}

h6, .h6 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25em;
  letter-spacing: normal;
  font-weight: 500;
}

p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: normal;
  margin: 0.8em 0;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
  }
}

h2 + p,
.h2 + p {
  margin-top: 1em;
}

p + h2,
p + .h2 {
  margin-top: 1em;
}

ul, ol {
  padding-left: 1em;
  margin-top: 0;
}

li {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

a {
  color: #000000;
  text-decoration: none;
}
.entry-title a, .entry-title a:hover, .entry-title a:visited {
  text-decoration: none;
  border-bottom: none;
}

hr {
  border: 0;
  background-color: #000000;
  height: 7px;
  margin: 1em auto;
  padding: 0 !important;
}

.big {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.1363636364em;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .big {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .big {
    font-size: 6.5vw;
  }
}

.small, small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1666666667em;
}

.required {
  color: #f55247;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2222222222em;
}

.stylized {
  font-family: "itc-avant-garde-gothic-pro", sans-serif !important;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.22em !important;
  text-transform: uppercase;
}

.white {
  color: #ffffff !important;
  color: #ffffff !important;
}
.white:active {
  color: #ffffff !important;
}
.white:visited {
  color: #ffffff !important;
}
.white:hover {
  color: #ffffff !important;
}

.gray {
  color: #617480 !important;
  color: #617480 !important;
}
.gray:active {
  color: #617480 !important;
}
.gray:visited {
  color: #617480 !important;
}
.gray:hover {
  color: #617480 !important;
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .mobile-first {
    order: -1;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1301px) {
  .vertical-center {
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
  }
}

.clear,
.clearfix:after,
.cf:after,
.comment-respond:after {
  clear: both;
}

.page-title {
  margin-bottom: 1em;
}

.to-top {
  font-size: 44px;
  display: block;
  margin: -65px 45px 0 0;
  width: 50px;
  position: absolute;
  right: 0;
  z-index: 1;
  opacity: 0.8;
}

.animate {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .animate.no-mobile-animation {
    opacity: 1;
  }
}

a.block-anchor {
  top: 0px;
  position: absolute;
}
@media screen and (max-width: 1300px) {
  a.block-anchor {
    top: -110px;
  }
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

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

#page {
  color: #000000;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  letter-spacing: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5909090909em;
}
@media screen and (max-width: 767px) {
  #page {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.65em;
  }
}

@media screen and (max-width: 767px) {
  .site-content {
    padding-bottom: 0;
  }
}
.header-style-transparent_dark + .site-content, .header-style-transparent_white + .site-content {
  margin-top: 0;
}

.site-main > article,
.site-main > #comments {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-main > article,
  .site-main > #comments {
    width: 100%;
  }
}

.site-main > nav.posts-navigation {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-main > nav.posts-navigation {
    width: 100%;
  }
}

.post-navigation {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .post-navigation {
    width: 100%;
  }
}

.container {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.page-header-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.page-header-container .page-title {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .page-header-container .page-title {
    width: 100%;
  }
}
.page-header-container img {
  width: 100%;
  max-height: 40vh;
  object-fit: cover;
  display: block;
}

.post-feature + .page-header {
  background-color: #38383B;
}
.post-feature + .page-header .page-title {
  color: #ffffff;
}

.page-header {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page-header {
    width: 100%;
  }
}

article .page-header-container .page-header {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.entry-content {
  width: 100%;
}
.entry-content .content-inner-container .size-auto,
.entry-content .content-inner-container .size-full,
.entry-content .content-inner-container .size-large,
.entry-content .content-inner-container .size-medium,
.entry-content .content-inner-container .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.entry-footer {
  position: absolute;
  left: 0;
  top: 100%;
}
.entry-footer a {
  color: #617480 !important;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .entry-footer {
    bottom: -4em;
  }
}

.row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .row {
    flex-direction: column;
  }
}
.row.row-left {
  justify-content: flex-start;
}
.row.row-left .col {
  margin-right: 1em;
}
.row.row-left .col:last-child {
  margin-right: 0;
}

.col {
  width: 100%;
}

.content-blocks {
  width: 100%;
}
.content-blocks:first-child .block-row:first-child {
  padding-top: 0;
}
.content-blocks .block-row {
  display: flex;
  padding-bottom: 0;
  padding-top: 0;
}
.content-blocks .block-row .quote-block .block-type-image.full-width-media-block {
  margin-bottom: 0;
}
.content-blocks .block-row .quote-block .media-overlay-content {
  max-width: 100%;
  width: 100%;
  padding: 40px;
  background: rgba(255, 255, 255, 0.74);
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.content-blocks .block-row .quote-block .media-overlay-content .overlay-content-container {
  max-width: 1200px;
  margin: auto;
}

article.block.column-background-color.block-type-content {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  article.block.column-background-color.block-type-content {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  div[class*=column-count-] .block-row-container {
    flex-wrap: wrap;
  }
  div[class*=column-count-] .block-row-container .block {
    min-width: 100%;
  }
}
div[class*=column-count-] .block-row-container .block {
  flex: inherit;
}

.column-count-1 .block-row-container {
  flex-direction: column;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .column-count-2 .block-row-container,
  .column-count-4 .block-row-container,
  .column-count-5 .block-row-container,
  .column-count-6 .block-row-container {
    flex-wrap: wrap;
  }
  .column-count-2 .block-row-container .block,
  .column-count-4 .block-row-container .block,
  .column-count-5 .block-row-container .block,
  .column-count-6 .block-row-container .block {
    min-width: 100%;
  }
  .column-count-2 .block-row-container .block-type-image,
  .column-count-4 .block-row-container .block-type-image,
  .column-count-5 .block-row-container .block-type-image,
  .column-count-6 .block-row-container .block-type-image {
    height: 260px;
  }
}
.column-count-2 .block-row-container .block,
.column-count-4 .block-row-container .block,
.column-count-5 .block-row-container .block,
.column-count-6 .block-row-container .block {
  flex: inherit;
}

.column-count-2 .block-columns-multi .block,
.column-count-4 .block-columns-multi .block,
.column-count-5 .block-columns-multi .block,
.column-count-6 .block-columns-multi .block {
  margin: 0;
}

hr.block-separator:first-child:last-child {
  flex: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

.error-404 .page-content {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .error-404 .page-content {
    width: 100%;
  }
}

.iframe #masthead,
.iframe #colophon,
.iframe .to-top,
.iframe .top-bar {
  display: none;
}
.iframe body {
  background-color: #ffffff;
}
.iframe .row-background-color {
  border: none;
}
.iframe .page-header-container {
  margin-top: 30px;
}
.iframe .content-blocks .block-row {
  padding: 0;
}
.iframe .entry-content {
  margin: 0;
  color: #000000;
}

.button {
  display: inline-block;
  text-decoration: none;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  transition: all 0.25s ease;
  cursor: pointer;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  border: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 25px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .button {
    padding: 25px;
  }
}
.button:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.media-slider-block {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .media-slider-block {
    margin-bottom: var(--spacing-lg);
  }
}
.media-slider-block .block-media-container {
  width: 100%;
  padding-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .media-slider-block .block-media-container {
    padding-bottom: 2em;
  }
}
.media-slider-block .media-slider {
  margin: 0 -30px !important;
}
@media screen and (max-width: 767px) {
  .media-slider-block .media-slider {
    margin: 0 !important;
  }
}
.media-slider-block .media-slider .image-slider {
  padding: 0 30px !important;
  outline: none !important;
}
@media screen and (max-width: 767px) {
  .media-slider-block .media-slider .image-slider {
    padding: 0 10px !important;
  }
}
.media-slider-block .media-slider .slick-dots {
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .media-slider-block .media-slider .slick-dots {
    bottom: -30px;
  }
}
.media-slider-block .media-slider .slick-slide {
  outline: none !important;
  margin-right: 0;
}
.media-slider-block .media-slider .slick-slide > div {
  outline: none !important;
}
.media-slider-block .media-slider .slick-list {
  margin: 0 !important;
  padding: 0 !important;
}
.media-slider-block .media-slider .slick-track {
  display: flex !important;
  align-items: center !important;
}

.slider--white-border .media-slider .image-slider img, .community-images-section .media-slider-block .media-slider .image-slider img, .mission-images-section .media-slider-block .media-slider .image-slider img, .image-gallery-section .media-slider-block .media-slider .image-slider img {
  width: 100% !important;
  height: auto !important;
  border-radius: 22px !important;
  border: 8px solid #ffffff !important;
  display: block !important;
  box-sizing: border-box !important;
}

.slider--primary-border .media-slider .image-slider img, .how-to-partner-section .media-slider-block .media-slider .image-slider img {
  width: 100% !important;
  height: auto !important;
  border-radius: 22px !important;
  border: 8px solid #e81d4e !important;
  display: block !important;
  box-sizing: border-box !important;
}

.image-gallery-section {
  position: relative;
}
.image-gallery-section::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  height: 60%;
  background-color: #ffffff;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .image-gallery-section::after {
    bottom: var(--mobile-header-border-height);
    height: calc(50% - var(--mobile-header-border-height));
  }
}
.section-heading, .section-heading--white, .section-heading--primary, .stats-section__heading {
  text-align: center;
  margin-bottom: var(--spacing-3xl);
}
@media screen and (max-width: 767px) {
  .section-heading, .section-heading--white, .section-heading--primary, .stats-section__heading {
    margin-bottom: var(--spacing-2xl);
  }
}
.section-heading p, .section-heading--white p, .section-heading--primary p, .stats-section__heading p {
  font-size: 53px;
  font-size: 5.3rem;
  line-height: 1.1886792453em;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section-heading p, .section-heading--white p, .section-heading--primary p, .stats-section__heading p {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2857142857em;
  }
}

.section-heading--primary p, .stats-section__heading p {
  color: #e81d4e;
}
.section-heading--primary p strong, .stats-section__heading p strong {
  color: #f19d36;
  font-weight: 600;
}

.section-heading--white p {
  color: #ffffff;
}

.block-row {
  display: flex;
  padding-bottom: 0;
  padding-top: 0;
}

.block-type-content {
  max-width: 1100px !important;
  margin: auto;
}

.full-width,
.block-type-content.full-width {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

div.wpcf7 .wpcf7-form {
  margin-bottom: 1em;
}
div.wpcf7 .wpcf7-form p {
  padding: 0;
  margin: 0;
}
div.wpcf7 .wpcf7-form label {
  color: #abab43;
  font-weight: 500;
}
div.wpcf7 .wpcf7-form input:not([type=checkbox]):not([type=radio]),
div.wpcf7 .wpcf7-form select,
div.wpcf7 .wpcf7-form textarea {
  color: #38383B;
  background-color: #ffffff;
  border: 1px solid #C4BFB6;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2em;
  width: 100%;
  display: block;
  padding: 0.25em 1em;
}
@media screen and (max-width: 767px) {
  div.wpcf7 .wpcf7-form input:not([type=checkbox]):not([type=radio]),
  div.wpcf7 .wpcf7-form select,
  div.wpcf7 .wpcf7-form textarea {
    min-width: 0;
    max-width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    padding: 15px 20px;
  }
}
div.wpcf7 .wpcf7-form input:not([type=checkbox]):not([type=radio])::placeholder,
div.wpcf7 .wpcf7-form select::placeholder,
div.wpcf7 .wpcf7-form textarea::placeholder {
  color: #C4BFB6;
}
@media screen and (max-width: 767px) {
  div.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }
}
div.wpcf7 .wpcf7-form input[type=submit] {
  color: #ffffff !important;
  background-color: #f55247 !important;
  border: none !important;
  padding: 0.25em 2em;
  border-radius: 99999px;
  font-weight: 400;
  margin-top: 4.5em;
}
div.wpcf7 .wpcf7-form input[type=submit]:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  div.wpcf7 .wpcf7-form input[type=submit] {
    width: 100% !important;
    max-width: 250px;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
}
div.wpcf7 .wpcf7-form textarea {
  width: 100%;
}
div.wpcf7 .wpcf7-form .wpcf7-form-control {
  margin-top: 0.5em;
  margin-bottom: 1.25em;
}
div.wpcf7 .wpcf7-form .wpcf7-list-item {
  display: block;
}
div.wpcf7 .wpcf7-form .ajax-loader {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23000' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
div.wpcf7 .wpcf7-form .row {
  margin: 24px 0;
}
div.wpcf7 .wpcf7-form .row > *:first-child {
  margin-left: 0 !important;
}
div.wpcf7 .wpcf7-form .row > *:last-child {
  margin-right: 0 !important;
}
div.wpcf7 .wpcf7-form .row .col {
  margin: 0 12px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  div.wpcf7 .wpcf7-form .row .col {
    margin: 12px 0;
  }
}
div.wpcf7 .wpcf7-response-output {
  margin: 1em 0;
}
div.wpcf7 .styled-submit-button {
  margin-left: 125px;
  margin-right: 125px;
}
@media screen and (max-width: 767px) {
  div.wpcf7 .styled-submit-button {
    margin-left: 110px;
    margin-right: 110px;
  }
}
div.wpcf7 .styled-submit-button::before {
  content: "";
  display: block;
  background: url("../images/submit_arrows_l.svg"), url("../images/submit_arrows_r.svg");
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top, right top;
  height: 2em;
  position: absolute;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  div.wpcf7 .styled-submit-button::before {
    height: 1.5em;
  }
}

.required-info {
  float: right;
}

.videoWrapper {
  height: 0;
  min-width: 320px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
}
.videoWrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wp-block-embed__wrapper {
  display: inline-block;
  position: relative;
  padding-bottom: 60%;
  width: 100%;
}
.wp-block-embed__wrapper iframe {
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
}

.modal.card {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23000' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
  background-position: center 80px;
  background-repeat: no-repeat;
  background-size: 200px;
  max-height: 90vh;
  max-width: 490px;
}
.modal.card.loading iframe {
  opacity: 0;
}
.modal.card iframe {
  width: 100%;
  height: 100%;
  border: none;
  opacity: 1;
  transition: 100ms;
}

.main-navigation,
.footer__nav {
  display: inline-block;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 0.8823529412em;
  letter-spacing: 0.04em;
}
.main-navigation a,
.footer__nav a {
  color: #000000;
  text-align: center;
}
.main-navigation a:active,
.footer__nav a:active {
  color: #000000;
}
.main-navigation a:visited,
.footer__nav a:visited {
  color: #000000;
}
.main-navigation a:hover,
.footer__nav a:hover {
  color: #e81d4e;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: var(--spacing-4xl);
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .main-navigation.toggled li {
    width: 100%;
  }
  .main-navigation.toggled li a {
    width: 100%;
  }
  .main-navigation.toggled .menu-toggle {
    color: #e81d4e;
  }
  .main-navigation.toggled .menu-toggle svg #hamburger {
    stroke: #e81d4e;
  }
}

.main-navigation ul {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .main-navigation ul {
    gap: var(--spacing-lg);
  }
}

@media screen and (min-width: 1301px) {
  .main-navigation ul {
    display: flex;
  }
  .main-navigation li {
    float: none;
  }
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #fff;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
  padding: 0.75rem 1rem;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  padding: 0.5rem 0.6rem;
  transition: color 0.2s ease;
  text-transform: lowercase;
}
.main-navigation a:hover {
  color: #e81d4e;
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_ancestor > a {
  color: #e81d4e;
}

.main-navigation .header__donate-button a {
  background-color: #e81d4e;
  color: #fff !important;
  border-radius: var(--button-radius);
  padding: 1rem 2rem;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
.main-navigation .header__donate-button a:hover {
  background-color: #c41e3a;
  color: #fff !important;
}

.main-navigation .header__social-icons {
  padding-left: 4rem !important;
}
.main-navigation .header__social-icons a {
  height: var(--social-icon-size);
  font-size: var(--social-icon-size);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.2s ease;
  color: #4dabde;
}
.main-navigation .header__social-icons a:active {
  color: #4dabde;
}
.main-navigation .header__social-icons a:visited {
  color: #4dabde;
}
.main-navigation .header__social-icons a:hover {
  color: #000000;
}
.main-navigation .header__social-icons a:hover {
  opacity: 0.8;
}
.main-navigation .header__social-icons a img, .main-navigation .header__social-icons a svg {
  height: 100%;
  width: auto;
}
.main-navigation .header__social-icons + .header__social-icons {
  padding-left: 0 !important;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: #000000;
  margin: 5px 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.menu-toggle.toggled span {
  background: #e5818d;
}
.menu-toggle.toggled span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
.menu-toggle.toggled span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.toggled span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background: #e5818d;
  display: none;
  flex-direction: column;
  min-height: 100vh;
  padding-top: var(--header-height);
}
@media screen and (max-width: 767px) {
  .mobile-menu-overlay {
    padding-top: var(--mobile-header-height);
  }
}
.mobile-menu-overlay.is-open {
  display: block;
}
.mobile-menu-overlay .mobile-menu-inner {
  height: 100%;
  padding: var(--spacing-xl) clamp(1rem, 8vw, 2rem);
}
.mobile-menu-overlay .mobile-menu-links {
  text-align: center;
  padding-top: var(--spacing-3xl);
}
.mobile-menu-overlay .mobile-menu-links .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu-overlay .mobile-menu-links .menu li {
  margin-bottom: var(--spacing-2xl);
}
.mobile-menu-overlay .mobile-menu-links .menu li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: lowercase;
}
.mobile-menu-overlay .mobile-menu-links .menu li a:hover {
  opacity: 0.8;
}
.mobile-menu-overlay .mobile-menu-links .menu li.header__social-icons {
  display: inline-block;
  margin: var(--spacing-3xl) var(--spacing-xl) 0;
}
.mobile-menu-overlay .mobile-menu-links .menu li.header__social-icons a {
  height: var(--social-icon-size);
  font-size: var(--social-icon-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-overlay .mobile-menu-links .menu li.header__social-icons a svg {
  height: 100%;
  width: auto;
  fill: #ffffff;
}
.mobile-menu-overlay .mobile-menu-rabbit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--spacing-5xl);
}
.mobile-menu-overlay .mobile-menu-rabbit img {
  width: 180px;
}

@media screen and (max-width: 1300px) {
  .menu-toggle {
    display: inline-flex;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
}

.footer__nav {
  display: flex;
  align-items: center;
  gap: var(--spacing-4xl);
}
@media only screen and (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
    gap: var(--spacing-xl);
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    gap: var(--spacing-lg);
  }
}
.footer__nav .menu,
.footer__nav > ul {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer__nav .menu,
  .footer__nav > ul {
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-lg);
  }
}
.footer__nav .menu ul,
.footer__nav > ul ul {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl);
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav .menu li,
.footer__nav > ul li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer__nav .menu li,
  .footer__nav > ul li {
    margin: 0;
  }
}
.footer__nav .menu a,
.footer__nav > ul a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  padding: 0.5rem 0.6rem;
  transition: color 0.2s ease;
  text-transform: lowercase;
  transition: opacity 0.2s ease;
}
.footer__nav .menu a:hover,
.footer__nav > ul a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .footer__nav .menu a,
  .footer__nav > ul a {
    padding: 0.25rem 0.5rem;
  }
}
.footer__nav .header__social-icons a {
  height: var(--social-icon-size);
  font-size: var(--social-icon-size);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.2s ease;
  color: #ffffff;
}
.footer__nav .header__social-icons a:active {
  color: #ffffff;
}
.footer__nav .header__social-icons a:visited {
  color: #ffffff;
}
.footer__nav .header__social-icons a:hover {
  color: #ffffff;
}
.footer__nav .header__social-icons a:hover {
  opacity: 0.8;
}
.footer__nav .header__social-icons a img, .footer__nav .header__social-icons a svg {
  height: 100%;
  width: auto;
}

.header-style-solid .menu-toggle, .sticky-hide.sticky-styled .menu-toggle, .sticky-styled.sticky .menu-toggle {
  color: #000000;
}
.header-style-solid .menu-toggle svg #hamburger, .sticky-hide.sticky-styled .menu-toggle svg #hamburger, .sticky-styled.sticky .menu-toggle svg #hamburger {
  stroke: #000000;
}

.header-style-transparent_white .main-navigation a {
  color: #ffffff;
}
.header-style-transparent_white .main-navigation a:active {
  color: #ffffff;
}
.header-style-transparent_white .main-navigation a:visited {
  color: #ffffff;
}
.header-style-transparent_white .main-navigation a:hover {
  color: #e81d4e;
}
.header-style-transparent_white .menu-toggle {
  color: #ffffff;
}

.header-style-transparent_dark .main-navigation a {
  color: #000000;
}
.header-style-transparent_dark .main-navigation a:active {
  color: #000000;
}
.header-style-transparent_dark .main-navigation a:visited {
  color: #000000;
}
.header-style-transparent_dark .main-navigation a:hover {
  color: #e81d4e;
}
.header-style-transparent_dark .menu-toggle {
  color: #000000;
}

.sticky-hide .main-navigation a, .sticky .main-navigation a {
  color: #000000;
}
.sticky-hide .main-navigation a:active, .sticky .main-navigation a:active {
  color: #000000;
}
.sticky-hide .main-navigation a:visited, .sticky .main-navigation a:visited {
  color: #000000;
}
.sticky-hide .main-navigation a:hover, .sticky .main-navigation a:hover {
  color: #e81d4e;
}

.post-navigation {
  margin: 1.5em auto 1.5em auto !important;
}

.nav-links {
  margin: auto;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .nav-links {
    display: block;
  }
}
.nav-links .nav-next,
.nav-links .nav-previous {
  color: #38383B;
  padding: 0.5em 0;
}
.nav-links .nav-next a,
.nav-links .nav-previous a {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-y: center;
  border: none;
  padding: 0.5em;
}
.nav-links .nav-next a:hover,
.nav-links .nav-previous a:hover {
  color: #e81d4e;
}
.nav-links .nav-next a {
  padding-right: 2em;
  padding-left: 0;
  background-position-x: right;
  text-align: right;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNC42NyA1My45NSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOS4yLDUzLjMyYy0uODQuODQtMi4xOC44NC0zLjAxLDBsLTUuNTYtNS41NmMtLjg0LS44NC0uODQtMi4xOCwwLTMuMDFsMTcuNzgtMTcuNzhMLjYzLDkuMmMtLjg0LS44NC0uODQtMi4xOCwwLTMuMDFMNi4xOC42M2MuODQtLjg0LDIuMTgtLjg0LDMuMDEsMGwyNC44NCwyNC44NGMuODQuODQuODQsMi4xOCwwLDMuMDFsLTI0Ljg0LDI0Ljg0WiIgc3R5bGU9ImZpbGw6ICMwMDA7IiAvPjwvc3ZnPg==);
}
.nav-links .nav-next a:before {
  content: "/";
  color: #38383B;
  padding-right: 0.5em;
}
.nav-links .nav-previous a {
  padding-left: 2em;
  background-position-x: left;
  text-align: left;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNC42NyA1My45NSI+PHBhdGggZD0iTTE2LjI2LDI2Ljk3bDE3Ljc4LDE3Ljc4Yy44NC44NC44NCwyLjE4LDAsMy4wMWwtNS41Niw1LjU2Yy0uODQuODQtMi4xOC44NC0zLjAxLDBMLjYzLDI4LjQ4Yy0uODQtLjg0LS44NC0yLjE4LDAtMy4wMUwyNS40Ny42M2MuODQtLjg0LDIuMTgtLjg0LDMuMDEsMGw1LjU2LDUuNTZjLjg0Ljg0Ljg0LDIuMTgsMCwzLjAxbC0xNy43OCwxNy43OFoiIHN0eWxlPSJmaWxsOiAjMDAwIiAvPjwvc3ZnPg==);
}

.site-header {
  width: 100%;
  height: var(--header-height);
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0;
  padding-bottom: var(--header-border-height);
  transition: 0.5s;
}
.site-header::after {
  content: "";
  background-image: url("../images/header-bottom-border.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: top;
  width: 100%;
  height: var(--header-border-height);
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .site-header {
    height: var(--mobile-header-height);
    padding-bottom: var(--mobile-header-border-height);
  }
  .site-header::after {
    height: var(--mobile-header-border-height);
  }
}
.site-header .header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(2rem, 8vw, 110px);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.site-header .site-logo {
  display: inline-block;
}
.site-header .site-logo svg.header__logo {
  height: var(--logo-height);
  width: auto;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .site-header .site-logo svg.header__logo {
    height: var(--mobile-logo-height);
  }
}
.site-header .site-logo img.header__logo {
  height: var(--logo-height);
  width: auto;
}
@media screen and (max-width: 767px) {
  .site-header .site-logo img.header__logo {
    height: var(--mobile-logo-height);
  }
}
.site-header .header__right {
  display: flex;
  align-items: center;
  gap: var(--spacing-4xl);
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1300px) {
  .site-header .header__right {
    display: none;
  }
}

.sticky-hide, .sticky {
  position: absolute;
  top: -200px;
}
.sticky-hide.sticky-styled, .sticky-styled.sticky {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 -10px 31px 0 rgba(0, 0, 0, 0.35);
}

.sticky {
  top: 0;
}

#colophon .footer-wrapper {
  background-color: #38383B;
  color: #ffffff;
  padding: 90px 100px 40px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #colophon .footer-wrapper {
    justify-content: space-around;
    padding: 40px 20px;
  }
}
#colophon .footer-wrapper .col {
  width: auto;
}
#colophon .footer-logo {
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  #colophon .footer-logo {
    padding: 0;
  }
}
#colophon .footer-logo svg {
  width: 96px;
}
#colophon .footer-content {
  margin: 0 0 0 auto;
}
#colophon .footer-content p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
}
@media screen and (max-width: 1300px) {
  #colophon .footer-content {
    margin: 0;
  }
}
#colophon .footer-sidebar {
  background-color: #ffffff;
  padding: 20px;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  #colophon .footer-sidebar {
    padding: 20px;
  }
}
#colophon .copyright {
  background-color: #38383B;
  padding: 10px 100px;
}

.site-footer.footer {
  width: 100%;
}
.site-footer.footer .footer__checkered {
  width: 100%;
  height: 45px;
  background-image: url("../images/checkered.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .site-footer.footer .footer__checkered {
    height: 30px;
  }
}
.site-footer.footer .footer__main {
  background-color: #abab43;
  padding: var(--spacing-3xl) clamp(2rem, 8vw, 110px);
}
@media screen and (max-width: 767px) {
  .site-footer.footer .footer__main {
    padding: var(--spacing-2xl) var(--spacing-lg);
  }
}
.site-footer.footer .footer__container {
  display: flex;
  align-items: center;
  max-width: var(--container-max-width);
  margin: 0 auto;
  gap: var(--spacing-4xl);
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .site-footer.footer .footer__container {
    flex-direction: column;
    text-align: center;
    gap: var(--spacing-2xl);
  }
}
@media screen and (max-width: 767px) {
  .site-footer.footer .footer__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--spacing-2xl);
  }
}
.site-footer.footer .footer__logo {
  height: 136px;
  width: auto;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .site-footer.footer .footer__logo {
    height: 136px;
  }
}
.site-footer.footer .footer__bunny {
  width: 260px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .site-footer.footer .footer__bunny {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .site-footer.footer .footer__bunny {
    width: 140px;
    margin-top: var(--spacing-xl);
    display: block;
  }
}
.site-footer.footer .footer__stars {
  width: 100%;
  height: 40px;
  background-image: url("../images/stars.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .site-footer.footer .footer__stars {
    height: 30px;
  }
}
.site-footer.footer .footer__triangles {
  width: 100%;
  height: 40px;
  background-image: url("../images/triangles.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .site-footer.footer .footer__triangles {
    height: 30px;
  }
}
.site-footer.footer .footer__copyright {
  background-color: #f2ba38;
  padding: var(--spacing-md) clamp(2rem, 8vw, 110px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .site-footer.footer .footer__copyright {
    padding: var(--spacing-sm) var(--spacing-md);
  }
}
.site-footer.footer .footer__copyright p {
  color: #000000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .site-footer.footer .footer__copyright p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4em;
  }
}

.home .page-header-container {
  display: none;
}
.home .site-content {
  margin-top: 0;
  padding-bottom: 0;
}
.home .site-main > article {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.home .entry-content {
  margin-bottom: 0;
}

.hero .block {
  margin-top: 0;
  margin-bottom: 0;
}
.hero .block.block-type-image.full-width-media-block {
  max-width: none !important;
}
@media screen and (max-width: 767px) {
  .hero .block.block-type-image.full-width-media-block {
    height: 30vh !important;
    margin-top: 3em;
  }
}
.hero .block.full-width-media-block .full-width-media {
  max-height: 616px;
}
@media screen and (max-width: 767px) {
  .hero .block.full-width-media-block .full-width-media {
    height: 30vh !important;
  }
}
.hero .hero-text__heading {
  background-color: #ffffff;
  padding: var(--spacing-4xl);
  width: 100%;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .hero .hero-text__heading {
    padding: var(--spacing-lg) var(--spacing-4xl);
  }
}
.hero .hero-text__heading::before {
  content: "";
  position: absolute;
  right: 95%;
  top: 0;
  width: 310px;
  height: 272px;
  background-image: url("../images/bird_flying.svg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .hero .hero-text__heading::before {
    width: 112px;
    height: 96px;
    left: -0.8em;
  }
}
.hero .hero-text__heading::after {
  content: "";
  position: absolute;
  left: 98%;
  top: 0;
  transform: translateY(-67%);
  width: 124px;
  height: 466px;
  background-image: url("../images/flower_stalk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .hero .hero-text__heading::after {
    width: 70px;
    height: 263px;
    left: auto;
    right: 0;
  }
}
.hero .hero-text__heading p {
  font-size: 61px;
  font-size: 6.1rem;
  line-height: 1.131147541em;
  font-weight: 300;
  color: #e8939e;
  text-align: center;
  max-width: 895px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .hero .hero-text__heading p {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.1666666667em;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-text__heading p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25em;
    padding: 0;
  }
}

.help-section {
  position: relative;
  padding-top: 2.5em;
  padding-bottom: calc(2.5em + var(--header-border-height));
}
.help-section::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: var(--header-border-height);
  background-image: url("../images/header-bottom-border.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: "bottom";
  z-index: 1;
  transform: scaleY(-1);
}
@media screen and (max-width: 767px) {
  .help-section::after {
    height: var(--mobile-header-border-height);
  }
}
@media screen and (max-width: 767px) {
  .help-section {
    padding-top: var(--spacing-3xl);
    padding-bottom: calc(var(--spacing-3xl) + var(--mobile-header-border-height));
  }
}
.help-section .help-section__heading p {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.0909090909em;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .help-section .help-section__heading p {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2857142857em;
    margin-bottom: var(--spacing-xl);
  }
}
.help-section .help-section__grid {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: var(--spacing-2xl);
  padding-right: var(--spacing-2xl);
}
@media screen and (max-width: 767px) {
  .help-section .help-section__grid {
    width: 100%;
  }
}
.help-section .help-section__card {
  padding-left: var(--spacing-xl);
  padding-right: var(--spacing-xl);
}
@media screen and (max-width: 767px) {
  .help-section .help-section__card {
    padding-left: 0;
    padding-right: 0;
  }
}
.help-section .help-section__card .grid-item-container {
  border: 1px solid #ffffff;
  padding: var(--spacing-2xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .help-section .help-section__card .grid-item-container {
    padding: var(--spacing-xl);
  }
}
.help-section .help-section__card .grid-item-image {
  margin-bottom: var(--spacing-xl);
}
@media screen and (max-width: 767px) {
  .help-section .help-section__card .grid-item-image {
    margin-bottom: var(--spacing-lg);
  }
}
.help-section .help-section__card .grid-item-image .grid-item-image-container img {
  width: 120px;
  height: 100px;
  object-fit: contain;
}
.help-section .help-section__card .grid-item-content {
  padding: 0;
}
.help-section .help-section__card .grid-item-content .button-container {
  display: block;
  margin-bottom: var(--spacing-lg);
}
.help-section .help-section__card .grid-item-content .button-container .button {
  background-color: #3b5999;
  color: #ffffff;
  border: 1.5px solid #ffffff;
  border-radius: var(--button-radius);
  padding: var(--spacing-sm) var(--spacing-xl);
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.0740740741em;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  min-width: 290px;
  text-transform: lowercase;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .help-section .help-section__card .grid-item-content .button-container .button {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em;
    min-width: 200px;
    padding: var(--spacing-sm) var(--spacing-lg);
  }
}
.help-section .help-section__card .grid-item-content .button-container .button:hover {
  background-color: #2d4373;
  color: #ffffff;
  border-color: #ffffff;
}
.help-section .help-section__card .grid-item-content p {
  color: #ffffff;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.3157894737em;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .help-section .help-section__card .grid-item-content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375em;
  }
}

.stats-section {
  background-color: #ffffff;
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .stats-section {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .stats-section {
    margin-top: var(--spacing-3xl);
    margin-bottom: var(--spacing-3xl);
    padding-left: 0;
    padding-right: 0;
  }
}

.stats-section__heading p {
  margin: 0 0 var(--spacing-3xl);
}
@media screen and (max-width: 767px) {
  .stats-section__heading p {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2857142857em;
    margin: 0 0 var(--spacing-2xl);
  }
}

.stats-section__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--spacing-xl);
  position: relative;
}
@media screen and (max-width: 767px) {
  .stats-section__row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}
.stats-section__row .block-content-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .stats-section__row .block-content-container {
    flex-direction: column;
    align-items: center;
  }
}
.stats-section__row.stats-section__row--middle {
  justify-content: center;
}
.stats-section__row.stats-section__row--middle .block-content-container {
  justify-content: center;
}
.stats-section__row.stats-section__row--first .block-content-container, .stats-section__row.stats-section__row--last .block-content-container {
  justify-content: space-between;
}

.stats-section__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 375px;
}
@media screen and (max-width: 767px) {
  .stats-section__item {
    margin-bottom: var(--spacing-2xl);
    max-width: 80%;
  }
}
.stats-section__item p {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25em;
  margin-top: var(--spacing-sm);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .stats-section__item p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
.stats-section__item p strong {
  font-size: 100px;
  font-size: 10rem;
  line-height: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  padding: 0 var(--spacing-xl);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .stats-section__item p strong {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.1666666667em;
    padding: 0 var(--spacing-sm);
  }
}

.stats-section__row--first .stats-section__item:first-child strong::after,
.stats-section__row--last .stats-section__item:first-child strong::after {
  content: "";
  position: absolute;
  left: 100%;
  right: -100vw;
  top: 3.1rem;
  bottom: 0;
  margin: auto;
  height: 31px;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: left center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .stats-section__row--first .stats-section__item:first-child strong::after,
  .stats-section__row--last .stats-section__item:first-child strong::after {
    height: 20px;
    top: 2.5rem;
  }
}

.stats-section__row--first .stats-section__item:first-child strong::after {
  background-image: url("../images/olive_red_squiggle.svg");
}

.stats-section__row--last .stats-section__item:first-child strong::after {
  height: 500px;
  background-image: url("../images/blue_yellow_squiggle.svg"), url("../images/hands_up_person.svg");
  background-size: auto 31px, 384px auto;
  background-repeat: repeat-x, no-repeat;
  background-position: left center, 52% top;
}
@media screen and (max-width: 767px) {
  .stats-section__row--last .stats-section__item:first-child strong::after {
    height: 20px;
    background-image: url("../images/blue_yellow_squiggle.svg");
    background-size: auto 100%;
  }
}

.stats-section__row--middle .stats-section__item:first-child strong::before {
  content: "";
  position: absolute;
  left: -100vw;
  right: 100%;
  top: 3.1rem;
  bottom: 0;
  margin: auto;
  height: 31px;
  background-image: url("../images/squiggle.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: right center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .stats-section__row--middle .stats-section__item:first-child strong::before {
    height: 20px;
    top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .stats-section__row--first .stats-section__item:nth-child(1) {
    align-self: center;
  }
  .stats-section__row--first .stats-section__item:nth-child(2) {
    align-self: flex-start;
    max-width: 58%;
  }
  .stats-section__row--first .stats-section__item:nth-child(2) strong::after {
    content: "";
    position: absolute;
    left: 100%;
    right: -100vw;
    top: 2.5rem;
    bottom: 0;
    margin: auto;
    height: 20px;
    background-image: url("../images/olive_red_squiggle.svg");
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: right center;
    z-index: -1;
  }
  .stats-section__row--middle .stats-section__item:first-child {
    align-self: flex-end;
    max-width: 55%;
  }
  .stats-section__row--last .stats-section__item:nth-child(1) {
    align-self: flex-start;
    max-width: 56%;
  }
  .stats-section__row--last .stats-section__item:nth-child(2) {
    align-self: flex-start;
  }
  .stats-section__row--last .stats-section__item:last-child strong::after {
    content: "";
    position: absolute;
    left: 100%;
    right: -100vw;
    top: 2.5rem;
    bottom: 0;
    margin: auto;
    height: 190px;
    background-image: url("../images/blue_yellow_squiggle.svg"), url("../images/hands_up_person.svg");
    background-size: auto 20px, 150px auto;
    background-repeat: repeat-x, no-repeat;
    background-position: right center, left top;
    z-index: -1;
  }
}
.stats-section__item--fourth {
  padding-right: 250px;
}
@media screen and (max-width: 1300px) {
  .stats-section__item--fourth {
    padding-right: 0;
  }
}

.who-hero {
  position: relative;
}
.who-hero .full-width-media-block {
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .who-hero .full-width-media-block {
    height: 55vh !important;
    min-height: 450px !important;
    margin-bottom: 0;
  }
}
.who-hero .full-width-media-block .full-width-media {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .who-hero .full-width-media-block .full-width-media {
    height: 55vh !important;
    min-height: 450px !important;
  }
}
.who-hero .full-width-media-block::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 170px;
  background-image: url("../images/waves.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .who-hero .full-width-media-block::after {
    display: none;
  }
}
.who-hero .full-width-media-block .media-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 3em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .who-hero .full-width-media-block .media-overlay-content {
    padding: 0;
  }
}
.who-hero .full-width-media-block .media-overlay-content .overlay-content-container {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .who-hero .full-width-media-block .media-overlay-content .overlay-content-container {
    padding-top: 3em;
  }
}
.who-hero .full-width-media-block .media-overlay-content .hero-overlay-text__heading {
  max-width: 740px;
  width: 58%;
}
.who-hero .full-width-media-block .media-overlay-content .hero-overlay-text__heading p {
  color: #ffffff;
  font-size: 61px;
  font-size: 6.1rem;
  line-height: 1.131147541em;
  font-weight: 300;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 1300px) {
  .who-hero .full-width-media-block .media-overlay-content .hero-overlay-text__heading p {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3333333333em;
  }
}
@media screen and (max-width: 767px) {
  .who-hero .full-width-media-block .media-overlay-content .hero-overlay-text__heading p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6em;
  }
}

.story-section {
  position: relative;
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-bottom: 3.5em;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .story-section {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .story-section {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-3xl);
  }
}
.story-section::before {
  content: "";
  position: absolute;
  bottom: -2em;
  left: -60px;
  right: 0;
  height: 374px;
  background-image: url("../images/flower_vine.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .story-section::before {
    bottom: auto;
    top: 5em;
    height: 150px;
    left: 1em;
  }
}
.story-section.block-row-container {
  display: flex;
  align-items: center;
  gap: var(--spacing-5xl);
}
@media screen and (max-width: 1300px) {
  .story-section.block-row-container {
    flex-direction: column;
    gap: var(--spacing-lg);
  }
}
.story-section .block-type-image {
  position: relative;
  flex-shrink: 0;
}
.story-section .block-type-image .block-media-container {
  position: relative;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .story-section .block-type-image .block-media-container {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.story-section .block-type-image .block-media-container img {
  width: 100%;
  height: auto;
  border-radius: 34px;
  display: block;
}
@media screen and (max-width: 767px) {
  .story-section .block-type-image .block-media-container img {
    width: 50%;
    margin: auto;
  }
}
.story-section .block-type-image .block-media-container::before {
  content: "";
  position: absolute;
  bottom: 96%;
  left: 104%;
  width: 99px;
  height: 102px;
  background-image: url("../images/heart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .story-section .block-type-image .block-media-container::before {
    left: auto;
    right: 0;
    height: 45px;
  }
}
.story-section .block-type-content {
  padding-left: 6em !important;
}
@media screen and (max-width: 1300px) {
  .story-section .block-type-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.story-section .block-type-content .block-content-container {
  text-align: center;
}
.story-section .block-type-content .block-content-container h2, .story-section .block-type-content .block-content-container .h2 {
  margin-bottom: var(--spacing-lg);
}
.story-section .block-type-content .block-content-container p {
  margin-bottom: var(--spacing-md);
}

.mission-section {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-top: calc(2.5em + var(--header-border-height));
}
@media screen and (max-width: 767px) {
  .mission-section {
    width: 100%;
  }
}
.mission-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-border-height);
  background-image: url("../images/header-bottom-border.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: "top";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mission-section::before {
    height: var(--mobile-header-border-height);
  }
}
@media screen and (max-width: 767px) {
  .mission-section {
    padding-top: var(--spacing-3xl);
  }
}
.mission-section.block-row-container {
  display: flex;
  align-items: center;
  gap: var(--spacing-5xl);
}
@media screen and (max-width: 1300px) {
  .mission-section.block-row-container {
    flex-direction: column;
    gap: var(--spacing-lg);
  }
}
.mission-section .block-type-content {
  flex: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  .mission-section .block-type-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.mission-section .block-type-content .block-content-container {
  text-align: center;
}
.mission-section .block-type-content .block-content-container h2, .mission-section .block-type-content .block-content-container .h2, .mission-section .block-type-content .block-content-container p {
  color: #ffffff;
}
.mission-section .block-type-content .block-content-container h2, .mission-section .block-type-content .block-content-container .h2 {
  margin-bottom: var(--spacing-lg);
}
.mission-section .block-type-content .block-content-container p {
  margin-bottom: var(--spacing-md);
}
.mission-section .block-type-image {
  flex-shrink: 0;
}
.mission-section .block-type-image .block-media-container {
  width: 305px;
}
@media screen and (max-width: 767px) {
  .mission-section .block-type-image .block-media-container {
    width: 100%;
    max-width: 305px;
    margin: 0 auto;
  }
}
.mission-section .block-type-image .block-media-container img {
  width: 100%;
  height: auto;
  display: block;
}

.mission-images-section {
  position: relative;
}
.mission-images-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(50% + var(--header-border-height));
  background-color: #ffffff;
  z-index: 0;
}
.who-contact-section {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-top: calc(2.5em + var(--header-border-height));
  display: flex;
  align-items: center;
  gap: var(--spacing-5xl);
}
@media screen and (max-width: 767px) {
  .who-contact-section {
    width: 100%;
  }
}
.who-contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-border-height);
  background-image: url("../images/header-bottom-border.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: "top";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .who-contact-section::before {
    height: var(--mobile-header-border-height);
  }
}
@media screen and (max-width: 767px) {
  .who-contact-section {
    padding-top: var(--spacing-3xl);
  }
}
@media screen and (max-width: 1300px) {
  .who-contact-section {
    flex-direction: column;
    gap: var(--spacing-lg);
  }
}
@media screen and (max-width: 1300px) {
  .who-contact-section .block-type-content {
    order: 2;
    padding: 0 !important;
  }
}
.who-contact-section h1 em {
  font-style: normal;
  color: #abab43;
}

.what-hero {
  position: relative;
}
.what-hero .block {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 !important;
}
.what-hero .full-width-media-block {
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .what-hero .full-width-media-block {
    height: 40vh !important;
    min-height: 300px !important;
    margin-top: 2em !important;
  }
}
@media screen and (max-width: 767px) {
  .what-hero .full-width-media-block .full-width-media {
    height: 40vh !important;
    min-height: 300px !important;
    background-position: 39% center;
  }
}
.what-hero .block-type-content .block-content-container {
  background-color: #ffffff;
  padding: var(--spacing-3xl) 0 var(--spacing-3xl);
  width: 100%;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .what-hero .block-type-content .block-content-container {
    padding: var(--spacing-3xl) var(--spacing-lg);
  }
}
.what-hero .block-type-content .block-content-container .hero-text__heading p {
  font-size: 61px;
  font-size: 6.1rem;
  line-height: 1.131147541em;
  font-weight: 300;
  color: #000000;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .what-hero .block-type-content .block-content-container .hero-text__heading p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25em;
  }
}
.what-hero .block-type-content .block-content-container .hero-text__heading p em {
  font-style: normal;
  color: #f19d36;
}

.scholarship-section {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  margin-top: 3.5em;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .scholarship-section {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .scholarship-section {
    margin-top: 0;
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-3xl);
  }
}
.scholarship-section.block-row-container {
  display: flex;
  align-items: center;
  gap: var(--spacing-5xl);
}
@media screen and (max-width: 1300px) {
  .scholarship-section.block-row-container {
    flex-direction: column;
    gap: var(--spacing-lg);
  }
}
.scholarship-section h2 {
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.1896551724em;
}
@media screen and (max-width: 767px) {
  .scholarship-section h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25em;
  }
}
.scholarship-section h3, .scholarship-section h4 {
  color: #f55247;
}
@media screen and (max-width: 767px) {
  .scholarship-section h3, .scholarship-section h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3333333333em;
  }
}
.scholarship-section .block-type-image {
  position: relative;
  flex-shrink: 0;
  margin: 0;
}
.scholarship-section .block-type-image .block-media-container {
  position: relative;
  width: 350px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .scholarship-section .block-type-image .block-media-container {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.scholarship-section .block-type-image .block-media-container img {
  width: 100%;
  height: auto;
  border-radius: 34px;
  display: block;
}
@media screen and (max-width: 767px) {
  .scholarship-section .block-type-image .block-media-container img {
    width: 50%;
    margin: auto;
    margin-bottom: 5em;
  }
}
.scholarship-section .block-type-image .block-media-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -45px;
  width: 204px;
  height: 198px;
  background-image: url("../images/leaves.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .scholarship-section .block-type-image .block-media-container::before {
    bottom: -3em;
    height: 120px;
    right: 0;
  }
}
.scholarship-section .block-type-content {
  margin: 0;
}
@media screen and (max-width: 1300px) {
  .scholarship-section .block-type-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.scholarship-section .block-type-content .block-content-container {
  text-align: center;
}
.scholarship-section .block-type-content .block-content-container h2, .scholarship-section .block-type-content .block-content-container .h2 {
  margin-bottom: var(--spacing-lg);
}
.scholarship-section .block-type-content .block-content-container p {
  margin-bottom: var(--spacing-md);
}
.scholarship-section .block-type-content .button-container {
  margin-top: var(--spacing-xl);
}
.scholarship-section .block-type-content .button-container .button {
  display: inline-block;
  text-decoration: none;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  transition: all 0.25s ease;
  cursor: pointer;
  background-color: #e81d4e;
  color: #ffffff;
  border-radius: var(--button-radius);
  padding: 1rem 2rem;
  border-radius: 50px;
  padding: 0.8rem 2.5rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2222222222em;
  text-transform: lowercase;
}
.scholarship-section .block-type-content .button-container .button:hover {
  background-color: #c41e3a;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .scholarship-section .block-type-content .button-container .button {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
    padding: 0.6rem 2rem;
  }
}

.comunity-section {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-top: calc(2.5em + var(--header-border-height));
}
@media screen and (max-width: 767px) {
  .comunity-section {
    width: 100%;
  }
}
.comunity-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-border-height);
  background-image: url("../images/header-bottom-border.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: "top";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .comunity-section::before {
    height: var(--mobile-header-border-height);
  }
}
@media screen and (max-width: 767px) {
  .comunity-section {
    padding-top: var(--spacing-3xl);
  }
}
.comunity-section.block-row-container {
  display: flex;
  align-items: center;
  gap: var(--spacing-5xl);
}
@media screen and (max-width: 1300px) {
  .comunity-section.block-row-container {
    flex-direction: column;
    gap: var(--spacing-lg);
  }
}
.comunity-section .block-type-content {
  flex: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  .comunity-section .block-type-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.comunity-section .block-type-content .block-content-container {
  text-align: center;
}
.comunity-section .block-type-content .block-content-container h2, .comunity-section .block-type-content .block-content-container .h2, .comunity-section .block-type-content .block-content-container p {
  color: #ffffff;
}
.comunity-section .block-type-content .block-content-container h2, .comunity-section .block-type-content .block-content-container .h2 {
  margin-bottom: var(--spacing-lg);
}
.comunity-section .block-type-content .block-content-container p {
  margin-bottom: var(--spacing-md);
}
.comunity-section .block-type-image {
  flex-shrink: 0;
}
.comunity-section .block-type-image .block-media-container {
  width: 305px;
}
@media screen and (max-width: 767px) {
  .comunity-section .block-type-image .block-media-container {
    width: 100%;
    max-width: 305px;
    margin: 0 auto;
  }
}
.comunity-section .block-type-image .block-media-container img {
  width: 100%;
  height: auto;
  display: block;
}

.community-images-section {
  position: relative;
}
.community-images-section::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  height: 60%;
  background-color: #ffffff;
  z-index: 0;
}
.after-school-section {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-top: calc(2.5em + var(--header-border-height));
}
@media screen and (max-width: 767px) {
  .after-school-section {
    width: 100%;
  }
}
.after-school-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-border-height);
  background-image: url("../images/header-bottom-border.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: "top";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .after-school-section::before {
    height: var(--mobile-header-border-height);
  }
}
@media screen and (max-width: 767px) {
  .after-school-section {
    padding-top: var(--spacing-3xl);
  }
}
@media screen and (max-width: 767px) {
  .after-school-section {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-3xl);
  }
}
.after-school-section .block-type-content {
  max-width: 100% !important;
}
.after-school-section .block-content-container {
  text-align: center;
}
.after-school-section .block-content-container h2, .after-school-section .block-content-container .h2 {
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.1896551724em;
  color: #ffffff;
  margin-bottom: var(--spacing-lg);
}
@media screen and (max-width: 767px) {
  .after-school-section .block-content-container h2, .after-school-section .block-content-container .h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25em;
  }
}
.after-school-section .block-content-container h3, .after-school-section .block-content-container .h3 {
  color: #f2ba38;
  margin-bottom: var(--spacing-md);
}
@media screen and (max-width: 767px) {
  .after-school-section .block-content-container h3, .after-school-section .block-content-container .h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3333333333em;
  }
}
.after-school-section .block-content-container p {
  margin-bottom: var(--spacing-md);
}

.after-school-programs-block {
  width: 100%;
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .after-school-programs-block {
    width: 100%;
  }
}
.after-school-programs-block .programs-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-3xl) var(--spacing-2xl);
  padding: var(--spacing-3xl) 0;
}
@media screen and (max-width: 1300px) {
  .after-school-programs-block .programs-grid-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: var(--spacing-xl);
  }
}
@media screen and (max-width: 767px) {
  .after-school-programs-block .programs-grid-container {
    grid-template-rows: auto;
  }
}
.after-school-programs-block .program-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.after-school-programs-block .program-grid-item:hover {
  transform: translateY(-5px);
}
.after-school-programs-block .program-grid-item .show-program {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
.after-school-programs-block .program-grid-item .program-icon {
  width: 165px;
  height: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacing-md);
}
@media screen and (max-width: 767px) {
  .after-school-programs-block .program-grid-item .program-icon {
    width: 120px;
    height: 90px;
  }
}
.after-school-programs-block .program-grid-item .program-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.after-school-programs-block .program-grid-item .program-title {
  color: #ffffff;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.1851851852em;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .after-school-programs-block .program-grid-item .program-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3em;
  }
}
.after-school-programs-block .program-detail-container {
  position: relative;
  border-radius: 60px;
  border: solid 3px #ffb2d6;
  padding: var(--spacing-4xl);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .after-school-programs-block .program-detail-container {
    padding: var(--spacing-lg);
    padding-top: 100px;
    border-radius: 20px;
    border-width: 2px;
  }
}
.after-school-programs-block .program-detail-container .close-program {
  position: absolute;
  top: var(--spacing-2xl);
  right: var(--spacing-2xl);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .after-school-programs-block .program-detail-container .close-program {
    width: 40px;
    height: 40px;
    top: var(--spacing-lg);
    right: var(--spacing-xl);
  }
}
.after-school-programs-block .program-detail-container .close-program svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.after-school-programs-block .program-detail-container .close-program:hover {
  opacity: 0.8;
}
.after-school-programs-block .program-detail-container .program-detail-content {
  display: flex;
  gap: var(--spacing-4xl);
  align-items: flex-start;
}
@media screen and (max-width: 1300px) {
  .after-school-programs-block .program-detail-container .program-detail-content {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }
}
.after-school-programs-block .program-detail-container .program-detail-content .program-detail-image {
  flex-shrink: 0;
  width: 295px;
  height: 289px;
}
@media screen and (max-width: 767px) {
  .after-school-programs-block .program-detail-container .program-detail-content .program-detail-image {
    width: 100%;
    height: auto;
    max-width: 295px;
    margin: 0 auto;
  }
}
.after-school-programs-block .program-detail-container .program-detail-content .program-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .after-school-programs-block .program-detail-container .program-detail-content .program-detail-image img {
    width: 75%;
  }
}
.after-school-programs-block .program-detail-container .program-detail-content .program-detail-text {
  flex: 1;
  padding-top: var(--spacing-md);
}
.after-school-programs-block .program-detail-container .program-detail-content .program-detail-text .program-detail-title {
  color: #ffb2d6;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: var(--spacing-lg);
}
@media screen and (max-width: 767px) {
  .after-school-programs-block .program-detail-container .program-detail-content .program-detail-text .program-detail-title {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.4117647059em;
    margin-bottom: var(--spacing-sm);
  }
}
.after-school-programs-block .program-detail-container .program-detail-content .program-detail-text .program-detail-description {
  color: #ffffff;
}
.after-school-programs-block .program-detail-container .program-detail-content .program-detail-text .program-detail-description p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7em;
  margin-bottom: var(--spacing-md);
}
@media screen and (max-width: 767px) {
  .after-school-programs-block .program-detail-container .program-detail-content .program-detail-text .program-detail-description p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7777777778em;
  }
}
.after-school-programs-block .program-detail-container .program-detail-content .program-detail-text .program-detail-description h2, .after-school-programs-block .program-detail-container .program-detail-content .program-detail-text .program-detail-description h3, .after-school-programs-block .program-detail-container .program-detail-content .program-detail-text .program-detail-description h4, .after-school-programs-block .program-detail-container .program-detail-content .program-detail-text .program-detail-description h5, .after-school-programs-block .program-detail-container .program-detail-content .program-detail-text .program-detail-description h6 {
  margin-top: var(--spacing-lg);
  margin-bottom: var(--spacing-md);
}

.partner-hero {
  position: relative;
}
.partner-hero .block {
  margin-top: 0;
  margin-bottom: 0;
  max-width: none !important;
  padding: 0 !important;
}
.partner-hero .full-width-media-block {
  position: relative;
  padding-bottom: 0;
  max-width: none !important;
}
@media screen and (max-width: 767px) {
  .partner-hero .full-width-media-block {
    height: 40vh !important;
    min-height: 325px !important;
    margin-top: 1em !important;
  }
}
.partner-hero .full-width-media-block .full-width-media {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .partner-hero .full-width-media-block .full-width-media {
    height: 40vh !important;
    min-height: 325px !important;
    background-position: 40% center;
  }
}
.partner-hero .full-width-media-block .media-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 3em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .partner-hero .full-width-media-block .media-overlay-content {
    padding: 0;
  }
}
.partner-hero .full-width-media-block .media-overlay-content .overlay-content-container {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .partner-hero .full-width-media-block .media-overlay-content .overlay-content-container {
    padding-top: 3em;
  }
}
.partner-hero .full-width-media-block .media-overlay-content .hero-overlay-text__heading {
  max-width: 635px;
  width: 58%;
  margin-bottom: -5em;
}
@media screen and (max-width: 767px) {
  .partner-hero .full-width-media-block .media-overlay-content .hero-overlay-text__heading {
    width: 66%;
    margin-bottom: -1em;
  }
}
.partner-hero .full-width-media-block .media-overlay-content .hero-overlay-text__heading p {
  color: #ffffff;
  font-size: 61px;
  font-size: 6.1rem;
  line-height: 1.131147541em;
  font-weight: 300;
  text-align: left;
  margin: 0 0 var(--spacing-2xl) 0;
}
@media screen and (max-width: 1300px) {
  .partner-hero .full-width-media-block .media-overlay-content .hero-overlay-text__heading p {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3333333333em;
  }
}
@media screen and (max-width: 767px) {
  .partner-hero .full-width-media-block .media-overlay-content .hero-overlay-text__heading p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545454545em;
  }
}
.partner-hero .full-width-media-block .media-overlay-content .hero-overlay-text__heading p em {
  font-style: normal;
  color: #ffb2d6;
}
.partner-hero .full-width-media-block .media-overlay-content .hero-overlay-text__heading img {
  margin-top: 1em;
  max-width: 147px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .partner-hero .full-width-media-block .media-overlay-content .hero-overlay-text__heading img {
    max-width: 42px;
    margin-top: 0.5em;
    margin-left: 1em;
  }
}

.catch-vision-section {
  position: relative;
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 180px;
  padding-right: 180px;
}
@media screen and (max-width: 767px) {
  .catch-vision-section {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .catch-vision-section {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-3xl);
  }
}
@media screen and (max-width: 767px) {
  .catch-vision-section {
    padding-left: var(--spacing-2xl);
    padding-right: var(--spacing-2xl);
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-3xl);
  }
}
.catch-vision-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4em;
  width: 160px;
  height: 67px;
  background-image: url("../images/flying_bird.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .catch-vision-section::before {
    width: 100px;
    height: 42px;
    top: 6em;
    left: -3em;
  }
}
.catch-vision-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2.5em;
  width: 150px;
  height: 318px;
  background-image: url("../images/flower_stem.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .catch-vision-section::after {
    width: 100px;
    height: 212px;
    right: -3em;
  }
}
.catch-vision-section .block-content-container {
  position: relative;
  text-align: center;
}
.catch-vision-section .block-content-container h1 {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.05em;
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #e81d4e;
  margin-bottom: var(--spacing-lg);
}
@media screen and (max-width: 767px) {
  .catch-vision-section .block-content-container h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2857142857em;
  }
}
.catch-vision-section .block-content-container h1::before, .catch-vision-section .block-content-container h1::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 195px;
  height: 31px;
  background-image: url("../images/blue_yellow_squiggle.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  margin-left: var(--spacing-lg);
  margin-right: var(--spacing-lg);
}
@media screen and (max-width: 1300px) {
  .catch-vision-section .block-content-container h1::before, .catch-vision-section .block-content-container h1::after {
    width: 100px;
    height: 16px;
    margin-right: var(--spacing-sm);
  }
}
.catch-vision-section .block-content-container h1::after {
  left: 100%;
  right: auto;
}
.catch-vision-section .block-content-container h1 strong {
  color: #f2ba38;
}
.catch-vision-section .block-content-container p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7em;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .catch-vision-section .block-content-container p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
  }
}

.why-partner-section {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-top: calc(2.5em + var(--header-border-height));
  padding-bottom: calc(2.5em + 69px);
}
@media screen and (max-width: 767px) {
  .why-partner-section {
    width: 100%;
  }
}
.why-partner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-border-height);
  background-image: url("../images/header-bottom-border.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: "top";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .why-partner-section::before {
    height: var(--mobile-header-border-height);
  }
}
@media screen and (max-width: 767px) {
  .why-partner-section {
    padding-top: var(--spacing-3xl);
  }
}
.why-partner-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 69px;
  background-image: url("../images/border.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: bottom;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .why-partner-section::after {
    height: 45px;
  }
}
.why-partner-section .block-content-container {
  text-align: center;
}
.why-partner-section .block-content-container h1 {
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.1896551724em;
  margin-bottom: var(--spacing-lg);
}
@media screen and (max-width: 767px) {
  .why-partner-section .block-content-container h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3333333333em;
  }
}
.why-partner-section .block-content-container p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7em;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .why-partner-section .block-content-container p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
  }
}

.how-to-partner-section {
  background-color: #ffffff;
  padding-top: 2.5em;
}
@media screen and (max-width: 1300px) {
  .how-to-partner-section.block-columns-multi {
    flex-direction: column;
  }
}
.how-to-partner-section .block-type-content {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: var(--spacing-3xl);
}
@media screen and (max-width: 767px) {
  .how-to-partner-section .block-type-content {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .how-to-partner-section .block-type-content {
    width: 100%;
    max-width: 100%;
    margin-bottom: var(--spacing-2xl);
  }
}
.how-to-partner-section .block-type-content h1 {
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.1896551724em;
  margin-bottom: var(--spacing-lg);
}
@media screen and (max-width: 767px) {
  .how-to-partner-section .block-type-content h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3333333333em;
  }
}
.how-to-partner-section .block-type-content p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7em;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .how-to-partner-section .block-type-content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
  }
}
.partner-form-section {
  max-width: var(--container-max-width, 1400px);
  padding: 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-top: calc(2.5em + var(--header-border-height));
  max-width: 950px;
}
@media screen and (max-width: 767px) {
  .partner-form-section {
    width: 100%;
  }
}
.partner-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-border-height);
  background-image: url("../images/header-bottom-border.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: "top";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .partner-form-section::before {
    height: var(--mobile-header-border-height);
  }
}
@media screen and (max-width: 767px) {
  .partner-form-section {
    padding-top: var(--spacing-3xl);
  }
}
.partner-form-section.block-columns-multi {
  display: flex;
  align-items: center;
  gap: var(--spacing-5xl);
  align-items: flex-start;
}
@media screen and (max-width: 1300px) {
  .partner-form-section.block-columns-multi {
    flex-direction: column;
    gap: var(--spacing-lg);
  }
}
@media screen and (max-width: 1300px) {
  .partner-form-section.block-columns-multi {
    gap: var(--spacing-2xl);
  }
}
.partner-form-section .block-type-content {
  flex: 1;
}
@media screen and (max-width: 1300px) {
  .partner-form-section .block-type-content {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .partner-form-section .block-type-content:first-child {
    flex: 0 0 40%;
  }
}
.partner-form-section .block-type-content .block-content-container h1 {
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.1896551724em;
  margin-bottom: var(--spacing-lg);
}
@media screen and (max-width: 767px) {
  .partner-form-section .block-type-content .block-content-container h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3333333333em;
    text-align: center;
  }
}
.partner-form-section .block-type-content .block-content-container p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .partner-form-section .block-type-content .block-content-container p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
  }
}

.donate-hero {
  padding-top: calc(2.5em + var(--header-height));
  padding-bottom: calc(2.5em + var(--header-border-height));
}
.donate-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 67px;
  width: 100%;
  background-image: url("../images/border_squiggle.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: bottom;
  z-index: 1;
}
.donate-hero .block-type-content {
  max-width: 1440px !important;
  width: 90% !important;
}
.donate-hero .block-content-container {
  text-align: center;
}
.donate-hero .block-content-container h1 {
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.1896551724em;
  margin: 0;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .donate-hero .block-content-container h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3333333333em;
  }
}

.donate-form:after {
  content: "";
  display: block;
  width: 128px;
  height: 75px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: white;
}

.blog article.post {
  padding-bottom: 45px;
  border-bottom: solid #617480 1px;
  margin-bottom: 70px;
}
.blog article.post:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.blog article.post .entry-title a {
  font-weight: bold;
}
.blog article.post .entry-title a:hover {
  color: #e81d4e;
}

.blog-read-more {
  color: #e81d4e;
  text-decoration: underline;
}

.schema-faq-section {
  margin-bottom: 2em;
}

.schema-faq-question {
  color: #e81d4e;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mc-modal-bg {
  z-index: 99990 !important;
}

.mc-modal {
  z-index: 99999 !important;
}

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