/*oral history slideshow*/

.oral-history-slideshow .bg-image {
  max-height: 180px;
  display: flex;
  align-items: flex-end;
}
.oral-history-slideshow .bg-image h2 {
  color: #fff;
  font-size: 1.2em;
}
.oral-history-slideshow .bg-image .content {
  padding: 1em;
  color: #fff;
  font-size: 1.3em;
}


.oral-history-slideshow button.slick-next:after {
  content:"\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  visibility: visible;
  font-size: 2em;
}
.oral-history-slideshow  button.slick-prev:before {
  content:"\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  visibility: visible;
  font-size: 2em;
}
.oral-history-slideshow  button {
  background: transparent;
  position: absolute;
  z-index: 1;
  top: 45%;
  visibility: hidden;
  color: #fff;
}
.oral-history-slideshow button.slick-next {
  right: 0;
}


/*oral history CTA*/
.oral-history-cta {
  background: #F3F2ED;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25em;
  align-items: center;
  margin: 3em 0;
}
.oral-history-cta .image {
  padding: 1em;
  width: 15%;
}
.oral-history-cta .content {
  width: 55%;
  padding-left: 15px;
}
.oral-history-cta .link {
  width: 30%;
  padding-left: 15px;
  text-align: right;
}
.oral-history-cta .link a {
  text-decoration: none;
}
@media (max-width: 992px) {
  .oral-history-cta {
    padding: 1.25em 1.25em 3em 1.25em;
  }
  .oral-history-cta .image {
    width: 25%;
    padding: 0.5em;
  }
  .oral-history-cta .content {
    width: 75%;
    padding-left: 15px;
  }
  .oral-history-cta .link {
    width: 100%;
    margin-left: 25%;
    padding-left: 15px;
    text-align: left;
  }
}
@media (max-width: 768px) {
.oral-history-slideshow  button {
  top: 35%;
}

}
@media (max-width: 480px) {
.oral-history-slideshow  button {
  top: 30%;
}
.oral-history-cta {
  padding: 1.25em 1.25em 3em 1.25em;
}
.oral-history-cta .image {
  width: 100%;
  text-align: center;
  padding: 0.5em;
}
.oral-history-cta .content {
  width: 100%;
  padding-left: 0;
  text-align:center;
}
.oral-history-cta .link {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
  margin-top: 20px;
}

}
