/* 
Theme Name: Women's Fund FVR
Template: wordexpresso
Version: 1.0.12
*/

:root {
	--h1-size: 80px;
	--h2-size: 48px;
	--h3-size: 33px;
	--h4-size: 30px;
	--h5-size: 24px;
	--h6-size: 20px;
	--padding: 70px;
	--padding-large: 100px;
}

/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/quicksand-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/quicksand-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/quicksand-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* unna-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Unna';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/unna-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* unna-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Unna';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/unna-v23-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	font-family: 'Quicksand', Helvetica, Arial;
	/*use color variables from theme.json with ease by creating single-word variables here based on the theme.json ones*/
	--black: var(--wp--preset--color--black);
	--grey: var(--wp--preset--color--grey);
	--white: var(--wp--preset--color--white);
	--purple: var(--wp--preset--color--purple);
	--lilac: var(--wp--preset--color--lilac);
	--pale-lilac: var(--wp--preset--color--pale-lilac);
	--dark-lilac: var(--wp--preset--color--dark-lilac);
	--deep-green: var(--wp--preset--color--deep-green);
	--deep-purple: var(--wp--preset--color--deep-purple);
	--deep-blue: var(--wp--preset--color--deep-blue);
	--grey-green: var(--wp--preset--color--grey-green);
	--dark-grey-green: var(--wp--preset--color--dark-grey-green);
	    
  --link-color: var(--deep-blue);
	--link-hover-color: var(--deep-purple);
	
	--heading-color: var(--deep-purple);
	--light-heading-color: var(--purple);
	
	--button-color: var(--deep-blue);
	--button-text: #fff;
	--button-background-color: var(--button-color);
	--button-text-color: #fff;
	
	--logo-size: 30vw;
	
	--browser-padding: 25px;
	
	--narrow-width: 640px;
	--content-size-w-padding: calc(1200px - var(--browser-padding) * 2);
}

h1, *.is-style-h1 {
	font-size: var(--h1-size);
	font-weight: 400;
	line-height: 1;
	color: var(--heading-color);
	font-family: 'Unna';
}

h2, *.is-style-h2 {
	font-size: var(--h2-size);
	font-weight: 400;
	line-height: 1.2;
	color: var(--light-heading-color);
	font-family: 'Quicksand';
}

h3, *.is-style-h3 {
	font-size: var(--h3-size);
	font-weight: 400;
	line-height: 1.15;
	color: var(--heading-color);
	font-family: 'Unna';
}

h4, *.is-style-h4 {
	font-size: var(--h4-size);
	font-weight: 400;
	line-height: 1.4;
	color: var(--light-heading-color);
	font-family: 'Quicksand';
}

h5, *.is-style-h5 {
	font-size: var(--h5-size);
	font-weight: 400;
	line-height: 1.25;
	color: var(--heading-color);
	font-family: 'Unna';
}

h6, *.is-style-h6,
.wp-block-quote cite {
	font-size: var(--h6-size);
	font-weight: 700;
	line-height: 1.4;
	color: var(--heading-color);
	font-family: 'Unna';
}

.wp-block-quote p {
	font-size: var(--h5-size);
	line-height: 1.25;
	font-weight: 400;
}

.wp-block-quote cite {
	margin-top: 10px;
}

.wp-block-quote cite:before {
	content: ' - ';
}

.short {
	--paragraph-spacing: 12px;
}

.shorter {
	--paragraph-spacing: 5px;
}

main a:where(:not(.wp-element-button)),
main p a,
main ul a,
main ol a {
	font-weight: 500;
	text-decoration: underline dotted;
	text-underline-position: under;
}

a.clean {
	text-decoration: none !important;
	font-weight: normal;
}

main a:where(:not(.wp-element-button)):hover,
main p a:hover,
main ul a:hover,
main ol a:hover {
	text-decoration: underline;
}

main h2 a,
main h3 a,
main h4 a,
main h5 a,
main h6 a {
	font-weight: normal;
	text-decoration-thickness: 3px;
}

main h2 a:hover,
main h3 a:hover,
main h4 a:hover,
main h5 a:hover,
main h6 a:hover {
	text-decoration-thickness: 1px;
}

main h2:not(.is-style-h3, .is-style-h6) a,
main h4 a {
	color: var(--purple);
}

.has-text-align-center {
	--wp--style--global--content-size: 825px;
}

h2.has-text-align-center {
	max-width: 950px;
}

#page_content > * + .wp-block-table,
#page_content > * + div,
#page_content > div + .wp-block-heading,
p + .alignwide {
	margin-top: var(--padding);
}

#page_content > * + div.wp-block-group:not(.has-background,.is-style-exclamation-accent) {
	margin-top: 0;
}

.is-style-flush-top {
	margin-top: 0 !important;
}

.wp-block-spacer {
	margin-top: 0 !important;
}

#page_content > .wp-block-quote,
.wp-block-group > .wp-block-quote {
	border-left: 0px !important;
	border-bottom-left-radius: 70px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	background: #F5F5F5;
	padding: 50px !important;
	padding-left: 150px !important;
	margin-top: var(--padding) !important;
	margin-bottom: var(--padding) !important;
	position: relative;
}

#page_content > .wp-block-quote.is-style-quote-right,
.wp-block-group > .wp-block-quote.is-style-quote-right {
	padding-left: 50px !important;
	padding-right: 150px !important;
}

#page_content > .wp-block-quote:before,
.wp-block-group > .wp-block-quote:before {
	content: "";
	position: absolute;
	width: 160px;
	height: 108px;
	display: block;
	background: url('img/quotation-purple.svg') no-repeat;
	background-size: 100%;
	left: -40px;
	top: -40px;
}

#page_content > .wp-block-quote.is-style-quote-right:before,
.wp-block-group > .wp-block-quote.is-style-quote-right:before {
	left: auto;
	right: -40px;
}

#page_content > .wp-block-quote p,
.wp-block-group > .wp-block-quote p {
	color: var(--deep-purple);
	font-size: 24px;
	line-height: 1.25em;
}

#page_content > .wp-block-separator.is-style-wide {
	margin-top: var(--padding);
	margin-bottom: var(--padding);
	opacity: 0.5;
	max-width: calc(var(--wp--style--global--wide-size) - var(--browser-padding) * 2);
}

#page_content > .wp-block-separator.is-style-wide-tall {
	margin-top: calc(var(--padding) * 1.5);
	margin-bottom: calc(var(--padding) * 1.5);
	opacity: 0.5;
	max-width: calc(var(--wp--style--global--wide-size) - var(--browser-padding) * 2);
}

#page_content > .alignfull + *:not(.alignfull) {
	margin-block-start: var(--padding);
}

#page_content > *:not(.alignfull):last-child {
	margin-bottom: var(--padding);
}

.wp-block-separator {
	border-bottom: 1px solid var(--purple);
	opacity: 0.5;
	--paragraph-spacing: var(--padding);
  margin-block-end: var(--paragraph-spacing);
}

.wp-block-media-text .wp-block-separator {
	--paragraph-spacing: 25px;
}

.wp-block-separator.has-white-color {
	opacity: 0.5;
}

header #top {
	position: relative;
	z-index: 20;
}

header #top #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--logo-size);
	text-align: center;
	
	padding: 10px 15px 60px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}

header #top #logo:before {
	background: #FFF;
	border-radius: 100%;
	width: var(--logo-size);
	height: var(--logo-size);
	content: "";
	z-index: 0;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -50%;
	box-shadow: 0 0 4px rgba(0,0,0,0.16);
	pointer-events: none;
}

header #top #logo img {
	z-index: 2;
	position: relative;
	width: calc(var(--logo-size) * 0.6);
}

#main_menu__wrapper .menu,
#utility_menu__wrapper .menu {
	padding-left: var(--logo-size);
}

#utility_menu__wrapper .menu {
	justify-content: flex-start;
    gap: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
}

#utility_menu__wrapper .menu a {
	text-decoration: none;
}

#utility_menu__wrapper .menu a:hover {
	text-decoration: underline var(--lilac);
	text-underline-position: under;
}

#utility_menu__wrapper .menu li {
	position: relative;
}

#utility_menu__wrapper .menu li + li:before {
	content: '|';
	position: absolute;
	left: -14px;
}

#main_menu__wrapper .menu {
	align-items: center;
	padding-top: 16px;
	padding-bottom: 16px;
}

#main_menu__wrapper > .menu a {
	font-size: 22px;
	text-decoration: none;
}
	
#main_menu__wrapper > .menu > li {
	z-index: 20;
}

#main_menu__wrapper > .menu > li > a {
	font-size: 24px;
	position: relative;
	line-height: 1;
	text-align: center;
}

#main_menu__wrapper > .menu > li > a:before {
	position: absolute;
	content: "";
	left: -15px;
	right: -15px;
	top: 0;
	bottom: -20px;
}

header #bottom {
	position: relative;
}

header #bottom:after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: var(--deep-purple);
	height: 350px;
	content: "";
	display: none;
}

header #bottom:has(li.mega-menu:hover):after {
	display: block;
}

.mega-menu-contents:has(.show) {
	position: absolute;
    top: 100%;
    left: 0;
    height: 350px;
	width: calc(var(--logo-size) + (100vw - 1450px)/2);
}

.mega-menu-item-content {
	display: none;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.mega-menu-item-content.show {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.mega-menu-item-content.show:after {
	background: url('img/mega-menu-curve.svg') bottom left no-repeat;
	background-size: 150px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.mega-menu-item-content p {
	width: var(--logo-size);
	max-width: 100%;
	margin-left: auto;
}

.mega-menu-item-content p.text {
	font-size: 20px;
	font-weight: 500;
}

.mega-menu-item-content img {
	opacity: 0.08;
	mix-blend-mode: overlay;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	mask-image: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%);
}

#main_menu__wrapper > .menu > li:hover > ul {
	width: auto;
	padding-left: 0;
	padding-top: 50px;
}

#main_menu__wrapper > .menu > li:hover > ul:has(li:nth-child(5)) {
	columns: 2;
}

#main_menu__wrapper > .menu > li:hover > ul > li {
	display: block;
	break-inside: avoid;
	margin-bottom: 20px;
	width: 220px;
}

#main_menu__wrapper .menu li:not(.button-menu-item):hover > a {
	text-decoration: underline var(--lilac);
	text-decoration-thickness: 1px;
	text-underline-offset: 8px;
}

#main_menu__wrapper .button-menu-item a {
	border-radius: 30px;
	text-decoration: none;
	padding: .8rem 1.5rem;
	display: inline-block;
	border: 3px solid var(--grey-green);
	background-color: var(--grey-green);
	color: var(--deep-purple);
	transition: 0.6s all;
	font-size: 18px;
}

#main_menu__wrapper .button-menu-item a:hover {
	background-color: transparent;
	color: var(--grey-green);
}

.wp-block-button__link {
	transition: 0.6s all;
	text-decoration: none !important;
}

#main_menu__wrapper .button-menu-item a:not(:hover),
.wp-block-button__link:not(:hover) {
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.wp-block-button__link.outline {
	background: transparent;
	color: var(--button-color);
}

.wp-block-button__link.mini {
	padding: .7rem 1rem;
}

.blog-card {
	--button-color: #fff !important;
}

#kiba-menu_mobile_navigation>ul>li.menu-item-has-children>a {
	padding-right: 60px;
}

#kiba-menu_mobile_navigation>ul>li.has-children>a:after {
	content: "" !important;
	background: url('img/arrow-right-white.svg') center no-repeat;
	background-size: 100%;
	width: 40px;
	height: 15px;
  right: 15px;
  margin-top: -7px;
}

#kiba-menu_mobile_navigation a {
	text-decoration: none;
}

#kiba-menu_mobile_navigation>ul>li>a {
	text-transform: uppercase;
	font-size: 18px;
}

.wp-block-button__link:hover,
button:hover {
	background: transparent;
	color: var(--button-color);
}

.is-style-outline .wp-block-button__link:not(:hover) {
	--button-color: var(--deep-green);
}

.wp-block-heading.has-background {
	padding: 1.2em 2em;
}

.wp-block-heading.has-background + .wp-block-heading.has-background {
	margin-top: 30px;
}

.has-deep-purple-background-color,
.has-purple-background-color,
.has-dark-light-purple-gradient-background,
.has-dark-medium-green-gradient-background,
.has-deep-green-background-color,
.has-dark-light-purple-gradient-background,
.wp-block-cover:has(.has-black-fade-top-gradient-background),
.wp-block-cover:has(.has-black-fade-bottom-gradient-background) {
	color:#fff;
	--button-color: var(--grey-green);
	--button-text: var(--deep-blue);
	--link-color: #fff;
	--link-hover-color: #fff;
	--heading-color: #fff;
	--light-heading-color: #fff;
}

.has-deep-green-background-color,
.has-deep-blue-background-color {
	color:#fff;
	--button-color: var(--lilac);
	--button-text: var(--deep-purple);
	--link-color: #fff;
	--link-hover-color: #fff;
	--heading-color: #fff;
	--light-heading-color: #fff;
}

.has-pale-green-background-color {
	--light-heading-color: var(--deep-purple);
	--button-color: var(--deep-green);
}

.has-dark-light-purple-gradient-background .is-style-outline .wp-block-button__link,
.has-deep-purple-background-color .is-style-outline .wp-block-button__link,
.has-deep-green-background-color .is-style-outline .wp-block-button__link,
.has-deep-blue-background-color .is-style-outline .wp-block-button__link {
	--button-color: #fff;
}

.has-deep-purple-background-color .is-style-outline .wp-block-button__link:hover,
.has-deep-green-background-color .is-style-outline .wp-block-button__link:hover {
	--button-color: var(--grey-green);
}

.has-deep-blue-background-color .is-style-outline .wp-block-button__link:hover {
	--button-color: var(--lilac);
}

.has-lilac-background-color,
.has-grey-green-background-color {
	--light-heading-color: var(--deep-purple);
}

.large-cta {
	background-image: url('img/green-cta-bg.webp');
	background-size: cover;
	background-position: center;
	padding: 0 !important;
	line-height: 0;
}

.large-cta .background-image {
	padding: 0 !important;
}

.large-cta .paragraph {
	padding-top: var(--padding);
	padding-left: var(--browser-padding);
	padding-right: var(--browser-padding);
	margin-bottom: -30px;
	z-index: 2;
	position: relative;
	max-width: var(--narrow-width);
	margin-left: auto;
	margin-right: auto;
}

.large-cta .wp-block-buttons {
	justify-content: center;
}

#footer_main > .wp-block-group {
	background: url('img/footer-bg.webp') center no-repeat;
	background-size: cover;
}

#footer_main a {
	text-decoration: none;
	line-height: 1.33em;
}

#footer_main a:hover {
	text-decoration: underline;
	text-underline-position: under;
}

#footer_main .left-side {
	display: inline-flex !important;
	flex-wrap: wrap;
}

#footer_main .left-side .contact {
	flex: 240px 0 0 ;
}

#footer_main .left-side .navigation-menu {
	flex-basis: calc(100% - 240px);
	margin-left: auto;
	margin-right: auto;
}

#footer_main .left-side .menu {
	display: flex;
	justify-content: space-around;
}

#footer_main .left-side #copyright {
	flex-basis: 100%;
	margin-top: 35px;
}

#footer_main .left-side .menu > li > a {
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

#footer_main .left-side .menu > li > a[href="#"] {
	pointer-events: none;
}

.social-icons {
	display: flex;
	gap: 20px;
}

#footer_main .social-icons {
	margin-top: 25px;
	gap: 15px;
}

.social-icons a {
	text-decoration: none;
	font-size: 40px;
	text-decoration: none;
	transition: 0.3s transform;
}

#footer_main .social-icons a {
	font-size: 30px;
}

.social-icons a:hover {
	transform: scale(1.1);
	color: #fff;
	text-decoration: none;
}

#footer_main .navigation-menu ul.menu li ul {
	padding-left: 0;
	display: flex !important;
	flex-direction: column;
	gap: 15px;
}

#footer_main .gform_wrapper {
	margin-top: 0 !important;
	margin-bottom: 20px;
}

#footer_main .gform_title {
	font-size: 18px !important;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.wp-block-cover.alignfull {
	padding-left: var(--browser-padding);
	padding-right: var(--browser-padding);
}

.wp-block-cover:has(.has-black-fade-top-gradient-background),
.wp-block-cover:has(.has-black-fade-bottom-gradient-background) {
	padding: 0;
	min-height: 700px;
	position: relative;
	overflow: hidden;
}

.wp-block-cover:has(.has-black-fade-top-gradient-background) .wp-block-cover__inner-container,
.wp-block-cover:has(.has-black-fade-bottom-gradient-background) .wp-block-cover__inner-container {
	padding: 25px 0;
}

.wp-block-cover:has(.has-black-fade-top-gradient-background) .wp-block-cover__inner-container .has-text-align-center,
.wp-block-cover:has(.has-black-fade-bottom-gradient-background) .wp-block-cover__inner-container .has-text-align-center{
	max-width: var(--narrow-width);
}

.wp-block-cover:has(.has-black-fade-bottom-gradient-background) {
	align-items: flex-end;
}

.wp-block-cover:has(.has-black-fade-top-gradient-background) .wp-block-cover__inner-container,
.wp-block-cover:has(.has-black-fade-bottom-gradient-background) .wp-block-cover__inner-container {
	position: relative;
}

.wp-block-cover:has(.has-black-fade-top-gradient-background) .wp-block-cover__inner-container:before,
.wp-block-cover:has(.has-black-fade-bottom-gradient-background) .wp-block-cover__inner-container:before {
	position: absolute;
	top:-45%;
	right:0;
	bottom:0;
	left:0;
	content:"";
	background: var(--wp--preset--gradient--black-fade-bottom) !important;
	z-index: -1;
}

.wp-block-cover:has(.has-black-fade-top-gradient-background) .wp-block-cover__inner-container:before {
	background: var(--wp--preset--gradient--black-fade-top) !important;
}

.wp-block-cover:has(.has-black-fade-top-gradient-background) {
	align-items: flex-start;
}

.wp-block-cover .has-black-fade-top-gradient-background,
.wp-block-cover .has-black-fade-bottom-gradient-background {
	opacity: 0 !important;
}

.wp-block-media-text {
	padding-left: 0;
	padding-right: 0;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: var(--padding) var(--browser-padding);
	margin-left: auto;
	margin-right: auto;
	max-width: 550px;
}

.wp-block-media-text .has-text-align-center {
	max-width: 475px;
	margin-left: auto;
	margin-right: auto;
}


.wp-block-media-text.is-style-two-tone {
	position: relative;
}

.wp-block-media-text.is-style-two-tone:before {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	width: 50%;
	content:"";
	background: rgba(255,255,255,0.3);
}

.wp-block-media-text.is-style-two-tone.has-media-on-the-right:before {
	left: auto;
	right: 0;
}

.wp-block-media-text.is-style-two-tone.has-pale-green-background-color:before {
	background: var(--deep-green);
	opacity: 0.1;
}

.wp-block-media-text.is-style-two-tone.has-pale-lilac-background-color:before {
	background: var(--deep-purple);
	opacity: 0.1;
}

.wp-block-media-text.is-style-two-tone figure {
	position: relative;
	z-index: 2;
}

.wp-block-cover:has(+.outline-block-wrapper):has(.has-black-fade-bottom-gradient-background) .wp-block-cover__inner-container{
	padding-bottom: 120px;
}

.wp-block-table {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	border: 1px solid var(--deep-purple);
	border-bottom-left-radius: 70px;
	border-bottom-right-radius: 20px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	--wp--style--global--content-size: var(--content-size-w-padding);
}

.wp-block-table table th {
	text-align: left;
}

.wp-block-table thead {
	border-bottom: 1px solid #BAB2C3;
}

.wp-block-table td, .wp-block-table th {
	border: 0;
	padding: 20px 32px;
}

.wp-block-table th + th,
.wp-block-table td + td {
	border-left: 1px solid #BAB2C3;
}

.wp-block-table tr:last-child td {
	padding-bottom: 65px;
}

.wp-block-heading + .wp-block-table {
	margin-top: 20px !important;
}

.wp-block-heading.has-background + .wp-block-table {
	margin-top: 0 !important;
	border-top: 0;
}

.outline-block-wrapper {
	border: 1px solid var(--purple);
	padding: var(--padding) !important;
	border-bottom-left-radius: 70px;
	border-bottom-right-radius: 20px;
	position: relative;
	--wp--style--global--content-size: var(--content-size-w-padding);
}

.wp-block-heading.has-background {
	padding: 30px 50px !important;
	--wp--style--global--content-size: var(--content-size-w-padding)
}

.wp-block-cover + .outline-block-wrapper {
	margin-top: -70px !important;
	background: #FFF; 
	position: relative;
	z-index: 20;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	--wp--style--global--content-size: 768px;
}

.wp-block-group.is-layout-grid {
	padding: 0;
}

.wp-block-group.is-style-outline,
.wp-block-group.is-style-outline-exclamation {
	max-height: 500px;
	overflow: auto;
	scrollbar-color: var(--purple) #eee;
  scrollbar-width: thin;
  position: relative;
  padding: 0 !important;
}

.wp-block-group.is-style-outline > *,
.wp-block-group.is-style-outline-exclamation > * {
	padding: 0 !important;
}

.outline-block-wrapper:has(.wp-block-group.is-style-outline-exclamation):after {
	position: absolute;
	left: -48px;
	top: -30px;
	width: 96px;
	height: 222px;
	background: url('img/exclamation-small.svg') center no-repeat;
	background-size: 100%;
	content: "";
	z-index: 20;
}

.wp-block-media-text.is-style-exclamation-accent .wp-block-media-text__media,
.wp-block-media-text.is-style-exclamation-accent .wp-block-media-text__media img {
	position: relative;
}

.wp-block-media-text.is-style-exclamation-accent .wp-block-media-text__media:before {
	position: absolute;
	top:0;
	right:30px;
	bottom:0;
	left:0;
	content:"";
	background: url('img/media-text-exclamation-green.svg') no-repeat;
	background-size: cover;
	background-position: right bottom;
	z-index: 0;
}

.wp-block-media-text.is-style-exclamation-accent.has-media-on-the-right .wp-block-media-text__media:before {
	transform: scaleX(-1);
	right: 0;
	left: 30px;
}

.wp-block-media-text.is-style-exclamation-accent.has-purple-background-color .wp-block-media-text__media:before,
.wp-block-media-text.is-style-exclamation-accent.has-pale-lilac-background-color .wp-block-media-text__media:before {
	background-image: url('img/media-text-exclamation-purple.svg');
}

#page_content > .photo-carousel {
	padding-bottom: 10px;
	margin-bottom: calc(var(--padding) + 35px);
	position: relative;
}

.wp-block-group > .wp-block-list {
	padding-left: calc(var(--browser-padding) + 25px);	
}

.photo-carousel .slick-track {
  display: flex;
}

.photo-carousel .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

.wp-block-group.is-style-exclamation-accent:before {
	width: 400px;
	height: 650px;
	content: "";
	background: url('img/exclamation-accent.webp') center no-repeat;
	background-size: 100%;
	display: block;
	top: 0;
	z-index: 0;
	position: absolute;
	left: 0;
	transform: translateX(-50%);
}

.wp-block-group.is-style-exclamation-accent {
	max-width: 750px !important;
	padding-top: calc(var(--padding) * 2);
	padding-bottom: calc(var(--padding) * 1.25);
}

.wp-block-group.is-style-light-green-circles {
	background-image: url('img/light-green-circles.svg');
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #F5F5F5;
}

.wp-block-group.is-style-light-green-circles.wp-block-group-is-layout-grid {
	padding: 0;
	gap: 0;
	grid-auto-rows: 1fr;
}

.wp-block-group.is-style-light-green-circles.wp-block-group-is-layout-grid > * {
	border: 5px solid #fff;
}

.wp-block-group-is-layout-flex {
	gap: 20px;
}

.wp-block-group.is-content-justification-center.is-layout-flex {
	justify-content: center;
}

.wp-block-group.wp-block-group-is-layout-grid .wp-block-group {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wp-block-group.wp-block-group-is-layout-grid .wp-block-group:has(.wp-block-image:first-child:last-child) {
	padding: 0;
}

.wp-block-group.wp-block-group-is-layout-grid .wp-block-group.wp-block-group-is-layout-flex:has(.wp-block-image:first-child:last-child) > * {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.wp-block-group.wp-block-group-is-layout-grid .wp-block-group.wp-block-group-is-layout-flex > * {
	max-width: 450px;
}

.wp-block-media-text.is-style-silhouette,
.wp-block-media-text.is-style-silhouette-circle {
	position: relative;
}

#page_content > .wp-block-media-text.is-style-silhouette-circle {
	margin-top: 15px;
}

.wp-block-media-text.is-style-silhouette:before,
.wp-block-media-text.is-style-silhouette-circle:before {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	content:"";
	background: #FFF;
}
/*overlay background color in correct shape*/
.wp-block-media-text.is-style-silhouette-circle:after {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	content:"";
	background-color: inherit;
	mask-image: url('img/circle-cutout.svg');
	mask-size: cover;
	mask-position: bottom right;
}
.wp-block-media-text.is-style-silhouette:after {
  position: absolute;
  top:40px;
  right:0;
  bottom:0;
  left:0;
  content:"";
  background-color: inherit;
}

.wp-block-media-text.is-style-silhouette.has-media-on-the-right:after,
.wp-block-media-text.is-style-silhouette-circle.has-media-on-the-right:after {
	transform: scaleX(-1);
}

.wp-block-media-text.is-style-silhouette > *,
.wp-block-media-text.is-style-silhouette-circle > * {
	position: relative;
	z-index: 2;
}

.wp-block-media-text.is-style-silhouette .wp-block-media-text__media,
.wp-block-media-text.is-style-silhouette-circle .wp-block-media-text__media {
	display: flex;
	height: 100%;
	align-items: flex-end;
	justify-content: center;
}

.wp-block-media-text.is-style-silhouette .wp-block-media-text__media:before,
.wp-block-media-text.is-style-silhouette-circle .wp-block-media-text__media:before {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	width: 50%;
	content:"";
	z-index: -1;
	background: #FFF;
	display: block;
}

.wp-block-media-text.is-style-silhouette.has-media-on-the-right .wp-block-media-text__media:before,
.wp-block-media-text.is-style-silhouette-circle.has-media-on-the-right .wp-block-media-text__media:before {
	left: auto;
	right: 0;
}

.wp-block-media-text.is-style-silhouette .wp-block-media-text__content,
.wp-block-media-text.is-style-silhouette-circle .wp-block-media-text__content {
	padding-top: var(--padding);
	padding-bottom: var(--padding);
	max-width: none;
}

.wp-block-media-text.is-style-silhouette .wp-block-media-text__content > *,
.wp-block-media-text.is-style-silhouette-circle .wp-block-media-text__content > * {
	max-width: 600px;
}

.wp-block-media-text.is-style-silhouette.has-media-on-the-right .wp-block-media-text__content > *,
.wp-block-media-text.is-style-silhouette-circle.has-media-on-the-right .wp-block-media-text__content > * {
	margin-left: auto;
	margin-right: 0;
}

.stats-counter__wrapper .stat-item {
	display: none;
	height: 500px;
	text-align: center;
	background: #FAFAFA;
	display: none;
	align-items: center;
	justify-content: center;
}

.stats-counter__wrapper .stat-item.active {
	display: flex;
  flex-direction: column;
  gap: 25px;
}

/*display none to let fadeIn() effect work between slides*/
.stats-counter__wrapper .stat-item p {
	display: none;
}

.small-cards__wrapper.horizontal {
	display: flex;
	gap: 5%;
	container-type: inline-size;
}

.small-cards__wrapper.vertical {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.small-cards__wrapper.horizontal .small-card {
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: #FAFAFA;
	padding: 30px 20px;
	flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  position: relative;
}

.small-cards__wrapper.vertical .small-card {
	position: relative;
	padding-left: 65px;
	padding-top: 35px;
	padding-bottom: 35px;
	max-width: 350px;
}

.small-cards__wrapper.vertical .small-card + .small-card:before {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 0;
	left: 65px;
	height: 1px;
	background: var(--purple);
	opacity: 0.5;
}

.small-cards__wrapper .small-card > * {
	max-width: 250px;
}

.small-cards__wrapper.horizontal .small-card img {
	width: 40px;
	margin-bottom: 8px;
}

.small-cards__wrapper.vertical .small-card img {
	width: 40px;
	position: absolute;
	left: 0;
	top: 40px;
}

.small-cards__wrapper.horizontal .small-card + .small-card:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: -2.5cqi;
  background: var(--purple);
  opacity: 0.5;
}

#hero {
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;
}

#hero.has-deep-green-background-color {
	background: url('img/hero_bg_desktop.svg') center no-repeat;
	background-size: cover;
}

#hero.has-deep-blue-background-color {
	padding: 0;
}

#hero > .hero-image {
	line-height: 0;
}

#hero.half-image .container {
	padding-top: var(--padding);
	padding-bottom: var(--padding);
}

#hero.half-image .container h1 {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
}

#hero > .hero-image img {
	width: auto;
	max-height: 100%;
}

#hero.full-image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
	margin: 0;
	max-width: 100%;
	z-index: 0;
}

#hero.full-image .container {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	max-width: 800px;
}

#hero.half-image .container {
	width: 50%;
}

#hero.half-image .post-thumbnail {
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#hero.half-image .post-thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gform_body {
	--gf-form-gap-y: 25px;
	--gf-ctrl-label-color-primary: var(--deep-blue);
  --gf-ctrl-label-font-size-primary: 18px;
}

.has-purple-background-color .gform_body,
.has-deep-blue-background-color .gform_body,
.has-deep-purple-background-color .gform_body,
.has-deep-green-background-color .gform_body {
	--gf-ctrl-label-color-primary: #fff;
	--gf-ctrl-label-color-req: #fff;
	--gf-ctrl-label-font-weight-primary: 400;
  --gf-ctrl-btn-bg-color-primary: var(--lilac);
	--gf-ctrl-label-font-size-req: 16px;
}

.gform_footer {
	--gf-ctrl-btn-radius: 10px 30px;
    --gf-ctrl-btn-border-width-primary: 3px;
    --gf-ctrl-btn-border-color-primary: var(--deep-blue);
    --gf-ctrl-btn-border-color-hover-primary: var(--deep-blue);
	--gf-ctrl-btn-color-primary: #fff;
	--gf-ctrl-btn-color-hover-primary: var(--deep-blue);
    --gf-ctrl-btn-bg-color-primary: var(--deep-blue);
    --gf-ctrl-btn-bg-color-hover-primary: transparent;
    --gf-ctrl-btn-font-size: 18px;
    --gf-ctrl-btn-font-weight: 600;
    --gf-ctrl-btn-padding-x: 2em;
    --gf-ctrl-btn-padding-y: 0.8em;
}

.gform_footer button {
	transition: 0.6s all;
}

.gform_footer button:hover {
	--gf-ctrl-btn-radius: 30px;
}

.has-purple-background-color .gform_footer,
.has-deep-blue-background-color .gform_footer,
.has-deep-purple-background-color .gform_footer,
.has-deep-green-background-color .gform_footer {
	--gf-ctrl-btn-color-primary: var(--deep-purple);
	--gf-ctrl-btn-color-hover-primary: var(--lilac);
    --gf-ctrl-btn-bg-color-primary: var(--lilac);
    --gf-ctrl-btn-border-color-primary: var(--lilac);
    --gf-ctrl-btn-border-color-hover-primary: var(--lilac); 
}

.testimonial__wrapper {
	margin-top: 45px;
	margin-bottom: calc(var(--padding) * 2);
}

#page_content>*.alignfull+.alignfull.testimonial__wrapper {
	margin-top: 45px;
}

#page_content > div:not(.wp-block-group) + .testimonial__wrapper {
    margin-top: calc(var(--padding)* 2);
    margin-bottom: calc(var(--padding)* 1.5);
}

.testimonial-carousel {
	background: #CFDEDE;
	box-shadow: 0 5px 12px rgba(0,0,0,0.16);
	position: relative;
}

.testimonial-carousel.purple {
	background: var(--pale-lilac);
}

.testimonial-carousel:before {
	content: "";
	width: 145px;
	height: 98px;
	position: absolute;
	top: -40px;
	left: var(--browser-padding);
	background: url('img/quotation-green.webp') center no-repeat;
	background-size: 100%;
}

.testimonial-carousel.purple:before {
	background-image: url('img/quotation-purple.webp');
}

.icon-inside .testimonial-carousel:before {
	background-image: url('img/quote-simple.svg');
	opacity: 0.4;
	top: 50px;
	left: 15%;
}

.icon-inside .testimonial-carousel blockquote > * {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.icon-top .testimonial-carousel blockquote {
	color: var(--deep-blue);
}

.icon-top .testimonial-carousel blockquote cite {
	color: var(--deep-blue);
}

.testimonial-carousel blockquote {
	text-align: left;
	margin: 0;
}

.testimonial-carousel blockquote cite {
	margin-top: 12px;
}

.testimonial-carousel .slick-track {
  display: flex;
  align-items: center;
}

body .slick-disabled {
	opacity: 0;
} 

body .slick-next, 
body .slick-prev {
	width: 50px;
	transition: 0.5s transform, 0.3s opacity;
  padding: 10px 0;
  height: 50px;
}

body .slick-prev {
	left: -60px;
}

body .slick-prev:hover {
	transform: translate(-10px,-50%);
}

body .slick-next {
	right: -60px;
}

body .slick-next:hover {
	transform: translate(10px,-50%);
}

.accordion-group + .accordion-group {
	margin-top: 20px;
}

.accordion-group-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	cursor: pointer;
}

.accordion-group-title .icon {
	display: inline-block;
	width: 50px;
	height: 36px;
	background: url('img/arrow-right-white.svg') center no-repeat;
	background-size: 100%;
	transition: 0.4s background;
}

.accordion-group.open .accordion-group-title .icon {
	background-image: url('img/icon-x-white.svg');
	width: 36px;
}

.accordion-group-body {
	padding: 50px 60px 60px;
	overflow: hidden;
	display: none;
	border: 1px solid var(--purple);
	border-top: 0;
	border-bottom-left-radius: 70px;
	border-bottom-right-radius: 20px;
}

.accordion-group.open .accordion-group-body {
	display: block;
}

.inner-accordion-item {
	min-height: 70px;
	padding-left: 80px;
}

.inner-accordion-item .paragraph {
	display: none;
}

.inner-accordion-title {
	cursor: pointer;
	position: relative;
}

.inner-accordion-title:before {
	left: -100px;
	top: 0;
	width: 70px;
	height: 70px;
	background: url('img/arrow-right.svg') center top 15px no-repeat;
	background-size: 50px;
	content: "";
	position: absolute;
	display: block; 
	transition: 0.4s background;
}

.inner-accordion-item.open .inner-accordion-title:before {
	background-image: url('img/icon-x-purple.svg');
	background-size: 30px;
}

.inner-accordion-title a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.inner-accordion-item.open .paragraph {
	display: block;
}

.inner-accordion-item + .inner-accordion-item {
	margin-top: 30px;
}

.flip-card__wrapper {
	--button-color: var(--lilac);
	--button-text: var(--deep-purple);
    border: 1px solid var(--purple);
    border-radius: 10px 10px 20px 70px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    max-width: 400px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    perspective: 1000px;
    height: 750px;
    overflow: hidden;
}

.flip-card__wrapper .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card__wrapper.flipped .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card__wrapper .flip-card-front, 
.flip-card__wrapper .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
}

.flip-card__wrapper .wp-block-button__link:hover {
	--button-color: var(--deep-purple);
}

.flip-card__wrapper .flip-card-back {
	transform: rotateY(180deg);
}

.flip-card__wrapper .photo {
	position: relative;
	line-height: 0;
	height: 325px;
	text-align: center;
}

.flip-card__wrapper .photo img {
    filter: saturate(0.35);
    mix-blend-mode: luminosity;
    height: 325px;
    width: auto;
    object-fit: contain;
    object-position: bottom;
}

.flip-card__wrapper .photo:before {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	content:"";
	background: var(--lilac);
	opacity: 0.25;
	z-index: -1;
}

.flip-card__wrapper .flip-card-back .photo:before {
	display: none;
}

.flip-card__wrapper .paragraph {
	padding: 35px;
	position: relative;
	flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.flip-card__wrapper .paragraph .wp-block-buttons {
	margin-top: auto;
	margin-bottom: -10px;
}

.flip-card__wrapper .paragraph * + ul {
	margin-top: 0;
}

.flip-card__wrapper .paragraph .flip-arrow {
	cursor: pointer;
	position: absolute;
	right: 30px;
	bottom: 50px;
	transition: 0.4s transform;
	width: 50px;
}

.flip-card__wrapper .paragraph .flip-arrow:hover {
	transform: translateX(10px);
}

.scrollable-cards__wrapper.scroll .slick-list {
	overflow: visible;
	padding-bottom: 15px;
}

.scrollable-cards__wrapper.scroll .slick-prev {
	top: 100%;
	left: 50%;
	margin-left: -60px;
}

.scrollable-cards__wrapper.scroll .slick-next {
	top: 100%;
	right: 50%;
	margin-right: -60px;
}
 
.scrollable-cards__wrapper.scroll .card {
	min-height: 500px;
	padding: 20px;
  transition: transform .3s ease;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
	width: 350px;
	margin: 20px;
  position: relative;
  overflow: hidden;
}

.scrollable-cards__wrapper.scroll .card:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 10px;
	width: 125px;
	height: 400px;
	z-index: 0;
	background: url('img/exclamation-small.svg') top left no-repeat;
	background-size: 100%;
	transform: rotate(-5deg);
}

.scrollable-cards__wrapper.scroll .card * {
	position: relative;
}

.scrollable-cards__wrapper.carousel .slick-list {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.scrollable-cards__wrapper.carousel .scrollable-cards__inner-container {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}


.scrollable-cards__wrapper.carousel .card {
	height: 450px;
	width: 275px;
	opacity: 0.5;
	padding: 15px;
  transition: transform .3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
	transform: scale(0.9);
	box-shadow: 0 3px 5px rgba(0,0,0,0.16);
	--button-color: #fff;
}

.scrollable-cards__wrapper.carousel .card.blog-card {
	height: 275px;
}

.scrollable-cards__wrapper.carousel .card:not(.slick-active) {
	opacity: 0;
}

.scrollable-cards__wrapper.carousel .card:not(.slick-current) > * {
	opacity: 0;
}

.scrollable-cards__wrapper.carousel .card:has(~.slick-current) {
	margin-right: -150px;
}

.scrollable-cards__wrapper.carousel .card:has(+.slick-current) {
	width: 330px;
	margin-right: -150px;
	transform: scale(1);
	z-index: 5;
}

.scrollable-cards__wrapper.carousel .slick-current ~ .card {
	margin-left: -150px;	
}

.scrollable-cards__wrapper.carousel .slick-current + .card {
	width: 330px;
	margin-left: -150px;
	transform: scale(1);
	z-index: 5;
}

.scrollable-cards__wrapper.carousel .card.basic-card {
	overflow: hidden;
	padding-left: 120px;
}
.scrollable-cards__wrapper.carousel .card.basic-card:before {
	position: absolute;
	top:-10px;
	bottom:-10px;
	left:-50px;
	right: 0;
	content:"";
	background: url('img/exclamation-small.svg') left center no-repeat;
	background-size: auto 100%;
	z-index: 0;
}

.scrollable-cards__wrapper.carousel .card.basic-card > * {
	position: relative;
}

.scrollable-cards__wrapper.carousel .card p {
	line-height: 1.25em;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.scrollable-cards__wrapper.carousel .blog-card {
  justify-content: flex-end;
  padding: 15px 25px;
  background-size: cover;
}

.scrollable-cards__wrapper.carousel .blog-card:before {
	background: #000 !important;
	opacity: 0.4;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	content:"";
	z-index: 0;
}

.scrollable-cards__wrapper.carousel .blog-card > * {
	position: relative;
}

.scrollable-cards__wrapper.carousel .card.slick-current {
    opacity: 1;
  transform: scale(1.15);
  z-index: 10;
}

/*blog*/
#blog_spotlight__wrapper {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#blog_spotlight__wrapper .featured-post {
	flex: 1;
	position: relative;
	padding-left: 28px;
	padding-right: 28px;
}

#blog_spotlight__wrapper .featured-post + .featured-post:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	background: var(--purple);
	opacity: 0.5;
	width: 1px;
}

#blog_spotlight__wrapper .featured-post:last-child:after {
	display: none;
}

#blog_spotlight__wrapper .featured-post:first-child {
	flex-basis: 100%; 
	flex-grow: 1;
	margin-bottom: 30px;
	display: flex;
	background: #f5f5f5;
	flex-direction: row-reverse;
	padding: 0;
}

#blog_spotlight__wrapper .featured-post:first-child > a {
	display: block;
	flex: 50% 0 0;
}

#blog_spotlight__wrapper .featured-post:first-child > a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#blog_spotlight__wrapper .featured-post:first-child > .paragraph {
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: var(--browser-padding);
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	gap: 15px;
}

.format {
	color: var(--purple);
}

.format.video {
	color: var(--deep-green);
}

.format.podcast {
	color: var(--deep-purple);
}

.slick-dots {
	bottom: -35px !important;
}

.slick-dots li {
	margin-left: 8px !important;
	margin-right: 8px !important;
}

.slick-dots li button:before {
	color: var(--deep-purple) !important;
	opacity: 0.4;
	padding: 0;
	font-size: 20px !important;
}

.slick-dots li.slick-active button:before {
	opacity: 1 !important;
}

#blog_podcasts__wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: calc(var(--padding) + 35px);
}

.podcast-episode {
	display: flex !important;
	margin: 0 10px;
	text-decoration: none !important;
}

.podcast-episode .photo {
	display: inline-block;
	width: 50%;
	aspect-ratio: 1 / 1;
	position: relative;
}

.podcast-episode .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}

.podcast-episode .details {
	font-size: 1rem;
	display: inline-flex;
	width: 50%;
	flex-direction: column;
	justify-content: center;
	vertical-align: top;
	gap: 15px;
	padding: 40px;
}

.alignwide:has(#blog_featured__wrapper) {
	margin-top: 0 !important;
}

#blog_featured__wrapper {
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, 1fr);	
	grid-template-rows: repeat(12, 1fr);	
	grid-auto-flow: column;
	grid-gap: 80px;
}

#blog_featured__wrapper .featured-post {
	position: relative;
}

#blog_featured__wrapper .featured-post img {
	width: 100%;
}

#blog_featured__wrapper:after,
#blog_featured__wrapper .featured-post:after {
	width: 100%;
	height: 1px;
	position: absolute;
	background: #BAB2C3;
	bottom: -40px;
	content: "";
}

#blog_featured__wrapper:after,
#blog_featured__wrapper .featured-post:nth-child(1):after {
	width: 1px;
	height: 100%;
	right: -40px;
	top: 0;
	bottom: 0;
}

#blog_featured__wrapper:after {
	right: calc(24% - 10px);
	top: 0;
	bottom: 0;
}

#blog_featured__wrapper .featured-post:nth-child(3):after,
#blog_featured__wrapper .featured-post:last-child:after {
	display: none;
}

#blog_featured__wrapper .featured-post h2 {
	  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; 
}

.single-post #page_content {
	--wp--style--global--content-size: 768px;
}


ul.blog-categories {
	padding-left: 0;
	display: flex;
	gap: 50px;
	list-style-type: none;
	flex-wrap: wrap;
}

.post-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 1450px) {
	#main_menu__wrapper > .menu > li:nth-last-child(1):hover > ul,
	#main_menu__wrapper > .menu > li:nth-last-child(2):hover > ul {
		left: auto;
		right: 0;
		text-align: right;
	}

	.mega-menu-contents:has(.show) {
		width: calc(var(--logo-size) * 1.05);
	}

	.mega-menu-item-content.show {
		padding-bottom: 75px;
	}

	.mega-menu-item-content p {
		margin-right: auto;
	}

	.wp-block-media-text.is-style-silhouette,
	.wp-block-media-text.is-style-silhouette-circle {
		grid-template-columns: 40% 1fr;
	}

	.wp-block-media-text.is-style-silhouette.has-media-on-the-right,
	.wp-block-media-text.is-style-silhouette-circle.has-media-on-the-right {
		grid-template-columns: 1fr 40%;
	}

	.wp-block-media-text.is-style-silhouette .wp-block-media-text__content,
	.wp-block-media-text.is-style-silhouette-circle .wp-block-media-text__content {
		padding-bottom: var(--padding);
	}

	.wp-block-media-text.is-style-silhouette .wp-block-media-text__content > *, 
	.wp-block-media-text.is-style-silhouette-circle .wp-block-media-text__content > * {
		max-width: 80%;
	}
}

@media screen and (min-width: 601px) {
	.wp-block-media-text.is-image-fill-element .wp-block-media-text__media {
		min-height: 550px;
	}

	.wp-block-table table th {
		font-size: 22px;
	}
}

@media screen and (min-width: 961px) {
	#hero > .hero-image {
		position: absolute;
		bottom: 0;
		right: 0;
		top: 0;
		left: 325px;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
	}

	#hero.has-deep-green-background-color .container > * {
		max-width: 490px;
	}

	.testimonial-carousel {
		max-width: 1400px;
		width: calc(100% - 120px);
		margin-left: auto;
		margin-right: auto;
	}

	.testimonial-carousel blockquote {
		padding: calc(var(--padding) * 1.25);
		margin: 0;
	}
}


@media screen and (min-width: 1025px) {
	.single-post.left-alignment #page_content > #hero ~ *{
		margin-left: 250px;
	}
}

@media screen and (max-width: 1250px) {
	#page_content > .wp-block-quote,
	#page_content > .wp-block-table,
	#page_content > .wp-block-heading.has-background {
		max-width: 100%;
		width: auto;
		margin-left: var(--browser-padding);
		margin-right: var(--browser-padding);
	}
}

@media screen and (max-width: 1200px) {
	#main_menu__wrapper > .menu > li > a {
		font-size: 21px;
	}

	#main_menu__wrapper > .menu a {
		font-size: 18px;
	}

	.wp-block-media-text.is-style-silhouette .wp-block-media-text__content, 
	.wp-block-media-text.is-style-silhouette-circle .wp-block-media-text__content {
		padding-bottom: calc(var(--padding) / 2);
	}

	.wp-block-media-text.is-style-silhouette-circle:after {
		mask-size: auto 115%;
	}

	.wp-block-media-text.is-style-silhouette .wp-block-media-text__content > *, 
	.wp-block-media-text.is-style-silhouette-circle .wp-block-media-text__content > * {
		max-width: 77%;
	}

	.outline-block-wrapper {
		padding: 30px !important;
	}

	.outline-block-wrapper:has(.wp-block-group.is-style-outline-exclamation) {
		margin-left: 50px !important;
		margin-right: var(--browser-padding) !important;
		width: auto !important;
		padding-left: 50px !important;
	}
}

@media screen and (min-width: 1101px) {
	
	#blog_featured__wrapper .featured-post:nth-child(1) {
		grid-row: 1 / 13;
		grid-column: 1 / 7;
	}

	#blog_featured__wrapper .featured-post:nth-child(2) {
		grid-column: 7 / 10;
		grid-row: 1 / 7;
	}

	#blog_featured__wrapper .featured-post:nth-child(3) {
		grid-column: 7 / 10;
		grid-row: 7 / 13;
	}

	#blog_featured__wrapper .featured-post:nth-child(n+4) {
		grid-column: 10 / 13;
	}

	#blog_featured__wrapper .featured-post:nth-child(4) {
		grid-row: 1 / 5;
	}

	#blog_featured__wrapper .featured-post:nth-child(5) {
		grid-row: 5 / 9;
	}

	#blog_featured__wrapper .featured-post:nth-child(6) {
		grid-row: 9 / 13;
	}
}

@media screen and (max-width: 1100px) {
	#blog_featured__wrapper {
		grid-template-rows: repeat(5, 1fr);
		grid-template-columns: repeat(6, 1fr);
		grid-gap: 40px;
	}

	#blog_featured__wrapper:after {
		display: none;
	}

	#blog_featured__wrapper .featured-post:nth-child(1) {
		grid-row: 1 / 5;
		grid-column: 1 / 4;
	}

	#blog_featured__wrapper .featured-post:nth-child(2) {
		grid-row: 1 / 3;
		grid-column: 4 / 7;
	}

	#blog_featured__wrapper .featured-post:nth-child(3) {
		grid-row: 3 / 5;
		grid-column: 4 / 7;
	}

	#blog_featured__wrapper .featured-post:nth-child(4),
	#blog_featured__wrapper .featured-post:nth-child(5),
	#blog_featured__wrapper .featured-post:nth-child(6) {
		grid-row: 5;
		grid-column: span 2;
/*		overflow: hidden;*/
	}

	#blog_featured__wrapper .featured-post:nth-child(4):after,
	#blog_featured__wrapper .featured-post:nth-child(5):after,
	#blog_featured__wrapper .featured-post:nth-child(6):after {
		bottom: auto;
		top: -20px;
	}

	#blog_featured__wrapper .featured-post:nth-child(4) h2,
	#blog_featured__wrapper .featured-post:nth-child(5) h2,
	#blog_featured__wrapper .featured-post:nth-child(6) h2 {
		-webkit-line-clamp: 3;
	} 

	#blog_featured__wrapper .featured-post:nth-child(1):after {
		right: -20px;
	}

	#blog_featured__wrapper .featured-post:nth-child(6):after {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	.wp-block-media-text.is-style-silhouette-circle .wp-block-media-text__content {
		margin-left: 50px;
	}
	
}
@media screen and (max-width: 1024px) {
	#main_menu__wrapper .menu {
		display: none;
	}	

	#page_content > .wp-block-quote,
	.wp-block-group > .wp-block-quote,
	#page_content > .wp-block-quote.is-style-quote-right,
	.wp-block-group > .wp-block-quote.is-style-quote-right {
		padding: 50px !important;
		padding-top: 100px !important;
	}

	.wp-block-quote:before {
		left: 20px !important;
	}

	#page_content > .wp-block-quote.is-style-quote-right:before,
	.wp-block-group > .wp-block-quote.is-style-quote-right:before {
		right: 20px !important;
		left: auto !important;
	}

	.flip-card__wrapper .paragraph {
		padding: 25px;
	}

	.flip-card__wrapper .paragraph .flip-arrow {
		right: 25px;
	}
}

@media screen and (max-width: 1023px) {
	footer .social-icons {
		justify-content: center;
	}

	footer .grid .tile {
		width: 100% !important;
	}

	footer .gform_title {
		text-align: center;
		margin-top: 20px;
	}

	footer .tile.left-side {
		flex-wrap: wrap;
		gap: 30px;
	}

	footer .tile.left-side > *{
		flex-basis: 100%;
	}

	footer #logo_wrapper {
		text-align: center;
		margin-bottom: 20px;
	}

	footer .contact {
		max-width: 250px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.gform_wrapper {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	footer #copyright {
		text-align: center;
		padding-top: 20px;
		border-top: 1px solid;
		margin-top: 40px;
	}

	.wp-block-media-text.is-style-silhouette, 
	.wp-block-media-text.is-style-silhouette-circle {
		
	}

	.wp-block-media-text.is-style-silhouette .wp-block-media-text__media:before, 
	.wp-block-media-text.is-style-silhouette-circle .wp-block-media-text__media:before {
		width: 100%;
		left: 0;
		right: 0;
	}

	.wp-block-media-text.is-style-silhouette .wp-block-media-text__content > *, 
	.wp-block-media-text.is-style-silhouette-circle .wp-block-media-text__content > * {
		max-width: 85%;
	}

	.wp-block-media-text.is-style-silhouette-circle .wp-block-media-text__media:before {
		display: none;
	}
}

@media screen and (max-width: 960px) {
	#hero.has-deep-green-background-color {
			background-image: url('img/hero_bg_mobile.svg');
			padding-top: 90px;
/*			padding-bottom: 40px; removed for bottom aligned images*/
			height: auto;
			flex-direction: column;
	}

	#hero:has(img) {
		padding-bottom: 0;
	}

	.stats-counter__wrapper .stat-item {
		height: 400px;
	}

	.testimonial-carousel blockquote {
		padding: 40px;
	}

	.testimonial-carousel .slick-next, 
	.testimonial-carousel .slick-prev {
		left: 50%;
		top: 100%;
		right: auto;
	}

	.testimonial-carousel .slick-prev {
		margin-left: -20px;
		transform: translate(-30px, 0);
	}

	.testimonial-carousel .slick-next {
		margin-right: -20px;
		transform: translate(30px, 0);
	}

	.testimonial-carousel .slick-prev:hover {
		transform: translate(-40px, 0);
	}

	.testimonial-carousel .slick-next:hover {
		transform: translate(40px, 0);
	}

	.small-cards__wrapper {
		gap: 50px;
		flex-direction: column;
    align-items: center;
	}

	.small-cards__wrapper .small-card {
		width: 400px;
		max-width: 100%;
	}

	.small-cards__wrapper.horizontal .small-card + .small-card:before {
		top: -25px;
		left: 0;
		right: 0;
		width: 100%;
		height: 1px;
	}

	#page_content > .wp-block-separator.is-style-wide {
    margin-left: var(--browser-padding);
    margin-right: var(--browser-padding);
    width: auto;
	}

	#page_content > .wp-block-separator.is-style-wide-tall {
    margin-top: var(--padding);
    margin-bottom: var(--padding);
    margin-left: var(--browser-padding);
    margin-right: var(--browser-padding);
    width: auto;
	}

	.flip-card__wrapper {
		height: 800px;
	}

	.podcast-episode {
		display: block !important;
		line-height: 1em;
		background: var(--grey-green);
	}

	.podcast-episode .photo {
		width: 100%;
		aspect-ratio: auto;
		height: 300px;
	}

	.podcast-episode .details {
		width: 100%;
	}

	#blog_spotlight__wrapper .featured-post {
		flex-basis: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	#blog_spotlight__wrapper .featured-post + .featured-post:after {
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
		height: 1px;
		width: auto;
	}

	#blog_spotlight__wrapper .featured-post:first-child {
		flex-direction: column;
		margin-left: calc(var(--browser-padding) * -1);
		margin-right: calc(var(--browser-padding) * -1);
	}

	#blog_spotlight__wrapper .featured-post:first-child > a {
		flex: 350px 0 0;
		height: 350px;
	}

	#blog_podcasts__wrapper .slick-track {
    display: flex !important;
	}
	#blog_podcasts__wrapper .slick-slide{
    height: inherit !important;
	}
}

@media screen and (max-width: 781px) {
	header #top #logo {
		padding-bottom: 40px;
	}

	.wp-block-cover:has(.has-black-fade-top-gradient-background),
	.wp-block-cover:has(.has-black-fade-bottom-gradient-background) {
		min-height: 550px;
	}

	.flip-card__wrapper {
		height: 700px;
		margin-left: auto;
		margin-right: auto;
	}

	.icon-inside .testimonial-carousel:before {
		top: 20px;
		left: 20px;
	}

	.wp-block-cover + .outline-block-wrapper {
		width: auto !important;
		margin-left: calc(var(--browser-padding) / 2) !important;
		margin-right: calc(var(--browser-padding) / 2) !important;
	}

	.wp-block-heading.has-background {
		padding: 20px 30px !important;
	}

	.wp-block-table td, .wp-block-table th {
		padding: 15px 20px;
	}

	.wp-block-columns.is-style-two-wide-mobile>.wp-block-column {
		flex-basis: calc(50% - 12px)!important;
	}
}


@media screen and (max-width: 768px) {
		:root {
		--h1-size: 55px;
		--h2-size: 40px;
		--h3-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.wp-block-media-text.is-style-silhouette-circle {
		padding-bottom: 40px;
	}

	.wp-block-media-text.is-style-silhouette-circle:after {
		mask-image: url('img/circle-cutout-mobile.svg');
		mask-position: bottom center;
		mask-size: cover;
	}

	#blog_featured__wrapper {
		display: flex;
		flex-direction: column;
	}

	#blog_featured__wrapper .featured-post:nth-child(1) {
		padding-bottom: 20px;
	}
	#blog_featured__wrapper .featured-post:nth-child(1):after {
		width: 100%;
		height: 1px;
		bottom: -10px;
		right: auto;
		left: 0;
		top: auto;
	}

	ul.blog-categories {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	#hero.half-image {
		display: flex;
		flex-direction: column-reverse;
		height: auto;
	}

	#hero.half-image .container {
    width: 100%;
	}

	#hero.half-image .post-thumbnail {
		width: 100%;
		height: 350px;
		flex-shrink: 0;
		position: relative;
		top: auto;
		left: auto;
	}

	.wp-block-group.is-style-exclamation-accent {
		padding-top: var(--padding);
		padding-bottom: var(--padding);
	}

	.wp-block-group.is-style-exclamation-accent:before {
		width: 170px;
		height: 300px;
		transform: translateX(-30%);
	}

	.wp-block-group.wp-block-group-is-layout-grid {
		display: flex;
		flex-direction: column;
	}

	.wp-block-group.is-style-light-green-circles {
		background-size: 800px;
	}

	.wp-block-group.is-style-light-green-circles.wp-block-group-is-layout-grid > * {
		border-left-width: 10px;
		border-right-width: 10px;
	}

	.is-style-light-green-circles.wp-block-group-is-layout-grid > .wp-block-group:nth-child(4) {
		background-image: url('img/bottom-green-circle.svg');
		background-size: 450px;
		background-repeat: no-repeat;
		background-position: left bottom;
	}
}

@media screen and (max-width: 600px) {
	#footer_main > .wp-block-group {
		background-image: url('img/footer-bg-mobile.webp');
	}

	footer .left-side .menu {
		gap: 40px;
		text-align: center;
		flex-direction: column;
		align-items: center;
	}

	footer .navigation-menu ul.menu li ul {
		align-items: center;
	}

	.wp-block-media-text.is-style-silhouette .wp-block-media-text__content > *, 
	.wp-block-media-text.is-style-silhouette-circle .wp-block-media-text__content > * {
		max-width: 100%;
	}

	.wp-block-media-text.is-style-two-tone:before {
		display: none;
	}

	.wp-block-media-text.is-style-two-tone .wp-block-media-text__media:before {
		position: absolute;
		top:0;
		bottom:0;
		left:0;
		right: 0;
		content:"";
		background: rgba(255,255,255,0.3);
		z-index: -1;
	}

	.wp-block-media-text.is-style-two-tone.has-pale-green-background-color .wp-block-media-text__media:before {
		background: var(--deep-green);
		opacity: 0.1;
	}

	.wp-block-media-text.is-style-two-tone.has-pale-lilac-background-color .wp-block-media-text__media:before {
		background: var(--deep-purple);
		opacity: 0.1;
	}

	.wp-block-media-text.is-style-two-tone .wp-block-media-text__media img {
		position: relative;
		z-index: 2;
	}

	.wp-block-quote,
	.wp-block-quote.is-style-quote-right {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.wp-block-quote p {
		font-size: 21px;
	}

	.stats-counter__wrapper .stat-item {
		height: 350px;
	}

	.small-cards__wrapper .small-card {
		width: 100%;
	}

	.small-cards__wrapper.vertical .small-card img {
		width: 30px;
	}

	.small-cards__wrapper.vertical .small-card {
		padding-left: 50px;
	}

	.small-cards__wrapper.vertical .small-card + .small-card:before {
		left: 50px;
	}

	.wp-block-table {
		border: 0;
	}

	.wp-block-table td, .wp-block-table th {
		padding: 15px 10px;
	}

	.wp-block-table tr:last-child td {
		padding-bottom: 50px;
	}
}