/*!
Theme Name: HousingPlusNYC
Theme URI: http://underscores.me/
Author: Trade in Cool
Author URI: https://www.tradeincool.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License URI: LICENSE
Text Domain: housingplusnyc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

HousingPlusNYC is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
.container {
	max-width: 1376px;
	padding-left: 48px;
	padding-right: 48px;
	margin: 0 auto;
}

@media only screen and (max-width: 989px) {
	.container {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media only screen and (max-width: 749px) {
	.container {
		max-width: 1328px;
		padding-left: 24px;
		padding-right: 24px;
	}
}

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

.max-width-1280 {
	max-width: 1376px;
	padding-left: 48px;
	padding-right: 48px;
	margin: 0 auto;
}

@media only screen and (max-width: 749px) {
	.max-width-1280 {
		max-width: 1328px;
		padding-left: 24px;
		padding-right: 24px;
	}
}

.max-width-1440 {
	max-width: 1536px;
	padding-left: 48px;
	padding-right: 48px;
	margin: 0 auto;
}

@media only screen and (max-width: 749px) {
	.max-width-1440 {
		max-width: 1488px;
		padding-left: 24px;
		padding-right: 24px;
	}
}

.max-width-1920 {
	max-width: 2016px;
	padding-left: 48px;
	padding-right: 48px;
	margin: 0 auto;
}

@media only screen and (max-width: 749px) {
	.max-width-1920 {
		max-width: 1968px;
		padding-left: 24px;
		padding-right: 24px;
	}
}

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

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

* {
	-webkit-font-smoothing: antialiased;
}

p {
	margin-bottom: 1.5em;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #424242;
}

p:empty {
	display: none;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

body.page {
	margin-bottom: 0;
}

.p-0 {
	padding: 0;
}

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

.pb-0 {
	padding-bottom: 0 !important;
}

.header-search-icon {
	display: flex;
	margin-left: 15px;
	padding: 10px;
	cursor: pointer;
}

@media (max-width: 991px) {
	.header-search-icon {
		margin-left: 0;
		margin-right: 15px;
	}
}

.header-search-wrapper {
	position: relative;
}

@media (max-width: 991px) {
	.header-search-wrapper {
		display: flex;
		align-items: center;
		order: 1;
	}
}

@media (max-width: 991px) {
	.main-navigation .mobile-cta {
		order: 2;
	}
}

@media (max-width: 991px) {
	.main-navigation .menu-toggle {
		order: 3;
	}
}

.header-search-dropdown {
	position: absolute;
	right: 0;
	padding: 10px;
	border-radius: 4px;
	display: none;
	background-color: #FFF;
}

.header-search-dropdown input {
	width: 340px;
	padding: 6px 15px !important;
	background: #FFF;
}

.header-search-dropdown button {
	position: absolute;
	right: 11px;
	top: 11px;
	padding: 2px;
	height: 36px;
	width: 36px;
	background: #FFF;
	border: 0;
	cursor: pointer;
}

.header-search-dropdown button svg {
	width: 18px;
}

.header-search-dropdown input:focus {
	outline: none !important;
}

.mobile-header-search {
	top: 69px;
	left: 0;
	width: 100%;
	background: #FFF;
}

@media (min-width: 992px) {
	.mobile-header-search {
		display: none !important;
	}
}

.mobile-header-search.header-search-dropdown input {
	width: 100%;
}

@media (max-width: 991px) {
	.header-search-wrapper .header-search-dropdown {
		display: none !important;
	}
}

.featured-img {
	padding-top: 28px;
	text-align: center;
}

.article-content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.article-content p:first-child {
	margin-top: 0;
}

.article-content p:last-child {
	margin-bottom: 0;
}

.wp-block-button__link {
	width: fit-content;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	background-color: #D10056;
	border-radius: 4px;
	min-width: 140px;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	transition: 0.2sease;
}

.wp-block-button__link:hover {
	text-decoration: none;
	background-color: #E87FAA;
	color: #FFF;
}

.meta-flex {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	padding-top: 10px;
}

.meta-flex a {
	color: #404040;
	font-weight: normal;
}

.meta-flex a:hover, .meta-flex a:visited {
	color: #404040;
	font-weight: normal;
	text-decoration: none;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #DE4C88;
	text-decoration: none;
	font-weight: 600;
}

a:visited {
	color: #DE4C88;
}

a:hover, a:focus, a:active {
	color: #DE4C88;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a.btn:focus {
	outline: none;
	text-decoration: none;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #D10056;
	border-radius: 3px;
	background: #D10056;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

a.btn {
	width: fit-content;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	background-color: #D10056;
	border-radius: 4px;
	min-width: 140px;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	transition: 0.2s ease;
}

@media only screen and (max-width: 989px) {
	a.btn {
		width: 100%;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media only screen and (max-width: 749px) {
	a.btn {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

a.btn:hover {
	text-decoration: none;
	background-color: #E87FAA;
}

@media (pointer: fine) {
	a.btn:hover {
		cursor: pointer;
	}
}

a.btn:active {
	background-color: #DA3277;
}

a.btn-secondary {
	background-color: #5750BB;
}

a.btn-secondary:hover {
	background-color: #8782CF;
}

a.btn-secondary:active {
	background-color: #5750BB;
}

a.btn-disabled {
	background-color: #B7B4E2;
	pointer-events: none;
}

a.btn-outline {
	background-color: transparent;
	color: #D10056;
	border: 1px solid #D10056;
}

a.btn-outline:hover {
	background-color: transparent;
	border-color: #E87FAA;
	color: #E87FAA;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
	color: #BDBDBD;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.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;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media only screen and (min-width: 990px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.site-header {
	background-color: #FFFFFF;
	padding-left: 2rem;
	padding-right: 2rem;
	border-bottom: 1px solid #EEEEEE;
	position: sticky;
	top: 0;
	z-index: 999;
}

@media only screen and (max-width: 989px) {
	.site-header {
		background-color: #FFFFFF;
		position: sticky;
		width: 100%;
		top: 0;
		z-index: 100;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1200px) and (min-width: 990px) {
	.site-header {
		padding-left: 24px;
		padding-right: 24px;
	}
	.site-header .container {
		padding-left: 0;
		padding-right: 0;
	}
}

.site-header .container {
	max-width: 1920px;
}

@media only screen and (max-width: 989px) {
	.site-header .container {
		position: relative;
	}
}

@media only screen and (min-width: 990px) {
	.site-header .container {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		align-items: center;
	}
}

@media only screen and (max-width: 989px) {
	.site-header .container .site-branding {
		position: relative;
		z-index: 3;
		height: 68px;
		display: flex;
		align-items: center;
		width: 30%;
	}
}

@media only screen and (min-width: 990px) {
	.site-header .container .site-branding {
		display: flex;
	}
}

.site-header .container .site-branding .custom-logo {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 132px;
}

@media only screen and (max-width: 989px) {
	.site-header .container .site-branding .custom-logo {
		width: initial;
		height: 28px;
	}
}

.site-header .container .site-branding .site-title {
	margin: 0;
	display: none;
}

@media only screen and (max-width: 989px) {
	.site-header .container .main-navigation {
		position: absolute;
		top: 0;
		z-index: 2;
		right: 0;
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 989px) and (max-width: 989px) {
	.site-header .container .main-navigation .menu-toggle {
		height: 68px;
		border: none;
		background: none;
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media only screen and (max-width: 989px) {
	.site-header .container .main-navigation .menu-header-menu-container {
		position: absolute;
		width: 100vw;
		left: 0;
		right: 0;
		top: 100%;
		background-color: #FFFFFF;
	}
	.site-header .container .main-navigation .menu-header-menu-container ul {
		row-gap: 1rem;
	}
	.site-header .container .main-navigation .menu-header-menu-container ul li {
		padding-left: 24px;
		padding-right: 24px;
	}
	.site-header .container .main-navigation.toggled .menu-header-menu-container ul {
		display: flex !important;
		flex-direction: column;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.site-header .container .main-navigation.toggled .menu-header-menu-container ul li a {
		font-family: "Inter", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 28px;
		color: #424242;
	}
	.site-header .container .main-navigation.toggled .menu-header-menu-container ul li.current-menu-item a {
		display: inline-block;
		border-bottom: 1px solid #212121;
	}
	.site-header .container .main-navigation.toggled .menu-header-menu-container ul li:last-of-type a {
		margin-top: .5rem;
		width: fit-content;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		height: 3rem;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFFFFF;
		background-color: #D10056;
		border-radius: 4px;
		min-width: 140px;
		font-family: "Inter", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 989px) and (max-width: 989px) {
	.site-header .container .main-navigation.toggled .menu-header-menu-container ul li:last-of-type a {
		width: 100%;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media only screen and (max-width: 989px) and (max-width: 749px) {
	.site-header .container .main-navigation.toggled .menu-header-menu-container ul li:last-of-type a {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media only screen and (max-width: 989px) {
	.site-header .container .main-navigation.toggled .menu-header-menu-container ul li:last-of-type a:hover {
		text-decoration: none;
		background-color: #E87FAA;
	}
}

@media only screen and (max-width: 989px) and (pointer: fine) {
	.site-header .container .main-navigation.toggled .menu-header-menu-container ul li:last-of-type a:hover {
		cursor: pointer;
	}
}

@media only screen and (max-width: 989px) {
	.site-header .container .main-navigation.toggled .menu-header-menu-container ul li:last-of-type a:active {
		background-color: #DA3277;
	}
	.site-header .container .main-navigation.toggled .menu-header-menu-container ul li:last-of-type.current-menu-item a {
		border-bottom: none;
	}
	.site-header .container .main-navigation.toggled .menu-header-menu-container:before {
		content: "";
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		top: 10rem;
		bottom: -10rem;
		background-color: rgba(33, 33, 33, 0.5);
		z-index: -1;
		pointer-events: none;
	}
	.site-header .container .main-navigation .mobile-cta {
		display: flex;
		align-items: center;
	}
	.site-header .container .main-navigation .mobile-cta > div {
		display: flex;
	}
	.site-header .container .main-navigation .mobile-cta ul {
		display: block;
	}
	.site-header .container .main-navigation .mobile-cta ul li a {
		width: fit-content;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFFFFF;
		background-color: #D10056;
		border-radius: 4px;
		font-family: "Inter", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 28px;
	}
}

@media only screen and (min-width: 990px) {
	.site-header .container .main-navigation {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
	}
	.site-header .container .main-navigation .mobile-cta {
		display: none;
	}
	.site-header .container .main-navigation li {
		min-height: 6rem;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: .75rem;
		padding-right: .75rem;
	}
	.site-header .container .main-navigation li a {
		font-family: "Inter", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		display: flex;
		align-items: center;
		color: #424242;
	}
	.site-header .container .main-navigation li.current-menu-item a {
		border-bottom: 1px solid #424242;
	}
	.site-header .container .main-navigation li:last-of-type {
		padding-right: 0;
	}
	.site-header .container .main-navigation li:last-of-type a {
		width: fit-content;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		height: 3rem;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFFFFF;
		background-color: #D10056;
		border-radius: 4px;
		min-width: 140px;
		font-family: "Inter", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 28px;
	}
}

@media only screen and (min-width: 990px) and (max-width: 989px) {
	.site-header .container .main-navigation li:last-of-type a {
		width: 100%;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media only screen and (min-width: 990px) and (max-width: 749px) {
	.site-header .container .main-navigation li:last-of-type a {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media only screen and (min-width: 990px) {
	.site-header .container .main-navigation li:last-of-type a:hover {
		text-decoration: none;
		background-color: #E87FAA;
	}
}

@media only screen and (min-width: 990px) and (pointer: fine) {
	.site-header .container .main-navigation li:last-of-type a:hover {
		cursor: pointer;
	}
}

@media only screen and (min-width: 990px) {
	.site-header .container .main-navigation li:last-of-type a:active {
		background-color: #DA3277;
	}
	.site-header .container .main-navigation li:last-of-type.current-menu-item a {
		border-bottom: none;
	}
}

@media (max-width: 1200px) and (min-width: 990px) {
	.site-header .container .main-navigation li {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.site-footer {
	background-color: #10069F;
	color: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 80px;
}

@media only screen and (max-width: 989px) {
	.site-footer {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

@media only screen and (max-width: 989px) {
	.site-footer .container section:nth-child(2) {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
		display: flex;
		flex-wrap: wrap;
		row-gap: 2.5rem;
	}
}

@media only screen and (min-width: 990px) {
	.site-footer .container {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		row-gap: 5rem;
	}
	.site-footer .container section:nth-child(2) {
		grid-column: 2/4;
		display: flex;
		justify-content: flex-end;
	}
	.site-footer .container section:last-child {
		display: flex;
		justify-content: space-between;
		width: 100%;
		grid-column: 1/4;
	}
}

.site-footer .container .site-copyright {
	font-family: "Manrope", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #CBD5E0;
	display: flex;
	align-items: center;
}

.site-footer .container .footer-navigation {
	width: 100%;
	max-width: 280px;
}

.site-footer .container .footer-navigation:nth-child(1), .site-footer .container .footer-navigation:nth-child(2) {
	width: 30%;
}

@media only screen and (max-width: 749px) {
	.site-footer .container .footer-navigation:nth-child(1), .site-footer .container .footer-navigation:nth-child(2) {
		width: 50%;
	}
}

@media only screen and (max-width: 749px) {
	.site-footer .container .footer-navigation:last-child {
		width: 100%;
	}
}

.site-footer .container .footer-navigation .title {
	font-family: "Manrope", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.site-footer .container .footer-navigation.social ul, .site-footer .container .footer-navigation.links ul, .site-footer .container .footer-navigation.contact ul {
	display: flex;
	margin: 0;
	padding: 0;
}

.site-footer .container .footer-navigation.social ul li, .site-footer .container .footer-navigation.links ul li, .site-footer .container .footer-navigation.contact ul li {
	list-style-type: none;
}

.site-footer .container .footer-navigation.social ul li:not(:last-of-type), .site-footer .container .footer-navigation.links ul li:not(:last-of-type), .site-footer .container .footer-navigation.contact ul li:not(:last-of-type) {
	margin-bottom: .5rem;
}

.site-footer .container .footer-navigation.social ul li a, .site-footer .container .footer-navigation.links ul li a, .site-footer .container .footer-navigation.contact ul li a {
	text-decoration: none;
}

.site-footer .container .footer-navigation.social ul li a:hover, .site-footer .container .footer-navigation.links ul li a:hover, .site-footer .container .footer-navigation.contact ul li a:hover {
	text-decoration: underline;
}

.site-footer .container .footer-navigation.social ul li,
.site-footer .container .footer-navigation.social ul li a, .site-footer .container .footer-navigation.links ul li,
.site-footer .container .footer-navigation.links ul li a, .site-footer .container .footer-navigation.contact ul li,
.site-footer .container .footer-navigation.contact ul li a {
	font-family: "Manrope", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #CBD5E0;
}

.site-footer .container .footer-navigation.social ul li span,
.site-footer .container .footer-navigation.social ul li a span, .site-footer .container .footer-navigation.links ul li span,
.site-footer .container .footer-navigation.links ul li a span, .site-footer .container .footer-navigation.contact ul li span,
.site-footer .container .footer-navigation.contact ul li a span {
	display: flex;
	align-items: center;
	gap: 8px;
}

.site-footer .container .footer-navigation.social ul, .site-footer .container .footer-navigation.contact ul {
	flex-direction: column;
}

@media only screen and (max-width: 989px) {
	.site-footer .container .footer-navigation.links {
		margin-top: 1rem;
	}
}

.site-footer .container .footer-navigation.links ul {
	justify-content: flex-end;
}

@media only screen and (max-width: 989px) {
	.site-footer .container .footer-navigation.links ul {
		justify-content: flex-start;
	}
}

.site-footer .container .footer-navigation.links ul li {
	margin-left: .5rem;
	position: relative;
}

@media only screen and (max-width: 989px) {
	.site-footer .container .footer-navigation.links ul li:first-of-type {
		margin-left: initial;
	}
}

.site-footer .container .footer-navigation.links ul li:not(:last-of-type) {
	margin-right: .5rem;
}

.site-footer .container .footer-navigation.links ul li:not(:last-of-type):after {
	content: "";
	border-right: 1px solid #A0AEC0;
	right: -.5rem;
	display: block;
	position: absolute;
	top: 2px;
	bottom: 2px;
}

.site-footer .site-branding .footer-logo {
	display: flex;
	margin-bottom: .75rem;
}

.site-footer .site-branding .footer-logo img {
	width: 200px;
}

@media only screen and (max-width: 989px) {
	.site-footer .site-branding .footer-logo img {
		width: 140px;
	}
}

.site-footer .site-branding .site-description {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}

.site-footer .icon {
	width: 1rem;
	height: 1rem;
	background-position: center;
	background-size: cover;
	display: inline-block;
}

.site-footer .icon-facebook {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0NTVfMjIzMjApIj4KPHBhdGggZD0iTTkuMDYyNSAxNS45Njg4SDYuNTAwMjRDNi4wNzIyNyAxNS45Njg4IDUuNzI0MTIgMTUuNjIwNiA1LjcyNDEyIDE1LjE5MjZWOS40MTMzM0g0LjIyOTI1QzMuODAxMjcgOS40MTMzMyAzLjQ1MzEyIDkuMDY1MDYgMy40NTMxMiA4LjYzNzIxVjYuMTYwNzdDMy40NTMxMiA1LjczMjc5IDMuODAxMjcgNS4zODQ2NCA0LjIyOTI1IDUuMzg0NjRINS43MjQxMlY0LjE0NDUzQzUuNzI0MTIgMi45MTQ5MiA2LjExMDIzIDEuODY4NzcgNi44NDA1OCAxLjExOTM4QzcuNTc0MjIgMC4zNjY1NzcgOC41OTk0OSAtMC4wMzEyNSA5LjgwNTU0IC0wLjAzMTI1TDExLjc1OTYgLTAuMDI4MDc2MkMxMi4xODY5IC0wLjAyNzM0MzcgMTIuNTM0NCAwLjMyMDgwMSAxMi41MzQ0IDAuNzQ4MDQ3VjMuMDQ3MzZDMTIuNTM0NCAzLjQ3NTM0IDEyLjE4NjQgMy44MjM0OSAxMS43NTg1IDMuODIzNDlMMTAuNDQyOSAzLjgyMzk4QzEwLjA0MTYgMy44MjM5OCA5LjkzOTQ1IDMuOTA0NDIgOS45MTc2IDMuOTI5MDhDOS44ODE1OSAzLjk2OTk3IDkuODM4NzUgNC4wODU1NyA5LjgzODc1IDQuNDA0NzlWNS4zODQ1MkgxMS42NTk3QzExLjc5NjggNS4zODQ1MiAxMS45Mjk2IDUuNDE4MzQgMTIuMDQzNyA1LjQ4MjA2QzEyLjI4OTkgNS42MTk2MyAxMi40NDMgNS44Nzk3NiAxMi40NDMgNi4xNjA4OUwxMi40NDIgOC42MzczM0MxMi40NDIgOS4wNjUwNiAxMi4wOTM5IDkuNDEzMjEgMTEuNjY1OSA5LjQxMzIxSDkuODM4NzVWMTUuMTkyNkM5LjgzODc1IDE1LjYyMDYgOS40OTA0OCAxNS45Njg4IDkuMDYyNSAxNS45Njg4Wk02LjY2MjExIDE1LjAzMDhIOC45MDA2NFY4Ljk5MzQxQzguOTAwNjQgOC43MDc2NCA5LjEzMzE4IDguNDc1MjIgOS40MTg4MiA4LjQ3NTIySDExLjUwNEwxMS41MDQ5IDYuMzIyNjNIOS40MTg3QzkuMTMzMDYgNi4zMjI2MyA4LjkwMDY0IDYuMDkwMjEgOC45MDA2NCA1LjgwNDQ0VjQuNDA0NzlDOC45MDA2NCA0LjAzODMzIDguOTM3ODcgMy42MjE1OCA5LjIxNDQ4IDMuMzA4MzVDOS41NDg3MSAyLjkyOTY5IDEwLjA3NTQgMi44ODU5OSAxMC40NDI2IDIuODg1OTlMMTEuNTk2NCAyLjg4NTVWMC45MDk2NjhMOS44MDQ4MSAwLjkwNjczOEM3Ljg2NjU4IDAuOTA2NzM4IDYuNjYyMTEgMi4xNDc0NiA2LjY2MjExIDQuMTQ0NTNWNS44MDQ0NEM2LjY2MjExIDYuMDkwMDkgNi40Mjk2OSA2LjMyMjYzIDYuMTQ0MDQgNi4zMjI2M0g0LjM5MTExVjguNDc1MjJINi4xNDQwNEM2LjQyOTY5IDguNDc1MjIgNi42NjIxMSA4LjcwNzY0IDYuNjYyMTEgOC45OTM0MVYxNS4wMzA4WiIgZmlsbD0iI0UwRTBFMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzI0NTVfMjIzMjAiPgo8cmVjdCB3aWR0aD0iMTUuOTY4OCIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
}

.site-footer .icon-twitter {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjIxNzYgMS4yNjkyN0gxNC40NjY2TDkuNTUzMjMgNi44ODQ5M0wxNS4zMzM0IDE0LjUyNjZIMTAuODA3Nkw3LjI2Mjc3IDkuODkxOTZMMy4yMDY3MSAxNC41MjY2SDAuOTU2MzY5TDYuMjExNyA4LjUyTDAuNjY2NzQ4IDEuMjY5MjdINS4zMDc0OUw4LjUxMTY4IDUuNTA1NDlMMTIuMjE3NiAxLjI2OTI3Wk0xMS40MjgzIDEzLjE4MDVIMTIuNjc0NUw0LjYzMDM0IDIuNTQ0NjlIMy4yOTMwNkwxMS40MjgzIDEzLjE4MDVaIiBmaWxsPSIjRTBFMEUwIi8+Cjwvc3ZnPgo=");
}

.site-footer .icon-linkedin {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY2MzMgMTQuNjY2N0wxNC42NjY2IDE0LjY2NjFWOS43NzYxMUMxNC42NjY2IDcuMzgzODggMTQuMTUxNiA1LjU0MTExIDExLjM1NDkgNS41NDExMUMxMC4wMTA1IDUuNTQxMTEgOS4xMDgyNSA2LjI3ODg4IDguNzM5OTIgNi45NzgzM0g4LjcwMTAzVjUuNzY0NDRINi4wNDkzNlYxNC42NjYxSDguODEwNDdWMTAuMjU4M0M4LjgxMDQ3IDkuMDk3NzcgOS4wMzA0NyA3Ljk3NTU1IDEwLjQ2NzcgNy45NzU1NUMxMS44ODM4IDcuOTc1NTUgMTEuOTA0OSA5LjI5OTk5IDExLjkwNDkgMTAuMzMyOFYxNC42NjY3SDE0LjY2MzNaIiBmaWxsPSIjRTBFMEUwIi8+CjxwYXRoIGQ9Ik0xLjU1MzI1IDUuNzY1SDQuMzE3N1YxNC42NjY3SDEuNTUzMjVWNS43NjVaIiBmaWxsPSIjRTBFMEUwIi8+CjxwYXRoIGQ9Ik0yLjkzNDM2IDEuMzMzMzNDMi4wNTA0NyAxLjMzMzMzIDEuMzMzMjUgMi4wNTA1NSAxLjMzMzI1IDIuOTM0NDRDMS4zMzMyNSAzLjgxODMzIDIuMDUwNDcgNC41NTA1NSAyLjkzNDM2IDQuNTUwNTVDMy44MTgyNSA0LjU1MDU1IDQuNTM1NDcgMy44MTgzMyA0LjUzNTQ3IDIuOTM0NDRDNC41MzQ5MiAyLjA1MDU1IDMuODE3NyAxLjMzMzMzIDIuOTM0MzYgMS4zMzMzM1oiIGZpbGw9IiNFMEUwRTAiLz4KPC9zdmc+Cg==");
}

.site-footer .icon-instagram {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0NTVfMjIzMzIpIj4KPHBhdGggZD0iTTggMS40NDA2MkMxMC4xMzc1IDEuNDQwNjIgMTAuMzkwNiAxLjQ1IDExLjIzMTMgMS40ODc1QzEyLjAxMjUgMS41MjE4NyAxMi40MzQ0IDEuNjUzMTMgMTIuNzE1NiAxLjc2MjVDMTMuMDg3NSAxLjkwNjI1IDEzLjM1NjMgMi4wODEyNSAxMy42MzQ0IDIuMzU5MzhDMTMuOTE1NiAyLjY0MDYyIDE0LjA4NzUgMi45MDYyNSAxNC4yMzEzIDMuMjc4MTNDMTQuMzQwNiAzLjU1OTM4IDE0LjQ3MTkgMy45ODQzOCAxNC41MDYzIDQuNzYyNUMxNC41NDM4IDUuNjA2MjUgMTQuNTUzMSA1Ljg1OTM4IDE0LjU1MzEgNy45OTM3NUMxNC41NTMxIDEwLjEzMTMgMTQuNTQzOCAxMC4zODQ0IDE0LjUwNjMgMTEuMjI1QzE0LjQ3MTkgMTIuMDA2MyAxNC4zNDA2IDEyLjQyODEgMTQuMjMxMyAxMi43MDk0QzE0LjA4NzUgMTMuMDgxMyAxMy45MTI1IDEzLjM1IDEzLjYzNDQgMTMuNjI4MUMxMy4zNTMxIDEzLjkwOTQgMTMuMDg3NSAxNC4wODEzIDEyLjcxNTYgMTQuMjI1QzEyLjQzNDQgMTQuMzM0NCAxMi4wMDk0IDE0LjQ2NTYgMTEuMjMxMyAxNC41QzEwLjM4NzUgMTQuNTM3NSAxMC4xMzQ0IDE0LjU0NjkgOCAxNC41NDY5QzUuODYyNSAxNC41NDY5IDUuNjA5MzggMTQuNTM3NSA0Ljc2ODc1IDE0LjVDMy45ODc1IDE0LjQ2NTYgMy41NjU2MyAxNC4zMzQ0IDMuMjg0MzggMTQuMjI1QzIuOTEyNSAxNC4wODEzIDIuNjQzNzUgMTMuOTA2MyAyLjM2NTYzIDEzLjYyODFDMi4wODQzOCAxMy4zNDY5IDEuOTEyNSAxMy4wODEzIDEuNzY4NzUgMTIuNzA5NEMxLjY1OTM4IDEyLjQyODEgMS41MjgxMyAxMi4wMDMxIDEuNDkzNzUgMTEuMjI1QzEuNDU2MjUgMTAuMzgxMyAxLjQ0Njg4IDEwLjEyODEgMS40NDY4OCA3Ljk5Mzc1QzEuNDQ2ODggNS44NTYyNSAxLjQ1NjI1IDUuNjAzMTMgMS40OTM3NSA0Ljc2MjVDMS41MjgxMyAzLjk4MTI1IDEuNjU5MzggMy41NTkzOCAxLjc2ODc1IDMuMjc4MTNDMS45MTI1IDIuOTA2MjUgMi4wODc1IDIuNjM3NSAyLjM2NTYzIDIuMzU5MzhDMi42NDY4OCAyLjA3ODEyIDIuOTEyNSAxLjkwNjI1IDMuMjg0MzggMS43NjI1QzMuNTY1NjMgMS42NTMxMyAzLjk5MDYzIDEuNTIxODcgNC43Njg3NSAxLjQ4NzVDNS42MDkzOCAxLjQ1IDUuODYyNSAxLjQ0MDYyIDggMS40NDA2MlpNOCAwQzUuODI4MTMgMCA1LjU1NjI1IDAuMDA5Mzc1IDQuNzAzMTMgMC4wNDY4NzVDMy44NTMxMyAwLjA4NDM3NSAzLjI2ODc1IDAuMjIxODc1IDIuNzYyNSAwLjQxODc1QzIuMjM0MzggMC42MjUgMS43ODc1IDAuODk2ODc1IDEuMzQzNzUgMS4zNDM3NUMwLjg5Njg3NSAxLjc4NzUgMC42MjUgMi4yMzQzOCAwLjQxODc1IDIuNzU5MzhDMC4yMjE4NzUgMy4yNjg3NSAwLjA4NDM3NSAzLjg1IDAuMDQ2ODc1IDQuN0MwLjAwOTM3NSA1LjU1NjI1IDAgNS44MjgxMiAwIDhDMCAxMC4xNzE5IDAuMDA5Mzc1IDEwLjQ0MzggMC4wNDY4NzUgMTEuMjk2OUMwLjA4NDM3NSAxMi4xNDY5IDAuMjIxODc1IDEyLjczMTMgMC40MTg3NSAxMy4yMzc1QzAuNjI1IDEzLjc2NTYgMC44OTY4NzUgMTQuMjEyNSAxLjM0Mzc1IDE0LjY1NjJDMS43ODc1IDE1LjEgMi4yMzQzOCAxNS4zNzUgMi43NTkzOCAxNS41NzgxQzMuMjY4NzUgMTUuNzc1IDMuODUgMTUuOTEyNSA0LjcgMTUuOTVDNS41NTMxMyAxNS45ODc1IDUuODI1IDE1Ljk5NjkgNy45OTY4OCAxNS45OTY5QzEwLjE2ODggMTUuOTk2OSAxMC40NDA2IDE1Ljk4NzUgMTEuMjkzOCAxNS45NUMxMi4xNDM4IDE1LjkxMjUgMTIuNzI4MSAxNS43NzUgMTMuMjM0NCAxNS41NzgxQzEzLjc1OTQgMTUuMzc1IDE0LjIwNjMgMTUuMSAxNC42NSAxNC42NTYyQzE1LjA5MzggMTQuMjEyNSAxNS4zNjg4IDEzLjc2NTYgMTUuNTcxOSAxMy4yNDA2QzE1Ljc2ODggMTIuNzMxMyAxNS45MDYzIDEyLjE1IDE1Ljk0MzggMTEuM0MxNS45ODEzIDEwLjQ0NjkgMTUuOTkwNiAxMC4xNzUgMTUuOTkwNiA4LjAwMzEzQzE1Ljk5MDYgNS44MzEyNSAxNS45ODEzIDUuNTU5MzggMTUuOTQzOCA0LjcwNjI1QzE1LjkwNjMgMy44NTYyNSAxNS43Njg4IDMuMjcxODggMTUuNTcxOSAyLjc2NTYyQzE1LjM3NSAyLjIzNDM4IDE1LjEwMzEgMS43ODc1IDE0LjY1NjMgMS4zNDM3NUMxNC4yMTI1IDAuOSAxMy43NjU2IDAuNjI1IDEzLjI0MDYgMC40MjE4NzVDMTIuNzMxMyAwLjIyNSAxMi4xNSAwLjA4NzUgMTEuMyAwLjA1QzEwLjQ0MzggMC4wMDkzNzUgMTAuMTcxOSAwIDggMFoiIGZpbGw9IiNFMEUwRTAiLz4KPHBhdGggZD0iTTggMy44OTA2MkM1LjczMTI1IDMuODkwNjIgMy44OTA2MiA1LjczMTI1IDMuODkwNjIgOEMzLjg5MDYyIDEwLjI2ODggNS43MzEyNSAxMi4xMDk0IDggMTIuMTA5NEMxMC4yNjg4IDEyLjEwOTQgMTIuMTA5NCAxMC4yNjg4IDEyLjEwOTQgOEMxMi4xMDk0IDUuNzMxMjUgMTAuMjY4OCAzLjg5MDYyIDggMy44OTA2MlpNOCAxMC42NjU2QzYuNTI4MTMgMTAuNjY1NiA1LjMzNDM3IDkuNDcxODggNS4zMzQzNyA4QzUuMzM0MzcgNi41MjgxMyA2LjUyODEzIDUuMzM0MzcgOCA1LjMzNDM3QzkuNDcxODggNS4zMzQzNyAxMC42NjU2IDYuNTI4MTMgMTAuNjY1NiA4QzEwLjY2NTYgOS40NzE4OCA5LjQ3MTg4IDEwLjY2NTYgOCAxMC42NjU2WiIgZmlsbD0iI0UwRTBFMCIvPgo8cGF0aCBkPSJNMTMuMjMxMiAzLjcyODFDMTMuMjMxMiA0LjI1OTM1IDEyLjggNC42ODc0NyAxMi4yNzE5IDQuNjg3NDdDMTEuNzQwNiA0LjY4NzQ3IDExLjMxMjUgNC4yNTYyMiAxMS4zMTI1IDMuNzI4MUMxMS4zMTI1IDMuMTk2ODUgMTEuNzQzOCAyLjc2ODcyIDEyLjI3MTkgMi43Njg3MkMxMi44IDIuNzY4NzIgMTMuMjMxMiAzLjE5OTk3IDEzLjIzMTIgMy43MjgxWiIgZmlsbD0iI0UwRTBFMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzI0NTVfMjIzMzIiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
}

.site-footer .icon-address {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTk5NjcgMS4zMzMzNEM1LjQxOTY3IDEuMzMzMzQgMy4zMzMwMSAzLjQyIDMuMzMzMDEgNkMzLjMzMzAxIDkuNSA3Ljk5OTY3IDE0LjY2NjcgNy45OTk2NyAxNC42NjY3QzcuOTk5NjcgMTQuNjY2NyAxMi42NjYzIDkuNSAxMi42NjYzIDZDMTIuNjY2MyAzLjQyIDEwLjU3OTcgMS4zMzMzNCA3Ljk5OTY3IDEuMzMzMzRaTTQuNjY2MzQgNkM0LjY2NjM0IDQuMTYgNi4xNTk2NyAyLjY2NjY3IDcuOTk5NjcgMi42NjY2N0M5LjgzOTY3IDIuNjY2NjcgMTEuMzMzIDQuMTYgMTEuMzMzIDZDMTEuMzMzIDcuOTIgOS40MTMwMSAxMC43OTMzIDcuOTk5NjcgMTIuNTg2N0M2LjYxMzAxIDEwLjgwNjcgNC42NjYzNCA3LjkgNC42NjYzNCA2WiIgZmlsbD0iI0UwRTBFMCIvPgo8cGF0aCBkPSJNNy45OTk2NyA3LjY2NjY3QzguOTIwMTUgNy42NjY2NyA5LjY2NjM0IDYuOTIwNDggOS42NjYzNCA2QzkuNjY2MzQgNS4wNzk1MyA4LjkyMDE1IDQuMzMzMzQgNy45OTk2NyA0LjMzMzM0QzcuMDc5MiA0LjMzMzM0IDYuMzMzMDEgNS4wNzk1MyA2LjMzMzAxIDZDNi4zMzMwMSA2LjkyMDQ4IDcuMDc5MiA3LjY2NjY3IDcuOTk5NjcgNy42NjY2N1oiIGZpbGw9IiNFMEUwRTAiLz4KPC9zdmc+Cg==");
}

.site-footer .icon-phone {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNDEzMzMgNy4xOTMzM0M1LjM3MzMzIDkuMDggNi45MiAxMC42MiA4LjgwNjY3IDExLjU4NjdMMTAuMjczMyAxMC4xMkMxMC40NTMzIDkuOTQgMTAuNzIgOS44OCAxMC45NTMzIDkuOTZDMTEuNyAxMC4yMDY3IDEyLjUwNjcgMTAuMzQgMTMuMzMzMyAxMC4zNEMxMy43IDEwLjM0IDE0IDEwLjY0IDE0IDExLjAwNjdWMTMuMzMzM0MxNCAxMy43IDEzLjcgMTQgMTMuMzMzMyAxNEM3LjA3MzMzIDE0IDIgOC45MjY2NyAyIDIuNjY2NjdDMiAyLjMgMi4zIDIgMi42NjY2NyAySDVDNS4zNjY2NyAyIDUuNjY2NjcgMi4zIDUuNjY2NjcgMi42NjY2N0M1LjY2NjY3IDMuNSA1LjggNC4zIDYuMDQ2NjcgNS4wNDY2N0M2LjEyIDUuMjggNi4wNjY2NyA1LjU0IDUuODggNS43MjY2N0w0LjQxMzMzIDcuMTkzMzNaIiBmaWxsPSIjRTBFMEUwIi8+Cjwvc3ZnPgo=");
}

.site-footer .icon-email {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMzMyAyLjY2NjY3SDIuNjY2MzRDMS45MzMwMSAyLjY2NjY3IDEuMzM5NjcgMy4yNjY2NyAxLjMzOTY3IDQuMDAwMDFMMS4zMzMwMSAxMkMxLjMzMzAxIDEyLjczMzMgMS45MzMwMSAxMy4zMzMzIDIuNjY2MzQgMTMuMzMzM0gxMy4zMzNDMTQuMDY2MyAxMy4zMzMzIDE0LjY2NjMgMTIuNzMzMyAxNC42NjYzIDEyVjQuMDAwMDFDMTQuNjY2MyAzLjI2NjY3IDE0LjA2NjMgMi42NjY2NyAxMy4zMzMgMi42NjY2N1pNMTMuMzMzIDEySDIuNjY2MzRWNS4zMzMzNEw3Ljk5OTY3IDguNjY2NjdMMTMuMzMzIDUuMzMzMzRWMTJaTTcuOTk5NjcgNy4zMzMzNEwyLjY2NjM0IDQuMDAwMDFIMTMuMzMzTDcuOTk5NjcgNy4zMzMzNFoiIGZpbGw9IiNFMEUwRTAiLz4KPC9zdmc+Cg==");
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

p strong {
	color: #424242;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	margin-top: 2.5rem;
}

@media only screen and (max-width: 989px) {
	.page-content,
	.entry-content,
	.entry-summary {
		margin-top: 2.5rem;
	}
}

.entry-footer {
	margin-bottom: 80px;
}

@media only screen and (max-width: 989px) {
	.entry-footer {
		margin-bottom: 3rem;
	}
}

.entry-footer:empty {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-main.home section.hero {
	height: calc(100vh - 97px);
	background-position: center center;
	background-size: cover;
	max-height: 800px;
	padding-left: 2rem;
	padding-right: 2rem;
	position: relative;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.hero {
		height: auto;
		padding-left: 0;
		padding-right: 0;
		background-image: none !important;
		max-height: unset;
	}
}

.site-main.home section.hero .container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	max-width: 1920px;
}

.site-main.home section.hero .container .hero-box {
	padding: 3.5rem;
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
	max-width: 460px;
	border-radius: 8px;
	z-index: 1;
	backdrop-filter: blur(4px);
}

@media only screen and (max-width: 989px) {
	.site-main.home section.hero .container .hero-box {
		max-width: unset;
		padding: 1.5rem 0 2.5rem;
	}
}

.site-main.home section.hero .container h1 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	margin: 0;
	color: #D10056;
	margin-bottom: 12px;
}

@media only screen and (max-width: 749px) {
	.site-main.home section.hero .container h1 {
		font-size: 36px;
	}
}

.site-main.home section.hero .container p {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	margin: 0;
}

.site-main.home section.hero .container .cta {
	margin-top: 1.5rem;
}

.site-main.home section.hero .hero-img-mobile {
	display: none;
	height: 340px;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.hero .hero-img-mobile {
		display: block;
	}
}

.site-main.home section.hero .home-image-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.hero .home-image-slider {
		display: none;
	}
}

.site-main.home section.hero .home-image-slider .glide,
.site-main.home section.hero .home-image-slider .glide__track,
.site-main.home section.hero .home-image-slider .glide__slides {
	height: 100%;
}

.site-main.home section.hero .home-image-slider img {
	height: 800px;
	width: 100%;
	object-fit: cover;
}

.site-main.home section.hero .home-image-slider .glide__arrows button {
	border: 0;
	background: transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
}

.site-main.home section.hero .home-image-slider .glide__arrows button svg path {
	fill: #FFF;
}

.site-main.home section.hero .home-image-slider .glide__arrows button.glide__arrow--left {
	left: 12px;
}

.site-main.home section.hero .home-image-slider .glide__arrows button.glide__arrow--right {
	right: 12px;
}

.site-main.home section.hero .glide__bullets {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: -35px;
	z-index: 10;
	position: relative;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.hero .glide__bullets {
		gap: 8px;
	}
}

.site-main.home section.hero .glide__bullets button.glide__bullet {
	border-radius: 0;
	height: 3px;
	padding: 0;
	width: 24px;
	background: #FFF;
	border: 0;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.hero .glide__bullets button.glide__bullet {
		width: 20px;
	}
}

.site-main.home section.hero .glide__bullets button.glide__bullet.glide__bullet--active {
	background: #D10056;
}

.site-main.home section.hero .home-image-mobile-slider {
	height: 100%;
}

.site-main.home section.hero .home-image-mobile-slider .glide,
.site-main.home section.hero .home-image-mobile-slider .glide__track,
.site-main.home section.hero .home-image-mobile-slider .glide__slides {
	height: 100%;
}

.site-main.home section.hero .home-image-mobile-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-main.home section.hero .home-image-mobile-slider .glide__arrows button {
	border: 0;
	background: transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
}

.site-main.home section.hero .home-image-mobile-slider .glide__arrows button svg {
	width: 12px;
}

.site-main.home section.hero .home-image-mobile-slider .glide__arrows button svg path {
	fill: #FFF;
}

.site-main.home section.hero .home-image-mobile-slider .glide__arrows button.glide__arrow--left {
	left: 0;
}

.site-main.home section.hero .home-image-mobile-slider .glide__arrows button.glide__arrow--right {
	right: 0;
}

.site-main.home section .relative {
	position: relative;
}

.site-main.home section.programs {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #FAFAFA;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.programs {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media only screen and (max-width: 749px) {
	.site-main.home section.programs {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

.site-main.home section.programs h2 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	line-height: 52px;
	color: #10069F;
	margin-top: 0;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.programs h2 {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: .75rem;
	}
}

.site-main.home section.programs .description {
	max-width: 640px;
	color: #212121;
}

.site-main.home section.programs .description p {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #212121;
}

.site-main.home section.programs .articles {
	column-gap: 2rem;
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.programs .articles {
		margin-left: -24px;
		margin-right: -24px;
		width: 100vw;
		margin-bottom: 3rem;
		margin-top: 3rem;
	}
}

@media only screen and (max-width: 749px) {
	.site-main.home section.programs .articles {
		margin-bottom: 2.5rem;
		margin-top: 2.5rem;
	}
}

.site-main.home section.programs .articles .glide {
	position: static;
}

.site-main.home section.programs .articles .glide__slide {
	height: initial;
	align-self: stretch;
}

.site-main.home section.programs .articles .glide__slide a {
	color: #10069F;
}

@media only screen and (max-width: 749px) {
	.site-main.home section.programs .articles .glide__slides {
		flex-direction: column;
		gap: 16px;
		padding: 0 24px;
	}
}

@media only screen and (max-width: 749px) {
	.site-main.home section.programs .articles .glide__slides .glide__slide--clone {
		display: none;
	}
}

.site-main.home section.programs .articles .glide__arrow {
	position: absolute;
	top: 4px;
	padding: 0;
	border: none;
	cursor: pointer;
	border-radius: 0;
	background: transparent;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.programs .articles .glide__arrow {
		display: none;
	}
}

.site-main.home section.programs .articles .glide__arrow svg path {
	transition: 0.2s ease;
}

.site-main.home section.programs .articles .glide__arrow:hover svg path {
	fill: #212121;
}

.site-main.home section.programs .articles .glide__arrow--left {
	right: 70px;
}

.site-main.home section.programs .articles .glide__arrow--right {
	right: 0;
}

.site-main.home section.programs .articles .glide__arrow--disabled {
	opacity: 0.2;
	cursor: default;
}

.site-main.home section.programs .articles a:hover, .site-main.home section.programs .articles a:focus {
	text-decoration: none;
}

.site-main.home section.programs .articles article {
	background-color: white;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.site-main.home section.programs .articles article .creative {
	display: flex;
}

.site-main.home section.programs .articles article .creative .image {
	background-color: #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 240px;
	overflow: hidden;
	width: 100%;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.programs .articles article .creative .image {
		height: 60vw;
	}
}

.site-main.home section.programs .articles article .creative .image img {
	min-height: 100%;
	object-fit: cover;
}

.site-main.home section.programs .articles article .content {
	padding: 1.5rem;
	align-self: stretch;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.site-main.home section.programs .articles article .content .title {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #212121;
}

.site-main.home section.programs .articles article .content .title:hover {
	text-decoration: none;
}

.site-main.home section.programs .articles article .content p {
	margin-top: 0.5rem;
	margin-bottom: 0;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.programs .articles article .content p {
		margin-top: .5rem;
	}
}

.site-main.home section.programs .cta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media only screen and (max-width: 749px) {
	.site-main.home section.programs .cta {
		justify-content: center;
	}
}

.site-main.home section.programs .cta a {
	font-weight: 600;
	color: #10069F;
}

.site-main.home section.events.featured {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #E7E6F5;
}

.site-main.home section.events.featured .container {
	padding-top: 5rem;
	padding-bottom: 5rem;
	display: flex;
	justify-content: flex-start;
	height: 100%;
	min-height: 36rem;
	align-items: center;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.events.featured .container {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

.site-main.home section.events.featured article {
	background-color: #FFFFFF;
	height: 100%;
	display: flex;
	align-items: center;
	border-radius: 4px;
}

.site-main.home section.events.featured article .content {
	padding: 3.5rem;
	max-width: 32.5rem;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.events.featured article .content {
		padding: 24px;
	}
}

.site-main.home section.events.featured article .subtitle {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 28px;
	color: #DE4C88;
	margin-bottom: .75rem;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.events.featured article .subtitle {
		margin-bottom: .5rem;
	}
}

.site-main.home section.events.featured article .date,
.site-main.home section.events.featured article .time,
.site-main.home section.events.featured article .location {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #616161;
	display: flex;
	margin-top: .5rem;
}

.site-main.home section.events.featured article .date .icon,
.site-main.home section.events.featured article .time .icon,
.site-main.home section.events.featured article .location .icon {
	width: 20px;
	margin-right: .5rem;
}

.site-main.home section.events.featured article .date {
	margin-top: 2rem;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.events.featured article .date {
		margin-top: 1.5rem;
	}
}

@media only screen and (max-width: 989px) {
	.site-main.home section.events.featured article .location {
		margin-bottom: 1.5rem;
	}
}

.site-main.home section.events.featured article h2 {
	margin: 0;
	word-break: break-word;
	display: flex;
}

.site-main.home section.events.featured article h2 a {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	line-height: 52px;
	color: #D10056;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.events.featured article h2 a {
		font-size: 24px;
		line-height: 32px;
	}
}

.site-main.home section.events.featured article h2 a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.events.featured article p {
		margin-top: .5rem;
	}
}

.site-main.home section.events.featured article .cta .btn {
	background-color: #D10056;
}

.site-main.home section.video {
	padding: 5rem 0;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.video {
		padding: 2.5rem 0;
	}
}

.site-main.home section.video h2 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	line-height: 52px;
	color: #D10056;
	margin-top: 0;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.video h2 {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: .75rem;
	}
}

.site-main.home section.video .description {
	max-width: 640px;
	color: #212121;
}

.site-main.home section.video .description p {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #212121;
}

.site-main.home section.video .video-wrapper {
	display: flex;
	margin-top: 3rem;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.video .video-wrapper {
		margin-top: 2.5rem;
	}
}

.site-main.home section.video .video-wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	border: 0;
}

.site-main.home section.video .video-wrapper .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.video .video-wrapper .icon {
		width: 4rem;
		height: 4rem;
	}
}

@media only screen and (max-width: 749px) {
	.site-main.home section.video .video-wrapper .icon {
		width: 2.5rem;
		height: 2.5rem;
	}
}

.site-main.home section.video .video-wrapper .icon svg {
	width: 100%;
	height: 100%;
}

.site-main.home section.announcements {
	padding-top: 5rem;
	padding-bottom: 5rem;
	overflow: hidden;
	background-color: #FAFAFA;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.announcements {
		margin-bottom: 0;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media only screen and (max-width: 749px) {
	.site-main.home section.announcements {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

@media only screen and (max-width: 989px) {
	.site-main.home section.announcements .p-0 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media only screen and (max-width: 989px) {
	.site-main.home section.announcements .p-0 .container {
		padding-left: 0;
		padding-right: 0;
	}
}

.site-main.home section.announcements h2 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	line-height: 52px;
	color: #10069F;
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.announcements h2 {
		font-size: 36px;
		line-height: 44px;
	}
}

.site-main.home section.announcements .posts {
	margin-top: 3.5rem;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.announcements .posts {
		margin-top: 2.5rem;
		margin-bottom: 0;
		margin-left: -24px;
		margin-right: -24px;
		width: 100vw;
	}
}

.site-main.home section.announcements .posts .glide {
	position: static;
}

.site-main.home section.announcements .posts .glide__track {
	overflow: initial;
}

.site-main.home section.announcements .posts .glide__slides {
	overflow: initial;
}

.site-main.home section.announcements .posts .glide__slide a {
	color: #212121 !important;
	text-decoration: none;
}

.site-main.home section.announcements .posts .glide__arrow {
	position: absolute;
	top: 4px;
	padding: 0;
	border: none;
	cursor: pointer;
	border-radius: 0;
	background: transparent;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.announcements .posts .glide__arrow {
		display: none;
	}
}

.site-main.home section.announcements .posts .glide__arrow--left {
	right: 118px;
}

.site-main.home section.announcements .posts .glide__arrow--right {
	right: 48px;
}

.site-main.home section.announcements .posts .glide__arrow--disabled {
	opacity: 0.2;
	cursor: default;
}

.site-main.home section.announcements .posts article {
	background-color: white;
	height: 20rem;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	overflow: hidden;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.announcements .posts article {
		flex-direction: column;
		height: initial;
	}
}

@media only screen and (max-width: 749px) {
	.site-main.home section.announcements .posts article {
		border-radius: 4px;
	}
}

.site-main.home section.announcements .posts article .creative {
	width: 45%;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.announcements .posts article .creative {
		width: 100%;
	}
}

.site-main.home section.announcements .posts article .content {
	width: 65%;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.announcements .posts article .content {
		width: 100%;
	}
}

.site-main.home section.announcements .posts article .content a {
	color: #10069F;
}

.site-main.home section.announcements .posts article .creative {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	overflow: hidden;
	background-color: #F5F5F5;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.announcements .posts article .creative {
		height: 60vw;
	}
}

.site-main.home section.announcements .posts article .creative img {
	min-height: 100%;
	object-fit: cover;
}

.site-main.home section.announcements .posts article .content {
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (max-width: 989px) {
	.site-main.home section.announcements .posts article .content {
		padding: 1.5rem;
	}
}

.site-main.home section.announcements .posts article .content .date {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #757575;
	margin-bottom: 0.5rem;
}

.site-main.home section.announcements .posts article .content .title {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #212121;
}

@media only screen and (min-width: 990px) {
	.site-main.home section.announcements .posts article .content .title {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

.site-main.home section.announcements .posts article .content .title:hover {
	text-decoration: none;
}

.site-main.home section.announcements .posts article .content p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
}

.site-main.programs .articles {
	margin-top: 80px;
	margin-bottom: 80px;
}

@media only screen and (max-width: 989px) {
	.site-main.programs .articles {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
}

.site-main.programs .articles a:hover, .site-main.programs .articles a:focus {
	text-decoration: none;
}

.site-main.programs .articles article {
	border: 1px solid #E0E0E0;
	margin-bottom: 3.5rem;
	display: flex;
	flex-direction: row;
	border-radius: 8px;
	overflow: hidden;
	transition: 0.2s ease;
}

@media only screen and (max-width: 989px) {
	.site-main.programs .articles article {
		flex-direction: column;
		margin-bottom: 1.5rem;
		border-radius: 4px;
	}
}

@media only screen and (max-width: 749px) {
	.site-main.programs .articles article {
		margin-bottom: 1rem;
	}
}

.site-main.programs .articles article:hover {
	border-color: #A0AEC0;
}

.site-main.programs .articles article .creative {
	width: 40%;
	display: flex;
	background-color: #FAFAFA;
	height: 320px;
}

@media only screen and (max-width: 989px) {
	.site-main.programs .articles article .creative {
		width: 100%;
	}
}

.site-main.programs .articles article .creative a {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 989px) {
	.site-main.programs .articles article .creative {
		height: 222px;
	}
}

.site-main.programs .articles article .creative img {
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
}

.site-main.programs .articles article .content {
	width: 60%;
	padding: 3.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (max-width: 989px) {
	.site-main.programs .articles article .content {
		width: 100%;
		padding: 1.5rem;
	}
}

.site-main.programs .articles article .content h2 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #424242 !important;
}

.site-main.programs .articles article .content p {
	margin-top: 0;
	margin-bottom: 0;
}

.site-main.programs .articles article .content .entry-footer {
	margin-bottom: 0;
}

.site-main .page-programs .articles {
	margin-top: 80px;
	margin-bottom: 80px;
}

@media only screen and (max-width: 989px) {
	.site-main .page-programs .articles {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
}

.site-main .page-programs .articles a:hover, .site-main .page-programs .articles a:focus {
	text-decoration: none;
}

.site-main .page-programs .articles article {
	border: 1px solid #E0E0E0;
	margin-bottom: 3.5rem;
	display: flex;
	flex-direction: row;
	border-radius: 8px;
	overflow: hidden;
	transition: 0.2s ease;
}

@media only screen and (max-width: 989px) {
	.site-main .page-programs .articles article {
		flex-direction: column;
		margin-bottom: 1.5rem;
		border-radius: 4px;
	}
}

@media only screen and (max-width: 749px) {
	.site-main .page-programs .articles article {
		margin-bottom: 1rem;
	}
}

.site-main .page-programs .articles article:hover {
	border-color: #A0AEC0;
}

.site-main .page-programs .articles article .creative {
	width: 40%;
	display: flex;
	background-color: #FAFAFA;
	height: 320px;
}

@media only screen and (max-width: 989px) {
	.site-main .page-programs .articles article .creative {
		width: 100%;
	}
}

.site-main .page-programs .articles article .creative a {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 989px) {
	.site-main .page-programs .articles article .creative {
		height: 222px;
	}
}

.site-main .page-programs .articles article .creative img {
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
}

.site-main .page-programs .articles article .content {
	width: 60%;
	padding: 3.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (max-width: 989px) {
	.site-main .page-programs .articles article .content {
		width: 100%;
		padding: 1.5rem;
	}
}

.site-main .page-programs .articles article .content h2 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #424242 !important;
}

.site-main .page-programs .articles article .content p {
	margin-top: 0;
	margin-bottom: 0;
}

.site-main .page-programs .articles article .content .entry-footer {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.site-main .programs .glide__slides {
		transform: none !important;
	}
}

.site-main.events section.events.featured {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #E7E6F5;
}

.site-main.events section.events.featured .container {
	padding-top: 5rem;
	padding-bottom: 5rem;
	display: flex;
	justify-content: flex-start;
	height: 100%;
	min-height: 36rem;
	align-items: center;
}

@media only screen and (max-width: 989px) {
	.site-main.events section.events.featured .container {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

.site-main.events section.events.featured article {
	background-color: #FFFFFF;
	height: 100%;
	display: flex;
	align-items: center;
	border-radius: 4px;
}

.site-main.events section.events.featured article .content {
	padding: 3.5rem;
	max-width: 32.5rem;
}

@media only screen and (max-width: 989px) {
	.site-main.events section.events.featured article .content {
		padding: 24px;
	}
}

.site-main.events section.events.featured article .subtitle {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 28px;
	color: #DE4C88;
	margin-bottom: .75rem;
}

@media only screen and (max-width: 989px) {
	.site-main.events section.events.featured article .subtitle {
		margin-bottom: .5rem;
	}
}

.site-main.events section.events.featured article .date,
.site-main.events section.events.featured article .time,
.site-main.events section.events.featured article .location {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #616161;
	display: flex;
	margin-top: .5rem;
}

.site-main.events section.events.featured article .date .icon,
.site-main.events section.events.featured article .time .icon,
.site-main.events section.events.featured article .location .icon {
	width: 20px;
	margin-right: .5rem;
}

.site-main.events section.events.featured article .date {
	margin-top: 2rem;
}

@media only screen and (max-width: 989px) {
	.site-main.events section.events.featured article .date {
		margin-top: 1.5rem;
	}
}

@media only screen and (max-width: 989px) {
	.site-main.events section.events.featured article .location {
		margin-bottom: 1.5rem;
	}
}

.site-main.events section.events.featured article h2 {
	margin: 0;
	word-break: break-word;
	display: flex;
}

.site-main.events section.events.featured article h2 a {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	line-height: 52px;
	color: #D10056;
}

@media only screen and (max-width: 989px) {
	.site-main.events section.events.featured article h2 a {
		font-size: 24px;
		line-height: 32px;
	}
}

.site-main.events section.events.featured article h2 a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 989px) {
	.site-main.events section.events.featured article p {
		margin-top: .5rem;
	}
}

.site-main.events section.events.featured article .cta .btn {
	background-color: #D10056;
}

.site-main.events section.events.featured .container {
	align-items: flex-start;
}

@media only screen and (max-width: 989px) {
	.site-main.events section.events.featured .container {
		min-height: 536px;
	}
}

.site-main.events section.events.previous {
	background-color: #FAFAFA;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

@media only screen and (max-width: 989px) {
	.site-main.events section.events.previous {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.site-main.events section.events.previous h2 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	line-height: 52px;
	color: #10069F;
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen and (max-width: 989px) {
	.site-main.events section.events.previous h2 {
		font-size: 36px;
		line-height: 44px;
	}
}

.site-main.events section.events.previous p {
	margin-top: 10px;
}

.site-main.events section.events.previous .relative {
	position: relative;
}

.site-main.events section.events.previous .articles {
	column-gap: 2rem;
	margin-top: 3rem;
}

@media only screen and (max-width: 989px) {
	.site-main.events section.events.previous .articles {
		margin-left: -24px;
		margin-right: -24px;
		width: 100vw;
		margin-bottom: 0;
		margin-top: 2.5rem;
	}
}

.site-main.events section.events.previous .articles .glide {
	position: static;
}

.site-main.events section.events.previous .articles .glide__slide {
	height: initial;
	align-self: stretch;
}

.site-main.events section.events.previous .articles .glide__arrow {
	position: absolute;
	top: 4px;
	padding: 0;
	border: none;
	cursor: pointer;
	border-radius: 0;
	background: transparent;
}

@media only screen and (max-width: 989px) {
	.site-main.events section.events.previous .articles .glide__arrow {
		display: none;
	}
}

.site-main.events section.events.previous .articles .glide__arrow--left {
	right: 70px;
}

.site-main.events section.events.previous .articles .glide__arrow--right {
	right: 0;
}

.site-main.events section.events.previous .articles .glide__arrow--disabled {
	opacity: 1;
}

.site-main.events section.events.previous .articles a:hover, .site-main.events section.events.previous .articles a:focus {
	text-decoration: none;
}

.site-main.events section.events.previous .articles article {
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
}

.site-main.events section.events.previous .articles article .creative {
	display: flex;
}

.site-main.events section.events.previous .articles article .creative a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 240px;
	overflow: hidden;
}

.site-main.events section.events.previous .articles article .creative a img {
	min-height: 100%;
	object-fit: cover;
}

.site-main.events section.events.previous .articles article .content {
	padding: 1.5rem;
	align-self: stretch;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.site-main.events section.events.previous .articles article .content .title {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #424242;
}

.site-main.events section.events.previous .articles article .content .title:hover {
	text-decoration: none;
}

.site-main.events section.events.previous .articles article .content a {
	color: #5750BB;
	font-weight: 600;
}

@media only screen and (max-width: 749px) {
	.site-main.events section.events.previous .articles article p {
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

.site-main.event.active {
	background-color: #FFFFFF;
}

@media only screen and (max-width: 749px) {
	.site-main.event.active > .container {
		padding: 0;
	}
}

@media only screen and (max-width: 749px) {
	.site-main.event.active > .container .active-single-event-content {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.site-main.event header {
	background-color: #FFFFFF;
	padding-top: 5rem;
	padding-bottom: 2.5rem;
}

@media only screen and (max-width: 989px) {
	.site-main.event header {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media only screen and (max-width: 749px) {
	.site-main.event header {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

.site-main.event header .date {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 28px;
	color: #DE4C88;
}

@media only screen and (max-width: 749px) {
	.site-main.event header .date {
		font-size: 14px;
	}
}

.site-main.event header h1 {
	color: #D10056;
	padding: 0;
	text-align: left;
	margin-top: .75rem;
}

.site-main.event .flexible-content.featured-image .container {
	padding-left: 0;
	padding-right: 0;
	display: flex;
	align-content: center;
	justify-content: center;
	overflow: hidden;
}

@media only screen and (max-width: 989px) {
	.site-main.event .flexible-content.featured-image .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 749px) {
	.site-main.event .flexible-content.featured-image .container {
		margin-bottom: 1.5rem;
	}
}

@media only screen and (max-width: 989px) {
	.site-main.event .flexible-content.wysiwyg + .cta {
		margin-top: -2rem;
	}
}

.site-main.event .flexible-content.wysiwyg + .video {
	margin-top: -2.5rem;
}

@media only screen and (max-width: 989px) {
	.site-main.event .flexible-content.wysiwyg + .video {
		margin-top: 0;
	}
}

.site-main.event h2 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	line-height: 44px;
	color: #10069F;
}

@media only screen and (max-width: 989px) {
	.site-main.event h2 {
		font-weight: 800;
		font-size: 24px;
		line-height: 32px;
	}
}

.site-main.event p {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #424242;
	margin: 0;
}

.site-main.event p strong {
	font-weight: 700;
	color: #424242;
}

.site-main .active-single-event {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	gap: 3rem;
	padding: 5rem 0;
}

@media only screen and (max-width: 749px) {
	.site-main .active-single-event {
		flex-direction: column-reverse;
		padding: 1.5rem 0 0;
		gap: 2.5rem;
	}
}

.site-main .active-single-event .active-single-event-img {
	max-width: 32%;
	flex: 0 0 32%;
}

@media only screen and (max-width: 749px) {
	.site-main .active-single-event .active-single-event-img {
		max-width: 100%;
		flex: 0 0 100%;
		display: flex;
	}
}

.site-main .active-single-event .active-single-event-img img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

@media only screen and (max-width: 749px) {
	.site-main .active-single-event .active-single-event-img img {
		aspect-ratio: unset;
	}
}

.site-main .active-single-event .active-single-event-content {
	max-width: calc(68% - 3rem);
	flex: 0 0 calc(68% - 3rem);
}

@media only screen and (max-width: 749px) {
	.site-main .active-single-event .active-single-event-content {
		max-width: 100%;
		flex: 0 0 100%;
	}
}

.site-main .active-single-event h1 {
	color: #D10056;
	padding: 0;
	text-align: left;
	margin-top: .5rem;
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
}

@media only screen and (max-width: 749px) {
	.site-main .active-single-event h1 {
		font-size: 24px;
		line-height: 1.2;
	}
}

.site-main .active-single-event .subtitle {
	font-weight: 800;
	font-size: 16px;
	line-height: 28px;
	color: #DE4C88;
}

@media only screen and (max-width: 749px) {
	.site-main .active-single-event .subtitle {
		font-size: 16px;
	}
}

.site-main .active-single-event .date,
.site-main .active-single-event .time,
.site-main .active-single-event .location {
	display: flex;
	align-items: center;
	gap: 12px;
}

.site-main .active-single-event .date .icon,
.site-main .active-single-event .time .icon,
.site-main .active-single-event .location .icon {
	display: flex;
}

.site-main .active-single-event .date,
.site-main .active-single-event .content {
	margin-top: 1.5rem;
}

@media only screen and (max-width: 749px) {
	.site-main .active-single-event .date {
		margin-top: 2rem;
	}
}

.site-main .active-single-event .time,
.site-main .active-single-event .location {
	margin-top: .5rem;
}

.site-main .active-single-event .cta {
	margin-top: 2.5rem;
}

@media only screen and (max-width: 749px) {
	.site-main .active-single-event .cta {
		margin-top: 2rem;
	}
}

.site-main.news-and-media {
	background-color: #FFFFFF;
}

.site-main.news-and-media .posts {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

@media only screen and (max-width: 749px) {
	.site-main.news-and-media .posts {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

.site-main.news-and-media .posts .cta {
	margin-top: 3.5rem;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 749px) {
	.site-main.news-and-media .posts .cta {
		margin-top: 1.5rem;
	}
}

.site-main.news-and-media .posts-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}

@media only screen and (max-width: 989px) {
	.site-main.news-and-media .posts-grid {
		display: flex;
		flex-direction: column;
	}
}

.site-main.news-and-media .posts-grid article {
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	position: relative;
}

.site-main.news-and-media .posts-grid article .creative {
	display: flex;
	min-height: 222px;
	background-color: #E0E0E0;
	height: 222px;
}

.site-main.news-and-media .posts-grid article .creative a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	overflow: hidden;
}

.site-main.news-and-media .posts-grid article .creative img {
	min-height: 100%;
	width: 100%;
	object-fit: cover;
}

.site-main.news-and-media .posts-grid article .content {
	padding: 1.5rem;
	align-self: stretch;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.site-main.news-and-media .posts-grid article .content .entry-header .entry-title {
	margin-bottom: 4px;
	margin-top: 0;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #424242;
	font-weight: 800;
}

.site-main.news-and-media .posts-grid article .content .entry-header .entry-title a {
	color: #424242;
	text-decoration: none;
	font-weight: 800;
}

.site-main.news-and-media .posts-grid article .content .entry-header .entry-title a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.site-main.news-and-media .posts-grid article .content .entry-header .entry-meta {
	margin-bottom: 8px;
}

.site-main.news-and-media .posts-grid article .content .entry-header .entry-meta span a {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #616161;
	pointer-events: none;
}

.site-main.news-and-media .posts-grid article .content .entry-header .entry-meta span.seperator {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #E0E0E0;
	margin-left: 6px;
	margin-right: 6px;
	display: inline-block;
}

.site-main.news-and-media .posts-grid article .content .entry-content {
	margin-top: 0;
}

.site-main.news-and-media .posts-grid article .content .entry-footer {
	margin-bottom: 0;
}

.site-main.news-and-media .posts-grid article.category-announcements .creative {
	background-color: #F5F5F5;
}

.site-main.news-and-media .posts-grid article.category-newsletters .creative {
	min-height: 282px;
	height: 282px;
}

.site-main.news-and-media .posts-grid article.category-newsletters .content .entry-content p {
	-webkit-line-clamp: 5;
}

.site-main.news-and-media .posts-grid article.category-newsletters .content .entry-footer {
	margin-bottom: 0;
}

.site-main.news-and-media .posts-grid article.category-videos {
	position: relative;
	overflow: hidden;
	min-height: 598px;
}

@media only screen and (max-width: 989px) {
	.site-main.news-and-media .posts-grid article.category-videos {
		justify-content: flex-end;
	}
}

.site-main.news-and-media .posts-grid article.category-videos .creative {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	min-height: initial;
	height: initial;
}

.site-main.news-and-media .posts-grid article.category-videos .creative:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.704919) 0%, rgba(0, 0, 0, 0) 50%);
	pointer-events: none;
}

.site-main.news-and-media .posts-grid article.category-videos .creative a {
	height: 100%;
	display: flex;
}

.site-main.news-and-media .posts-grid article.category-videos .creative .play {
	height: 40px;
	width: 40px;
	background-color: #DE4C88;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	border-radius: 100%;
	pointer-events: none;
}

.site-main.news-and-media .posts-grid article.category-videos .content {
	position: relative;
	justify-content: flex-end;
	pointer-events: none;
}

.site-main.news-and-media .posts-grid article.category-videos .content .entry-meta,
.site-main.news-and-media .posts-grid article.category-videos .content .read-more {
	display: none;
}

.site-main.news-and-media .posts-grid article.category-videos .content .entry-title {
	margin-bottom: 0;
}

.site-main.news-and-media .posts-grid article.category-videos .content .entry-title a {
	color: #FFFFFF;
}

.site-main.news-and-media .posts-grid article.category-videos .content .entry-content p {
	-webkit-line-clamp: 2;
	color: #FFFFFF;
	margin-bottom: 0;
}

.site-main.news-and-media .posts-grid article.category-videos .content .entry-footer {
	margin-bottom: 0;
}

.site-main.news-and-media .posts-grid article.category-articles .creative {
	min-height: 338px;
	height: 338px;
	background-color: #F5F5F5;
}

.site-main.news-and-media .posts-grid article.category-articles .content .entry-content p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.site-main.who-we-are .articles {
	margin-top: 80px;
	margin-bottom: 80px;
}

@media only screen and (max-width: 989px) {
	.site-main.who-we-are .articles {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
}

.site-main.who-we-are .articles a:hover, .site-main.who-we-are .articles a:focus {
	text-decoration: none;
}

.site-main.who-we-are .articles article {
	border: 1px solid #E0E0E0;
	margin-bottom: 3.5rem;
	display: flex;
	flex-direction: row;
	border-radius: 8px;
	overflow: hidden;
	transition: 0.2s ease;
}

@media only screen and (max-width: 989px) {
	.site-main.who-we-are .articles article {
		flex-direction: column;
		margin-bottom: 1.5rem;
		border-radius: 4px;
	}
}

@media only screen and (max-width: 749px) {
	.site-main.who-we-are .articles article {
		margin-bottom: 1rem;
	}
}

.site-main.who-we-are .articles article:hover {
	border-color: #A0AEC0;
}

.site-main.who-we-are .articles article .creative {
	width: 40%;
	display: flex;
	background-color: #FAFAFA;
	height: 320px;
}

@media only screen and (max-width: 989px) {
	.site-main.who-we-are .articles article .creative {
		width: 100%;
	}
}

.site-main.who-we-are .articles article .creative a {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 989px) {
	.site-main.who-we-are .articles article .creative {
		height: 222px;
	}
}

.site-main.who-we-are .articles article .creative img {
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
}

.site-main.who-we-are .articles article .content {
	width: 60%;
	padding: 3.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (max-width: 989px) {
	.site-main.who-we-are .articles article .content {
		width: 100%;
		padding: 1.5rem;
	}
}

.site-main.who-we-are .articles article .content h2 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #424242 !important;
}

.site-main.who-we-are .articles article .content p {
	margin-top: 0;
	margin-bottom: 0;
}

.site-main.who-we-are .articles article .content .entry-footer {
	margin-bottom: 0;
}

.site-main.team .staff {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media only screen and (max-width: 989px) {
	.site-main.team .staff {
		padding-top: 1.5rem;
		padding-bottom: 0;
	}
}

.site-main.team .staff.executive {
	background-color: #FAFAFA;
}

.site-main.team .staff.board {
	background-color: #FFFFFF;
}

.site-main.team .row h2 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #DE4C88;
	margin-top: 0;
	margin-bottom: 2.5rem;
}

.site-main.team .row .personas {
	display: flex;
	flex-direction: column;
	row-gap: 1.5rem;
}

@media only screen and (min-width: 750px) {
	.site-main.team .row .personas {
		display: grid;
		column-gap: 1.5rem;
		row-gap: 1.5rem;
	}
}

@media only screen and (min-width: 990px) {
	.site-main.team .row .personas {
		display: grid;
		column-gap: 1.5rem;
		row-gap: 1.5rem;
	}
}

@media only screen and (max-width: 749px) {
	.site-main.team .row .personas {
		row-gap: 1rem;
	}
}

.site-main.team .row .personas persona {
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	overflow: hidden;
}

.site-main.team .row .personas persona .creative {
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

@media only screen and (max-width: 989px) {
	.site-main.team .row .personas persona .creative {
		height: calc(100vw - 3rem);
	}
}

.site-main.team .row .personas persona .creative a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.site-main.team .row .personas persona .creative img {
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
}

.site-main.team .row .personas persona .content {
	padding: 1.5rem;
}

@media only screen and (max-width: 749px) {
	.site-main.team .row .personas persona .content {
		padding: 0.5rem 1rem;
	}
}

.site-main.team .row .personas persona .content .name,
.site-main.team .row .personas persona .content .name a {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #212121;
	text-decoration: none;
}

@media only screen and (max-width: 749px) {
	.site-main.team .row .personas persona .content .name,
	.site-main.team .row .personas persona .content .name a {
		font-size: 18px;
		line-height: 1.5;
	}
}

.site-main.team .row .personas persona .content .title,
.site-main.team .row .personas persona .content .barcode,
.site-main.team .row .personas persona .content .email {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #424242;
}

@media only screen and (max-width: 749px) {
	.site-main.team .row .personas persona .content .title,
	.site-main.team .row .personas persona .content .barcode,
	.site-main.team .row .personas persona .content .email {
		font-size: 14px;
		line-height: 1.5;
	}
}

@media only screen and (min-width: 750px) {
	.site-main.team .row.staff-by-three .personas {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (min-width: 990px) {
	.site-main.team .row.staff-by-three .personas {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.site-main.team .row.staff-by-three .personas persona .creative {
	height: 410px;
}

@media only screen and (max-width: 749px) {
	.site-main.team .row.staff-by-three .personas persona .creative {
		height: calc(100vw - 3rem);
	}
}

@media only screen and (min-width: 750px) {
	.site-main.team .row.staff-by-four .personas {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (min-width: 990px) {
	.site-main.team .row.staff-by-four .personas {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media only screen and (max-width: 989px) {
	.site-main.team .row.staff-by-four .personas persona {
		display: flex;
		flex-direction: row;
	}
	.site-main.team .row.staff-by-four .personas persona .creative {
		height: initial;
		width: 30%;
		height: 40vw;
	}
	.site-main.team .row.staff-by-four .personas persona .content {
		width: 70%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.site-main.team .row.staff-by-four .personas persona .content .name {
		font-size: 18px;
		line-height: 24px;
	}
	.site-main.team .row.staff-by-four .personas persona .content .title {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 989px) and (max-width: 749px) {
	.site-main.team .row.staff-by-four .personas persona .content .title {
		font-size: 14px;
		line-height: 1.5;
	}
}

.site-main .tabs [role="tablist"] {
	display: flex;
}

.site-main .tabs [role="tablist"] [role="tab"] {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	padding: 1.5rem;
	border-bottom: 1px solid #E0E0E0;
	color: #757575;
	cursor: pointer;
}

@media only screen and (max-width: 749px) {
	.site-main .tabs [role="tablist"] [role="tab"] {
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.site-main .tabs [role="tablist"] [role="tab"][aria-selected="true"] {
	color: #D10056;
	border-color: #D10056;
	font-weight: bold;
}

.site-main .tabs [role="tabpanel"] {
	padding: 2.5rem 0;
}

.site-main.staff .single-staff {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	gap: 3.5rem;
	padding: 5rem 0;
}

@media only screen and (max-width: 749px) {
	.site-main.staff .single-staff {
		flex-direction: column-reverse;
		padding: 1.5rem 0 0;
		gap: 2.5rem;
	}
}

.site-main.staff .single-staff .single-staff-img {
	max-width: 32%;
	flex: 0 0 32%;
}

@media only screen and (max-width: 749px) {
	.site-main.staff .single-staff .single-staff-img {
		display: none;
	}
}

.site-main.staff .single-staff .single-staff-img img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

@media only screen and (max-width: 749px) {
	.site-main.staff .single-staff .single-staff-img img {
		aspect-ratio: unset;
	}
}

.site-main.staff .single-staff .single-staff-content {
	max-width: calc(68% - 3rem);
	flex: 0 0 calc(68% - 3rem);
}

@media only screen and (max-width: 749px) {
	.site-main.staff .single-staff .single-staff-content {
		max-width: 100%;
		flex: 0 0 100%;
	}
}

.site-main.staff .single-staff h1 {
	color: #D10056;
	padding: 0;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
}

@media only screen and (max-width: 749px) {
	.site-main.staff .single-staff h1 {
		font-size: 24px;
		line-height: 1.2;
	}
}

.site-main.staff .single-staff .position {
	font-size: 24px;
	color: #D10056;
}

@media only screen and (max-width: 749px) {
	.site-main.staff .single-staff .position {
		font-size: 20px;
	}
}

.site-main.staff .single-staff .subtitle {
	font-weight: 800;
	font-size: 16px;
	line-height: 28px;
	color: #DE4C88;
}

@media only screen and (max-width: 749px) {
	.site-main.staff .single-staff .subtitle {
		font-size: 16px;
	}
}

.site-main.staff .single-staff .staff-img-mobile {
	display: none;
}

@media only screen and (max-width: 749px) {
	.site-main.staff .single-staff .staff-img-mobile {
		display: flex;
		margin-top: 1.5rem;
		margin-left: -24px;
		margin-right: -24px;
	}
}

.site-main.staff .single-staff .content {
	margin-top: 2.5rem;
}

.site-main.financials-and-annual-reports h1 {
	font-size: 36px;
	margin-bottom: 1.5rem;
}

@media only screen and (max-width: 749px) {
	.site-main.financials-and-annual-reports h1 {
		margin-bottom: 0.75rem;
	}
}

.site-main.financials-and-annual-reports h2 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #D10056;
	margin-top: 0;
	margin-bottom: 1rem;
}

.site-main.financials-and-annual-reports header.header-left {
	padding-top: 3.5rem;
}

@media only screen and (max-width: 749px) {
	.site-main.financials-and-annual-reports header.header-left {
		padding-top: 2.5rem;
	}
}

.site-main.financials-and-annual-reports section {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

@media only screen and (max-width: 749px) {
	.site-main.financials-and-annual-reports section {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

.site-main.financials-and-annual-reports section.values-section {
	padding-top: 0;
}

.site-main.financials-and-annual-reports section.values-section .values-wrap {
	display: flex;
	align-items: flex-end;
	gap: 80px;
	padding: 60px 70px 0;
}

@media only screen and (max-width: 749px) {
	.site-main.financials-and-annual-reports section.values-section .values-wrap {
		padding: 40px 0 0;
		gap: 1rem;
	}
}

.site-main.financials-and-annual-reports section.values-section .value-right {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-bottom: 30px;
}

@media only screen and (max-width: 749px) {
	.site-main.financials-and-annual-reports section.values-section .value-right {
		gap: 16px;
	}
}

.site-main.financials-and-annual-reports section.values-section .value-box {
	display: flex;
	gap: 12px;
	align-items: center;
}

@media only screen and (max-width: 749px) {
	.site-main.financials-and-annual-reports section.values-section .value-box {
		gap: 6px;
	}
}

.site-main.financials-and-annual-reports section.values-section .value-box:nth-child(2) .value-num {
	color: #E36699;
}

.site-main.financials-and-annual-reports section.values-section .value-box:nth-child(3) .value-num {
	color: #EC99BB;
}

.site-main.financials-and-annual-reports section.values-section .value-box:nth-child(4) .value-num {
	color: #F5CCDD;
}

.site-main.financials-and-annual-reports section.values-section .value-box .value-num {
	font-size: 44px;
	font-weight: 800;
	color: #DA3277;
	line-height: 1;
	min-width: 96px;
}

@media only screen and (max-width: 749px) {
	.site-main.financials-and-annual-reports section.values-section .value-box .value-num {
		font-size: 28px;
		min-width: 60px;
	}
}

@media only screen and (max-width: 749px) {
	.site-main.financials-and-annual-reports section.values-section .value-box .value-label {
		font-size: 10px;
	}
}

.site-main.financials-and-annual-reports section.values-section .values-desc {
	padding-top: 60px;
}

@media only screen and (max-width: 749px) {
	.site-main.financials-and-annual-reports section.values-section .values-desc {
		padding-top: 24px;
	}
}

.site-main.financials-and-annual-reports section.values-section .values-desc p {
	margin-bottom: 0;
}

.site-main.financials-and-annual-reports section.values-section .values-caption {
	padding-top: 0.75rem;
	font-size: 12px;
	color: #757575;
}

@media only screen and (max-width: 749px) {
	.site-main.financials-and-annual-reports section.values-section .values-caption {
		font-size: 8px;
	}
}

.site-main.financials-and-annual-reports section.expenses {
	padding-top: 80px;
	background-color: #FAFAFA;
}

@media only screen and (max-width: 749px) {
	.site-main.financials-and-annual-reports section.expenses {
		padding-top: 40px;
	}
}

.site-main.financials-and-annual-reports section.expenses h2 {
	color: #10069F;
}

.site-main.financials-and-annual-reports section.expenses .value-box:nth-child(2) .value-num {
	color: #8782CF;
}

.site-main.financials-and-annual-reports section.expenses .value-box:nth-child(3) .value-num {
	color: #CFCDEB;
}

.site-main.financials-and-annual-reports section.expenses .value-box .value-num {
	color: #3F37B2;
}

.site-main.financials-and-annual-reports section.expenses .values-desc {
	padding: 0;
}

.site-main.financials-and-annual-reports section.audited_financials {
	background-color: #FFFFFF;
}

.site-main.financials-and-annual-reports section.audited_financials p {
	margin-bottom: 20px;
}

.site-main.financials-and-annual-reports section .reports {
	display: flex;
	flex-direction: column;
	row-gap: 0.75rem;
}

@media only screen and (max-width: 749px) {
	.site-main.financials-and-annual-reports section .reports {
		margin-top: 2.5rem;
	}
}

.site-main.financials-and-annual-reports section .reports .report .title {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #D10056;
	text-decoration: underline;
}

@media only screen and (max-width: 749px) {
	.site-main.financials-and-annual-reports section .reports .report .title {
		font-size: 18px;
		line-height: 24px;
	}
}

.site-main.financials-and-annual-reports section .reports .report .icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-main .funding-wrap {
	position: relative;
	width: 312px;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
}

@media only screen and (max-width: 749px) {
	.site-main .funding-wrap {
		zoom: 0.55;
	}
}

.site-main .funding-wrap svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.site-main .funding-wrap .progress-bar {
	position: relative;
	z-index: 1;
}

.site-main .funding-wrap .progress-bar-wrap {
	position: relative;
	z-index: 1;
	border: 6px solid #FFF;
	border-radius: 3px;
	transform: translate(6px, 6px);
}

.site-main .funding-wrap .progress-bar-wrap > div:last-child {
	border-bottom: 0;
}

.site-main .funding-wrap .progress-bar-1 {
	background-color: #F5CCDD;
}

.site-main .funding-wrap .progress-bar-2 {
	background-color: #EC99BB;
	border-bottom: 6px solid #FFF;
}

.site-main .funding-wrap .progress-bar-3 {
	background-color: #E36699;
	border-bottom: 6px solid #FFF;
}

.site-main .expenses .funding-wrap .progress-bar-1 {
	background-color: #CFCDEB;
}

.site-main .expenses .funding-wrap .progress-bar-2 {
	background-color: #8782CF;
}

.site-main.our-impact header.header-left {
	padding-top: 56px;
}

@media only screen and (max-width: 749px) {
	.site-main.our-impact header.header-left {
		padding-top: 28px;
	}
}

.site-main.our-impact header.header-left h1 {
	margin-bottom: 1.5rem;
	font-size: 36px;
}

.site-main .timeline-section {
	padding: 60px 0 80px;
}

@media only screen and (max-width: 749px) {
	.site-main .timeline-section {
		padding: 40px 0;
	}
}

.site-main .legend {
	margin-bottom: 60px;
}

.site-main .legend-title {
	color: #212121;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.site-main .legend-item {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 0.5rem;
}

.site-main .legend-item-growth {
	color: #10069F;
}

.site-main .legend-item-milestone {
	color: #D10056;
}

.site-main .timeline-item-wrap {
	overflow: hidden;
	position: relative;
}

.site-main .timeline-item-wrap:not(:first-child) {
	padding-top: 40px;
}

@media only screen and (max-width: 749px) {
	.site-main .timeline-item-wrap:not(:first-child) {
		padding-top: 30px;
	}
}

.site-main .timeline-year {
	text-align: center;
}

@media only screen and (max-width: 749px) {
	.site-main .timeline-year {
		text-align: left;
	}
}

.site-main .timeline-year:after {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #EEEEEE;
	transform: translateX(-1px);
	z-index: 1;
}

@media only screen and (max-width: 749px) {
	.site-main .timeline-year:after {
		left: 33px;
	}
}

.site-main .timeline-year span {
	font-size: 20px;
	font-weight: 700;
	padding: 6px 8px;
	background-color: #F5F5F5;
	border-radius: 8px;
	display: inline-block;
	position: relative;
	z-index: 10;
}

.site-main .timeline-item {
	width: 50%;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	gap: 32px;
	margin-top: 40px;
	position: relative;
	z-index: 10;
}

@media only screen and (max-width: 749px) {
	.site-main .timeline-item {
		width: 100%;
		gap: 10px;
		margin-top: 30px;
	}
}

.site-main .timeline-item.right {
	padding-left: 50%;
}

@media only screen and (max-width: 749px) {
	.site-main .timeline-item.right {
		padding-left: 32px;
	}
}

.site-main .timeline-item.left {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 749px) {
	.site-main .timeline-item.left {
		flex-direction: row;
		padding-left: 32px;
	}
}

.site-main .timeline-item.right + .timeline-item.left {
	margin-top: 16px;
}

.site-main .item-icon {
	transform: translateX(-50%);
	position: relative;
}

.site-main .timeline-item.left .item-icon {
	transform: translateX(50%);
	position: relative;
}

@media only screen and (max-width: 749px) {
	.site-main .timeline-item.left .item-icon {
		transform: translateX(-50%);
	}
}

.site-main .item-icon:after {
	content: "";
	width: 150px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #D10056;
	transform: translateY(-2px);
	z-index: -1;
}

.site-main .timeline-item.left .item-icon:after {
	content: "";
	width: 150px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 50%;
	left: auto;
	background-color: #10069F;
	transform: translateY(-2px);
	z-index: -1;
}

@media only screen and (max-width: 749px) {
	.site-main .timeline-item.left .item-icon:after {
		right: auto;
		left: 50%;
	}
}

.site-main .item-content {
	padding: 1rem;
	background-color: #FDF2F7;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	width: 100%;
}

@media only screen and (max-width: 749px) {
	.site-main .item-content {
		width: calc(100% - 110px);
	}
}

.site-main .timeline-item.left .item-content {
	background-color: #F2F2FD;
}

.site-main .item-content-wrap {
	display: flex;
}

.site-main .item-content-left {
	width: 55%;
}

.site-main .item-content-right {
	width: 45%;
}

.site-main .item-content-right {
	padding: 0 0 0 32px;
	border-left: 1px solid #E7E6F5;
}

.site-main .item-content-title {
	font-size: 18px;
	font-weight: 700;
	color: #10069F;
}

.site-main .timeline-items-now .timeline-item-wrap:last-child {
	padding-bottom: 96px;
}

@media only screen and (max-width: 749px) {
	.site-main .timeline-items-now .timeline-item-wrap:last-child {
		padding-bottom: 59px;
	}
}

.site-main .timeline-items-future {
	border-top: 2px solid #EEE;
}

.site-main .timeline-items-future .timeline-item-wrap:first-child {
	padding-top: 60px;
}

.site-main .future-label {
	margin-top: -32px;
	text-align: right;
	color: #bdbdbd;
	padding-bottom: 8px;
}

.site-main .timeline-items-future .timeline-item-wrap:last-child .timeline-year:after {
	height: calc(100% - 60px);
	min-height: 160px;
}

.site-main .timeline-description {
	margin: 40px 0 0;
	font-size: 14px;
	line-height: 1.5;
}

@media only screen and (max-width: 749px) {
	.site-main .timeline-description {
		margin: 12px 0 0;
	}
}

.site-main .section-cost {
	background-color: #FAFAFA;
	padding: 80px 0;
}

@media only screen and (max-width: 749px) {
	.site-main .section-cost {
		padding: 40px 0;
	}
}

.site-main .section-cost h2 {
	color: #10069F;
	margin: 0;
}

.site-main .section-cost h3 {
	color: #10069F;
	margin-top: 40px;
	margin-bottom: 24px;
	font-size: 20px;
}

.site-main .comparison {
	display: flex;
	gap: 16px;
	align-items: center;
}

@media only screen and (max-width: 749px) {
	.site-main .comparison {
		flex-direction: column;
	}
}

.site-main .comparison-item {
	padding: 48px 24px 24px;
	border-radius: 4px;
	width: 50%;
	height: 100%;
}

@media only screen and (max-width: 749px) {
	.site-main .comparison-item {
		width: 100%;
	}
}

.site-main .comparison-item .comparison-cost {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.1;
}

.site-main .comparison-item p {
	margin: 0;
}

.site-main .comparison-item:first-child {
	background-color: #FDF2F7;
}

.site-main .comparison-item:first-child .comparison-cost {
	color: #D10056;
}

.site-main .comparison-item:last-child {
	background-color: #F2F2FD;
}

.site-main .comparison-item:last-child .comparison-cost {
	color: #10069F;
}

.site-main .comparison-delimiter {
	font-weight: bold;
	font-size: 20px;
	color: #424242;
}

.site-main .bottom-text {
	font-size: 14px;
	margin: 8px 0 0;
}

.site-main section.section-faqs.flexible-content.faqs {
	padding: 80px 0;
}

@media only screen and (max-width: 749px) {
	.site-main section.section-faqs.flexible-content.faqs {
		padding: 40px 0;
	}
}

.site-main section.section-faqs.flexible-content.faqs h2 {
	color: #D10056;
	margin: 0;
}

.site-main section.section-faqs.flexible-content.faqs .accordion {
	margin-top: 40px;
}

@media only screen and (max-width: 749px) {
	.site-main section.section-faqs.flexible-content.faqs .accordion {
		margin-top: 24px;
	}
}

.site-main.our-supporters .supporters {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media only screen and (max-width: 749px) {
	.site-main.our-supporters .supporters {
		padding-top: 1.5rem;
	}
}

.site-main.our-supporters .supporters ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 2rem;
	margin: 0;
	padding-left: 1.5rem;
}

.site-main.our-supporters .supporters ul li {
	width: 50%;
	font-size: 18px;
}

@media only screen and (max-width: 749px) {
	.site-main.our-supporters .supporters ul li {
		width: 100%;
		font-size: 16px;
	}
}

.site-main.contact {
	background-color: #FFFFFF;
}

.site-main.contact section.flexible-content.wysiwyg {
	margin: 0 !important;
}

.site-main.contact section.flexible-content.wysiwyg p strong {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
}

.site-main.contact section.flexible-content.wysiwyg + .contact-form {
	padding-top: 40px;
	padding-bottom: 80px;
}

@media only screen and (max-width: 989px) {
	.site-main.contact section.flexible-content.wysiwyg + .contact-form {
		margin-top: 0;
		padding-bottom: 40px;
	}
}

.site-main.contact section.wysiwyg p {
	max-width: 640px;
}

.site {
	background-color: #FFFFFF;
}

.site article .entry-content .wp-block-verse {
	background: transparent;
	padding: 0;
}

.site article .entry-content .wp-block-verse strong {
	font-weight: 800;
	font-size: 20px;
	line-height: 28px;
	color: #424242;
	font-family: "Inter", sans-serif;
	font-style: normal;
}

.site article .entry-content ul,
.site article .entry-content ol {
	margin-left: 0;
	padding-left: 30px;
}

.site article .entry-content ul li,
.site article .entry-content ol li {
	line-height: 28px;
}

.site article .entry-content p + h2 {
	margin-top: 2.5rem;
}

.site article .entry-content h2 {
	color: #D10056;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 16px;
}

.site article .entry-content h2 span {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.site article .entry-content h2 .icon {
	width: 1.75rem;
	height: 1.75rem;
	background-position: center;
	background-size: cover;
	display: inline-block;
}

.site article .entry-content h2 .icon-health-and-wellness {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzE1MjFfMjU5MTUiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCI+CjxyZWN0IHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgZmlsbD0iI0Q5RDlEOSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMTUyMV8yNTkxNSkiPgo8cGF0aCBkPSJNMTMuOTk5NyAyNS42NjY3QzEyLjU4MDIgMjUuNDkxNyAxMS4xNzA1IDI1LjEwNzcgOS43NzA1MSAyNC41MTQ2QzguMzcwNTEgMjMuOTIxNiA3LjEyMTIgMjMuMDcwOSA2LjAyMjU5IDIxLjk2MjVDNC45MjM5OCAyMC44NTQyIDQuMDM0NCAxOS40NTQyIDMuMzUzODQgMTcuNzYyNUMyLjY3MzI5IDE2LjA3MDkgMi4zMzMwMSAxNC4wMzg5IDIuMzMzMDEgMTEuNjY2N1YxMC41SDMuNDk5NjdDNC40OTEzNCAxMC41IDUuNTEyMTcgMTAuNjI2NCA2LjU2MjE3IDEwLjg3OTJDNy42MTIxNyAxMS4xMzIgOC41OTQxMiAxMS41MTEyIDkuNTA4MDEgMTIuMDE2N0M5Ljc0MTM0IDEwLjM0NDUgMTAuMjcxMiA4LjYyODUxIDExLjA5NzYgNi44Njg3OUMxMS45MjQgNS4xMDkwNyAxMi44OTEzIDMuNTk3MjYgMTMuOTk5NyAyLjMzMzM3QzE1LjEwOCAzLjU5NzI2IDE2LjA3NTQgNS4xMDkwNyAxNi45MDE4IDYuODY4NzlDMTcuNzI4MSA4LjYyODUxIDE4LjI1OCAxMC4zNDQ1IDE4LjQ5MTMgMTIuMDE2N0MxOS40MDUyIDExLjUxMTIgMjAuMzg3MiAxMS4xMzIgMjEuNDM3MiAxMC44NzkyQzIyLjQ4NzIgMTAuNjI2NCAyMy41MDggMTAuNSAyNC40OTk3IDEwLjVIMjUuNjY2M1YxMS42NjY3QzI1LjY2NjMgMTQuMDM4OSAyNS4zMjYxIDE2LjA3MDkgMjQuNjQ1NSAxNy43NjI1QzIzLjk2NSAxOS40NTQyIDIzLjA3NTQgMjAuODU0MiAyMS45NzY4IDIxLjk2MjVDMjAuODc4MSAyMy4wNzA5IDE5LjYzMzcgMjMuOTIxNiAxOC4yNDM0IDI0LjUxNDZDMTYuODUzMSAyNS4xMDc3IDE1LjQzODYgMjUuNDkxNyAxMy45OTk3IDI1LjY2NjdaTTEzLjk0MTMgMjMuMjc1QzEzLjcyNzUgMjAuMDQ3MyAxMi43Njk4IDE3LjYwNyAxMS4wNjg0IDE1Ljk1NDJDOS4zNjcwNCAxNC4zMDE0IDcuMjUyNDUgMTMuMjgwNiA0LjcyNDY3IDEyLjg5MTdDNC45Mzg1NiAxNi4yMTY3IDUuOTI1MzcgMTguNjk1OSA3LjY4NTA5IDIwLjMyOTJDOS40NDQ4MSAyMS45NjI1IDExLjUzMDIgMjIuOTQ0NSAxMy45NDEzIDIzLjI3NVpNMTMuOTk5NyAxNS44NjY3QzE0LjI5MTMgMTUuNDM4OSAxNC42NDYyIDE0Ljk5NjYgMTUuMDY0MyAxNC41Mzk2QzE1LjQ4MjMgMTQuMDgyNyAxNS44ODU4IDEzLjY4ODkgMTYuMjc0NyAxMy4zNTg0QzE2LjIzNTggMTIuMjUgMTYuMDE3IDExLjA5MzEgMTUuNjE4NCA5Ljg4NzU0QzE1LjIxOTggOC42ODE5OCAxNC42ODAyIDcuNTA1NiAxMy45OTk3IDYuMzU4MzdDMTMuMzE5MSA3LjUwNTYgMTIuNzc5NSA4LjY4MTk4IDEyLjM4MDkgOS44ODc1NEMxMS45ODIzIDExLjA5MzEgMTEuNzYzNiAxMi4yNSAxMS43MjQ3IDEzLjM1ODRDMTIuMTEzNiAxMy42ODg5IDEyLjUyMTkgMTQuMDgyNyAxMi45NDk3IDE0LjUzOTZDMTMuMzc3NSAxNC45OTY2IDEzLjcyNzUgMTUuNDM4OSAxMy45OTk3IDE1Ljg2NjdaTTE2LjI3NDcgMjIuNzVDMTYuOTk0MSAyMi41MTY3IDE3Ljc0MjcgMjIuMTc2NCAxOC41MjA1IDIxLjcyOTJDMTkuMjk4MyAyMS4yODIgMjAuMDIyNiAyMC42NzQzIDIwLjY5MzQgMTkuOTA2M0MyMS4zNjQzIDE5LjEzODIgMjEuOTM3OSAxOC4xODA2IDIyLjQxNDMgMTcuMDMzNEMyMi44OTA2IDE1Ljg4NjIgMjMuMTc3NSAxNC41MDU2IDIzLjI3NDcgMTIuODkxN0MyMS40NDY5IDEzLjE2MzkgMTkuODQyNyAxMy43NzE2IDE4LjQ2MjIgMTQuNzE0NkMxNy4wODE2IDE1LjY1NzcgMTYuMDIxOSAxNi44NTg0IDE1LjI4MyAxOC4zMTY3QzE1LjUxNjMgMTguOTM4OSAxNS43MTU2IDE5LjYxOTUgMTUuODgwOSAyMC4zNTg0QzE2LjA0NjIgMjEuMDk3MyAxNi4xNzc1IDIxLjg5NDUgMTYuMjc0NyAyMi43NVoiIGZpbGw9IiNEMTAwNTYiLz4KPC9nPgo8L3N2Zz4K");
}

.site article .entry-content h2 .icon-education-and-employment {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzE1MjFfMjYwOTciIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCI+CjxyZWN0IHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgZmlsbD0iI0Q5RDlEOSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMTUyMV8yNjA5NykiPgo8cGF0aCBkPSJNNy4wNTg0IDIwLjczNzVDNi42Njk1MSAyMC41MjM2IDYuMzY4MTIgMjAuMjM2OCA2LjE1NDIzIDE5Ljg3NzFDNS45NDAzNCAxOS41MTczIDUuODMzNCAxOS4xMTM5IDUuODMzNCAxOC42NjY2VjEzLjA2NjZMMy4wMzM0IDExLjUyMDhDMi44MTk1MSAxMS40MDQxIDIuNjYzOTUgMTEuMjU4MyAyLjU2NjczIDExLjA4MzNDMi40Njk1MSAxMC45MDgzIDIuNDIwOSAxMC43MTM5IDIuNDIwOSAxMC41QzIuNDIwOSAxMC4yODYxIDIuNDY5NTEgMTAuMDkxNiAyLjU2NjczIDkuOTE2NjNDMi42NjM5NSA5Ljc0MTYzIDIuODE5NTEgOS41OTU4IDMuMDMzNCA5LjQ3OTEzTDEyLjg5MTcgNC4xMTI0N0MxMy4wNjY3IDQuMDE1MjUgMTMuMjQ2NiAzLjk0MjMzIDEzLjQzMTMgMy44OTM3MkMxMy42MTYgMy44NDUxMSAxMy44MDU2IDMuODIwOCAxNC4wMDAxIDMuODIwOEMxNC4xOTQ1IDMuODIwOCAxNC4zODQxIDMuODQ1MTEgMTQuNTY4OCAzLjg5MzcyQzE0Ljc1MzUgMy45NDIzMyAxNC45MzM0IDQuMDE1MjUgMTUuMTA4NCA0LjExMjQ3TDI2LjIyMDkgMTAuMTc5MUMyNi40MTUzIDEwLjI3NjQgMjYuNTY2IDEwLjQxNzMgMjYuNjczIDEwLjYwMjFDMjYuNzc5OSAxMC43ODY4IDI2LjgzMzQgMTAuOTg2MSAyNi44MzM0IDExLjJWMTguNjY2NkMyNi44MzM0IDE4Ljk5NzIgMjYuNzIxNiAxOS4yNzQzIDI2LjQ5OCAxOS40OTc5QzI2LjI3NDQgMTkuNzIxNSAyNS45OTczIDE5LjgzMzMgMjUuNjY2NyAxOS44MzMzQzI1LjMzNjIgMTkuODMzMyAyNS4wNTkxIDE5LjcyMTUgMjQuODM1NSAxOS40OTc5QzI0LjYxMTkgMTkuMjc0MyAyNC41MDAxIDE4Ljk5NzIgMjQuNTAwMSAxOC42NjY2VjExLjc4MzNMMjIuMTY2NyAxMy4wNjY2VjE4LjY2NjZDMjIuMTY2NyAxOS4xMTM5IDIyLjA1OTggMTkuNTE3MyAyMS44NDU5IDE5Ljg3NzFDMjEuNjMyIDIwLjIzNjggMjEuMzMwNiAyMC41MjM2IDIwLjk0MTcgMjAuNzM3NUwxNS4xMDg0IDIzLjg4NzVDMTQuOTMzNCAyMy45ODQ3IDE0Ljc1MzUgMjQuMDU3NiAxNC41Njg4IDI0LjEwNjJDMTQuMzg0MSAyNC4xNTQ4IDE0LjE5NDUgMjQuMTc5MSAxNC4wMDAxIDI0LjE3OTFDMTMuODA1NiAyNC4xNzkxIDEzLjYxNiAyNC4xNTQ4IDEzLjQzMTMgMjQuMTA2MkMxMy4yNDY2IDI0LjA1NzYgMTMuMDY2NyAyMy45ODQ3IDEyLjg5MTcgMjMuODg3NUw3LjA1ODQgMjAuNzM3NVpNMTQuMDAwMSAxNC44MTY2TDIxLjk5MTcgMTAuNUwxNC4wMDAxIDYuMTgzM0w2LjAwODQgMTAuNUwxNC4wMDAxIDE0LjgxNjZaTTE0LjAwMDEgMjEuODQ1OEwxOS44MzM0IDE4LjY5NThWMTQuMjkxNkwxNS4xMzc2IDE2Ljg4NzVDMTQuOTYyNiAxNi45ODQ3IDE0Ljc3NzggMTcuMDU3NiAxNC41ODM0IDE3LjEwNjJDMTQuMzg5IDE3LjE1NDggMTQuMTk0NSAxNy4xNzkxIDE0LjAwMDEgMTcuMTc5MUMxMy44MDU2IDE3LjE3OTEgMTMuNjExMiAxNy4xNTQ4IDEzLjQxNjcgMTcuMTA2MkMxMy4yMjIzIDE3LjA1NzYgMTMuMDM3NiAxNi45ODQ3IDEyLjg2MjYgMTYuODg3NUw4LjE2NjczIDE0LjI5MTZWMTguNjk1OEwxNC4wMDAxIDIxLjg0NThaIiBmaWxsPSIjRDEwMDU2Ii8+CjwvZz4KPC9zdmc+Cg==");
}

.site article .entry-content h2 .icon-case-management {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzE1MjFfMjYxMTEiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCI+CjxyZWN0IHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgZmlsbD0iI0Q5RDlEOSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMTUyMV8yNjExMSkiPgo8cGF0aCBkPSJNMTEuNjY2MyAxNC4wMDAxQzEwLjM4MyAxNC4wMDAxIDkuMjg0NCAxMy41NDMxIDguMzcwNTEgMTIuNjI5MkM3LjQ1NjYyIDExLjcxNTQgNi45OTk2NyAxMC42MTY3IDYuOTk5NjcgOS4zMzM0MkM2Ljk5OTY3IDguMDUwMDggNy40NTY2MiA2Ljk1MTQ3IDguMzcwNTEgNi4wMzc1OEM5LjI4NDQgNS4xMjM2OSAxMC4zODMgNC42NjY3NSAxMS42NjYzIDQuNjY2NzVDMTIuOTQ5NyA0LjY2Njc1IDE0LjA0ODMgNS4xMjM2OSAxNC45NjIyIDYuMDM3NThDMTUuODc2MSA2Ljk1MTQ3IDE2LjMzMyA4LjA1MDA4IDE2LjMzMyA5LjMzMzQyQzE2LjMzMyAxMC42MTY3IDE1Ljg3NjEgMTEuNzE1NCAxNC45NjIyIDEyLjYyOTJDMTQuMDQ4MyAxMy41NDMxIDEyLjk0OTcgMTQuMDAwMSAxMS42NjYzIDE0LjAwMDFaTTIuMzMzMDEgMjEuMDAwMVYyMC4wNjY3QzIuMzMzMDEgMTkuNDI1MSAyLjQ5ODI5IDE4LjgyMjMgMi44Mjg4NCAxOC4yNTg0QzMuMTU5NCAxNy42OTQ1IDMuNjE2MzQgMTcuMjY2NyA0LjE5OTY3IDE2Ljk3NTFDNS4xOTEzNCAxNi40Njk1IDYuMzA5NCAxNi4wNDE3IDcuNTUzODQgMTUuNjkxN0M4Ljc5ODI5IDE1LjM0MTcgMTAuMTY5MSAxNS4xNjY3IDExLjY2NjMgMTUuMTY2N0gxMi4wNzQ3QzEyLjE5MTMgMTUuMTY2NyAxMi4zMDggMTUuMTg2MiAxMi40MjQ3IDE1LjIyNTFDMTIuMjY5MSAxNS41NzUxIDEyLjEzNzkgMTUuOTM5NyAxMi4wMzA5IDE2LjMxODhDMTEuOTI0IDE2LjY5OCAxMS44NDEzIDE3LjA5MTcgMTEuNzgzIDE3LjUwMDFIMTEuNjY2M0MxMC4yODU4IDE3LjUwMDEgOS4wNDYyIDE3LjY3NTEgNy45NDc1OSAxOC4wMjUxQzYuODQ4OTggMTguMzc1MSA1Ljk0OTY3IDE4LjcyNTEgNS4yNDk2NyAxOS4wNzUxQzUuMDc0NjcgMTkuMTcyMyA0LjkzMzcgMTkuMzA4NCA0LjgyNjc2IDE5LjQ4MzRDNC43MTk4MSAxOS42NTg0IDQuNjY2MzQgMTkuODUyOSA0LjY2NjM0IDIwLjA2NjdWMjEuMDAwMUgxMi4wMTYzQzEyLjEzMyAyMS40MDg0IDEyLjI4ODYgMjEuODExOSAxMi40ODMgMjIuMjEwNUMxMi42Nzc1IDIyLjYwOTEgMTIuODkxMyAyMi45ODM0IDEzLjEyNDcgMjMuMzMzNEg0LjY2NjM0QzQuMDI0NjcgMjMuMzMzNCAzLjQ3NTM3IDIzLjEwNDkgMy4wMTg0MiAyMi42NDhDMi41NjE0OCAyMi4xOTExIDIuMzMzMDEgMjEuNjQxNyAyLjMzMzAxIDIxLjAwMDFaTTE4LjQ5MTMgMjMuNTY2N0wxOC4zMTYzIDIyLjc1MDFDMTguMDgzIDIyLjY1MjkgMTcuODY0MyAyMi41NTA4IDE3LjY2MDEgMjIuNDQzOEMxNy40NTU5IDIyLjMzNjkgMTcuMjQ2OSAyMi4yMDU2IDE3LjAzMyAyMi4wNTAxTDE2LjE4NzIgMjIuMzEyNkMxNS45MzQ0IDIyLjM5MDQgMTUuNjg2NSAyMi4zODA2IDE1LjQ0MzQgMjIuMjgzNEMxNS4yMDA0IDIyLjE4NjIgMTUuMDEwOCAyMi4wMzA2IDE0Ljg3NDcgMjEuODE2N0wxNC42NDEzIDIxLjQwODRDMTQuNTA1MiAyMS4xNzUxIDE0LjQ1NjYgMjAuOTIyMyAxNC40OTU1IDIwLjY1MDFDMTQuNTM0NCAyMC4zNzc5IDE0LjY2MDggMjAuMTU0MiAxNC44NzQ3IDE5Ljk3OTJMMTUuNTE2MyAxOS40MjUxQzE1LjQ3NzUgMTkuMTUyOSAxNS40NTggMTguOTAwMSAxNS40NTggMTguNjY2N0MxNS40NTggMTguNDMzNCAxNS40Nzc1IDE4LjE4MDYgMTUuNTE2MyAxNy45MDg0TDE0Ljg3NDcgMTcuMzU0MkMxNC42NjA4IDE3LjE3OTIgMTQuNTM0NCAxNi45NjA1IDE0LjQ5NTUgMTYuNjk4QzE0LjQ1NjYgMTYuNDM1NSAxNC41MDUyIDE2LjE4NzYgMTQuNjQxMyAxNS45NTQyTDE0LjkwMzggMTUuNTE2N0MxNS4wNCAxNS4zMDI5IDE1LjIyNDcgMTUuMTQ3MyAxNS40NTggMTUuMDUwMUMxNS42OTEzIDE0Ljk1MjkgMTUuOTM0NCAxNC45NDMxIDE2LjE4NzIgMTUuMDIwOUwxNy4wMzMgMTUuMjgzNEMxNy4yNDY5IDE1LjEyNzkgMTcuNDU1OSAxNC45OTY2IDE3LjY2MDEgMTQuODg5N0MxNy44NjQzIDE0Ljc4MjcgMTguMDgzIDE0LjY4MDYgMTguMzE2MyAxNC41ODM0TDE4LjQ5MTMgMTMuNzM3NkMxOC41NDk3IDEzLjQ2NTQgMTguNjgwOSAxMy4yNDY2IDE4Ljg4NTEgMTMuMDgxM0MxOS4wODkzIDEyLjkxNjEgMTkuMzI3NSAxMi44MzM0IDE5LjU5OTcgMTIuODMzNEgyMC4wNjYzQzIwLjMzODYgMTIuODMzNCAyMC41NzY4IDEyLjkyMDkgMjAuNzgwOSAxMy4wOTU5QzIwLjk4NTEgMTMuMjcwOSAyMS4xMTYzIDEzLjQ5NDUgMjEuMTc0NyAxMy43NjY3TDIxLjM0OTcgMTQuNTgzNEMyMS41ODMgMTQuNjgwNiAyMS44MDE4IDE0Ljc4NzYgMjIuMDA1OSAxNC45MDQyQzIyLjIxMDEgMTUuMDIwOSAyMi40MTkxIDE1LjE2NjcgMjIuNjMzIDE1LjM0MTdMMjMuNDIwNSAxNS4wNzkyQzIzLjY5MjcgMTQuOTgyIDIzLjk1NTIgMTQuOTgyIDI0LjIwOCAxNS4wNzkyQzI0LjQ2MDggMTUuMTc2NSAyNC42NTUyIDE1LjM0MTcgMjQuNzkxMyAxNS41NzUxTDI1LjAyNDcgMTUuOTgzNEMyNS4xNjA4IDE2LjIxNjcgMjUuMjA5NCAxNi40Njk1IDI1LjE3MDUgMTYuNzQxN0MyNS4xMzE2IDE3LjAxNCAyNS4wMDUyIDE3LjIzNzYgMjQuNzkxMyAxNy40MTI2TDI0LjE0OTcgMTcuOTY2N0MyNC4xODg2IDE4LjIwMDEgMjQuMjA4IDE4LjQ0MzEgMjQuMjA4IDE4LjY5NTlDMjQuMjA4IDE4Ljk0ODcgMjQuMTg4NiAxOS4xOTE3IDI0LjE0OTcgMTkuNDI1MUwyNC43OTEzIDE5Ljk3OTJDMjUuMDA1MiAyMC4xNTQyIDI1LjEzMTYgMjAuMzczIDI1LjE3MDUgMjAuNjM1NUMyNS4yMDk0IDIwLjg5OCAyNS4xNjA4IDIxLjE0NTkgMjUuMDI0NyAyMS4zNzkyTDI0Ljc2MjIgMjEuODE2N0MyNC42MjYxIDIyLjAzMDYgMjQuNDQxMyAyMi4xODYyIDI0LjIwOCAyMi4yODM0QzIzLjk3NDcgMjIuMzgwNiAyMy43MzE2IDIyLjM5MDQgMjMuNDc4OCAyMi4zMTI2TDIyLjYzMyAyMi4wNTAxQzIyLjQxOTEgMjIuMjA1NiAyMi4yMTAxIDIyLjMzNjkgMjIuMDA1OSAyMi40NDM4QzIxLjgwMTggMjIuNTUwOCAyMS41ODMgMjIuNjUyOSAyMS4zNDk3IDIyLjc1MDFMMjEuMTc0NyAyMy41OTU5QzIxLjExNjMgMjMuODY4MSAyMC45ODUxIDI0LjA4NjkgMjAuNzgwOSAyNC4yNTIyQzIwLjU3NjggMjQuNDE3NCAyMC4zMzg2IDI0LjUwMDEgMjAuMDY2MyAyNC41MDAxSDE5LjU5OTdDMTkuMzI3NSAyNC41MDAxIDE5LjA4OTMgMjQuNDEyNiAxOC44ODUxIDI0LjIzNzZDMTguNjgwOSAyNC4wNjI2IDE4LjU0OTcgMjMuODM5IDE4LjQ5MTMgMjMuNTY2N1pNMTkuODMzIDIxLjAwMDFDMjAuNDc0NyAyMS4wMDAxIDIxLjAyNCAyMC43NzE2IDIxLjQ4MDkgMjAuMzE0N0MyMS45Mzc5IDE5Ljg1NzcgMjIuMTY2MyAxOS4zMDg0IDIyLjE2NjMgMTguNjY2N0MyMi4xNjYzIDE4LjAyNTEgMjEuOTM3OSAxNy40NzU4IDIxLjQ4MDkgMTcuMDE4OEMyMS4wMjQgMTYuNTYxOSAyMC40NzQ3IDE2LjMzMzQgMTkuODMzIDE2LjMzMzRDMTkuMTkxMyAxNi4zMzM0IDE4LjY0MiAxNi41NjE5IDE4LjE4NTEgMTcuMDE4OEMxNy43MjgxIDE3LjQ3NTggMTcuNDk5NyAxOC4wMjUxIDE3LjQ5OTcgMTguNjY2N0MxNy40OTk3IDE5LjMwODQgMTcuNzI4MSAxOS44NTc3IDE4LjE4NTEgMjAuMzE0N0MxOC42NDIgMjAuNzcxNiAxOS4xOTEzIDIxLjAwMDEgMTkuODMzIDIxLjAwMDFaTTExLjY2NjMgMTEuNjY2N0MxMi4zMDggMTEuNjY2NyAxMi44NTczIDExLjQzODMgMTMuMzE0MyAxMC45ODEzQzEzLjc3MTIgMTAuNTI0NCAxMy45OTk3IDkuOTc1MDggMTMuOTk5NyA5LjMzMzQyQzEzLjk5OTcgOC42OTE3NSAxMy43NzEyIDguMTQyNDQgMTMuMzE0MyA3LjY4NTVDMTIuODU3MyA3LjIyODU1IDEyLjMwOCA3LjAwMDA4IDExLjY2NjMgNy4wMDAwOEMxMS4wMjQ3IDcuMDAwMDggMTAuNDc1NCA3LjIyODU1IDEwLjAxODQgNy42ODU1QzkuNTYxNDggOC4xNDI0NCA5LjMzMzAxIDguNjkxNzUgOS4zMzMwMSA5LjMzMzQyQzkuMzMzMDEgOS45NzUwOCA5LjU2MTQ4IDEwLjUyNDQgMTAuMDE4NCAxMC45ODEzQzEwLjQ3NTQgMTEuNDM4MyAxMS4wMjQ3IDExLjY2NjcgMTEuNjY2MyAxMS42NjY3WiIgZmlsbD0iI0QxMDA1NiIvPgo8L2c+Cjwvc3ZnPgo=");
}

.site article .entry-content h2 .icon-property-management {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzE1MjFfMjYxMzQiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCI+CjxyZWN0IHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgZmlsbD0iI0Q5RDlEOSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMTUyMV8yNjEzNCkiPgo8cGF0aCBkPSJNNy4wMDAzMyAyMi4xNjY2SDEwLjUwMDNWMTYuMzMzM0MxMC41MDAzIDE2LjAwMjcgMTAuNjEyMSAxNS43MjU2IDEwLjgzNTcgMTUuNTAyQzExLjA1OTQgMTUuMjc4NCAxMS4zMzY0IDE1LjE2NjYgMTEuNjY3IDE1LjE2NjZIMTYuMzMzN0MxNi42NjQyIDE1LjE2NjYgMTYuOTQxMyAxNS4yNzg0IDE3LjE2NDkgMTUuNTAyQzE3LjM4ODUgMTUuNzI1NiAxNy41MDAzIDE2LjAwMjcgMTcuNTAwMyAxNi4zMzMzVjIyLjE2NjZIMjEuMDAwM1YxMS42NjY2TDE0LjAwMDMgNi40MTY1OUw3LjAwMDMzIDExLjY2NjZWMjIuMTY2NlpNNC42NjY5OSAyMi4xNjY2VjExLjY2NjZDNC42NjY5OSAxMS4yOTcxIDQuNzQ5NjMgMTAuOTQ3MSA0LjkxNDkxIDEwLjYxNjZDNS4wODAxOSAxMC4yODYgNS4zMDg2NiAxMC4wMTM4IDUuNjAwMzMgOS43OTk5MkwxMi42MDAzIDQuNTQ5OTJDMTMuMDA4NyA0LjIzODgxIDEzLjQ3NTMgNC4wODMyNSAxNC4wMDAzIDQuMDgzMjVDMTQuNTI1MyA0LjA4MzI1IDE0Ljk5MiA0LjIzODgxIDE1LjQwMDMgNC41NDk5MkwyMi40MDAzIDkuNzk5OTJDMjIuNjkyIDEwLjAxMzggMjIuOTIwNSAxMC4yODYgMjMuMDg1NyAxMC42MTY2QzIzLjI1MSAxMC45NDcxIDIzLjMzMzcgMTEuMjk3MSAyMy4zMzM3IDExLjY2NjZWMjIuMTY2NkMyMy4zMzM3IDIyLjgwODMgMjMuMTA1MiAyMy4zNTc2IDIyLjY0ODIgMjMuODE0NUMyMi4xOTEzIDI0LjI3MTQgMjEuNjQyIDI0LjQ5OTkgMjEuMDAwMyAyNC40OTk5SDE2LjMzMzdDMTYuMDAzMSAyNC40OTk5IDE1LjcyNiAyNC4zODgxIDE1LjUwMjQgMjQuMTY0NUMxNS4yNzg4IDIzLjk0MDkgMTUuMTY3IDIzLjY2MzggMTUuMTY3IDIzLjMzMzNWMTcuNDk5OUgxMi44MzM3VjIzLjMzMzNDMTIuODMzNyAyMy42NjM4IDEyLjcyMTkgMjMuOTQwOSAxMi40OTgyIDI0LjE2NDVDMTIuMjc0NiAyNC4zODgxIDExLjk5NzUgMjQuNDk5OSAxMS42NjcgMjQuNDk5OUg3LjAwMDMzQzYuMzU4NjYgMjQuNDk5OSA1LjgwOTM1IDI0LjI3MTQgNS4zNTI0MSAyMy44MTQ1QzQuODk1NDYgMjMuMzU3NiA0LjY2Njk5IDIyLjgwODMgNC42NjY5OSAyMi4xNjY2WiIgZmlsbD0iI0QxMDA1NiIvPgo8L2c+Cjwvc3ZnPgo=");
}

.site article .entry-content h2 .icon-other {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzE1MjFfMjYxMzkiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCI+CjxyZWN0IHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgZmlsbD0iI0Q5RDlEOSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMTUyMV8yNjEzOSkiPgo8cGF0aCBkPSJNOS4zMzMzMyAxMC41MDAxQzkuMDAyNzggMTAuNTAwMSA4LjcyNTY5IDEwLjM4ODMgOC41MDIwOCAxMC4xNjQ3QzguMjc4NDcgOS45NDEwNSA4LjE2NjY3IDkuNjYzOTcgOC4xNjY2NyA5LjMzMzQxQzguMTY2NjcgOS4wMDI4NiA4LjI3ODQ3IDguNzI1NzggOC41MDIwOCA4LjUwMjE2QzguNzI1NjkgOC4yNzg1NSA5LjAwMjc4IDguMTY2NzUgOS4zMzMzMyA4LjE2Njc1SDIzLjMzMzNDMjMuNjYzOSA4LjE2Njc1IDIzLjk0MSA4LjI3ODU1IDI0LjE2NDYgOC41MDIxNkMyNC4zODgyIDguNzI1NzggMjQuNSA5LjAwMjg2IDI0LjUgOS4zMzM0MUMyNC41IDkuNjYzOTcgMjQuMzg4MiA5Ljk0MTA1IDI0LjE2NDYgMTAuMTY0N0MyMy45NDEgMTAuMzg4MyAyMy42NjM5IDEwLjUwMDEgMjMuMzMzMyAxMC41MDAxSDkuMzMzMzNaTTkuMzMzMzMgMTUuMTY2N0M5LjAwMjc4IDE1LjE2NjcgOC43MjU2OSAxNS4wNTQ5IDguNTAyMDggMTQuODMxM0M4LjI3ODQ3IDE0LjYwNzcgOC4xNjY2NyAxNC4zMzA2IDguMTY2NjcgMTQuMDAwMUM4LjE2NjY3IDEzLjY2OTUgOC4yNzg0NyAxMy4zOTI0IDguNTAyMDggMTMuMTY4OEM4LjcyNTY5IDEyLjk0NTIgOS4wMDI3OCAxMi44MzM0IDkuMzMzMzMgMTIuODMzNEgyMy4zMzMzQzIzLjY2MzkgMTIuODMzNCAyMy45NDEgMTIuOTQ1MiAyNC4xNjQ2IDEzLjE2ODhDMjQuMzg4MiAxMy4zOTI0IDI0LjUgMTMuNjY5NSAyNC41IDE0LjAwMDFDMjQuNSAxNC4zMzA2IDI0LjM4ODIgMTQuNjA3NyAyNC4xNjQ2IDE0LjgzMTNDMjMuOTQxIDE1LjA1NDkgMjMuNjYzOSAxNS4xNjY3IDIzLjMzMzMgMTUuMTY2N0g5LjMzMzMzWk05LjMzMzMzIDE5LjgzMzRDOS4wMDI3OCAxOS44MzM0IDguNzI1NjkgMTkuNzIxNiA4LjUwMjA4IDE5LjQ5OEM4LjI3ODQ3IDE5LjI3NDQgOC4xNjY2NyAxOC45OTczIDguMTY2NjcgMTguNjY2N0M4LjE2NjY3IDE4LjMzNjIgOC4yNzg0NyAxOC4wNTkxIDguNTAyMDggMTcuODM1NUM4LjcyNTY5IDE3LjYxMTkgOS4wMDI3OCAxNy41MDAxIDkuMzMzMzMgMTcuNTAwMUgyMy4zMzMzQzIzLjY2MzkgMTcuNTAwMSAyMy45NDEgMTcuNjExOSAyNC4xNjQ2IDE3LjgzNTVDMjQuMzg4MiAxOC4wNTkxIDI0LjUgMTguMzM2MiAyNC41IDE4LjY2NjdDMjQuNSAxOC45OTczIDI0LjM4ODIgMTkuMjc0NCAyNC4xNjQ2IDE5LjQ5OEMyMy45NDEgMTkuNzIxNiAyMy42NjM5IDE5LjgzMzQgMjMuMzMzMyAxOS44MzM0SDkuMzMzMzNaTTQuNjY2NjcgMTAuNTAwMUM0LjMzNjExIDEwLjUwMDEgNC4wNTkwMyAxMC4zODgzIDMuODM1NDIgMTAuMTY0N0MzLjYxMTgxIDkuOTQxMDUgMy41IDkuNjYzOTcgMy41IDkuMzMzNDFDMy41IDkuMDAyODYgMy42MTE4MSA4LjcyNTc4IDMuODM1NDIgOC41MDIxNkM0LjA1OTAzIDguMjc4NTUgNC4zMzYxMSA4LjE2Njc1IDQuNjY2NjcgOC4xNjY3NUM0Ljk5NzIyIDguMTY2NzUgNS4yNzQzMSA4LjI3ODU1IDUuNDk3OTIgOC41MDIxNkM1LjcyMTUzIDguNzI1NzggNS44MzMzMyA5LjAwMjg2IDUuODMzMzMgOS4zMzM0MUM1LjgzMzMzIDkuNjYzOTcgNS43MjE1MyA5Ljk0MTA1IDUuNDk3OTIgMTAuMTY0N0M1LjI3NDMxIDEwLjM4ODMgNC45OTcyMiAxMC41MDAxIDQuNjY2NjcgMTAuNTAwMVpNNC42NjY2NyAxNS4xNjY3QzQuMzM2MTEgMTUuMTY2NyA0LjA1OTAzIDE1LjA1NDkgMy44MzU0MiAxNC44MzEzQzMuNjExODEgMTQuNjA3NyAzLjUgMTQuMzMwNiAzLjUgMTQuMDAwMUMzLjUgMTMuNjY5NSAzLjYxMTgxIDEzLjM5MjQgMy44MzU0MiAxMy4xNjg4QzQuMDU5MDMgMTIuOTQ1MiA0LjMzNjExIDEyLjgzMzQgNC42NjY2NyAxMi44MzM0QzQuOTk3MjIgMTIuODMzNCA1LjI3NDMxIDEyLjk0NTIgNS40OTc5MiAxMy4xNjg4QzUuNzIxNTMgMTMuMzkyNCA1LjgzMzMzIDEzLjY2OTUgNS44MzMzMyAxNC4wMDAxQzUuODMzMzMgMTQuMzMwNiA1LjcyMTUzIDE0LjYwNzcgNS40OTc5MiAxNC44MzEzQzUuMjc0MzEgMTUuMDU0OSA0Ljk5NzIyIDE1LjE2NjcgNC42NjY2NyAxNS4xNjY3Wk00LjY2NjY3IDE5LjgzMzRDNC4zMzYxMSAxOS44MzM0IDQuMDU5MDMgMTkuNzIxNiAzLjgzNTQyIDE5LjQ5OEMzLjYxMTgxIDE5LjI3NDQgMy41IDE4Ljk5NzMgMy41IDE4LjY2NjdDMy41IDE4LjMzNjIgMy42MTE4MSAxOC4wNTkxIDMuODM1NDIgMTcuODM1NUM0LjA1OTAzIDE3LjYxMTkgNC4zMzYxMSAxNy41MDAxIDQuNjY2NjcgMTcuNTAwMUM0Ljk5NzIyIDE3LjUwMDEgNS4yNzQzMSAxNy42MTE5IDUuNDk3OTIgMTcuODM1NUM1LjcyMTUzIDE4LjA1OTEgNS44MzMzMyAxOC4zMzYyIDUuODMzMzMgMTguNjY2N0M1LjgzMzMzIDE4Ljk5NzMgNS43MjE1MyAxOS4yNzQ0IDUuNDk3OTIgMTkuNDk4QzUuMjc0MzEgMTkuNzIxNiA0Ljk5NzIyIDE5LjgzMzQgNC42NjY2NyAxOS44MzM0WiIgZmlsbD0iI0QxMDA1NiIvPgo8L2c+Cjwvc3ZnPgo=");
}

body.page-template-page-legal .site {
	background-color: #FFFFFF;
}

body.page-template-page-legal .site .site-main .container.max-width-800 ol,
body.page-template-page-legal .site .site-main .container.max-width-800 ul {
	margin-left: 0;
}

body.page-template-page-legal main p {
	margin-bottom: 12px;
}

body.page-template-page-legal main p a {
	color: inherit;
	font-weight: 400;
	text-decoration: underline;
}

body.page-template-page-legal p + h2 {
	margin-top: 3.5rem;
}

body.page-template-page-legal p + h3,
body.page-template-page-legal h2 + h3 {
	margin-top: 2rem;
}

body.page-template-page-legal h2, body.page-template-page-legal h3 {
	font-size: 18px;
	font-weight: 800;
	color: #D10056;
}

body.page-template-page-legal strong {
	color: #D10056;
}

.banner.careers, .banner.donate {
	background-color: #E7E6F5;
	padding-top: 90px;
	padding-bottom: 90px;
}

@media only screen and (max-width: 989px) {
	.banner.careers, .banner.donate {
		padding: 2.5rem 0;
	}
}

.banner.careers h2, .banner.donate h2 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	line-height: 52px;
	text-align: center;
	color: #10069F;
	margin: 0;
	text-wrap: balance;
}

@media only screen and (max-width: 989px) {
	.banner.careers h2, .banner.donate h2 {
		font-size: 36px;
		line-height: 44px;
	}
}

@media only screen and (max-width: 749px) {
	.banner.careers h2, .banner.donate h2 {
		text-align: left;
	}
}

.banner.careers p, .banner.donate p {
	color: #10069F;
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 989px) {
	.banner.careers p, .banner.donate p {
		margin-top: 0.75rem;
	}
}

@media only screen and (max-width: 749px) {
	.banner.careers p, .banner.donate p {
		text-align: left;
	}
}

.banner.careers .btn, .banner.donate .btn {
	background-color: #10069F;
}

.banner.careers .cta, .banner.donate .cta {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2.5rem;
}

@media only screen and (max-width: 749px) {
	.banner.careers .cta, .banner.donate .cta {
		margin-top: 1.5rem;
	}
}

.banner.newsletter .content {
	width: 100%;
}

@media (max-width: 481px) {
	.banner.newsletter iframe {
		height: 120px;
	}
}

.banner.newsletter, .banner.featured-event, .banner.featured-program, .banner.featured-article {
	display: flex;
	background-color: #FAFAFA;
}

@media only screen and (max-width: 989px) {
	.banner.newsletter, .banner.featured-event, .banner.featured-program, .banner.featured-article {
		flex-direction: column;
	}
}

@media only screen and (min-width: 990px) {
	.banner.newsletter, .banner.featured-event, .banner.featured-program, .banner.featured-article {
		overflow: hidden;
		position: relative;
	}
}

.banner.newsletter .container, .banner.featured-event .container, .banner.featured-program .container, .banner.featured-article .container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.banner.newsletter .creative, .banner.featured-event .creative, .banner.featured-program .creative, .banner.featured-article .creative {
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 989px) {
	.banner.newsletter .creative, .banner.featured-event .creative, .banner.featured-program .creative, .banner.featured-article .creative {
		width: 100%;
	}
}

@media only screen and (min-width: 990px) {
	.banner.newsletter .creative, .banner.featured-event .creative, .banner.featured-program .creative, .banner.featured-article .creative {
		position: absolute;
		overflow: hidden;
		max-width: calc(46vw - 30px);
		height: 100%;
		width: 100%;
	}
}

@media only screen and (min-width: 990px) and (max-width: 1380px) {
	.banner.newsletter .creative, .banner.featured-event .creative, .banner.featured-program .creative, .banner.featured-article .creative {
		max-width: 50vw;
	}
}

.banner.newsletter .creative img, .banner.featured-event .creative img, .banner.featured-program .creative img, .banner.featured-article .creative img {
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
}

@media only screen and (max-width: 989px) {
	.banner.newsletter .creative img, .banner.featured-event .creative img, .banner.featured-program .creative img, .banner.featured-article .creative img {
		height: 75vw;
	}
}

.banner.newsletter .content, .banner.featured-event .content, .banner.featured-program .content, .banner.featured-article .content {
	padding: 5rem;
	padding-right: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: #FAFAFA;
}

@media only screen and (max-width: 989px) {
	.banner.newsletter .content, .banner.featured-event .content, .banner.featured-program .content, .banner.featured-article .content {
		width: 100%;
		padding: 3rem 0;
	}
}

@media only screen and (max-width: 989px) {
	.banner.newsletter .content, .banner.featured-event .content, .banner.featured-program .content, .banner.featured-article .content {
		padding: 2.5rem 0;
	}
}

@media only screen and (min-width: 990px) {
	.banner.newsletter .content, .banner.featured-event .content, .banner.featured-program .content, .banner.featured-article .content {
		max-width: calc(46rem - 8px);
	}
}

@media only screen and (min-width: 990px) and (max-width: 1380px) {
	.banner.newsletter .content, .banner.featured-event .content, .banner.featured-program .content, .banner.featured-article .content {
		max-width: calc(60vw - 3rem);
		z-index: 1;
	}
}

.banner.newsletter h2, .banner.featured-event h2, .banner.featured-program h2, .banner.featured-article h2 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	line-height: 52px;
	color: #10069F;
	margin-top: 0;
	margin-bottom: 6px;
}

@media only screen and (max-width: 989px) {
	.banner.newsletter h2, .banner.featured-event h2, .banner.featured-program h2, .banner.featured-article h2 {
		font-size: 36px;
		line-height: 44px;
	}
}

.banner.newsletter p, .banner.featured-event p, .banner.featured-program p, .banner.featured-article p {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #424242;
	margin-top: 6px;
	margin-bottom: 2.5rem;
}

@media only screen and (max-width: 749px) {
	.banner.newsletter p, .banner.featured-event p, .banner.featured-program p, .banner.featured-article p {
		margin-bottom: 1.5rem;
	}
}

.banner.newsletter .mc_form_inside, .banner.featured-event .mc_form_inside, .banner.featured-program .mc_form_inside, .banner.featured-article .mc_form_inside {
	display: grid;
	width: 100%;
	margin-top: 2.5rem;
	column-gap: 1rem;
}

@media only screen and (max-width: 989px) {
	.banner.newsletter .mc_form_inside, .banner.featured-event .mc_form_inside, .banner.featured-program .mc_form_inside, .banner.featured-article .mc_form_inside {
		display: flex;
		flex-direction: column;
	}
}

.banner.newsletter .mc_form_inside .updated, .banner.featured-event .mc_form_inside .updated, .banner.featured-program .mc_form_inside .updated, .banner.featured-article .mc_form_inside .updated {
	grid-column: 1/3;
	grid-row: 2/3;
}

.banner.newsletter .mc_form_inside .updated .mc_success_msg, .banner.featured-event .mc_form_inside .updated .mc_success_msg, .banner.featured-program .mc_form_inside .updated .mc_success_msg, .banner.featured-article .mc_form_inside .updated .mc_success_msg {
	color: #5750BB;
}

.banner.newsletter .mc_form_inside .updated .mc_error_msg, .banner.featured-event .mc_form_inside .updated .mc_error_msg, .banner.featured-program .mc_form_inside .updated .mc_error_msg, .banner.featured-article .mc_form_inside .updated .mc_error_msg {
	color: #DE4C88;
	font-weight: normal;
	margin-top: 1rem;
	display: block;
}

.banner.newsletter .mc_form_inside .mc_merge_var, .banner.featured-event .mc_form_inside .mc_merge_var, .banner.featured-program .mc_form_inside .mc_merge_var, .banner.featured-article .mc_form_inside .mc_merge_var {
	grid-column: 1/2;
}

.banner.newsletter .mc_form_inside .mc_merge_var label, .banner.featured-event .mc_form_inside .mc_merge_var label, .banner.featured-program .mc_form_inside .mc_merge_var label, .banner.featured-article .mc_form_inside .mc_merge_var label {
	display: none;
}

.banner.newsletter .mc_form_inside .mc_merge_var input, .banner.featured-event .mc_form_inside .mc_merge_var input, .banner.featured-program .mc_form_inside .mc_merge_var input, .banner.featured-article .mc_form_inside .mc_merge_var input {
	height: 3rem;
	border-color: #E0E0E0;
	width: 100%;
	border-radius: 4px;
	padding: 1rem;
	color: #424242;
}

.banner.newsletter .mc_form_inside .mc_merge_var input::placeholder, .banner.featured-event .mc_form_inside .mc_merge_var input::placeholder, .banner.featured-program .mc_form_inside .mc_merge_var input::placeholder, .banner.featured-article .mc_form_inside .mc_merge_var input::placeholder {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #A0AEC0;
}

.banner.newsletter .mc_form_inside .mc_signup_submit, .banner.featured-event .mc_form_inside .mc_signup_submit, .banner.featured-program .mc_form_inside .mc_signup_submit, .banner.featured-article .mc_form_inside .mc_signup_submit {
	grid-column: 2/3;
}

.banner.newsletter .mc_form_inside .mc_signup_submit input, .banner.featured-event .mc_form_inside .mc_signup_submit input, .banner.featured-program .mc_form_inside .mc_signup_submit input, .banner.featured-article .mc_form_inside .mc_signup_submit input {
	border: none;
	width: fit-content;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	background-color: #D10056;
	border-radius: 4px;
	min-width: 140px;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	background-color: #5750BB;
}

@media only screen and (max-width: 989px) {
	.banner.newsletter .mc_form_inside .mc_signup_submit input, .banner.featured-event .mc_form_inside .mc_signup_submit input, .banner.featured-program .mc_form_inside .mc_signup_submit input, .banner.featured-article .mc_form_inside .mc_signup_submit input {
		width: 100%;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media only screen and (max-width: 749px) {
	.banner.newsletter .mc_form_inside .mc_signup_submit input, .banner.featured-event .mc_form_inside .mc_signup_submit input, .banner.featured-program .mc_form_inside .mc_signup_submit input, .banner.featured-article .mc_form_inside .mc_signup_submit input {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.banner.newsletter .mc_form_inside .mc_signup_submit input:hover, .banner.featured-event .mc_form_inside .mc_signup_submit input:hover, .banner.featured-program .mc_form_inside .mc_signup_submit input:hover, .banner.featured-article .mc_form_inside .mc_signup_submit input:hover {
	text-decoration: none;
	background-color: #E87FAA;
}

@media (pointer: fine) {
	.banner.newsletter .mc_form_inside .mc_signup_submit input:hover, .banner.featured-event .mc_form_inside .mc_signup_submit input:hover, .banner.featured-program .mc_form_inside .mc_signup_submit input:hover, .banner.featured-article .mc_form_inside .mc_signup_submit input:hover {
		cursor: pointer;
	}
}

.banner.newsletter .mc_form_inside .mc_signup_submit input:active, .banner.featured-event .mc_form_inside .mc_signup_submit input:active, .banner.featured-program .mc_form_inside .mc_signup_submit input:active, .banner.featured-article .mc_form_inside .mc_signup_submit input:active {
	background-color: #DA3277;
}

.banner.newsletter .mc_form_inside .mc_signup_submit input:hover, .banner.featured-event .mc_form_inside .mc_signup_submit input:hover, .banner.featured-program .mc_form_inside .mc_signup_submit input:hover, .banner.featured-article .mc_form_inside .mc_signup_submit input:hover {
	background-color: #8782CF;
}

.banner.newsletter .mc_form_inside .mc_signup_submit input:active, .banner.featured-event .mc_form_inside .mc_signup_submit input:active, .banner.featured-program .mc_form_inside .mc_signup_submit input:active, .banner.featured-article .mc_form_inside .mc_signup_submit input:active {
	background-color: #5750BB;
}

@media only screen and (max-width: 989px) {
	.banner.newsletter .mc_form_inside .mc_signup_submit input, .banner.featured-event .mc_form_inside .mc_signup_submit input, .banner.featured-program .mc_form_inside .mc_signup_submit input, .banner.featured-article .mc_form_inside .mc_signup_submit input {
		margin-top: 1rem;
	}
}

.banner.featured-event, .banner.featured-program, .banner.featured-article {
	background-color: #FAE5EE;
	min-height: 30em;
}

.banner.featured-event .content, .banner.featured-program .content, .banner.featured-article .content {
	background-color: #FAE5EE;
	padding: 5rem 3.5rem;
}

@media only screen and (max-width: 989px) {
	.banner.featured-event .content, .banner.featured-program .content, .banner.featured-article .content {
		padding: 2.5rem 0;
	}
}

.banner.featured-event .content p, .banner.featured-program .content p, .banner.featured-article .content p {
	margin: 1rem 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.banner.featured-event .content h2, .banner.featured-program .content h2, .banner.featured-article .content h2 {
	margin-bottom: 0;
	font-weight: 800;
	color: #D10056;
}

.banner.featured-event .content .subtitle, .banner.featured-program .content .subtitle, .banner.featured-article .content .subtitle {
	color: #DE4C88;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: .75rem;
}

.banner.featured-event .icon, .banner.featured-program .icon, .banner.featured-article .icon {
	display: flex;
}

.banner.featured-event .date,
.banner.featured-event .time,
.banner.featured-event .location, .banner.featured-program .date,
.banner.featured-program .time,
.banner.featured-program .location, .banner.featured-article .date,
.banner.featured-article .time,
.banner.featured-article .location {
	display: flex;
	align-items: center;
	gap: 12px;
}

.banner.featured-event .date, .banner.featured-program .date, .banner.featured-article .date {
	margin-top: 2rem;
}

.banner.featured-event .time,
.banner.featured-event .location, .banner.featured-program .time,
.banner.featured-program .location, .banner.featured-article .time,
.banner.featured-article .location {
	margin-top: .5rem;
}

.banner.featured-event .cta, .banner.featured-program .cta, .banner.featured-article .cta {
	margin-top: 2rem;
	display: flex;
	gap: 1rem;
}

@media only screen and (max-width: 749px) {
	.banner.featured-event .cta, .banner.featured-program .cta, .banner.featured-article .cta {
		flex-direction: column;
	}
}

.banner.featured-event, .banner.featured-program, .banner.featured-article {
	min-height: 25em;
}

.banner.featured-event .content p, .banner.featured-program .content p, .banner.featured-article .content p {
	-webkit-line-clamp: unset;
	margin-top: 2.5rem;
}

.banner.featured-program, .banner.featured-article {
	min-height: 550px;
}

.banner.featured-program .content, .banner.featured-article .content {
	padding: 5rem;
}

@media only screen and (max-width: 989px) {
	.banner.featured-program .content, .banner.featured-article .content {
		padding: 2.5rem 0;
	}
}

@media only screen and (max-width: 749px) {
	.banner.featured-program .content, .banner.featured-article .content {
		padding: 1.75rem 0 2.5rem;
	}
}

.banner.featured-program .content p, .banner.featured-article .content p {
	color: #D10056;
	margin-top: .75rem;
}

.banner.featured-article {
	min-height: 500px;
}

.banner.partners {
	background-color: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 8rem;
}

@media only screen and (max-width: 989px) {
	.banner.partners {
		padding-top: 3rem;
		padding-bottom: 5rem;
	}
}

.banner.partners h2 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	line-height: 52px;
	text-align: center;
	color: #DE4C88;
	margin-top: 0;
	margin-bottom: 5rem;
}

@media only screen and (max-width: 989px) {
	.banner.partners h2 {
		font-size: 36px;
		line-height: 44px;
	}
}

.banner.partners .creative ul {
	display: flex;
	justify-content: space-around;
	column-gap: 4rem;
	padding: 0;
	margin: 0;
}

@media only screen and (max-width: 989px) {
	.banner.partners .creative ul {
		display: grid;
		column-gap: 1.5rem;
		row-gap: 3rem;
		grid-template-columns: 1fr 1fr;
	}
}

.banner.partners .creative ul li {
	list-style-type: none;
	display: flex;
}

@media only screen and (max-width: 989px) {
	.banner.partners .creative ul li {
		align-items: center;
		justify-content: center;
	}
}

.banner.partners .creative ul li img {
	max-height: 70px;
}

.banner.our-mission {
	display: flex;
	background-color: #FFFFFF;
}

@media only screen and (max-width: 989px) {
	.banner.our-mission {
		flex-direction: column-reverse;
	}
}

.banner.our-mission .creative {
	background: #FAFAFA;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (min-width: 990px) {
	.banner.our-mission .creative {
		width: calc(50% - 3.5rem);
	}
}

.banner.our-mission .creative img {
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
	max-height: 440px;
}

.banner.our-mission .content {
	padding: 3rem 1.5rem;
	max-width: calc(594px + 10rem);
	display: flex;
	justify-content: center;
	flex-direction: column;
}

@media only screen and (min-width: 990px) {
	.banner.our-mission .content {
		width: calc(50% + 3.5rem);
		padding: 5rem;
	}
}

.banner.our-mission .content h2 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #424242;
	margin-top: 0;
	margin-bottom: 0;
}

.banner.our-mission .content p {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #616161;
}

.banner.our-mission .content a {
	font-weight: 600;
}

.banner.join-us {
	display: flex;
	background-color: #FAE5EE;
}

@media only screen and (max-width: 989px) {
	.banner.join-us {
		flex-direction: column-reverse;
	}
}

.banner.join-us .creative {
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (min-width: 990px) {
	.banner.join-us .creative {
		width: calc(40% - 3.5rem);
	}
}

.banner.join-us .creative img {
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
	max-height: 400px;
}

.banner.join-us .content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 1.5rem;
}

@media only screen and (min-width: 990px) {
	.banner.join-us .content {
		width: calc(60% + 3.5rem);
		padding: 5rem;
		max-width: calc(594px + 10rem);
	}
}

.banner.join-us .content h2 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	color: #DE4C88;
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen and (max-width: 989px) {
	.banner.join-us .content h2 {
		text-align: center;
	}
}

.banner.join-us .content p {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #616161;
	margin-top: 0;
}

header.flexible-content {
	background-color: #FAE5EE;
	overflow: hidden;
	position: relative;
}

header.flexible-content h1 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #DE4C88;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 10rem;
	padding-right: 10rem;
}

@media only screen and (max-width: 989px) {
	header.flexible-content h1 {
		padding-top: 4rem;
		padding-bottom: 4rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media only screen and (max-width: 749px) {
	header.flexible-content h1 {
		font-size: 24px;
		line-height: 1.2;
	}
}

header.flexible-content.blurred .blurred-featured {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	filter: blur(50px);
	-webkit-filter: blur(50px);
	opacity: .5;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	position: absolute;
	left: -2rem;
	right: -2rem;
	top: -2rem;
	bottom: -2rem;
}

header.flexible-content.blurred .blurred-featured::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(241, 178, 204, 0.3);
}

header.flexible-content.blurred h1 {
	color: #FFFFFF;
}

header.flexible-content .container {
	position: relative;
}

header.flexible-content.events {
	background-color: #E7E6F5;
}

header.flexible-content.events h1 {
	color: #5750BB;
}

header.flexible-content.staff {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media only screen and (max-width: 989px) {
	header.flexible-content.staff {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

header.flexible-content.staff .container {
	display: flex;
	column-gap: 3.5rem;
}

@media only screen and (max-width: 989px) {
	header.flexible-content.staff .container {
		flex-direction: column;
		align-items: center;
		row-gap: 1.5rem;
	}
}

header.flexible-content.staff .container .content {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

header.flexible-content.staff .container .content h1 {
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: .5rem;
	padding: 0;
	display: flex;
}

@media only screen and (max-width: 989px) {
	header.flexible-content.staff .container .content h1 {
		font-size: 24px;
		line-height: 32px;
		justify-content: center;
		margin-bottom: .25rem;
	}
}

header.flexible-content.staff .container .content p {
	color: #FAFAFA;
	margin-top: .5rem;
	margin-bottom: 0;
}

@media only screen and (max-width: 989px) {
	header.flexible-content.staff .container .content p {
		font-size: 20px;
		line-height: 28px;
		justify-content: center;
		margin-top: .25rem;
	}
}

header.flexible-content.staff .container .creative {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	overflow: hidden;
}

header.flexible-content.event + .featured-image .container {
	margin-top: 0;
}

section.flexible-content.image .container, section.flexible-content.featured-image .container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2.5rem;
	margin-bottom: 0;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.image .container, section.flexible-content.featured-image .container {
		margin-top: 3rem;
		margin-bottom: 3rem;
		padding: 0;
	}
}

section.flexible-content.image .container img, section.flexible-content.featured-image .container img {
	min-width: 100%;
	object-fit: cover;
}

section.flexible-content.image .container .featured-image-wrap img, section.flexible-content.featured-image .container .featured-image-wrap img {
	max-height: 300px;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.image + .banner, section.flexible-content.featured-image + .banner {
		margin-top: -3rem;
	}
}

section.flexible-content.image + .wysiwyg, section.flexible-content.featured-image + .wysiwyg {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

section.flexible-content.image + .wysiwyg h2, section.flexible-content.featured-image + .wysiwyg h2 {
	margin: 0 0 1rem;
	color: #000;
	font-size: 20px;
	line-height: 1;
}

section.flexible-content.image + .wysiwyg p, section.flexible-content.featured-image + .wysiwyg p {
	margin-bottom: 20px;
}

section.flexible-content.image + .wysiwyg p:last-child, section.flexible-content.featured-image + .wysiwyg p:last-child {
	margin-bottom: 0;
}

section.flexible-content.image + .container .entry-content, section.flexible-content.featured-image + .container .entry-content {
	margin-top: 2.5rem;
}

section.flexible-content.widget-code {
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}

@media only screen and (max-width: 749px) {
	section.flexible-content.widget-code {
		padding-bottom: 2.5rem;
	}
}

section.flexible-content.video .container {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.video .container {
		margin-top: 3rem;
		margin-bottom: 3rem;
		padding: 0;
	}
}

@media only screen and (max-width: 749px) {
	section.flexible-content.video .container {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
}

section.flexible-content.video .container img {
	min-width: 100%;
	object-fit: cover;
	max-height: 720px;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.video + .banner {
		margin-top: -3rem;
	}
}

@media only screen and (max-width: 989px) {
	section.flexible-content.video + .gallery {
		margin-top: -3rem;
	}
}

section.flexible-content.donate {
	background-color: #FFF;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

@media only screen and (max-width: 749px) {
	section.flexible-content.donate {
		padding-top: 1.75rem;
		padding-bottom: 2.5rem;
	}
}

section.flexible-content.donate .container {
	min-height: 16rem;
}

section.flexible-content.donate .container .sections {
	display: flex;
	row-gap: 3.5rem;
	flex-direction: column;
}

@media only screen and (min-width: 990px) {
	section.flexible-content.donate .container .sections {
		row-gap: 100px;
		padding-left: 7rem;
		padding-right: 7rem;
	}
}

@media only screen and (min-width: 990px) {
	section.flexible-content.donate .container .sections section {
		display: grid;
		grid-template-columns: 4fr 8fr;
	}
}

section.flexible-content.donate .container .sections section .title {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 28px;
	color: #616161;
}

section.flexible-content.donate .container .sections section .content #give-lively-widget {
	z-index: 0;
	position: relative;
}

section.flexible-content.donate .container .sections section .content p:first-of-type {
	margin-top: 0;
}

section.flexible-content.donate .container .sections section .content p:last-of-type {
	margin-bottom: 0;
}

section.flexible-content.donate [role="tabpanel"] {
	max-width: 800px;
	margin: 0 auto;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.donate [role="tabpanel"] {
		padding-right: 3.5rem;
	}
}

@media only screen and (max-width: 749px) {
	section.flexible-content.donate [role="tabpanel"] {
		padding-right: 1.5rem;
		padding-top: 1.5rem;
		padding-bottom: 0;
	}
}

section.flexible-content.donate [role="tabpanel"] p {
	margin-top: 0;
}

section.flexible-content.donate [role="tabpanel"] p:last-child {
	margin-bottom: 0;
}

section.flexible-content.donate [role="tab"] {
	white-space: nowrap;
}

@media only screen and (max-width: 749px) {
	section.flexible-content.donate [role="tab"] {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
}

section.flexible-content.donate [role="tablist"] {
	width: 100%;
	overflow: auto;
}

@media only screen and (max-width: 749px) {
	section.flexible-content.donate .accordion {
		margin: 0 -24px !important;
	}
}

@media only screen and (max-width: 749px) {
	section.flexible-content.donate .accordion .accordion-item:first-child dd {
		background-color: #FDF2F7 !important;
		padding-top: 32px;
		padding-bottom: 40px !important;
	}
}

@media only screen and (max-width: 749px) {
	section.flexible-content.donate .accordion dt a {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media only screen and (max-width: 749px) {
	section.flexible-content.donate .accordion dd {
		padding-left: 24px;
		padding-right: 24px;
	}
}

section.flexible-content.gallery {
	background-color: #FAFAFA;
	padding-top: 5rem;
	padding-bottom: 5rem;
	overflow: hidden;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.gallery {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

section.flexible-content.gallery .relative {
	position: relative;
}

section.flexible-content.gallery .container {
	width: 100%;
}

section.flexible-content.gallery .container h2 {
	margin-top: 0;
	margin-bottom: 12px;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	line-height: 44px;
	color: #10069F;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.gallery .container h2 {
		font-weight: 800;
		font-size: 36px;
		line-height: 44px;
	}
}

section.flexible-content.gallery .container p {
	margin: 0;
}

section.flexible-content.gallery .posts {
	margin-top: 3.5rem;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.gallery .posts {
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 1rem;
		row-gap: 1rem;
		margin-top: 2.5rem;
	}
}

section.flexible-content.gallery .posts .photo {
	position: relative;
	overflow: hidden;
	background: #EEEEEE;
	aspect-ratio: 11 / 8;
	/* set the aspect ratio to 1:1 */
	min-height: 0;
	/* enable height constraint based on content */
	border-radius: 8px;
}

section.flexible-content.gallery .posts .photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

section.flexible-content.gallery .posts .glide__track {
	overflow: visible;
}

section.flexible-content.gallery .posts .glide {
	position: static;
}

section.flexible-content.gallery .posts .glide__arrow {
	position: absolute;
	top: 4px;
	padding: 0;
	border: none;
	cursor: pointer;
	border-radius: 0;
	background: transparent;
	transition: 0.2s ease;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.gallery .posts .glide__arrow {
		display: none;
	}
}

section.flexible-content.gallery .posts .glide__arrow:hover svg path {
	fill: #212121;
}

section.flexible-content.gallery .posts .glide__arrow--left {
	right: 70px;
}

section.flexible-content.gallery .posts .glide__arrow--right {
	right: 0;
}

section.flexible-content.gallery .posts .glide__arrow--disabled {
	opacity: 0.2;
	cursor: default;
}

section.flexible-content.wysiwyg {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.wysiwyg {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
}

section.flexible-content.wysiwyg p {
	margin-top: 0;
	margin-bottom: 0;
}

section.flexible-content.wysiwyg ul {
	margin-left: 0;
	padding-left: 30px;
}

section.flexible-content.open-positions {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #FFFFFF;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.open-positions {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

section.flexible-content.open-positions h2 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #DE4C88;
	margin-top: 0;
	margin-bottom: 2.5rem;
}

section.flexible-content.open-positions .positions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.open-positions .positions {
		grid-template-columns: 1fr;
	}
}

section.flexible-content.open-positions .positions .position {
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	padding: 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.open-positions .positions .position {
		padding: 1.5rem;
	}
}

section.flexible-content.open-positions .positions .position .title {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #616161;
}

section.flexible-content.open-positions .positions .position .tags {
	display: flex;
	margin-top: 1rem;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.open-positions .positions .position .tags {
		row-gap: 6px;
		flex-wrap: wrap;
	}
}

section.flexible-content.open-positions .positions .position .tags .tag {
	background-color: #F5F5F5;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #616161;
	padding: 4px 8px;
	border-radius: 4px;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.open-positions .positions .position .tags .tag {
		white-space: nowrap;
	}
}

section.flexible-content.open-positions .positions .position .tags .tag:not(last-of-type) {
	margin-right: 6px;
}

section.flexible-content.map {
	display: flex;
	background-color: #FAFAFA;
	background-color: #F1F3F4;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.map iframe {
		max-height: 50vh;
	}
}

section.flexible-content.contact-form h2 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #424242;
	margin: 0;
}

section.flexible-content.contact-form p {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #212121;
}

section.flexible-content.contact-form .form-holder {
	border: 1px solid #E0E0E0;
	padding: 2.5rem;
	border-radius: 4px;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.contact-form .form-holder {
		padding: 1.5rem;
	}
}

section.flexible-content.contact-form .form-holder > p {
	margin-top: .5rem;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.contact-form .form-holder form input,
	section.flexible-content.contact-form .form-holder form textarea {
		width: 100%;
	}
}

section.flexible-content.contact-form .form-holder form input:not([type="submit"]),
section.flexible-content.contact-form .form-holder form textarea:not([type="submit"]) {
	height: 3rem;
	padding: 1rem;
	margin-top: 0.5rem;
}

section.flexible-content.contact-form .form-holder form input[type="submit"],
section.flexible-content.contact-form .form-holder form textarea[type="submit"] {
	width: fit-content;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	background-color: #D10056;
	border-radius: 4px;
	min-width: 140px;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	border: none;
	padding-top: initial;
	padding-bottom: initial;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.contact-form .form-holder form input[type="submit"],
	section.flexible-content.contact-form .form-holder form textarea[type="submit"] {
		width: 100%;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media only screen and (max-width: 749px) {
	section.flexible-content.contact-form .form-holder form input[type="submit"],
	section.flexible-content.contact-form .form-holder form textarea[type="submit"] {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

section.flexible-content.contact-form .form-holder form input[type="submit"]:hover,
section.flexible-content.contact-form .form-holder form textarea[type="submit"]:hover {
	text-decoration: none;
	background-color: #E87FAA;
}

@media (pointer: fine) {
	section.flexible-content.contact-form .form-holder form input[type="submit"]:hover,
	section.flexible-content.contact-form .form-holder form textarea[type="submit"]:hover {
		cursor: pointer;
	}
}

section.flexible-content.contact-form .form-holder form input[type="submit"]:active,
section.flexible-content.contact-form .form-holder form textarea[type="submit"]:active {
	background-color: #DA3277;
}

section.flexible-content.contact-form .form-holder form input[type="submit"] + span.wpcf7-spinner,
section.flexible-content.contact-form .form-holder form textarea[type="submit"] + span.wpcf7-spinner {
	display: none;
}

section.flexible-content.contact-form .form-holder form input:focus,
section.flexible-content.contact-form .form-holder form textarea:focus {
	outline: none;
}

section.flexible-content.contact-form .form-holder form textarea {
	height: initial !important;
}

section.flexible-content.contact-form .form-holder form .wpcf7-response-output {
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 1.5rem;
	font-weight: 600;
	color: #5750BB;
}

section.flexible-content.contact-form .form-holder form p:last-of-type {
	margin-bottom: 0;
}

section.flexible-content.address {
	margin-bottom: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #FAFAFA;
}

section.flexible-content.address .addresses {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5rem;
	row-gap: 5rem;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.address .addresses {
		display: flex;
		flex-direction: column;
		row-gap: 2.5rem;
	}
}

section.flexible-content.address .addresses .address p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #212121;
}

section.flexible-content.address .addresses .address p strong {
	font-weight: 800;
	font-size: 18px;
	line-height: 24px;
	color: #424242;
	margin-bottom: 10px;
	display: inline-block;
}

section.flexible-content.address .addresses .address p:first-of-type {
	margin-top: 0;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.address .addresses .address p:first-of-type {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 989px) {
	section.flexible-content.address .addresses .address p:nth-child(2) {
		margin-top: 0;
	}
}

section.flexible-content.address .addresses .address p:last-of-type {
	margin-bottom: 0;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.address {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

@media only screen and (max-width: 749px) {
	section.flexible-content.address {
		margin-top: 0;
	}
}

section.flexible-content.address + .map {
	margin-top: -100px;
}

@media only screen and (max-width: 989px) {
	section.flexible-content.address + .map {
		margin-top: -2.5rem;
	}
}

section.flexible-content.faqs, section.flexible-content.donate {
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}

section.flexible-content.faqs .accordion-item, section.flexible-content.donate .accordion-item {
	border-bottom: 1px solid #EEEEEE;
}

section.flexible-content.faqs dl, section.flexible-content.donate dl {
	margin: 0;
}

section.flexible-content.faqs dt a, section.flexible-content.donate dt a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
	color: #212121;
	padding: 22px 12px 22px 0;
	outline: none;
}

section.flexible-content.faqs dt a:hover, section.flexible-content.faqs dt a:focus, section.flexible-content.donate dt a:hover, section.flexible-content.donate dt a:focus {
	text-decoration: none;
}

section.flexible-content.faqs dt a.active .arrow, section.flexible-content.donate dt a.active .arrow {
	transform: rotate(180deg);
}

section.flexible-content.faqs dd, section.flexible-content.donate dd {
	margin: 0;
	padding: 0 0 24px;
}

section.flexible-content.donate iframe {
	max-width: 552px;
	margin: 0 auto;
}

section.flexible-content.donate .gl-branded-donation-widget {
	box-shadow: none !important;
	border-radius: 0 !important;
	background-color: #FDF2F7 !important;
}

@media (min-width: 768px) {
	section.flexible-content.donate .gl-branded-donation-widget {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

section.flexible-content.donate p:has(> script) {
	margin: 0 !important;
}

.bg-pink-10 {
	background-color: #FDF2F7;
}

.bg-pink-10 .page-header p {
	color: #D10056;
}

header.header-left {
	padding-top: 80px;
}

@media only screen and (max-width: 989px) {
	header.header-left {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 749px) {
	header.header-left {
		padding-top: 28px;
	}
}

header.header-left h1, header.header-left .h1 {
	font-size: 44px;
	color: #D10056;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 12px;
}

header.header-left h1:last-child, header.header-left .h1:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 749px) {
	header.header-left h1, header.header-left .h1 {
		font-size: 36px;
	}
}

header.header-left h1 + p, header.header-left .h1 + p {
	margin-top: 12px;
	margin-bottom: 0;
	max-width: 640px;
}

.max-width-800 header h1 + p {
	max-width: 100%;
}

@media (min-width: 992px) {
	.spu-bg {
		display: none !important;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.popup-wrap {
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	background-color: #E7E6F5;
}

@media only screen and (max-width: 749px) {
	.popup-wrap {
		flex-direction: column;
	}
}

.popup-wrap .popup-image {
	min-width: 344px;
	height: 344px;
}

@media only screen and (max-width: 749px) {
	.popup-wrap .popup-image {
		height: 60vw;
	}
}

.popup-wrap .popup-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.popup-wrap .popup-content {
	padding: 2rem;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 749px) {
	.popup-wrap .popup-content {
		padding: 1.5rem 1rem;
	}
}

.popup-wrap .popup-content .popup-footer {
	margin-top: auto;
}

.popup-wrap .popup-content h3 {
	margin: 0;
	color: #10069F;
	margin-bottom: 12px;
}

.popup-wrap .popup-content p {
	font-size: 12px;
	line-height: 1.6;
	color: #212121;
	margin: 0 0 20px;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.popup-wrap .popup-content p:last-child {
	margin-bottom: 0;
}

.popup-wrap .popup-content .btn {
	width: 100%;
	background-color: #10069F;
}

@media only screen and (max-width: 749px) {
	.popup-wrap .popup-content .btn {
		margin-top: -4px;
	}
}

.spu-box.spu-position-bottom-right {
	padding: 24px;
	background-color: transparent !important;
}

@media only screen and (max-width: 749px) {
	.spu-box.spu-position-bottom-right {
		top: 50%;
		bottom: auto;
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%);
		max-width: 100% !important;
	}
}

.spu-container {
	position: relative;
}

.spu-close-top_right {
	font-weight: 300;
	top: 20px;
	right: 20px;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer !important;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 0;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.mfp-figure:after,
.mfp-arrow:before,
.mfp-counter {
	display: none !important;
}

img.mfp-img,
.mfp-figure figure {
	max-height: 70vh !important;
}

img.mfp-img {
	padding: 0 !important;
	border-radius: 8px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	right: 0;
	top: -50px;
	padding-right: 0;
}

.mfp-arrow {
	opacity: 1 !important;
}

.mfp-arrow.mfp-arrow-right:after {
	border: 0;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #FFF;
	height: 20px;
	width: 20px;
	transform: rotate(-45deg);
	opacity: 1 !important;
}

.mfp-arrow.mfp-arrow-left:after {
	border: 0;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #FFF;
	height: 20px;
	width: 20px;
	transform: rotate(45deg);
	opacity: 1 !important;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	opacity: 1;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Glide.js
--------------------------------------------- */
.glide {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.glide * {
	box-sizing: inherit;
}

.glide__track {
	overflow: hidden;
}

.glide__slides {
	position: relative;
	width: 100%;
	list-style: none;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	touch-action: pan-Y;
	overflow: hidden;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	will-change: transform;
}

.glide__slides--dragging {
	user-select: none;
}

.glide__slide {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	white-space: normal;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

.glide__slide a {
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.glide__arrows {
	-webkit-touch-callout: none;
	user-select: none;
}

.glide__bullets {
	-webkit-touch-callout: none;
	user-select: none;
}

.glide--rtl {
	direction: rtl;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
-----------------------------------x---------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

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