body {
  margin: 30px 40px;
  background: #0E9C5C;
  background-image: linear-gradient(to bottom right, #26A386 0%, #1EC656 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "adelle-sans",sans-serif; }

html {
  height: 100%;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.logo {
  height: 35px;
  width: 231px;
  position: absolute;
  z-index: 2; }

header {
  position: relative; }

nav {
  position: absolute;
  right: 0;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: right; }
  nav a {
    color: #a7f89f;
    text-decoration: none;
    padding-right: 20px; }
    nav a:last-child {
      padding-right: 0; }
    nav a:hover {
      color: #e9f9e7; }

.content {
  padding-top: 110px;
  max-width: 820px;
  margin: 0 auto; }
  .content h1 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    margin: 0;
    letter-spacing: 0.02em;
    cursor: default; }
  .content h2 {
    color: #a7f89f;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    margin: 0;
    cursor: default; }
  .content form {
    position: absolute;
    left: 50%;
    margin-top: 40px;
    margin-left: -315px;
    padding: 20px;
    border-radius: 10px;
    background: rgba(167,248,159,0.1); }
  .content input {
    padding: 20px;
    width: 350px;
    border: none;
    color: #414541;
    font-size: 16px;
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    .content input:focus {
      outline: 0; }
  .content button {
    background: #069552;
    color: #fff;
    letter-spacing: 0.03em;
    padding: 20px 30px;
    border: 1px solid rgba(3,128,69,0.5);
    margin-left: -5px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0px 1px 0 0px rgba(35,195,119,0.3);
    transition: background 0.15s ease-in-out; }
    .content button:hover {
      background: #007a41; }
    .content button:focus {
      outline: 0; }

footer {
  position: absolute;
  bottom: 30px;
  left: 40px;
  color: #9CE694;
  opacity: 0.6;
  font-size: 14px; }

  @media only screen and (max-height: 720px) {

    footer {
      display: none !important;
    }
  }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

nav.logged-in {
  margin-top: 0; }
  nav.logged-in a {
    display: inline-block;
    height: 48px;
    line-height: 48px; }
    nav.logged-in a.avatar {
      vertical-align: middle; }
      nav a.avatar img {
        border: 3px solid #fff;
        border-radius: 50%;
        height: 42px;
        width: 42px;
        background: #fff; }


.qs-neil {
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 20px 60px 30px;
  text-align: center;
  border: 3px solid rgba(167, 248, 159, 0.3);
  border-radius: 8px;
  transition: border 0.2s ease-in-out;
}

.qs-neil:hover {
  border: 3px solid rgba(167, 248, 159, 0.4);
}

.qs-neil img {
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin-top: -58px;
  vertical-align: top;
  border: 4px solid #fff;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

.qs-neil p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.01em;
  cursor: default;
  -webkit-font-smoothing: antialiased;
}

.qs-neil p small {
  display: inline-block;
  padding: 0 25px 0 20px;
  color: #a7f89f;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
  -webkit-font-smoothing: initial;
}

.qs-neil:hover p small  {
  opacity: 1;
}

.qs-neil p small .icon-check {
  padding: 10px 12px;
  display: inline-block;
  vertical-align: top;
  background: url(images/icon-check.svg) no-repeat;
}

.content .qs-neil form {
  position: relative;
  left: 0;
  margin-left: 0;
  margin-top: 10px;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  background: rgba(167,248,159,0.1);
}

@media only screen and (max-width: 850px) {

  .content {
    padding-top: 90px; }
    .qs-neil {
      padding: 30px; }
    .content p {
      font-size: 16px; }
    .content h2 {
      font-size: 22px;
      line-height: 1.5; }
    .content .qs-neil form {
      margin-left: 0;
      position: relative;
      left: 0;
      width: 100%;
      background: none;
      padding: 0; }
    .content input {
      width: 220px;
      padding: 15px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .content button {
      padding: 15px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .qs-neil p {
      font-size: 16px; }
    .qs-neil p small {
      padding: 0 20px;
      font-size: 13px; } }

@media only screen and (max-width: 820px) {
  nav {
    font-size: 14px; }
    nav a {
      padding-right: 10px; } }

@media only screen and (min-width: 740px) and (max-width: 850px) {
  .content h1 {
    font-size: 42px; } }

@media only screen and (max-width: 740px) {
  .logo {
    left: 50%;
    margin-left: -115px; }

  nav {
    position: relative;
    right: auto;
    text-align: center;
    padding-top: 40px;
    line-height: 2; }

  .content h1 {
    font-size: 34px; } }

@media only screen and (min-width: 601px) and (max-width: 740px) {
  .content {
    padding-top: 50px; } }

  @media only screen and (max-width: 600px) {
  body {
    margin: 20px; }

  .content {
    padding-top: 30px; }
    .qs-neil {
      padding: 30px; }
    .content p {
      font-size: 16px; }
    .content h1 {
      font-size: 30px; }
    .content h2 {
      font-size: 22px;
      line-height: 1.5; }
    .content .qs-neil form {
      margin-top: 0;
      margin-left: 0;
      position: relative;
      left: 0;
      width: 100%;
      background: none;
      padding: 0; }
    .content input {
      width: 100% !important;
      font-size: 13px;
      padding: 15px;
      display: block;
      border-radius: 4px;
      margin-bottom: 10px; }
    .content button {
      font-size: 13px;
      padding: 15px;
      border-radius: 4px;
      width: 100%;
      margin-left: 0; }
    .qs-neil p small {
      padding: 0;
      font-size: 12px; }

  footer {
    display: none !important; } }