/*
Theme Name: Bridge Bio
Description: WordPress theme by The Experience Design Studio for the Bridge Bio
Author: The Experience Design Studio
Author URI: https://madebyxds.com
Version: 1.0
*/

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Meyer Reset
- Core Styles
- Colors
- Grid
- Buttons
- Semantics
- Utilities
- Animations
- Header
- Footer
*/


/* Meyer Reset
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-x: hidden;
}
body {
  line-height: 1;
  font-family: 'DM Sans', sans-serif;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
}

/* Core Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
  font-family: 'LL Circular';
  src: url('/wp-content/themes/bridgebio/assets/fonts/lineto-circular-bold.eot');
  src: url('/wp-content/themes/bridgebio/assets/fonts/lineto-circular-bold.eot?#iefix')
      format('embedded-opentype'),
    url('/wp-content/themes/bridgebio/assets/fonts/lineto-circular-bold.woff2') format('woff2'),
    url('/wp-content/themes/bridgebio/assets/fonts/lineto-circular-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'LL Circular';
  src: url('/wp-content/themes/bridgebio/assets/fonts/lineto-circular-bolditalic.eot');
  src: url('/wp-content/themes/bridgebio/assets/fonts/lineto-circular-bolditalic.eot?#iefix')
      format('embedded-opentype'),
    url('/wp-content/themes/bridgebio/assets/fonts/lineto-circular-bolditalic.woff2') format('woff2'),
    url('/wp-content/themes/bridgebio/assets/fonts/lineto-circular-bolditalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

:root {
  /* Colors */
  --alto-grey: #d8d8d8;
  --amaranth: #e32449;
  --biscay: #1d3865;
  --black: #000;
  --cape-cod: #323535;
  --cobalt: #0044c3;
  --cupid: #fbc6d0;
  --downriver: #0e2a5b;
  --gradient-blue: linear-gradient(225deg, var(--cobalt) 0%, var(--sail) 100%);
  --gradient-red: linear-gradient(
    225deg,
    var(--amaranth) 0%,
    var(--cupid) 100%
  );
  --gray-800: #ccc;
  --gray-960: #f5f5f5;
  --gray-chateau: #99a0a3;
  --sail: #a3ddf5;
  --white: #fff;

  /* Sizes */
  --bottom-banner-height: 115px;
  --navbar-height: 98px;
  --top-banner-height: 60px;

  /* Every variable that affects the top part of the layout should be added here. */
  --full-height: calc(var(--vh, 1vh) * 100);
  --site-bottom-offset: var(--bottom-banner-height);
  --site-top-offset: var(--top-banner-height);

  /* Fonts */
  --default-title-font: 'LL Circular', sans-serif;
  --font-size-h1: clamp(3.125rem, calc(2.6786rem + 2.2321vw), 4.6875rem);
}
@media screen and (min-width: 600px) {
  :root {
    --bottom-banner-height: 97px;
    --top-banner-height: 48px;
  }
}

@media screen and (min-width: 930px) {
  :root {
    --navbar-height: 110px;
  }
}

html,
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: var(--black);
  margin: 0;
  padding: 0;
  line-height: 0;
}

body {
  font-size: 1rem;
  line-height: 1.5;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
  font-family: var(--default-title-font);
  font-weight: bold;
  text-transform: lowercase;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-family: var(--default-title-font);
  font-style: italic;
}

h1 {
  font-size: var(--font-size-h1);
  margin: 0 auto 1rem auto;
  line-height: 1.2;
}

h1.page__title {
  font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.625rem);
  margin: 0 0 1.8rem 0;
}

h2 {
  font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.625rem);
  margin: 0 0 1.8rem 0;
}

h3 {
  font-size: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
  letter-spacing: -0.002916666666667em;
  margin: 0 0 0.5rem 0;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

p {
  font-size: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
  letter-spacing: -0.012083333333333em;
  line-height: 1.29;
  margin: 0 0 1.8rem 0;
}

h1 {
    font-size: clamp(3.125rem,calc(2.6786rem + 2.2321vw),4.6875rem);
    font-size: var(--font-size-h1);
    margin: 0 auto 1rem;
    line-height: 1.2;
}

small {
  font-size: 1rem;
}

.date {
  letter-spacing: 2px;
}

a {
  color: var(--black);
  text-decoration: none;
}

ul {
  list-style-type: disc;
  margin: 2rem 0;
  padding: 0 0 0 40px;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

ul li ul {
  margin: 10px 0;
}

hr {
  border: none;
  border-bottom: solid 1px var(--gray-800);
  margin: 2rem 0;
}

b {
  font-weight: bold;
}

hr, ul {
    margin: 2rem 0;
}

hr {
    border: none;
    border-bottom: 1px solid var(--gray-800);
}

/* Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.gradient-red {
  background-image: var(--gradient-red);
}
.gradient-blue {
  background-image: var(--gradient-blue);
}
.white {
  color: var(--white);
}
.red {
  color: var(--amaranth);
}
section.red,
div.red {
  background-color: var(--amaranth);
  color: inherit;
}

.blue {
  color: var(--cobalt);
}
section.blue,
div.blue {
  background-color: var(--cobalt);
  color: inherit;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --base-grid-columns: repeat(24, 1fr);
  --base-grid-gap: 10px;
  --container-max-width: 1440px;
  --container-spacing: 5px;
}

.container {
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  grid-column-gap: var(--base-grid-gap);
  -moz-column-gap: var(--base-grid-gap);
  column-gap: var(--base-grid-gap);
  display: grid;
  grid-template-columns: repeat(24,1fr);
  grid-template-columns: var(--base-grid-columns);
  margin: 0 auto;
  max-width: 1440px;
  max-width: var(--container-max-width);
  padding: 0 5px;
  padding: 0 var(--container-spacing);
  width: 100%;
}

@media screen and (max-width: 39.9375rem) {
  :root {
    --base-grid-columns: repeat(12, 1fr);
    --base-grid-gap: 5px;
    --container-spacing: 3px;
  }
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 1rem 0;
  flex-wrap: wrap;
}
.flex-row + .flex-row {
  margin-top: 2rem;
}

div[class^='flex-row up-'] {
  justify-content: flex-start;
}
.flex-row.up-two > * {
  flex: 1 1 auto;
  width: 100%;
  max-width: 50%;
  margin-bottom: 1rem;
}
.flex-row.up-four > * {
  flex: 1 1 auto;
  width: 100%;
  max-width: 25%;
  margin-bottom: 1rem;
}
.flex-row.up-five > * {
  flex: 1 1 auto;
  width: 100%;
  max-width: 20%;
  margin-bottom: 1rem;
}
.flex-row.up-six > * {
  flex: 1 1 auto;
  width: 100%;
  max-width: 15%;
  margin-bottom: 1rem;
}

.flex-row.flexy {
  justify-content: space-evenly;
}
.flex-row.no-wrap {
  flex-wrap: nowrap;
}

.flex-column {
  flex: 1 1 auto;
  padding: 0 2rem;
  width: 100%;
}
.flex-column.one-two {
  flex: 1 1 auto;
  max-width: 50%;
}
.flex-column.one-three {
  flex: 1 1 auto;
  max-width: 33%;
}
.flex-column.two-three {
  flex: 1 1 auto;
  max-width: 66%;
}
.flex-column.one-four {
  flex: 1 1 auto;
  max-width: 25%;
}
.flex-column.one-five {
  flex: 1 1 auto;
  max-width: 20%;
}
.flex-column.end {
  flex: 1;
  width: auto;
}

.contained {
  max-width: 70rem;
  margin: auto;
}

/* tablet */
@media screen and (max-width: 60rem) {
  .flex-row.up-four > * {
    max-width: 33%;
  }
  .flex-row.up-six > * {
    max-width: 33%;
  }
}

/* mobile */
@media screen and (max-width: 39.9375em) {
  .flex-row.up-four > * {
    max-width: 50%;
  }
  .flex-row.up-five > * {
    max-width: 50%;
  }
  .flex-row.up-six > * {
    max-width: 50%;
  }
  .flex-row-collapse {
    flex-direction: column;
  }
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--black);
  font-family: var(--default-title-font);
  letter-spacing: 2px;
  font-size: 75%;
  outline: solid 2px var(--black);
  padding: 1rem 1.5rem;
  transition: all 0.3s ease;
  border: 0;
  cursor: pointer;
}

.button.button--secondary-red,
.button.button--secondary-blue {
  color: var(--white);
  outline-color: var(--white);
  background-color: transparent;
}

small > .button {
  padding: 0.5rem 0.75rem;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    color: var(--white);
    background-color: var(--amaranth);
    outline-color: var(--amaranth);
  }

  .button.button--secondary-blue:hover {
    color: var(--cobalt);
    background-color: var(--white);
    outline-color: var(--white);
  }

  .button.button--secondary-red:hover {
    color: var(--amaranth);
    background-color: var(--white);
    outline-color: var(--white);
  }
}

.button--cta {
  align-items: center;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  display: flex;
  font-family: var(--default-title-font);
  font-size: 0.875rem;
  padding: 0;
  text-transform: uppercase;
}

/* Semantics
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
  height: 0;
}

main {
  display: block;
  margin: auto;
}
main header,
main section {
  width: 100%;
  max-width: 70rem;
  margin: auto;
  height: auto;
}

main section {
  padding: 3.0625rem 0 4.0625rem 0;
}

article a:not(.button) {
  color: var(--amaranth);
  font-weight: bold;
  word-break: break-word;
}

.form-container__mailing-list-link,
.content__logo-hover,
.name__content,
.description__text,
article a:not(.button),
.heading__title .title__text,
.content__tab-info a,
#approach ul > li > p > a,
.career__position,
.listing a:not(.button):not(.learn-more__link):not(.listing-title__link),
.listing-title__content {
  --underline-space: 65%;
  background-image: linear-gradient(
    to bottom,
    transparent var(--underline-space),
    var(--cupid) 10%
  );
  background-repeat: no-repeat;
  background-size: 0 100%;
  text-decoration: none;
  transition: background-size 0.4s ease;
}

.form-container__mailing-list-link,
.heading__title .title__text,
.content__tab-info a,
#approach ul > li > p > a,
.career__position,
.listing a:not(.button):not(.learn-more__link) {
  --underline-space: 55%;
}

@media (hover: hover) and (pointer: fine) {
  .form-container__mailing-list-link:hover,
  .content__body:hover .content__logo-hover,
  .company__content:hover .description__text,
  .person-card:hover .name__content,
  article a:not(.button):hover,
  .heading__title:hover .title__text,
  .item__arrow:hover ~ .item__heading .heading__title .title__text,
  .content__tab-info a:hover,
  #approach ul > li > p > a:hover,
  .career-list__career:hover .career__position,
  .listing
    a:not(.button):not(.learn-more__link):not(.listing-title__link):hover,
  .listing-title__content:hover {
    background-size: 100% 100%;
    cursor: pointer;
  }
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* mobile */
@media screen and (max-width: 39.9375em) {
  main section {
    padding: 3.0625rem 2rem 4.0625rem 2rem;
  }
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-enter-active,
.page-leave-active {
  transition: opacity 0.25s ease;
}
.page-enter,
.page-leave-active {
  opacity: 0;
}

.logo.greyout {
  position: fixed;
  top: 1rem;
  left: 1.5rem;
  max-width: 140px;
  z-index: -1;
  background-color: var(--white);
}
.logo.greyout img {
  filter: grayscale(1) invert(1);
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.titlecase {
  text-transform: none;
}
.image-caption {
  position: absolute;
  left: 1rem;
  bottom: 0;
  max-width: 50%;
  font-size: 0.8rem;
  line-height: 1.2;
}
.image .image-caption {
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 1rem;
  max-width: 50%;
  line-height: 1.2;
}

.responsive-embed {
  width: 100%;
  height: calc(100vh - 10rem);
  position: relative;
}
.responsive-embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.listing {
  padding: 1rem 0 0 0;
  position: relative;
}
.listing::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  border-top: solid 1px var(--gray-800);
}
.listing.no-cap {
  padding: 0 2rem;
}
.listing.no-cap::before {
  content: normal;
}

.listing .date {
  margin-top: 1rem;
}

.intro-text {
  margin-top: clamp(3.75rem, 2.3929rem + 6.7857vw, 8.5rem);
}

.intro-text p {
  grid-column: 2 / 12;
}

.intro-text p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 39.9375rem) {
  .intro-text p {
    grid-column: 4 / 22;
  }
}

@media screen and (max-width: 60rem) {
  .logo.greyout {
    max-width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: var(--white);
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
  .logo.greyout img {
    max-width: 100px;
  }
}

/* Animations
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Lightbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.goverlay {
  background-color: rgba(153, 160, 153, 0.5);
}
.glightbox-clean .gclose {

}
 .glightbox-clean .gnext,
 .glightbox-clean .gprev {
   display: none;
 }

 /* Modal
 –––––––––––––––––––––––––––––––––––––––––––––––––– */
 .base-modal {
   position: fixed;
   z-index: 999;
   display: none;
 }

 .base-modal-open {
   display: block;
 }

 #app-dialog[aria-hidden='true'],
 #app-dialog-title,
 .base-modal__close-button {
   display: none;
 }

 .base-modal__element {
   background-color: rgba(153, 160, 153, 0.5);
   height: 100%;
   left: 0;
   overflow-x: hidden;
   overflow-y: auto;
   position: fixed;
   top: 0;
   width: 100%;
 }

 .base-modal__document,
 .base-modal__container {
   height: 100%;
 }

 .base-modal__exit-area {
   height: 100vh;
   position: absolute;
   width: 100vw;
 }

 .base-modal__content {
   position: relative;
 }

 .base-modal__container {
   display: flex;
   justify-content: center;
   align-items: center;
 }

 /* Video Modal */
 .base-video-modal {
   max-width: 95%;
   width: 950px;
 }

 .base-video-modal__close {
   background: none;
   border: none;
   cursor: pointer;
   padding: 0;
   position: absolute;
   right: 1.75rem;
   top: 1.75rem;
   z-index: 1;
 }

 .base-video-modal__container .base-video-modal__element {
   display: block;
   height: 100%;
   object-fit: cover;
   width: 100%;
 }

 @media screen and (max-width: 39.9375em) {
   .base-video-modal {
     /* height: 100%; */
     max-width: unset;
   }

   .base-video-modal__container {
     /* min-height: 100%; */
     padding: 4.375rem 3.75rem;
   }

   .base-video-modal__close {
     right: .75rem;
     top: 2rem;
   }
 }

 /* Person Modal */
 .person-bio-modal {
   width: 950px;
   max-width: 95%;
 }

 .person-bio-modal__close {
   position: absolute;
   right: 1.75rem;
   top: 1.75rem;
   border: none;
   background: var(--white);
   padding: 0;
   cursor: pointer;
 }

 .person-bio-modal__container {
   padding: 8.75rem 7.5rem;
   background-color: var(--white);
 }

 .person-bio-modal__container-heading {
   display: flex;
   align-items: flex-end;
   margin-bottom: 2.6875rem;
 }

 .person-bio-modal__heading-picture {
   width: 6.875rem;
   margin-right: 0.625rem;
 }

 .person-bio-modal__description-name {
   margin: 0;
   font-size: 1rem;
   font-weight: bold;
   margin-bottom: 1.4375rem;
   text-transform: capitalize;
   font-family: var(--default-title-font);
 }

 .person-bio-modal__description-title {
   letter-spacing: 0.125625em;
   margin: 0;
   text-transform: uppercase;
 }

 .person-bio-modal__container-bio {
   margin: 0;
   line-height: 1.25;
 }

 @media screen and (max-width: 39.9375em) {
   .person-bio-modal {
     height: 100%;
     max-width: unset;
   }

   .person-bio-modal__container {
     padding: 4.375rem 3.75rem;
     min-height: 100%;
   }
 }

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav {
  --fg-color: var(--white);
  display: flex;
  position: fixed;
  transition: transform 0.3s, top 0.3s, background-color 0.3s;
  top: 0;
  width: 100%;
  z-index: 10;
}

.banner--active .nav {
  opacity: 0;
  top: 67px;
}

.nav--bg-color {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: var(--navbar-bg-color);
  width: 100%;
  height: 100%;
}

.nav--dark:not(.nav--open) .nav__content-wrapper {
  --fg-color: var(--black);
  background-color: var(--white);
}

.nav--dark:not(.nav--open) .nav__logo {
  filter: brightness(0);
}

.nav__content-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.7rem 1.5rem;
  flex-wrap: wrap;
  width: 100%;
  z-index: 1;
  transition: background-color 0.3s;
}

.nav__logo-container {
  position: relative;
  max-width: 140px;
}

.nav__menu {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 100%;
}

.menu-item a {
  position: relative;
  align-items: center;
  color: var(--fg-color);
  cursor: pointer;
  display: flex;
  font-family: var(--default-title-font);
  list-style: none;
  text-align: inherit;
  text-transform: lowercase;
  text-decoration: none;
}

.menu-item {
  margin-right: 40px;
  padding-bottom: 10px;
  transition: color 0.3s;
  position: relative;
}

.menu-item-has-children > a:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTUgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNyAxMEwxNCAwSDBMNyAxMFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  height: 0;
  margin-left: 6px;
  margin-top: 2px;
  transition: transform .3s;
  width: 0;
}

.sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  background: transparent;
  margin: 0;
  padding: 0 10px;
  white-space: nowrap;
  text-align: right;
  list-style: none;
}

.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu .menu-item {
  margin-right: 0;
  padding-bottom: 0;
  text-align: right;
}

.sub-menu .menu-item a {
  display: block;
  color: var(--white);
  line-height: 1.75;
  opacity: 0.7;
  position: relative;
  transition: color 0.3s, opacity 0.3s;
  width: 100%;
}

.sub-menu .menu-item a:hover {
  opacity: 1;
}

.nav--dark .sub-menu {
  background: var(--white);
}

.nav--dark .sub-menu a {
  color: var(--black);
}

.item__link {
  color: inherit;
  text-align: end;
  text-decoration: none;
  width: 100%;
}

.nav__toggle-button {
  align-items: center;
  background-color: var(--white);
  border: none;
  border-radius: 43px;
  cursor: pointer;
  display: flex;
  height: 43px;
  justify-content: center;
  position: absolute;
  transform: scale(0);
  transition: transform 0.3s;
  right: 1.5rem;
  width: 43px;
}

.nav__toggle-button * {
  transition: 0.15s ease-in-out;
}

.nav__toggle-button span {
  display: block;
  background: var(--cape-cod);
  border-radius: 4px;
}

.nav__toggle-button #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}

.nav__toggle-button #hamburger span {
  width: 23px;
  height: 2px;
  position: relative;
  top: 11px;
  left: 10px;
  margin: 4px 0;
}

.nav__toggle-button #hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}

.nav__toggle-button #hamburger span:nth-child(2) {
  transition-delay: 0.35s;
}

.nav__toggle-button #hamburger span:nth-child(3) {
  transition-delay: 0.4s;
}

.nav__toggle-button #cross {
  position: absolute;
  height: 32px;
  width: 32px;
  transform: rotate(45deg);
  left: 6px;
  top: 6px;
}

.nav__toggle-button #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 3px;
  left: calc(50% - 1px);
  transition-delay: 0s;
}

.nav__toggle-button #cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 3px;
  top: calc(50% - 1px);
  transition-delay: 0.15s;
}

.nav.nav--open .nav__toggle-button #hamburger span {
  width: 0;
}

.nav.nav--open .nav__toggle-button #hamburger span:nth-child(1) {
  transition-delay: 0s;
}

.nav.nav--open .nav__toggle-button #hamburger span:nth-child(2) {
  transition-delay: 0.1s;
}

.nav.nav--open .nav__toggle-button #hamburger span:nth-child(3) {
  transition-delay: 0.15s;
}

.nav.nav--open .nav__toggle-button #cross span:nth-child(1) {
  height: 80%;
  transition-delay: 0.2s;
}

.nav.nav--open .nav__toggle-button #cross span:nth-child(2) {
  width: 80%;
  transition-delay: 0.3s;
}

.nav .nav__menu-takeover {
  display: flex;
  left: 0;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translateY(-10%);
  transition: transform 0.6s ease-in-out;
  width: 100vw;
  z-index: 0;
}

.nav .nav__menu-takeover::before {
  content: '';
  background: var(--biscay);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  transform-origin: top;
  transition: transform 0.4s ease-in-out 0.2s;
  width: 100%;
  z-index: 10;
}

.nav .nav__menu-takeover::after {
  content: '';
  background: var(--downriver);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
  width: 100%;
  z-index: 2;
}

.nav.nav--open .nav__menu-takeover {
  transform: none;
}

.nav.nav--open .nav__menu-takeover::before {
  transform: none;
  transition-delay: 0s;
}

.nav.nav--open .nav__menu-takeover::after {
  transform: none;
  transition-delay: 0.2s;
}

.app--with-top-offset .nav {
  top: var(--site-top-offset);
}

@media (max-width: 930px) {
  .nav__content-wrapper {
    max-height: 100vh;
  }

  .nav__toggle-button {
    position: relative;
    right: unset;
    transform: none;
  }

  .nav__menu {
    flex-direction: column;
    margin-top: 40px;
    opacity: 0;
    order: 2;
    padding: 10px;
    transform: translateY(-10px);
    transition: opacity 0.3s, transform 0.3s;
    transition-delay: 0s;
    width: 100%;
    display: none;
    max-height: 80vh;
    /* Gives some space to the last element of the list */
    padding-bottom: 60px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav__logo-container {
    max-width: 100px;
  }

  .menu-item {
    margin-left: unset;
    margin-bottom: 30px;
    padding: 0;
  }

  .menu-item-has-children > a:after {
    display: none;
  }

  .nav .sub-menu {
    position: relative;
    background: transparent;
    opacity: 1;
    visibility: visible;
    align-items: flex-start;
    padding: 10px 0 0;
  }

  .nav .sub-menu .menu-item {
    margin-left: 0.5rem;
    margin-bottom: 0;
    position: relative;
    text-align: left;
  }

  .nav--dark .sub-menu a {
    color: var(--white);
  }

  .nav.nav--open .nav__menu {
    animation: appear 0.4s both 0.4s;
    opacity: 1;
    transform: none;
    transition-delay: 0.4s;
    display: block;
  }
}

@media screen and (min-width: 931px) {
  .nav .nav__menu-takeover {
    display: none;
  }

  .nav--secondary .sub-menu .menu-items::before {
    background: var(--white);
    border-radius: 2px;
    content: '';
    height: calc(100% + 8px);
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% + 8px);
  }

  .nav--secondary .sub-menu .menu-item {
    padding-left: 8px;
  }
}

/* Layout specific */
.app--with-top-offset .nav {
  top: var(--site-top-offset);
}

.app--with-top-offset .nav.nav--open {
  transform: translateY(calc(var(--site-top-offset) * -1));
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  background-color: var(--gray-960);
  display: flex;
  padding: 3.4375rem 4.0625rem;
}

.footer__navigation {
  column-gap: 3.125rem;
  display: grid;
  font-size: 0.9375rem;
  grid-template-columns: auto auto auto auto 1fr;
  margin-bottom: 4rem;
  row-gap: 2rem;
  text-transform: lowercase;
}

.navigation__column {
  display: flex;
  flex-direction: column;
}

.column__item {
  font-family: var(--default-title-font);
  white-space: nowrap;
}

.footer__form-container p,
.footer__form-container a {
  font-size: 0.9375rem;
}

.form-container__mailing-list-link {
  display: inline-block;
  font-family: var(--default-title-font);
  margin-bottom: 1.875rem;
}

.form-container__phrase {
  letter-spacing: 0.001em;
  margin-bottom: 1rem;
}

.form-container__social-link {
  margin-right: 0.3125rem;
}

.form-container__social-link svg {
  transition: fill 0.2s ease;
}

.footer__contact {
  align-items: flex-end;
  display: flex;
  margin-top: 0.375rem;
  flex: 1 auto;
  flex-direction: column;
  flex-wrap: wrap;
}

.footer__contact p {
  font-size: 0.75rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 1000px) {
  .footer {
    padding: 2rem;
    flex-direction: column;
  }

  .footer__navigation {
    margin-bottom: 2rem;
  }

  .footer__form-container {
    margin-bottom: 1.5rem;
  }

  .footer__contact {
    margin-top: 0;
    align-items: flex-start;
  }
}

@media screen and (max-width: 39.9375rem) {
  .footer__navigation {
    grid-template-columns: auto;
    row-gap: 1.25rem;
  }

  .footer__contact {
    text-align: center;
  }

  .footer__contact {
    align-items: center;
  }
}

@media (hover: hover) and (pointer: fine) {
  .form-container__social-link:hover svg {
    fill: var(--amaranth);
  }
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
  background: var(--background-color);
  max-width: none;
  padding-top: var(--navbar-height);
  position: relative;
}

.hero--no-media .hero__container {
  height: 75vh;
}

.hero--video-full-background {
  height: var(--full-height);
  padding: 0;
}

.hero--video-full-background .hero__container {
  height: 100%;
  position: relative;
}

.hero--video-full-background .hero__video {
  left: 0;
  position: absolute;
  top: 0;
}

.hero--video-full-background .hero__body {
  min-height: 50%;
  position: relative;
}

.video-full-background {
  height: 100%;
  position: relative;
  width: 100%;
}

.video-full-background__element {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero__image {
  grid-column: 2 / 12;
  grid-row: 1;
}

.hero__body {
  align-items: center;
  align-self: end;
  display: flex;
  flex-direction: column;
  grid-column: 2 / 12;
  grid-row: 1;
  min-height: 65%;
  padding-bottom: clamp(1rem, 0.5357rem + 2.3214vw, 2.625rem);
  width: 100%;
}

.hero__title {
  color: var(--white);
  font-family: var(--default-title-font);
  font-size: clamp(2.5rem, 1.875rem + 3.125vw, 4.6875rem);
  line-height: 1;
  margin: 0;
  text-align: center;
  text-transform: lowercase;
}

.cta__icon--tertiary {
  margin-left: 0.875rem;
}

.hero__cta--primary {
  margin-top: clamp(1.25rem, 0.8571rem + 1.9643vw, 2.625rem);
}

.hero__cta--secondary {
  letter-spacing: 0.002857142857143em;
  margin-top: clamp(1rem, 0.2143rem + 3.9286vw, 3.75rem);
  padding: 0.875rem 1.25rem;
}

.hero__cta--tertiary {
  align-self: flex-end;
  margin-top: auto;
}

@media screen and (min-width: 39.9375rem) {
  .hero--background-image-proportion-1-3 .hero__image {
    grid-column: 8 / 18;
  }

  .hero--background-image-proportion-2-3 .hero__image {
    grid-column: 4 / 22;
  }

  .hero__body {
    grid-column: 2 / 24;
  }
}

@media screen and (min-width: 64.0625rem) {
  .hero--video-full-background .hero__body,
  .hero__body {
    grid-column: 2 / 24;
    min-height: 45%;
  }

  .hero__cta--secondary {
    padding: 1.375rem 2rem;
  }
}

@media screen and (min-width: 1441px) {
  .hero__cta--tertiary {
    position: absolute;
    right: 4rem;
    bottom: 2.625rem;
  }
}

/* Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home--banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #A3DDF5;
  text-align: center;
  z-index: 11;
}
.home--banner__ins {
  display: inline-block;
  padding: 25px 24px;
  width: 100%;
}
.home--banner p {
  font-weight: 500;
  font-size: 16px;
}
.home--banner p:last-of-type {
  margin: 0;
}
.home--banner a {
  text-decoration: underline;
}

@media(max-width: 545px) {
  .home--banner__ins {
    font-size: 15px;
    line-height: 1.25;
    padding: 15px 10px;
  }
}

.app--full-height {
  height: var(--full-height);
}

.app--with-top-offset.app--with-bottom-offset .home .slider,
.app--with-top-offset.app--with-bottom-offset .home .slider .slide {
  height: calc(
    var(--full-height) - var(--site-top-offset) - var(--site-bottom-offset)
  );
}
.app--with-top-offset .home .slider .slide {
  height: calc(var(--full-height) - var(--site-top-offset));
}
.app--with-bottom-offset .home .slider .slide {
  height: calc(var(--full-height) - var(--site-bottom-offset));
}

main.products,
.pipeline-page section,
.licensing section {
  max-width: none;
}

.careers-detail {
  min-height: calc(100vh - 5rem);
  width: 100%;
  max-width: 70rem;
  margin: auto;
}
.careers-detail .flex-row {
  padding-top: 0;
  margin-top: 8rem;
  flex-wrap: nowrap;
}
.careers-detail .intro {
  box-sizing: border-box;
  position: sticky;
  top: 8rem;
  z-index: 1;
}
.careers-detail article {
  margin: 0 auto auto auto;
  padding: 0 2rem;
}
.careers-detail .apply-now-mobile {
  display: none;
}

@media screen and (max-width: 39.937rem) {
  .careers-detail > .flex-row {
    flex-direction: column;
    position: relative;
    z-index: 0;
  }
  .careers-detail .flex-column.one-three {
    max-width: 100%;
  }
  .careers-detail .flex-column.two-three {
    max-width: 100%;
  }
  .careers-detail article {
    padding: 0;
  }
  .careers-detail article section {
    padding: 1rem 0;
  }
  .careers-detail h5.titlecase {
    color: var(--amaranth);
  }
  .careers-detail .intro h1 {
    display: none;
  }
  .careers-detail h6 a::before {
    content: '/ back to ';
  }
  .careers-detail p.date {
    display: none;
  }
  .careers-detail .apply-now-desktop {
    display: none;
  }
  .careers-detail .apply-now-mobile {
    display: block;
  }
}

.error {
  min-height: calc(100vh - 5rem);
}

.manifesto .sticky {
  float: left;
  width: 50%;
  height: 100vh;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 1;
}
.manifesto article h2:not(div):first-of-type {
  padding-top: 10%;
}
.manifesto article p:last-child {
  margin-bottom: 0;
}
.manifesto article h1,
.manifesto article h2,
.manifesto article h3,
.manifesto article h4,
.manifesto article h5,
.manifesto article h6,
.manifesto article p {
  width: calc(50% - 8rem);
  max-width: 38rem;
  padding: 0 2rem 0 0;
  margin: auto 0 2rem calc(50% + 4rem);
}
.manifesto .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}

.news,
.products {
  min-height: calc(100vh - 5rem);
  width: 100%;
  max-width: 70rem;
  margin: auto;
}

.news {
  max-width: var(--container-max-width);
}

.news .flex-row,
.products .flex-row {
  padding-top: 0;
  margin-top: 8rem;
  flex-wrap: nowrap;
}
.news .intro,
.products .intro,
.terms-of-use .intro {
  box-sizing: border-box;
  position: sticky;
  top: 8rem;
  z-index: 1;
}
.terms-of-use .intro h1{
  text-transform: initial;
}
.terms-of-use p{
  font-size: inherit;
  line-height: 2;
}
.news .list,
.products .list {
  flex-wrap: wrap;
  display: flex;
  margin: 1rem auto auto auto;
}
.news .list .listing {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  padding: 1rem;
}
.news .list .listing::before {
  width: calc(100% - 3rem);
}

.news .external-link-arrow {
  float: right;
  height: 25px;
  margin-right: 1rem;
  transition: all 0.25s ease;
  padding-left: 1rem;
}
.news .external-link + .date .external-link-arrow {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.news .external-link:hover + .date .external-link-arrow {
  opacity: 1;
}

.news .pagination {
  display: block;
  flex: 1 1 100%;
  margin: 8rem 0 2rem 0;
}
.news .pagination span,
.news .pagination a {
  margin: 0 0.25rem;
  line-height: 25px;
  width: 25px;
  height: 25px;
  padding: 0;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--default-title-font);
  font-size: 75%;
  outline: solid 2px var(--black);
  transition: all .3s ease;
  border: 0;
  cursor: pointer;
}
.news .pagination .current {
  color: var(--amaranth);
  outline-color: var(--amaranth);
}
.news .pagination .current:hover {
  color: var(--white);
  background-color: var(--amaranth);
}
.news .pagination a {
  color: var(--cape-cod);
  outline-color: var(--cape-cod);
}
.news .pagination a:hover {
  color: var(--white);
  background-color: var(--cape-cod);
}
.news .pagination .current {
  color: var(--amaranth);
  outline-color: var(--amaranth);
}
.news .pagination .current:hover {
  color: var(--white);
  background-color: var(--amaranth);
}

.news .pagination.mobile {
  display: none;
}

.news-detail {
  min-height: calc(100vh - 5rem);
  width: 100%;
  max-width: 70rem;
  margin: auto;
}
.news-detail .flex-row {
  padding-top: 0;
  margin-top: 8rem;
  flex-wrap: nowrap;
}
.news-detail .intro {
  box-sizing: border-box;
  position: sticky;
  top: 8rem;
  margin-bottom: 4rem;
  z-index: 1;
}
.news-detail article {
  margin: 0 auto auto auto;
  padding: 0 0 0 2rem;
}

@media screen and (max-width: 60em) {
  .news .intro h1,
  .products .intro h1 {
    overflow-wrap: normal;
  }
  .news .flex-column.one-three,
  .products .flex-column.one-three {
    max-width: 55%;
  }
  .news .flex-column.two-three,
  .products .flex-column.two-three {
    max-width: 45%;
  }
  .news .list .listing {
    flex: 1 1 100%;
  }
  .news .list .listing::before {
    width: 100%;
  }

  .news-detail .flex-column.one-three {
    max-width: 40%;
  }
  .news-detail .flex-column.two-three {
    max-width: 60%;
  }
}

@media screen and (max-width: 39.9375em) {
  .news > .flex-row,
  .products > .flex-row {
    flex-direction: column-reverse;
    position: relative;
    z-index: 0;
  }
  .news .intro,
  .products .intro {
    position: relative;
    top: 0;
  }
  .news .flex-column.one-three,
  .products .flex-column.one-three {
    max-width: 100%;
  }
  .news .flex-column.two-three,
  .products .flex-column.two-three {
    max-width: 100%;
  }
  .news .list .listing {
    padding: 1rem 0;
  }
  .news .pagination {
    display: none;
  }
  .news .pagination.mobile {
    display: flex;
    text-align: center;
    justify-content: space-around;
  }
  .news .pagination.mobile select {
    padding: 0.25rem 0.5rem;
    margin: 0 0.5rem;
    width: 100%;
  }
  .news .pagination.mobile em {
    margin-right: 0.5rem;
  }

  .news-detail > .flex-row {
    flex-direction: column;
    position: relative;
    z-index: 0;
  }
  .news-detail .flex-column.one-three {
    max-width: 100%;
  }
  .news-detail .flex-column.two-three {
    max-width: 100%;
  }
  .news-detail article {
    padding: 0;
  }
  .news-detail article section {
    padding: 1rem 0;
  }
  .news-detail h5.titlecase {
    color: var(--amaranth);
  }
  .news-detail .intro h1 {
    display: none;
  }
  .news-detail h6 a::before {
    content: '/ back to ';
  }
  .news-detail p.date {
    display: none;
  }
}

.people header {
  max-width: none;
  width: 100%;
  position: relative;
  line-height: 0;
}
.people .partners p {
  padding: 2rem 3rem;
  text-align: center;
}
.people .partners img {
  filter: brightness(0%) grayscale(100%) invert(1);
  transition: filter 0.3s ease;
}
.people .partners a:hover img {
  filter: brightness(0%) grayscale(100%) invert(0.2);
}
.people .investors p {
  padding: 2rem 3rem;
  text-align: center;
}
.people .investors img {
  filter: brightness(0%) grayscale(100%) invert(0.4);
  transition: filter 0.3s ease;
}
.people .investors a:hover img {
  filter: brightness(0%) grayscale(100%) invert(0.1);
}

@media screen and (max-width: 39.9375em) {
  .people #swarm p {
    text-align: left;
    padding: 0 0.25rem;
  }
  .people .partners p {
    padding: 1rem;
  }
  .people .investors p {
    padding: 1rem;
  }
}

.publications {
  min-height: calc(100vh - 5rem);
  width: 100%;
  max-width: 70rem;
  margin: auto;
}
.publications .flex-row {
  padding-top: 0;
  margin-top: 8rem;
  flex-wrap: nowrap;
}
.publications .intro {
  box-sizing: border-box;
  position: sticky;
  top: 8rem;
  z-index: 1;
}
.publications .intro h1 {
  overflow-wrap: break-word;
}
.publications .intro a {
  color: var(--amaranth);
  font-weight: 700;
}

.publications .list {
  flex-wrap: wrap;
  display: flex;
  margin: 1rem auto auto auto;
}
.publications .list section {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
.publications .list section header {
  position: sticky;
  z-index: 1;
  border-bottom: solid 1px var(--gray-800);
  padding: 1rem;
  margin: 0;
  top: 0;
  background: var(--white);
}
.publications .list section header h4 {
  margin: 0;
  cursor: pointer;
  text-transform: none;
  font-size: 110%;
}
.publications .list section header h4::after {
  content: '\203A';
  position: absolute;
  right: 1.5rem;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-in-out;
}
.publications .list section.open header h4::after {
  transform: rotate(-90deg);
}

.publications .list .listing {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  height: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.publications .list .listing::before {
  width: calc(100% - 3rem);
}
.publications .list section.open .listing {
  height: auto;
  opacity: 1;
  padding: 1rem;
}
.publications .list section header + .listing::before {
  content: normal;
}

.publications .external-link-arrow {
  float: right;
  height: 25px;
  margin-right: 1rem;
  transition: all 0.25s ease;
  padding-left: 1rem;
}
.publications .external-link + .date .external-link-arrow {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.publications .external-link:hover + .date .external-link-arrow {
  opacity: 1;
}

.publications .pagination {
  display: block;
  flex: 1 1 100%;
  margin: 8rem 0 2rem 0;
}
.publications .pagination a {
  margin: 0 0.25rem;
  line-height: 25px;
  width: 25px;
  height: 25px;
  padding: 0;
  text-align: center;
  letter-spacing: 0;
}
.publications .pagination a:first-child {
  color: var(--amaranth);
  outline-color: var(--amaranth);
}
.publications .pagination a:first-child:hover {
  color: var(--white);
  background-color: var(--amaranth);
}
.publications .pagination a.nuxt-link-active {
  color: var(--cape-cod);
  outline-color: var(--cape-cod);
}
.publications .pagination a.nuxt-link-active:hover {
  color: var(--white);
  background-color: var(--cape-cod);
}
.publications .pagination a.nuxt-link-active.nuxt-link-exact-active {
  color: var(--amaranth);
  outline-color: var(--amaranth);
}
.publications .pagination a.nuxt-link-active.nuxt-link-exact-active:hover {
  color: var(--white);
  background-color: var(--amaranth);
}

.publications .pagination.mobile {
  display: none;
}

@media screen and (max-width: 1125px) {
  .publications h1 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 60em) {
  .publications h1 {
    font-size: 2rem;
    overflow-wrap: normal;
  }
  .publications .list section {
    border-bottom: solid 1px var(--gray-800);
    margin: 0 auto;
  }

  .publications .list section header {
    padding: 0 0 0.5rem 0;
    position: relative;
    margin-top: 0;
    top: auto;
    background: var(--white);
    border-bottom: none;
  }
  .publications .list section header h4 {
    margin: 1rem 1rem 0 0;
    font-size: 100%;
  }
  .publications .list section header h4::after {
    top: 0;
    right: 0.25rem;
  }
  .publications .list section.open header {
    border-bottom: solid 1px var(--gray-800);
  }
  .publications .list section.open header h4::after {
    right: 0.5rem;
  }

  .publications > .flex-row {
    flex-direction: column-reverse;
    position: relative;
    z-index: 0;
  }
  .publications .intro {
    position: relative;
    top: 0;
  }
  .publications .flex-column.one-three {
    max-width: 100%;
  }
  .publications .flex-column.two-three {
    max-width: 100%;
  }
  .publications .list section.open .listing {
    padding: 1rem 0;
  }
  .publications .pagination a {
    margin: 0.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .publications .pagination {
    display: none;
  }
  .publications .pagination.mobile {
    display: flex;
    text-align: center;
    justify-content: space-around;
  }
  .publications .pagination.mobile select {
    padding: 0.25rem 0.5rem;
    margin: 0 0.5rem;
    width: 100%;
  }
  .publications .pagination.mobile em {
    margin-right: 0.5rem;
  }
}

.terms-of-use section header {
  position: sticky;
  z-index: 1;
  padding: 3rem 0;
  margin-top: -4rem;
  top: 0;
  background: var(--white);
}
.terms-of-use .flex-row {
  padding-top: 0;
  margin-top: 8rem;
  flex-wrap: nowrap;
}

@media screen and (max-width: 850px) {
  .terms-of-use section {
    padding: 1rem 2rem 4.0625rem 2rem;
  }
  .terms-of-use section header {
    position: relative;
    top: 0;
    padding: 0;
  }
  .terms-of-use section > .flex-row {
    flex-direction: column-reverse;
    position: relative;
    z-index: 0;
    margin-top: 10rem;
  }
  .terms-of-use .flex-column.one-three {
    max-width: 100%;
    padding: 0;
  }
  .terms-of-use .flex-column.two-three {
    max-width: 100%;
    padding: 0;
  }
}

/* override hover on mobile */
@media (hover: none) {
  .button:hover {
    color: inherit;
    background-color: inherit;
    transition: none;
  }
  a:hover {
    color: inherit;
    background-color: inherit;
    transition: none;
    background-image: none;
  }
  .pipeline-page .list .listing .expander:hover {
    outline: none;
    background-color: var(--white);
  }
}

/* About */
.page-template-page-about-us section {
  max-width: none;
}

.about__container {
  margin: clamp(3.5rem, 2.5rem + 5vw, 7rem) auto;
}

.about__container section {
  grid-column: 4 / 22;
  padding: 0;
}

.about__container h2 {
  margin: 0 0 clamp(1.1875rem, 0.8482rem + 1.6964vw, 2.375rem);
}

.about__container p {
  margin: 0 0 1.8rem 0;
}

.about__product-platform {
  padding: 0;
}

#approach ul,
#our-values ul {
  display: flex;
  padding: 1rem 0;
  flex-wrap: wrap;
  list-style: none;
}

#our-values ul {
  padding: 0;
  margin: 0;
}

#our-values > p,
#approach > p {
  margin-bottom: 2.625rem;
}

#approach ul > li {
  display: grid;
  grid-row-gap: 1rem;
  grid-template-rows: auto 0.25fr 1fr;
}

.about__title,
#approach ul > li > h5,
#our-values ul > li > h5 {
  font-size: clamp(1.25rem, 1.1786rem + 0.3571vw, 1.5rem);
  letter-spacing: -0.012083333333333em;
  margin-bottom: 1.375rem;
}

#approach ul > li > h5 {
  margin: 0;
}

#approach ul > li > p,
#our-values ul > li > p {
  font-size: 1rem;
}

#approach ul > li > img {
  margin: 0 auto 1rem;
  max-width: 170px;
  width: 100%;
}

#approach ul > li > br {
  display: none;
}

#approach ul,
#our-values  ul > li {
  max-width: none;
  padding: 0;
}

.about__section-callout {
  grid-column: 8 / 18;
}

.careers-button {
  grid-column: 4 / 22;
  margin: auto;
}

@media screen and (max-width: 639px) {
  .about__container section,
  .about__section-callout,
  .careers-button {
    grid-column: 2 / 12;
  }

  #our-values ul > li:not(:first-of-type),
  #approach ul > li:not(:first-of-type) {
    margin-top: 1rem;
  }

  #approach ul > li,
  #our-values ul > li {
    border-bottom: solid 1px var(--gray-800);
    padding-bottom: 1.5rem;
    text-align: left;
  }

  #approach ul > li {
    align-items: center;
    grid-column-gap: 1rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
  }

  #our-values ul > li > h5 {
    text-align: left;
  }

  #approach ul > li > img {
    margin: 0;
    max-width: 50px;
  }

  #approach ul > li > img,
  #approach ul > li > h5 {
    grid-row: 1;
  }

  #approach ul > li > p {
    grid-column: 1 / span 2;
  }
}

@media screen and (min-width: 640px) and (max-width: 930px) {
  .about__section-callout {
    grid-column: 4 / 22;
  }
}

@media screen and (min-width: 640px) {
  #approach ul,
  #our-values ul {
    justify-content: space-between;
  }

  #approach ul > li {
    max-width: 27.102803738317757%;
  }

  /* #approach ul > li > h5 {
    min-height: 3em;
  } */

  #our-values ul > li {
    max-width: 43.925233644859813%;
  }

  #our-values ul > li:nth-child(n + 3) {
    margin-top: 2.625rem;
  }
}

/* About Us - Product Platform */
.product-platform__heading {
  grid-column: 3 / 10;
  grid-row: 1;
}

.product-platform__item-list {
  grid-column: 12 / 23;
  grid-row: 1;
}

.item-list__item {
  display: grid;
  grid-template-columns: 120px auto;
  padding: 1.625rem 0;
  position: relative;
}

.item-list__item a {
  font-family: var(--default-title-font);
}

.item-list__item:last-child {
  border-bottom: solid 1px var(--gray-800);
}

.item__arrow {
  position: absolute;
  right: 0.125rem;
  top: 0.75rem;
  cursor: pointer;
  background: none;
  border: none;
}

.item__left-image {
  grid-column: 1;
  grid-row: 1;
}

.item__heading {
  grid-column: 2;
  grid-row: 1;
}

.heading__title {
  cursor: pointer;
  margin: 0;
}

.heading__subtitle {
  margin-top: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
}

.heading__subtitle p {
  display: inline;
  font-size: 1rem;
}

.heading__subtitle strong {
  font-family: var(--default-title-font);
}

.item__description {
  grid-column: 2;
  grid-row: 2;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.item__description ul {
  margin-top: 0;
  padding-left: 1.75rem;
}

.item__description li {
  margin-bottom: 1.8rem;
}

.item__description ul:last-of-type,
.item__description li:last-of-type,
.item__description p:last-of-type {
  margin-bottom: 0;
}

.item__description p:last-of-type {
  margin-top: 2rem;
}

.item-list__item.item-list__item--open .item__description {
  max-height: 1000px;
  opacity: 1;
  padding: 0.5rem 0;
}

.item-list__item.item-list__item--open .item__arrow {
  transform: rotate(180deg);
}

@media screen and (max-width: 960px) {
  .product-platform__heading {
    grid-column: 3 / 23;
    grid-row: 1;
  }

  .product-platform__item-list {
    grid-column: 3 / 23;
    grid-row: 2;
  }
}

@media screen and (max-width: 39.9375rem) {
  .product-platform__heading {
    grid-column: 2 / 12;
  }

  .product-platform__item-list {
    grid-column: 2 / 12;
  }

  .item__description {
    grid-column: 1 / 3;
  }
}

/* Section Callout */
.section-callout {
  display: grid;
  grid-column-gap: var(--base-grid-gap);
  grid-template-columns: repeat(10, 1fr);
}

.section-callout__image.image {
  grid-column: 3 / 11;
  grid-row: 1;
  padding-top: 100%;
  position: relative;
  width: auto;
  height: auto;
}

.image__element {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-callout__title {
  align-self: center;
  grid-column: 1 / 6;
  grid-row: 1;
  position: relative;
}

.section-callout__title * {
  color: var(--cobalt);
  font-family: var(--default-title-font);
  font-size: var(--font-size-h1);
  letter-spacing: -0.012em;
  line-height: normal;
  margin: 0;
}

.section-callout__cta {
  align-self: end;
  grid-column: 4 / 11;
  grid-row: 1;
  justify-self: end;
  position: relative;
  padding: 1rem;
}

.cta__icon {
  margin-left: 0.875rem;
}

/* People */
.people {
  --people-grid-spacing: clamp(1.5625rem, 1.1161rem + 2.2321vw, 3.125rem);
  --people-main-spacing: clamp(4.5rem, 3.3571rem + 5.7143vw, 8.5rem);
  --people-section-spacing: clamp(3rem, 2.5714rem + 2.1429vw, 4.5rem);
}

.people__content {
  margin: var(--people-main-spacing) 0;
}

.people__flex-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--people-grid-spacing) * -1);
}

.flex-grid__column {
  margin-bottom: 5rem;
  padding: 0 var(--people-grid-spacing);
  width: calc(100% / var(--grid-column-count-small));
}

.people__intro-text p:last-of-type {
  margin-bottom: 0;
}

.people__team {
  margin-top: var(--people-section-spacing);
  padding-bottom: clamp(2.33rem, 1.43rem + 4.5vw, 5.5rem);
  border-bottom: 1px solid var(--gray-800);
}

.people__team--secondary {
  padding-bottom: var(--people-main-spacing);
}

.people__team,
.people__intro-text p,
.callout__content {
  grid-column: 2 / 12;
}

.team__title {
  letter-spacing: -0.011904761904762em;
  margin-bottom: var(--people-section-spacing);
  text-align: center;
}

.subcategory,
.people__callout {
  margin-top: var(--people-section-spacing);
}

.subcategory__name {
  border-bottom: 1px solid var(--gray-800);
  color: var(--amaranth);
  margin-bottom: 1rem;
  padding-bottom: 1.75rem;
}

.careers-button {
  grid-column: 4 / 22;
  margin: auto;
}

@media screen and (max-width: 39.9375rem) {
  .flex-grid__column--no-spacing-small {
    margin-bottom: 0;
  }

  .careers-button {
    grid-column: 2 / 12;
  }
}

@media screen and (min-width: 39.9375rem) {
  .people__flex-grid--justify-center {
    justify-content: center;
  }

  .flex-grid__column {
    width: calc(100% / var(--grid-column-count-medium));
  }

  .people__intro-text p {
    grid-column: 5 / 21;
  }

  .people__team,
  .callout__content {
    grid-column: 4 / 22;
  }

  .people__team::after {
    grid-column: 3 / 23;
  }
}

@media screen and (min-width: 39.9375rem) and (max-width: 60rem) {
  .flex-grid__column--no-spacing-medium {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 60rem) {
  .flex-grid__column--no-spacing-large {
    margin-bottom: 0;
  }
}

/* Card Grid */
.card-grid {
  column-gap: var(--card-grid--col-gap);
  display: grid;
  grid-template-columns: repeat(var(--card-grid-col), minmax(0, 1fr));
  row-gap: var(--card-grid--row-gap);
  max-width: var(--card-grip-max-width);
  margin: 0 auto;
}

@media screen and (min-width: 40rem) {
  .card-grid--sm {
    grid-template-columns: repeat(var(--card-grid-col-sm), minmax(0, 1fr));
  }
}

@media screen and (min-width: 60rem) {
  .card-grid--md {
    grid-template-columns: repeat(var(--card-grid-col-md), minmax(0, 1fr));
  }
}

@media screen and (min-width: 100rem) {
  .card-grid--lg {
    grid-template-columns: repeat(var(--card-grid-col-lg), minmax(0, 1fr));
  }
}

/* Person Card */
.person-card {
  display: grid;
  grid-template-rows: [picture] auto [name] 0.9fr [title] 1.25fr;
  height: 100%;
  row-gap: 1rem;
}

.person-card__name,
.person-card__title {
  font-size: 1rem;
  margin: 0;
}


.person-card__name {
  grid-row: name;
  text-transform: capitalize;
}

.person-card__title {
  grid-row: title;
  letter-spacing: 0.125625em;
  line-height: 1.5;
  text-transform: uppercase;
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .person-card {
    cursor: pointer;
  }
}

@media screen and (min-width: 60rem) {
  .person-card__name {
    max-width: 85%;
  }
}

/* Partners */
.partners__section {
  margin-top: clamp(3.5rem, 2.5rem + 5vw, 7rem);
  padding: 0;
}

.partners__section:last-child {
  margin-top: 2.8125rem;
}

.section__title {
  margin: 0 0 clamp(1.1875rem, 0.8482rem + 1.6964vw, 2.375rem);
  text-align: center;
}

.flex-row {
  justify-content: space-around;
}

.section__copy {
  margin-bottom: clamp(2.875rem, 2.0536rem + 4.1071vw, 5.75rem);
  padding: 0;
  text-align: center;
}

.section__copy p:last-child {
  margin-bottom: 0;
}

.section__title,
.section__copy,
.section__partners-list {
  grid-column: 2 / 24;
}

.section__partners-list {
  --partners-column-gap: clamp(1.7rem, 1.04rem + 3.2vw, 4rem);
  --partners-column-width-raw: 50%;
}

.section__partners-list.flex-row {
  padding: 0;
}

.partners.flex-column {
  flex: 0 0 calc(var(--partners-column-width-raw) - var(--partners-column-gap));
  padding: 0;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 39.9375rem) {
  .section__title,
  .section__copy,
  .section__partners-list {
    grid-column: 2 / 12;
  }

  .partners.flex-column:not(:nth-child(2n + 1)) {
    margin-left: var(--partners-column-gap);
  }
}

@media screen and (min-width: 40rem) {
  .section__partners-list {
    --partners-column-width-raw: 33.33%;
  }

  .section__title,
  .section__copy,
  .section__partners-list {
    grid-column: 2 / 24;
  }

  .partners.flex-column:not(:nth-child(3n + 1)) {
    margin-left: var(--partners-column-gap);
  }
}

@media screen and (min-width: 60rem) {
  .section__partners-list {
    --partners-column-gap: clamp(2.42rem, 2.1rem + 6vw, 5.5rem);
    --partners-column-width-raw: 25%;
  }

  .section__title,
  .section__copy,
  .section__partners-list {
    grid-column: 2 / 24;
  }

  .partners.flex-column:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }

  .partners.flex-column:not(:nth-child(4n + 1)) {
    margin-left: var(--partners-column-gap);
  }
}

/* Company Card */
.company__content {
  display: block;
  text-decoration: none;
}

.content__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content__logo {
  filter: grayscale(100%) brightness(0%);
  height: 100px;
  object-fit: contain;
  width: 100%;
}

.content__description {
  text-align: center;
  margin: 0 auto;
  line-height: 1.5em;
}

.content__logo-hover {
  background-image: linear-gradient(
    to bottom,
    var(--cupid) 0%,
    var(--cupid) 100%
  );
  content: '';
  height: 12px;
  margin-top: 1.5rem;
  width: 100%;
}

.description__text {
  letter-spacing: -0.19px;
  margin-top: 1rem;
  text-align: center;
}

@media screen and (min-width: 50em) {
  .content__logo {
    height: 150px;
  }
}

/* Careers */
.careers-page__intro-text {
  display: grid;
  padding-top: 0;
}

.careers-page__secondary {
  margin: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.careers-page__secondary p {
  grid-column: 1 / 25;
  margin-bottom: 0;
}

.careers-page__secondary img {
  width: 100%;
}

.careers-page__intro-text p:last-child {
  margin-bottom: 0;
}

.careers-page__intro-text p,
.careers-page__tertiary p:first-child {
  grid-column: 4 / 22;
  text-align: center;
}

.careers-page__tertiary p:first-child {
  margin-bottom: clamp(3.5rem, 2.5rem + 5vw, 7rem);
}

.careers-page__tertiary p:last-child {
  grid-column: 4 / 22;
  margin: 0 auto;
}

.careers-page__intro-text,
.careers-page__secondary,
.careers-page__tertiary {
  margin: clamp(3.5rem, 2.5rem + 5vw, 7rem) auto 0 auto;
}

.careers-container {
  margin: clamp(1rem, 0.3571rem + 6.7857vw, 5rem) auto 0 auto;
  padding-bottom: clamp(3.75rem, 2.3929rem + 6.7857vw, 8.5rem);
}

.careers-container__content {
  grid-column: 4 / 22;
}

.content__career-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.careers__list {
  margin-top: 3rem;
}

.careers__group-title {
  margin: 0 0 0.6rem 0;
}

.careers__group-title:not(:first-child) {
  margin-top: 3rem;
}

.careers__career {
  display: block;
  font-family: var(--default-title-font);
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1.375rem 3.75rem;
  text-decoration: none;
  text-transform: lowercase;
}

.career__location {
  color: var(--gray-chateau);
}

.careers__filters {
  background-color: var(--white);
  border-bottom: solid 1px var(--gray-800);
  border-top: solid 1px var(--gray-800);
  padding: 1.375rem 0;
}

.filter__label {
  font-family: var(--default-title-font);
  font-size: 0.75rem;
  font-weight: bold;
  margin-right: 0.4375rem;
  white-space: nowrap;
  width: 20%;
}

.filters__filter--group-by {
  margin-bottom: 1rem;
  position: relative;
}

.filters__filter {
  align-items: center;
  display: flex;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.filter__arrow {
  pointer-events: none;
  position: absolute;
  right: 0.625rem;
}

.filter__group-by {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.filter__group-by,
.filter__search {
  background: var(--gray-960);
  border: none;
  font-family: var(--default-title-font);
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.6875rem;
  width: 100%;
}

.filter__search::placeholder {
  color: black;
}

.content__career-list {
  margin-top: 3.5rem;
}

.career-list__video-section {
  margin-left: 3.75rem;
}

.careers__title h2,
.video-section__title h2 {
  text-transform: none;
}

.video__play {
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
}

.video-section__video {
  position: relative;
}

.video-section__video .video-full-background__element {
  height: auto;
  position: relative;
  z-index: -1;
}

.video-section__video {
  background: transparent;
  content: '';
  height: auto;
  margin-top: 0.6875rem;
  width: 100%;
}

.video-section__subtitle {
  margin-top: 1.8rem;
}

@media (hover: hover) and (pointer: fine) {
  .filter__group-by,
  .video-section__video {
    cursor: pointer;
  }
}

@media screen and (max-width: 39.9375rem) {
  .careers-page__intro-text p {
    grid-column: 2 / 12;
  }

  .careers-page__secondary p {
    grid-column: 1 / 13;
  }

  .careers-page__tertiary p:first-child,
  .careers-page__tertiary p:last-child {
    grid-column: 2 / 12;
  }
  .careers-container__content {
    grid-column: 2 / 12;
    grid-row: 2;
  }

  .careers__filters {
    background: var(--white);
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 60rem) {
  .content__career-list {
    grid-template-columns: 1fr;
  }

  .career-list__video-section {
    margin-left: 0;
  }

  .careers__title h2,
  .video-section__title h2 {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .careers__career {
    margin-left: 1.875rem;
  }

  .filter__label {
    width: 5rem;
  }
}

.careers-detail {
  padding-bottom: clamp(3.75rem, 2.3929rem + 6.7857vw, 8.5rem);
}

.categories {
  margin-bottom: 2rem;
}
.categories span {
  padding-right: 0.5rem;
}
.categories span::after {
  content: '/';
  padding-left: 0.5rem;
}
.categories span:last-of-type::after {
  content: normal;
}

.mobile {
  display: none;
}

@media screen and (max-width: 40rem) {
  .categories {
    display: none;
  }
  .mobile {
    display: block;
  }
}

/* Basic Template */
.basic-template {
  min-height:100vh;
}
.basic-template .flex-row {
  padding-top: 0;
  margin-top: 8rem;
  flex-wrap: nowrap;
}

/* News */
.intro__link {
  display: grid;
  grid-template-columns: auto 1fr;
}
.link__content {
  align-items: center;
  display: flex;
}

.content__arrow {
  margin-left: 1rem;
}

.content__arrow--rotated {
  transform: scaleX(-1);
}

.link__content .content__text {
  margin-bottom: 0;
  text-transform: capitalize;
}

.news .list .listing {
  padding: 1rem 0;
}

.list,
.listing--aside {
  grid-column: 2 / 12;
}

.news .container {
  margin-top: 8rem;
}

.hero__container {
  margin-top: 0;
  padding: 0;
}

.news .list .listing::before {
  width: 100%;
}

.listing--aside {
  grid-row: 1;
}

.listing.listing--aside {
  padding: 0;
}

@media screen and (min-width: 40rem) {
  .list {
    grid-column: 3 / 14;
  }

  .listing--aside {
    grid-column: 16 / 23;
  }
}

/* Licensing */
.licensing__pipeline {
  margin: clamp(4.25rem, 3.0357rem + 6.0714vw, 8.5rem) auto;
}

.licensing__pipeline .pipeline {
  grid-column: 2 / 12;
}

@media screen and (min-width: 39.9375rem) {
  .licensing__pipeline .pipeline {
    grid-column: 3 / 23;
  }
}

/* Patients and Families */
.patients-and-families__content {
  margin-top: clamp(3.75rem, 2.6786rem + 5.3571vw, 7.5rem);
}

/* TODO: Global solution for Wysiwyg fields? */
.patients-and-families__content a {
  text-decoration: none;
}

.patients-and-families__content h2 {
  margin-top: clamp(2.5625rem, 1.8304rem + 3.6607vw, 5.125rem);
}

.patients-and-families__content .p1 {
  margin-top: 0;
}

.patients-and-families__commitment-to-patients {
  margin-bottom: clamp(3.75rem, 2.6786rem + 5.3571vw, 7.5rem);
}

.patients-and-families__commitment-to-patients h2 {
  margin-top: clamp(2.5625rem, 1.8304rem + 3.6607vw, 5.125rem);
}

.content__tertiary {
  margin-bottom: 2.625rem;
}

.content__primary,
.content__secondary,
.content__tertiary {
  grid-column: 2 / 12;
}

.commitment-to-patients__stories {
  grid-column: 1 / 13;
}

.patients-and-families__select {
  background-color: var(--gray-960);
  position: relative;
}

.select__element {
  /* TODO: Update if final designs have changes. */
  appearance: none;
  background: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  font: bold 1rem var(--default-title-font);
  padding: 1rem 2rem 1rem 1rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.select__arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.story-card--patient .image__element {
  position: relative;
}

/* Story Sidebar */
.story--sidebar__content {
  font-size: clamp(1rem, 0.8571rem + 0.7143vw, 1.3rem);
  letter-spacing: -0.012083333333333em;
  line-height: 1.29;
  margin: 0 0 1.8rem 0;
  padding: 0 35px 0 0;
}
.story--sidebar p {
  font-size: clamp(1rem, 0.8571rem + 0.7143vw, 1.3rem);
}
.story__sidebar-link {
  display: inline-block;
}
.story__sidebar-link-content {
 font-weight: 700;
 display: inline-block;
 text-decoration: underline !important;
 background-image: none !important;
}
.story__sidebar-link-content:hover {
  background-image: none !important;
  text-decoration: none !important;
}
.story__sidebar-link-content svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 10px;
}

@media screen and (max-width: 60em) {
  .story--sidebar__content {
    padding: 0 55px 0 0;
  }
}

@media screen and (max-width: 50em) {
  .story--sidebar__content {
    padding: 0;
  }
}

@media screen and (min-width: 39.9375rem) {
  .content__primary {
    grid-column: 3 / 13;
  }

  .patients-and-families .content__secondary,
  .content__secondary {
    grid-column: 16 / 23;
  }

  .content__tertiary {
    grid-column: 5 / 21;
  }

  .commitment-to-patients__stories {
    grid-column: 1 / 25;
  }
}

/* Pipeline */
.pipeline .listing .flex-row {
  overflow: hidden;
}

/* Mobile Fixes */
@media screen and (max-width: 39.9375rem) {
  .drug-program .hero__title,
  .drug-program .hero__disease,
  .drug-program .hero__drug-name,
  .drug-program .hero__specs,
  .drug-program .drug-program__back-button {
    grid-column: 1/23 !important;
  }
}

/* 404 */
.error {
    min-height: calc(100vh - 5rem);
    padding: 125px 0 0;
}