#backgroundPopup {
    z-index: 11;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
    top: 0px;
    left: 0px;
	opacity: 0.8;
}
#toPopup {
	font-family: "open_sansregular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
    display: block;
    display: block;
    left: 50%;
    margin-left: 0;
    position: fixed;
    top: 50%;
    width: 500px;
    z-index: 9999;
    background: #fff;
    border: solid 1px #62c400;
    transform: translate(-50%, -50%);
}
.popupinn {
	padding: 50px 30px;
	text-align: center;
}
div.SubscribeThanks {
    display: none;
	z-index: 9999;
}
div.thankpop, div.thankpop2 {
    display: none;
	z-index: 999999999;
    background-color: rgba(0,0,0,0.80);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.close {
    cursor: pointer;
    width: 30px;
	height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
	z-index: 2;
	opacity: 1;
}
.popup-container {
	margin: 0;
	padding: 0;
}
.popup-container h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: "open_sansregular", Helvetica, Arial, sans-serif;
	font-size: 29px;
	color: #000;
	font-weight: normal;
	text-align: center;
}
.popup-container p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 22px;
}


@media only screen and (max-width: 767px) {
	#toPopup {
		width: 90%;
	}
	.popupinn {
		display: inherit;
		padding: 30px;
	}
	.team-popupinn {
		display: inherit;
		padding: 30px;
	}
	.popup-container {
		margin: 0;
		padding: 0;
		max-height: 300px;
		overflow: auto;
	}
	.popup-container h2 {
	    margin: 20px 0 10px 0;
		padding: 0;
		font-size: 22px;
	}

	div.close {
	    cursor: pointer;
	    width: 20px;
	    height: 20px
	}

	div.close img {
		width: 100%;
	}
}


@media only screen and (max-width: 480px) {

}