/* @override 
	https://for-impact.local/wp-content/themes/forimpact_V2/css/module-hero.css?*
	https://forimpactstaging.flywheelsites.com/wp-content/themes/forimpact_V2/css/module-hero.css?*
	https://for-impact-staging.local/wp-content/themes/forimpact_V2/css/module-hero.css?* */

.section_hero_color_bg {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.one_column_text_hero {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	padding-top: 60px!important;
	padding-bottom: 60px;
}

.color_background_with_featured_image {
	position: relative;
	display: flex;
	flex-direction: column;
}

.color_background_with_featured_image:before {
	content: "";
	background: #002A45;
	opacity: .2;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.hero_color_bg_wrapper {
	width: 100%;
	display: flex;
	flex-basis: 100%;
	flex-direction: column;
	align-content: center;
	align-items: center;
	text-align: center;
}

.color_background_with_featured_image .hero_color_bg_wrapper {
	padding-bottom: 40vh;
}

.hero_color_bg_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	padding: 60px 3%;
	flex-basis: 100%;
}

@media (max-width: 900px) {
	.hero_color_bg_text {
		margin-bottom: 0;
		margin-top: 0;
	padding: 20px 3%;

	}
}

.hero_color_bg_text.bg_color_002035 p{
	color: #ECF3F5;
}

.hero_two_column_text_image {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 60px; 
	flex-wrap: wrap;
}

.hero_two_column_text_image_text {
	flex-basis: 48%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

@media (max-width: 950px) {
	.hero_two_column_text_image_text {
		flex-basis: 100%;
		padding-bottom: 30px;
	}
}

.hero_two_column_text_image_img {
	flex-basis: 48%
}

@media (max-width: 950px) {
	.hero_two_column_text_image_img {
		display: flex;
		justify-content: center;
		flex-basis: 100%;
	}
}

@media (max-width: 950px) {
	.hero_two_column_text_image_img img {
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}
}










.hero_color_bg_wrapper_with_image {
	position: absolute;
	display: flex;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding-left: 3%;
	padding-right: 3%;
}

@media (max-width: 950px) {
	.hero_color_bg_wrapper_with_image {
		padding-left: 5%;
		padding-right: 5%;
	}
}

	.color_background_with_featured_image_img {
	width: 100%;
	position: relative;
	display: flex;
	min-height: 700px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
}

@media (max-width: 950px) {
	.color_background_with_featured_image_img {
		min-height: 500px;
	}
}


/*div {
	outline: 1px solid #ddd;
}*/