.page-wrapper{
  width:100%;
  height:100%;
}

.page-wrapper2{
  width:100%;
  height:100%;
}

.blur{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

a.btn{
  width:130px;
  display:block;
  padding:1em 0;
  position:absolute;
  font:1.125em;
  font-weight:700;
  text-align:center;
  text-decoration:none;
  color:#fff;
  border-radius:5px;
  background:rgba(54, 164, 208,1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a.btn:hover{
  background:rgba(100, 206, 244,1);
}

.modal-wrapper{
  width:100%;
  height:100%;
  position:fixed;
  top:0; left:0;
  background:rgba(234, 234, 234, 0.65);
  visibility:hidden;
  opacity:0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 9999;
}

.modal-wrapper.open{
  opacity:1;
  visibility:visible;
}

.modal-wrapper2{
  width:100%;
  height:100%;
  position:fixed;
  top:0; left:0;
  background:rgba(234, 234, 234, 0.65);
  visibility:hidden;
  opacity:0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 9999;
}

.modal-wrapper2.open{
  opacity:1;
  visibility:visible;
}

.modal{
  width:600px;
  min-height:400px;
  height: auto !important;
  height:400px;
  display:block;
  margin:50% 0 0 -300px;
  position:relative;
  top:50%; left:50%;
  background:#fff;
  opacity:0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: -2px 10px 13px 0px rgba(0,0,0,0.38);
  -moz-box-shadow: -2px 10px 13px 0px rgba(0,0,0,0.38);
  box-shadow: -2px 10px 13px 0px rgba(0,0,0,0.38);
}

.modal-wrapper.open .modal{
  margin-top:-200px;
  opacity:1;
}

.modal-wrapper2.open .modal{
  margin-top:-200px;
  opacity:1;
}

.headPopUp{
  width:90%;
  height:32px;
  padding:1.5em 5%;
  overflow:hidden;
  background:#1953A0;
}

.btn-close{
  width:32px;
  height:32px;
  display:block;
  float:right;
}

.btn-close::before, .btn-close::after{
  content:'';
  width:32px;
  height:6px;
  display:block;
  background:#fff;
}

.btn-close::before{
  margin-top:12px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

.btn-close::after{
  margin-top:-6px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

.content{
  padding:2%;
}


.poprTitle{
  font-size:42px;
  font-weight:700;
  color:#fff;
  line-height:32px;
}

.poprText{
  font-size:24px;
}

#sSampMSG{
  margin:auto;
  margin-top:12px;
  background-color:#bff2a2;
  border:1px solid #8e8e8e;
  padding:12px;
}

.sampleButton {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #ffffff;
  font-size: 15px;
  background: #1953A0;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.sampleButton:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}