:root {
  --primary-dark: #1a3966;
  --accent-dark: #ad8400;
}

.elementor-location-footer .elementor-element-703e131 {
	display: none !important;
}

.elementor-element-e91200d {
	background-color: transparent;
	background-image: linear-gradient(90deg, var(--e-global-color-4765914) 0%, var(--e-global-color-secondary) 100%);
}

main#content {
	clear: both;
	font-family: "EB Garamond", serif;
}

.elementor-element-e91200d {
	margin-bottom: 0;
}

.section {
	padding: 0 20px;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

.section .contain {
	padding: 65px 0;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: left;
}

.section-intro .contain {
	padding-top: 150px;
}

.section-intro h2 {
	font-size: 7.5em;
	margin: 0 0 5px 0;
	font-weight: 400;
	font-family: "EB Garamond", serif;
	line-height: 1;
	color: var(--primary-dark);
}

.section-intro h3 {
	font-size: 3.75em;
	margin: 0 0 0px 0;
	font-weight: 400;
	font-family: "EB Garamond", serif;
	text-transform: none;
	line-height: 1;
	color: var(--primary-dark);
}

.section-pitch .contain {
	  display: grid;
	  grid-template-columns:  .45fr .55fr;
	  grid-template-rows: auto;
	  column-gap: 40px;
		grid-template-areas: 
		"pitchlogo pitchtext";
	  align-items: center;
	  justify-content: center;
}

.section-pitch .text {
	grid-area: pitchtext;
}

.section-pitch .text p, .section-pitch .text ul {
	font-size: 1.5em;
	line-height: 1.3;
	font-family: "EB Garamond", serif;
}

.section-pitch .logo {
	grid-area: pitchlogo;
}

.section-pitch .logo img {
	max-width: 90%;
	height: auto;
	margin: 0 auto;
}

.section-matters .contain {
	  display: grid;
	  grid-template-columns:  .5fr .5fr;
	  grid-template-rows: auto auto;
	  column-gap: 70px;
		grid-template-areas: 
		"matterstext matterslistintro"
		"matterstext matterslist";
}

.section-matters > h3 {
	display: none;
}

.section-matters .text h3 {
	font-size: 4em;
	margin: 0 0 30px 0;
	font-weight: 400;
	font-family: "EB Garamond", serif;
	text-transform: none;
	line-height: 1;
	grid-area: matterstitle;
	color: var(--accent-dark);
}

.section-matters .text {
	grid-area: matterstext;
	align-self: start;
}

.section-matters .text p, .section-matters .text ul {
	font-size: 1.5em;
	line-height: 1.3;
	font-family: "EB Garamond", serif;
}

.page .section-matters h4 {
	font-size: 1.5em;
	margin: 0 0 30px 0;
	font-weight: 900;
	font-family: "EB Garamond", serif;
	text-transform: none;
	line-height: 1;
	grid-area: matterslistintro;
}

.page .section-matters ul {
	font-size: 1.5em;
	line-height: 1.2;
	font-family: "EB Garamond", serif;
	grid-area: matterslist;
}

.page .section-matters ul li {
}

.section-delivers h3 {
	font-size: 4em;
	margin: 0 0 30px 0;
	font-weight: 400;
	font-family: "EB Garamond", serif;
	text-transform: none;
	line-height: 1;
	color: var(--primary-dark);
	text-align: center;
}

.section-delivers .text {
	padding-bottom: 12px;
}

.section-delivers .text p, .section-delivers .text ul {
	font-size: 1.5em;
	line-height: 1.3;
	font-family: "EB Garamond", serif;
	text-align: center;
	text-wrap: balance;
}

.section-delivers h4 {
	font-size: 2em;
	margin: 0px 0 30px 0;
	font-weight: 400;
	font-family: "EB Garamond", serif;
	text-transform: uppercase;
	letter-spacing: .25em;
	line-height: 1;
	color: var(--accent-dark);
	text-align: center;
}

.section-delivers ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.section-delivers ul li {
	width: 21%;
	margin: 0 2% 2% 2%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #f4eedb;
	font-size: 1.3em;
	line-height: 1.25;
	font-family: "EB Garamond", serif;
}

.section-delivers ul li strong {
	color: var(--accent-dark);
	font-weight: 900;
	display: block;
	margin-bottom: 10px;
}

.section-coalition .contain {
	  display: grid;
	  grid-template-columns:  .5fr .5fr;
	  grid-template-rows: auto auto;
	  column-gap: 70px;
		grid-template-areas: 
		"coaltitle coaltext";
}

.section-coalition .contain h3 {
	grid-area: coaltitle;
	font-size: 4.5em;
	text-transform: none;
	line-height: 1;
	margin: 0;
	font-family: "EB Garamond", serif;
	color: var(--primary-dark);
}

.section-coalition .contain .text {
	grid-area: coaltext;
}

.section-coalition .text p, .section-coalition .text ul {
	font-size: 1.5em;
	line-height: 1.3;
	font-family: "EB Garamond", serif;
	text-align: left;
}

.section-opportunities h3 {
	font-size: 4em;
	margin: 0 0 10px 0;
	font-weight: 400;
	font-family: "EB Garamond", serif;
	text-transform: none;
	line-height: 1;
	color: var(--primary-dark);
	text-align: center;
	font-style: italic;
}

.section-opportunities ol {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	position: relative;
}

.section-opportunities ol li {
	width: 21%;
	margin: 0 2% 2%;
	padding: 40px 0 0 20px;
	box-sizing: border-box;
	position: relative;
	font-size: 1.5em;
	line-height: 1.3;
	font-family: "EB Garamond", serif;
}

.section-opportunities ol li span {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 6em;
	z-index: 90;
	line-height: 1;
}

.section-opportunities ol li em {
	font-style: normal;
	z-index: 100;
	position: relative;
}

.section-together .contain {
	  display: grid;
	  grid-template-columns:  .2fr .2fr .2fr .2fr .2fr;
	  grid-template-rows: auto;
	  column-gap: 60px;
	  row-gap: 40px;
		grid-template-areas: 
		"togimg togimg togtitle togtitle togtitle"
		"togimg togimg togtext togtext togtext"
		"togctatext togctatext togctatext togctabutton togctabutton"
		;
}

.section-together h3 {
	grid-area: togtitle;
	font-size: 4em;
	margin: 0 0 0px 0;
	font-weight: 400;
	font-family: "EB Garamond", serif;
	color: var(--primary-dark);
	line-height: 1.1;
	text-transform: none;
	align-self: end;
}

.section-together .text {
	grid-area: togtext;
	align-self: start;
}

.section-together .text p, .section-together .text ul {
	font-size: 1.5em;
	line-height: 1.3;
	font-family: "EB Garamond", serif;
	text-align: left;
}

.section-together img {
	grid-area: togimg;
	max-width: 100%;
	height: auto;
}

.section-together .ctatext {
	grid-area: togctatext;
	align-self: center;
}

.section-together .ctatext p, .section-together .ctatext ul {
	font-size: 1.5em;
	line-height: 1.3;
	font-family: "EB Garamond", serif;
	text-align: left;
}

.section-together a {
	grid-area: togctabutton;
	background-color: #ff9933;
	color: var(--primary-dark);
	display: inline-block;
	padding: 30px 30px;
	border-radius: 20px;
	align-self: center;
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	font-synthesis-style: 2em;
	line-height: 1;
	justify-self: center;
}

.section-together a strong {
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

.section-partners .contain {
	border-top: 1px solid #ff9933;
}

.section-partners h3 {
	font-size: 3.5em;
	margin: 0 0 0px 0;
	padding-bottom: 40px;
	font-weight: 400;
	font-family: "EB Garamond", serif;
	color: #ff9933;
	line-height: 1.1;
	text-transform: none;
	text-align: center;
}

.section-partners ul {
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.section-partners ul li {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3% 2%;
}

.section-partners ul li img {
	max-width: 200px;
	max-height: 100px;
	width: auto;
	height: auto;
}

.section-partners {
	border-bottom: 1px solid #ccc;
}



@media (max-width: 850px) {
	
	.section-matters .contain > h3 {
		display: none;
	}
	
	
	.section-matters .contain {
		display: grid;
		grid-template-columns: calc(50% - 35px) calc(50% - 35px);
	}
	
	.section {
		padding: 0 40px;
	}

	.section-intro h2 {
		font-size: 5em;
	}
	
	.section-intro h3 {
		font-size: 2em;
	}
	
}

@media (max-width: 850px) {
	.section-pitch .contain {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		column-gap: 40px;
		grid-template-areas: 
		"pitchlogo"
		"pitchtext";
		align-items: center;
		justify-content: center;
	}
	
	.section-matters .contain {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		column-gap: 70px;
		grid-template-areas:
		"matterstext"
		"matterslistintro"
		"matterslist";
	}
	
	.section-matters .text h3 {
		font-size: 3.5em;
	}
	
	.section-delivers ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: block;
	}
	
	.section-delivers ul li {
		width: 100%;
		margin: 0 2% 4% 2%;
	}
	
	.section-coalition .contain {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		column-gap: 70px;
		grid-template-areas: "coaltitle""coaltext";
	}
	
	.section-coalition .contain h3 {
		font-size: 3.5em;
	}
	
	.section-opportunities h3 {
		font-size: 3.5em;
	}
	
	.section-opportunities ol {
		display: block;
	}
	
	.section-opportunities ol li {
		width: 100%;
		margin-bottom: 4%;
	}
	
	.section-together .contain {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		column-gap: 60px;
		row-gap: 20px;
		grid-template-areas: 
		"togimg"
		"togtitle"
		"togtext"
		"togctatext"
		"togctabutton";
	}
	
	.section-pitch .contain, .section-coalition .contain {
		row-gap: 20px;
	}
	
}