.archive-header {
  transform: translateX(0);
}

.archive-header__inner {
  display: flex;
  width: 100%;
  transition: 0.55s ease-in-out transform;
}

.archive-header-item {
  flex-shrink: 0;
  width: 100%;
}

.archive-header-item:last-of-type {
  width: 100%;
}

.archive-header-item:first-of-type {
  padding-left: 0px;
}

.archive-header-item a {
  width: 100%;
  display: block;
  padding-right: 10px;
}

.archive-header-item:last-of-type a {
  padding-right: 0px;
}

.archive-header-item__inner {
  width: 100%;
  position: relative;
  height: 100%;
}

.archive-header-item__image {
  height: 100%;
}

.archive-header-item__image img {
  height: 60vh;
  display: block;
  width: 100%;
  object-fit: cover;
}

.archive-header-item__caption {
  background: rgba(0, 171, 233, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.archive-header-item__captioninner {
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
  padding-bottom: 45px;
  padding-top: 15px;
}

.archive-header-item__captioninner h2 {
  color: white;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.archive-header__control {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 66px;
  background: #303133 !important;

  transform: translateY(-50%);
  z-index: 99;
}

.archive-header__control[data-nav="prev"] {
  left: 0;
}

.archive-header__control[data-nav="next"] {
  right: 0;
}

.archive-header__control > span.fa {
  color: white;
  font-size: 0.6em;
  font-weight: 300;
}

.archive-header__control:hover > span.fa {
  color: rgb(157, 157, 157);
  transition: 0.25s ease-out color;
}

@media (max-width: 768px) {
  .archive-header-item {
    width: 100%;
  }
  .archive-header-item a {
    width: 100%;
    display: block;
    padding-right: 0px;
  }
}

.archive-term-header {
  background-color: #555961;
  padding: 15px;
}

.archive-term-header__inner {
  padding: 112px 36px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: white;
}

.archive-term-header__inner > h2 {
}

.archive-term-header__inner > h2 > span {
}

.archive-term-header__inner > h2 > span > .header-term {
  color: rgb(186, 186, 186);
}

/* 
#archiveHeaderCarousel {
}

#archiveHeaderCarousel .carousel-inner {
}

#archiveHeaderCarousel .carousel-item img {
  max-height: 90vh;
  min-width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#archiveHeaderCarousel .carousel-item .carousel-caption {
  background-color: rgba(0, 171, 233, 0.79);
  width: 100%;
  left: 0;
  bottom: 0;
  height: 150px;
} */
