@-webkit-keyframes VoteFader {
  0% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes VoteFader {
  0% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }

li {
  list-style-type: none; }

.voting-header {
  display: flex;
  width: 100%;
  justify-content: center;
  align-content: center;
  height: 50px; }
  .voting-header div {
    margin-top: 25px;
    width: 75%; }

.voting-form {
  height: 100%;
  background: #d09aff; }

#vote-selectors {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 100px 0px 50px 0px;
  overflow: scroll;
  width: 100%; }

#vote-selectors form {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  max-width: 100vw;
  width: 100%;
  height: 100%; }
  #vote-selectors form .vote {
    margin: 5px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #vote-selectors form .vote p {
      font-size: 50px;
      align-self: center; }

#db-entries {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vote-entry {
  z-index: 999;
  opacity: 0;
  position: absolute;
  font-size: 7.5rem;
  padding: 5px;
  box-sizing: border-box;
  -webkit-animation: VoteFader 2s;
  animation: VoteFader 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

@-webkit-keyframes VoteFader {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes VoteFader {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.vote {
  background: white;
  box-shadow: 1px 1px 10px lightgray;
  align-self: center;
  border-radius: 50px;
  padding: 5px 15px;
  margin: 1px;
  cursor: pointer; }
  .vote p {
    padding: 0px;
    margin: 0px;
    color: black;
    font-size: 1rem;
    letter-spacing: .025rem;
    text-align: center; }

.disabled {
  pointer-events: none;
  opacity: .5; }

#about {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  display: none; }
  #about .about--close-button {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    margin: 25px;
    color: black;
    font-size: 2rem;
    cursor: pointer; }
    #about .about--close-button:hover {
      opacity: .4; }
  #about .about-modal {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
    transition: all .5s ease;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.5);
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.35rem;
    font-weight: 400;
    letter-spacing: .05rem;
    color: #191919;
    padding: 50px;
    min-height: 100%;
    height: 100%;
    width: 50vw;
    background: #d09aff; }
    @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
      #about .about-modal {
        -webkit-transform: translateX(-100vw);
                transform: translateX(-100vw);
        width: 100vw;
        padding: 15px; } }
    @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 740px) {
      #about .about-modal {
        -webkit-transform: translateX(-100vw);
                transform: translateX(-100vw);
        width: 100vw;
        padding: 15px; } }
    #about .about-modal .header {
      opacity: 0;
      display: flex;
      text-align: center;
      -webkit-animation: logo-fade 5s;
              animation: logo-fade 5s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-timing-function: ease;
              animation-timing-function: ease;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
      #about .about-modal .header h1 {
        width: 100%;
        color: #191919;
        font-size: 3rem;
        line-height: 3rem;
        letter-spacing: -0.175rem; }

@-webkit-keyframes logo-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes logo-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    #about .about-modal .subheader {
      text-align: center;
      font-family: Baskerville, serif;
      font-size: 1.1rem;
      line-height: 1.3rem;
      font-weight: 400;
      letter-spacing: -.05rem;
      color: #191919;
      font-size: 1.75rem;
      line-height: 1.95rem; }
    #about .about-modal .description {
      margin: 50px 0px 0px 0px; }
      #about .about-modal .description p {
        margin-bottom: 25px; }
      #about .about-modal .description span {
        font-size: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        color: inherit;
        display: inline;
        position: relative;
        margin: 0;
        padding: 0;
        font-style: italic; }
    #about .about-modal .colophon {
      text-align: center;
      margin: 25px 0px 50px 0px; }
      #about .about-modal .colophon span {
        padding-right: 10px;
        display: inline;
        font-size: .8rem;
        line-height: .95rem;
        opacity: .4; }
      #about .about-modal .colophon a {
        text-decoration: none;
        color: inherit;
        font-style: italic; }
  #about .disclaimer {
    font-size: .8rem;
    line-height: .95rem;
    opacity: .4;
    margin: 50px 0px; }
  #about .sources-expand {
    opacity: .4;
    text-align: center;
    cursor: pointer;
    margin: 50px 0px; }
    #about .sources-expand:hover {
      opacity: 1; }
  #about .sources-wrapper {
    display: none; }
  #about .sources {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: .8rem;
    line-height: .95rem;
    margin-left: -15px;
    margin-right: -15px; }
    #about .sources li {
      margin: 5px 0px; }
    #about .sources .sources-column {
      width: 50%;
      padding: 0px 15px; }
      @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
        #about .sources .sources-column {
          width: 100%; } }
    @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
      #about .sources {
        flex-direction: column; } }
  #about .about-modal--close {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw); }
  #about .about-modal--open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #about .about-wrapper--open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

#panel {
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  display: none; }
  #panel .panel--close-button {
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    margin: 25px;
    color: black;
    font-size: 2rem;
    cursor: pointer; }
    #panel .panel--close-button:hover {
      opacity: .4; }
  #panel .panel-modal {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw);
    transition: all .5s ease;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.5);
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.35rem;
    font-weight: 400;
    letter-spacing: .05rem;
    color: #191919;
    min-height: 100%;
    height: 100%;
    width: 50vw;
    background: white; }
    @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
      #panel .panel-modal {
        -webkit-transform: translateX(-100vw);
                transform: translateX(-100vw);
        width: 100vw; } }
    @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 740px) {
      #panel .panel-modal {
        -webkit-transform: translateX(-100vw);
                transform: translateX(-100vw);
        width: 100vw; } }
    #panel .panel-modal .header {
      opacity: 0;
      display: flex;
      text-align: center;
      padding: 50px;
      -webkit-animation: logo-fade 5s;
              animation: logo-fade 5s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-timing-function: ease;
              animation-timing-function: ease;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
      #panel .panel-modal .header img {
        width: 100%;
        height: 100%; }
      #panel .panel-modal .header h1 {
        width: 100%;
        color: #191919;
        font-size: 3rem;
        line-height: 3rem;
        letter-spacing: -0.175rem; }
      @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
        #panel .panel-modal .header {
          padding: 0px;
          padding-top: 50px;
          padding-left: 15px;
          padding-right: 15px; } }

@-webkit-keyframes logo-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes logo-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    #panel .panel-modal .description {
      margin: 50px 0px 0px 0px; }
      #panel .panel-modal .description p {
        margin-bottom: 25px; }
  #panel .panel-modal--close {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw); }
  #panel .panel-modal--open {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw); }
  #panel .panel-wrapper--open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #panel .subheader {
    font-family: Baskerville, serif;
    font-size: 1.1rem;
    line-height: 1.3rem;
    font-weight: 400;
    letter-spacing: -.05rem;
    color: #191919;
    font-size: 3rem;
    text-align: center;
    padding: 50px;
    letter-spacing: -0.15rem;
    line-height: 3.05rem; }
    @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
      #panel .subheader {
        padding: 35px; } }
  #panel .upperscript {
    font-size: 1.75rem;
    letter-spacing: 0rem;
    -webkit-transform: translate(-35px, 0px);
            transform: translate(-35px, 0px);
    position: absolute; }
  #panel .speakername {
    font-family: Baskerville, serif;
    font-size: 1.1rem;
    line-height: 1.3rem;
    font-weight: 400;
    letter-spacing: -.05rem;
    color: #191919;
    font-size: 1.35rem;
    margin-right: 50px; }
  #panel .speakerlink a {
    font-size: inherit;
    margin-left: 15px;
    font-style: italic;
    text-decoration: none;
    color: inherit; }

.default-panel {
  background: white;
  padding: 50px; }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
    .default-panel {
      padding: 15px; } }

.yellow-panel {
  background: #ffdc00;
  padding: 50px; }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
    .yellow-panel {
      padding: 15px; } }

.grey-panel {
  background: #e6e6e6;
  padding: 50px; }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
    .grey-panel {
      padding: 15px; } }

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

iframe {
  position: absolute;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0); }

html {
  background-color: rgba(0, 0, 0, 0);
  background-image: none !important;
  height: 100%; }

body {
  background-color: rgba(0, 0, 0, 0);
  background-image: none !important;
  height: 100%; }

.header {
  display: none;
  width: 100%;
  font-size: 10rem;
  font-family: Helvetica, sans-serif;
  letter-spacing: -.05rem;
  text-align: center;
  padding: 25px;
  color: white; }

#messageArea {
  box-sizing: border-box;
  height: calc(100vh - 55px);
  padding: 25px; }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
    #messageArea {
      padding: 5px; } }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 740px) {
    #messageArea {
      padding: 5px; } }

.textarea {
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 1.7rem;
  line-height: 1.9rem;
  font-weight: 400;
  letter-spacing: .075rem;
  color: #191919;
  background-color: rgba(0, 0, 0, 0);
  background-color: #d09aff;
  color: white;
  padding: 25px;
  padding-right: 75px;
  padding-left: 75px;
  width: 100%;
  position: fixed;
  bottom: 0; }
  .textarea:focus {
    background-color: #d09aff;
    box-shadow: none; }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
    .textarea {
      font-size: 1.25rem;
      line-height: 1.35rem;
      padding: 0px 50px 0px 50px; } }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 740px) {
    .textarea {
      font-size: 1.25rem;
      line-height: 1.35rem;
      padding: 0px 50px 0px 50px; } }

input[type=text],
input[type=password] {
  box-sizing: border-box; }

::-webkit-input-placeholder {
  color: white;
  opacity: 1; }

:-ms-input-placeholder {
  color: white;
  opacity: 1; }

::-ms-input-placeholder {
  color: white;
  opacity: 1; }

::placeholder {
  color: white;
  opacity: 1; }

input:focus::-webkit-input-placeholder {
  opacity: .25; }

input:focus:-moz-placeholder {
  opacity: .25; }

input:focus::-moz-placeholder {
  opacity: .25; }

input:focus:-ms-input-placeholder {
  opacity: .25; }

.visitor .msg {
  background-color: white;
  border-radius: 25px;
  transition: all 2s ease;
  font-family: Helvetica, sans-serif;
  font-size: 1.7rem;
  line-height: 1.9rem;
  font-weight: 400;
  letter-spacing: .075rem;
  color: #191919;
  color: #d09aff;
  box-sizing: border-box;
  padding: 15px 25px 10px 25px;
  max-width: 50vw;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  -webkit-animation: MsgAppearRight .25s;
  animation: MsgAppearRight .25s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  background-color: #d09aff;
  color: white; }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
    .visitor .msg {
      font-size: 1.25rem;
      line-height: 1.35rem;
      max-width: 80vw;
      padding: 10px 20px 5px 20px;
      border-radius: 15px; } }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 740px) {
    .visitor .msg {
      font-size: 1.25rem;
      line-height: 1.35rem;
      max-width: 80vw;
      padding: 10px 20px 5px 20px;
      border-radius: 15px; } }
  .visitor .msg a {
    color: #8800ff;
    text-decoration: none; }

.chatbot .msg {
  background-color: white;
  border-radius: 25px;
  transition: all 2s ease;
  font-family: Helvetica, sans-serif;
  font-size: 1.7rem;
  line-height: 1.9rem;
  font-weight: 400;
  letter-spacing: .075rem;
  color: #191919;
  color: #d09aff;
  box-sizing: border-box;
  padding: 15px 25px 10px 25px;
  max-width: 50vw;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  -webkit-animation: MsgAppearLeft .25s;
  animation: MsgAppearLeft .25s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
    .chatbot .msg {
      font-size: 1.25rem;
      line-height: 1.35rem;
      max-width: 80vw;
      padding: 10px 20px 5px 20px;
      border-radius: 15px; } }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 740px) {
    .chatbot .msg {
      font-size: 1.25rem;
      line-height: 1.35rem;
      max-width: 80vw;
      padding: 10px 20px 5px 20px;
      border-radius: 15px; } }
  .chatbot .msg a {
    color: #8800ff;
    text-decoration: none; }

@-webkit-keyframes MsgAppearLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes MsgAppearLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes MsgAppearRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes MsgAppearRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

* {
  box-sizing: border-box; }

html {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%; }

body {
  background: lightgray; }

#oracle {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end; }

#oracle-portrait {
  background-image: url("../img/oracle-new.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh; }

#oracle-video {
  z-index: -1;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.about-button,
.panel-button {
  position: fixed;
  font-family: Helvetica, sans-serif;
  font-size: 1.7rem;
  line-height: 1.9rem;
  font-weight: 400;
  letter-spacing: .075rem;
  color: #191919;
  color: white;
  height: 55px;
  cursor: pointer; }
  .about-button:hover,
  .panel-button:hover {
    opacity: .4; }
  .about-button h1,
  .panel-button h1 {
    display: flex;
    height: 100%; }
    .about-button h1 i,
    .panel-button h1 i {
      align-self: center; }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
    .about-button,
    .panel-button {
      font-size: 1.25rem;
      line-height: 1.35rem; } }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 740px) {
    .about-button,
    .panel-button {
      font-size: 1.25rem;
      line-height: 1.35rem; } }

.about-button {
  bottom: 0;
  left: 0;
  margin-left: 25px; }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
    .about-button {
      margin-left: 15px; } }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 740px) {
    .about-button {
      margin-left: 15px; } }

.panel-button {
  bottom: 0;
  right: 0;
  margin-right: 25px; }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
    .panel-button {
      margin-right: 15px; } }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 740px) {
    .panel-button {
      margin-right: 15px; } }

.logobar {
  margin: 50px 0px 0px 0px;
  display: flex;
  height: 50px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center; }
  @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
    .logobar {
      justify-content: center;
      flex-direction: column; } }
  .logobar a {
    width: 33%;
    height: 100%;
    display: flex; }
  .logobar img {
    margin: 0;
    align-self: center;
    opacity: .25;
    max-height: 20px;
    width: 100%;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
    .logobar img:hover {
      opacity: 1; }
    @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
      .logobar img {
        margin: 25px 0px; } }
    @media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 740px) {
      .logobar img {
        margin: 25px 0px; } }
