/*
	RFE/RL-related styling
	by Mikhail Ageev, 2019
*/
@font-face {
  font-family: Skolar Sans;
  font-weight: 300;
  src: url("https://docs.rferl.org/Infographics/sources/fonts/SkolarSansCyrlEl.woff");
}

@font-face {
  font-family: Skolar Sans;
  font-weight: 400;
  src: url("https://docs.rferl.org/Infographics/sources/fonts/SkolarSansLatnCyrl.woff");
}

@font-face {
  font-family: Skolar Sans;
  font-weight: 700;
  src: url("https://docs.rferl.org/Infographics/sources/fonts/SkolarSansLatnCyrl-Bd.woff");
}

@font-face {
  font-family: Skolar;
  src: url("https://docs.rferl.org/Infographics/sources/fonts/Apollo_Framework/SkolarLatnCyrl-Light.woff2");
  font-weight: 300;
}

@font-face {
  font-family: Skolar;
  src: url("https://docs.rferl.org/Infographics/sources/fonts/Apollo_Framework/SkolarLatnCyrl-Rg.woff2");
  font-weight: 400;
}

@font-face {
  font-family: Skolar;
  src: url("https://docs.rferl.org/Infographics/sources/fonts/Apollo_Framework/SkolarLatnCyrl-Bd.woff2");
  font-weight: 700;
}

@font-face {
  font-family: DeJaVu;
  src: url(https://docs.rferl.org/Infographics/sources/fonts/Apollo_Framework/DejaVuSans.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Skolar", Georgia, Times, "Times New Roman", serif;
}

body h1, body h2, body h3, body p {
  font-family: "Skolar", Georgia, Times, "Times New Roman", serif;
}

body h2 {
  margin-bottom: .4em;
}

body hr:before{
  color: #aab0b6;
}

body p {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  body section p {
    font-size: 1.1rem;
  }
}

body p a {
  text-decoration: none;
  color: #ec6803;
  border-bottom: 1px solid #dbdee0;
}

body p a:visited {
  text-decoration: none;
  color: #a04702;
}

body p a:hover, body p a:visited:hover {
  color: #ec6803;
  text-decoration: none;
  border-bottom: 1px solid #ec6803;
}

body header #logo {
  max-width: 180px;
}

body #heading {
  background: linear-gradient(135deg, rgba(20, 24, 25, .5), rgba(20, 24, 25, .3) 50%, rgba(20, 24, 25, .5));
}

body #heading #titles {
  font-family: "Skolar Sans", Helvetica, sans-serif;
}

body #heading #titles h1 {
  font-family: "Skolar Sans", Helvetica, sans-serif;
}

body #heading #titles .credits {
  opacity: 1;
}

body #heading #titles .credits.date {
  opacity: .9;
}

body nav .container .logo {
  padding: 2px 6px 0 4px;
  width: 28px;
  text-align: right;
}

body nav .burger line {
  stroke: #ea6903;
}

body nav .sharing {
  padding: 6px 4px 2px;
}

body nav.sharing svg {
  fill: #5c646b;
}

body nav .sharing svg:hover {
  fill: #ea6903;
}

body nav.reveal #sub ul li.active, body nav.reveal #sub ul li:hover {
  background-color: #ea6903;
}

body nav.reveal #sub ul li.active a, body nav.reveal #sub ul li:hover a {
  color: #fafafa;
}

body nav.reveal #sub ul li a {
  color: #ea6903;
}

@media (max-width: 575.98px) {
  body nav.reveal {
    background-color: #ea6903;
  }

  body nav.reveal #sub h4 {
    font-weight: 700;
  }

  body nav.reveal #sub ul li a {
    color: #fafafa;
  }
}

body section.content {
  border-top: 4px solid #aab0b6;
}

body .container figcaption, body .gallery .caption span.title, body .gallery .caption span.counter {
  color: #5c646b;
}

body blockquote, body q {
  border-left: 4px solid #818a93;
}

body .gallery ul .arrow svg polygon {
  fill: #fff;
}

body footer {
  border-bottom: 4px solid #aab0b6;
}

body footer h3 {
  font-family: "Skolar Sans", Helvetica, sans-serif;
  font-weight: 700;
}

body footer p {
  font-family: "Skolar", Georgia, Times, "Times New Roman", serif;
}

body footer p.about {
  color: #5c646b;
}

@media(max-width: 575px) {
  body footer p.about {
    font-size: 1rem;
  }
}

body footer .sharing {
  border-top: 1px solid #aab0b6;
}

body footer .sharing a svg {
  fill: #5c646b;
}

body footer .sharing a:hover svg {
  fill: #ea6903;
}

body .img-comp-slider {
  background-color: #ea6903;
}

body .timeline .intro p {
  font-family: "Skolar", Georgia, Times, "Times New Roman", serif;
}

body .timeline .container.event {
  border-left: 2px dashed #818a93;
}
body .timeline .container.event.last {
  border-left: none;
}

body .timeline .container.event .event-content h2 {
  font-family: "Skolar Sans", Helvetica, sans-serif;
}

body .timeline .container.event .event-content p {
  font-family: "Skolar", Georgia, Times, "Times New Roman", serif;
}

body .timeline .container.event::before {
  background-color: #ea6903;
  margin-left: -72px;
}
@media (max-width: 576px) {
  body .timeline .container.event::before {
    margin-left: -32px;
  }
}


body .timeline .container.event .date {
  font-family: "Skolar Sans", Helvetica, sans-serif;
  color: #818a93;
  position: relative;
}

body .timeline .container.event .date:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  left: -38px;
  top: 7px;
  border-bottom: 2px dashed #818a93;
}

@media(max-width: 575px) {
  body .timeline .container.event .date:before {
    display: none;
  }
}

/*# sourceMappingURL=rfe.css.map */