/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 July 2026 07:52:09
*/


* {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   outline: none;
}


.timeline-main-container {
    width: 100%;
    overflow: auto;
}

.timeline-main-content { 



}

.timeline-container {
   width: 100%;
   padding: 0;
   margin: 0;
   position: relative;
   
}

.timeline-container:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0; /* was 50 */
   margin-left: 11px;
   width: 2px;
   height: 100%;
   background: #CCD1D9;
   z-index: 1
}

.timeline-block {
   width: -webkit-calc(10% + 8px);
   width: -moz-calc(10% + 8px);
   width: calc(90% + 8px);  /* was 50% */
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   justify-content: space-between;
   clear: both;
}

.timeline-block-right {
   float: right;
}

.timeline-block-left {
   float: left;
   direction: rtl
}

.marker {
   width: 24px;
   height: 24px;
   border-radius: 50%;
   border: 2px solid #F5F7FA;
   background: #05cd00;
   margin-top: 26px;
   z-index: 9999
}

.marker2 {
   width: 24px;
   height: 24px;
   border-radius: 50%;
   border: 2px solid #B3B3B3;
   background: #FFF;
   margin-top: 26px;
   z-index: 9999
}

.greymarker {
   background: #828282;
   border: 1px solid #F5F7FA;
}

.timeline-content {
   width: 95%;
   padding: 15px 15px;
   
}

.timeline-content h2,
.timeline-content h3 {
   margin-top: 5px;
   margin-bottom: 5px;
   font-size: 25px;
   font-weight: 500
}

.timeline-content span {
   font-size: 15px;
}

.timeline-content p {
   font-size: 14px;
   line-height: 1.5em;
   word-spacing: 1px;
}


@media screen and (max-width: 768px) {
   .container:before {
      left: 8px;
      width: 2px;
   }
   .timeline-block {
      width: 100%;
      margin-bottom: 30px;
   }
   .timeline-block-right {
      float: none;
   }

   .timeline-block-left {
      float: none;
      direction: ltr;
   }
}
