.email-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8); }
  .email-popup-overlay .email-icon {
    background-image: url(http://fissionstrategy.com/resource/img/mail-icon.png);
    position: relative;
    width: 36px;
    height: 25px;
    background-size: 36px 25px;
    margin: 15px auto 0 auto; }
    @media screen and (min-width: 420px) {
      .email-popup-overlay .email-icon {
        width: 54px;
        height: 43px;
        background-size: 54px 43px;
        margin: 40px auto 0 auto; } }
    @media screen and (min-width: 600px) {
      .email-popup-overlay .email-icon {
        margin: 50px auto 0 auto; } }
  .email-popup-overlay * {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    outline: none; }
  .email-popup-overlay .form-container {
    position: relative;
    margin: 0 auto 0 auto;
    background-color: #8dc63f;
    z-index: 1;
    top: -600px;
    padding: 15px 50px 15px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 300px;
    height: 300px;
    margin-top: -150px;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    @media screen and (min-width: 420px) {
      .email-popup-overlay .form-container {
        width: 400px;
        height: 400px;
        margin-top: -200px; } }
    @media screen and (min-width: 600px) {
      .email-popup-overlay .form-container {
        width: 550px;
        height: 550px;
        margin-top: -275px;
        padding: 15px 50px 15px 50px; } }
    .email-popup-overlay .form-container h3 {
      -moz-transition: all, 0.2s, ease-in-out;
      -o-transition: all, 0.2s, ease-in-out;
      -webkit-transition: all, 0.2s, ease-in-out;
      transition: all, 0.2s, ease-in-out;
      color: white;
      text-align: center;
      font-weight: 200;
      margin-top: 10px;
      font-size: 20px;
      line-height: 24px; }
      @media screen and (min-width: 420px) {
        .email-popup-overlay .form-container h3 {
          margin-top: 10px;
          font-size: 24px;
          line-height: 30px; } }
      @media screen and (min-width: 600px) {
        .email-popup-overlay .form-container h3 {
          margin-top: 15px;
          font-size: 42px;
          line-height: 50px; } }
    .email-popup-overlay .form-container p {
      -moz-transition: all, 0.2s, ease-in-out;
      -o-transition: all, 0.2s, ease-in-out;
      -webkit-transition: all, 0.2s, ease-in-out;
      transition: all, 0.2s, ease-in-out;
      font-size: 16px;
      color: white;
      line-height: 22px;
      text-align: center;
      font-weight: 300;
      display: none;
      letter-spacing: 1px;
      margin-bottom: 15px; }
      @media screen and (min-width: 420px) {
        .email-popup-overlay .form-container p {
          display: block; } }
      @media screen and (min-width: 600px) {
        .email-popup-overlay .form-container p {
          font-size: 18px;
          line-height: 26px; } }
    .email-popup-overlay .form-container input[type="text"] {
      -moz-transition: all, 0.2s, ease-in-out;
      -o-transition: all, 0.2s, ease-in-out;
      -webkit-transition: all, 0.2s, ease-in-out;
      transition: all, 0.2s, ease-in-out;
      background-color: white;
      text-align: center;
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      margin: 10px auto 0 auto;
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      width: 200px;
      padding: 10px 10px 10px 10px;
      font-size: 12px; }
      @media screen and (min-width: 420px) {
        .email-popup-overlay .form-container input[type="text"] {
          width: 240px;
          padding: 15px 10px 15px 10px;
          font-size: 14px; } }
      @media screen and (min-width: 600px) {
        .email-popup-overlay .form-container input[type="text"] {
          width: 280px;
          padding: 15px 10px 15px 10px;
          font-size: 18px; } }
      .email-popup-overlay .form-container input[type="text"]:focus {
        background-color: whitesmoke; }

    .email-popup-overlay .form-container button:hover {
      background-color: white;
      color: #8dc63f;
    }
    .email-popup-overlay .form-container button {
      -webkit-appearance: none;
      position: relative;
      display: block;
      color: white;
      background-color: transparent;
      border: 2px solid white;
      margin: 10px auto 0 auto;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-touch-callout: none;
      width: 200px;
      padding: 10px 10px 10px 10px;
      font-size: 12px;
      -moz-transition: all, 0.2s, ease-in-out;
      -o-transition: all, 0.2s, ease-in-out;
      -webkit-transition: all, 0.2s, ease-in-out;
      transition: all, 0.2s, ease-in-out; }
      @media screen and (min-width: 420px) {
        .email-popup-overlay .form-container button {
          width: 240px;
          padding: 15px 10px 15px 10px;
          font-size: 14px; } }
      @media screen and (min-width: 600px) {
        .email-popup-overlay .form-container button {
          width: 280px;
          padding: 15px 10px 15px 10px;
          font-size: 18px; } }
      .email-popup-overlay .form-container button:active {
        background-color: white;
        color: #8dc63f; }
  .email-popup-overlay .close-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    cursor: pointer; }
  .email-popup-overlay .close-button {
    position: absolute;
    bottom: 20px;
    color: #646464;
    font-weight: 200;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 17px; }
    @media screen and (min-width: 420px) {
      .email-popup-overlay .close-button {
        bottom: 25px; } }
    @media screen and (min-width: 600px) {
      .email-popup-overlay .close-button {
        bottom: 55px; } }
    .email-popup-overlay .close-button > span {
      -moz-transition: all, 0.2s, ease-in-out;
      -o-transition: all, 0.2s, ease-in-out;
      -webkit-transition: all, 0.2s, ease-in-out;
      transition: all, 0.2s, ease-in-out;
      cursor: pointer; }
      .email-popup-overlay .close-button > span:hover {
        opacity: 0.7; }
  .email-popup-overlay .error-message {
    color: white;
    font-size: 14px;
    text-align: center;
    top: 15px;
    opacity: 0;
    position: relative; }