div.input-group,
input.form-control {
	margin-bottom: .25em;
}
div[aria-label="formsubmit"] {
	margin: .5em 0;
}
iframe {
	border: 0;
}
div.terms {
	display: none;
}
.nav-pills > li > a {
	border-radius: 0;
}
.breadcrumb {
	margin: 10px 0;
	background: none;
}
p + ul.list-checked {
	margin-top: -10px;
}
ul.list-checked {
	list-style: none;
	padding-left: 20px;
}
ul.list-checked li:before {
	content: "\f00c";
	margin-left: -20px;
	margin-right:5px;
	font-family: "FontAwesome";
}
figure figcaption {
	margin-bottom: 1.5em;
}