
h1,
h2
{
	text-align: center;
}

.button
{
	padding-left: 20px;
	padding-right: 20px;
	width: initial;
	font-size: 20px;
}


.homepageSection
{
	background-color: #fff;
	min-height: 300px;

	padding-top: 50px;
	padding-bottom: 50px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.homepageSection.picture
{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 600px;
}

.homepageSection.white
{
	background-color: #fbfbfb;
}

.homepageSection.blue
{
	background-color: #39a1f4;
}



.homepageSection .content
{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.homepageSection.white h2
{
	text-align: center;
	font-size: 31px;
	margin: 50px auto;
	margin-top: 0;
}

.homepageSection.white p,
.homepageSection.blue p
{
	font-size: 27px;
}


.homepageSection.blue h2
{
	text-align: center;
	font-size: 40px;
	text-shadow: 1px 1px #000;
	color: #fff;
	margin: 50px auto;
	margin-top: 0;
}


.homepageSection.blue p
{
	text-align: center;
	color: #fff;
}




#features .content
{
	max-width: 900px;
}


#section1 p
{
	font-size: 20px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}


#section4 p
{
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}



#Banner1
{
	background-image: url(/resources/images/homepage/banner5.jpg);
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 50%;
}



#Banner1 .content
{
	float: right;
	text-align: center;
	width: 50%;
}




#Banner1 h1
{
	text-shadow: 0px 0px 10px #aaa;
	font-size: 55px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 20px;
}

#Banner1 h2
{
	text-shadow: 0px 0px 10px #aaa;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 55px;
}



@media (max-width: 1366px)
{
	#Banner1
	{
		background-position-y: 30%;
	}

	#Banner1 h1
	{
		padding-bottom: 0;
		margin-bottom: 15px;
		font-size: 50px;
	}

	#Banner1 h2
	{
		margin-top: 0;
		font-size: 27px;
		margin-bottom: 30px;
	}
}


@media (max-width: 1124px)
{
	#Banner1 .content
	{
		width: 90%;
		float: none;
		margin: 0 auto;
	}
}

@media (max-width: 600px)
{
	#Banner1
	{
		background-size: initial;
		height: 410px;
		background-position-x: 30%;
		background-position-y: 0;
	}

	#Banner1 h1
	{
		margin-top: 0px;
		font-size: 40px;
	}

	#Banner1 h2
	{
		font-size: 22px;
	}
}





#headerLogo
{
	margin-left: 20px;
	margin-top: 20px;
	height: 100px;
}

#headerContent .logo img
{
	height: 100px;
}


#headerWrapper
{
	background-color: transparent;
	height: 130px;
}


#headerContent
{
	max-width: initial;
}


#headerContent .links
{
	margin-right: 35px;
	margin-top: 15px;
}

#headerContent .links li a
{
	font-size: 25px;
	text-shadow: -1px 1px 10px #fff;
}

#headerContent .links li a.getstarted
{
	text-shadow: none;
}


#menuNarrow
{
	top: 90px;
}


/* Override template.css */
@media (max-width: 900px)
{
	#headerContent .logo img
	{
		height: 70px;
		margin-left: 5px;
		margin-top: 5px;
	}

	#btnMenu
	{
		display: block;
	}

	.links
	{
		display: none;
	}
}







#banner2
{
	background-image: url(/resources/images/homepage/banner2.jpg);
	background-position: 0 23%;
	background-size: cover;
}

@media (max-width: 1200px)
{
	#banner2
	{
		min-height: 400px;
	}
}
@media (max-width: 600px)
{
	#banner2
	{
		background-position-x: right;
	}
}



#banner3
{
	background-image: url(/resources/images/homepage/banner3.jpg);
	background-position: left top;
	height: 500px;
}

#banner4
{
	background-image: url(/resources/images/homepage/photo-people-outdoors.jpg);
	background-position: initial;
	background-position-y: 43%;
	background-position-x:  right;
}

@media (max-width:  1400px)
{
	#banner4
	{
		min-height: 400px;
	}
}
@media (max-width:  800px)
{
	#banner4
	{
		
	}
}




#banner1 h1
{
	color: #fff;
	text-shadow: 1px 1px 5px rgb(0 0 0 / 90%);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 36px;
	margin-top: 0;
}


#banner1 h2
{
	color: #fff;
	text-shadow: 1px 1px 5px rgb(0 0 0 / 90%);
	font-weight: normal;
	font-size: 20px;
	margin-top: 0;
}








.featureWrapper
{
	display: flex;
}

.featureContainer
{
	background-color: #fff;
	margin: 0 5px;
	flex: 1;
}

.featureContainer h3
{
	text-align: center;
	font-size: 24px;
}

.featureContainer hr
{
	width: 90%;
	color: blue;
}

.featureContainer ul
{
	padding-right: 20px;
	padding-left: 35px;
}

.featureContainer li
{
	font-size: 20px;
	margin-bottom: 10px;
}




.adviceRow
{
	display: flex;
}


.adviceItem
{
	flex: 1;
	padding: 20px;
}

.adviceItem .advice
{
	background: #2196f3;
	height: 100%;
	padding: 10px;
	border-radius: 15px;
	box-shadow: 0 0 7px 3px #999;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adviceItem.last
{
	max-width: 50%;
	margin: 0 auto;
}

.adviceItem .advice:hover
{
	box-shadow: 0 0 7px 3px #555;
}

.adviceItem .advice img
{
	height: 100px;
	width: 100px;
	margin-bottom: 25px;
	margin-top: 15px;
}

.adviceItem .advice .title
{
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}


#save100chart
{
	height: 420px;
}






@media (max-width: 700px)
{
	.featureWrapper
	{
		display: block;
	}

	.featureWrapper .featureContainer
	{
		flex: initial;
		padding-top: 1px;
		padding-bottom: 1px;
		margin-bottom: 15px;
	}

	.homepageSection.white p
	{
		font-size: 23px;
	}


	.homepageSection.white h2
	{
		font-size: 23px;
		text-align: left;
		padding-left: 10px;
	}

	.homepageSection.white p
	{
		font-size: 22px;
	}

	.homepageSection.blue h2
	{
		font-size: 28px;
	}

	.homepageSection.blue p
	{
		font-size: 21px;
	}
}



@media (max-width: 650px)
{
	.adviceRow
	{
		display: block;
	}

	.adviceItem,
	.adviceItem.last
	{
		width: 80%;
		max-width: 310px;
		margin: 0 auto;
	}
}



@media (max-width: 600px)
{
	.homepageSection.picture
	{
		height: 250px;
	}

	#save100chart
	{
		height: 280px;
	}
}



.Calculator
{
	background-color: #fff;
	border-radius: 20px;
	width: 100%;
	max-width: 600px;
	box-shadow: 7px 7px 5px -3px #ccc;
	margin: 50px auto;
	padding-top: 20px;
}

.Calculator p
{
	color: #000 !important;
}

.Calculator input
{
	margin: 2px 0;
	padding: 2px;
	outline: none;
	border: none;
	border-bottom: 2px solid #ccc;
	background: #efefef;
	padding: 5px;
}

.Calculator .Row
{
	display: flex;
	padding: 20px 0;
}

.Calculator .Row.noflex
{
	display: block;
}

.Calculator .Row.results
{
	display: none;
	padding-top: 0;
}

.Calculator .Row.results p
{
	width: 100%;
	max-width: 80%;
	margin: 20px auto;
}

.Calculator .Row .Label
{
	flex: 1;
	text-align: right;
	padding-right: 40px;
	font-size: 27px;
}

.Calculator .Row .Input
{
	flex: 1;
}

.CalculatorNote
{
	font-size: 21px !important;
	max-width: 600px;
	margin: 0 auto;
}

.CalculatorNote a
{
	color: #fff;
}

#CalculatorAge
{
	width: 100%;
	max-width: 50px;
	text-align: center;
	margin-left: 14px;
}

#CalculatorSalary
{
	margin-top: 15px;
	width: 100%;
	max-width: 100px;
	text-align: center;
}


@media (max-width: 600px)
{
	.Calculator .Row .Label
	{
		font-size: 20px;
		padding-right: 20px;
	}
}






#features .content
{
	max-width: 1080px;
	width: 100%;
}

#features h2
{
	font-size: 35px;
	margin-bottom: 60px;
	max-width: 875px;
}


#features .Row
{
	display: flex;
	margin-bottom: 50px;
}

#features .Row .Item
{
	flex: 1;
	padding: 20px;
}

#features .Row .Item p
{
	text-align: left;
	padding: 0 15px;
}

#features .Row .Item li
{
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
	text-shadow: -1px 1px #333;
}

#features .Row .Item img
{
	border-radius: 15px;
	box-shadow: 0 0 5px 0px #fff;
	width: 100%;
	max-width: 500px;
}


@media (max-width:  1100px)
{
	#features .Row
	{
		display: block;
	}

	#features .Row.last
	{
		display: flex;
		flex-direction: column-reverse;
	}

	#features button
	{
		height: initial;
	}
}


#PreviewImages
{
	max-width: 80%;
	margin: 0 auto;
}



#PreviewImages .BCarouselItem img
{
	height: 100%;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid #333;
	box-shadow: 0 0 10px 2px #ccc;
}

#SavingsPerMonthAmount
{
	font-weight: bold;
}