@charset "UTF-8";
.text-colors {
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(135deg, #df77e9 0%, #4dd2ff 100%);
  color: transparent !important;
}

.text-colors-hover:hover {
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(135deg, #df77e9 0%, #4dd2ff 100%);
  color: transparent !important;
}

.prohibition {
  font-family: "prohibition", sans-serif;
}

.dystopian {
  font-family: "dystopian", sans-serif;
}

.brevier {
  font-family: "brevier", serif;
}

.sans-wide {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-family: "dystopian", sans-serif;
}

.sans-regular {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-family: "dystopian", sans-serif;
}

.sans-condensed {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-family: "acumin-pro-semi-condensed", sans-serif;
}

.serif {
  font-family: "questa-slab", "Georgia", Cambria, Times New Roman, Times, serif;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

.thin {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.double-spaced {
  line-height: 2;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

p {
  margin: 0;
  line-height: 1.33;
  font-family: "dystopian", sans-serif;
}

h1,
.h1 {
  font-family: "prohibition", sans-serif;
  font-size: 45pt;
  font-style: italic;
  font-weight: normal;
  line-height: 90%;
  margin-top: 0px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 60pt;
  }
}

h2,
.h2 {
  font-family: "brevier", serif;
  font-style: italic;
  font-size: 25pt;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 32pt;
  }
}

h3,
.h3 {
  font-family: "prohibition", sans-serif;
  font-size: 36pt;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: normal;
}

h4,
.h4 {
  font-family: "dystopian", sans-serif;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
}

h5,
.h5 {
  font-family: "brevier", serif;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.25em;
  font-weight: 400;
}
@media (min-width: 768px) {
  h5,
.h5 {
    font-size: 1.5em;
  }
}

h6,
.h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 400;
}
@media (min-width: 768px) {
  h6,
.h6 {
    font-size: 1.25em;
  }
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + img,
p + a > img {
  margin-top: 20px;
}

.quote,
blockquote p {
  font-family: "brevier", serif !important;
  font-style: italic;
  font-size: 25px !important;
  text-align: center;
  max-width: 640px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0px 30px;
  margin-top: 40px !important;
}
@media (min-width: 768px) {
  .quote,
blockquote p {
    font-size: 32px !important;
  }
}

.quote-author {
  font-weight: bold;
  text-align: center;
  margin: 10px 0px 20px !important;
}

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?46220673");
  src: url("../font/fontello.eot?46220673#iefix") format("embedded-opentype"), url("../font/fontello.woff?46220673") format("woff"), url("../font/fontello.ttf?46220673") format("truetype"), url("../font/fontello.svg?46220673#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?46220673#fontello') format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook:before {
  content: "\e800";
} /* '' */
.icon-twitter:before {
  content: "\e801";
} /* '' */
.icon-instagram:before {
  content: "\e802";
} /* '' */
.icon-flickr:before {
  content: "\e803";
} /* '' */
.icon-youtube:before {
  content: "\e804";
} /* '' */
.icon-ticket:before {
  content: "\e805";
} /* '' */
.icon-clock:before {
  content: "\e806";
} /* '' */
.icon-calendar:before {
  content: "\e807";
} /* '' */
.icon-location:before {
  content: "\e808";
} /* '' */
.icon-retweet:before {
  content: "\e809";
} /* '' */
.icon-flash:before {
  content: "\e80a";
} /* '' */
.icon-link:before {
  content: "\e80b";
} /* '' */
.icon-cancel:before {
  content: "\e80c";
} /* '' */
.icon-ok:before {
  content: "\e80d";
} /* '' */
.icon-tumblr:before {
  content: "\e80e";
} /* '' */
.icon-left-arrow:before {
  content: "\e80f";
} /* '' */
.icon-right-arrow:before {
  content: "\e810";
} /* '' */
.icon-menu:before {
  content: "\e811";
} /* '' */
.icon-gray-area:before {
  content: "\e812";
} /* '' */
.has-text-white {
  color: #ffffff;
}

html {
  width: 100%;
  min-height: 100% !important;
}

::-webkit-scrollbar {
  width: 0px; /* remove scrollbar space */
  background: transparent; /* optional: just make scrollbar invisible */
}

/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: #fff;
}

#wpadminbar {
  display: none !important;
}

body {
  color: #000000;
  font-family: "dystopian", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: rgb(230, 102, 95);
}

#base_pattern {
  display: none;
}

#container {
  padding-top: 50px;
}
@media (min-width: 768px) {
  #container {
    padding-top: 0px;
  }
}

#content {
  min-height: 100%;
}

.wrap,
.wrap-wide,
.content-group {
  left: 0;
  right: 0;
  margin: 0 20px 0 20px;
  padding: 40px 0px;
}
@media (min-width: 480px) {
  .wrap,
.wrap-wide,
.content-group {
    margin: 0 calc(50% - 200px);
    width: 400px;
  }
}
@media (min-width: 600px) {
  .wrap,
.wrap-wide,
.content-group {
    margin: 0 calc(50% - 250px);
    width: 500px;
  }
}
@media (min-width: 768px) {
  .wrap,
.wrap-wide,
.content-group {
    margin: 0 calc(50% - 320px);
    width: 640px;
  }
}
@media (min-width: 1024px) {
  .wrap,
.wrap-wide,
.content-group {
    margin: 0 calc(50% - 450px);
    width: 900px;
  }
}
@media (min-width: 1280px) {
  .wrap,
.wrap-wide,
.content-group {
    margin: 0 calc(50% - 510px);
    width: 1020px;
  }
}
.wrap.no-pad,
.wrap-wide.no-pad,
.content-group.no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wrap.no-pad-all,
.wrap-wide.no-pad-all,
.content-group.no-pad-all {
  padding: 0 !important;
}
.wrap.no-margin,
.wrap-wide.no-margin,
.content-group.no-margin {
  margin-top: 0 !important;
}

.content-group:first-child {
  border-top: none;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .content-group:first-child {
    padding-top: 40px;
  }
}

.content-group {
  position: relative;
  color: #ffffff;
  border-top: 1px dashed #ffffff;
}
.content-group .tt-widget-inline iframe {
  max-width: inherit;
  width: 100% !important;
}
@media (min-width: 480px) {
  .content-group:before {
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
  }
}
@media (min-width: 768px) {
  .content-group:before {
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
  }
}
@media (min-width: 1024px) {
  .content-group:before {
    left: -8px;
    right: -8px;
    top: -8px;
    bottom: -8px;
  }
}

hr {
  border: none;
  background-color: rgb(0, 0, 0);
  height: 1px;
}
@media (min-width: 1024px) {
  hr {
    height: 2px;
  }
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.center-vertical {
  display: flex;
  align-items: center;
  min-height: 90vh;
}

.transparent-bg {
  background-color: rgba(0, 0, 0, 0.3);
}

.has-text-centered {
  text-align: center;
}

#bg-heatmap,
#bg-topo {
  position: fixed;
  width: 100%;
  height: 100%;
}

#bg-heatmap {
  z-index: -5;
}

#bg-topo {
  z-index: -4;
}

.bg-gradient-mesh {
  position: fixed;
  width: 100%;
  height: 110%;
  background-color: hsl(195deg, 77%, 69%);
  background-image: radial-gradient(at 32% 38%, hsl(240deg, 33%, 48%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(196deg, 14%, 55%) 0px, transparent 50%), radial-gradient(at 100% 0%, hsl(202deg, 8%, 37%) 0px, transparent 50%), radial-gradient(at 60% 53%, hsl(30deg, 93%, 61%) 0px, transparent 50%), radial-gradient(at 100% 50%, hsl(168deg, 16%, 54%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(50deg, 13%, 65%) 0px, transparent 50%), radial-gradient(at 66% 100%, hsl(55deg, 91%, 80%) 0px, transparent 50%);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  opacity: 0.7;
  z-index: -1;
}

.bg-gradient-radial {
  position: fixed;
  width: 100%;
  height: 125%;
  background: radial-gradient(circle, rgb(252, 176, 23) 0%, rgb(237, 32, 36) 50%, rgb(245, 138, 31) 66%, rgb(193, 188, 174) 100%);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  opacity: 0.45;
  z-index: -1;
}

a {
  color: #83ff00;
  text-decoration: none;
  transition: color 0.5s ease;
}

a:hover {
  color: #3700ff;
  border-bottom: 2px dashed #83ff00;
}

a > img:hover {
  border-bottom: none;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.sponsorlogo {
  float: left;
  width: 18%;
  margin: 0px 2% 20px 2%;
}

.content-segment + .content-segment.gallery {
  margin-top: 20px;
}

.content-segment:only-child h1,
.content-segment:only-child h2,
.content-segment:only-child h3,
.content-segment:only-child h4,
.content-segment:only-child h5 {
  margin-bottom: 0px;
}

#gg-screen .gg-image img {
  max-height: 90% !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#gg-screen {
  animation: fadeIn 0.5s;
}

.gg-box {
  grid-gap: 5px 5px !important;
}

.gg-btn {
  background: transparent !important;
  color: #ffffff !important;
  font-size: 30px !important;
}

div.hr {
  border-bottom: 1px dashed #ffffff;
  margin: 30px 0px;
}

@media (min-width: 768px) {
  .two-column {
    display: flex;
    justify-content: space-between;
  }
  .two-column .left-column, .two-column .right-column {
    width: 48%;
  }
  .two-column .left-column :first-child, .two-column .right-column :first-child {
    margin-top: 0 !important;
  }
}

/*
*** Body Descriptions
*/
.description p {
  font-size: 1.2em;
  line-height: 1.5;
  margin: 20px 0 20px 0;
  font-family: "dystopian", sans-serif;
}
@media (min-width: 1280px) {
  .description p {
    font-size: 1.4em;
  }
}
.description li {
  font-size: 1.2em;
  line-height: 1.5em;
}
@media (min-width: 1280px) {
  .description li {
    font-size: 1.4em;
  }
}

.gallery {
  width: 100%;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-top: 75% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .gallery {
    padding-top: 66.6% !important;
  }
}
@media (min-width: 1024px) {
  .gallery {
    padding-top: 56.25% !important;
  }
}
.gallery .gallery-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 20px;
  display: flex;
  overflow-x: auto;
  flex-direction: row;
  -webkit-scroll-snap-points-x: repeat(calc(100% - 0px));
  -ms-scroll-snap-points-x: repeat(calc(100% - 0px));
  scroll-snap-points-x: repeat(calc(100% - 0px));
  -webkit-scroll-snap-type: mandatory;
  -ms-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
}
.gallery .gallery-wrap .image {
  flex-shrink: 0;
  height: 100%;
  width: auto;
  margin-left: 1em;
}
.gallery .gallery-wrap .image:first-of-type {
  margin-left: 0;
}

.video-wrap {
  margin-bottom: 1em;
}
.video-wrap:last-of-type {
  margin-bottom: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bio-layout {
  margin-top: 50px;
  width: 100%;
}
@media (min-width: 768px) {
  .bio-layout {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .bio-layout .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.bio-layout h4,
.bio-layout h2 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.bio-layout h5 {
  margin-top: 0px;
}
.bio-layout .headshot-wrap {
  padding: 0 !important;
  width: 100%;
  border-radius: 999px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .bio-layout .headshot-wrap {
    width: 32%;
  }
}
.bio-layout .headshot-wrap .img {
  max-width: 320px;
}
.bio-layout .text-wrap {
  width: 100%;
}
.bio-layout .text-wrap .name {
  font-family: "brevier", serif;
}
.bio-layout .text-wrap .name,
.bio-layout .text-wrap .link,
.bio-layout .text-wrap .twitter-handle {
  text-align: left;
}
@media (min-width: 768px) {
  .bio-layout .text-wrap .name,
.bio-layout .text-wrap .link,
.bio-layout .text-wrap .twitter-handle {
    margin-top: 0;
  }
}
.bio-layout .description {
  padding-top: 20px;
}
.bio-layout .description p:first-of-type {
  margin-top: 0 !important;
}

.columns-2 {
  column-count: 1;
  column-fill: balance;
}
@media (min-width: 768px) {
  .columns-2 {
    column-count: 2;
    column-gap: 1.5em;
  }
}
.columns-2 p {
  margin-top: 0;
  padding-top: 0;
}

.lineup-list {
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .lineup-list::after {
    content: "";
    flex: auto;
  }
}
.lineup-list .lineup-item {
  background: transparent;
  display: block;
  padding: 0px 2.5px;
  text-align: center;
  width: 100%;
  align-self: flex-start;
  transition: transform 0.2s ease-in-out;
}
.lineup-list .lineup-item a {
  display: block;
  text-decoration: none;
}
.lineup-list .lineup-item a:hover {
  border-bottom: none !important;
}
.lineup-list .lineup-item .img {
  background-size: cover;
}
.lineup-list .lineup-item h5 {
  font-family: "brevier", serif;
  font-weight: 700;
  margin: 0.75em 0.5em;
}
.lineup-list .lineup-item h5.name {
  color: #ffffff;
  font-style: italic;
  text-transform: uppercase;
  font-size: 12px;
}
.lineup-list .lineup-item:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.lineup-list.large .lineup-item {
  width: 240px;
  margin: 0 1.5em 1em 1.5em;
  vertical-align: top;
}
.lineup-list.large .lineup-item .img {
  width: 240px;
  height: 240px;
}
.lineup-list.large .lineup-item h5 {
  font-size: 1.25em;
  margin: 0.5em 0 1.5em 0;
  text-align: center;
}
@media (min-width: 768px) {
  .lineup-list.large .lineup-item {
    width: 300px;
  }
  .lineup-list.large .lineup-item .img {
    width: 300px;
    height: 300px;
  }
}

.lineup-list.small .lineup-item {
  margin: 0;
  margin-bottom: 20px;
  width: 160px;
}
.lineup-list.small .lineup-item .img {
  width: 160px;
  height: 160px;
}
.lineup-list.small .lineup-item h5 {
  font-size: 19px;
  text-align: center;
}
.lineup-list.small .lineup-item:hover {
  transform: scale3d(1.075, 1.075, 1.075);
}
@media (min-width: 768px) {
  .lineup-list.small .lineup-item {
    margin-bottom: 30px;
    width: 220px;
  }
  .lineup-list.small .lineup-item .img {
    width: 220px;
    height: 220px;
  }
}

div.relation-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
div.relation-list .person, div.relation-list .partner, div.relation-list .project {
  align-self: flex-start;
  width: 130px;
  margin: 0 15px 30px 15px;
  text-align: left;
}
@media (min-width: 768px) {
  div.relation-list .person, div.relation-list .partner, div.relation-list .project {
    width: 220px;
    margin: 0 20px 40px 20px;
  }
}
div.relation-list .person .image, div.relation-list .partner .image, div.relation-list .project .image {
  width: 130px;
  height: 130px;
  margin-bottom: 7.5px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  div.relation-list .person .image, div.relation-list .partner .image, div.relation-list .project .image {
    width: 220px;
    height: 220px;
    margin-bottom: 10px;
  }
}
div.relation-list .person a, div.relation-list .partner a, div.relation-list .project a {
  color: inherit;
}
div.relation-list .person .text-label, div.relation-list .partner .text-label, div.relation-list .project .text-label {
  font-size: 1.25em;
  opacity: 0.75em;
  text-align: center;
  text-decoration: underline;
  font-weight: 700;
}
div.relation-list .person .text-label:hover, div.relation-list .partner .text-label:hover, div.relation-list .project .text-label:hover {
  opacity: 1;
}
div.relation-list .person .image {
  background-size: cover;
}
div.relation-list .partner .image {
  background-size: 80%;
}
div.relation-list .project .image {
  background-size: cover;
}

section.bio-wrap {
  font-size: 1em;
  line-height: 1.4em;
  text-align: center;
}
section.bio-wrap ul {
  list-style: none;
  font-size: 1.5em;
  line-height: 1.8em;
}
section.bio-wrap .p2-bio-text {
  text-align: left;
}
@media (min-width: 768px) {
  section.bio-wrap .p2-bio-text {
    width: 66%;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  section.bio-wrap .p2-bio-text {
    width: 50%;
  }
}
section.bio-wrap p {
  margin-top: 1em;
}
section.bio-wrap .p2-bio-image {
  width: 240px;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  margin: 1em 0;
}
@media (min-width: 768px) {
  section.bio-wrap .p2-bio-image {
    width: 280px;
    height: 280px;
  }
}
@media (min-width: 1280px) {
  section.bio-wrap .p2-bio-image {
    width: 320px;
    height: 320px;
  }
}

nav.nav-desktop {
  display: none;
  height: 80px;
  z-index: 999;
  width: 100%;
  height: 80px;
  line-height: 80px;
}
@media (min-width: 768px) {
  nav.nav-desktop {
    display: block;
  }
}
nav.nav-desktop ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
nav.nav-desktop li {
  font-weight: 900;
  text-transform: uppercase;
  display: inline;
  font-size: 1em;
  letter-spacing: 0.1;
  padding: 0 0.8em 0 0;
  font-weight: 400;
}
@media (min-width: 1024px) {
  nav.nav-desktop li {
    font-size: 1.2em;
    padding: 0 1.4em 0 0;
    font-weight: 300;
  }
}
nav.nav-desktop li a {
  color: #ffffff;
}
nav.nav-desktop li a.button {
  -webkit-text-fill-color: #ffffff;
  line-height: 10px !important;
}
nav.nav-desktop li.current-menu-item a {
  opacity: 1;
  border-bottom: 2px solid #83ff00;
}

nav.nav-mobile {
  position: fixed;
  display: block;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 999;
  opacity: 0.9;
  background: #3700ff;
}
@media (min-width: 768px) {
  nav.nav-mobile {
    display: none;
  }
}
nav.nav-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  top: 50px;
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  background: #3700ff;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
nav.nav-mobile ul li {
  list-style: none;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
nav.nav-mobile ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  color: #000000;
  text-decoration: none;
  color: #ffffff;
}
nav.nav-mobile ul li a:hover {
  color: #83ff00;
}
nav.nav-mobile ul li a.button,
nav.nav-mobile ul li a.button::before {
  border: none;
  background: none;
  font-family: "dystopian", sans-serif;
  padding: 0;
  color: #ffffff;
}
nav.nav-mobile ul li.current-menu-item {
  display: none;
}
nav.nav-mobile .trigger {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  opacity: 1;
  font-size: 1.5em;
  text-align: center;
  color: #ffffff;
}
nav.nav-mobile .trigger a {
  color: #ffffff;
}
nav.nav-mobile #menu-trigger {
  top: 0;
  right: 0;
}
nav.nav-mobile #tickets-trigger {
  top: 0;
  left: 0;
}
nav.nav-mobile .title {
  color: #ffffff;
  font-size: 1.1em;
  line-height: 50px;
  height: 50px;
  left: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: calc(100% - 100px);
  font-weight: 400;
}

nav.nav-mobile.hidden ul {
  opacity: 0;
  pointer-events: none;
}
nav.nav-mobile.hidden .trigger {
  opacity: 0.75;
}

#menu-title {
  font-family: "brevier", serif;
}

article.schedule {
  text-align: left;
}
article.schedule h1 {
  color: #ffffff;
  margin-top: 0px;
}

.phony-date-anchor {
  width: 100%;
  height: 1px;
  position: relative;
  top: -75px;
}
@media (min-width: 768px) {
  .phony-date-anchor {
    top: -120px;
  }
}

ul.schedule-day-links {
  list-style: none;
  padding: 1em 0 1em 0;
  text-align: left;
  font-weight: bold;
}
ul.schedule-day-links li {
  display: inline-block;
  font-size: 20px;
  margin: 0;
  margin-right: 0.25em;
}
@media (min-width: 768px) {
  ul.schedule-day-links li {
    font-size: 28px;
    margin: 0;
    margin-right: 0.75em;
  }
}

section.day-detail {
  width: 100%;
}
section.day-detail .day-header {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 20px 30px;
  position: relative;
  text-align: center;
  margin: 4px;
}
section.day-detail .day-header .date {
  font-weight: 700;
  font-size: 1.75em;
}
section.day-detail .day-header .description {
  font-size: 1.33em;
}
section.day-detail .day-header .ticket-link {
  font-size: 1.1em;
  margin-top: 0.25em;
}

ul.day-items {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
}
ul.day-items li.day-item {
  padding: 20px 0 0 0;
  border-top: 1px dashed white;
}
ul.day-items li.day-item:first-of-type {
  border-top: none;
}
ul.day-items li.day-item:first-of-type::before {
  display: none !important;
}
ul.day-items li.day-item:last-of-type {
  padding-bottom: 2em;
}
ul.day-items .description p {
  margin: 0 0 0.75em 0;
}
ul.day-items .item-time {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-weight: 500;
  font-size: 1.1em;
  margin: 0 0 0.5em;
}

ul.people-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
ul.people-list li {
  margin-right: 0px;
  margin-bottom: 20px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
ul.people-list li:hover {
  transform: scale3d(1.05, 1.05, 1.05);
}
ul.people-list li:hover a {
  color: #ffffff;
}
ul.people-list li a {
  color: #ffffff;
  display: flex;
  font-size: 1.15em;
  justify-content: left;
  text-decoration: none;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
ul.people-list li a:hover {
  border: none;
}
ul.people-list li img {
  align-self: center;
  width: 80px;
  height: 80px;
  display: inline-block;
}
ul.people-list li .name {
  align-self: center;
  display: inline-block;
  line-height: 1.1;
  width: auto;
  padding: 0em 1em;
}
@media (min-width: 480px) {
  ul.people-list li {
    margin-bottom: 30px;
    width: 48%;
    margin-right: 4%;
  }
  ul.people-list li:nth-of-type(2n + 2) {
    margin-right: 0%;
  }
}
@media (min-width: 1024px) {
  ul.people-list li {
    margin-bottom: 30px;
    width: 32%;
    margin-right: 2%;
  }
  ul.people-list li:nth-of-type(2n + 2) {
    margin-right: 2%;
  }
  ul.people-list li:nth-of-type(3n + 3) {
    margin-right: 0 !important;
  }
}

.has-bg-gaf1 {
  background-image: url("../../library/images/gaf-bg1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.has-bg-gaf2 {
  background-image: url("../../library/images/gaf-bg2.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.has-bg-gaf3 {
  background-image: url("../../library/images/gaf-bg3.jpg");
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}

div#cta-content {
  padding: 20px 0px;
}
@media (min-width: 768px) {
  div#cta-content {
    padding: 50px 0px;
  }
}
div#cta-content h1 {
  font-family: "brevier", serif;
  font-weight: 400;
  font-size: 30px;
  font-style: italic;
  margin: 0px;
}
@media (min-width: 768px) {
  div#cta-content h1 {
    font-size: 40px;
  }
}
div#cta-content h2 {
  padding: 20px 0px;
  font-family: "prohibition", sans-serif;
  font-size: 35px;
}
div#cta-content h4 {
  font-family: "dystopian";
  text-transform: none;
  margin-bottom: 30px;
  font-weight: normal;
}
div#cta-content h3 {
  font-family: "dystopian";
  text-transform: none;
  margin-bottom: 30px;
  font-style: normal !important;
  font-weight: normal;
  font-size: 30px;
  padding: 20px 0px;
}
div#cta-content center h1 {
  line-height: 1.5em;
}
div#cta-content div.box {
  max-width: 800px;
  padding: 15px;
}
div#cta-content p,
div#cta-content img {
  font-size: 24px;
  padding: 10px 0px;
}

.header {
  display: block;
  text-align: left;
  margin: 0;
}
.header .content-group {
  width: initial;
  display: inline-block;
  background: linear-gradient(135deg, #df77e9, #4dd2ff, #7ee07a, #ffea8f, #ff9673);
}
.header .inner-wrap {
  display: inline-block;
  padding: 10px;
  background: white;
  color: black;
  mix-blend-mode: screen;
}
@media (min-width: 480px) {
  .header .inner-wrap {
    padding: 20px;
  }
}
@media (min-width: 600px) {
  .header .inner-wrap {
    padding: 25px;
  }
}
@media (min-width: 768px) {
  .header .inner-wrap {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .header .inner-wrap {
    padding: 40px;
  }
}
@media (min-width: 1280px) {
  .header .inner-wrap {
    padding: 50px;
  }
}
.header .logo {
  mask-size: contain;
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDcwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAgNzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxnPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMjEuNywwIDIxLjcsNjMuMyA1OC4yLDAgIi8+PC9nPjxnPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMjQuNCw2NSA3OS4zLDMzLjMgNjEsMS42ICIvPjwvZz48Zz48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LjUsMi44IDAsMzQuNyAxOC41LDY2LjYgIi8+PC9nPjxnPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTAwLDY5LjMgODAuOCwzNiAyMy4yLDY5LjMgNjAsNjkuMyA2MCw2OS4zICIvPjwvZz48L2c+PC9zdmc+);
  background-color: black;
  width: 50px;
  height: 35px;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .header .logo {
    width: 75px;
    height: 52.5px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .header .logo {
    width: 100px;
    height: 70px;
    margin-bottom: 10px;
  }
}
.header h1 {
  font-size: 2.5em;
  line-height: 0.85em;
  margin: 0;
  padding: 0 0 0.25em 0 !important;
  display: inline;
}
@media (min-width: 600px) {
  .header h1 {
    font-size: 3.5em;
  }
}
@media (min-width: 1024px) {
  .header h1 {
    font-size: 4.5em;
  }
}
.header h2 {
  line-height: 0.8em;
  display: inline;
}
.header h4 {
  padding: 1.5em 0 0 0;
  display: inline;
}
.header .description a {
  color: black;
  font-weight: 700;
}
.header .cta-wrap {
  display: block;
  text-align: left;
}
.header .cta-wrap a {
  margin: 0.6em 0;
}

.header.no-pad {
  margin: 0;
}

/* 
Buttons
 */
a.button {
  position: relative;
  font-weight: bold;
  font-family: "brevier", serif;
  border-radius: 100px;
  padding: 15px 30px;
  text-decoration: none;
  border: 3px solid #fff;
  color: #fff;
  z-index: 1;
  background-image: linear-gradient(30deg, rgb(68, 254, 211) 0%, rgb(105, 110, 255) 50%, rgb(236, 55, 255) 100%);
  display: inline-block;
}
a.button::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100px;
  background-image: linear-gradient(-150deg, rgb(68, 254, 211) 0%, rgb(105, 110, 255) 50%, rgb(236, 55, 255) 100%);
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}
a.button:hover::before {
  opacity: 1;
}

#footer {
  width: 100%;
  color: #ffffff;
}
#footer .wrap {
  border-top: 1px dashed #ffffff;
}

#footer .mailing-list {
  text-align: left;
}
#footer .mailing-list #mc_embed_signup_scroll .field-group {
  display: inline-block;
  margin: 0.5em 0;
  width: 90%;
}
@media (min-width: 768px) {
  #footer .mailing-list #mc_embed_signup_scroll .field-group {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  #footer .mailing-list #mc_embed_signup_scroll .field-group {
    width: 30%;
    margin-right: 3%;
  }
}
#footer .mailing-list #mc_embed_signup_scroll .field-group label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
#footer .mailing-list #mc_embed_signup_scroll .field-group input {
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  color: #ffffff;
  display: block;
  line-height: 1.5;
  outline: 0;
  padding: 0.3em 0.6em;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#footer .mailing-list #mc_embed_signup_scroll .field-group input:focus {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgb(255, 255, 255);
}
#footer .mailing-list #mc_embed_signup_scroll .field-group input[type=submit] {
  margin-top: 1em;
  padding: 10px 30px;
  color: white;
  width: auto;
  opacity: 1;
  border: 1px solid #ffffff;
  border-radius: 999px;
}
#footer .mailing-list #mc_embed_signup_scroll .field-group input[type=submit]:hover {
  cursor: pointer;
  background-color: #3700ff;
  opacity: 0.75;
}

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