@charset "UTF-8";
body, html {
  margin: 0;
  padding: 0;
  margin-top: 50px;
  color: #222222;
  scroll-padding-top: 8rem;
  scroll-behavior: smooth;
  font-family: "Montserrat";
}

.igem_column_wrapper > p {
  margin: 0;
}

.highlight_text{
    text-decoration: none;
    font-variant-position: normal;
    color: #121212;
    box-shadow: inset 0 -0.5em 0 -1px #fcbd1b;
    transition: 0.3s ease-out;
}
.highlight_text:hover{
    box-shadow: inset 0 -1.2em 0 -1px #fcbd1b;
}

.sideBlock li:hover .sub-sub-menu a{
  display: block;
}


.sub-sub-menu a{
  font-weight: 500 !important;
  font-size: 0.9rem !important;
  transition-delay: 1s ;
  display: none;
}

.sub-sub-menu li{
  margin: 10px !important;
  margin-left: 10px;
}

.h3{
  color: #1d5356;
  /* color: #fca216; */
}

.h4{
  color: #576f5d;
  /* color: #53a2ad; */
}

.h5{
  color: #576f5d;
  font-weight: bold;
}

.content-paragraph{
  color: #343434;
  /* color: #618689; */
}

.references h3{
  color: #343434;
}

.main_layout .content .content-paragraph,
.main_layout .content .reference,
#HQ_page .main_layout .content .content-paragraph,
#HQ_page .main_layout .content .reference {
  font-family: "Montserrat";
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: justify;
}
@media (max-width: 480px) {
  .main_layout .content .content-paragraph,
.main_layout .content .reference,
#HQ_page .main_layout .content .content-paragraph,
#HQ_page .main_layout .content .reference {
    font-size: 1rem;
  }
}
.main_layout .content .quote,
#HQ_page .main_layout .content .quote {
  padding: 20px;
  box-shadow: 0 0 10px lightgray;
  margin: 40px;
}
.main_layout .content .quote p,
.main_layout .content .quote p.content-paragraph,
#HQ_page .main_layout .content .quote p,
#HQ_page .main_layout .content .quote p.content-paragraph {
  text-align: center;
  font-size: 0.8em;
}
.main_layout .content .quote p.content-paragraph,
#HQ_page .main_layout .content .quote p.content-paragraph {
  font-style: italic;
}
.main_layout .content .quote .beforeWave::before,
#HQ_page .main_layout .content .quote .beforeWave::before {
  margin: 0 auto 5px;
}
.main_layout .content .reference,
#HQ_page .main_layout .content .reference {
  word-break: break-word;
}
.main_layout .content .h3,
#HQ_page .main_layout .content .h3 {
  font-size: 1.8rem;
}

.main_layout {
  font-size: initial;
}

div.h1,
div.h2,
div.h3,
div.h4,
div.h5,
div.h6 {
  font-family: "Montserrat";
  font-weight: 800;
  margin-bottom: 0.4em;
  margin-top: 2rem;
}
div.h1.larger,
div.h2.larger,
div.h3.larger,
div.h4.larger,
div.h5.larger,
div.h6.larger {
  font-size: 2.5rem;
}

.introContainer > span {
  width: 80vw;
  height: 80vw;
  border-radius: 1000px;
  position: relative;
  background-size: cover;
  background-position: 0px 0px;
  background-attachment: fixed;
  overflow: hidden;
}
@media (min-aspect-ratio: 1/1) {
  .introContainer > span {
    width: 80vh;
    height: 80vh;
  }
}
.introContainer > span #image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #618689;
  mix-blend-mode: multiply;
}
.introContainer .heading {
  z-index: 3;
  position: absolute;
  font-size: 5.7vh;
  font-size: calc(2.5vh + 2vw);
  color: #FAFAFC;
  text-transform: uppercase;
  text-align: center;
}
.introContainer .heading.other {
  padding-top: 0.3em;
  pointer-events: none;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FAFAFC;
}
@media (min-aspect-ratio: 1/1) {
  .introContainer .heading {
    font-size: 6.5vw;
  }
}

.main_layout {
  margin-top: -5px;
  width: 100%;
  background-color: #FAFAFC;
  z-index: 10;
  position: relative;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
}
.main_layout::after {
  content: "";
  clear: both;
  display: table;
}
@media (max-width: 800px) {
  .main_layout {
    justify-content: center;
  }
}

.indexbutton {
  display: none;
  color: #FAFAFC;
  text-transform: capitalize;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 16px 0;
  height: 62px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #618689;
  z-index: 21;
  transition: 0.5s;
}
@media (max-width: 800px) {
  .indexbutton {
    display: block;
  }
}

table, #HQ_page table {
  margin: 0 auto;
  border-collapse: collapse;
  margin-top: 8px;
}
#HQ_page table th, table th, #HQ_page table td, table td, #HQ_page #HQ_page table th, #HQ_page table th, #HQ_page #HQ_page table td, #HQ_page table td {
  padding: 6px 8px;
  border: 1px solid #618689;
}
#HQ_page table th, table th, #HQ_page #HQ_page table th, #HQ_page table th {
  background-color: #618689;
  color: #ffffff;
  font-weight: bold;
}

table tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

table tr:nth-of-type(odd) {
  background-color: #becaca;
  color: #343434;
}

.sideBlock {
  text-transform: uppercase;
  float: left;
  margin-left: 10vw;
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  margin: 200px 32px 0 4vw;
  transform: translateY(-50%);
  min-width: 220px;
  max-width: 350px;
}

@media (max-height: 1000px){
  .sideBlock a{
    top: 60%;
    font-size: 1rem !important; 
  }
  .sideBlock b{
    top: 60%;
  }
}

@media (max-height: 900px){
  .sideBlock a{
    top: 80%;
    font-size: 0.95rem !important; 
  }
  .sideBlock b{
    top: 80%;
  }
}

@media (max-height: 820px){
  .sideBlock a{
    top: 90%;
    font-size: 0.90rem !important; 
  }
}
@media (max-height: 750px){
  .sideBlock a{
    font-size: 0.80rem !important; 
  }
  .sideBlock {
    top: 52%;
  }
}

@media (max-width: 1024px) {
  .sideBlock {
    margin: 200px 32px 0 4vw;
  }
}
.sideBlock b {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0.25em;
  display: block;
  color: #618689;
}
.sideBlock ul {
  margin: 1em 0;
  padding: 0;
}
.sideBlock a {
  color:#343434;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
}
.sideBlock li {
  margin: 24px;
  list-style: none;
  color: #121212;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  margin-left: 0.25em;
}
.sideBlock li:last-child {
  margin-bottom: 0;
}
.sideBlock li div {
  max-width: 15px;
  max-height: 15px;
  box-sizing: border-box;
  border: 1px solid;
  color: #618689;
  border-radius: 20px;
  transition: 0.5s;
  margin-right: 8px;
  height: 10vw;
  width: 10vh;
}
.sideBlock li.active div {
  background-color: #618689;
}
@media (max-width: 800px) {
  .sideBlock {
    position: fixed;
    bottom: 0;
    padding: 0 64px;
    background-color: #618689;
    color: #FAFAFC;
    float: unset;
    margin: 0;
    z-index: 20;
    width: 100%;
    box-sizing: border-box;
    min-width: unset;
    max-width: unset;
    text-align: center;
    transition: transform 0.5s;
    top: unset;
    transform: translateY(calc(100% - 62px));
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sideBlock b {
    display: block;
    margin: 0;
  }
  .sideBlock ul {
    display: inline-block;
    text-align: start;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .sideBlock li {
    font-weight: bold;
  }
  .sideBlock li a {
    color: #FAFAFC;
  }
  .sideBlock li div {
    color: #FAFAFC;
  }
  .sideBlock li.active div {
    background-color: #FAFAFC;
  }
  .sideBlock.notshow {
    transform: translateY(calc(100% - 0px));
  }
  .sideBlock.open {
    transform: translateY(0);
  }
}

.contentBlock {
  width: 65vw;
  max-width: 65vw;
  float: right;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .contentBlock {
    margin-right: 5vw;
  }
}
@media (max-width: 800px) {
  .contentBlock {
    margin-right: unset;
    width: 90%;
    box-sizing: border-box;
    max-width: 650px;
  }
}

.content {
  padding: 64px;
  border-radius: 5px;
  box-shadow: 0 0 10px lightgray;
  /* color: #618689; */
  margin-top: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .content {
    margin: 0 auto;
    box-shadow: unset;
    padding: 35px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 400px) {
  .content {
    padding: 20px;
  }
}
.content p:first-child {
  margin-top: 0;
}
.content ul,
.content ol {
}
.content ul {
  padding-inline-start: 20px;
  list-style-image: none;
  list-style-type: none;
}
.content ul li {
  /* display: flex; */
  font-size: 1.2rem;
}
.content ul li::before {
  content: "•";
  color: #618689;
  font-size: 2rem;
}
.content .splide ul li::before {
  content: unset;
}
.content li {
  margin: 10px;
}
.content li::marker {
  color: #618689;
  font-size: 1.3em;
}
.content h4,
.content h5 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-block-end: 0.2em;
  margin-block-start: 30px;
}
.content h5 {
  font-size: 1em;
}
.content a {
  color: #1d5356;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.content a.citation {
  font-size: 0.8em;
  vertical-align: super;
  font-weight: bold;
}
.content a button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FAFAFC;
  padding: 32px 56px;
  font-size: 1.2rem;
  max-width: 7;
  text-align: center;
  border-radius: 1000px;
  margin: 40px auto;
  transition: 0.3s ease-out;
  background-color: #618689;
  box-shadow: 0 16px 32px -12px #618689;
  border: none;
  position: relative;
  top: 0;
  font-variant-position: normal;
  cursor: pointer;
  text-transform: uppercase;
}
.content a button:hover {
  top: -5px;
  box-shadow: 0 16px 32px -16px #618689;
}
.content p b {
  color: #343434;
  font-weight: 500;
}
.content p a:not(.citation) {
  text-decoration: none;
  font-variant-position: normal;
  color: #121212;
  box-shadow: inset 0 -0.5em 0 -1px #fcbd1b;
  transition: 0.3s ease-out;
}
.content p a:not(.citation):hover {
  box-shadow: inset 0 -1.2em 0 -1px #fcbd1b;
}

_::-webkit-full-page-media,
_:future,
:root {
  transition-duration: unset;
}

.photos-wrapper.full-width {
  width: 100%;
}
.photos-wrapper.full-width::after {
  transform: rotate(180deg) translate(-520px, 50px);
}
.photos-wrapper .photos {
  padding: 20px;
  height: fit-content;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.photos-wrapper .photos.phone {
  display: flex;
  justify-content: space-around;
}
.photos-wrapper .photos.phone img {
  height: 400px;
  border-radius: 0;
  box-shadow: none;
  max-width: none;
  max-height: none;
  width: auto;
}
.photos-wrapper .photos.photo-grid {
  display: grid;
  align-items: center;
  justify-items: center;
}
.photos-wrapper .photos.photo-grid.three-part {
  grid-template-columns: 1fr 1fr 1fr;
}
.photos-wrapper .photos.photo-grid.two-part {
  grid-template-columns: 1fr 1fr;
}
.photos-wrapper .photos.photo-grid.one-part {
  grid-template-columns: 1fr;
}
.photos-wrapper .photos.photo-grid.round-corners img {
  border-radius: 200px;
}
.photos-wrapper .photos.photo-grid.no-shadow img {
  box-shadow: none;
}
.photos-wrapper .photos.photo-grid.pie img {
  width: 70%;
}
.photos-wrapper .photos.photo-grid img {
  box-shadow: 5px 5px 7px #00000029;
  width: 60%;
}
.photos-wrapper.half-width {
  width: 50%;
  align-self: center;
}
.photos-wrapper.half-width .photos {
  height: fit-content;
}
.photos-wrapper.half-width .photos img {
  width: 100%;
}
.photos-wrapper.half-width::after {
  transform: rotate(180deg) translate(-235px, 50px);
}

video {
  width: 100%;
}

.content p.photo-desc {
  text-align: center !important;
  font-size: 0.8em !important;
  color: #343434;
}
@media (max-width: 800px) {
  .content p.photo-desc {
    font-size: 0.6em;
  }
}

.references {
  font-size: 1.9rem;
}
.references svg {
  max-width: 100px;
}
.references h3 {
  margin-block-start: 0em;
  font-size: 0.8em;
  color: #343434;
}
.references ol {
  margin: initial;
  padding-inline-start: 10px;
}
.references ol li {
  font-size: 0.4em;
  color: #343434;
}
.references ol li::marker {
  color: initial;
  font-size: 1em;
}

.read-more-btn{
  border-radius: 25px;
  border-color: #618689;
  color: #618689;
  font-weight: 600;
}

.read-more-btn:hover {
  border-color: #618689;
  color: #fff;
  background-color: #618689;
}

.pdf_container{
  display:flex;
  justify-content: center;
  column-gap: 3%;
}

.pdf_grid{
  width:200%; 
  height: 669px;
}
