/******************************************************************
Site Name: EQCA
Author: Radar / Pat Brumfield

******************************************************************/
@import url("//hello.myfonts.net/count/3c129d");
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; }

@font-face {
  font-family: 'Univers Black Italic';
  src: url("../fonts/univers-black-italic.woff2") format("woff2"), url("../fonts/univers-black-italic.woff") format("woff"); }
/*********************
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: 750px) {
    .large {
      font-size: 60px; } }

h1 {
  font-size: 1.5rem;
  color: white;
  font-family: "Univers Black Italic";
  margin-bottom: 2rem;
  text-transform: uppercase; }

h2 {
  font-size: 1.25rem;
  font-family: "Univers Black Italic";
  text-transform: uppercase; }

h3 {
  font-size: 0.825rem;
  font-family: "Univers Black Italic";
  text-transform: uppercase; }

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

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

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

#main {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }
  #main .full {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px; }
  #main a.menu-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #444; }
    #main a.menu-btn:hover {
      color: #aaa; }
      #main a.menu-btn:hover span {
        background: #aaa; }
    #main a.menu-btn div {
      position: absolute;
      top: 0;
      left: 0; }
    #main a.menu-btn span {
      width: 20px;
      height: 3px;
      background: #444;
      display: block;
      margin-bottom: 3px; }
    #main a.menu-btn small {
      position: relative;
      padding-left: 30px; }
  #main a.eqca-logo {
    width: 20%;
    max-width: 150px;
    float: right;
    display: block;
    position: relative; }
    #main a.eqca-logo svg {
      width: 100%;
      height: auto; }
  #main nav {
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
    transition: all 0.3s ease-in-out; }
    #main nav.on {
      height: auto; }
    #main nav li {
      display: inline;
      margin-right: 20px; }
    #main nav a {
      font-family: "Univers Black Italic";
      text-transform: uppercase;
      color: white;
      text-decoration: none; }
      #main nav a:hover {
        color: #f14b37; }
  #main #event-logo {
    width: 30%;
    position: relative;
    margin: 20px 0;
    overflow: hidden;
    transition: margin 0.5s ease-in-out; }
    #main #event-logo svg {
      position: absolute;
      display: block;
      height: auto; }
    #main #event-logo #state {
      position: relative;
      width: 75.95646604%;
      margin-left: 24.04353396%;
      z-index: 5;
      opacity: 1;
      transform: scale(1);
      transition: all 0.5s ease-in-out; }
      #main #event-logo #state.off {
        opacity: 0;
        transform: scale(0); }
    #main #event-logo #golden-state {
      width: 90.89571854%;
      top: 23.50105464%;
      left: 0;
      z-index: 9;
      opacity: 1;
      transition: opacity 0.5s ease-in-out;
      transition-delay: 0.4s; }
      #main #event-logo #golden-state.off {
        opacity: 0; }
    #main #event-logo #equality {
      width: 80.4360282%;
      top: 33.39549881%;
      left: 8.701808803%;
      z-index: 8;
      transition: all 0.5s ease-in-out;
      transition-delay: 0.8s; }
      #main #event-logo #equality.off {
        left: -100%;
        top: 36%; }
    #main #event-logo #awards {
      width: 80.4360282%;
      top: 47.94181%;
      left: 18.23228969%;
      z-index: 7;
      transition: all 0.5s ease-in-out;
      transition-delay: 1.1s; }
      #main #event-logo #awards.off {
        left: 100%;
        top: 43%; }
    #main #event-logo #a-virtual-celebration {
      width: 39.58067873%;
      top: 65.47793464%;
      left: 45.58105358%;
      z-index: 6;
      opacity: 1;
      transition: opacity 0.5s ease-in-out;
      transition-delay: 1.5s; }
      #main #event-logo #a-virtual-celebration.off {
        opacity: 0; }
  #main #video-holder {
    width: calc(70% - 40px);
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    opacity: 1;
    transition: opacity 0.5s ease-in-out; }
    #main #video-holder.off {
      opacity: 0; }
    #main #video-holder .video {
      width: 100%;
      height: 0;
      overflow: hidden;
      padding-top: 56.25%;
      background: #f14b37 url(../images/bg-img-red.jpg) no-repeat 0 0;
      background-size: cover;
      position: relative; }
      #main #video-holder .video p, #main #video-holder .video h2 {
        width: 100%; }
      #main #video-holder .video p {
        margin-left: 10vw; }
      #main #video-holder .video h2 {
        margin-bottom: 70px; }
    #main #video-holder .chat {
      width: 30%;
      background: #111;
      position: relative; }
      #main #video-holder .chat p {
        color: #666; }

#main.animating #event-logo {
  margin-left: 35%; }

.text-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center; }

header {
  padding: 1rem 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0; }
  header .content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
  header .logo-left {
    width: 33.333%; }
  header a.eqca-logo {
    display: block;
    width: 150px;
    text-decoration: none; }
  header .equality-awards {
    width: 33.333%;
    height: auto;
    margin-bottom: 1rem;
    opacity: 0;
    transition: opacity 0.75s ease-in; }
    header .equality-awards.on {
      opacity: 1; }
  header .countdown-right {
    width: 33.333%;
    text-align: right;
    font-size: 0.825rem;
    font-family: "Univers Black Italic"; }
    header .countdown-right span {
      color: grey; }
    header .countdown-right img {
      width: 150px;
      height: auto; }

h1 {
  text-align: center; }

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

#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; }

#donation h2 {
  color: white; }

#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; }

.multistep-layout.split-layout .HeaderHtml {
  display: none !important; }
