@import url(http://fonts.googleapis.com/css?family=PT+Sans|Oswald|PT+Mono);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::selection {
  background: #f4185e; }

::-moz-selection {
  background: #f4185e; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

body {
  -webkit-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 1.5em 0;
  margin: 1.5em;
  background-color: #f3f1ea;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif; }

.content {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
  color: #231f20; }
  .content:before, .content:after {
    content: " ";
    display: table; }
  .content:after {
    clear: both; }
  @media screen and (max-width: 480px) {
    .content {
      text-align: center; } }
  .content p {
    letter-spacing: 0px;
    margin: 1.5em 0; }
  .content h1 {
    font-size: 2em;
    line-height: 1.5em;
    margin: 0;
    font-family: 'Oswald', sans-serif; }
  .content a {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-decoration: underline;
    color: #00bdf2;
    padding: 3px;
    margin: auto -3px; }
    .content a:hover {
      color: #f3f1ea;
      text-decoration: none;
      background-color: #00bdf2;
      border-radius: 9px;
      border-bottom: 0; }

.header {
  *zoom: 1;
  display: block;
  margin: 0 auto;
  padding: 0 0 2.8em; }
  .header:before, .header:after {
    content: " ";
    display: table; }
  .header:after {
    clear: both; }
  .header .logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
    max-width: 1224px;
    max-height: 340px; }
    .header .logo:last-child {
      margin-right: 0; }

.info-container {
  *zoom: 1;
  display: block;
  margin-bottom: 1.5em; }
  .info-container:before, .info-container:after {
    content: " ";
    display: table; }
  .info-container:after {
    clear: both; }
  .info-container .block {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .info-container .block:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .info-container .block {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        .info-container .block:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .info-container .block {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        .info-container .block:last-child {
          margin-right: 0; } }

.stats-text {
  *zoom: 1;
  display: block;
  width: 100%;
  text-align: left; }
  .stats-text:before, .stats-text:after {
    content: " ";
    display: table; }
  .stats-text:after {
    clear: both; }
  @media screen and (max-width: 480px) {
    .stats-text {
      text-align: center !important; } }
  .stats-text.last {
    text-align: right; }

.stats-container {
  *zoom: 1;
  display: block;
  margin: 1.5em auto; }
  .stats-container:before, .stats-container:after {
    content: " ";
    display: table; }
  .stats-container:after {
    clear: both; }
  .stats-container .stats {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    text-align: center;
    font-size: 1em;
    padding-bottom: 1.5em; }
    .stats-container .stats:last-child {
      margin-right: 0; }
    @media screen and (max-width: 620px) {
      .stats-container .stats {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 47.58542%;
        width: 50%;
        margin-right: 0; }
        .stats-container .stats:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .stats-container .stats {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        .stats-container .stats:last-child {
          margin-right: 0; } }
    .stats-container .stats .stats-number {
      display: block;
      font-size: 3em;
      width: 3em;
      line-height: 2.7em;
      margin: 0 auto;
      border: 8px #231f20 solid;
      border-radius: 3em;
      font-family: 'PT Mono', monospace; }

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    top: 25px; }

  to {
    opacity: 1;
    top: 0; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    top: 25px; }

  to {
    opacity: 1;
    top: 0; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    top: 25px; }

  to {
    opacity: 1;
    top: 0; } }

.fade-in {
  /* make things invisible upon start */
  opacity: 0;
  position: relative;
  /* call our keyframe named fadeIn, use animatton ease-in and repeat it only 1 time */
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s; }

.fade-in.one {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.fade-in.two {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.fade-in.three {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.fade-in.four {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

.fade-in.five {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.vertical-rhythm-check {
  font-size: 1em;
  line-height: 1.5em;
  background-image: -webkit-linear-gradient(#e0dbca 0.05em, transparent 0.05em);
  background-image: -moz-linear-gradient(#e0dbca 1px, transparent 1px);
  background-image: -ms-linear-gradient(#e0dbca 1px, transparent 1px);
  background-image: -o-linear-gradient(#e0dbca 1px, transparent 1px);
  background-image: linear, false, #e0dbca 1px, transparent 1px;
  background-size: 100% 1.5em; }
