h1,
h2,
h3 {
  text-rendering: optimizeLegibility;
}

html {
  max-height: 100%;
  height: 100%;
}

body {
  height: 100%;
  font-family: arial;
  color: #ffffff;
  background-color: #000000;
}

body a,
body a:visited,
body a:active,
body a:hover,
body a:focus {
  color: #ffffff;
  text-transform: uppercase;
  outline: 0;
}

th {
  text-align: center;
  font-weight: bolder;
}

.browserupgrade {
  position: absolute;
  background-color: black;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  text-align: center;
}

.browserupgrade p {
  font-size: 45px;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: 0 0;
}

.browserupgrade a {
  text-decoration: underline;
}

.table > thead > tr > th {
  font-weight: bolder;
  border-bottom: 3px solid #ddd;
}

.bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url('../img/background.png');
  background-repeat: no-repeat;
  background-size: 100% 115%;
  width: 100%;
  height: 100%;
}

.no-csstransitions {
  transition: none !important;
}

.no-csstransforms {
  transform: none !important;
}

.modal {
  color: #000000;
}

.modal a,
.modal a:visited,
.modal a:active,
.modal a:hover,
.modal a:focus {
  color: #000000;
  text-transform: uppercase;
  outline: 0;
}

.modal-title {
  text-transform: uppercase;
}

.wrapper {
  position: relative;
  height: 100%;
  padding: 0;
}

.login-box {
  position: relative;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 0;
  height: 100%;
  display: none;
  top: -1400px;
  transition: all 1100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

h1,
h2 {
  text-transform: uppercase;
  font-weight: bolder;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

header {
  padding-top: 5.5%;
}

.call-to-action {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
  width: 100%;
  display: block;
  margin: 5em 0 2em 0;
}

.line {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2em 0 0.5em 0;
  padding: 0;
}

.button {
  display: inline-block;
  background: url('../img/box.png') no-repeat center center;
  text-transform: uppercase;
  background-size: contain;
  height: auto;
  width: 8em;
  line-height: 4em;
  font-weight: bolder;
  font-size: 1.5em;
  cursor: pointer;
  margin-bottom: 2em;
}

.button:hover {
  background-image: url('../img/box-click.png');
}

.fb-button {
  margin-bottom: 0;
  width: 14em;
  background-image: url('../img/fb-box.png');
}

.fb-button:hover {
  background-image: url('../img/fb-box-click.png');
}

.loader {
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
}

.game-panel {
  position: relative;
  padding: 0;
  height: 100%;
  display: none;
  left: -1400px;
  text-transform: uppercase;
  font-family: 'Lekton', sans-serif;
  transition: all 1200ms cubic-bezier(0.8, 0, 0.4, 1);
}

.game-bg,
.game-bg-m {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.leaderboard-game-bg {
  width: auto;
  position: absolute;
  top: 50%;
  left: -1400px;
  transform: translate(-50%, -50%);
  transition: all 1200ms cubic-bezier(0.8, 0, 0.4, 1);
}

.leaderboard .title {
  font-size: 7vh;
}

.leaderboard .table-condensed td,
.leaderboard .table-condensed th {
  font-size: 2.4vh;
}

.leaderboard .title-container {
  margin-top: 6.5em;
}

.admin-leaderboard table {
  margin-right: auto;
  margin-left: auto;
}

.leaderboard-game-bg {
  display: none;
}

.leaderboard .weekly-title {
  display: none;
}

.weekly-leaderboard .weekly-title {
  display: block;
  font-size: 3.8vh;
  position: relative;
  color: black;
}

@media (min-width: 768px) {
  .admin-leaderboard table {
    width: 112vh;
  }
  .leaderboard .title-container {
    margin-top: 5.5em;
  }
  .leaderboard-game-bg {
    display: block;
  }
  .leaderboard-game-bg-sm {
    display: none;
  }
  .cumulative-list {
    margin-top: 7vh;
  }
  .title-container {
    margin-top: 4.5em;
  }
  .img-responsive {
    max-height: 15%;
  }
}

@media (max-width: 768px) {
  .admin-leaderboard .title {
    margin-left: 0.25em;
    text-align: left;
    display: block;
  }
  .leaderboard .title {
    font-size: 5vh;
    margin-top: 0.7em;
  }
  .leaderboard .title-m {
    font-size: 5vh;
    margin-top: 1.5em;
    margin-left: 1em;
  }
  .weekly-leaderboard .weekly-title {
    display: none;
  }
  .img-responsive {
    max-height: 15%;
  }
}

.weekly-leaderboard .cumulative-list {
  margin-top: 7vh;
}

.game-bg {
  float: left;
}

.game-bg-m {
  margin: 0 auto;
}

.vote-saved {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
  background-color: #6dc066;
  height: 2em;
  width: 4em;
  line-height: 2em;
  border-radius: 0.5em;
  box-sizing: border-box;
  border: 1px dashed #ffffff;
  box-shadow: 0 0 0 0.1em #6dc066;
  position: fixed;
  bottom: 1em;
  right: 1em;
  display: none;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.title-container {
  margin-top: 4.5em;
  padding: 0;
}

.table-responsive {
  color: black;
  max-height: 45rem;
  overflow-x: visible;
}

.img-responsive {
  max-height: 30%;
}

.title-m {
  margin-left: 2rem;
  margin-top: 4.5rem;
  text-align: left;
  display: block;
}

.title {
  font-size: 4em;
  line-height: 1.1em;
  font-family: Arthouse-Sports, sans-serif !important;
}

.question {
  font-size: 5em;
  line-height: 1em;
  margin-top: 0.5em;
  display: block;
  color: #000;
}

.question-m {
  margin-top: 1.5em;
}

.question-number {
  font-family: Controller-Five, sans-serif !important;
  font-size: 12em;
  display: block !important;
  color: #000;
}

@keyframes option-shadow {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0px 0px 2em 0.2em rgba(255, 255, 255, 0.66);
  }
  100% {
    box-shadow: none;
  }
}

.options-container {
  position: relative;
  margin: 0 auto;
  float: none;
}

.option {
  font-family: Controller-Five, sans-serif;
  font-size: 5.3em;
  background-image: url('../img/q-box.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 0;
  cursor: pointer;
  width: 2.8em;
  margin: 0 auto 0.25em auto;
}

.option:hover {
  background-image: url('../img/q-box-click.png');
}

.leaderboard-link {
  width: 100%;
  padding-top: 10em;
}

.go-to-leaderboard {
  margin: 1em 0 0 0;
  font-size: 2em;
  font-family: Arthouse-Sports, sans-serif !important;
}

.caution-vote {
  position: fixed;
  bottom: 1em;
  left: 1em;
}

.alert {
  position: fixed;
  top: 1em;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.alert-content {
  text-transform: uppercase;
}

.vertical-spacer {
  height: 100%;
}

.table-hover > tbody > tr:hover {
  background-color: rgba(147, 147, 147, 0.5);
}

.cumulative-list {
  position: relative;
  margin: 0 auto;
  float: none;
  font-weight: bold;
  margin-top: 5vh;
  max-height: 62vh;
  overflow-y: scroll;
}

.game-link {
  margin-top: 5em;
  margin-bottom: 1em;
}

.forgot-password {
  font-size: 1em !important;
  font-weight: normal !important;
  margin-top: 0 !important;
  display: inline-block !important;
  cursor: pointer;
}

.message {
  position: relative;
  margin: 0 auto;
  float: none;
  font-size: 1.8em;
  margin-top: 5em;
  display: block;
  font-weight: bold;
  color: black;
  font-family: Arthouse-Sports, sans-serif !important;
}

.acceptsTermsContainer label {
  padding-left: 0;
  margin-left: 20px;
}

#acceptsTerms {
  font-size: 2em;
  top: 0.15em;
}

.no-select {
  user-select: none;
}

.sign-out {
  position: fixed;
  color: white;
  cursor: pointer;
  bottom: 1em;
  right: 1.5em;
  font-size: 2em;
  transition: transform 1s;
  border: 3px solid #ffffff;
  border-radius: 0.5em;
  padding: 0.5em 0.6em 0.4em 0.9em;
  background-color: rgba(0, 0, 0, 0.3);
}

.sign-out .fa-sign-out {
  vertical-align: middle;
}

.sign-out-text {
  opacity: 0;
  font-size: 0;
  cursor: pointer;
  color: white;
  transition: all 1s ease-in-out;
  vertical-align: middle;
}

.sign-out:hover {
  transform: scale(1.5);
  background-color: rgba(255, 255, 255, 0.75);
}

.sign-out:hover .sign-out-text {
  opacity: 1;
  font-size: 0.5em;
  color: black;
}

.powered-by {
  position: fixed;
  bottom: 1em;
  width: 100%;
  display: block;
  font-size: 1.2em;
  vertical-align: middle;
}

.powered-by img {
  height: 1.5em;
  display: inline-block;
  vertical-align: text-bottom;
}

.form-control.checkbox {
  box-shadow: none;
}

.rules-block {
  margin: 0 auto;
  height: 85%;
  overflow: scroll;
}

#captcha {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.g-recaptcha {
  display: inline-block;
}

/* Font Definitions */

@font-face {
  font-family: Arial;
  panose-1: 2 11 6 4 2 2 2 2 2 4;
}

@font-face {
  font-family: 'Courier New';
  panose-1: 2 7 3 9 2 2 5 2 4 4;
}

@font-face {
  font-family: Wingdings;
  panose-1: 5 0 0 0 0 0 0 0 0 0;
}

@font-face {
  font-family: 'Cambria Math';
  panose-1: 2 4 5 3 5 4 6 3 2 4;
}

/* Style Definitions */

p.MsoNormal,
li.MsoNormal,
div.MsoNormal {
  margin: 0in;
  margin-bottom: 0.0001pt;
  font-size: 12pt;
  font-family: 'Times New Roman';
}

p.MsoHeader,
li.MsoHeader,
div.MsoHeader {
  margin: 0in;
  margin-bottom: 0.0001pt;
  font-size: 12pt;
  font-family: 'Times New Roman';
}

p.MsoFooter,
li.MsoFooter,
div.MsoFooter {
  margin: 0in;
  margin-bottom: 0.0001pt;
  font-size: 12pt;
  font-family: 'Times New Roman';
}

#rules a:link,
span.MsoHyperlink {
  color: blue;
  text-decoration: underline;
}

#rules a:visited,
span.MsoHyperlinkFollowed {
  color: #954f72;
  text-decoration: underline;
}

.MsoChpDefault {
  font-size: 10pt;
}

/* Page Definitions */

@page WordSection1 {
  size: 8.5in 11in;
  margin: 1in 1.25in 1in 1.25in;
}

div.WordSection1 {
  page: WordSection1;
}

/* List Definitions */

ol {
  margin-bottom: 0in;
}

ul {
  margin-bottom: 0in;
}

@page {
  size: 8.5in 11in;
  margin-right: 1.25in;
  margin-top: 1in;
  margin-bottom: 1in;
}

P {
  margin-bottom: 0.08in;
  direction: ltr;
  color: #000000;
  widows: 2;
  orphans: 2;
}

P.western {
  font-family: 'Times New Roman', serif;
  font-size: 12pt;
  so-language: en-US;
}

P.cjk {
  font-family: 'Times New Roman', serif;
  font-size: 12pt;
}

P.ctl {
  font-family: 'Times New Roman', serif;
  font-size: 12pt;
  so-language: ar-SA;
}

A:link {
  color: #0000ff;
}

#fb-login {
  display: none;
}

/* Password Strength Indicator Styles */
.password-strength-indicator {
  margin-top: 8px;
}

.strength-bar {
  height: 6px;
  background-color: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 5px;
}

.strength-fill {
  height: 100%;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.password-strength-indicator.weak .strength-fill {
  width: 25%;
  background-color: #ff4444;
}

.password-strength-indicator.medium .strength-fill {
  width: 50%;
  background-color: #ffaa00;
}

.password-strength-indicator.strong .strength-fill {
  width: 75%;
  background-color: #00aa00;
}

.password-strength-indicator.very-strong .strength-fill {
  width: 100%;
  background-color: #008800;
}

.strength-text {
  font-size: 12px;
  font-weight: bold;
}

.password-strength-indicator.weak .strength-text {
  color: #ff4444;
}

.password-strength-indicator.medium .strength-text {
  color: #ffaa00;
}

.password-strength-indicator.strong .strength-text {
  color: #00aa00;
}

.password-strength-indicator.very-strong .strength-text {
  color: #008800;
}

.password-requirements {
  margin-top: 8px;
  font-size: 12px;
}

.password-requirements p {
  margin-bottom: 5px;
  color: #666;
}

.password-requirements ul {
  margin: 0;
  padding-left: 15px;
  list-style: none;
}

.password-requirements li {
  margin-bottom: 2px;
  position: relative;
}

.password-requirements li.requirement-missing:before {
  content: '✗';
  color: #ff4444;
  font-weight: bold;
  margin-right: 5px;
}

.password-requirements li.requirement-met:before {
  content: '✓';
  color: #00aa00;
  font-weight: bold;
  margin-right: 5px;
}

.password-requirements li.requirement-missing {
  color: #ff4444;
}

.password-requirements li.requirement-met {
  color: #00aa00;
}
