* {
  font-family: 'Brush Script Std';
  scroll-behavior: smooth;
}
body {
  padding-top: 56px;
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
.left-aligned {
  margin-left: auto;
}
.bg-dark {
  background-color: #343a40 !important;
}
.bg-hero {
  background-color: #7952b3;
}
/* CALLOUT */
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout h4 {
  margin-bottom: 0.25rem;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.bd-callout code {
  border-radius: 0.25rem;
}
.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout-danger {
  border-left-color: #d9534f;
}
/*homepage*/
.herowrap {
  width: 100%;
  height: wrap;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.awardsection {
  width: 100%;
  height: wrap;
  background-color: #082076;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 250px;
  padding-top: 150px;
  justify-content: center;
}
.awardimage {
  width: 50%;
}
.awardimage2 {
  margin-top: 150px;
  width: 70%;
}
#homepagetitle {
  font-size: 60px;
}
.parallaxwrap {
  background-color: white;
}
.link {
  text-decoration: none;
}
.parallaximg {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
#brain {
  width: 20%;
  margin-left: 10%;
}
.homepagebrochure {
  margin-top: 200px;
  width: 100%;
}
@keyframes floater {
  0% {
    transform: translateY(-10%);
    transition: ease 2.7;
  }
  50% {
    transform: translateY(10%);
    transition: ease 2.7s;
  }
}

@keyframes floater2 {
  0% {
    transform: translateY(-5%);
    transition: ease 0.7s;
  }
  50% {
    transform: translateY(5%);
    transition: ease 0.7s;
  }
}

@keyframes floater3 {
  0% {
    transform: translateY(-15%);
    transition: ease 2s;
  }
  50% {
    transform: translateY(15%);
    transition: ease 2s;
  }
}

.floating-img {
  transform: translateY(-10%);
  animation: floater 8.1s infinite;
  transition: ease 2.7s;
  bottom: 25vw;
  left: 10vw;
  position: absolute;
}
.bubbles {
  width: 20vw;
}
#bubble2 {
  width: 17vw;
}
#bubble3 {
  width: 30vw;
}
.floating-img2 {
  transform: translateY(-5%);
  animation: floater2 2.1s infinite;
  transition: ease 0.7s;
  position: absolute;
  bottom: 5vw;
  left: 40vw;
}
#brochurewrap {
  margin: 0;
  position: relative;
}
.floating-img3 {
  transform: translateY(-15%);
  animation: floater3 6s infinite;
  transition: ease 2s;
  bottom: 17vw;
  left: 57vw;
  position: absolute;
}

#cup {
  width: 20%;
  margin-left: 5%;
}
#exp {
  width: 15%;
  margin-left: 75%;
}
#light {
  width: 20%;
  margin-left: 85%;
}
#parallaxtitle {
  width: 40%;
  height: wrap;
  text-align: center;
}
.herosection {
  margin-bottom: 100px;
}
.herosectionimg {
  max-width: 100%;
  height: auto;
}
.parallax_layer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#dots_pink {
  width: 5%;
  margin-left: 30%;
}
#dots_white {
  width: 3%;
  margin-left: 70%;
}
#dots_blue {
  width: 3%;
  margin-left: 60%;
}
#dots_green {
  width: 5%;
  margin-left: 15%;
  z-index: 1000;
}
#dots_white2 {
  width: 3%;
  margin-left: 90%;
}
#dots_blue2 {
  width: 4%;
  margin-left: 10%;
}

.homepage_wrap {
  width: 100%;
  height: wrap;
  background-color: #082076;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
.title {
  color: #082076;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 40px;

  font-family: 'Brush Script Std';
}
.introwrap {
  margin: 0 auto;
  height: wrap;
  overflow-x: hidden;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: left;
  width: 3700px;
}
.introwrap::before {
  left: 0;
  top: 0;
}
.introwrap::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.introwrap:hover {
  animation: scroll 30s linear infinite;
  -webkit-animation: scroll 30s linear infinite;
}
.introinnerwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  margin: 40px;
  width: 370px;
}

.introtitle {
  width: 100%;
  color: #082076;
  font-size: 23px;
  text-align: left;
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-370px * 6));
    transform: translateX(calc(-370px * 6));
  }
}
.introline {
  color: black;
  width: 100%;
}
.introcontent {
  color: #082076;
  font-size: 15px;
  width: 100%;
  text-align: left;
}
#overview {
  background-color: #f6f6f6;
}
#eutrophication {
  background-color: #ddeced;
}
#ecoli {
  background-color: #ecf4ff;
}
#phosphates {
  background-color: #f8e5dc;
}
#biodiversity {
  background-color: #f6f6f6;
}
.btn {
  width: wrap;
  height: wrap;
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  border: 1px solid #082076;
  color: #082076;
  font-size: 20px;
  cursor: pointer;
  transition: 350ms;
}
.btn:hover {
  background-color: #082076;
  color: white;
}
#discoverall {
  margin-top: 40px;
  margin-bottom: 100px;
  font-size: 27px;
}
.implementationwrap {
  width: 100%;
  height: wrap;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  padding: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
#impltitle {
  color: #77c1c6;
}
.implcontent {
  font-size: 18px;
  color: black;
  line-height: 30px;
}
.detailswrap {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
  width: 100%;
  padding: 50px;
  padding-left: 0px;
  justify-content: center;
}
.implimage {
  background-color: white;
  width: 40%;
  display: flex;
  flex-direction: column;
  margin-right: 130px;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 16px;
}
.impldescwrap {
  text-align: left;
  padding: 20px;
}
.impldesc_name {
  font-size: 25px;

  font-family: 'Brush Script Std';
}

.pageswrap {
  width: 100%;
  height: wrap;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.icon {
  height: 90px;
  margin-bottom: 30px;
}
.row {
  width: wrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.selectorwrap {
  margin: 25px;
  padding: 40px;
  padding-top: 50px;
  text-decoration: none;
  font-size: 20px;
  padding-bottom: 50px;
  width: 200px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 250ms;
}
#projectselector:hover {
  color: white;
  background-color: #fdc3b6;
}
#wetlabselector:hover {
  color: white;
  background-color: #acdcdf;
}
#drylabselector:hover {
  color: white;
  background-color: #c2d8f8;
}
#hpselector:hover {
  color: white;
  background-color: #f6d993;
}
#teamselector:hover {
  color: white;
  background-color: #f8dedb;
}
.selectoroutestwrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1 1 0px;
}
#projectselector {
  border: 2px solid #e98770;
  color: #e98770;
}
#wetlabselector {
  border: 2px solid #77c1c6;
  color: #77c1c6;
}
#drylabselector {
  border: 2px solid #86aadf;
  color: #86aadf;
}
#hpselector {
  border: 2px solid #e9c46a;
  color: #e9c46a;
}
#teamselector {
  border: 2px solid #f5abae;
  color: #f5abae;
}
@media screen and (max-width: 1180px) {
  .selectoroutestwrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 740px) {
  .row {
    flex-direction: column;
  }
}
#promotitle {
  margin-top: 50px;
  padding-bottom: 30px;
  color: white;
}
.video {
  position: relative;
  width: 60%;
  background-color: #f6f6f6;
  height: wrap;
  display: flex;
  font-size: 20px;
  z-index: 10;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 600px;

  font-family: 'Brush Script Std';
  color: #082076;
}
.video_hardware {
  position: relative;
  width: 75%;
  height: wrap;
  display: flex;
  align-self: center;
  margin-top: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 600px;

  font-family: 'Brush Script Std';
}
#ourprojectwrap {
  margin-top: 250px;
}
.ahref {
  text-decoration: none;
}
.ahref:hover {
  text-decoration: none;
}
/*homepage*/
/*team*/
.wrap {
  height: wrap;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  width: 100%;
  margin-bottom: 100px;
}
.bannerwrap {
  width: 100%;
}
.title_team {
  margin-top: 100px;
  font-size: 60px;
  margin-bottom: 50px;
  color: #626161;
}

.bannerimg {
  width: 100%;
}
#bottomwrap {
  margin-bottom: 200px;
}
.teamimage {
  width: 30%;
}
.person {
  position: relative;
  border-radius: 20px;
  display: flex;
  margin: 20px;
  flex-direction: column;
  align-items: left;
  justify-content: start;
  flex: 1;
  flex-grow: 1;
}
#wetlabteamtitle {
  margin-top: 250px;
}
.teamtitleimagewrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#wetlabimage {
  background-color: rgba(8, 32, 118, 0.85);
}
.icon {
  height: 100%;
  width: 100%;
}
#drylabimage {
  background-color: rgba(202, 154, 73, 0.9);
}
#hpimageimgimg {
  background-color: rgba(195, 99, 29, 0.9);
}
#wikiimage {
  background-color: rgba(66, 143, 148, 0.8);
}
.image_team_overlay {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(187, 184, 184, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  border-radius: 20px;
  transition: opacity 0.25s;
}

.image_team_overlay > * {
  transform: translateY(20px);
  transition: transform 0.25s;
}
.image_team_overlay:hover {
  backdrop-filter: blur(2px);
  opacity: 1;
}
.image_team_overlay:hover > * {
  transform: translateY(0);
}
.image_text_head {
  font-size: 25px;
  letter-spacing: 2px;
  text-align: center;
}
.wrapwrapwrap {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.dividerteam {
  background-color: white;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
}
.image_text_head,
.image_text_roles {
  color: white;
}
.team_title_wrap {
  display: flex;

  margin-bottom: 5px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.titles_team {
  font-size: 15px;
  color: white;
  margin-left: 10px;
}
.image_text_team {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: center;
}
.temp_pic {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: whitesmoke;
}
.temp_pic_advisor {
  width: 40%;
  height: 40%;
  border-radius: 50%;
  background-color: whitesmoke;
}
.team_advisor_photo_wrap {
  width: 80%;
  height: 100%;
  border-radius: 50%;
  background-color: whitesmoke;
}
.advisor_photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-grow: 1;
}
.advisor_image_wrap {
  display: flex;
  width: 85%;
  align-self: center;
  flex-direction: row;
  margin-bottom: 50px;
  justify-content: space-between;
  align-items: center;
}
.teamtitleimage {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 40%;
}
#team_title_margin {
  margin-top: 200px;
}
.hersectionteamword {
  margin-left: 50px;
  margin-top: -170px;
  z-index: 2;
}
.herosectionteam {
  /* background-color: #082076; */
  height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#hpimage {
  width: 70%;
  margin-top: 200px;
}
.body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}
.team_container {
  display: flex;
  width: 75%;
  flex-direction: row;
  margin-bottom: 50px;
}
.imagewrap {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.teamtitle {
  margin-top: 200px;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
}
.teamtitle_advisor {
  margin-top: 100px;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
}
.image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #f6f6f6;
}
.image_advisor {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f6f6f6;
}
.advisor_name {
  color: #626161;
  font-size: 30px;
  text-align: center;
  margin-top: 50px;
}
.image_herosection {
  /* height: 500px; */
  overflow: hidden;
  display: block;
}
.slider-frame {
  overflow: hidden;
  /* height: 500px; */
  width: wrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.shadow {
  background-color: rgba(0, 0, 0, 0.2);
  height: 600px;
  position: absolute;
  width: 3000px;
  left: 0;
  z-index: 1;
  /* background: linear-gradient(to bottom, transparent, white); */
}
.teamwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin-bottom: 200px;
}
#opening {
  display: block;
}
.slide-images {
  width: 300%;
  height: 600px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  animation: slide_animation 15s infinite;
}
.img-container {
  width: 33.333333%;
  height: 100%;
  float: left;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.teamtitleword {
  color: white;
  letter-spacing: 7px;
  font-size: 90px;
}
.teamtitledesc {
  font-size: 25px;
  color: white;
}
.team-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.description_advisor_wrap {
  display: flex;
  flex-direction: column;
  margin-left: 100px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.description_advisor_name {
  font-size: 40px;
  color: #626161;
}
.description_advisor {
  color: #2c2d53;
  font-size: 20px;
  margin-top: 30px;
}
.advisor-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}

.banner_header {
  background-image: url(https://static.igem.wiki/teams/4271/wiki/team-pic.png);
  height: min-content;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 50px;
  padding-top: 249px;
}
#attributionbanner {
  background-image: url(https://static.igem.wiki/teams/4271/wiki/attribution.png);
}
.imageattributionsponsors {
  width: 100%;
  margin: 50px;
  align-self: center;
}
.attributionimagewrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@keyframes slide_animation {
  0%,
  25%,
  100% {
    overflow: hidden;
    left: 0;
  }

  30%,
  55% {
    overflow: hidden;
    left: -100%;
  }

  60%,
  85% {
    overflow: hidden;
    left: -200%;
  }
}
@media screen and (max-width: 1350px) {
  .herosectionteam {
    height: 500px;
  }
  .shadow {
    height: 500px;
  }
  .teamimage {
    width: 50%;
  }
  .wrapwrapwrap {
    display: none;
  }
  .titles_team {
    display: none;
  }
  .dividerteam {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .herosectionteam {
    height: 55vw;
  }
  .advisor_image_wrap {
    width: 90%;
  }
  .shadow {
    height: 100%;
  }
  .hersectionteamword {
    margin-top: -20%;
  }
  .temp_pic_advisor {
    display: none;
  }
  .teamtitleword {
    font-size: 60px;
  }
  .teamtitledesc {
    font-size: 20px;
  }
  .title_team {
    font-size: 45px;
  }
}
@media screen and (max-width: 800px) {
  .imagewrap {
    display: none;
    width: 0px;
    height: 0px;
  }
  .teambanner {
    padding-top: 150px;
    align-items: center;
    justify-content: center;
  }
  .title_team {
    font-size: 30px;
  }
}

@media screen and (max-width: 700px) {
  .team-wrap {
    flex-direction: column;
    width: 90%;
  }
  .wrapwrapwrap {
    margin-top: 20px;
    display: flex;
  }
  .dividerteam {
    display: flex;
  }
  .titles_team {
    display: flex;
  }
  .team_title_wrap {
    margin-bottom: 20px;
  }
  .teamtitleword {
    font-size: 40px;
  }
  .teamtitledesc {
    font-size: 15px;
  }
}
/*team*/

/*attribution*/
.attribubtion_wrap {
  width: 80%;
  margin-top: 200px;
  margin-bottom: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jobtitleswrap {
  display: flex;
  flex-direction: row;
}
.job_title {
  color: #874c44;
  font-size: 28px;
}
#other_supports {
  color: #874c44;
  font-size: 22px;
}
.team_membername {
  color: #626161;
  font-size: 28px;
  margin-left: 20px;
}
.team_memberwrap {
  margin-top: 15px;
  align-self: flex-start;
  margin-bottom: 15px;
}
.workdistribution {
  font-size: 20px;
  margin-top: 20px;
  color: #2e2e30;
}
.teamtitleimage {
  width: 40%;
}
.herosectionteam {
  /* background-color: #082076; */
  height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}
.image_herosection {
  /* height: 500px; */
  overflow: hidden;
  display: block;
}
.slider-frame {
  overflow: hidden;
  /* height: 500px; */
  width: wrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.shadow {
  background-color: rgba(255, 255, 255, 0.2);
  height: 600px;
  position: absolute;
  width: 3000px;
  left: 0;
  z-index: 1;
  /* background: linear-gradient(to bottom, transparent, white); */
}
.slide-images {
  width: 300%;
  height: 600px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  animation: slide_animation 15s infinite;
}
.img-container {
  width: 33.333333%;
  height: 100%;
  float: left;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.attribution_specialthanks {
  color: #082076;
  border: 2px solid #082076;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.specialthanks_words {
  padding: 50px;
  border-radius: 20px;
  font-size: 22px;
  padding-top: 90px;
  padding-bottom: 90px;
  color: #626161;
  background-color: #f7f8f8;
}
.specialthanks_title {
  margin-bottom: -30px;
  color: #ca9a49;
  font-size: 50px;
  align-self: flex-start;
  z-index: 2;
  padding-left: 60px;
}
#attributiontitle {
  font-size: 50px;
  align-self: flex-start;
  color: #c3631d;
}
.specialthanks {
  position: relative;
  width: 500px;
  margin-top: -162px;
}
.outreachwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.outreach_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.outreachtitleimg {
  margin-top: 100px;
  width: 500px;
}
#blueoutreachname {
  color: #082076;
}
.outreachparts {
  padding: 20px;
  height: 300px;
  border-radius: 10px;
  display: flex;
  margin: 20px;
  flex-direction: column;
  align-items: left;
  justify-content: start;
  flex: 1;
  flex-grow: 1;
  width: 90%;
}
.sponsors_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.attribution_titleimage {
  position: absolute;
  top: 0;
  z-index: 30;
  width: 50%;
  margin-top: 200px;
}
.sponsors_outerwrap {
  margin-bottom: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sponsors_logo {
  width: 150px;
  height: 150px;
  margin: 30px;
  background-color: #d0e0f4;
  border-radius: 50%;
}
.outreach_divider {
  width: 100%;
  border: none;
  outline: none;
  height: 1px;
  background-color: white;
}
.team_divider {
  width: 100%;
  border: none;
  outline: none;
  height: 1px;
  background-color: gray;
}
#yellowoutreachparts {
  background-color: #f1d48d;
}
#pinkoutreachparts {
  background-color: #f6b2a1;
}
#greenoutreachparts {
  background-color: #a6d1d4;
}
#blueoutreachparts {
  background-color: #d0e0f4;
}
.outreach_name {
  color: white;
  font-size: 20px;
}
.outreach_content {
  color: white;
  font-size: 15px;
}
@keyframes slide_animation {
  0%,
  25%,
  100% {
    overflow: hidden;
    left: 0;
  }

  30%,
  55% {
    overflow: hidden;
    left: -100%;
  }

  60%,
  85% {
    overflow: hidden;
    left: -200%;
  }
}
@media screen and (max-width: 1100px) {
  .herosectionteam {
    height: 500px;
  }
  .shadow {
    height: 500px;
  }

  .attribution_titleimage {
    margin-top: 18%;
  }
  .sponsors_outerwrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .herosectionteam {
    height: 55vw;
  }
  .shadow {
    height: 100%;
  }
  .attribution_titleimage {
    margin-top: 22%;
  }
}
@media screen and (max-width: 800px) {
  .specialthanks {
    position: relative;
    width: 350px;
    margin-top: -123px;
  }
  .outreachtitleimg {
    width: 350px;
  }
  .outreach_wrap {
    flex-direction: column;
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .specialthanks {
    position: relative;
    width: 300px;
    margin-top: -112px;
  }
  .outreachtitleimg {
    width: 300px;
  }
  .sponsors_wrap {
    flex-direction: column;
  }
}
/*attribution*/
/*navbar*/
.navbar {
  background-color: #f6f6f6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  position: fixed;
  top: 0;
  z-index: 100;
}

.navbar-logo {
  color: #082076;
  margin-left: 20px;
  top: 0;
  text-align: start;
  left: 0;
  align-items: center;
  justify-content: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
  font-size: 25px;
}
.navbar-logo:hover {
  color: #082076;
}
#sidenav {
  background-color: #f6f6f6;
  z-index: 1000;
  width: wrap;
  display: none;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
  flex-direction: column;
  position: absolute;
  top: 0;
  padding: 30px;
  padding-top: 80px;
  height: 100vh;
  right: 0px;
  overflow-y: auto;
}
.dropdown_element {
  text-decoration: none;
  color: darkgray;
  cursor: pointer;
  padding: 10px;
  padding-left: 10px;
  font-size: 18px;
}
.dropdown-container {
  display: flex;
  flex-direction: column;
}
.sidebarnav:hover {
  color: #082076;
}
#sidebarnav {
  text-decoration: none;
  color: #214151;
  cursor: pointer;
  font-size: 20px;
  padding-bottom: 0px;
  padding: 10px;
}
.nav-links-mobile {
  display: flex;
  display: block;
  text-align: center;
  border-radius: 20px;
  width: wrap;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  background: #eba68a;
  text-decoration: none;
  color: white;
}
.nav-links-mobile:hover {
  background: #082076;
  color: white;
  text-decoration: none;
  transition: 250ms;
}
.nav-links:hover {
  border-bottom: 4px solid #082076;
  text-decoration: none;
  color: #082076;
  transition: all 0.2s ease-out;
}
.nav-item:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  position: absolute;
  display: none;
  z-index: 1;
  border: none;
  padding: 15px;
  outline: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  color: #082076;
  font-weight: 400;
  font-size: 18px;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 150ms;
}
.dropdown-container {
  display: none;
}
.dropdown-item:hover {
  background-color: #efeded;
  color: #082076;
}
#awards_menu {
  right: 10px;
}
.nav-m {
  display: grid;
  grid-template-columns: repeat(7, auto);
  grid-gap: 10px;
  list-style: none;
  text-align: center;
  width: 70vw;
  margin-right: 20px;
  justify-content: end;
  margin-bottom: 0px;
}
.nav-item {
  height: 80px;
  white-space: nowrap;
}
.nav-links {
  color: #082076;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  height: 100%;
}
.humburger_image {
  width: 100%;
  height: 100%;
}
.logonav {
  height: 80px;
}
#hamburger_icon {
  color: #082076;
  font-size: 23px;
}
.hamburger {
  height: 80px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  padding: 10px;
  display: none;
  margin-right: 20px;
  z-index: 1010;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1130px) {
  .hamburger {
    display: flex;
  }
  .nav-m {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 90vh;
    position: absolute;
    top: 80px;
    left: -100%;
    text-decoration: none;
    opacity: 1;
  }
  .nav-links {
    text-align: center;
    padding: 2rem;
    width: 100%;
    display: table;
  }

  .navbar-logo {
    position: absolute;
    margin-left: 20px;
    top: 0;
    line-height: 80px;
    text-align: start;
    align-self: flex-start;
  }
}
#progress-bar {
  position: fixed;
  top: 80px;
  left: 0;
  height: 4px;
  width: var(--progress);
  background-color: #082076;
}
/*navbar*/

/*footer*/
.footerinfowrap {
  display: flex;
  flex-direction: row;
  width: 50%;
  justify-content: space-between;
  align-items: center;
}
.footer {
  width: 100%;
  flex: 1 1 0px;
  width: wrap;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 150px;
  background-color: #082076;
}
.namelink {
  color: white;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
}

.footerrights {
  margin-top: 100px;
  color: white;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}
.iconswrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.icons {
  width: 25px;
  height: 25px;
  margin: 10px;
}

.footer_rights {
  text-decoration: underline;
  color: white;
  transition: 150ms;
}
.footer_rights:hover {
  color: lightgray;
}
@media screen and (max-width: 930px) {
  .landingfooter {
    flex-direction: column;
    padding: 50px;
  }
  .footerinfowrap {
    flex-direction: column;
  }
  .footername,
  .footerrights,
  .iconswrap {
    padding: 5px;
  }
}
/*footer*/

/*contents*/

.heading1 {
  font-size: 50px;
  margin-top: 50px;
}
.heading2 {
  font-size: 30px;
  margin-top: 40px;
}
.heading4 {
  margin-top: 25px;
  font-size: 20.5px;
  color: #ce631d;
}
#contributionheading1 {
  color: #c3861d;
}
#contributionheading2 {
  color: #ca9a4d;
}
#greenheading1 {
  color: #77c1c6;
}
#collabheading1 {
  color: #98d185;
}
#collabheading4 {
  color: #6eb291;
}
#modelheading1 {
  color: #869adf;
}
#modelheading2 {
  color: #86aadf;
}
#collabheading2 {
  color: #98d19c;
}
#safetyheading1 {
  color: #6eb291;
}
#partsheading1 {
  color: #77c1c6;
}
#hardwareheading1 {
  color: #8a86df;
}
#hardwareheading2 {
  color: #869adf;
}
#softwareheading1 {
  color: #795ca8;
}
#implheading1 {
  color: #869adf;
}
#implheading2 {
  color: #86aadf;
}
#softwareheading2 {
  color: #a886df;
}
#hpheading1 {
  color: #e87054;
}
#hpheading2 {
  color: #e98770;
}
#partnershipheading1 {
  color: #ca9a49;
}
#partnershipheading2 {
  color: #e9c46a;
}
#engineerheading1 {
  color: #948442;
}

#descriptionheading1 {
  color: #869adf;
}
#proofheading2 {
  color: #f7c139;
}
#safetyheading2 {
  color: #428f94;
}
#educationheading1 {
  color: #e8a353;
}
#educationheading2 {
  color: #e9c46a;
}
#engineerheading2 {
  color: #745f52;
}
#partsheading2 {
  color: #428f94;
}
#descriptionheading2 {
  color: #86aadf;
}
.index_container {
  position: relative;
  top: -150px;
  display: block;
  height: 0;
  overflow: hidden;
}
.search_subindex {
  color: lightgray;
  cursor: pointer;
  margin-top: 15px;
  transition: 150ms;
  font-size: 20px;
}
.search_subindex:hover {
  color: gray;
}
#greenheading2 {
  color: #86aadf;
}
.info_contents {
  font-size: 18.5px;
  margin-top: 35px;
}
.info_contents_centered {
  font-size: 25px;
  margin-top: 35px;
  align-self: center;
  text-align: center;
  text-transform: uppercase;
  color: #e8a353;
}
.info_contents_centered_contribution {
  margin-top: 35px;
  font-size: 18.5px;
  align-self: center;
  text-align: center;
}
#implcentered {
  margin-top: 100px;
}
.info_contents_list {
  font-size: 19px;
  margin-top: 35px;
}
#greencontents {
  color: #626161;
}
.image_description {
  font-size: 17px;
  text-align: center;
  align-self: center;
  margin-bottom: 25px;
}
.image_description_small {
  font-size: 14px;
  text-align: center;
  align-self: center;
  margin-bottom: 25px;
}
.image_contents {
  width: 90%;
  align-self: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.chart_image {
  height: 200px;
}
#chart_parts_image {
  width: 450px;
  height: auto;
  align-self: center;
  justify-self: center;
}
.chart_part_image {
  height: 100px;
}
.chart_contents {
  background-color: white;
  display: flex;
  padding: 10px;
}
.chart_banner {
  background-color: #ecf4ff;
  font-size: 21px;
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-row-end: 2;
  padding: 10px;
}
.chart_contents_span {
  background-color: white;

  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 5;
  padding: 10px;
}
.chart_contents_span_third {
  background-color: white;

  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 5;
  padding: 10px;
}
.chart_contents_span_second {
  background-color: white;

  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 8;
  padding: 10px;
}
.chart_contents_span_four {
  background-color: white;

  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 16;
  padding: 10px;
}
.chart_header {
  padding: 10px;
  background: whitesmoke;
}
.chart_contents_highlight {
  background-color: #ecf4ff;
  padding: 10px;
}
#two_five {
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
#four_seven {
  grid-template-rows: repeat(7, 1fr);
  grid-template-columns: repeat(4, 1fr);
}
#four_six {
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(4, 1fr);
}
#three_five {
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(3, 1fr);
}
#three_four {
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(3, 1fr);
}
#three_two {
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
}
#five_eight {
  grid-template-rows: repeat(8, 1fr);
  grid-template-columns: repeat(5, 1fr);
}
#five_seven {
  grid-template-rows: repeat(7, 1fr);
  grid-template-columns: repeat(5, 1fr);
}
.chart {
  width: 100%;
  display: grid;
  background-color: lightgray;
  row-gap: 1.5px;
  margin-top: 50px;
  margin-bottom: 50px;
  align-self: center;
  overflow-x: auto;
  overflow-y: hidden;
  column-gap: 1.5px;
  border: 1.5px solid lightgray;
}
.collapsible {
  background-color: #c3631d;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: auto;
  padding-left: 30px;
  border: 2px solid #c3631d;
  text-align: left;
  outline: none;
  width: 90%;
  margin-top: 35px;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  transition: 150ms;
}
#hpcollapse {
  color: white;
  background-color: #ca9a49;
  border: 2px solid #ca9a49;
}
.collapsible:hover {
  background-color: white;
  color: #c3631d;
  border: 2px solid #c3631d;
}
#hpcollapse:hover {
  background-color: white;
  color: #ca9a49;
  border: 2px solid #ca9a49;
}
.collapsible.active {
  background-color: white;
  color: #c3631d;
  border: 2px solid #c3631d;
}
#hpcollapse.active {
  background-color: white;
  color: #ca9a49;
  border: 2px solid #ca9a49;
}
#hpcollapse:after {
  content: '▽';
  color: white;
  transition: 150ms;
  float: right;
}
.collapsible:after {
  content: '▽';
  color: white;
  transition: 150ms;
  float: right;
}
.collapsible:hover:after {
  color: #c3631d;
}
#hpcollapse:hover:after {
  color: #ca9a49;
}
.collapsible.active:after {
  content: '△';
  color: #c3631d;
  float: right;
}
#hpcollapse.active:after {
  color: #ca9a49;
  content: '△';
  float: right;
}
.constant_height {
  height: 400px;
  margin-top: 50px;
  align-self: center;
  margin-bottom: 50px;
}
.constant_height_table1 {
  height: 300px;
  margin-top: 50px;
  align-self: center;
  margin-bottom: 50px;
}
.constant_height_collab {
  height: 325px;
  margin-top: 50px;
  align-self: center;
  margin-bottom: 50px;
}
#enlarged_constant_height {
  height: 500px;
  margin-top: 50px;
  align-self: center;
  margin-bottom: 50px;
}
#table7 {
  height: 500px;
  margin-top: 50px;
  align-self: center;
  margin-bottom: 50px;
}
#enlarged_constant_height_doubled {
  height: 580px;
  margin-top: 50px;
  align-self: center;
  margin-bottom: 50px;
}
#figure2_edu {
  height: 300px;
}
#customized {
  height: 150px;
}
.safety_image_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  align-self: center;
  margin-bottom: 50px;
}
.promo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  align-self: center;
  margin-bottom: 50px;
}
.button_education {
  color: #fffcf9;
  background-color: #e8a353;
  border: 1px solid #fffcf9;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  align-self: center;
  transition: 150ms;
  cursor: pointer;
  text-decoration: none;
}
.button_collab {
  color: #fffff9;
  background-color: #98deb5;
  border: 1px solid #fffff9;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  align-self: center;
  transition: 150ms;
  cursor: pointer;
  text-decoration: none;
}
.button_collab:hover {
  color: #98deb5;
  background-color: #fffff9;
  border: 1px solid #98deb5;
}
.button_education:hover {
  color: #e8a353;
  background-color: #fffcf9;
  border: 1px solid #e8a353;
}
#promo_pic {
  margin: 0;
}
#safetyimage {
  margin: 0;
  height: 300px;
  margin: 10px;
}
#educationimage {
  height: 400px;
  margin: 0;
  margin: 10px;
}
.model_image {
  height: 25px;
  align-self: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#table3 {
  height: 200px;
}
#table8 {
  height: 150px;
}
#table6 {
  height: 400px;
}
#table4 {
  width: 75%;
  height: auto;
}
#model_image_sp {
  height: 55px;
}
.constant_width {
  height: 280px;
  align-self: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#lower_height {
  height: 250px;
}
.content_pdf {
  width: 90%;
  display: none;
  background-color: black;
}
#experimentalcontents {
  display: flex;
  align-items: flex-start;
  align-self: flex-end;
  overflow-x: hidden;
  width: 75%;
  margin-bottom: 100px;
  padding-left: 70px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.pdffiles {
  width: 100%;
  height: 1000px;
}
.loadingwords {
  width: 20%;
}
.content_link {
  color: #86aadf;
  transition: 150ms;
}
#safetylink {
  color: #6eb291;
  transition: 150ms;
}
#safetylink:hover {
  color: #b2d7d7;
}
#hardwarelink {
  color: #8a86df;
  transition: 150ms;
}
#partlink {
  color: #77c1c6;
  transition: 150ms;
}
#partlink:hover {
  color: #b2d9d7;
}
#hardwarelink:hover {
  color: #869adf;
}
#collablink {
  color: #98d1b5;
  transition: 150ms;
}
#collablink:hover {
  color: #98d19c;
}
#ihplink {
  color: #c3631d;
  transition: 150ms;
}
#ipmllink {
  color: #869adf;
  transition: 150ms;
}
#ipmllink:hover {
  color: #8a86df;
}
#ihplink:hover {
  color: #946942;
}
.content_link:hover {
  color: #c2d8f8;
}
#safety_link {
  color: #428f94;
  transition: 150ms;
}
#safety_link:hover {
  color: #6eb291;
}
#education_link {
  color: #e9c46a;
  transition: 150ms;
}
#conlink {
  color: #c3861d;

  transition: 150ms;
}
#conlink:hover {
  color: #ca9a49;
}
#education_link:hover {
  color: #f7c139;
}
#partnershiplink {
  color: #ca9a49;
}
#partnershiplink:hover {
  color: #e9c46a;
}
.info_contents_italics {
  font-size: 22px;
  margin-top: 43px;
  text-transform: uppercase;
}
.info_contents_parts {
  font-size: 18.5px;
}
.workscited {
  width: 100%;
  font-size: 25px;
  margin-top: 175px;
  text-align: center;
}
.search_index {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: #ebebeb;
  padding: 30px;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.scrolltotop {
  bottom: 20px;
  right: 20px;
  position: fixed;
  cursor: pointer;
}
.backtotop {
  width: 50px;
}
.search_index_wrap {
  width: 20%;
  display: flex;
  position: sticky;
  margin-left: 70px;
  top: 160px;
  margin-top: 80px;
}
.model_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .constant_height,
  .constant_height_collab,
  #lower_height {
    height: 200px;
    width: auto;
  }
  #enlarged_constant_height {
    height: 300px;
  }
  .constant_height_table1 {
    width: 75%;
  }
  .constant_width,
  #enlarged_constant_height_doubled {
    width: 100%;
    height: auto;
  }
  #table8,
  #table6 {
    width: 80%;
    height: auto;
  }
  #table3 {
    width: 55%;
    height: auto;
  }
  #table7 {
    width: 45%;
    height: auto;
  }
  .model_image,
  #model_image_sp {
    width: 100%;
    height: auto;
  }
  #table4 {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 1130px) {
  #experimentalcontents {
    width: 100%;
    padding: 75px;
    margin: 0;
  }
  .search_index {
    display: none;
    width: 0;
    margin: 0;
  }
  .safety_image_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 880px) {
  .promo {
    flex-direction: column;
  }
}
/*contents*/

/*loading*/
.loadingwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  top: 0;
  z-index: 15;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.loadinggif {
  height: 300px;
  width: 300px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*sidebar*/
.aside {
  width: 16%;
  position: sticky;
  top: 20%;
  padding-right: 2%;
  float: left;
  margin-left: 50px;
}
#model_aside {
  top: 10%;
}
#proof {
  top: 10%;
}
@media screen and (max-width: 1130px) {
  .aside {
    display: none;
  }
}

.pointer {
  transition: all 0.2s ease-in-out;
  background-color: #eeeeee;
  text-indent: 0;
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  height: fit-content;
  line-height: 40px;
  width: 100%;
  color: #428f94;
  text-decoration: none;
  text-align: center;
  margin-bottom: 5px;
  border-left: #428f94 10px solid;
  z-index: 98;
}
#descriptionpointer {
  color: #86aadf;
  border-left: #86aadf 10px solid;
}
#engineeringpointer {
  color: #948442;
  border-left: #948442 10px solid;
}
#proofpointer {
  color: #e9c46a;
  border-left: #e9c46a 10px solid;
}
#educationpointer {
  color: #e9c46a;
  border-left: #e9c46a 10px solid;
}
#partnerpointer {
  color: #e9c46a;
  border-left: #e9c46a 10px solid;
}
#partnerpointer:hover {
  color: #ca9a49;
  border-left: #ca9a49 15px solid;
}
#proofheaderpointer {
  margin-top: 10px;
  color: #77c1c6;
  border-left: #77c1c6 10px solid;
}
#iphpointer {
  color: #e98770;
  border-left: #e98770 10px solid;
}
#collabpointer {
  color: #98d19c;
  border-left: #98d19c 10px solid;
}
#implpointer {
  color: #86aadf;
  border-left: #86aadf 10px solid;
}
#ihpheading1 {
  margin-top: 10px;
  color: #c3631d;
  border-left: #c3631d 10px solid;
}

#partheadpointer {
  margin-top: 10px;
  color: #77c1c6;
  border-left: #77c1c6 10px solid;
}
#modelpointerhead {
  margin-top: 10px;
  color: #86aadf;
  border-left: #86aadf 10px solid;
}
#softwarepointer {
  color: #a886df;
  border-left: #a886df 10px solid;
}
#safetypointer {
  color: #6eb291;
  border-left: #6eb291 10px solid;
}
#modelpointer {
  color: #a2badd;
  border-left: #a2badd 10px solid;
}
#conpointer {
  color: #ca9a49;
  border-left: #ca9a49 10px solid;
}
#modeltable {
  color: #e9c46a;
  border-left: #e9c46a 10px solid;
}
#hardwarepointer {
  color: #8a87db;
  border-left: #8a87db 10px solid;
}
#conpointer:hover {
  border-left: #c3861d 15px solid;
  color: #c3861d;
}
#hardwarepointer:hover {
  border-left: #7976d4 15px solid;
  color: #7976d4;
}
#modeltable:hover {
  border-left: #e8a353 15px solid;
  color: #e8a353;
}
#partheadpointer:hover {
  border-left: #428f94 15px solid;
  color: #428f94;
}
#collabpointer:hover {
  border-left: #98d1b5 15px solid;
  color: #98d1b5;
}
#modelpointer:hover {
  border-left: #86aadf 15px solid;
  color: #86aadf;
}
#implpointer:hover {
  border-left: #869adf 15px solid;
  color: #869adf;
}
#softwarepointer:hover {
  border-left: #795ca8 15px solid;
  color: #795ca8;
}
#modelpointerhead:hover {
  border-left: #869adf 15px solid;
  color: #869adf;
}
#educationpointer:hover {
  color: #e8a353;
  border-left: #e8a353 15px solid;
}
#safetypointer:hover {
  border-left: #428f94 15px solid;
  color: #428f94;
}
#proofpointer:hover {
  border-left: #f7c139 15px solid;
  color: #f7c139;
}
#descriptionpointer:hover {
  border-left: #869adf 15px solid;
  color: #869adf;
}
#proofheaderpointer:hover {
  border-left: #54bcd9 15px solid;
  color: #54bcd9;
}
#ihpheading1:hover {
  border-left: #946942 15px solid;
  color: #946942;
}
#iphpointer:hover {
  border-left: #e87053 15px solid;
  color: #e87053;
}
#engineeringpointer:hover {
  border-left: #946942 15px solid;
  color: #946942;
}
.pointer:hover {
  border-left: #77c1c6 15px solid;
  color: #77c1c6;
}

/*sidebar*/

/*slideshow*/
.slideshow-container {
  width: 60%;
  position: relative;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 25px;
}

/* Hide the images by default */
.mySlides,
.mySlides3,
.mySlides2 {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

#prev3 {
  color: #ebd7a9;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.dots_slideshow {
  align-self: center;
  text-align: center;
  width: 100%;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(232, 163, 83, 0.8);
  color: white;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot,
.dot2,
.dot3 {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #ebd7a9;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot.active {
  background-color: #e8a353;
}
.dot2.active {
  background-color: #e8a353;
}
.dot3.active {
  background-color: #e8a353;
}
.dot:hover {
  background-color: #e8a353;
}
.dot2:hover {
  background-color: #e8a353;
}
.dot3:hover {
  background-color: #e8a353;
}

/*slideshow*/
