.people-detail {
  position: relative;
  background: #F6F6F6;
}
.people-detail .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media print, screen and (min-width: 64em) {
  .people-detail .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}

/* LEFT SECTION */
.profile-content {
  background: #F6F6F6;
  padding: 24px clamp(1.25rem, 4.207vw + 0.264rem, 5.313rem) 22px clamp(1.25rem, 3.883vw + 0.34rem, 5rem);
}
@media print, screen and (min-width: 64em) {
  .profile-content {
    width: 48.5%;
  }
}
.profile-content .breadcrumbWrapBottom {
  padding-bottom: 0;
}
.profile-content .breadcrumbWrapBottom .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-content .breadcrumbWrapBottom .breadcrumbs .breadcrumb-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0F0F0F;
  margin-right: 0;
  padding-right: 6px;
}
.profile-content .breadcrumbWrapBottom .breadcrumbs .breadcrumb-item::after {
  background: none !important;
  background-image: none !important;
}
.profile-content .breadcrumbWrapBottom .breadcrumbs .breadcrumb-item:not(:last-child)::after {
  content: "|";
  margin-left: 3px;
  top: 0px;
  color: #686869;
}
.profile-content .breadcrumbWrapBottom .breadcrumbs .breadcrumb-item a {
  color: #686869;
  text-decoration: none;
}
.profile-content .breadcrumbWrapBottom .breadcrumbs .breadcrumb-item a:hover {
  text-decoration: underline;
}
.profile-content h1 {
  margin-top: 19px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  color: #000000;
}
@media print, screen and (max-width: 47.99875em) {
  .profile-content h1 {
    margin-top: 0;
  }
}
.profile-content .designation {
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  color: #000000;
}
.profile-content .location {
  font-size: 16px;
  margin-top: 5px;
  color: #000000;
}
.profile-content .hyperlink {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0F0F0F;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #222;
}
.profile-content .info-block {
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #222;
}
.profile-content .info-block:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.profile-content .info-block .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile-content .info-block .contact .contact-img {
  padding-top: 13px;
}
.profile-content .info-block .contact .contact-img a:hover {
  text-decoration: none;
}
.profile-content .info-block .contact .contact-img .image {
  padding-right: 25px;
}
.profile-content .info-block h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000000;
}
.profile-content .info-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #282828;
  margin-bottom: 10px;
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .profile-content .info-block p {
    margin-bottom: 0;
    margin-top: 1px;
  }
}
.profile-content .info-block p a {
  text-decoration: none;
  padding-left: 8px;
}
.profile-content .info-block p.inline-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 0;
}
.profile-content .info-block p.inline-items span {
  white-space: nowrap;
}
.profile-content .info-block .para-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.25rem, 3.107vw + 0.522rem, 4.25rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8px;
}
@media print, screen and (min-width: 48em) {
  .profile-content .info-block .para-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.profile-content .info-block .para-flex p {
  margin-top: 0;
  margin-bottom: 0;
}
.profile-content .info-block .para-flex p a {
  padding-left: 12px;
}

@media print, screen and (min-width: 48em) {
  .profile-image {
    text-align: center;
  }
}
/*# sourceMappingURL=detailprofile.css.map */
