/******************************************************************
Site Name: CLCV BIG Awards
Author: Radar / Pat Brumfield

******************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&display=swap");
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 fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*********************
TYPOGRAPHY & ICONS
*********************/
.large {
  font: 700 50px/100% "Overpass", "Helvetica Neue", Arial, sans-serif; }
  @media (min-width: 1000px) {
    .large {
      font-size: 60px; } }

h1, h2, h3 {
  font-family: "Overpass", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700; }

h1 {
  font-size: 3rem;
  color: white;
  margin-bottom: 2rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 16px;
  color: white; }

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

body {
  background: transparent;
  color: white;
  font: 400 16px/130% "Overpass", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  padding-bottom: 40px; }

a {
  color: #9ccc66; }

.header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  border-bottom: 1px dashed white; }
  @media (min-width: 1000px) {
    .header {
      padding: 40px; } }
  .header h1 {
    text-align: left;
    line-height: 1;
    margin-bottom: 0;
    color: #9ccc66; }
    .header h1 span {
      display: block;
      font-size: 21px;
      color: white; }
  .header .big-logo {
    height: 125px;
    width: auto; }
  .header .clcv-logo {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end; }
    .header .clcv-logo a {
      width: 100px;
      display: block;
      position: relative;
      margin-bottom: 20px; }
    .header .clcv-logo svg {
      width: 100%;
      height: auto; }
    .header .clcv-logo span {
      background: #9ccc66;
      color: black;
      padding: 0.5rem; }
  .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;
      font-family: "Overpass", "Helvetica Neue", Arial, sans-serif;
      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; }

.container {
  padding: 40px; }
  .container .full {
    width: 100%; }

h1 {
  text-align: center; }

.inset {
  margin: 0 40px;
  padding: 40px; }

.countdown {
  text-align: center;
  margin-bottom: 40px; }
  .countdown #countdown {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 20px; }
    @media (min-width: 1000px) {
      .countdown #countdown {
        flex-flow: row nowrap;
        margin-bottom: 0; } }
  .countdown h3 {
    display: inline;
    background: #f14b37;
    color: white;
    padding: 15px 15px 10px;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 10px !important; }
    @media (min-width: 1000px) {
      .countdown h3 {
        margin-bottom: 25px !important; } }
    .countdown h3:last-child {
      margin-right: 0; }
  @media (min-width: 1000px) {
    .countdown br {
      display: none; } }

.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 .video-holder {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    background: black; }
    .full.screen .video-holder iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .full.screen .video-holder .wrap {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: center; }
    @media (min-width: 1000px) {
      .full.screen .video-holder {
        width: 75%;
        padding-top: 42.1875%; } }
  .full.screen .chat {
    width: 100%;
    position: relative; }
    @media (min-width: 1000px) {
      .full.screen .chat {
        width: 25%; } }
  .full.screen .donate {
    width: 100%;
    background: black;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    border-top: 1px dashed white;
    border-bottom: 1px dashed white; }
    .full.screen .donate h3 {
      text-align: center; }
    @media (min-width: 1000px) {
      .full.screen .donate {
        width: 50%; } }
  .full.screen .carousel-wrap {
    width: 100%;
    height: auto;
    position: relative;
    background: white;
    padding: 40px 0;
    margin: 20px 0;
    display: block; }
    @media (min-width: 1000px) {
      .full.screen .carousel-wrap {
        width: 50%;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        margin: 0 auto; } }
    .full.screen .carousel-wrap .carousel {
      width: 100%;
      height: auto;
      overflow: hidden;
      position: relative;
      z-index: 10; }
    .full.screen .carousel-wrap .item {
      width: 100%;
      height: auto;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: center;
      background: white;
      position: relative; }
    .full.screen .carousel-wrap #carousel-title {
      position: absolute;
      top: 0;
      left: 0;
      color: #aaa;
      display: block;
      z-index: 11;
      width: 100%;
      padding: 20px;
      text-align: center; }
    .full.screen .carousel-wrap img {
      max-width: 100%;
      height: auto; }
  .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; } }

.social-feed {
  padding-top: 60px; }
  .social-feed h3 {
    text-align: center;
    color: white;
    padding-bottom: 40px; }
    .social-feed h3 span {
      color: #9ccc66; }

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

#breakout-rooms {
  background: white;
  opacity: 1;
  transition: opacity 0.5s ease-in-out; }
  #breakout-rooms.off {
    opacity: 0; }
  #breakout-rooms h3 {
    color: #f14b37;
    margin-top: -4vw; }
  #breakout-rooms ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    #breakout-rooms ul li {
      width: 18%;
      display: block; }
      #breakout-rooms ul li img {
        width: 100%;
        height: auto; }
      #breakout-rooms ul li a:hover {
        opacity: 0.7; }

#sponsors {
  background: white;
  padding-bottom: 100px; }
  #sponsors h3 {
    color: black; }
  #sponsors ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    #sponsors ul li {
      width: 20%;
      padding: 1rem;
      background: #efefef;
      text-align: center; }

.section-title {
  transform: rotate(-6deg);
  line-height: 100%;
  margin-bottom: 4.5rem; }
  .section-title.right {
    text-align: right; }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 1.5rem; }

.angled {
  transform: rotate(-6deg); }

h3.smaller-title {
  transform: rotate(-6deg);
  font-size: 1.5rem;
  line-height: 100%;
  margin-bottom: 6rem; }

#arrow-down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' role='presentation' viewBox='0 0 21.4 12.1'%3E%3Cpolyline style='fill:none;stroke:%23fff;stroke-width:2' points='0.7,0.7 10.7,10.7 20.7,0.7 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  top: 80vh;
  z-index: 100; }

.lightbox {
  display: none;
  color: black; }
  .lightbox h3, .lightbox p, .lightbox hr {
    margin-bottom: 20px; }
  .lightbox p + h3 {
    margin-top: 60px; }
  .lightbox a {
    color: #f14b37; }

.fAHgD {
  display: none !important; }

.farmaF {
  height: 100% !important; }

/*! 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; }
