/* 
  Spark Digital redirect page stylesheet 
  © Spark Digital 2014
*/

html {
  height: 100%;
  background:                         #f3f1f6;
  background: -moz-linear-gradient(   bottom, #f3f1f6 0%, #ffffff 100%);
  background: -webkit-gradient(       linear, left bottom, left top, color-stop( 0%, #f3f1f6 ), color-stop( 100%, #ffffff ) );
  background: -webkit-linear-gradient(bottom, #f3f1f6 0%, #ffffff 100%);
  background: -o-linear-gradient(     bottom, #f3f1f6 0%, #ffffff 100%);
  background: -ms-linear-gradient(    bottom, #f3f1f6 0%, #ffffff 100%);
  background: linear-gradient(        to top, #f3f1f6 0%, #ffffff 100%);
}
body {
  color: #53565a;
  font-family: "myriad-pro", sans-serif;
  font-weight: 100;
}
div#redirect_bar {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #c8c9ca;
}
div#redirect_bar div {
  width: 0;
  height: 2px;
  background: #5f259f;
}
div.redirect {
  width: 480px;
  text-align: center;
  margin: 130px auto;
}
div.redirect h1 {
  font-size: 38px;
  line-height: 54px;
  margin: 0;
}
div.redirect p {
  font-size: 28px;
  line-height: 44px;
  margin: 0;
}
div.redirect h1 {
  font-weight: 100;
  margin-bottom: 45px;
}
div.redirect hr {
  border: 0 none;
  height: 1px;
  background: #c8c9ca;
  margin: 45px 0 20px;
}
div.redirect p a {
  color: #0095c8;
  text-decoration: none;
}
div.redirect p a:hover {
  color: #5f259f;
}

@media only screen and (max-width: 700px) {
  div.redirect {
    width: 90%;
    text-align: left;
    margin-top: 45px;
    margin-bottom: 0;
  }
  div.redirect h1 {
    width: 76%;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  div.redirect img {
    width: 98%;
  }
  div.redirect hr { 
    margin: 30px 0 10px;
  }
  div.redirect p {
    font-size: 17px;
    line-height: 24px;
  }
}