@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;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

@-webkit-keyframes blinkAnimation {
  to {
    opacity: 0;
  }
}

@keyframes blinkAnimation {
  to {
    opacity: 0;
  }
}

@-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;
  }
}

h2 {
  font-size: 2.4rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}

.container figcaption, .gallery .caption span.title, .gallery .caption span.counter {
  padding: 4px 6px;
  font-size: .9rem;
  color: #a2abbc;
}

h1, h2, h3, p {
  font-family: "Roboto Condensed", sans-serif;
  color: #444;
}

h1 {
  font-size: 4rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 2rem 0;
}

h3 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

p {
  font-family: "Roboto Condensed", serif;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 1rem 0 2rem;
  color: #505050;
}

a {
  color: #505050;
  text-decoration: underline;
  -webkit-text-decoration-color: #2D1996;
          text-decoration-color: #2D1996;
}

a:visited, a:hover {
  -webkit-text-decoration-color: #a2abbc;
          text-decoration-color: #a2abbc;
}

blockquote, q {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 2rem;
  margin: 2rem;
  border-left: 4px solid #a2abbc;
  color: #777;
}

hr {
  border: 0;
  margin-top: 24px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  overflow: visible;
}

hr::before {
  font-size: 32px;
  letter-spacing: .5em;
  content: '...';
  display: inline-block;
  margin-left: .6em;
  color: rgba(45, 25, 150, 0.5);
  position: relative;
  top: -10px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.center td, table.center th {
  text-align: center;
}

table.stripped tbody tr:nth-child(2n+1) td {
  background-color: rgba(220, 220, 220, 0.4);
}

table tr > :first-child {
  padding-left: 10px;
}

table th {
  margin: 0;
  text-align: left;
  padding: 10px 4px;
  border-bottom: 1px solid #a2abbc;
}

table td {
  margin: 0;
  padding: 10px 4px;
}

.container {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  min-height: 1px;
  max-width: 680px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.container.wide {
  max-width: 850px;
}

.container.full {
  width: 100%;
  max-width: none;
  padding: 0;
}

.container figure {
  margin: 0;
  min-height: 1px;
}

.container img {
  width: 100%;
  height: auto;
  min-height: 1px;
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.5, 0.01, 0.5, 0.9);
  transition: opacity 2s cubic-bezier(0.5, 0.01, 0.5, 0.9);
}

header, nav, section, footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 1px;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

body #cover {
  height: 100vh;
}

body.no-cover {
  background-image: none;
}

body.no-cover header #ct-logo path {
  fill: #2D1996;
}

body.no-cover #heading {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 229, 236, 0.1)), to(#dee5ec));
  background: linear-gradient(rgba(222, 229, 236, 0.1), #dee5ec);
}

body.no-cover #heading.is-hidden > div:not(.arrow) {
  opacity: 1;
}

body.no-cover #heading #titles h1 {
  color: #504444;
  text-shadow: none;
}

body.no-cover #heading #titles .credits {
  color: #504444;
  text-shadow: none;
}

body.no-cover #heading .arrow path {
  fill: #2D1996;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 800;
  text-align: center;
}

header #logo {
  margin-top: 40px;
  height: auto;
  opacity: .9;
  max-width: 120px;
}

header #logo path {
  fill: #fff;
}

section.content {
  border-top: 4px solid #a2abbc;
  background: #fafafa;
  padding: 2rem 0;
}

section .intro {
  padding: 1rem 0 2rem;
}

section .intro p {
  margin: 1rem 0;
  color: #444;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

section .intro .facebook {
  display: none;
}

footer {
  border-bottom: 4px solid #a2abbc;
  background: #fafafa;
  margin-bottom: 0;
  padding: 2rem 0 1rem;
  text-align: center;
}

footer .sharing {
  border-top: 1px solid #a2abbc;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

footer .sharing h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

footer .sharing a {
  margin: 4px;
}

footer .sharing a:hover svg {
  fill: #f05;
}

footer .sharing a svg {
  fill: #2D1996;
}

footer p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
}

footer p.about {
  font-weight: 200;
  color: #a2abbc;
}

#heading {
  background: url(https://docs.rferl.org/Infographics/2019/2019_01/2019_01_Kremlin_Calling/fancy-mask.png);
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#heading > div {
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 0.01, 0.5, 0.9);
  transition: opacity 0.5s cubic-bezier(0.5, 0.01, 0.5, 0.9);
}

#heading.is-hidden > div {
  opacity: 0;
}

#heading.is-hidden > div.arrow {
  display: none;
}

#heading #titles {
  margin-top: 6rem;
  width: 90%;
  padding: 0;
  text-align: center;
}

#heading #titles h1 {
  display: inline;
  font-size: 4.2rem;
  line-height: 1.2;
  color: #fafafa;
  text-shadow: 1px 1px 1px #333;
}

#heading #titles .credits {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.1;
  color: #f0f0f0;
  text-shadow: 1px 1px 1px #333;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: .9;
}

#heading #titles .credits.date {
  opacity: .7;
  font-size: 1.4rem;
}

#heading #titles .credits.facebook {
  min-height: 2rem;
  text-align: center;
}

#heading #titles.reduced {
  width: 80%;
}

#heading #titles.reduced h1 {
  font-size: 3.6rem;
}

#heading .arrow {
  position: fixed;
  bottom: 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}

#heading .arrow path {
  -webkit-animation: blinkAnimation 2.4s infinite;
  animation: blinkAnimation 2.4s infinite;
}

#heading .arrow #arrow-top {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

#heading .arrow #arrow-middle {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

#heading .arrow #arrow-bottom {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

nav {
  opacity: 0;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 900;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  -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-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);
}

nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  -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;
}

nav .container div {
  padding: 4px 2px;
}

nav .logo {
  padding-left: 0;
  width: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

nav .logo img {
  opacity: 1;
  width: auto;
  max-width: 100%;
}

nav .title {
  padding-top: 2px;
  -webkit-box-flex: 9;
      -ms-flex-positive: 9;
          flex-grow: 9;
  font-size: 1rem;
  font-weight: 400;
  color: #505050;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

nav .sharing {
  width: 100px;
  padding-right: 0;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: right;
}

nav .sharing svg {
  width: 24px;
  height: 24px;
  fill: #505050;
}

nav .sharing svg:hover {
  fill: #f05;
}

@media (max-width: 575.98px) {
  .container {
    width: auto;
    max-width: none;
    padding: 0 16px;
  }
  .container > figure, .container > img {
    margin: 0 -16px;
  }
  .container.wide, .container.full {
    padding: 0;
  }
  .container.wide > figure, .container.wide > img, .container.full > figure, .container.full > img {
    margin: 0;
  }
  .container.pull {
    width: 80%;
    max-width: none;
    padding: 10px 16px;
    margin-bottom: 1rem;
  }
  .container figcaption {
    font-size: .9rem;
  }
  body {
    background: none;
  }
  body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -10;
    background-size: cover;
    background-position: center center;
    background-image: none;
  }
  body.no-cover:before {
    background-image: none;
  }
  nav {
    display: none;
  }
  header #logo {
    margin-top: 30px;
    max-width: 80px;
  }
  #heading #titles.reduced {
    width: 90%;
  }
  #heading #titles.reduced h1 {
    font-size: 1.5rem;
  }
  #heading #titles h1 {
    font-size: 1.7rem;
    line-height: 1.3;
  }
  #heading #titles .credits {
    font-size: .9rem;
    margin: 1rem 0;
  }
  #heading #titles .credits.date {
    font-size: .8rem;
  }
  #heading #titles .credits.facebook {
    display: none;
  }
  #heading .arrow {
    bottom: 20px;
  }
  section .intro {
    margin-bottom: 2rem;
  }
  section .intro p {
    font-size: 1.3rem;
  }
  section .intro .facebook {
    display: block;
  }
  section h2 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
  }
  section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  section p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  section blockquote, section q {
    font-size: 1.3rem;
    margin: 1rem 1rem 1rem .5rem;
    padding-left: 1rem;
  }
  footer {
    padding-left: 16px;
    padding-right: 16px;
  }
  footer .sharing h3 {
    font-size: 1.4rem;
  }
}

/* 
	Credit: Nicolas Gallagher and SUIT CSS. 
*/
.embed {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

.embed::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed .embed-item,
.embed iframe,
.embed embed,
.embed object,
.embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-21by9::before {
  padding-top: 42.85714%;
}

.embed-4by3::before {
  padding-top: 75%;
}

.embed-1by1::before {
  padding-top: 100%;
}

/*
    Gallery 
    for Socrates Template
    Mikhail Ageev, 2019
    michaelageev.com
*/
.gallery ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.gallery ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.gallery ul > li > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.gallery ul > li:first-child, .gallery ul > li.active {
  display: block;
}

.gallery ul .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12%;
  color: #f05;
  text-align: center;
  opacity: .5;
  cursor: pointer;
}

.gallery ul .arrow:hover {
  opacity: .8;
}

.gallery ul .arrow svg polygon {
  fill: #f05;
}

.gallery ul .arrow.left svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.gallery ul .arrow.right {
  right: 0;
}

.gallery ul .arrow.right svg {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.gallery .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.gallery .caption span.title {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}

.gallery .caption span.counter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

/*
    Toggable Containers 
    for Socrates Template
    Mikhail Ageev, 2019
    michaelageev.com
*/
.container.toggable {
  display: none;
}

.pull {
  border-top: 1px solid #2D1996;
  text-align: center;
  padding-top: 4px;
  margin-bottom: 2rem;
}

.pull:hover {
  border-top: 1px solid #f05;
  cursor: pointer;
}

.pull:hover span, .pull:hover span:after {
  color: #f05;
  border-color: #f05;
}

.pull span {
  color: #2D1996;
  padding: 4px 10px;
  cursor: pointer;
}

.pull span:after {
  content: "";
  position: absolute;
  margin-left: 1rem;
  margin-top: .1rem;
  width: .6rem;
  height: .6rem;
  border: 1px solid #2D1996;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-animation: arrowAnim 2s infinite;
  animation: arrowAnim 2s infinite;
}
/*# sourceMappingURL=style.css.map */