.grant-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
    font-family: Open Sans;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e9e9e9+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#e9e9e9 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#e9e9e9 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.grant-popup .want-to-win{
	width: 200px;
	height: 60px;
	background-image: url('../img/wanttowin.png');
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #9b9b9b; 
}
.grant-popup h1{
	color: #3d3a3a;
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	font-weight: 900;
}
.grant-popup h1 > .grt-val {
	color: #000;
}
.grant-popup h1 > .qst-mrk {
	color: #e2030a;
}
.grant-popup h3.grt-expl {
	font-size: 23px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
.grant-popup a.grt-btn{
	display: block;
	width: 30%;
	margin: 30px auto;
	border: none;
	color: #FFF;
	background-color: #e20f07;
	font-size: 32px;
	line-height: 86px;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: none;
	padding: 0 10%;
}
.grant-popup a.no-thanks{
	display: block;
	width: 41%;
	text-align: center;
	margin: 50px auto 0px;
	font-size: 18px;
	text-decoration: underline;
	color: #000;

}
.grant-popup .no-thanks:hover{
	cursor: pointer;
}

.mfp-close-btn-in .mfp-close {
	color: transparent;
	background-image: url('../img/x-box.png');
	height: 27px;
	line-height: 27px;
	width: 27px;
	opacity: 1;
	top:-12px;
	right: -12px;
}
@media only screen and (max-width: 852px) {
.grant-popup a.grt-btn{
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: none;
	padding: 0 5%;
	text-align: center;
}
.grant-popup a.no-thanks{
	width: 100%;
}
}
@media only screen and (max-width: 510px) {
.grant-popup a.grt-btn{
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
	width: 80%;
	text-decoration: none;
	padding: 0 5%;
	text-align: center;
}

}