/* Generated by less 2.5.1 */
html,
body {
  background: #f4f4f4;
  color: #505050;
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  margin: 0;
}
body {
  display: -ms-flexbox;
  -ms-box-orient: horizontal;
  display: -js-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
}
h2,
p {
  margin: 0;
}
h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 42px;
  margin-bottom: 15px;
}
p {
  font-size: 14px;
  line-height: 24px;
}
p + h2 {
  margin-top: 45px;
}
img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 50%;
}
img + h2 {
  margin-top: 45px;
}
a {
  color: #004489;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: underline;
}
#page {
  background: #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 600px;
  padding: 60px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 479px) {
  img {
    width: 75%;
  }
  img + h2 {
    margin-top: 30px;
  }
  p + h2 {
    margin-top: 20px;
  }
  #page {
    padding: 30px;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
