/*/////////////////////////////////////////////
//// BEGIN: Archives
/////////////////////////////////////////////*/

/* BEGIN: Hero
-----------------------------------*/
.section-hero--mission {
	margin-bottom: 6em;
}

.section-hero__image {
	width: 950px;
	max-width: 63%;
}

.section-hero__image--primary {
}

.section-hero__image--secondary {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	max-width: 32%;
}

/* BEGIN: Intro
-----------------------------------*/
.section-page--intro .section-wrapper,
.section-page--approach .section-wrapper {
	width: 800px;
}

.section-page--intro h2 {
	margin-bottom: 40px;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.15;
}

/* BEGIN: Intro - Partners
-----------------------------------*/
.section-page--partner .section-wrapper {
	width: 1000px;
}

.section-page--partner .has-bg-color {
	padding: 40px;
}

.column-group.flexit-container {
	align-items: center;
    gap: 30px 50px;
}

.section-page--partner .section-header {
	margin-bottom: 0;
}

.section-page--partner h2 {
	margin-bottom: 40px;
	font-size: 35px;
}

.section-page--partner col-left {
	width: ;
	max-width: ;
}

.section-page--partner col-right {
	width: ;
	max-width: ;
}

/* BEGIN: Our Model
-----------------------------------*/
.section-page--model .section-header {
	margin-bottom: 0;
}

.section-page--model .section-header h2 {
}

.model-grid {
	padding: 60px;
	gap: 60px;
}

.model-grid .our-model__item {
	gap: 25px;
	flex-wrap: nowrap;
}

.model-grid .our-model__item-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: var(--tu-white);
	overflow: hidden;
	flex-shrink: 0;
}

.model-grid .our-model__item-icon img,
.model-grid .our-model__item-icon svg {
	width: 100%;
	height: 100%;
}

.model-grid .our-model__item-content-title {
	font-size: var(--body-font-size);
	font-weight: 600;
}

.model-grid .our-model__item-content-text {
	font-size: 17px;
}

/* BEGIN: Our Approach
-----------------------------------*/
.section-page--approach h2 {
	font-size: 30px;
}

.section-page--approach ul {
	margin-bottom: 30px;
	padding: 40px 40px 40px 60px;
	background: var(--tu-gray);
}

.section-page--approach li {
	list-style: disc;
	margin-bottom: 10px;
}

/* BEGIN: Our Impact
-----------------------------------*/
.section-page--impact .section-header,
.section-page--impact h2 {
	margin-bottom: 0;
}

.section-page--impact h2 {
	font-size: 65px;
}

.impact-grid {
	gap: 0;
}

.impact-grid__item {
	position: relative;
	display: flex;
	padding: 50px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	height: 413px;
	overflow: hidden;
}

.impact-grid__item.col-span-left {
	grid-column: 1 / 3;
}

.impact-grid__item.col-span-right {
	grid-column: 2 / 4;
}

.impact-grid__item.impact-grid__item-image {
	padding: 0;
}

.impact-grid__item.impact-grid__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.impact-grid__item.impact-grid__item-quote {
	align-items: center;
	font-size: 30px;
	text-align: center;
}

.impact-grid__item-part-top {
	align-self: flex-start;
}

.impact-grid__item .statistic-number {
	display: block;
	font-size: 100px;
}

.impact-grid__item .statistic-details {
	font-size: 24px;
}

.impact-grid__item-quote.section--purple {
	padding: 30px;
}

.impact-grid__item-quote.section--purple p {
	font-size: 20px;
	line-height: 1.3;
}

/*/////////////////////////////////////////////
//// BEGIN: Media Queries
/////////////////////////////////////////////*/

/* BEGIN: Hovers
-----------------------------------*/
@media screen and (min-width: 992px) {
}

/* BEGIN: Responsive
---------------------------------------------*/
@media screen and (max-width: 1440px) {
}

/* BEGIN: iPad / Mobile */
@media screen and (max-width: 991px) {

	.section-hero--mission {
		min-height: 0;
		margin-bottom: 3em;
		padding-bottom: 0;
	}
	
	/* BEGIN: Our Model
	-----------------------------------*/
	.section-page--model .model-grid {
		padding: 60px 30px;
	}
	
	/* BEGIN: Our Impact
	-----------------------------------*/
	.impact-grid__item.col-span-left,
	.impact-grid__item.col-span-right {
		grid-column: auto;
	}
	
	.impact-grid__item.section-header {
		grid-column: 1 / 3;
	}
	
	.impact-grid__item.impact-grid__item-quote {
		font-size: 24px;
	}
}

/* BEGIN: Mobile
-----------------------------------*/
@media screen and (max-width: 767px) {

	.section-hero__image {
		max-width: 90%;
	}
	
	.section-page--intro h2 {
		font-size: 25px;
	}

	/* BEGIN: Intro - Partners
	-----------------------------------*/
	.section-page--partner .has-bg-color {
		padding: 40px 20px;
	}

	.section-page--partner .col-right img {
		display: block;
		width: 370px;
		margin: 0 auto;
	}

	/* BEGIN: Our Impact
	-----------------------------------*/	
	.impact-grid__item {
		height: auto;
		min-height: 365px;
	}
	
	.impact-grid__item-image {
		height: 365px;
	}
	
	.impact-grid__item-image .impact-grid__item-part {
		width: 100%;
		height: 100%;
	}
	
	.impact-grid__item.section-header {
		grid-column: auto;
	}

	.impact-grid__item .statistic-details {
		font-size: 20px;
	}
}
/* FIN */