/*--------------------------------------------------------------
  # Board Directors CSS
  --------------------------------------------------------------*/
  .leadership-wrap {
    position: relative;
  }
  .leadership-pic {
    /* cursor: pointer; */
  }
  .leadership-wrap .leadership-caption {
    position: absolute;
    bottom: 35px;
    background-color: #EBEBEB;
    padding: 20px 30px;
    width: calc(100% + 20px);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .leadership-wrap .leadership-caption h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #767676;
    font-family: 'ProximaNova-Bold';
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .leadership-wrap .leadership-caption p {
    font-size: 0.938rem;
    line-height: 1.25rem;
    color: #767676;
    margin-bottom: 0;
    font-family: 'ProximaNova-Regular';
    font-weight: normal;
    text-transform: uppercase;
  }
  .leaders-pushtop {
    /* margin-top: -64%; */
  }

  .leadership-cap-lt {
    right: calc(100% - 30px);
  }

  .leadership-cap-rt {
    left: calc(100% - 30px);
  }

  .leadership-cap-rb {
    left: calc(100% - 150px);
  }
  .leadership-cap-lb {
    right: calc(100% - 150px);
  }
  
  .leadership-desc {
    display: none;
    margin-top: 20%;
    margin-bottom: 55%;
    /* -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    -ms-transition: all 2s linear;
    transition: all 2s linear; */
  }
  .leadership-desc.active-leader {
    display: block;
    opacity: 1;
  
  }
  .ceo-desk-section {
    margin-top: 110px !important;
  }
  .leadership-desc p {
      color: #a7a9ac;
      padding-bottom: 15px;
      font-size: 1rem;
      line-height: 1.75rem;
  }
  
  .arrow-down-close {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #222220; */
  }
  
  .arrow-down-close i {
    font-size: 1.5rem;
  }
  
  .leadership-wrap.leaders-wrap.leaders-left.opened {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .leadership-wrap.leaders-wrap.leaders-right.opened {
    margin-left: 15px;
    margin-bottom: 15px;
    /* margin-top: 0; */
  }
  .leadership-wrap.leaders-wrap.leaders-left {
    float: left;
    margin-top: -10%;
  }
  .leadership-wrap.leaders-wrap.leaders-right {
    float: right;
    margin-top: -115%;
  }
  .row.leaders-lt-row {
    display: inline-block;
    width: 100%;
  }
  .row.leaders-rt-row {
    display: inline-block;
    width: 100%;
  }
  .leaders-lt-row .leadership-desc {
    margin-top: 5%;
  }
  .leaders-rt-row .leadership-desc {
    margin-top: 5%;
    margin-bottom: 20%;
  }
  .leaders-lt-row .leadership-desc.first-leadership-wrap {
    margin-top: 0%;
  }
  
  .cademicCouncil-section {padding-top: 120px;}




/*--------------------------------------------------------------
  # Responsive CSS
  --------------------------------------------------------------*/

@media screen and (max-width: 767px) {
  .leadership-wrap.leaders-wrap.leaders-right {
    float: left;
    margin-top: 0;
  }
  .leadership-wrap.leaders-wrap.leaders-left {
    margin-top: 0;
  }
  .leadership-wrap.leaders-pushtop {
    margin-top: 0;
  }
  .leadership-wrap .leadership-caption {
    position: relative;
    top: 0;
    padding: 20px 20px;
    width: calc(100% - 0%);
  }
  .leadership-cap-rt {
    left: 0;
  }
  .leadership-cap-lt {
    left: 0;
  }
  .row.leaders-lt-row {
    display: flex;
    width: auto;
  }
  .row.leaders-rt-row {
    display: flex;
    width: auto;
  }
  .leaders-lt-row .leadership-desc.first-leadership-wrap {
    margin-top: 2%;
    margin-bottom: 10%;
  }
  .leaders-rt-row .leadership-desc {
    margin-top: 2%;
    margin-bottom: 10%;
  }
  .leaders-rt-row .leadership-desc {
    margin-top: 2%;
    margin-bottom: 10%;
  }
  
  .leadership-wrap.leaders-wrap.leaders-right.opened {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .leadership-wrap.leaders-wrap.leaders-left.opened {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .leadership-wrap {
    margin-bottom: 40px;
  }
  .leadership-desc {
    position: relative;
  }
  .leaders-lt-row .leadership-desc {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .arrow-down-close {
    position: absolute;
    top: -15px;
    right: 10px;
  }
  .leadership-cap-lb {
    right: 0;
}
.leadership-cap-rb {
  left: 0;
}
.cademicCouncil-section {
  padding-top: 60px;
}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .leadership-wrap.leaders-wrap.leaders-right {
    float: left;
  }
  .leadership-wrap.leaders-wrap.leaders-right {
    float: left;
    margin-top: 0;
  }
  .leadership-wrap.leaders-wrap.leaders-left {
    margin-top: 0;
  }
  .leadership-wrap.leaders-pushtop {
    margin-top: 0;
  }
  .leadership-wrap.leaders-pushtop {
    margin-top: 0;
  }
  .leadership-wrap .leadership-caption {
    padding: 15px 20px;
    width: 100%;
    position: relative;
    bottom: 0;
  }

  .leadership-wrap .leadership-caption h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  
  .leadership-wrap .leadership-caption p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  
  .row.leaders-lt-row {
    display: flex;
    width: auto;
  }
  .row.leaders-rt-row {
    display: flex;
    width: auto;
  }
  .leaders-lt-row .leadership-desc.first-leadership-wrap {
    margin-top: 8%;
    margin-bottom: 10%;
  }

  .leaders-rt-row .leadership-desc {
    margin-top: 8%;
    margin-bottom: 10%;
  }
  
  .leadership-wrap.leaders-wrap.leaders-right.opened {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .leadership-wrap.leaders-wrap.leaders-left.opened {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .leadership-wrap {
    margin-bottom: 40px;
  }
  .leadership-desc {
    position: relative;
  }
  
  .leadership-desc {
    position: relative;
  }
  
  .arrow-down-close {
    position: absolute;
    top: -50px;
    right: 10px;
  }
  .leadership-cap-lb {
    right: 0;
}
.leadership-cap-rb {
  left: 0;
}
.cademicCouncil-section {
  padding-top: 60px;
}
.leadership-wrap.leaders-wrap.leaders-left,.leadership-wrap.leaders-wrap.leaders-right {float: none;}
.leadership-pic img {width: 100%;}

}

@media only screen and (min-width: 851px) and (max-width: 992px) {

}
@media only screen and (min-width: 810px) and (max-width: 850px) {
  .leadership-desc {margin-bottom: 8%;}
}

@media screen and (max-width: 768px) {
 
}

@media only screen and (min-width: 1024px) and (max-width: 1080px) {
 
  .leadership-wrap .leadership-caption h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .leadership-wrap .leadership-caption p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .leaders-lt-row .leadership-desc.first-leadership-wrap {
    margin-top: 25%;
}
.leadership-wrap .leadership-caption {
  width: calc(100% + 15%);
  padding: 12px 20px;
}
.leadership-cap-rt {
  left: calc(100% - 40px);
}
.leadership-cap-lt {
  right: calc(100% - 40px);
}

}

@media screen and (max-width: 1024px) {

}


@media only screen and (min-width: 320px) and (max-width: 992px) {
}
@media only screen and (min-width: 375px) and (max-width: 384px) {
}

@media only screen and (min-width: 360px) and (max-width: 374px) {

}
@media only screen and (min-width: 400px) and (max-width: 650px) {
}
@media only screen and (min-width: 411px) and (max-width: 450px) {
 
}

@media only screen and (min-width: 390px) and (max-width: 410px) {

}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
}

@media only screen and (min-width: 1280px) and (max-width: 1300px) {
 
}
@media only screen and (min-width: 1349px) and (max-width: 1439px) {
 
}

@media only screen and (min-width: 1440px) and (max-width: 1445px) {
 
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
 
}

@media screen and (min-width: 1920px) {
 

}
@media screen and (max-width: 320px) {
}

@media screen and (max-width: 320px) {
}
@media screen and (max-width: 992px) {

}


@media all and (min-width: 992px) {

}

@media screen and (max-width: 640px) {
}

@media all and (min-width: 992px) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 1280px) and (max-width: 1300px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 1024px) and (max-width: 1080px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 1920px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (max-width: 767px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
  }
}

@media (prefers-reduced-motion: reduce) {
  
}

@media only screen and (max-width: 640px) {

}