.research-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.research-title {
  width: 100%;
  height: 75px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.research-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;
}
.research-icon {
  flex: 0 0 auto;
  width: 10%;
  height: 75px;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.research-mc-gill-icon {
  flex: 0;
  width: 43px;
  height: 52px;
  align-self: center;
}
.research-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;
}
.research-big-title {
  flex: 0 0 auto;
  width: 85%;
  height: 37.5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.research-text {
  align-self: flex-start;
}
.research-smaller-title {
  flex: 0 0 auto;
  width: 85%;
  height: 37.5%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.research-heading {
  width: auto;
  height: auto;
  align-self: center;
}
.research-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);
}
.research-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.research-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;
}
.research-homelink {
  color: var(--dl-color-gray-white);
  padding-left: var(--dl-space-space-sixunits);
  text-decoration: none;
}
.research-peoplelink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.research-researchlink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.research-publicationslink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.research-facilitieslink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.research-aluminilink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.research-openingslink {
  color: var(--dl-color-gray-white);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.research-burger-menu {
  flex: 1;
  display: none;
}
.research-thq-dropdown {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.research-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);
}
.research-menu {
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  margin-right: 4px;
  vertical-align: middle;
}
.research-text03 {
  text-align: center;
  margin-right: 4px;
  vertical-align: middle;
}
.research-dropdown-arrow {
  transition: 0.3s;
}
.research-icon1 {
  width: 24px;
  height: 24px;
}
.research-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;
}
.research-home {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.research-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);
}
.research-dropdown-toggle1:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.research-navlink {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.research-text05 {
  width: 100%;
  cursor: pointer;
  display: flex;
}
.research-people {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.research-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);
}
.research-dropdown-toggle2:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.research-navlink1 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.research-research {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.research-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);
}
.research-dropdown-toggle3:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.research-navlink2 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.research-publication {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.research-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);
}
.research-dropdown-toggle4:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.research-navlink3 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.research-facility {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.research-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);
}
.research-dropdown-toggle5:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.research-navlink4 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.research-alumni {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.research-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);
}
.research-dropdown-toggle6:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.research-navlink5 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.research-openings {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-radius-radius-radius2);
}
.research-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);
}
.research-dropdown-toggle7:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
.research-navlink6 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.research-text07 {
  width: 100%;
  cursor: pointer;
  display: flex;
}
.research-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;
}
.research-content {
  width: 85%;
  height: auto;
  display: flex;
  margin-top: 3%;
  align-items: flex-start;
  padding-top: 0%;
  flex-direction: column;
  justify-content: flex-start;
}
.research-text09 {
  width: 100%;
  height: auto;
  margin-top: 1%;
  margin-bottom: 1%;
}
.research-list-of-research-topics {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: 5%;
  flex-direction: column;
  justify-content: flex-start;
}
.research-list-item {
  width: 100%;
}
.research-li07 {
  height: var(--dl-size-size-small);
}
.research-text18 {
  height: var(--dl-size-size-small);
}
.research-li08 {
  height: var(--dl-size-size-small);
}
.research-text19 {
  height: var(--dl-size-size-small);
}
.research-li09 {
  height: var(--dl-size-size-small);
}
.research-footer {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-self: center;
  margin-top: 20%;
  align-items: flex-end;
  justify-content: flex-start;
  background-color: #D9D9D9;
}
.research-mydlarski-lab {
  width: 100%;
  align-self: center;
  text-align: center;
}
@media(max-width: 1200px) {
  .research-mc-gill-icon {
    top: 43px;
    right: -187px;
  }
  .research-content {
    width: 85%;
  }
  .research-list-of-research-topics {
    width: 100%;
  }
  .research-list-item {
    width: 100%;
  }
}
@media(max-width: 991px) {
  .research-mc-gill-icon {
    top: 43px;
    right: -187px;
  }
}
@media(max-width: 767px) {
  .research-mc-gill-icon {
    top: 40px;
    right: -91px;
  }
  .research-text {
    top: 10px;
    left: 112px;
  }
  .research-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .research-desktop-menu {
    flex: 0;
    width: auto;
    display: none;
  }
  .research-links {
    width: 100%;
  }
  .research-burger-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .research-dropdown-toggle {
    flex-direction: row;
  }
  .research-menu {
    color: var(--dl-color-gray-white);
    font-size: 14px;
  }
  .research-dropdown-list {
    display: none;
  }
  .research-navlink {
    font-size: 14px;
  }
  .research-navlink1 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
  }
  .research-navlink2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
  }
  .research-navlink3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  .research-navlink4 {
    font-size: 14px;
  }
  .research-navlink5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  .research-navlink6 {
    font-size: 14px;
  }
}
@media(max-width: 479px) {
  .research-mc-gill-icon {
    top: 42px;
    left: 30px;
  }
  .research-text {
    top: 10px;
    left: 89px;
  }
  .research-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .research-dropdown-list {
    top: 0;
    left: 100%;
  }
  .research-mobile-menu {
    padding: 16px;
  }
}
