
.simplePopup {
display:none;
position:fixed;
z-index:999999999999999999999999;
padding:12px;
max-width: 375px;
left: 0 !important;
right: 0;
margin: 0 auto;
}
#pop2.simplePopup{
 	max-width: 500px; 
}

.simplePopupClose {
float:right;
cursor:pointer;
margin-left:10px;
margin-bottom:10px;
margin-right: -5px;
margin-top: -2px;
color: #000;
font-size: 18px;
/*  background-color: #a92c34; 
 	font-weight: bold; 
	padding: 5px 10px;
 	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75); */
}

.simplePopupBackground {
display:none;
background:#000;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
z-index:999999999999999999999999;
}

.simplePopup a:hover{
  opacity: 1;
}
/* #pop1 .contentPopUp{
  padding: 40px 10px;
} */
#pop1,
#pop2 .insideContent{
  border: 7px solid #ef3ea9;
  background-color: #fff;
  box-shadow: 0px 0px 0px 8px #FFF;
}
#pop2 h1{
 font-size: 100px;
 text-align:center;
}
#pop1 .pink{
  border: 0.5px solid #ef3ea9;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
  margin-bottom:25px;
}
#pop1 h3,
#pop1 h4,
#pop2 h3{
 text-align:center;
 font-size:18px;
}
#pop1 form{
  margin-top: 40px;
}
#pop1 #mc_embed_signup input.email{
  border: 1px solid #ef3ea9;
}
#pop1 #mc_embed_signup .button{
  background-color: #ef3ea9 !important;
}
#pop1 .insideContent2{
  margin-bottom: -20px;
}	

#pop2 .simplePopupClose{
 display:none; 
}
#pop2 .insideContent2{
  background-color: #fff;
  margin-top: 8px;
  box-shadow: 0px 0px 0px 8px #FFF;
}
#pop2 .insideContent2 h3{
  	display: inline-block;
    padding: 0 10px 10px 10px;
}

/* Essery edits. March 15 2017. Please do not alter. */

#pop1 h3{
  font-weight:300;
  font-size: 14px;
  margin-bottom:5px;
}

#pop1 h4{
  font-weight:400;
  font-size: 12px;
}

#pop2 h1{
font-size: 90px;
 text-align:center;
  font-weight:500;
  margin-bottom:0px;
  padding-bottom:0px;
  margin-top: 0px;
  padding: 10px 0px;
}

#pop2 .insideContent{
  background-color: #f5f5f5;
}

#pop2 .insideContent h3{
  font-weight:300;
  font-size:12px;
  margin-top:0px;
  padding:7px 0px;
    letter-spacing: 0.25px;
}

#pop2 .insideContent2 h3{
   font-weight:500;
  font-size:12px;
  margin:7px 0px;
  padding:7px 0px;
   letter-spacing: 0.25px;
}

#pop2 .insideContent2 h3 a:hover{
   font-weight:500;
  font-size:12px;
  color:#ef3eaa !important;
}

#pop2 .insideContent2{
 padding:0px 40px; 
}

/* end Essery edits */



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */  
   .simplePopup{
     left:32%!important;
   }
}

