@media (min-width: 32em) {
  .modal-box { width: 70%; }
}

#pfcf-popup {
  display: none;
  position:fixed;
  top: 50%;
  left: 50%;
  z-index: 999999999;
  background: white;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

#pfcf-popup .modal-body {
    padding: 4em 1.5em;
    text-align: center;
}

#pfcf-popup  .modal-body h1,
#pfcf-popup  .modal-body h2,
#pfcf-popup  .modal-body h3,
#pfcf-popup  .modal-body h4,
#pfcf-popup  .modal-body h5,
#pfcf-popup  .modal-body h6,
#pfcf-popup  .modal-body p,
#pfcf-popup  .modal-body a {
	color: inherit;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
}

#pfcf-popup  a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: inherit;
}

#pfcf-popup  a.close:hover {
  color: #ffffff;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}