/********************************************************************************/
.module-text-me-the-app {
  background: #ffffff;
  padding-top: 30px;
  margin-bottom: 0;
  /* Brand Styles */ }
  @media (min-width: 768px) {
    .module-text-me-the-app {
      padding-top: 60px; } }
  .module-text-me-the-app .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 576px) {
      .module-text-me-the-app .container {
        flex-direction: row; } }
  .module-text-me-the-app .image-content {
    flex-grow: 1;
    margin-top: 30px;
    text-align: center; }
    .module-text-me-the-app .image-content img {
      width: 229px; }
    @media (min-width: 768px) {
      .module-text-me-the-app .image-content {
        align-self: flex-end;
        margin-top: 0;
        width: auto; } }
  .module-text-me-the-app .cta-content {
    flex-grow: 1;
    text-align: center; }
    .module-text-me-the-app .cta-content h2 {
      font-size: 28px; }
    .module-text-me-the-app .cta-content p {
      font-size: 20px; }
    .module-text-me-the-app .cta-content .btn-primary {
      font-family: "GrubhubSans-bold", Arial, sans-serif !important; }
    @media (min-width: 768px) {
      .module-text-me-the-app .cta-content {
        margin-right: 100px;
        text-align: left; }
        .module-text-me-the-app .cta-content h2 {
          font-size: 43px; } }
  .module-text-me-the-app .widget-text-me-the-app-form {
    display: none; }
    @media (min-width: 768px) {
      .module-text-me-the-app .widget-text-me-the-app-form {
        display: block; } }
    .module-text-me-the-app .widget-text-me-the-app-form .inputs {
      display: flex;
      flex-direction: row; }
    .module-text-me-the-app .widget-text-me-the-app-form .input {
      flex-grow: 1;
      max-width: 300px; }
    .module-text-me-the-app .widget-text-me-the-app-form input {
      border: 0;
      height: 50px;
      outline: none; }
    .module-text-me-the-app .widget-text-me-the-app-form input[type="tel"] {
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.08);
      font-size: 0.727rem;
      padding: 0 0.6rem;
      width: 100%; }
      .module-text-me-the-app .widget-text-me-the-app-form input[type="tel"] ::-webkit-input-placeholder {
        color: #4A4A4A;
        opacity: 1;
        font-size: 14px; }
      .module-text-me-the-app .widget-text-me-the-app-form input[type="tel"]::-moz-placeholder {
        color: #4A4A4A;
        opacity: 1;
        font-size: 14px; }
      .module-text-me-the-app .widget-text-me-the-app-form input[type="tel"]:-ms-input-placeholder {
        color: #4A4A4A;
        opacity: 1;
        font-size: 14px; }
      .module-text-me-the-app .widget-text-me-the-app-form input[type="tel"]:-moz-placeholder {
        color: #4A4A4A;
        opacity: 1;
        font-size: 14px; }
      .module-text-me-the-app .widget-text-me-the-app-form input[type="tel"]:placeholder {
        color: #4A4A4A;
        opacity: 1;
        font-size: 14px; }
    .module-text-me-the-app .widget-text-me-the-app-form input[type="submit"] {
      background-color: #007aff;
      border-radius: 4px;
      color: #ffffff;
      cursor: pointer;
      font-family: "GrubhubSans-bold", Arial, sans-serif;
      margin-left: 10px; }
  @media (min-width: 768px) {
    .module-text-me-the-app .cta {
      display: none; } }
  .module-text-me-the-app.module-grubhub input[type="submit"] {
    background: #0070EB; }
    .module-text-me-the-app.module-grubhub input[type="submit"]:hover {
      background-color: #0062cc; }
  .module-text-me-the-app.module-grubhub .btn-primary {
    background: #0070EB;
    border: 2px solid #0070EB; }
    .module-text-me-the-app.module-grubhub .btn-primary:hover {
      background: #0062cc;
      border-color: #0062cc; }
  .module-text-me-the-app.module-seamless .btn-primary {
    background: #339999;
    border: 2px solid #339999; }
    .module-text-me-the-app.module-seamless .btn-primary:hover {
      background: #1E5C5C;
      border-color: #1E5C5C; }
  .module-text-me-the-app.module-seamless input[type="submit"] {
    background: #339999; }
    .module-text-me-the-app.module-seamless input[type="submit"]:hover {
      background-color: #1E5C5C; }

/********************************************************************************/

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