/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
 *
 * Frontend Styles
 *
 */
.company-timeline {
  --content-gap: 20px;
  --track-color: var(--wp--preset--color--black);
  --thumb-color: var(--wp--preset--color--white);
  --thumb-size: 30px;
  --timeline-width: 7680px;
  height: 550px;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 5px;
  position: relative;
}
.company-timeline::-webkit-scrollbar {
  height: var(--thumb-size);
}
.company-timeline::-webkit-scrollbar-track {
  background: var(--track-color);
  border-radius: 30px;
}
.company-timeline::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
  border-radius: 30px;
  border: 10px solid var(--track-color);
}
.company-timeline::-webkit-scrollbar-thumb:active {
  background: var(--wp--preset--color--base-disabled);
}
@media (min-width: 640px) {
  .company-timeline {
    --timeline-width: 8000px;
  }
}
@media (min-width: 1024px) {
  .company-timeline {
    --content-gap: 30px;
    --timeline-width: 12225px;
    --thumb-size: 40px;
    height: 850px;
  }
}
.company-timeline__inner {
  align-items: center;
  display: flex;
  height: 100%;
  width: var(--timeline-width);
}
.company-timeline img {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .company-timeline img {
    margin-bottom: 30px;
  }
}
.company-timeline p {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .company-timeline p {
    font-size: 16px;
  }
}

.ct-connector__line {
  background-color: var(--wp--preset--color--base-subtle);
  height: 1px;
  width: var(--timeline-width);
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}

.ct-dot {
  --size: 20px;
  background-color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--base-subtle);
  border-radius: 50%;
  height: var(--size);
  width: var(--size);
}

.ct-year {
  font-size: 24px;
  font-weight: var(--wp--custom--font-weight--default);
}
@media (min-width: 1024px) {
  .ct-year {
    font-size: 36px;
  }
}
.ct-year.ct-year--hasdot-left {
  position: relative;
}
.ct-year.ct-year--hasdot-left::before {
  --size: 20px;
  background-color: var(--wp--preset--color--black);
  border-radius: 50%;
  border: 1px solid var(--wp--preset--color--base-subtle);
  content: "";
  display: block;
  height: var(--size);
  left: -30px;
  position: absolute;
  top: 6px;
  width: var(--size);
  z-index: 2;
}
@media (min-width: 1024px) {
  .ct-year.ct-year--hasdot-left::before {
    left: -40px;
    top: 10px;
  }
}

/* COMPANY TIMELINE INTRO SECTION */
.ct-section-a {
  background-color: var(--wp--preset--color--black);
  flex-shrink: 0;
  padding-bottom: 236px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 358px;
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  .ct-section-a {
    padding-left: 100px;
  }
}
@media (min-width: 1440px) {
  .ct-section-a {
    padding-left: 330px;
    padding-right: 120px;
  }
}
.ct-section-a__content {
  width: 300px;
}
@media (min-width: 640px) {
  .ct-section-a__content {
    width: 500px;
  }
}
.ct-section-a__content p {
  max-width: 320px;
}
@media (min-width: 640px) {
  .ct-section-a__content p {
    margin-left: 176px;
  }
}
.ct-section-a__content .arrow-link {
  -webkit-animation: arrow-pulse 2s infinite;
          animation: arrow-pulse 2s infinite;
  background-position: calc(100% - 10px) 50%;
  background-size: 28px;
  cursor: pointer;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 640px) {
  .ct-section-a__content .arrow-link {
    margin-left: 176px;
  }
}

@-webkit-keyframes arrow-pulse {
  0% {
    background-position: calc(100% - 16px) 50%;
  }
  50% {
    background-position: calc(100% - 5px) 50%;
  }
  100% {
    background-position: calc(100% - 16px) 50%;
  }
}

@keyframes arrow-pulse {
  0% {
    background-position: calc(100% - 16px) 50%;
  }
  50% {
    background-position: calc(100% - 5px) 50%;
  }
  100% {
    background-position: calc(100% - 16px) 50%;
  }
}
.ct-connector-a {
  flex-shrink: 0;
  position: relative;
  width: 400px;
}
@media (min-width: 1024px) {
  .ct-connector-a {
    width: 500px;
  }
}
.ct-connector-a__dot {
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
.ct-connector-a__dot:nth-of-type(1) {
  left: 96px;
}
.ct-connector-a__dot:nth-of-type(2) {
  left: 192px;
}
.ct-connector-a__dot:nth-of-type(3) {
  left: 288px;
}

/* 1877 JOHN MANEELY CO */
.ct-section-b {
  background-color: var(--wp--preset--color--black);
  flex-shrink: 0;
  margin-right: 200px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .ct-section-b {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.ct-section-b .ct-year {
  margin-top: 159px;
}
@media (min-width: 1024px) {
  .ct-section-b .ct-year {
    margin-top: 225px;
  }
}
.ct-section-b__content {
  display: flex;
  gap: var(--content-gap);
  padding-bottom: 30px;
  width: 320px;
}
@media (min-width: 1024px) {
  .ct-section-b__content {
    padding-bottom: 100px;
    width: 450px;
  }
}

/* 1929 SHARON FOUNDED */
.ct-section-c {
  flex-shrink: 0;
  margin-right: 80px;
}
.ct-section-c__content {
  align-items: center;
  display: flex;
  gap: var(--content-gap);
  padding-bottom: 282px;
  width: 290px;
}
@media (min-width: 1024px) {
  .ct-section-c__content {
    padding-bottom: 268px;
    width: 450px;
  }
}
.ct-section-c .ct-year--hasdot-left::after {
  background-color: var(--wp--preset--color--base-subtle);
  content: "";
  height: 137px;
  left: -20px;
  position: absolute;
  top: 24px;
  width: 1px;
}
@media (min-width: 1024px) {
  .ct-section-c .ct-year--hasdot-left::after {
    height: 130px;
    left: -30px;
    top: 31px;
  }
}
.ct-section-c__callout img {
  max-width: 260px;
}

/* 1931 WHEATLAND */
.ct-section-d {
  flex-shrink: 0;
  margin-right: 200px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .ct-section-d {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.ct-section-d .ct-year {
  margin-top: 161px;
}
@media (min-width: 1024px) {
  .ct-section-d .ct-year {
    margin-top: 235px;
  }
}
.ct-section-d .ct-year--hasdot-left::after {
  background-color: var(--wp--preset--color--base-subtle);
  bottom: 116px;
  content: "";
  height: 61px;
  left: -20px;
  position: absolute;
  width: 1px;
}
@media (min-width: 1024px) {
  .ct-section-d .ct-year--hasdot-left::after {
    left: -30px;
    bottom: 121px;
    height: 116px;
  }
}
.ct-section-d__content {
  display: flex;
  gap: 0;
  padding-top: 80px;
  width: 320px;
}
@media (min-width: 1024px) {
  .ct-section-d__content {
    padding-top: 115px;
    width: 490px;
  }
}
.ct-section-d__callout {
  background-color: var(--wp--preset--color--black);
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .ct-section-d__callout {
    padding-left: 36px;
    padding-right: 36px;
  }
}

/* 1946-86 PICOMA-ATLAS-BARRY */
.ct-section-e {
  background-color: var(--wp--preset--color--black);
  flex-shrink: 0;
  margin-right: 150px;
  margin-left: 0;
  padding-left: 8px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .ct-section-e {
    margin-right: 300px;
  }
}
.ct-section-e__content {
  position: relative;
  width: 320px;
}
@media (min-width: 1024px) {
  .ct-section-e__content {
    width: 495px;
  }
}
.ct-section-e__content-item {
  display: flex;
  margin-top: 30px;
  gap: var(--content-gap);
}
@media (min-width: 1024px) {
  .ct-section-e__content-item {
    margin-top: 140px;
  }
}
.ct-section-e__content-item:first-of-type {
  margin-top: 0;
}
.ct-section-e__content-item:nth-of-type(2) .ct-year {
  margin-top: 13px;
}
@media (min-width: 1024px) {
  .ct-section-e__content-item:nth-of-type(2) .ct-year {
    margin-top: 0;
  }
}
.ct-section-e__content-item img {
  height: 35px;
}
@media (min-width: 1024px) {
  .ct-section-e__content-item img {
    height: 45px;
  }
}
.ct-section-e__content::before {
  background-color: var(--wp--preset--color--base-subtle);
  bottom: 56px;
  content: "";
  height: 330px;
  left: -20px;
  position: absolute;
  width: 1px;
}
@media (min-width: 1024px) {
  .ct-section-e__content::before {
    height: 528px;
    left: -30px;
  }
}

/* 2006 JMC STEEL */
.ct-section-f {
  background-color: var(--wp--preset--color--black);
  margin-right: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .ct-section-f {
    margin-right: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ct-section-f .ct-year {
  margin-top: 160px;
}
@media (min-width: 1024px) {
  .ct-section-f .ct-year {
    margin-top: 208px;
  }
}
.ct-section-f__content {
  display: flex;
  gap: var(--content-gap);
  padding-bottom: 40px;
  width: 320px;
}
@media (min-width: 1024px) {
  .ct-section-f__content {
    padding-bottom: 80px;
    width: 450px;
  }
}

/* 2011 ZEKELMAN FAMILY INFO */
.ct-section-h {
  flex-shrink: 0;
  margin-right: 90px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px) {
  .ct-section-h {
    margin-right: 150px;
  }
}
.ct-section-h .ct-year::after {
  background-color: var(--wp--preset--color--base-subtle);
  content: "";
  height: 141px;
  left: -20px;
  position: absolute;
  top: 24px;
  width: 1px;
}
@media (min-width: 1024px) {
  .ct-section-h .ct-year::after {
    height: 133px;
    left: -30px;
    top: 31px;
  }
}
.ct-section-h__content {
  display: flex;
  gap: var(--content-gap);
  padding-bottom: 226px;
  width: 260px;
}
@media (min-width: 1024px) {
  .ct-section-h__content {
    padding-bottom: 235px;
    width: 375px;
  }
}

/* 2016 ZEKELMAN AND Z MODULAR */
.ct-section-i {
  background-color: var(--wp--preset--color--black);
  flex-shrink: 0;
  margin-right: 200px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .ct-section-i {
    margin-right: 400px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ct-section-i .ct-year {
  margin-top: 110px;
}
@media (min-width: 1024px) {
  .ct-section-i .ct-year {
    margin-top: 79px;
  }
}
.ct-section-i__content {
  display: flex;
  gap: var(--content-gap);
  padding-top: 85px;
  position: relative;
  width: 320px;
}
@media (min-width: 1024px) {
  .ct-section-i__content {
    padding-top: 220px;
    width: 460px;
  }
}
.ct-section-i__callout img:nth-of-type(2) {
  margin-top: 20px;
  max-width: 245px;
}
@media (min-width: 1024px) {
  .ct-section-i__callout img:nth-of-type(2) {
    margin-top: 68px;
  }
}

/* 2017 WESTERN */
.ct-section-j {
  background-color: var(--wp--preset--color--black);
  flex-shrink: 0;
  margin-right: 210px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .ct-section-j {
    margin-right: 420px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ct-section-j .ct-year {
  margin-top: 175px;
}
@media (min-width: 1024px) {
  .ct-section-j .ct-year {
    margin-top: 208px;
  }
}
.ct-section-j__content {
  display: flex;
  gap: var(--content-gap);
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  .ct-section-j__content {
    padding-bottom: 23px;
  }
}
.ct-section-j__callout {
  width: 260px;
}
@media (min-width: 1024px) {
  .ct-section-j__callout {
    width: 400px;
  }
}

/* 2018 HAYES */
.ct-section-k {
  flex-shrink: 0;
  margin-right: 80px;
}
.ct-section-k__content {
  align-items: center;
  display: flex;
  gap: var(--content-gap);
  padding-bottom: 234px;
  width: 320px;
}
@media (min-width: 1024px) {
  .ct-section-k__content {
    padding-bottom: 275px;
    width: 450px;
  }
}
.ct-section-k .ct-year--hasdot-left::after {
  background-color: var(--wp--preset--color--base-subtle);
  content: "";
  height: 113px;
  left: -20px;
  position: absolute;
  top: 24px;
  width: 1px;
}
@media (min-width: 1024px) {
  .ct-section-k .ct-year--hasdot-left::after {
    height: 141px;
    left: -30px;
  }
}

/* 2021 SHURIKEN */
.ct-section-l {
  flex-shrink: 0;
  margin-right: 150px;
}
@media (min-width: 1024px) {
  .ct-section-l {
    margin-right: 300px;
  }
}
.ct-section-l__content {
  align-items: center;
  display: flex;
  gap: var(--content-gap);
  padding-top: 288px;
  width: 320px;
}
@media (min-width: 1024px) {
  .ct-section-l__content {
    padding-top: 275px;
    width: 450px;
  }
}
.ct-section-l .ct-year--hasdot-left::after {
  background-color: var(--wp--preset--color--base-subtle);
  bottom: 22px;
  content: "";
  height: 132px;
  left: -20px;
  position: absolute;
  width: 1px;
}
@media (min-width: 1024px) {
  .ct-section-l .ct-year--hasdot-left::after {
    bottom: 31px;
    height: 124px;
    left: -30px;
  }
}
.ct-section-l__callout img {
  max-width: 220px;
}

/* 2022 MILL IMAGERY */
.ct-section-m {
  background-color: var(--wp--preset--color--black);
  flex-shrink: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .ct-section-m {
    gap: 20px;
    padding-left: 60px;
  }
}
.ct-section-m img {
  display: block;
  height: calc(50% - 5px);
  margin: 0;
  width: 350px;
}
@media (min-width: 1024px) {
  .ct-section-m img {
    height: calc(50% - 10px);
    width: 560px;
  }
}

/* 2022 MILL AND GALVANIZED INFO */
.ct-section-n {
  flex-shrink: 0;
  margin-right: 180px;
  padding-left: 20px;
  padding-right: 15px;
  position: relative;
  transform: translateY(-11px);
  z-index: 1;
}
@media (min-width: 1024px) {
  .ct-section-n {
    margin-right: 400px;
    padding-right: 30px;
  }
}
.ct-section-n .ct-year {
  background-color: var(--wp--preset--color--black);
  margin-top: 148px;
}
@media (min-width: 1024px) {
  .ct-section-n .ct-year {
    margin-top: 112px;
  }
}
.ct-section-n .ct-year::before {
  background-color: var(--wp--preset--color--black);
  content: "";
  display: block;
  left: -20px;
  height: 33px;
  position: absolute;
  width: 104px;
  z-index: -1;
}
@media (min-width: 1024px) {
  .ct-section-n .ct-year::before {
    height: 50px;
    left: -30px;
    width: 150px;
  }
}
.ct-section-n__content {
  display: flex;
  gap: var(--content-gap);
  position: relative;
}
@media (min-width: 1024px) {
  .ct-section-n__content {
    padding-top: 114px;
  }
}
.ct-section-n__callout {
  margin-top: -60px;
  width: 260px;
}
@media (min-width: 1024px) {
  .ct-section-n__callout {
    margin-top: 0;
    width: 535px;
  }
}
.ct-section-n__callout > p {
  padding-right: 0;
}
@media (min-width: 1024px) {
  .ct-section-n__callout > p {
    padding-right: 150px;
  }
}
.ct-section-n__callout > p:nth-of-type(2) {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .ct-section-n__callout > p:nth-of-type(2) {
    margin-top: 80px;
  }
}
.ct-section-n__info {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .ct-section-n__info {
    margin-top: 21px;
  }
}
.ct-section-n__info img {
  display: flex;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 45px;
}
@media (min-width: 1024px) {
  .ct-section-n__info img {
    margin-bottom: 20px;
    margin-right: 20px;
    width: 70px;
  }
}

/* 2023 ZEKELMAN NEW */
.ct-section-o {
  flex-shrink: 0;
  margin-right: 100px;
}
@media (min-width: 1024px) {
  .ct-section-o {
    margin-right: 180px;
  }
}
.ct-section-o__content {
  align-items: center;
  display: flex;
  gap: var(--content-gap);
  padding-bottom: 225px;
  width: 320px;
}
@media (min-width: 1024px) {
  .ct-section-o__content {
    padding-bottom: 268px;
    width: 450px;
  }
}
.ct-section-o .ct-year--hasdot-left::after {
  background-color: var(--wp--preset--color--base-subtle);
  content: "";
  height: 106px;
  left: -20px;
  position: absolute;
  top: 26px;
  width: 1px;
}
@media (min-width: 1024px) {
  .ct-section-o .ct-year--hasdot-left::after {
    height: 130px;
    left: -30px;
    top: 31px;
  }
}
.ct-section-o img {
  padding-right: 20px;
}

/* 2024 MAVERICK */
.ct-section-p {
  flex-shrink: 0;
}
.ct-section-p__content {
  align-items: center;
  display: flex;
  gap: var(--content-gap);
  padding-top: 288px;
  width: 330px;
}
@media (min-width: 1024px) {
  .ct-section-p__content {
    padding-top: 275px;
    width: 450px;
  }
}
.ct-section-p .ct-year--hasdot-left::after {
  background-color: var(--wp--preset--color--base-subtle);
  bottom: 22px;
  content: "";
  height: 132px;
  left: -20px;
  position: absolute;
  width: 1px;
}
@media (min-width: 1024px) {
  .ct-section-p .ct-year--hasdot-left::after {
    bottom: 31px;
    height: 124px;
    left: -30px;
  }
}

.ct-connector-end {
  flex-shrink: 0;
  position: relative;
  width: 366px;
}
@media (min-width: 1024px) {
  .ct-connector-end {
    width: 513px;
  }
}
.ct-connector-end__dot {
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
.ct-connector-end__dot:nth-of-type(1) {
  left: 96px;
}
.ct-connector-end__dot:nth-of-type(2) {
  left: 192px;
}
.ct-connector-end__dot:nth-of-type(3) {
  left: 288px;
}

/*# sourceMappingURL=style-index.css.map*/