.emma-srt-hide {
  clip: rect(1px, 1px, 1px, 1px);
    height: 0px;
    width: 0px;
    overflow: hidden;
    position: absolute !important;
}
#emma_form {
  width:100%;
  max-width:50rem;
}
#emma_form label p {
  margin-bottom:0.8rem;
}
#emma_form input {
  width:100%;
  margin-bottom:2rem;
  background-color:#fff;
}
#emma_form input[type="submit"] {
  display:table;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:2rem;
  background-color:#1e3560;
  color:#fff;
}
#emma_form_msg {
  width:100%;
  padding:2rem;
  background-color:#ccc;
  text-align:center;
}
.grecaptcha-badge { visibility: hidden; }
#recaptcha-policy {
  font-size:85%;
  color:#999;
  text-align:center;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.required-statement {
  font-size:85%;
  color:#999;
  text-align:right;
  margin-bottom:0;
  line-height:1.2rem;
}
.emma-required {
  color:#e85c41;
  font-size:150%;
  font-weight:normal;
  position:relative;
  top:5px;
}
/* Accordion Styles */
.accordion-form h3, .accordion-form h3 button {
  display:block;
  max-height:3rem;
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
}
.accordion-form h3 button {
  padding-top:0.5rem;
  text-decoration: none;
}
.accordion-form h3 button:hover {
  text-decoration: none;
  outline:1px solid #ffffff;
}
.accordion-form #accordion-panel {
  padding:1rem 0 0 0;
}
.footer-emma-form .accordion-form section#accordion-panel {
  display:none;
}