body {
  margin: 0;
  font-family: "Franklin Gothic Medium Cond", sans-serif;
}
* {
  box-sizing: border-box;
}
:root {
  --timeline-theme: #3376b6;
  --timeline-period: #8a757c;
}
.title {
  background: none !important;
  color: #3376b6;
}
.mkj-wrapper {
  width: 70%;
  margin: 23px auto;
}
.timeline {
  position: relative;
  color: #fff;
  margin: 0 auto;
  width: 50%;
}
.columns-2 > div:first-of-type {
  margin-right: 90px;
}
.intro-module,
.services-module,
.mission-module {
  padding: 37px 0;
}
.intro-module p,
.mission-module p,
.letter-module p {
  line-height: 32px;
  font-size: 1.3em;
}
.letter-module {
  background: linear-gradient(#3376b6, #134c81);
  color: #fff;
  overflow: hidden;
}
.letter,
.letter h1 {
  position: relative;
}
.letter h1::after {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  bottom: 0;
  width: 15px;
  background: #fff;
}
.letter::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  bottom: -100%;
  width: 5px;
  background: #fff;
}
.timeline-scale {
  position: relative;
  margin-top: 100px;
  padding: 30px 0;
  background: #fff;
  transform: scale(1.5);
  overflow: scroll;
}
.cv {
  width: 24%;
  text-align: center;
  margin: 0 30px;
}
.cv img {
  width: 100%;
}
.timeline-wrapper {
  padding: 17px;
  overflow: hidden;
  color: #fff;
  position: relative;
  background: var(--timeline-theme);
}
#timeline-wrapper {
  width: 600px;
  position: relative;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
}
.columns-2 > div:first-of-type {
  margin-right: 90px;
}
.timeline-wrapper .mkj-wrapper {
  z-index: 2;
  background: rgba(51, 119, 182, 0.872);
  padding: 5px 0;
}
.strip {
  position: absolute;
  height: 100%;
  top: 0;
  left: 49.87%;
  border: 3px dashed #e91e63;
}
.single {
  position: relative;
  width: 50%;
  margin: 20px 0;
}
.single.right {
  margin-left: 50%;
}
.single.left {
  text-align: right;
  margin-right: 50%;
}
.single.right > div:first-of-type {
  position: relative;
  height: 100px;
  padding: 17px 30px;
  margin-left: 80px;
}
.single > div:first-of-type {
  background: linear-gradient(90deg, var(--timeline-period), #4ea0ef);
  filter: drop-shadow(0 18px 5px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 18px 5px rgba(0, 0, 0, 0.1));
  -o-filter: drop-shadow(0 18px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0 18px 5px rgba(0, 0, 0, 0.1));
}
.single > div:first-of-type::after {
  content: "";
  position: absolute;
  top: 34%;
  border: 30px solid var(--timeline-period);
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.single.right > div:first-of-type::after {
  left: -100px;
  transform: skew(10deg, -15deg) scaleX(3) scaleY(0.4);
}
.single.left > div:first-of-type::after {
  right: -100px;
  border-right-color: transparent;
  border-left-color: #4ea0ef;
  transform: skew(10deg, 15deg) scaleX(3) scaleY(0.4);
}
.single.left > div:first-of-type {
  position: relative;
  height: 100px;
  padding: 17px 30px;
  margin-right: 80px;
}
.double {
  display: flex;
  width: 100%;
}
.double .single.right,
.double .single.left {
  margin-right: 0;
  margin-left: 0;
}
.double .single.left::before {
  display: none;
}
.single.left::before {
  right: -10px;
}
.single.right::before {
  left: -10px;
}
.single::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #00bcd4;
  border-radius: 50%;
}
.single.left .year {
  right: -50px;
}
.single.right .year {
  left: -50px;
}
.single .year {
  position: absolute;
  top: 15px;
  text-align: center;
  font-size: 0.8rem;
  background: var(--timeline-theme);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 100px;
}
.card {
  width: 30%;
  padding: 10px;
}
.special .title {
  position: relative;
}
.special {
  position: relative;
}
.mkj-wrapper li:before {
  content: "\1F449";
  margin-left: -20px;
  margin-right: 10px;
}
.special .title::before {
  content: "";
  position: absolute;
  left: -25px;
  width: 15px;
  top: 0;
  bottom: 0;
}
.special::after {
  content: "";
  position: absolute;
  left: -30px;
  width: 5px;
  top: 0;
  bottom: 0;
}
.title a {
  background: none!important;
}
.special[attestation] .title::before,
.special[attestation]::after,
.special[attestation] .title a {
  background: #e91e63;
  color: #e91e63!important;
}
.special[forensic] .title::before,
.special[forensic]::after,
.special[forensic] .title a {
  background: #673ab7;
  color: #673ab7!important;
}
.row {
  margin: 12px 0;
}
.special[fin] .title::before,
.special[fin]::after,
.special[fin] .title {
  background: #ff9800;
  color: #ff9800;
}
@media all and (max-width: 1650px) {
  .timeline {
    width: 60%;
  }
  .timeline-scale {
    transform: scale(1.2);
  }
}
@media all and (max-width: 1191px) {
  .mkj-wrapper {
    width: 90%;
  }
  .timeline {
    width: 100%;
  }
  .single > div:first-of-type {
    height: auto !important;
  }
  .timeline-scale {
    transform: scale(0.8);
  }
}
@media all and (max-width: 920px) {
  .timeline-scale {
    transform: scale(1);
    overflow: scroll;
  }
  .card {
    width: 50%;
    align-self: flex-start;
  }
  .flex {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .columns-2 > div:first-of-type {
    margin: 0;
  }
  .cv {
    width: 50%;
  }
  .justify-space-between {
    justify-content: center !important;
  }
  .letter {
    text-align: center;
  }
  .letter::after,
  .letter h1::after {
    display: none;
  }
}
@media all and (max-width: 420px) {
  .card {
    width: 100%;
    align-self: flex-start;
  }
}