/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Grids */
.container {
  width: 100%;
  margin: 0 5%;
  padding: 4em 1em 1em; }

.container {
  max-width: 800px;
  /* 600px - 10% for margins */
  margin: 0 auto; }

.btn-holder {
  border-top: 1px solid #d8d8d8;
  margin: 2rem 0 0;
  padding: 2rem 0 3rem;
  text-align: center; }

.btn-holder p {
  font-style: italic; }

.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #FE6B6B;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-family: 'Cutive', serif;
  padding: 1.2rem 2rem;
  text-decoration: none;
  transition: all 0.4s ease 0s; }

.btn:hover {
  background: #3f3f3f;
  color: #fff; }

a:link {
  color: #00B4B7; }

.sponsors {
  float: right;
  padding: 0 1.5rem;
  overflow: hidden; }

@media only screen and (max-width: 768px) {
  .sponsors {
    float: left;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center; } }
.sponsors-sponsor {
  max-height: 48px;
  padding: 0.1rem 1rem 0 0; }

.ribbon {
  max-height: 210px;
  max-width: 138px;
  margin: 0 auto; }

.lights {
  max-height: 530px;
  max-width: 530px;
  margin: -1.5rem auto 1rem; }

.rocket {
  max-height: 530px;
  max-width: 530px;
  margin: 3rem auto 1rem; }

body {
  font-family: 'Open sans', Helvetica, Helvetica Neue, serif; }

html {
  color: #3f3f3f;
  font-size: 100%; }

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-weight: bold;
  font-family: 'Cutive', serif;
  margin: 0; }

h1, .alpha {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em; }

h2, .beta {
  font-size: 2.25em;
  line-height: 1.3333333333333333;
  margin-bottom: 0.6666666666666666em; }

h3, .gamma {
  font-size: 1.5em;
  line-height: 1;
  margin: 2em 0 1em; }

h4, .delta {
  font-size: 1.3125em;
  line-height: 1.1428571428571428;
  margin-bottom: 1.1428571428571428em; }

h5, .epsilon {
  font-size: 1.125em;
  line-height: 1.3333333333333333;
  margin-bottom: 1.3333333333333333em; }

h6, .zeta {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1.5em; }

p,
blockquote {
  font-size: 1em;
  margin: 0 0 1.5em;
  line-height: 1.5;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

dl,
ol,
ul {
  font-size: 1em;
  margin: 0 0 1.5em 2em;
  padding: 0; }

dd,
dt,
li {
  line-height: 1.5;
  margin: 0 0 1em 0; }

strong {
  font-weight: bold; }

h1.title {
  font-size: 1em;
  /* 48 / 16 */
  line-height: 1em;
  /* 48 / 48 */
  margin-bottom: 0.5em;
  /* 24 / 48 */ }

h1 span {
  font-weight: 200; }

.container h1 {
  font-size: 2.25em;
  line-height: 1.3333333333333333;
  margin-bottom: 0em; }

.sub-head {
  font-style: italic;
  margin-bottom: 2em; }

.type-test {
  display: block;
  padding: 6em;
  text-align: center; }

hr {
  border: 0;
  height: 1px;
  background: #D8D8D8;
  margin: 3rem 0; }

i {
  font-style: italic; }

.cta-wrap {
  float: right;
  padding: 0 1.5rem; }

.cta {
  background: #fff;
  position: fixed;
  bottom: 0;
  display: block;
  padding: 0.5rem 2.5rem;
  width: 100%;
  z-index: 1000;
  text-align: center;
  -webkit-box-shadow: 0px -4px 11px 0px #bababa;
  -moz-box-shadow: 0px -4px 11px 0px #bababa;
  box-shadow: 0px -4px 11px 0px #bababa; }

.cta-btn {
  color: #fff !important;
  background: #D41F2E;
  padding: 1rem 1.5rem 0.8rem;
  float: right;
  font-family: 'Cutive', serif;
  border-radius: 4px;
  text-decoration: none; }

.cta-btn {
  color: #fff; }

@media only screen and (max-width: 768px) {
  .cta-wrap {
    float: none;
    padding: 1rem 1.5rem 1.5rem;
    text-align: center; }

  .cta-btn {
    float: none;
    margin: 1rem auto 2rem;
    text-align: center; } }
.hdr {
  display: block;
  padding: 1.2rem 1.2rem 0.6rem;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%; }
  .hdr a {
    color: #3f3f3f;
    text-decoration: none; }
  .hdr a:hover {
    text-decoration: underline; }

.white {
  background: #fff; }

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Cutive', serif;
  float: left;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem; }

nav ul {
  list-style-type: none;
  margin: 0;
  float: right;
  overflow: hidden; }
nav li {
  display: inline-block; }
nav a {
  display: block;
  padding: 1rem 1.5rem; }

@media only screen and (max-width: 768px) {
  .hdr {
    background: white; }

  .logo {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center; }

  nav {
    text-align: center; }
    nav ul {
      display: inline-block;
      margin: 0 auto;
      float: none; }
    nav a {
      padding: 1rem 1rem; } }
body {
  background: url(/static/images/harbour-view.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.page {
  background: #f3f3f3; }

img {
  max-width: 100%;
  border-radius: 2px; }

.right {
  text-align: right; }

.hero {
  background: #D8D8D8;
  background-image: url("/static/images/cong-rect.png");
  background-repeat: repeat;
  display: block;
  margin-top: 5rem;
  padding: 0 1rem 2rem;
  text-align: center;
  width: 100%; }

@media only screen and (max-width: 768px) {
  .hero {
    background: #D8D8D8;
    background-image: url("/static/images/cong-rect.png");
    margin-top: 8rem; } }
footer {
  background: #3f3f3f;
  color: #fff;
  padding: 1.5rem 2rem 1rem;
  overflow: hidden; }

small {
  padding: 1rem 2rem 1.5rem;
  float: left; }

/*# sourceMappingURL=main.css.map */
