@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html, body {
	height: 100%;
	margin: 0;
	overflow: hidden;
	overscroll-behavior: none;
	scroll-behavior: auto !important;
}
.site-inner{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.entry-header{
	margin-top: 15vh;
}
.clip-text {
  /* overflow: hidden; */
  display: block;
}
h1{
	font-size: calc(var(--wp--custom--font-size--xxxl) * 1.15);
}
body:not(.home) h1,
body.home section.hero-block:not(.activity_panel) h1 {
	font-size: calc(var(--wp--custom--font-size--xxxl) * 1.3);
}
h1, h2 {
  will-change: transform;
}

small{
	font-size: var(--wp--custom--font-size--s);
}

.transition-panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	width: 100dvw;
	height: 100vh;
	height: 100dvh;
	min-height: calc(var(--vh, 1vh) * 100);
	background: var(--wp--preset--color--light-lavender);
	z-index: 99999; /* IMPORTANT */
	transform: translateX(-100%);
	transform: translate(0%, 0px);
	pointer-events: none;
}

figure.inlineSVG svg{
	overflow: visible;
}

/**********************/
/* Tooltip */
/**********************/
/* Container must be relative to position the bubble */
.menu-item-tooltip {
  position: relative;
  display: inline-block;
}
/* Style the black bubble */
.tooltip-bubble {
	visibility: hidden;
	width: 100px;
	background-color: rgba(0,0,0,0.8);
	top: 150%;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -50px;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 14px;
	background-color: white;
	color: var(--wp--preset--color--purple);
	box-shadow: 0 0 30px 0 color-mix(in srgb, var(--wp--preset--color--purple) 30%, transparent);
}
/* Create the small triangle (tail) at the bottom */
.tooltip-bubble::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	/* Arrow points up: only the bottom border is visible */
	border-color: transparent transparent black transparent; 
	border-color: transparent transparent white transparent; 
}
#backTop_button .tooltip-bubble{
	top: -140%;
}
#backTop_button .tooltip-bubble::after{
	top: 100%;
	border-color: white transparent transparent transparent; 
}
/* Show the bubble on hover */
.menu-item-tooltip:hover .tooltip-bubble {
	visibility: visible;
	opacity: 1;
}



/**********************/
/* Burger Menu */
/**********************/
#burgerMenu {
  display: flex;
  width: 2rem;
  height: 2rem;
  box-sizing: content-box;
  cursor: pointer;
  position: relative;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform-box: fill-box;
  transform-origin: center;
}
#burgerMenu.open .burgerT {
	transform: translateY(-24px) rotate(45deg);
	stroke: var(--wp--preset--color--purple);
	transition: transform 0.75s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
#burgerMenu.open .burgerMid {
	stroke-dasharray: 0 120 251 251;
	stroke-dashoffset: 1;
	stroke: var(--wp--preset--color--purple);
}
#burgerMenu.open .burgerB {
	transform: translateY(24px) rotate(-45deg);
	stroke: var(--wp--preset--color--purple);
	transition: transform 0.75s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
#burgerMenu svg{
	position: absolute;
	width: 100%;
	height: 100%;
}
.burgerT,
.burgerB{
	stroke: var(--wp--preset--color--magenta);
	stroke-linecap: round;
	transform-box: fill-box;
	transform-origin: center;
	transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}
.burgerMid {
	width: 100%;
	height: 100%;
	stroke-linecap: round;
	stroke: var(--wp--preset--color--magenta);
	stroke-dasharray: 0 100 56 400;
	stroke-dashoffset: 101;
	transition: all 750ms cubic-bezier(0.4, 0, 0.2, 1);
}

/**********************/
/* Forms */
/**********************/
.acf-form .acf-fields{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.acf-form .acf-fields>.acf-field{
	border: 0;
	padding: 0 !important;
}
.acf-form .acf-field .acf-label{
	display: none;
}
.acf-form .af-submit{
	padding: 0;
}
input,
input[type=text],
input[type=email],
textarea,
.acf-form .acf-field input,
.acf-form .acf-field input[type=text],
.acf-form .acf-field input[type=email],
.acf-form .acf-field textarea{
	appearance: none;
	background: #FFF;
	box-shadow: 5px 5px 25px 0 var(--wp--preset--color--light-lavender, --wp--preset--color--white) inset;
	box-shadow: 5px 5px 25px 0 var(--wp--preset--color--lavender, --wp--preset--color--light-lavender) inset;
	padding: 10px 20px;
	color: var(--wp--preset--color--purple);
	line-height: 1;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 2rem;
	font-size: var(--wp--preset--font-size--s);
	border: 0;
}
textarea,
.acf-form .acf-field textarea{
	border-radius: 1rem;
	padding: 15px 20px;
}
.mc-field-group{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
	outline: none;
}

.facetwp-type-reset button,
.facetwp-type-pager button,
button.acf-button,
input[type=submit]{
	box-shadow: none;
	background-color: var(--wp--preset--color--magenta);
	border-radius: 2rem;
	color: var(--wp--preset--color--white);
	font-size: var(--wp--preset--font-size--s);
	font-weight: 500;
	padding-top: 0.7rem;
	padding-right: 1.8rem;
	padding-bottom: 0.65rem;
	padding-left: 1.8rem;
	line-height: 1;
	margin: 0 !important;
	cursor: pointer;
	border: 0;
}
.nav-menu .menu > .menu-item.menu-button{
	align-content: center;
}
.nav-menu .menu > .menu-item.menu-button > a,
footer .menu-button > a {
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	color: var(--wp--preset--color--white);
	background-color: var(--wp--preset--color--magenta);
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	z-index: 3;
}

#backTop_button{
	position: absolute;
	top: -1rem;
	right: calc((100vw - (var(--wp--custom--layout--wide) + 6*var(--wp--custom--layout--padding))) / 2 + var(--wp--custom--layout--padding));
}


.lightbox-content-inner button.acf-button,
.is-style-outline input[type=submit]{
	background-color: transparent;
	border: 1px solid currentcolor;	
}
.form_submit{
	margin-top: 1rem;
}
.acf-form .select2-container--default .select2-selection--single{
	background: transparent;
	border: 0;
	height: auto;
}
select,
.acf-form .select2-container--default .select2-selection--single .select2-selection__rendered{
	appearance: none;
	background: var(--wp--preset--color--white);
	box-shadow: 5px 5px 25px 0 var(--wp--preset--color--light-lavender, --wp--preset--color--white) inset;
	box-shadow: 5px 5px 25px 0 var(--wp--preset--color--lavender, --wp--preset--color--light-lavender) inset;
	padding: 8px 40px 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 2rem;
	cursor: pointer;
	color: var(--wp--preset--color--purple);
	line-height: normal;
	height: auto;
	font-size: var(--wp--preset--font-size--s);
}
select:focus {
	outline: none;
}
select:focus-visible {
	outline: none;
}
.acf-form .select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: var(--wp--preset--color--purple);
}
.acf-form .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 100%;
	top: 0;
	right: 0;
	width: 2rem;
}
.acf-form .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border: 0;
}
.acf-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: var(--wp--preset--font-size--s);
	color: var(--wp--preset--color--purple);
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 100%;
	width: 30px;   
}
.select2-container--open .select2-dropdown--below{
	background: transparent;
	border: 0;
}
.select2-search--dropdown{
	padding: 4px 0 0 !important;
}
.select2-results{
	font-size: var(--wp--preset--font-size--s);
	margin: 0 1rem;
	background-color: var(--wp--preset--color--white);
}

/**********************/
/* Header */
/**********************/
.site-header{
	z-index: 99998;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	max-width: calc(var(--wp--custom--layout--wide) + 6*var(--wp--custom--layout--padding));
	margin: 2vh auto;
	padding: calc(var(--wp--custom--layout--padding) / 2) 0;
	background: rgba(255, 255, 255, 0);
	box-shadow: 0 0 30px 0 color-mix(in srgb, var(--wp--preset--color--purple) 0%, transparent);
	border-radius: 4rem;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.fixedHeader .site-header{
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 30px 0 color-mix(in srgb, var(--wp--preset--color--purple) 30%, transparent);
	backdrop-filter: blur(10px);
}
.site-header .site-header__logo{
	width: 45vw;
	min-width: 100px;
	max-width: 200px;
	transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.fixedHeader .site-header .site-header__logo{
	width: 6vw;
}
.site-header .wrap{
	max-width: unset;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh; /* full viewport height */
	min-height: 100dvh;
	min-height: calc(var(--vh, 1vh) * 100);
}
.admin-bar .site-header{
	margin-top: 32px;
}
.archive-header h1{
	text-align: center;
	margin-top: 15vh;
}

/**********************/
/* Menu */
/**********************/
.nav-menu .menu{
	gap: 2rem;
}
.nav-menu .menu .menu-item.menu-item-lightbox {
	margin-right: -1rem;
}
.nav-menu .menu .menu-item.menu-item-lightbox:last-of-type{
	margin-right: 0;
}
.nav-menu .menu-item a{
	font-size: var(--wp--preset--font-size--l);
	color: var(--wp--preset--color--purple);
	padding: 0;
}
.nav-menu .menu > .menu-item > a{
	padding: 0.3rem 0;
	border-top: 0.4rem solid transparent;
	border-bottom: 0.4rem solid transparent;
	transition: border-bottom 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-menu .menu > .menu-item:not(.menu-item-lightbox, .menu-item-has-children):hover > a{
	border-bottom: 0.4rem solid var(--wp--preset--color--light-lavender);
}
.nav-menu .menu>.menu-item-has-children:hover>a{
	color: var(--wp--preset--color--purple);
}
.nav-menu .sub-menu{
	left: auto;
	pointer-events: none;
	transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	/* margin-top: -0.4rem; */
	width: auto;
	white-space: nowrap;
}
.nav-menu .menu-item:hover>.sub-menu, 
.nav-menu .menu-item:focus-within>.sub-menu{
	pointer-events: initial;
}
.nav-menu .sub-menu .menu-item{
	background: var(--wp--preset--color--light-lavender);
	--shadow-blur: 0px;
	box-shadow: 5px 5px 25px 0 var(--wp--preset--color--light-lavender, --wp--preset--color--light-lavender) inset;
	transition: box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	border-bottom: 0.2rem solid var(--wp--preset--color--white);
}
.nav-menu .sub-menu .menu-item:last-child{
	border-bottom: none;
}
.nav-menu .sub-menu .menu-item:hover{
	box-shadow: 5px 5px 25px 0 var(--wp--preset--color--lavender, --wp--preset--color--light-lavender) inset;
}
.nav-menu .sub-menu .menu-item a{
	padding: var(--wp--custom--layout--padding) calc(var(--wp--custom--layout--padding)*2) var(--wp--custom--layout--padding) var(--wp--custom--layout--padding);
}
.nav-menu .sub-menu > li:last-child{
	border-bottom-right-radius: 2rem;
}

/**********************/
/* Lightbox Block */
/**********************/
/* Basic lightbox styles */
.lightbox-content {
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	will-change: opacity;
	z-index: 99999;
	height: 100vh;
	height: 100dvh;
	height: calc(var(--vh, 1vh) * 100);
	width: 100vw;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
	padding: 0 var(--gutter);
}
/* .lightbox-content:target, */
.lightbox-content.active {
	opacity: 1;
	pointer-events: initial;
}
.lightbox-content .close-btn {
	color: var(--wp--preset--color--purple);
	font-size: var(--wp--preset--font-size--xl);
	position: absolute;
	top: 1rem;
	right: 1rem;
	transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	background-color: transparent;
	border: transparent;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.lightbox-content:target .close-btn {
	display: block;
}
.lightbox-content a.close-btn:hover {
	color: var(--wp--preset--color--magenta);
}
.lightbox-content-inner{
	box-shadow: 0 0 30px 0 color-mix(in srgb, var(--wp--preset--color--lavender) 0%, transparent);
	background: var(--wp--preset--color--magenta);
	color: var(--wp--preset--color--white);
	padding: 2rem 3rem 2rem 2rem;
	border-radius: 5px 100px 5px 5px;
	max-width: 600px;
	min-width: 300px;
	width: 60vw
}

.newsletter_container{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.newsletter_container h4,
.newsletter_container p{
	margin: 0;
}

/**********************/
/* Carousel Block */
/**********************/
.carousel-scroll-wrapper {
	position: relative;
}
.cb-carousel-block:not(.highlight_swiper) .swiper-slide > *{
	opacity: 0.1;
	/* transform: scale(0.8); */
	transform-origin: center;
	transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.cb-carousel-block .swiper-button-next.swiper-button-disabled, 
.cb-carousel-block .swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}
.cb-carousel-block .swiper-slide-visible.swiper-slide > *{
	opacity: 1;
	transform: scale(1);
}
.cb-carousel-block:not(.highlight_swiper) .swiper{
	overflow: visible;
}
.wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet,
.wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet.swiper-pagination-bullet-active{
	background: var(--wp--preset--color--purple);
}
.highlight_carousel .wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet,
.highlight_carousel .wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet.swiper-pagination-bullet-active{
	background: var(--wp--preset--color--purple);
}
.site-main .wp-block-cb-carousel-v2 .cb-pagination.swiper-pagination-horizontal{
	bottom: var(--wp--custom--carousel-block--pagination-bottom,-5vh);
}
.site-main .cb-carousel-block.is-horizontal-carousel .cb-pagination.swiper-pagination,
.site-main .cb-carousel-block.is-horizontal-carousel .cb-button-prev.swiper-button-prev,
.site-main .cb-carousel-block.is-horizontal-carousel .cb-button-next.swiper-button-next{
	display: none;
	visibility: hidden;
}
.site-main .wp-block-cb-carousel-v2 .cb-button-next, 
.site-main .wp-block-cb-carousel-v2 .cb-button-prev{
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	color: var(--wp--preset--color--purple);
	background-color: var(--wp--preset--color--light-lavender);
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
}
.wp-block-cb-carousel-v2 .cb-button-prev::after{
	content: "\f053";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-size: var(--wp--custom--font-size--s);
}
.wp-block-cb-carousel-v2 .cb-button-next::after{
	content: "\f054";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-size: var(--wp--custom--font-size--s);
}
.wp-block-cb-carousel-v2 .wp-block-pullquote{
	padding: 0 7vw;
}

/**********************/
/* Image Block */
/**********************/
.wp-block-image.is-style-masked{
	border-radius: 33% 1% 1% 1%;
	overflow: hidden;
}
.wp-block-image.is-style-masked img{
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
img{
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-webkit-user-drag: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

/**********************/
/* Pullquote Block */
/**********************/
.wp-block-pullquote blockquote p{
	position: relative;
	padding: 5rem 0;
}
.wp-block-pullquote blockquote p:before{
	content: "\201C";
	font-weight: 700;
	display: block;
	font-size: 10rem;
	color: var(--wp--preset--color--lavender);
	line-height: 0;
	position: absolute;
	width: 100%;
	top: 4rem;
}
.wp-block-pullquote blockquote p:after{
	content: "\201D";
	font-weight: 700;
	display: block;
	font-size: 10rem;
	color: var(--wp--preset--color--lavender);
	line-height: 1.1;
	position: absolute;
	width: 100%;
}

/**********************/
/* Button Block */
/**********************/
#cmplz-document{
	max-width: unset;
}
#cmplz-document h2, #cmplz-document h3, .editor-styles-wrapper .cmplz-unlinked-mode h2, .editor-styles-wrapper .cmplz-unlinked-mode h3{
	font-size: var(--wp--preset--font-size--xxl);
	
}
#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td{
	font-size: var(--wp--preset--font-size--l);
}

/**********************/
/* Button Block */
/**********************/
/* Base style to add space for icons */
.wp-block-button.button_icon .wp-block-button__link {
	display: inline-flex;
	white-space: nowrap;
	align-items: center;
	gap: 8px;
}

/* Set Icon */
.wp-block-button.button_icon .wp-block-button__link::after {
	font-family: var(--fa-style-family,"Font Awesome 7 Free");
	font-weight: var(--fa-style,900);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display,inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	content: var(--fa);
}

/**********************/
/* Footer */
/**********************/
.site-footer{
	background-color: var(--wp--preset--color--white);
	border-top-right-radius: 200px;
	z-index: 2;
}
.footer_top{
	display: flex;
	gap: 1rem;
}
.ghp_address{
	text-align: left;
	width: 25%;
}
.ghp_address p{
	margin-top: 0;
}
.ghp_address a{
	color: var(--wp--preset--color--purple);
	text-decoration: none;
	font-weight: 700;
}
.logo_category,
.footer_funders{
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: start;
	text-align: left;
}
.footer_funders{
	width: 50%;
}
.logo_category_name{
	border-bottom: 1px solid var(--wp--preset--color--medium-gray);
	padding-bottom: 2px;
}
.logo_list{
	display: flex;
	gap: 1rem;
	align-items: center;
}
.logo_item{
	display: flex;
	justify-content: center;
	flex: 1;
	padding-top: 1rem;
}
.logo_item:last-child{
	justify-content: end;
}
.logo_item:first-child{
	justify-content: start;
}
.logo_item a{
	display: block;
}
.logo_item a figure{
	height: 100%;
	width: 100%;
}
.logo_item img{
	object-fit: contain;
	height: 100% !important;
	width: 100% !important;
	max-height: 5rem;
	max-width: 10rem;
}.footer_bottom{
	display: flex;
	justify-content: space-between;
	margin-top: 5vh;
}
.footer_social_links{
	display: flex;
	gap: 0.5rem;
}
.footer_social_links .social_media{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
}
.copyright{
	font-size: var(--wp--custom--font-size--copyright);
	align-content: end;
	display: block;
}
#bottom-bar-wrap{
	position: fixed;
	isolation: isolate;
	height: 0vh;
	width: 100%;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
}
#bottom-bar{
	--section-bg: #D9D3F7;
	isolation: isolate;
	opacity: 0.8;
	height: 100vh;
	height: 100dvh;
	height: calc(var(--vh, 1vh) * 100);
	width: 100%;
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: relative;
	z-index: -1;
	--grad-start-from: 80;
	--grad-mid-from: 100;
	--grad-shift: 20;
	--grad-start: 80%;
	--grad-mid: 100%;
	background: linear-gradient(
		180deg,
		transparent var(--grad-start),
		var(--section-bg) var(--grad-mid)
	);
}

@media (max-width: 1410px) {
	body{
		--wp--custom--layout--wide: var(--wp--custom--layout--content-small)
	}
	.site-header,
	.alignfull:not(.is-layout-constrained)>.funders_bar{
		max-width: calc(var(--wp--custom--layout--wide) + var(--wp--custom--layout--padding)*2);
	}
	.nav-menu .menu{
		gap: 3vw;
	}
	.site-footer{
		border-top-right-radius: 12vw;
	}
	.logo_item img{
		max-width: 12vw;
		max-height: 6vw;
	}
	#backTop_button{
		right: calc((100vw - (var(--wp--custom--layout--wide) + 2*var(--wp--custom--layout--padding))) / 2 + var(--wp--custom--layout--padding));
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	/* iPad vertical styles */
}

@media (min-width: 767px) and (hover: none) {
	/* Prevent interaction on the first touch */
	.menu-item-has-children > a {
		pointer-events: none;
	}
	
	/* Reveal submenu when the parent is tapped/hovered */
	.menu-item-has-children:active .sub-menu {
		display: block;
	}
}
@media(max-width: 767px){
	body{
		--wp--custom--font-size--xxxl:clamp(1.2rem, 1.15rem + 0.8vw, 3.125rem);
	}
	h1{
		font-size: var(--wp--custom--font-size--xxxl);
	}
	.site-header, .alignfull:not(.is-layout-constrained)>.funders_bar{
		max-width: calc(var(--wp--custom--layout--wide) + var(--wp--custom--layout--padding));
	}
	#backTop_button{
		right: calc((100vw - (var(--wp--custom--layout--wide) + var(--wp--custom--layout--padding))) / 2 + var(--wp--custom--layout--padding));
	}
	.alignfull:not(.is-layout-constrained)>.funders_bar{
		padding: 2vw 5vw;
	}
	.site-header{
		overflow: visible;
	}
	.site-header__toggles{
		z-index: 1;
		width: 3rem;
		justify-content: center;
	}
	.nav-menu{
		position: absolute;
		height: 100dvh;
		background-color: var(--wp--preset--color--light-lavender);
		width: 100dvw;
		left: 0;
		left: calc((var(--wp--custom--layout--wide) + var(--wp--custom--layout--padding) - 100vw) / 2);
		top: -105vh;
		padding: 10vw;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.nav-menu ul.menu > li{
		margin: 1rem auto;
	}
	.nav-menu.active{
		top: -2vh;
	}
	/* Submenu hidden by default */
	.menu-item-has-children > .sub-menu {
		display: block;
		padding: 0;
		overflow: hidden;
		transition: opacity 0.3s ease;
		margin-bottom: var(--wp--custom--layout--padding);
	}
	.nav-menu .menu-item a{
		color: var(--wp--preset--color--purple);
		display: inline-flex;
	}
	.nav-menu .menu > .menu-item > a{
		text-transform: uppercase;
	}
	.nav-menu .sub-menu .menu-item{
		background: transparent;
		box-shadow: none;
		border: 0;
	}
	.nav-menu .sub-menu .menu-item:hover{
		box-shadow: none;
	}
	.nav-menu .menu>.menu-item-has-children:hover>a{
		color: var(--wp--preset--color--purple);
	}
	.nav-menu .sub-menu .menu-item a{
		padding: 0.5rem 0;
	}
	.nav-menu .menu .menu-item.menu-item-lightbox,
	.nav-menu .menu .menu-item.menu-item-lightbox:last-of-type{
		display: inline-flex;
		margin: 0 0.5rem;
	}
	section > .acf-innerblocks-container{
		max-width: 90% !important;
	}
	.cb-carousel-block:not(.highlight_swiper) .swiper-slide > *{
		opacity: 1;
	}
	.footer_bottom{
		flex-direction: column;
		align-items: center;
		gap: 0.5rem;
		margin-top: 3vh;
	}
	#bottom-bar{
		--grad-start-from: 60;
		--grad-mid-from: 90;
		--grad-shift: 30;
		--grad-start: 60%;
		--grad-mid: 90%;
		height: 115vh;
		height: 115dvh;
		height: calc(var(--vh, 1vh) * 115);
	}
	.site-footer{
		padding: 3vh 0;
	} 
	.wp-block-cb-carousel-v2 .cb-button-prev{
		left: 0;
	}
	.wp-block-cb-carousel-v2 .cb-button-next{
		right: 0;
	}
	.ghp_address{
		display: flex
	}
	.ghp_address > *{
		flex: 1 1 50%;
	}
	.footer_top{
		flex-wrap: wrap;
	}
	.ghp_address,
	.logo_category,
	.footer_funders{
		flex: 1 1 calc(50% - 0.5rem);
	}
	.logo_item{
		padding-top: 0.5rem;
	}
	.logo_item img{
		max-width: 18vw;
		max-height: 12vw;
	}
	.ghp_address{
		font-size: 90%;
		flex: 1 1 100%;
	}
	.footer_top .footer_funders{
		flex: 1 1 calc(70% - 0.5rem);
	}
	.logo_category{
		flex: 1 1 calc(30% - 0.5rem);
	}
}