/*==================================
members - profile
==================================*/
.page-main-profile {
padding-bottom: 50px;
}
.members-profile-name {
  color: #083a62;
  font-size: 26px;
  margin-left: -7px;
}
.reset-members {
  all: revert;
}
.members-img-profile {
  padding-top: 10px;
}
.uultra-none {
  width: 150px !important;
  height: 150px !important;
  border-radius: 50%;
  border: 5px #f6f6f6 solid;
}


.img-prof-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 1024px) {
  .img-prof-flex {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.prof-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  list-style: none;
  margin: 0px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .prof-flex {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .prof-flex {
  flex-direction: column;
  padding-left: 0px;
  }
}
.text-prof {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  list-style: none;
  margin: 0px;
  padding-top: 50px;
  padding-left: 0px;
}
.prof-flex-img-ico-txt {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 15px;
  min-width: 550px;
}
@media (max-width: 600px) {
  .prof-flex-img-ico-txt {
    padding-left: 0px;
    min-width: 0px;
  }
}
.ssf-flex {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 50px;
  color: #9c9c9c;
}
@media (max-width: 992px) {
  .ssf-flex {
    padding-left: 0px;
  }
}
.jwn {
  color: #9c9c9c;
}
.jwn a {
  color: #9c9c9c !important;
}
.text-prof-li {
  line-height: 1.8;
  background-color: #f6f6f6;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 10px;
  color: #083a62;
  font-weight: bold;
  font-size: 16px;
}
.text-prof-desc-li {
  padding-left: 15px;
}
.text-prof-desc-li ul {
  padding-top: 15px;
  padding-bottom: 15px;
}
.profile-txt {
  position: relative;
  top: -140px;
}
.profile-university {
  color: #5b5b5b;
}
.name-ico-members {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0px;
}

.ico-members {
  background-color: #f6f6f6;
  border-bottom: 3px solid #083a62;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ico-members-li {
  padding-right: 5px;
  padding-left: 5px;
}
.ico-members-li a {
  text-decoration:none;
}
.ico-members:hover .icons-animate{
  position: relative;
  animation: icons-animate 1.5s infinite;
}

@keyframes icons-animate {
  0%{bottom: 0px;
    opacity: 1;
  }
  18% {
    bottom: 10px;
    opacity: 0;
  }
  50% {
    top: 10px;
    opacity: 0;
  }
  100%{
    top: 0px;
    opacity: 1;
  }
}


.usersultra-front-directory-wrap ul.usersultra-front-results li p.uu-direct-name{
  color: #083a62;
  font-size: 20px;
  font-weight: normal;
  text-align:center !important;
}

.usersultra-front-directory-wrap ul.usersultra-front-results li p.uu-direct-inst {
  font-size: 14px;
}
.uu-direct-inst a{
  color: #9c9c9c !important;
}
.uu-direct-inst {
  color: #9c9c9c !important;
}
