.isearch-circle-list {
  /* margin-top:128px; */
}
.x {
  position: absolute;
  background: transparent;
  top: 0px;
  right: 5px;
  float: right !important;
  height: 24px;
}

.pictureOriginal {
  width: 120px;
  height: 120px;
  border-radius: 500px;
  margin-top: 1rem;
}
.loader {
  text-align: center;
  margin-top: 100px;
}
.titleOriginal {
  font-weight: bold;
}

/* Modern displayType */
.modernProfile {
  width: 225px;
  height: 225px;
  margin: 25px auto;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  background-color: whitesmoke;
}

.modernProfile img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 240px;
}

.ch-img-1 {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  max-width: 180px;
  background-size: cover;
}

.modernCol {
  padding: 34px;
}

.ch-item {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: default;
}

.ch-info-wrap {
  /* position: absolute; */
  width: 180px;
  height: 180px;
  border-radius: 50%;
  perspective: 800px;
  transition: all 0.4s ease-in-out;
  top: 20px;
  left: 20px;
  box-shadow: 0 0 0 20px rgba(241, 241, 241, 0.8),
    inset 0 0 3px rgba(241, 241, 241, 0.8);
}

.ch-info {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  transform-style: preserve-3d;
}

.ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.ch-info .ch-info-back {
  transform: rotate3d(0, 1, 0, 180deg);
  background: #000;
}

.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 0 30px;
  padding: 40px 20px 0 0;
  height: 90px;
  font-family: "Open Sans", Arial, sans-serif;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: "Open Sans", Arial, sans-serif;
}

.ch-info p a:hover {
  color: rgba(255, 242, 34, 0.8);
}

.ch-item:hover .ch-info-wrap {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),
    inset 0 0 3px rgba(115, 114, 23, 0.8);
}

.ch-item:hover .ch-info {
  transform: rotate3d(0, 1, 0, -180deg);
}

[data-toggle="modal"] {
  cursor: pointer;
}


.pictureOriginal {
  width: 120px;
  height: 120px;
  border-radius: 500px;
  margin-top: 1rem;
}
.loader {
  text-align: center;
  margin-top: 100px;
}

.titleOriginal {
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.masthead {
  margin-top: 128px;
  padding-top: 75px;
  padding-bottom: 54px;
  background: #fafafa;
}

.masthead h1 {
  margin-bottom: 10px;
}

.profile {
  margin-bottom: 96px;
}

img.profileViewThumbnail {
  width: 235px;
  height: 235px;
  margin-top: 17px;
}

.titleOrgArea {
  margin-bottom: 16px;
}

.contactArea {
  margin-bottom: 11px;
}

.contactArea > div {
  float: left;
  margin-right: 30px;
}

.contactArea > div:last-of-type {
  margin-right: 0;
}

.contactArea:after {
  display: block;
  content: "";
  clear: both;
}

.socialArea > a,
.socialArea > a:hover,
.socialArea > a:visited {
  margin-right: 22px;
  font-size: 28px;
  color: var(--gray-7);
}

.breadcrumbs {
  padding-top: 33px;
}

.breadcrumbs .breadcrumb {
  padding-left: 0;
}

.breadcrumbs .breadcrumb a {
  text-decoration: none;
  color: var(--maroon);
}

ul.nav-tabs a.nav-link {
  font-size: 22px;
  cursor: pointer;
}

ul.nav-tabs a.nav-link:hover {
  opacity: 1;
}

.tabContentArea {
  padding-top: 30px;
}

.nav-tabs .nav-link.active {
  border-bottom: solid 8px !important;
}

.expertise {
  border: 1px solid gainsboro;
  padding: 15px 30px 20px;
  margin-top: 96px;
}

.expertise h4 {
  margin-bottom: 20px;
}

.expertise a {
  display: inline-block;
  margin-bottom: 10px;
}

.expertise a:hover {
  text-decoration: underline;
}

.profile-type-standard .pictureOriginal {
  width: 180px;
  height: 180px;
  border-radius: 500px;
  margin-top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-name a {
  color: #000;
  text-decoration: none;
}
.profile-name {
  margin-top: 24px;
}
.profile-row {
  border-bottom: 2px #e0e0e0 solid;
  padding-bottom: 32px;
  padding-top: 32px;
}
.profile-bio-column {
  max-width: 700px;
}
.profile-contact-row {
  display: flex;
}
.profile-contact-row > div {
  margin-right: 32px;
}

.profile-row {
  display: flex;
}
.profile-photo-column {
  padding: 24px 24px 24px 0;
}

.loader {
  text-align: center;
  margin-top: 100px;
}

.titleOriginal {
  font-weight: bold;
}

.two-col .isearch-default-list .profile.profile-type-standard {
  width: 50%;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.three-col .isearch-default-list .profile.profile-type-standard {
  width: 33%;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.four-col .isearch-default-list .profile.profile-type-standard {
  width: 25%;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.two-col .isearch-default-list .profile.profile-type-standard .profile-row,
.three-col .isearch-default-list .profile.profile-type-standard .profile-row,
.four-col .isearch-default-list .profile.profile-type-standard .profile-row {
  display: -ms-grid;
  display: grid;
  border-bottom: 0;
}

.two-col
  .isearch-default-list
  .profile.profile-type-standard
  .profile-row
  .profile-photo-column,
.three-col
  .isearch-default-list
  .profile.profile-type-standard
  .profile-row
  .profile-photo-column,
.four-col
  .isearch-default-list
  .profile.profile-type-standard
  .profile-row
  .profile-photo-column {
  padding: 24px 24px 5px 0;
}

.two-col
  .isearch-default-list
  .profile.profile-type-standard
  .profile-row
  .profile-bio-column,
.three-col
  .isearch-default-list
  .profile.profile-type-standard
  .profile-row
  .profile-bio-column,
.four-col
  .isearch-default-list
  .profile.profile-type-standard
  .profile-row
  .profile-bio-column {
  width: 80%;
}

@media (max-width: 992px) {
  .two-col .isearch-default-list .profile.profile-type-standard,
  .three-col .isearch-default-list .profile.profile-type-standard,
  .four-col .isearch-default-list .profile.profile-type-standard {
    width: 100%;
    display: inline-block;
  }
}

