#popup .subbut[disabled]{
background-color: #959799 !important;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  z-index: 2;
}

.popup-close:before, .popup-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: black;
  -webkit-transition: background-color 0.66s ease;
  transition: background-color 0.66s ease;
}

.popup-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-title {
  font-size: 23px;
  font-family: KIABold, "Open Sans", sans-serif;
  margin-bottom: 2rem;
  text-align: center;
}

.popup-subtitle {
  font-size: .833rem;
  margin-bottom: 0;
  text-align: center;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.77);
}

.popup.open .popup-wrapper {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup p.footnote {
  text-align: center;
}

.popup-container {
  padding: 40px 50px;
  background: white;
  max-width: 600px;
  position: relative;
  width: 98%;
}
.vacf strong {
    text-align: center;
    color: #333;
    display: block;
    margin-bottom: 34px;
    font-size: 19px;
    line-height: 28px;
}
.fmm2 input[type="text"], .fmm2 input[type="email"], .fmm2 input[type="tel"] {
    border: 1px solid #d3d5dc;
    width: 100%;
    color: #333;
    font-size: 14px;
    letter-spacing: 0.35px;
    padding: 18px 17px;
    display: block;
    margin-bottom: 16px;
    outline: none;
}
.bot-f input[type="submit"] {
    border-radius: 4px;
    background-color: #134993;
    display: inline-block;
    color: #fff;
    outline: none;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
font-size: 14px;
    letter-spacing: 0.35px;
    padding: 11px 16px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}
.bot-f span {
    display: block;
    max-width: 280px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
	font-size: 12px;
color: #555;
}
.ttrf {
    text-align: center;
}



@media screen and (max-width: 768px) {
.popup-container{
padding: 40px 20px 20px;	
}	
}