@import "bootstrap.css";
.blog-masthead {
  margin-bottom: 3rem;
  background-color: #47A3DA;
  -webkit-box-shadow: inset 0 -0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -0.1rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* Nav links */
.nav-link {
  position: relative;
  padding: 1rem;
  font-weight: 500;
  color: #f5f5ed;
}

.nav-link:hover,
.nav-link:focus {
  color: #f5f5ed;
  background-color: transparent;
}

/* Active state gets NetworkCaptureVisualisation caret at the bottom */
.nav-link.active {
  color: #f5f5ed;
}

.nav-link.active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -0.3rem;
  vertical-align: middle;
  content: "";
  border-right: 0.3rem solid transparent;
  border-bottom: 0.3rem solid;
  border-left: 0.3rem solid transparent;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 0.05rem solid #e5e5e5;
  margin-top: 3rem;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

pre {
  border: 1px solid #f5f5ed !important;
  display: block !important;
  font-size: 87.5% !important;
  color: #f5f5ed !important;
  counter-reset: line;
  margin: 1em 0 0 0;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

pre code span:before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  border-right: 1px #DA7911 #ddd;
  padding: 0 1em 0 0.5em;
  margin-right: 0.5em;
  color: #363A3F;
  background-color: #DA7911;
  min-width: 3.5em;
}

pre code span:nth-child(even) {
  width: auto;
  display: block;
  margin-bottom: 0;
  background-color: #495057;
}

.print-only {
  display: none;
}

@media print {
  .no-print, .no-print * {
    display: none !important;
  }

  .print-only, .print-only * {
    display: initial !important;
  }

  .print-footer {
    margin-top: 100px;
    position: fixed;
    bottom: 0;
    text-align: right;
  }

  .accordion {
    display: initial;
  }

  .collapse:not(.show) {
    display: initial;
  }

  body {
    margin: 10mm 0;
  }
}
@page {
  size: A4;
}
/* Timeline */
.main-timeline {
  position: relative;
}

.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}

.main-timeline:before {
  content: "";
  background-color: #f5f5ed;
  height: 100%;
  width: 10px;
  border-radius: 10px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}

.main-timeline .timeline {
  width: 50%;
  padding: 0 0 0 70px;
  margin: 0 0 0 50px;
  float: right;
}

.main-timeline .timeline-content {
  background: linear-gradient(45deg, #1f6d9c, #c6e3f4);
  min-height: 140px;
  padding: 20px 60px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px -5px #656d76;
  display: block;
  position: relative;
  z-index: 1;
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
  content: "";
  background-color: #363A3F;
  height: 5px;
  width: 102px;
  border-radius: 10px 0 0 10px;
  position: absolute;
  left: -102px;
  top: 20px;
  z-index: -2;
}

.main-timeline .timeline-content:after {
  background-color: #f5f5ed;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 10px;
  top: 5px;
  left: 5px;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-icon {
  color: #f5f5ed;
  font-size: 40px;
  text-align: center;
  line-height: 63px;
  height: 70px;
  width: 80px;
  overflow: hidden;
  position: absolute;
  top: 25px;
  left: -110px;
  z-index: 1;
}

.main-timeline .timeline-icon:after {
  content: "";
  background: linear-gradient(45deg, #1f6d9c, #9ccdeb);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -13px;
  z-index: -1;
}

.main-timeline .title {
  color: #47A3DA;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 7px 0;
  text-align: right;
}

.main-timeline .description {
  color: #363A3F;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: right;
  margin: 0;
}

.timeline:nth-of-type(even) .description, .timeline:nth-of-type(even) .title {
  text-align: left;
}

.main-timeline .timeline:nth-child(even) {
  padding: 0 70px 0 0;
  margin: 0 50px 0 0;
  float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  border-radius: 0 10px 10px 0;
  left: auto;
  right: -102px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: -110px;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content,
.main-timeline .timeline:nth-child(4n+2) .timeline-icon:after {
  background: linear-gradient(45deg, #070708, #656d76);
}

.main-timeline .timeline:nth-child(4n+2) .title {
  color: #363A3F;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon:after {
  background: linear-gradient(45deg, #349089, #aee2de);
}

.main-timeline .timeline:nth-child(4n+3) .title {
  color: #63c7bf;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon:after {
  background: linear-gradient(45deg, #acac6a, #f5f5ed);
}

.main-timeline .timeline:nth-child(4n+4) .title {
  color: #363A3F;
}

@media screen and (max-width: 767px) {
  .main-timeline:before {
    left: 0;
    transform: translateX(0);
  }

  .main-timeline .timeline,
.main-timeline .timeline:nth-child(even) {
    width: 100%;
    padding: 60px 0 0 40px;
    margin-bottom: 20px;
  }

  .main-timeline .timeline-content,
.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 60px 20px 20px;
  }

  .main-timeline .timeline-content:before,
.main-timeline .timeline:nth-child(even) .timeline-content:before {
    border-radius: 10px;
    width: 96px;
    right: auto;
    left: -35px;
    top: -27px;
  }

  .main-timeline .timeline-icon,
.main-timeline .timeline:nth-child(even) .timeline-icon {
    top: -22px;
    left: -10px;
    right: auto;
  }
}
@media screen and (max-width: 567px) {
  .main-timeline .title {
    font-size: 18px;
  }
}
.front {
  z-index: 999;
}

/*# sourceMappingURL=custom.css.map */
