.page-section-timeline{
  padding:100px 0 0 0;
}

.page-section-timeline .title{
  padding-left:65px;
}
.page-section-timeline .title h2{
  text-align: left;
}

.timeline {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.timeline *,
.timeline *::before,
.timeline *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.timeline:not(.timeline--horizontal)::before {
  background-color: #023f88;
  bottom: 0;
  content: '';
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 1;
}

.timeline--horizontal{
  text-align: center;
}

.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.timeline__item {
  font-size: 1rem;
  position: relative;
  width: 100%;
  max-width: 300px;
  z-index: 2;
}
.timeline__item--bottom::before,
.timeline__item--top::before{
  content: "";
  position: absolute;
  width:8px;
  height:8px;
  background:#12112d;
  border-radius:50%;
  left:36.5px;
  top:-3px;
  z-index:2;
}
.timeline__item--top::before{
  bottom:-5px;
  top:unset;
}
.timeline__item--bottom::after{
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius:50%;
  background:#fff;
  left:33px;
  bottom: 0px;
  z-index: 1;
}
.timeline__item--top::after{
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background:#fff;
  left:33px;
  bottom:-7.5px;
  z-index: 1;
}

.timeline__item.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}

.timeline__item.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.timeline__item--left {
  left: 0;
}

.timeline__item--right {
  left: 50%;
  padding: 10px 0 10px 40px;
}

.timeline__item--right::after {
  left: -10px;
}

.timeline__content {
  border: 1px solid #CCC;
  display: block;
  position: relative;
}

.timeline__content-outer {
  padding: 22px 30px 11px;
  background: #fff;
  -webkit-transition: all .35s 0s ease;
  transition: all .35s 0s ease;
  text-align: left;
}

.timeline__content-outer h2 {
  color: #f5821f;
  font-size: 55px;
  font-weight: 700;
  margin: 0 0 10px;
}

.timeline__content-outer h3 {
  font-size: 17px;
  -webkit-transition: all .35s 0s ease;
  transition: all .35s 0s ease;
}

.timeline__content-outer p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
  -webkit-transition: all .35s 0s ease;
  transition: all .35s 0s ease;
}

.timeline__item:hover .timeline__content-outer {
  background: #023f88;
}

.timeline__item:hover .timeline__content-outer p,
.timeline__item:hover .timeline__content-outer h3 {
  color: #fff;
}

.timeline__image img {
  max-width: 100%;
  width:100%;
  height: auto;
  vertical-align: bottom;
  background-size: cover !important;
}

.timeline--horizontal {
  font-size: 0;
  padding-left:0px;
  white-space: nowrap;
}

.timeline--horizontal .timeline-divider {
  background-color:rgba(255,255,255,1);
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: calc(100% + 100px);
  z-index: 1;
}

.timeline--horizontal .timeline__items {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  will-change: transform;
}

.timeline--horizontal .timeline__item{
  display: inline-block;
  left: 0;
  padding: 0 9px 35px;
  position: relative;
  -webkit-transition: none;
  transition: none;
  vertical-align: top;
  white-space: normal;
}

.timeline--horizontal .timeline__item .timeline__item__inner {
  display: table;
  height: 100%;
  width: 100%;
  background:#fff;
}

.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.timeline--horizontal .timeline__item .timeline__content::before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #CCC;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
}

.timeline--horizontal .timeline__item .timeline__content::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFF;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
}

.timeline--horizontal .timeline__item--bottom {
  padding: 35px 9px 0px;
}

.timeline--horizontal .timeline__item--bottom::after {
  top:-7.5px;
}

.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top;
}

.timeline--horizontal .timeline__item--bottom .timeline__content::before {
  border-bottom: 12px solid #CCC;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}

.timeline--horizontal .timeline__item--bottom .timeline__content::after {
  border-bottom: 10px solid #FFF;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}

.timeline-nav-button {
  border: 1px solid #002f57;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -9999px;
  z-index: 1;
  position: absolute;
  top: -97px !important;
  right:350px;
  outline: none;
}
.timeline-nav-button:focus{
  outline: none;
  background-color:rgba(255,255,255,0.9);
}
.timeline-nav-button:disabled {
  pointer-events: none;
  opacity:0.8;
}
.timeline-nav-button--prev {
  background: url("../images/left-arrow.png") #fff no-repeat;
  background-position: center center;
  right: 400px;
}
.timeline-nav-button--next {
  background: url(../images/right-arrow.png) #fff no-repeat;
  background-position: center center;
}
.timeline--mobile {
  padding: 0;
}

.timeline--mobile::before {
  left: 10px !important;
  margin: 0 !important;
}

.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%;
}

.timeline--mobile .timeline__item::after {
  left: 6px;
  margin: 0;
}

.timeline--mobile .timeline__item .timeline__content::before {
  left: -12px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #023f88;
  border-left: none;
  border-top: 12px solid transparent;
}

.timeline--mobile .timeline__item .timeline__content::after {
  left: -10px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #023f88;
  border-left: none;
  border-top: 10px solid transparent;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

@-webkit-keyframes liftUp {
  0% {
    top: 0px;
  }
  100% {
    top: -15px;
  }
}

@keyframes liftUp {
  0% {
    top: 0px;
  }
  100% {
    top: -15px;
  }
}

@media only screen and (max-width:1600px){
  .timeline--horizontal {
    margin-left: 195px;
  }
  .timeline-nav-button{
    right:200px;
  }
  .timeline-nav-button--prev{
    right:250px;
  }
}
@media only screen and (max-width:1450px){
  .timeline--horizontal {
    margin-left: 125px;
  }
  .timeline-nav-button{
    right:135px;
  }
  .timeline-nav-button--prev{
    right:190px;
  }
}
@media only screen and (max-width:1366px){
  .timeline--horizontal{
    margin-left:80px;
  }
  .timeline-nav-button{
    right:82px;
  }
  .timeline-nav-button--prev{
    right:135px;
  }
}
@media only screen and (max-width:1280px){
  .timeline--horizontal{
    margin-left:0px;
  }
  .timeline-nav-button{
    right:47px;
  }
  .timeline-nav-button--prev{
    right:100px;
  }
}
@media only screen and (max-width:1199px){
  .timeline-content{
    padding:20px;
  }
}
@media only screen and (max-width:767px){
  .timeline__item--top::before{
    left:9px;
  }
  .timeline__item__inner::before{
    content:none;
  }
  .timeline__item__inner{
    background:#fff;
  }
  .timeline__item--top::after,
  .timeline__item--bottom::after{
    bottom:unset;
    top:50%;
  }
  .timeline__item--bottom::before, .timeline__item--top::before{
    content: none;
  }
  .timeline--mobile .timeline__item{
    margin-bottom:10px;
  }
	.timeline__item{
		max-width:93%;
	}

}