
html, body {
  font-size: 16px;
}

.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

.logo-slick-bg .logo-slick-header {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #291e30;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

section.team-row .team-header {
  width: 50%;
  margin: auto;
 font-family: 'Work Sans';
  font-style: normal;
  font-weight: 850;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: normal;
  color: #17173A;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  section.team-row .team-header {
    width: 90%;
  }
}

section.team-row .team-subheader {
  width: 60%;
  margin: auto;
 font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: normal;
  color: #17173A;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  section.team-row .team-subheader {
    width: 90%;
  }
}

section.team-row .team-content {
  width: 85%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  grid-gap: 32px;
  grid-auto-flow: dense;
}

@media only screen and (max-width: 1024px) {
  section.team-row .team-content {
    width: 90%;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }
}

section.team-row .team-content .tc-single {
  cursor: pointer;
  padding: 50px 20px;
  background-color: #FEFEFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  section.team-row .team-content .tc-single {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

section.team-row .team-content .tc-single:hover {
  background-color: #fff2e6;
}

section.team-row .team-content .tc-single .tcs-image {
  margin-bottom: 30px;
}

section.team-row .team-content .tc-single .tcs-image img {
  border-radius: 50%;
}

section.team-row .team-content .tc-single .tcs-name {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: normal;
  color: #222222;
  margin-bottom: 20px;
}

section.team-row .team-content .tc-single .tcs-designation {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
  color: #291e30;
  margin-bottom: 20px;
}

section.team-row .team-content .tc-single .tcs-desc {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
  margin-bottom: 40px;
}

section.team-row .team-content .tc-single .tcs-social img:hover {
  filter: grayscale(50%);
}

section.team-row .team-content .tc-single .tcs-right {
  padding: 0px 30px;
}

@media only screen and (max-width: 1024px) {
  section.team-row .team-content .tc-single .tcs-right {
    padding: 20px 30px;
  }
}

section.team-row .team-content .tc-single .tcs-right .tcsr-header {
  font-style: normal;
  font-weight: 850;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: normal;
  color: #291e30;
  margin-bottom: 20px;
}

section.team-row .team-content .tc-single .tcs-right .tcsr-text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: normal;
  color: #222222;
}

.page-template-page-template-leadership section.team-row .team-content .tc-single {
  cursor: default;
  padding: 40px 20px;
  justify-content: flex-start;
}

.page-template-page-template-leadership section.team-row .team-content .tc-single .tcs-image, .page-template-page-template-leadership section.team-row .team-content .tc-single .tcs-name, .page-template-page-template-leadership section.team-row .team-content .tc-single .tcs-designation, .page-template-page-template-leadership section.team-row .team-content .tc-single .tcs-desc {
  margin-bottom: 10px;
}
/*# sourceMappingURL=leadership.css.map */