.ejpopupfullwrap {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 99998;
}

.ejpopupfullwrap[data-popuptype="popup"] {
	top: 0;
}

.ejpopupfullwrap .footer-header-wrapper {
	padding: 15px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	cursor: pointer;
	z-index: 99999999;
	box-shadow: 0 -4px 6px rgba(0,0,0,0.05);
}

.ejpopupfullwrap .footer-header {
	max-width: 1030px;
	margin: 0 auto;
}

.ejpopupfullwrap .sticky-footer-wrapper {
	position: fixed;
	bottom: -999px;
	left: 0;
	background: #FFF;
	width: 100%;
}

.ejpopupfullwrap .sticky-footer {
	max-width: 1030px;
	margin: 0 auto;
}


/******/
.ejpopupfullwrap .header-header-wrapper {
	padding: 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	cursor: pointer;
	z-index: 99999999;
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.ejpopupfullwrap .header-header {
	max-width: 1030px;
	margin: 0 auto;
}

.ejpopupfullwrap .sticky-header-wrapper {
	position: fixed;
	top: -999px;
	left: 0;
	background: #FFF;
	width: 100%;
}

.ejpopupfullwrap .sticky-header {
	max-width: 1030px;
	margin: 0 auto;
}

/***/

.ejpopup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: 99998;
}

.ejpopup-wrapper {
	position: absolute;
	top: 0;
	left: 25%;
	background: #FFF;
	width: 50%;
	z-index: 99999;
	padding: 30px;
}

.ejpopup-wrapper .closebtn {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFF;
	font-size: 12px;
	padding: 3px 6px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

.ejpopup-wrapper h3 {
	font-size: 22px;
	line-height: 27px;
	margin: 0 0 15px;
	padding: 0;
	font-weight: bold;
	color: #ef9713;
}

.ejpopup-wrapper img {
	max-width: 100%;
}

.ejpopup-wrapper form label {
	display: none;
}

.ejpopup-wrapper .gform_wrapper {
	margin-bottom: 0;
}

.ejpopup-wrapper form {
	margin: 20px 0 5px;
}

.ejpopup-wrapper form input[type="text"] {
	border: 1px solid #AAA;
	width: 100%;
	padding: 5px 10px;
	border-radius: 0px;
	box-shadow: none;
	height: 32px;
}

.ejpopup-wrapper form input[type="submit"] {
	cursor: pointer;
	border: 1px solid #ef9713;
	padding: 5px 10px;
	margin: 0;
	font-size: 14px;
	text-align: center;
	width: 100%;
	background: #ef9713;
	vertical-align: top;
	color: #FFF;
	height: 32px;
}

.ejpopup-wrapper form .ginput_container {
	margin-top: 0;
}

.ejpopup-wrapper form .gform_body {
	width: 73%;
	float: left;
	clear: none;
}

.ejpopup-wrapper form .gform_footer {
	margin-top: 0;
	padding-top: 0;
	width: 25%;
	float: right;
	clear: none;
}

.ejpopup-wrapper form:after {
	content: " ";
	clear: both;
	display: block;
}

.single-page-content-wrap.truncated {
	overflow: hidden;
	position: relative;
	transition: 250ms;
}
.single-page-content-wrap.truncated .trunced-pu-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media screen and (min-width: 1200px){
	.ejpopup-wrapper {
		left: 33%;
		width: 33%;
		min-height: 0;
	}
}

@media screen and (max-width: 768px){
	.ejpopup-wrapper {
		top: 10% !important;
		left: 1.5% !important;
		width: 97% !important;
		min-height: 0;
	}
}