.employee-full {
  margin-bottom: 7rem;
}
.employee-full__hero {
  padding-block: 2rem 4rem;
}
@media (min-width: 992px) {
  .employee-full__hero {
    padding-block: 3rem 6.25rem;
  }
}
.employee-full__portrait {
  margin: 0;
}
.employee-full__portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  background: #F1F1F1;
}
.employee-full__portrait .field--name-field-image-caption {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .employee-full__portrait .field--name-field-image-caption {
    font-size: 0.875rem;
  }
}
.employee-full__portrait .field--name-field-image-caption {
  margin-top: 0.75rem;
  color: #767676;
}
.employee-full__portrait-placeholder {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 1rem;
  background: linear-gradient(145deg, #F1F1F1 0%, #DFE3E6 100%);
}
@media (min-width: 768px) {
  .employee-full__introduction {
    padding-top: 2rem;
  }
}
.employee-full__title {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .employee-full__title {
    font-size: 3rem;
  }
}
.employee-full__title {
  margin: 0;
}
@media (min-width: 768px) {
  .employee-full__title {
    font-size: 2.5rem;
  }
}
.employee-full__job-title {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .employee-full__job-title {
    font-size: 1rem;
  }
}
.employee-full__job-title {
  margin-top: 0.5rem;
  color: #006875;
}
.employee-full__contact {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
}
.employee-full__contact-row {
  display: grid;
  grid-template-columns: 8.25rem minmax(0, 1fr);
  gap: 1rem;
  align-items: baseline;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .employee-full__contact-row {
    font-size: 1rem;
  }
}
.employee-full__contact-row a {
  color: #1F1F1F;
  overflow-wrap: anywhere;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s, color 0.3s;
  padding-bottom: 2px;
}
.employee-full__contact-row a:hover, .employee-full__contact-row a:focus {
  background-size: 100% 1px;
  text-decoration: none;
  transition: background-size 0.3s, color 0.3s;
  color: #006875;
}
.employee-full__contact-row a {
  background-size: 100% 1px;
}
.employee-full__contact-row a:hover, .employee-full__contact-row a:focus {
  background-size: 0 1px;
}
.employee-full__contact-label {
  color: #1F1F1F;
  font-weight: 700;
}
.employee-full__contact-row--social {
  align-items: start;
}
.employee-full__contact-row--social .social-media-links--platforms {
  margin: 0;
}
.employee-full__contact-row--social .social-media-links--platforms li {
  margin: 0 0 0.5rem;
}
.employee-full__contact-row--social .social-media-links--platforms li:last-child {
  margin-bottom: 0;
}
.employee-full__contact-row--social .social-media-links--platforms a {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .employee-full__contact-row--social .social-media-links--platforms a {
    font-size: 1rem;
  }
}
.employee-full__contact-row--social .social-media-link-icon--facebook,
.employee-full__contact-row--social .social-media-link-icon--instagram,
.employee-full__contact-row--social .social-media-link-icon--linkedin,
.employee-full__contact-row--social .social-media-link-icon--twitter {
  display: none;
}
.employee-full__details {
  padding-bottom: 2rem;
}
.employee-full__section {
  padding-top: 1.5rem;
}
.employee-full__section h2 {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .employee-full__section h2 {
    font-size: 1.875rem;
  }
}
.employee-full__section h2 {
  margin: 0 0 1rem;
}
.employee-full__section > div {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .employee-full__section > div {
    font-size: 1.125rem;
  }
}

/*# sourceMappingURL=employee-full.css.map*/