@charset "UTF-8";
.team_listing .team-listing-title {
  margin-top: 49px;
  font-size: 28px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.team_listing .team {
  margin: 20px 0;
  cursor: pointer;
}

.team-list-modal {
  display: none;
}

.overlay-modal-content h3 {
  font-size: 28px !important;
  font-weight: 700;
}

.overlay-modal-content h3 span {
  font-size: 20px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.overlay-modal-content h5 {
  font-size: 24px;
  font-weight: 200;
}

.overlay-modal-content p {
  font-size: 20px;
  font-weight: 200;
}

.team_listing hr, .overlay-modal-content hr {
  border-color: #C6D928 !important;
}

.team_listing .row {
  display: flex;
  flex-wrap: wrap;
}

.blur-background-behind {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.team-details div:first-child {
  margin-top: 19px;
}

.team-details div {
  display: flex;
  justify-content: start;
  margin-bottom: 11px;
}

.team-details div img {
  width: 30px;
  margin-right: 13px;
}

.team-details div p {
  font-size: 15px;
}

.team_listing h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.team_listing h3 span {
  font-weight: 700;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

.team_listing p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.team_listing img.sppb-img-text-around {
  float: left;
  padding: 20px;
  padding-left: 0;
}

.team_listing .sppb-divider-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #BED600;
  margin: 30px 0;
}

.team_listing .fa-linkedin-square {
  margin: 10px 0;
  font-size: 24px;
}

.team_listing .sppb-col-md-6 {
  max-width: 49.5%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}

.team_listing .team-item {
  cursor: pointer;
}

.team_listing .team-modal {
  display: none;
}

.overlay-modal {
  position: fixed;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}

.overlay-modal-content {
  display: block;
  background: #fff;
  max-width: 1050px;
  max-height: 550px;
  overflow: scroll;
  flex: 1;
  padding: 41px;
  font-size: 16px !important;
  position: relative;
  transition: 1s;
  opacity: 0;
}
@media (max-width: 767px) {
  .overlay-modal-content {
    max-height: 100vh;
    padding: 20px;
  }
}

.overlay-modal-content.show {
  opacity: 1;
  transition: 1s;
}

.overlay-modal-content img {
  vertical-align: top;
}

.overlay-modal-content .header-info {
  display: inline-block;
}

.team-modal-close {
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
  cursor: pointer;
  font-size: 50px;
  top: 31px;
  right: 31px;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .team-modal-close {
    font-size: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .team_listing p {
    font-size: 15px;
  }
}
#team-carousel-container {
  background: #EAEFB0;
}

#team-carousel {
  padding: 30px 0;
}

#team-carousel .owl-controls {
  display: none;
}

#team-carousel .item, #team-carousel-modals figure {
  background: #fff;
  max-width: 360px;
  max-height: 470px;
}

@media (max-width: 768px) {
  #team-carousel {
    width: 361px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #team-carousel .item, #team-carousel-modals figure {
    width: 351px;
  }
}
@media (min-width: 992px) {
  #team-carousel .item, #team-carousel-modals figure {
    width: 305px;
  }
}
@media (min-width: 1200px) {
  #team-carousel .item, #team-carousel-modals figure {
    width: 361px;
  }
}
.team-item-copy {
  padding: 20px;
}

.team-item-name {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.team-item-name span {
  font-size: 15px;
}

.team-item-title {
  font-size: 13px;
  font-weight: 500;
  display: block;
  line-height: 13px;
  height: 40px;
}

#team-carousel-controls div::after {
  font-size: 26px;
  font-weight: 800;
  font-family: "FontAwesome";
  content: " \f107";
  display: inline-block;
  position: relative;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#team-carousel-controls .prev::after {
  transform: rotate(90deg) translate(-70%, 40%);
}

#team-carousel-controls .next::after {
  transform: rotate(-90deg) translate(70%, -40%);
}

#team-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
}

#team-carousel-controls {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  z-index: 1;
}

#team-carousel-controls div {
  width: 40px;
  height: 40px;
  background: #BED600;
  cursor: pointer;
}

#team-carousel .item .team-item-button {
  background: transparent;
  border: none;
  width: 40px;
  height: 20px;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  text-align: left;
  display: block;
}

#team-carousel .item .team-item-button::after {
  content: "→";
  font-size: 24px;
}

#team-carousel-modals {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: none;
  left: 0;
  padding: 0 15px;
  min-width: 441px;
}

@media (max-width: 780px) {
  #team-carousel-modals {
    padding: 0 40px;
    left: 0;
  }
  #team-carousel-modals .team-item-modal .team-modal-close {
    right: 70px;
  }
}
#team-carousel-modals.active {
  display: block;
}

#team-carousel-modals .team-item-modal {
  margin: 30px 0;
  padding: 0;
  width: 100%;
  min-height: 471px;
  display: none;
  background: #fff;
}

#team-carousel-modals .team-item-modal figure {
  display: inline-block;
}

#team-carousel-modals .team-item-modal .team-item-copy {
  padding: 20px 40px;
  display: inline-block;
  vertical-align: top;
  width: 65%;
  height: 100%;
}

#team-carousel-modals .team-item-modal i {
  font-size: 14px;
}

@media (max-width: 990px) {
  #team-carousel-modals .team-item-modal .team-item-copy {
    width: auto;
  }
}
#team-carousel-modals .team-item-modal .team-item-name {
  font-size: 26px;
  margin-top: 20px;
}

#team-carousel-modals .team-item-modal .team-item-title {
  font-size: 14px;
  font-weight: 500;
}

#team-carousel-modals .team-modal-close {
  position: absolute;
  top: 50px;
  right: 45px;
  border: none;
  background: transparent;
}

#team-carousel-modals .team-modal-close::after {
  content: "×";
  font-weight: 300;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

#team-carousel-modals .team-item-modal.active {
  display: block;
}

@media (max-width: 450px) {
  #team-carousel-modals {
    padding: 0 !important;
    min-width: auto;
  }
  #team-carousel-modals .team-modal-close {
    right: 16px !important;
  }
}
/* customizations for single member listing on landing page */
.single-landing-page .team-modal-close {
  font-size: 35px;
}
.single-landing-page .team-title h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.single-landing-page .team-title p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.single-landing-page hr {
  border-color: transparent !important;
}
.single-landing-page .top-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .single-landing-page .top-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-landing-page .member-image {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .single-landing-page .member-image {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.single-landing-page .member-image img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 150px;
  min-height: 150px;
}
@media (max-width: 600px) {
  .single-landing-page .member-image img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 600px) {
  .single-landing-page .member-name {
    width: 100%;
  }
}
.single-landing-page .member-name h3 {
  font-family: "Tiempos Fine", serif;
  font-size: 40px !important;
  color: #0C1C37;
  font-weight: 400;
  margin-top: 0;
  width: 100%;
}
@media (max-width: 600px) {
  .single-landing-page .member-name h3 {
    text-align: center;
  }
}
.single-landing-page .member-name h5 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 600px) {
  .single-landing-page .member-name h5 {
    text-align: center;
  }
}
.single-landing-page p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
}
.single-landing-page .team-image img {
  width: 100%;
}/*# sourceMappingURL=template.css.map */