/*!
 * Theme Name: Refoundry Blank Theme
 * Author: Refoundry Systems Inc
 * Author URI: https://refoundry.io
 * Description: Blank theme for Refoundry development
 * Version: 1.0.0
 *
 */
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/Timeline/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.fndry-custom-timeline {
  --timeline-width: 260px;
  overflow-x: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  scrollbar-width: thin;
  padding-bottom: 2rem;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1024px) {
  .fndry-custom-timeline {
    --timeline-width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .fndry-custom-timeline {
    padding-left: max(50vw - 600px, 0px);
  }
}
.fndry-custom-timeline__track {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  background-image: linear-gradient(to right, #004369, #004369);
  background-size: calc(100% - 2rem) 2px;
  background-position: 1rem 3.325rem;
  background-repeat: no-repeat;
  flex-shrink: 0;
  min-width: 100%;
}
.fndry-custom-timeline__col {
  width: var(--timeline-width);
  flex-shrink: 0;
  display: flex;
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/TimelineCard/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.fndry-custom-timeline-card {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  padding: 1rem;
}
.fndry-custom-timeline-card__year {
  color: var(--fndry-color-navy);
  font-size: 17px;
  font-weight: 700;
  line-height: 24px; /* 141.176% */
  padding-left: 2rem;
  margin-bottom: 3.25rem;
}
.fndry-custom-timeline-card__content {
  padding: 1rem;
  background: white;
  box-shadow: 0 22px 24px 0 rgba(0, 0, 0, 0.06);
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-flow: column;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .fndry-custom-timeline-card__content {
    padding: 2rem;
    font-size: 1rem;
  }
}
.fndry-custom-timeline-card__content::before, .fndry-custom-timeline-card__content::after {
  content: "";
  position: absolute;
  display: block;
  background: var(--fndry-color-navy);
  top: -52px;
}
.fndry-custom-timeline-card__content::before {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  left: 1.825rem;
}
.fndry-custom-timeline-card__content::after {
  width: 2px;
  height: 52px;
  left: 2rem;
}
.fndry-custom-timeline-card__card-link {
  margin-top: auto;
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/TimelineEra/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.fndry-custom-timeline-era {
  flex-shrink: 0;
  background: var(--bg, #293255);
  color: var(--color, white);
  margin-left: calc(var(--offset, 0) * var(--timeline-width) + 1rem);
  width: calc(var(--duration) * var(--timeline-width) - 2rem);
}
.fndry-custom-timeline-era__link {
  color: white;
  padding: 0.125rem 2rem;
  display: inline-block;
  position: sticky;
  left: 0;
}

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