.pohwBanner {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}
.pohwbWeb {
	display: block;
}
.pohwbMobile {
	display: none;
}
.phwHolder {
	display: flex;
	align-content: center;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1080px;
}
.phwIcons {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 40%;
	margin-bottom: 80px;
	justify-content: center;
	align-items: center;
}
.phwGallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 40px auto;
	z-index: 10;
	position: relative;
	background: #00263e;
}
.phwGallery:before  {
	content: "";
	background: #00263e;
	position: absolute;
	height: 100%;
	width: 200vw;
	left: -100vw;
	z-index: 0;
  }
.newsies {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 990px;
}
.applyNow {
	background: #00263e;
	width: 100%;
	display: flex;
	margin: 40px auto -100px;
	position: relative;
	z-index: 10;
	height: 200px;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.applyNow:before  {
	content: "";
	background: #00263e;
	position: absolute;
	height: 100%;
	width: 200vw;
	left: -100vw;
	z-index: 0;
  }
.pohwSpot {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 40px auto;
	z-index: 5;
	justify-content: center;
	column-gap: 30px;
	max-width: 980px;
}
.pohwSpot h2 {
	color: #76bc21;
}
.pohwSpot p {
	color: white;
}
.pohwSpotBlock {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	margin-bottom: 20px;
}
.phwIntro {
	display: flex;
	flex-direction: column;
	width: 60%;
}
.iconCols {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 20px;
}
.threeCol {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
#debOne {
	display: none;
}
#debTwo {
	display: flex;
}
@media (max-width: 800px) {
	.pohwbWeb {
		display: none;
	}
	.pohwbMobile {
		display: block;
	}
	.pohwSpot {
		flex-wrap: wrap;
	}
	.phwIntro {
		width: 100%;
	}
	.phwIcons {
		width: 100%;
	}
	#debOne {
		display: flex;
	}
	#debTwo {
		display: none;
	}
}