/*File sent from CIT, modified to fit our needs*/
/*Sent from CIT, had to modify from PostCSS syntax to SASS/SCSS syntax*/
.timeline {
  width: 100%;
  background: hsla(0, 100%, 100%, 1);
}
.timeline::after {
  display: none;
}
@media (max-width: 599px) {
  .timeline {
    table-layout: fixed;
    display: block;
  }
}
.timeline h3 {
  color: hsla(0, 0%, 20%, 1);
  font-weight: 300;
  margin-bottom: 1em;
}
.timeline thead {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
@media (min-width: 600px) {
  .timeline thead {
    border: unset !important;
    clip: unset !important;
    clip-path: unset !important;
    height: unset !important;
    margin: unset !important;
    overflow: unset !important;
    padding: unset !important;
    position: unset !important;
    width: unset !important;
    white-space: unset !important;
  }
}
.timeline thead th {
  font-size: clamp(1.20rem, 1.13rem + 0.34vw, 1.41rem);
  font-family: freight-sans-pro, sans-serif;
  font-weight: 300;
  color: hsla(0, 74%, 40%, 1);
  vertical-align: middle;
  padding-bottom: 1em;
  border-bottom: 0;
}
.timeline thead th span {
  display: inline;
  position: relative;
  padding-bottom: 0.5em;
}
.timeline thead th:first-of-type {
  text-align: right;
  padding-right: 2em;
  width: 100%;
  display: block;
}
@media (min-width: 600px) {
  .timeline thead th:first-of-type {
    display: table-cell;
    width: 35%;
  }
}
.timeline thead th:last-of-type {
  display: block;
}
@media (min-width: 600px) {
  .timeline thead th:last-of-type {
    display: table-cell;
    padding-left: 2em;
    width: 65%;
  }
}
@media (max-width: 599px) {
  .timeline tbody {
    display: block;
  }
}
@media (max-width: 599px) {
  .timeline tbody tr {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 30%) minmax(0, 70%);
    column-gap: 0.5em;
    margin-bottom: 0.8em;
  }
  .timeline tbody tr:last-child {
    margin-bottom: 0;
  }
}
.timeline tbody tr th {
  padding: 0;
  background: transparent;
}
@media (max-width: 599px) {
  .timeline tbody tr th {
    width: auto;
    min-width: 0;
    white-space: normal;
    border-left: none;
    overflow: visible;
  }
}
@media (min-width: 600px) {
  .timeline tbody tr th {
    width: unset;
    display: table-cell;
  }
}
.timeline tbody tr th .timeline-header-subcontent {
  text-align: left;
  padding: 0 0 0.5em 0.5em;
  display: block;
  font-size: clamp(0.95rem, 0.91rem + 0.20vw, 1.08rem);
  font-family: freight-sans-pro, sans-serif;
  font-weight: 200;
}
@media (min-width: 600px) {
  .timeline tbody tr th .timeline-header-subcontent {
    text-align: right;
    padding: 0.25em 2.5em 0.25em 0.5em;
  }
}
@media (max-width: 599px) {
  .timeline tbody tr th .timeline-header-subcontent {
    font-size: clamp(0.91rem, 0.87rem + 0.17vw, 1.03rem);
  }
}
.timeline tbody tr td {
  padding: 0;
  vertical-align: middle;
}
.timeline tbody tr td::before {
  display: none;
}
@media (max-width: 599px) {
  .timeline tbody tr td {
    width: auto;
    min-width: 0;
    white-space: normal;
    border-left: none;
    overflow: visible;
  }
}
@media (min-width: 600px) {
  .timeline tbody tr td {
    width: unset;
    display: table-cell;
  }
}
.timeline tbody tr td .timeline-content {
  position: relative;
  font-size: clamp(1.00rem, 0.96rem + 0.21vw, 1.13rem);
  font-family: freight-sans-pro, sans-serif;
  font-weight: 300;
}
.timeline tbody tr td .timeline-content:only-child {
  height: 100%;
  box-sizing: border-box;
}
.timeline tbody tr td .timeline-content > .timeline-content-title {
  font-weight: 500;
  position: relative;
  font-size: clamp(0.95rem, 0.91rem + 0.20vw, 1.08rem);
}
.timeline tbody tr td .timeline-content > .timeline-content-title.timeline-hide-line:after {
  display: none !important;
}
@media (max-width: 599px) {
  .timeline tbody tr td .timeline-content > .timeline-content-title {
    font-size: clamp(0.91rem, 0.87rem + 0.17vw, 1.03rem);
  }
}
.timeline tbody tr td .timeline-content > .timeline-content-title::after {
  content: "";
  border-bottom: 1px solid hsla(0, 74%, 40%, 1);
  display: block;
  height: 0.25em;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.5%;
}
@media (max-width: 599px) {
  .timeline tbody tr td .timeline-content > .timeline-content-title::after {
    height: 0;
    margin-top: 0;
  }
}
.timeline tbody tr td .timeline-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  transform: translateX(-50%);
  height: 1.6em;
  width: 1.6em;
  border-radius: 99em;
  background-color: hsla(0, 74%, 40%, 1);
  border: 5px solid hsla(0, 100%, 100%, 1);
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .timeline tbody tr td .timeline-content::before {
    height: 1.1em;
    width: 1.1em;
    top: 0.2em;
  }
}
@media (max-width: 599px) {
  .timeline tbody tr td .timeline-content {
    padding: 0.1em 0 0.1em 1em;
  }
  .timeline tbody tr td .timeline-content:first-child {
    padding-top: 0;
  }
  .timeline tbody tr td .timeline-content:last-child {
    padding-bottom: 0;
  }
  .timeline tbody tr td .timeline-content::after {
    height: 0;
    margin-top: 0;
  }
}
@media (min-width: 600px) {
  .timeline tbody tr td .timeline-content {
    padding: 0.5em 0 1em 2.5em;
  }
  .timeline tbody tr td .timeline-content:hover::before {
    background: hsla(0, 100%, 100%, 1);
    border-color: hsla(0, 100%, 100%, 1);
    box-shadow: 0 0 0 3px hsla(0, 74%, 40%, 1) inset;
  }
}
.timeline tbody tr td .timeline-content p, .timeline tbody tr td .timeline-content span, .timeline tbody tr td .timeline-content a, .timeline tbody tr td .timeline-content ul {
  margin: 0;
}
.timeline tbody tr:hover th, .timeline tbody tr:hover td {
  background: hsla(0, 100%, 100%, 1);
}

.timeline-title-paragraph {
  margin-bottom: 5%;
  position: relative;
}
.timeline-title-paragraph::after {
  content: "";
  border-bottom: 3px solid hsla(0, 74%, 40%, 1);
  height: 0.25em;
  position: absolute;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-header-content {
  font-size: clamp(1.00rem, 0.96rem + 0.21vw, 1.13rem);
  font-weight: 600;
  padding: 0.3em 1em 0.3em 0;
  text-align: right;
}

.timeline-paragraph {
  padding-bottom: 5%;
}

table td, table th {
  border: none;
  border-left: 2px solid hsla(0, 0%, 20%, .1);
}

tbody tr th {
  vertical-align: top;
}

.timeline-content-paragraph {
  font-size: clamp(1.00rem, 0.96rem + 0.21vw, 1.13rem);
}
@media (max-width: 599px) {
  .timeline-content-paragraph {
    font-size: clamp(0.91rem, 0.87rem + 0.17vw, 1.03rem);
  }
}

.tabpanel--regular {
  position: relative;
}
.tabpanel--regular [role=tablist] {
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tabpanel--regular [role=tablist] .timeline-buttons-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.tabpanel--regular [role=tablist] .tab-indicator {
  position: absolute;
  width: 50%;
  height: 5px;
  background: #b31b1b;
  bottom: -3px;
  left: 0;
  outline: none;
  transition: left 500ms ease-in-out;
}
.tabpanel--regular [role=tablist] [role=tab] {
  font-family: freight-sans-pro, sans-serif;
  line-height: 1.8;
  font-weight: 300;
  flex: 1 1 0;
  font-size: clamp(1.44rem, 1.33rem + 0.53vw, 1.76rem);
  color: hsla(0, 0%, 20%, 0.55);
  cursor: pointer;
  padding: 0.5em 1em;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid hsla(0, 0%, 20%, 0.5);
  position: relative;
}
.tabpanel--regular [role=tablist] [role=tab].active {
  position: relative;
  color: hsla(0, 74%, 40%, 1);
}
.tabpanel--regular [role=tablist] [role=tab]:hover:not(.active) {
  color: hsla(0, 0%, 20%, 0.75);
}
.tabpanel--regular [role=tablist] [role=tab]:hover:not(.active)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: hsla(0, 0%, 20%, 0.75);
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.tabpanel--regular .tabgroup {
  margin: 3em 1em;
}
@media (max-width: 599px) {
  .tabpanel--regular .tabgroup {
    margin: 2em 0.5em;
  }
}
.tabpanel--regular .tabgroup [role=tabpanel] {
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  display: none;
  margin-bottom: 0;
}
.tabpanel--regular .tabgroup [role=tabpanel]:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tabpanel--regular .tabgroup [role=tabpanel].active {
  display: block;
}
.tabpanel--regular .tabgroup [role=tabpanel] iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.tabpanel--regular .tabgroup [role=tabpanel] table {
  background: transparent;
}
@media (max-width: 599px) {
  .tabpanel--regular .tabgroup [role=tabpanel] {
    border-bottom: 1px solid hsla(255, 100%, 100%, 0.1);
  }
}

.tabpanel--tabs-reduced [role=tablist] [role=tab] {
  font-size: clamp(1.20rem, 1.13rem + 0.34vw, 1.41rem);
  line-height: 1;
  padding-bottom: 1em;
  position: relative;
  font-weight: 400;
}
.tabpanel--tabs-reduced [role=tablist] [role=tab]:not(:last-of-type)::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #D4D4D4;
  height: 30%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tabpanel--tabs-reduced [role=tablist] .tab-indicator {
  height: 0.5em;
  bottom: -0.25em;
}

/*# sourceMappingURL=timeline_tool.css.map */
