.download-health {
	margin: 0;
	padding: 0;
}

.download-health .banner{
	background: #464646;
}
.download-health .banner .description {
	padding: 2%;
	font-weight: 100;
	color: #fff;
	text-align: center;
}
.download-health .banner .description .bld {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}
.download-health .banner .description .bld:visited {
	color: #fff;
}

.download-health .header .wrapper{
	padding: 5% 3%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 95%;
	margin: auto;
}
.download-health .header .wrapper .logo{
	width: 60px;
	height: 60px;
	margin-right: 20px;
}
.download-health .header .wrapper .heading {
	font-size: 28px;
	font-weight: 300;
	color: #28C2FE;
}

.download-health .instructions .wrapper {
	padding: 5%;
}
.download-health .instructions .wrapper .description {
	padding: 8% 10%;
	text-align: center;
}
.download-health .instructions .wrapper a {
	display: block;
	width: 100%;
}
.download-health .instructions .wrapper .download {
	width: 60%;
	margin: auto;
	display: block;
}

.download-health .videos {
	padding: 5%;
}
.download-health .videos .wrapper{
	background: #d8f4ff;
	padding: 10px;
}
.download-health .videos .wrapper .sub-heading {
	font-size: 24px;
	font-weight: 100;
	text-align: center;
}
.download-health .videos .wrapper .small-txt {
	text-align: center;
	display: block;
}
.download-health .videos .wrapper .vid-title {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}
.download-health .videos .wrapper video {
	width: 300px;
	height: 200px;
	display: block;
	margin: 10px auto;
}

.download-health .how-to-images .wrapper {
	padding: 5%;
}
.download-health .how-to-images .wrapper .heading {
	text-align: center;
	font-size: 24px; 
	font-weight: 100;
}
.download-health .how-to-images .wrapper .small-txt {
	text-align: center;
	display: block;
	margin: 20px 0;
}
.download-health .how-to-images .img-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: realtive;
	justify-content: center;
	align-items: center;
}

.download-health .how-to-images .img-wrapper .number {
	width: 40%;
	margin: 20px 10px;
	color: #7b7b7b;
	background: #fff;
	position: relative;
}
.download-health .how-to-images .img-wrapper .number .num {
	padding: 10px;
	border: 2px solid #7b7b7b;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
	z-index: 2;
	background: #fff;
} 

.download-health .call-link {
	padding: 5%;
	background: #d8f4ff;
}
.download-health .call-link .description {
	text-align: center;
}
.download-health .call-link .description .blue {
	color: #28C2FE;
	text-decoration: underline;
}

@media screen and (min-width: 500px) {
	.download-health .header .wrapper {
	   width: 50%;
	   margin: auto;
	   justify-content: center;
	   padding: 2% 5%;
	}
	.download-health .instructions .wrapper {
	   padding: 2% 5%;
	}
	.download-health .instructions .wrapper .description {
	   padding: 2% 5%;
	}
	.download-health .instructions .wrapper .download {
	   width: 20%;
	}
	.download-health .how-to-images .wrapper {
	   padding: 2% 5%;
	}
	.download-health .videos .wrapper video {
	   width: 20%;
	}
	.download-health .how-to-images .img-wrapper .number{
	   width: 20%;
	}
}
