/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  border: 0; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Osborne & Ferrar
   ========================================================================== */
html {
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 16px; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: white;
  color: #000;
  margin: 0;
  position: relative;
  min-height: 100%;
  font-family: "Open Sans", sans-serif; }

p {
  font-family: "Gentium Basic", serif; }

a {
  color: #000;
  text-decoration: none; }

.serif {
  font-family: "Gentium Basic", serif; }

.content {
  width: auto;
  max-width: 100%;
  margin: 0 auto; }

.content svg {
  fill: white;
  background: none;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  max-height: 800px;
  max-height: 75vh;
  width: 100%; }

html:not(.svg) svg {
  display: none; }

.svg-fallback {
  background-image: url(village-fete.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }

html:not(.svg) .svg-fallback {
  display: block; }

.svg .svg-fallback {
  display: none !important; }

@media only screen and (min-width: 600px) {
  .content svg,
  .content .svg-fallback {
    max-height: 400px;
    max-height: 75vh; } }
.content .text {
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 400; }

/* type */
p, .h2 {
  padding: 0;
  margin: 0; }

.h2.serif {
  font-weight: 400;
  text-align: center;
  font-size: 46px;
  line-height: 100%; }

@media only screen and (max-width: 800px) {
  .h2.serif {
    font-size: 38px; } }
@media only screen and (max-width: 480px) {
  .h2.serif {
    font-size: 28px; } }
.h2:not(.serif) {
  font-weight: 400;
  text-align: center;
  font-size: 46px;
  display: inline-block;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 3px;
  text-transform: uppercase; }

@media only screen and (max-width: 800px) {
  .h2:not(.serif) {
    font-size: 20px; } }
@media only screen and (max-width: 480px) {
  .h2:not(.serif) {
    font-size: 11px; } }
/* no line break */
@media only screen and (min-width: 480px) {
  .person {
    /*white-space: nowrap;*/ } }

.action, .help {
  font-family: "Dia",sans-serif !important;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-decoration: none; }

.action {
  border-color: #fff;
  border: 1px solid;
  display: inline-block;
  padding: 2px 6px;
  letter-spacing: 3px;
  font-weight: 600; }

.action:hover {
  background-color: #fff;
  color: red; }

.action.disabled {
  pointer-events: none;
  cursor: default; }

.help {
  font-weight: 400;
  max-width: 1000px;
  letter-spacing: 2px;
  margin: 0 auto; }

.site-link {
  width: 100%;
  padding: 20px 0;
  text-align: center; }

.content .text a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid;
  padding: 7px 15px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  line-height: 100%; }

.content .text a:hover {
  text-decoration: none;
  color: red;
  background-color: white; }

footer {
  padding: 0 20px 100px 20px;
  width: 100%;
  color: white;
  font-size: 12px;
  text-align: center; }

/* typography
   ========================================================================== */
.caps, .fete-nav nav ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase; }

.huge, .big, #directions .section-content .about p {
  font-family: "Gentium Basic", serif;
  letter-spacing: 0;
  text-align: center; }

.huge {
  font-size: 5vw;
  padding: 2vw 0; }
  @media only screen and (max-width: 480px) {
    .huge {
      font-size: 20px;
      padding: 20px 0; } }

.big, #directions .section-content .about p {
  font-size: 2.5vw;
  padding: 2vw 0; }
  @media only screen and (max-width: 480px) {
    .big, #directions .section-content .about p {
      font-size: 20px;
      padding: 20px 0; } }

.neutral, #landing header p {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5vw;
  margin: 20px auto;
  letter-spacing: 0; }
  @media only screen and (max-width: 800px) {
    .neutral, #landing header p {
      font-size: 24px; } }

.logistical {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 0;
  line-height: 160%;
  display: block; }
  .logistical a {
    border-bottom: 1px solid #000;
    margin-right: 5px; }

/* sections
   ========================================================================== */
section {
  padding: 0 20px 0 20px; }
  section .heading:not(.strikethrough) {
    height: 50px;
    width: 100%;
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #000; }
    section .heading:not(.strikethrough) .h2 {
      z-index: 10;
      line-height: 50px;
      display: inline-block;
      position: relative; }
  section .heading.strikethrough {
    padding: 39px 0 13px 0;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: white; }
    section .heading.strikethrough .h2 {
      z-index: 10;
      padding: 0 20px;
      background-color: white;
      display: inline-block;
      position: relative; }
    section .heading.strikethrough:before {
      height: 1px;
      width: 100%;
      background-color: #fff;
      position: absolute;
      top: 50px;
      left: 0;
      content: "";
      z-index: 0; }
  section .heading.is_stuck {
    z-index: 9999; }

/* landing === */
#landing {
  padding: 0 20px 0 20px;
  position: relative; }
  #landing .hero {
    height: 100vh;
    width: 100%;
    position: relative;
    margin-top: -50px;
    text-align: center; }
    #landing .hero svg, #landing .hero img {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      max-height: 80vh;
      max-width: 100%;
      opacity: 0;
      transition: opacity 0.3s ease-in-out; }
    #landing .hero svg.fadein, #landing .hero img.fadein {
      opacity: 1; }
  #landing header {
    width: 100%;
    padding: 0 20px 80px 20px;
    margin-top: -50px;
    text-align: center; }
    #landing header .spinner {
      width: 100%;
      text-align: center; }
      #landing header .spinner img, #landing header .spinner svg {
        width: 100%;
        height: auto;
        max-width: 90px;
        max-height: 90px;
        /* animation */
        -webkit-animation-name: spin;
        -webkit-animation-duration: 8000ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 8000ms;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spin;
        -ms-animation-duration: 8000ms;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        animation-name: spin;
        animation-duration: 8000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
    @media only screen and (max-width: 639px) {
      #landing header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        #landing header .left,
        #landing header .right,
        #landing header .spinner {
          flex: 0 0 100%; }
        #landing header .spinner {
          order: 1;
          padding-bottom: 20px; }
        #landing header .left {
          order: 2; }
        #landing header .right {
          order: 3; }
        #landing header .xl {
          margin: 0; } }
    @media only screen and (min-width: 640px) {
      #landing header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        #landing header .left,
        #landing header .right {
          flex: 0 0 40%;
          text-align: center; }
        #landing header .left {
          /*text-align:left;*/ }
        #landing header .right {
          /*text-align:right;*/ }
        #landing header .spinner {
          flex: 0 0 20%; } }

/* schedule === */
.schedules {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding-bottom: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-top: 60px;
  max-width: 1200px;
  margin: 0 auto; }
  .schedules .schedule-cell {
    flex: 0 0 33%;
    padding: 20px; }
    @media only screen and (max-width: 1000px) {
      .schedules .schedule-cell {
        flex: 0 0 50%;
        max-width: 320px; } }
    @media only screen and (max-width: 640px) {
      .schedules .schedule-cell {
        flex: 0 0 100%;
        max-width: 320px;
        padding-left: 0;
        padding-right: 0; } }
    .schedules .schedule-cell .schedule {
      text-align: center; }
      .schedules .schedule-cell .schedule .clock svg {
        width: 100%;
        margin: 0 auto;
        display: inline-block;
        max-width: 140px; }
      .schedules .schedule-cell .schedule .schedule-info {
        padding: 20px; }
        .schedules .schedule-cell .schedule .schedule-info p {
          font-family: "Open Sans", sans-serif;
          font-size: 0.85rem;
          text-transform: uppercase; }
        .schedules .schedule-cell .schedule .schedule-info .description:before {
          content: '';
          width: 15px;
          height: 1px;
          background-color: #000;
          display: block;
          margin: 15px auto; }
      .schedules .schedule-cell .schedule .h3 {
        margin: 4px 0 0 0;
        line-height: 100%;
        font-size: 28px;
        font-weight: 400;
        font-family: "Gentium Basic", serif; }
      .schedules .schedule-cell .schedule .slug {
        text-transform: uppercase;
        font-size: 0.85rem;
        text-transform: uppercase; }
      .schedules .schedule-cell .schedule .slug {
        margin-bottom: 8px; }
  .schedules .schedule-extra {
    text-align: center;
    padding-top: 0; }
    .schedules .schedule-extra .h3 {
      line-height: 100%;
      font-size: 28px;
      font-weight: 400;
      margin: 0;
      font-family: "Gentium Basic", serif; }

/* tickets === */
.tickets {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  font-family: 'Voltaire', serif;
  font-weight: 400;
  padding: 60px 0 40px 0;
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 640px) {
    .tickets {
      padding: 40px 4px 20px 4px; } }
  .tickets .ticket-cell {
    flex: 0 0 33%;
    padding: 20px; }
  .tickets .ticket-cell.sold-out {
    opacity: 0.5; }
  @media only screen and (max-width: 1000px) {
    .tickets .ticket-cell {
      flex: 0 0 50%;
      max-width: 320px; } }
  @media only screen and (max-width: 640px) {
    .tickets .ticket-cell {
      flex: 0 0 100%;
      max-width: 320px;
      padding-left: 0;
      padding-right: 0; }
    .tickets .tickets {
      padding-left: 0;
      padding-right: 0; } }
  .tickets .ticket {
    display: block;
    position: relative;
    color: #fff;
    height: 400px;
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding: 20px 10px 60px 10px;
    border: 1px solid #fff;
    -webkit-box-shadow: 4px 4px 0px 0px white;
    -moz-box-shadow: 4px 4px 0px 0px white;
    box-shadow: 4px 4px 0px 0px white; }
  .tickets .ticket .top-glyph {
    font-size: 30px;
    font-weight: 600;
    line-height: 200%;
    display: none; }
  .tickets .ticket h3, .tickets .ticket .amount {
    margin: 0;
    padding: 0; }
  .tickets .ticket h3 {
    font-size: 28px;
    font-weight: 400; }
  .tickets .ticket .amount {
    font-size: 24px;
    font-family: 'Dia', Helvetica, sans-serif; }
  .tickets .ticket .details {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    margin-top: 30px;
    font-family: 'Dia', Helvetica, sans-serif;
    font-size: 16px; }
  .tickets .ticket .actions {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0; }
  @media only screen and (min-width: 1140px) {
    .tickets .ticket {
      height: 460px; }
    .tickets .ticket h3 {
      font-size: 34px; }
    .tickets .ticket .amount {
      font-size: 30px; }
    .tickets .ticket .details {
      font-size: 17px; } }
  .tickets .crossout {
    position: relative;
    z-index: 1;
    left: -50%;
    width: 300%;
    height: 1px;
    background-color: white;
    -webkit-transform: rotate(-45deg);
    /* Safari and Chrome */
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    transform: rotate(-45deg); }

#directions .section-content {
  padding: 50px 0; }
  #directions .section-content .about {
    text-align: center; }
    #directions .section-content .about img {
      margin: 0 auto 40px auto;
      width: 640px;
      max-width: 100%; }
      @media only screen and (max-width: 640px) {
        #directions .section-content .about img {
          margin: 0 auto 20px auto; } }
    #directions .section-content .about p {
      padding-bottom: 2vw;
      -webkit-columns: 2 240px;
      -moz-columns: 2 240px;
      columns: 2 240px;
      -webkit-column-gap: 2em;
      -moz-column-gap: 2em;
      column-gap: 2em;
      color: #000;
      text-align: left;
      font-size: 24px; }
      #directions .section-content .about p .dont-break {
        display: inline-block; }

/* schedule === */
.sponsors {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding-bottom: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-top: 60px;
  max-width: 900px;
  margin: 0 auto; }
  .sponsors .h3 {
    flex: 0 0 100%;
    text-align: center; }
  .sponsors .h3, .sponsors .h4 {
    margin: 4px 0 0 0;
    line-height: 100%;
    letter-spacing: 0.01em;
    font-weight: 400;
    font-size: 16px; }
    .sponsors .h3:after, .sponsors .h4:after {
      content: '';
      width: 15px;
      height: 1px;
      background-color: #fff;
      display: block;
      margin: 15px auto; }
  .sponsors .h3, .sponsors .h4, .sponsors .slug {
    text-transform: uppercase; }
  .sponsors .second-level-sponsors {
    flex: 0 0 100%; }
    .sponsors .second-level-sponsors .container {
      max-width: 800px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
  .sponsors .sponsor-cell {
    flex: 0 0 33%;
    padding: 20px;
    display: flex;
    align-items: center;
    align-self: flex-start; }
    @media only screen and (max-width: 640px) {
      .sponsors .sponsor-cell {
        flex: 0 0 100%;
        max-width: 320px;
        padding-left: 0;
        padding-right: 0; } }
    .sponsors .sponsor-cell .sponsor, .sponsors .sponsor-cell .info {
      text-align: center;
      align-self: flex-start;
      justify-content: center;
      margin: 0 auto; }
      .sponsors .sponsor-cell .sponsor .logo, .sponsors .sponsor-cell .info .logo {
        padding: 20px; }
        .sponsors .sponsor-cell .sponsor .logo svg, .sponsors .sponsor-cell .sponsor .logo img, .sponsors .sponsor-cell .info .logo svg, .sponsors .sponsor-cell .info .logo img {
          margin: 0 auto;
          display: inline-block;
          width: 100%;
          max-width: 300px;
          max-height: 200px; }
      .sponsors .sponsor-cell .sponsor .slug, .sponsors .sponsor-cell .info .slug {
        margin-bottom: 8px; }
    .sponsors .sponsor-cell .info {
      text-align: center;
      align-self: center;
      width: 100%; }
      .sponsors .sponsor-cell .info ul {
        list-style: none;
        padding: 0;
        margin: 0; }
  @media only screen and (max-width: 640px) {
    .sponsors #one {
      order: 1; }
    .sponsors #two {
      order: 2; }
    .sponsors #three {
      order: 3; }
    .sponsors #four {
      order: 4; } }

#lodging .section-content {
  padding: 50px 0;
  width: 100%; }
  #lodging .section-content .contact {
    width: 100%; }
    @media only screen and (min-width: 480px) {
      #lodging .section-content .contact {
        text-align: center; } }
    #lodging .section-content .contact p {
      font-size: 24px;
      margin: 0 0 1.5em 0;
      width: 100%;
      display: inline-block;
      vertical-align: top;
      max-width: 800px; }
      #lodging .section-content .contact p .logistical {
        line-height: 80%;
        padding-top: 10px; }

#registry .section-content {
  padding: 50px 0;
  width: 100%; }
  #registry .section-content .contact {
    width: 100%; }
    @media only screen and (min-width: 480px) {
      #registry .section-content .contact {
        text-align: center; } }
    #registry .section-content .contact p {
      padding-bottom: 30px;
      width: 100%;
      display: inline-block;
      vertical-align: top;
      max-width: 800px;
      font-size: 24px;
      margin: 0 0 1em 0; }
      #registry .section-content .contact p a {
        border-bottom: 2px solid #000;
        margin-bottom: 12px;
        display: inline-block; }
    #registry .section-content .contact p.small {
      font-size: 1.7vw; }

/* utility
   ========================================================================== */
.list-of-people {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2vw 0; }
  @media only screen and (min-width: 0px) {
    .list-of-people {
      -webkit-columns: 3 180px;
      -moz-columns: 3 180px;
      columns: 3 180px;
      -webkit-column-gap: 2em;
      -moz-column-gap: 2em;
      column-gap: 2em; } }
  .list-of-people ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 24px;
    width: 100%;
    display: inline-block; }
    @media only screen and (max-width: 640px) {
      .list-of-people ul {
        display: inline; } }

.sub-heading {
  margin: 4px 0 0 0;
  line-height: 100%;
  width: 100%;
  display: inline-block;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 40px; }
  @media only screen and (max-width: 640px) {
    .sub-heading {
      padding-top: 40px; } }
  .sub-heading:after {
    content: '';
    width: 15px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 15px auto; }

.flex-full {
  flex: 0 0 100% !important;
  max-width: 100% !important; }
  .flex-full .sponsor {
    width: 100% !important; }
    .flex-full .sponsor .logo {
      width: 100% !important;
      max-width: 100% !important;
      max-height: none !important; }
      .flex-full .sponsor .logo svg {
        width: 100% !important;
        max-width: 500px !important;
        max-height: none !important; }

@media only screen and (min-width: 1001px) {
  .flex-half {
    flex: 0 0 50% !important; } }

/* fixed nav and pushup menu
   ========================================================================== */
@media screen and (min-width: 800px) {
  .mobile-menu-button {
    display: none; }
    .mobile-menu-button .launch-menu {
      display: none; } }
@media screen and (max-width: 799px) {
  .mobile-menu-button {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    background-color: #fff; }
    .mobile-menu-button .launch-menu {
      background: none;
      padding: 0;
      line-height: 50px;
      border-top: 1px solid #000;
      width: 100%;
      z-index: 1000; }
      .mobile-menu-button .launch-menu:focus {
        outline: 0; } }

.launch-menu:after {
  content: 'Menu'; }

.nav-open .launch-menu:after {
  content: 'Close'; }

.fete-nav {
  background-color: white;
  background-color: white; }
  @media screen and (min-width: 800px) {
    .fete-nav {
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9999;
      padding: 0 20px; }
      .fete-nav .launch-menu {
        display: none; } }
  .fete-nav nav {
    height: 50px;
    width: 100%;
    border-top: 1px solid #000;
    text-align: center; }
    .fete-nav nav ul {
      display: inline-block;
      padding: 0; }
      .fete-nav nav ul li {
        display: inline-block;
        padding: 0 20px; }
        .fete-nav nav ul li a {
          display: inline-block;
          line-height: 100%;
          position: relative; }
        .fete-nav nav ul li a.active:after {
          content: '';
          display: block;
          width: 100%;
          height: 50%;
          position: absolute;
          top: -1px;
          left: 0;
          border-bottom: 1px solid #000; }
  @media screen and (max-width: 799px) {
    .fete-nav {
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 100;
      padding: 0 20px; }
      .fete-nav .launch-menu {
        background: none;
        padding: 0;
        line-height: 50px;
        border-top: 1px solid #000;
        width: 100%;
        z-index: 1000; }
        .fete-nav .launch-menu:after {
          content: 'Menu'; }
      .fete-nav nav {
        width: 100%;
        position: fixed;
        width: 100%;
        height: 320px;
        left: 0;
        border-top: 0;
        z-index: 1000;
        overflow: hidden;
        bottom: -320px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 0 20px 80px 20px;
        background-color: white; }
        .fete-nav nav ul {
          border-top: 1px solid #000;
          background-color: white;
          width: 100%;
          padding: 10px 0 0 0;
          margin: 0; }
          .fete-nav nav ul li {
            display: block;
            padding: 10px 0;
            text-align: center; } }

@media screen and (max-width: 799px) {
  .nav-open nav {
    bottom: 0px !important; } }
