/* Gravity Forms */
.gform_required_legend {
  display: none;
}

/* New User Activation Page */
.page-id-6 #content.widecolumn {
  max-width: 780px;
  margin: 0 auto;
  padding: 4rem 2rem;
  border-radius: 4px;
}

/* Footer Form */
#footer-widgets .footer-widget:last-of-type {
  padding: 2.7rem 1.5rem 1.5rem;
}

.footer-widget .gform_wrapper input[type=submit] {
  color: #fff;
  font-weight: bold;
  line-height: 1.1 !important;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 14px 62px !important;
  background-color: #1493CC;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}/*# sourceMappingURL=main.css.map */