@charset "UTF-8";
/*
 * dark OCCRP project colour scheme
 */
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  font-weight: 400;
  color: #d0d0d0;
  background-color: #444; }

a {
  color: #941c1e;
  cursor: pointer; }
  a:hover {
    color: #3e0c0d; }
  a.invalid {
    background-color: red;
    color: white; }
    a.invalid:before {
      content: "INVALID REFERENCE --- "; }

.hidden {
  display: none; }

.occrp-page {
  background-color: #000;
  padding-bottom: 84px; }

h3.occrp-section {
  margin-top: 0;
  font-size: 14.4px;
  color: #941c1e;
  font-weight: 800;
  text-transform: uppercase; }
  h3.occrp-section a {
    color: #941c1e; }
    h3.occrp-section a:hover {
      color: #d0d0d0;
      text-decoration: none; }

@media (max-width: 1100px) {
  .occrp-container-wide, .occrp-container, #occrp-menu, .occrp-main-title, .occrp-teaser-initial, .occrp-teaser-big, .occrp-shelf-full, .occrp-shelf-half, .occrp-tagged-story-index .occrp-shelf-flex, .occrp-country-index, .occrp-story, .occrp-full-width .caption, .occrp-data-table, .occrp-document-listing, .occrp-person-browser, .occrp-partners, .occrp-donate, .newspaper-full, footer, .occrp-stage, .carousel, .occrp-teaser-box, .occrp-inset-box {
    padding-left: 4%;
    padding-right: 4%; } }

.occrp-container, #occrp-menu, .occrp-main-title, .occrp-teaser-initial, .occrp-teaser-big, .occrp-shelf-full, .occrp-shelf-half, .occrp-tagged-story-index .occrp-shelf-flex, .occrp-country-index, .occrp-story, .occrp-full-width .caption, .occrp-data-table, .occrp-document-listing, .occrp-person-browser, .occrp-partners, .occrp-donate, .newspaper-full {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.occrp-container-inner {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

h2.occrp-section {
  margin-top: 84px;
  text-align: center;
  font-size: 30px;
  color: #d0d0d0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em; }
  h2.occrp-section a {
    color: #d0d0d0; }
    h2.occrp-section a:hover {
      color: #941c1e;
      text-decoration: none; }

hr {
  margin-top: 36px;
  border-top: 1px solid #333; }

.more-info a,
.more-info span {
  color: #941c1e;
  font-weight: 700;
  text-transform: uppercase; }

a.next-link {
  display: inline-block;
  font-size: 1.1em;
  color: #d0d0d0;
  background-color: #333;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 36px;
  padding-right: 36px;
  border-radius: 4px; }
  a.next-link:hover {
    text-decoration: none;
    background-color: #1a1a1a; }

.call-to-action,
.tag-filters-container {
  text-align: center;
  order: 1;
  width: 100%; }
  .call-to-action a, .call-to-action label,
  .tag-filters-container a,
  .tag-filters-container label {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14.4px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 4px;
    background-color: #941c1e;
    color: white;
    margin-bottom: 12px;
    padding: 12px;
    padding-left: 24px;
    padding-right: 24px; }
    @media (max-width: 600px) {
      .call-to-action a, .call-to-action label,
      .tag-filters-container a,
      .tag-filters-container label {
        width: 100%; } }
    .call-to-action a:hover, .call-to-action label:hover,
    .tag-filters-container a:hover,
    .tag-filters-container label:hover {
      background-color: #691415;
      text-decoration: none; }
  .call-to-action a.disabled, .call-to-action label.disabled,
  .tag-filters-container a.disabled,
  .tag-filters-container label.disabled {
    opacity: 0.3; }

#lightbox h4 {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14.4px;
  font-weight: 600; }

.occrp-navbar {
  background-color: white;
  border-top: 2px solid #941c1e;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
  .occrp-navbar .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap; }
  .occrp-navbar .logo {
    margin-top: 8.16px;
    margin-bottom: 8.16px;
    -ms-flex: 1 0 50px;
    -webkit-flex: 1 0 50px;
    flex: 1 0 50px;
    padding-left: 2%;
    padding-right: 20.16px; }
    .occrp-navbar .logo img {
      display: none;
      max-height: 36px; }
    @media (min-width: 600px) {
      .occrp-navbar .logo img.normal {
        display: inline; } }
    @media (max-width: 600px) {
      .occrp-navbar .logo img.mobile {
        display: inline; } }
  .occrp-navbar .navmenu {
    float: left;
    margin-top: 8.16px;
    margin-bottom: 8.16px;
    text-transform: uppercase;
    color: #666666;
    font-weight: 700;
    border-left: 1px solid #f0f0f0;
    padding-left: 20.16px;
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: nowrap; }
    .occrp-navbar .navmenu a:hover {
      color: #941c1e;
      text-decoration: none; }
    @media (max-width: 600px) {
      .occrp-navbar .navmenu .text {
        display: none; } }
  .occrp-navbar .breadcrumbs {
    -ms-flex: 10 1 100px;
    -webkit-flex: 10 1 100px;
    flex: 10 1 100px;
    margin-top: 8.16px;
    margin-bottom: 8.16px;
    text-transform: uppercase;
    color: #666666;
    font-weight: 700;
    border-left: 1px solid #f0f0f0;
    padding-left: 20.16px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .occrp-navbar .breadcrumbs .crumb {
      letter-spacing: 0.1em;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .occrp-navbar .breadcrumbs .crumb a {
        color: #666666; }
        .occrp-navbar .breadcrumbs .crumb a:hover {
          color: #941c1e;
          text-decoration: none; }
    @media (max-width: 600px) {
      .occrp-navbar .breadcrumbs .crumb.optional {
        display: none; } }
  .occrp-navbar .languages {
    float: right;
    margin-top: 8.16px;
    margin-bottom: 8.16px;
    text-align: right; }
    .occrp-navbar .languages a {
      display: inline-block;
      font-size: 18px;
      margin-top: 6px;
      margin-left: 1em;
      color: #666666;
      font-weight: 700; }
      .occrp-navbar .languages a:hover {
        color: #941c1e;
        text-decoration: none; }
  .occrp-navbar .socialmedia {
    float: right;
    margin-top: 8.16px;
    margin-bottom: 8.16px;
    text-align: right; }
    @media (max-width: 800px) {
      .occrp-navbar .socialmedia {
        display: none; } }
    .occrp-navbar .socialmedia a {
      display: inline-block;
      width: 1.2em;
      font-size: 24px;
      padding-left: 0.2em;
      color: #666666;
      font-weight: 700; }
      .occrp-navbar .socialmedia a:hover {
        color: #941c1e;
        text-decoration: none; }
    .occrp-navbar .socialmedia a.btn {
      border: 0px;
      color: white;
      font-weight: bold; }
      .occrp-navbar .socialmedia a.btn i {
        display: inline-block;
        min-width: 1.1em; }
    .occrp-navbar .socialmedia a.donate {
      background-color: #941c1e;
      width: auto;
      font-size: 14px;
      margin: 0 0 8px 10px;
      padding-left: 12px; }

#occrp-menu-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  display: none;
  z-index: 1000; }

#occrp-menu {
  display: none;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  top: 59px;
  background: #fff;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1001; }
  #occrp-menu .occrp-menu-column {
    -ms-flex: 1 0 300px;
    -webkit-flex: 1 0 300px;
    flex: 1 0 300px;
    flex-flow: row wrap; }
    #occrp-menu .occrp-menu-column ul {
      padding: 0; }
    #occrp-menu .occrp-menu-column ul li {
      display: block; }
  @media (max-width: 600px) {
    #occrp-menu {
      flex-flow: row wrap; }
    #occrp-menu .occrp-menu-column {
      padding-bottom: 12px; } }

footer {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14.4px;
  font-weight: 600;
  color: #cacaca;
  padding-bottom: 60px;
  padding-top: 36px; }
  footer .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    align-items: flex-start; }
  footer .section {
    -ms-flex: 1 0 300px;
    -webkit-flex: 1 0 300px;
    flex: 1 0 300px;
    padding-right: 24px;
    padding-top: 36px;
    min-width: 50%; }
  footer .donors-section img {
    padding-right: 24px;
    padding-bottom: 12px; }
  footer h3.occrp-section {
    color: white;
    margin-bottom: 24px;
    line-height: 1.5em;
    border-left: 14.4px solid #941c1e;
    padding-left: 12px;
    letter-spacing: 0.3em; }
  footer a {
    color: #cacaca;
    font-weight: 900; }
    footer a i {
      width: 2em;
      color: white; }
    footer a:hover {
      color: #979797;
      text-decoration: none; }
  footer ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap; }
    footer ul li {
      -ms-flex: 1 0 240px;
      -webkit-flex: 1 0 240px;
      flex: 1 0 240px;
      padding-bottom: 12px; }
  footer .mailinglist-signup input {
    background-color: #373737;
    color: #cacaca;
    padding: 6px;
    border: 1px solid #2b2b2b; }
  footer .mailinglist-signup input[type="email"] {
    background-color: #444; }
  footer .mailinglist-signup input[type="submit"] {
    padding-left: 12px;
    padding-right: 12px; }
    footer .mailinglist-signup input[type="submit"]:hover {
      background-color: #2b2b2b; }

.occrp-main-title {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px; }
  .occrp-main-title h1 {
    font-weight: 700;
    font-size: 32.4px;
    line-height: 1.6em;
    letter-spacing: 0.07em;
    text-transform: uppercase; }
  .occrp-main-title .subtitle {
    font-style: italic;
    font-size: 18px;
    color: #941c1e; }

.occrp-stage {
  background-color: #727272;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media (min-width: 1100px) {
    .occrp-stage {
      background-position: center; } }
  @media (max-width: 1100px) {
    .occrp-stage {
      padding-right: 0; } }
  @media (max-width: 800px) {
    .occrp-stage {
      padding-left: 0; } }
  .occrp-stage .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-flow: row wrap;
    align-items: flex-end;
    min-height: 384px;
    position: relative; }
  .occrp-stage .title {
    order: 1;
    -ms-flex: 2 0 65%;
    -webkit-flex: 2 0 65%;
    flex: 2 0 65%;
    padding-bottom: 24px;
    padding-top: 24px; }
    .occrp-stage .title img {
      width: 96px; }
      @media (max-width: 800px) {
        .occrp-stage .title img {
          display: none; } }
    .occrp-stage .title.person img {
      border-radius: 50%;
      border: 2px solid white;
      margin-bottom: 12px; }
    .occrp-stage .title h2 {
      font-weight: 500;
      letter-spacing: 0.03em;
      font-size: 48px;
      margin-bottom: 24px;
      margin-top: 0;
      color: white; }
      @media (max-width: 800px) {
        .occrp-stage .title h2 {
          padding-left: 4%; } }
  .occrp-stage .toc {
    order: 2;
    -ms-flex: 1 0 30%;
    -webkit-flex: 1 0 30%;
    flex: 1 0 30%;
    min-height: 384px;
    background-color: #333;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 24px;
    padding-right: 24px;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14.4px;
    font-weight: 600; }
    .occrp-stage .toc ul {
      list-style-type: none;
      padding-left: 0; }
      .occrp-stage .toc ul li {
        padding-top: 9.6px; }
        .occrp-stage .toc ul li .summary {
          display: block;
          font-size: 12px;
          color: #666666; }
      .occrp-stage .toc ul a {
        color: #d0d0d0; }
        .occrp-stage .toc ul a:hover, .occrp-stage .toc ul a.active {
          color: #941c1e;
          text-decoration: none; }
        .occrp-stage .toc ul a i {
          min-width: 2em; }
  .occrp-stage .image-credit {
    position: absolute;
    bottom: -1.5em;
    font-style: italic; }

.carousel {
  background-color: #727272;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 24px;
  margin-bottom: 36px; }
  @media (max-width: 1100px) {
    .carousel {
      padding-right: 0; } }
  @media (max-width: 800px) {
    .carousel {
      padding-left: 0; } }
  .carousel .darkener {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); }
  .carousel .item img {
    width: 100%;
    min-width: 100%; }
  .carousel .item .fact {
    position: absolute !important;
    top: 45%;
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: 30px;
    color: #fff;
    text-align: center; }
    @media (max-width: 800px) {
      .carousel .item .fact {
        font-size: 12px;
        top: 30%;
        margin-right: 15%;
        margin-left: 15%;
        width: 70%; } }
  .carousel .item .counter {
    position: absolute;
    top: 16%;
    left: 15%;
    color: #fff;
    font-weight: 700;
    letter-spacing: -2.4px;
    font-size: 36px; }
    @media (max-width: 600px) {
      .carousel .item .counter {
        display: none; } }
    .carousel .item .counter span.quick {
      display: block;
      font-size: 24px;
      letter-spacing: 1px; }
    .carousel .item .counter span.count {
      font-size: 48px; }
    .carousel .item .counter span.total {
      position: relative;
      top: -15px; }
  .carousel .item .source {
    position: absolute !important;
    bottom: 5px;
    right: 72px;
    color: #fff; }
  .carousel .carousel-control {
    opacity: 1;
    background: rgba(255, 255, 255, 0.4); }
  .carousel .carousel-control:hover {
    background: rgba(255, 255, 255, 0.2); }
  .carousel .carousel-control span {
    color: #941c1e; }
  .carousel .carousel-caption {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-shadow: 1px 1px 2px black; }
    .carousel .carousel-caption a {
      color: #fff;
      text-decoration: underline; }

.occrp-teaser-box {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14.4px;
  font-weight: 600;
  background-color: #333;
  padding-top: 36px;
  padding-bottom: 36px; }
  .occrp-teaser-box .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start; }
  .occrp-teaser-box .text {
    order: 1;
    -ms-flex: 7 0 300px;
    -webkit-flex: 7 0 300px;
    flex: 7 0 300px; }
  .occrp-teaser-box .nav {
    order: 2;
    -ms-flex: 1 0 300px;
    -webkit-flex: 1 0 300px;
    flex: 1 0 300px; }
    @media (min-width: 600px) {
      .occrp-teaser-box .nav {
        margin-left: 4%; } }
    @media (max-width: 600px) {
      .occrp-teaser-box .nav {
        margin-top: 30px; } }
    .occrp-teaser-box .nav ul {
      list-style-type: none;
      padding-left: 0; }
      .occrp-teaser-box .nav ul li {
        padding-top: 9.6px; }
        .occrp-teaser-box .nav ul li .summary {
          display: block;
          font-size: 12px;
          color: #666666; }
      .occrp-teaser-box .nav ul a {
        color: #d0d0d0; }
        .occrp-teaser-box .nav ul a:hover, .occrp-teaser-box .nav ul a.active {
          color: #941c1e;
          text-decoration: none; }
        .occrp-teaser-box .nav ul a i {
          min-width: 2em; }

.occrp-teaser-initial {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14.4px;
  font-weight: 600;
  padding-top: 36px;
  padding-bottom: 36px; }
  .occrp-teaser-initial p, .occrp-teaser-initial ul, .occrp-teaser-initial ol {
    display: block;
    max-width: 70%;
    margin-left: 15%;
    text-align: center; }
    @media (max-width: 600px) {
      .occrp-teaser-initial p, .occrp-teaser-initial ul, .occrp-teaser-initial ol {
        max-width: 100%;
        margin-left: 0; } }
  .occrp-teaser-initial ul > *,
  .occrp-teaser-initial ol > * {
    margin-left: 1em; }

.occrp-teaser-big {
  padding-top: 48px;
  text-rendering: optimizeLegibility;
  hyphens: auto; }
  .occrp-teaser-big p, .occrp-teaser-big ul, .occrp-teaser-big ol {
    font-family: 'Noto Serif', Georgia, serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 12px; }
    @media (max-width: 600px) {
      .occrp-teaser-big p, .occrp-teaser-big ul, .occrp-teaser-big ol {
        padding-left: 0%;
        padding-right: 0%; } }
  .occrp-teaser-big ul > *,
  .occrp-teaser-big ol > * {
    margin-left: 1em; }

.occrp-inset-box {
  background-color: #333;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
  margin-top: 24px;
  margin-bottom: 12px;
  max-width: 67%;
  width: 67%; }
  @media (max-width: 800px) {
    .occrp-inset-box {
      width: 100%;
      max-width: 100%; } }
  .occrp-inset-box .inner h3 {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14.4px;
    font-weight: 600;
    font-style: normal;
    font-weight: bold; }
  .occrp-inset-box .text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px; }
    .occrp-inset-box .text p {
      width: 100%;
      max-width: 100%;
      font-family: "Open Sans", sans-serif;
      -webkit-font-smoothing: antialiased;
      font-size: 14.4px;
      font-weight: 600; }
    @media (max-width: 600px) {
      .occrp-inset-box .text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }

.occrp-shelf-full {
  padding-top: 48px;
  padding-bottom: 24px; }
  .occrp-shelf-full .story {
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    text-decoration: none;
    border-radius: 2pt;
    overflow: hidden; }
    .occrp-shelf-full .story .story-section {
      padding-top: 36px;
      padding-bottom: 36px;
      padding-left: 24px;
      padding-right: 24px; }
      .occrp-shelf-full .story .story-section h2 {
        font-weight: 700;
        font-size: 20.4px;
        margin-bottom: 18px;
        margin-top: 0;
        line-height: 1.5em; }
        .occrp-shelf-full .story .story-section h2 a {
          color: #d0d0d0; }
      .occrp-shelf-full .story .story-section .filter-tag {
        position: relative;
        top: -18px;
        color: white;
        background-color: #941c1e;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 9.6px;
        padding: 3.6px 7.2px 3.6px 12px;
        border-radius: 3.6px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        opacity: 0.6; }
      .occrp-shelf-full .story .story-section .filter-tag:before {
        content: "⚫";
        position: relative;
        left: -6px; }
      .occrp-shelf-full .story .story-section p {
        font-size: 15.6px;
        color: #666666;
        line-height: 1.4em;
        -moz-transition: color 0.5s;
        -o-transition: color 0.5s;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .occrp-shelf-full .story .story-section p:last-of-type {
          margin-bottom: 0; }
      .occrp-shelf-full .story .story-section .more-info {
        padding-top: 24px; }
    .occrp-shelf-full .story h2 {
      color: black; }
    .occrp-shelf-full .story .more-info {
      text-align: right; }
    .occrp-shelf-full .story:hover {
      background-color: #e0e0e0; }
      .occrp-shelf-full .story:hover .more-info span {
        text-decoration: underline; }
      .occrp-shelf-full .story:hover .story-section p {
        color: #000; }
  .occrp-shelf-full .occrp-section {
    padding-top: 24px; }
  .occrp-shelf-full.follow-up {
    padding-top: 0px;
    padding-bottom: 24px; }
  .occrp-shelf-full h3.occrp-section {
    margin-bottom: 0; }
  .occrp-shelf-full .story {
    margin-top: 24px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 384px;
    flex-flow: row wrap;
    align-content: stretch; }
  .occrp-shelf-full .image-section {
    order: 1;
    display: block;
    -ms-flex: 4 0 300px;
    -webkit-flex: 4 0 300px;
    flex: 4 0 300px;
    min-height: 240px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
    .occrp-shelf-full .image-section img {
      width: 100%; }
    .occrp-shelf-full .image-section .overlay {
      top: 30px;
      position: relative;
      background: #941c1e;
      display: inline-block;
      color: #f0f0f0;
      padding: 4px;
      padding-left: 20px;
      padding-right: 12px;
      font-weight: bold;
      font-size: 16.8px; }
  .occrp-shelf-full .story-section {
    order: 2;
    -ms-flex: 1 0 300px;
    -webkit-flex: 1 0 300px;
    flex: 1 0 300px; }
  @media (min-width: 600px) {
    .occrp-shelf-full.story-index-one-in-row .story:nth-child(odd) .story-section {
      order: 0; } }

.occrp-shelf-half {
  padding-top: 48px;
  padding-bottom: 24px; }
  .occrp-shelf-half .story {
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    text-decoration: none;
    border-radius: 2pt;
    overflow: hidden; }
    .occrp-shelf-half .story .story-section {
      padding-top: 36px;
      padding-bottom: 36px;
      padding-left: 24px;
      padding-right: 24px; }
      .occrp-shelf-half .story .story-section h2 {
        font-weight: 700;
        font-size: 20.4px;
        margin-bottom: 18px;
        margin-top: 0;
        line-height: 1.5em; }
        .occrp-shelf-half .story .story-section h2 a {
          color: #d0d0d0; }
      .occrp-shelf-half .story .story-section .filter-tag {
        position: relative;
        top: -18px;
        color: white;
        background-color: #941c1e;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 9.6px;
        padding: 3.6px 7.2px 3.6px 12px;
        border-radius: 3.6px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        opacity: 0.6; }
      .occrp-shelf-half .story .story-section .filter-tag:before {
        content: "⚫";
        position: relative;
        left: -6px; }
      .occrp-shelf-half .story .story-section p {
        font-size: 15.6px;
        color: #666666;
        line-height: 1.4em;
        -moz-transition: color 0.5s;
        -o-transition: color 0.5s;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
        .occrp-shelf-half .story .story-section p:last-of-type {
          margin-bottom: 0; }
      .occrp-shelf-half .story .story-section .more-info {
        padding-top: 24px; }
    .occrp-shelf-half .story h2 {
      color: black; }
    .occrp-shelf-half .story .more-info {
      text-align: right; }
    .occrp-shelf-half .story:hover {
      background-color: #e0e0e0; }
      .occrp-shelf-half .story:hover .more-info span {
        text-decoration: underline; }
      .occrp-shelf-half .story:hover .story-section p {
        color: #000; }
  .occrp-shelf-half .occrp-section {
    padding-top: 24px; }
  .occrp-shelf-half.follow-up {
    padding-top: 0px;
    padding-bottom: 24px; }
  .occrp-shelf-half h3.occrp-section {
    margin-bottom: 0; }
  .occrp-shelf-half .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start; }
  .occrp-shelf-half .story {
    margin-top: 24px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -ms-flex: 1 0 300px;
    -webkit-flex: 1 0 300px;
    flex: 1 0 300px;
    margin-right: 24px;
    min-width: 40%; }
    .occrp-shelf-half .story :last-of-type {
      margin-right: 0; }
    @media (max-width: 600px) {
      .occrp-shelf-half .story {
        margin-right: 0; } }
  .occrp-shelf-half .image-section {
    display: block;
    overflow: hidden;
    min-height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
    .occrp-shelf-half .image-section img {
      width: 100%; }
    .occrp-shelf-half .image-section .overlay {
      top: 30px;
      position: relative;
      background: #941c1e;
      display: inline-block;
      color: #f0f0f0;
      padding: 4px;
      padding-left: 20px;
      padding-right: 12px;
      font-weight: bold;
      font-size: 16.8px;
      margin-left: -1px; }

.occrp-tagged-story-index {
  /*
   * hide the checkboxes
   */
  /*
   * animate the labels
   */
  /*
   * this makes sure that:
   * 1. the first story is embiggened
   * 2. next stories are displayed in pairs, side-by-side
   * 3. the last story, if alone in the row, is double-wide
   */ }
  .occrp-tagged-story-index .filter-control-input {
    display: none; }
  .occrp-tagged-story-index .tag-filters-container {
    /*
     * the "filter" label
     */
    /*
     * the actual toggles
     */ }
    .occrp-tagged-story-index .tag-filters-container .filter-label {
      font-family: "Open Sans", sans-serif;
      -webkit-font-smoothing: antialiased;
      font-size: 14.4px;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block;
      font-weight: 900;
      font-family: "Open sans", sans-serif;
      margin-bottom: 12px;
      padding: 0;
      padding-left: 24px;
      padding-right: 24px;
      color: black;
      font-size: 18px;
      position: relative;
      top: 1.2px; }
    .occrp-tagged-story-index .tag-filters-container label {
      -moz-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
  .occrp-tagged-story-index .occrp-shelf-flex {
    padding-top: 48px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-left: -24px; }
    .occrp-tagged-story-index .occrp-shelf-flex .story {
      -moz-transition: background-color 0.5s;
      -o-transition: background-color 0.5s;
      -webkit-transition: background-color 0.5s;
      transition: background-color 0.5s;
      text-decoration: none;
      border-radius: 2pt;
      overflow: hidden; }
      .occrp-tagged-story-index .occrp-shelf-flex .story .story-section {
        padding-top: 36px;
        padding-bottom: 36px;
        padding-left: 24px;
        padding-right: 24px; }
        .occrp-tagged-story-index .occrp-shelf-flex .story .story-section h2 {
          font-weight: 700;
          font-size: 20.4px;
          margin-bottom: 18px;
          margin-top: 0;
          line-height: 1.5em; }
          .occrp-tagged-story-index .occrp-shelf-flex .story .story-section h2 a {
            color: #d0d0d0; }
        .occrp-tagged-story-index .occrp-shelf-flex .story .story-section .filter-tag {
          position: relative;
          top: -18px;
          color: white;
          background-color: #941c1e;
          display: inline-block;
          text-transform: uppercase;
          font-weight: 900;
          font-size: 9.6px;
          padding: 3.6px 7.2px 3.6px 12px;
          border-radius: 3.6px;
          border-top-left-radius: 12px;
          border-bottom-left-radius: 12px;
          opacity: 0.6; }
        .occrp-tagged-story-index .occrp-shelf-flex .story .story-section .filter-tag:before {
          content: "⚫";
          position: relative;
          left: -6px; }
        .occrp-tagged-story-index .occrp-shelf-flex .story .story-section p {
          font-size: 15.6px;
          color: #666666;
          line-height: 1.4em;
          -moz-transition: color 0.5s;
          -o-transition: color 0.5s;
          -webkit-transition: color 0.5s;
          transition: color 0.5s; }
          .occrp-tagged-story-index .occrp-shelf-flex .story .story-section p:last-of-type {
            margin-bottom: 0; }
        .occrp-tagged-story-index .occrp-shelf-flex .story .story-section .more-info {
          padding-top: 24px; }
      .occrp-tagged-story-index .occrp-shelf-flex .story h2 {
        color: black; }
      .occrp-tagged-story-index .occrp-shelf-flex .story .more-info {
        text-align: right; }
      .occrp-tagged-story-index .occrp-shelf-flex .story:hover {
        background-color: #e0e0e0; }
        .occrp-tagged-story-index .occrp-shelf-flex .story:hover .more-info span {
          text-decoration: underline; }
        .occrp-tagged-story-index .occrp-shelf-flex .story:hover .story-section p {
          color: #000; }
    .occrp-tagged-story-index .occrp-shelf-flex .occrp-section {
      padding-top: 24px; }
    .occrp-tagged-story-index .occrp-shelf-flex.follow-up {
      padding-top: 0px;
      padding-bottom: 24px; }
    .occrp-tagged-story-index .occrp-shelf-flex h3.occrp-section {
      margin-bottom: 0; }
    .occrp-tagged-story-index .occrp-shelf-flex .story {
      margin-top: 24px;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
      -ms-flex: 1 0 300px;
      -webkit-flex: 1 0 300px;
      flex: 1 0 300px;
      margin-right: 24px;
      min-width: 40%;
      opacity: 1;
      transition: opacity 0.5s, background-color 0.5s;
      /*
      * the first story should be nicely embiggened
      */ }
      .occrp-tagged-story-index .occrp-shelf-flex .story .image-section {
        display: block;
        overflow: hidden;
        min-height: 240px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center; }
        .occrp-tagged-story-index .occrp-shelf-flex .story .image-section img {
          width: 100%; }
        .occrp-tagged-story-index .occrp-shelf-flex .story .image-section .overlay {
          top: 30px;
          position: relative;
          background: #941c1e;
          display: inline-block;
          color: #f0f0f0;
          padding: 4px;
          padding-left: 20px;
          padding-right: 12px;
          font-weight: bold;
          font-size: 16.8px;
          margin-left: -1px; }
      .occrp-tagged-story-index .occrp-shelf-flex .story:first-of-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 384px;
        flex-flow: row wrap;
        align-content: stretch;
        flex: 100%; }
        .occrp-tagged-story-index .occrp-shelf-flex .story:first-of-type .image-section {
          order: 1;
          display: block;
          -ms-flex: 4 0 300px;
          -webkit-flex: 4 0 300px;
          flex: 4 0 300px;
          min-height: 240px;
          overflow: hidden;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: top center; }
          .occrp-tagged-story-index .occrp-shelf-flex .story:first-of-type .image-section img {
            width: 100%; }
          .occrp-tagged-story-index .occrp-shelf-flex .story:first-of-type .image-section .overlay {
            top: 30px;
            position: relative;
            background: #941c1e;
            display: inline-block;
            color: #f0f0f0;
            padding: 4px;
            padding-left: 20px;
            padding-right: 12px;
            font-weight: bold;
            font-size: 16.8px; }
        .occrp-tagged-story-index .occrp-shelf-flex .story:first-of-type .story-section {
          order: 2;
          -ms-flex: 1 0 300px;
          -webkit-flex: 1 0 300px;
          flex: 1 0 300px; }
      @media (max-width: 600px) {
        .occrp-tagged-story-index .occrp-shelf-flex .story {
          margin-right: 0; } }

.occrp-country-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap; }
  .occrp-country-index .country {
    margin-top: 24px;
    -ms-flex: 1 0 300px;
    -webkit-flex: 1 0 300px;
    flex: 1 0 300px;
    text-align: center; }
    .occrp-country-index .country .shape {
      height: 14em; }
    .occrp-country-index .country.inactive img {
      opacity: 0.4; }
    @media (max-width: 600px) {
      .occrp-country-index .country.inactive {
        display: none; } }
    .occrp-country-index .country h3 {
      margin-top: 24px;
      margin-bottom: 24px; }

.occrp-story {
  padding-top: 48px;
  padding-bottom: 24px;
  text-rendering: optimizeLegibility;
  hyphens: auto; }
  .occrp-story h2, .occrp-story h3, .occrp-story p, .occrp-story li, .occrp-story blockquote, .occrp-story figcaption {
    font-family: 'Noto Serif', Georgia, serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    max-width: 67%;
    width: 67%; }
    @media (max-width: 800px) {
      .occrp-story h2, .occrp-story h3, .occrp-story p, .occrp-story li, .occrp-story blockquote, .occrp-story figcaption {
        width: 100%;
        max-width: 100%; } }
  .occrp-story h2, .occrp-story h3 {
    font-weight: 700;
    font-style: italic; }
  .occrp-story h2 {
    font-size: 25.2px; }
  .occrp-story h3 {
    font-size: 22.8px; }
  .occrp-story h1, .occrp-story h4, .occrp-story h5, .occrp-story h6 {
    color: red;
    text-transform: uppercase;
    text-decoration: line-through; }
    .occrp-story h1:before, .occrp-story h4:before, .occrp-story h5:before, .occrp-story h6:before {
      content: "INVALID TAG --- "; }
  .occrp-story.quote {
    padding-bottom: 48px;
    flex-flow: column;
    flex-direction: column; }
  .occrp-story blockquote {
    font-size: 60px;
    font-style: italic;
    font-weight: 800;
    text-align: center;
    line-height: 1.3em;
    border-left: 0;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    color: #595959; }
  .occrp-story .document i {
    font-size: 14.4px; }
  .occrp-story figcaption {
    text-align: right;
    width: 100%;
    max-width: 100%;
    font-size: 1.2em; }
    .occrp-story figcaption.author {
      font-weight: 900; }
    .occrp-story figcaption.role {
      font-style: italic; }
  .occrp-story .youtube {
    margin-top: 24px;
    margin-bottom: 24px;
    max-width: 67%;
    width: 67%; }
    @media (max-width: 800px) {
      .occrp-story .youtube {
        width: 100%;
        max-width: 100%; } }
  .occrp-story .full-image {
    width: 100%;
    max-width: 100% !important; }
  .occrp-story .inset-image {
    margin-top: 24px;
    margin-bottom: 24px; }
    .occrp-story .inset-image img {
      max-width: 67%;
      width: 67%; }
      @media (max-width: 800px) {
        .occrp-story .inset-image img {
          width: 100%;
          max-width: 100%; } }
  .occrp-story .inset-image-wide {
    margin-top: 24px;
    margin-bottom: 24px; }
    .occrp-story .inset-image-wide img {
      max-width: 100%;
      width: 100%; }
  .occrp-story .inset-caption {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14.4px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 12px;
    max-width: 67%;
    width: 67%; }
    @media (max-width: 800px) {
      .occrp-story .inset-caption {
        width: 100%;
        max-width: 100%; } }
    .occrp-story .inset-caption .image-credit {
      display: block;
      font-style: italic;
      margin-top: 0.2em; }
  .occrp-story .gallery {
    margin-top: 12px;
    margin-bottom: 12px;
    max-width: 67%;
    width: 67%; }
    @media (max-width: 800px) {
      .occrp-story .gallery {
        width: 100%;
        max-width: 100%; } }
  .occrp-story .gallery-row {
    margin-top: 24px;
    margin-bottom: 24px; }
  .occrp-story mark {
    background-color: #333;
    border-radius: 4px; }
  @media (max-width: 800px) {
    .occrp-story .credit aside img.large {
      max-width: 40%; } }
  .occrp-story iframe {
    box-shadow: 2px 2px 4px #ccc;
    border: none;
    margin-top: 2em; }

.occrp-full-width .image {
  width: 100%;
  min-height: 480px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 800px) {
    .occrp-full-width .image {
      min-height: 240px;
      background-attachment: scroll; } }
  @media screen and (min-width: 800px) {
    .occrp-full-width .image {
      background-attachment: fixed; } }
.occrp-full-width .caption {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14.4px;
  font-weight: 600;
  padding-top: 12px;
  margin-bottom: -24px; }
  .occrp-full-width .caption .image-credit {
    display: block;
    font-style: italic;
    margin-top: 0.2em; }

.occrp-data-table table {
  width: 100%;
  margin-bottom: 48px;
  margin-top: 24px; }
  .occrp-data-table table td.numeric {
    text-align: right; }
  .occrp-data-table table th, .occrp-data-table table td {
    padding: 6px;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14.4px;
    font-weight: 600;
    vertical-align: top;
    border: 1px solid #ddd; }
  .occrp-data-table table td {
    font-weight: 400; }
  .occrp-data-table table th {
    background-color: #333; }

.occrp-document-listing {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14.4px;
  font-weight: 600; }
  .occrp-document-listing h3 {
    padding-top: 48px;
    padding-bottom: 24px; }
  .occrp-document-listing ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start; }
  .occrp-document-listing li {
    -ms-flex: 1 0 300px;
    -webkit-flex: 1 0 300px;
    flex: 1 0 300px;
    min-height: 4em;
    margin-left: 2em; }
    .occrp-document-listing li .type {
      margin-left: -2em;
      float: left; }
    .occrp-document-listing li .date {
      color: #727272;
      display: block; }

.occrp-person-browser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start; }
  .occrp-person-browser .occrp-person-isotope {
    -ms-flex: 3 0 825px;
    -webkit-flex: 3 0 825px;
    flex: 3 0 825px;
    order: 1; }
  .occrp-person-browser .occrp-person-facets {
    -ms-flex: 1 275px;
    -webkit-flex: 1 275px;
    flex: 1 275px;
    order: 2;
    background-color: #333;
    padding: 24px;
    padding-top: 0;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14.4px;
    font-weight: 600; }
    .occrp-person-browser .occrp-person-facets h3 {
      padding-top: 24px; }
    .occrp-person-browser .occrp-person-facets ul {
      list-style-type: none;
      padding-left: 0; }
      .occrp-person-browser .occrp-person-facets ul li {
        padding-top: 9.6px; }
        .occrp-person-browser .occrp-person-facets ul li .summary {
          display: block;
          font-size: 12px;
          color: #666666; }
      .occrp-person-browser .occrp-person-facets ul a {
        color: #d0d0d0; }
        .occrp-person-browser .occrp-person-facets ul a:hover, .occrp-person-browser .occrp-person-facets ul a.active {
          color: #941c1e;
          text-decoration: none; }
        .occrp-person-browser .occrp-person-facets ul a i {
          min-width: 2em; }

.occrp-person-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap; }
  @media (min-width: 800px) {
    .occrp-person-index.narrow {
      max-width: 75%; } }

.occrp-person {
  -ms-flex: 1 0 275px;
  -webkit-flex: 1 0 275px;
  flex: 1 0 275px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px; }
  @media (min-width: 800px) {
    .occrp-person {
      min-width: 275px; } }
  .occrp-person img {
    max-width: 220px;
    max-height: 220px;
    border-radius: 50%;
    margin-bottom: 18px; }
  .occrp-person h3 {
    margin-bottom: 6px; }
  .occrp-person p {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14.4px;
    font-weight: 600;
    text-align: center; }

.occrp-partners {
  margin-top: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap; }
  .occrp-partners .partner {
    -ms-flex: 1 0 40px;
    -webkit-flex: 1 0 40px;
    flex: 1 0 40px;
    padding: 24px;
    padding-bottom: 0; }
    @media (min-width: 600px) {
      .occrp-partners .partner.left {
        text-align: right; }
      .occrp-partners .partner.right {
        text-align: left; } }
    .occrp-partners .partner img {
      margin-top: 12px;
      height: 144px; }

.occrp-donate {
  padding-top: 48px;
  padding-bottom: 24px;
  text-rendering: optimizeLegibility;
  hyphens: auto; }
  .occrp-donate h2, .occrp-donate h3, .occrp-donate p, .occrp-donate li, .occrp-donate blockquote, .occrp-donate figcaption {
    font-family: 'Noto Serif', Georgia, serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    max-width: 100%;
    width: 100%; }
    @media (max-width: 800px) {
      .occrp-donate h2, .occrp-donate h3, .occrp-donate p, .occrp-donate li, .occrp-donate blockquote, .occrp-donate figcaption {
        width: 100%;
        max-width: 100%; } }
  .occrp-donate h2, .occrp-donate h3 {
    font-weight: 700;
    font-style: italic; }
  .occrp-donate h2 {
    font-size: 25.2px; }
  .occrp-donate h3 {
    font-size: 22.8px; }
  .occrp-donate h1, .occrp-donate h4, .occrp-donate h5, .occrp-donate h6 {
    color: red;
    text-transform: uppercase;
    text-decoration: line-through; }
    .occrp-donate h1:before, .occrp-donate h4:before, .occrp-donate h5:before, .occrp-donate h6:before {
      content: "INVALID TAG --- "; }
  @media (min-width: 768px) {
    .occrp-donate aside {
      font-family: "Open Sans", sans-serif;
      -webkit-font-smoothing: antialiased;
      font-size: 14.4px;
      font-weight: 600;
      float: right;
      width: 42%;
      max-width: 42%;
      margin-left: 2%;
      clear: right;
      text-align: center; } }
  @media (max-width: 768px) {
    .occrp-donate aside {
      font-family: "Open Sans", sans-serif;
      -webkit-font-smoothing: antialiased;
      font-size: 14.4px;
      font-weight: 600;
      float: center;
      width: 100%;
      text-align: center;
      border-bottom: 24px; } }
  .occrp-donate aside .amount input[type="radio"] {
    display: none; }
  .occrp-donate aside .amount label {
    display: inline-block;
    padding: 12px;
    padding-top: 8.4px;
    padding-bottom: 8.4px;
    margin: 2.4px;
    border-radius: 14px;
    max-width: 180px;
    font-size: 18px;
    background-color: #941c1e;
    color: #fff;
    cursor: pointer; }
  @media (max-width: 1110px) {
    .occrp-donate aside .amount label {
      padding: 6px !important;
      padding-top: 4.8px !important;
      padding-bottom: 4.8px !important; } }
  .occrp-donate aside .amount input[type="radio"]:checked + label {
    background-color: #e26769; }
  .occrp-donate aside img {
    margin-right: 12px;
    margin-top: 6px;
    max-width: 60px; }
    .occrp-donate aside img.large {
      max-width: 70%; }
      @media (max-width: 800px) {
        .occrp-donate aside img.large {
          max-width: 100%; } }
    .occrp-donate aside img.person {
      border-radius: 50%;
      width: 60px;
      height: 60px; }
  @media (max-width: 800px) {
    .occrp-donate aside .caption {
      margin-bottom: 12px; } }
  .occrp-donate input[type="number"] {
    display: inline-block;
    padding: 20.4px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 2.4px;
    border-radius: 15px;
    border: none;
    max-width: 96px;
    font-size: 24px;
    background-color: #333;
    color: #000;
    text-align: center;
    font-weight: bold;
    outline: none; }
    @media (min-width: 600px) {
      .occrp-donate input[type="number"] {
        min-width: 200px;
        font-size: 24px; } }
  @media (min-width: 300px) {
    .occrp-donate input[type="image"] {
      max-width: 300px; } }
  @media (max-width: 300px) {
    .occrp-donate input[type="image"] {
      width: 100%; } }

.bitcoin-donate {
  font-size: 16px; }

.bitcoin-button {
  max-width: 65%;
  margin: 0 auto;
  padding: 13px 0 13px 0;
  min-height: 48px;
  border-radius: 5px;
  background: #941c1e; }

.bitcoin-donate-address {
  word-wrap: break-word;
  color: white; }

.patreon {
  margin: 0 10px 0 16px; }

.patreon img {
  max-width: 68% !important;
  margin: 0 auto; }

@media (max-width: 1110px) {
  .bitcoin-button {
    max-width: 90%; }

  .patreon {
    margin: 0; }

  .patreon img {
    max-width: 90% !important; } }
@media (min-width: 768px) {
  #screenshots img {
    max-width: 332;
    padding-right: 30px;
    padding-left: 30px; } }
@media (max-width: 768px) {
  #screenshots img {
    max-width: 332;
    padding-top: 10px;
    padding-bottom: 10px; } }

.making-a-killing-country-list {
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  display: block; }
  .making-a-killing-country-list ul {
    list-style: none;
    display: inline-block; }
  .making-a-killing-country-list li {
    display: inline;
    list-style: none;
    float: left;
    width: 25%;
    padding-bottom: 30px;
    padding-top: 20px;
    text-align: center; }
    .making-a-killing-country-list li img {
      height: 150px;
      /*padding-right: 25%;*/ }

.making-a-killing-text {
  padding-top: 48px;
  text-rendering: optimizeLegibility;
  hyphens: auto; }
  .making-a-killing-text p, .making-a-killing-text ul, .making-a-killing-text h2 {
    font-family: 'Noto Serif', Georgia, serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 12px; }
    @media (max-width: 600px) {
      .making-a-killing-text p, .making-a-killing-text ul, .making-a-killing-text h2 {
        padding-left: 0%;
        padding-right: 0%; } }
  .making-a-killing-text img {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 5%; }
  .making-a-killing-text .table-header {
    width: 100%; }
    @media (min-width: 600px) {
      .making-a-killing-text .table-header {
        padding-left: 15%;
        padding-right: 15%; } }
    @media (max-width: 600px) {
      .making-a-killing-text .table-header {
        padding-left: 0%;
        padding-right: 0%; } }
  .making-a-killing-text .table-header-row {
    height: 25px;
    border-bottom-style: solid;
    border-width: thin;
    border-bottom-color: #941c1e; }
  .making-a-killing-text .table-content {
    width: 100%;
    height: 25px; }
    @media (min-width: 600px) {
      .making-a-killing-text .table-content {
        padding-left: 15%;
        padding-right: 15%; } }
    @media (max-width: 600px) {
      .making-a-killing-text .table-content {
        padding-left: 0%;
        padding-right: 0%; } }
    .making-a-killing-text .table-content .table-content-row {
      height: inherit;
      border-bottom-style: dotted;
      border-width: thin;
      border-bottom-color: #941c1e; }
      .making-a-killing-text .table-content .table-content-row .full-width-span {
        width: 100%;
        text-align: middle;
        vertical-align: middle;
        float: left; }
    .making-a-killing-text .table-content .table-content-row-highlighted {
      height: inherit;
      border-bottom-style: dotted;
      border-width: thin;
      border-bottom-color: #941c1e;
      background-color: rgba(54, 25, 25, 0.2); }
    .making-a-killing-text .table-content span {
      float: left;
      text-align: center;
      vertical-align: middle; }
      @media (min-width: 600px) {
        .making-a-killing-text .table-content span {
          width: 14.28%;
          height: 25px; } }
      @media (max-width: 600px) {
        .making-a-killing-text .table-content span {
          width: 25%;
          height: 25px; } }
  .making-a-killing-text .table-header-box {
    float: left;
    text-align: center;
    vertical-align: middle; }
    @media (min-width: 600px) {
      .making-a-killing-text .table-header-box {
        width: 14.28%;
        height: 25px; } }
    @media (max-width: 600px) {
      .making-a-killing-text .table-header-box {
        width: 25%;
        height: 25px; } }

.partner-story-disabled {
  margin: 15px 0;
  box-shadow: rgba(0, 0, 0, 0.49804) 0px 0px 2px; }
  @media (max-width: 1170px) {
    .partner-story-disabled {
      margin: 10px; } }
  .partner-story-disabled .story-section {
    padding: 0 10px 10px 10px; }
    .partner-story-disabled .story-section h2 {
      margin-top: 0; }
      .partner-story-disabled .story-section h2 a {
        color: #333; }
    .partner-story-disabled .story-section p {
      font-size: 15.6px;
      color: #666666;
      line-height: 1.4em; }
  .partner-story-disabled .story-info {
    margin: 0 10px 0 5px; }
    .partner-story-disabled .story-info span:first-child {
      padding-left: 0px; }
    .partner-story-disabled .story-info span {
      font-size: 11px;
      font-weight: 700;
      padding-left: 10px;
      color: #941c1e; }
  .partner-story-disabled .image-section {
    display: block;
    overflow: hidden;
    min-height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }

/*
 * No photo available filler
 */
.profile-image-container .image-section,
.partner-profile .image-section {
  border-radius: 3.6px;
  box-shadow: 0px 0px 2px #777;
  background: #ccc;
  width: 306px;
  height: 306px;
  overflow: hidden;
  text-align: center; }
  .profile-image-container .image-section .head,
  .partner-profile .image-section .head {
    margin: 20% auto -8% auto;
    display: inline-block;
    width: 50%;
    height: 50%;
    border-radius: 100%;
    background: white;
    box-shadow: inset 0px 0px 3px black; }
  .profile-image-container .image-section .torso,
  .partner-profile .image-section .torso {
    background: white;
    border-radius: 50% 50% 2% 2%;
    height: 33%;
    margin: 0 4% 4% 4%;
    box-shadow: inset 0px 0px 3px black; }
.profile-image-container .photo-credit,
.partner-profile .photo-credit {
  color: #777;
  font-size: 12px 0.9;
  font-style: italic;
  text-align: left;
  margin: 0.5em 0 2em 0.5em; }

/*
 * Profile - standalone page
 */
.occrp-main-title.profile {
  margin-bottom: 0px; }
  .occrp-main-title.profile .title h1 {
    padding-top: 1em; }
  .occrp-main-title.profile .profile-image-container {
    float: right;
    margin-top: 0; }

/*
 * Profile box in the profile index
 */
.profiles-index,
.partner-stories-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .profiles-index.small .partner-profile,
  .partner-stories-index.small .partner-profile {
    margin: 0.5em;
    display: flex;
    flex-direction: column;
    flex: 1 1;
    height: 220px; }
    .profiles-index.small .partner-profile .image-section,
    .partner-stories-index.small .partner-profile .image-section {
      flex: 3 3;
      width: auto;
      height: auto;
      background-size: cover;
      margin: 0px; }
    .profiles-index.small .partner-profile h3,
    .partner-stories-index.small .partner-profile h3 {
      text-decoration: none !important;
      flex: 2 2;
      font-size: 10pt;
      display: flex;
      flex-direction: column;
      justify-content: center;
      overflow: hidden; }
      .profiles-index.small .partner-profile h3 span,
      .partner-stories-index.small .partner-profile h3 span {
        max-height: 100%; }
    .profiles-index.small .partner-profile.active,
    .partner-stories-index.small .partner-profile.active {
      box-shadow: 0px 0px 10px #941c1e; }

.partner-profile {
  margin: 1em;
  position: relative;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.49804) 0px 0px 2px;
  padding: 0em;
  text-decoration: none;
  background-color: white;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  /* Safari and Chrome */
  -o-transition: background-color 0.5s;
  /* Opera */
  border-radius: 0.5em;
  overflow: hidden; }
  @media (min-width: 720px) {
    .partner-profile {
      width: 30%; } }
  @media (max-width: 720px) {
    .partner-profile {
      width: 90%; } }
  @media (max-width: 1170px) {
    .partner-profile {
      margin: 10px; } }
  .partner-profile .image-section {
    display: block;
    overflow: hidden;
    height: 306px;
    margin: 1em 1em 0.5em 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    border-radius: 0.4em; }
  .partner-profile div.image-section {
    box-shadow: none;
    /*         background-color:#e0e0e0; */ }
    .partner-profile div.image-section .head, .partner-profile div.image-section .torso {
      background-color: white;
      box-shadow: inset 0px 0px 3px #aaa; }
  .partner-profile .photo-credit {
    display: block;
    margin: 0.5em 1em;
    color: #aaa; }
  .partner-profile h3 {
    margin: 0px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: white;
    background: #941c1e;
    padding: 0.5em 1em 0.2em 1em; }
  .partner-profile .story-info {
    margin: 0px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: white;
    background: #941c1e;
    padding-bottom: 1em; }
  .partner-profile p {
    padding: 0.5em 1em 1em 1em;
    font-size: 15.6px;
    width: 100%;
    max-width: 100%;
    color: #666666;
    line-height: 1.4em; }
  .partner-profile .more-info {
    text-align: right;
    position: absolute;
    bottom: 0.2em;
    left: 1em;
    right: 1em;
    font-variant: small-caps;
    font-weight: bold; }

.partner-profile:hover, .partner-profile:focus {
  text-decoration: none;
  background-color: #e0e0e0; }
  .partner-profile:hover h3, .partner-profile:focus h3 {
    text-decoration: underline; }
  .partner-profile:hover .more-info, .partner-profile:focus .more-info {
    text-decoration: underline; }

.newspaper-full {
  padding-left: 10%;
  padding-right: 10%; }
  .newspaper-full p {
    font-family: 'Noto Serif', Georgia, serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em; }
    @media (max-width: 600px) {
      .newspaper-full p {
        padding-left: 0%;
        padding-right: 0%; } }

.newspaper-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 600px) {
  .newspaper-half {
    width: 100%;
    padding-bottom: 24px; } }
@media (min-width: 600px) {
  .newspaper-half {
    width: 49%;
    display: flex;
    flex-direction: column;
    vertical-align: top;
    padding-bottom: 12px; } }

@media (min-width: 600px) {
  .newspaper-half-left {
    padding-right: 5%; } }

@media (min-width: 600px) {
  .newspaper-half-right {
    padding-left: 5%; } }

.newspaper-link {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  min-height: 320px;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.49804) 0px 0px 2px;
  padding: 0em;
  text-decoration: none;
  background-color: white;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  /* Safari and Chrome */
  -o-transition: background-color 0.5s;
  /* Opera */
  border-radius: 0.5em;
  overflow: hidden; }
  .newspaper-link .image-section {
    display: block;
    overflow: hidden;
    height: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    border-radius: 0.4em;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .newspaper-link h3 {
    margin: 0px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: white;
    background: #941c1e;
    padding: 0.5em 1em 0.2em 1em; }
  .newspaper-link .story-info {
    margin: 0px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: white;
    background: #941c1e;
    padding-bottom: 1em; }
  .newspaper-link p {
    padding: 0.5em 1em 1em 1em;
    font-size: 15.6px;
    width: 100%;
    max-width: 100%;
    color: #666666;
    line-height: 1.4em; }
  .newspaper-link .more-info {
    text-align: right;
    position: absolute;
    bottom: 0.2em;
    left: 1em;
    right: 1em;
    font-variant: small-caps;
    font-weight: bold; }

.newspaper-link:hover, .newspaper-link:focus {
  text-decoration: none;
  background-color: #e0e0e0; }
  .newspaper-link:hover h3, .newspaper-link:focus h3 {
    text-decoration: underline; }
  .newspaper-link:hover .more-info, .newspaper-link:focus .more-info {
    text-decoration: underline; }

/*
 * styling for the hall-of-fame component
 */
.hall-of-fame-index {
  padding-left: 17%;
  padding-right: 17%; }
  .hall-of-fame-index .hall-of-fame-entry {
    box-shadow: rgba(0, 0, 0, 0.49804) 0px 0px 2px;
    border: solid 1px #eee;
    border-radius: 0.3em;
    margin: 2em 0em; }
    .hall-of-fame-index .hall-of-fame-entry p, .hall-of-fame-index .hall-of-fame-entry ol, .hall-of-fame-index .hall-of-fame-entry ul {
      padding: 0pt 8pt; }
    .hall-of-fame-index .hall-of-fame-entry h3 {
      font-weight: bold;
      margin-bottom: 0px;
      padding: 0pt 8pt;
      font-family: monospace; }
    .hall-of-fame-index .hall-of-fame-entry .member-of {
      font-size: small;
      font-style: italic;
      font-weight: 700;
      padding-bottom: 0px;
      margin-bottom: 0px; }
    .hall-of-fame-index .hall-of-fame-entry .notable-for {
      font-family: sans-serif;
      background: #eee;
      margin-bottom: 0px;
      padding: 8pt;
      margin-top: 3pt;
      font-size: 130%; }

aside {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14.4px;
  font-weight: 600;
  float: right;
  width: 27%;
  max-width: 27%;
  margin-left: 2%;
  clear: right;
  margin-top: 12px; }
  aside.left {
    float: left;
    clear: left;
    text-align: right;
    padding-right: 2em; }
  aside.coming-soon {
    opacity: 0.5; }
  aside.image-caption {
    margin-top: 12px; }
  aside .image-caption {
    margin-top: 0.5em; }
  aside img {
    margin-right: 12px;
    margin-top: 6px;
    max-width: 60px;
    border-radius: 3.6px;
    box-shadow: 0px 0px 2px #777; }
    aside img.large {
      max-width: 70%; }
      @media (max-width: 800px) {
        aside img.large {
          max-width: 100%; } }
    aside img.person {
      border-radius: 50%;
      width: 60px;
      height: 60px; }
  @media (max-width: 800px) {
    aside .image-caption {
      margin-bottom: 12px; } }
  aside .image-credit {
    display: block;
    font-style: italic;
    margin-top: 0.2em; }
  aside .name {
    font-size: 15.6px;
    margin-top: 0;
    margin-bottom: 0; }
  aside .summary {
    display: block;
    font-family: 'Noto Serif', Georgia, serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    font-size: 14.4px;
    padding-bottom: 6px; }
  aside.share {
    margin-top: 12px;
    margin-bottom: 12px; }
    aside.share .btn {
      border: 0px;
      color: white;
      font-weight: bold; }
      aside.share .btn i {
        display: inline-block;
        min-width: 1.1em; }
      aside.share .btn.twitter {
        background-color: #00aced; }
      aside.share .btn.facebook {
        background-color: #3b5998; }
      aside.share .btn.donate {
        background-color: #941c1e; }
    @media (max-width: 800px) {
      aside.share {
        text-align: right;
        margin-bottom: 24px; } }
  @media (max-width: 800px) {
    aside {
      width: 100%;
      max-width: 100%; } }
