.widget-hero-split {
  padding: 0;
  background: #FFFFFF;
  overflow-x: hidden;
  /* Brand Styles */ }
  .widget-hero-split .left {
    padding-top: 40vh;
    background: url("../../../../images/hero.jpg") left center/cover no-repeat; }
    .widget-hero-split .left.image-contained {
      margin-top: 30px; }
      @media (min-width: 768px) {
        .widget-hero-split .left.image-contained {
          background-size: auto !important; } }
    .widget-hero-split .left .sticker {
      position: absolute;
      bottom: -30px;
      right: 10%;
      width: 100px;
      z-index: 9; }
  .widget-hero-split .logo {
    position: absolute;
    left: 30px;
    top: 15px;
    width: 140px; }
  @media (min-width: 768px) {
    .widget-hero-split .left {
      padding-top: 50%; }
    .widget-hero-split .logo {
      width: 233px;
      left: 68px;
      top: 30px; } }
  @media (min-width: 992px) {
    .widget-hero-split .left {
      padding-top: 53.333%; }
      .widget-hero-split .left .sticker {
        right: -80px;
        width: 160px;
        top: 10%; } }
  @media (min-width: 1200px) {
    .widget-hero-split .left .sticker {
      top: 20%; } }
  .widget-hero-split .cta-box {
    background: #FFFFFF;
    padding: 15px; }
    @media (min-width: 768px) {
      .widget-hero-split .cta-box {
        max-width: 80%;
        margin: 0 auto; } }
    .widget-hero-split .cta-box .submit {
      float: right; }
    .widget-hero-split .cta-box .input {
      overflow: hidden; }
    .widget-hero-split .cta-box input {
      height: 50px;
      border: 0;
      outline: none; }
    .widget-hero-split .cta-box input[type="email"], .widget-hero-split .cta-box input[type="tel"], .widget-hero-split .cta-box input[type="text"] {
      border-radius: 4px 0 0 4px;
      background-color: rgba(0, 0, 0, 0.08);
      padding: 0 0.6rem;
      width: 100%;
      font-size: .727rem; }
      .widget-hero-split .cta-box input[type="email"] ::-webkit-input-placeholder, .widget-hero-split .cta-box input[type="tel"] ::-webkit-input-placeholder, .widget-hero-split .cta-box input[type="text"] ::-webkit-input-placeholder {
        color: #4A4A4A;
        opacity: 1.0;
        font-size: 14px; }
      .widget-hero-split .cta-box input[type="email"]::-moz-placeholder, .widget-hero-split .cta-box input[type="tel"]::-moz-placeholder, .widget-hero-split .cta-box input[type="text"]::-moz-placeholder {
        color: #4A4A4A;
        opacity: 1.0;
        font-size: 14px; }
      .widget-hero-split .cta-box input[type="email"]:-ms-input-placeholder, .widget-hero-split .cta-box input[type="tel"]:-ms-input-placeholder, .widget-hero-split .cta-box input[type="text"]:-ms-input-placeholder {
        color: #4A4A4A;
        opacity: 1.0;
        font-size: 14px; }
      .widget-hero-split .cta-box input[type="email"]:-moz-placeholder, .widget-hero-split .cta-box input[type="tel"]:-moz-placeholder, .widget-hero-split .cta-box input[type="text"]:-moz-placeholder {
        color: #4A4A4A;
        opacity: 1.0;
        font-size: 14px; }
      .widget-hero-split .cta-box input[type="email"]:placeholder, .widget-hero-split .cta-box input[type="tel"]:placeholder, .widget-hero-split .cta-box input[type="text"]:placeholder {
        color: #4A4A4A;
        opacity: 1.0;
        font-size: 14px; }
    .widget-hero-split .cta-box input[type="submit"] {
      width: 61px;
      border-radius: 0 4px 4px 0;
      cursor: pointer; }
    .widget-hero-split .cta-box .btn {
      padding: 10px 30px;
      font-size: 16px;
      text-align: center;
      border-radius: 3px;
      transition: all 0.3s;
      font-family: "Grubhub-Sans-Bold", Arial, Helvetica, san-serif;
      margin-bottom: 15px;
      display: block; }
      @media (min-width: 768px) {
        .widget-hero-split .cta-box .btn {
          margin-bottom: 0;
          display: inline; } }
      .widget-hero-split .cta-box .btn.btn-primary {
        color: #FFFFFF; }
      .widget-hero-split .cta-box .btn.btn-secondary {
        background: transparent; }
        @media (min-width: 768px) {
          .widget-hero-split .cta-box .btn.btn-secondary {
            margin-left: 10px; } }
    .widget-hero-split .cta-box .email-zip input[type="email"] {
      margin-bottom: 20px; }
    .widget-hero-split .cta-box .email-zip input[type="text"] {
      width: 50%;
      margin-bottom: 20px; }
    .widget-hero-split .cta-box .email-zip .submit {
      float: none; }
      .widget-hero-split .cta-box .email-zip .submit input[type="submit"] {
        background: #0070EB;
        color: #FFFFFF;
        border-radius: 4px;
        font-family: 'GrubhubSans-bold', Arial, sans-serif;
        font-size: 0.9rem;
        cursor: pointer;
        width: 50%;
        transition: background-color ease .3s; }
        .widget-hero-split .cta-box .email-zip .submit input[type="submit"]:hover {
          background: #0062cc; }
    .widget-hero-split .cta-box .legal {
      display: block;
      padding-top: 15px;
      color: #CACACA; }
    @media (min-width: 768px) {
      .widget-hero-split .cta-box input[type="email"], .widget-hero-split .cta-box input[type="text"] {
        font-size: .933rem; } }
    @media (min-width: 576px) {
      .widget-hero-split .cta-box {
        padding: 45px 16px 45px 66px; }
        .widget-hero-split .cta-box form {
          max-width: 50%; }
        .widget-hero-split .cta-box .sticker {
          width: 224px;
          left: 75%;
          right: auto;
          bottom: 50%;
          transform: translateX(-50%); } }
    @media (min-width: 768px) {
      .widget-hero-split .cta-box {
        position: static; }
        .widget-hero-split .cta-box h1 {
          display: inline-block;
          margin-bottom: 20px; }
          .widget-hero-split .cta-box h1.size-xsmall {
            font-size: 1.4rem;
            line-height: 1em; }
          .widget-hero-split .cta-box h1.size-small {
            font-size: 1.8rem;
            line-height: 1em; }
          .widget-hero-split .cta-box h1.size-normal {
            font-size: 2.3rem;
            line-height: 1em; }
          .widget-hero-split .cta-box h1.size-large {
            font-size: 2.8rem;
            line-height: 1em; } }
    @media (min-width: 992px) {
      .widget-hero-split .cta-box {
        display: inline-block; }
        .widget-hero-split .cta-box form {
          max-width: none; }
        .widget-hero-split .cta-box h1 {
          display: inline-block;
          margin-bottom: 20px; }
          .widget-hero-split .cta-box h1.size-xsmall {
            font-size: 1.5rem;
            line-height: 1em; }
          .widget-hero-split .cta-box h1.size-small {
            font-size: 2.0rem;
            line-height: 1em; }
          .widget-hero-split .cta-box h1.size-normal {
            font-size: 2.5rem;
            line-height: 1em; }
          .widget-hero-split .cta-box h1.size-large {
            font-size: 3.0rem;
            line-height: 1em; } }
  .widget-hero-split.module-grubhub .btn-primary {
    background: #0070EB;
    border: 2px solid #0070EB; }
    .widget-hero-split.module-grubhub .btn-primary:hover {
      background: #0062cc;
      border-color: #0062cc; }
  .widget-hero-split.module-grubhub .btn-secondary {
    border: 2px solid #0070EB;
    color: #0070EB; }
    .widget-hero-split.module-grubhub .btn-secondary:hover {
      color: #0062cc;
      border-color: #0062cc; }
  .widget-hero-split.module-grubhub input[type="submit"] {
    background: #0070EB url("../../../../images/caret-right.svg") center center no-repeat; }
    .widget-hero-split.module-grubhub input[type="submit"]:hover {
      background-color: #0062cc; }
  .widget-hero-split.module-seamless .btn-primary {
    background: #339999;
    border: 2px solid #339999; }
    .widget-hero-split.module-seamless .btn-primary:hover {
      background: #1E5C5C;
      border-color: #1E5C5C; }
  .widget-hero-split.module-seamless .btn-secondary {
    border: 2px solid #339999;
    color: #339999; }
    .widget-hero-split.module-seamless .btn-secondary:hover {
      color: #1E5C5C;
      border-color: #1E5C5C; }
  .widget-hero-split.module-seamless input[type="submit"] {
    background: #339999 url("../../../../images/caret-right.svg") center center no-repeat; }
    .widget-hero-split.module-seamless input[type="submit"]:hover {
      background-color: #1E5C5C; }

.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000; }
  .overlay.hide {
    opacity: 0;
    visibility: hidden; }
  .overlay .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    left: auto;
    background: transparent; }
    .overlay .close:before, .overlay .close:after {
      content: '';
      width: 18px;
      height: 3px;
      background: #FFFFFF;
      position: absolute;
      left: calc(50% - 9px);
      top: calc(50% - 1.5px);
      transform: rotate(45deg); }
    .overlay .close:after {
      transform: rotate(-45deg); }
  @media (min-width: 768px) {
    .overlay .close:before, .overlay .close:after {
      width: 20px;
      height: 4px;
      left: calc(50% - 10px);
      top: calc(50% - 2px); } }

#thanks .content {
  width: calc(100% - 20px);
  max-width: 388px;
  position: fixed;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-family: "Grubhub-Sans-Bold";
  color: #000000;
  font-size: 16px;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden; }
#thanks .body {
  padding: 1.5rem 0; }
#thanks.overlay-grubhub .head {
  font-size: 34px;
  background: #3231AA;
  padding: 1.35rem 1rem 1rem;
  color: #FFFFFF; }
  #thanks.overlay-grubhub .head img {
    width: 62px;
    margin-bottom: 20px; }
#thanks.overlay-seamless .head {
  background: #339999;
  padding: 0; }
  #thanks.overlay-seamless .head img {
    width: 100%;
    margin: 0; }
@media (min-width: 768px) {
  #thanks .content {
    font-size: 20px; }
  #thanks .head {
    font-size: 43px; }
    #thanks .head .img {
      width: 81px;
      margin-bottom: 26px; } }

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