.hhs-img-grid-row {display: flow-root;}

.grid-wrappeable{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.team-member-con-rebrandVidrio-allteam{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100% !important;
  padding: 0px 0px 45px 0px;
}

.team-name{
  font-family: 'Lato', sans-serif;
  margin: 14px 0px 4px 0px;
  font-family: Lato;
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: -0.6px;
  text-align: center;
  color: #1944c3;
}

.team-name-popup{
  font-family: 'Lato', sans-serif;
  margin: 31px 0px 24px 0px;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: -0.8px;
  text-align: center;
  color: #1944c3;
}

.team-role{
  font-family: 'Lato', sans-serif;
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: -0.5px;
  text-align: center;
  color: #444444;
}

.team-role-popup{
  font-family: 'Lato', sans-serif;
  margin: 0px 0px 22px 0px;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.84;
  letter-spacing: -0.64px;
  text-align: center;
  color: #444444;
}

.team-description{
  margin-bottom: 5px;
  width: 70%;
}

.team-description p, .team-description span{
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: -0.54px;
  text-align: center;
  color: #444444;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
}

.team-description p:after, .team-description span:after{
  content: '...';
  text-align: right;
  bottom: 0;
  right: 0;
  width: 25%;
  display: block;
  position: absolute;
  height: calc(1em * 1.2);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}

@supports(-webkit-line-clamp: 1) {
  .team-description p:after, .team-description span:after{
    display: none !important;
  }
}
.line-clamp{
  -webkit-line-clamp: 3;
  height: calc(1em * 1.2 * 3);
}

.member-linkBio{
  font-family: 'Lato', sans-serif;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: -0.5px;
  text-align: center;
  color: #091947;
  margin-bottom: 12px;
}

.bio-team-rebrand{
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: -0.6px;
  text-align: left;
  color: #444444;
  margin: 50px 90px 50px 0px;
}

.img-team-memberSD2{
  border-radius: 50%; 
  background-size: cover;
  width: 150px;
}

.img-ico-top-team-rebrand,
.img-ico-top-team-popup{
  border-radius: 50%; 
  background-size: cover;
}

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.front {
	z-index: 2;
}

.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background: #f8f8f8;
}

.team-lightbox{
  display: none;
}
.dnone {
  display: none;
}

.team-lightbox{
    position: fixed;
    background-color: rgba(0,0,0,.8);
    z-index: 999999999999;
    overflow-x: hidden;
    left: 0;
    max-height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
}
.closerow{
  position: absolute;
  top: 10px;
  right: 10px;
}
.lightbox-inner{
  position: relative;
  overflow-x: scroll;
    background-color: #fff;
    padding: 10px;
    width: fit-content;
    max-width: 80%;
    margin: 10% auto !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row;
}
.content-wrap{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 15px;
}

.team-member-info-two{
  display: flex;
  flex-direction: row;
}

.team-member-info-two > .photo-info{
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.team-member-info-two > .info-person{
  display: flex;
  flex-direction: column;
  width: 70%;
  padding-left: 50px;
  padding-right: 45px;
  padding-top: 50px;
}
.team-member-info-two > .info-person > .hhs-team-social-con{
  text-align: left;
}
.team-member-info-two>.info-person p, team-member-info-two>.info-person span {
  font-size: 22px;
}

a.closeicon{
  font-size: 32px;
  font-weight: bold;
}
.teammemberlink{
  display: block;
  position:relative;
}

@media (max-width: 1490px) {
  .bio-team-rebrand{
    font-size: 26px;
  }
  .team-member-info-two>.info-person p, team-member-info-two>.info-person span {
    font-size: 21px;
  }
}
@media (max-width: 1135px) {
  .team-name{
    font-size: 24px;
  }
  .team-role{
    font-size: 21px;
  }
    .team-member-info-two>.info-person p, team-member-info-two>.info-person span {
    font-size: 20px;
  }
  .team-description p, .team-description *{
    font-size: 18px;
  }
  .member-linkBio{
    font-size: 18px;
  }  
  .team-member-info-two {
    flex-direction: column;
  }
  .team-member-info-two>.photo-info {
    width: 80%;
    margin: 0 auto;
  }
  .team-member-info-two>.info-person {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .team-member-info-two>.info-person p, team-member-info-two>.info-person span {
    font-size: 20px;
  }
  .img-team-memberSD2{
    width: 175px;
  }
  
  .bio-team-rebrand{
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  
  .team-name-popup {
    font-size: 28px;
  }
  .team-role-popup{
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .team-role-popup{
    font-size: 23px;
  }
    .team-member-info-two>.info-person p, team-member-info-two>.info-person span {
    font-size: 18px;
  }
  .team-name-popup {
    font-size: 26px;
  }
  .team-name{
    font-size: 22px;
  }
  .team-role{
    font-size: 20px;
  }
  .team-description p, .team-description *{
    font-size: 17px;
  }
  .member-linkBio{
    font-size: 17px;
  }
  .img-team-memberSD2{
    width: 200px;
  }
}

@media (max-width: 750px) {
  .team-role-popup{
    font-size: 22px;
  }
    .team-member-info-two>.info-person p, team-member-info-two>.info-person span {
    font-size: 16px;
  }
  .team-name-popup {
    font-size: 24px;
  }
  .team-name{
    font-size: 20px;
  }
  .team-role{
    font-size: 19px;
  }
  .team-description p, .team-description *{
    font-size: 19px;
    width: 80%;
  }
  .member-linkBio{
    font-size: 17px;
  }
  .img-team-memberSD2{
    width: 230px;
  }
  .bio-team-rebrand{
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .team-role-popup{
    font-size: 20px;
  }
    .team-member-info-two>.info-person p, team-member-info-two>.info-person span {
    font-size: 15px;
  }
  .team-name-popup {
    font-size: 22px;
  }
}
