html,
body {
	height: 100%;
	margin: 0;
}
p a {
	color: #333;
	text-decoration: underline;
	font-size: 1em;
	display: inline-block;
	margin-top: 1em;
}
a:hover {
	color: #00c4a7;
}
body {
	font-weight: 100;
	color: #333;
	font-size: 14px;
	font-family: helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 1.3rem;
	margin: 0;
}
h1.payoff {
	font-size: 1.2rem;
	font-weight: 100;
	line-height: 1.5em;
	text-align: center;
	margin: 0 auto;
}

li span {
	display: block;
	margin-bottom: 1em;
}

a {
	font-size: 1rem;
	color: #333;
}

p {
	padding: 0;
	margin: 0;
}

.privacy-top {
	margin-top: 2rem;
}

.wrapper {
   display: table;
   width: 100%;
   height: 100%;
   background: #fff;  /* fallback for old browsers */
}
.wrapper-inner {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}

.icon {
	margin-bottom: 1.5rem;
}

.logo {
	margin-bottom: 1rem;
	max-width: 100%;
	margin: 0 auto;
}

.text {
	width: 45%;
	margin: 0 auto;
}

.logo p {
	line-height: 1.3em;
	font-size: 16px;
}

.privacy {
	text-align: left;
}

.divider {
	width: 100px;
	height: 4px;
	margin: 0 auto;
	background-color: #00c4a7;
	margin-top: 1em;
	margin-bottom: 2em;
}

.badge {
	max-width: 175px;
	margin-top: 2rem;
}

.info {
	margin-top: 2em;
}

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

	h1.payoff {
		font-weight: 100;
		font-size: 1.0rem;
		line-height: 1.5em;
		max-width: 90%;
		text-align: center;
		margin: 0 auto;
	}

	.text {
		width: 90%;
	}

}
