@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,500,500i");
.mobile-only {
  margin-bottom: 1em; }
  @media screen and (min-width: 1023px) {
    .mobile-only {
      display: none; } }

@media screen and (min-width: 600px) {
  .mobile-phone-only {
    display: none; } }

@media screen and (max-width: 1023px) {
  .hidden-on-mobile {
    display: none; } }

p.center {
  text-align: center; }

p.metadata {
  font-size: .9em !important;
  text-transform: uppercase; }

a.button {
  background: #44BEE4;
  color: #ffffff;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 3px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  margin-bottom: 2rem; }

a.fancylink {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2rem; }
  a.fancylink:hover:after {
    content: '\20\2192'; }

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-space {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none; }

.three-up {
  width: 100%; }
  .three-up.square {
    height: 50vw; }
    @media screen and (min-width: 600px) {
      .three-up.square {
        height: 33.3333333vw; } }
    .three-up.square.one-up-mobile {
      width: 100%;
      height: 100vw; }
      @media screen and (min-width: 600px) {
        .three-up.square.one-up-mobile {
          width: 50%;
          height: 50vw; } }
      @media screen and (min-width: 1023px) {
        .three-up.square.one-up-mobile {
          width: 33.333333333%;
          height: 33.333333333vw; } }
  .three-up.one-up-mobile {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 600px) {
      .three-up.one-up-mobile {
        width: 50%;
        height: auto; } }
    @media screen and (min-width: 1023px) {
      .three-up.one-up-mobile {
        width: 33.333333333%;
        height: auto; } }
  @media screen and (min-width: 600px) {
    .three-up {
      width: 50%; } }
  @media screen and (min-width: 1023px) {
    .three-up {
      width: 33.3333333%; } }

.four-up.square {
  width: 50%;
  height: 50vw; }

.four-up.one-up-mobile {
  width: 100%;
  height: 100vw; }
  @media screen and (min-width: 600px) {
    .four-up.one-up-mobile {
      width: 25%;
      height: 25vw; } }

.four-up.rect {
  width: 100%;
  min-height: 31rem; }

.four-up.two-up-mobile {
  width: 50%;
  height: 50vw; }
  @media screen and (min-width: 600px) {
    .four-up.two-up-mobile {
      width: 25%;
      height: 25%; } }

@media screen and (min-width: 600px) {
  .four-up.square {
    height: 50vw;
    width: 50%; }
  .four-up.rect {
    height: 28vw;
    width: 25%; } }

@media screen and (min-width: 1023px) {
  .four-up.square {
    height: 25vw;
    width: 25%; } }

@media screen and (min-width: 600px) {
  .quarter {
    width: 25%; } }

@media screen and (min-width: 600px) {
  .three-quarter {
    width: 75%; } }

.wrapper {
  max-width: 70em;
  margin: 0 auto;
  position: relative; }

* {
  box-sizing: border-box; }

html {
  height: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  background: #ffffff;
  color: #333333;
  font-family: "Roboto", Arial, sans-serif;
  position: relative;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column; }

#container {
  flex: 1 0 auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500; }

h3 {
  text-transform: uppercase; }

a {
  text-decoration: none;
  color: #44BEE4; }
  a:hover {
    color: #1c99c0; }

strong {
  font-weight: 500; }

/*
.header-bg {
	background: $dk-bg-color;
	position: fixed;
	top:0;
	left: 0;
	right:0;
	height:7em;
	z-index: 998;
	@media screen and (min-width: $tablet-size) {
		height:6em;
	}
}
*/
#header {
  position: fixed;
  width: 100vw;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  padding: .5em 0; }
  @media screen and (min-width: 600px) {
    #header {
      padding: 0; } }
  #header #logo {
    margin: auto;
    width: 100%;
    padding: .5em;
    text-transform: uppercase;
    font-size: 1vmax;
    letter-spacing: 1px; }
    @media (max-width: 100em) {
      #header #logo {
        font-size: 1em; } }
    @media screen and (min-width: 600px) {
      #header #logo {
        float: left;
        margin: 1em;
        width: auto; } }
    #header #logo a {
      margin: auto;
      color: #ffffff;
      display: block;
      background: url("/images/assorted/HNL_logomark.svg") no-repeat;
      width: 5em;
      height: 2em; }
      @media screen and (min-width: 600px) {
        #header #logo a {
          margin: 0; } }
  #header nav {
    text-transform: uppercase; }
    @media screen and (min-width: 600px) {
      #header nav {
        text-align: right;
        float: right; } }
    #header nav ul {
      padding: 0;
      text-align: center;
      margin: auto; }
      @media screen and (min-width: 600px) {
        #header nav ul {
          text-align: right;
          margin: 1.2em 1em; } }
      #header nav ul li {
        display: inline-block;
        padding: 0.4em; }
        @media screen and (min-width: 600px) {
          #header nav ul li {
            padding: 0.5em 0.7em; } }
        #header nav ul li a {
          color: #ffffff;
          font-weight: 100;
          letter-spacing: 1px;
          padding-bottom: 3px;
          font-size: .85rem; }
          #header nav ul li a:hover {
            border-bottom: 1px solid #cccccc;
            color: #cccccc; }
          #header nav ul li a.active {
            border-bottom: 1px solid #ffffff; }
            #header nav ul li a.active:hover {
              color: #ffffff; }

#footer {
  background: black;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  align-items: baseline;
  flex-shrink: 0;
  padding: 1rem 1rem 3rem 1rem; }
  @media (min-width: 600px) {
    #footer {
      justify-content: space-around; } }
  #footer .nav, #footer .contact {
    margin-right: 1em;
    margin-bottom: 1em; }
  #footer p, #footer ul, #footer a {
    color: gray;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5em; }
  #footer a:hover {
    color: #ffffff; }
  #footer h5 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 0.5rem 0; }
  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #footer strong a {
    font-weight: 500; }
  #footer .search input {
    border: 1px solid white;
    padding: 8px;
    font-size: .9em;
    -webkit-appearance: textfield; }
    #footer .search input[type='submit'] {
      background-color: black;
      border: 1px solid #4d4d4d;
      color: #999999;
      padding: 8px 15px;
      transition: background-color 0.5s, color 0.5s; }
      #footer .search input[type='submit']:hover {
        cursor: pointer;
        background-color: #4d4d4d;
        color: #ffffff; }
  #footer p.social-icons img {
    max-width: 35px;
    margin-right: 10px;
    background: #4e4e4e;
    padding: 5px;
    border-radius: 3px;
    margin-top: .5rem;
    filter: brightness(75%); }
    #footer p.social-icons img:hover {
      filter: none; }

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  /*
	@media (max-width: $tablet-size) {
	  background: url('/img/backgrounds/backgroundmouth.jpg') center center / cover no-repeat;
	}
*/ }
  .fullscreen-bg .fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (min-aspect-ratio: 16/9) {
      .fullscreen-bg .fullscreen-bg__video {
        height: 300%;
        top: -100%; } }
    @media (max-aspect-ratio: 16/9) {
      .fullscreen-bg .fullscreen-bg__video {
        width: 300%;
        left: -100%; } }
    @media (max-width: 600px) {
      .fullscreen-bg .fullscreen-bg__video {
        display: none; } }

.animated-logo h1 {
  display: none; }

.animated-logo #lottie {
  background-color: none;
  width: 400px;
  max-width: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  margin: auto;
  /*display:none;*/ }

.spacer {
  display: none;
  height: 30vh; }
  @media (min-width: 600px) {
    .spacer {
      display: block; } }

.section {
  background-color: #000A23;
  color: #ffffff;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 600; }
  .section:before {
    content: "";
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    box-sizing: border-box; }
  .section.book:before {
    background: none; }
  @media (min-width: 600px) {
    .section {
      height: 100vh; } }
  .section .content {
    padding: 0 15vw; }
  .section .bgvid {
    height: 100vh;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 600px) {
      .section .bgvid {
        height: 100vh; } }
    .section .bgvid video {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .section.intro {
    height: 100vh; }
    .section.intro .content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      max-width: 100%;
      /*
			h1 {
				@include responsive-font(4vmax, 2em);
				margin:.2em 0 .7em;
				text-transform: uppercase;
				color: $dk-bg-text-color;
				background: url('/images/assorted/HNL_LOGO_HOME.gif') no-repeat;
				text-indent: -5000px;
			}
		*/ }
      .section.intro .content img {
        max-width: 100%; }
      .section.intro .content h4 {
        font-size: 1.5vmax;
        font-weight: 100;
        margin: 0;
        color: #ffffff;
        margin-left: .8em; }
        @media (max-width: 73.33333em) {
          .section.intro .content h4 {
            font-size: 1.1em; } }
        .section.intro .content h4 span {
          font-size: .6em;
          text-transform: uppercase;
          display: block; }
  .section.leadin .content {
    position: absolute;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    align-items: baseline;
    align-content: center; }
    @media screen and (min-width: 1023px) {
      .section.leadin .content {
        display: flex;
        top: 50%;
        transform: translateY(-50%); } }
    @media screen and (min-width: 1023px) {
      .section.leadin .content .content-body {
        width: 70%; } }
    .section.leadin .content h1, .section.leadin .content h2 {
      text-transform: none;
      font-size: 3.5vmax; }
      @media (max-width: 57.14286em) {
        .section.leadin .content h1, .section.leadin .content h2 {
          font-size: 2em; } }
      .section.leadin .content h1.small-heading, .section.leadin .content h2.small-heading {
        font-size: 3vmax; }
        @media (max-width: 66.66667em) {
          .section.leadin .content h1.small-heading, .section.leadin .content h2.small-heading {
            font-size: 2em; } }
      @media screen and (min-width: 1023px) {
        .section.leadin .content h1, .section.leadin .content h2 {
          text-align: left;
          margin-right: 1em;
          width: 20vw; } }
    .section.leadin .content p {
      font-size: 1.8vmax;
      line-height: 1.8em;
      color: #ffffff;
      font-weight: 300; }
      @media (max-width: 72.22222rem) {
        .section.leadin .content p {
          font-size: 1.3rem; } }
      @media screen and (min-width: 1023px) {
        .section.leadin .content p {
          flex: 4; } }
    .section.leadin .content a {
      color: #ffffff;
      font-weight: 500; }
      .section.leadin .content a:hover:after {
        content: '\20\2192'; }

@media screen and (max-width: 600px) {
  .section.leadin {
    border-bottom: 2px solid #fff;
    height: auto; }
    .section.leadin:before {
      content: "";
      width: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      display: block;
      position: absolute;
      height: 100%;
      right: 0px;
      top: 0px;
      box-sizing: border-box; }
    .section.leadin.book img {
      width: 100%; }
    .section.leadin.book:before {
      background: none; }
    .section.leadin .bgvid {
      display: none; }
    .section.leadin .content {
      padding-top: 8rem;
      padding-bottom: 8rem;
      position: static;
      top: auto;
      transform: translateY(0); } }

.callouts {
  background: #000A23; }
  .callouts .flex-container .item {
    flex-basis: 100%; }
    .callouts .flex-container .item a {
      display: block;
      padding: 2rem;
      height: 31rem;
      color: #ffffff;
      position: relative;
      font-size: 2vmax; }
      @media (max-width: 100em) {
        .callouts .flex-container .item a {
          font-size: 2em; } }
      .callouts .flex-container .item a.news-callout, .callouts .flex-container .item a.image-content-callout {
        background-size: cover;
        background-position: center center;
        background-color: #3488BD;
        background-blend-mode: multiply; }
      .callouts .flex-container .item a.category-callout {
        background-size: cover;
        background-position: center center;
        background-color: #aaaaaa;
        background-blend-mode: multiply; }
      .callouts .flex-container .item a.image-content-callout {
        font-size: 2vmax; }
        @media (max-width: 90em) {
          .callouts .flex-container .item a.image-content-callout {
            font-size: 1.8em; } }
      .callouts .flex-container .item a.image-callout {
        background-size: contain;
        background-position: center center; }
      .callouts .flex-container .item a.publication-callout {
        height: auto; }
        .callouts .flex-container .item a.publication-callout span {
          display: block;
          font-size: 1.3rem;
          margin-top: 1em; }
      .callouts .flex-container .item a p {
        margin: 0;
        font-weight: 100; }
    @media screen and (min-width: 600px) {
      .callouts .flex-container .item {
        flex-basis: 50%; } }
    @media screen and (min-width: 1023px) {
      .callouts .flex-container .item {
        flex-basis: 25%; }
        .callouts .flex-container .item a.publication-callout {
          height: 31rem; }
          .callouts .flex-container .item a.publication-callout span {
            position: absolute;
            bottom: 2rem;
            max-width: 85%; } }

.callouts {
  background: #000A23; }
  .callouts ul, .callouts .flex {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (min-width: 600px) {
      .callouts ul, .callouts .flex {
        display: flex;
        flex-flow: row wrap; } }
    .callouts ul li, .callouts ul .publication, .callouts .flex li, .callouts .flex .publication {
      margin: 0;
      display: block;
      position: relative; }
      .callouts ul li.callout, .callouts ul .publication.callout, .callouts .flex li.callout, .callouts .flex .publication.callout {
        padding: 0;
        height: auto;
        min-height: 31em; }
        .callouts ul li.callout.image, .callouts ul .publication.callout.image, .callouts .flex li.callout.image, .callouts .flex .publication.callout.image {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          text-indent: -5000px; }
          .callouts ul li.callout.image.content, .callouts ul .publication.callout.image.content, .callouts .flex li.callout.image.content, .callouts .flex .publication.callout.image.content {
            text-indent: 0;
            background-color: #13aae2;
            background-blend-mode: multiply; }
            .callouts ul li.callout.image.content a, .callouts ul .publication.callout.image.content a, .callouts .flex li.callout.image.content a, .callouts .flex .publication.callout.image.content a {
              color: #ffffff; }
              .callouts ul li.callout.image.content a h3, .callouts ul .publication.callout.image.content a h3, .callouts .flex li.callout.image.content a h3, .callouts .flex .publication.callout.image.content a h3 {
                margin: 0;
                text-transform: none; }
              .callouts ul li.callout.image.content a p, .callouts ul .publication.callout.image.content a p, .callouts .flex li.callout.image.content a p, .callouts .flex .publication.callout.image.content a p {
                color: #ffffff;
                font-weight: 100;
                margin: 0; }
      .callouts ul li.news, .callouts ul .publication.news, .callouts .flex li.news, .callouts .flex .publication.news {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #3488BD;
        background-blend-mode: multiply; }
        .callouts ul li.news a, .callouts ul .publication.news a, .callouts .flex li.news a, .callouts .flex .publication.news a {
          color: #ffffff; }
      .callouts ul li.publication a, .callouts ul .publication.publication a, .callouts .flex li.publication a, .callouts .flex .publication.publication a {
        overflow: hidden;
        color: #ffffff;
        /*
					&::after {
						content: '';
						position: absolute;
						top: 0;
						bottom: 0;
						left: 0;
						right: 0;
						background-image: linear-gradient( rgba(0, 21, 63, 0) 30%, rgba(0, 21, 63, 1) 70% );
					}
*/ }
        .callouts ul li.publication a span, .callouts ul .publication.publication a span, .callouts .flex li.publication a span, .callouts .flex .publication.publication a span {
          font-weight: 500; }
      @media screen and (min-width: 600px) {
        .callouts ul li, .callouts ul .publication, .callouts .flex li, .callouts .flex .publication {
          flex-basis: 50%; } }
      @media screen and (min-width: 1023px) {
        .callouts ul li, .callouts ul .publication, .callouts .flex li, .callouts .flex .publication {
          flex-basis: 25%; } }
      .callouts ul li a, .callouts ul .publication a, .callouts .flex li a, .callouts .flex .publication a {
        display: block;
        padding: 1em 1.5em;
        min-height: 12.9rem;
        font-size: 2.2vmax;
        font-weight: 500;
        color: #ffffff; }
        @media (max-width: 90.90909em) {
          .callouts ul li a, .callouts ul .publication a, .callouts .flex li a, .callouts .flex .publication a {
            font-size: 2em; } }
        .callouts ul li a span, .callouts ul .publication a span, .callouts .flex li a span, .callouts .flex .publication a span {
          font-weight: 100;
          font-size: 1.3rem;
          display: block;
          position: absolute;
          bottom: 2em;
          z-index: 100; }
          @media (max-width: 100rem) {
            .callouts ul li a span, .callouts ul .publication a span, .callouts .flex li a span, .callouts .flex .publication a span {
              font-size: 1.3rem; } }

.sort-section .tag-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #000000; }
  .sort-section .tag-container button {
    outline: none;
    border: none;
    background: none;
    color: #44BEE4;
    cursor: pointer;
    font-size: 1em;
    padding: 4vw 1vw;
    width: 50vw;
    flex-direction: row;
    text-transform: uppercase; }
    @media screen and (min-width: 600px) {
      .sort-section .tag-container button {
        width: 25vw;
        padding: 1vw 2vw; } }
    .sort-section .tag-container button.selected {
      background: #44BEE4;
      color: #ffffff; }

.sort-section .people {
  background-color: #000000;
  /*
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
*/ }
  .sort-section .people a.person {
    background-repeat: no-repeat;
    color: #ffffff;
    background-size: cover;
    display: block;
    position: relative;
    filter: grayscale(100%);
    /*
		@media screen and (min-width: $desktop-size) {
			width:25vw;
			height:25vw;
		}
		@media screen and (min-width: $xl-desktop-size) {
			width:20vw;
			height:20vw;
		}
*/ }
    .sort-section .people a.person.collaborator, .sort-section .people a.person.pastLabMember {
      display: none; }
    .sort-section .people a.person .content {
      position: absolute;
      width: 100%;
      box-sizing: border-box;
      bottom: 0;
      left: 0;
      padding: 2.5em 1.5em 1.5em 1.5em;
      background-image: linear-gradient(transparent 10%, black 70%);
      background-size: auto 200%;
      background-position: 0 100;
      transition: background-position 0.3s; }
      .sort-section .people a.person .content h3 {
        font-size: 1.5vmax;
        margin: 0;
        text-transform: none; }
        @media (max-width: 73.33333em) {
          .sort-section .people a.person .content h3 {
            font-size: 1.1em; } }
      .sort-section .people a.person .content p {
        font-size: 1.5vmax;
        font-weight: 100;
        margin: 0;
        color: #ffffff; }
        @media (max-width: 73.33333em) {
          .sort-section .people a.person .content p {
            font-size: 1.1em; } }
    .sort-section .people a.person:hover .content {
      background-position: 0 20%; }

.person-entry, .paper-entry, .viz-entry {
  padding: 6em 10vw 0;
  font-size: 2.2vmax;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 3rem;
  /*
	ul {
		list-style: none;
		margin:0;
		padding:0;
	}
*/ }
  @media (max-width: 59.09091em) {
    .person-entry, .paper-entry, .viz-entry {
      font-size: 1.3em; } }
  .person-entry h3, .person-entry h4, .paper-entry h3, .paper-entry h4, .viz-entry h3, .viz-entry h4 {
    text-transform: uppercase;
    color: #999999;
    font-size: 0.9vmax;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5em; }
    @media (max-width: 1777.77778px) {
      .person-entry h3, .person-entry h4, .paper-entry h3, .paper-entry h4, .viz-entry h3, .viz-entry h4 {
        font-size: 16px; } }
  .person-entry .content h1, .paper-entry .content h1, .viz-entry .content h1 {
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 0.3em 0;
    font-size: 3vmax; }
    @media (max-width: 66.66667rem) {
      .person-entry .content h1, .paper-entry .content h1, .viz-entry .content h1 {
        font-size: 2rem; } }
  .person-entry .content h2, .paper-entry .content h2, .viz-entry .content h2 {
    font-weight: 300;
    font-size: 1em;
    margin: 0; }
  .person-entry .content p, .person-entry .content a, .person-entry .content blockquote, .person-entry .content ul, .person-entry .content ol, .paper-entry .content p, .paper-entry .content a, .paper-entry .content blockquote, .paper-entry .content ul, .paper-entry .content ol, .viz-entry .content p, .viz-entry .content a, .viz-entry .content blockquote, .viz-entry .content ul, .viz-entry .content ol {
    font-size: 1.6vmax;
    line-height: 1.5em;
    margin-top: 0; }
    @media (max-width: 75rem) {
      .person-entry .content p, .person-entry .content a, .person-entry .content blockquote, .person-entry .content ul, .person-entry .content ol, .paper-entry .content p, .paper-entry .content a, .paper-entry .content blockquote, .paper-entry .content ul, .paper-entry .content ol, .viz-entry .content p, .viz-entry .content a, .viz-entry .content blockquote, .viz-entry .content ul, .viz-entry .content ol {
        font-size: 1.2rem; } }
  .person-entry .content blockquote, .paper-entry .content blockquote, .viz-entry .content blockquote {
    font-style: italic;
    color: #999999;
    border-left: 3px solid #cccccc;
    padding-left: 1em; }
  @media screen and (min-width: 1023px) {
    .person-entry, .paper-entry, .viz-entry {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      align-content: space-between; } }
  .person-entry .detail, .paper-entry .detail, .viz-entry .detail {
    max-width: 400px; }
    .person-entry .detail .headshot img, .person-entry .detail .journal img, .person-entry .detail .visual img, .paper-entry .detail .headshot img, .paper-entry .detail .journal img, .paper-entry .detail .visual img, .viz-entry .detail .headshot img, .viz-entry .detail .journal img, .viz-entry .detail .visual img {
      max-width: 100%; }
      @media screen and (min-width: 1023px) {
        .person-entry .detail .headshot img, .person-entry .detail .journal img, .person-entry .detail .visual img, .paper-entry .detail .headshot img, .paper-entry .detail .journal img, .paper-entry .detail .visual img, .viz-entry .detail .headshot img, .viz-entry .detail .journal img, .viz-entry .detail .visual img {
          width: 100%; } }
    .person-entry .detail p, .person-entry .detail a, .person-entry .detail li, .paper-entry .detail p, .paper-entry .detail a, .paper-entry .detail li, .viz-entry .detail p, .viz-entry .detail a, .viz-entry .detail li {
      font-size: 1.6vmax;
      line-height: 1.5em;
      margin-top: 0; }
      @media (max-width: 75rem) {
        .person-entry .detail p, .person-entry .detail a, .person-entry .detail li, .paper-entry .detail p, .paper-entry .detail a, .paper-entry .detail li, .viz-entry .detail p, .viz-entry .detail a, .viz-entry .detail li {
          font-size: 1.2rem; } }
    .person-entry .detail .contact ul, .paper-entry .detail .contact ul, .viz-entry .detail .contact ul {
      margin: 0;
      padding: 0; }
      .person-entry .detail .contact ul li, .paper-entry .detail .contact ul li, .viz-entry .detail .contact ul li {
        margin: 0 0 1em 0;
        padding: 0;
        list-style: none; }
    @media screen and (min-width: 1023px) {
      .person-entry .detail, .paper-entry .detail, .viz-entry .detail {
        width: 35%;
        margin-right: 5%; } }
    @media screen and (min-width: 1023px) {
      .person-entry .detail.right, .paper-entry .detail.right, .viz-entry .detail.right {
        margin-left: 5%;
        margin-right: 0; } }
  .person-entry .detail-wide .content h1, .paper-entry .detail-wide .content h1, .viz-entry .detail-wide .content h1 {
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 0.3em 0;
    font-size: 3vmax; }
    @media (max-width: 66.66667rem) {
      .person-entry .detail-wide .content h1, .paper-entry .detail-wide .content h1, .viz-entry .detail-wide .content h1 {
        font-size: 2rem; } }
  .person-entry .detail-wide .content p, .person-entry .detail-wide .content a, .person-entry .detail-wide .content li, .paper-entry .detail-wide .content p, .paper-entry .detail-wide .content a, .paper-entry .detail-wide .content li, .viz-entry .detail-wide .content p, .viz-entry .detail-wide .content a, .viz-entry .detail-wide .content li {
    font-size: 1.6vmax;
    line-height: 1.5em;
    margin-top: 0; }
    @media (max-width: 75rem) {
      .person-entry .detail-wide .content p, .person-entry .detail-wide .content a, .person-entry .detail-wide .content li, .paper-entry .detail-wide .content p, .paper-entry .detail-wide .content a, .paper-entry .detail-wide .content li, .viz-entry .detail-wide .content p, .viz-entry .detail-wide .content a, .viz-entry .detail-wide .content li {
        font-size: 1.2rem; } }
  .person-entry .detail-wide .extras ul.publications li, .paper-entry .detail-wide .extras ul.publications li, .viz-entry .detail-wide .extras ul.publications li {
    margin-bottom: 1em; }
  @media screen and (min-width: 1023px) {
    .person-entry .detail-wide, .paper-entry .detail-wide, .viz-entry .detail-wide {
      width: 60%; } }

.transparency {
  font-size: 1rem !important;
  font-style: italic;
  color: #b3b3b3;
  line-height: 1.5em; }

.research-areas .flex-container .item {
  flex-basis: 50%; }
  .research-areas .flex-container .item a {
    display: block;
    padding: 1rem;
    height: 50vw;
    color: #ffffff;
    position: relative;
    font-size: 2vmax;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 70em) {
      .research-areas .flex-container .item a {
        font-size: 1.4em; } }
    .research-areas .flex-container .item a .title {
      z-index: 100;
      position: relative; }
    .research-areas .flex-container .item a:before {
      content: "";
      width: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      display: block;
      position: absolute;
      height: 100%;
      right: 0px;
      top: 0px;
      box-sizing: border-box;
      transition: ease-in-out 0.3s; }
    .research-areas .flex-container .item a:hover:before {
      background-color: rgba(0, 0, 0, 0.7); }
  @media screen and (min-width: 600px) {
    .research-areas .flex-container .item {
      flex-basis: 33.333333333%; }
      .research-areas .flex-container .item a {
        padding: 1.5rem;
        height: 33.33333333333vw; } }
  @media screen and (min-width: 1023px) {
    .research-areas .flex-container .item a {
      padding: 2rem;
      font-size: 3vmax; } }
  @media screen and (min-width: 1023px) and (max-width: 66.66667em) {
    .research-areas .flex-container .item a {
      font-size: 2em; } }

.network-viz {
  /*
	display:flex;
	flex-flow: wrap;
*/ }
  .network-viz a {
    display: block;
    font-size: 2.2vmax;
    padding: 1em;
    font-weight: 500;
    color: #ffffff;
    background: #000000 center no-repeat;
    background-size: cover;
    position: relative; }
    @media (max-width: 90.90909em) {
      .network-viz a {
        font-size: 2em; } }
    .network-viz a.all-link {
      font-size: 2em;
      font-weight: 500; }
    .network-viz a .title {
      z-index: 100;
      position: relative; }
    @media screen and (min-width: 600px) {
      .network-viz a {
        flex-basis: 50%; } }
    @media screen and (min-width: 1023px) {
      .network-viz a {
        flex-basis: 25%; } }

.networkviz-list .item {
  width: 100%;
  text-align: center; }
  .networkviz-list .item a {
    display: block;
    padding: 0 2rem 2rem 2rem; }
    .networkviz-list .item a h2 {
      font-size: 2vmax; }
      @media (max-width: 70em) {
        .networkviz-list .item a h2 {
          font-size: 1.4em; } }
    .networkviz-list .item a img {
      max-height: 10rem;
      max-width: 100%; }

.page {
  padding: 10rem 0; }
  .page .content {
    padding: 0 15vw; }
    .page .content h1 {
      text-transform: none;
      font-size: 3vmax; }
      @media (max-width: 66.66667em) {
        .page .content h1 {
          font-size: 2em; } }
    .page .content h2 {
      text-transform: none;
      font-size: 2.5vmax; }
      @media (max-width: 80em) {
        .page .content h2 {
          font-size: 2em; } }
    .page .content p, .page .content ol, .page .content ul, .page .content blockquote {
      color: #333333;
      font-weight: 300;
      font-size: 1.2vmax;
      line-height: 1.6em; }
      @media (max-width: 108.33333rem) {
        .page .content p, .page .content ol, .page .content ul, .page .content blockquote {
          font-size: 1.3rem; } }
    .page .content blockquote {
      font-style: italic;
      color: #999999;
      border-left: 3px solid #cccccc;
      padding-left: 1em; }

.fadein {
  background-color: #000A23;
  color: #ffffff;
  padding: 10rem 0;
  background-size: cover;
  background-repeat: no-repeat; }
  .fadein .content {
    color: #ffffff;
    align-items: baseline;
    align-content: center;
    padding: 0 15vw; }
    @media screen and (min-width: 1023px) {
      .fadein .content .body {
        width: 70%; } }
    @media screen and (min-width: 1023px) {
      .fadein .content {
        display: flex; } }
    .fadein .content h1, .fadein .content h2 {
      text-transform: none;
      font-size: 3vmax; }
      @media (max-width: 66.66667em) {
        .fadein .content h1, .fadein .content h2 {
          font-size: 2em; } }
      @media screen and (min-width: 1023px) {
        .fadein .content h1, .fadein .content h2 {
          text-align: left;
          margin-right: 1em;
          width: 20vw; } }
    .fadein .content p {
      font-size: 1.8vmax;
      line-height: 1.8em;
      color: #ffffff;
      font-weight: 300; }
      @media (max-width: 72.22222rem) {
        .fadein .content p {
          font-size: 1.3rem; } }
      @media screen and (min-width: 1023px) {
        .fadein .content p {
          flex: 4; } }

.selected-publications {
  background: #000000; }
  .selected-publications li {
    box-sizing: border-box;
    border-top: 3px solid #000000; }
    .selected-publications li:hover {
      border-top: 3px solid #ffffff; }
    .selected-publications li.title {
      color: #ffffff;
      padding: 7rem 10rem;
      font-size: 3.5vmax; }
      @media (max-width: 57.14286rem) {
        .selected-publications li.title {
          font-size: 2rem; } }
      .selected-publications li.title:hover {
        border-top: 3px solid #000000; }
    .selected-publications li a {
      display: block;
      padding: 3rem;
      font-size: 1.6vmax;
      line-height: 1.4em;
      height: 100%;
      color: #ffffff;
      font-weight: 100; }
      @media (max-width: 81.25rem) {
        .selected-publications li a {
          font-size: 1.3rem; } }
      .selected-publications li a strong {
        font-weight: 500;
        display: block;
        margin-bottom: .5rem;
        font-size: 2.5vw;
        line-height: 1.3em; }

.related-videos {
  width: 100%; }
  @media screen and (min-width: 600px) {
    .related-videos.multiple .related-video {
      width: 46%;
      margin-right: 2%; } }
  .related-videos .related-video {
    width: 100%; }
    .related-videos .related-video p {
      font-size: 1em; }

.tools .tool.title {
  font-weight: 500;
  padding: 2em;
  display: block;
  font-size: 2vmax;
  color: #ffffff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 75em) {
    .tools .tool.title {
      font-size: 1.5em; } }

.tools .tool.body {
  background-color: #000000;
  padding: 1em 2em; }
  @media screen and (min-width: 1023px) {
    .tools .tool.body {
      padding: 1.5em 3em; } }
  .tools .tool.body p {
    color: #ffffff;
    line-height: 1.5em;
    font-size: 1.7vmax; }
    @media (max-width: 76.47059em) {
      .tools .tool.body p {
        font-size: 1.3em; } }
    @media screen and (min-width: 600px) {
      .tools .tool.body p {
        font-size: 1.5vmax; } }
  @media screen and (min-width: 600px) and (max-width: 80em) {
    .tools .tool.body p {
      font-size: 1.2em; } }
    @media screen and (min-width: 1023px) {
      .tools .tool.body p {
        font-size: 1.7vmax; } }
  @media screen and (min-width: 1023px) and (max-width: 70.58824em) {
    .tools .tool.body p {
      font-size: 1.2em; } }
    .tools .tool.body p a {
      color: #ffffff;
      font-weight: 500; }
  .tools .tool.body h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 2vmax;
    text-transform: none; }
    @media (max-width: 75em) {
      .tools .tool.body h3 {
        font-size: 1.5em; } }

.network-viz {
  background: #000000; }
  .network-viz .visual:before {
    content: "";
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    box-sizing: border-box;
    transition: ease-in-out 0.3s; }
  .network-viz .visual:hover:before {
    background-color: rgba(0, 0, 0, 0.7); }
  .network-viz .visual h5 {
    font-size: 2vmax;
    padding: 2em;
    margin: 0;
    color: #ffffff; }
    @media (max-width: 65em) {
      .network-viz .visual h5 {
        font-size: 1.3em; } }

.funders .logo a {
  font-size: 2vmax;
  padding: 1em;
  display: block; }
  @media (max-width: 65em) {
    .funders .logo a {
      font-size: 1.3em; } }

.funders .logo img {
  max-width: 100%; }

.funders .desc {
  padding: 1em;
  background-color: #000000; }
  @media screen and (min-width: 600px) {
    .funders .desc {
      padding: 2rem 5rem; } }
  .funders .desc p {
    font-size: 1.8vmax;
    color: #ffffff;
    line-height: 1.6em;
    font-weight: 300; }
    @media (max-width: 72.22222em) {
      .funders .desc p {
        font-size: 1.3em; } }

.book {
  height: auto; }
  .book .content {
    top: auto !important;
    transform: none !important;
    position: static !important;
    padding: 5vw 15vw; }
  .book img {
    width: 20vw; }
  .book a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff; }

.publications-list article {
  border-top: 1px solid #333333;
  padding: 2rem 0; }
  .publications-list article .image {
    margin-right: 2rem; }
  .publications-list article .description {
    flex: 3; }
    .publications-list article .description h2 {
      margin-top: 0; }
    .publications-list article .description h3 {
      text-transform: uppercase;
      color: #999999;
      font-size: 0.9vmax;
      font-weight: 500;
      margin-bottom: 0;
      line-height: 1.5em; }
      @media (max-width: 1777.77778px) {
        .publications-list article .description h3 {
          font-size: 16px; } }
    .publications-list article .description p {
      font-weight: 300;
      margin-top: 0; }

.sharethis-inline-share-buttons {
  margin-top: .5rem; }

.pagination {
  display: none; }

#infscr-loading {
  text-align: center; }

p.past-events-link, p.past-courses-link {
  color: #ffffff;
  margin-top: 3em;
  text-align: center;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  cursor: pointer;
  border-top: 1px solid #ffffff;
  transition: background 0.5s, color 0.5s; }
  p.past-events-link:hover, p.past-events-link.active, p.past-courses-link:hover, p.past-courses-link.active {
    background: #ffffff;
    color: #000000;
    transition: background 0.5s, color 0.5s; }

.past-events, .past-courses {
  display: block; }
  .past-events.hide, .past-courses.hide {
    display: none; }

ul.events, ul.courses {
  margin: 0 0 3rem 0;
  padding: 0;
  list-style: none;
  font-size: 1.1rem;
  line-height: 1.5em; }
  ul.events li, ul.courses li {
    border-left: 1px solid #ffffff;
    padding-left: 1rem;
    font-weight: 300;
    margin-top: 1.5rem; }
    ul.events li p, ul.courses li p {
      font-size: 1.1rem !important; }
    ul.events li .date, ul.events li .course-name, ul.courses li .date, ul.courses li .course-name {
      display: block;
      font-weight: 500; }
    ul.events li .title, ul.events li .syllabus, ul.courses li .title, ul.courses li .syllabus {
      display: block; }

.past-events ul.events li {
  border-left: 1px solid #000000; }

a.toggle {
  cursor: pointer; }

.past-exams, .faqs {
  display: none; }
  .past-exams li, .faqs li {
    border: none !important;
    margin-top: 0 !important;
    padding: 0 !important; }

.publication h3 {
  text-transform: none;
  font-size: 2vmax; }
  @media (max-width: 70em) {
    .publication h3 {
      font-size: 1.4em; } }

.publication p {
  line-height: 1.4em !important; }

.wrapper {
  padding: 7rem 0;
  max-width: 80vw; }
  .wrapper .results p, .wrapper .results li, .wrapper .results blockquote {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300; }

.video {
  width: 100%;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 600px) {
    .video {
      width: 47%;
      margin-right: 3%; } }
  @media screen and (min-width: 1023px) {
    .video {
      width: 32%;
      margin-right: 1.33333333%; } }
  .video p {
    margin-top: 0; }

.media {
  max-width: 800px;
  width: 100%;
  margin-bottom: 1rem; }
  .media__video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    width: 100%;
    overflow: hidden;
    background: gray; }
    .media__video iframe, .media__video object, .media__video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media screen and (min-width: 600px) {
  .two-columns {
    column-count: 2; } }

.media-item h4 {
  margin: 0;
  font-size: 1rem; }

.media-item p {
  margin-top: 0;
  font-weight: 300;
  line-height: 1.6em; }

.media-item p.date {
  margin-bottom: .5rem;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 500; }

.media-item span.source {
  font-weight: 300;
  font-style: italic; }

h2.media-title {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #cecece; }

a.see-all {
  color: #44BEE4;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 2rem; }
  a.see-all:hover:after {
    content: '\20\2192'; }
