.modal-video {
  margin: 30px auto;
  max-width: 980px;
}

@keyframes widthanimation {
  from {
    max-width: 600px;
  }
  to {
    max-width: 1240px;
  }
}

.modal.fade.in {
  padding-left: 30px;
  padding-right: 30px !important;
}

.ego .carousel {
  position: relative;
  height: 170px;
  margin-bottom: 20px;
}

.carousel__item .nav-icon, .carousel__item .nav-icon-r, .carousel__item .nav-icon-2, .carousel__item .nav-icon-r-2 {
  display: none !important;
}

@media (max-width: 764px) {
  .ego .carousel a:first-child img, .ego .carousel a:first-child .overlay-item__date {
        display: none;
  }
  .ego .carousel a:first-child {
    display: table;
    top: 0px;
    margin-top: 0px !important;
    height: 100%;
  }
  .ego .carousel a:first-child .overlay-item {
    display: table-cell;
    width: 30px;
    vertical-align: middle;
  }
  .ego .carousel a:first-child img.nav-icon {
    display: block !important;
    height: 45px;
    width: 30px;
  }
  .ego .carousel a:first-child:hover img.nav-icon {
    display: none !important;
  }
  .ego .carousel a:first-child:hover img.nav-icon-2 {
    display: block !important;
    height: 45px;
    width: 30px;
  }
}

@media (max-width: 764px) {

  .ego .carousel a:last-child img, .ego .carousel a:last-child .overlay-item__date {
        display: none;
  }
  .ego .carousel a:last-child {
    display: table;
    top: 0px;
    margin-top: 0px !important;
    height: 100%;
  }
  .ego .carousel a:last-child .overlay-item {
    display: table-cell;
    width: 30px;
    vertical-align: middle;
  }
  .ego .carousel a:last-child img.nav-icon-r {
    display: block !important;
    height: 45px;
    width: 30px;
  }
  .ego .carousel a:last-child:hover img.nav-icon-r {
    display: none !important;
  }
  .ego .carousel a:last-child:hover img.nav-icon-r-2 {
    display: block !important;
    height: 45px;
    width: 30px;
  }
}

@media (min-width: 400px) {
  .ego .carousel {
    height: 198px;
  }
}

@media (min-width: 580px) {
  .ego .carousel {
    height: 344px;
  }
}

@media (min-width: 1240px) {
  .ego .carousel {
    margin: 0 65px 20px;
  }
}

.ego .carousel__item {
  position: absolute;
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.4s ease-in;
  left: 50%;
  top: 0%;
  margin-top: -0% !important;
  margin-left: -25%;
}



.ego .carousel__item:not(.active) {
  transition: all 0.4s ease-in;
  top: 50%;
  margin-top: -12.2% !important;
}



.ego .carousel__item:not(.active) img {
  max-width: 600px;
}

.ego .carousel__item:first-child {
  left: 0;
  margin: 0;
}

.ego .carousel__item:last-child {
  right: 0;
  margin: 0;
  left: auto;
}

.ego .carousel__item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  transition: 0.3s max-width ease-in-out;
  transition-delay: 0.5s;
}

.ego .carousel__item img.carousel__media-active {
  display: none;
}

.ego .carousel__item.active {
  width: 50%;
}

.ego .carousel__item.active img {
  margin: 0 auto;
}

.ego .carousel__item.active img.carousel__media {
  display: none;
}

.ego .carousel__item.active img.carousel__media-active {
  display: block;
}

.ego strong {
  font-family: "NotoSans-Bold", "serif";
}

.ego .article p {
  margin-bottom: 20px;
  color: #011d4b;
}

.ego .filter-container {
  border-top: 1px solid #011d4b;
  margin: 30px 0 40px;
  padding-top: 20px;
}

.ego .filter {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
  color: #011d4b;
}

.ego .filter__item:hover, .ego .filter__item:focus:hover {
  text-decoration: none;
}

.ego .taxonomy .list-inline .filter__item:hover {
  text-decoration: none;
  color: #FFFFFF !important;
  background-color: rgb(45,85,178) !important;
  border-color: rgb(45,85,178) !important;
}

.ego .filter__item.active {
  text-decoration: none;
  background-color: rgb(0,42,94);
  color: rgb(20,230,241) !important;
  border-color: rgb(0,42,94);
}

.ego .filter__heading {
  margin-right: 20px;
  min-width: 55px;
  font-weight: bold;
}

.ego .timeline__toggle {
  text-align: center;
  margin-bottom: 20px;
}

.ego .timeline__toggle span {
  text-transform: uppercase;
  color: #011d4b;
  font-size: 12px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .ego .timeline__toggle span {
    margin-left: 96px;
    width: 130px;
    display: inline-block;
    text-align: left;
  }
}

.ego .timeline__toggle span:before {
  content: "";
  background: url(/en/sysglobalassets/digital/our-story---timeline-infographic/OpenAll.png);
  image-rendering: crisp-edges;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}

.ego .timeline__toggle span.active:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(/en/sysglobalassets/digital/our-story---timeline-infographic/CloseAll.png);
  image-rendering: crisp-edges;
}

.ego .timeline-container {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .ego .timeline-container {
    padding: 0;
  }
}

.ego .timeline {
  position: relative;
  transition: opacity 0.8s;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.ego .timeline.active {
  overflow: visible;
  height: auto;
  opacity: 1;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.ego .timeline:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d2d2d2;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .ego .timeline:before {
    left: 50%;
  }
}

.ego {
  overflow:hidden;
}

.ego .timeline__item {
  padding-left: 93px;
  position: relative;
  /*margin-bottom:100px;
  margin-top: 100px;*/
  min-height: 40px;
}

@media (min-width: 768px) {
  .ego .timeline__item:nth-child(odd):not(.filtershow):not(.filteremoved) {
    width: 50%;
    float: right;
    clear: right;
  }
  .ego .timeline__item:nth-child(even):not(.filtershow):not(.filteremoved) {
    width: 50%;
    float: left;
    clear: left;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .ego .timeline__item:nth-child(even):not(.filtershow):not(.filteremoved) {
    padding-right: 93px;
    padding-left: 0;
  }
  .ego .timeline__item:nth-child(even):not(.filtershow):not(.filteremoved) .timeline__date {
    right: -19px;
    left: auto;
  }
  .ego .timeline__item:nth-child(even):not(.filtershow):not(.filteremoved) .timeline__date:before {
    display: none;
  }
  .ego .timeline__item:nth-child(even):not(.filtershow):not(.filteremoved) .timeline__date:after {
    content: "";
    width: 37px;
    height: 37px;
    background-color: #011d4b;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    /* margin-top: -5px; */
    /* border-top: 2px solid #fff; */
    /* border-bottom: 2px solid #fff; */
  }
  .ego .timeline__item:nth-child(even):not(.filtershow):not(.filteremoved) .timeline__content {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .ego .timeline__item:first-child:not(.filtershow):not(.filteremoved) {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .timeline > .row {
    position: static !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 980px) {
  .filter__heading {
    display: block !important;
    clear: both;
  }
  .filter__heading.hiddene {
    display: none !important;
  }
}

.ego .timeline__date {
  position: absolute;
  left: -18px;
  font-family: "NotoSans-Bold", "serif";
  font-size: 24px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ego .timeline__date:before {
  content: "";
  width: 37px;
  height: 37px;
  background: url(/en/sysglobalassets/digital/our-story---timeline-infographic/timeline-open.png);
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  vertical-align: middle;
  /* margin-top: -5px; */
  /* border-top: 2px solid #fff; */
  /* border-bottom: 2px solid #fff; */
}

.ego .timeline__date:after {
  background: url(/en/sysglobalassets/digital/our-story---timeline-infographic/timeline-open.png);
  background-size: cover;
}

.ego .timeline__content {
  display: none;
  padding-top: 17px;
  color: #6E6D6D;
}

.ego .timeline__content img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
  border-top: 5px solid #011d4b;
}

.ego .timeline__item--open {
  margin-bottom: 0;
}

.ego .timeline__item--open .timeline__content {
  display: block;

}

.ego .timeline__item--open .timeline__date:before, .ego .timeline__item--open .timeline__date:after {
  background: url(/en/sysglobalassets/digital/our-story---timeline-infographic/timeline-close.png);
}






.ego .timeline__item--blue .timeline__date {
  color: #011d4b;
}

.ego .timeline__item--blue .timeline__date:before, .ego .timeline__item--blue .timeline__date:after {
  background-color: #011d4b !important;
}

.ego .timeline__item--blue .timeline__content > img {
  border-color: #011d4b !important;
}

.ego .timeline__item--purple .timeline__date {
  color: #795da8;
}

.ego .timeline__item--purple .timeline__date:before, .ego .timeline__item--purple .timeline__date:after {
  background-color: #795da8 !important;
}

.ego .timeline__item--purple .timeline__content > img {
  border-color: #795da8 !important;
}

.ego .timeline__item--green .timeline__date {
  color: #6cbb6f;
}

.ego .timeline__item--green .timeline__date:before, .ego .timeline__item--green .timeline__date:after {
  background-color: #6cbb6f !important;
}

.ego .timeline__item--green .timeline__content > img {
  border-color: #6cbb6f !important;
}

.ego .timeline__item--lightblue .timeline__date {
  color: #4ec5d5;
}

.ego .timeline__item--lightblue .timeline__date:before, .ego .timeline__item--lightblue .timeline__date:after {
  background-color: #4ec5d5 !important;
}

.ego .timeline__item--lightblue .timeline__content > img {
  border-color: #4ec5d5 !important;
}

.ego .timeline__item--red .timeline__date {
  color: #f05b89;
}

.ego .timeline__item--red .timeline__date:before, .ego .timeline__item--red .timeline__date:after {
  background-color: #f05b89 !important;
}

.ego .timeline__item--red .timeline__content > img {
  border-color: #f05b89 !important;
}

.ego .timeline__item--orange .timeline__date {
  color: #faa733;
}

.ego .timeline__item--orange .timeline__date:before, .ego .timeline__item--orange .timeline__date:after {
  background-color: #faa733 !important;
}

.ego .timeline__item--orange .timeline__content > img {
  border-color: #faa733 !important;
}

.ego .timeline .filtershow {
  display: block;
}

.ego .timeline .filtershow:first-child {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .ego .timeline .filtershow.filtershow--right {
    width: 50%;
    float: right;
    clear: right;
  }
  .ego .timeline .filtershow.filtershow--left {
    width: 50%;
    float: left;
    clear: left;
    padding-right: 93px;
    padding-left: 0;
  }
  .ego .timeline .filtershow.filtershow--left .timeline__date {
    right: -20px;
    left: auto;
  }
  .ego .timeline .filtershow.filtershow--left .timeline__date:before {
    display: none;
  }
  .ego .timeline .filtershow.filtershow--left .timeline__date:after {
    content: "";
    width: 37px;
    height: 37px;
    background-color: #011d4b;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    /* margin-top: -5px; */
    /* border-top: 2px solid #fff; */
    /* border-bottom: 2px solid #fff; */
  }
  .ego .timeline .filtershow.filtershow--left .timeline__content {
    padding-top: 20px;
  }
  .ego .timeline .filtershow.filtershow--first {
    margin-top: 0px;
  }
}

.ego .filteremoved {
  display: none;
}

.ego .overlay-item {
  transition: background 4s;
  background: #bbb;
  max-width: 400px;
  background-color:transparent;
}

.ego .overlay-item.overlay-item--active {
  max-width: 344px;
  /* background: url(/en/sysglobalassets/digital/our-story---timeline-infographic/overlay-background.jpg) no-repeat 0 0; */
  background-color:transparent;
  margin: 0 auto;
}

.ego .overlay-item.overlay-item--active .overlay-item__date {
  font-size: 30px;
  margin-top: -36px;
}

@media only screen and (max-width: 400px){
  .ego .overlay-item.overlay-item--active .overlay-item__date {
  font-size: 15px !important;
  margin-top: -20px;
}
}

.ego .overlay-item > img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.ego .overlay-item__date {
  position: absolute;
  top: 45%;
  left: 0;
  margin-top: -15px;
  font-size: 1em;
  color: #011d4b;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 400px) {
  .ego .overlay-item__date {
  position: absolute;
  top: 45%;
  left: 0;
  margin-top: -8px;
  font-size: 7px;
  color: #011d4b;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

}





.hide{display:none;}
