/* #content { background: pink; } */
.cfpop-wrap {
	display: none;
	position: fixed;
	width: 30%;
	height: auto;
	background-color: #ffffff;
	left: 50%;
	top: 30%;
	margin: 0px 0px 0px -15%;
	padding-bottom: 20px;
	box-shadow: 0 0 10px 1px #ababab;
}
.cfpop-wrap .cfpop-close {
	cursor: pointer;
	float: right;
	display: block;
	height: 50px;
	margin: 0;
}
.cfpop-wrap .cfpop-close::after {
	display: inline-block;
	content: "\00d7";
	font-size: 75px;
	font-weight: bold;
	line-height: 50px;
	padding: 0 10px;
	margin: 0;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.cfpop-wrap .cfpop-close::after:hover {
	font-size: 50px;
}
.cfpop-wrap .cfpop-content {
	display: block;
	float: left;
	text-align: center;
	width: 100%;
	font-size: 25px;
	line-height: 1.5;
}
.cfpop-wrap .cfpop-content p {
	font-weight: 300;
	font-size: 25px;
	line-height: 1.5;
	color: #004990;
}
