html {
  background-color: #3b444e;
}

#main {
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1025px) {
  #main {
    background: 0 0;
  }
}

#main .logo {
  height: auto;
  width: 143px;
}

@media screen and (min-width: 768px) {
  #main .logo {
    width: 170px;
  }
}

#main .content {
  height: 100%;
  margin: 0 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  #main .content {
    margin: 0 40px;
  }
}

#main .inner-content {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #main .inner-content {
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

#main .title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, .15);
}

@media screen and (min-width: 768px) {
  #main .title {
    font-size: 1.7333333333rem;
    padding-left: 3%;
    padding-right: 15%;
  }
}

@media screen and (min-width: 1025px) {
  #main .title {
    font-size: 1.9333333333rem;
  }
}

#main .title .reason {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: initial;
  padding-bottom: 5px;
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  #main .title .reason {
    font-size: 1.7333333333rem;
  }
}

@media screen and (min-width: 1025px) {
  #main .title .reason {
    font-size: 1.9333333333rem;
  }
}

#main #back-to-homepage {
  margin: 0;
  max-width: 290px;
}

@media screen and (min-width: 768px) {
  #main #back-to-homepage {
    max-width: 187px;
  }
}

#main #back-to-homepage::before {
  background-position: -1110px 0;
  content: '';
  display: inline-block;
  height: 11px;
  margin-right: 15px;
  overflow: hidden;
  text-indent: -999em;
  vertical-align: middle;
  width: 7px;
}

#main #back-to-homepage::before.text-right {
  text-indent: 999em;
}

.svg #main #back-to-homepage::before {
  background-image: url(/resources/images/reedstrap/icon-sprite-1519039691245.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 1230px 1230px;
  background-size: 1230px 1230px;
}

#main .footer-text {
  bottom: 0;
  color: #fff;
  font-size: 70%;
  height: 20px;
  left: 0;
  padding: 0 15px 6px;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main .footer-text {
    background: 0 0;
    bottom: 15px;
    height: auto;
    left: auto;
    padding: 0;
    right: 15px;
    text-align: right;
  }
}
