/* Block JmsPopup */
.jms-popup {
   padding: 75px 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  overflow: hidden;
  margin-left: -395px;
  margin-top: -311.5px;
  border-radius: 0px;
  color:#333;
  line-height:30px;
  max-width:100%;
  text-align:center;
    background:#fff;
}

.jms-popup-overlay > .jms-popup {
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 350px);
  top: calc(50% - 255px);  
}

.jms-popup-overlay .popup-close {
    cursor: pointer;
    display: block;
    float: right;
    height: 15px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 17px;
}
.jms-popup-overlay {
  	display: block;	
  	height: 100%;
    left: 0;
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99998;
    background-color: rgba(0, 0, 0, 0.85); 
}
.dontshow {
	margin-top:20px;
}
.dontshow input,
.dontshow > div {
	display:inline-block;
  line-height: 30px;
  margin-right: 5px;
  padding-top: 8px;
  vertical-align: middle;
}
.dontshow label {
	display:inline-block;
	font-weight:300;
	font-size:90%;
	line-height:30px;
}

.jms-popup-content form .newsletter-form:focus {
  color: #fff;
}