@font-face {
    /* Fontsempire.com */
    font-family: 'geomanistregular';
    src: url('/fonts/geomanist-regular-webfont.eot');
    src: url('/fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/geomanist-regular-webfont.woff2') format('woff2'),
         url('/fonts/geomanist-regular-webfont.woff') format('woff'),
         url('/fonts/geomanist-regular-webfont.ttf') format('truetype'),
         url('/fonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: geomanistregular, Helvetica Neue, Arial, sans serif;
  color: #777;
  font-size: 18px;
}

a:link, a:hover, a:visited {
    color: #368CE5;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.logo {
    text-align: center;
    margin: 20px 0px;
}

.footer {
    text-align: center;
    font-size: 0.8em;
    margin-top: 30px;
}

.egln form {
    background-image: url( '/images/earthgrid-logo-220w-faded.png' );
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.egln .wizard {
  max-width: 700px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.egln .wizard .wizard-step,
.egln .wizard .wizard-step.hidden {
  display: none;
}

.egln .wizard .wizard-step {
  display: block;
}


.egln .wizard .loading-screen {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba( 255, 255, 255, 0.9 );
  color: #000;
  display: table;
  text-shadow: 0px 1px 2px #ccc;
}

.egln .wizard .loading-screen.hidden {
  display: none;
}

.egln .wizard .loading-screen-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #000;
}

.egln .wizard input.error,
.egln .wizard textarea.error {
  border: 1px solid #cc0000;
}

.egln .wizard .error-message {
  color: #ffffff;
  padding: 8px 5px;
  border-radius: 5px;
  background-color: rgba( 255, 0, 0, 0.5 );
  margin-bottom: 10px;
}

.egln .wizard .wizard-step {
  padding: 20px;
}

.egln .wizard .wizard-step label {
  display: block;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #2D87E4;
  font-size: 1.0em;
}

.egln .wizard .wizard-step small {
    color: #999;
}

.egln .wizard .wizard-step label[for=agreement] {
    color: #999;
    font-size: 0.8em;
}

.egln .wizard .wizard-step input[type=text],
.egln .wizard .wizard-step input[type=email],
.egln .wizard .wizard-step textarea {
  width: 100%;
  height: 34px;
  border: 1px solid #D0E1F5;
  font-size: 0.8em;
  padding: 3px;
  box-sizing: border-box;
  font-family: geomanistregular, Helvetica Neue, Arial, Verdana;
}

.egln .wizard .wizard-step textarea {
  height: 50px;
}

.egln .wizard .step-url {
    min-height: 400px;
    margin-top: 0px;
    padding-top: 10px;
}

.egln .wizard .step-url h5 {
    margin: 10px 0px 30px 0px;
    padding: 0;
    text-align: center;
    font-style: italic;
}

.egln .wizard .step-url label {
    font-size: 2.2em;
    margin-bottom: 10px;
    text-align: center;
}

.egln .wizard .step-url .fields {
    display: table;
}

.egln .wizard .step-url .url-field {
    display: table-cell;
    width: 80%;
    vertical-align: top;
}

.egln .wizard .step-url .submit-buttons {
    display: table-cell;
    width: 20%;
    vertical-align: top;
}

.egln .wizard .step-url .about {
    display: block;
    padding-top: 40px;
}

.egln .wizard .step-url .about a {
    display: block;
    text-align: center;
}

.egln .wizard .step-url .about a.hidden {
    display: none;
}

.egln .wizard .step-url #about-details {
    margin-top: 10px;
    display: block;
    border: 1px solid #D0E1F5;
    box-shadow: 0px 10px 40px #eee;
    padding: 15px 30px;
}

.egln .wizard .step-url #about-details.hidden {
    display: none;
}

.egln .wizard .step-url #about-details h2,
.egln .wizard .step-thank-you h2,
.egln .wizard .step-confirm-init h2,
.egln .wizard .step-confirm-success h2,
.egln .wizard .step-confirm-failure h2 {
    text-align: center;
}

.egln .wizard .wizard-step input[name=url] {
    font-size: 1.3em;
    height: 43px;
}

.egln .wizard .submit-buttons {
  display: table;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.egln .wizard input.next, .button, a.button {
  font-weight: bold;
  padding: 10px 50px;
  border: 1px solid #D0E1F5;
  background-color: #D0E1F5;
  text-shadow: 0px 1px 3px #ccc;
  font-size: 1.0em;
  color: #555;
  text-decoration: none;
}

.egln .wizard input.prev {
    font-weight: bold;
    border: 1px solid #D0E1F5;
    background-color: #D0E1F5;
    text-shadow: 0px 1px 3px #ccc;
    font-size: 1.0em;
    padding: 10px 10px;
}

.egln .wizard .wizard-step.step-url input.prev {
    display: none;
}

.egln .wizard .wizard-step input.next {
  float: right;
}

.egln .wizard .wizard-step input.prev {
  float: left;
}

.egln .wizard .hidden {
  display: none;
}

.egln .wizard .step-email .compound-email {
  display: table;
  width: 100%;
}

.egln .wizard .step-email .compound-email .email-prefix {
  display: table-cell;
  width: 30%;
  text-align: left;
}

.egln .wizard .step-email .compound-email .email-prefix input,
.egln .wizard .step-email .compound-email .email-suffix input {
    width: 100%;
    box-sizing: border-box;;
}

.egln .wizard .step-email .compound-email .at {
    display: table-cell;
    width: 5%;
    text-align: center;
}

.egln .wizard .step-email .compound-email .email-suffix {
  display: table-cell;
  text-align: right;
  width: 65%;
}

.egln .wizard .step-email input[name=email_prefix] {
  width: 96%;
  text-align: right;
  padding-right: 3px;
}

.egln .wizard .step-email input[name=email_suffix] {
  width: 96%;
  background-color: #ffffff;
}


@media (max-width: 640px) {
  .egln .wizard .wizard-step input.prev,
  .egln .wizard .wizard-step input.next {
    padding: 10px 40px;
  }

  .egln .wizard .step-url label {
      font-size: 1.5em;
  }

  .egln .wizard .step-url .fields {
      display: block;
  }

  .egln .wizard .step-url .url-field {
      display: block;
      width: auto;
  }

  .egln .wizard .submit-buttons {
      text-align: center;
      width: auto;
  }

  .egln .wizard .submit-buttons input[type=button] {
      margin: 0px 5px;
  }

  .egln .wizard .step-url .submit-buttons {
      display: block;
      width: auto;
      float: none;
      margin-top: 5px;
      margin-bottom: 30px;
      text-align: center;
  }

  .egln .wizard .wizard-step input.next {
      float: none;
  }

  .egln .wizard .step-url .submit-buttons input[type=button] {
      width: 100%;
  }

  .egln .wizard .step-url #about-details input[type=button] {
      font-size: 0.8em;
      font-weight: normal;
  }
}

@media (max-width: 320px) {
    .egln .wizard .wizard-step input.next {
        font-size: 0.8em;
        font-weight: normal;
    }
}
