.enl-wrap:not(.enl-visible) {
	display: none !important;
}

.enl-form[hidden],
.enl-type-fields[hidden] {
	display: none !important;
}

.enl-hp {
	position: absolute !important;
	left: -9999px !important;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.enl-form select.inputFormSelect {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #bebebe;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba( 0, 0, 0, 0.06 );
	color: #3f373f;
	font-family: inherit;
	font-size: 15px;
	font-weight: 300;
	height: 42px;
	padding: 0 6px;
	max-width: 100%;
}

.enl-form select.inputFormSelect:hover,
.enl-form select.inputFormSelect:focus {
	border-color: #010203;
	outline: none;
}

.enl-form select.inputFormWeek {
	width: 100%;
	display: block;
}

.enl-form select.inputFormDate {
	width: 30%;
	margin-right: 12px;
}

.enl-form .enl-consent {
	padding-bottom: 10px;
}

.enl-form .enl-consent label {
	display: block;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #666566;
	margin-bottom: 0;
	cursor: pointer;
	text-align: left;
}

.enl-form .enl-consent input[type="checkbox"] {
	float: left;
	margin: 2px 7px 0 0;
}

.enl-form .enl-consent span {
	display: block;
	overflow: hidden;
	padding: 0;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}

.enl-form .enl-consent a {
	color: #71a3cb;
}

.enl-message:empty {
	display: none;
}

.enl-message {
	border-radius: 4px;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 15px;
	padding: 10px 12px;
	text-align: left;
}

.enl-message--success {
	background: #e6f6ec;
	border: 1px solid #a6d9bb;
	color: #2f6b47;
}

.enl-message--error {
	background: #fdecea;
	border: 1px solid #f2b8b2;
	color: #8a2b21;
}

.enl-wrap.newsletterSmallWelcome {
	height: auto;
	padding-bottom: 20px;
}

.enl-wrap .enl-message {
	clear: both;
}

.enl-wrap.newsletterLarge {
	margin-left: 0;
	margin-right: 0;
}

.enl-wrap.newsletterLarge .enl-message {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: right;
	float: right;
	margin: 15px 0 0;
	max-width: 100%;
	width: 290px;
}

.enl-wrap.newsletterLarge .enl-form {
	clear: right;
}

.enl-wrap.newsletterLarge:has( .enl-form[hidden] ) .enl-message {
	float: none;
	margin: 15px 0 0;
	width: auto;
}

.enl-page {
	font-family: Georgia, serif;
	line-height: 22px;
}

.enl-page .btnBlue {
	margin-top: 15px;
}

.enl-modify-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #efefeb;
	display: block;
	float: none;
	margin: 0 0 30px;
	max-width: 100%;
	overflow: hidden;
	padding: 25px 20px;
	width: auto;
}

.enl-form--modify {
	display: block;
	float: none;
	margin: 10px 0 0;
	max-width: 420px;
	width: 100%;
}

.enl-form--modify dl {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 0 0 15px;
}

.enl-form--modify label {
	display: block;
	color: #555355;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
}

.enl-type-switch dd {
	display: inline-block;
	margin-right: 16px;
}

.enl-type-switch dd label {
	cursor: pointer;
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 4px;
	white-space: nowrap;
}

.enl-type-switch dd label span {
	display: inline;
	float: none;
	font-size: 13px;
	font-style: italic;
	letter-spacing: normal;
	line-height: 1.4;
	padding: 0;
	text-align: left;
}

.enl-type-switch input[type="radio"] {
	margin-right: 5px;
	vertical-align: middle;
}

.newsletterSmall .enl-type-switch dd,
.newsletterSmallWelcome .enl-type-switch dd {
	display: block;
	margin-right: 0;
}

.enl-link-button {
	background: none;
	border: 0;
	color: #878686;
	cursor: pointer;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	padding: 0;
	text-decoration: underline;
}

.enl-link-button:hover {
	color: #c04848;
}

@media screen and ( max-width: 640px ) {
	.enl-form select.inputFormDate {
		margin-right: 6px;
		width: 31%;
	}

	.enl-modify-box {
		padding: 20px 15px;
	}
}
