@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1200px) {
}
.team-listing {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .team-listing {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .team-listing {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .team-listing {
    margin-bottom: 5rem;
  }
}
.team-listing:before,
.team-listing:after {
  content: " ";
  display: table;
}
.team-listing:after {
  clear: both;
}
.team-listing:before,
.team-listing:after {
  content: " ";
  display: table;
}
.team-listing:after {
  clear: both;
}
.container .team-listing,
.container-narrow .team-listing,
.split-screen .team-listing,
.page-sidebar .team-listing {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.team-list {
  padding: 0;
  list-style-type: none;
}
.team-sidebar {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .team-sidebar {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .team-sidebar {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .team-sidebar {
    padding: 4.5rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .team-sidebar {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
  }
}
.team-sidebar label {
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #767676;
  font-weight: 400;
  font-size: 0.833em;
  font-family: 'Poppins', sans-serif;
}
.team-members {
  margin: 0;
  padding: 0;
}
.team-member {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .team-member {
    float: left;
    width: 50%;
  }
}
.team-member.active:after {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.team-member.active .team-member-link {
  background: #fcf9f5;
}
.team-member.active .team-member-more {
  max-height: 40em;
  transition: max-height 0.3s ease-in-out 0.3s;
}
.team-member.active .team-member-expand .icon-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.team-member:not(.team-member-single):nth-child(odd) {
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .team-member:not(.team-member-single):nth-child(even) .team-member-more {
    margin-left: -100%;
  }
}
.team-member.team-member-single + .team-member.team-member-single:nth-child(odd) {
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .team-member.team-member-single + .team-member.team-member-single:nth-child(even) .team-member-more {
    margin-left: -100%;
  }
}
.team-member-link {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  color: #000;
  text-align: left;
  background: transparent;
  outline: none;
}
.team-member-link:hover,
.team-member-link:focus {
  text-decoration: none;
  color: #000;
  background: rgba(252, 249, 245, 0.8);
}
.team-member-link:hover .team-member-expand,
.team-member-link:focus .team-member-expand {
  color: #026dbf;
}
.team-member-inner {
  padding: 0.5em;
  font-size: 1rem;
}
.team-member-image {
  position: relative;
  z-index: 1;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  width: 5em;
  height: 5em;
  float: left;
  overflow: hidden;
  border-radius: 10em;
  background-color: #f6ede1;
}
.team-member-image img {
  position: relative;
}
.team-member-image:before {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  font-size: 3em;
  color: #f0e1ce;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e7ff";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team-sidebar-image {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.team-sidebar-image img {
  position: relative;
  display: inline-block;
  max-width: 250px;
}
.team-member-information {
  padding: 0.5em;
}
.team-sidebar-information {
  margin-bottom: 1rem;
  font-size: 1.2em;
}
.team-member-name {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.team-member-job-title {
  font-size: 0.833em;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #767676;
}
.team-member-expand {
  font-size: 0.788em;
  color: #026dbf;
}
.team-member-expand .icon {
  vertical-align: middle;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition: 0.1s ease-in-out 0.4s;
  -moz-transition: 0.1s ease-in-out 0.4s;
  -o-transition: 0.1s ease-in-out 0.4s;
  transition: 0.1s ease-in-out 0.4s;
}
.team-member-more {
  position: relative;
  width: 100%;
  max-height: 0;
  background: #fcf9f5;
  overflow: auto;
  transition: max-height 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .team-member-more {
    width: 200%;
  }
}
.team-member-more-inner {
  padding: 2em;
}
.team-member-more-inner label {
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #767676;
  font-weight: 400;
  font-size: 0.833em;
  font-family: 'Poppins', sans-serif;
}
@media screen and (min-width: 768px) {
  .team-member-more-inner > .row {
    display: flex;
    align-content: stretch;
  }
}
.team-member-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #026dbf;
  word-break: break-word;
}
@media (min-width: 768px) {
  .team-member-info {
    float: left;
    width: 33.33333333%;
  }
}
.team-member-info:before,
.team-member-info:after {
  content: " ";
  display: table;
}
.team-member-info:after {
  clear: both;
}
.team-member-info:before,
.team-member-info:after {
  content: " ";
  display: table;
}
.team-member-info:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .team-member-info {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 0;
  }
  .team-member-info:first-child {
    border-right: 1px solid #026dbf;
  }
}
@media screen and (max-width: 767px) {
  .team-member-info {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
  }
  .team-member-info .team-member-info-inner {
    width: 50%;
    float: left;
    padding: 0.5em 15px;
    border-right: 1px solid #026dbf;
  }
  .team-member-info .team-member-info-inner:only-child {
    width: 100%;
  }
  .team-member-info .team-member-info-inner:nth-child(even),
  .team-member-info .team-member-info-inner:last-child {
    border-right-width: 0;
  }
}
.team-member-info.no-bio {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
  border-bottom: 0;
}
.team-member-info.no-bio:first-child {
  border-right-width: 0;
}
.team-member-info.no-bio .team-member-info-inner {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #026dbf;
}
@media (min-width: 768px) {
  .team-member-info.no-bio .team-member-info-inner {
    float: left;
    width: 33.33333333%;
  }
}
.team-member-info.no-bio .team-member-info-inner:only-child {
  width: 100%;
  border-right-width: 0;
}
@media screen and (max-width: 767px) {
  .team-member-info.no-bio .team-member-info-inner:nth-child(even),
  .team-member-info.no-bio .team-member-info-inner:last-child {
    border-right-width: 0;
  }
}
@media screen and (min-width: 768px) {
  .team-member-info.no-bio .team-member-info-inner {
    padding-left: 1em;
    padding-right: 1em;
  }
  .team-member-info.no-bio .team-member-info-inner:nth-child(3n),
  .team-member-info.no-bio .team-member-info-inner:last-child {
    border-right-width: 0;
  }
}
.team-sidebar-content {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .team-sidebar-content {
    padding: 2.7rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .team-sidebar-content {
    padding: 3.6rem 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .team-sidebar-content {
    padding: 4.5rem 5rem;
  }
}
.team-member-bio {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1em;
}
@media (min-width: 768px) {
  .team-member-bio {
    float: left;
    width: 66.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .team-member-bio {
    padding-left: 2em;
  }
}
.team-member-bio:first-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .team-member-bio:first-child {
    float: left;
    width: 100%;
  }
}
.team-member-other-information {
  display: block;
  margin-bottom: 0.25em;
  font-weight: 500;
}
.team-member-view-more {
  margin-top: 0.5em;
}
.team-member-close {
  display: none;
  position: absolute;
  top: 1em;
  right: 0.5em;
  padding: 0;
  margin: 0;
  z-index: 1;
  width: 1.8em;
  height: 1.8em;
  float: right;
  border: 0;
  background: transparent;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.team-member-close:hover,
.team-member-close:focus {
  opacity: 1;
}
.active .team-member-close {
  display: inline-block;
}
.team-nav-pills {
  padding: 0.5em 0;
}
.team-nav-pills:first-child {
  border-bottom: 1px solid #fcf9f5;
}
.team-nav-pills:last-child {
  border-top: 1px solid #fcf9f5;
}
