@charset "UTF-8";
/******************************************************************
Site Name: 4 WALL LIVE EVENT MICROSITE
Author: Radar / Pat Brumfield

******************************************************************/
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,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/*********************
TOOLS
*********************/
.group {
  zoom: 1; }
  .group:before, .group:after {
    content: "";
    display: table; }
  .group:after {
    clear: both; }

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

/*********************
COLORS
*********************/
@keyframes rainbow-brite {
  0% {
    background-color: #dab4aa; }
  17% {
    background-color: #c5825f; }
  33% {
    background-color: #b4bca4; }
  50% {
    background-color: #368873; }
  66% {
    background-color: #4050a4; }
  83% {
    background-color: #2f3760; }
  100% {
    background-color: #dab4aa; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*********************
TYPOGRAPHY & ICONS
*********************/
.large {
  font: 500 30px/100% "Helvetica Neue", Arial, sans-serif; }
  @media (min-width: 1000px) {
    .large {
      font-size: 60px; } }

h1 {
  font: 700 1.5rem/130% "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase; }

h2 {
  font: 700 1.25rem/130% "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase; }

h3 {
  font: 700 1rem/130% "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase; }

/*********************
SPACING
*********************/
.text-align-c, #email-sign-up {
  text-align: center; }

.text-align-l {
  text-align: left; }

.text-align-r {
  text-align: right; }

.padding, .header, .full, .footer {
  padding: 20px !important; }
  @media (min-width: 1000px) {
    .padding, .header, .full, .footer {
      padding: 40px !important; } }

.padding-t, #sponsors {
  padding-top: 20px !important; }
  @media (min-width: 1000px) {
    .padding-t, #sponsors {
      padding-top: 40px !important; } }

.padding-b {
  padding-bottom: 20px !important; }
  @media (min-width: 1000px) {
    .padding-b {
      padding-bottom: 40px !important; } }

.padding-r {
  padding-right: 20px !important; }
  @media (min-width: 1000px) {
    .padding-r {
      padding-right: 40px !important; } }

.padding-l {
  padding-left: 20px !important; }
  @media (min-width: 1000px) {
    .padding-l {
      padding-left: 40px !important; } }

.margin {
  margin: 20px !important; }
  @media (min-width: 1000px) {
    .margin {
      margin: 40px !important; } }

.margin-t {
  margin-top: 20px !important; }
  @media (min-width: 1000px) {
    .margin-t {
      margin-top: 40px !important; } }

.margin-b, #sponsors, .social-feed h3 {
  margin-bottom: 20px !important; }
  @media (min-width: 1000px) {
    .margin-b, #sponsors, .social-feed h3 {
      margin-bottom: 40px !important; } }

.margin-r {
  margin-right: 20px !important; }
  @media (min-width: 1000px) {
    .margin-r {
      margin-right: 40px !important; } }

.margin-l {
  margin-left: 20px !important; }
  @media (min-width: 1000px) {
    .margin-l {
      margin-left: 40px !important; } }

html {
  background: black;
  -webkit-text-size-adjust: 100%; }

body {
  background: transparent;
  color: white;
  font: 400 16px/130% "Helvetica Neue", Arial, sans-serif;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }
  body.on {
    opacity: 1; }

.header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 1000px) {
    .header {
      flex-flow: row nowrap; } }
  .header .left,
  .header .center,
  .header .right {
    width: 33.333%; }
  .header .left {
    text-align: left; }
  .header .center {
    text-align: center; }
  .header .right {
    text-align: right; }
  .header h1 {
    font-size: 1rem; }
    .header h1 span {
      color: grey; }
  .header a.menu-btn {
    order: 1;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #444; }
    @media (min-width: 1000px) {
      .header a.menu-btn {
        display: none; } }
    .header a.menu-btn:hover {
      color: #aaa; }
      .header a.menu-btn:hover span {
        background: #aaa; }
    .header a.menu-btn div {
      position: absolute;
      top: 0;
      left: 0; }
    .header a.menu-btn span {
      width: 20px;
      height: 3px;
      background: #444;
      display: block;
      margin-bottom: 3px; }
    .header a.menu-btn small {
      position: relative;
      padding-left: 30px; }
  .header ul.social {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center; }
    .header ul.social li {
      margin-left: 20px; }
    .header ul.social a {
      height: 16px;
      display: block;
      position: relative; }
      .header ul.social a:hover svg {
        opacity: 0.5; }
      .header ul.social a svg {
        height: 100%;
        width: auto; }
  .header nav {
    display: none;
    height: auto;
    width: 100%;
    padding-top: 20px;
    transition: all 0.3s ease-in-out;
    order: 3; }
    @media (min-width: 1000px) {
      .header nav {
        order: 2;
        display: block; } }
    #live .header nav {
      display: block; }
      #live .header nav p strong {
        color: #f14b37; }
    .header nav h3 a {
      color: white;
      text-decoration: none; }
      .header nav h3 a:hover {
        color: #aaa; }
    .header nav h3 span {
      font-size: 1rem;
      padding: 0 0.5rem;
      line-height: 200%; }
    .header nav li {
      display: inline;
      margin-right: 20px;
      color: white;
      text-transform: uppercase; }
      .header nav li a {
        color: #f14b37;
        text-decoration: none;
        padding-bottom: 3px;
        display: inline-block; }
        .header nav li a:hover, .header nav li a.on {
          padding-bottom: 1px;
          border-bottom: 2px solid #f14b37; }

.full {
  padding-top: 0; }

.title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center; }
  .title-wrap h3 {
    color: #ddd; }

.row {
  display: flex;
  flex-flow: row wrap; }
  .row.align-stretch {
    align-items: stretch; }

#video-holder {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  background: rgba(255, 255, 255, 0.15); }
  #video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (min-width: 1000px) {
    #video-holder {
      width: 70%;
      padding-top: 39.375%; } }

#placeholder-video {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  #placeholder-video img.video {
    width: 100%;
    height: auto;
    display: block; }
    @media (min-width: 1000px) {
      #placeholder-video img.video {
        width: 73.55%; } }
  #placeholder-video img.chat {
    width: 100%;
    height: auto;
    display: block; }
    @media (min-width: 1000px) {
      #placeholder-video img.chat {
        width: 26.45%; } }

#chat {
  background: white;
  width: 100%;
  min-height: 50vh;
  position: relative;
  border-bottom: 1px solid #ddd; }
  @media (min-width: 1000px) {
    #chat {
      width: 30%;
      min-height: auto; } }

#countdown-wrap {
  text-align: center; }
  #countdown-wrap .event-info {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px; }
    @media (min-width: 1000px) {
      #countdown-wrap .event-info {
        margin-bottom: 80px; } }
    #countdown-wrap .event-info h2 {
      margin-bottom: 10px; }
    #countdown-wrap .event-info p {
      color: grey; }
  #countdown-wrap #countdown {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 20px; }
    @media (min-width: 1000px) {
      #countdown-wrap #countdown {
        flex-flow: row nowrap;
        margin-bottom: 0; } }
    #countdown-wrap #countdown h3 {
      display: inline;
      margin-right: 10px; }
      #countdown-wrap #countdown h3:last-child {
        margin-right: 0; }
  #countdown-wrap h3 {
    margin-bottom: 10px; }

#email-sign-up {
  width: 100%;
  max-width: 600px;
  margin: 40px auto; }
  @media (min-width: 1000px) {
    #email-sign-up {
      margin: 80px auto; } }
  #email-sign-up h3, #email-sign-up p {
    margin-bottom: 10px; }
  #email-sign-up p {
    color: grey; }
  #email-sign-up input[type="text"] {
    width: auto;
    border: 0; }
  #email-sign-up input[type="submit"] {
    background: white;
    color: black; }

.full.live-video-embed {
  background: white;
  position: relative;
  display: block;
  width: 100%; }
  @media (min-width: 1000px) {
    .full.live-video-embed {
      height: 0;
      overflow: hidden;
      padding-bottom: 56.25%; } }
  .full.live-video-embed iframe {
    width: 100%;
    height: 100%; }
    @media (min-width: 1000px) {
      .full.live-video-embed iframe {
        position: absolute;
        top: 0;
        left: 0; } }

.full.video-split-layout {
  background: white;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch; }
  .full.video-split-layout .main {
    width: 100%; }
    @media (min-width: 1000px) {
      .full.video-split-layout .main {
        width: 70%; } }
    .full.video-split-layout .main .vid {
      width: 100%;
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-bottom: 56.25%; }
      .full.video-split-layout .main .vid iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .full.video-split-layout .main .captions {
      width: 100%;
      padding: 40px 40px 0;
      background: white;
      color: #666;
      position: relative; }
      .full.video-split-layout .main .captions .show-hide-btn,
      .full.video-split-layout .main .captions .screenshare-btn {
        font-size: 0.75em;
        font-weight: bold;
        background: #aaa;
        padding: 5px;
        color: white;
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0; }
      .full.video-split-layout .main .captions .screenshare-btn {
        left: auto;
        right: 0; }
      .full.video-split-layout .main .captions #live-asr-message {
        font-size: 18px !important; }
      .full.video-split-layout .main .captions .tpm-live-asr-embed {
        opacity: 0;
        transition: opacity 0.2s ease-in; }
        .full.video-split-layout .main .captions .tpm-live-asr-embed.on {
          opacity: 1; }
  .full.video-split-layout .chat {
    width: 100%;
    position: relative; }
    @media (min-width: 1000px) {
      .full.video-split-layout .chat {
        width: 30%; } }
    .full.video-split-layout .chat iframe {
      width: 100%; }
      @media (min-width: 1000px) {
        .full.video-split-layout .chat iframe {
          height: 39.5vw; } }

.full.screen {
  background: white;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  position: relative;
  justify-content: space-between; }
  .full.screen header.title {
    width: 100%;
    padding: 40px 10px; }
    @media (min-width: 1000px) {
      .full.screen header.title {
        padding: 60px 40px; } }
    .full.screen header.title h1 {
      margin-bottom: 0;
      text-align: center;
      color: #f14b37;
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-all;
      word-break: break-word;
      hyphens: auto;
      font-size: 2.5rem;
      line-height: 110%; }
      @media (min-width: 1000px) {
        .full.screen header.title h1 {
          font-size: 3rem; } }
    .full.screen header.title p {
      color: black;
      text-align: center; }
      .full.screen header.title p strong {
        color: #f14b37; }
  .full.screen header.at-title {
    padding: 20px; }
  .full.screen .donate {
    width: 100%; }
    @media (min-width: 1000px) {
      .full.screen .donate {
        width: 40%; } }
  .full.screen.post-show .video-spacer {
    width: 10%;
    background: black; }
  @media (min-width: 1000px) {
    .full.screen.post-show .video-holder {
      width: 80%;
      background: black;
      padding-top: 45%;
      margin-bottom: 0; } }

#sponsors {
  background: white; }
  #sponsors .carousel-wrap {
    width: 100%;
    height: auto;
    position: relative;
    background: white;
    padding: 40px 0;
    margin: 20px 0;
    display: block; }
    @media (min-width: 1000px) {
      #sponsors .carousel-wrap {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        margin: 0 auto; } }
    #sponsors .carousel-wrap .carousel {
      width: 100%;
      height: auto;
      overflow: hidden;
      position: relative;
      z-index: 10; }
    #sponsors .carousel-wrap .item {
      width: 100%;
      height: auto;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: center;
      background: white;
      position: relative; }
      @media (min-width: 1000px) {
        #sponsors .carousel-wrap .item {
          width: 20%; } }
    #sponsors .carousel-wrap #carousel-title {
      position: absolute;
      top: 0;
      left: 0;
      color: #aaa;
      display: block;
      z-index: 11;
      width: 100%;
      padding: 20px;
      text-align: center;
      font-weight: 700;
      text-transform: uppercase; }
    #sponsors .carousel-wrap img {
      max-width: 100%;
      height: auto; }

.social-feed h3 {
  text-align: center;
  color: grey; }

.footer p {
  text-align: center;
  font-size: 12px;
  color: #454545; }

form h3 {
  margin-bottom: 1rem; }
form input[type="text"] {
  width: 100%;
  padding: 0.5rem;
  margin: 0 0 0.5rem; }
form input[type="submit"] {
  background: black;
  color: white;
  padding: 0.5rem;
  border: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold; }

.lightbox {
  display: none;
  color: black; }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden; }

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0.9); }

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal; }

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block; }

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0; }

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  /* styling */
  width: 100%; }

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  /* styling */
  border: none; }

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }
/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }
/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: height 0.2s; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: #dfdfdf;
  border: none;
  color: white; }

.flickity-button:hover {
  cursor: pointer; }

.flickity-button:focus {
  outline: none; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #fff; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  bottom: -25px;
  width: 40px;
  height: 40px;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  right: 51px; }

.flickity-prev-next-button.next {
  right: 0; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0; }

.flickity-rtl .flickity-prev-next-button.next {
  right: 51px;
  left: auto; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* ----- fullscreen ----- */
/* Flickity fullscreen v1.0.1
------------------------- */
.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding-bottom: 35px;
  z-index: 100000; }

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px; }

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white; }

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden; }

/* ---- flickity-fullscreen-button ---- */
.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px; }

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px; }

.flickity-fullscreen-button-exit {
  display: none; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none; }

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px; }

.flickity-enabled.is-fullscreen .carousel-cell {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  align-items: center; }

/* ----- custom ----- */
.carousel-cell {
  width: 100%; }
  .carousel-cell img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    display: block; }

/* fade in image when loaded */
.carousel-cell-image {
  transition: opacity 0.4s;
  opacity: 0; }

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1; }
