.wrapper_background .subheader {
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #CECFD2;
	border-top: none;
}
.wrapper_background .subheader_right {
	right: 20px;
}
.wrapper_background .wrapper_background_img {
	opacity: 0.5;
}
.top_shadow {
	overflow: auto;
}
#iada_feature_left, #iada_feature_right {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
#iada_feature_left {
	width: 60%;
	text-align: center;
}
#iada_feature_right {
	width: 40%;
	font-family: Apolline;
	font-size: 16px;
}
#iada_logo {
	display: inline-block;
	height: 235px;
	margin-top: 50px;
	padding-right: 40px;
}
#iada_logo img {
	height: 100%;
}
#how_it_works_container {
	border-bottom: 1px solid #CECFD2;
}
#how_it_works {
	padding-top: 40px;
	min-height: 0px;
}
#how_it_works_left, #how_it_works_right {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 50%;
}
#how_it_works_left {
	padding-right: 10px;
}
#how_it_works_right {
	padding-left: 10px;
}
#how_it_works_right h2 {
	margin-top: 20px;
}
#how_it_works_right h2:first-of-type {
	margin-top: 0px;
}
#how_it_works h1 {
	margin-bottom: 20px;
}

@media (max-width: 1000px) {
	#how_it_works_left {
		padding-right: 0px;
	}
	#how_it_works_right {
		padding-left: 0px;
		margin-top: 20px;
	}
}