@charset "UTF-8";
/* CSS Document */

.sidebar {
/*	padding-top: 30px;*/
/*	background-color: goldenrod;*/
}

.sidebar h2 {
	font-size: 1.2em;
	padding-top: 30px;
	font-weight: bold;
}

.sidebar ul {
	padding: 0;
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	border-bottom: 2px solid #E7E9E8;
	padding: 15px 0;
	margin: 0;
	line-height: 1.1;
}

.sidebar li:before {
	content: none;
}

.sidebar a:not(.btn) {
	color: #27355F;
}

.sidebar a:hover {
	text-decoration: underline;
}

.sidebar a.btn {
	display: block;
	margin: 30px auto;
}

.sidebar .subscribe_form,
#subscribe_form.subscribe_form {
	background-color: #EDEEF7;
	padding: 15px 15px 15px 15px;
	border-radius: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.sidebar .subscribe_form h2,
#subscribe_form.subscribe_form h2 {
	padding-top: 0;
	padding-bottom: 5px;
}

.sidebar .subscribe_form p.subtext,
#subscribe_form.subscribe_form p.subtext { 
	line-height: 1.1;
	font-size: 0.85em;
}

.sidebar .subscribe_form .form-field,
#subscribe_form.subscribe_form .form-field {
	padding: 0 !important;
}

.sidebar .subscribe_form input,
#subscribe_form.subscribe_form input,
.gate_form input {
	background-color: #FFF !important;
	border-radius: 1000px !important;
	transition: margin-top 0.2s;
	height: 40px !important;
	border: none !important;
}

.sidebar .subscribe_form label,
#subscribe_form.subscribe_form label,
.gate_form label {
	margin-top: -12px !important;
	color: #27355F;
/*	color: #000;*/
	font-size: 14px !important;
}

/* LABEL when label floated */
.sidebar .subscribe_form .frm_label_float_top > label,
#subscribe_form.subscribe_form .frm_label_float_top > label,
.gate_form .frm_label_float_top > label {
	top: 5px !important;
/*	background-color: yellow !important;*/
/*font-size: 18px !important;*/
}

/* INPUT when label floated */
.sidebar .subscribe_form .frm_label_float_top > input,
#subscribe_form.subscribe_form .frm_label_float_top > input,
.gate_form  .frm_label_float_top > input {
/*	background-color: yellow !important;*/
	margin-top: 12px !important;
}

.frm_button_submit {
	background-color: #27355F !important;
	border-radius: 1000px !important;	
	border: none !important;
	margin: 0 !important;
}

.frm_button_submit:hover {
	color: #FFF !important;
}

.form_optin {
	font-size: 0.75em;
/*	margin-bottom: 15px;*/
}