@charset "UTF-8";
@font-face {
  font-family: "Roboto Condensed";
  src: url(https://docs.rferl.org/Infographics/sources/fonts/Apollo_Framework/RobotoCondensed-Light.woff);
  font-weight: 300;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url(https://docs.rferl.org/Infographics/sources/fonts/Apollo_Framework/RobotoCondensed-Regular.woff);
  font-weight: 400;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url(https://docs.rferl.org/Infographics/sources/fonts/Apollo_Framework/RobotoCondensed-Bold.woff);
  font-weight: 700;
}

body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
}

body a {
  text-decoration: none;
}

header {
  z-index: 200;
  text-align: center;
}

header #logo {
  display: none;
  margin-top: 40px;
}

header h1 {
  display: none;
  margin: 40px auto;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  font-size: 36pt;
  line-height: 1.1em;
  max-width: 640px;
}

nav {
  margin-top: 80px;
  z-index: 300;
  position: relative;
  text-align: center;
}

nav #nav {
  cursor: pointer;
  padding: 12px 20px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #f0f0f0;
  color: #f0f0f0;
  border-radius: 24px;
}

nav #nav::after {
  content: " ≡";
  font-size: 22px;
}

nav.show-change::after {
  content: "";
  position: absolute;
  left: calc(50% - 60px);
  top: 45px;
  width: 115px;
  height: 100px;
  background-image: url(change.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#arena {
  position: fixed;
  bottom: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: 10;
}

#buble {
  display: none;
  z-index: 400;
  background: rgba(250, 250, 250, 0.9);
  position: absolute;
  bottom: 280px;
  width: 90%;
  max-width: 400px;
  left: calc(50% - 200px);
  border-radius: 12px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(40, 40, 40, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(40, 40, 40, 0.2);
}

#buble::after {
  content: "";
  position: absolute;
  left: calc(50% - 60px);
  border-left: 6px solid transparent;
  border-right: 30px solid transparent;
  border-top: 60px solid rgba(250, 250, 250, 0.9);
}

#buble.right::after {
  left: calc(50% + 10px);
  border-left: 30px solid transparent;
  border-right: 6px solid transparent;
}

#buble svg {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 4px;
  right: 4px;
  opacity: .2;
  cursor: pointer;
}

#buble svg path, #buble svg polyline {
  fill: #555;
}

#buble p {
  margin: 0;
  padding: 16px 20px 8px;
  font-size: 14pt;
  line-height: 1.3em;
  color: #444;
}

#buble p.meta {
  font-size: 11pt;
  padding-top: 4px;
  padding-bottom: 12px;
}

#buble p.meta span {
  color: #777;
}

#buble p.meta a {
  color: #2D1996;
  text-decoration: underline;
}

#invitation {
  display: none;
  z-index: 99;
  background-image: url(invitation.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 260px;
  width: 100%;
  height: 125px;
}

#button {
  z-index: 100;
  opacity: .6;
  position: fixed;
  bottom: 120px;
  left: calc(50% - 32px);
  width: 50px;
  height: 50px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: rgba(160, 160, 160, 0.8);
  border: 3px solid #fff;
}

#button svg {
  font-size: 2em;
}

#button svg path {
  fill: #fff;
}

#guys {
  z-index: 100;
  width: 100%;
  max-width: 800px;
  position: fixed;
  bottom: 0;
  height: 200px;
  left: 0;
  right: 0;
  margin: auto;
}

#guys .character {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 0;
  text-align: center;
}

#guys .character.left {
  left: 0;
}

#guys .character.right {
  right: 0;
}

#finale, #select-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  background-image: url(https://docs.rferl.org/Infographics/2018/2018_09/2018_09_Democracy/ct-gradient.jpg?2499e84412ca);
  background-position: center;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(40, 40, 40, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(40, 40, 40, 0.2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.01, 0.5, 0.9);
  transition: opacity 1s cubic-bezier(0.5, 0.01, 0.5, 0.9);
}

#finale h2, #select-topic h2 {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #c0c0c0;
}

#finale ul, #select-topic ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

#finale ul li, #select-topic ul li {
  list-style: none;
  margin: .5rem 0;
  padding: .5rem 0;
}

#finale ul li a, #select-topic ul li a {
  font-size: 16pt;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

#finale ul li a.active, #finale ul li a:hover, #select-topic ul li a.active, #select-topic ul li a:hover {
  color: white;
  -webkit-filter: drop-shadow(0 0 0.2rem #fff);
          filter: drop-shadow(0 0 0.2rem #fff);
  font-size: 18pt;
}

#finale ul li a.finished::before, #select-topic ul li a.finished::before {
  content: " \2714\fe0e  ";
  color: rgba(255, 255, 255, 0.8);
}

#finale > p, #select-topic > p {
  border-top: 1px solid rgba(150, 150, 150, 0.1);
  color: #ddd;
  font-weight: 300;
  font-size: 12pt;
  padding: 20px 20px 0;
}

#finale {
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#finale .congrats p {
  color: #fafafa;
  font-size: 13pt;
}

#finale .congrats p a {
  color: #fafafa;
  text-decoration: underline;
}

#finale .congrats p.facebook {
  margin: 2rem 0;
}

#finale .congrats p.facebook .fb-like {
  display: none;
  min-height: 30px;
}

#finale .congrats h2 {
  margin-top: 3rem;
}

#finale .congrats svg {
  fill: #fafafa;
  margin: 10px;
}

#finale .congrats svg:hover {
  fill: #f05;
}

#finale > p {
  border: none;
}

#branding {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 900;
  position: fixed;
  padding: 10px 0 0;
  top: 0;
  width: 100%;
}

#branding .logo {
  padding-left: 20px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#branding .logo img {
  width: 120px;
}

#branding .sharing {
  padding-right: 20px;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#branding .sharing svg {
  margin-left: 4px;
  width: 28px;
  height: 28px;
  fill: #fff;
}

#branding .sharing svg:hover {
  fill: red;
}

body {
  background-image: url(background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body #arena {
  background-image: url(arena.png);
  background-position: bottom center;
  background-size: cover;
}

body #guys .character {
  width: 300px;
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

body #guys .character.highlight {
  -webkit-filter: drop-shadow(0 0 0.2rem crimson);
          filter: drop-shadow(0 0 0.2rem crimson);
  -webkit-animation: theGlow 1s infinite;
  animation: theGlow 1s infinite;
}

body #guys .character.left {
  background-image: url(zel.png);
  background-position: left bottom;
}

body #guys .character.right {
  background-image: url(por.png);
  background-position: right bottom;
}

body #guys .character:hover, body #guys .character:active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body .blur header #logo {
  display: inline;
}

body .blur nav {
  margin-top: 60px;
}

body .blur #branding {
  opacity: 0;
  visibility: hidden;
}

body .blur h1 {
  display: block;
}

body .blur #arena {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

body .blur .character {
  -webkit-filter: blur(4px) drop-shadow(0 0 0.2rem crimson);
          filter: blur(4px) drop-shadow(0 0 0.2rem crimson);
}

@media (max-width: 575.98px) {
  body h1 {
    margin: 20px auto;
    font-size: 26pt;
  }
  body #invitation {
    bottom: 160px;
  }
  body #finale ul li, body #select-topic ul li {
    margin: 0.4rem 0;
    padding: .4rem 0;
  }
  body #finale > p, body #select-topic > p {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 9pt;
  }
  body #finale .congrats p {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  body #guys .character {
    width: 150px;
    height: 175px;
  }
  body #guys .character.right {
    background-position: 20px bottom;
  }
  body #buble {
    bottom: 150px;
    left: auto;
    margin-left: 5%;
  }
  body #buble::after {
    border-top: 40px solid rgba(250, 250, 250, 0.9);
  }
  body #buble svg {
    display: block;
  }
  body #buble p {
    font-size: 13pt;
  }
  body #buble p.meta {
    font-size: 11pt;
  }
}

@media (min-width: 1200px) {
  #invitation {
    bottom: 340px;
  }
  #select-topic ul li a {
    -webkit-transition: font 0.2s ease;
    transition: font 0.2s ease;
  }
  #guys {
    max-width: 980px;
  }
  #buble {
    max-width: 600px;
    left: calc(50% - 300px);
    bottom: 300px;
  }
  #buble::after {
    left: 20%;
    border-right-width: 60px;
  }
  #buble.right::after {
    left: 60%;
    border-left-width: 60px;
  }
  #buble p {
    font-size: 16pt;
    padding-top: 20px;
  }
  #buble p.meta {
    font-size: 13pt;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

@-webkit-keyframes theGlow {
  50% {
    -webkit-filter: drop-shadow(0 0 0.5rem crimson);
            filter: drop-shadow(0 0 0.5rem crimson);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0.2rem crimson);
            filter: drop-shadow(0 0 0.2rem crimson);
  }
}

@keyframes theGlow {
  50% {
    -webkit-filter: drop-shadow(0 0 0.5rem crimson);
            filter: drop-shadow(0 0 0.5rem crimson);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0.2rem crimson);
            filter: drop-shadow(0 0 0.2rem crimson);
  }
}

@-webkit-keyframes lightGlow {
  50% {
    -webkit-filter: drop-shadow(0 0 0.2rem #fff);
            filter: drop-shadow(0 0 0.2rem #fff);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0.1rem #fff);
            filter: drop-shadow(0 0 0.1rem #fff);
  }
}

@keyframes lightGlow {
  50% {
    -webkit-filter: drop-shadow(0 0 0.2rem #fff);
            filter: drop-shadow(0 0 0.2rem #fff);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0.1rem #fff);
            filter: drop-shadow(0 0 0.1rem #fff);
  }
}
/*# sourceMappingURL=stadium.css.map */