button#agButton {
	margin: 1rem 0;
	padding: 8px 1rem;
	border-radius: 10px;
	background: #0072ce;
	border: 0px solid #999;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 75%;
	font-weight: 700;
	color: #fff;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	}
button#agButton[disabled] {
	background: #ccc;
	}




#windowPopDimmer {
	z-index: 1200;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,25,0.50);
	position: fixed;
	}
#windowPopShim {
	width: 100%; 
	height: 100%; 
	top: 0;
	left: 0;
	position: fixed; 
	z-index: 1250;
    pointer-events: none;
	}
#windowPopDiv {
	text-align: center;
	z-index: 1300;
	display: block;
	margin: 100px auto;
	padding: 1em 2em 1.5em;
	width: 450px;
	height: auto;
	box-shadow: 0 0 30px #555; 
	background: #fff;
	border-radius: 1em;
	overflow: auto !important;
	-webkit-overflow-scrolling: touch !important;
	position: relative;
    pointer-events: auto;
	box-sizing: border-box;
	}
.popSelects select {
	border: 2px solid #fff;
	padding: 1rem;
	font-size: 1.2rem;
	}
/*#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] {
	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 {
	font-size: 220%;
	font-weight: bold;
	padding: 0 0 6px;
	text-transform: none;
	}
@media only screen and (max-width:490px) {
	#windowPopDiv {		
		margin: 10%;
		width: 78%;
		}
}