html {
	overflow-x: hidden;
}
#newsletterOptinRequired, #marketingEmailRequired {
	display:block;
}
.requiredCallout {
	color:#8f959b;
	font-size:.7em;
}
.has-error label {
	color: #a94442 !important;
}
.gpi-leads-samples-container {
	padding: 30px 0;
}
.gpi-leads-samples-container .container {
	max-width: 900px;
}
.gpi-leads .alert {
	display: none;
}
.gpi-leads label {
	margin: 0;
	color: #777;
	font-size: .8em;
}
.gpi-leads .alert-danger {
	padding: 6px 15px;
}
.sampleListContainer {
	padding: 15px;
	margin-top: 30px;
	border: 1px solid #dee0e1;
	background-color: #f4f4f5;
	border-radius: 3px;
}
.formContainer {
	padding: 15px 15px 0 15px;
	border: 1px solid #dee0e1;
	background-color: #f4f4f5;
	border-radius: 3px;
}
.sampleListContainer h3 {
	font-weight: bold;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
}
.leadIcon .glyphicon {
	font-size: 3em;
}
.leadIcon {
	display: none;
}
.leadContent {
}
.gpi-leads {
	opacity: 0;
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	-ms-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
}
.load {
	opacity: 1;
}
.alert {
	display: none;
}
.colMarketingEmailTitle {
	margin: 20px 0 10px 0;
}
.btnSubmitForm.cta {
	margin-top: 0;
}
.colMarketingEmail, .colNewsletterEmail {
	/* padding-bottom: 5px; */
}
.gpi-leads-samples-container .cta {
	display: inline-block;
	width: auto;
	padding-left: 16px;
	padding-right: 16px;
}
.interactionResponse {
	margin-top: 15px;
	margin-bottom: 0 !important;
	position: relative;
    z-index: 200;
}
.emailSubscribeLabel {
	cursor: pointer;
	font-weight: normal !important;
}
.subtitle {
	margin-bottom: 0;
}
#leadForm {
	margin-top: 30px;
}
.sampleImage {
	margin-top: 30px;
	margin: 30px auto 0 auto;
}
@media (max-width: 767px) {
	.sampleImage {
		max-width: 300px;
	}
}
#postToBronto {
	visibility:hidden;
	width: 0px;
    height: 0px;
    display: block;
}
.colEmailVerify {
    position: absolute;
    left: -9999px;
}