* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
  text-decoration: none;
  background-image: none;
  list-style: inherit;
  list-style: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Muli";
  background-color: #f0f0f0;
  font-size: 14px;
  text-size-adjust: 100%;
  --webkit-text-size-adjust: 100%; }

main {
  background-color: white;
  padding: 30px 0; }

a {
  text-decoration: none;
  color: #337ab7;
  cursor: pointer; }

strong {
  font-weight: bold; }

h1 {
  position: relative;
  font-size: 30px;
  margin-bottom: 20px; }

h2 {
  text-transform: uppercase;
  color: #AAA;
  margin: 40px 0 30px 0; }

h2, h3 {
  font-size: 20px; }

p, li {
  line-height: 1.8;
  margin-bottom: 15px; }

li {
  list-style-type: square;
  margin-left: 30px; }

address {
  font-style: normal; }

h1:before {
  content: url("/static/images/star.svg");
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  bottom: 4px; }

h1:after {
  content: "";
  height: 2px;
  width: calc(100% - 15px);
  background: #3AC6AB;
  position: absolute;
  margin-top: 5px;
  bottom: -10px;
  left: 0;
  z-index: 0; }

input, textarea {
  display: block;
  padding: 5px;
  line-height: 1.5;
  border: 1px solid gray;
  width: 100%; }

input[type=submit] {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0px auto; }

label {
  display: block; }

input {
  display: block;
  padding: 4px; }

.container {
  padding-left: 15px;
  padding-right: 15px; }

nav {
  background-color: #f0f0f0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  line-height: 1.5;
  height: 50px;
  text-transform: uppercase;
  color: #333333;
  font-size: 13px;
  z-index: 10;
  font-family: "Source Sans Pro"; }
  nav .container {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    nav .container .logo {
      position: absolute;
      top: 0;
      height: 100%;
      filter: invert(1) grayscale(1);
      display: flex;
      align-items: center;
      height: 100%; }
      nav .container .logo img {
        height: 40px; }
    nav .container button {
      background: transparent;
      border: 1px solid #ddd;
      border-radius: 3px;
      cursor: pointer;
      padding: 9px 7px;
      height: 35px;
      line-height: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-content: center;
      margin-left: auto; }
      nav .container button div {
        content: "";
        background: #888;
        height: 2px;
        margin: 1.5px 0px;
        width: 22px; }
    nav .container .navlinks {
      position: fixed;
      background-color: #f0f0f0;
      width: 100%;
      left: 0;
      top: 50px;
      overflow-y: hidden;
      transition-property: height;
      transition-duration: .5s;
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      height: 0;
      overflow-x: hidden; }
      nav .container .navlinks a {
        display: flex;
        align-items: center;
        position: relative;
        font-size: 14px;
        height: 40px;
        margin-left: 26px;
        font-weight: bold;
        width: 100%;
        color: #333333; }
      nav .container .navlinks a.active {
        color: #3AC6AB; }
      nav .container .navlinks a:after {
        content: "";
        height: 1px;
        width: 1000%;
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        margin-left: -500px; }
    nav .container .navlinks.visible {
      height: 240px; }

nav.contact.expanded .container .logo, nav.contact .container .logo {
  filter: invert(1) grayscale(1);
  position: static !important; }
  nav.contact.expanded .container .logo img, nav.contact .container .logo img {
    height: 80% !important; }

nav.contact.expanded .container button, nav.contact .container button {
  border: 1px solid #ddd;
  background-color: none; }
  nav.contact.expanded .container button div, nav.contact .container button div {
    background: #888; }

nav.contact.expanded .container .navlinks a, nav.contact .container .navlinks a {
  color: #333333; }

nav.contact.expanded .container .navlinks a.active, nav.contact .container .navlinks a.active {
  color: #3AC6AB; }

nav.expanded .container .logo {
  filter: none; }

nav.expanded .container button {
  border: 1px solid white;
  background-color: #ffffff30; }
  nav.expanded .container button div {
    background: white; }

nav.expanded .container .navlinks a.active {
  color: #3AC6AB; }

nav + img {
  height: 200px;
  width: 100%;
  display: block;
  object-fit: cover; }

.home {
  display: grid;
  grid-template-columns: 1fr; }
  .home .header h1 {
    border-left: 10px solid #3AC6AB;
    font-size: 24px;
    margin-bottom: 20px;
    padding-left: 20px;
    max-width: 800px;
    font-weight: 400; }
  .home .header h1:after {
    height: 0; }
  .home .header h1:before {
    display: none; }
  .home .header p {
    font-size: 14px;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
    font-weight: '300';
    color: #5c5c5c;
    text-align: justify;
    padding-left: 20px; }
  .home .header .headerresearch {
    display: flex; }
    .home .header .headerresearch img {
      width: 100px; }
  .home .opener .homeimage img {
    width: auto;
    margin: 0 auto;
    padding-bottom: 20px; }

.funding {
  display: flex;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-top: 20px; }

.triad {
  display: grid;
  grid-template-columns: 1fr;
  font-family: 'Muli', sans-serif;
  margin-top: 20px; }
  .triad .homeresearch, .triad .homepaper, .triad .homecode, .triad .homecontact {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
  .triad a {
    color: #333333; }
  .triad i, .triad img {
    display: flex;
    justify-content: center;
    margin-bottom: 3px;
    margin: auto; }
  .triad p {
    text-align: center;
    font-size: 20px; }

footer {
  background-color: #f0f0f0;
  text-align: center;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0; }
  footer a {
    display: inline-block;
    height: 50px;
    margin: 15px 25px; }
    footer a img {
      display: block;
      height: 100%;
      width: auto;
      margin: 0 auto; }

.attribution {
  text-align: center;
  display: block;
  padding-bottom: 20px;
  color: #bdbdbd;
  text-decoration: underline;
  font-size: 12px; }

.research h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 50px; }

.research p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }

.research .research-grid {
  display: grid;
  grid-gap: 30px; }
  .research .research-grid .research-text .split-text {
    display: grid;
    grid-template-columns: 1fr; }
    .research .research-grid .research-text .split-text p {
      font-size: 16px;
      text-align: left; }
  .research .research-grid .research-text .imageblock {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
    margin-top: 25px;
    margin-bottom: 25px;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
    .research .research-grid .research-text .imageblock p {
      font-size: 18px;
      font-family: 'Muli', sans-serif;
      font-weight: 800;
      text-align: center; }
    .research .research-grid .research-text .imageblock img {
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
  .research .research-grid .research-text .end {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 50px; }
    .research .research-grid .research-text .end ol {
      display: grid;
      grid-template-columns: 1fr; }
      .research .research-grid .research-text .end ol li {
        font-weight: 800;
        list-style-type: decimal;
        margin-left: 20px; }
  .research .research-grid .slideshow {
    position: relative;
    margin: auto;
    width: 90%; }
    .research .research-grid .slideshow .slide {
      display: none;
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1.5s;
      animation-name: fade;
      animation-duration: 1.5s; }
      .research .research-grid .slideshow .slide .pub-title {
        color: #333333;
        background-color: #f8f8f8e9;
        font-size: 12px;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 15px 5px;
        font-weight: 400; }
      .research .research-grid .slideshow .slide .pub-title a {
        color: #333333;
        font-weight: bold;
        text-decoration: underline; }
      .research .research-grid .slideshow .slide img {
        width: 100%;
        height: 400px;
        object-fit: contain; }
      .research .research-grid .slideshow .slide video {
        width: 100%;
        height: 400px;
        object-fit: cover; }

@-webkit-keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
    .research .research-grid .slideshow .prev, .research .research-grid .slideshow .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      margin-top: -22px;
      padding: 16px;
      color: white;
      background-color: #00000040;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none; }
    .research .research-grid .slideshow .next {
      right: 0;
      border-radius: 3px 0 0 3px; }
    .research .research-grid .slideshow .prev:hover, .research .research-grid .slideshow .next:hover {
      background-color: rgba(0, 0, 0, 0.8); }
  .research .research-grid .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease; }
  .research .research-grid .active, .research .research-grid .dot:hover {
    background-color: #717171; }

.members h2 {
  text-align: center;
  margin-top: 40px; }

.members #section-picker {
  text-align: right; }

.members .members-grid {
  display: grid;
  grid-gap: 50px;
  margin-bottom: 50px;
  text-align: center; }
  .members .members-grid .member h3 {
    font-weight: 800; }
  .members .members-grid .member img {
    width: 200px;
    height: 200px;
    display: block;
    border-radius: 5px;
    opacity: 0.9;
    margin: 0 auto;
    margin-bottom: 15px;
    object-fit: cover;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .members .members-grid .member .role {
    color: #555555;
    max-width: 200px;
    margin: 5px auto; }

.members .pi-grid {
  display: flex;
  justify-content: center; }

.members .group-pictures {
  margin: 20px 40px; }
  .members .group-pictures .group-pictures-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    max-width: 900px; }
    .members .group-pictures .group-pictures-grid .picture a h3 {
      text-transform: unset;
      margin: 10px 0;
      color: #333333; }
    .members .group-pictures .group-pictures-grid .picture a img {
      display: block;
      width: 100%;
      object-fit: cover;
      height: 200px; }
    .members .group-pictures .group-pictures-grid .picture h3 {
      text-transform: unset;
      margin: 10px 0;
      color: #333333; }

.publications h2 {
  margin-bottom: -20px; }

.publications .publications-info {
  display: flex;
  margin: 30px 0 -15px 0;
  font-size: 12px;
  justify-content: space-between; }
  .publications .publications-info .contribution {
    font-style: italic; }

.publications .publication {
  margin: 30px 0;
  line-height: 1.5;
  color: #777777; }
  .publications .publication a, .publications .publication .title {
    color: #333333;
    font-size: 18px; }
  .publications .publication a:hover {
    text-decoration: underline; }
  .publications .publication .journal {
    font-style: italic; }

.resources {
  display: grid;
  grid-template-columns: 1fr; }
  .resources a {
    color: #333333; }
  .resources h2 {
    text-align: center; }
  .resources .intro {
    text-align: center;
    margin: 40px 10px; }
  .resources .twitter {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 380px; }
    .resources .twitter span {
      font-size: 24px;
      margin-bottom: 20px;
      text-align: center; }
    .resources .twitter i {
      color: #00acee;
      position: relative;
      top: 8px;
      right: 2px; }
    .resources .twitter .twitter-timeline {
      margin: auto;
      height: 100px; }

.repositories {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 50px;
  margin-bottom: 50px; }
  .repositories .repository {
    width: 100%;
    border-radius: 3px;
    border: 1px solid grey;
    box-shadow: 3px 5px 5px lightgrey;
    width: 90vw; }
    .repositories .repository .name {
      padding-bottom: 5px;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 15px;
      font-family: 'Muli', sans-serif;
      font-weight: 900;
      color: black;
      font-size: 24px;
      margin-bottom: 5px;
      border-bottom: 4px solid #3AC6AB;
      background-color: #3ac6ab;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='charlie-brown' fill='%23ffffff' fill-opacity='0.41'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .repositories .repository .description {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 5px;
      padding-bottom: 15px;
      font-family: 'Lato', sans-serif;
      font-weight: 500;
      line-height: 1.8;
      font-size: 16px;
      text-align: left; }

.brainart {
  margin: 40px; }
  .brainart .brain-art-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    max-width: 900px; }
    .brainart .brain-art-grid .art a h2 {
      text-transform: unset;
      margin: 10px 0; }
    .brainart .brain-art-grid .art a img {
      display: block;
      width: 100%;
      object-fit: cover;
      height: 300px; }

.links .links-grid {
  display: grid;
  grid-gap: 20px;
  padding: 20px 0; }
  .links .links-grid h3 {
    display: flex;
    align-items: center; }
    .links .links-grid h3 .icon {
      width: 40px;
      margin-right: 10px; }
  .links .links-grid p {
    line-height: 1.2;
    margin: 16px 0;
    font-size: 14px; }

.info-link {
  max-width: 90vw; }

.contact .contact-grid {
  display: grid;
  grid-gap: 20px; }
  .contact .contact-grid p {
    font-weight: bold; }
  .contact .contact-grid address {
    margin: 20px 0; }

@media (min-width: 400px) {
  .home .header h1 {
    font-size: 24px; }
  .home .funding {
    font-size: 20px; }
  .publications .publications-info {
    font-size: 16px; }
  .links .links-grid p {
    font-size: 16px; } }

@media (min-width: 500px) {
  .container {
    padding-left: 25px;
    padding-right: 25px; }
  li {
    margin-left: 40px; }
  nav {
    font-size: 14px; }
  .home .header h1 {
    font-size: 30px; }
  .triad {
    grid-template-columns: 1fr 1fr; }
  .members .members-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .publications h2 {
    margin-top: 50px; }
  .research .research-grid .slideshow .slide img, .research .research-grid .slideshow .slide video {
    height: 600px; }
  .research .research-grid .slideshow .slide .pub-title {
    padding: 40px 20px; }
  .repositories .repository {
    width: 100%; } }

@media (min-width: 600px) {
  .home h1 {
    font-size: 36px; }
  .members .group-pictures .group-pictures-grid .picture a img {
    height: 300px; } }

@media (min-width: 700px) {
  body {
    font-size: 16px; }
  h2, h3 {
    font-size: 24px; }
  .container {
    padding-left: 35px;
    padding-right: 35px; }
  li {
    margin-left: 50px; }
  .opener {
    grid-template-columns: 1fr 1fr; }
    .opener .funding {
      margin-left: 20px;
      justify-content: left;
      margin-top: 50px;
      font-size: 24px; }
  .publications .publication {
    margin: 45px 0; }
    .publications .publication a, .publications .publication .title {
      font-size: 20px; }
  .research .research-grid {
    display: grid;
    grid-template-columns: 1fr; }
    .research .research-grid .research-image {
      display: block;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 75px;
      margin-bottom: 75px; }
      .research .research-grid .research-image img {
        display: block;
        width: 100%;
        height: 100%; }
    .research .research-grid .research-text .split-text {
      grid-template-columns: 1fr; }
    .research .research-grid .research-text .imageblock {
      display: grid;
      grid-template-columns: 1fr;
      margin-top: 75px;
      margin-bottom: 75px; }
      .research .research-grid .research-text .imageblock p {
        font-size: 18px;
        font-family: 'Muli', sans-serif;
        font-weight: 800;
        text-align: center; }
      .research .research-grid .research-text .imageblock img {
        height: auto;
        max-width: 800px; }
  .links .links-grid {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 1fr; }
  .info-link {
    max-width: 70vw; } }

@media (min-width: 800px) {
  main {
    margin-top: 0; }
  nav .container button {
    display: none; }
  nav .container .navlinks {
    display: flex;
    background: #ffffff00;
    height: 50px;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto; }
    nav .container .navlinks a {
      margin-left: 10px;
      width: auto; }
    nav .container .navlinks a:after {
      height: 0px; }
  nav + img {
    height: 400px; }
  nav.expanded .container .navlinks a {
    color: white; }
  .triad {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-family: 'Muli', sans-serif;
    padding-left: 20px;
    margin-top: 70px; }
    .triad .homeresearch, .triad .homepaper, .triad .homecode, .triad .homecontact {
      margin-bottom: 30px;
      justify-self: start; }
      .triad .homeresearch a, .triad .homepaper a, .triad .homecode a, .triad .homecontact a {
        color: #333333; }
      .triad .homeresearch i, .triad .homeresearch img, .triad .homepaper i, .triad .homepaper img, .triad .homecode i, .triad .homecode img, .triad .homecontact i, .triad .homecontact img {
        display: flex;
        justify-content: center;
        margin-bottom: 3px; }
      .triad .homeresearch p, .triad .homepaper p, .triad .homecode p, .triad .homecontact p {
        text-align: center;
        font-size: 20px; }
  .members .members-grid {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 800px; }
  .brainart .brain-art-grid {
    grid-template-columns: 1fr 1fr; }
  .info-link {
    width: inherit; }
  .contact .contact-grid {
    grid-template-columns: 2fr 3fr; } }

@media (min-width: 900px) {
  .research h1 {
    font-size: 30px; }
  .research h3 {
    font-size: 12px;
    margin-top: 40px;
    margin-bottom: 70px; }
  .research .research-grid {
    display: grid;
    grid-template-columns: 1fr; }
    .research .research-grid .research-image {
      display: block;
      display: flex;
      align-items: center;
      justify-content: center; }
      .research .research-grid .research-image img {
        display: block;
        width: 100%;
        height: 100%; }
    .research .research-grid .slideshow .slide .pub-title {
      font-size: 15px;
      font-weight: bold; }
    .research .research-grid .research-text .split-text {
      grid-template-columns: 1fr 1fr 1fr; }
      .research .research-grid .research-text .split-text p {
        max-width: 280px; }
    .research .research-grid .research-text .opener {
      font-family: 'Muli', sans-serif;
      font-weight: 800;
      font-size: 30px; }
    .research .research-grid .research-text .end {
      margin: auto;
      margin-bottom: 80px;
      margin-top: 50px; }
      .research .research-grid .research-text .end ol {
        display: grid;
        grid-template-columns: 1fr; }
        .research .research-grid .research-text .end ol li {
          font-weight: 800; }
  .resources {
    grid-template-columns: 500px 1fr; }
    .resources .twitter {
      padding-left: 80px; }
  .repositories {
    grid-template-columns: 1fr; } }

@media (min-width: 1000px) {
  .container {
    padding-left: calc(50% - 455px);
    padding-right: calc(50% - 455px); }
  nav .container .navlinks {
    font-size: 18px; }
    nav .container .navlinks a {
      margin: 0 15px; } }

@media (min-width: 1100px) {
  .container {
    padding-left: calc(50% - 480px);
    padding-right: calc(50% - 480px); } }

@media (min-width: 1200px) {
  .brainart .brain-art-grid {
    grid-template-columns: 1fr 1fr 1fr; } }
