
.email-signup-form
{
	text-align:center;
	font-size:16px;
	line-height:1.4em;
	color:#333333;
}
.email-signup-form h2
{
	font-size:1.8em;
	line-height:1em;
	font-weight:bold;
	margin:0 0 0.5em 0;
	padding:0;
}
.email-signup-form p
{
	margin:0 0 1em 0;
	padding:0;
}
.email-signup-form small
{
	margin:0;
	padding:0;
	display:block;
	font-size:0.8em;
	line-height:1.2em;
	opacity:0.7;
}
.email-signup-form small a
{
	color:inherit;
	text-decoration:underline;
}
.email-signup-form label
{
	margin-bottom:0.5em;
	display:block;
	box-sizing:border-box;
	font-weight:normal;
}
.email-signup-form label.form-text-input
{
	display:inline-block;
	width:49%;
	margin-left:2%;
	text-align:left;
	vertical-align:top;
}
.email-signup-form label.form-input-full-width
{
	width:100%;
	margin-left:0;
}
.email-signup-form label.form-text-input.form-row-start
{
	margin-left:0;
}
.email-signup-form label.form-text-input span
{
	display:block;
}
.email-signup-form label.form-text-input input
{
	width:100%;
	box-sizing:border-box;
}
.email-signup-form label.form-checkbox-input
{
	display:inline-block;
}
.email-signup-form label.form-checkbox-input input
{
	margin-left:1em;
	margin-right:0.5em;
}
.email-signup-form div.form-checkbox-group
{
	padding:8px 0;
	text-align:left;
	display:inline-block;
}
.email-signup-form div.form-checkbox-group-heading
{
	padding-bottom:8px;
	font-weight:bold;
}
.email-signup-form label.form-checkbox
{
	line-height:1.3em;
	font-weight:normal;
	margin-left:2em;
	margin-right:0.7em;
	display:inline-block;
}
.email-signup-form label.form-checkbox span
{
	vertical-align:top;
}
.email-signup-form label.form-checkbox input
{
	margin-left:-1.3em;
	float:left;
}
/*.email-signup-form label.form-checkbox input
{
	width:1.125em;
	height:1.125em;
	padding:0;
	margin:0;
	margin-right:0.5em;
	position:relative;
	vertical-align:top;
}
.email-signup-form label.form-checkbox input:before
{
	content:'';
	background:#ffffff;
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.email-signup-form label.form-checkbox input:after
{
	content:'';
	border:1px solid #777777;
	background:#ffffff;
	border-radius:4px;
	position:absolute;
	z-index:2;
	top:0;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	font-weight:bold;
	font-size:1.125em;
	line-height:1em;
	color:#ffffff;
}
.email-signup-form label.form-checkbox input:hover:after,
.email-signup-form label.form-checkbox input:active:after
{
	content:'\2713';
	border-color:#333333;
	background-color:#ededed;
}
.email-signup-form label.form-checkbox input:checked:after
{
	content:'\2713';
	background-color:#f61e1e;
	border-color:#f61e1e;
	color:#ffffff;
}*/
.email-signup-form input
{
	font:inherit;
}
.email-signup-form input[type=text],
.email-signup-form input[type=email]
{
	background: #ffffff;
	box-sizing: border-box;
	font-weight: normal;
	border: 1px solid #999999;
	border-radius: 4px;
	color: #333333;
	outline: none;
	height: 2.4em;
	line-height: 2.4em;
	padding: 0 15px;
}
.email-signup-form input[type=text]:focus,
.email-signup-form input[type=email]:focus
{
	border-color: #333333;
}
.email-signup-form div.form-group
{
	box-sizing: border-box;
	border: 1px solid #999999;
	border-radius: 4px;
	padding: 8px 15px 0 15px;
	margin:0 0 8px 0;
}

.email-signup-form .email-signup-buttons
{
	text-align:center;
	margin-bottom:5px;
}
.email-signup-form .email-signup-button
{
	display:inline-block;
	margin:0 15px;
	box-sizing:border-box;
	text-transform:uppercase;
	border:none;
	outline:none;
	background:#999999;
	color:#ffffff;
	padding:0 20px;
	min-width:160px;
	line-height:32px;
	cursor:pointer;
	font-weight:normal;
	font-size:1.1em;
	vertical-align:top;
	margin-bottom:10px;
}
.email-signup-form button[type=submit]
{
	background:#f61e1e;
}
@keyframes loader-spin
{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.email-signup-form button .email-signup-loader
{
    border: 3px solid transparent;
    border-top-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    width: 22px;
    height: 22px;
	box-sizing:border-box;
    animation: loader-spin 2s linear infinite;
	margin: 5px auto;
	vertical-align:top;
	display:inline-block;
}
.email-signup-form button .email-signup-loader
{
	display:none;
}
.email-signup-form button.loading .email-signup-loader
{
	display:block;
}
.email-signup-form button.loading span
{
	display:none;
}
#lightboxInner>.email-signup-form
{
	padding:20px;
}
@media (max-width:767px)
{
	.email-signup-form label.form-text-input
	{
		display:block;
		width:auto;
		margin-left:0;
	}
}
