@font-face {
  font-family: "Source Sans Pro";
  src: url("/wp-content/themes/onyx-child/fonts/SourceSans3-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 100 900; /* Supports all weights from 100 to 900 */
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("/wp-content/themes/onyx-child/fonts/RobotoCondensed-VariableFont_wght.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("/wp-content/themes/onyx-child/fonts/RobotoCondensed-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-weight: normal;
  font-style: italic;
}

/* Roboto Regular */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onyx-child/fonts/Roboto-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Roboto Italic */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onyx-child/fonts/Roboto-Italic.ttf")
    format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* Roboto Light */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onyx-child/fonts/Roboto-Light.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Roboto Light Italic */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onyx-child/fonts/Roboto-LightItalic.ttf")
    format("truetype");
  font-weight: 300;
  font-style: italic;
}

/* Roboto Medium */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onyx-child/fonts/Roboto-Medium.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Roboto Medium Italic */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onyx-child/fonts/Roboto-MediumItalic.ttf")
    format("truetype");
  font-weight: 500;
  font-style: italic;
}

/* Roboto Thin */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onyx-child/fonts/Roboto-Thin.ttf")
    format("truetype");
  font-weight: 100;
  font-style: normal;
}

/* Roboto Thin Italic */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onyx-child/fonts/Roboto-ThinItalic.ttf")
    format("truetype");
  font-weight: 100;
  font-style: italic;
}

/* Roboto Black */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onyx-child/fonts/Roboto-Black.ttf")
    format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Roboto Black Italic */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onyx-child/fonts/Roboto-BlackItalic.ttf")
    format("truetype");
  font-weight: 900;
  font-style: italic;
}

/* Roboto Bold */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onyx-child/fonts/Roboto-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Roboto Bold Italic */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/onyx-child/fonts/Roboto-BoldItalic.ttf")
    format("truetype");
  font-weight: 700;
  font-style: italic;
}
.timeline-page-title {
  position: absolute;
  padding-left: 40px;
  padding-right: 40px;
  top: 40%;
  z-index: 999;
}
.unshown {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(-25%);
  transition: all 1s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

@media (max-width: 600px) {
  /* ---Extra Small Devices (Phones)--- */

  .year-section {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
  .year-title {
    flex: 1;
    position: relative;
    line-height: 61.5px;
    text-transform: uppercase;
    padding-left: 60px;
    font-weight: 900;
  }
  .year-title-container {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .horizontal-divider {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .structuretonelogo-icon {
    width: 200px;
    position: relative;
    height: 36.5px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .logo-space {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1;
  }
  .by-2016-the {
    align-self: stretch;
    position: relative;
    line-height: 24px;
  }
  .text-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 2;
  }
  .logos-section-logo {
    position: relative;
    height: 26px;
    object-fit: cover;
  }
  .logo-div {
    display: grid;
  }
  .logos-section {
    align-self: stretch;
    background-color: #467c9d;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    padding: 12px 20px;
    gap: 16px 60px;
    z-index: 3;
  }
  .event {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 60px;
    position: relative;
    gap: 16px;
  }
  .event-spacer {
    width: 148px;
    background-color: #fff;
    height: 147.4px;
    display: none;
  }
  .event-container {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 0;
  }
  .horizontal-divider1 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .b {
    position: relative;
    line-height: 44px;
  }
  .event1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px 0px 0px 60px;
    position: relative;
    gap: 16px;
  }
  .revenue-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 0px;
    z-index: 1;
  }
  .structure-tone-organization {
    align-self: stretch;
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    text-align: start;
    z-index: 2;
  }
  .event2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px 0px 0px 60px;
    position: relative;
    gap: 16px;
  }
  .event-spacer1 {
    width: 148px;
    background-color: #fff;
    height: 147.4px;
    display: none;
  }
  .event-container1 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 1;
    font-size: 50px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .vertical-timeline-2016 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #bebec1;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2016 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2016 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 2;
  }
  .year2016 {
    width: 304px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    font-size: 15px;
    color: #63656a;
  }
  .year-title-container1 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .horizontal-divider2 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .stobg-logo-icon {
    width: 200px;
    position: relative;
    height: 46.2px;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 1;
  }
  .sto-building-group {
    width: 100%;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 545px;
  }
  .left-side-heading {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    font-family: "Roboto Condensed";
    color: #231f20;
    text-align: left;
  }
  .right-side-heading {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    font-family: "Roboto Condensed";
    color: #231f20;
    text-align: left;
  }
  .heading-container {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  .text-container1 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 60px;
    position: relative;
    gap: 16px;
  }
  .event-spacer2 {
    width: 152px;
    background-color: #fff;
    height: 147.4px;
    display: none;
  }
  .event-container2 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 0;
  }
  .horizontal-divider3 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .govan-brown-logo {
    width: 300px;
    position: relative;
    height: 39.7px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .event-spacer3 {
    width: 152px;
    background-color: #fff;
    height: 147.4px;
    display: none;
    z-index: 0;
  }
  .text-container2 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event5 {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 60px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    z-index: 1;
  }
  .event-container3 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 1;
  }
  .horizontal-divider4 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #98999b;
    height: 3px;
    z-index: 0;
  }
  .revenue-container1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 8px 0px;
    z-index: 1;
  }
  .stobg-revenue {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 545px;
    z-index: 2;
  }
  .event-spacer4 {
    width: 148px;
    background-color: #fff;
    height: 147.4px;
    display: none;
  }
  .event6 {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 60px;
    position: relative;
    gap: 16px;
    z-index: 1;
  }
  .event-container4 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 200px;
    z-index: 2;
    text-align: right;
    font-size: 50px;
  }
  .vertical-timeline-2017 {
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    background-color: #9fa1a4;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2017 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2017 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline1 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 3;
  }
  .year2017 {
    width: 304px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .horizontal-divider5 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #818387;
    height: 3px;
    z-index: 0;
  }
  .ajax-logo-icon {
    width: 180px;
    position: relative;
    height: 87.4px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .event-container5 {
    align-self: stretch;
    height: 211.4px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 0;
  }
  .horizontal-divider6 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #818387;
    height: 3px;
    z-index: 0;
  }
  .revenue-container2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 0px;
    z-index: 1;
  }
  .event6 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 60px;
    position: relative;
    gap: 16px;
    z-index: 1;
  }
  .event-container6 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 200px;
    z-index: 1;
    text-align: right;
    font-size: 50px;
  }
  .timeline-bottom-cap-2018 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 1.6px;
  }
  .timeline-top-cap-2018 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 1.6px;
  }
  .vertical-timeline-2018 {
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    background-color: #818387;
    width: 12px;
    height: 100%;
  }
  .timeline2 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    bottom: 0.07px;
    left: 0;
    height: 100%;
    z-index: 2;
  }
  .year2018 {
    width: 304px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .horizontal-divider7 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #63656a;
    height: 3px;
    z-index: 0;
  }
  .bcci-logo-icon {
    width: 150px;
    position: relative;
    z-index: 1;
  }
  .heading-container3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 445px;
    z-index: 2;
  }
  .event-container7 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    z-index: 0;
    text-align: left;
  }
  .event15 {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 70px;
    position: relative;
    gap: 16px;
    z-index: 0;
  }
  .horizontal-divider8 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #63656a;
    height: 3px;
    z-index: 0;
  }
  .layton-logo-icon {
    width: 200px;
    position: relative;
    height: 62.3px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .heading-container4 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 445px;
    z-index: 2;
  }
  .text-container5 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    text-align: left;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event-container8 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 1;
    text-align: right;
  }
  .stobg-revenue2 {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    text-align: left;
    max-width: 545px;
    z-index: 2;
  }
  .event9 {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 60px;
    position: relative;
    gap: 16px;
  }
  .event11 {
    width: 457px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 70px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
  }
  .event-container9 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 2;
    text-align: center;
    font-size: 50px;
  }
  .podcast-image-icon {
    width: 200px;
    position: relative;
    height: 200px;
    object-fit: cover;
    z-index: 1;
  }
  .building-conversation-podcast {
    align-self: stretch;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
  }
  .heading-container5 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .event-container10 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 3;
  }
  .vertical-timeline-2019 {
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    background-color: #63656a;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2019 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #63656a;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2019 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 8px);
    background-color: #63656a;
    width: 16px;
    height: 2px;
  }
  .timeline3 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 4;
  }
  .abbot-logo-icon {
    width: 200px;
    position: relative;
    height: 55.7px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .event-container11 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 0;
  }
  .revenue-container4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 8px 0px;
    z-index: 1;
  }
  .event12 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 60px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    min-height: 200px;
  }
  .event14 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 70px 0px 0px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    min-height: 200px;
  }
  .event-container12 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 200px;
    z-index: 1;
    text-align: center;
    font-size: 50px;
  }
  .horizontal-divider12 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #818387;
    height: 3px;
    z-index: 0;
  }
  .enr-image-icon {
    width: 189px;
    position: relative;
    height: 114px;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container7 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  .top-400-contractors {
    align-self: stretch;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto;
    color: #63656a;
    z-index: 3;
  }
  .event-container13 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    z-index: 2;
  }
  .safety-council-image {
    width: 243.3px;
    position: relative;
    height: 117px;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container8 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .text-container7 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event-container14 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 3;
  }
  .vertical-timeline-2020 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #818387;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2020 {
    position: absolute;
    top: 0.06px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2020 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline4 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: -0.01px;
    left: 0;
    height: 100%;
    z-index: 4;
  }
  .rc-andersen-color-logo-1 {
    width: 200px;
    position: relative;
    height: 44.6px;
    object-fit: cover;
    z-index: 1;
  }
  .horizontal-divider15 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .horizontal-divider16 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .sto-mission-critical-logo {
    width: 200px;
    position: relative;
    height: 32px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .heading-container10 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .sto-mission-critical {
    width: 100%;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 445px;
  }
  .sto-mission-critical1 {
    width: 100%;
    position: relative;
    line-height: 24px;
    display: inline-block;
    text-align: start;
    max-width: 445px;
  }
  .text-container9 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event-container16 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1;
  }
  .b5 {
    align-self: stretch;
    position: relative;
    line-height: 44px;
  }
  .event-container17 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 200px;
    z-index: 2;
    font-size: 50px;
  }
  .stobg-ranked-6 {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
  }
  .heading-container11 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .top-400-contractors1 {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto;
    color: #63656a;
    text-align: right;
    display: inline-block;
    max-width: 445px;
    z-index: 3;
  }
  .vertical-timeline-2021 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #9fa1a4;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2021 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2021 {
    position: absolute;
    top: 0.06px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline5 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0.31px;
    left: 0;
    height: 100%;
    z-index: 4;
  }
  .horizontal-divider19 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .event-container19 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 0;
    text-align: center;
    font-size: 50px;
  }
  .horizontal-divider20 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .top-400-contractors2 {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto;
    color: #63656a;
    display: inline-block;
    max-width: 445px;
    z-index: 3;
  }
  .event-container20 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 1;
  }
  .super-intendents-image {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 157px;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container13 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
  }
  .text-container10 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event-container20 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 200px;
    z-index: 0;
    text-align: center;
  }
  .vertical-timeline-2022 {
    position: absolute;
    top: 0.33px;
    left: calc(50% - 6px);
    background-color: #bebec1;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2022 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2022 {
    position: absolute;
    bottom: -0.03px;
    left: calc(50% - 8px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline6 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0.42px;
    left: 0;
    height: 100%;
    z-index: 3;
  }
  .year202 {
    width: 304px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 80px;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .event-container22 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 200px;
    z-index: 0;
    font-size: 50px;
  }
  .event-container23 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    z-index: 1;
  }
  .safety-awards-image {
    width: 244px;
    position: relative;
    height: 126px;
    object-fit: cover;
    z-index: 1;
  }
  .event24 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 0px 0px 60px;
    position: relative;
    gap: 16px;
  }
  .event-container24 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 2;
  }
  .vertical-timeline-2023 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 6px);
    background-color: #9fa1a4;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2023 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2023 {
    position: absolute;
    top: 0;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline7 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 3;
  }
  .year2023 {
    width: 304px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .event-container25 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 0;
  }
  .event-container26 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 1;
    font-size: 22px;
  }
  .vertical-timeline-2024 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #818387;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2024 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2024 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline8 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: -0.2px;
    left: 0;
    height: 100%;
    z-index: 2;
  }
  .year2024 {
    width: 304px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    font-size: 50px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .timeline-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 8px;
    box-sizing: border-box;
    gap: 30px;
  }
  .timelinepage {
    position: relative;
    display: grid;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    text-align: left;
    font-size: 48px;
    color: #467c9d;
    font-family: Roboto;
  }
  .yearJump {
    position: relative;
    font-weight: 600;
  }

  .decade-selector {
    position: fixed;
    top: 300px;
    left: 0px;
    z-index: 999;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    background-color: #467c9d;
    display: none; /* Initially hidden */
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px;
    box-sizing: border-box;
    gap: 16px;
    text-align: left;
    font-size: 22px;
    color: #fafafa !important;
    font-family: Roboto;
  }

  /* When the custom class is present on the body, display the decade selector */
  .show-decade-selector .decade-selector {
    display: flex;
  }
}

/* ---Small Tablets--- */
@media (min-width: 601px) and (max-width: 768px) {
  /* .year-section {
    padding-top: 40px; 
    margin-top: -40px; 
}*/
  .year-title {
    flex: 1;
    position: relative;
    line-height: 61.5px;
    text-transform: uppercase;
    font-weight: 900;
    padding-left: 60px;
  }
  .year-title-container {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .horizontal-divider {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .structuretonelogo-icon {
    width: 200px;
    position: relative;
    height: 36.5px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .logo-space {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1;
  }
  .by-2016-the {
    align-self: stretch;
    position: relative;
    line-height: 24px;
  }
  .text-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 2;
  }
  .logos-section-logo {
    position: relative;
    height: 26px;
    object-fit: cover;
  }
  .logo-div {
    display: grid;
  }
  .logos-section {
    align-self: stretch;
    background-color: #467c9d;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    padding: 12px 20px;
    gap: 16px 60px;
    z-index: 3;
  }
  .event {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 60px;
    position: relative;
    gap: 16px;
  }
  .event-spacer {
    width: 190px;
    background-color: #fff;
    height: 147.4px;
    display: none;
  }
  .event-container {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 0;
  }
  .horizontal-divider1 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .b {
    position: relative;
    line-height: 44px;
  }

  .event1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px 0px 0px 60px;
    position: relative;
    gap: 16px;
  }
  .revenue-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 0px;
    z-index: 1;
  }
  .structure-tone-organization {
    align-self: stretch;
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    text-align: start;
    z-index: 2;
  }
  .event2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    padding: 0px 0px 0px 60px;
    position: relative;
    gap: 16px;
  }
  .event-container1 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 1;
    font-size: 50px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .vertical-timeline-2016 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #bebec1;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2016 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2016 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 2;
  }
  .year2016 {
    width: 304px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    font-size: 15px;
    color: #63656a;
  }
  .year-title-container1 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .horizontal-divider2 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .stobg-logo-icon {
    width: 200px;
    position: relative;
    height: 46.2px;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 1;
  }
  .sto-building-group {
    width: 100%;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 545px;
  }
  .left-side-heading {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    font-family: "Roboto Condensed";
    color: #231f20;
    text-align: left;
  }
  .right-side-heading {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    font-family: "Roboto Condensed";
    color: #231f20;
    text-align: left;
  }
  .heading-container {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  .text-container1 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event3 {
    width: 304px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 60px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    z-index: 1;
  }
  .event-spacer2 {
    width: 152px;
    background-color: #fff;
    height: 147.4px;
    display: none;
  }
  .event-container2 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 0;
  }
  .horizontal-divider3 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .govan-brown-logo {
    width: 300px;
    position: relative;
    height: 39.7px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .event-spacer3 {
    width: 152px;
    background-color: #fff;
    height: 147.4px;
    display: none;
    z-index: 0;
  }
  .text-container2 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event5 {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 60px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    z-index: 0;
  }
  .event-container3 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 1;
  }
  .horizontal-divider4 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #98999b;
    height: 3px;
    z-index: 0;
  }
  .revenue-container1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 8px 0px;
    z-index: 1;
  }
  .stobg-revenue {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 545px;
    z-index: 2;
  }
  .event-spacer4 {
    width: 148px;
    background-color: #fff;
    height: 147.4px;
    display: none;
  }
  .event6 {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 60px;
    position: relative;
    gap: 16px;
    z-index: 1;
  }
  .event-container4 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 200px;
    z-index: 2;
    text-align: right;
    font-size: 50px;
  }
  .vertical-timeline-2017 {
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    background-color: #9fa1a4;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2017 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2017 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline1 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 3;
  }
  .year2017 {
    width: 304px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .horizontal-divider5 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #818387;
    height: 3px;
    z-index: 0;
  }
  .ajax-logo-icon {
    width: 180px;
    position: relative;
    height: 87.4px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .event-container5 {
    align-self: stretch;
    height: 211.4px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 0;
  }
  .horizontal-divider6 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #818387;
    height: 3px;
    z-index: 0;
  }
  .revenue-container2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 0px;
    z-index: 1;
  }

  .event-container6 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 200px;
    z-index: 1;
    text-align: right;
    font-size: 50px;
  }
  .timeline-bottom-cap-2018 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 1.6px;
  }
  .timeline-top-cap-2018 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 1.6px;
  }
  .vertical-timeline-2018 {
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    background-color: #818387;
    width: 12px;
    height: 100%;
  }
  .timeline2 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    bottom: 0.07px;
    left: 0;
    height: 100%;
    z-index: 2;
  }
  .year2018 {
    width: 304px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .horizontal-divider7 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #63656a;
    height: 3px;
    z-index: 0;
  }
  .bcci-logo-icon {
    width: 106px;
    position: relative;
    height: 92px;
    z-index: 1;
  }
  .heading-container3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 445px;
    z-index: 2;
  }
  .event-container7 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    z-index: 0;
    text-align: left;
  }
  .event15 {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 70px;
    position: relative;
    gap: 16px;
    z-index: 0;
  }
  .horizontal-divider8 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #63656a;
    height: 3px;
    z-index: 0;
  }
  .layton-logo-icon {
    width: 200px;
    position: relative;
    height: 62.3px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .heading-container4 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 445px;
    z-index: 2;
  }
  .text-container5 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    text-align: left;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event-container8 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 1;
    text-align: right;
  }
  .stobg-revenue2 {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    text-align: left;
    max-width: 545px;
    z-index: 2;
  }
  .event9 {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 60px;
    position: relative;
    gap: 16px;
  }
  .event11 {
    width: 457px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 70px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
  }
  .event-container9 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 2;
    text-align: center;
    font-size: 50px;
  }
  .podcast-image-icon {
    width: 200px;
    position: relative;
    height: 200px;
    object-fit: cover;
    z-index: 1;
  }
  .building-conversation-podcast {
    align-self: stretch;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
  }
  .heading-container5 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .event-container10 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 3;
  }
  .vertical-timeline-2019 {
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    background-color: #63656a;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2019 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #63656a;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2019 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 8px);
    background-color: #63656a;
    width: 16px;
    height: 2px;
  }
  .timeline3 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 4;
  }
  .abbot-logo-icon {
    width: 200px;
    position: relative;
    height: 55.7px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .event-container11 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 0;
  }
  .revenue-container4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 8px 0px;
    z-index: 1;
  }
  .event12 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 60px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    min-height: 200px;
  }
  .event14 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 70px 0px 0px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    min-height: 200px;
  }
  .event-container12 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 200px;
    z-index: 1;
    text-align: center;
    font-size: 50px;
  }
  .horizontal-divider12 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #818387;
    height: 3px;
    z-index: 0;
  }
  .enr-image-icon {
    width: 200px;
    position: relative;
    height: 114px;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container7 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  .top-400-contractors {
    align-self: stretch;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto;
    color: #63656a;
    z-index: 3;
  }
  .event-container13 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    z-index: 2;
  }
  .safety-council-image {
    width: 243.3px;
    position: relative;
    height: 117px;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container8 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .text-container7 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event-container14 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 3;
  }
  .vertical-timeline-2020 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #818387;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2020 {
    position: absolute;
    top: 0.06px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2020 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline4 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: -0.01px;
    left: 0;
    height: 100%;
    z-index: 4;
  }
  .rc-andersen-color-logo-1 {
    width: 200px;
    position: relative;
    height: 44.6px;
    object-fit: cover;
    z-index: 1;
  }
  .horizontal-divider15 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .horizontal-divider16 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .sto-mission-critical-logo {
    width: 200px;
    position: relative;
    height: 32px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .heading-container10 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .sto-mission-critical {
    width: 100%;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 445px;
  }
  .sto-mission-critical1 {
    width: 100%;
    position: relative;
    line-height: 24px;
    display: inline-block;
    text-align: start;
    max-width: 445px;
  }
  .text-container9 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event-container16 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1;
  }
  .b5 {
    align-self: stretch;
    position: relative;
    line-height: 44px;
  }
  .event-container17 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 200px;
    z-index: 2;
    font-size: 50px;
  }
  .stobg-ranked-6 {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
  }
  .heading-container11 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .top-400-contractors1 {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto;
    color: #63656a;
    text-align: right;
    display: inline-block;
    max-width: 445px;
    z-index: 3;
  }
  .vertical-timeline-2021 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #9fa1a4;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2021 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2021 {
    position: absolute;
    top: 0.06px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline5 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0.31px;
    left: 0;
    height: 100%;
    z-index: 4;
  }
  .horizontal-divider19 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .event-container19 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 0;
    text-align: center;
    font-size: 50px;
  }
  .horizontal-divider20 {
    width: 20px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 13px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .top-400-contractors2 {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto;
    color: #63656a;
    display: inline-block;
    max-width: 445px;
    z-index: 3;
  }
  .event-container20 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 1;
  }
  .super-intendents-image {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 157px;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container13 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
  }
  .text-container10 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event-container20 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 200px;
    z-index: 0;
    text-align: center;
  }
  .vertical-timeline-2022 {
    position: absolute;
    top: 0.33px;
    left: calc(50% - 6px);
    background-color: #bebec1;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2022 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2022 {
    position: absolute;
    bottom: -0.03px;
    left: calc(50% - 8px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline6 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0.42px;
    left: 0;
    height: 100%;
    z-index: 3;
  }
  .year202 {
    width: 304px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 80px;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .event-container22 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 200px;
    z-index: 0;
    font-size: 50px;
  }
  .event-container23 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    z-index: 1;
  }
  .safety-awards-image {
    width: 244px;
    position: relative;
    height: 126px;
    object-fit: cover;
    z-index: 1;
  }
  .event24 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 0px 0px 60px;
    position: relative;
    gap: 16px;
  }
  .event-container24 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 2;
  }
  .vertical-timeline-2023 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 6px);
    background-color: #9fa1a4;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2023 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2023 {
    position: absolute;
    top: 0;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline7 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 3;
  }
  .year2023 {
    width: 304px;
    align-self: stretch;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .event-container25 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 0;
  }
  .event-container26 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 1;
    font-size: 22px;
  }
  .vertical-timeline-2024 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #818387;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2024 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2024 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline8 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: -0.2px;
    left: 0;
    height: 100%;
    z-index: 2;
  }
  .year2024 {
    width: 304px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    font-size: 50px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .timeline-section {
    width: 404px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 8px;
    box-sizing: border-box;
    gap: 30px;
  }
  .timelinepage {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 90px;
    box-sizing: border-box;
    text-align: left;
    font-size: 48px;
    color: #467c9d;
    font-family: Roboto;
  }
  .yearJump {
    position: relative;
    font-weight: 600;
  }

  .decade-selector {
    position: fixed;
    top: 300px;
    left: 0px;
    z-index: 999;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    background-color: #467c9d;
    display: none; /* Initially hidden */
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px;
    box-sizing: border-box;
    gap: 16px;
    text-align: left;
    font-size: 22px;
    color: #fafafa !important;
    font-family: Roboto;
  }

  /* When the custom class is present on the body, display the decade selector */
  .show-decade-selector .decade-selector {
    display: flex;
  }
}

/* ---Medium Tablets / Large Phones--- */
@media (min-width: 769px) and (max-width: 1024px) {
  /* .year-section {
    padding-top: 40px; 
    margin-top: -40px; 
}
*/

  .year-title {
    flex: 1;
    position: relative;
    line-height: 61.5px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
  }
  .year-title-container {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .horizontal-divider {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: -1px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .structuretonelogo-icon {
    width: 180px;
    position: relative;
    height: 32.8px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .logo-space {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 1;
  }
  .by-2016-the {
    align-self: stretch;
    position: relative;
    line-height: 24px;
  }
  .text-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 2;
  }
  .logos-section-logo {
    position: relative;
    height: 26px;
    object-fit: cover;
  }
  .logo-div {
    display: grid;
  }
  .logos-section {
    align-self: stretch;
    background-color: #467c9d;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    flex-wrap: wrap;
    align-content: center;
    padding: 12px 0px;
    gap: 16px 60px;
    z-index: 3;
  }
  .event {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 70px 0px 0px;
    position: relative;
    gap: 16px;
  }
  .event-spacer {
    flex: 1;
    padding-left: 70px;
    background-color: #fff;
    height: 147.4px;
  }
  .event-container {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 0;
  }
  .horizontal-divider1 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0.5px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .b {
    position: relative;
    line-height: 44px;
  }
  .event1 {
    flex: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px 0px 0px 70px;
    gap: 16px;
    text-align: left;
    font-size: 50px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .revenue-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 0px;
    z-index: 1;
  }
  .structure-tone-organization {
    width: 100%;
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 545px;
    z-index: 2;
  }
  .event2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: right;
    padding: 0px 70px 0px 0px;
    position: relative;
    gap: 16px;
  }
  .event-container1 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 1;
    text-align: left;
    font-size: 50px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .vertical-timeline-2016 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #bebec1;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2016 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 7.75px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2016 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8.25px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline {
    width: 16.5px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: calc(50% - 8px);
    height: 100%;
    z-index: 2;
  }
  .year2016 {
    align-self: stretch;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: right;
    font-size: 15px;
    color: #63656a;
  }
  .horizontal-divider2 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: -1px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .stobg-logo-icon {
    width: 200px;
    position: relative;
    height: 46.2px;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 1;
  }
  .sto-building-group {
    width: 100%;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    text-align: right;
    max-width: 545px;
  }
  .left-side-heading {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    font-family: "Roboto Condensed";
    color: #231f20;
    text-align: right;
  }
  .right-side-heading {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    font-family: "Roboto Condensed";
    color: #231f20;
    text-align: left;
  }
  .heading-container {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  .text-container1 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    text-align: right;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    padding: 0px 0px 0px 70px;
    position: relative;
    gap: 16px;
  }
  .horizontal-divider3 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0.5px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .govan-brown-logo {
    width: 300px;
    position: relative;
    height: 39.7px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .heading-container1 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  .text-container2 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event5 {
    width: 457px;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 70px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    z-index: 0;
  }
  .event-container3 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 1;
    text-align: left;
  }
  .revenue-container1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 8px 0px;
    z-index: 1;
  }
  .stobg-revenue {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 545px;
    z-index: 2;
  }
  .event6 {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 70px 0px 0px;
    position: relative;
    gap: 16px;
    z-index: 1;
  }
  .event-container4 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 200px;
    z-index: 2;
    text-align: right;
    font-size: 50px;
  }
  .vertical-timeline-2017 {
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    background-color: #9fa1a4;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2017 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2017 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline1 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 3;
  }
  .year2017 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .horizontal-divider5 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0px;
    background-color: #818387;
    height: 3px;
    z-index: 0;
  }
  .ajax-logo-icon {
    width: 180px;
    position: relative;
    height: 87.4px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .event7 {
    width: 457px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 70px;
    position: relative;
    gap: 16px;
  }
  .event-container5 {
    align-self: stretch;
    height: 211.4px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 0;
  }
  .horizontal-divider6 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: 0px;
    background-color: #818387;
    height: 3px;
    z-index: 0;
  }
  .revenue-container2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 0px;
    z-index: 1;
  }
  .event8 {
    width: 457px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 70px 0px 0px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    z-index: 0;
  }
  .event-container6 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 200px;
    z-index: 1;
    text-align: right;
    font-size: 50px;
  }
  .timeline-bottom-cap-2018 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2018 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 1.6px;
  }
  .vertical-timeline-2018 {
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    background-color: #818387;
    width: 12px;
    height: 100%;
  }
  .timeline2 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    bottom: 0.07px;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 2;
  }
  .year2018 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .horizontal-divider7 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0px;
    background-color: #63656a;
    height: 3px;
    z-index: 0;
  }
  .bcci-logo-icon {
    width: 150px;
    position: relative;
    z-index: 1;
  }
  .heading-container3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 445px;
    z-index: 2;
  }
  .event-container7 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    z-index: 0;
    text-align: left;
  }
  .event15 {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 70px;
    position: relative;
    gap: 16px;
    z-index: 0;
  }
  .horizontal-divider8 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: 0px;
    background-color: #63656a;
    height: 3px;
    z-index: 0;
  }
  .layton-logo-icon {
    width: 180px;
    position: relative;
    height: 56.1px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .heading-container4 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    max-width: 445px;
    z-index: 2;
  }
  .text-container5 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: end;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event-container8 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 1;
  }
  .stobg-revenue2 {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    text-align: left;
    max-width: 545px;
    z-index: 2;
  }
  .event9 {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 70px;
    position: relative;
    gap: 16px;
  }
  .event11 {
    width: 457px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 70px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
  }
  .event-container9 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 2;
    text-align: center;
    font-size: 50px;
  }
  .podcast-image-icon {
    width: 180px;
    position: relative;
    height: 180px;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container5 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
    justify-content: flex-end;
    z-index: 2;
  }
  .event-container10 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 3;
  }
  .vertical-timeline-2019 {
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    background-color: #63656a;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2019 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #63656a;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2019 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #63656a;
    width: 16px;
    height: 2px;
  }
  .timeline3 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: -0.09px;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 4;
  }
  .year2019 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: right;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .abbot-logo-icon {
    width: 180px;
    position: relative;
    height: 50.1px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .event-container11 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 0;
  }
  .revenue-container4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 8px 0px;
    z-index: 1;
  }
  .event12 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 70px 0px 0px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    min-height: 200px;
  }
  .event14 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 70px 0px 0px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    min-height: 200px;
  }
  .event-container12 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 200px;
    z-index: 1;
    text-align: center;
    font-size: 50px;
  }
  .horizontal-divider12 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: 0.5px;
    background-color: #818387;
    height: 3px;
    z-index: 0;
  }
  .enr-image-icon {
    width: 180px;
    position: relative;
    height: 100px;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container7 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  .top-400-contractors {
    align-self: stretch;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto;
    color: #63656a;
    z-index: 3;
  }
  .event-container13 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    z-index: 2;
  }
  .safety-council-image {
    width: 100%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 1;
  }
  .text-container7 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    text-align: right;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .vertical-timeline-2020 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #818387;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2020 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2020 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline4 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0.05px;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 4;
  }
  .horizontal-divider15 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .rc-andersen-color-logo-1 {
    width: 180px;
    position: relative;
    height: 40.1px;
    object-fit: cover;
    z-index: 1;
  }
  .horizontal-divider16 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: 0px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .sto-mission-critical-logo {
    width: 180px;
    position: relative;
    height: 28.8px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .heading-container10 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .sto-mission-critical1 {
    width: 100%;
    position: relative;
    line-height: 24px;
    display: inline-block;
    text-align: end;
    max-width: 445px;
  }
  .text-container9 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event-container16 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1;
    text-align: right;
  }
  .b5 {
    align-self: stretch;
    position: relative;
    line-height: 44px;
  }
  .event-container17 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 200px;
    z-index: 2;
    font-size: 50px;
  }
  .stobg-ranked-6 {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
  }
  .heading-container11 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .top-400-contractors1 {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto;
    color: #63656a;
    text-align: right;
    display: inline-block;
    max-width: 445px;
    z-index: 3;
  }
  .vertical-timeline-2021 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #9fa1a4;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2021 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline5 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0.37px;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 4;
  }
  .horizontal-divider19 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .event-container19 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 0;
    text-align: center;
    font-size: 50px;
  }
  .horizontal-divider20 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: 0px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .top-400-contractors2 {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto;
    color: #63656a;
    display: inline-block;
    max-width: 445px;
    z-index: 3;
  }
  .super-intendents-image {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    width: 100%;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container13 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
  }
  .text-container10 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event-container20 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 200px;
    z-index: 0;
    text-align: center;
  }
  .vertical-timeline-2022 {
    position: absolute;
    top: 0.39px;
    left: calc(50% - 6px);
    background-color: #bebec1;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2022 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2022 {
    position: absolute;
    bottom: -0.5px;
    left: calc(50% - 8px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline6 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0.42px;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 3;
  }
  .year202 {
    align-self: stretch;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .event-container22 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 200px;
    z-index: 0;
    font-size: 50px;
  }
  .safety-awards-image {
    width: 100%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 1;
  }
  .first-stobg-safety {
    width: 100%;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 445px;
  }
  .heading-container15 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .event-container24 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 2;
    text-align: right;
  }
  .vertical-timeline-2023 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 6px);
    background-color: #9fa1a4;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2023 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline7 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    bottom: 0px;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 3;
  }
  .year2023 {
    align-self: stretch;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .event-container25 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 0;
  }
  .event-container26 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 1;
    font-size: 22px;
  }
  .vertical-timeline-2024 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #818387;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2024 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline8 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: -0.2px;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 2;
  }
  .year2024 {
    align-self: stretch;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 50px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .timeline-section {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    box-sizing: border-box;
    gap: 30px;
    text-align: center;
    font-size: 64px;
    color: #467c9d;
    font-family: Roboto;
  }
  .timelinepage {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 90px;
    box-sizing: border-box;
    text-align: center;
    font-size: 64px;
    color: #467c9d;
    font-family: Roboto;
  }
  .yearJump {
    position: relative;
    font-weight: 600;
  }

  .decade-selector {
    position: fixed;
    top: 300px;
    left: 0px;
    z-index: 999;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    background-color: #467c9d;
    display: none; /* Initially hidden */
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px;
    box-sizing: border-box;
    gap: 16px;
    text-align: left;
    font-size: 22px;
    color: #fafafa !important;
    font-family: Roboto;
  }

  /* When the custom class is present on the body, display the decade selector */
  .show-decade-selector .decade-selector {
    display: flex;
  }
}

/* ---Small Desktops / Laptops Size--- */
@media (min-width: 1025px) and (max-width: 1280px) {
  .year-section {
    padding-top: 100px;
    margin-top: -100px;
  }

  .year-title {
    flex: 1;
    position: relative;
    line-height: 61.5px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
  }
  .year-title-container {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .horizontal-divider {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: -1px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .structuretonelogo-icon {
    width: 287.4px;
    position: relative;
    height: 52.4px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .logo-space {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 1;
  }
  .by-2016-the {
    align-self: stretch;
    position: relative;
    line-height: 24px;
  }
  .text-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 2;
  }
  .logos-section-logo {
    position: relative;
    height: 26px;
    object-fit: cover;
  }
  .logo-div {
    display: grid;
  }
  .logos-section {
    align-self: stretch;
    background-color: #467c9d;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 12px 20px;
    gap: 16px 60px;
    z-index: 3;
  }
  .event {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 100px 0px 0px;
    position: relative;
    gap: 16px;
  }
  .event-spacer {
    flex: 1;
    padding-left: 100px;
    background-color: #fff;
    height: 147.4px;
  }
  .event-container {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 0;
  }
  .horizontal-divider1 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0.5px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .b {
    position: relative;
    line-height: 44px;
  }
  .event1 {
    flex: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px 0px 0px 100px;
    box-sizing: border-box;
    gap: 16px;
    text-align: left;
    font-size: 50px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .revenue-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 0px;
    z-index: 1;
  }
  .structure-tone-organization {
    width: 100%;
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 545px;
    z-index: 2;
  }

  .event2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: right;
    padding: 0px 100px 0px 0px;
    position: relative;
    gap: 16px;
  }
  .event-container1 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 1;
    text-align: left;
    font-size: 50px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .vertical-timeline-2016 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #bebec1;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2016 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 7.75px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2016 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8.25px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline {
    width: 16.5px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: calc(50% - 8px);
    height: 100%;
    z-index: 2;
  }
  .year2016 {
    align-self: stretch;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: right;
    font-size: 15px;
    color: #63656a;
  }
  .horizontal-divider2 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: -1px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .stobg-logo-icon {
    width: 200px;
    position: relative;
    height: 46.2px;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 1;
  }
  .sto-building-group {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    text-align: right;
    max-width: 545px;
  }
  .left-side-heading {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    font-family: "Roboto Condensed";
    color: #231f20;
    text-align: right;
    max-width: 545px;
  }
  .right-side-heading {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    font-family: "Roboto Condensed";
    color: #231f20;
    text-align: left;
    max-width: 545px;
  }
  .heading-container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  .text-container1 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    text-align: right;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    padding: 0px 0px 0px 100px;
    position: relative;
    gap: 16px;
  }
  .horizontal-divider3 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0.5px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .govan-brown-logo {
    width: 300px;
    position: relative;
    height: 39.7px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .heading-container1 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  .text-container2 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event5 {
    width: 457px;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 100px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    z-index: 0;
  }
  .event-container3 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 1;
  }
  .horizontal-divider4 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: -0.5px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .revenue-container1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 8px 0px;
    z-index: 1;
  }
  .stobg-revenue {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 545px;
    z-index: 2;
  }
  .event6 {
    width: 457px;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 100px 0px 0px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
  }
  .event-container4 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 200px;
    z-index: 2;
    text-align: right;
    font-size: 50px;
  }
  .vertical-timeline-2017 {
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    background-color: #9fa1a4;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2017 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2017 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline1 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 3;
  }
  .year2017 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .horizontal-divider5 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0px;
    background-color: #818387;
    height: 3px;
    z-index: 0;
  }
  .ajax-logo-icon {
    width: 180px;
    position: relative;
    height: 87.4px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .event7 {
    width: 457px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 100px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
  }
  .event-container5 {
    align-self: stretch;
    height: 211.4px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 0;
  }
  .horizontal-divider6 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: 0px;
    background-color: #818387;
    height: 3px;
    z-index: 0;
  }
  .revenue-container2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 0px;
    z-index: 1;
  }
  .event8 {
    width: 457px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 100px 0px 0px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    z-index: 0;
  }
  .event-container6 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 200px;
    z-index: 1;
    text-align: right;
    font-size: 50px;
  }
  .timeline-bottom-cap-2018 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2018 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 1.6px;
  }
  .vertical-timeline-2018 {
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    background-color: #818387;
    width: 12px;
    height: 100%;
  }
  .timeline2 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    bottom: 0.07px;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 2;
  }
  .horizontal-divider7 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0px;
    background-color: #63656a;
    height: 3px;
    z-index: 0;
  }
  .bcci-logo-icon {
    width: 150px;
    position: relative;
    z-index: 1;
  }
  .bcci-joins-stobg {
    width: 100%;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 545px;
  }
  .heading-container3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 445px;
    z-index: 2;
  }
  .event-container7 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 0;
    text-align: left;
  }
  .event15 {
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 100px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    z-index: 0;
  }
  .horizontal-divider8 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: 0px;
    background-color: #63656a;
    height: 3px;
    z-index: 0;
  }
  .layton-logo-icon {
    width: 200px;
    position: relative;
    height: 62.3px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .heading-container4 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    max-width: 445px;
    z-index: 2;
  }
  .text-container5 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: end;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event-container8 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1;
  }
  .stobg-revenue2 {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    text-align: left;
    max-width: 545px;
    z-index: 2;
  }
  .event9 {
    width: 457px;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 100px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
  }
  .event11 {
    width: 457px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 100px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
  }
  .event-container9 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 200px;
    z-index: 2;
    text-align: center;
    font-size: 50px;
  }
  .podcast-image-icon {
    width: 200px;
    position: relative;
    height: 200px;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container5 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
    justify-content: flex-end;
    z-index: 2;
  }
  .event-container10 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 3;
  }
  .vertical-timeline-2019 {
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    background-color: #63656a;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2019 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #63656a;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2019 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #63656a;
    width: 16px;
    height: 2px;
  }
  .timeline3 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: -0.09px;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 4;
  }
  .year2019 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: right;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .abbot-logo-icon {
    width: 200px;
    position: relative;
    height: 55.7px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .event-container11 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 0;
  }
  .revenue-container4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 8px 0px;
    z-index: 1;
  }
  .event14 {
    width: 457px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 100px 0px 0px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    min-height: 200px;
  }
  .event-container12 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 200px;
    z-index: 1;
    text-align: center;
    font-size: 50px;
  }
  .horizontal-divider12 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: 0.5px;
    background-color: #818387;
    height: 3px;
    z-index: 0;
  }
  .enr-image-icon {
    width: 189px;
    position: relative;
    height: 103px;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container7 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  .top-400-contractors {
    align-self: stretch;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto;
    color: #63656a;
    z-index: 3;
  }
  .event-container13 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 2;
  }
  .safety-council-image {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 160px;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 1;
  }
  .text-container7 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    text-align: right;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .vertical-timeline-2020 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #818387;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2020 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2020 {
    position: absolute;
    bottom: -0.5px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline4 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0.05px;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 4;
  }
  .horizontal-divider15 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .rc-andersen-color-logo-1 {
    width: 200px;
    position: relative;
    height: 44.6px;
    object-fit: cover;
    z-index: 1;
  }
  .rc-andersen-joins {
    align-self: stretch;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
  }
  .event17 {
    width: 457px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 100px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    z-index: 0;
  }
  .horizontal-divider16 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: 0px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .sto-mission-critical-logo {
    width: 200px;
    position: relative;
    height: 32px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .sto-mission-critical {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 445px;
  }
  .heading-container10 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .sto-mission-critical1 {
    width: 100%;
    position: relative;
    line-height: 24px;
    display: inline-block;
    text-align: end;
    max-width: 445px;
  }
  .text-container9 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event-container16 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1;
    text-align: right;
  }
  .b5 {
    align-self: stretch;
    position: relative;
    line-height: 44px;
  }
  .event-container17 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 200px;
    z-index: 2;
    font-size: 50px;
  }
  .stobg-ranked-6 {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
  }
  .heading-container11 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .top-400-contractors1 {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto;
    color: #63656a;
    text-align: right;
    display: inline-block;
    max-width: 445px;
    z-index: 3;
  }
  .vertical-timeline-2021 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #9fa1a4;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2021 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline5 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0.37px;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 4;
  }
  .horizontal-divider19 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .event-container19 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 200px;
    z-index: 0;
    text-align: center;
    font-size: 50px;
  }
  .horizontal-divider20 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: 0px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .top-400-contractors2 {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto;
    color: #63656a;
    display: inline-block;
    max-width: 445px;
    z-index: 3;
  }
  .super-intendents-image {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 157px;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container13 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
  }
  .text-container10 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event-container20 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 200px;
    z-index: 0;
    text-align: center;
  }
  .vertical-timeline-2022 {
    position: absolute;
    top: 0.39px;
    left: calc(50% - 6px);
    background-color: #bebec1;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2022 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2022 {
    position: absolute;
    bottom: -0.5px;
    left: calc(50% - 8px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline6 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0.42px;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 3;
  }
  .year202 {
    align-self: stretch;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .event-container22 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 200px;
    z-index: 0;
    font-size: 50px;
  }
  .safety-awards-image {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 160px;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 1;
  }
  .first-stobg-safety {
    width: 100%;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 445px;
  }
  .heading-container15 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .event-container24 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
    text-align: right;
  }
  .vertical-timeline-2023 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 6px);
    background-color: #9fa1a4;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2023 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline7 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    bottom: 0.2px;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 3;
  }
  .year2023 {
    align-self: stretch;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .event-container25 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 200px;
    z-index: 0;
  }
  .event-container26 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1;
    font-size: 22px;
  }
  .vertical-timeline-2024 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #818387;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2024 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline8 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: -0.2px;
    left: calc(50% - 7.5px);
    height: 100%;
    z-index: 2;
  }
  .year2024 {
    align-self: stretch;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 50px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .timeline-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    box-sizing: border-box;
    gap: 30px;
    width: 845px;
    min-width: 845px;
  }
  .timelinepage {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 90px;
    box-sizing: border-box;
    text-align: center;
    font-size: 64px;
    color: #467c9d;
    font-family: Roboto;
  }
  .yearJump {
    position: relative;
    font-weight: 600;
  }

  .decade-selector {
    position: fixed;
    top: 300px;
    left: 0px;
    z-index: 999;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    background-color: #467c9d;
    display: none; /* Initially hidden */
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px;
    box-sizing: border-box;
    gap: 16px;
    text-align: left;
    font-size: 22px;
    color: #fafafa !important;
    font-family: Roboto;
  }

  /* When the custom class is present on the body, display the decade selector */
  .show-decade-selector .decade-selector {
    display: flex;
  }
}

/* --- Large Desktop Size--- */
@media (min-width: 1281px) {
  .year-section {
    padding-top: 100px;
    margin-top: -100px;
  }

  .year-title {
    flex: 1;
    position: relative;
    line-height: 61.5px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
  }
  .year-title-container {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .horizontal-divider {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: -0.5px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .structuretonelogo-icon {
    width: 287.4px;
    position: relative;
    height: 52.4px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .logo-space {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1;
  }
  .by-2016-the {
    align-self: stretch;
    position: relative;
    line-height: 24px;
  }
  .text-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 2;
  }
  .logos-section-logo {
    position: relative;
    height: 26px;
    object-fit: cover;
  }
  .logo-div {
    width: 240px;
    height: 33px;
    display: grid;
    justify-content: space-around;
  }
  .logos-section {
    align-self: stretch;
    background-color: #467c9d;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 12px 20px;
    gap: 16px 60px;
    z-index: 3;
  }
  .event {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 100px 0px 0px;
    position: relative;
    gap: 16px;
  }
  .event-spacer {
    flex: 1;
    padding-left: 100px;
    background-color: #fff;
    height: 147.4px;
  }
  .event-container {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 0;
  }
  .horizontal-divider1 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0.5px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .b {
    position: relative;
    line-height: 44px;
  }
  .revenue-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 0px;
    z-index: 1;
  }
  .structure-tone-organization {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 545px;
    z-index: 2;
  }
  .event1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px 0px 0px 100px;
    position: relative;
    gap: 16px;
  }
  .event-container1 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 1;
    text-align: left;
    font-size: 50px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .vertical-timeline-2016 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #bebec1;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2016 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2016 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: calc(50% - 8.5px);
    height: 100%;
    z-index: 2;
  }
  .year2016 {
    width: 1090px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: right;
    font-size: 15px;
    color: #63656a;
  }
  .horizontal-divider2 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: -0.5px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .stobg-logo-icon {
    width: 200px;
    position: relative;
    height: 46.2px;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 1;
  }
  .sto-building-group {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 545px;
  }
  .heading-container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  .text-container1 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    text-align: right;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 0px 100px 0px 0px;
    position: relative;
    gap: 16px;
  }

  .horizontal-divider3 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0.5px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .govan-brown-logo {
    width: 300px;
    position: relative;
    height: 39.7px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .heading-container1 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  .text-container2 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 100px;
    position: relative;
    gap: 16px;
    z-index: 0;
  }
  .event-container3 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    z-index: 1;
  }
  .revenue-container1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 8px 0px;
    z-index: 1;
  }
  .event-container4 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 200px;
    z-index: 2;
    text-align: right;
    font-size: 50px;
  }
  .vertical-timeline-2017 {
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    background-color: #9fa1a4;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2017 {
    position: absolute;
    bottom: -0.03px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline-top-cap-2017 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline1 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: calc(50% - 8.5px);
    height: 100%;
    z-index: 3;
  }
  .year2017 {
    width: 1090px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .horizontal-divider5 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0px;
    background-color: #818387;
    height: 3px;
    z-index: 0;
  }
  .ajax-logo-icon {
    width: 180px;
    position: relative;
    height: 87.4px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .event5 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 100px;
    position: relative;
    gap: 16px;
  }
  .event-container5 {
    align-self: stretch;
    height: 211.4px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    z-index: 0;
  }
  .horizontal-divider6 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 495px;
    background-color: #818387;
    height: 3px;
    z-index: 0;
  }
  .revenue-container2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 0px;
    z-index: 1;
  }
  .event6 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 100px 0px 0px;
    position: relative;
    gap: 16px;
    z-index: 1;
  }
  .event-container6 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 200px;
    z-index: 1;
    text-align: right;
    font-size: 50px;
  }
  .timeline-bottom-cap-2018 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 1.6px;
  }
  .timeline-top-cap-2018 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 1.6px;
  }
  .vertical-timeline-2018 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #818387;
    width: 12px;
    height: 100%;
  }
  .timeline2 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: calc(50% - 8px);
    height: 100%;
    z-index: 2;
  }
  .horizontal-divider7 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0px;
    background-color: #63656a;
    height: 3px;
    z-index: 0;
  }
  .bcci-logo-icon {
    width: 150px;
    position: relative;
    z-index: 1;
  }
  .bcci-joins-stobg {
    width: 100%;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 545px;
  }
  .heading-container3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 445px;
    z-index: 2;
  }
  .event-container7 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    z-index: 0;
  }
  .horizontal-divider8 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: 0px;
    background-color: #63656a;
    height: 3px;
    z-index: 0;
  }
  .layton-logo-icon {
    width: 200px;
    position: relative;
    height: 62.3px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .heading-container4 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    max-width: 445px;
    z-index: 2;
  }
  .text-container5 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .event-container8 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 1;
    text-align: right;
  }
  .stobg-revenue2 {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    text-align: left;
    max-width: 545px;
    z-index: 2;
  }
  .event9 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0px 0px 100px;
    position: relative;
    gap: 16px;
  }
  .event-container9 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 2;
    text-align: center;
    font-size: 50px;
  }
  .podcast-image-icon {
    width: 200px;
    position: relative;
    height: 200px;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container5 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .event-container10 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 3;
  }
  .vertical-timeline-2019 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #63656a;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2019 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #63656a;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2019 {
    position: absolute;
    bottom: -0.03px;
    left: calc(50% - 8px);
    background-color: #63656a;
    width: 16px;
    height: 2px;
  }
  .timeline3 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: calc(50% - 8px);
    height: 100%;
    z-index: 4;
  }
  .abbot-logo-icon {
    width: 200px;
    position: relative;
    height: 55.7px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .horizontal-divider12 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: 0px;
    background-color: #818387;
    height: 3px;
    z-index: 0;
  }
  .revenue-container4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 8px 0px;
    z-index: 1;
  }
  .event12 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px 100px 0px 0px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    min-height: 200px;
  }
  .event-container12 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 200px;
    z-index: 1;
    text-align: center;
    font-size: 50px;
  }
  .enr-image-icon {
    width: 200px;
    position: relative;
    height: 114px;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container7 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  .top-400-contractors {
    align-self: stretch;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto;
    color: #63656a;
    z-index: 3;
  }
  .event-container13 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    z-index: 2;
  }
  .safety-council-image {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 214px;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 1;
  }
  .text-container7 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 7px 0px 0px;
    z-index: 3;
    text-align: right;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .vertical-timeline-2020 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #818387;
    width: 12px;
    height: 100%;
  }
  .timeline-top-cap-2020 {
    position: absolute;
    top: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline-bottom-cap-2020 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline4 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: calc(50% - 8px);
    height: 100%;
    z-index: 4;
  }
  .horizontal-divider15 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .rc-andersen-color-logo-1 {
    width: 200px;
    position: relative;
    height: 44.6px;
    object-fit: cover;
    z-index: 1;
  }
  .event15 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 100px;
    position: relative;
    gap: 16px;
    z-index: 0;
  }
  .horizontal-divider16 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: 0px;
    background-color: #9fa1a4;
    height: 3px;
    z-index: 0;
  }
  .sto-mission-critical-logo {
    width: 200px;
    position: relative;
    height: 32px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
  }
  .sto-mission-critical {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
    display: inline-block;
    max-width: 445px;
  }
  .heading-container10 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .sto-mission-critical1 {
    width: 100%;
    position: relative;
    line-height: 24px;
    display: inline-block;
    max-width: 445px;
  }
  .text-container9 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .b5 {
    align-self: stretch;
    position: relative;
    line-height: 44px;
  }
  .event-container17 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 2;
    font-size: 50px;
  }
  .stobg-ranked-6 {
    position: relative;
    letter-spacing: 0.01em;
    line-height: 28px;
  }
  .heading-container11 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .top-400-contractors1 {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto;
    color: #63656a;
    text-align: right;
    display: inline-block;
    max-width: 445px;
    z-index: 3;
  }
  .vertical-timeline-2021 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #9fa1a4;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2021 {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline5 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0;
    left: calc(50% - 8px);
    height: 100%;
    z-index: 4;
  }
  .horizontal-divider19 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    left: 0px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .event-container19 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 0;
    text-align: center;
    font-size: 50px;
  }
  .horizontal-divider20 {
    width: 50px;
    position: absolute;
    margin: 0 !important;
    top: 28px;
    right: 0px;
    background-color: #bebec1;
    height: 3px;
    z-index: 0;
  }
  .top-400-contractors2 {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-family: Roboto;
    color: #63656a;
    display: inline-block;
    max-width: 445px;
    z-index: 3;
  }
  .event-container20 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 1;
  }
  .super-intendents-image {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 157px;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container13 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
  }
  .text-container10 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 7px 0px 0px;
    z-index: 3;
    font-size: 15px;
    color: #63656a;
    font-family: Roboto;
  }
  .vertical-timeline-2022 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #bebec1;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2022 {
    position: absolute;
    bottom: 0.01px;
    left: calc(50% - 8px);
    background-color: #bebec1;
    width: 16px;
    height: 2px;
  }
  .timeline6 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: calc(50% - 8px);
    height: 100%;
    z-index: 3;
  }
  .year202 {
    width: 1090px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .event-container22 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 200px;
    z-index: 0;
    font-size: 50px;
  }
  .safety-awards-image {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 222px;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 1;
  }
  .heading-container15 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }
  .event-container24 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 2;
    text-align: right;
  }
  .vertical-timeline-2023 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #9fa1a4;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2023 {
    position: absolute;
    bottom: 0.2px;
    left: calc(50% - 8px);
    background-color: #9fa1a4;
    width: 16px;
    height: 2px;
  }
  .timeline7 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: calc(50% - 8px);
    height: 100%;
    z-index: 3;
  }
  .year2023 {
    width: 1090px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 22px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .event-container25 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-height: 200px;
    z-index: 0;
  }
  .event-container26 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    z-index: 1;
    font-size: 22px;
  }
  .vertical-timeline-2024 {
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    background-color: #818387;
    width: 12px;
    height: 100%;
  }
  .timeline-bottom-cap-2024 {
    position: absolute;
    bottom: 0.2px;
    left: calc(50% - 8px);
    background-color: #818387;
    width: 16px;
    height: 2px;
  }
  .timeline8 {
    width: 16px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: calc(50% - 8px);
    height: 100%;
    z-index: 2;
  }
  .year2024 {
    width: 1090px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    text-align: left;
    font-size: 50px;
    color: #231f20;
    font-family: "Roboto Condensed";
  }
  .timeline-section {
    width: 1120px;
    display: grid;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    box-sizing: border-box;
    gap: 30px;
  }
  .timelinepage {
    width: 100%;
    position: relative;
    display: grid;
    /* flex-direction: row; */
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    box-sizing: border-box;
    text-align: center;
    font-size: 64px;
    color: #467c9d;
    font-family: Roboto;
  }

  .yearJump {
    position: relative;
    font-weight: 600;
  }

  .decade-selector {
    position: fixed;
    top: 360px;
    left: 0px;
    z-index: 999;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    background-color: #467c9d;
    display: none; /* Initially hidden */
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px;
    box-sizing: border-box;
    gap: 16px;
    text-align: left;
    font-size: 22px;
    color: #fafafa !important;
    font-family: Roboto;
  }

  /* When the custom class is present on the body, display the decade selector */
  .show-decade-selector .decade-selector {
    display: flex;
  }

  .year {
    max-height: 60px;
  }
}