@charset "UTF-8";
@import url(http://fast.fonts.net/cssapi/22ed8396-13cf-438d-a898-c9eb6372a435.css);
.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

img {
  max-width: 100%;
  height: auto; }

/* =============================================================================
   HTML5 Reset
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1; }

p {
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
  padding: 0;
  color: #444;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }

a {
  color: #266E9E;
  text-decoration: none; }

a:focus {
  outline: 0; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

.clear, .clearfix {
  clear: both; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #FF9;
  color: #000;
  text-decoration: none; }

mark {
  background: #FF0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 90%; }

blockquote {
  background-color: #EEE;
  border: 1px solid #DDD;
  margin: 10px 0;
  padding: 10px 30px;
  border-radius: 3px; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  margin: 15px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #F0DDDD; }

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

td {
  vertical-align: top; }

body {
  background: #004561 url(../images/background.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.container {
  max-width: 960px;
  margin: 20px auto;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .container.sponsors {
    max-width: 800px;
    text-align: center; }
    .container.sponsors h1 {
      width: 84%;
      margin: 1em 8% 2em;
      text-transform: uppercase; }
    .container.sponsors .sponsor-list {
      list-style-type: none;
      padding-left: 0px; }
      .container.sponsors .sponsor-list li {
        font-size: 28px; }

img#logo {
  margin: 0 auto 30px;
  width: 70%;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

h1, h2, h3, h4, ul, li {
  line-height: 1.4em;
  font-family: "Proxima N W01 Light";
  color: #FFF; }

ul {
  padding-left: 1.4em;
  list-style-type: disc;
  margin-top: 1em; }

p {
  line-height: 1.4em;
  font-family: "Proxima N W01 Light";
  color: #fefefe; }
  p.intro {
    font-size: 1.1em;
    line-height: 1.4em;
    color: #fff;
    margin-top: 2em; }
  p.dateintro {
    font-size: 1em;
    color: #fff;
    margin: 2em 0 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  p.footer {
    padding-top: 15px; }

a.button {
  background: #fff;
  color: #004561;
  display: block;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  padding: 10px;
  font-size: 1.1em;
  line-height: 1.4em;
  border-radius: 4px;
  margin-top: 10px;
  box-shadow: inset 0 1px #fff, 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e2e2e2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #e2e2e2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #e2e2e2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
  /* IE6-9 */ }

.center {
  text-align: center; }

a.buttonmeta {
  color: #80a2b0;
  display: block;
  font-size: 0.8em;
  text-align: center;
  padding-top: 10px; }

.column {
  font-family:   "Proxima N W01 Light"; }
  .column:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 1px; }
  .column:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 1px; }
  .column .date {
    padding: 0 10px;
    text-align: center;
    font-size: 2em;
    padding: 10px;
    color: #fff;
    display: block; }
    .column .date span {
      font-size: 0.8em;
      display: block; }

.row {
  clear: both;
  padding: 0;
  margin: 0; }
  .row .column.mobilecol {
    margin: 0;
    padding: 0; }
    .row .column.mobilecol img {
      max-width: 80%; }
    .row .column.mobilecol.col-1-2 {
      float: left;
      width: 50%; }

.todo li.done {
  text-decoration: line-through;
  color: #aaa; }

textarea#sponsors {
  width: 100%;
  height: 800px; }

input#submit-sponsors {
  width: 100%;
  margin: 10px 0px;
  padding: 10px 0px; }

#facebook-feed {
  min-height: 600px; }

.headerimage {
  margin-bottom: 30px; }

@media only screen and (min-width: 740px) {
  .container {
    margin-top: 60px; }
  img#logo {
    width: 50%;
    margin: 0px 25%; }
  a.button {
    font-size: 1.3em;
    line-height: 1.4em; }
  p.dateintro {
    font-size: 1.5em; }
  .row .column {
    padding-right: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .headerimage {
    width: 70%;
    margin: 0px 15% 30px; }
  .row {
    clear: both;
    padding: 0;
    margin: 0 0 0 -30px; }
    .row .column {
      margin: 0;
      padding: 0 0 0 30px; }
      .row .column.mobilecol {
        padding: 0 0 0 30px; }
      .row .column.col-1-2 {
        float: left;
        width: 50%; } }

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