/* Popups */
.ezine.popup {
	display: none;
	position: fixed; 
	top: 2em;
	left: 0;
	right: 0;
	width: 98%;
	z-index: 99999;
	text-align: left;
	margin: 0 auto; padding: 25px 40px;
	background: #00178d;
	background: -moz-linear-gradient( top, #00178d 0%, #0097d8 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #00178d ), color-stop( 100%, #0097d8 ) );
	background: -webkit-linear-gradient( top, #00178d 0%,#0097d8 100% );
	background: -o-linear-gradient( top, #00178d 0%,#0097d8 100% );
	background: -ms-linear-gradient( top, #00178d 0%,#0097d8 100% );
	background: linear-gradient( to bottom, #00178d 0%,#0097d8 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00178d', endColorstr='#0097d8',GradientType=0 );
	border: 5px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
}
.ezine.popup a { color: #00D9FF; }
.ezine.popup h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.ezine.popup h2 { font-size: 15px; }
.ezine.popup .lc_cms_form_label { text-transform: uppercase; }
.ezine.popup .lc_cms_form_required { color: #ff9a7f; }
.ezine.popup .lc_cms_form_field_div {
	width: 250px;
	padding: 0 0 0 13px;
}
.ezine.popup .lc_cms_form_field,
.ezine.popup input[type="text"],
.ezine.popup input[type="password"] {
	width: 244px;
	padding: 3px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.ezine.popup input[name="remember_me"] { margin-left: 13px; }
.ezine.popup .close { float: right; }

/* Header */
.ezine.emembers.header.connect {
	text-align: right;
	/* float: right;
	width: 400px; */
	margin: 10px 30px 0 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	color: #fff;
}
.ezine.emembers.header.connect a { color: #00D9FF; }
.ezine.emembers.header.connect .separator {
	display: inline-block;
	margin: 0 10px;
	color: #005DCA;
}
.ezine.emembers.header.connect .logout { display: inline-block; }


@media (max-width: 768px){
	.ezine.emembers.header.connect{
		margin-top: 0;
	}
}