#tm-main .nav-header > div:first-child {
  padding-top: 0 !important;
  padding-bottom: 250px !important;
}
.timeline + .nav-header {
	display: none;
}
.timeline + .nav-header + .uk-section .uk-card-body > h1 {
  display: none;
}
.timeline + .nav-header + .ntdst-section-transparent {
  margin-top: 0 !important;
  padding-top: 30px;
}
.uk-navbar-container {
     background: #fff;
}
 .uk-navbar-sticky {
     background: #fff;
     opacity: 0;
     visibility: hidden;
     transition: all 0.3s ease-in-out;
     height: 1px;
}
 .d-flex {
     display: flex;
}
 .justify-content-between {
     justify-content: space-between;
}
 .align-items-center {
     align-items: center;
}
 .align-items-top {
     align-items: top;
}
 .d-lg-only {
     display: none;
}
/* TIMELINE –––––––––––––––––––––––––––––––––––––––––––––––––– */
 .padding {
     padding: 0 40px;
	 z-index: 3;
	 position: relative;
}
 .timeline {
     padding: 50px 0;
     white-space: nowrap;
     overflow-x: hidden;
     background-position: center 50px;
     background-color: #fff;
     background-repeat: no-repeat;
     background-size: 45%;
}
 .timeline ol {
     font-size: 0;
     width: 100vw;
	 width: max-content;
     padding: 29rem 0 18rem;
     transition: all 1s;
     cursor: grab;
	 margin-top: -15rem; /* for use of keyboard arrows to go left or right */
}
 .timeline ol:active {
     cursor: grabbing;
}
 .timeline ol li {
     position: relative;
     display: inline-block;
     list-style-type: none;
     width: 300px;
     height: 1px;
     background: #1f208a;
}
 .timeline ol li.year {
     width: 180px;
}
 .timeline ol li.year + li {
     width: 120px;
}
 .timeline ol li:last-child {
     width: 420px;
}
 .timeline ol li:not(:first-child) {
     margin-left: 14px;
}
 .timeline ol li::after {
     content: "";
     position: absolute;
     top: 50%;
     left: calc(100% + 1px);
     bottom: 0;
     width: 12px;
     height: 12px;
     transform: translateY(-50%);
     border-radius: 50%;
     background: white;
     border: 1px solid #1f208a;
}
 .timeline ol li.orange::after {
     background: #df5b00;
     border: 1px solid #df5b00;
}
 .timeline ol li.lightblue::after {
     background: #4cbde0;
     border: 1px solid #4cbde0;
}
 .timeline ol li.year::after {
     background: #1f208a;
}
 .timeline ol li > div {
     position: absolute;
     left: calc(100% + 7px);
     width: 360px;
     min-height: 130px;
     padding: 15px;
     font-size: 1rem;
     white-space: normal;
     color: #1f208a;
     border: 1px solid #1f208a;
     border-radius: 20px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     background: rgba(255, 255, 255, 0.5);
}
 .timeline ol li.orange > div {
     color: #df5b00;
     border: 1px solid #df5b00;
}
 .timeline ol li.lightblue > div {
     color: #4cbde0;
     border: 1px solid #4cbde0;
}
 .timeline ol li.year > div {
     border: none;
     padding: 0;
     top: -50px;
     left: 180px;
     font-size: 2rem;
     font-weight: bold;
     background: transparent;
}
 .timeline ol li > div::before {
     content: "";
     position: absolute;
     width: 1px;
     background: #1f208a;
     height: 65px;
}
 .timeline ol li.orange > div::before {
     background: #df5b00;
}
 .timeline ol li.lightblue > div::before {
     background: #4cbde0;
}
.timeline ol li.year > div::before {
     content: none;
}
 .timeline ol li.top > div {
     top: -50px;
     transform: translateY(-100%);
}
 .timeline ol li.top > div::before {
     bottom: -50px;
     left: -1px;
}
 .timeline ol li.bottom > div {
     top: calc(100% + 50px);
}
 .timeline ol li.bottom > div::before {
     top: -50px;
     left: -1px;
}
 .timeline ol li > div p {
     text-align: center;
     margin: 0;
     line-height: 1.2rem;
}
 .timeline ol li > div p.large {
     font-size: 1.2rem;
}
 .tag {
     background: #1f208a;
     border-radius: 20px;
     color: #fff;
     padding: 2px 20px 4px;
     font-size: 12px;
}
 .orange .tag {
     background: #df5b00;
}
 .outline{
     background: transparent !important;
     border: 1px solid #1f208a;
     color: #1f208a;
}
 .outline:hover {
     text-decoration: none;
}
 .lightblue .tag {
     background: #4cbde0;
}
 .timeline ol li > div > div:last-child .tag {
     font-size: 12px;
     background: linear-gradient(to right, #1f208a, #3b8af4);
     padding: 2px 20px;
}
 .timeline time {
     font-size: 1.1rem;
     font-weight: bold;
     text-align: end;
}
/* TIMELINE ARROWS –––––––––––––––––––––––––––––––––––––––––––––––––– */
 .timeline .arrows {
     display: flex;
     justify-content: space-between;
     margin-bottom: 4rem;
     margin-top: 10rem;
}
 .arrow {
     border: none;
     background: transparent;
	 position: relative;
	 z-index: 0;
	 padding: 0;
}
 .arrow:hover {
     cursor: pointer;
}
 .timeline .arrows .arrow__prev {
     margin-right: 20px;
}
 .timeline .disabled {
     opacity: 0.3;
     cursor: default;
}
 .timeline .arrows img {
     width: 45px;
     height: 45px;
}
arrow::after, .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #1f208a;
  opacity: .8;
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}
.timeline .disabled:before {
	display: none;
}
@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/* TIMELINE Filter –––––––––––––––––––––––––––––––––––––––––––––––––– */
 #timeline-filter a {
     border: 1px solid #1f208a;
     padding: 3px 7px 3px 14px;
     border-radius: 18px;
     line-height: 18px;
     display: inline-block;
     color: #1f208a;
     font-size: 14px;
     background: rgba(238, 238, 236, 0.6);
}
 #timeline-filter a:hover, #timeline-filter a.active {
     text-decoration: none;
     background: #1f208a;
     color: #fff !important;
}
 #timeline-filter a::after {
     content: "+";
     border: 1px solid #1f208a;
     border-radius: 18px;
     margin-left: 10px;
     width: 18px;
     height: 18px;
     display: inline-block;
     line-height: 18px;
     text-align: center;
     transition: transform 0.3s ease-in-out;
}
 #timeline-filter a:hover::after, #timeline-filter a.active::after {
     border-color: #fff !important;
     color: #fff !important;
}
 #timeline-filter a:hover::after{
     transform: rotate(180deg);
}
 #timeline-filter a.active::after {
     content: "−";
}
#timeline-filter a:nth-child(1), #timeline-filter a:nth-child(1):after {
     border-color: #2D83F5;
     color: #2D83F5;
}
 #timeline-filter a:nth-child(1):hover, #timeline-filter a:nth-child(1).active {
     background: #2D83F5;
}
#timeline-filter a:nth-child(3), #timeline-filter a:nth-child(3):after {
     border-color: #4cbde0;
     color: #4cbde0;
}
 #timeline-filter a:nth-child(3):hover, #timeline-filter a:nth-child(3).active {
     background: #4cbde0;
}
#timeline-filter a:nth-child(4), #timeline-filter a:nth-child(4):after {
     border-color: #df5b00;
     color: #df5b00;
}
 #timeline-filter a:nth-child(4):hover, #timeline-filter a:nth-child(4).active {
     background: #df5b00;
}
/* MODAL –––––––––––––––––––––––––––––––––––––––––––––––––– */
 .openModal {
     background: #1f208a;
     border: none;
     height: 20px;
     width: 20px;
     border-radius: 20px;
     color: #fff;
     text-align: center;
     line-height: 20px;
     font-size: 20px;
     transition: transform 0.3s ease-in-out;
}
 .orange .openModal, .orange .closeModal {
     background: #df5b00;
}
 .lightblue .openModal, .lightblue .closeModal {
     background: #4cbde0;
}
 .openModal:hover {
     text-decoration: none;
     transform: rotate(180deg);
     color: #fff;
}
 .modal-overlay {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(238, 238, 236, 0.85);
     display: none;
    /* Hidden by default */
     align-items: center;
     justify-content: center;
     z-index: 9999;
}
 .modal {
     position: relative;
     background: #eeeeec;
     border: 1px solid #1f208a;
     padding: 30px 0;
     margin: 15px;
     border-radius: 20px;
     max-width: 650px;
     width: 90%;
     text-align: center;
     box-shadow: 0 4px 20px rgba(0,0,0,0.1);
     animation: slideDown 0.4s ease-out;
     white-space: normal;
	 max-height: 80vh;
}
.modal > div {
	 max-height: 80vh;
	 overflow-y: auto;
	 padding: 0 30px;
}
 .modal.orange, .modal.orange .outline {
     border-color: #df5b00;
}
 .modal.orange, .modal.orange h2, .modal.orange .outline {
     color: #df5b00;
}
 .modal.lightblue, .modal.lightblue .outline {
     border-color: #4cbde0;
}
 .modal.lightblue, .modal.lightblue h2, .modal.lightblue .outline {
     color: #4cbde0;
}
 .closeModal {
     position: absolute;
     right: -10px;
     top: -10px;
     background: #1f208a;
     border-radius: 50%;
     width: 25px;
     height: 25px;
     line-height: 25px;
     color: #fff;
}
 .closeModal:hover {
     text-decoration: none;
}
.closeModal + img {
  width: 60%;
}
 .modal h2 {
	 font-size: 1.4rem;
}
 .modal .tag {
     font-size: 14px;
}
 .modal > div div:last-child .tag {
     background: linear-gradient(to right, #1f208a, #3b8af4);
     padding: 2px 20px;
}
 .modal time {
     font-size: 1.6rem;
}
 @keyframes slideDown {
     from {
         transform: translateY(-20px);
         opacity: 0;
    }
     to {
         transform: translateY(0);
         opacity: 1;
    }
}
/* GENERAL MEDIA QUERIES –––––––––––––––––––––––––––––––––––––––––––––––––– */
 @media screen and (max-width: 991px) {
     .d-lg-only {
         display: block;
    }
     .padding {
         padding: 0 15px;
    }
     .padding > .d-flex {
         display: block;
    }
     .timeline {
         padding: 25px 0;
         background-image: none !important;
         white-space: normal;
    }
     #timeline-filter {
         margin-bottom: 1rem;
    }
     #timeline-filter a {
         margin-bottom: 3px;
    }
     .timeline ol, .timeline ol li {
         width: auto;
    }
     .timeline ol {
         padding: 0 15px;
         transform: none !important;
		 margin-top: 0;
    }
     .timeline ol li {
         display: block;
         height: auto;
         background: transparent;
    }
     .timeline ol li:first-child {
         margin-top: 25px;
    }
     .timeline ol li:not(:first-child) {
         margin-left: auto;
    }
	.timeline ol li > div > .justify-content-between:first-child {
		  flex-direction: column;
	}
	.timeline ol li > div > .justify-content-between:first-child .tag {
		  margin-bottom: 3px;
	}
     .timeline ol li > div {
         position: static;
         width: auto;
         height: auto !important;
         margin: 0 auto 25px;
    }
     .timeline ol li > div p {
         padding: 15px 0;
    }
     .timeline ol li.top > div {
         transform: none;
    }
     .timeline ol li.top > div::before, .timeline ol li.bottom > div::before, .timeline ol li.year > div::before {
         left: 50%;
         top: 100%;
         transform: translateX(-50%);
         border: none;
         border-left: 1px solid white;
         height: 25px;
		 content: "";
    }
     .timeline ol li:last-child, .timeline ol li:nth-last-child(2) div::before, .timeline ol li:not(:last-child)::after, .timeline .arrows {
         display: none;
    }
	 .timeline ol li.year {
		text-align: center;
		margin: 0 auto;
	 }
     .timeline ol li.year div {
		  height: 50px !important;
		  min-height: 0;
    }
     .timeline ol li.year + li {
         width: auto;
    }
	.modal > div .justify-content-between {
		  flex-direction: column;
	}
     .modal time {
         font-size: 1.1rem;
    }
     .modal .tag {
         margin-bottom: 3px;
    }
}