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

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

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

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

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

input, select {
  vertical-align: middle; }

/* @group Mixins
----------------------------------------------- */
.page-header .container, .page-footer .container, .main .container, .half-container, .grid, input.email, .dropdown.active ul a, .sponsor-row a, .event-details .detail, .download, .timeline li, .timeline li:before, .schedule li, .schedule li:before, .sponsorship-levels th, .sponsorship-levels td, .modal aside, .modal .button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.cf, .modal, .page-header .container, .page-footer .container, .main .container, .graphic-row, .contacts, .timeline, .timeline li, .schedule ul, .schedule li, .sponsorship-heading {
  clear: both; }
  .cf:before, .modal:before, .page-header .container:before, .page-footer .container:before, .main .container:before, .graphic-row:before, .contacts:before, .timeline:before, .timeline li:before, .schedule ul:before, .schedule li:before, .sponsorship-heading:before, .cf:after, .modal:after, .page-header .container:after, .page-footer .container:after, .main .container:after, .graphic-row:after, .contacts:after, .timeline:after, .timeline li:after, .schedule ul:after, .schedule li:after, .sponsorship-heading:after {
    content: "";
    display: table; }
  .cf:after, .modal:after, .page-header .container:after, .page-footer .container:after, .main .container:after, .graphic-row:after, .contacts:after, .timeline:after, .timeline li:after, .schedule ul:after, .schedule li:after, .sponsorship-heading:after {
    clear: both; }

/* @group Variables
----------------------------------------------- */
/*  Layout  */
/*  Theme Colours  */
/*  Typography  */
/* @group Global
----------------------------------------------- */
body {
  margin: 0;
  background: #1d2228 url(../images/background.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed; }

.center {
  text-align: center; }

hr {
  margin: 70px 0; }

/* @group Typography
----------------------------------------------- */
body {
  color: #707b83;
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 16px; }

a {
  color: #2f91dc; }
  a:hover {
    color: #86bfeb; }
  a img {
    border: none; }

h1, h2, h3, h4 {
  font-weight: bold;
  font-family: "brandon-grotesque", sans-serif; }

h1 {
  font-size: 2.5em;
  line-height: 1.3em;
  margin: 0; }

h2 {
  font-size: 1.9em;
  margin: 0.5em 0 1em; }

h3 {
  font-size: 1.5em;
  margin: 1.5em 0 1em;
  font-weight: 600; }

h4 {
  font-size: 1.2em;
  margin: 1em 0;
  font-weight: 500; }

ul, li {
  margin: 0;
  padding: 0; }

p {
  margin: 0.5em 0 1.5em;
  line-height: 1.8;
  font-size: 1.05em; }

p.full {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto; }

textarea, input, button, .btn, select {
  color: #707b83;
  font-family: "Quattrocento Sans", sans-serif;
  font-size: inherit;
  outline: none; }

/* @group Layout
----------------------------------------------- */
.page-header .container, .page-footer .container, .main .container {
  width: 90%;
  padding: 0 20px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

.wufoo.container {
  max-width: 800px; }

.half-container {
  display: inline-block;
  width: 50%;
  min-height: 30px;
  vertical-align: top; }

.grid {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-bottom: 1em; }

.grid-narrow {
  width: 30%; }

.grid-wide {
  width: 70%;
  padding-right: 75px; }

.grid-half {
  width: 48%;
  display: inline-block;
  vertical-align: top; }
  .grid-half:nth-of-type(2n - 1) {
    margin-right: 4%;
    clear: left; }

.grid-third {
  width: 33.33%;
  display: inline-block;
  vertical-align: top; }

.grid-fourth {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: left; }
  .grid-fourth.wide {
    width: 33%; }
  .grid-fourth.thin {
    width: 17%; }

/* @group Forms
----------------------------------------------- */
input.email {
  padding: 15px 20px;
  border-radius: 50px;
  border: 1px solid #000;
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.24), inset 0 2px 0 0 rgba(0, 0, 0, 0.27);
  width: 400px; }

.button {
  padding: 12px 20px 11px;
  border-radius: 50px;
  border: 1px solid #2C0808;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.41);
  background-image: -moz-linear-gradient(top, #ff6f55 0%, #dc4328 100%);
  background-image: -webkit-linear-gradient(top, #ff6f55 0%, #dc4328 100%);
  background-image: -o-linear-gradient(top, #ff6f55 0%, #dc4328 100%);
  background-image: -ms-linear-gradient(top, #ff6f55 0%, #dc4328 100%);
  background-image: linear-gradient(to bottom, #ff6f55 0%, #dc4328 100%);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s; }
  .button:hover {
    color: #fff;
    background-image: -moz-linear-gradient(top, #ff7c64 0%, #de4f35 100%);
    background-image: -webkit-linear-gradient(top, #ff7c64 0%, #de4f35 100%);
    background-image: -o-linear-gradient(top, #ff7c64 0%, #de4f35 100%);
    background-image: -ms-linear-gradient(top, #ff7c64 0%, #de4f35 100%);
    background-image: linear-gradient(to bottom, #ff7c64 0%, #de4f35 100%); }
  .button:active {
    background-image: -moz-linear-gradient(top, #EC6048 0%, #dc4328 100%);
    background-image: -webkit-linear-gradient(top, #EC6048 0%, #dc4328 100%);
    background-image: -o-linear-gradient(top, #EC6048 0%, #dc4328 100%);
    background-image: -ms-linear-gradient(top, #EC6048 0%, #dc4328 100%);
    background-image: linear-gradient(to bottom, #EC6048 0%, #dc4328 100%);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.19); }

#mc-embedded-subscribe-form {
  text-align: center;
  white-space: nowrap; }

#mc-embedded-subscribe {
  margin-left: -99px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.39), inset 0 1px 0 0 rgba(255, 255, 255, 0.41);
  font-size: 13px; }

#mce-EMAIL {
  padding-right: 115px; }

.thank-you {
  display: none;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 5px;
  border-radius: 10px; }
  .thank-you h2 {
    font-weight: normal;
    margin: 0;
    color: #ccc; }
  .thank-you p {
    margin: 7px 0 0; }

/* @group Hero Backdrop
----------------------------------------------- */
#hero .container {
  position: relative; }
#hero .standalone {
  margin-bottom: 40px; }

.space-junk {
  position: fixed;
  z-index: -2; }

/* @group Components
----------------------------------------------- */
/*-- @component HEADER -- */
.page-header {
  padding: 50px 0 20px; }
  .page-header .logo {
    float: left; }
  .page-header .social-icons {
    margin-top: 22px; }

.menu-toggle {
  display: none;
  margin: 50px -20px 0;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  padding: 10px 15px 10px 50px;
  position: relative;
  clear: both; }
  .menu-toggle:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 15px;
    width: 16px;
    height: 2px;
    border-top: 8px double #fff;
    border-bottom: 3px solid #fff;
    color: #fff; }
  .menu-toggle:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.15); }

.page-nav ul {
  float: left;
  margin: 0 0 0 50px; }
.page-nav li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9em; }
.page-nav a, .page-nav span {
  text-decoration: none;
  display: block;
  margin: 5px;
  padding: 20px;
  color: #7d8188;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }
  .page-nav a.active, .page-nav span.active {
    color: #fff; }
  .page-nav a:hover, .page-nav span:hover {
    color: #f25337; }
  .page-nav a.dropdown.active, .page-nav span.dropdown.active {
    color: #f25337; }
.page-nav .menu-toggle {
  display: none; }

.dropdown ul {
  display: none; }

.dropdown.active {
  position: relative;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 0 0; }
  .dropdown.active > span {
    color: #f25337; }
  .dropdown.active ul {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 64px 0 0;
    width: 100%; }
    .dropdown.active ul li {
      display: block; }
      .dropdown.active ul li:last-of-type a {
        border-radius: 0 0 5px 5px;
        border-top: 1px solid rgba(255, 255, 255, 0.05); }
    .dropdown.active ul a {
      padding: 20px;
      color: #fff;
      margin: 0;
      background: rgba(21, 24, 26, 0.98); }
      .dropdown.active ul a:hover {
        background: #000; }
  .dropdown.active .sub {
    padding-top: 5px;
    text-transform: initial;
    color: #7c868d; }

/*-- @component FOOTER -- */
.page-footer {
  padding: 0 0 60px; }
  .page-footer .social-icons {
    line-height: 40px; }

.attributions {
  float: left;
  font-size: 0.9em; }
  .attributions a {
    vertical-align: top;
    line-height: 40px;
    margin-right: 15px;
    text-decoration: none; }

.separator {
  text-align: center;
  margin-bottom: 30px; }
  .separator .leaf {
    display: inline-block;
    background: url(../images/leaf-small-dark.png) no-repeat center;
    height: 30px;
    width: 30px; }
    .separator .leaf:before, .separator .leaf:after {
      background: rgba(78, 79, 82, 0.2);
      display: block;
      height: 1px;
      content: " ";
      width: 48%;
      position: absolute;
      left: 0;
      top: 12px; }
    .separator .leaf:after {
      right: 0;
      left: auto; }

/*-- @component SECTION -- */
section {
  padding: 40px 0; }

.white-section {
  background: #fff; }
  .white-section h1, .white-section h2, .white-section h4 {
    color: #f25337; }
  .white-section h2.dark {
    font-size: 2.2em;
    color: #1d2228;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px; }
  .white-section .button {
    box-shadow: none;
    border-color: #9f4545; }
    .white-section .button:active {
      box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.19); }
  .white-section .cta {
    margin: 1em 0 0.5em;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    font-family: "brandon-grotesque", sans-serif;
    line-height: 1.3;
    margin-top: 2.6em; }
    .white-section .cta a {
      vertical-align: top;
      margin-left: 12px;
      display: inline-block;
      margin-top: -9px; }

.transparent-section {
  color: #fff; }
  .transparent-section h2 {
    color: #fff; }
  .transparent-section p {
    color: #ccc; }
  .transparent-section .subtitle {
    color: #fff;
    font-size: 1.1em; }
  .transparent-section a {
    color: #7c868d;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    .transparent-section a:hover {
      color: #fff; }
  .transparent-section a.link {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    text-decoration: none;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    -ms-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s; }
    .transparent-section a.link:hover {
      border-bottom: 1px solid #fff; }
  .transparent-section a.red-link {
    color: #f25337;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    .transparent-section a.red-link:hover {
      color: #f8a597; }
  .transparent-section a.button {
    color: #fff; }
  .transparent-section .cta {
    margin: 1em 0 0.5em;
    text-align: center;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    font-family: "brandon-grotesque", sans-serif; }

/*-- Homepage Hero -- */
.main-headline {
  float: left;
  font-weight: normal;
  margin-bottom: 1.3em; }

.subtitle {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-size: 1.3em;
  color: #272c33; }

.button-cta .button {
  margin: 0 10px;
  font-size: 20px;
  padding: 11px 40px; }
.button-cta .sub-text {
  font-size: 17px;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: normal;
  margin: 40px 0 0; }
  .button-cta .sub-text a {
    color: #fff;
    text-decoration: none; }
  .button-cta .sub-text .icon {
    vertical-align: text-top;
    padding-left: 6px; }

/*-- Homepage Graphics -- */
.graphic-row {
  margin: 30px 0; }
  .graphic-row.youth {
    margin: 0 auto;
    max-width: 800px; }
  .graphic-row .description {
    margin: 0 180px; }
  .graphic-row p {
    font-size: 1.1em; }
  .graphic-row h2 {
    margin: 0 0 0.4em; }
  .graphic-row.reg img {
    float: left; }
  .graphic-row.reg .description {
    margin-right: 0; }
  .graphic-row.alt img {
    float: right; }
  .graphic-row.alt .description {
    margin-left: 0; }

/*-- Videos --*/
.video-section h3 {
  margin: 0 0 30px; }
.video-section .grid {
  margin-bottom: 50px; }

.video {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 50px; }

/*-- Homepage Sponsors -- */
.sponsor, .supporter {
  display: inline-block;
  margin: 0 7px 14px; }
  .sponsor img, .supporter img {
    max-width: 100%; }

.sponsor-row a {
  width: 24%;
  display: inline-block;
  padding: 0 5px 10px; }
.sponsor-row img {
  width: 100%; }

.white-section .sponsor img, .white-section .supporter img, .white-section .sponsor-row img {
  border: 2px solid #e2e5e6;
  border-radius: 5px; }

/*-- Homepage Organizers, Judges, Mentors -- */
.volunteer {
  display: inline-block;
  margin: 35px 30px 0; }
  .volunteer .org-photo {
    display: block;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 160px;
    height: 160px; }
    .volunteer .org-photo:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 130px;
      padding-top: 45px;
      font-size: 70px;
      content: "i";
      color: rgba(255, 255, 255, 0);
      text-align: center;
      font-family: "Georgia", "Times New Roman", serif;
      font-style: italic;
      font-weight: bold;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .volunteer .org-photo:hover:after {
      background: rgba(242, 83, 55, 0.7);
      color: #fff; }

/*-- Homepage Half Containers -- */
.half-container.event {
  background: #fff url(../images/background-event.png) no-repeat right; }
  .half-container.event .content {
    float: right; }
.half-container.venue {
  background: #fff url(../images/background-venue.png) no-repeat left; }
.half-container.event, .half-container.venue {
  height: 360px;
  margin-bottom: -40px; }
  .half-container.event .content, .half-container.venue .content {
    padding: 35px;
    width: 100%;
    max-width: 330px; }

/*-- Homepage Challenges -- */
.hashtag {
  color: #7c868d;
  margin-top: 0; }

.challenges h3 {
  margin-bottom: 0; }
.challenges li {
  display: inline-block;
  width: 33%;
  margin-bottom: 15px; }
  .challenges li a {
    display: block;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    text-align: left;
    padding: 15px 30px 15px 45px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .challenges li a:hover {
      border: 2px solid #fff;
      background-color: rgba(255, 255, 255, 0.1); }
    .challenges li a:before {
      display: block;
      content: "";
      background: url(../images/icon-star.png);
      width: 20px;
      height: 20px;
      position: absolute;
      left: 15px;
      top: 12px; }

/*-- Sponsors Hero -- */
.buttons {
  margin: 3em 0 2em; }
  .buttons .button {
    margin: 0 5px; }

/*-- Extra Links Section -- */
.extra-links {
  padding-bottom: 15px;
  text-align: center; }
  .extra-links a {
    text-decoration: none; }
  .extra-links .grid p {
    color: #fff; }
  .extra-links .grid-fourth p:first-child {
    font-weight: bold;
    margin-bottom: 0; }

/* -- @component SOCIAL ICONS -- */
.social-icons {
  float: right; }
  .social-icons a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    -webkit-transition: background-position 0.4s;
    -moz-transition: background-position 0.4s;
    -ms-transition: background-position 0.4s;
    -o-transition: background-position 0.4s;
    transition: background-position 0.4s; }
    .social-icons a:hover {
      background-position: 0 -20px; }
    .social-icons a:first-of-type {
      margin-left: 0; }
  .social-icons .email {
    background: url(../images/social-email.png); }
  .social-icons .twitter {
    background: url(../images/social-twitter.png); }
  .social-icons .facebook {
    background: url(../images/social-facebook.png); }
  .social-icons .googleplus {
    background: url(../images/social-googleplus.png); }

/* -- @component EVENT-DETAILS -- */
.event-details {
  border: 2px solid #e2e5e6;
  display: inline-block; }
  .event-details .detail {
    display: inline-block;
    padding: 10px 30px 12px;
    vertical-align: bottom;
    font-size: 1.25em;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 600;
    line-height: 25px;
    color: inherit;
    text-decoration: none; }
    .event-details .detail:last-child {
      border-left: 2px solid #e2e5e6; }
    .event-details .detail img {
      vertical-align: middle;
      margin-right: 6px; }
  .event-details a:hover {
    background: rgba(0, 0, 0, 0.05); }

.transparent-section .event-details {
  border-color: rgba(255, 255, 255, 0.1); }
  .transparent-section .event-details .detail:last-of-type {
    border-color: rgba(255, 255, 255, 0.1); }
  .transparent-section .event-details a:hover {
    background: rgba(255, 255, 255, 0.05); }

.rsvp-button {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.41), 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  vertical-align: top;
  margin-top: 4px;
  margin-left: 30px;
  display: inline-block;
  padding: 15px 30px 11px;
  font-size: 1.1em; }

/* -- @component CALLOUT -- */
.callout {
  border: 2px solid #e2e5e6;
  border-radius: 5px;
  padding: 15px 30px 50px; }

/* -- @component PRESS -- */
.press {
  list-style: none;
  font-weight: bold;
  color: #626f78;
  line-height: 1.4;
  margin-bottom: 40px; }
  .press li {
    margin-bottom: 30px; }
  .press a {
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    display: block;
    margin-top: 10px;
    color: #2f91dc;
    text-decoration: none;
    line-height: 1; }

/* -- @component CONTACTS -- */
.contacts {
  border: 2px solid #e2e5e6;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 60px; }
  .contacts .grid {
    margin-bottom: 0;
    padding: 20px; }
  .contacts h2 {
    margin: 10px 0 5px; }
  .contacts p {
    margin-bottom: 10px; }
  .contacts .grid:last-of-type {
    border-left: 2px solid #e2e5e6; }
  .contacts .title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 0.85em;
    color: #b7bdc1;
    font-weight: bold;
    font-family: "brandon-grotesque", sans-serif; }
  .contacts a {
    text-decoration: none; }

/* -- @component ABOUT -- */
.main .about {
  width: 70%; }

/* -- @component DOWNLOADS -- */
.downloads {
  text-align: center; }
  .downloads .light {
    padding: 25px 20px;
    border: 2px solid #e2e5e6; }
  .downloads .dark {
    background: #1d2228;
    margin-top: 30px; }
  .downloads .logo {
    width: 300px;
    height: 180px;
    padding: 52px 0;
    max-width: 90%; }
  .downloads .image {
    margin: 0 10px 10px 0;
    max-width: 45%; }
    .downloads .image:nth-of-type(2n) {
      margin-right: 0; }
    .downloads .image img {
      max-width: 100%; }

.download {
  display: inline-block;
  border-radius: 5px;
  max-width: 100%; }
  .download img {
    max-width: 100%; }
  .download:hover {
    opacity: 0.9; }

/* -- @component COUNTER -- */
.counter-wrapper {
  float: right;
  background: rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
  padding: 15px 15px 13px;
  text-align: center; }
  .counter-wrapper .legend {
    font-size: 0.8em; }

.counter {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 13px;
  color: #272c33; }
  .counter .number {
    float: left;
    line-height: 65px;
    font-family: "pt-sans-narrow", sans-serif;
    font-size: 2.3em;
    width: 325px; }
    .counter .number strong {
      color: #fff; }
  .counter .units {
    float: right;
    line-height: 65px;
    border-left: 3px solid #272c33;
    width: 60px;
    font-size: 1.3em; }

/* -- @component TESTIMONIAL -- */
.testimonial {
  padding-top: 2.5em; }

.photo {
  float: left;
  margin-top: 10px; }
  .photo + cite {
    height: 100px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 15px; }

.quote {
  line-height: 1.8em;
  font-style: italic;
  color: #707b83;
  margin-bottom: 30px; }

.transparent-section .quote {
  color: #fff; }

cite {
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.8em;
  line-height: 1.6;
  text-transform: uppercase;
  font-style: normal;
  color: #b2b7bb; }

.transparent-section cite {
  color: #7c868d; }

/* -- @component STATS -- */
.stats li {
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
  color: #626f78;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 0.9em;
  width: 230px;
  text-align: left;
  font-family: "brandon-grotesque", sans-serif;
  margin-bottom: 20px; }
.stats .stat {
  margin-left: 90px;
  padding-top: 15px; }
.stats .icon {
  float: left;
  padding: 15px;
  border: 2px solid #f25337;
  border-radius: 200px;
  margin-right: 10px; }

/*-- @component TIMELINE -- */
.timeline {
  list-style: none;
  float: left;
  position: relative;
  width: 100%;
  margin-top: 30px; }
  .timeline:after {
    content: "";
    display: block;
    background: #525960;
    width: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
    z-index: -2; }
  .timeline li {
    width: 50%;
    font-size: 1.1em;
    line-height: 1.5;
    position: relative;
    margin-bottom: 20px;
    text-align: left; }
    .timeline li:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 10;
      background: #1f262e;
      width: 36px;
      height: 36px;
      margin: 0 auto 15px;
      border-radius: 72px;
      border: 3px solid #525960; }
    .timeline li:nth-of-type(2n) {
      float: right;
      padding-left: 50px; }
      .timeline li:nth-of-type(2n):before {
        left: -18px; }
    .timeline li:nth-of-type(2n - 1) {
      float: left;
      padding-right: 40px; }
      .timeline li:nth-of-type(2n - 1):before {
        right: -18px; }
  .timeline a {
    display: block;
    margin-top: 15px;
    color: #2f91dc;
    font-weight: bold;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    opacity: 0.85;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .timeline a:hover {
      color: #2f91dc;
      opacity: 1; }

.icon-arrow-right {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon-arrow-right.png);
  vertical-align: bottom;
  margin-left: 7px; }

/*-- @component SCHEDULE -- */
.schedule {
  margin-top: 70px; }
  .schedule .date {
    float: left;
    font-size: 2em;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #f25337;
    color: #f25337;
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-left: 2px; }
  .schedule .day {
    text-align: left;
    margin-left: 80px;
    line-height: 54px;
    font-weight: bold;
    font-size: 1.2em;
    font-family: "brandon-grotesque", sans-serif; }
  .schedule .time {
    color: #bbbebf;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 5px; }
  .schedule ul {
    list-style: none;
    float: left;
    position: relative;
    width: 100%;
    padding-top: 30px; }
    .schedule ul:after {
      content: "";
      display: block;
      background: #e2e5e6;
      width: 3px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      margin-left: 30px; }
  .schedule li {
    width: 92%;
    margin-left: 31px;
    font-size: 1.1em;
    line-height: 1.5;
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    text-align: left; }
    .schedule li:before {
      content: "";
      display: block;
      position: absolute;
      left: -10.5px;
      z-index: 10;
      background: #fff;
      width: 21px;
      height: 21px;
      border-radius: 42px;
      border: 3px solid #e2e5e6; }
  .schedule .big-gap {
    margin-bottom: 239px; }

/*-- @component SPONSORSHIP-LEVELS -- */
.sponsorship-heading h1 {
  display: inline-block;
  margin-bottom: 90px; }
.sponsorship-heading .right {
  float: right;
  margin-top: 10px; }

.sponsorship-levels {
  border-collapse: separate;
  text-align: center; }
  .sponsorship-levels thead th {
    border: 2px solid #ebeced;
    border-width: 2px 0 0 2px;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.6em;
    padding-bottom: 15px;
    width: 20%; }
    .sponsorship-levels thead th:first-of-type {
      border-radius: 8px 0 0 0; }
    .sponsorship-levels thead th:last-of-type {
      border-radius: 0 8px 0 0;
      border-width: 2px 2px 0 2px; }
  .sponsorship-levels thead .launch {
    box-shadow: inset 0 0 0 4px #fff, inset 0 20px 0 0 #fdd281;
    color: #fdd281; }
  .sponsorship-levels thead .orbit {
    box-shadow: inset 0 0 0 4px #fff, inset 0 20px 0 0 #59a6e2;
    color: #59a6e2; }
  .sponsorship-levels thead .discovery {
    box-shadow: inset 0 0 0 4px #fff, inset 0 20px 0 0 #cacfd2;
    color: #bbbebf; }
  .sponsorship-levels thead .lead {
    box-shadow: inset 0 0 0 4px #fff, inset 0 20px 0 0 #f5755f;
    color: #f25337; }
  .sponsorship-levels thead img {
    display: block;
    margin: -34px auto 10px; }
  .sponsorship-levels tbody th {
    padding: 17px 10px;
    border: 2px solid #ebeced;
    border-width: 1px 0 0;
    font-weight: normal;
    vertical-align: top;
    text-align: left; }
  .sponsorship-levels th, .sponsorship-levels td {
    min-width: 120px; }
  .sponsorship-levels td {
    padding: 17px 10px;
    vertical-align: middle;
    border: 2px solid #ebeced;
    border-width: 1px 0 0 2px;
    font-size: 0.85em;
    line-height: 1.6; }
    .sponsorship-levels td:last-of-type {
      border-width: 1px 2px 0 2px; }
  .sponsorship-levels tr:last-of-type td {
    border-width: 1px 0 2px 2px; }
    .sponsorship-levels tr:last-of-type td:first-of-type {
      border-radius: 0 0 0 8px; }
    .sponsorship-levels tr:last-of-type td:last-of-type {
      border-width: 1px 2px 2px 2px;
      border-radius: 0 0 8px 0; }
  .sponsorship-levels .blank {
    border: none; }
  .sponsorship-levels p {
    margin: 10px 0 0;
    font-size: 0.85em;
    line-height: 1.6; }

/*-- @component MODAL -- */
.modal {
  opacity: 0;
  position: fixed;
  top: -100%;
  left: 50%;
  z-index: 1050;
  width: 820px;
  margin-left: -410px;
  background-color: #ffffff;
  outline: none;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  text-align: left;
  min-height: 350px; }
  .modal .btn-small {
    color: #fff; }
  .modal .modal-close {
    position: absolute;
    top: 6px;
    right: 26px;
    color: #999;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none; }
    .modal .modal-close:hover {
      color: #1d2228; }
  .modal aside {
    background: #1d2228;
    padding: 20px;
    padding-bottom: 400px;
    margin-bottom: -400px;
    width: 200px;
    float: left;
    text-align: center; }
    .modal aside img {
      border-radius: 50%; }
  .modal .button {
    display: inline-block;
    margin-top: 15px;
    width: 100%; }
  .modal .modal-main {
    padding: 25px;
    margin-left: 200px;
    max-height: 500px;
    overflow-y: auto; }
    .modal .modal-main header {
      border-bottom: 2px solid #d9d9d9;
      padding-bottom: 20px;
      margin-bottom: 20px; }
    .modal .modal-main h3 {
      color: #f25337;
      margin: 0 0 15px; }
    .modal .modal-main h4 {
      color: #1d2228;
      margin: 0; }
    .modal .modal-main p {
      color: #707b83; }
    .modal .modal-main a {
      color: #2f91dc; }
      .modal .modal-main a:hover {
        color: #86bfeb; }

#overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6); }

/* @group Responsive
----------------------------------------------- */
@media screen and (max-width: 1100px) {
  .page-nav ul {
    margin: 0 0 0 28px; }
  .page-nav li {
    vertical-align: middle; }
  .page-nav a {
    padding: 22px 10px;
    max-width: 90px;
    text-align: center; } }
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 2em;
    margin-top: 20px; }

  .sponsorship-heading .right {
    margin-top: 20px; } }
@media screen and (max-width: 910px) {
  .page-nav ul {
    margin: 0 0 0 10px; }
  .page-nav li {
    vertical-align: middle; }
    t
    .page-nav li:first-of-type {
      display: none; }
  .page-nav a {
    padding: 22px 5px;
    max-width: 90px;
    text-align: center; } }
@media screen and (max-width: 900px) {
  .main-headline {
    float: none;
    text-align: center;
    margin-bottom: 30px; }

  .counter-wrapper {
    float: none;
    margin: 0 auto;
    width: 390px;
    margin-bottom: 30px; }

  .challenges li {
    width: 49%; }

  .page-nav li:first-child {
    display: none; }

  .rsvp-button {
    margin: 20px 0 0; } }
@media screen and (max-width: 768px) {
  .main .half-container {
    width: 100%;
    margin: 0; }
    .main .half-container .content {
      float: none;
      margin: 0 auto;
      max-width: none;
      box-sizing: border-box; }
    .main .half-container:last-of-type {
      margin-bottom: -40px; }

  .grid-wide, .grid-narrow, .grid-third, .grid-half, .grid-fourth {
    width: 100%; }

  .grid-wide {
    padding-right: 0; }

  .white-section .grid-narrow {
    border-top: 1px solid #eee; }

  .transparent-section .grid-narrow {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

  .attributions {
    float: none;
    text-align: center;
    margin-bottom: 20px; }

  footer .social-icons {
    float: none;
    text-align: center; }

  .logo {
    margin-bottom: 15px; }

  .menu-toggle {
    display: block; }

  .page-nav {
    width: 100%;
    margin: 0 -20px; }
    .page-nav ul {
      display: none;
      width: 100%;
      margin-left: 25px; }
    .page-nav li {
      display: block;
      width: 100%;
      text-align: left; }
    .page-nav a {
      padding: 10px 20px;
      max-width: 100%;
      background: rgba(255, 255, 255, 0.07); }
      .page-nav a:hover {
        background: rgba(255, 255, 255, 0.1); }

  .sponsorship-heading, .sponsorship-levels {
    display: none; }

  .white-section .cta {
    margin-top: 20px; }
    .white-section .cta .button {
      margin: 20px auto 0;
      display: block;
      text-align: center;
      width: 100px; }

  .extra-links .grid p {
    margin: 0; }

  .half-container.event, .half-container.venue {
    margin-bottom: -20px; }

  .callout {
    margin-bottom: 40px; }

  .schedule {
    margin-top: -16px; }

  .event-details .detail {
    width: 100%; }
    .event-details .detail:last-child {
      border-left: none;
      border-top: 2px solid #e2e5e6; } }
@media screen and (max-width: 550px) {
  .page-header .container, .page-footer .container, .main .container {
    width: 100%; }

  .main .half-container p {
    line-height: 1.4; }

  input.email {
    width: 99%; }

  .transparent-section .cta {
    line-height: 1.2;
    font-size: 1.7em; }

  .counter-wrapper {
    padding: 10px 10px 9px;
    width: 336px; }

  .counter .number {
    font-size: 32px;
    width: 273px; }

  .counter-wrapper .legend {
    font-size: 11px; }

  .challenges li {
    width: 100%; } }
@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.5em; }

  h2 {
    text-align: center;
    font-size: 1.5em; }

  .page-header {
    padding: 20px 0 20px; }

  section {
    padding: 20px 0; }

  .logo img {
    width: 85px; }

  .page-header .social-icons {
    margin-top: 10px; }

  .counter-wrapper {
    width: 100%;
    padding: 15px 19px;
    margin: 0 -19px;
    border-radius: 0;
    margin-bottom: 20px; }

  .counter-wrapper .legend {
    font-size: 10px; }

  .counter {
    margin: 0 -7px 13px; }

  .counter .number {
    font-size: 28px;
    width: 225px;
    line-height: 50px; }

  .counter .units {
    width: 36px;
    padding-top: 2px;
    line-height: 48px;
    border-color: #313841; }

  #mc-embedded-subscribe {
    margin-left: -66px;
    padding: 12px 7px 11px;
    font-size: 11px; }

  #mce-EMAIL {
    padding: 15px 65px 15px 12px;
    font-size: 0.8em; }

  .graphic-row {
    margin: 0; }

  .graphic-row p {
    font-size: 1em; }

  .graphic-row.reg img, .graphic-row.alt img {
    float: none;
    margin: 0 auto 10px;
    display: block; }

  .graphic-row .description {
    margin: 0; }

  .attributions a {
    display: block;
    margin: 0; }

  .button-cta .button {
    font-size: 15px;
    padding: 11px 20px; }

  .timeline:after {
    margin-left: 30px; }
  .timeline li {
    width: 92%;
    margin-left: 31px; }
    .timeline li:nth-of-type(2n) {
      float: none; }
    .timeline li:nth-of-type(2n - 1) {
      float: none;
      padding-left: 50px;
      padding-right: 0px; }
      .timeline li:nth-of-type(2n - 1):before {
        left: -18px;
        right: auto; }

  .timeline-button {
    float: left; } }
/* POST-EVENT LANDING PAGE */
.letter-container {
  text-align: left;
  padding: 40px; }
  .letter-container h3 {
    line-height: 1.6;
    margin-top: 10px; }

.visible-mobile {
  display: none; }
  .visible-mobile p {
    text-align: center; }

@media screen and (max-width: 767px) {
  .visible-mobile {
    display: inherit;
    margin-top: 40px; }

  .hidden-mobile {
    display: none; } }

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