body { margin:0; }
#inputArea {
  max-width: 640px;
  
}
#bg2 { 
	bottom: 0; 
	right:0; 
	display: flex; 
	-webkit-justify-content: center; 
	justify-content: center; 
	-webkit-align-items: center; 
	align-items: center; 
  	background-color: #191919ba; 
  	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;  
	font-size: 13px; 
	line-height: 1.428571429; 
}
#bg2 a       { 	padding: 0!important; 	margin: 0!important; 	text-decoration: none; 	xcolor: #FFF;   color: #FFF; }
#bg2 a:hover {  padding: 0!important;   margin: 0!important;  text-decoration: none;  xcolor: #FFF;   color: #CCC; }

img {
	max-width: 100%;
	max-height: 150px;
}
#bg2 p {
	padding: 0;
	margin: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

br {
  display: none;
}

#bg2 input[type='text'] {
	display: inline-block;
    padding: 6px 8px;
    /*color: #fff;*/
    color: #000;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    xbackground-color: #767676 !important;
    /*background-color: #f3f0f038 !important;*/
    background-color: #fff;
    border: none;
    /*width: 18em;*/
    width: 100%;
    margin-bottom: 5px;
    margin-right: 10px;
    text-align: left;
}

#bg2 input[type='button'] {
	display: inline-block;
    margin-bottom: 0;
    margin-top:10px;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #3ecd74;
    background-image: none;
    border: 1px solid #32c067;
    white-space: nowrap;
    padding: 5px 12px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.428571429;
    border-radius: 3px;
    top: -3px;
    position: relative;
}

#bg2 input[type='button']:hover { 
	background-color: #5dea92;
	xcolor: #CCC;

}

/* #bg2 input[type='checkbox'] {
	display: inline-block;
    padding: 4px 6px;
    color: #fff;
    xvertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    xbackground-color: #767676 !important;
    background-color: #f3f0f038 !important;
    cursor:pointer;
    border: none;
    xwidth: 18em;
    font-size:0.9em;
    margin-bottom: 5px;
    margin-right: 10px;
    text-align: left;
} */

#bg2 input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

#bg2 input[type=checkbox] {
  display: none;
}

#bg2 input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #FFF;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  margin-right: 1.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

#bg2 input[type=checkbox] + label:active:before {
  transform: scale(0);
}

#bg2 input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

#bg2 input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

#bg2 input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}





.termsText { font-size: 0.7em; }
.termsCheckWarning { border: 1px solid #d84545 !important; }
.textWarning { border: 1px solid #d84545 !important; }
.textSuccess { border: 1px solid #45d872 !important; }


.cta_1 {
  background-color: #333;
	background-color: #16161687 !important;
	padding: 1em 0.7em 0.5em;
	margin: 0.5em;
	display: grid;
	grid-template-columns: 1fr min-content;
		grid-gap: 20px;
	text-align: left;	
}

@media (max-width:470px) {
	#inputArea  {
		grid-column: span 2;
	}
	img {
		display: none;
	}
}

#cta_close_wrapper {      text-align:right;   }
/*
#cta_close { 		position:relative; 		text-align:right;		border: 1px solid white;   	margin-right: 10px; 	}
*/


#cta_close {
border: none;
}

#cta_close a {
    height: 1.5em;
    width: 1.5em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #808080;
} 

.svgLinkIcon {
  fill:white;
  margin-right:8px;
}

