body {
  font-family: Arial, sans-serif;
  color: #00384E;
}

h1 {
  font-size: 2.375rem;
  font-weight: 300;
}

h2 {
  font-size: 1.5rem;
}

.container-fluid.main-content {
  /* max-width: 800px; */
  max-width: 770px;
  padding: 0;
}

.number {
  position: absolute;
  padding: 15px;
  font-size: 1rem;
}

.box {
  border: 1px solid #fff;
  padding: 20px 20px 10px 20px;
  max-width: 600px;
  text-align: center;
}

.box h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 1.1rem;
}

.box .subline {
  letter-spacing: 3px;
}

.featured {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.organigram {
  margin-top: 60px;
}

img.og-gra {
  width: 100%;
  height: auto;
  padding-right: 20px;
  max-height: 39rem;
}

img.og-gra.overview {
  width: auto;
  height: 100%;
  padding: 20px 0;
  max-height: 33rem;
}

.extra {
  font-size: 1.1rem;
}

.extra ul {
  list-style-type: disc;
  padding-left: 15px;
}

.extra ul li {
  margin-bottom: 10px;
}

.extra h2 {
  font-size: 1.1rem;
  margin: 40px 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* Vertical Slider Splide Modifications */
.splide__track {
  width: 95%;
}

.splide__slide {
  color: #fff;
}

.splide__slide.red {
  background: #973365;
}

.splide__slide.darkblue {
  background: #00384F;
}

.splide__slide.purple {
  background: #685ba3;
}

.splide__slide.aubergine {
background: #6f3354;
}

.splide__slide.blue {
background: #6176b7;
}

.splide__slide.green {
background: #a1b15b;
}

.splide__slide.grey {
background: #769097;
}

.splide__arrow {
  background: transparent !important;
  border-radius: 0 !important;
}

.splide__arrow:disabled {
  opacity: 1 !important;
}

.splide__arrows--ttb .splide__arrow {
  left: 96% !important;
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 44% !important;
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 44% !important;
}

.splide__pagination--ttb {
  right: 7.5% !important;
}

/* Fade Transition for Vertical Slider */
.splide__slide {
  opacity: 0;
}
.is-active {
   opacity: 1 !important;
   transition: opacity 0.4s linear;
}

/* Media Queries */
@media (max-width: 767.98px) {
  .number {
    padding: 5px;
  }
  .box {
    padding: 30px 10px 20px 10px;
    margin-left: -15px;
  }
  .extra {
    margin-top: 40px;
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .extra h2 {
    margin: 20px 0 10px 0;
  }
  img.og-gra {
    max-width: 400px;
    height: auto;
  }
  .splide__slide.red .col-md-12 {
    padding-left: 0;
  }
  .splide__track {
    width: 93%;
  } 
  .splide__arrows--ttb .splide__arrow {
    left: 94% !important;
  }
  .splide__arrows--ttb .splide__arrow--next {
    bottom: 47% !important;
  }
  .splide__pagination--ttb {
    right: 10% !important;
  }
}
@media (max-width: 576px) {
  img.og-gra.overview {
    width: 100%;
  }
}
