.wrapper-list > * {
  box-sizing: border-box;
}

/*.timeline-wrapper > div:first-child , .timeline-node-wrapper > div:first-child {*/
/*  height: 100vh;*/
/*  overflow-y: auto;*/
/*}*/

body.section-25years, body.section-timeline {
  background: linear-gradient(180deg, #F5F5FA 0%, #F5F5FA 100%);
  background: -o-linear-gradient(180deg, #F5F5FA 0%, #F5F5FA 100%);
  background: -webkit-linear-gradient(180deg, #F5F5FA 0%, #F5F5FA 100%);
}

.timeline-wrapper {
  /* margin-top: 32px; */
}

.timeline-wrapper >div:first-child::-webkit-scrollbar, .timeline-node-wrapper > div:first-child::-webkit-scrollbar {
  width: 0;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.bottom-0 {
  bottom: 0;
}

.start-0 {
  left: 0;
}

.top-O {
  top: 0;
}

.end-0 {
  right: 0;
}

.pr-0 {
  padding-right: 0!important;
}

.pr-column {
  padding-right: 1.25rem!important;
}

.hvh-100 {
  height: 100vh;
}

.wr-scoll {
  overflow-y: auto;
}

.wr-scoll::-webkit-scrollbar {
  width: 0;
}

.sidebar-mask:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background: #ffffff;
}

.timeline-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  min-height: 100vh;
  z-index: 1;
  background: #ffffff;
  padding-left: 0.5rem;
  padding-top: 80px;
  padding-bottom: 32px;
}

.timeline-list:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  background-color: #e4e3f1;
  height: 100%;
  transform: translateX(50%);
}

.timeline-list > li {
  /* padding: 0.5rem 1rem 0.5rem 0; */
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}

.timeline-list > li a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 4px solid #c4232b;
  background-color: #ffffff;
  box-shadow: 0 2px 4px #9ea0a1;

}

.timeline-list > li.is-active a:before {
  background-color: #c4232b;
}

.timeline-list > li a {
  display: block;
  color: #000000;
  line-height: 1.5rem;
  position: relative;
  padding: 0.5rem 1rem 0.5rem 0;
}

.timeline-list > li a:hover,
.timeline-list > li a:hover strong,
.timeline-list > li a:focus,
.timeline-list > li a:focus strong{
  color: #C9252C;
}

.timeline-list > li a .docs-color{
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #6C6F93;
  margin-bottom: 0;
}
.timeline-list > li a strong{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}
.wr-content .docs-color {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #6C6F93;
  margin-bottom: 0;
}


#timeline-content {
  height: 100vh;
  overflow: hidden;
  scroll-behavior: smooth;
  padding-left: 0;
  padding-top: 62px;
}

#timeline-content > .timeline-item {
  height: 100%;
  /* overflow: hidden; */
  /* background: linear-gradient(0deg, rgba(245,245,245,0.5) 0%, rgba(255,255,255,0) 50%, rgba(245,245,245,0.5) 100%); */
  background: linear-gradient(180deg, #F5F5FA 0%, #F5F5FA 100%);
  background: -webkit-linear-gradient(180deg, #F5F5FA 0%, #F5F5FA 100%);
  background: -o-linear-gradient(180deg, #F5F5FA 0%, #F5F5FA 100%);
}

.timeline-title {
  display: block;
  font-size: 27px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #C9252C;
}

.wr-content .video_thumbimg{
  position: relative;
}
.wr-content .video_thumbimg::after{
  background: rgba(0,0,0,0.3);
  position:absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  display: inline-block;
  z-index: 2;
}
.wr-content .video_thumbimg::before{
  content: '\f144';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: #ffffff;
  margin-left: 0px;
  font-size: 100px;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}

.wr-content .accordion, .wr-node-content .accordion {
  margin-bottom: 15px;
  border: none!important;
  background: transparent !important;
}

.wr-content .accordion-item {
  border: none!important;
  border-bottom: 1px solid #CFD0E2!important;
}

.wr-content .accordion .accordion-title, .wr-node-content .accordion .accordion-title {
  padding: 1rem 0;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  color: #32344B;
  border: none !important;
  border-bottom: 1px solid #32344B;
  position: relative;
  text-transform: capitalize;
}

.wr-content .accordion .accordion-title:before, .wr-node-content .accordion .accordion-title:before {
  content: ''!important;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #9ea0a1;
  position: absolute;
  top: calc(50% + 4px);
  right: 0;
  transform: translateY(-50%);
}

.wr-content .accordion .accordion-title[aria-expanded="false"]:after, .wr-node-content .accordion .accordion-title[aria-expanded="false"]:after {
  content: ''!important;
  height: 10px;
  width: 10px;
  border-left: 2px solid #9ea0a1;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
}

.wr-content .accordion .accordion-title[aria-expanded="true"]:after, .wr-node-content .accordion .accordion-title[aria-expanded="true"]:after {
  content: unset!important;
}

.wr-content .accordion .accordion-content, .wr-node-content .accordion .accordion-content {
  padding: 0.5rem 0 30px;
  font-size: 14px;
  line-height: 20px;
  background: transparent;
}
.wr-content .accordion .accordion-title{
  background: transparent;
}

.timeline-event-item{
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.timeline-event-item::-webkit-scrollbar {
  width: 0;
}

.timeline-event-item::-webkit-scrollbar-track {
  background: transparent;
}
.timeline-event-item::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.timeline-event-item .wr-content .summary{
  margin-bottom:18px;
}

.box-icon{
  text-align: center;
}
.wr-icon.bg-img,.wr-icon.bg-icon {
  position: relative;
}
.wr-icon.bg-img:before,
.wr-icon.bg-icon:before{
  content: "";
  position: absolute;
  height: 26px;
  width: 100%;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.wr-icon.bg-img:before{
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #C4C4C4 15.94%, #C4C4C4 83.65%, rgba(255, 255, 255, 0) 100%);
}
.wr-icon.bg-icon:before{
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #C4C4C4 35.73%, #C4C4C4 70.1%, rgba(255, 255, 255, 0) 100%);
}
.wr-icon.bg-img img,
.wr-icon.bg-icon img{
  position: relative;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.08);
  /* box-shadow: 0px 4px 63px 10px rgba(0, 0, 0, 0.08); */
}
.wr-icon.bg-img img{
  width: 170px;
  height: 170px;
}
.wr-icon.bg-icon img{
  width: 100px;
  height: 100px;
}

.timeline-event-item .column:first-of-type,
.wr-node-content .column:first-of-type{
  padding-left: 0;
  padding-right: 0;
}

.but {
  display: inline-block;
  margin-top: 15px;
  font-weight: 700;
  vertical-align: middle;
  padding: 8px 28px;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  background-color: #C9252C;
  color: #fff;
  text-transform: capitalize;
}
.but:hover, .but:focus {
  color: #fff;
}
.but i {
  margin-left: 5px;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}
.but:hover i, .but:focus {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}

.main-section::-webkit-scrollbar {
  width: 0;
}

#timeline-content > section.active .main-section {
  overflow: auto;
  height: 100%;
}

.timeline-item .big-year,
.timeline-node-wrapper .big-year {
  right: 0 !important;
  left: auto !important;
  font-size: 190px;
  line-height: 1;
  color: #c4232b;
  font-weight: bold;
  opacity: 0.2;
  bottom: 0;
  pointer-events: none;
}
.timeline-item .big-year:after,
.timeline-node-wrapper .big-year:after{
  content: "";
  /* height: 18px; */
  background: #fff;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.timeline-node-wrapper .views-field-field-summary p{
  margin-bottom: 18px;
}
.timeline-node-wrapper .timeline-event-item{
  padding-top: 100px;
}
.timeline-node-wrapper .views-field-field-image{
  position: relative;
  padding: 20px 15px;
  margin-bottom: 30px;
}
.timeline-node-wrapper .views-field-field-image.emptycontent{
  padding: 0;
  margin: 0;
}
.timeline-node-wrapper .views-field-field-image .slick-arrow{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 0;
  height: 30px;
  width: 30px;
  z-index: 10;
}
.timeline-node-wrapper .views-field-field-image .slick-arrow.slick-prev{
  left: -25px;
}
.timeline-node-wrapper .views-field-field-image .slick-arrow.slick-prev:after{
  content: '\f104';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: #47496B;
  margin-left: 0px;
  font-size: 25px;
}
.timeline-node-wrapper .views-field-field-image .slick-arrow.slick-next{
  left: auto;
  right: -25px;
}
.timeline-node-wrapper .views-field-field-image .slick-arrow.slick-next:after{
  content: '\f105';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: #47496B;
  margin-left: 0px;
  font-size: 25px;
}
.timeline-node-wrapper .views-field-field-image .slick-arrow.slick-disabled{
  display: none;
}
.timeline-node-wrapper .views-field-field-image ul.slick-dots{
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin: 0;
}
.timeline-node-wrapper .views-field-field-image ul.slick-dots li{
  display: inline-block;
  font-size: 0;
  background: #B3B5CC;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}
.timeline-node-wrapper .views-field-field-image ul.slick-dots li.slick-active{
  background: #B22126;
}
.timeline-node-wrapper .slick-slider.slick-dotted{
  font-size: 0;
}


.timeline-node-wrapper .views-field-field-image .field-content img{
  padding: 8px;
}

.timeline-node-wrapper .views-field-field-summary p,
.timeline-node-wrapper .views-field-body p{
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
}
.timeline-node-wrapper .views-field-field-summary ul li,
.timeline-node-wrapper .views-field-body ul li{
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
}
.timeline-node-wrapper .views-field-field-related{
  margin-top: 50px;
}
.timeline-node-wrapper .views-field-field-related.emptycontent{
  display: none;
}
.timeline-node-wrapper .views-field-field-related .views-label-field-related{
  margin-bottom: 16px;
  display: inline-block;
}


.timeline-list.menu a {
  color: unset;
}

.timeline-list.menu a .docs-color {
  color: #6C6F93;
  font-weight: 600;
}

.timeline-list.menu .is-active>a {
  background: none;
  color: unset;
}

.wrapper-list .cell {
  margin-left: 0!important;
  margin-right: 0!important;
}

.views-field-title {
  font-weight: 600;
  font-size: 2rem;
}

.views-field-title a {
  color: #C9252C;
}

.full-section {
  /*height: 100%!important;*/
}

.btn-d-none {
  display: none;
}

/* .but {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: bold;
  vertical-align: middle;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #c9262d;
  color: #fff;
}

.but:hover {
  color: #fff;
} */

.but i {
  vertical-align: middle;
}


.main-section {
  height: calc(100vh - 62px);
  scroll-behavior: smooth;
  overflow: hidden;
  /* padding-top: 2rem;
  padding-bottom: 2rem; */
  padding-left: 2rem;
}

@media (min-width: 640px){
  .main-section{
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
}

.main-section .timeline-event-item{
  padding-top: 35px;
  padding-bottom: 20px;
}

.wr-node-content .views-field-field-video-embed iframe {
  width: 100%;
}

.wr-content {
  max-height: calc(100vh - 220px);
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}

.wr-content a img{
  max-height: 324px;
  object-fit: cover;
  width: 100%;
}

.wr-node-content {
  padding-top: 2rem;
  padding-bottom: 6rem;
}


.timeline-node-wrapper .views-field-field-timeline-year{
  color: #6C6F93;
  font-weight: 700;
  font-size: 0.9em;
}
.timeline-node-wrapper .views-field-title{
  font-weight: 500;
  font-size: 27px;
  line-height: 35px;
  color: #C9252C;
  margin-bottom: 22px;
}

.timeline-node-wrapper .views-label-field-transcript:after {
  content: '+';
  display: block;
  float: right;
}

.timeline-node-wrapper .responsive-embed {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
}
.timeline-node-wrapper .responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.timeline-node-wrapper .views-label-field-transcript {
  cursor: pointer;
  color: #32344B;
  font-weight: 400;
  font-size: 0.8em;
}
.wr-content h1, wr-node-content h1,
.wr-content h2, .wr-node-content h2,
.wr-content h3, .wr-node-content h3,
.wr-content h4, .wr-node-content h4,
.wr-content h5, .wr-node-content h5,
.wr-content h6, .wr-node-content h6,
.wr-node-content .views-label-field-related,
.wr-node-content .views-field-body .field-content h1,
.wr-node-content .views-field-body .field-content h2,
.wr-node-content .views-field-body .field-content h3,
.wr-node-content .views-field-body .field-content h4,
.wr-node-content .views-field-body .field-content h5{
  color: #C9252C;
  font-weight: 500;
}

.timeline-node-wrapper .views-label-field-related{
  font-weight: 500;
  font-size: 1.5em;
}

.timeline-node-wrapper .views-field-field-related ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: auto;
}

.timeline-node-wrapper .views-field-field-related ul li{
  background: white;
  padding: 12px;
  /* flex: 1; */
  font-weight: 700;
  font-size: 1em;
  line-height: 1.2em;
  width: 32%;
  margin-bottom: 8px;
}

.time-line-stiky {
  position: sticky;
  top: 0;
  height: 100vh;
}

.time-line-stiky::-webkit-scrollbar {
  width: 0;
}

.timeline-node-wrapper .views-field-field-related ul li:not(:last-child) {
  margin-right: 0.5em;
}

.timeline-node-wrapper .views-field-field-related ul li a{
  color: black;
}

.timeline-node-wrapper .views-field-field-related ul li .related{
  color: #79747E;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 14px;
  margin-bottom: 12px;
}

.timeline-node-wrapper .views-field-field-related ul li .related time:after{
  content: '|';
  margin: auto 5px;
}

.box-icon .time-year {
  display: none;
  font-weight: 600;
  color: #6C6F93;
}

.timeline-event-item .video-wrapper{
  margin-bottom: 20px;
}

.video-transcript{
  padding-bottom: 30px;
}

.video-transcript-button{
  font-size: 11px;
  line-height: 14px;
  color: #32344B;
  font-weight: 400;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #CFD0E2;
}

/*image-gallery*/
.image-gallery ul{
  list-style-type: none;
  margin: 20px -6px 40px;
}
.image-gallery .slick-dotted.slick-slider{
  margin-bottom: 40px;
}
.image-gallery li{
  padding: 0 6px;
}
.image-gallery li img{
  width: 100%;
  height: 93px;
  object-fit: cover;
  cursor: pointer;
}
.image-gallery .slick-dots li{
  margin: 0;
  padding: 0 2px;
  width: auto;
  height: auto;
}
.image-gallery .slick-dots{
  margin: 0;
}
.image-gallery .slick-dots li button{
  width: 9px;
  height: 9px;
  background: #B3B5CC;
  padding: 0;
  margin: 0;
}
.image-gallery .slick-dots li.slick-active button{
  background: linear-gradient(122.01deg, #B22126 12.82%, #D5282E 88.88%, rgba(217, 217, 217, 0) 88.89%);
  background: -webkit-linear-gradient(122.01deg, #B22126 12.82%, #D5282E 88.88%, rgba(217, 217, 217, 0) 88.89%);
}
.image-gallery .slick-dots li button:before{
  display: none;
}
.image-gallery .slick-prev:before,
.image-gallery .slick-next:before,
.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-next:before{
  display: none;
}
.image-gallery .slick-prev,
.image-gallery .slick-next{
  background-image: url("../images/icons/icon-arrow.svg");
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  position: absolute;
  font-size: inherit;
  transform: none;
  left: -14px;
}

.image-gallery .slick-next{
  right: -14px;
  left: auto;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/*Slick lightbox*/
.slick-lightbox .slick-prev,
.slick-lightbox .slick-next{
  background-image: url("../images/icons/icon-arrow-white.svg");
  background-repeat: no-repeat;
  font-size: inherit;
  transform: none;
  width: 15px;
  height: 27px;
}
.slick-lightbox .slick-next{
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.slick-lightbox-close:before{
  font-size: 30px;
}

.slick-lightbox .slick-prev{
  z-index: 9;
}

.node--type-timeline .wr-content{
  max-height: initial;
  overflow: initial;
}

.timeline-list{
  height: 100vh;
  overflow-y: auto;
  background: transparent;
  padding-right: 10px;
}
.timeline-list:before{
  display: none;
}
.timeline-list::-webkit-scrollbar {
  width: 0;
}

.sidebar-mask .wr-scoll{
position: relative;
}
.sidebar-mask .wr-scoll{
  padding-right: 0 !important;
}
.sidebar-mask .wr-scoll:before{
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 0;
}
.sidebar-mask .wr-scoll:after{
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  width: 7px;
  background-color: #e4e3f1;
  height: 100%;
  transform: translateX(50%);
}

/* Related headings */
.wr-content .related-readings{
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.wr-content .related-readings h2{
font-size: 22px;
line-height: 26px;
}

.wr-content .related-readings ul{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -6px;
}
.wr-content .related-readings ul li{
  background: #fff;
  margin: 0 6px;
  padding: 12px;
  width: calc(100% / 3 - 12px);
  margin-bottom: 12px;
}
.wr-content  .related-readings  .related{
  font-size: 11px;
  line-height: 14px;
  color:#79747E;
  margin-bottom: 12px;
  font-weight: 700;
}
.wr-content  .related-readings  .related time{
  padding-right: 10px;
  position: relative;
}
.wr-content  .related-readings .related + a{
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #000;
  display: block;
}
.wr-content .related-readings .related + a:hover{
  color: #C9252C;
}


@media screen and (min-width: 640px) and (max-width: 1024px) {
  .wrapper-list.timeline-wrapper .medium-3{
    width: 35%;
  }
  .wrapper-list.timeline-wrapper .medium-9{
    width: 65%;
  }
  .wr-icon.bg-img img{
    width: 120px;
    height: 120px;
  }
}


@media only screen and (max-width: 1024px) {
  .image-gallery ul{
    margin-left: 0;
    margin-right: 0;
  }
  .image-gallery ul{
    padding: 0 20px;
  }
  .image-gallery .slick-prev,.image-gallery .slick-next{
    left: 0;
    right: 0;
  }
  .image-gallery .slick-next{
    left: auto;
  }
  .timeline-node-wrapper .views-field-field-related ul li{
    width: 100%;
  }
  .timeline-node-wrapper .big-year{
    right: 0 !important;
  }
  .timeline-item .big-year, .timeline-node-wrapper .big-year{
    font-size: 150px;
  }
}
@media only screen and (max-width: 768px) {
  /*  Related headings*/
  .related-readings{
    margin: 0;
  }
  .related-readings ul li{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

body.is-touch-device #timeline-content{
  overflow-y: auto;
}
body.is-touch-device .wr-content{
  max-height: none;
  overflow: auto;
}
body.is-touch-device #timeline-content > .timeline-item,
body.is-touch-device .main-section{
  height:auto;
}
body.is-touch-device .main-section{
  padding-left: 0;
  overflow: inherit;
}

@media only screen and (max-width: 639px) {
  /*#timeline-content{*/
  /*  overflow-y: auto;*/
  /*}*/
  /*.wr-content{*/
  /*  max-height: none;*/
  /*  overflow: auto;*/
  /*}*/
  /*#timeline-content > .timeline-item,*/
  /*.main-section{*/
  /*  height:auto;*/
  /*}
  */
  .main-section{
    padding-left: 0;
    overflow: inherit;
  }

  #timeline-content,
  .timeline-event-item .column:first-of-type, .wr-node-content .column:first-of-type{
    padding-left: 1.25rem;
  }
  .box-icon .time-year {
    display: block;
    padding-left: 15px;
  }
  .box-icon{
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 30px;
  }
  .wr-icon.bg-img,.wr-icon.bg-icon{
    margin-left: -5px;
  }

  .wr-icon.bg-img img,
  .wr-icon.bg-icon img{
    width: 60px;
    height: 60px;
    box-shadow: 0px 2.03922px 32.1177px 5.09805px rgba(0, 0, 0, 0.08);
  }
  .wr-icon.bg-img:before,
  .wr-icon.bg-icon:before{
    background-image: linear-gradient(to right, #fff, #C4C4C4);
    transform: translateY(-50%);
    left: -20px;
    margin-top: 0;
    width: 25px;
  }

  .big-year {
    display: none;
  }

  .wr-node-content {
    overflow: hidden;
  }

  .wr-menu-mobi {
    display: block;
  }

  .timeline-list {
    height: unset;
    padding-left: 12px;
  }

  .timeline-list > li a{
    padding-left: 1.5rem;
  }

  .timeline-list > li a:before {
    transform: translate(-59%, -50%);
    right: unset;
    left: 0;
  }

  .timeline-list:first-child:before {
    left: 3px;
    right: unset;
  }

  .menu.align-right.vertical li {
    text-align: left!important;
  }

  .box-icon:before {
    content: unset;
  }

  .wr-icon {
    position: relative;
  }

  .timeline-title a{
    margin-top: 10px;
  }

  .box-icon .docs-color {
    font-weight: 500;
    color: #6C6F93;
    font-size: 20px;
    line-height: 25px;
  }


  .wr-node-content .views-field-field-timeline-year {
    position: relative;
    z-index: 8;
    left: 5.5rem;
    top: -3rem;
  }

  .wr-menu-mobi {
    position: fixed;
    bottom: 0 ;
    left: 0;
    width: 100%;
    z-index: 9;
  }

  .wr-menu-mobi > button {
    margin-bottom: 0;
  }

  .wr-menu-mobi .menu-mobi {
    height: 70vh;
    overflow: auto;
    background: #fff;
    width: calc(100% - 2rem);
  }

  .wr-menu-mobi .menu-mobi ul {
    min-height: unset;
  }

  .timeline-node-wrapper .views-field-field-related ul li{
    width: 100%;
  }
  .timeline-mobile.button{
    border-radius: 0;
  }

  .timeline-title{
    font-size: 20px;
    line-height: 25px;
  }
  .timeline-list:before{
    display: block;
  }
  .wr-content{
    padding-bottom: 0;
  }
  .timeline-list{
    padding-top: 0;
    padding-bottom: 0;
  }
  .path-_5years,
  .node--type-timeline{
    padding-bottom: 70px;
  }
}
/*Hide year for the first element*/
.path-_5years #timeline-content .timeline-item:first-of-type .big-year,
.path-_5years #timeline-content .timeline-item:first-of-type .docs-color,
.path-_5years .timeline-list li:first-child .docs-color,
.node--type-timeline .timeline-list li:first-child .docs-color
{
  display: none;
}
/* Heading style */
.wr-content h2,
.ncirs-modal h2{
  font-size: 25px;
  line-height: 26px;
}
.wr-content h3,
.ncirs-modal h3{
  font-size: 22px;
  line-height: 26px;
}
.wr-content h4,
.ncirs-modal h4{
  font-size: 20px;
}

.wr-content h5,
.ncirs-modal h5{
  font-size: 18px;
}


.wr-content .content-below ul,
.wr-content .content-above ul,
.ncirs-modal .modal-content ul{
  list-style: none;
}

.wr-content .content-below ul li::before,
.wr-content .content-above ul li::before,
.ncirs-modal .modal-content ul li::before{
  content: "•";
  color: #09ADEA;
  font-weight: bold;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: -20px;
  margin-right: 10px;
}

.wr-content .content-below a,
.wr-content .content-above a,
.ncirs-modal .modal-content a{
  text-decoration: underline;
}
.wr-content .content-below a:hover,
.wr-content .content-above a:hover,
.ncirs-modal .modal-content a:hover{
  text-decoration: none;
}
