.popup{
	background: ##EFEFEF;
	/*bottom: 80px;
	left: -5000px;*/
	bottom: -500px;
	position:fixed;
    z-index: 500;
	border-radius:5px;
	box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.33);
	transition: 0.5s;
	color:#222222;
}
.preamble p, .preamble h3 {
    color: #222222;
}

.popup .close{
	position:absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	cursor:pointer;
	z-index:500;
	color:black;
	opacity: 1;
}

.ns-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 4px;
	top: 4px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ns-close:hover,
.ns-close:focus {
	outline: none;
}

.ns-close::before,
.ns-close::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 60%;
	top: 50%;
	left: 50%;
	background: #000;
}

.ns-close:hover::before,
.ns-close:hover::after {
	background: #999;
}

.ns-close::before {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
#mc-embedded-subscribe {
	height: 2.4em;
	color: white;
	line-height: 1;
	font-weight: bold;
	border: 1px solid #222222;
}
mce-responses a {
	color: #00adef;
}