body{
	background: #fafafa;
	border-top: 5px solid #488E27;
}

/* Type */
h1{
	font-size: 24px;
}
h2{
	font-size: 20px;
	margin-bottom: 5px;
}
h3{
	font-size: 17px;
	border-bottom: 1px solid #E5E5E5;
	margin: 30px 0 20px;
	padding-bottom: 15px;
}
.center{
	text-align: center;
}
.mbs{
	margin-bottom: 5px;
}
.referral-badge {
	background: #bbb;
	display: inline-block;
	color: #fff;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 11px;
	line-height: 1em;
	margin: 2px 0 0 2px;
	vertical-align: top;
}

@media (min-width: 768px) {
	h1{
		font-size: 29px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	h2{
		font-size: 24px;
	}
	h3{
		font-size: 18px;
	}
}

/* Header */

header{
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 30px;
	margin-bottom: 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,.14);
	text-align: center;
}
header .logo img{
	max-width: 100%;
	width: auto;
	height: 45px;
}
.assurances{
	display: inline-block;
	margin: 20px auto 0;
}
.assurances img{
	margin: 0 6px;
}
.assurances .bbb img{
	width: 28px;
	max-width: 100%;
	height: auto;
}
.assurances img.secure{
	width: 90px;
	max-width: 100%;
	height: auto;
}
@media (min-width: 768px) {
	header{
		text-align: left;
	}
	header .logo img{
		height: 60px;
	}
	.assurances{
		display: block;
		float: right;
		margin: 0;
	}
	.assurances img{
		margin: 0 6px;
	}
	.assurances .bbb img{
		width: 40px;
	}
	.assurances img.secure{
		width: 100px;
	}
}


/* Alert */

.alert{
	margin: 15px 0 20px;
}
.alert-cost-info{
	border: 5px solid #D6E9C6;
	background: none;
}

/* Misc elements and text coloring */

.required-legend{
	font-size: 12px;
	color: #999;
	margin: 0;
}
.required{
	color: #bd0700;
}
.highlight{
	padding:0 5px;
	background-color: #FFF8CB;
}
.muted{
	font-weight: normal;
	color: #aaa;
}
ul.checklist{
	list-style: none;
	margin: 0;
	padding-left: 1.5em;
}
.promo-code{
	margin: 30px 0 0;
}
.btn-create{
	margin: 20px 0 60px;
}

/* Forms */
.help{
	font-weight: normal;
	color: #999;
}
.form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bbb;
}
.form-control::-webkit-input-placeholder {
  color: #bbb;
}


/* Confirm */
.confirm h1{
	margin: 20px 0 10px;
}
.confirm h4{
	margin-top: 40px;
	font-size: 18px;
}
.confirm h4 .edit{
	font-size: 12px;
	font-weight: normal;
}
.confirm .alert h4{
	margin-top: 10px;
}
.confirm .alert ul{
	margin-bottom: 10px;
}
.confirm .well h4{
	margin-top: 10px;
}
.confirm form{
	margin: 0 0 60px;
}
.table-confirm{
	margin: 0 0 30px;
}
.table-confirm th{
	width: 30%;
	padding-left: 0 !important;
	font-weight: normal;
	color: #777;
}
.confirm .receipt{
	background: #fff;
	padding: 30px;
	box-shadow: 0 3px 6px rgba(0,0,0,.2);
	margin-bottom: 60px;
}
.confirm .receipt h2{
	color: #bbb;
	margin: 0;
	text-transform: uppercase;
}
.confirm .receipt h4{
	margin-top: 20px;
	font-size: 16px;
}
.confirm .receipt .table-confirm{
	margin: 0;
}
.resend-email{
	margin: 20px 0;
}
.resend-email form{
	margin: 0;
}
.resend-email input{
	width: 280px !important;
}
.resend-email h5{
	margin-top: 0;
}

/* Payment */

.payment input.form-control{
	margin-bottom: 10px;
}
.popover{
	max-width: none;
}
.popover .popover-title{
	background: none;
	border: 0;
	padding: 0;
}

/* Footer */
footer{
	background: #f6f6f6;
	box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	font-size: 12px;
	padding: 30px 0;
	text-align: center;
}
footer .logo{
	margin: 0 auto 10px;
	height: 40px;
	max-width: 100%;
	width: auto;
}
footer ul{
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}
footer ul.social,
footer ul.legal{
	margin: 0 0 5px;
}
footer li{
	display: inline-block;
	margin: 0;
}
footer li:after{
	content: '  ·  '
}
footer li:last-child:after{
	content: '';
}
footer ul.social li:first-child:after{
	content: '  '
}
footer p{
	font-size: 10px;
	margin-bottom: 3px;
}
.disclaimer{
	border-top: 1px solid #e3e3e3;
	color: #999;
	font-size: 12px;
	margin: 20px 0 0;
	padding: 30px 0 10px;
	text-align: center;
}

@media (min-width: 768px) {
	footer p{
		font-size: 10px;
		margin-bottom: 3px;
	}

	footer .logo-block{
		float: left;
	}
	footer .link-block{
		float: right;
		text-align: right;
	}
}