@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;
  }
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -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;
  z-index: 900;
  position: fixed;
  padding: 0;
  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 0.8s cubic-bezier(0.5, 0.01, 0.5, 0.9);
  transition: opacity 0.8s cubic-bezier(0.5, 0.01, 0.5, 0.9);
}

nav #sub {
  display: none;
  border-top: 1px solid #f0f0f0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 0.01, 0.5, 0.9);
  transition: opacity 1.2s cubic-bezier(0.5, 0.01, 0.5, 0.9);
}

nav #sub > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

nav #sub h4 {
  font-weight: 400;
  font-size: 1.2rem;
  color: "PT Serif", serif;
  margin: 0 0 6px;
  padding: 4px;
  opacity: .7;
}

nav.reveal {
  background-color: #fff;
  padding-bottom: 0;
}

nav.reveal .burger {
  opacity: 1;
}

nav.reveal .burger svg #line-0 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 4% 30%;
          transform-origin: 4% 30%;
}

nav.reveal .burger svg #line-1 {
  opacity: 0;
}

nav.reveal .burger svg #line-2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 8% 73%;
          transform-origin: 8% 73%;
}

nav.reveal #sub {
  display: block;
  visibility: visible;
  opacity: 1;
}

nav.reveal #sub h4, nav.reveal #sub .sharing {
  display: none;
}

nav.reveal #sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

nav.reveal #sub ul li {
  list-style: none;
  line-height: 1.1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  opacity: .8;
  text-align: center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 0.01, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.5, 0.01, 0.5, 0.9);
}

nav.reveal #sub ul li.active, nav.reveal #sub ul li:hover {
  opacity: 1;
  background-color: #2D1996;
}

nav.reveal #sub ul li.active a, nav.reveal #sub ul li:hover a {
  color: #fafafa;
}

nav.reveal #sub ul li a {
  display: inline-block;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  color: #2D1996;
  text-decoration: none;
}

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 .sharing {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

nav .container div {
  padding: 4px 4px;
}

nav .burger {
  padding: 6px 6px 4px;
  opacity: 1;
  cursor: pointer;
}

nav .burger line {
  -webkit-transition: .3s;
  transition: .3s;
  stroke: #2D1996;
}

nav .container .logo {
  padding: 2px 0 0 4px;
  width: 30px;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

nav .container .logo img {
  opacity: 1;
  max-width: 100%;
  max-height: 30px;
  width: auto;
  height: auto;
}

nav .container .title {
  padding-left: 10px;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  font-size: 1rem;
  font-weight: 400;
  color: #505050;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

nav .sharing {
  padding-right: 0;
  text-align: right;
  width: 104px;
  padding-top: 6px;
}

nav .sharing svg {
  margin-left: 2px;
  width: 24px;
  height: 24px;
  fill: #505050;
}

nav .sharing svg:hover {
  fill: #f05;
}

@media (max-width: 575.98px) {
  nav {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  nav > .container {
    width: 100%;
    text-align: left;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  nav > .container .logo, nav > .container .sharing, nav > .container .title {
    display: none;
  }
  nav > .container .burger {
    border-radius: 100%;
    margin: 7px 9px;
    padding: 7px 7px 4px 8px;
    background: rgba(255, 255, 255, 0.2);
  }
  nav > .container .burger svg {
    width: 24px;
    height: 24px;
    opacity: .4;
  }
  nav > .container .burger svg line {
    stroke: #2D1996;
  }
  nav.reveal {
    background-color: #2D1996;
    -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 0.8s cubic-bezier(0.5, 0.01, 0.5, 0.9);
    transition: opacity 0.8s cubic-bezier(0.5, 0.01, 0.5, 0.9);
    overflow: auto;
    max-height: 100vh;
    padding-top: 2px;
    opacity: 1;
  }
  nav.reveal > .container .burger {
    opacity: 1;
  }
  nav.reveal #sub {
    width: calc(100% - 64px);
    margin-top: 10px;
    border-top: 0;
    padding-bottom: 2rem;
  }
  nav.reveal #sub h4 {
    opacity: .8;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding: 0;
    font-weight: 600;
    color: #fafafa;
  }
  nav.reveal #sub ul {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.reveal #sub ul li {
    text-align: left;
    opacity: 1;
  }
  nav.reveal #sub ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 1.1rem;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }
  nav.reveal #sub h4.share {
    font-size: 1.1rem;
  }
  nav.reveal #sub h4.share, nav.reveal #sub .sharing {
    display: block;
    text-align: left;
  }
  nav.reveal #sub h4.share svg, nav.reveal #sub .sharing svg {
    margin-top: 6px;
    margin-right: 14px;
    width: 32px;
    height: 32px;
  }
  nav.reveal #sub .sharing {
    margin-bottom: 10px;
    width: auto;
    padding-left: 4px;
  }
  nav.reveal #sub .sharing svg {
    fill: #fafafa;
  }
}

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-size: 1.3rem;
  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;
}

ul, ol {
  margin: 1rem 0 2rem;
}

ul li, ol li {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

blockquote, q {
  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.3);
  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: 6px;
}

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;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row .col {
  -webkit-box-flex: 49%;
      -ms-flex: 49%;
          flex: 49%;
  margin-right: 1%;
  padding: 0;
  position: relative;
  opacity: .8;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 0.01, 0.5, 0.9);
  transition: opacity 0.8s cubic-bezier(0.5, 0.01, 0.5, 0.9);
}

.row .col:hover {
  opacity: 1;
}

.row .col div {
  position: absolute;
  height: 52px;
  left: 0;
  right: 0;
  bottom: 4px;
  padding: 6px 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#cc000000',GradientType=0 );
}

.row .col div a {
  font-size: 1.2rem;
  line-height: 1.1;
  text-decoration: none;
  color: #fafafa;
  text-shadow: 1px 1px 1px #333;
}

@media (max-width: 575.98px) {
  .container {
    width: calc(100% - 32px);
    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;
  }
  .row {
    display: block;
  }
  .row .col {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-right: 0;
  }
  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: 1rem;
    margin: 1rem 0;
  }
  #heading #titles .credits.date {
    font-size: 1rem;
  }
  #heading #titles .credits.facebook {
    display: none;
  }
  #heading .arrow {
    bottom: 20px;
  }
  section .intro {
    margin-bottom: 1rem;
  }
  section .intro p {
    font-size: 1.2rem;
  }
  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.1rem;
    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;
  }
}

section.timeline .intro {
  padding-bottom: 3rem;
}

section.timeline .intro p {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", sans-serif;
}

.container.event {
  padding-bottom: 4rem;
  padding-left: 55px;
  border-left: 1px solid #eaeaea;
}

.container.event.last {
  border-left: none;
}

.container.event.last::before {
  margin-left: -71px;
}

.container.event::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  margin-left: -71px;
  border-radius: 100%;
  background-color: #f05;
  border: 8px solid #fafafa;
}

.container.event.event-0::before, .container.event.last::before {
  margin-top: -10px;
}

.container.event.event-0 .date, .container.event.last .date {
  margin-top: -6px;
}

.container.event .date {
  font-weight: 600;
  font-size: 1.2rem;
  color: #2D1996;
  text-transform: uppercase;
}

.container.event .event-content {
  margin: 1rem 0;
}

.container.event .event-content h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.container.event .event-content p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.container.event .event-content img {
  opacity: 1;
}

@media (max-width: 575.98px) {
  section.timeline .intro {
    padding-top: 0;
  }
  section.timeline .intro p {
    font-size: 1.3rem;
  }
  .container.event {
    padding-bottom: 2rem;
    padding-left: 17px;
    margin-left: 16px;
    width: calc(100% - 50px);
  }
  .container.event .event-content p {
    font-size: 1.1rem;
  }
  .container.event.last::before {
    margin-left: -33px;
  }
  .container.event.story-continues::before {
    margin-top: -11px;
    margin-left: -33px;
  }
  .container.event::before {
    margin-top: -4px;
    margin-left: -33px;
  }
}

/* 
	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.chart {
  background-color: #fff;
}

.embed.chart::before {
  padding-top: 62.5%;
}

.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 .highcharts-iframe body {
  margin: 0;
  background-color: #fff;
}

.embed .highcharts-iframe #container {
  margin: 0;
  width: 100%;
}

.embed .highcharts-iframe #container .highcharts-title {
  font-size: 9px;
}

.embed .highcharts-iframe #container tspan {
  font-family: "Roboto Condensed", sans-serif;
}

.embed-21by9::before {
  padding-top: 42.85714%;
}

.embed-4by3::before {
  padding-top: 75%;
}

.embed-1by1::before {
  padding-top: 100%;
}

@media (max-width: 575.98px) {
  .twitter-tweet {
    width: 100% !important;
  }
  .facebook-embed .fb-post iframe {
    width: 100% !important;
  }
  .facebook-embed .fb-post > span {
    width: 100% !important;
  }
}

/*
    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;
  padding: 0 20px;
  background-color: #f6f6f6;
}

.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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	* Remove all paddings around the image on small screen
	*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.img-comp-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 2rem;
}

.img-comp-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border-right: 1px solid rgba(240, 240, 240, 0.5);
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 40px;
  height: 40px;
  background-color: #2D1996;
  border-radius: 50%;
  border: 1px solid rgba(240, 240, 240, 0.5);
}
/*# sourceMappingURL=style.css.map */