/* line 45, node_modules/bootstrap/scss/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
}
/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 576px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* line 103, src/scss/components/_global.scss */
.circle-img {
  border-radius: 50%;
  overflow: hidden;
  width: 360px;
  height: 360px;
  margin-bottom: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ddd;
}
/* line 113, src/scss/components/_global.scss */
.circle-img img {
  width: auto;
  height: 100%;
  display: none;
}
@media (max-width: 991px) {
  /* line 103, src/scss/components/_global.scss */
  .circle-img {
    margin: 0 auto 40px;
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 103, src/scss/components/_global.scss */
  .circle-img {
    width: 250px;
    height: 250px;
  }
}
/* line 9, src/scss/components/_team.scss */
.c-person-list {
  margin: 60px 0 35px;
}
@media (max-width: 767px) {
  /* line 9, src/scss/components/_team.scss */
  .c-person-list {
    margin: 35px 0 15px;
  }
}
/* line 18, src/scss/components/_team.scss */
.section-team {
  /*padding: 131px 0 122px;*/
  padding: 70px 0;
}
@media (max-width: 1140px) {
  /* line 18, src/scss/components/_team.scss */
  .section-team {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  /* line 18, src/scss/components/_team.scss */
  .section-team {
    padding: 45px 0;
  }
}
/* line 30, src/scss/components/_team.scss */
.c-person-item {
  padding: 0 15px;
  text-align: center;
  position: relative;
}
/* line 36, src/scss/components/_team.scss */
.c-person-item a.team-link {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
}
/* line 44, src/scss/components/_team.scss */
.c-person-item .c-person-img-wrp {
  width: 160px;
  height: 160px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-image: url(../images/user-placeholder.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ddd;
}
/* line 56, src/scss/components/_team.scss */
.c-person-item .c-person-img-wrp:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(10,138,61,0.49);
  content: " ";
  opacity: 0;
  transition: 0.4s;
}
/* line 67, src/scss/components/_team.scss */
.c-person-item .c-person-img-wrp img {
  width: 100%;
}
/* line 74, src/scss/components/_team.scss */
.c-person-item h3 {
  font-size: 19px;
  margin-bottom: 0px;
  font-weight: 700;
  transition: 0.4s;
}
/* line 81, src/scss/components/_team.scss */
.c-person-item strong {
  color: #0a8a3d;  /* #FC5000; */
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
/* line 90, src/scss/components/_team.scss */
.c-person-item .o-contact-info__lnk {
  color: #000000;
  font-weight: 400;
  font-size: 13px;
  word-break: break-word;
}
/* line 100, src/scss/components/_team.scss */
.c-person-item:hover h3 {
  color:  #0a8a3d; /* #FC5000; */
}
/* line 105, src/scss/components/_team.scss */
.c-person-item:hover .c-person-img-wrp:after {
  opacity: 1;
}

/* line 313, src/scss/components/_team.scss */
.section-people .team-cta {
  margin-bottom: 50px;
}
/* line 369, src/scss/components/_team.scss */
.c-person-detail .c-person__hdr {
  margin-bottom: 25px;
}
/* line 373, src/scss/components/_team.scss */
.c-person-detail .c-person__name {
  font-size: 44px;
  margin-bottom: 10px;
}