body {
	margin-top: 4px;
}

h1 {
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: normal;
	color: #333333;
	line-height: 40px;
}

h1.authorize {
	padding: 0;
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 21px;
	font-weight: normal;
	color: #333333;
	line-height: 40px;
}

h2 {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 17px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	color: #333333;
}

.popover-title {
	display: none;
}

.input-block-level {
	margin-bottom: 0 !important;
}

.field-validation-valid {
	display: none !important;
}

.center-align-content {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.max-width {
	max-width: 500px;
}

.consumer-pic {
	max-height: 150px;
}

.align-right {
	float: right;
}

.clear {
	clear: both;
}

a.footer-brand-icon {
	background: url('https://files.logoscdn.com/v1/files/18558107/content.png?signature=tMaTwBe4VtrT4-wD6m92kWSuufw') no-repeat 0 0;
	background-size: cover;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 2px;
	margin-top: 18px;
	text-decoration: none;
}

a.footer-brand-icon:hover{
	filter: brightness(90%);
}

a.faithlife-brand-icon {background-position:0 0;}
a.proclaim-brand-icon {background-position:-28px 0;}
a.giving-brand-icon {background-position:-56px 0;}
a.sites-brand-icon {background-position:-84px 0;}
a.sermons-brand-icon {background-position:-112px 0;}
a.faithlife-tv-brand-icon {background-position:-140px 0;}
a.ebooks-brand-icon {background-position:-168px 0;}
a.courses-brand-icon {background-position: -196px 0;}
a.fsb-brand-icon {background-position: -224px 0;}
a.logos-brand-icon {background-position: -252px 0;}

/* small */
@media all and (max-width: 400px) {
	.brand-icons {
		float: left;
		margin-right: 20px;
	}

	.powered-by {
		float: left;
	}

	.authorize-control {
		position: relative;
		height: 60px;
	}

	.authorize-left {
		position: absolute;
		left:0;
		bottom:0;
	}

	.authorize-right {
		position: absolute;
		right:0;
		bottom:30px;
	}

	input[type="submit"] {
		width: 100%;
	}
}

/* big */
@media (min-width: 400px) {
	.brand-icons {
		float: left;
		margin-right: 20px;
	}

	.powered-by {
		float: right;
	}

	.authorize-control {
		position: relative;
		 height: 30px;
	}

	.authorize-left {
		position: absolute;
		left:0;
		bottom:4px;
	}

	.authorize-right {
		position: absolute;
		right:0;
		bottom:0;
	}
}
