.site-footer form {
  position: relative;
}

.site-footer .gform_wrapper .gform_fields {
  display: block;
  position: relative;
}

.site-footer .gform_wrapper .gfield {
  width: 100%;
}

.site-footer .gform_wrapper .gfield--type-submit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto !important;
  margin: 0;
}

.site-footer .gform_wrapper .gfield--type-submit input {
  font-size: 0;
  border: 0;
  background: transparent !important;
}

.site-footer .gform_wrapper .icon-arrow-right:before {
  position: absolute;
  bottom: 0;
  margin-bottom: 16px;
  right: 15px;
  color: #294052;
  font-size: 18px;
  pointer-events: none;
}

.site-footer .gform_wrapper .gfield input[type="text"],
.site-footer .gform_wrapper .gfield input[type="email"] {
  width: 100%;
  background: #7c91a4;
  border-radius: 3px;
  color: #294051;
  height: 50px;
  padding: 0 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.single-exhibit .footer-links,
.single-exhibit .social-links {
  display: none !important;
}

.single-exhibit .newsletter-signup {
  max-width: 350px;
}

.single-exhibit .site-footer > .container > div {
  justify-content: space-between;
}