/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2024 | 22:25:55 */
.science-slideshow {
  max-width: 1400px;
  margin: 0 auto !important;
  /*	border: 2px solid red!important;*/
  position: relative;
  clear: both;
  width: 100%;
}
.science-slideshow .av_one_full {
  float: none !important;
  margin: 0 auto !important;
  background: red;
  /*			box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);*/
  /*			border: 2px solid green!important;*/
}
.science-slideshow .avia-image-container {
  background-color: #ffffff !important;
  margin-bottom: 0 !important;
}
.science-slideshow .avia-image-container-inner {
  display: block;
  width: 100%;
  padding: 1.5rem;
}
.science-slideshow .avia-image-container-inner img {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
}
.science-slideshow section.av_textblock_section {
  padding: 1.5rem 1.5rem calc(1.5rem + 30px) 1.5rem;
  background: var(--blueGradient);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -10px;
}
.science-slideshow section.av_textblock_section p {
  color: var(--white);
}
.science-slideshow .slick-list, .science-slideshow .slick-slide, .science-slideshow .slick-track {
  width: 100%;
}
.science-slideshow .slick-arrow {
  position: absolute;
  bottom: 6px;
  top: auto;
  transform: translate3d(0, 0, 0);
  height: 50px;
  width: 50px;
  background-color: transparent !important;
  background: none !important;
  z-index: 500;
}
.science-slideshow .slick-arrow.slick-prev {
  left: 50%;
  transform: translate3d(-50%, 0px, 0px);
}
.science-slideshow .slick-arrow.slick-next {
  right: 50%;
  transform: translate3d(50%, 0px, 0px);
}
.science-slideshow .slick-dots {
  z-index: 500;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  transform: translate3d(0, -15px, 0);
}
#team-slideshow .slick-slide img {
  aspect-ratio: 1.3333333333;
  object-fit: cover;
}
#team-slideshow .slick-dots {
  bottom: 0;
  transform: translate3d(0, 150%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots {
  z-index: 500;
}
.slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background: var(--white);
  opacity: 0.5;
  border-radius: 100%;
  overflow: hidden;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li button {
  opacity: 0;
  padding: 0;
  background: red;
  margin: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .science-slideshow {
    margin-bottom: 3rem !important;
  }
  .science-slideshow section.av_textblock_section p {
    font-size: 16px;
  }
  .slick-dots li {
    margin: 0 5px !important;
  }
}
