.navigation a, section .register a, header .register, h1, h2, h3, h4, h5, h6, header .date {
  font-family: "Open Sans Condensed", sans-serf;
  text-transform: uppercase;
}

.navigation a, section .register a, header .register {
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.navigation a:before, section .register a:before, header .register:before {
  content: "";
  display: block;
  width: 150%;
  height: 125%;
  position: absolute;
  left: -25%;
  top: -12.5%;
  z-index: -1;
  background: #bf1f3f;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  -webkit-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
  opacity: 0;
}

.navigation a:focus:before, section .register a:focus:before, header .register:focus:before, .navigation a:hover:before, section .register a:hover:before, header .register:hover:before {
  opacity: 1;
}

.navigation a:before {
  -webkit-transform: scale(1) rotate(1deg);
          transform: scale(1) rotate(1deg);
}

.navigation a:focus:before, .navigation a:hover:before {
  -webkit-transform: scale(1.2) rotate(-1deg);
          transform: scale(1.2) rotate(-1deg);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #fdfaf5;
  color: #333;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

a {
  position: relative;
  color: #bf1f3f;
  text-decoration: none;
}

a:before {
  content: "";
  display: block;
  width: 100%;
  height: 150%;
  position: absolute;
  left: -0.25rem;
  top: -25%;
  z-index: -1;
  padding: 0 0.25rem;
  background: #bf1f3f;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  opacity: 0;
}

a:focus, a:hover {
  color: #fff;
}

a:focus:before, a:hover:before {
  opacity: 1;
}

section {
  max-width: 740px;
  margin: auto;
  padding: 2rem;
}

section h2 {
  display: inline-block;
  font-size: 2.75rem;
  line-height: 3rem;
  margin: 0 0 2rem 0;
  position: relative;
  color: #fff;
}

section h2:before {
  content: "";
  display: block;
  background: #fd9913;
  position: absolute;
  top: -0.5rem;
  left: -2rem;
  bottom: -0.5rem;
  right: -1.75rem;
  z-index: -1;
  -webkit-transform: rotate(-0.5deg);
          transform: rotate(-0.5deg);
}

section h3 {
  font-size: 2rem;
  line-height: 1;
  margin: 2rem 0 1rem;
  color: #fd9913;
}

section p {
  font-size: 1rem;
  line-height: 2rem;
  margin: 1rem 0;
}

section figure {
  margin: 2rem 0;
}

section figure img {
  display: block;
  margin: auto;
}

section .register {
  margin-top: 2rem;
  text-align: center;
}

section .register + * {
  margin-top: 3rem;
}

section .register a {
  font-size: 2rem;
  margin-left: 2rem;
}

section .register a:before {
  opacity: 1;
}

section .register a:focus:before, section .register a:hover:before {
  -webkit-transform: scale(1.2) rotate(-1deg);
          transform: scale(1.2) rotate(-1deg);
}

#about .logo {
  float: left;
  width: 100px;
  margin: 1rem 1rem 0 -0.5rem;
  opacity: 0.75;
}

#about .map {
  max-width: 100%;
}

#about .map:before {
  display: none;
}

#about .map + p + p {
  clear: left;
  margin-bottom: 2rem;
}

#about .directions {
  font-size: 0.875rem;
}

#schedule ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

#schedule .time {
  font-size: 1.5rem;
  width: 8rem;
  line-height: 3rem;
  margin: auto;
  position: relative;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serf;
  font-weight: bold;
  text-align: center;
}

#schedule .time:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #fd9913;
  -webkit-transform: rotate(-0.5deg);
          transform: rotate(-0.5deg);
}

#schedule a {
  font-weight: bold;
}

.judges__list {
  padding: 0;
  list-style: none;
  text-align: center;
}

.judges__item {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  max-width: 200px;
  margin: 2rem auto;
  padding: 0 0.5rem;
  text-align: center;
  vertical-align: top;
}

.judges__item__photo {
  border-radius: 50%;
  margin-bottom: 0.5rem;
}

.judges__item__name {
  line-height: 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #bf1f3f;
  font-family: "Open Sans Condensed", sans-serf;
  text-transform: uppercase;
}

.judges__item__org {
  font-weight: bold;
}

.judges__item__org, .judges__item__title {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 510px) {
  .judges__list {
    text-align: justify;
  }
}

@media screen and (min-width: 640px) {
  @supports (display: flex) {
    .judges__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around;
    }
    .judges__item {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 27%;
              flex: 0 1 27%;
      margin: 1rem 0;
      max-width: none;
      padding: 0;
    }
  }
}

.sponsors {
  list-style: none;
  margin: -2rem 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sponsors li {
  display: inline-block;
  padding: 0 1rem;
  width: 50%;
}

.sponsors a:before {
  display: none;
}

.sponsors img {
  width: 175px;
  -o-object-position: center;
     object-position: center;
}

.vancity {
  margin: auto;
}

.vancity img {
  padding: 25% 0 0;
}

#pirs h2 {
  display: block;
  height: 12rem;
}

#pirs h2:before {
  background: url(../images/midpoint.jpg) bottom right no-repeat;
  background-size: cover;
}

@media screen and (min-width: 480px) {
  section p {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

@media screen and (min-width: 640px) {
  .sponsors {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sponsors li {
    width: auto;
  }
  #about .map {
    width: 45%;
    float: left;
    margin: 0 1rem 1rem 0;
  }
  #about .directions {
    font-size: 1rem;
  }
  #schedule ol {
    margin: 2rem 0;
  }
  #schedule li {
    position: relative;
    padding-bottom: 2rem;
  }
  #schedule li:after {
    content: "";
    display: block;
    position: absolute;
    left: 4rem;
    top: 3rem;
    bottom: 0;
    z-index: -2;
    border-left: 4px dotted #bf1f3f;
  }
  #schedule li p {
    margin: 0 0 0 12rem;
    font-size: 1.25rem;
    line-height: 2rem;
  }
  #schedule li:last-child:after {
    display: none;
  }
  #schedule .time {
    float: left;
  }
}

@media screen and (min-width: 980px) {
  header .short {
    margin-top: 5rem;
  }
  @supports ((-webkit-transform: translateX(-100%)) or (transform: translateX(-100%))) {
    #about .logo {
      position: absolute;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      margin-left: -2rem;
    }
  }
  section {
    padding: 4rem 2rem 2rem;
  }
  section p {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  #about .map {
    width: 50%;
    margin: 0 2rem 2rem 0;
  }
  #about .directions {
    font-size: 1rem;
  }
  #pirs h2 {
    height: 14rem;
  }
}

.navigation {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}

@media screen and (max-width: 640px) {
  .js nav button {
    display: block;
    position: fixed;
    top: 0.5rem;
    right: 1rem;
    height: 3rem;
    width: 7rem;
    border: 2px solid transparent;
    line-height: 1rem;
    margin: auto;
    padding: 0 1rem 0 0;
    background: #bf1f3f;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: "Open Sans Condensed", sans-serf;
    font-weight: bold;
    text-align: right;
    -webkit-transform: 75ms color ease-in-out;
            transform: 75ms color ease-in-out;
    z-index: 4;
    /* Burger animations by Jonathan Suh */
  }
  .js nav button:focus, .js nav button:hover {
    background: #fff;
    color: #bf1f3f;
  }
  .js nav button:focus .icon, .js nav button:hover .icon {
    opacity: 1;
  }
  .js nav button:focus .icon:before,
  .js nav button:focus .icon,
  .js nav button:focus .icon:after, .js nav button:hover .icon:before,
  .js nav button:hover .icon,
  .js nav button:hover .icon:after {
    background: #bf1f3f;
  }
  .js nav button .icon:before,
  .js nav button .icon,
  .js nav button .icon:after {
    display: block;
    width: 1.5rem;
    height: 4px;
    background: #fff;
    border-radius: 0.5rem;
    position: absolute;
  }
  .js nav button .icon {
    opacity: 0.8;
    left: 1rem;
  }
  .js nav button .icon:before {
    top: -0.5rem;
    content: "";
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  }
  .js nav button .icon {
    -webkit-transition: -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    top: 50%;
  }
  .js nav button .icon:after {
    bottom: -0.5rem;
    content: "";
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .js nav button[aria-expanded="true"] .icon:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  }
  .js nav button[aria-expanded="true"] .icon {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .js nav button[aria-expanded="true"] .icon:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media screen and (max-width: 640px) and (min-width: 760px) {
  .js nav button {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .js button[aria-expanded="true"] + #menu {
    left: 0;
  }
  .js #menu {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100%;
    padding: 3rem 3rem;
    z-index: 3;
    font-size: 2.5rem;
    line-height: 4rem;
    background: #bf1f3f;
    -webkit-transition: 175ms left ease-in-out;
    transition: 175ms left ease-in-out;
  }
  .js #menu .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .js #menu .navigation a:before {
    background: #fd9913;
  }
}

@media screen and (min-width: 640px) {
  nav {
    background: #fd9913;
    position: fixed;
    top: 0;
    font-size: 1.25rem;
    width: 100%;
    z-index: 5;
  }
  nav button {
    display: none;
  }
  nav:after {
    content: "";
    display: block;
    border: transparent solid 0;
    border-left: #fd9913 solid 100vw;
    border-bottom-width: 0.5rem;
    position: absolute;
    margin-top: -1px;
    top: 100%;
    width: 100%;
  }
  nav .container {
    position: relative;
    max-width: 1280px;
    margin: auto;
  }
  nav .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    width: 740px;
    max-width: 100%;
  }
  nav .navigation li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    text-align: center;
  }
}

header {
  background: #fd9913;
}

header:before {
  content: "";
  display: block;
  background: #bf1f3f;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0.25rem;
  z-index: 20;
}

header .container {
  position: relative;
  margin: auto;
  max-width: 1280px;
  min-height: 35vw;
  padding: 3rem 2.5rem;
  background: url(../images/header.jpg) no-repeat;
  background-size: 70%;
  background-position: 95% 101%;
  color: #fff;
}

header h1 {
  margin-bottom: 0;
}

header h1 span {
  display: block;
}

header h1 span:first-child {
  font-size: 1.5rem;
  font-size: 7.5vw;
  line-height: 0.85;
}

header h1 span:last-child {
  font-size: 2.875rem;
  font-size: 14.25vw;
  line-height: 0.85;
}

header .date {
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-size: 7vw;
  line-height: 1;
  margin: 0 0 1em 0;
  font-weight: normal;
}

header .short {
  margin: 2rem 0 6rem;
  font-size: 1.75rem;
  font-family: "Open Sans Condensed", sans-serf;
  font-weight: bold;
  width: 320px;
  max-width: 100%;
}

header .register {
  font-size: 2rem;
  margin-left: 2rem;
}

header .register:before {
  opacity: 1;
}

header .register:focus:before, header .register:hover:before {
  -webkit-transform: scale(1.2) rotate(-1deg);
          transform: scale(1.2) rotate(-1deg);
}

.funder-logo {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 2rem auto 1rem;
  padding: 0 1rem;
}

@media screen and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 480px) and (min-resolution: 192dpi) {
  header .container {
    background-image: url(../images/header@2x.jpg);
  }
}

@media screen and (min-width: 400px) {
  header .container {
    background-size: 50%;
  }
}

@media screen and (min-width: 480px) {
  header .short {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 640px) {
  header .container {
    padding: 3rem 5rem;
    background-size: 40%;
  }
  header h1 span:first-child {
    font-size: 4rem;
    font-size: 4.25vw;
    line-height: 0.85;
  }
  header h1 span:last-child {
    font-size: 7.6rem;
    font-size: 8vw;
    line-height: 0.85;
  }
  header .date {
    font-size: 3rem;
    font-size: 4vw;
    line-height: 1;
  }
}

@media screen and (min-width: 860px) {
  .funder-logo {
    position: absolute;
    right: 1rem;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1280px) {
  header .container {
    min-height: 28rem;
  }
  header h1 span:first-child {
    font-size: 4rem;
  }
  header h1 span:last-child {
    font-size: 7.6rem;
  }
  header .date {
    font-size: 3rem;
  }
}

footer {
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 1rem 2rem;
  position: relative;
  min-height: 4rem;
  background: #bf1f3f;
  color: #fff;
  z-index: 1;
  border-bottom: 0.25rem solid #fd9913;
}

footer:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  border: transparent solid 0;
  border-left-width: 100vw;
  border-bottom: #bf1f3f solid 2rem;
}

footer address a,
footer .contact a:first-of-type {
  color: #fff;
  font-weight: bold;
  margin-left: 0.5rem;
}

footer address a:before,
footer .contact a:first-of-type:before {
  background: #fd9913;
  opacity: 1;
  -webkit-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}

footer address a:focus:before, footer address a:hover:before,
footer .contact a:first-of-type:focus:before,
footer .contact a:first-of-type:hover:before {
  -webkit-transform: scale(1.2) rotate(1deg);
          transform: scale(1.2) rotate(1deg);
}

footer .logo {
  display: block;
  max-width: 160px;
  margin: auto;
}

footer .logo:before {
  display: none;
}

footer address {
  margin: 2rem auto;
  max-width: 180px;
  font-style: normal;
}

footer address p,
footer .contact p {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1rem;
  margin: 0 0 0.5rem 0;
}

footer .contact {
  text-align: center;
}

footer .contact p {
  margin-bottom: 0;
}

footer .contact a {
  font-size: 1.75rem;
  line-height: 5rem;
}

footer .contact .social {
  display: inline-block;
  color: #ffcbd0;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  margin: 0 0.5rem;
}

footer .contact .social:focus, footer .contact .social:hover {
  color: #fff;
}

footer .contact .social svg {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

footer .copyright {
  font-size: 0.75rem;
  margin: 1rem 0 0;
  color: #ffcbd0;
  font-family: "Open Sans Condensed", sans-serf;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

footer .copyright a {
  color: #fff;
}

footer .copyright a:before {
  display: none;
}

footer .copyright a:focus, footer .copyright a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 560px) {
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 480px;
    margin: auto;
  }
  footer .container:before {
    content: "";
    display: block;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer address {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .contact {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  footer .copyright {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
  }
  footer address,
  footer .contact {
    width: 260px;
    margin: 2rem 0;
  }
}

@media screen and (min-width: 980px) {
  footer .container {
    max-width: 760px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  footer .container:before {
    display: none;
  }
  footer .logo {
    margin: 0 2rem 0 0;
  }
  footer address {
    margin: 1rem 0 0 0;
  }
  footer .contact {
    margin: 1rem 0 0 auto;
  }
}

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