/* 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;
}
.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;
  -webkit-clip-path: inset(50%) !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;
    -webkit-clip-path: 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: block;
  }
}
.timeline tbody tr:nth-child(even) {
  background: transparent;
}
.timeline tbody tr th {
  padding: 0;
  width: 100%;
}
@media (max-width: 599px) {
  .timeline tbody tr th {
    background: transparent;
    border-bottom: 2px solid hsla(0, 74%, 40%, 1);
  }
}
@media (min-width: 600px) {
  .timeline tbody tr th {
    width: unset;
    background: transparent;
    display: table-cell;
  }
}
.timeline tbody tr th .timeline-header-subcontent {
  text-align: left;
  padding: 0.5em 0em 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;
  }
}
.timeline tbody tr td {
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.timeline tbody tr td:before {
  display: none;
}
@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;
}
@media (max-width: 599px) {
  .timeline tbody tr td .timeline-content {
    padding-left: 0.5em;
  }
}
@media (min-width: 600px) {
  .timeline tbody tr td .timeline-content {
    padding: 0.5em 0em 1em 2.5em;
  }
  .timeline tbody tr td .timeline-content:hover:after {
    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 ul {
  margin: 0;
  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 p, .timeline tbody tr td .timeline-content span, .timeline tbody tr td .timeline-content a {
  font-size: clamp(1.00rem, 0.96rem + 0.21vw, 1.13rem);
  font-family: freight-sans-pro, sans-serif;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 600px) {
  .timeline tbody tr td .timeline-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 30px;
    width: 30px;
    border-radius: 99em;
    background-color: hsla(0, 74%, 40%, 1);
    border: 5px solid hsla(0, 100%, 100%, 1);
    box-sizing: border-box;
  }
}
.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);
  display: block;
  height: 0.25em;
  position: absolute;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.timeline-content-title {
  font-weight: 500;
  position: relative;
  margin-bottom: 2%;
  font-size: clamp(1.00rem, 0.96rem + 0.21vw, 1.13rem);
}
.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%);
  -webkit-transform: translateX(-50%);
  margin-top: 0.5%;
}
.timeline-content-title.timeline-hide-line:after {
  display: none !important;
}

.timeline-header-content {
  font-size: clamp(1.00rem, 0.96rem + 0.21vw, 1.13rem);
  font-weight: 600;
  padding: 0.3em 1em 0.3em 0em;
  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;
}

th .timeline-header-subcontent:first-of-type {
  padding: 0.5em 2em 0em 0em !important;
}

.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: none;
}
.tabpanel--regular [role=tablist] .timeline-buttons-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.tabpanel--regular [role=tablist] .tab-indicator {
  display: block;
  position: absolute;
  content: "";
  width: 50%;
  height: 5px;
  background: #b31b1b;
  bottom: -3px;
  left: 0;
  outline: none;
  transition: left 500ms ease-in-out;
  -webkit-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;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  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 {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: hsla(0, 0%, 20%, 0.75);
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media (min-width: 600px) {
  .tabpanel--regular [role=tablist] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
}
.tabpanel--regular .tabgroup {
  margin: 3em 1em;
}
.tabpanel--regular .tabgroup [role=tabpanel] {
  display: block;
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
}
.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;
}
.tabpanel--regular .tabgroup [role=tabpanel] .mobile-title {
  display: none;
}
@media (max-width: 599px) {
  .tabpanel--regular .tabgroup [role=tabpanel] .mobile-title::after {
    height: 2px;
    width: 50px;
    background: #b31b1b;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 0;
  }
}
@media (max-width: 599px) {
  .tabpanel--regular .tabgroup [role=tabpanel] .mobile-title {
    display: block;
    font-size: clamp(1.44rem, 1.33rem + 0.53vw, 1.76rem);
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding-bottom: 1em;
  }
}
@media (max-width: 599px) {
  .tabpanel--regular .tabgroup [role=tabpanel] {
    border-bottom: 1px solid hsla(255, 100%, 100%, 0.1);
  }
}
@media (min-width: 600px) {
  .tabpanel--regular .tabgroup [role=tabpanel] {
    display: none;
    margin-bottom: 0;
  }
}

.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%);
  -webkit-transform: translateY(-50%);
}
.tabpanel--tabs-reduced [role=tablist] [role=tab]:hover:not(:last-of-type)::before, .tabpanel--tabs-reduced [role=tablist] [role=tab]:focus:not(:last-of-type)::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #D4D4D4;
  height: 30%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.tabpanel--tabs-reduced [role=tablist] .tab-indicator {
  height: 0.5em;
  bottom: -0.25em;
}

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