		@media (max-width: 500px) {
			.margin-center{
		width:100%;
		}}
		
		
		@media (min-width: 768px) {
  .vertical-align-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
		
		@media (min-width: 768px) {
  .performable-logo {
    position: relative;
    bottom: -25px
  }
  .performable-et-dg {
    position: relative;
    left: -50px;
  }
}
		
		
	.box-step {
  box-shadow: -20px 2px 54px 0 rgba(104,104,104,0.26);
  border-radius: 18px;
  max-width: 420px;
  margin: 0 auto;
}
.box-step.box-step__wide {
  width: 600px;
  max-width: 100%;
}
.box-step.adapt {
  margin-left: auto;
  margin-right: 0;
}
.box-step.kickoff {
  padding-bottom: 12px;
}
.box-step.learn {
  margin-left: 0;
  margin-right: 0;
}
.box-step.box-step__narrow {
  width: 260px;
  max-width: 100%;
}
.box-step.box-step__full-width {
  width: 100%;
  max-width: 1000px;
}
.box-step__quote {
  font-size: 48px;
}
.box-step.box-step__narrow .box-step__body {
  padding-bottom: 20px;
}
.box-step.box-step__wide .box-step__body {
  padding-bottom: 40px;
}
.box-step__arrow-down {
  margin-bottom: 20px;
  margin-top: 20px;
}

.box-step .box-step__body {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0;
  text-align: center;
}
.box-step__label {
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  padding: 4px;
  margin-top: 40px;
}
.box-step.box-step__wide .box-step__label {
  margin-top: 40px;
}
.box-step.box-step__full-width .box-step__body {
  padding-bottom: 40px;
}
.box-step__label-large {
    font-size: 40px;
    padding: 16px;
    font-family: 'Raleway', sans-serif;
}
.box-step__label-small {
  font-size: 24px;
  padding: 16px;
	 font-family: 'Raleway', sans-serif;
}
.box-step__label.blue {
  background: #0176FF;
}
.box-step__label.blue-light {
  background: #00CBE6;
}
.box-step__label.purple {
  background-color: #B427FF;
}


@media (min-width: 768px) and (max-width: 1199px) {
  .box-step.adapt {
    left: 10px;
    position: relative;
  }
  .box-step.learn {
    right: 10px;
    position: relative;
  }
}
@media (min-width: 1200px) and (max-width: 1599px)  {
  .box-step.adapt {
    left: 30px;
    position: relative;
  }
  .box-step.learn {
    right: 30px;
    position: relative;
  }
}
@media (min-width: 1600px)  {
  .box-step.adapt {
    left: 90px;
    position: relative;
  }
  .box-step.learn {
    right: 90px;
    position: relative;
  }
}
.box-seperator-line {
  height: 190px;
  width: 8px;
  background-color: #D5D5D5;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .box-seperator-line {
    height: 320px;
  }
}
.box-seperator-line__sm {
  height: 30px;
}
.box-seperator-line__md {
  height: 90px;
}


#timeline p {
    font-size: 16px;
    color: #646464;
}


.box-step__label {
	font-family: 'Raleway', sans-serif;
}



/*********************************
             TIMELINE 
*********************************/

@media only screen and (min-width:1170px) {
.cd-is-hidden {
    visibility: hidden
}
}
 @media only screen and (min-width:1170px) {
.cd-timeline {
    overflow: hidden;
    margin: 2em auto
}
.cd-timeline__container {
    position: relative;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 2em 0
}
.cd-timeline__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 2px;
    background: #222222;
}
.cd-timeline__content h3 {
    margin-top: -50px;
    font-size: 78px;
    margin-bottom: 0;
}
 @media only screen and (min-width:1170px) {
.cd-timeline {
 margin-top: 3em;
 margin-bottom: 3em
}
.cd-timeline__container::before {
 left: 50%;
 margin-left: -2px
}
}
.cd-timeline__block {
    position: relative;
    margin: 2em 0
}
.cd-timeline__block:after {
    content: "";
    display: table;
    clear: both
}
.cd-timeline__block:after {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 50%;
    top: calc(25% + 8px);
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
}
.cd-timeline__block:first-child {
    margin-top: 0
}
.cd-timeline__block:last-child {
    margin-bottom: 0
}
 @media only screen and (min-width:1170px) {
.cd-timeline__block {
 margin: 4em 0
}
}
.cd-timeline__img {
    position: absolute;
    top: 25px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;/*-webkit-box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,.08), 0 3px 0 4px rgba(0,0,0,.05);
	box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,.08), 0 3px 0 4px rgba(0,0,0,.05) */
}
.cd-timeline__img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px
}
.cd-timeline__img.cd-timeline__img--dot {
    background: #222222
}
 @media only screen and (min-width:1170px) {
.cd-timeline__img {
 width: 10px;
 height: 10px;
 left: 50%;
 margin-left: -5px;
 -webkit-transform: translateZ(0);
 transform: translateZ(0)
}
.cd-timeline__img.cd-timeline__img--bounce-in {
 visibility: visible;
 -webkit-animation: cd-bounce-1 .6s;
 animation: cd-bounce-1 .6s
}
}
@-webkit-keyframes cd-bounce-1 {
0% {
opacity:0;
-webkit-transform:scale(.5);
transform:scale(.5)
}
60% {
opacity:1;
-webkit-transform:scale(1.2);
transform:scale(1.2)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes cd-bounce-1 {
0% {
opacity:0;
-webkit-transform:scale(.5);
transform:scale(.5)
}
60% {
opacity:1;
-webkit-transform:scale(1.2);
transform:scale(1.2)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
.cd-timeline__content {
    position: relative;
    margin-left: 60px;
    background: #fff;
    border-radius: .25em;
    padding: 1em;
    -webkit-box-shadow: 0 3px 0 #d2d2d2;
    box-shadow: 0 3px 0 #d2d2d2;
}
.cd-timeline__content:after {
    content: "";
    display: table;
    clear: both
}
.cd-timeline__content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #fff
}
.cd-timeline__content p {
    font-size: 13px;
    line-height: 1.6
}
.cd-timeline__read-more, .cd-timeline__date {
    display: inline-block
}
.cd-timeline__read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #fff;
    border-radius: .25em
}
.cd-timeline__read-more:hover {
    background-color: #bac4cb
}
.cd-timeline__date {
    float: left;
    padding: .8em 0;
    opacity: .7
}
 @media only screen and (min-width:1170px) {
.cd-timeline__content {
 margin-left: 0;
 padding: 1.6em;
 width: 45%;
 -webkit-transform: translateZ(0);
 transform: translateZ(0)
}
.cd-timeline__content::before {
 top: 24px;
 left: 100%;
 border-color: transparent;
 border-left-color: #fff
}
.cd-timeline__read-more {
 float: left
}
.cd-timeline__date {
 position: absolute;
 width: 100%;
 left: 122%;
 top: 6px;
 font-size: 1.6rem
}
.cd-timeline__block:nth-child(even) .cd-timeline__content {
 float: right
}
.cd-timeline__block:nth-child(even) .cd-timeline__content::before {
 top: 24px;
 left: auto;
 right: 100%;
 border-color: transparent;
 border-right-color: #fff
}
.cd-timeline__block:nth-child(even) .cd-timeline__read-more {
 float: right
}
.cd-timeline__block:nth-child(even) .cd-timeline__date {
 left: auto;
 right: 122%;
 text-align: right
}
.cd-timeline__content.cd-timeline__content--bounce-in {
 visibility: visible;
 -webkit-animation: cd-bounce-2 .6s;
 animation: cd-bounce-2 .6s
}
}
 @media only screen and (min-width:1170px) {
.cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
 -webkit-animation: cd-bounce-2-inverse .6s;
 animation: cd-bounce-2-inverse .6s
}
}
@-webkit-keyframes cd-bounce-2 {
0% {
opacity:0;
-webkit-transform:translateX(-100px);
transform:translateX(-100px)
}
60% {
opacity:1;
-webkit-transform:translateX(20px);
transform:translateX(20px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes cd-bounce-2 {
0% {
opacity:0;
-webkit-transform:translateX(-100px);
transform:translateX(-100px)
}
60% {
opacity:1;
-webkit-transform:translateX(20px);
transform:translateX(20px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@-webkit-keyframes cd-bounce-2-inverse {
0% {
opacity:0;
-webkit-transform:translateX(100px);
transform:translateX(100px)
}
60% {
opacity:1;
-webkit-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes cd-bounce-2-inverse {
0% {
opacity:0;
-webkit-transform:translateX(100px);
transform:translateX(100px)
}
60% {
opacity:1;
-webkit-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
/*********************************
      PHOTO GALLERY TIMELINE
*********************************/
.timeline {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}
.timeline__content-title {
    font-weight: normal;
    font-size: 72px;
    margin: -50px 0 0 0;
    transition: .3s;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
}
.timeline__content-desc {
    margin: 0;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    line-height: 25px;
}
.timeline:before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    content: "";
    background: rgba(255, 255, 255, 0.07);
}
 @media only screen and (max-width: 767px) {
.timeline:before {
 left: 40px;
}
}
.timeline-item {
    padding: 40px 0;
    /*opacity: .3;
  filter: blur(2px);
  transition: .1s; */
    box-sizing: border-box;
    width: calc(50% - 40px);
    display: flex;
    position: relative;
    transform: translateY(-100px);
}
.timeline-item:before {
    content: attr(data-text);
    letter-spacing: 3px;
    width: 100%;
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    /*font-size: 15px;*/
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    top: 70%;
    margin-top: -5px;
    padding-left: 15px;
    opacity: 0;
    right: calc(-100% - 56px );
}
.timeline-item:nth-child(even) {
    align-self: flex-end;
}
.timeline-item:nth-child(even):before {
    right: auto;
    text-align: right;
    left: calc(-100% - 56px );
    padding-left: 0;
    border-left: none;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    padding-right: 15px;
}
.timeline-item--active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
}
.timeline-item--active:before {
    top: 50%;
    transition: .3s all .2s;
    opacity: 1;
}
.timeline-item--active .timeline__content-title {
    margin: -50px 0 20px 0;
}
 @media only screen and (max-width: 767px) {
.timeline-item {
 align-self: baseline !important;
 width: 100%;
 padding: 0 30px 150px 80px;
}
.timeline-item:before {
 left: 10px !important;
 padding: 0 !important;
 top: 50px;
 text-align: center !important;
 width: 60px;
 border: none !important;
}
.timeline-item:last-child {
 padding-bottom: 40px;
}
}
.timeline__img {
    max-width: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.timeline-container {
    width: 100%;
    position: relative;
    padding: 80px 0;
    background-attachment: fixed;
    background-size: cover;
}
.timeline-container:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(99, 99, 99, 0.8);
    content: "";
}
.timeline-header {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}
.timeline-header__title {
    color: #fff;
    font-size: 46px;
    font-family: Cardo;
    font-weight: normal;
    margin: 0;
}
.timeline-header__subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Pathway Gothic One", sans-serif;
    font-size: 16px;
    letter-spacing: 5px;
    margin: 10px 0 0 0;
    font-weight: normal;
}