body.post-template-biology {
    background-color: #e4e9f2;
    font-family: "Source Sans Pro", sans-serif;
    padding: 4rem 0;
    min-height: 100vh; }
    @media screen and (min-width: 64rem) {
      body.post-template-biology {
        padding: 6rem 0 4rem; } }
    body.post-template-biology h1 {
      color: #000;
      font-family: "Montserrat", sans-serif;
      font-size: 2rem;
      font-weight: 600;
      text-transform: uppercase; }
      @media screen and (min-width: 22rem) {
        body.post-template-biology h1 {
          font-size: 7vw;
          margin: 0 0 .5em; } }
      @media screen and (min-width: 64rem) {
        body.post-template-biology h1 {
          font-size: 3.875rem; } }
    body.post-template-biology h2 {
      color: #000;
      font-family: "Montserrat", sans-serif;
      font-size: 1.25rem;
      text-transform: uppercase; }
      @media screen and (min-width: 22rem) {
        body.post-template-biology h2 {
          font-size: .9rem;
          padding-right: 2.5rem; } }
      @media screen and (min-width: 50rem) {
        body.post-template-biology h2 {
          font-size: 1.5rem;
          padding-right: 7rem; } }
      body.post-template-biology h2.green {
        color: #35aea1; }
      @media screen and (min-width: 22rem) {
        body.post-template-biology h2.subhead {
          font-size: 4.5vw; } }
      @media screen and (min-width: 64rem) {
        body.post-template-biology h2.subhead {
          font-size: 1.5rem; } }
    body.post-template-biology .container {
      max-width: 64rem; }
    body.post-template-biology .intro {
      font-size: 1.25rem;
      line-height: 1.5; }
    body.post-template-biology #maincontent {
      float: none;
      padding-top: 4rem; }
  
  .header__grid {
    display: flex;
    flex-flow: column nowrap; }
    @media screen and (min-width: 22rem) {
      .header__grid {
        flex-flow: row wrap; } }
    @media screen and (min-width: 22rem) {
      .header__grid__top-left {
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        width: 66.67%; } }
    @media screen and (min-width: 64rem) {
      .header__grid__top-left {
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        width: 52rem; } }
    @media screen and (min-width: 22rem) {
      .header__grid__top-right {
        border-bottom: 2px solid #000;
        width: 33.33%; } }
    @media screen and (min-width: 64rem) {
      .header__grid__top-right {
        border-bottom: 2px solid #000;
        width: 12rem; } }
    @media screen and (min-width: 22rem) {
      .header__grid__bottom-left {
        border-right: 2px solid #000;
        width: 66.67%; } }
    @media screen and (min-width: 64rem) {
      .header__grid__bottom-left {
        border-right: 2px solid #000;
        width: 52rem; } }
    @media screen and (min-width: 22rem) {
      .header__grid__bottom-right {
        padding: .5rem .5rem 0;
        width: 33.33%; } }
    @media screen and (min-width: 64rem) {
      .header__grid__bottom-right {
        padding: 1.25rem 1.25rem 0;
        width: 12rem; } }
    @media screen and (min-width: 22rem) {
      .header__grid__bottom-right h2 {
        font-size: 4.5vw; } }
    @media screen and (min-width: 64rem) {
      .header__grid__bottom-right h2 {
        font-size: 1.5rem; } }
  
  .footer {
    padding-top: 4rem; }
    .footer__grid {
      align-items: center;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      row-gap: 1rem; }
      @media screen and (min-width: 50rem) {
        .footer__grid {
          flex-flow: row nowrap;
          justify-content: flex-start; } }
      @media screen and (min-width: 50rem) {
        .footer__grid__left {
          border-right: 1px solid #000;
          padding-right: 1.5rem; } }
      .footer__grid__right {
        text-align: center; }
        @media screen and (min-width: 50rem) {
          .footer__grid__right {
            padding-left: 1.5rem;
            text-align: left; } }
  
  .biodiversity {
    margin: 4rem 0 2rem; }
  
  .drug-discovery {
    margin: 2rem 0 2rem; }
  
  .area--biodiversity {
    --background-color: #35aea1;
    --highlight-color: #90f0d5;
    background-color: #35aea1; }
  .area--drug-discovery {
    --background-color: #74c6eb;
    --highlight-color: #e5f6fd;
    background-color: #74c6eb; }
  .area--computational-biology {
    --background-color: #f2c947;
    --highlight-color: #ffffd6;
    background-color: #f2c947; }
  .area h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 600; }
  .area__container {
    align-items: flex-end;
    display: flex;
    flex-flow: row wrap; }
  .area__main {
    padding-left: .5rem;
    padding-right: .5rem; }
    @media screen and (min-width: 50rem) {
      .area__main {
        padding-left: 3.75rem;
        padding-right: 0;
        width: 50%; } }
  .area__image {
    text-align: center; }
    @media screen and (min-width: 50rem) {
      .area__image {
        width: 50%; } }
    .area__image--desktop {
      display: none; }
      @media screen and (min-width: 50rem) {
        .area__image--desktop {
          display: block; } }
    @media screen and (min-width: 50rem) {
      .area__image--mobile {
        display: none; } }
  .area__intro {
    font-size: 1.125rem;
    font-weight: 600; }
  .area__career-spotlight {
    font-size: 1rem; }
  .area__other-careers__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .area__other-careers__item {
    font-weight: 700; }
    .area__other-careers__item::before {
      content: '-';
      display: inline-block;
      margin-right: 1.75rem; }
  .area__slider {
    width: 100%; }
  .area__news {
    padding: 1rem .5rem 4rem; }
    @media screen and (min-width: 50rem) {
      .area__news {
        padding: 1rem 3.75rem 4rem; } }
    .area__news__list {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      row-gap: 1.5rem; }
    .area__news__item {
      display: flex;
      flex-flow: column nowrap;
      font-size: 1rem; }
      @media screen and (min-width: 50rem) {
        .area__news__item {
          border-right: 1px solid var(--highlight-color);
          padding: 0 2rem;
          width: calc(33.33% - 1rem); }
          .area__news__item:last-of-type {
            border-right: none; } }
    .area__news__source {
      font-style: italic;
      font-weight: 300; }
    .area__news__headline {
      font-size: 1.125rem;
      font-weight: 800; }
      .area__news__headline a {
        text-decoration: none; }
        .area__news__headline a:focus, .area__news__headline a:hover, .area__news__headline a:visited:hover {
          color: #000;
          text-decoration: underline; }
  
  .accordion__button {
    color: #000;
    margin: 0;
    background-color: transparent;
    padding: .5rem;
    position: relative;
    text-align: left;
    width: 100%; }
    @media screen and (min-width: 22rem) {
      .accordion__button {
        min-height: 4rem;
        padding: .5rem; }
        .accordion__button::after {
          content: '+';
          display: block;
          font-family: "Montserrat", sans-serif;
          font-size: 1.5rem;
          font-weight: 700;
          position: absolute;
          right: .5rem;
          top: 50%;
          width: 1.5rem;
          text-align: right;
          transform: translateY(-50%); }
        .accordion__button[aria-expanded="true"]:after {
          content: '-'; } }
    @media screen and (min-width: 50rem) {
      .accordion__button {
        padding: 1.5rem 4rem; }
        .accordion__button::after {
          display: block;
          font-size: 1.75rem;
          position: absolute;
          right: 4rem;
          top: 50%;
          width: 3em;
          text-align: center;
          transform: translateY(-50%); } }
    .accordion__button:hover, .accordion__button:focus {
      background-color: transparent;
      color: #000; }
    .accordion__button:focus-visible {
      text-decoration: underline; }
  .accordion__title {
    margin: 0; }
    @media screen and (min-width: 22rem) {
      .accordion__title {
        padding-right: 2.5rem; } }
    @media screen and (min-width: 50rem) {
      .accordion__title {
        padding-right: 7rem; } }
  
  .splide {
    overflow: hidden;
    width: 100%; }
    .splide__inner {
      margin: 0 auto;
      max-width: 32rem; }
    .splide__track {
      overflow: visible; }
    .splide__slide {
      background-color: var(--highlight-color);
      padding: 0 1.5rem; }
      @media screen and (max-width: 50rem) {
        .splide__slide {
          padding-bottom: 3rem; } }
      .splide__slide.is-prev::after {
        background-image: linear-gradient(to left, transparent 0, var(--background-color) 20%);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      .splide__slide.is-next::after {
        background-image: linear-gradient(to right, transparent 0, var(--background-color) 20%);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .splide__arrow {
      background-color: var(--highlight-color); }
      @media screen and (max-width: 50rem) {
        .splide__arrow {
          bottom: -1rem;
          top: auto; } }
    .splide button.splide__arrow:hover {
      background-color: var(--highlight-color); }
    .splide button.splide__arrow:focus {
      background-color: var(--highlight-color); }
    