/*
Theme Name: PE-WIN (Public)
Description: A custom built WordPress theme for PE-WIN.
Author: Lunar Shift
Author URI: https://www.lunarshift.com/
Version: 1.0
*/

@font-face {
font-family:"PP Migra";
src:
url("fonts/PPMigra-Extrabold/PPMigra-Extrabold.woff2") format("woff2"),url("fonts/PPMigra-Extrabold/PPMigra-Extrabold.woff") format("woff"),url("fonts/PPMigra-Extrabold/PPMigra-Extrabold.otf") format("opentype");
font-display:auto;font-style:normal;font-weight:800;font-stretch:normal;
}
@font-face {
font-family:"PP Migra";
src:
url("fonts/PPMigra-Light/PPMigra-Light.woff2") format("woff2"),url("fonts/PPMigra-Light/PPMigra-Light.woff") format("woff"),url("fonts/PPMigra-Light/PPMigra-Light.otf") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

html {
	font-size: 10px;
}

@media (max-width: 1200px) {
	html {
		font-size: 9px;
	}
}
@media (max-width: 900px) {
	html {
		font-size: 8px;
	}
}
@media (max-width: 600px) {
	html {
		font-size: 7px;
	}
}

@media (max-width: 900px) {			
	html #wpadminbar {
		/* display: none !important; */
	}
}

@media (min-width: 901px) {
	.mobile-only {
		display: none;
	}
}
@media (max-width: 900px) {
	.desktop-only {
		display: none;
	}
}


:root {
	--emerald: #085c5a;
	--dark-emerald: #084a45;
	--sky: #a3d0d9;
	--dark-sky: #80b3b8;
	--white: #ffffff;
	--pearl: #eaece8;
	--dark-pearl: #d7d9d1;
	--light-gray: #a1a39e;
	--medium-gray: #787875;
	--dark-gray: #474745;
	--charcoal: #171717;
	--dark-charcoal: #000000;
	--rosewood: #592430;
	--gold: #cfb67b;
	--apricot: #ef7338;
	--blush: #c49ba3;
	
	--mobile-menu-width: 300px;
	--nav-transform-timing: 0.4s;
}

body {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	background: var(--pearl);
	color: var(--charcoal);
	font-size: 18px;
	padding-top: 190px;
}
@media (max-width: 1200px) {
	body {
		padding-top: 132px;
	}
}

body.small-nav .member-login {
	transform: translateY(-100%);
}
@media (min-width: 901px) {
	body.small-nav header .logo {
		scale: 0.8;
	}
}
body.small-nav .nav {
	transform: translateY(-42px);
    padding-top: 20px;
    min-height: 90px;
}
body.small-nav .nav .menu .sub-wrap {
	top: 120px;
}

body.small-nav .nav .menu {
	margin-right: 0;
}
.nav .menu .nav-login {
	/* margin-left: 10px; */
	margin-left: 14px;
}
body .nav .menu li.nav-login a {
	color: var(--sky);
	border-color: var(--sky);
}
body .nav .menu li.nav-login a:hover {
	color: var(--dark-sky);
	border-color: var(--dark-sky);
}
.nav .menu {
	margin-right: -245px;
	margin-right: -205px;
	transition: margin var(--nav-transform-timing) ease;
}
.nav .wrap {
	overflow-x: clip;
}
.nav .wrap,
.member-login .wrap {
	padding-left: 0;
	padding-right: 0;
}

.nav,
.member-login {
	padding-left: 40px;
	padding-right: 40px;
}
.nav {
	padding-top: 50px;
	min-height: 150px;
	background: var(--charcoal);
	text-align: right;
    z-index: 100;
    position: relative;
	border-bottom: 1px solid var(--pearl);
	position: fixed;
	width: 100%;
	top: 42px;
	transition: all var(--nav-transform-timing) ease;
}
.admin-bar .nav {
	top: calc( var(--wp-admin--admin-bar--height) + 42px);
}
.nav .logo {
	float: left;
	z-index: 1;
	transition: scale var(--nav-transform-timing) ease;
	transform-origin: left center;
}
.nav[data-bgcolor=green] {
	background: var(--emerald);
}
.nav[data-bgcolor=black] .menu a {
	/* color: var(--light-gray); */
	color: var(--pearl)
}
.nav[data-bgcolor=green] .menu a {
	color: var(--pearl);
}
.nav .menu li {
	text-align: left;
}
.nav .menu li.call-to-action a {
    letter-spacing: 1px;
    font-weight: 450;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 25px;
    color: var(--pearl);
    border: 1px solid var(--pearl);
    text-transform: uppercase;
    transition: 0.2s color ease, 0.2s border-color ease;
}
.nav .menu li.call-to-action a:hover {
	color: var(--sky);
	border-color: var(--sky);
}
.nav .menu > li > a {
	padding: 15px;
	font-size: 16px;
	letter-spacing: 1px;
	display: block;
}
.nav .menu a:hover {
	color: var(--sky);
}
.nav .menu > li {
	display: inline-block;
	margin-left: 30px;
}
@media (min-width: 1200px) AND (max-width: 1300px) {
	.nav .menu > li {
		margin-left: 18px;
	}
}
.nav .menu > li.menu-item-has-children.open {
	padding-bottom: 53px;
}
.nav .menu .sub-menu::before {
    content: "";
    position: absolute;
    left: -calc(100vw - 690px);
    width: calc(100vw);
    background: var(--charcoal);
    z-index: -1;
    height: 100%;
}
.nav .menu .sub-wrap {
	display: none;
	border-top: 1px solid var(--pearl);
	background: var(--charcoal);
	position: absolute;
    width: 100%;
    left: 0;
    top: 150px;
	left: 0;
	right: 0;
	margin: auto;
	border-bottom: 1px solid var(--pearl);
}
.nav .menu .sub-menu li p {
	line-height: 1.5em;
	margin-top: 12px;
}
.nav .menu li.open .sub-wrap {
	display: block;
	z-index: 100;
}
.nav .menu .sub-menu img {
	width: 100%;
	height: 160px; 
	object-fit: cover;
	/* aspect-ratio: 2.5; */
}
.nav .menu .sub-menu {
	display: flex;
	width: 1300px;
	max-width: 100%;
	padding-top: 42px;
	padding-bottom: 42px;
	margin-left: auto;
	margin-right: auto;
}
.nav .menu .sub-menu::before {
	content: "";
	z-index: -1;
	position: absolute;
	left: -10px;
	top: 10px;
	width: 200px;
	height: 200px;
}
.nav .menu .sub-menu li:first-child {
	margin-left: 0;
}
.nav .menu .sub-menu li:last-child {
	margin-right: 0;
}
.nav .menu .sub-menu li {
	margin: 0 14px;
	flex: 1;
}
.nav li.menu-item-has-children:hover > a::after {
	-ms-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
    top: 0px;
}
.nav li.menu-item-has-children > a::after {
    content: url(images/menu-arrow.svg);
    margin-left: 6px;
    top: -3px;
    position: relative;
    display: inline-block;
    line-height: 5px;
	transition: all 0.2s ease;
}

@media (max-width: 1200px) {
	.nav .logo {
		scale: 0.6;
	}
	.nav {
		padding-top: 20px;
		min-height: 90px;
	}
	.nav .menu .sub-wrap {
		top: 89px;
	}
	.nav .menu .sub-menu {
		padding: 28px 20px;
	}
	.nav .menu > li.menu-item-has-children.open {
		padding-bottom: 23px;
	}
}
@media (min-width: 901px) AND (max-width: 1200px) {
	.nav .logo {
		position: absolute;
		left: 20px;
	}
	.nav .menu > li {
		margin-left: 11px;
	}
	.nav .menu > li > a {
		padding-left: 12px;
		padding-right: 12px;
	}
	.nav,
	.member-login {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 901px) AND (max-width: 1100px) {
	body.small-nav header .logo {
		scale: 0.6;
		position: absolute;
		left: 20px;
	}
	.nav .menu > li > a {
		padding-left: 8px;
		padding-right: 8px;
	}
	/* .nav .menu .nav-login, */
	.nav .menu > li {
		margin-left: 0.8vw;
	}
	.nav .menu li.call-to-action a {
		padding-left: 12px;
		padding-right: 12px;
	}
	.nav .menu {
		margin-right: -166px;
	}
	body:small-nav .nav .menu {
		margin-right: 0;
	}
	
}

@media (min-width: 901px) {
	.mobile-menu-wrap {
		display: none;
	}
}
@media (max-width: 900px) {
	.member-login,
	.nav {
		display: none;
	}
	.admin-bar .mobile-menu-wrap {
		top: var(--wp-admin--admin-bar--height);
	}
	.mobile-menu-wrap {
		position: fixed;
		top: 0;
		right: 0;
		height: 50px;
		background: var(--emerald);
		width: 100%;
		z-index: 1000;
		border-bottom: 1px solid var(--white);
	}
	@media (max-width: 600px) {
		.mobile-menu-wrap {
			top: 0;
		}
		#wpadminbar {
			display: none !important;
		}
		html.js {
			margin-top: 0 !important;
		}
	}
	body {
		padding-top: 50px;
	}
	/*body.admin-bar .mobile-menu-wrap {
		top: 46px;
	}*/
	.mobile-menu-wrap .logo {
		height: 26px;
		position: absolute;
		top: 50%;
		left: 20px;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.mobile-menu .desktop-only {
		display: none;
	}
	.mobile-menu img {
		display: none;
	}
	.mobile-menu {
		width: var(--mobile-menu-width);
		position: fixed;
		height: 100%;
		right: calc(var(--mobile-menu-width) * -1);
		background: var(--gold);
		padding: 50px 20px 15px;
		transition: right 0.2s ease;
	}
	.mobile-menu li:first-child {
		border-top: 1px solid var(--white);
	}
	.mobile-menu li {
		border-bottom: 1px solid var(--white);
	}
	.mobile-menu .sub-menu li:not(:first-child) {
		margin-left: 20px;
	}
	.mobile-menu a {
		color: var(--white);
		padding: 20px 0;
		display: block;
		position: relative;
	}
	.mobile-menu li.menu-item-has-children > a::after {
		content: url(images/mobile-arrow.svg);
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 10px;
		position: absolute;
		display: block;
	}
	.mobile-menu li.menu-item-has-children .main-menu {
		font-size: 14px;
		padding-left: 20px;
		text-transform: uppercase;
	}
	.mobile-menu li.menu-item-has-children .main-menu::before {
		content: url(images/mobile-arrow-back.svg);
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		position: absolute;
		line-height: 6px;
		display: block;
	}
	.mobile-menu li.menu-item-has-children .sub-menu {
		position: absolute;
		left: 100%;
		top: 50px;
		height: 100%;
		width: 100%;
		z-index: 5;
		background: var(--gold);
		transition: left 0.2s ease;
	}
	.mobile-menu li.sub-open .sub-menu {
		left: 20px;
	}
	.nav-open .mobile-menu {
		right: 0;
	}
	#handle {
		z-index: 105;
		position: absolute;
		cursor: pointer;
		height: 44px;
		width: 56px;
		top: 2px;
		right: 12px;
		transition: 0.2s right;
	}
	#handle .top {
		top: 8px;
	}
	#handle .middle {
		top: 20px;
	}
	#handle .bottom {
		top: 32px;
	}
	#handle svg {
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		position: absolute;
		/* width: 40px; */
		/* height: 4px; */
		width: 36px;
		height: 3px;
		right: 8px;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	#handle svg rect {
		-webkit-transition: fill 0.2s ease;
		-o-transition: fill 0.2s ease;
		transition: fill 0.2s ease;
		fill: var(--white);
	}
	.nav-open #handle svg rect {
		fill: var(--white);
	}
	.nav-open .logo {
		display: none;
	}
	.nav-open #handle {
		background: transparent;
		right: calc(100% - 54px);
		right: var(--mobile-menu-width);
	}
	.nav-open #handle .top,
	.nav-open #handle .bottom {
		top: 20px;
		right: 8px;
	}
	.nav-open #handle .top {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.nav-open #handle .middle {
		opacity: 0;
	}
	.nav-open #handle .bottom {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@media (max-width: 600px) {
	.admin-bar .mobile-menu-wrap {
		top: 0;
	}
}

* + .cta {
	margin-top: 6rem;
}
.gform_footer input[type=submit],
.cta {
	font-family: neue-haas-grotesk-display, sans-serif;
	background: transparent;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 450;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 25px;
	color: var(--charcoal);
	border: 1px solid var(--charcoal);
	text-transform: uppercase;
	display: inline-block;
	transition: 0.2s color ease, 0.2s border-color ease;
	top: 0;
	position: relative;
	outline: none !important;
}
.gform_footer input[type=submit]:hover,
.cta:hover {
	color: var(--emerald);
	border-color: var(--emerald);
}
.cta:active {
	top: 2px;
}
[data-bgcolor=black] a,
[data-bgcolor=black] a:hover {
    color: var(--sky);
}
[data-bgcolor=black] .cta,
[data-bgcolor=dark-green] .cta {
	color: var(--pearl);
	border-color: var(--pearl);
}
[data-bgcolor=black] .cta:hover,
[data-bgcolor=dark-green] .cta:hover {
	color: var(--sky);
	border-color: var(--sky);
}
[data-bgcolor=red] .cta {
	border-color: var(--white);
	color: var(--white);
}
[data-bgcolor=red] .cta:hover {
	border-color: var(--gold);
	color: var(--gold);
}
[data-bgcolor=green] .cta {
	border-color: var(--white);
	color: var(--white);
}
[data-bgcolor=green] .cta:hover {
	border-color: var(--sky);
	color: var(--sky);
}

.padding-y {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.padding {
	padding-left: 40px;
	padding-right: 40px;
}
@media (max-width: 900px) {
	.padding {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 600px) {
	.padding {
		padding-left: 20px;
		padding-right: 20px;
	}
}

a {
	transition: color 0.2s ease;
	line-height: 1em;
	color: var(--emerald);
}
a:hover {
	color: var(--dark-emerald);
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6,
body h1 + *, body h2 + *, body h3 + *, body h4 + *, body h5 + *, body h6 + * {
    margin-top: 30px;
}
* + p {
    margin-top: 20px;
}
h1 {
	font-weight: 800;
	font-size: 10rem;
	line-height: 1.05em;
	font-family: "PP Migra", sans-serif;
	letter-spacing: 0;
}
@media (max-width: 900px) {
	h1 {
		font-size: 8.5rem;
	}
}
h1.title,
h2.title,
h2 {
	font-weight: 800;
	font-size: 7.2rem;
	line-height: 1.14em;
	font-family: "PP Migra", sans-serif;
	letter-spacing: 0;
}
h3 {
	font-weight: 300;
	font-size: 3.6rem;
	line-height: 1.17em;
	font-family: "PP Migra", sans-serif;
	letter-spacing: 1px;
}
h4 {
	font-weight: 450;
	font-size: 2.8rem;
	line-height: 1.43em;
	font-family: neue-haas-grotesk-display, sans-serif;
	letter-spacing: 1px;
}
h5 {
	font-weight: 450;
	font-size: 2.2rem;
	line-height: 1.45em;
	font-family: neue-haas-grotesk-display, sans-serif;
	letter-spacing: 1px;
}
@media (max-width: 900px) {
	h5 {
		font-size: 20px;
	}
}
h6 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 16px;
	font-weight: 450;
	line-height: 24px;
	letter-spacing: 1px;
}
p, li {
	font-weight: 450;
	font-size: 18px;
	line-height: 1.67em;
	font-family: neue-haas-grotesk-display, sans-serif;
	letter-spacing: 1px;
}
p.small {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
p {
	/* width: 900px; */
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
p a {
	line-height: inherit;
}
p a span {
	line-height: inherit;
}
ul, ol {
	/* margin-left: 30px; */
}
ul li {
	/* list-style: disc outside; */
}
ol li {
	list-style: decimal outside;
}
* + h1, * + h2, * + h2, * + h3, * + h4, * + h5 {
    margin-top: 30px;
}
* + p {
    margin-top: 25px;
}

.wrap {
	width: 1380px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}
.wrap-medium {
	width: 1050px;
}
@media (max-width: 900px) {
	.wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 600px) {
	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 901px) {
	.cols {
		display: -webkit-flex;
		display: flex;
	}
	.cols > a {
		width: 50%;
	}
}

h1.title a {
	color: inherit;
}

#modules {
	margin: auto;
	text-align: center;
}

.member-login {
	background: var(--dark-emerald);
	text-align: right;
	padding-top: 14px;
	padding-bottom: 14px;
	position: relative;
	z-index: 10;
	position: fixed;
	width: 100%;
	top: 0;
	transition: transform var(--nav-transform-timing) ease;
}
.admin-bar .member-login {
	top: var(--wp-admin--admin-bar--height);
}
.member-login a::before {
	content: "";
	position: absolute;
	bottom: -4px;
	height: 1px;
	width: 100%;
	background: var(--white);
	transition: background 0.2s ease;
}
.member-login a:hover::before {
	background: var(--sky);
}
.member-login a {
	color: var(--white);
	position: relative;
	font-size: 14px;
	letter-spacing: 1.5px;
	top: -9px;
	transition: color 0.2s ease;
}
.member-login a:hover {
	color: var(--sky);
}

[data-module]  {
	padding-top: 12rem;
	padding-bottom: 12rem;
}
@media (max-width: 600px) {
	[data-module] {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
}

[data-module=mast] .wrap {
	z-index: 5;
}
[data-module=mast] .overlay,
[data-module=mast] video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	z-index: 1;
}
[data-module=mast] .overlay {
	background: rgba(23,23,23,0.55);
	z-index: 2;
}
[data-module=mast][data-type=centered]::before,
[data-module=mast][data-type=centered]::after {
	content: "";
	position: absolute;
	height: 12rem;
	width: 1px;
	background: var(--white);
	left: 50%;
	z-index: 5;
}
[data-module=mast][data-type=centered]::before {
	top: 0;
}
[data-module=mast][data-type=centered]::after {
	bottom: 0;
}
[data-module=mast][data-type=centered] {
	text-align: center;
	position: relative;
	overflow: hidden;
}
[data-module=mast][data-type=centered] .cta {
	margin-top: 4rem;
}
[data-module=mast][data-type=centered] .wrap {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
	position: relative;
	z-index: 10;
}
[data-module=mast][data-type=centered] .bgimg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    object-fit: cover;
    z-index: 0;
}
@media (max-width: 600px) {
	[data-module=mast][data-type=standard] h1,
	[data-module=mast][data-type=centered] h1 {
		font-size: 8rem;
	}
	[data-module=mast][data-type=centered]::before, 
	[data-module=mast][data-type=centered]::after {
		height: 8rem;
	}
	[data-module=mast][data-type=centered] {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	[data-module=mast][data-type=centered] .wrap {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

.single [data-module=mast][data-type=standard] {
    align-items: stretch;
}

[data-module=mast][data-type=standard] {
    position: relative;
    height: 800px;
	/* Center content */
    display: flex;
    align-items: center;
}
[data-module=mast][data-type=standard] h1 {
	position: relative;
	z-index: 5;
}


.single-initiative [data-module=mast][data-type=standard] .cta {
	margin-bottom: 4rem;
}
@media (min-width: 1101px) {
	.single-initiative [data-module=mast][data-type=standard] .cta {
		float: left;
	}
}
.single-initiative [data-module=mast][data-type=standard] span.arrow {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 23px solid green;
    display: block;
    margin-top: 0;
}
	
@media (min-width: 1101px) {
	/*.single-initiative [data-module=mast][data-type=standard][data-hasText=true] .wrap {*/
	.single-initiative [data-module=mast][data-type=standard][data-hasText=true] .wrap {
		position: relative;
	}
	[data-module=mast][data-type=standard][data-hasText=true] .wrap {
		/* margin-top: -80px; */
	}
}
.single-initiative [data-module=mast] {
    overflow-x: clip;
    overflow-y: visible;
}
.single-initiative [data-module=mast] .wrap {
	position: relative;
}
.single-initiative [data-module=mast]::before,
.single-initiative [data-module=mast]::after {
	content: "";
	position: absolute;
	width: 340px;
	height: 383px;
}

.postid-58.single-initiative [data-module=mast]::before {
    content: url(images/color-bar-orange.svg);
}



.single-initiative [data-module=mast]::before {
    content: url(images/color-bar-blush.svg);
    bottom: -1px;
    left: calc(50% + 420px);
	z-index: 5;
}
.single-initiative [data-module=mast]::after {
    content: url(images/color-bar-rosewood.svg);
    bottom: -200px;
    left: calc(50% + 570px);
    z-index: 1;
}

@media (min-width: 1101px) AND (max-width: 1300px) {
	.single-initiative [data-module=mast]::before {
		bottom: auto;
		top: 0;
		right: -120px;
		left: auto;
	}
}
@media (max-width: 1100px) {
	.single-initiative [data-module=mast]::before,
	.single-initiative [data-module=mast]::after {
		display: none;
	}
}

/*@media (min-width: 1101px) AND (max-width: 1500px) {
	[data-module=mast][data-type=standard] {
		overflow: hidden;
	}
}
@media (min-width: 1351px) AND (max-width: 1500px) {
	.single-initiative [data-module=mast]::before {
		right: 50px;
	}
	.single-initiative [data-module=mast]::after {
		right: 120px;
	}
}
@media (min-width: 1101px) AND (max-width: 1350px) {
	.single-initiative [data-module=mast]::before {
		left: 930px;
		right: auto;
	}
	.single-initiative [data-module=mast]::after {
		right: auto;
		left: 830px;
	}
}
@media (max-width: 1101px) {
	.single-initiative [data-module=mast]::before,
	.single-initiative [data-module=mast]::after {
		display: none;
	}
}*/

@media (min-width: 1101px) {
	[data-module=mast][data-type=standard] .text {
		/* position: absolute; */
		/* left: 550px; */
		margin-left: 530px;
		width: 495px;
		margin-top: 40px;
	}
}
@media (min-width: 1101px) AND (max-width: 1332px) AND (max-height: 775px) {
	[data-module=mast][data-type=standard] .text {
		margin-top: -30px;
	}
}
@media (max-width: 900px) {
	[data-module=mast][data-type=standard] .text {
		right: 30px;
	}
	.single-initiative [data-module=mast][data-type=standard] .wrap {
		position: relative;
	}
}
@media (max-width: 600px) {
	[data-module=mast][data-type=standard] .text {
		
	}
}
[data-module=mast][data-type=standard] .text p {

}
[data-module=mast][data-type=standard] .arrow {
	margin-top: 100px;
}
.single-initiative .arrow-solo {
	display: none;
}
[data-module=mast][data-type=standard] img.bgimg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    /* width: 40%; */
	min-width: 40%;
	width: 550px;
    object-fit: cover;
    margin-top: 0;
    object-position: center 30%;
}
[data-module=mast][data-type=standard] .cols > div:first-child {
	width: 60%;
}
[data-module=mast][data-type=standard] .cols > div:last-child {
	width: 40%;
}
/*@media (min-width: 901px) AND (max-width: 1200px) {
	[data-module=mast][data-type=standard] img.bgimg {
		width: 620px;
	}
}*/
@media (max-width: 1100px) {
	[data-module=mast][data-type=standard] img.bgimg {
		display: none;
	}
	[data-module=mast][data-type=standard] {
		height: auto;
	}
}
@media (min-width: 1101px) {
	[data-module=mast][data-type=standard] h1 {
		padding-right: 28rem;
	}
	[data-module=mast][data-type=standard] {
		max-height: 100vh;
	}
}
@media (max-width: 600px) {
	[data-module=mast][data-type=standard] .arrow {
		margin-top: 50px;
	}
}

[data-bgcolor=red] {
	background: var(--rosewood);
	color: var(--white);
}
[data-bgcolor=white] {
	background: var(--white);
}
[data-bgcolor=sky] {
	background: var(--sky);
}
[data-bgcolor=green] {
	background: var(--emerald);
	color: var(--white);
}
[data-bgcolor=dark-green] {
	background: var(--dark-emerald);
	color: var(--white);
}
[data-bgcolor=black] {
	background: var(--charcoal);
	color: var(--pearl);
}

[data-bgcolor=green] ::-moz-selection{background: var(--charcoal);}
[data-bgcolor=green] ::selection {background: var(--charcoal);}

[data-module=standard] {
	overflow: hidden;
	position: relative;
}
[data-module=standard] .cta + .cta {
	margin-left: 40px;
}
@media (max-width: 600px) {
	[data-module=standard] .cta + .cta {
		margin-left: 11px;
	}
}
[data-module=standard] h4 + h2 {
	margin-top: 4rem;
}
[data-module=standard] .badge {
	position: absolute;
	left: calc(50% + 570px);
	top: 12rem;
}
/*[data-bgcolor=white] + [data-bgcolor=white][data-module=stats] {*/
[data-bgcolor=white]:not(.blue-under) + [data-bgcolor=white] {
	padding-top: 0;
}
[data-module=stats] {
	/* padding-top: 7.5rem; */
	/* padding-bottom: 7.5rem; */
}
.box {
	border: 1px solid var(--charcoal);
	padding: 60px 60px 80px;
	margin: 0 auto 25px;
	max-width: 450px;
	display: block;
}
@media (max-width: 600px) {
	.box {
		padding: 30px 30px 45px;
	}
}
[data-module=stats] .stat-box h3 {
	font-size: 10rem;
	line-height: 1em;
	letter-spacing: 1px;
}
[data-module=stats] .stat-box h3 + h5 {
	margin-top: 0;
}
[data-module=stats] .stat-box h3 + * {
	margin-top: 14px;
}
.box h5,
.box p {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}
* + .boxes {
	margin-top: 8rem;
}
@media (max-width: 600px) {
	* + .boxes {
		margin-top: 6rem;
	}
}
@media (min-width: 901px) {
	.boxes {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.box {
		margin: 0 16px;
		-webkit-flex: 1 0 0;
		-ms-flex: 1 0 0;
		flex: 1 0 0;
		padding: 60px 20px 80px;
	}
	.box:first-child {
		margin-left: 0;
	}
	.box:last-child {
		margin-right: 0;
	}
}
@media (min-width: 901px) AND (max-width: 1200px) {
	[data-module=stats] .stat-box h3 {
		font-size: 9vw;
	}
	[data-module=stats] .stat-box p {
		font-size: 1.7vw;
	}
}

.box {
	transition: background 0.2s ease;
	position: relative;
	top: 0;
	color: var(--charcoal);
}
.box:hover {
	border-color: inherit;
	color: var(--charcoal);
}
a.box:active {
	top: 4px;
}
.box .arrow {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid green;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;
}
.box:nth-child(1) .arrow {
	border-left-color: var(--blush);
}
.box:nth-child(2) .arrow {
	border-left-color: var(--apricot);
}
.box:nth-child(3) .arrow {
	border-left-color: var(--sky);
}
.box:nth-child(4) .arrow {
	border-left-color: var(--rosewood);
}

[data-module=partners] {
	text-align: left;
	position: relative;
	overflow: hidden;
}
[data-module=partners] .triangle {
    position: absolute;
    right: -584px;
    bottom: -830px;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
	z-index: -1;
}
[data-module=partners] .triangle span {
	display: block;
    height: 1510px;
    width: 890px;
    background: var(--gold);
}
[data-module=partners] p {
	width: 700px;
	margin-left: 0;
}
[data-module=partners] .text {
    margin-top: 10rem;
    margin-bottom: 4rem;
}
[data-module=partners] hr {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
@media (max-width: 600px) {
	[data-module=partners] hr {
		margin-top: 7rem;
	}
}

[data-module=cta] {
	text-align: left;
}
@media (max-width: 900px) {
	[data-module=cta] {
		text-align: center;
	}
}
[data-module=cta] #mc_embed_signup {
	position: relative;
}
[data-module=cta] #mc_embed_signup label {
    font-weight: 450;
    letter-spacing: 1px;
	/* font-size: 18px;
	line-height: 1.67em;
	font-family: neue-haas-grotesk-display, sans-serif;*/
}
[data-module=cta] #mc_embed_signup input {
    display: block;
    outline: none;
    border: none;
    background: none;
}
[data-module=cta] #mc_embed_signup input[type=email]::placeholder {
	color: var(--light-gray);
}
[data-module=cta] #mc_embed_signup input[type=email] {
    border-bottom: 1px solid var(--pearl);
    width: 100%;
    margin-top: 10px;
    font-weight: 450;
    /* font-size: 28px; */
    font-size: 18px;
    /* line-height: 2em; */
    line-height: 110px;
    font-family: neue-haas-grotesk-display, sans-serif;
    letter-spacing: 1px;
    color: var(--white);
}
[data-module=cta] #mc_embed_signup input[type=submit] {
    border-bottom: 1px solid var(--pearl);
    font-size: 0;
    border: 1px solid var(--pearl);
    border-radius: 50%;
    width: 48px;
    height: 48px;
	background-color: var(--emerald);
    background-image: url(images/event-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
    position: absolute;
    margin-top: -80px;
    right: 0;
    z-index: 1;
	transition: background-color 0.2s ease;
}
[data-module=cta] #mc_embed_signup input[type=submit]:hover {
	background-color: var(--dark-emerald);
}
[data-module=cta] #mc_embed_signup div.mce_inline_error {
    background-color: var(--apricot);
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 450;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 8px 12px;
    position: absolute;
    width: 100%;
}
[data-module=cta] p {
	font-size: 22px;
}
[data-module=cta] p a,
[data-module=cta] p a * {
	color: inherit;
	font-weight: bold;
}
[data-module=cta] .cols {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
[data-module=cta] .cols > div:first-child:not(:last-child) {
	/* flex-basis: 55%; */
	flex-basis: 58%;
}
[data-module=cta] .cols > div:nth-child(2) {
	/* flex-basis: 40%; */
	flex-basis: 30%;
}
@media (max-width: 900px) {
	[data-module=cta] .cols > div:nth-child(2) {
		margin-top: 4rem;
	}
}
[data-module=cta] .cta {
    height: 116px;
    line-height: 116px;
	border-radius: 58px;
	font-size: 36px;
	color: white;
	border-color: white;
	width: 380px;
	text-align: center;
	font-family: "PP Migra", sans-serif;
	text-transform: none;
	letter-spacing: 1px;
}
@media (max-width: 900px) {
	[data-module=cta] .cta {
		height: 95px;
		line-height: 95px;
		width: 340px;
	}
}
@media (max-width: 600px) {
	[data-module=cta] .cta {
		width: 310px;
		font-size: 34px;
	}
}

[data-module=member-spotlight] {
	text-align: left;
	position: relative;
	overflow: hidden;
}
[data-module=member-spotlight] .triangle {
	position: absolute;
}
[data-module=member-spotlight] .triangle:first-child {
    left: -404px;
    top: -421px;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
[data-module=member-spotlight] .triangle + .triangle {
    right: -584px;
    bottom: -421px;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
[data-module=member-spotlight] .triangle span {
	display: block;
    height: 1510px;
    width: 890px;
    background: var(--gold);
}
[data-module=member-spotlight] .triangle + .triangle span {
	display: block;
    height: 1510px;
    width: 890px;
    background: var(--sky);
}
[data-module=member-spotlight]::after {
	content: "";
	right: 0;
	bottom: 0;
}
[data-module=member-spotlight] h2 + .member {
	margin-top: 12rem;
}
@media (max-width: 1200px) {
	[data-module=member-spotlight] h2 + .member {
		margin-top: 8rem;
	}
}
[data-module=member-spotlight]  .member + .member {
	margin-top: 8rem;
}
[data-module=member-spotlight]  .member {
	position: relative;
}
[data-module=member-spotlight] .member img {
	position: relative;
	z-index: 5;
    width: 520px;
    aspect-ratio: 1.2;
    object-fit: cover;
}
@media (min-width: 901px) AND (max-width: 1200px) {
	[data-module=member-spotlight] .member img {
		max-width: 44vw;
	}
	[data-module=member-spotlight] .triangle:first-child {
		left: -730px;
	}
	[data-module=member-spotlight] .triangle + .triangle {
		right: -640px;
	}
}
[data-module=member-spotlight] hr {
	height: 2px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	width: 60%;
	left: 0;
	background: var(--charcoal);
	border: 0;
	margin: auto;
}
[data-module=member-spotlight]  .member .info {
	border-left: 2px solid var(--charcoal);
	padding-top: 8px;
	padding-bottom: 8px;
}
@media (min-width: 901px) {
	[data-module=member-spotlight]  .member .info {
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		padding-left: 30px;
		position: absolute;
		top: 50%;
		left: 60%;
		max-width: 40%;
		width: 405px;
	}
	[data-module=member-spotlight]  .member:nth-child(2n-1) {
		text-align: right;
	}
	[data-module=member-spotlight] .member:nth-child(2n-1) hr {
		right: 0;
		left: auto;
	}
	[data-module=member-spotlight] .member:nth-child(2n-1) .info {
		padding-left: 0;
		padding-right: 30px;
		border-left: none;
		border-right: 2px solid var(--charcoal);
		position: absolute; 
		left: auto;
		right: 60%;
	}
}
@media (max-width: 900px) {
	[data-module=member-spotlight] .triangle:first-child {
		left: -960px;
	}
	[data-module=member-spotlight] .triangle + .triangle {
		right: -1020px;
	}
	[data-module=member-spotlight] h2 + .member {
		margin-top: 4rem;
	}
	[data-module=member-spotlight] .member .info {
		margin-top: 4rem;
		padding-left: 2rem;
	}
	[data-module=member-spotlight] hr {
		display: none;
	}
}
[data-module=member-spotlight]  .member .info div > * + * {
	margin-top: 16px;
}
[data-module=member-spotlight]  .member .info h4 {
	letter-spacing: 1px;
}
[data-module=member-spotlight]  .member .info h5 {
	text-transform: uppercase;
	font-size: 16px;
}

[data-module=initiatives].color-bar {
	overflow: hidden;
}
[data-module=initiatives].color-bar .wrap {
	position: relative;
}
[data-module=initiatives].color-bar .wrap::before,
[data-module=initiatives].color-bar .wrap::after {
	content: "";
	position: absolute;
	width: 340px;
	height: 383px;
}
[data-module=initiatives].color-bar-gold .wrap::before {
    content: url(images/color-bar-gold.svg);
    top: -227px;
	right: -110px;
}
[data-module=initiatives].color-bar-emerald .wrap::after {
    content: url(images/color-bar-emerald.svg);
    top: -60px;
    right: -270px;
}

[data-module=image-text] {
	text-align: left;
	overflow: hidden;
}
[data-module=image-text].color-bar .wrap {
	position: relative;
}

[data-module=image-text] .content li {
	list-style: disc outside;
    margin-left: 25px;
    text-indent: -25px;
}
[data-module=image-text] .content li + br {
	display: none;
}
[data-module=image-text] .content li + br + li {
	margin-top: 8px;
}


[data-module=initiatives].color-bar .wrap::before,
[data-module=initiatives].color-bar .wrap::after {
	content: "";
	position: absolute;
	width: 340px;
	height: 383px;
}
[data-module=initiatives].color-bar-gold .wrap::before {
    content: url(images/color-bar-gold.svg);
    top: -227px;
	right: -110px;
}
@media (max-width: 1200px) {
	[data-module=initiatives].color-bar-gold .wrap::before {
		top: -242px;
	}
}
[data-module=initiatives].color-bar-emerald .wrap::after {
    content: url(images/color-bar-emerald.svg);
    top: -60px;
    right: -270px;
}
@media (max-width: 900px) {
	[data-module=initiatives].color-bar-gold .wrap::before {
		right: auto;
		left: -130px;
		top: -130px;
	}
	[data-module=initiatives].color-bar-emerald .wrap::after {
		display: none;
	}
}
@media (max-width: 600px) {
	[data-module=initiatives].color-bar-gold .wrap::before {
		left: -240px;
	}
}

body [data-module=image-text][data-disable-bars].color-bar .wrap::before,
body [data-module=image-text][data-disable-bars].color-bar .wrap::after {
	content: none;
}
[data-module=image-text].color-bar .wrap::before,
[data-module=image-text].color-bar .wrap::after {
	content: "";
	position: absolute;
	width: 340px;
	height: 383px;
	z-index: 5;
}
[data-module=image-text].color-bar-blush .wrap::before {
	right: 0;
	top: 0;
}
[data-module=image-text].color-bar-sky .wrap::before {
	right: 0;
	top: 0;
}
[data-module=image-text].color-bar-gold .wrap::before {
	right: 0;
	top: 0;
}
[data-module=image-text].color-bar-gold.gold-alt .wrap::after {
    right: -235px;
    bottom: -110px;
}
[data-module=image-text].color-bar-gold.gold-alt .wrap::before {
	right: 0;
	top: 0;
}
[data-module=image-text].color-bar-rosewood .wrap::before {
    right: -42px;
    bottom: 0;
}
[data-module=image-text].color-bar-rosewood.rosewood-alt .wrap::before {
	right: -42px;
	top: 218px;
}
[data-module=image-text].color-bar-green .wrap::before {
    left: -42px;
    top: calc(100% + -90px);
}
[data-module=image-text].color-bar-apricot .wrap::after {
    right: -220px;
    bottom: -12rem;
}
[data-module=image-text].blue-under {
	position: relative;
	overflow: visible;
}
[data-module=image-text].blue-under::before {
    content: " ";
    left: 0;
    bottom: 0;
    background: var(--sky);
    width: 100%;
    position: absolute;
    height: 402px;
}
@media (max-width: 900px) {
	[data-module=image-text].blue-under::before {
		height: 70vw;
	}
}
[data-module=image-text].color-bar-blush .wrap::before {
    content: url(images/color-bar-blush.svg);
}
[data-module=image-text].color-bar-sky .wrap::before {
    content: url(images/color-bar-sky.svg);
}
[data-module=image-text].color-bar-gold .wrap::before {
    content: url(images/color-bar-gold-alt.svg);
}
[data-module=image-text].color-bar-gold.gold-alt .wrap::after {
    content: url(images/color-bar-gold-alt.svg);
}
[data-module=image-text].color-bar-rosewood .wrap::before {
    content: url(images/color-bar-rosewood.svg);
}
[data-module=image-text].color-bar-apricot .wrap::after {
    content: url(images/color-bar-apricot.svg);
}
[data-module=image-text].color-bar-green .wrap::before {
    content: url(images/color-bar-emerald-alt.svg);
}
[data-module=image-text] .cols > * {
}
[data-module=image-text] .content {
	flex-basis: 55%;
}
[data-module=image-text][data-format=image-right] .content {
	padding-right: 8rem;
}
[data-module=image-text] .content h2 {
	margin-bottom: 5rem;
}
[data-module=image-text] .content h2 a {
	color: inherit;
}
[data-module=image-text] .content .cta {
	margin-top: 24px;
}
[data-module=image-text] .image {
	flex-basis: 45%;
}
[data-module=image-text][data-format=image-left] .cols > * {
	display: -webkit-flex;
	display: flex;
}
[data-module=image-text][data-format=image-left] .image {
	order: 1;
}
[data-module=image-text][data-format=image-left] .image img {
	/* object-fit: contain; */
	/* object-position: top; */
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
[data-module=image-text][data-format=image-left].featured .image img {
	height: auto;
	aspect-ratio: 1.35;
}
[data-module=image-text][data-format=image-left] .content {
	order: 2;
	position: relative;
	z-index: 5;
}
@media (min-width: 1380px) {
	[data-module=image-text][data-format=image-right] .bumper {
		padding-left: 110px;
	}
	[data-module=image-text][data-format=image-left] .bumper {
		padding-left: 220px;
	}
	[data-module=image-text][data-format=image-left] .content {
		left: -115px;
	}
}
@media (min-width: 900px) {
	[data-module=image-text] .content div > h2:first-child {
		margin-top: 70px;
	}
	[data-module=image-text][data-format=image-left] .content {
		padding-top: 40px;
	}
}
@media (min-width: 901px) AND (max-width: 1380px) {
	[data-module=image-text] .content {
		/* left: calc( -115 * ( (100vw - 900px) / 480) ) !important; */
		left: -3%;
	}
	[data-module=image-text][data-format=image-left] .bumper {
		padding-left: 120px;
	}
	[data-module=image-text][data-format=image-right] .bumper {
		padding-left: 80px;
	}
	[data-module=image-text].color-bar .wrap {
		overflow: hidden;
	}
	[data-module=image-text].color-bar .wrap::before {
		right: auto;
		left: 82%;
	}
	[data-module=image-text] .content div > h2:first-child {
		margin-top: 0;
	}
	[data-module=image-text][data-format=image-right] .content {
		padding-right: 5rem;
	}
	[data-module=image-text].color-bar-green .wrap::before {
		display: none;
	}
}
@media (max-width: 900px) {
	[data-module=image-text] .image {
		margin-top: 6rem;
	}
	[data-module=image-text].color-bar .cols.wrap::before {
		right: auto;
		left: 72%;
		top: -12rem;
	}
	[data-module=image-text].color-bar-rosewood.rosewood-alt .wrap::before {
		display: none;
	}
	[data-module=image-text].color-bar-gold.gold-alt .wrap::after {
		left: 440px;
		bottom: 250px;
	}
	[data-module=image-text].color-bar-green .wrap::before {
		display: none;
	}
	[data-module=image-text][data-format=image-right] .content {
		padding-right: 0;
	}
	[data-module=image-text].color-bar .cols.wrap::before,
	[data-module=image-text].color-bar .cols.wrap::after {
		display: none;
	}
}

[data-module=events] {
    background-color: var(--charcoal);
	color: white;
	text-align: left;
}
[data-module=events] .heading-bar h2 {
	display: inline-block;
	margin-right: 40px;
	vertical-align: middle;
}
@media (max-width: 600px) {
	[data-module=events] .heading-bar h2 {
		display: block;
		margin: auto;
		margin-bottom: 20px;
	}
	[data-module=events] .events-wrap {
		margin-top: 6rem;
	}
}
[data-module=events] .heading-bar .cta {
	margin-top: 0;
	top: -2px;
	position: relative;
}
[data-module=events] .events-wrap {
    margin-top: 8rem;
}
[data-module=events] .events-wrap img {
    width: 100%;
	/* height: 300px; */
	object-fit: cover;
    aspect-ratio: 1.4;
}
[data-module=events] .event {
	color: var(--white);
	max-width: 450px;
	margin: 0 auto 25px;
}
[data-module=events] .event h4 a:not(:hover) {
	color: inherit;
}
@media (max-width: 900px) {
	[data-module=events] .event {
		margin-left: 0;
	}
	[data-module=events] .event + .event {
		border-top: 4px solid var(--dark-gray);
		padding-top: 20px;
	}
}
@media (min-width: 901px) {
	[data-module=events] .event {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0 16px;
	}
	[data-module=events] .events-wrap > *:first-child {
		margin-left: 0;
	}
	[data-module=events] .events-wrap > *:last-child {
		margin-right: 0;
	}
}
[data-module=events] .event img {
	transition: scale 0.12s ease;
}
[data-module=events] .event img:hover {
	scale: 1.08;
}
[data-module=events] .event .img-wrap {
	overflow: hidden;
	display: block;
}
[data-module=events] .event h5 {
	margin-top: 10px;
	font-size: 16px;
}
[data-module=events] .event p {
	margin-top: 20px;
}
.nav .menu .sub-menu .learn-more {
	margin-top: 10px;
}
[data-module=events] .event .link {
	margin-top: 15px;
}
@media (max-width: 600px) {
	[data-module=events] .event h4 {
		margin-top: 15px;
	}
	[data-module=events] .event h5 {
		margin-top: 6px;
	}
	[data-module=events] .event p {
		margin-top: 20px;
	}
}
.arrow-link,
.nav .menu .sub-menu .learn-more,
[data-module=events] .event .link {
	display: inline-block;
	font-size: 16px;
	color: var(--sky);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 450;
	padding-top: 5px;
	padding-bottom: 5px;
}
.arrow-link::after,
.arrow-link.back::before,
.nav .menu .sub-menu .learn-more::after,
[data-module=events] .event .link::after {
	content: url("images/event-arrow.svg");
	margin-left: 12px;
    top: -1px;
    position: relative;
}
.arrow-link.back::after {
	content: none;
}
.arrow-link.back::before {
	content: url("images/event-arrow-back.svg");
	margin-left: 0;
	margin-right: 12px;
}
.arrow-link:hover::after,
.nav .menu .sub-menu .learn-more:hover::after,
[data-module=events] .event .link:hover::after {
	margin-left: 14px;
}
.arrow-link.back:hover::before {
	left: -2px;
}

.page-template-template-events [data-module=image-text] .arrow-link,
.page-template-template-resources [data-module=image-text] .arrow-link {
	margin-top: 24px;
}
.arrow-emerald,
.arrow-emerald:hover,
.page-template-template-events .arrow-link,
.page-template-template-resources .arrow-link {
	color: var(--emerald);
}
.arrow-emerald::after,
.arrow-emerald:hover::after,
.page-template-template-events .arrow-link::after,
.page-template-template-resources .arrow-link::after {
	content: url("images/emerald-arrow.svg");
}

footer {
	padding-top: 60px;
	padding-bottom: 60px;
	color: var(--white);
	position: relative;
	z-index: 5;
}
footer .bottom {
	position: absolute;
	bottom: 0;
}
footer .cols > * {
	flex: 0 1;
}
footer .cols .logo {
	flex: 1 0;
}

footer h6 {
	font-size: 16px;
	text-transform: uppercase;
	color: var(--sky);
}
footer a {
	white-space: nowrap;
}
footer .menu li a {
	color: var(--white);
	transition: color 0.2s ease;
	padding: 7px 0;
	display: block;
}
footer .menu li a:hover {
	color: var(--sky);
}
footer .logo > a img {
	width: 300px;
}

@media (min-width: 901px) {
	footer .cols > *:not(:last-child) {
		padding-right: 50px;
	}
	footer .menu {
		margin-top: 20px;
		min-height: 300px;
	}
	footer .wrap {
		position: relative;
	}
}
@media (max-width: 900px) {
	footer {
		text-align: center;
		padding-bottom: 140px;
	}
	footer .cols > *:not(:last-child) {
		margin-bottom: 35px;
	}
	footer .menu {
		margin-top: 10px;
	}
	footer .bottom {
		width: 100%;
		bottom: 20px;
		left: 0;
	}
	.social li {
		margin-left: 6px;
		margin-right: 6px;
	}
}
@media (max-width: 600px) {
	footer .menu li a {
		font-size: 20px;
		margin-bottom: 8px;
	}
}

.social li {
	display: inline-block;
	margin-right: 12px;
}
.social li a svg path {
	transition: fill 0.2s ease;
}
.social li a:hover svg path {
	fill: var(--sky);
}
.social img,
.social svg {
	height: 30px;
	width: 30px;
}
footer .copyright {
	margin-top: 20px;
}
footer .copyright p {
	font-size: 16px;
}
footer .copyright a {
	color: var(--white);
}
footer .copyright .mail-link,
footer .copyright .mail-link span {
	display: inline-block;
}

[data-module=mission] {
	text-align: left;
}
[data-module=mission].add_badge .values::before {
    content: url(images/badge_green.svg);
    position: absolute;
	z-index: 5;
    bottom: -247px;
    left: 50%;
    margin-left: -660px;
}
@media (max-width: 1400px) {
	[data-module=mission].add_badge .values::before {
		display: none;
	}
}
[data-module=mission] .values {
	position: relative;
    padding-bottom: 7rem;
}
[data-module=bio] .white-top {
	border-color: var(--charcoal);
}
.white-top {
	padding-top: 30px;
	border-top: 1px solid var(--white);
}
[data-bgcolor=sky] .white-top {
	border-color: var(--charcoal);
}
[data-module=mission] .intro h5 + h2 {
	margin-top: 10rem;
}
[data-module=mission] .intro h2 + h2 {
	font-weight: 400;
	margin-top: 0;
}
[data-module=mission] .intro h2:last-child {
	/* margin-bottom: 14rem; */
}
[data-module=mission][data-trailing] .white-top {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
[data-module=mission] .value-list .value {
	margin-top: 9rem;
}
[data-module=mission] .value .num {
	flex: 0 0 360px;
	font-family: "PP Migra", sans-serif;
	font-weight: 800;
	font-size: 300px;
	line-height: 0.7em;
}
[data-module=mission][data-bgcolor=green] .value .num {
	color: var(--dark-emerald);
}
[data-module=mission][data-bgcolor=red] .value .num {
	color: var(--blush);
}
[data-module=mission] .value .text {
	flex: 1 0;
	padding-left: 90px;
}
[data-module=mission] .value .text h5 {
	padding-right: 175px;
}
@media (max-width: 1200px) {
	[data-module=mission] .value .text h5 {
		padding-right: 0;
	}
}
@media (min-width: 901px) AND (max-width: 1200px) {
	[data-module=mission] .value .num {
		font-size: 28vw;
		flex: 0 0 34vw;
	}
	[data-module=mission] .value .text {
		padding-left: 60px;
	}
	[data-module=mission] .value .num {
		align-self: center;
	}
}
@media (max-width: 900px) {
	[data-module=mission] .intro h5 + h2 {
		margin-top: 6rem;
	}
	[data-module=mission] .intro h2:last-child {
		margin-bottom: 10rem;
	}
	[data-module=mission] .value .text {
		padding-left: 40px;
	}
}
@media (min-width: 601px) AND (max-width: 900px) {
	[data-module=mission] .value .num {
		font-size: 120px;
		flex-basis: 142px;
		text-align: right;
	}
	[data-module=mission] .value-list .value {
		display: flex;
	}
}
@media (max-width: 600px) {
	[data-module=mission] .value .num {
		font-size: 80px;
		margin-bottom: 16px;
	}
	[data-module=mission] .value .text {
		padding-left: 0;
	}
	[data-module=mission] .value .text h5 {
		margin-top: 18px;
	}
}

[data-module=quote] {
	text-align: left;
	position: relative;
	overflow: hidden;
}
[data-module=quote]::before {
	
}
[data-module=quote] .wrap > div {
	width: 1030px;
	max-width: 100%;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	z-index: 1;
	padding-left: 80px;
}
[data-module=quote] .wrap h2 {
	position: relative;
    font-size: 4.2rem;
    line-height: 1.23em;
    font-weight: 400;
}
[data-module=quote] .wrap h2::before {
    content: url(images/mast-arrow.svg);
    position: absolute;
    left: -60px;
    top: 1rem;
    height: auto;
    width: auto;
    font-size: 0;
}
[data-module=quote] .wrap p.person-title {
	margin-top: 6px;
}
[data-module=quote] .triangle {
	position: absolute;
    left: -390px;
    bottom: -1080px;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
[data-module=quote] .triangle span {
	display: block;
    height: 1510px;
    width: 890px;
    background: var(--dark-emerald);
}
@media (max-width: 600px) {
	[data-module=quote] .triangle {
		left: -550px;
	}
	[data-module=quote] .wrap h2::before {
		left: -45px;
	}
	[data-module=quote] .wrap > div {
		padding-left: 55px;
	}
}

[data-module=bio] {
	text-align: left;
}
[data-module=bio] .wrap + .wrap {
	margin-top: 4rem;
	
}
@media (min-width: 901px) {
	[data-module=bio] .cols > div:first-child {
		width: 65%;
		padding-right: 14rem;
	}
	[data-module=bio] .cols > div:last-child {
		width: 35%;
		margin-top: 9rem;
	}
	[data-module=bio] h2 {
		margin-top: 9rem;
	}
}
@media (max-width: 900px) {
	[data-module=bio] .wrap + .wrap > div:first-child {
		order: 2;
	}
	[data-module=bio] .wrap + .wrap > div:last-child {
		margin-bottom: 6rem;
	}
	[data-module=bio] .cols {
		display: flex;
		flex-wrap: wrap;
	}
	[data-module=bio] .cols > div {
		flex-basis: 100%;
	}
}

section[data-module][data-bgcolor=black] + section[data-module][data-bgcolor=black],
section[data-module][data-bgcolor=dark-green] + section[data-module][data-bgcolor=dark-green],
section[data-module][data-bgcolor=red] + section[data-module][data-bgcolor=red],
/*section[data-module][data-bgcolor=green] + section[data-module][data-bgcolor=green],*/
section[data-module][data-bgcolor=tan] + section[data-module][data-bgcolor=tan] {
	padding-top: 0;
}


[data-module=membership-info] {
	text-align: left;
	position: relative;
	overflow: hidden;
}
[data-module=membership-info] > .wrap > div:last-child p {
	font-size: 2.2rem;
	line-height: 1.45em;
	letter-spacing: 1px;
}
[data-module=membership-info] hr {
	border-color: var(--sky);
	margin: 7.5rem 0;
}
[data-module=membership-info] p a,
[data-module=membership-info] p a * {
	color: var(--white);
	font-weight: 800;
}
[data-module=membership-info] .buttons {
	margin-top: 8rem;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
@media (min-width: 901px) {
	[data-module=membership-info] .buttons > div {
		margin-right: 35px;
	}
}
[data-module=membership-info] .buttons > div {
	background: var(--dark-emerald);
	flex-grow: 1;
	flex-basis: 50%;
}
@media (max-width: 900px) {
	[data-module=membership-info] .buttons > div + div {
		margin-top: 4rem;
	}
}
[data-module=membership-info] .buttons h3::before,
[data-module=membership-info] .buttons h3::after {
	content: " ";
	width: 42px;
	height: 2px;
	background: var(--pearl);
	position: absolute;
	right: 75px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: transform 0.2s ease, scale 0.2s ease;
	scale: 0.8;
}
html.no-touchevents [data-module=membership-info] .buttons div:not(.open) h3:hover::before,
html.no-touchevents [data-module=membership-info] .buttons div:not(.open) h3:hover::after,
html.no-touchevents [data-module=membership-info] [data-module=membership-info] .buttons div.open h3::before,
html.no-touchevents [data-module=membership-info] [data-module=membership-info] .buttons div.open h3::after {
	scale: 1;
}
[data-module=membership-info] .buttons div:not(.open) h3::after {
	-ms-transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
[data-module=membership-info] .buttons h3 {
	height: 141px;
	line-height: 141px;
	padding: 0 48px;
	cursor: pointer;
	position: relative;
}
[data-module=membership-info] .buttons .more {
	padding: 48px;
	margin-top: 0;
	padding-top: 0;
}
[data-module=membership-info] .buttons div:not(.open) .more {
	display: none;
}
[data-module=membership-info] .triangle {
    position: absolute;
    right: -584px;
    bottom: -830px;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
[data-module=membership-info] .triangle span {
	display: block;
    height: 1510px;
    width: 890px;
    background: var(--sky);
}
@media (min-width: 900px) AND (max-width: 1200px) {
	[data-module=membership-info] .buttons h3 {
		font-size: 3.3vw;
	}
}
@media (max-width: 1200px) {
	[data-module=membership-info] .buttons h3::before,
	[data-module=membership-info] .buttons h3::after {
		right: 20px;
	}
	[data-module=membership-info] .buttons h3 {
		padding: 0 30px;
	}
	[data-module=membership-info] .triangle {
		right: -654px;
	}
}
@media (max-width: 900px) {
	[data-module=membership-info] .triangle {
		display: none;
	}
}
@media (max-width: 900px) {
	[data-module=membership-info] .buttons h3 {
		height: 90px;
		line-height: 90px;
		padding: 0 25px;
	}
	[data-module=membership-info] .buttons .more {
		padding-left: 25px;
		padding-right: 25px;
	}
}

[data-module=testimonials]  {
	text-align: left;
}
[data-module=testimonials] .slide {
	transition: opacity 0.5s ease;
	margin: 0 40px;
	max-width: 1300px;
	width: calc(100vw - 80px);
}
[data-module=testimonials] .slide:not(.slick-current) {
    opacity: 0.08;
}
[data-module=testimonials] .slide .cols .img {
	flex: 0 0 520px;
}
@media (min-width: 901px) {
	[data-module=testimonials] .slide .cols .text {
		padding-left: 4rem;
	}
}
[data-module=testimonials] .slide .cols .text {
	flex: 1 1 auto;
}
[data-module=testimonials] .slide .text .quote {
	font-size: 4.2rem;
	line-height: 1.23em;
	margin-top: 6rem;
}
[data-module=testimonials] .slide .text .name {
	color: var(--gold);
	font-size: 2.8rem;
	margin-top: 6rem;
}
[data-module=testimonials] .slide .text .title {
	margin-top: 15px;
	font-size: 18px;
}
@media (max-width: 900px) {
	[data-module=testimonials] .slide .text .title {
		margin-top: 5px;
	}
}

[data-module="standard"] .logos {
	margin-bottom: 0;
}
[data-module="standard"] .slick-dots {
    padding-right: 0;
	padding-left: 0;
}
[data-module="standard"] .slick-dots li {
    margin-left: 0;
	margin-right: 15px;
}
.slick-dots {
	width: 1360px;
	margin: auto;
	text-align: right;
	z-index: 1;
	position: relative;
	max-width: 100%;
    padding-right: 60px;
    margin-top: 30px;
    margin-bottom: -20px;
}
.slick-dots li {
	display: inline-block;
	margin-left: 15px;
	line-height: 0;
}
@media (min-width: 901px) AND (max-width: 1200px) {
	[data-module=testimonials] .slide .cols .text,
	[data-module=testimonials] .slide .cols .img {
		flex: 1 1 0;
	}
	[data-module=testimonials] .slide .cols .text {
		padding-left: 7rem;
	}
}
@media (max-width: 900px) {
	.slick-slider .slick-slide .img img {
		display: none;
	}
	[data-module=testimonials] .slide .text .quote {
		margin-top: 3rem;
	}
	.slick-dots {
		margin-top: 20px;
		text-align: left;
		margin-bottom: -20px;
		padding: 0;
		padding-left: 25px;
	}
}
[data-module="standard"] .slick-dots button {
	background: rgba(8, 92, 90, 0.25);
}
[data-module="standard"] .slick-dots button:hover,
[data-module="standard"] .slick-dots .slick-active button {
	background: var(--emerald);
}
.slick-dots button:hover,
.slick-dots .slick-active button {
	background: var(--gold);
}

.slick-dots button {
    font-size: 0;
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 50%;
	background: rgba(234, 236, 232, 0.25);
	transition: background 0.2s ease;
}

[data-module=icons] .box p {
	max-width: 100%;
}
[data-module=icons] .box {
	border: none;
}
[data-module=icons] .icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--rosewood);
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 900px) {
	[data-module=icons] .box {
		padding: 0 0 4rem;
	}
	[data-module=icons] .box:last-child {
		padding-bottom: 0;
	}
	[data-module=icons] .box p {
		margin-top: 10px;
	}
}

/*[data-module=resources]-mast {
	 padding-top: 12rem;
	 padding-bottom: 7rem;
}
[data-module=resources]-mast + [data-module] {
	 padding-top: 0;
}*/

[data-module=featured-articles] .type {
	text-transform: uppercase;
	font-size: 16px;
}
[data-module=featured-articles] .wrap {
	padding-top: 6rem;
	padding-bottom: 6rem;
	border: 1px solid var(--charcoal);
	border-left: 0;
	border-right: 0;
	text-align: left;
}
@media (min-width: 1460px) {
	[data-module=featured-articles] .wrap {
		padding-left: 0;
		padding-right: 0;
	}
}
[data-module=featured-articles] .wrap > div h3 a {
	color: inherit;
}
@media (min-width: 901px) {
	[data-module=featured-articles] .wrap > div {
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
		margin-left: 34px;
		margin-right: 34px;
		border-left: 2px solid var(--dark-pearl);
		padding-left: 34px;
	}
	[data-module=featured-articles] .wrap > div:first-child {
		margin-left: 0;
	}
	[data-module=featured-articles] .wrap > div:last-child {
		margin-right: 0;
	}
}
@media (max-width: 900px) {
	[data-module=featured-articles] .wrap > div:not(:last-child) {
		margin-bottom: 34px;
		border-bottom: 2px solid var(--dark-pearl);
		padding-bottom: 34px;
	}
}

[data-module=resources] {
	padding-top: 12rem;
	padding-bottom: 12rem;
}
[data-module=resources] .intro {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 8rem;
}
[data-module=resources] .intro > h3 {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
[data-module=resources] .intro > ul {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: right;
	margin-top: 0;
	display: none;
}
.page-id-34 [data-module=resources] .intro > ul {
	display: block;
}
[data-module=resources] .intro ul li {
	display: inline-block;
	cursor: pointer;
	height: 48px;
	line-height: 48px;
	margin-left: 20px;
	border-radius: 24px;
	border: 1px solid var(--charcoal);
	padding: 0 40px;
	font-size: 16px;
	text-transform: uppercase;
}
[data-module=resources] .intro ul li.active {
	background: var(--emerald);
	color: var(--pearl);
}
[data-module=resources] .intro ul li:hover:not(.active) {
    color: var(--emerald);
    border-color: var(--emerald);
}
[data-module=resources] .no-results {
	text-align: center;
	display: none;
}
[data-module=resources] .resource-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 -15px;
}
[data-module=resources] .resource-list .resource {
	-webkit-flex: 0 0 33%;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	padding: 0 15px;
	margin-bottom: 5rem;
	display: none;
    overflow-wrap: anywhere;
}
[data-module=resources] .resource-list .resource.filter-match {
	display: block
}
[data-module=resources] .resource-list .resource.hide {
	display: none;
}
[data-module=resources] .resource-list .resource img {
	margin-bottom: 10px;
	width: 100%;
    aspect-ratio: 1.8;
    object-fit: cover;
}
[data-module=resources] .resource-list .resource .type {
	text-transform: uppercase;
	font-size: 16px;
}
[data-module=resources] .resource-list .resource * + * {
	margin-top: 14px;
}
[data-module=resources] .resource-list .resource .excerpt + a {
	margin-top: 30px;
}
[data-module=resources] .resource h4 a {
	color: inherit;
}
@media (max-width: 900px) {
	[data-module=resources] .intro {
		display: block;
	}
	[data-module=resources] .intro > ul {
		text-align: left;
		margin-top: 20px;
	}
	[data-module=resources] .intro ul li {
		margin-left: 0;
		margin-right: 20px;
	}
	[data-module=resources] .resource-list .resource {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	[data-module=resources] .resource-list .resource * + * {
		margin-top: 8px;
	}
	[data-module=resources] .no-results {
		text-align: left;
	}
}
@media (max-width: 600px) {
	[data-module=resources] .resource-list {
		display: block;
	}
	[data-module=resources] .intro ul li {
		font-size: 14px;
		padding: 0 16px;
		margin-right: 10px;
		line-height: 44px;
		height: 44px;
	}
}
.load-more {
	text-align: center;
	margin-top: 4rem;
}
.load-more a {
	cursor: pointer;
}

.page-template-template-podcast .content,
.single .intro .content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
@media (min-width: 901px) {
	.page-template-template-podcast .content,
	.single .intro .content {
		padding-right: 15rem;
	}
	.page-template-template-podcast .content,
	.single .intro .content {
		width: 55%;
	}
	.page-template-template-podcast .image,
	.single .intro .image {
		width: 45%;
	}
	.single .intro .image-container {
		background-image: url("images/podcast_bg.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.single .intro .image-container img {
		max-height: 400px;
		max-width: 90%;
		height: auto;
		width: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		aspect-ratio: 1;
		object-fit: cover;
	}
	.single .intro .image-container,
	.single .intro .wrap > img {
		width: 45%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 0;
		right: 0;
	}
}
.page-template-template-podcast .image {
	/* flex-basis: 45%; */
}
.page-template-template-podcast .intro {
	padding-top: 14rem;
	padding-bottom: 10rem;
}
.page-template-template-podcast .content {
	padding-top: 0;
}
.single.single-post .intro {
	border-bottom: 1px solid var(--charcoal);
}
.single .intro {
	position: relative;
}
.single .intro .arrow-link.back {
	color: var(--emerald);
}
.single .intro hr {
	margin-top: 7rem;
	margin-bottom: 2rem;
	border-color: var(--charcoal);
}
.single .intro .author {
	font-size: 22px;
	letter-spacing: 1px;
}
.single .intro .lead {
	padding-right: 6rem;
}
.single .intro .title {
	margin-top: 6rem;
}
.single .intro .date {
	font-size: 16px;
	margin-top: 6rem;
}
@media (min-width: 901px) {
	.single.single-post main {
		padding-top: 12rem;
	}
}
.single main {
	padding: 16rem 0;
}
@media (min-width: 901px) {
	.single main aside {
		width: 30%;
	}
	.single main .content {
		width: 70%;
		padding-right: 10rem;
	}
}
@media (max-width: 900px) {
	.single main {
		padding: 8rem 0;
	}
	.single main aside .author {
		display: flex;
	}
	.single main .content {
		margin-bottom: 4rem;
	}
}
@media (min-width: 901px) AND (max-width: 1300px) {
	.single main .content {
		padding-right: 5rem;
	}
}
.single main .wrap {
	position: relative;
}
@media (min-width: 1551px) {
	.single main aside {
		min-height: 540px;
	}
}
@media (max-width: 1550px) {
	.single main aside .info::before,
	.single main aside .info::after {
		display: none;
	}
}
.single main aside .author {
	-webkit-align-items: center;
	align-items: center;
}
@media (min-width: 1351px) {
	.single main aside .author .image {
		width: 120px;
		flex: 1 0 auto;
	}
}
.single main aside .author a {
	font-weight: bold;
}
.single main aside .info {
	padding-left: 20px;
}
.single main aside .info p strong {
	font-size: 18px;
}
.single main aside .info p {
	font-size: 16px;
	line-height: 1.5em;
}
.single main aside .info::before,
.single main aside .info::after {
	content: " ";
	position: absolute;
	width: 340px;
	height: 383px;
}
.single main aside .info::before {
    content: url(images/color-bar-rosewood.svg);
    right: -60px;
    bottom: -161px;
}
.single main aside .info::after {
    content: url(images/color-bar-gold-alt.svg);
    right: -30px;
    bottom: -28px;
}
@media (min-width: 901px) AND (max-width: 1350px) {
	.single main aside .author {
		display: block;
	}
	.single main aside .info {
		padding-left: 0;
		padding-top: 20px;
	}
}

.page-template-template-podcast .listen {
	margin-top: 6rem;
}
.page-template-template-podcast .listen p {
	text-transform: uppercase;
}
@media (max-width: 900px) {
	.page-template-template-podcast .listen p {
		text-align: left;
	}
}
.page-template-template-podcast hr {
	border-color: var(--charcoal);
}
.page-template-template-podcast .intro .cta {
	margin-top: 10px;
}
.page-template-template-podcast .cta + .cta {
	margin-left: 16px;
}

@media (min-width: 901px) AND (max-width: 1200px) {
	.page-template-template-podcast .content, 
	.single .intro .content {
		padding-right: 5rem;
	}
	.page-template-template-podcast .content h1.title {
		font-size: 6rem;
	}
	.page-template-template-podcast .cta + .cta {
		margin-left: 12px;
	}
	.page-template-template-podcast .cta {
		font-size: 1.5vw;
		padding: 0 15px;
	}
}

@media (min-width: 1201px) AND (max-width: 1350px) {
	.page-template-template-podcast .cta {
		padding: 0 19px;
	}
	.page-template-template-podcast .cta + .cta {
		margin-left: 10px;
	}
}
@media (max-width: 600px) {
	.page-template-template-podcast .intro .cta {
		display: block;
		width: 220px;
		text-align: center;
		margin: 8px auto !important;
	}
	/* .page-template-template-podcast .listen p { */
	.page-template-template-podcast .listen {
		text-align: center;
	}
	.page-template-template-podcast .listen .cta {
		min-width: 218px;
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 18px;
	}
}

[data-module=latest-episodes] {
	text-align: center;
}
@media (max-width: 1750px) {
	[data-module=latest-episodes] {
		overflow: hidden;
	}
}
[data-module=latest-episodes] .wrap {
	position: relative;
}
[data-module=latest-episodes] .wrap::before {
    content: url(images/color-bar-gold.svg);
	position: absolute;
	width: 340px;
	height: 383px;
    right: -180px;
    top: -322px;
}
@media (max-width: 900px) {
	[data-module=latest-episodes] .wrap::before {
		display: none;
	}
}
[data-module=latest-episodes] {
	
}
[data-module=latest-episodes] .episodes > div {
	background: var(--dark-emerald);
	padding: 6rem;
	margin-top: 5.5rem;
	text-align: left;
	border-radius: 5px;
}
[data-module=latest-episodes] .episodes > div.hide {
	display: none;
}
[data-module=latest-episodes] .episodes div .image img {
    width: 100%;
    /* height: 225px; */
    height: auto; 
    object-fit: cover;
    aspect-ratio: 0.9;
}
[data-module=latest-episodes] .episodes div .details * + * {
	margin-top: 20px;
}
[data-module=latest-episodes] .episodes div .details h4 a {
	color: inherit;
}
[data-module=latest-episodes] .episodes div .details p {
	text-transform: uppercase;
}
[data-module=latest-episodes] .episodes div .description p {
	font-size: 20px;
}
@media (min-width: 901px) AND (max-width: 1200px) {
	[data-module=latest-episodes] .episodes > div {
		padding: 4rem;
	}
	[data-module=latest-episodes] .episodes div .details {
		padding-left: 4rem;
	}
}
@media (min-width: 901px) {
	[data-module=latest-episodes] .episodes div .details {
		width: 40%;
		padding-left: 6rem;
		padding-right: 20px;
	}
	[data-module=latest-episodes] .episodes div .image {
		/* width: 20%; */
		width: 225px;
	}
	[data-module=latest-episodes] .episodes div .description {
		width: 40%;
		padding-left: 4.5rem;
		border-left: 1px solid var(--white);
		position: relative;
	}
}
@media (max-width: 900px) {
	[data-module=latest-episodes] .episodes div .description {
		padding-top: 4.5rem;
		border-top: 1px solid var(--white);
	}
	[data-module=latest-episodes] .episodes div .image {
		margin-bottom: 30px;
	}
}
@media (min-width: 601px) AND (max-width: 900px) {
	[data-module=latest-episodes] .episodes div .image {
		float: left;
		margin-right: 30px;
	}
	[data-module=latest-episodes] .episodes div .description {
		clear: both;
	}
}
@media (max-width: 600px) {
	[data-module=latest-episodes] .episodes div .description {
		padding-top: 4.5rem;
		border-top: 1px solid var(--white);
	}
	[data-module=latest-episodes] .episodes div .description {
		margin-top: 4.5rem;
	}
	[data-module=latest-episodes] .episodes > div {
		padding: 4rem;
	}
	[data-module=latest-episodes] .episodes div .image {
		margin-bottom: 20px;
	}
	[data-module=latest-episodes] .episodes div .details * + * {
		margin-top: 12px;
	}
}

[data-module=mast][data-type=simple] {
	overflow: hidden;
	position: relative;
}
@media (min-width: 601px) {
	[data-module=mast][data-type=simple] {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
}
[data-module=mast][data-type=simple] h5 {
    margin-top: 50px;
    width: 635px;
	max-width: 100%;
    margin-left: 0;
}
@media (max-width: 600px) {
	[data-module=mast][data-type=simple] h5 {
		margin-top: 30px;
	}
}
body > .triangle.top-right {
    position: absolute;
    /* right: -460px; */
    top: -290px;
    left: calc(50% + 470px);
    -ms-transform: rotate(-33deg);
    -webkit-transform: rotate(-33deg);
    transform: rotate(-33deg);
    z-index: 1;
	
}

/*@media (max-width: 1450px) {
	body.page-template-template-blank > .triangle.top-right,
	body.page-id-19 > .triangle.top-right,
	body.page-id-27 > .triangle.top-right,
	body.page-id-28 > .triangle.top-right,
	body.page-id-19 > .triangle.top-right {
		right: -830px;
	}
	body.page-id-19 > .triangle.top-right {
		z-index: 0;
	}
}*/
@media (max-width: 900px) {
	body.page-template-template-blank > .triangle.top-right,
	body.page-id-27 > .triangle.top-right,
	body.page-id-28 > .triangle.top-right,
	body.page-id-19 > .triangle.top-right {
		right: -830px;
		top: -480px;
	}
}
@media (max-width: 600px) {
	body.page-template-template-blank > .triangle.top-right,
	body.page-id-27 > .triangle.top-right {
		right: -980px;
	}
	body.page-id-28 > .triangle.top-right,
	body.page-id-19 > .triangle.top-right {
		right: -930px;
	}
}
body > .triangle.top-right span {
	display: block;
    height: 1510px;
    width: 890px;
}
body > .triangle.bottom-left {
    position: absolute;
    left: -460px;
    bottom: -290px;
    -ms-transform: rotate(-33deg);
    -webkit-transform: rotate(-33deg);
    transform: rotate(-33deg);
    z-index: 1;
}
body > .triangle.bottom-left span {
	display: block;
    height: 1510px;
    width: 890px;
}
body > .triangle[data-triangle=gold] span {
    background: var(--gold);
}
body > .triangle[data-triangle=sky] span {
    background: var(--sky);
}
body > .triangle[data-triangle=dark-emerald] span {
    background: var(--dark-emerald);
}

.page-id-28 #modules [data-module=sponsors]:nth-child(2) {
	padding-top: 0;
}

.page-template-template-blank,
.page-id-19,
.page-id-27,
.page-id-28 {
	overflow: hidden;
	position: relative;
}
.page-template-template-blank [data-module] .wrap,
.page-id-19 [data-module] .wrap,
.page-id-27 [data-module] .wrap,
.page-id-28 [data-module] .wrap {
	position: relative;
	z-index: 3;
}

[data-module=sponsors] {
	text-align: left;
}
.page-id-28 [data-module=sponsors] {
	padding-bottom: 0;
}
.page-id-27 [data-module=mast] + [data-module] {
	padding-top: 0;
}
[data-module=sponsors] + [data-module=sponsors] {
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
}
[data-module=sponsors] .wrap {
	position: relative;
}
[data-module=sponsors] .white-top {
	padding-top: 45px;
}
[data-module=sponsors] .text p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}
[data-module=sponsors] svg {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
}
[data-module=sponsors] .text {
	padding-left: 50px;
}
@media (min-width: 901px) AND (max-width: 1200px) {
	[data-module=sponsors] {
		padding-bottom: 5rem;
	}
}
@media (min-width: 901px) {
	[data-module=sponsors] .text {
		width: 38%;
	}
	[data-module=sponsors] .logos {
		width: 62%;
		margin-bottom: -15px;
	}
	[data-module=sponsors] .text {
		padding-right: 70px;
	}
}
@media (max-width: 900px) {
	[data-module=sponsors] {
		padding-bottom: 0;
	}
	[data-module=sponsors] .logos {
		margin-top: 4rem;
	}
}
.logos {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 4rem;
	margin-bottom: -30px;
}
.partners-slider .logos > div {
	padding-left: 30px;
	padding-right: 30px;
}
.standard-slider .text svg,
.partners-slider .text svg {
	position: absolute;
}
.partners-slider .text h5 {
	padding-left: 40px;
	margin-top: 0;
}
.standard-slider {
	text-align: left;
}

.logos[data-per-row=two] > div {
	flex-basis: 50%;
}
.logos[data-per-row=four] > div {
	flex-basis: calc(100% / 3)
}
.logos[data-per-row=five] > div {
	flex-basis: calc(100% / 5)
}
@media (max-width: 1200px) {
.logos[data-per-row=five] > div {
	flex-basis: calc(100% / 4)
}
}
@media (max-width: 900px) {
	.logos[data-per-row=five] > div {
		flex-basis: 50%;
	}
	.logos[data-per-row=four] > div {
		flex-basis: 50%;
	}
}
/*@media (max-width: 600px) {
	.logos[data-per-row=four] > div {
		flex-basis: 50%;
	}
}*/
/* [data-module=sponsors] .logos > div { */
.logos > div {
	text-align: center;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
/* [data-module=sponsors] .logos > div img { */
.logos > div img {
    margin: auto;
    object-fit: contain;
    /*max-height: 78px;
    width: 152.75px;*/
    /*max-height: 60px;
    width: 120px;*/
    max-height: 90px;
    width: 150px;
}
.logos > div {
	padding: 0 15px;
	margin-bottom: 22px;
}
@media (max-width: 900px) {
	.logos > div {
		padding-left: 0;
		padding-right: 30px;
	}
	.logos > div img {
		margin-left: 0;
	}
	[data-module=sponsors] .logos {
		padding-left: 50px;
	}
}
[data-module=sponsors] .arrow-link::after {
	content: url("images/event-arrow-white.svg");
}
[data-module=sponsors] .arrow-link {
	color: white;
	margin-top: 30px;
}

.page-template-template-contact {
	
}
.page-template-template-contact main {
	min-height: 950px;
}
.page-template-template-contact main .wrap {
	position: relative;
	z-index: 3;
}
.page-template-template-contact .wrap.cols {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media (min-width: 901px) {
	.page-template-template-contact .intro {
		width: 42%;
	}
	.page-template-template-contact .form-column {
		width: 42%;
	}
}
@media (max-width: 900px) {
	.page-template-template-contact .form-column {
		margin-top: 6rem;
	}
}
.page-template-template-contact main .social {
	margin-top: 40px;
}
.page-template-template-contact [data-module=cta] {
	position: relative;
	z-index: 10;
}
.page-template-template-contact {
	overflow: hidden;
	position: relative;
}
.page-template-template-contact .color-bar {
    position: absolute;
    width: 340px;
    height: 383px;
    bottom: 620px;
    left: 200px;
	z-index: 4;
}
.page-template-template-contact .triangle.bottom-left {
    bottom: 185px;
}
.page-template-template-contact .color-bar {
    bottom: 1050px;
}
@media (min-width: 901px) AND (max-width: 1200px) {
	.page-template-template-contact .color-bar {
		left: 120px;
	}
}
@media (max-width: 900px) {
	body.page-id-81 > .triangle.bottom-left span {
		display: none;
	}
	.page-template-template-contact .color-bar {
		left: auto;
		right: 60px;
		bottom: 1190px;
	}
}
@media (max-width: 500px) {
	.page-template-template-contact .color-bar {
		display: none;
	}
}
.page-template-template-contact .color-bar-rosewood {
    content: url(images/color-bar-rosewood.svg);	
}

.grecaptcha-badge {
	display: none !important;
}

.gform_wrapper .gfield {
	margin-bottom: 8rem;
}
@media (max-width: 900px) {
	.gform_wrapper .gfield {
		margin-bottom: 6rem;
	}
}
.gform_wrapper *,
.gform_wrapper .large,
.gform_wrapper input[type=text] {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 450;
	font-style: normal;
	letter-spacing: 1px;
	color: var(--charcoal);
	font-size: 18px;
}
.gform_wrapper .large,
.gform_wrapper input[type=text] {
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--charcoal);
	width: 100%;
	font-size: 22px;
    padding: 6px 0;
}
@media (max-width: 600px) {
	.gform_wrapper .large,
	.gform_wrapper input[type=text] {
		font-size: 18px;
	}
}
.form-column .gform_wrapper .large:focus,
.form-column .gform_wrapper input[type=text]:focus {
	background: var(--dark-pearl);
	border-bottom-color: transparent;
	padding-left: 10px;
	margin-left: -10px;
	padding-right: 10px;
    width: calc(100% + 20px);
}
.gform_wrapper .gform_validation_container {
	display: none;
}
.gform_wrapper .hidden_label {
	display: none;
}
.gform_wrapper .ginput_complex {
	display: -webkit-flex;
	display: flex;
}
.gform_wrapper .ginput_complex > * {
	flex: 1;
}
.gform_wrapper .ginput_complex > *:first-child {
	margin-right: 20px;
}
.gform_wrapper .gfield_label {
	font-size: 18px;
	margin-bottom: 6px;
	display: inline-block;
}
.gform_wrapper .ginput_complex label {
    display: block;
    font-size: 14px;
    margin-top: 6px;
    text-transform: uppercase;
    opacity: 0.7;
    letter-spacing: 1px;
	margin-bottom: 6px;
}
.gform_wrapper .ginput_container_checkbox {
	margin-top: 15px;
}
.gform_wrapper .gchoice {
	margin-bottom: 10px;
}
.gform_wrapper .gchoice .gfield-choice-input {
	width: 18px;
	height: 18px;
}
.gform_wrapper .gchoice label {
	margin-left: 8px;
}
.gform_wrapper .gchoice > * {
	vertical-align: middle;
}
.gform_wrapper .validation_message {
    border-top: 5px solid var(--apricot);
    margin-top: 0;
    padding-top: 12px;
}
.gform_wrapper .gform_submission_error {
    font-size: 36px;
	line-height: 1.14em;
	font-weight: 800;
	font-family: "PP Migra", sans-serif;
	letter-spacing: 0;
    margin-bottom: 5rem;
}
.gform_wrapper .gform_required_legend {
	display: none;
}
.gform_confirmation_message {
    font-weight: 800;
    font-size: 4.2rem;
    line-height: 1.14em;
    font-family: "PP Migra", sans-serif;
    letter-spacing: 0;
}
.gform_ajax_spinner {
	vertical-align: middle;
	margin-left: 14px;
}

.fancybox__container .gform_wrapper .gfield {
	margin-bottom: 3rem;
}
.fancybox__container .gform_wrapper .gform_footer input[type=submit] {
	background: transparent;
}

.fancybox__container .gform_wrapper .gform_title {
	font-weight: 800;
	font-size: 7.2rem;
	line-height: 1.14em;
	font-family: "PP Migra", sans-serif;
	letter-spacing: 0;
}
.fancybox__container .gform_wrapper .gform_description {
	font-weight: 450;
	font-size: 18px;
	line-height: 1.67em;
	font-family: neue-haas-grotesk-display, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 30px;
	display: block;
}
#form-modal {
	width: 1200px;
	max-width: 90vw;
}

.page-template-template-leadership .white-top {
	padding-top: 6rem;
}
.page-id-27 .section-title {
	margin-bottom: 6rem;
}
.member-list {
	display: flex;
	flex-wrap: wrap;
}
.member-list > div {
	margin-bottom: 6rem;
	width: calc(100% / 5 );
	padding-right: 30px;
}
@media (max-width: 1200px) {
	.member-list > div {
		width: calc(100% / 4 );
	}
}
@media (max-width: 900px) {
	.member-list > div {
		width: calc(100% / 3 );
	}
}
@media (max-width: 600px) {
	.member-list > div {
		width: calc(100% / 2 );
	}
	.member-list > div {
		padding-right: 15px;
	}
	.member-list > div:nth-child(2n) {
		padding-right: 0;
		padding-left: 15px;
	}
}

.page-id-27 [data-module=cta],
.page-id-478 [data-module=cta] {
	border-top: 1px solid var(--white);
}

body .selectric {
	width: 520px;
	background: var(--emerald);
	border: 1px solid var(--white) !important;
	margin-bottom: 60px;
	max-width: 100%;
}
body .selectric-items {
	background: var(--emerald);
}
body .selectric-below .selectric-items {
	border-top: 0;
}
body .selectric-above .selectric-items {
	border-bottom: 0;
}
body .selectric .label,
body .selectric-items li {
    font-weight: 450;
    font-size: 16px;
    letter-spacing: 1px;
    height: 60px;
    line-height: 60px;
    color: var(--white);
    padding: 0 16px;
}
body .selectric .button {
	background: none;
    top: 0;
    bottom: 0;
	right: 10px;
    margin: auto;
	transition: transform 0.2s ease;
}
body .selectric .button::after {
    border: 12px solid transparent;
    border-top-color: var(--white) !important;
    border-bottom: none;
}
.selectric-open .selectric .button {
	-ms-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}
body .selectric-items li:hover,
body .selectric-items li.highlighted,
body .selectric-items li.selected {
    background: var(--dark-emerald);
    color: var(--white);
}
body .selectric-items li + li + li {
    border-top: 1px solid var(--white);
}
body .selectric-items li:first-child {
	display: none;
}

[data-committee] {
	display: none;
}
[data-committee] h5 {
	color: var(--gold);
	font-size: 16px;
	text-transform: uppercase;
    letter-spacing: 1px;
	margin-bottom: 4.8rem;
}
.member-list.list-small > div {
	width: calc(100% / 3 );
}
@media (max-width: 1200px) {
	.member-list.list-small > div {
		width: calc(100% / 2 );
	}
}
@media (max-width: 600px) {
	.member-list.list-small > div {
		width: 100%;
	}
}
.member-list img {
	width: 190px;
	height: 190px;
	object-fit: cover;
}
.ec-title {
	margin-top: -3rem;
	margin-bottom: 4rem;
}
.ec-title + .ec-title {
	margin-top: -38px;
}
.emeriti {
    font-size: 85%;
    top: -5px;
    position: relative;
}
.member-list.list-small img {
	width: 110px;
	height: 110px;
}
.member-list.list-small .cols {
	/* -webkit-align-items: center; */
	/* align-items: center; */
}
@media (max-width: 900px) {
	.member-list.list-small .cols {
		display: flex;
	}
}
.member-list.list-small .cols div:first-child {
	flex: 0 0 110px;
}
.member-list.list-small .cols div:last-child {
	padding-left: 17px;
	padding-right: 25px;
	flex: 1 0 0;
}
.member-list p.name {
	font-weight: bold;
}
.member-list p.name a {
	color: inherit;
}
.member-list p.name a:hover {
	color: var(--sky);
}
.member-list p.name + p {
	margin-top: 6px;
	/* font-size: 15px; */
	font-size: 16px;
}
.member-list .title {
	color: var(--gold);
}
@media (max-width: 900px) {
	.member-list p.name {
		font-size: 16px;
	}
	.member-list > div {
		margin-bottom: 4rem;
	}
	.ec-title {
		margin-top: 0rem;
		font-size: 16px;
	}
}
@media (max-width: 600px) {
	.member-list p.name {
		margin-top: 12px;
		font-size: 16px;
	}
	.member-list p.name + p {
		margin-top: 4px;
		font-size: 14px;
	}
}
.member-list.list-small.no-pic {
	-webkit-align-items: top;
	align-items: top;
	margin-bottom: -3rem;
}
.member-list.list-small.no-pic > div {
	width: calc(100% / 5 );
}
@media (max-width: 1200px) {
	.member-list.list-small.no-pic > div {
		width: calc(100% / 4 );
	}
}
@media (max-width: 900px) {
	.member-list.list-small.no-pic > div {
		width: calc(100% / 3 );
	}		
}
@media (max-width: 600px) {
	.member-list.list-small.no-pic > div {
		width: calc(100% / 2 );
	}	
}
.regional-event-wrap h5 {
	margin-bottom: 0;
}

.fancybox__container [data-bgcolor=green] {
	background: var(--emerald);
	color: var(--white);
}

.sponsor-modal {
	width: 1300px;
	max-width: 100%;
}
@media (max-width: 900px) {
	body .fancybox__content {
		padding: 20px;
	}
	body.page-id-28 .fancybox__content {
		padding: 26px;
	}
	body .fancybox__content p {
		font-size: 18px;
	}
	
}
.sponsor-modal .cta {
	margin-top: 20px;
}
.sponsor-modal h2 svg {
	vertical-align: middle;
	position: relative;
	top: -4px;
	margin-right: 20px;
}
.sponsor-modal .fancybox__content {
	padding: 4rem;
}

#tribe-events-pg-template {
	max-width: 100%;
	padding: 0;
	background: none;
}

.wysiwyg {
	
}
.wysiwyg > * + * {
	margin-top: 25px;
}
.wysiwyg .alignleft {
    margin-right: 30px;
    margin-top: 20px;
}
.wysiwyg .alignright {
    margin-left: 30px;
    margin-top: 20px;
}
.wysiwyg .aligncenter {
    margin-top: 20px;
}
.wysiwyg ul {
    list-style-type: disc;
}
.wysiwyg ol {
    
}
.wysiwyg > ul,
.wysiwyg > ol {
    margin-left: 22px;
}
.wysiwyg blockquote {
	background: var(--sky);
	padding: 2.5rem;
}

[data-module=map] {
	overflow: hidden;
}
#map {
	margin: auto;
	margin-top: 8rem;
	background: url(images/map.svg);
	background-position: center;
	/* background-size: auto 100%; */
	background-size: 1382px auto;
	background-repeat: no-repeat;
	position: relative;
	height: 671px;
	width: 1382px;
}
@media (max-width: 1100px) {
	#map {
		margin-left: -50px;
	}
}
@media (max-width: 1000px) {
	[data-module=map] {
		display: none;
	}
}

.box-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
}
.box-wrapper .number-box p:first-child {
	font-weight: 800;
}
.box-wrapper .number-box p {
	/* margin-top: -14px; */
	color: var(--dark-charcoal);
    line-height: 1.2em;
}
.box-wrapper .number-box p + p {
	margin-top: 6px;
}
.box-wrapper .number-box h2 {
	color: var(--emerald);
}
.box-wrapper .number-box::before {
	content: "";
	background: var(--pearl);
	position: absolute;
}
.box-wrapper .number-box {
	display: none;
	background: var(--pearl);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
	padding: 16px;
	text-align: left;
	position: absolute;
}
.box-wrapper:hover .number-box {
	display: block;
	min-width: 177px;
	animation: fadeInAnimation 0.4s;
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.box-wrapper .circles {
	width: 36px;
	height: 36px;
	position: absolute;
}
.box-wrapper .circles span {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 100%;
	height: 16px;
	width: 16px;
	display: block;
}
.box-wrapper .circles span:first-child {
	background: var(--sky);
	height: 36px;
	width: 36px;
	opacity: 0.25;
	left: 0;
	top: 0;
	animation-duration: 1.2s;
	animation-name: pulse;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-name: pulse;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease;

}
.box-wrapper .circles span:last-child {
	background: #D9D9D9;
	height: 16px;
	width: 16px;
	z-index: 1;
}


.box-wrapper[data-position=right] .number-box {
	top: -50px;
	left: 100px;
}
.box-wrapper[data-position=right] .number-box::before {
	height: 1px;
	width: 80px;
	right: 100%;
	top: 68px;
}
.box-wrapper[data-position=bottom] .number-box {
	left: 0;
	top: 100px;
}
.box-wrapper[data-position=bottom] .number-box::before {
	width: 1px;
	height: 80px;
	bottom: 100%;
	left: 17px;
}
.box-wrapper[data-position=left] .number-box {
	top: -50px;
    right: 70px;
}
.box-wrapper[data-position=left] .number-box::before {
	height: 1px;
	width: 80px;
	left: 100%;
	top: 68px;
}
.box-wrapper[data-position=top] .number-box {
    left: 0;
    bottom: 70px;
}
.box-wrapper[data-position=top] .number-box::before {
    width: 1px;
    height: 80px;
    top: 100%;
    left: 17px;
}



.box-wrapper#dot_africa .number-box {
	left: 0;
	top: 100px;
}
.box-wrapper#dot_africa .number-box::before {
	width: 1px;
	height: 80px;
	bottom: 100%;
	left: 17px;
}
.box-wrapper#dot_middle-east .number-box {
    top: -50px;
    left: 53px;
}
.box-wrapper#dot_middle-east .number-box::before {
	height: 1px;
	width: 40px;
	right: 100%;
	top: 68px;
}


.page-id-19 [data-module=mast] + [data-module=image-text] .wrap {
	border-top: 1px solid var(--charcoal);
	padding-bottom: 8rem;
	padding-top: 12rem;
}
@media (max-width: 600px) {
	.page-id-19 [data-module=mast] + [data-module=image-text] .wrap {
		padding-top: 10rem;
	}
}
.page-id-19 [data-module=resources] .wrap {
	border-top: 1px solid var(--charcoal);
	padding-top: 8rem;
}

.podcast-template-default main .links {
    border-top: 1px solid var(--charcoal);
    padding-top: 4rem;
    margin-top: 6rem;
    display: flex;
    align-items: center;
}
.podcast-template-default main .links > * {
	flex: 0 1 auto;
}
.podcast-template-default main .links h5 {
	margin: 0;
}
.podcast-template-default main .links .cta {
	margin-top: 0;
	margin-left: 20px;
	text-align: center;
}
@media (min-width: 901px) AND (max-width: 1000px), (min-width: 501px) AND (max-width: 650px) {
	.podcast-template-default main .links {
		flex-wrap: wrap;
	}
	.podcast-template-default main .links h5 {
		width: 100%;
		margin-bottom: 2rem;
	}
	.podcast-template-default main .links .cta:nth-child(2) {
		margin-left: 0;
	}
}
@media (max-width: 500px) {
	.podcast-template-default main .links {
		flex-wrap: wrap;
		/* text-align: center; */
	}
	.podcast-template-default main .links h5 {
		margin-bottom: 2rem;
	}
	.podcast-template-default main .links > * {
		width: 100%;
		margin-bottom: 20px;
	}
	.podcast-template-default main .links .cta {
		margin-left: 0;
		margin-right: auto;
		max-width: 200px;
	}
}

small {
    overflow-wrap: anywhere;
}

#homeVideo {
	background: var(--emerald);
	padding: 5rem 4rem;
	color: var(--white);
	text-align: center;
	width: 1200px;
	max-width: 100%;
}
#homeVideo h2 + p {
	margin-top: 10px;
}
#homeVideo video {
	width: 1000px;
	max-width: 100%;
	margin: auto;
	margin-top: 4rem;
    outline: none;
}

.postid-63.single-initiative #modules + [data-module=cta][data-bgcolor=green] {
	border-top: 1px solid var(--white);
}

.testimonial-slider .img img {
	width: 420px;
	height: 520px;
	object-fit: cover;
}

body .fancybox__content>.carousel__button.is-close {
	top: 4px;
	right: 4px;
}


.gform_wrapper .gfield_checkbox input[type="checkbox"] {
	display: none;
}
.gform_wrapper .gfield_checkbox label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	margin-left: 0;
	line-height: 1em;
}

.gform_wrapper .gfield_checkbox label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
    width: 20px;
    height: 20px;
	background-color: var(--white);
	border: 1px solid var(--light-gray);
	/* background-image: url("images/icon_x.svg"); */
	background-repeat: no-repeat;
	background-size: 70%;
    background-position: center;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
	background-color: var(--emerald);
	background-image: url("images/icon_check.svg");
}

#wp-admin-bar-comments,
#wp-admin-bar-new-content {
	display: none !important;
}

.page-id-1561 [data-module=image-text][data-format=image-right] .bumper {
	padding-left: 0;
}
.page-id-1561 [data-module=image-text] .cols {
	display: block;
}
.page-id-1561 [data-module=image-text] .image {
	margin-top: 4rem;
}

#mc_embed_signup #mce-success-response {
    font-weight: 450;
    font-size: 18px;
    line-height: 1.67em;
    font-family: neue-haas-grotesk-display, sans-serif;
    letter-spacing: 1px;
    position: absolute;
    margin-top: 12px;
}

.home #modules section:first-child h2 {
    font-size: clamp(40px,10.7vw,7.2rem);
}