.roadmap article:after {
  content: "";
  display: table;
  clear: both;
}

.roadmap * {
  -webkit-box-sizing: border-box!important;
  -moz-box-sizing: border-box!important;
  box-sizing: border-box!important;
  margin: 0;
  padding: 0;
  z-index: 99 !important;
}

.roadmap {
  padding: 1rem;
  position: relative;
}

.roadmap:before {
  content: '';
  position: absolute;
  height: 99%;
  width: 0.5rem;
  background: #E9EEEF;
  left: -moz-calc(50% - .25rem);
  left: -o-calc(50% - .25rem);
  left: -webkit-calc(50% - .25rem);
  left: calc(50% - .25rem);
}

.roadmap img {
  max-width: 100%;
  margin-bottom: 1rem;
  height: auto;
}

/* Flexible Videos */

.roadmap .videocontainer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.roadmap .videocontainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.roadmap em {
  font-style: italic;
}

.roadmap strong {
  font-weight: bold;
}

.roadmap > li {
  position: relative;
  list-style-type: none;
  clear: both;
}

.roadmap > li:before {
  content: '';
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: -1em;
  left: -moz-calc(50% - 1.5rem);
  left: -o-calc(50% - 1.5rem);
  left: -webkit-calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  border-radius: 4em;
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 51, color-stop(30%, #FFFFFF), color-stop(31%, #CFD9DB), color-stop(50%, #CFD9DB), color-stop(51%, #FFFFFF));
  background-image: -webkit-radial-gradient(#FFFFFF 30%, #CFD9DB 31%, #CFD9DB 50%, #FFFFFF 51%);
  background-image: -moz-radial-gradient(#FFFFFF 30%, #CFD9DB 31%, #CFD9DB 50%, #FFFFFF 51%);
  background-image: -o-radial-gradient(#FFFFFF 30%, #CFD9DB 31%, #CFD9DB 50%, #FFFFFF 51%);
  background-image: radial-gradient(#FFFFFF 30%, #CFD9DB 31%, #CFD9DB 50%, #FFFFFF 51%);
}

.roadmap article {
  display: block;
  line-height: 1.5em;
  width: 100%;
  margin-bottom: 4em;
}
@media (min-width: 60em) {
  .roadmap article {
    width: 45%;
  }
}

.roadmap article p, .roadmap article ul, .roadmap article ol {
  padding: 0 1rem 1rem 1rem;
}

.roadmap article ul, .roadmap article ol {
  list-style-position: inside;
}

.roadmap time {
  color: white;
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: .2em .5em;
  line-height: 1.5em;
  height: 2.1em;
}

.roadmap h2 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 1rem;
}

.roadmap footer {
  padding-top: 0rem;
  padding-left: 1rem;
}

.roadmap footer a {
  text-decoration: underline;
}

.roadmap-vertical article {
  float: left;
}

.roadmap-vertical time {
  margin-left: 0em;
}
@media (min-width: 60em) {
  .roadmap-vertical time {
    padding-left: 0;
  }
}
@media (min-width: 60em) {
  .roadmap-vertical time {
    margin-left: 8rem;
    top: -.5rem;
  }
  .roadmap-vertical time:after {
    content: '';
    width: 0;
    height: 2px;
    border-width: 1em;
    border-color: transparent;
    border-style: solid;
    border-right-color: #5f8ae8;
    position: absolute;
    left: -2em;
    top: 0;
  }
}
@media (min-width: 60em) {
  .roadmap-vertical li:nth-child(2n) article {
    float: right;
    margin-left: 8em;
    margin-top: -.4em;
  }
}
.roadmap-vertical li:nth-child(2n) time {
  padding-left: .5em;
}
@media (min-width: 60em) {
  .roadmap-vertical li:nth-child(2n) time {
    position: absolute;
    right: 58.5%;
    padding-right: 0;
  }
}
@media (min-width: 60em) {
  .roadmap-vertical li:nth-child(2n) time:after {
    content: '';
    width: 0;
    height: 2px;
    border-width: 1rem;
    border-color: transparent;
    border-style: solid;
    border-left-color: #5f8ae8;
    left: auto;
    right: -2em;
    top: 0;
  }
  
}
@media (min-width: 60em) {
  .roadmap-horizontal {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 95%;
    margin: 0 auto;
    white-space: nowrap;
    padding-bottom: 4rem;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(85%, transparent), color-stop(85%, #E9EEEF), color-stop(86%, #E9EEEF), color-stop(86%, transparent));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 85%, #E9EEEF 85%, #E9EEEF 86%, transparent 86%);
    background-image: -moz-linear-gradient(top, transparent 0%, transparent 85%, #E9EEEF 85%, #E9EEEF 86%, transparent 86%);
    background-image: -o-linear-gradient(top, transparent 0%, transparent 85%, #E9EEEF 85%, #E9EEEF 86%, transparent 86%);
    background-image: linear-gradient(top, transparent 0%, transparent 85%, #E9EEEF 85%, #E9EEEF 86%, transparent 86%);
  }
  .roadmap-horizontal:before {
    display: none;
  }
  .roadmap-horizontal time {
    position: absolute;
    bottom: -3.5rem;
    left: 29%;
  }
  .roadmap-horizontal time:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 0.8rem;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #5f8ae8;
    position: absolute;
    top: -1.5rem;
    left: -moz-calc(50% - .8rem);
    left: -o-calc(50% - .8rem);
    left: -webkit-calc(50% - .8rem);
    left: calc(50% - .8rem);
  }
  .roadmap-horizontal > li {
    display: inline-block;
    width: 33%;
    margin-right: 2rem;
  }
  .roadmap-horizontal > li:before {
    top: auto;
    bottom: 0rem;
    position: absolute;
  }
  .roadmap-horizontal article {
    float: none;
    clear: both;
    width: 100%;
    white-space: normal;
  }
}
@media (min-width: 65em) {
  .roadmap-horizontal time {
    left: 28%;
    bottom: -3.5em;
  }
}
@media (min-width: 70em) {
  .roadmap-horizontal time {
    position: absolute;
    bottom: -3.5rem;
    left: 30%;
  }
}
@media (min-width: 75em) {
  .roadmap-horizontal time {
    position: absolute;
    bottom: -3.5rem;
    left: 30%;
  }
}
@media (min-width: 80em) {
  .roadmap-horizontal time {
    position: absolute;
    bottom: -3.5rem;
    left: 26%;
  }
}
@media (min-width: 60em) and (min-width: 80em) {
  .roadmap-horizontal > li {
    width: 25%;
  }
}



.roadmap time.stacks_in_32_page2 {
  background: #5F8AE8;
}

.roadmap-horizontal time.stacks_in_32_page2:before {
  border-bottom-color: #5F8AE8;
}

@media (min-width: 60em) {
  .roadmap-vertical time.stacks_in_32_page2:after {
    border-right-color: #5F8AE8;
  }
}

@media (min-width: 60em) {
  .roadmap-vertical li:nth-child(2n) time.stacks_in_32_page2:after {
    border-left-color: #5F8AE8;
  }
}



.roadmap footer.stacks_in_32_page2 {
  background: #F8F9FA;
  color: #5F8AE8;
}

.roadmap article.stacks_in_32_page2 {
  color: #323232; 
}

.roadmap article.stacks_in_32_page2 {
  background: #FFFFFF;
  border: 1px solid #E9EEEF;
}

.roadmap h2.stacks_in_32_page2 {
  color:  #323232;
  text-align: left;
}

.roadmap footer.stacks_in_32_page2 a {
  color: #5F8AE8;
}
.roadmap time.stacks_in_3_page2 {
  background: #5F8AE8;
}

.roadmap-horizontal time.stacks_in_3_page2:before {
  border-bottom-color: #5F8AE8;
}

@media (min-width: 60em) {
  .roadmap-vertical time.stacks_in_3_page2:after {
    border-right-color: #5F8AE8;
  }
}

@media (min-width: 60em) {
  .roadmap-vertical li:nth-child(2n) time.stacks_in_3_page2:after {
    border-left-color: #5F8AE8;
  }
}



.roadmap footer.stacks_in_3_page2 {
  background: #F8F9FA;
  color: #5F8AE8;
}

.roadmap article.stacks_in_3_page2 {
  color: #323232; 
}

.roadmap article.stacks_in_3_page2 {
  background: #FFFFFF;
  border: 1px solid #E9EEEF;
}

.roadmap h2.stacks_in_3_page2 {
  color:  #323232;
  text-align: left;
}

.roadmap footer.stacks_in_3_page2 a {
  color: #5F8AE8;
}
.roadmap time.stacks_in_11_page2 {
  background: #5F8AE8;
}

.roadmap-horizontal time.stacks_in_11_page2:before {
  border-bottom-color: #5F8AE8;
}

@media (min-width: 60em) {
  .roadmap-vertical time.stacks_in_11_page2:after {
    border-right-color: #5F8AE8;
  }
}

@media (min-width: 60em) {
  .roadmap-vertical li:nth-child(2n) time.stacks_in_11_page2:after {
    border-left-color: #5F8AE8;
  }
}



.roadmap footer.stacks_in_11_page2 {
  background: #F8F9FA;
  color: #5F8AE8;
}

.roadmap article.stacks_in_11_page2 {
  color: #323232; 
}

.roadmap article.stacks_in_11_page2 {
  background: #FFFFFF;
  border: 1px solid #E9EEEF;
}

.roadmap h2.stacks_in_11_page2 {
  color:  #323232;
  text-align: left;
}

.roadmap footer.stacks_in_11_page2 a {
  color: #5F8AE8;
}
.roadmap time.stacks_in_37_page2 {
  background: #5F8AE8;
}

.roadmap-horizontal time.stacks_in_37_page2:before {
  border-bottom-color: #5F8AE8;
}

@media (min-width: 60em) {
  .roadmap-vertical time.stacks_in_37_page2:after {
    border-right-color: #5F8AE8;
  }
}

@media (min-width: 60em) {
  .roadmap-vertical li:nth-child(2n) time.stacks_in_37_page2:after {
    border-left-color: #5F8AE8;
  }
}



.roadmap footer.stacks_in_37_page2 {
  background: #F8F9FA;
  color: #5F8AE8;
}

.roadmap article.stacks_in_37_page2 {
  color: #323232; 
}

.roadmap article.stacks_in_37_page2 {
  background: #FFFFFF;
  border: 1px solid #E9EEEF;
}

.roadmap h2.stacks_in_37_page2 {
  color:  #323232;
  text-align: left;
}

.roadmap footer.stacks_in_37_page2 a {
  color: #5F8AE8;
}
.roadmap time.stacks_in_42_page2 {
  background: #5F8AE8;
}

.roadmap-horizontal time.stacks_in_42_page2:before {
  border-bottom-color: #5F8AE8;
}

@media (min-width: 60em) {
  .roadmap-vertical time.stacks_in_42_page2:after {
    border-right-color: #5F8AE8;
  }
}

@media (min-width: 60em) {
  .roadmap-vertical li:nth-child(2n) time.stacks_in_42_page2:after {
    border-left-color: #5F8AE8;
  }
}



.roadmap footer.stacks_in_42_page2 {
  background: #F8F9FA;
  color: #5F8AE8;
}

.roadmap article.stacks_in_42_page2 {
  color: #323232; 
}

.roadmap article.stacks_in_42_page2 {
  background: #FFFFFF;
  border: 1px solid #E9EEEF;
}

.roadmap h2.stacks_in_42_page2 {
  color:  #323232;
  text-align: left;
}

.roadmap footer.stacks_in_42_page2 a {
  color: #5F8AE8;
}
.roadmap time.stacks_in_22_page2 {
  background: #5F8AE8;
}

.roadmap-horizontal time.stacks_in_22_page2:before {
  border-bottom-color: #5F8AE8;
}

@media (min-width: 60em) {
  .roadmap-vertical time.stacks_in_22_page2:after {
    border-right-color: #5F8AE8;
  }
}

@media (min-width: 60em) {
  .roadmap-vertical li:nth-child(2n) time.stacks_in_22_page2:after {
    border-left-color: #5F8AE8;
  }
}



.roadmap footer.stacks_in_22_page2 {
  background: #F8F9FA;
  color: #5F8AE8;
}

.roadmap article.stacks_in_22_page2 {
  color: #323232; 
}

.roadmap article.stacks_in_22_page2 {
  background: #FFFFFF;
  border: 1px solid #E9EEEF;
}

.roadmap h2.stacks_in_22_page2 {
  color:  #323232;
  text-align: left;
}

.roadmap footer.stacks_in_22_page2 a {
  color: #5F8AE8;
}
.roadmap time.stacks_in_27_page2 {
  background: #5F8AE8;
}

.roadmap-horizontal time.stacks_in_27_page2:before {
  border-bottom-color: #5F8AE8;
}

@media (min-width: 60em) {
  .roadmap-vertical time.stacks_in_27_page2:after {
    border-right-color: #5F8AE8;
  }
}

@media (min-width: 60em) {
  .roadmap-vertical li:nth-child(2n) time.stacks_in_27_page2:after {
    border-left-color: #5F8AE8;
  }
}



.roadmap footer.stacks_in_27_page2 {
  background: #F8F9FA;
  color: #5F8AE8;
}

.roadmap article.stacks_in_27_page2 {
  color: #323232; 
}

.roadmap article.stacks_in_27_page2 {
  background: #FFFFFF;
  border: 1px solid #E9EEEF;
}

.roadmap h2.stacks_in_27_page2 {
  color:  #323232;
  text-align: left;
}

.roadmap footer.stacks_in_27_page2 a {
  color: #5F8AE8;
}
.roadmap time.stacks_in_16_page2 {
  background: #5F8AE8;
}

.roadmap-horizontal time.stacks_in_16_page2:before {
  border-bottom-color: #5F8AE8;
}

@media (min-width: 60em) {
  .roadmap-vertical time.stacks_in_16_page2:after {
    border-right-color: #5F8AE8;
  }
}

@media (min-width: 60em) {
  .roadmap-vertical li:nth-child(2n) time.stacks_in_16_page2:after {
    border-left-color: #5F8AE8;
  }
}



.roadmap footer.stacks_in_16_page2 {
  background: #F8F9FA;
  color: #5F8AE8;
}

.roadmap article.stacks_in_16_page2 {
  color: #323232; 
}

.roadmap article.stacks_in_16_page2 {
  background: #FFFFFF;
  border: 1px solid #E9EEEF;
}

.roadmap h2.stacks_in_16_page2 {
  color:  #323232;
  text-align: left;
}

.roadmap footer.stacks_in_16_page2 a {
  color: #5F8AE8;
}
