label {
	font-family: "Work Sans";
	font-size: 1rem;	
	font-weight: 700;	
  text-transform: uppercase;
}

#e2p-header {
	bottom: -60vh;
	position: absolute;
}

#e2p-header h2 {
	color: #fff;
	font-size: 8vw;
  font-weight: 900;
  letter-spacing: -4px;
  line-height: 90%;
  margin-bottom: 1rem;
  text-shadow: 4px 7px 7px rgba(0, 43, 73, 0.8);
}

#intro-video {
	margin: 0 auto;
	max-width: 1130px;
}

#intro-video .intro {
	font-size: 111%;
  max-width: 850px;
}

#e2p-contact h4,
.block h3 {
	font-size: 155%;
	text-align: center;
}

#e2p-partners p,
.ta-intro p {
	margin-top: -2.25rem;
	text-align: center;
}

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

.partners.block,
.services .block {
	margin-top: 0 !important;
}

.e2p-service {
	 max-width: 600px;
}

.e2p-service .heading {
	color: #fff;
	font-size: 135%;
	font-weight: 700;
	padding: .5rem 1.5rem;
}

.e2p-service .heading .fa-regular,
.e2p-service .heading .fa-solid {
	margin-right: 8px;
}

.e2p-service .description,
.e2p-service .case-study {
	padding: 1.5rem;	
}

.e2p-service .description {
	padding-bottom: 0;
}

.e2p-service .case-study {
	font-size: 1.1rem;
	max-width: 510px;
}

.e2p-service .case-study a {
	color: #606060;
	font-weight: 700;
}

#data {
	background: #FBF1E5;
}

#data .heading {
	background: #D57800;
}

#data label {
	color: #D57800;
}

#innovate {
	background: #EDF2EC;
}

#innovate .heading {
	background: #538549;
}

#innovate label {
	color: #538549;
}

#impact {
	background: #F2F6F9;
}

#impact .heading {
	background: #00558C;
}

#impact label {
	color: #00558C;
}

#diagnose {
	background: #EBF5F8;
}

#diagnose .heading {
	background: #399FBE;
}

#diagnose label {
	color: #399FBE;
}

#e2p-highlights.bg-light {
	background: #F7F6F6 !important;
	margin-top: 3rem;
}

#e2p-highlights h3 {
	margin: 4rem 0 0;
}

.e2p-partners ul,
#e2p-highlights ul {
	display: flex;
	justify-content: space-around;
	padding: 0;
}

.e2p-partners li,
#e2p-highlights li {
	color: #444;
	font-size: 1.1rem;
	list-style: none;
	width: 30%;
}

#e2p-highlights li img {
	margin-bottom: 1rem;
}

#e2p-highlights li a {
	color: #222;
	font-size: 1.3rem;
	font-weight: 700;
  line-height: 1rem;
}

#e2p-highlights li span {
	display: block;
	margin-top: .5rem;
}

.e2p-partners .field--name-body {
	max-width: 600px;
	text-align: center;
}

.e2p-partners h4 {
	margin-bottom: 1.5rem;
}

.e2p-partners ul {
	justify-content: center;
}

.e2p-partners p {
	font-size: 1.1rem;
	margin-top: -1.25rem;
}

#local {
	padding-top: 1.75rem;
}

#e2p-resources {
	padding-bottom: 2rem;
}

#e2p-resources h3 {
	margin: 4rem 0;
}

.resource {
	margin: 2.5rem auto;
  max-width: 630px;
  text-align: center;
}

.resource p {
	font-size: 1.625rem;
}

.resource p:last-child {
	font-size: 1.175rem;
  margin-top: -.75rem;
}

.resource .fa-solid,
.resource .fa-light {
	display: block;
	font-size: 48px;
	margin-bottom: .5rem;
}

.resource a {
	font-weight: 700;
}

.resource a:hover,
.resource a:hover {
	text-decoration: none;
}

#e2p-contact {
	text-align: center;
}



@media screen and (min-width:2100px) {
	.bg-image {
		min-height: 40vh;
	}
	
	#e2p-header {
		bottom: -40vh;
	}
	
	#e2p-header h2 {
		font-size: 5.5vw;
	}
}

@media screen and (max-width:980px) {
	.bg-image {
		min-height: 35vh;
	}
	
	#e2p-header {
		bottom: -40vh;
	}
	
	.e2p-service .heading {
		font-size: 100%;
		line-height: 110%;
	}
	
	.e2p-service .description {
		font-size: 90%;
	}
	
	.e2p-partners img {
		max-width: 85%;
	}
	
}

@media screen and (max-width:767px) {
	
	#intro-video .intro {
		font-size: 100%;
	}
	
	 #e2p-header {
  	bottom: -35vh;
	 }
	
	#local {
		padding-top: unset;
	}	
	
	#e2p-header h2 {
		font-size: 10vw;
	}
	
	.e2p-service {
		margin: 0 auto;
	}
	
	.e2p-service,
	.e2p-partners {
		margin: 0 auto;
		max-width: 600px;
	}
	
	#e2p-contact h4, 
	.block h3 {
		font-size: 140%;
	}
	
	.ta-intro p {
		margin-top: -1rem;
	}
	
	#e2p-highlights ul {
		display: block;
	}
	
	#e2p-highlights li {
		max-width: 500px;
		margin: 0 auto 1.5rem;
		width: 96%;
	}
	
	.services .col-12 {
		padding: 0;
	}
	
	.e2p-service .heading {
		font-size: 110%;
	}
	
	#e2p-highlights h3 {
    margin: 2rem 0 0;
}

	#e2p-resources h3 {
	    margin: 2rem 0;
	}
}

@media screen and (max-width:640px) {
	
	  .bg-image {
        min-height: 20vh;
    }
    
    #e2p-header {
        bottom: -23vh;
    }
	
	    #e2p-header h2 {
        font-size: 14vw;
    }
    
    .resource p {
	    font-size: 1.325rem;
	}
    
   .layout-no-sidebars .tertiary-wrapper {
        margin-top: 1rem !important;
    }  
    
}