.MathJax nobr > span.math > span {
  border-left-width: 0 !important;
}

@font-face {
  font-family: Multicolore;
  src: url("https://static.igem.wiki/teams/4244/wiki/fonts/multicolore-mono.ttf") format("truetype");
  src: url("https://static.igem.wiki/teams/4244/wiki/fonts/multicolore-mono.woff") format("woff");
}
:root {
  color-scheme: only light;
}

* {
  font-family: "myriad-pro", sans-serif;
  text-align: justify;
  text-justify: auto;
  scroll-margin: 70px;
}

strong {
  font-weight: 600;
  font-family: inherit;
  font-size: inherit !important;
}

a:hover {
  text-decoration: underline !important;
}

i {
  font-family: inherit !important;
  font-size: inherit !important;
}

:root {
  --beige-colour: #f3e4d1;
  --palette-orange: #fba649;
  --palette-turquoise: #45c4af;
  --palette-red: #ec6c5f;
  --palette-green: rgba(77, 139, 49, 100);
  --palette-purple: #641877;
  --bs-font-sans-serif: "myriad-pro", sans-serif;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

a:link {
  text-decoration: none;
  color: var(--palette-purple);
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: underline;
}

body {
  overflow-x: hidden;
  font-family: "myriad-pro", sans-serif !important;
}

.caption {
  font-size: 0.8rem;
  font-style: italic;
  color: #2d8174;
  margin-left: 10px;
  padding-top: 0.5rem;
  margin-bottom: 20px;
}

footer.footer-beige {
  background-color: #f3e4d1;
  align-content: center;
  height: fit-content;
  padding: 1rem;
  color: black;
  width: 100%;
  position: relative;
  margin-top: 5%;
  bottom: 0;
}

.left-aligned {
  margin-left: auto;
}

.titles {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: left !important;
}

.subtitle {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: left !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-hero {
  height: 550px;
  background-color: #f3e4d1;
}

#LogoGif {
  width: 100%;
  display: block;
  margin: auto;
  object-fit: cover;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 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;
}

/* footer */
footer a {
  text-decoration: none;
}

footer a:hover {
  color: var(--palette-orange);
  text-decoration: underline;
}

a {
  color: blueviolet !important;
  text-decoration: none !important;
  font-size: inherit !important;
}

.nav-link {
  text-decoration: none !important;
  color: black !important;
}

.bg-menu {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1a1e21 !important;
}

.nav-item, .dropdown-item, .nav-item {
  font-size: 1rem !important;
}

.nav-item.dropdown:focus .dropdown-menu {
  display: none;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: inherit !important;
}

/* Menu styles */
.dropdown-menu {
  background-color: rgb(255, 183, 110);
}

.dropdown-item {
  color: white !important;
  text-decoration: none;
}

.dropdown-item:hover {
  background-color: #ff8f15 !important;
  text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: black;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--palette-turquoise);
  text-decoration-color: var(--palette-turquoise);
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: var(--palette-turquoise);
  text-decoration-thickness: 0.125rem;
  text-decoration-color: var(--palette-turquoise);
}

.navbar-dark .navbar-toggler {
  border-color: rgb(253, 180, 116);
  background-color: #f3e4d1;
}

.navbar-dark .navbar-toggler:hover {
  background-color: rgb(253, 180, 116);
}

/*Css for the scroll arrow*/
.scroll-down {
  --deg: 45deg;
  position: relative;
  left: calc(50% - 7px); /*half of the width of the arrow*/
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: none;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #ec6c5f;
  border-right: 2px solid #ec6c5f;
  -webkit-transform: translate(0%, 0%) rotate(45deg);
  -moz-transform: translate(0%, 0%) rotate(45deg);
  transform: translate(0%, 0%) rotate(45deg);
  cursor: pointer;
}

.scroll-down.active {
  --deg: 225deg;
  position: relative;
  left: calc(50% - 7px); /*half of the width of the arrow*/
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: none;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #ec6c5f;
  border-right: 2px solid #ec6c5f;
  -webkit-transform: translate(0%, 0%) rotate(225deg);
  -moz-transform: translate(0%, 0%) rotate(225deg);
  transform: translate(0%, 0%) rotate(225deg);
  cursor: pointer;
}

@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px) rotate(var(--deg));
    opacity: 0.3;
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 5px) rotate(var(--deg));
  }
  100% {
    -webkit-transform: translate(0, -5px) rotate(var(--deg));
    opacity: 0.3;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -5px) rotate(var(--deg));
    opacity: 0.3;
  }
  50% {
    opacity: 1;
    -moz-transform: translate(0, 5px) rotate(var(--deg));
  }
  100% {
    -moz-transform: translate(0, -5px) rotate(var(--deg));
    opacity: 0.3;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -5px) rotate(var(--deg));
    opacity: 0.3;
  }
  50% {
    opacity: 1;
    transform: translate(0, 5px) rotate(var(--deg));
  }
  100% {
    transform: translate(0, -5px) rotate(var(--deg));
    opacity: 0.3;
  }
}
/* Block reveal code */
.reveal {
  position: relative;
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 0.5s ease-in;
}

.active.fade-left {
  animation: fade-left 0.5s ease-in;
}

.active.fade-right {
  animation: fade-right 0.5s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0.15;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0.15;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0.15;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.main-block-container {
  display: block;
  margin: auto;
  width: 75vw;
  max-width: 1200px;
}

.source-container {
  color: black;
  padding-top: 1rem !important;
  border-bottom: beige 2px solid;
  padding-bottom: 1rem !important;
  font-size: 0.75rem;
}

.source-container:empty {
  display: none;
}

.MathJax_Display {
  margin: 1.8rem;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes moveleft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Defining dots*/
.mySlides {
  display: none;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px 0 0;
  background-color: rgba(236, 108, 95, 0.3);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
  background-color: var(--palette-red);
}

img {
  min-height: 0% !important;
  min-width: 0% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

footer, .footer-beige {
  position: static !important;
  margin-bottom: 0;
  bottom: 0;
}

/* Fading animation */
.fadeShow {
  animation-name: fadeShow;
  animation-duration: 1.5s;
}

@keyframes fadeShow {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.medalButton {
  background-color: var(--page-color1);
  color: black;
  font-weight: bold;
  width: 20%;
  text-decoration: none !important;
  text-align: center;
  border: 0.1rem solid var(--palette-red);
  border-radius: 0.5rem;
  padding: 0.5rem;
  float: left;
}

.medalButton:hover {
  background-color: var(--palette-red);
  color: white;
}

/* Team page style */
.team-header {
  background-color: #f3e4d1;
  height: 200px;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 6px solid #FBA649;
  border-radius: 1rem;
  text-align: center;
  margin-top: 4.2rem;
  margin-left: 2rem;
}

#desc {
  position: absolute;
  color: black;
  border-radius: 3px;
  padding: 10px;
  font-size: 18px;
}

/* Human practices page style */
.side-container {
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  flex-direction: column;
  align-items: baseline;
  justify-content: left;
  align-self: flex-start;
  top: 6rem;
  margin-left: 1rem;
}

.side-item, .backbutton {
  text-align: left;
  background-color: #DBE8D6;
  width: 100%;
  padding: 1rem;
  font-family: "multicolore", sans-serif;
  font-size: 1rem;
}

.side-item:hover, .side-item.active {
  background-color: var(--palette-green);
  color: white;
}

.edgetop {
  border-radius: 1rem 1rem 0 0;
}

.edgebot {
  border-radius: 0 0 1rem 1rem;
}

.side-item:hover, .backbutton:hover {
  background-color: var(--palette-green);
}

.sideLink {
  text-decoration: none !important;
  color: black !important;
  width: 100%;
}

a:hover {
  text-decoration: none;
}

.page-header {
  background-color: #fff;
  height: 200px;
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
  word-wrap: break-word;
  text-align: center;
  margin: auto;
  margin-top: 61px;
}

.page-title {
  font-family: "Multicolore" !important;
  font-weight: bold;
  font-size: 2rem;
  color: #000000 !important;
  width: fit-content;
  margin: auto;
}

a.sidebar-link:hover {
  color: var(--palette-turquoise);
  font-family: "myriad-pro", sans-serif !important;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: underline;
}

.collapsible-text-header {
  border-radius: 2px;
  text-align: center;
  margin: auto;
  margin-top: 1rem;
  margin-left: 1rem;
  width: 100%;
  height: fit-content;
  padding: 0.5rem;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #1a1e21 !important;
  vertical-align: middle;
  scroll-margin-top: 4.2rem;
}

.collapse-container {
  overflow-y: hidden;
}

.collapse-container.active {
  overflow-y: hidden;
  max-height: fit-content;
  transition: max-height 1s ease;
}

.collapsible-text {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: 0.8s ease;
  animation: slideUp 0.8s ease;
}

.collapsible-text.active {
  transition: max-height 0.8s ease;
  height: fit-content;
  max-height: 100%;
  animation: slideDown 0.8s ease;
}

/* Tabs styling */
.tabbar {
  display: flex;
  height: fit-content;
  width: 100vw;
  justify-content: space-evenly;
  align-items: center;
  margin: auto auto;
  margin-bottom: 5vh;
}

.tab {
  font-family: "multicolore", sans-serif;
  align-items: center;
  flex: 1;
  margin: unset !important;
  padding: 20px;
  height: 100% !important;
}

.main-block-container {
  font-size: 1.2rem;
  margin: auto;
}

.tab:hover {
  background-color: #FBA649;
  color: #1881b2 !important;
  height: 100% !important;
  font-weight: bold;
  cursor: pointer;
}

.tab.active {
  background-color: #FBA649;
  color: #1881b2 !important;
  font-weight: bold;
}

.tabcontent {
  display: none;
  height: 0;
}

.tabcontent.active {
  display: block;
  height: fit-content;
}

.reference {
  display: none;
}

.reference.active {
  display: block;
}

.pdfDiv {
  width: 100%;
  display: flow;
  box-sizing: content-box;
  margin: 50px auto 50px auto;
}

.pdfButton {
  display: inline-block;
  width: fit-content;
  height: fit-content;
  padding: 1em;
  padding-left: 2em;
  padding-right: 2em;
  background-color: #FBA649;
  text-align: center;
  border: 5px solid var(--palette-purple);
  border-radius: 1rem;
  font-family: "multicolore", sans-serif !important;
  font-weight: bold;
}

.title {
  text-align: left;
}

.pdfButton:hover {
  background-color: #1881b2;
  color: #FBA649;
  cursor: pointer;
}

.pdfButton.active {
  background-color: var(--palette-green);
  color: white;
}

.pdfFrame {
  display: none;
  width: 100%;
  height: 70vh;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
    max-height: 0%;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
    max-height: fit-content;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
    display: none;
  }
}
@media only screen and (max-device-width: 768px) {
  .tabbar {
    flex-direction: column !important;
  }
  .tab {
    width: 100% !important;
  }
  .page-header {
    font-size: 1rem !important;
  }
  .left-box {
    width: 100% !important;
  }
  .right-box {
    width: 100% !important;
  }
  .side-container {
    width: 80% !important;
    margin: auto !important;
    padding: unset !important;
    position: static !important;
    margin-bottom: 8rem !important;
  }
  #header {
    text-align: left !important;
    height: fit-content !important;
  }
  .AbstractText {
    width: 80% !important;
  }
  .pdfButton {
    width: 100% !important;
    margin: auto !important;
  }
  .medalButton {
    width: 80% !important;
    float: unset !important;
    margin: auto !important;
    padding: 1rem;
  }
  * {
    text-align: left !important;
  }
}

/*# sourceMappingURL=style.css.map */
