.alumni-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.alumni-title {
  width: 100%;
  height: 75px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.alumni-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;
}
.alumni-icon {
  flex: 0 0 auto;
  width: 10%;
  height: 75px;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.alumni-mc-gill-icon {
  flex: 0;
  width: 43px;
  height: 52px;
  align-self: center;
}
.alumni-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;
}
.alumni-big-title {
  flex: 0 0 auto;
  width: 85%;
  height: 37.5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.alumni-text {
  align-self: flex-start;
}
.alumni-smaller-title {
  flex: 0 0 auto;
  width: 85%;
  height: 37.5%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.alumni-heading {
  width: auto;
  height: auto;
  align-self: center;
}
.alumni-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);
}
.alumni-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.alumni-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;
}
.alumni-homelink {
  color: var(--dl-color-gray-white);
  padding-left: var(--dl-space-space-sixunits);
  text-decoration: none;
}
.alumni-peoplelink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.alumni-researchlink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.alumni-publicationslink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.alumni-facilitieslink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.alumni-aluminilink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.alumni-openingslink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.alumni-burger-menu {
  flex: 1;
  display: none;
}
.alumni-thq-dropdown {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.alumni-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);
}
.alumni-menu {
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  margin-right: 4px;
  vertical-align: middle;
}
.alumni-text03 {
  text-align: center;
  margin-right: 4px;
  vertical-align: middle;
}
.alumni-dropdown-arrow {
  transition: 0.3s;
}
.alumni-icon1 {
  width: 24px;
  height: 24px;
}
.alumni-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;
}
.alumni-home {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.alumni-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);
}
.alumni-dropdown-toggle1:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.alumni-navlink {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.alumni-text05 {
  width: 100%;
  cursor: pointer;
  display: flex;
}
.alumni-people {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.alumni-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);
}
.alumni-dropdown-toggle2:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.alumni-navlink1 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.alumni-research {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.alumni-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);
}
.alumni-dropdown-toggle3:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.alumni-navlink2 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.alumni-publication {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.alumni-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);
}
.alumni-dropdown-toggle4:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.alumni-navlink3 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.alumni-facility {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.alumni-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);
}
.alumni-dropdown-toggle5:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.alumni-navlink4 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.alumni-alumni {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.alumni-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);
}
.alumni-dropdown-toggle6:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.alumni-navlink5 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.alumni-openings {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.alumni-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);
}
.alumni-dropdown-toggle7:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.alumni-navlink6 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.alumni-text07 {
  width: 100%;
  cursor: pointer;
  display: flex;
}
.alumni-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;
}
.alumni-content {
  width: 85%;
  height: auto;
  display: flex;
  position: relative;
  margin-top: 3%;
  align-items: flex-start;
  padding-top: 0%;
  flex-direction: column;
  justify-content: flex-start;
}
.alumni-alumni1 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
}
.alumni-text09 {
  height: auto;
}
.alumni-text11 {
  color: var(--dl-color-primary-100);
}
.alumni-text13 {
  color: var(--dl-color-danger-500);
}
.alumni-alumni-list {
  margin-top: 1%;
  padding-left: 5%;
  margin-bottom: 1%;
}
.alumni-li {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people01 {
  height: auto;
  font-style: normal;
  font-weight: 600;
}
.alumni-link {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link01 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li01 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people02 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link02 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link03 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li02 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people03 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link04 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link05 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li03 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people04 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link06 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link07 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li04 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people05 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link08 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link09 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-text25 {
  color: var(--dl-color-danger-500);
}
.alumni-li05 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people06 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link10 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link11 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li06 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people07 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link12 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link13 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li07 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people08 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link14 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link15 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li08 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people09 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link16 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link17 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li09 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people10 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link18 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link19 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li10 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people11 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link20 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link21 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li11 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people12 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link22 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link23 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li12 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people13 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link24 {
  color: var(--dl-color-primary-100);
}
.alumni-link25 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li13 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people14 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link26 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link27 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li14 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people15 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link28 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link29 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li15 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people16 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link30 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link31 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li16 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people17 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link32 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-li17 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people18 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link33 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-li18 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people19 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link34 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link35 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li19 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people20 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link36 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link37 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li20 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people21 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link38 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link39 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li21 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people22 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link40 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link41 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li22 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people23 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link42 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link43 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li23 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people24 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link44 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link45 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li24 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people25 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link46 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-li25 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people26 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link47 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link48 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li26 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people27 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link49 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-li27 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people28 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link50 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link51 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li28 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people29 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link52 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link53 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li29 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people30 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link54 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-li30 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people31 {
  font-style: normal;
  font-weight: 600;
}
.alumni-li31 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people32 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link55 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-li32 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people33 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link56 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link57 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li33 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people34 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link58 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-link59 {
  color: var(--dl-color-danger-500);
  text-decoration: underline;
}
.alumni-li34 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people35 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link60 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-li35 {
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.alumni-people36 {
  font-style: normal;
  font-weight: 600;
}
.alumni-link61 {
  color: var(--dl-color-primary-100);
  text-decoration: underline;
}
.alumni-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;
}
.alumni-mydlarski-lab {
  width: 100%;
  align-self: center;
  text-align: center;
}
@media(max-width: 1600px) {
  .alumni-alumni1 {
    margin-top: 0%;
    margin-bottom: 0%;
  }
}
@media(max-width: 1200px) {
  .alumni-mc-gill-icon {
    top: 43px;
    right: -187px;
  }
}
@media(max-width: 991px) {
  .alumni-mc-gill-icon {
    top: 43px;
    right: -187px;
  }
}
@media(max-width: 767px) {
  .alumni-mc-gill-icon {
    top: 40px;
    right: -91px;
  }
  .alumni-text {
    top: 10px;
    left: 112px;
  }
  .alumni-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .alumni-desktop-menu {
    flex: 0;
    width: auto;
    display: none;
  }
  .alumni-links {
    width: 100%;
  }
  .alumni-burger-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .alumni-dropdown-toggle {
    flex-direction: row;
  }
  .alumni-menu {
    color: var(--dl-color-gray-white);
    font-size: 14px;
  }
  .alumni-dropdown-list {
    display: none;
  }
  .alumni-navlink {
    font-size: 14px;
  }
  .alumni-navlink1 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
  }
  .alumni-navlink2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
  }
  .alumni-navlink3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  .alumni-navlink4 {
    font-size: 14px;
  }
  .alumni-navlink5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  .alumni-navlink6 {
    font-size: 14px;
  }
}
@media(max-width: 479px) {
  .alumni-mc-gill-icon {
    top: 42px;
    left: 30px;
  }
  .alumni-text {
    top: 10px;
    left: 89px;
  }
  .alumni-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .alumni-dropdown-list {
    top: 0;
    left: 100%;
  }
  .alumni-mobile-menu {
    padding: 16px;
  }
}
