.email-capture-prospect-service .field {
  background-color: #E2E3E4;
  border: none;
  font-size: 16px;
  height: 100%;
  padding: 10px 15px;
  width: 100%; }
.email-capture-prospect-service input[type="submit"] {
  border: none;
  color: white;
  font-family: "ScandiaGH-Bold", sans-serif;
  padding: 15px 30px;
  font-size: 16px;
  transition: all .3s;
  height: 100%; }
.email-capture-prospect-service.module-grubhub input[type="submit"] {
  background-color: #0070eb; }
  .email-capture-prospect-service.module-grubhub input[type="submit"]:hover {
    background-color: #0058b8; }
.email-capture-prospect-service.module-seamless input[type="submit"] {
  background-color: #0F8C92; }
  .email-capture-prospect-service.module-seamless input[type="submit"]:hover {
    background-color: #1e5c5c; }
.email-capture-prospect-service .form-fields {
  display: flex;
  flex-direction: row;
  width: 100%; }
  .email-capture-prospect-service .form-fields .field-container {
    margin: 0 5px; }
@media screen and (max-width: 600px) {
  .email-capture-prospect-service .form-fields {
    display: flex;
    flex-direction: column; }
  .email-capture-prospect-service .field {
    width: 100%;
    margin: 5px 0; }
  .email-capture-prospect-service input[type="submit"] {
    width: 100%;
    margin-top: 5px; } }

/*# sourceMappingURL=style.css.map */
