.slideshow {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.slides {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.slides .imgs {
  display: none;
  max-width: 100%;
  height: auto;
  width:100%;
  transition: all .5s;
}
.slides .imgs img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.slides .imgs.active {
  display: inline;
}

.controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.dots {
  margin: 0 10px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: gray;
  display: inline-block;
  cursor: pointer;
  margin:0 2px;
}

.dot.active {
  background-color: black;
}
.slideshow button{
    font-size: 0;
    width: 30px;
    height: 30px;
    color: #555;
    border-radius: 100%;
    border: 1px solid #ECECEC;
    z-index: 10;
    cursor: pointer;
    transition: opacity .2s linear;
}
.slideshow button:after {
    font-family: "iconfont";
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    font-size: 16px;
    font-weight: bold;
    /* border: 1px solid #666; */
    /* padding: 24px 20px; */
    border-radius: 100%;
    color: #555;
}
.slideshow button.next-btn:after {
    content: "\e817";
}
.slideshow button.prev-btn:after {
    content: "\e819";
}
/****** leadership ***/
.leadership{
  padding:20px;
}
.leadership h3{
  font-size:30px;
  color:#0052A5;
  font-weight:bold;
  margin-bottom:20px;
  padding-top:20px;
}
.leadership h3 span{
  color:#999;
  font-size:18px;
  font-weight:400;
  padding-left:20px;
}
.leadership .leaders{
  padding-top:12px;
}
.leadership .leaders:hover{
  background-color:#f2f2f2;
  box-shadow:0 0 10px #ECECEC;
    position: relative;
    background-image: url(/science-prod/sites/default/files/channelbg.png);
    background-repeat: no-repeat;
    background-position: 130% 50%;
    background-size: 50%;
}
.field.field-attachments {
    padding: 10px 20px;
    background: #F8F8F8;
    line-height: 180%;
    border-radius: 5px;
    border: 1px solid #0052A5;
}

.field.field-attachments .field-label {
    padding-bottom: 5px;
    border-bottom: 1px solid #0052A5;
    margin-bottom: 10px;
    font-weight: bold;
}