.widget-sticky-cta {
  position: fixed;
  width: 118px;
  height: 44px;
  right: 20px;
  bottom: 20px;
  font-size: 12px;
  font-family: "Grubhub-Sans-Bold";
  color: #FFFFFF;
  border-radius: 33px;
  display: table;
  cursor: pointer;
  line-height: 0.9;
  transition: right 0.125s;
  transition: background-color ease .3s;
  z-index: 99;
  /* Brand Styles */ }
  .widget-sticky-cta.hide {
    right: -116px; }
  .widget-sticky-cta > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  @media (min-width: 768px) {
    .widget-sticky-cta {
      width: 116px;
      height: 48px;
      font-size: 18px;
      border-radius: 48px; } }
  .widget-sticky-cta.module-grubhub {
    background-color: #0070EB; }
    .widget-sticky-cta.module-grubhub:hover {
      background-color: #0062cc; }
  .widget-sticky-cta.module-seamless {
    background-color: #339999; }
    .widget-sticky-cta.module-seamless:hover {
      background-color: #1E5C5C; }

#fixed-form .cta-box {
  background: #fff;
  width: calc(100% - 20px);
  max-width: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  overflow: hidden;
  padding: 30px 18px 26px; }
  #fixed-form .cta-box .submit {
    float: right; }
  #fixed-form .cta-box .input {
    overflow: hidden; }
  #fixed-form .cta-box input {
    height: 47px;
    border: 0;
    outline: none; }
  #fixed-form .cta-box input[type="email"] {
    border-radius: 4px 0 0 4px;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 0 0.6rem;
    width: 100%;
    font-size: .727rem; }
    #fixed-form .cta-box input[type="email"] ::-webkit-input-placeholder {
      color: #4D4D4D;
      opacity: 1.0;
      font-size: 14px; }
    #fixed-form .cta-box input[type="email"]::-moz-placeholder {
      color: #4D4D4D;
      opacity: 1.0;
      font-size: 14px; }
    #fixed-form .cta-box input[type="email"]:-ms-input-placeholder {
      color: #4D4D4D;
      opacity: 1.0;
      font-size: 14px; }
    #fixed-form .cta-box input[type="email"]:-moz-placeholder {
      color: #4D4D4D;
      opacity: 1.0;
      font-size: 14px; }
    #fixed-form .cta-box input[type="email"]:placeholder {
      color: #4D4D4D;
      opacity: 1.0;
      font-size: 14px; }
  #fixed-form .cta-box input[type="submit"] {
    background: #0070EB url("../../../../images/caret-right.svg") center center no-repeat;
    width: 61px;
    border-radius: 0 4px 4px 0;
    cursor: pointer; }
    #fixed-form .cta-box input[type="submit"]:hover {
      background-color: #0070eb; }
  #fixed-form .cta-box .sticker {
    position: absolute;
    bottom: calc(100% - 40px);
    width: 140px; }
  @media (min-width: 768px) {
    #fixed-form .cta-box input[type="email"] {
      font-size: .933rem; } }
#fixed-form .close:before, #fixed-form .close:after {
  background: #000 !important; }
@media (min-width: 768px) {
  #fixed-form .cta-box {
    padding: 80px 27px 34px; } }

.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, .overlay #fixed-form .close, #fixed-form .overlay .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    left: auto;
    background: transparent; }
    .overlay .close:before, .overlay #fixed-form .close:before, #fixed-form .overlay .close:before, .overlay .close:after, .overlay #fixed-form .close:after, #fixed-form .overlay .close:after {
      content: '';
      width: 18px;
      height: 3px;
      background: #fff;
      position: absolute;
      left: calc(50% - 9px);
      top: calc(50% - 1.5px);
      transform: rotate(45deg); }
    .overlay .close:after, .overlay #fixed-form .close:after, #fixed-form .overlay .close:after {
      transform: rotate(-45deg); }
  @media (min-width: 768px) {
    .overlay .close:before, .overlay #fixed-form .close:before, #fixed-form .overlay .close:before, .overlay .close:after, .overlay #fixed-form .close:after, #fixed-form .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: #000;
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden; }
#thanks .head {
  font-size: 34px;
  background: #3231AA;
  padding: 1.35rem 1rem 1rem;
  color: #fff; }
  #thanks .head img {
    width: 62px;
    margin-bottom: 20px; }
#thanks .body {
  padding: 1.5rem 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 */
