.set .row{
    margin: 40px 30px;
}

/*.set > .row{*/
/*    display:flex;*/
/*}*/

.set > .row .alias {
    display:flex;
    background-color: #eef3f6;
    margin-bottom: 24px;
}

.opengroup{
    height:auto !important;
}

.bio{
    /*background-color:#eef3f6; */
    /*margin-bottom:40px; */
    padding: 30px 50px 0 30px;
}

.arrow-up {
  margin-top:30px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #eef3f6;
  position: absolute;
  bottom: -40px;
}

#team .profile .close-icon {
    float: right;
    font-size: 36px;
    font-size: 2.25rem;
    position: relative;
    top: -20px;
    left: 30px;
    cursor: pointer;
}

#cross {
  background: red;
  height: 100px;
  position: relative;
  width: 20px;
}
#cross:after {
  background: red;
  content: "";
  height: 20px;
  left: -40px;
  position: absolute;
  top: 40px;
  width: 100px;
}

/*.moreinfo:hover {*/
/*  cursor: pointer;*/
/*}*/
.moreinfo img {
  max-width:200px;
  max-height:200px;
  overflow:hidden;
  margin-top: 36px;
}

.set .bio p {
   color: #142C4E;
   margin-bottom: 15px;
}
.set .bio ul li {
   color: #142C4E;
   font-size: .8125rem;
   line-height: 1.69231;
}
.set .alias .name {
    color: #00aae0;
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
}

.set .bio .advisername {
    text-align: left;
    font-family: 'Roboto Slab', serif;
    display: block;
    font-size: 3rem;
    line-height: 1.875;
    margin: 0;
    color: #142C4E;
    font-weight: 400;
    vertical-align: bottom;
}
.set .bio .advisertitle {
    font-family: 'Roboto Slab', serif;
    color: #CE9E5B;
    font-size: 2rem;
    line-height: 1.5625;
    font-weight: 400;
    margin-top: 0;
    display: block;
    text-shadow: none;
}
.set .bio ul li:before {
    font-size: 1.3125rem;
    content: "\2022";
    position: relative;
    top: 3px;
    left: -10px;
    font-weight: bold;
    color: #CE9E5B;
    line-height: 1;
}

@media(max-width:768px){
  .set .bio .advisername {
    font-size: 1.5rem;
  }
  .set .bio .advisertitle {
    font-size: 1rem;
  }
  .set .bio p {
    font-size: 12px;
  }
  .set .bio ul li {
    font-size: 12px;
  }
  .set .alias .name{
    font-size: 11px;
  }
  .set .alias .title{
    font-size: 11px;
  }
}

@media(max-width:479px){
  .set .row{
    margin: 40px 5px 40px 10px !important;
  }
  .bio {
    padding: 30px 30px 40px 30px;
  }
}
