/*
CurrentTime related stylesheets 
*/
@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 {
  font-family: "Roboto Condensed", sans-serif;
  background: #fafafa;
  /* Old browsers */
}

#timeline .item.left .content, #timeline .item.right .content, #timeline .item.last span, #timeline .item.sticky {
  -webkit-box-shadow: 1px 1px 3px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px -2px rgba(0, 0, 0, 0.3);
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background-image: url(https://gdb.currenttime.tv/50A9AA9B-37E4-4AD9-932B-C2DE4D688FF5_w1200.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
}

body h1, body h2, body h3 {
  color: #102c44;
}

body h1 {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.2rem;
  text-transform: uppercase;
}

body h2 {
  font-size: 1.4rem;
}

body p {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #555;
  font-weight: 400;
  margin-bottom: 0;
}

body iframe {
  border: none;
}

body .arrow {
  content: "";
  text-align: left;
  margin: 2rem auto 5rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-animation: arrowAnim 2s infinite;
  animation: arrowAnim 2s infinite;
}

body .arrow.colored {
  border-color: #2D1996;
}

header, footer {
  padding: 2rem 0;
}

footer .copyright p {
  padding-top: 1rem;
  border-top: 1px solid rgba(200, 200, 200, 0.6);
  text-align: center;
  color: #e0e0e0;
}

footer .copyright p span {
  color: #fafafa;
}

footer .copyright p a {
  color: #fafafa;
}

#content-container #titles {
  text-align: center;
}

#content-container #titles h1 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #f0f0f0;
  opacity: 1;
}

#content-container #titles h2 {
  font-size: 1.2rem;
}

#content-container #titles #intro {
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#33000000',GradientType=0 );
}

#content-container #titles p {
  font-size: 1.1rem;
  color: #fafafa;
  opacity: .9;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #333;
  padding: 1rem 0;
}

#content-container #titles p a {
  color: #fafafa;
  text-decoration: underline;
}

#content-container #titles p#the-date {
  opacity: .6;
}

#personas {
  background: rgba(20, 20, 20, 0.4);
  background-image: url(https://docs.rferl.org/Infographics/2018/2018_10/KAFKA/snake-light.png);
  background-repeat: repeat-y;
  background-position: center;
  border-radius: 8px;
  margin: 0;
  z-index: 999;
}

#personas.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-box-shadow: 1px 1px 7px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 7px -2px rgba(0, 0, 0, 0.6);
}

#personas > div {
  padding-left: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-position: left 30px center;
  background-repeat: no-repeat;
  background-size: 80px;
}

#personas > div h2, #personas > div h3 {
  text-align: left;
  color: #f0f0f0;
}

#personas > div h2 {
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 20px;
}

#personas > div h3 {
  color: #a2abbc;
  font-size: 1rem;
  margin-bottom: 1rem;
}

#timeline {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  min-height: 900px;
  border-radius: 6px;
}

#timeline.one-column #events {
  padding-top: 0;
}

#timeline.one-column .item .content {
  text-align: left;
}

#timeline #events {
  background-image: url(https://docs.rferl.org/Infographics/2018/2018_10/KAFKA/snake-light.png);
  background-repeat: repeat-y;
  background-position: center;
  padding-top: 2rem;
}

#timeline .item {
  margin: 1.5rem 0 2rem;
  text-align: center;
}

#timeline .item:first-child {
  margin-top: 0;
}

#timeline .item.left > div, #timeline .item.right > div {
  max-width: 45%;
  margin-left: 50%;
  text-align: left;
  border-radius: 0 6px 6px 0;
}

#timeline .item.left .content {
  max-width: 45%;
  margin-left: 5%;
  border-radius: 6px 0 0 6px;
}

#timeline .item.last {
  margin-bottom: 1rem;
  text-align: center;
}

#timeline .item.last span {
  border: 2px solid #f0f0f0;
}

#timeline .item.sticky {
  border: 2px solid #f0f0f0;
  background: #f05;
  height: 32px;
  width: 140px;
  margin: 0 auto;
  border-radius: 6px;
  line-height: 30px;
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 4px;
}

#timeline .item a {
  color: #fafafa;
  text-decoration: underline;
}

#timeline .item a:hover {
  color: #0ecae3;
  text-decoration: underline;
}

#timeline .item span {
  text-align: center;
  padding: 4px 6px;
  background-color: #f05;
  border-radius: 4px;
  color: #fff;
  font-size: .9rem;
  margin-top: .5rem;
}

#timeline .item span.time {
  font-size: .8rem;
  opacity: .8;
}

#timeline .item .content {
  width: auto;
  max-width: 600px;
  margin: 12px auto 12px;
  padding: 16px 20px 12px;
  background-color: rgba(20, 20, 20, 0.6);
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 4px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 4px -2px rgba(0, 0, 0, 0.6);
}

#timeline .item .content h2 {
  color: #f0f0f0;
  font-weight: 400;
  margin-bottom: .8rem;
}

#timeline .item .content img {
  margin-bottom: 1rem;
}

#timeline .item .content ul {
  padding-left: 12px;
}

#timeline .item .content ul li {
  line-height: 1.3rem;
  margin-bottom: .5rem;
  color: #cfcfcf;
}

#timeline .item .content p {
  color: #cfcfcf;
  margin-bottom: .5rem;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 5px;
  height: 0;
  margin-bottom: 1rem;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  background-image: none;
  :before {
    background-image: url(https://gdb.currenttime.tv/50A9AA9B-37E4-4AD9-932B-C2DE4D688FF5_w600_h1200.jpg);
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -10;
    background-size: cover;
    background-position: center center;
  }
  body h1 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  body #content-container #titles h1, body #content-container #titles h2 {
    text-align: center;
  }
  body #content-container #titles h1 {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2.2rem;
  }
  @-webkit-keyframes arrowAnim {
    to {
      -webkit-transform: translateY(0.6rem) rotate(135deg);
      transform: translateY(0.6rem) rotate(135deg);
      opacity: 0;
    }
  }
  @keyframes arrowAnim {
    to {
      -webkit-transform: translateY(0.6rem) rotate(135deg);
      transform: translateY(0.6rem) rotate(135deg);
      opacity: 0;
    }
  }
  body .hero {
    margin-bottom: 1rem;
  }
  body #timeline {
    background: none;
    margin-bottom: 0;
  }
  body #timeline #events {
    background: none;
  }
  body #timeline .item {
    text-align: left;
    padding-top: 0;
  }
  body #timeline .item.long {
    background-position: right 1px;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-top: 0;
  }
  body #timeline .item.left, body #timeline .item.right {
    background-position: right 1px;
    background-repeat: no-repeat;
    background-size: 24px;
  }
  body #timeline .item.left h2, body #timeline .item.right h2 {
    background-image: url(https://docs.rferl.org/Infographics/2018/2018_10/KAFKA/images/flags/us-circle.png);
    background-size: 20px;
    padding-left: 26px;
    background-position: 0 2px;
    background-repeat: no-repeat;
  }
  body #timeline .item.left .content, body #timeline .item.right .content {
    max-width: 100%;
    margin: 1rem 0;
    border-radius: 6px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body #timeline .item.right h2 {
    background-image: url(https://docs.rferl.org/Infographics/2018/2018_10/KAFKA/images/flags/ussr-russia-circle.png);
  }
  body #timeline .item.sticky {
    top: 4px;
    margin-bottom: 1rem;
    text-align: center;
  }
  body #timeline .item .content {
    margin: 1rem 0;
  }
  body #timeline .item .content h2 {
    font-size: 1.3rem;
  }
  body #timeline .item .content p, body #timeline .item .content li {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  body {
    background-image: none;
  }
  body:before {
    background-image: url(https://gdb.currenttime.tv/50A9AA9B-37E4-4AD9-932B-C2DE4D688FF5_w600_h1200.jpg);
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -10;
    background-size: cover;
    background-position: center center;
  }
  body #content-container {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.05)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#33000000',GradientType=0 );
  }
  body #content-container #titles h1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8rem;
  }
  body #content-container #titles #intro {
    background: none;
  }
  body #timeline {
    margin-top: 0;
  }
  body #timeline .item.left, body #timeline .item.right {
    border-radius: 0;
  }
  body #timeline .item.left .content, body #timeline .item.right .content {
    border: 0;
  }
}
/*# sourceMappingURL=moon.css.map */