/**
	// START // Pardot Overrides
*/

.dependentFieldSlave {
	display: none;
}

.form-field .description {
	padding: 0;
	font-style: italic;
	font-size: 14px;
	display: inline-block;
}

.form-field br {
	display: none;
	height: 0;
}

.field-container .inline {
	display: inline;
	margin-left: 5px;
	vertical-align: middle;
}

.opted_out label {
	display: none;
}

/**
	// END // Pardot Overrides
*/

/**
	// START // Billboard
*/

.billboard {
	position: absolute;
	top: 56px; /* Height of Header Bar */

	font-size: 22px;
	font-size: 2.2rem;
	color: #fff;
	background-color: #3a3c3d;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	height: 300px;
	width: 100%;

	overflow: hidden;
	text-align: center;
}
.billboard__group {
	padding-bottom: 55px;
	padding-top: 80px;
	text-align: center;
}

/**
	// END // Billboard
*/

/**
	// START // Content
*/

#content {
	position: relative;
	padding-top: 356px; /* Height of Billboard + Header Bar */
}

.content {
	float: left;
	width: 100%;
	clear: both;
}

.right-form {
	float: right;
	width: 100%;
	margin-bottom: 20px;
}

.left-content {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

@media ( min-width: 1023px ) {

	.right-form, 
	.left-content {
		width: 50%;
	}
	.left-content {
		padding-right: 20px;
	}

}

/**
	// END // Content
*/

/**
	// START // Misc
*/

html, body {
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}

.tile__content {
	padding-bottom: 20px;
}

.alert-bar-container {
	margin: 15px 0;
}

/**
	// END // Misc
*/

/**
	// START // Footer
*/

#footer {
	font-size: 14px;
	font-size: 1.4rem;
	background: #3a3c3d;
	clear: both;
	color: #aab0b1;
	min-height: 580px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}

#footer ul li a {
		color: #aab0b1;
}

#footer .icon {
	vertical-align: text-bottom;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/**
	// END // Footer
*/
