@charset "UTF-8";
.timelinesection {
	padding: 120px 0px;
	text-align: center;
}
.timelinesection h2 {
	margin-bottom: 15px;
	color: #FFFF00;
}
.timelinesection p {
	margin-bottom: 30px;
}
.largehead {
  text-align: center;
  color: #088d41;
  font-weight: 400;
  font-size: 30px;
  padding-top: 30px
}
.secondhead {
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px
}
.stagemarker {
  width: 148px;
  height: 170px;
  background-size: 148px 171px;
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-weight: 600
}
.dkgreen {
  background-image: url(../images/deployment/dkgreen.png)
}
.ltgreen {
  background-image: url(../images/deployment/ltgreen.png)
}
.blue {
  background-image: url(../images/deployment/blue.png)
}
.purple {
  background-image: url(../images/deployment/purple.png)
}
.brick {
  background-image: url(../images/deployment/brick.png)
}
.outlinegreen {
  background-image: url(../images/deployment/outlinegreen.png);
  color: #088d41
}
.duration {
  font-size: 64px;
  padding-top: 40px
}
.outlinegreen .duration {
  color: #91d050;
  font-size: 50px;
  padding-top: 57px
}
.outlinegreen .durationsmall {
  color: #91d050;
  font-size: 24px;
  padding-top: 70px
}
.weeks {
  font-size: 24px;
  margin-top: -15px
}
.ongoing {
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 75px
}
.close, .timelinebutton {
  width: 148px;
  height: 53px;
  background-size: 30px 106px;
  text-align: center;
  text-indent: -32000px;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 auto;
  cursor: pointer
}
.close:hover, .timelinebacktotop:hover, .timelinebutton:hover {
  background-position: bottom center
}
.timelinebutton {
  background-image: url(../images/deployment/timeline_open.png)
}
.close {
  background-image: url(../images/deployment/timeline_close.png)
}
.linework {
  width: 740px;
  height: 53px;
  background-size: 740px 53px;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 auto
}
.toplines {
  background-image: url(../images/deployment/toplines.png)
}
.bottomlines {
  background-image: url(../images/deployment/bottomlines.png)
}
.timelinecolumns {
  width: 944px;
  background-size: 944px 20px;
  background-repeat: repeat-y;
  background-position: top center;
  margin: 0 auto
}
.timelinesinglecolumn {
  width: 944px;
  margin: 20px auto 10px auto;
  text-align: center
}
.timelinesinglecolumn p {
  font-size: 16px;
  margin: 0 auto 10px auto;
  max-width: 520px
}
.linedash {
  width: 48px;
  height: 2px;
  background-color: #000;
  margin: 0 auto
}
.linevert {
  width: 2px;
  height: 12px;
  background-color: #000;
  margin: 0 auto
}
.sectionheading {
  padding: 10px;
  width: 432px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 600
}
.dkgreenheading {
  background-color: #548235
}
.ltgreenheading {
  background-color: #91d050
}
.blueheading {
  background-color: #5b9bd5
}
.purpleheading {
  background-color: #702fa0
}
.brickheading {
  background-color: #c55911
}
.dkgreencolumns {
  background-image: url(../images/deployment/dkgreen_columnbackground.png)
}
.ltgreencolumns {
  background-image: url(../images/deployment/ltgreen_columnbackground.png)
}
.bluecolumns {
  background-image: url(../images/deployment/blue_columnbackground.png)
}
.purplecolumns {
  background-image: url(../images/deployment/purple_columnbackground.png)
}
.brickcolumns {
  background-image: url(../images/deployment/brick_columnbackground.png)
}
.timelinecolumn {
  float: left;
  display: block;
  width: 206px;
  margin-right: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 40px;
}
.final {
  margin-right: 0
}
#flow01, #flow02, #flow03, #flow04, #flow05, #flow06, #flow07, #flow08, #flow09, #flow10, #flow11, #flow12, #flow13, #flow14, #flow15, #flow16 {
  display: none
}
.timelinebacktotop {
  width: 148px;
  height: 95px;
  background-size: 40px 190px;
  text-align: center;
  text-indent: -32000px;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 auto;
  cursor: pointer;
  background-image: url(../images/deployment/timelinebacktotop.png)
}
@media screen and (max-width:964px) {
  .largehead {
    font-size: 26px;
    padding-top: 20px
  }
  .secondhead {
    font-size: 16px
  }
  .linework {
    width: auto;
    min-width: 260px;
    max-width: 500px;
    height: auto;
    margin: 0 auto
  }
  .toplines {
    background-image: none
  }
  .bottomlines {
    background-size: 30px 106px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/deployment/mobileline.png)
  }
  .sectionheading {
    width: auto;
    min-width: 260px;
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
    font-size: 16px
  }
  .timelinecolumns {
    background: 0 0;
    width: auto;
    min-width: 260px;
    max-width: 500px;
    margin: 0 auto
  }
  .timelinecolumn {
    float: none;
    display: block;
    width: auto;
    min-width: 256px;
    margin: 2px 10px 0 10px;
    font-size: 14px;
    padding: 15px;
  }
  .dkgreencolumns .timelinecolumn {
    border: 2px solid #548235;
    color: #548235;
	  background-color: #FFFFFF;
  }
  .ltgreencolumns .timelinecolumn {
    border: 2px solid #91d050;
    color: #91d050;
	  background-color: #FFFFFF;
  }
  .bluecolumns .timelinecolumn {
    border: 2px solid #5b9bd5;
    color: #5b9bd5;
	  background-color: #FFFFFF;
  }
  .purplecolumns .timelinecolumn {
    border: 2px solid #702fa0;
    color: #702fa0;
	  background-color: #FFFFFF;
  }
  .brickcolumns .timelinecolumn {
    border: 2px solid #c55911;
    color: #c55911;
	  background-color: #FFFFFF;
  }
  .timelinesinglecolumn {
    width: auto;
    margin: 20px auto 10px auto;
    text-align: center;
    padding: 0 40px
  }
  .timelinesinglecolumn p {
    font-size: 14px;
    width: auto
  }
}