.row {
  --gutter-x: 1em;
  --gutter-y: 0;
  margin-top: calc(-1*var(--gutter-y));
  margin-right: calc(-0.5*var(--gutter-x));
  margin-left: calc(-0.5*var(--gutter-x));
  flex-wrap: wrap;
  display: flex;
}
.row > * {
  padding-right: calc(var(--gutter-x)*0.5);
  padding-left: calc(var(--gutter-x)*0.5);
  margin-top: var(--gutter-y);
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.col {
  flex: 1 0;
}
.row-cols-auto > * {
  flex: none;
  width: auto;
}
.row-cols-1 > * {
  flex: none;
  width: 100%;
}
.row-cols-2 > * {
  flex: none;
  width: 50%;
}
.row-cols-3 > * {
  flex: none;
  width: 33.3333%;
}
.row-cols-4 > * {
  flex: none;
  width: 25%;
}
.row-cols-5 > * {
  flex: none;
  width: 20%;
}
.row-cols-6 > * {
  flex: none;
  width: 16.6667%;
}
.col-auto {
  flex: none;
  width: auto;
}
.col-1 {
  flex: none;
  width: 8.33333%;
}
.col-2 {
  flex: none;
  width: 16.6667%;
}
.col-3 {
  flex: none;
  width: 25%;
}
.col-4 {
  flex: none;
  width: 33.3333%;
}
.col-5 {
  flex: none;
  width: 41.6667%;
}
.col-6 {
  flex: none;
  width: 50%;
}
.col-7 {
  flex: none;
  width: 58.3333%;
}
.col-8 {
  flex: none;
  width: 66.6667%;
}
.col-9 {
  flex: none;
  width: 75%;
}
.col-10 {
  flex: none;
  width: 83.3333%;
}
.col-11 {
  flex: none;
  width: 91.6667%;
}
.col-12 {
  flex: none;
  width: 100%;
}
@media (width >= 576px) {
  .col-sm {
    flex: 1 0;
  }
  .row-cols-sm-auto > * {
    flex: none;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: none;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: none;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: none;
    width: 33.3333%;
  }
  .row-cols-sm-4 > * {
    flex: none;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: none;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: none;
    width: 16.6667%;
  }
  .col-sm-auto {
    flex: none;
    width: auto;
  }
  .col-sm-1 {
    flex: none;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: none;
    width: 16.6667%;
  }
  .col-sm-3 {
    flex: none;
    width: 25%;
  }
  .col-sm-4 {
    flex: none;
    width: 33.3333%;
  }
  .col-sm-5 {
    flex: none;
    width: 41.6667%;
  }
  .col-sm-6 {
    flex: none;
    width: 50%;
  }
  .col-sm-7 {
    flex: none;
    width: 58.3333%;
  }
  .col-sm-8 {
    flex: none;
    width: 66.6667%;
  }
  .col-sm-9 {
    flex: none;
    width: 75%;
  }
  .col-sm-10 {
    flex: none;
    width: 83.3333%;
  }
  .col-sm-11 {
    flex: none;
    width: 91.6667%;
  }
  .col-sm-12 {
    flex: none;
    width: 100%;
  }
}
@media (width >= 768px) {
  .col-md {
    flex: 1 0;
  }
  .row-cols-md-auto > * {
    flex: none;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: none;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: none;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: none;
    width: 33.3333%;
  }
  .row-cols-md-4 > * {
    flex: none;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: none;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: none;
    width: 16.6667%;
  }
  .col-md-1 {
    flex: none;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: none;
    width: 16.6667%;
  }
  .col-md-3 {
    flex: none;
    width: 25%;
  }
  .col-md-4 {
    flex: none;
    width: 33.3333%;
  }
  .col-md-5 {
    flex: none;
    width: 41.6667%;
  }
  .col-md-6 {
    flex: none;
    width: 50%;
  }
  .col-md-7 {
    flex: none;
    width: 58.3333%;
  }
  .col-md-8 {
    flex: none;
    width: 66.6667%;
  }
  .col-md-9 {
    flex: none;
    width: 75%;
  }
  .col-md-10 {
    flex: none;
    width: 83.3333%;
  }
  .col-md-11 {
    flex: none;
    width: 91.6667%;
  }
  .col-md-12 {
    flex: none;
    width: 100%;
  }
}
@media (width >= 992px) {
  .col-lg {
    flex: 1 0;
  }
  .row-cols-lg-1 > * {
    flex: none;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: none;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: none;
    width: 33.3333%;
  }
  .row-cols-lg-4 > * {
    flex: none;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: none;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: none;
    width: 16.6667%;
  }
  .col-lg-1 {
    flex: none;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: none;
    width: 16.6667%;
  }
  .col-lg-3 {
    flex: none;
    width: 25%;
  }
  .col-lg-4 {
    flex: none;
    width: 33.3333%;
  }
  .col-lg-5 {
    flex: none;
    width: 41.6667%;
  }
  .col-lg-6 {
    flex: none;
    width: 50%;
  }
  .col-lg-7 {
    flex: none;
    width: 58.3333%;
  }
  .col-lg-8 {
    flex: none;
    width: 66.6667%;
  }
  .col-lg-9 {
    flex: none;
    width: 75%;
  }
  .col-lg-10 {
    flex: none;
    width: 83.3333%;
  }
  .col-lg-11 {
    flex: none;
    width: 91.6667%;
  }
  .col-lg-12 {
    flex: none;
    width: 100%;
  }
}
@media (width >= 1200px) {
  .col-xl {
    flex: 1 0;
  }
  .row-cols-xl-auto > * {
    flex: none;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: none;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: none;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: none;
    width: 33.3333%;
  }
  .row-cols-xl-4 > * {
    flex: none;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: none;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: none;
    width: 16.6667%;
  }
  .col-xl-1 {
    flex: none;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: none;
    width: 16.6667%;
  }
  .col-xl-3 {
    flex: none;
    width: 25%;
  }
  .col-xl-4 {
    flex: none;
    width: 33.3333%;
  }
  .col-xl-5 {
    flex: none;
    width: 41.6667%;
  }
  .col-xl-6 {
    flex: none;
    width: 50%;
  }
  .col-xl-7 {
    flex: none;
    width: 58.3333%;
  }
  .col-xl-8 {
    flex: none;
    width: 66.6667%;
  }
  .col-xl-9 {
    flex: none;
    width: 75%;
  }
  .col-xl-10 {
    flex: none;
    width: 83.3333%;
  }
  .col-xl-11 {
    flex: none;
    width: 91.6667%;
  }
  .col-xl-12 {
    flex: none;
    width: 100%;
  }
}
@media (width >= 1400px) {
  .col-xxl {
    flex: 1 0;
  }
  .row-cols-xxl-auto > * {
    flex: none;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: none;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: none;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: none;
    width: 33.3333%;
  }
  .row-cols-xxl-4 > * {
    flex: none;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: none;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: none;
    width: 16.6667%;
  }
  .col-xxl-1 {
    flex: none;
    width: 8.33333%;
  }
  .col-xxl-2 {
    flex: none;
    width: 16.6667%;
  }
  .col-xxl-3 {
    flex: none;
    width: 25%;
  }
  .col-xxl-4 {
    flex: none;
    width: 33.3333%;
  }
  .col-xxl-5 {
    flex: none;
    width: 41.6667%;
  }
  .col-xxl-6 {
    flex: none;
    width: 50%;
  }
  .col-xxl-7 {
    flex: none;
    width: 58.3333%;
  }
  .col-xxl-8 {
    flex: none;
    width: 66.6667%;
  }
  .col-xxl-9 {
    flex: none;
    width: 75%;
  }
  .col-xxl-10 {
    flex: none;
    width: 83.3333%;
  }
  .col-xxl-11 {
    flex: none;
    width: 91.6667%;
  }
  .col-xxl-12 {
    flex: none;
    width: 100%;
  }
}
/* 
 * JUX Members List
 */
.loading-spinner-wrap {
  height: 50px;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.loading-spinner-wrap .loading_spinner {
  margin: 30px auto;
  width: 32px;
  position: relative;
}
.loading-spinner-wrap .loading_spinner .cube1,
.loading-spinner-wrap .loading_spinner .cube2,
.loading-spinner-wrap .loading_spinner .cube3,
.loading-spinner-wrap .loading_spinner .cube4,
.loading-spinner-wrap .loading_spinner .cube5 {
  background: #424077;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: 0;
  animation: cubemove 2s infinite ease-in-out;
}
.loading-spinner-wrap .loading_spinner .cube2 {
  animation-delay: -0.5s;
}
.loading-spinner-wrap .loading_spinner .cube3 {
  animation-delay: -1s;
}
.loading-spinner-wrap .loading_spinner .cube4 {
  animation-delay: -1.5s;
}
.loading-spinner-wrap .loading_spinner .cube5 {
  animation-delay: -2s;
}
@keyframes cubemove {
  0% {
    transform: translateX(-120px);
  }
  50% {
    transform: translateX(0px) rotate(180deg) scale(2.2);
    background: #424077;
  }
  100% {
    transform: translateX(120px);
  }
}
.jux-members-list-wrap a {
  text-decoration: none;
  cursor: pointer;
}
.jux-members-list-wrap .members_loadmore_wrap {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.jux-members-list-wrap .members_loadmore {
  margin: 0;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  width: auto;
  outline: 0;
  line-height: 2em;
  letter-spacing: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
.jux-members-list-wrap .members_loadmore a {
  color: #333;
  transition: all 300ms ease-in-out;
}
.jux-members-list-wrap .members_loadmore:hover a {
  color: #424077;
}
.jux-members-list-wrap .members_loadmore:hover:after {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.2s cubic-bezier(1, 0.04, 0, 1) 0.3s;
}
.jux-members-list-wrap .members_loadmore:hover:before {
  transform: scaleX(0);
  transform-origin: right;
}
.jux-members-list-wrap .members_loadmore:after,
.jux-members-list-wrap .members_loadmore:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.jux-members-list-wrap .members_loadmore:before {
  right: 0;
  background-color: #767676;
  transform-origin: right;
  transform: scaleX(1);
  transition: all 0.3s cubic-bezier(1, 0.04, 0, 1);
}
.jux-members-list-wrap .members_loadmore:after {
  left: 0;
  background: #424077;
  transform-origin: left;
  transform: scaleX(0);
}
.members-filters {
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
}
.members-filters.filter-left {
  text-align: left;
}
.members-filters.filter-right {
  text-align: right;
}
.members-filters ul {
  list-style: none;
  padding: 0;
  position: relative;
}
.members-filters ul li {
  color: #333;
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.members-filters ul li a {
  color: #333;
  border: none;
  min-width: auto;
  padding: 10px 5px;
  border-bottom: 1px solid transparent;
  transition: all 300ms ease-in-out;
}
.members-filters ul li a:hover {
  color: #424077;
}
.members-filters ul li a.active {
  border-color: #424077;
  color: #424077;
}
.members-filters ul li.search-field input {
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid;
  padding: 5px 0px;
  height: 100%;
  border-radius: 2px;
  transform: translateY(0);
  font-size: 14px;
  text-transform: unset;
  line-height: 1;
  color: #424077;
}
.members-filters ul li.search-field input:focus,
.members-filters ul li.search-field input:focus-visible,
.members-filters ul li.search-field input:visited {
  border: none;
  border-bottom: 1px solid #424077;
}
.nivo-lightbox-open .nivo-lightbox-nav {
  display: none !important;
}
.nivo-lightbox-wrap .itemViewContent {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .nivo-lightbox-wrap .itemViewContent {
    flex-direction: column;
  }
}
.nivo-lightbox-wrap .itemViewContent .itemImageBlock {
  width: 50%;
}
@media (max-width: 768px) {
  .nivo-lightbox-wrap .itemViewContent .itemImageBlock {
    width: 100%;
  }
}
.nivo-lightbox-wrap .itemViewContent .itemImageBlock .avatar {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .nivo-lightbox-wrap .itemViewContent .itemImageBlock .avatar {
    width: 100%;
    min-height: 400px;
  }
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock {
  width: 50%;
  padding: 30px;
  flex-shrink: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .nivo-lightbox-wrap .itemViewContent .itemContentBlock {
    width: 100%;
    padding-top: 50px;
    padding-block: 48px;
  }
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-top-content {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-top-content > *:not(:last-child):nth-child(2) {
  margin-bottom: 16px;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-top-content .item-name {
  font-size: 20px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 600;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-top-content .item-position {
  letter-spacing: 1px;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-content {
  margin-bottom: 38px;
  font-size: 15px;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-socials {
  z-index: 1;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-socials .social {
  opacity: 0.6;
  transition: 0.3s ease opacity;
  position: relative;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-socials .social:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 2px;
  position: absolute;
  background-color: #111111;
  opacity: 0.09;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-socials .social:not(:first-child) {
  margin-left: 7px;
}
.nivo-lightbox-wrap .itemViewContent .itemContentBlock .item-socials .social:hover {
  opacity: 1;
}
.jux-members-list-wrap {
  margin: 0;
}
.jux-members-list-wrap .member-item {
  padding: 15px 15px 15px 15px;
}
.jux-members-list-wrap .members-list-inner {
  margin: 0;
}
.jux-members-list-wrap a {
  text-decoration: none;
}
.jux-members-list-wrap .align-left {
  text-align: left;
}
.jux-members-list-wrap .align-left .member-item-inner .photo-container,
.jux-members-list-wrap .align-left .member-item-inner .item-wrapper {
  justify-content: flex-start;
}
.jux-members-list-wrap .align-center {
  text-align: center;
}
.jux-members-list-wrap .align-center .member-item-inner .photo-container,
.jux-members-list-wrap .align-center .member-item-inner .item-wrapper {
  justify-content: center;
}
.jux-members-list-wrap .align-right {
  text-align: right;
}
.jux-members-list-wrap .align-right .member-item-inner .photo-container,
.jux-members-list-wrap .align-right .member-item-inner .item-wrapper {
  justify-content: flex-end;
}
.jux-members-list-wrap .member-item-inner {
  display: flex;
  height: 100%;
}
.jux-members-list-wrap .member-item-inner .photo-container {
  display: flex;
}
.jux-members-list-wrap .member-item-inner .avatar {
  width: 155px;
  height: 155px;
  margin-bottom: 30px;
  position: relative;
}
.jux-members-list-wrap .member-item-inner .avatar .item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 0;
  z-index: 1;
}
.jux-members-list-wrap .member-item-inner .avatar img {
  height: 100%;
  border-radius: 50%;
}
.jux-members-list-wrap .member-item-inner .item-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  padding: 30px 30px 30px;
  border-width: 0px;
  background-color: #fff;
  transition: all 300ms ease;
}
.jux-members-list-wrap .member-item-inner .item-inner {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.jux-members-list-wrap .member-item-inner .item-inner .info-content {
  font-size: 15px;
}
.jux-members-list-wrap .member-item-inner .item-inner .info-content a {
  display: block;
}
.jux-members-list-wrap .member-item-inner .item-inner .info-content > *:not(:last-child):nth-child(2) {
  margin-bottom: 16px;
}
.jux-members-list-wrap .member-item-inner .item-inner .info-content .item-name {
  font-size: 17px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 600;
}
.jux-members-list-wrap .member-item-inner .item-inner .info-content .item-position {
  letter-spacing: 1px;
}
.jux-members-list-wrap .member-item-inner .item-inner .info-socials {
  margin-top: 20px;
  z-index: 1;
}
.jux-members-list-wrap .member-item-inner .item-inner .info-socials .social {
  opacity: 0.6;
  transition: 0.3s ease opacity;
  position: relative;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
}
.jux-members-list-wrap .member-item-inner .item-inner .info-socials .social:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 2px;
  position: absolute;
  background-color: #111111;
  opacity: 0.09;
}
.jux-members-list-wrap .member-item-inner .item-inner .info-socials .social:not(:first-child) {
  margin-left: 7px;
}
.jux-members-list-wrap .member-item-inner .item-inner .info-socials .social:hover {
  opacity: 1;
}
.jux-members-list-wrap .member-item-inner .item-inner .see-more {
  color: #111111;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  align-items: center;
  z-index: 1;
  text-transform: uppercase;
  padding-right: 6px;
  cursor: pointer;
  margin-top: 20px;
  opacity: 0.4;
  transition: 0.3s ease opacity;
}
.jux-members-list-wrap .member-item-inner .item-inner .see-more a {
  color: #111111;
}
.jux-members-list-wrap .member-item-inner .item-inner .see-more:hover {
  opacity: 1;
}
.jux-members-list-wrap.style-1 .member-item-inner .item-inner {
  margin: 0;
}
.jux-members-list-wrap.style-1 .member-item-inner .avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
.jux-members-list-wrap.style-1 .member-item-inner:hover .item-wrapper {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-members-list-wrap.style-1 .member-item-inner .item-wrapper {
  background-color: rgba(17, 17, 17, 0.03);
}
.jux-members-list-wrap.style-2 .member-item-inner {
  flex-direction: column;
}
.jux-members-list-wrap.style-2 .member-item-inner .photo-container {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.jux-members-list-wrap.style-2 .member-item-inner .item-inner {
  margin: 0;
}
.jux-members-list-wrap.style-2 .member-item-inner .item-wrapper {
  width: 100%;
  padding: 35px 0 30px 0;
}
.jux-members-list-wrap.style-2 .member-item-inner .avatar {
  width: 100%;
  min-height: 300px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jux-members-list-wrap.style-3 .member-item-inner:hover .item-wrapper {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-members-list-wrap.style-3 .member-item-inner .item-wrapper {
  background-color: rgba(17, 17, 17, 0.03);
}
.jux-members-list-wrap.style-3 .member-item-inner {
  flex-direction: column;
}
.jux-members-list-wrap.style-3 .member-item-inner .photo-container {
  width: 100%;
  overflow: hidden;
}
.jux-members-list-wrap.style-3 .member-item-inner .item-inner {
  margin: 0;
}
.jux-members-list-wrap.style-3 .member-item-inner .item-wrapper {
  width: 100%;
  padding: 30px 25px 30px 25px;
}
.jux-members-list-wrap.style-3 .member-item-inner .avatar {
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jux-members-list-wrap.style-4 .member-item-inner.col-md-12 .photo-container {
  min-width: 300px;
}
@media (max-width: 768px) {
  .jux-members-list-wrap.style-4 .member-item-inner.col-md-12 .photo-container {
    min-width: 200px;
  }
}
@media (max-width: 600px) {
  .jux-members-list-wrap.style-4 .member-item-inner.col-md-12 .photo-container {
    min-height: 200px;
  }
}
.jux-members-list-wrap.style-4 .member-item-inner:hover .item-wrapper {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-members-list-wrap.style-4 .member-item-inner .item-wrapper {
  background-color: rgba(17, 17, 17, 0.03);
}
@media (max-width: 600px) {
  .jux-members-list-wrap.style-4 .member-item-inner {
    flex-direction: column;
  }
}
.jux-members-list-wrap.style-4 .member-item-inner .item-inner {
  margin: 0;
}
.jux-members-list-wrap.style-4 .member-item-inner .item-wrapper {
  width: 100%;
  padding: 30px 25px 30px 25px;
}
.jux-members-list-wrap.style-4 .member-item-inner .avatar {
  width: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  min-width: 155px;
}
.jux-members-list-wrap.style-4 .member-item-inner .item-biography {
  margin-top: 20px;
}
.jux-members-list-wrap.style-5 .member-item-inner:hover .item-wrapper {
  top: calc(100% - 200px);
}
.jux-members-list-wrap.style-5 .member-item-inner {
  flex-direction: column;
  position: relative;
  overflow: hidden;
  color: #ffffffe8;
}
.jux-members-list-wrap.style-5 .member-item-inner a {
  color: #ffffffbd;
}
.jux-members-list-wrap.style-5 .member-item-inner .info-socials .social {
  color: #ffffffbd;
  z-index: 2;
}
.jux-members-list-wrap.style-5 .member-item-inner .info-socials .social:before {
  opacity: 0.1;
  background-color: #ffffff;
}
.jux-members-list-wrap.style-5 .member-item-inner .photo-container {
  width: 100%;
  overflow: hidden;
}
.jux-members-list-wrap.style-5 .member-item-inner .item-inner {
  margin: 0;
}
.jux-members-list-wrap.style-5 .member-item-inner .info-content > *:not(:last-child):nth-child(2) {
  margin-bottom: 20px;
}
.jux-members-list-wrap.style-5 .member-item-inner .item-wrapper {
  bottom: 0;
  background: linear-gradient(0deg, #000000c9, transparent) !important;
  position: absolute;
  top: calc(100% - 80px);
  transition: 0.3s ease all;
  width: 100%;
  padding: 18px 24px 28px;
  will-change: top;
  min-height: 107px;
}
.jux-members-list-wrap.style-5 .member-item-inner .item-wrapper:before {
  content: '';
  position: absolute;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0), #222);
  z-index: 0;
}
.jux-members-list-wrap.style-5 .member-item-inner .avatar {
  width: 100%;
  height: 100%;
  min-height: 400px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jux-members-list-wrap.style-5 .member-item-inner .see-more {
  color: #ffffffbd;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  align-items: center;
  z-index: 1;
  text-transform: uppercase;
  padding-right: 6px;
  cursor: pointer;
  margin-top: 20px;
  opacity: 0.6;
  transition: 0.3s ease opacity;
}
.jux-members-list-wrap.style-5 .member-item-inner .see-more svg {
  fill: #ffffff;
}
.jux-members-list-wrap.style-5 .member-item-inner .see-more a {
  color: #ffffffbd;
}
.jux-members-list-wrap.style-5 .member-item-inner .see-more:hover {
  opacity: 1;
}
.jux-members-list-wrap.style-6 .align-right .item-inner .info-socials {
  flex-direction: row-reverse;
}
.jux-members-list-wrap.style-6 .item-inner .info-socials {
  position: absolute;
  left: 0;
  right: 0;
  top: -110px;
  margin: 0;
  display: flex;
  flex-wrap: wrap-reverse;
}
.jux-members-list-wrap.style-6 .item-inner .info-socials a {
  padding: 0;
}
.jux-members-list-wrap.style-6 .item-inner .info-socials .social {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 4px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  z-index: 3;
  transition: 0.4s;
  background-color: #fff;
}
.jux-members-list-wrap.style-6 .item-inner .info-socials .social:before {
  content: none !important;
}
.jux-members-list-wrap.style-6 .item-inner .info-socials .social:hover {
  color: #fff !important;
  background-color: #ff5009c9;
}
.jux-members-list-wrap.style-6 .item-inner .info-socials .social:first-child {
  font-size: 16px;
  cursor: pointer;
  display: block;
  color: #ff5009c9;
}
.jux-members-list-wrap.style-6 .item-inner .info-socials .social:not(:first-child) {
  opacity: 0;
  transform: scale(0.9);
  will-change: transform;
}
.jux-members-list-wrap.style-6 .item-inner .info-socials .social:nth-last-child(1) {
  transition: all 0.4s 0s, opacity 0.3s 0s, transform 0.4s 0s;
  -webkit-transition: all 0.4s 0s, opacity 0.3s 0s, transform 0.4s 0s;
}
.jux-members-list-wrap.style-6 .item-inner .info-socials .social:nth-last-child(2) {
  transition: all 0.4s 0.08s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
  -webkit-transition: all 0.4s 0.08s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
}
.jux-members-list-wrap.style-6 .item-inner .info-socials .social:nth-last-child(3) {
  transition: all 0.4s 0.16s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
  -webkit-transition: all 0.4s 0.16s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
}
.jux-members-list-wrap.style-6 .item-inner .info-socials .social:nth-last-child(4) {
  transition: all 0.4s 0.24s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
  -webkit-transition: all 0.4s 0.24s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
}
.jux-members-list-wrap.style-6 .item-inner .info-socials .social:nth-last-child(5) {
  transition: all 0.4s 0.32s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
  -webkit-transition: all 0.4s 0.32s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
}
.jux-members-list-wrap.style-6 .item-inner .info-socials .social:nth-last-child(6) {
  transition: all 0.4s 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
  -webkit-transition: all 0.4s 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
}
.jux-members-list-wrap.style-6 .member-item-inner:hover .member-item-inner {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-members-list-wrap.style-6 .member-item-inner:hover .social:first-child {
  color: #fff;
  background-color: #ff5009c9;
}
.jux-members-list-wrap.style-6 .member-item-inner:hover .social:not(:first-child) {
  opacity: 1;
  transform: scale(1);
}
.jux-members-list-wrap.style-6 .member-item-inner:hover .social:nth-child(1) {
  transition: all 0.4s, opacity 0.3s 0s, transform 0.4s 0s;
  -webkit-transition: all 0.4s, opacity 0.3s 0s, transform 0.4s 0s;
}
.jux-members-list-wrap.style-6 .member-item-inner:hover .social:nth-child(2) {
  transition: all 0.4s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
}
.jux-members-list-wrap.style-6 .member-item-inner:hover .social:nth-child(3) {
  transition: all 0.4s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
}
.jux-members-list-wrap.style-6 .member-item-inner:hover .social:nth-child(4) {
  transition: all 0.4s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
}
.jux-members-list-wrap.style-6 .member-item-inner:hover .social:nth-child(5) {
  transition: all 0.4s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
}
.jux-members-list-wrap.style-6 .member-item-inner:hover .social:nth-child(6) {
  transition: all 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
}
.jux-members-list-wrap.style-6 .member-item-inner .item-wrapper {
  background-color: rgba(17, 17, 17, 0.03);
}
.jux-members-list-wrap.style-6 .member-item-inner {
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.jux-members-list-wrap.style-6 .member-item-inner .photo-container {
  width: 100%;
  overflow: hidden;
}
.jux-members-list-wrap.style-6 .member-item-inner .item-inner {
  margin: 0;
  width: 100%;
}
.jux-members-list-wrap.style-6 .member-item-inner .item-wrapper {
  width: 100%;
  padding: 37px 34px 34px 34px;
}
.jux-members-list-wrap.style-6 .member-item-inner .avatar {
  width: 100%;
  min-height: 300px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jux-members-list-wrap.style-7 .align-right .item-inner .info-socials {
  flex-direction: row-reverse;
}
.jux-members-list-wrap.style-7 .item-inner .info-socials {
  position: absolute;
  right: 0;
  bottom: calc(100% - 47px);
  display: flex;
  flex-direction: column-reverse;
}
.jux-members-list-wrap.style-7 .item-inner .info-socials a {
  padding: 0;
}
.jux-members-list-wrap.style-7 .item-inner .info-socials .social {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 4px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #ff5009c9;
}
.jux-members-list-wrap.style-7 .item-inner .info-socials .social:before {
  content: none !important;
}
.jux-members-list-wrap.style-7 .item-inner .info-socials .social:hover {
  color: #fff !important;
  background-color: #ff5009c9;
  opacity: 1 !important;
}
.jux-members-list-wrap.style-7 .item-inner .info-socials .social:first-child {
  font-size: 16px;
  cursor: pointer;
  display: block;
  color: #fff;
  background-color: #ff5009c9;
}
.jux-members-list-wrap.style-7 .item-inner .info-socials .social:not(:first-child) {
  opacity: 0;
  margin: 5px;
  transform: scale(0.7);
  will-change: transform;
}
.jux-members-list-wrap.style-7 .item-inner .info-socials .social:nth-last-child(1) {
  transition: all 0.4s 0s, opacity 0.3s 0s, transform 0.4s 0s;
  -webkit-transition: all 0.4s 0s, opacity 0.3s 0s, transform 0.4s 0s;
}
.jux-members-list-wrap.style-7 .item-inner .info-socials .social:nth-last-child(2) {
  transition: all 0.4s 0.08s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
  -webkit-transition: all 0.4s 0.08s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
}
.jux-members-list-wrap.style-7 .item-inner .info-socials .social:nth-last-child(3) {
  transition: all 0.4s 0.16s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
  -webkit-transition: all 0.4s 0.16s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
}
.jux-members-list-wrap.style-7 .item-inner .info-socials .social:nth-last-child(4) {
  transition: all 0.4s 0.24s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
  -webkit-transition: all 0.4s 0.24s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
}
.jux-members-list-wrap.style-7 .item-inner .info-socials .social:nth-last-child(5) {
  transition: all 0.4s 0.32s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
  -webkit-transition: all 0.4s 0.32s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
}
.jux-members-list-wrap.style-7 .item-inner .info-socials .social:nth-last-child(6) {
  transition: all 0.4s 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
  -webkit-transition: all 0.4s 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
}
.jux-members-list-wrap.style-7 .member-item-inner:hover .item-wrapper {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-members-list-wrap.style-7 .member-item-inner:hover .social:first-child {
  color: #fff;
  background-color: #ff5009c9;
}
.jux-members-list-wrap.style-7 .member-item-inner:hover .social:not(:first-child) {
  opacity: 0.7;
  transform: scale(1);
}
.jux-members-list-wrap.style-7 .member-item-inner:hover .social:nth-child(1) {
  transition: all 0.4s, opacity 0.3s 0s, transform 0.4s 0s;
  -webkit-transition: all 0.4s, opacity 0.3s 0s, transform 0.4s 0s;
}
.jux-members-list-wrap.style-7 .member-item-inner:hover .social:nth-child(2) {
  transition: all 0.4s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.08s, transform 0.4s 0.08s;
}
.jux-members-list-wrap.style-7 .member-item-inner:hover .social:nth-child(3) {
  transition: all 0.4s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.16s, transform 0.4s 0.16s;
}
.jux-members-list-wrap.style-7 .member-item-inner:hover .social:nth-child(4) {
  transition: all 0.4s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.24s, transform 0.4s 0.24s;
}
.jux-members-list-wrap.style-7 .member-item-inner:hover .social:nth-child(5) {
  transition: all 0.4s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.32s, transform 0.4s 0.32s;
}
.jux-members-list-wrap.style-7 .member-item-inner:hover .social:nth-child(6) {
  transition: all 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
  -webkit-transition: all 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s;
}
.jux-members-list-wrap.style-7 .member-item-inner .item-wrapper {
  background-color: rgba(17, 17, 17, 0.03);
}
.jux-members-list-wrap.style-7 .member-item-inner {
  flex-direction: column;
}
.jux-members-list-wrap.style-7 .member-item-inner .photo-container {
  width: 100%;
  overflow: hidden;
}
.jux-members-list-wrap.style-7 .member-item-inner .item-inner {
  margin: 0;
  width: 100%;
}
.jux-members-list-wrap.style-7 .member-item-inner .item-wrapper {
  width: auto;
  margin-left: 25px;
  margin-right: 25px;
  padding: 30px 30px;
  box-shadow: 0px 4px 10px #e8e8e8;
  margin-top: -60px;
  background: #fff;
  border-radius: 10px;
}
.jux-members-list-wrap.style-7 .member-item-inner .avatar {
  width: 100%;
  min-height: 300px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jux-members-list-wrap.style-8 .avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
.jux-members-list-wrap.style-8.members_list-grid .member-item-inner {
  border-bottom: 1px solid #ececec;
}
.jux-members-list-wrap.style-8 .member-item-inner {
  padding-top: 10px;
}
@media (max-width: 600px) {
  .jux-members-list-wrap.style-8 .member-item-inner {
    flex-direction: column;
  }
}
.jux-members-list-wrap.style-8 .member-item-inner .item-inner {
  margin: 0;
}
.jux-members-list-wrap.style-8 .member-item-inner .item-wrapper {
  width: 100%;
  padding: 0 25px 30px 30px;
}
.jux-members-list-wrap.style-8 .member-item-inner .avatar {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jux-members-list-wrap.style-8 .member-item-inner .item-biography {
  margin-top: 20px;
}
