#popup-message-background {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  border: 1px solid #cecece;
  z-index: 610;
}

#popup-message-window {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  overflow: auto;
  background: #ffffff;
  z-index: 620;
  font-size: 13px;
  border-radius: 6px;
  padding: 32px 32px 42px 32px;
  box-shadow: 0 12px 27.26px 1.74px rgba(0,0,0,1);
}

#popup-message-window h1.popup-message-title {
  text-align: left;
  color: #6fa5fd;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px dotted #d3d3d3;
  padding-bottom: 2px;
  margin-bottom: 20px;
}

#popup-message-close {
  font-size: 24px;
  line-height: 20px;
  right: 12px;
  top: 8px;
  position: absolute;
  color: #00aced;
  font-weight: 700;
  display: block;
  cursor: pointer;
}

a#popup-message-close:hover,
a#popup-message-close:focus,
a#popup-message-close:active {
  color: #0095ee;
  text-decoration: none;
}

/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block. */
#mc_embed_signup {
  background:#fff;
  clear:left;
}

#mc_embed_signup {
  font-size: 18px;
}

#mc_embed_signup form {
  margin: 0 !important;
  padding: 0 !important;
}

#mc_embed_signup label {
  font-size: 26px !important;
  line-height: 1.2;
  padding-bottom: 0 !important;
  margin-bottom: 24px;
}

#mc_embed_signup p {
  line-height: 1.35;
  margin-bottom: 24px;
}

#mc_embed_signup .email-wrapper {
  display: table;
  width: 100% !important;
}

#mc_embed_signup .email-input-container {
  display: table-cell;
}

#mc_embed_signup .email-input-wrapper {
  padding-right: 1.2em;
}

#mc_embed_signup input {
  border-color: #e5e5e5 !important;
}

#mc_embed_signup input:focus {
  border-color:#999 !important;
}

#mc_embed_signup input::placeholder {
  color: #e5e5e5;
}

#mc_embed_signup .button-input-container {
  display: table-cell;
  width: 119px;
}

#mc_embed_signup input.email {
  color: #282828;
  font-family: "Source Sans Pro";
  font-size: 18px !important;
  height: 42px !important;
  width: 100% !important;
}

#mc_embed_signup .button-input-container {
  display: table-cell;
}

#mc_embed_signup input.button.button-link {
  font-size: 18px !important;
  width: auto;
  padding: 0 12px !important;
}

#mc_embed_signup .button {
  height: 42px !important;
  line-height: 42px !important;
}