#inner-page-wrapper {
	padding: 0;
	margin: 0;
}

#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}


#content .entry-title {
	display: none;
}

#breadcrumbs {
	text-transform: uppercase;
}

.ip-who-we-help {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
}
	.ip-wwh-main {
		position: relative;
		padding: 17px 0 65px;
	}
		.ip-wwh-title {
			text-align: center;
			position: relative;
		}
			#content .ip-wwh-title h2 {
				font-family: 'Josefin Sans';
				display: inline-block;
				font-size: 45px;
				text-transform: uppercase;
				letter-spacing: 0.025em;
				line-height: 1;
				color: #4e4e4e;
				font-weight: 600;
			}

		.ip-wwh-flex-row {
			position: relative;
			display: flex;
			flex-wrap: wrap;
			margin-top: 102px;
		}
			.ip-wwh-flex-row:first-child {
				margin-top: 15px;
			}
			.ip-wwh-flex-row:before,
			.ip-wwh-flex-row:after {
				display: none;
			}

		.ip-wwh-img-wrap {
			position: relative;
			padding: 78px 0 0;
		}
			.ip-wwh-img {
				position: relative;
				background: #404040;
				border: 1px solid #ffffff;
				padding: 10px;
			}
				.ip-wwh-img:before {
					content: '';
					position: absolute;
					top: -78px;
					right: 60%;
					width: calc((100vw - 1140px) / 2 + 100%);
					height: 100%;
					background: #4e4e4e;
					z-index: -1;
				}
				.ip-wwh-flex-row:nth-child(even) .ip-wwh-img:before {
					right: auto;
					left: 60%;
				}
				.ip-wwh-img canvas {
					width: 100%;
					background-size: cover;
					background-position: center center;
					background-repeat: no-repeat;
				}
		.ip-wwh-text-wrap {
			position: relative;
			height: 100%;
			display: flex;
			align-items: center;
		}
			.ip-wwh-text-wrap:before,
			.ip-wwh-text-wrap:after {
				content: '';
				position: absolute;
				top: 0;
				left: -420px;
				height: 100%;
				width: calc((100vw - 1140px) / 2 + 100% + 420px);
			}
				.ip-wwh-flex-row:nth-child(even) .ip-wwh-text-wrap:before,
				.ip-wwh-flex-row:nth-child(even) .ip-wwh-text-wrap:after {
					right: -420px;
					left: auto;
				}
				.ip-wwh-text-wrap:before {
					background-image: url(../../images/who-we-help/wwh-accent.jpg);
					background-size: cover;
					background-position: center center;
					background-repeat: no-repeat;
					z-index: -3;
				}
				.ip-wwh-text-wrap:after {
					background: linear-gradient(to bottom, rgba(255,255,255,0.6) 5%, rgba(255,255,255,0.4) 10%, rgba(255,255,255,0) 20%,rgba(255,255,255,0) 80%, rgba(255,255,255,0.4) 85%, rgba(255,255,255,0.6));
					z-index: -2;
				}
			.ip-wwh-text-wrap > div {
				position: relative;
				width: 100%;
				max-width: 375px;
				margin-right: 35px;
				margin-left: auto;
			}
				.ip-wwh-flex-row:nth-child(even) .ip-wwh-text-wrap > div {
					margin-left: 0;
					margin-right: 0;
				}
				#content .ip-wwh-text-wrap > div > h2 {
					font-family: 'Josefin Sans';
					display: inline-block;
					font-size: 35px;
					text-transform: uppercase;
					letter-spacing: 0.025em;
					line-height: 1;
					color: #4e4e4e;
					font-weight: 600;
					margin: 0;
				}
				.ip-wwh-text {
					position: relative;
					margin: 20px 0 0;
				}
					.ip-wwh-text p {
						font-size: 15px;
						letter-spacing: 0.02em !important;
						line-height: 1.5 !important;
						color: #787878;
						margin-top: 15px;
					}
						.ip-wwh-text p:first-child {
							margin-top: 0;
						}

@media only screen and (min-width: 992px) {
	.ip-banner canvas {
	    min-height: 566px;
	}
	.ip-wwh-flex-row:nth-child(even) {
		flex-direction: row-reverse;
	}
}

@media only screen and (max-width: 1199px) {

	.ip-wwh-text-wrap:before,
	.ip-wwh-text-wrap:after {
		width: calc((100vw - 940px) / 2 + 100% + 420px);
	}
	.ip-wwh-img:before {
		width: calc((100vw - 940px) / 2 + 100%);
	}

}
@media only screen and (max-width: 991px) {
	.ip-wwh-text-wrap:before, 
	.ip-wwh-text-wrap:after {
	    width: 100%;
	    left: 0 !important;
	    right: 0 !important;
	}
	.ip-wwh-img:before {
		width: 100%;
	}
	.ip-wwh-flex-row {
		display: block;
		margin-top: 0;
	}
	.ip-wwh-text-wrap {
		padding: 40px 0;
		text-align: center;
	}
	.ip-wwh-text-wrap > div {
	    margin: auto !important;
	}
}
@media only screen and (max-width: 767px) {
	
}
@media only screen and (max-width: 567px) {
	#content .ip-wwh-title h2 {
	    font-size: 35px;
	}
}
@media only screen and (max-width: 480px) {
	
}