#windowPopDimmer {
	z-index: 1200;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.5);
	position: fixed;
	}
#windowPopShim {
	width: 100%; 
	height: 100%; 
	top: 0;
	left: 0;
	position: fixed; 
	z-index: 1250;
    pointer-events: none;
	}
#windowPopDiv {
	z-index: 1300;
	display: block;
	margin: 50px auto;
	padding: 1em 2em 0.5em;
	width: 450px;
	height: auto;
	box-shadow: 0 0 30px #000;
	background: #fff;
	border-radius: 1em;
	overflow: auto !important;
	-webkit-overflow-scrolling: touch !important;
	position: relative;
    pointer-events: auto;
	box-sizing: border-box;
	}
/*#windowPopEmb {
	display: block;
	width: 100%;
	height: 90%;
	margin: 0;
	position: absolute;
	bottom: 1em;
	border: 0;
	overflow: hidden;
	}*/
#windowPopDiv input[type=email], 
#windowPopDiv input[type=text],
#edit-submitted-title-role {
	width: 100%;
	}
#windowPopDiv i.pop-closer {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #777;
	b ackground: #fcf;
	padding: 10px 13px;
	line-height: 1;
	}
#windowPopDiv .hidden-form-field {
	display: none;
	}
#windowPopDiv .form-actions {
	text-align: center;
	margin: 1.5em 0 0;
	}
# windowPopDiv .form-submit {
	display: inline-block;
	background: #00aeef;
	font-size: 190%;
	border: none;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	padding: 6px 14px 7px;
	}
#windowPopDiv .form-submit:hover {
	position: relative;
	top: 2px;
	}
.h2-subscribe-popup {
	margin: 0.5rem 0 1.5rem;
	font-size: 300%;
	font-weight: 500;
	padding: 0 0 6px;
	color: #0760d5;
	line-height: 1;
	text-transform: none;
	}
@media only screen and (max-width:490px) {
	#windowPopDiv {		
		margin: 10%;
		width: 78%;
		}
}