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

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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* HTML5 Boilerplate */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

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

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

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

/* Correct overflow displayed oddly in IE9  */
svg:not(:root) {
  overflow: hidden; }

label {
  cursor: pointer; }

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

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

button, input {
  line-height: normal;
  *overflow: visible; }

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

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

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

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

/*
html { -webkit-tap-highlight-color: rgba(0,0,0,0); }
::-moz-selection  { background: #fe57a1; color: #fff; text-shadow: none; }
::selection       { background: #fe57a1; color: #fff; text-shadow: none; }
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

figure img {
  display: block;
  max-width: 100%; }

body {
  font-family: "proxima-nova";
  line-height: 1.25; }

#navigation {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 200;
  font-size: 1.25em;
  line-height: 1; }
  #navigation > div {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3em;
    margin-top: 1em;
    background-image: url("../../images/xoxo-logo.svg");
    background-size: auto 75%;
    background-repeat: no-repeat;
    background-position: center; }
    .no-svg #navigation > div {
      background-image: url("../../images/xoxo-logo@2x.png"); }
    .no-backgroundsize #navigation > div {
      background-image: url("../../images/xoxo-logo-small.png"); }
  #navigation ul {
    *zoom: 1; }
    #navigation ul:before, #navigation ul:after {
      content: " ";
      display: table; }
    #navigation ul:after {
      clear: both; }
  #navigation li {
    float: left;
    width: 21.25%; }
    #navigation li:nth-child(2) {
      margin-right: 7.5%; }
    #navigation li:nth-child(3) {
      margin-left: 7.5%; }
  #navigation a {
    display: block;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: white;
    color: rgba(255, 255, 255, 0.75); }
    #navigation a:hover {
      color: white; }
  @media screen and (min-width: 750px) {
    #navigation.sticky {
      position: fixed;
      background-color: #c1559a;
      font-size: 1.0625em; }
      #navigation.sticky > div {
        margin-top: 0;
        padding-bottom: 0;
        background-size: auto 55%; }
      #navigation.sticky a {
        padding-top: 2em;
        padding-bottom: 2em; } }
  @media screen and (max-width: 749px) {
    #navigation {
      position: fixed;
      background-color: #c1559a;
      font-size: 1.0625em; }
      #navigation > div {
        margin-top: 0;
        padding-bottom: 0;
        background-size: auto 55%; }
      #navigation a {
        padding-top: 2em;
        padding-bottom: 2em; } }
  @media screen and (max-width: 749px) {
    #navigation > div {
      *zoom: 1; }
      #navigation > div:before, #navigation > div:after {
        content: " ";
        display: table; }
      #navigation > div:after {
        clear: both; }
      .no-backgroundsize #navigation > div {
        background-image: url("../../images/xoxo-logo-tiny.png"); }
    #navigation nav {
      height: 3.5em;
      width: 3.5em;
      float: right;
      overflow: visible;
      cursor: pointer;
      background-image: url("../../images/menu-button@2x.png");
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 100%; }
      .no-backgroundsize #navigation nav {
        background-image: url("../../images/menu-button.png"); }
    #navigation ul {
      width: 100%;
      position: absolute;
      left: 0;
      top: 3.5em;
      background-color: #c1559a;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      display: none; }
    #navigation li {
      float: none;
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important; }
    #navigation a {
      padding-top: 0.6em !important;
      padding-bottom: 0.6em !important; }
    #navigation nav.open {
      background-position: bottom center; }
      #navigation nav.open ul {
        display: block; } }

#player {
  position: relative;
  background: #c1559a;
  padding-bottom: 56.25%; }
  @media screen and (max-width: 749px) {
    #player {
      margin-top: 3.5em; } }
  #player > * {
    position: absolute; }
  #player .player-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }
  #player #player-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  #player #player-button {
    bottom: 5%;
    z-index: 10; }

#player-wrapper {
  opacity: 0.0;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }

#player-fluid-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #c1559a; }
  #player-fluid-wrapper iframe {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

#player-embed img {
  display: block;
  max-width: 100%; }

.player-overlay {
  color: white;
  padding-top: 19%; }
  .player-overlay > * {
    text-align: center;
    text-transform: uppercase;
    line-height: 1; }
  .player-overlay h1 {
    font-family: "alternate-gothic-no-1-d";
    font-size: 190px;
    margin-bottom: -0.05em; }
  .player-overlay h2 {
    font-size: 38px;
    font-weight: 800;
    opacity: 0.75;
    letter-spacing: 1px; }
    .player-overlay h2 .slash {
      opacity: 0.8;
      padding: 0 0.25em; }

#player-button {
  width: 100%;
  text-align: center; }
  #player-button button {
    display: none;
    border-radius: 4px;
    background: none;
    font-family: "proxima-nova";
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    padding: 0.9em 1.1em 1.0em;
    letter-spacing: 1px;
    font-weight: 800;
    border: solid 2px white;
    border: solid 2px rgba(255, 255, 255, 0.5);
    color: white;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    #player-button button:hover {
      border-color: rgba(255, 255, 255, 0.9);
      color: white; }

@media screen and (min-width: 900px) and (max-width: 999px) {
  #navigation {
    font-size: 1.1875em; }

  #navigation > div {
    background-position: center 20%;
    padding-bottom: 2em; }

  .player-overlay {
    padding-top: 18%; }
    .player-overlay h1 {
      font-size: 160px; }
    .player-overlay h2 {
      font-size: 31px; } }
@media screen and (max-width: 899px) {
  #player-button button {
    font-size: 14px;
    padding: 0.7em 0.9em 0.75em; } }
@media screen and (min-width: 750px) and (max-width: 899px) {
  #navigation {
    font-size: 1.0625em; }

  #navigation > div {
    padding-bottom: 1em; }

  .player-overlay {
    padding-top: 19%; }
    .player-overlay h1 {
      font-size: 125px; }
    .player-overlay h2 {
      font-size: 24px; } }
@media screen and (max-width: 749px) {
  #player-button {
    bottom: 10%; }

  #player-button button {
    font-size: 13px;
    padding: 0.6em 0.8em 0.6em;
    font-weight: 700; } }
@media screen and (min-width: 550px) and (max-width: 749px) {
  .player-overlay {
    padding-top: 14%; }
    .player-overlay h1 {
      font-size: 100px; }
    .player-overlay h2 {
      font-size: 19px; } }
@media screen and (max-width: 549px) {
  .player-overlay h2 {
    letter-spacing: 0px; }

  #player-button button {
    font-size: 12px; } }
@media screen and (min-width: 400px) and (max-width: 549px) {
  .player-overlay {
    padding-top: 12.5%; }
    .player-overlay h1 {
      font-size: 80px; }
    .player-overlay h2 {
      font-size: 18px; } }
@media screen and (max-width: 399px) {
  .player-overlay {
    padding-top: 7%; }
    .player-overlay h1 {
      font-size: 65px; }
    .player-overlay h2 {
      font-size: 14px; } }
#intro {
  padding: 5%;
  margin-top: 3%;
  margin-bottom: 3%;
  color: #c1559a;
  background-color: white;
  font-size: 2.625em;
  line-height: 1.4; }
  #intro p {
    font-weight: 700;
    text-align: center;
    border: solid 8px #a63d80;
    padding: 5%; }
  #intro strong {
    font-weight: 800;
    color: #a63d80; }
  @media screen and (max-width: 549px) {
    #intro {
      font-size: 1.25em; }
      #intro p {
        border-width: 4px; } }
  @media screen and (max-width: 999px) {
    #intro p {
      padding-left: 3%;
      padding-right: 3%; } }
  @media screen and (min-width: 550px) and (max-width: 999px) {
    #intro {
      font-size: 1.875em; }
      #intro p {
        padding-left: 3%;
        padding-right: 3%;
        border-width: 6px; } }

main > section {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.875em;
  line-height: 1.3;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 15%;
  padding-top: 5em; }
  @media screen and (min-width: 900px) and (max-width: 999px) {
    main > section {
      font-size: 1.75em; } }
  @media screen and (min-width: 550px) and (max-width: 899px) {
    main > section {
      font-size: 1.5em;
      line-height: 1.25; } }
  @media screen and (max-width: 549px) {
    main > section {
      font-size: 1.125em;
      line-height: 1.25; } }
  @media screen and (max-width: 899px) {
    main > section {
      padding-top: 5.2em; } }
  @media screen and (max-width: 749px) {
    main > section {
      padding-top: 4.0em; } }
  @media screen and (max-width: 549px) {
    main > section {
      padding-top: 4.5em; } }

main > section > header {
  *zoom: 1;
  margin-bottom: 3em; }
  main > section > header:before, main > section > header:after {
    content: " ";
    display: table; }
  main > section > header:after {
    clear: both; }
  main > section > header > * {
    max-width: 32em;
    margin-left: auto;
    margin-right: auto; }
  main > section > header figure {
    margin-left: auto;
    margin-right: auto;
    width: 7.5em; }
    main > section > header figure img {
      width: 100%; }

main > section > header h1, main > section > header p {
  text-align: center; }
main > section > header h1 {
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  font-weight: 800;
  color: #812f63;
  font-size: 2.5em;
  margin-top: 0.4em;
  margin-bottom: 0.2em; }
  @media screen and (max-width: 549px) {
    main > section > header h1 {
      font-size: 2em; } }
main > section > header p {
  font-weight: 700;
  color: #c1559a;
  line-height: 1.45; }
  @media screen and (min-width: 550px) and (max-width: 899px) {
    main > section > header p {
      line-height: 1.35; } }
  @media screen and (max-width: 549px) {
    main > section > header p {
      line-height: 1.25; } }

main > section > * + * {
  font-weight: 600; }
  main > section > * + * a {
    text-decoration: none;
    color: #812f63; }
    main > section > * + * a:hover {
      color: white;
      background-color: #a63d80; }
  main > section > * + * p, main > section > * + * li {
    color: #c1559a; }
  main > section > * + * p + p {
    margin-top: 1em; }
  main > section > * + * h3 {
    font-weight: 800;
    color: #812f63;
    margin-bottom: 0.1em; }
  main > section > * + * * + h3 {
    margin-top: 1.4em; }
  main > section > * + * ol {
    list-style-type: decimal;
    padding-left: 1.3em; }
main > section .more-tba {
  clear: both;
  overflow: auto; }
  main > section .more-tba p {
    padding: 3%;
    border: 6px dashed #a63d80;
    color: #c1559a;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 899px) {
      main > section .more-tba p {
        border-width: 4px; } }
    @media screen and (max-width: 749px) {
      main > section .more-tba p {
        padding: 5%; } }

.festival {
  *zoom: 1; }
  .festival:before, .festival:after {
    content: " ";
    display: table; }
  .festival:after {
    clear: both; }
  .festival > * {
    margin-bottom: 3%; }
    @media screen and (max-width: 549px) {
      .festival > * {
        margin-bottom: 5%; } }
    @media screen and (min-width: 550px) {
      .festival > * {
        float: left;
        margin-left: 3%; } }
    @media screen and (min-width: 550px) and (max-width: 999px) {
      .festival > * {
        width: 48.5%; }
        .festival > *:nth-child(2n+1) {
          clear: left;
          margin-left: 0; }
        .festival > *.centered {
          margin-left: 25.75%; } }
    @media screen and (min-width: 1000px) {
      .festival > * {
        width: 31.33333%; }
        .festival > *:nth-child(3n+1) {
          clear: left;
          margin-left: 0; }
        .festival > *.centered {
          margin-left: 34.33333%; } }
  .festival li {
    position: relative;
    background-color: #F7F2F5;
    background-size: cover;
    background-position: center center; }
    .js .festival li {
      padding-top: 10em; }
    .festival li > div {
      width: 100%;
      padding: 5%; }
      .js .festival li > div {
        position: absolute;
        bottom: 0; }
    .festival li.shown.social {
      background-image: url("../../images/festival/social.jpg"); }
    .festival li.shown.unmarket {
      background-image: url("../../images/festival/unmarket.jpg"); }
    .festival li.shown.music {
      background-image: url("../../images/festival/music.jpg"); }
    .festival li.shown.arcade {
      background-image: url("../../images/festival/arcade.jpg"); }
    .festival li.shown.film {
      background-image: url("../../images/festival/film.jpg"); }
    .festival li.shown.tabletop {
      background-image: url("../../images/festival/tabletop.jpg"); }
    .no-backgroundsize .festival li.shown.social {
      background-image: url("../../images/festival/small/social.jpg"); }
    .no-backgroundsize .festival li.shown.unmarket {
      background-image: url("../../images/festival/small/unmarket.jpg"); }
    .no-backgroundsize .festival li.shown.music {
      background-image: url("../../images/festival/small/music.jpg"); }
    .no-backgroundsize .festival li.shown.arcade {
      background-image: url("../../images/festival/small/arcade.jpg"); }
    .no-backgroundsize .festival li.shown.film {
      background-image: url("../../images/festival/small/film.jpg"); }
    .no-backgroundsize .festival li.shown.tabletop {
      background-image: url("../../images/festival/small/tabletop.jpg"); }
  .festival h3 {
    text-transform: uppercase;
    font-weight: 800;
    color: #812f63; }
  .festival p {
    color: #c1559a;
    font-size: 0.7em; }
    @media screen and (max-width: 899px) {
      .festival p {
        font-size: 0.8em; } }

.pass-types {
  margin-bottom: 5%; }
  .pass-types li {
    padding: 1em;
    position: relative;
    background: #F8F0F5; }
    .pass-types li + li {
      margin-top: 3%; }
  .pass-types h3 {
    margin-right: 4.5em; }
  .pass-types p:last-child {
    margin-right: 6em;
    margin-top: 0.1em; }
  .pass-types .price {
    display: block;
    position: absolute;
    top: 0.05em;
    right: 0.35em; }
  .pass-types h3 {
    font-size: 1.25em;
    color: #812f63;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: -0.2em; }
  .pass-types .price {
    font-family: "alternate-gothic-no-1-d";
    font-weight: 400;
    font-size: 3.6em;
    color: #c1559a;
    margin: 0; }
    .pass-types .price:first-letter {
      color: #812f63;
      margin-right: 3px; }
  .pass-types .sold-out h3 {
    margin-right: 7em; }
  .pass-types .sold-out p:last-child {
    margin-right: 9em; }
  .pass-types .sold-out .price {
    top: 0.2em;
    right: 0.2em;
    font-size: 2.6em;
    padding-left: 0.35em;
    padding-right: 0.35em;
    padding-top: 0.15em;
    text-transform: uppercase;
    background-color: #a63d80; }
    .pass-types .sold-out .price, .pass-types .sold-out .price:first-letter {
      color: white;
      margin-right: 0; }
  @media screen and (max-width: 549px) {
    .pass-types {
      text-align: center; }
      .pass-types h3 {
        font-size: 1em; }
      .pass-types h3, .pass-types p:last-child {
        margin: 0; }
      .pass-types .price {
        position: static;
        top: 0;
        right: 0;
        margin-top: 0em;
        margin-bottom: -0.1em;
        font-size: 4em; }
      .pass-types .sold-out h3, .pass-types .sold-out p:last-child {
        margin: 0; }
      .pass-types .sold-out .price {
        display: inline-block;
        margin-top: 0.2em;
        margin-bottom: 0.2em; } }

.pass-types,
.go-to-registration {
  max-width: 28em;
  margin-left: auto;
  margin-right: auto; }

.go-to-registration a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0.6em 0.7em 0.55em;
  border-radius: 10px;
  border: solid 6px #c1559a;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-rendering: optimizeLegibility;
  text-decoration: none;
  text-align: center;
  background-color: #c1559a;
  background-repeat: no-repeat;
  background-position: right center; }
  .go-to-registration a:hover {
    background-color: white;
    border-color: #a63d80;
    color: #a63d80; }

.schedule .day h3 span {
  display: inline-block;
  padding: 0.3em 0.5em;
  background: #f9f9f9;
  color: #812f63; }
.schedule .day li {
  background: #f9f9f9;
  margin-top: 6px; }
.schedule .day p {
  background: #F4EBF1;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: #a63d80;
  padding: 0.3em 0.5em; }
@media screen and (max-width: 549px) {
  .schedule .day li {
    margin-top: 3px; } }
@media screen and (max-width: 749px) {
  .schedule * + .day {
    margin-top: 1em; } }
@media screen and (min-width: 750px) {
  .schedule {
    position: relative; }
    .schedule .spanned {
      display: none; }
    .schedule .day h3 {
      position: absolute;
      top: 0; }
    .schedule .day-1 h3 {
      position: static; }
    .schedule .day-2 h3 {
      left: 25%; }
    .schedule .day-2 p {
      margin-left: 25%; }
    .schedule .day-3 h3 {
      left: 50%; }
    .schedule .day-3 p {
      margin-left: 50%; }
    .schedule .day-4 h3 {
      left: 75%; }
    .schedule .day-4 p {
      margin-left: 75%; }
    .schedule p {
      width: 25%; }
    .schedule .span-2 p {
      width: 50%; }
    .schedule .span-3 p {
      width: 75%; }
    .schedule .span-4 p {
      width: 100%; } }

.speakers {
  *zoom: 1; }
  .speakers:before, .speakers:after {
    content: " ";
    display: table; }
  .speakers:after {
    clear: both; }
  .speakers > * {
    margin-bottom: 3%; }
    @media screen and (max-width: 549px) {
      .speakers > * {
        margin-bottom: 5%; } }
    @media screen and (min-width: 550px) {
      .speakers > * {
        float: left;
        margin-left: 3%; } }
    @media screen and (min-width: 550px) and (max-width: 999px) {
      .speakers > * {
        width: 48.5%; }
        .speakers > *:nth-child(2n+1) {
          clear: left;
          margin-left: 0; }
        .speakers > *.centered {
          margin-left: 25.75%; } }
    @media screen and (min-width: 1000px) {
      .speakers > * {
        width: 31.33333%; }
        .speakers > *:nth-child(3n+1) {
          clear: left;
          margin-left: 0; }
        .speakers > *.centered {
          margin-left: 34.33333%; } }
  .speakers a {
    display: block;
    padding: 0.4em 0.5em 0.5em;
    background: #F7F2F5;
    line-height: 1.25; }
    .speakers a:hover {
      background-color: #a63d80; }
      .speakers a:hover h3 {
        color: white; }
      .speakers a:hover p {
        color: white;
        color: rgba(255, 255, 255, 0.85); }
  .speakers h3 {
    font-weight: 800;
    margin: 0; }
  .speakers .surname {
    text-transform: uppercase; }
  .speakers p {
    font-size: 0.8em;
    color: #c1559a;
    margin: 0; }

.no-js .speakers img[data-src] {
  display: none; }

.patrons h1 {
  font-size: 1.3em;
  font-weight: 800;
  color: #812f63;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em; }
.patrons ul {
  *zoom: 1; }
  .patrons ul:before, .patrons ul:after {
    content: " ";
    display: table; }
  .patrons ul:after {
    clear: both; }
  .patrons ul > * {
    margin-bottom: 3%; }
    @media screen and (max-width: 549px) {
      .patrons ul > * {
        margin-bottom: 5%; } }
    @media screen and (min-width: 550px) {
      .patrons ul > * {
        float: left;
        margin-left: 3%; } }
    @media screen and (min-width: 550px) and (max-width: 999px) {
      .patrons ul > * {
        width: 48.5%; }
        .patrons ul > *:nth-child(2n+1) {
          clear: left;
          margin-left: 0; }
        .patrons ul > *.centered {
          margin-left: 25.75%; } }
    @media screen and (min-width: 1000px) {
      .patrons ul > * {
        width: 31.33333%; }
        .patrons ul > *:nth-child(3n+1) {
          clear: left;
          margin-left: 0; }
        .patrons ul > *.centered {
          margin-left: 34.33333%; } }
  @media screen and (max-width: 549px) {
    .patrons ul {
      margin-left: auto;
      margin-right: auto;
      max-width: 15em; } }
.patrons a {
  display: block; }
.patrons a:hover {
  background: none;
  opacity: 0.5; }
.patrons img {
  display: block;
  max-width: 100%; }

footer {
  font-size: 1.875em;
  line-height: 1.3;
  line-height: 1.4;
  font-weight: 600;
  color: #c1559a;
  background-color: #F8F0F5; }
  @media screen and (min-width: 900px) and (max-width: 999px) {
    footer {
      font-size: 1.75em; } }
  @media screen and (min-width: 550px) and (max-width: 899px) {
    footer {
      font-size: 1.5em;
      line-height: 1.25; } }
  @media screen and (max-width: 549px) {
    footer {
      font-size: 1.125em;
      line-height: 1.25; } }
  footer a {
    color: #a63d80;
    text-decoration: none;
    font-weight: 700; }
    footer a:hover {
      background: #a63d80;
      color: #F8F0F5; }
    footer a:active {
      background: #812f63;
      color: #F8F0F5; }
  footer > div {
    *zoom: 1;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 5%; }
    footer > div:before, footer > div:after {
      content: " ";
      display: table; }
    footer > div:after {
      clear: both; }
    footer > div * + h2 {
      margin-top: 1em; }
    @media screen and (min-width: 750px) {
      footer > div > h2 {
        float: left;
        width: 31.33333%;
        clear: both; }
      footer > div > h2 + *,
      footer > div > p {
        float: right;
        width: 65.66667%; }
      footer > div > * + h2,
      footer > div > * + h2 + * {
        margin-top: 5%; } }
  footer h2 {
    text-transform: uppercase;
    font-weight: 800;
    color: #812f63; }
  footer .contact dt, footer .contact dd {
    display: block; }
  footer .contact dt {
    float: left;
    margin-right: 0.5em; }
  footer .credits {
    clear: both;
    padding-top: 10%;
    font-size: 0.6em;
    line-height: 1.6; }
    @media screen and (max-width: 749px) {
      footer .credits {
        font-size: 0.7em;
        line-height: 1.5; } }
    footer .credits * {
      display: inline; }
    footer .credits h2 {
      padding-right: 0.5em; }
    @media screen and (max-width: 899px) {
      footer .credits h2 {
        display: block; } }
    footer .credits li {
      color: #cf7ab0;
      font-weight: 400; }
      footer .credits li i {
        color: #c1559a;
        font-weight: 600; }
      footer .credits li::after {
        content: " · ";
        font-weight: 700;
        color: #812f63; }
      footer .credits li:last-child::after {
        content: ""; }

.page-attendees > main > section {
  padding-top: 6%; }
.page-attendees > main #navigation {
  position: static;
  background-color: #c1559a;
  font-size: 1.0625em; }
  .page-attendees > main #navigation > div {
    margin-top: 0;
    padding-bottom: 0;
    background-size: auto 55%; }
  .page-attendees > main #navigation a {
    padding-top: 2em;
    padding-bottom: 2em; }
.page-attendees > main .attendees_filter {
  background-color: #F7F2F5;
  padding: 0.75em 1em;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 0.75em; }
  .page-attendees > main .attendees_filter label {
    padding-right: 0.7em;
    text-transform: uppercase; }
  .page-attendees > main .attendees_filter #attendees_filter_search {
    -webkit-appearance: none;
    padding: 0.3em 0em 0.3em 0.4em;
    text-indent: 0px;
    border: solid 0.15em #c1559a;
    font-family: "proxima-nova";
    color: #812f63;
    outline: none;
    background-color: transparent;
    font-weight: 600;
    width: 15em; }
    .page-attendees > main .attendees_filter #attendees_filter_search::-webkit-input-placeholder {
      color: #D89EC3; }
    .page-attendees > main .attendees_filter #attendees_filter_search:-moz-placeholder {
      color: #D89EC3; }
    .page-attendees > main .attendees_filter #attendees_filter_search::-moz-placeholder {
      color: #D89EC3; }
    .page-attendees > main .attendees_filter #attendees_filter_search:-ms-input-placeholder {
      color: #D89EC3; }
.page-attendees > main .attendees_list {
  *zoom: 1; }
  .page-attendees > main .attendees_list:before, .page-attendees > main .attendees_list:after {
    content: " ";
    display: table; }
  .page-attendees > main .attendees_list:after {
    clear: both; }
  .page-attendees > main .attendees_list > * {
    margin-bottom: 1.5%; }
    @media screen and (max-width: 549px) {
      .page-attendees > main .attendees_list > * {
        margin-bottom: 3.5%; } }
    @media screen and (min-width: 550px) {
      .page-attendees > main .attendees_list > * {
        float: left;
        margin-left: 1.5%; } }
    @media screen and (min-width: 550px) and (max-width: 999px) {
      .page-attendees > main .attendees_list > * {
        width: 49.25%; }
        .page-attendees > main .attendees_list > *:nth-child(2n+1) {
          clear: left;
          margin-left: 0; }
        .page-attendees > main .attendees_list > *.centered {
          margin-left: 25.375%; } }
    @media screen and (min-width: 1000px) {
      .page-attendees > main .attendees_list > * {
        width: 32.33333%; }
        .page-attendees > main .attendees_list > *:nth-child(3n+1) {
          clear: left;
          margin-left: 0; }
        .page-attendees > main .attendees_list > *.centered {
          margin-left: 33.83333%; } }
  .page-attendees > main .attendees_list > li {
    *zoom: 1;
    background-color: #F7F2F5;
    margin-bottom: 1.5%;
    padding: 0.4em; }
    .page-attendees > main .attendees_list > li:before, .page-attendees > main .attendees_list > li:after {
      content: " ";
      display: table; }
    .page-attendees > main .attendees_list > li:after {
      clear: both; }
    .page-attendees > main .attendees_list > li.has-more {
      cursor: pointer;
      cursor: help;
      cursor: -webkit-zoom-in;
      cursor: -moz-zoom-in;
      cursor: zoom-in; }
    .page-attendees > main .attendees_list > li.open {
      cursor: -webkit-zoom-out;
      cursor: -moz-zoom-out;
      cursor: zoom-out; }
    .page-attendees > main .attendees_list > li figure {
      width: 2.43333em;
      float: left;
      margin-right: 0.5em; }
    .page-attendees > main .attendees_list > li figure img {
      width: 100%; }
    .page-attendees > main .attendees_list > li h3, .page-attendees > main .attendees_list > li h3 + p {
      margin-left: 2.433333333em; }
    .page-attendees > main .attendees_list > li h3 {
      margin: 0;
      font-size: 0.9em;
      margin-top: 0.125em;
      font-weight: 700;
      margin-left: 3.25926em; }
    .page-attendees > main .attendees_list > li .twitter {
      font-size: 0.75em;
      margin-left: 3.91111em;
      font-weight: 400; }
      .page-attendees > main .attendees_list > li .twitter a {
        color: #c1559a; }
        .page-attendees > main .attendees_list > li .twitter a:hover {
          color: white; }
    .page-attendees > main .attendees_list > li h3, .page-attendees > main .attendees_list > li .twitter, .page-attendees > main .attendees_list > li .more p {
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .page-attendees > main .attendees_list > li .more {
      display: none;
      clear: left;
      padding-top: 0.5em;
      padding-bottom: 0.1em; }
      .page-attendees > main .attendees_list > li .more > p {
        font-size: 0.6em;
        font-weight: 400;
        line-height: 1.05; }
        .page-attendees > main .attendees_list > li .more > p:before {
          width: 4.26901em;
          margin-right: 0.6em;
          text-align: right;
          display: inline-block;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 0.95em; }
        .page-attendees > main .attendees_list > li .more > p.location:before {
          content: "Lives "; }
        .page-attendees > main .attendees_list > li .more > p.project:before {
          content: "Makes "; }
      .page-attendees > main .attendees_list > li .more p + p {
        margin-top: 0.4em; }
.page-attendees > main #attendees_list_filtered > li {
  cursor: auto !important; }
  .page-attendees > main #attendees_list_filtered > li .more {
    display: block !important; }
