/* Introduction Section */
#introduction {
	padding: 0 0 30px 0;
	background-color: white;
	color: #03252b
}

#introduction h1 {
	color: white;
	font-weight: 400;
	font-size: 38px;
	margin-top: 50px;
}

#introduction p.text-intro {
	color: rgba(255, 255, 255, 0.7);
	font-size: 28px;
	padding: 20px 70px;
}

#introduction p {
	color: #03252b;
	font-size: 24px;
}

/* ****************** VIDEO Section ****************** */
#leaveVideo {
	padding: 10px 0;
	background-color: #25BAD0;
	color: #03252b;
}
.video-comment {
	color: #ffffff;
	font-size: 22px;
}

/* ****************** Why Section ****************** */
#whyLeave {
	padding: 20px 0 30px 0;
	color: rgba(255, 255, 255, 0.9);
	background-color: white;
}

#whyLeave h2 {
	color: #F6A837;
	text-transform: uppercase;
	line-height: normal;
}

#whyLeave p, .page-section p {
	color: #03252b;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.8;
}

/* Annual Planning Section */
#annualPlanning {
	padding: 0px 0 70px 0;
	color: #03252b;
	background-color: white;
}

#annualPlanning h2 {
	color: white;
	margin-top: 120px;
	text-transform: uppercase;
}

#annualPlanning p {
	font-size: 22px;
	padding-top: 50px;
}

/* Setting Section */
#settingLeave {
	padding: 40px;
	background-color: #ffffff;
	color: #03252b;
}

#settingLeave h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

#settingLeave p {
	font-size: 22px;
}

/* About Section */
#aboutStarter {
	padding: 40px;
	background-color: #ffffff;
	color: #03252b;
}

#aboutStarter h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

#aboutStarter p {
	font-size: 22px;
}

/* Offer Include Section */
#offer-include {
	padding: 30px 0 20px 0;
	color: rgba(255, 255, 255, 0.9);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20a6bb+0,25bad0+50 */
	background: rgb(32, 166, 187); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(32, 166, 187, 1) 0%,
		rgba(37, 186, 208, 1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(32, 166, 187, 1) 0%,
		rgba(37, 186, 208, 1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(32, 166, 187, 1) 0%,
		rgba(37, 186, 208, 1) 50%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a6bb',
		endColorstr='#25bad0', GradientType=0); /* IE6-9 */
}

#offer-include h2 {
	color: rgba(255, 255, 255, 0.8);
	line-height: normal;
}

#offer-include p {
	color: #03252b;
	font-size: 20px;
}

/* Offer Exclude Section */
#offer-exclude {
	padding: 40px;
	background-color: #ffffff;
	color: #03252b;
}

#offer-exclude h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Condition Section */
#condition {
	padding: 40px;
	background-color: #ffffff;
	color: #03252b;
}

#condition h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

.go-form {
	color: #FF6699;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

.go-form:hover {
	color: #0FA1B7;
	font-weight: bold;
	text-decoration: underline;
}

/* ****************** TRUST Section ****************** */
#trust {
	padding: 90px 0 30px 0;
	color: rgba(255, 255, 255, 0.9);
	background-color: white;
}

#trust h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
}