#popupContainer 
{	position: absolute;
	z-index: 10000;top: 216px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	font-family: "Colour Sans";
	width: 470px;
	display: inline-block;
	background-size: auto 100%;
}
.popupBG{
    width: 100%;
    position: absolute;
    opacity: .9;
    display: none;
    /* height: 100%; */
}
.popupMainPart{
	position: absolute;
	width: 100%;
	background: rgba(47, 65, 101, 0.9);
	border-radius: 50px;
	border: 3px solid #b3b7bf;
	padding-bottom: 30px;
	margin-top:40px
}

.popupHeader {color: #f1f1f2;font-family: "Colour Sans";font-size: 48.99px;text-align: center;margin: auto;margin-top: 30px;line-height: 60px;}

.popupMessageBlock {color: #f1f1f2;text-align: center;}

.popupMessageA {font-size: 24.33px;margin-top: 30px;margin-bottom: 17px;}

.popupMessageB {font-size: 22.18px;}

.popupSubmit {color: white;text-align: center;font-size: 36.3px;width: 450px;height: 82px;margin: auto;background: #8bc53f;line-height: 82px;border-radius: 8px;margin-top: 60px;cursor: pointer;}

.popupSubmit a{
	display: block;
	width: 100%;
}
.popupSubmit a:hover{
	text-decoration: none;
}

.popupBottom {
	margin: 0 auto;
	text-align: center;
}

.popupImageA {
	height:90px !important;
	vertical-align:bottom
}
.popupImageB {
	height:65px !important;
}

.popupMessageA a:hover,
.popupMessageB a:hover{
	color: #8bc53f;
	text-decoration: none;
}

/***Popup changes***/
.popupHeader{
	font-size: 2vw;
	line-height: 2vw;
}
.popupMessageA{
	font-size: 1vw;
	padding: 0px 30px 0px 30px;
}
.popupMessageB{
	font-size: 1vw;
	padding: 0px 30px 0px 30px;
}

.popupSubmit{
	height: 2.5vw;
	line-height: 2.5vw;
	font-size: 1.2vw;
	margin-top: 10px;
	width:60%
}

.popupBottom{
	margin-top: 30px;
}
#popupContainer{
	top: 0;
}
/***Popup changes finish***/



@media (max-width: 960px) {
	#popupContainer{
		width: 100%;
		/* background: rgba(47, 65, 101, 0.9); */
		padding-bottom: 50px;
		display: inline-block;
	}
	.popupMainPart{
		background: rgba(47, 65, 101, 0.9);
		padding: 0;
		border-radius: 50px 50px 20px 20px;
		border-radius: 3vw;
	}
	#popupContainer .popupBG{
		display: none;
	}
	.popupBottom{
		display: none;
	}
	.popupHeader{
		font-size: 6vw;
		line-height: 7vw;
	}
	.popupMessageA{
		font-size: 4vw;
	}
	.popupMessageB{
		font-size: 3.5vw;		
	}
	.popupSubmit{
		width: 100%;
		height: 10vw;
		line-height: 10vw;
		font-size: 3.5vw;
	}
}