.people-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.people-title {
  width: 100%;
  height: 75px;
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.people-place-holder {
  flex: 0 0 auto;
  width: 5%;
  height: 75px;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: column;
}
.people-icon {
  flex: 0 0 auto;
  width: 10%;
  height: 75px;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.people-mc-gill-icon {
  flex: 0;
  width: 43px;
  height: 52px;
  align-self: center;
}
.people-title1 {
  flex: 0 0 auto;
  width: 85%;
  height: 75px;
  display: flex;
  align-self: center;
  align-items: flex-start;
  padding-left: 1%;
  flex-direction: column;
  justify-content: center;
}
.people-big-title {
  flex: 0 0 auto;
  width: 85%;
  height: 37.5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.people-text {
  align-self: flex-start;
}
.people-smaller-title {
  flex: 0 0 auto;
  width: 85%;
  height: 37.5%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.people-heading {
  width: auto;
  height: auto;
  align-self: center;
}
.people-navbar-interactive {
  width: 100%;
  height: 9px;
  display: flex;
  align-self: center;
  align-items: center;
  padding-top: 19px;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: 19px;
  justify-content: flex-start;
  background-color: var(--dl-color-gray-black);
}
.people-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.people-links {
  flex: 1;
  display: flex;
  align-self: stretch;
  align-items: center;
  padding-right: var(--dl-space-space-halfunit);
  flex-direction: row;
  justify-content: flex-start;
}
.people-homelink {
  color: var(--dl-color-gray-white);
  padding-left: var(--dl-space-space-sixunits);
  text-decoration: none;
}
.people-peoplelink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.people-researchlink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.people-publicationslink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.people-facilitieslink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.people-aluminilink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.people-openingslink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.people-burger-menu {
  flex: 1;
  display: none;
}
.people-thq-dropdown {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.people-dropdown-toggle {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-radius2);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
}
.people-menu {
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  margin-right: 4px;
  vertical-align: middle;
}
.people-text03 {
  text-align: center;
  margin-right: 4px;
  vertical-align: middle;
}
.people-dropdown-arrow {
  transition: 0.3s;
}
.people-icon1 {
  width: 24px;
  height: 24px;
}
.people-dropdown-list {
  left: 0%;
  width: max-content;
  display: none;
  z-index: 100;
  position: absolute;
  min-width: 100%;
  transition: 0.3s;
  align-items: stretch;
  border-color: #D9D9D9;
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
  list-style-type: none;
  background-color: var(--dl-color-gray-white);
  list-style-position: inside;
}
.people-home {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.people-dropdown-toggle1 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-radius4);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
}
.people-dropdown-toggle1:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.people-navlink {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.people-text05 {
  width: 100%;
  cursor: pointer;
  display: flex;
}
.people-people {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.people-dropdown-toggle2 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-radius4);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
}
.people-dropdown-toggle2:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.people-navlink1 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.people-research {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.people-dropdown-toggle3 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-radius4);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
}
.people-dropdown-toggle3:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.people-navlink2 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.people-publication {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.people-dropdown-toggle4 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-radius4);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
}
.people-dropdown-toggle4:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.people-navlink3 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.people-facility {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.people-dropdown-toggle5 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-radius4);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
}
.people-dropdown-toggle5:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.people-navlink4 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.people-alumni {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.people-dropdown-toggle6 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-radius4);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
}
.people-dropdown-toggle6:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.people-navlink5 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.people-openings {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.people-dropdown-toggle7 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-radius4);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
}
.people-dropdown-toggle7:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.people-navlink6 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.people-text07 {
  width: 100%;
  cursor: pointer;
  display: flex;
}
.people-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.people-lab-director {
  gap: 3%;
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: center;
}
.people-mydlarski {
  width: 20%;
  margin-top: 3%;
  margin-bottom: 3%;
}
.people-mydlarski-summary {
  width: 60%;
  margin-top: 3%;
  text-align: justify;
  margin-bottom: 3%;
}
.people-personnel {
  width: 85%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  flex-direction: column;
  justify-content: flex-start;
}
.people-postdoc-list {
  margin-top: 1%;
  padding-left: 5%;
  margin-bottom: 1%;
}
.people-alais-hewes {
  font-style: normal;
  font-weight: 600;
}
.people-ph-d-list {
  margin-top: 1%;
  padding-left: 5%;
  margin-bottom: 1%;
}
.people-li1 {
  height: var(--dl-size-size-small);
}
.people-michael-hinton {
  font-style: normal;
  font-weight: 600;
}
.people-james-medvescek {
  font-style: normal;
  font-weight: 600;
}
.people-masters-list {
  margin-top: 1%;
  padding-left: 5%;
  margin-bottom: 1%;
}
.people-li3 {
  height: var(--dl-size-size-small);
}
.people-christian-ivanov {
  font-style: normal;
  font-weight: 600;
}
.people-li4 {
  height: var(--dl-size-size-small);
}
.people-giovanna-schembre {
  font-style: normal;
  font-weight: 600;
}
.people-li5 {
  height: var(--dl-size-size-small);
}
.people-peter-li {
  font-style: normal;
  font-weight: 600;
}
.people-footer {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-self: center;
  align-items: flex-end;
  justify-content: flex-start;
  background-color: #D9D9D9;
}
.people-text21 {
  width: 100%;
  align-self: center;
  text-align: center;
}
@media(max-width: 1200px) {
  .people-mc-gill-icon {
    top: 43px;
    right: -187px;
  }
  .people-mydlarski {
    width: 30%;
  }
  .people-mydlarski-summary {
    width: 50%;
  }
  .people-personnel {
    width: 85%;
  }
  .people-ph-d {
    margin-top: 1%;
  }
  .people-li1 {
    height: auto;
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .people-li2 {
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .people-masters {
    margin-top: 1%;
  }
  .people-li3 {
    height: auto;
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .people-li4 {
    height: auto;
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .people-li5 {
    height: auto;
    margin-top: 1%;
    margin-bottom: 1%;
  }
}
@media(max-width: 991px) {
  .people-mc-gill-icon {
    top: 43px;
    right: -187px;
  }
  .people-mydlarski {
    width: 40%;
  }
  .people-mydlarski-summary {
    width: 50%;
  }
  .people-personnel {
    width: 90%;
  }
}
@media(max-width: 767px) {
  .people-mc-gill-icon {
    top: 40px;
    right: -91px;
  }
  .people-text {
    top: 10px;
    left: 112px;
  }
  .people-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .people-desktop-menu {
    flex: 0;
    width: auto;
    display: none;
  }
  .people-links {
    width: 100%;
  }
  .people-burger-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .people-dropdown-toggle {
    flex-direction: row;
  }
  .people-menu {
    color: var(--dl-color-gray-white);
    font-size: 14px;
  }
  .people-dropdown-list {
    display: none;
  }
  .people-navlink {
    font-size: 14px;
  }
  .people-navlink1 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
  }
  .people-navlink2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
  }
  .people-navlink3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  .people-navlink4 {
    font-size: 14px;
  }
  .people-navlink5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  .people-navlink6 {
    font-size: 14px;
  }
  .people-lab-director {
    flex-direction: column;
  }
  .people-mydlarski {
    width: 50%;
  }
  .people-mydlarski-summary {
    width: 80%;
  }
  .people-personnel {
    width: 80%;
  }
}
@media(max-width: 479px) {
  .people-title {
    height: 75px;
  }
  .people-mc-gill-icon {
    top: 42px;
    left: 30px;
  }
  .people-text {
    top: 10px;
    left: 89px;
  }
  .people-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .people-dropdown-list {
    top: 0;
    left: 100%;
  }
  .people-mobile-menu {
    padding: 16px;
  }
  .people-mydlarski-summary {
    text-align: center;
  }
  .people-personnel {
    width: 80%;
  }
}
