/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Mixins
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Button styles
********************
**/
/**
*********************
* Mixins
********************
**/
.lbs-member-list {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 62rem) {
  .lbs-member-list {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.lbs-member-list .layout__region {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 62rem) {
  .lbs-member-list .layout__region {
    flex-wrap: nowrap;
  }
}
.lbs-member-list__img img {
  height: 12.0625rem;
}
@media only screen and (min-width: 48rem) {
  .lbs-member-list__img img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 61.937rem) {
  .lbs-member-list__img {
    width: 100%;
  }
}

.lbs-text-block-var-two.text-block .block__desc {
  color: #fff;
}
.lbs-text-block-var-two.text-block .block__desc p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: -webkit-box;
  overflow: hidden;
  height: 7.5rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media only screen and (min-width: 48rem) {
  .lbs-text-block-var-two.text-block .block__desc p {
    height: 4.5rem;
    -webkit-line-clamp: 3;
  }
}
@media only screen and (min-width: 62rem) {
  .lbs-text-block-var-two.text-block .block__desc p {
    height: 7.5rem;
    -webkit-line-clamp: 5;
  }
}

/*# sourceMappingURL=members.css.map */
