.NewsLetterContainer #main-container {
	background: none;
	box-shadow: none;
}
.form-inline.form-control {
  margin: 3px;
}

.required-field .control-label:before {
  color: #d00;
  content: "*";
  font-weight: bolder;
}
.NewsLetterContainer {
    position: absolute;
    width: 100%;
    padding: 20px;
	left: 0;
	top: 0;
	z-index: 1000;
	display: block;
}
.NewsLetterContainerInner {
    display: none;
}
.NewsLetterContainer h2 {
	margin-top: 0;
	font-size: 30px;
    font-weight: 300;
}
.NewsLetterSubscription {
	position: relative;
    width: 100%;    
	padding: 50px 25px 25px 25px;
	background: #fff;
	margin: 0 auto;
    max-width: 640px;
	display: block;
}
.NewsLetterContainer .NewsLetterSubscription {
	display: block;
}
.wffm-form .NewsLetterSubscription .form-group {
	max-width: 100%;
}
.wffm-form .NewsLetterSubscription legend {
	top: 0;
	padding: 0;
	text-transform: none;
}
.wffm-form .NewsLetterSubscription legend:before {
	display: none;
}
.wffm-form .form-group .control-label {
	color: #0099e7;
}
.NewsLetterContainer::before {
    background: rgba(0, 0, 0, 0.5);;
    content: "";
    display: block;
    position: fixed;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
}
.btn_close {
	position: absolute;
    top: 15px;
    right: 0;
    display: block;
    cursor: pointer;
    font-size: 35px;
    max-width: 640px;
    width: 100%;
    text-align: right;
    z-index: 10;
    padding-right: 11px;
    left: 50%;
    transform: translateX(-50%);
}
.NewsLetterContainer input[type=email], .NewsLetterContainer input[type=password], .NewsLetterContainer input[type=tel], .NewsLetterContainer input[type=text], .NewsLetterContainer input[type=url], .NewsLetterContainer textarea, 
.NewsLetterContainer .wffm-form .form-group .form-control.text-box, .NewsLetterContainer .wffm-form .form-group textarea.form-control,
 .NewsLetterContainer .wffm-form .form-group select.form-control {
	box-sizing: border-box;
    width: 100%;
    padding: 6px 9px;
    border: 1px solid #c6cccf;
}
.NewsLetterContainer .wffm-form .form-group {
    position: relative;
    width: 100%;
    padding: 10px 0;
}
.NewsLetterContainer .wffm-form .validation-summary-errors {
    max-width: 100%;
}
.NewsLetterContainer .wffm-form .form-group.scfCheckboxBorder {
	padding-bottom: 20px;
    display: flex;
    flex-direction: column-reverse;
}
.NewsLetterContainer .CampaignHidden.form-group {
	display: none;
}
.NewsLetterContainer .wffm-form input[type=submit] {
    font-weight: 300;
    color: black;
    padding: 0.7em 2em;
    appearance: none
}
.NewsLetterContainer .wffm-form input[type=submit]:hover {
	color:#009ee2;
}