body {
	background-color: #fff;
}

	h1 {
		margin-top: -30px;
		font-family: 'Lato', sans-serif;
		font-size: 34px;
		font-weight: 300;
		text-align: center;
		margin-bottom: 40px;
	}

	h2 {
		font-family: 'Lato', sans-serif;
		font-size: 32px;
		margin-bottom: 24px;
		color: #333;
	}
	
		h2.caption {
			margin-bottom: 0;
		}
		
		h2.pageCaption{
			border: none;
			text-align: center;
			color: #000;
			padding: 0;
			margin: 0;
			font-weight: 300;
			line-height: 44px;
		}
		
		h2.pageCaption a:link,
		h2.pageCaption a:active,
		h2.pageCaption a:visited {
			color: #000;
			border-bottom: 1px solid #000;
		}
		
		
		h2.pageCaption a:hover {
			color: #999;
			border-bottom: 1px solid #999;
		}
			
	h3 {
		font-family: 'Lato', sans-serif;
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 8px;
		color: #333;
	}
	
		h3.caption {
			margin-bottom: 0;
		}
	
	h4 {
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 20px;
		color: #3E2734;
		margin-bottom: 15px;
	}
	
	a {
		text-decoration: none;
	}
			
	p, label, textarea, input, li {
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		color: #555;
		margin-bottom: 16px;
	}
	
		p span {
			font-weight: 400;
		}

	.small-font p, .small-font li {
		font-size: 16px;
	}
	
	.small-font li {
		margin-bottom: 4px;
	}

	.small-font h2 {
		font-size: 26px;
		margin-top: 20px;
		margin-bottom: 12px;
	}

	.small-font ul {
		padding-top: 8px;
		padding-left: 20px;
		margin-bottom: 20px;
		list-style-type: disc;
	}

	
	.small-font ul ul {
		list-style-type: circle;
	}

	.terms-container p {
		margin-bottom: 20px;
	}

	.terms-container h2 {
		margin-top: 32px;
		margin-bottom: 20px;
	}

