body,
#content {
	font-family: open sans, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;

}


section.header {
	background: #362176;
	margin-bottom: 0;
}

section.intro p {
	max-width: 800px;
	padding: 0 20px;
	margin: 40px auto;
	color: #333;
}

section.cards {
	margin: 0 auto;
	padding-bottom: 40px;
}

section.cards .images {
	width: 520px;
	margin: 0 auto;
	padding: 0 0 0 230px;
	position: relative;
}

section.cards .image {
	display: block;
	width: 100%;
	margin: 30px 0 0 0;
	text-align: left;
}

section.cards .image span {
	margin: 0;
}

section.cards .image span .cta {
	display: block;
}

section.cards p {
	text-align: left;
	margin-bottom: 10px;
	color: #333;
}

section.cards p.big {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

section.cards .image.cards {
	width: 208px;
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
}

section.cards .image.cards figure {
	width: 100%;
}

section.photo p {
	color: #333;

}

.page-foot__links a {
	font-size: 13px;
	color: #33adff;
}

.page-foot__links a:visited {
	color: #33adff;

}

.cta,
a.cta {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	display: inline-block;
	background: #33adff;
	border-radius: 5px;
	border-color: #33adff;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 24px;
	font-weight: 400;
	padding: 15px 20px;
	text-shadow: 0 0 4px #278CB0;
	border: none;
	line-height: 1em;
	cursor: pointer;
}

.cta.promo,
a.cta.promo {
	background: #2bc191;
	text-shadow: 0 0 4px #1b7357;
}

.cta:hover,
a.cta:hover {
	background: #2d99e5;
	border-color: #2d99e5;
	text-decoration: none;
	color: #FFFFFF;
}

.cta.promo:hover,
a.cta.promo:hover {
	background: #239e77;
}

section.mybenefit {
	background: #EEEEEE;
	padding-bottom: 30px;
	margin-bottom: 0px;
}

section.mybenefit .cta {
	margin: 0 5px 15px 5px;
}

section.mybenefit .image {
	width: 255px;
}

section.mybenefit .image .big {
	margin: 0 auto 10px auto;
}

section.covers {
	margin-top: 50px;
	background: #EEEEEE;
}

section.covers .bg img {
	margin-top: -20%;
}

section.covers h2 {
	margin: 20px 0 20px 0;
	color: #333;
}

section.covers .images {
	padding: 20px 0;
}

section.covers .images .image {
	width: 160px;
}

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

	section.header .bg figure {
		height: 475px;
		width: 100%;
	}

	section.header .bg img {
		height: 100%;
		width: auto;
		position: absolute;
		right: 0;
		top: 0;
	}

}

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

	section.covers .images .nowrap {
		white-space: normal;
	}

}

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

	section.header .bg img {
		right: -50%;
	}

	section.cards .images {
		padding: 135px 0 0 0;
		width: 100%;
	}

	section.cards p.intro {
		text-align: center;
		position: relative;
		z-index: 1;
	}

	section.cards .image,
	section.cards .image p.big {
		text-align: center;
	}

	section.cards .image.cards {
		width: 170px;
		left: 50%;
		margin-left: -75px;
	}

}

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

	section.intro p {
		margin: 25px 0;
	}

	section.covers {
		/*margin-top: 30px;*/
	}

	section.header h1 {
		margin: 120px 0 35px 0;
	}

}

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

	section.header .bg figure {
		height: 340px;
	}

}