div.content {
	margin: auto;
}

body {
	background: #f3f2ef;
}

#header, #footer {
	background: #fff;
}

#newsletter-reg {
	font-family: 'ET Text', sans-serif;
	margin: 50px auto;
}

#newsletter-reg .news-header {
	display: table;
}

#newsletter-reg .news-header-text {
	float: left;
	width: 600px;
}

#newsletter-reg .news-header-img {
	float: right;
	max-width: 424px;
	width: auto;
}

#newsletter-reg h2 {
	font-size: 35px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	color: #555555;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#newsletter-reg h1 {
	font-size: 42px;
	font-weight: 700;
	color: #2288c7;
	margin: 0;
	line-height: 30px;
}

#newsletter-reg .line {
	border-bottom: 1px solid #dbdbd9;
}

#newsletter-reg .textline {
	font-style: italic;
	color: #555;
	position: relative;
	top: 13px;
	left: 400px;
	background-color: #f3f2ef;
	padding: 0 20px;
	display: table-cell;
}

#newsletter-reg .description {
	font-size: 18px;
	margin-bottom: 20px;
	padding-right: 15px;
	line-height: 25px;
	color: #000;
}

form#newsletter-form {
	clear: both;
	margin: 0 auto;
	margin-top: 30px;
	width: 655px;
}

form#newsletter-form p {
	margin-bottom: 0;
	position: relative;
	display: table;
	width: 100%;
}

form#newsletter-form h2 {
	font-size: 20px;
	color: #464646;
	margin-bottom: 12px;
	margin-top: 0;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	text-transform: uppercase;
}

div.notes {
	display: block;
	background-color: red;
	color: #fff;
	padding: 7px 14px 5px;
	line-height: 1.6;
	margin-bottom: 20px;
}

form#newsletter-form input[type='email'] {
	padding: 0 10px;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
	font-family: 'ET Text';
	border: 1px solid #d3d5d5;
	height: auto;
	line-height: 38px;
}

form#newsletter-form input[type=checkbox]:checked + label:before {
	/*content: "\2705";*/
	font-size: 30px;
	color: #2e4caa;
	text-align: center;
	line-height: 8px;
	background: url(/assets/themes/eet/images/EpochNewsletters-check.png) no-repeat;
	background-position-x: 3px;
}

form#newsletter-form label {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	position: relative;
	top: 14px;
	color: #363636;
}

form#newsletter-form label:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 18px;
	position: absolute;
	left: 0;
	top: -3px;
	z-index: 1;
}

form#newsletter-form p.mail label {
	font-size: 0;
}

form#newsletter-form .epoch_health label {
	top: 11px;
}

form#newsletter-form label span {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
	border: 1px solid #d3d5d5;
	background-color: #fff;
}

form#newsletter-form input[type=checkbox] {
	display: none;
}

input::-webkit-input-placeholder {
	color: #d3d5d5;
}

input:-moz-placeholder {
	/* FF 4-18 */
	color: #d3d5d5;
}

input::-moz-placeholder {
	/* FF 19+ */
	color: #d3d5d5;
}

input:-ms-input-placeholder {
	/* IE 10+ */
	color: #d3d5d5;
}

div.option-table {
	padding-top: 11px;
}

span.nl_check {
	width: 240px;
	display: inline-block;
	float: left;
	position: relative;
}

span.nl_check label {
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
	padding-left: 27px;
	font-weight: bold;
}

span.nl_desc {
	font-family: 'ET Text';
	font-size: 14px;
	padding: 6px 0 14px;
	color: #000;
	line-height: 20px;
	display: inline-block;
	width: 415px;
	float: left;
}

div.epoch_health span.nl_desc, div.epoch_breaking_news span.nl_desc {
	padding: 15px 0 23px;
}

#import-data .option-table div {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d3d5d5;
}

div.epoch_inspired {
	/*- the last row in table -*/
	border: none !important;
}

form#newsletter-form .reg-button, input[type="submit"] {
	background-color: #8ec549;
	background-image: none;
	color: #fff;
	border: none;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	padding: 0 55px 7px;
	cursor: pointer;
	border-radius: 3px;
	display: table;
	margin: 10px auto 0;
	position: relative;
}

.reg-button {
	margin-top: 30px;
}

input.btn:focus {
	outline-width: 0;
}

.widefat {
	width: 100%;
	clear: both;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.term_policy {
	width: 300px;
	margin: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	padding: 6px 0 14px;
	color: #333;
	line-height: 17px;
}

.message {
	display: block;
	color: #ac1313;
}

#response_success, #response_failed {
	display: none;
}

#loader {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -19px 0 0 -18px;
	border: 7px solid #f3f3f3;
	border-radius: 50%;
	border-top: 7px solid #3498db;
	width: 36px;
	height: 36px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}