  .text-component {
  --line-height-multiplier: 1;
  --text-vspace-multiplier: 1
}
.text-component {
  --component-body-line-height: calc(var(--body-line-height)*var(--line-height-multiplier, 1));
  --component-heading-line-height: calc(var(--heading-line-height)*var(--line-height-multiplier, 1))
}
.text-component h1, .text-component h2, .text-component h3, .text-component h4 {
  line-height: 1.2;
  line-height: var(--component-heading-line-height, 1.2);
  margin-bottom: 0.25em;
  margin-bottom: calc(var(--space-xxxs)*var(--text-vspace-multiplier, 1))
}
.text-component h2, .text-component h3, .text-component h4 {
  margin-top: 0.75em;
  margin-top: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
}
.text-component p, .text-component blockquote, .text-component ul li, .text-component ol li {
  line-height: 1.4;
  line-height: var(--component-body-line-height)
}
.text-component ul, .text-component ol, .text-component p, .text-component blockquote, .text-component .text-component__block {
  margin-bottom: 0.75em;
  margin-bottom: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
}
.text-component ul, .text-component ol {
  padding-left: 1em
}
.text-component ul {
  list-style-type: disc
}
.text-component ol {
  list-style-type: decimal
}
.text-component img {
  display: block;
  /*margin: 0 auto*/
}
.text-component figcaption {
  text-align: center;
  margin-top: 0.5em;
  margin-top: var(--space-xs)
}
.text-component em {
  font-style: italic
}
.text-component hr {
  margin-top: 2em;
  margin-top: calc(var(--space-lg)*var(--text-vspace-multiplier, 1));
  margin-bottom: 2em;
  margin-bottom: calc(var(--space-lg)*var(--text-vspace-multiplier, 1));
  margin-left: auto;
  margin-right: auto
}
.text-component > *:first-child {
  margin-top: 0
}
.text-component > *:last-child {
  margin-bottom: 0
}
.text-component__block--full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw)
}
@media (min-width: 48rem) {
  .text-component__block--left, .text-component__block--right {
    width: 45%
  }
  .text-component__block--left img, .text-component__block--right img {
    width: 100%
  }
  .text-component__block--left {
    float: left;
    margin-right: 0.75em;
    margin-right: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
  }
  .text-component__block--right {
    float: right;
    margin-left: 0.75em;
    margin-left: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
  }
}
@media (min-width: 90rem) {
  .text-component__block--outset {
    width: calc(100% + 10.5em);
    width: calc(100% + 2*var(--space-xxl))
  }
  .text-component__block--outset img {
    width: 100%
  }
  .text-component__block--outset:not(.text-component__block--right) {
    margin-left: -5.25em;
    margin-left: calc(-1*var(--space-xxl))
  }
  .text-component__block--left, .text-component__block--right {
    width: 50%
  }
  .text-component__block--right.text-component__block--outset {
    margin-right: -5.25em;
    margin-right: calc(-1*var(--space-xxl))
  }
}
:root {
  --cd-color-1: hsl(0, 0%, 22%);
  --cd-color-1-h: 0;
  --cd-color-1-s: 0%;
  --cd-color-1-l: 22%;
  --cd-color-2: #f99239; /*hsl(74, 93%, 32%);*/
  --cd-color-2-h: 74;
  --cd-color-2-s: 93%;
  --cd-color-2-l: 32%;
  --cd-color-3: hsl(0, 0%, 97%);
  --cd-color-3-h: 0;
  --cd-color-3-s: 0%;
  --cd-color-3-l: 97%;
  --font-primary: 'Fira Sans', sans-serif;
  --font-secondary: 'Playfair Display', serif;
  --text-h2: 2rem;
}
body {
  /*color: hsl(0, 0%, 22%);
  color: var(--cd-color-1);
  background-color: hsl(0, 0%, 97%);
  background-color: var(--cd-color-3)*/
}
.cd-h-timeline__container ol, .cd-h-timeline__container ul, .cd-h-timeline__events ol, .cd-h-timeline__events ul {
  list-style: none
}
.container {
  width: calc(100% - 1.25em);
  width: calc(100% - 2*var(--component-padding));
  margin-left: auto;
  margin-right: auto
}
.text-replace {
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
}
.js .cd-h-timeline {
  opacity: 0;
  transition: opacity 0.2s;
}
.js .cd-h-timeline--loaded {
  opacity: 1
}
.js .cd-h-timeline__container {
  position: relative;
  height: 100px;
  max-width: 1000px
}
.js .cd-h-timeline__dates {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden
}
.js .cd-h-timeline__dates::after, .js .cd-h-timeline__dates::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px
}
.js .cd-h-timeline__dates::before {
  left: 0;
  /*background: linear-gradient(to right, hsl(0, 0%, 97%), hsla(0, 0%, 97%, 0));
  background: linear-gradient(to right, var(--cd-color-3), hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0))*/
}
.js .cd-h-timeline__dates::after {
  right: 0;
  /*background: linear-gradient(to left, hsl(0, 0%, 97%), hsla(0, 0%, 97%, 0));
  background: linear-gradient(to left, var(--cd-color-3), hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0)) */
}
.js .cd-h-timeline__line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  background-color: hsl(0, 0%, 87.3%);
  background-color: hsl(var(--cd-color-3-h), var(--cd-color-3-s), calc(var(--cd-color-3-l)*0.9));
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s
}
.js .cd-h-timeline__filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f99239; /*hsl(74, 93%, 32%);*/
  background-color: var(--cd-color-2);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s
}
.js .cd-h-timeline__date {
  position: absolute;
  bottom: -1px; /* 0 */
  z-index: 2;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  padding-bottom: 1.5em; /*0.75em*/
  /*padding-bottom: var(--space-sm);*/
  color: hsl(0, 0%, 22%);
  color: var(--cd-color-1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none
}
.js .cd-h-timeline__date::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: hsl(0, 0%, 87.3%);
  border-color: hsl(var(--cd-color-3-h), var(--cd-color-3-s), calc(var(--cd-color-3-l)*0.9));
  background-color: hsl(0, 0%, 97%);
  background-color: var(--cd-color-3);
  transition: background-color 0.3s, border-color .3s
}
.js .cd-h-timeline__date:hover::after {
  background-color: #f99239; /*hsl(74, 93%, 32%);*/
  background-color: var(--cd-color-2);
  border-color: #f99239; /*hsl(74, 93%, 32%);*/
  border-color: var(--cd-color-2)
}
@media (min-width: 64rem) {
  .js .cd-h-timeline__date {
    font-size: 0.9rem;
  }
}
.js .cd-h-timeline__date--selected {
  pointer-events: none
}
.js .cd-h-timeline__date--selected::after {
  background-color: #f99239; /*hsl(74, 93%, 32%);*/
  background-color: var(--cd-color-2);
  border-color: #f99239; /*hsl(74, 93%, 32%);*/
  border-color: var(--cd-color-2)
}
.js .cd-h-timeline__date--older-event::after {
  border-color: #f99239; /*hsl(74, 93%, 32%); */
  border-color: var(--cd-color-2)
}
.js .cd-h-timeline__navigation {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px; /* 34px */
  width: 40px; /* 34px */
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: hsl(0, 0%, 87.3%);
  border-color: hsl(var(--cd-color-3-h), var(--cd-color-3-s), calc(var(--cd-color-3-l)*0.9));
  transition: border-color 0.3s
}
.js .cd-h-timeline__navigation::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(/academics/math-sciences/marine-science/aquarium/assets/cd-arrow.svg) no-repeat 0 0
}
.js .cd-h-timeline__navigation:hover {
  border-color: #f99239; /*hsl(74, 93%, 32%);*/
  border-color: var(--cd-color-2)
}
.js .cd-h-timeline__navigation--prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
.js .cd-h-timeline__navigation--next {
  right: 0
}
.js .cd-h-timeline__navigation--inactive {
  cursor: not-allowed
}
.js .cd-h-timeline__navigation--inactive::after {
  background-position: 0 -16px
}
.js .cd-h-timeline__navigation--inactive:hover {
  border-color: hsl(0, 0%, 87.3%);
  border-color: hsl(var(--cd-color-3-h), var(--cd-color-3-s), calc(var(--cd-color-3-l)*0.9))
}
.js .cd-h-timeline__events {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: height .4s
}
.js .cd-h-timeline__event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  /*padding: 1px 5%;*/
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}
.js .cd-h-timeline__event--selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
.js .cd-h-timeline__event--enter-right, .js .cd-h-timeline__event--leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right
}
.js .cd-h-timeline__event--enter-left, .js .cd-h-timeline__event--leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left
}
.js .cd-h-timeline__event--leave-right, .js .cd-h-timeline__event--leave-left {
  animation-direction: reverse
}
.js .cd-h-timeline__event-content {
  max-width: 900px;
}
.js .cd-h-timeline__event-title {
  color: hsl(0, 0%, 22%);
  color: var(--cd-color-1);
  font-family: 'Playfair Display', serif;
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 2.48832em;
  font-size: var(--text-h2);
}
.js .cd-h-timeline__event-date {
  display: block;
  font-style: italic;
  margin: 0.5em auto;
  margin: var(--space-xs) auto
}
.js .cd-h-timeline__event-date::before {
  content: '- '
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}
html:not(.js) .cd-h-timeline__dates, html:not(.js) .cd-h-timeline__navigation {
  display: none
}

/* ----- Custom ----- */
.filler-space{
    height: 400px;
}