﻿/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1270px) {
  #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; }

  #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #FFF; }
}

/* Some Cool Stuff */
.demo-card:nth-child(1) {order: 1;}
.demo-card:nth-child(2) {order: 41;}
.demo-card:nth-child(3) {order: 2;}
.demo-card:nth-child(4) {order: 42;}
.demo-card:nth-child(5) {order: 3;}
.demo-card:nth-child(6) {order: 43;}
.demo-card:nth-child(7) {order: 4;}
.demo-card:nth-child(8) {order: 44;}
.demo-card:nth-child(9) {order: 5;}
.demo-card:nth-child(10) {order: 45;}
.demo-card:nth-child(11) {order: 6;}
.demo-card:nth-child(12) {order: 46;}
.demo-card:nth-child(13) {order: 7;}
.demo-card:nth-child(14) {order: 47;}
.demo-card:nth-child(15) {order: 8;}
.demo-card:nth-child(16) {order: 48;}
.demo-card:nth-child(17) {order: 9;}
.demo-card:nth-child(18) {order: 49;}
.demo-card:nth-child(19) {order: 10;}
.demo-card:nth-child(20) {order: 50;}
.demo-card:nth-child(21) {order: 11;}
.demo-card:nth-child(22) {order: 51;}
.demo-card:nth-child(23) {order: 12;}
.demo-card:nth-child(24) {order: 52;}
.demo-card:nth-child(25) {order: 13;}
.demo-card:nth-child(26) {order: 53;}
.demo-card:nth-child(27) {order: 14;}
.demo-card:nth-child(28) {order: 54;}
.demo-card:nth-child(29) {order: 15;}
.demo-card:nth-child(30) {order: 55;}
.demo-card:nth-child(31) {order: 16;}
.demo-card:nth-child(32) {order: 56;}
.demo-card:nth-child(33) {order: 17;}
.demo-card:nth-child(34) {order: 57;}
.demo-card:nth-child(35) {order: 18;}
.demo-card:nth-child(36) {order: 58;}
.demo-card:nth-child(37) {order: 19;}
.demo-card:nth-child(38) {order: 59;}
.demo-card:nth-child(39) {order: 20;}
.demo-card:nth-child(40) {order: 60;}
.demo-card:nth-child(41) {order: 21;}
.demo-card:nth-child(42) {order: 61;}
.demo-card:nth-child(43) {order: 22;}
.demo-card:nth-child(44) {order: 62;}
.demo-card:nth-child(45) {order: 23;}
.demo-card:nth-child(46) {order: 63;}
.demo-card:nth-child(47) {order: 24;}
.demo-card:nth-child(48) {order: 64;}
.demo-card:nth-child(49) {order: 25;}
.demo-card:nth-child(50) {order: 65;}
.demo-card:nth-child(51) {order: 26;}
.demo-card:nth-child(52) {order: 66;}
.demo-card:nth-child(53) {order: 27;}
.demo-card:nth-child(54) {order: 67;}
.demo-card:nth-child(55) {order: 28;}
.demo-card:nth-child(56) {order: 68;}
.demo-card:nth-child(57) {order: 29;}
.demo-card:nth-child(58) {order: 69;}
.demo-card:nth-child(59) {order: 30;}
.demo-card:nth-child(60) {order: 70;}
.demo-card:nth-child(61) {order: 31;}
.demo-card:nth-child(62) {order: 71;}
.demo-card:nth-child(63) {order: 32;}
.demo-card:nth-child(64) {order: 72;}
.demo-card:nth-child(65) {order: 33;}
.demo-card:nth-child(66) {order: 73;}
.demo-card:nth-child(67) {order: 34;}
.demo-card:nth-child(68) {order: 74;}
.demo-card:nth-child(69) {order: 35;}
.demo-card:nth-child(70) {order: 75;}
.demo-card:nth-child(71) {order: 36;}
.demo-card:nth-child(72) {order: 76;}
.demo-card:nth-child(73) {order: 37;}
.demo-card:nth-child(74) {order: 77;}
.demo-card:nth-child(75) {order: 38;}
.demo-card:nth-child(76) {order: 78;}
.demo-card:nth-child(77) {order: 39;}
.demo-card:nth-child(78) {order: 79;}
.demo-card:nth-child(79) {order: 40;}
.demo-card:nth-child(80) {order: 80;}

/* Border Box */
* {
  box-sizing: border-box; }

/* Fonts */
#timeline {
	padding: 100px 0;
	background: #FFF;
	border-top: 1px solid rgba(191, 191, 191, 0.4);
	border-bottom: 1px solid rgba(191, 191, 191, 0.4);
	}

  #timeline h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
	}

  #timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px; }
  #timeline .demo-card-wrapper {
    position: relative;
    margin: auto; }
    @media (min-width: 1270px) {
      #timeline .demo-card-wrapper {
        display: flex;
        flex-flow: column wrap;
        width: 1250px;
        height: 26500px;
        margin: 0 auto; } }
    #timeline .demo-card-wrapper::after {
      z-index: 1;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      border-left: 1px solid rgba(191, 191, 191, 0.4); }
      @media (min-width: 1270px) {
        #timeline .demo-card-wrapper::after {
          border-left: 1px solid #bdbdbd; } }
  #timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2; }
    @media (min-width: 480px) {
      #timeline .demo-card {
        max-width: 85%;
        box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07); } }
    @media (min-width: 720px) {
      #timeline .demo-card {
        max-width: 85%; } }
    @media (min-width: 1270px) {
      #timeline .demo-card {
        max-width: 550px;
        height: 605px;
        margin: 50px;
        margin-top: 25px;
        margin-bottom: 25px; }
        #timeline .demo-card:nth-child(odd) {
          margin-right: 25px; }
          #timeline .demo-card:nth-child(odd) .head::after {
            border-left-width: 15px;
            border-left-style: solid;
            left: 100%; }
          #timeline .demo-card:nth-child(odd) .head::before {
            left: 571.5px; }
        #timeline .demo-card:nth-child(even) {
          margin-left: 25px; }
          #timeline .demo-card:nth-child(even) .head::after {
            border-right-width: 15px;
            border-right-style: solid;
            right: 100%; }
          #timeline .demo-card:nth-child(even) .head::before {
            right: 569.5px; }
        #timeline .demo-card:nth-child(2) {
          margin-top: 180px; } }
    #timeline .demo-card .head {
      position: relative;
      display: flex;
      align-items: center;
      color: #fff;
      font-weight: 400; }
      #timeline .demo-card .head .number-box {
        display: inline;
        float: left;
        margin: 15px;
        padding: 10px;
        font-size: 35px;
        line-height: 35px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.17); }
      #timeline .demo-card .head h2 {
        font-size: 1.3rem;
        font-weight: inherit;
        margin: 10px 15px;
        padding-bottom: 6px;
        line-height: 1.6rem;
        background-image: none !important; }
        @media (min-width: 480px) {
          #timeline .demo-card .head h2 {
            font-size: 145%;
            line-height: 1.6rem; } }
        #timeline .demo-card .head h2 span {
          display: block;
          font-size: 1rem;
          font-weight: bold;
          margin: 0 0 5px 2px;
          padding-left: 5px;
          border-left: solid 6px rgba(0, 0, 0, 0.17);}
          @media (min-width: 480px) {
            #timeline .demo-card .head h2 span {
              font-size: 1rem; } }
    #timeline .demo-card .body {
      background: #fff;
      border: 1px solid rgba(191, 191, 191, 0.4);
      border-top: 0;
      padding: 5px 15px 15px; }
      @media (min-width: 1270px) {
        #timeline .demo-card .body {
          height: 550px; } }
      #timeline .demo-card .body p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px; }
      #timeline .demo-card .body img {
        display: block;
        width: 100%; }
    #timeline .demo-card--step1 {
      background-color: #46b8e9; }
      #timeline .demo-card--step1 .head::after {
        border-color: #46b8e9; }
    #timeline .demo-card--step2 {
      background-color: #3ee9d1; }
      #timeline .demo-card--step2 .head::after {
        border-color: #3ee9d1; }
    #timeline .demo-card--step3 {
      background-color: #ce43eb; }
      #timeline .demo-card--step3 .head::after {
        border-color: #ce43eb; }
    #timeline .demo-card--step4 {
      background-color: #4d92eb; }
      #timeline .demo-card--step4 .head::after {
        border-color: #4d92eb; }
    #timeline .demo-card--step5 {
      background-color: #46b8e9; }
      #timeline .demo-card--step5 .head::after {
        border-color: #46b8e9; }
    #timeline .demo-card--step6 {
      background-color: #3ee9d1; }
      #timeline .demo-card--step6 .head::after {
        border-color: #3ee9d1; }
    #timeline .demo-card--step7 {
      background-color: #ce43eb; }
      #timeline .demo-card--step7 .head::after {
        border-color: #ce43eb; }
    #timeline .demo-card--step8 {
      background-color: #4d92eb; }
      #timeline .demo-card--step8 .head::after {
        border-color: #4d92eb; }
    #timeline .demo-card--step9 {
      background-color: #46b8e9; }
      #timeline .demo-card--step9 .head::after {
        border-color: #46b8e9; }
    #timeline .demo-card--step10 {
      background-color: #3ee9d1; }
      #timeline .demo-card--step10 .head::after {
        border-color: #3ee9d1; }
    #timeline .demo-card--step11 {
      background-color: #ce43eb; }
      #timeline .demo-card--step11 .head::after {
        border-color: #ce43eb; }
    #timeline .demo-card--step12 {
      background-color: #4d92eb; }
      #timeline .demo-card--step12 .head::after {
        border-color: #4d92eb; }
    #timeline .demo-card--step13 {
      background-color: #46b8e9; }
      #timeline .demo-card--step13 .head::after {
        border-color: #46b8e9; }
    #timeline .demo-card--step14 {
      background-color: #3ee9d1; }
      #timeline .demo-card--step14 .head::after {
        border-color: #3ee9d1; }
    #timeline .demo-card--step15 {
      background-color: #ce43eb; }
      #timeline .demo-card--step15 .head::after {
        border-color: #ce43eb; }
    #timeline .demo-card--step16 {
      background-color: #4d92eb; }
      #timeline .demo-card--step16 .head::after {
        border-color: #4d92eb; }
    #timeline .demo-card--step17 {
      background-color: #46b8e9; }
      #timeline .demo-card--step17 .head::after {
        border-color: #46b8e9; }
    #timeline .demo-card--step18 {
      background-color: #3ee9d1; }
      #timeline .demo-card--step18 .head::after {
        border-color: #3ee9d1; }
    #timeline .demo-card--step19 {
      background-color: #ce43eb; }
      #timeline .demo-card--step19 .head::after {
        border-color: #ce43eb; }
    #timeline .demo-card--step20 {
      background-color: #4d92eb; }
      #timeline .demo-card--step20 .head::after {
        border-color: #4d92eb; }
    #timeline .demo-card--step21 {
      background-color: #46b8e9; }
      #timeline .demo-card--step21 .head::after {
        border-color: #46b8e9; }
    #timeline .demo-card--step22 {
      background-color: #3ee9d1; }
      #timeline .demo-card--step22 .head::after {
        border-color: #3ee9d1; }
    #timeline .demo-card--step23 {
      background-color: #ce43eb; }
      #timeline .demo-card--step23 .head::after {
        border-color: #ce43eb; }
    #timeline .demo-card--step24 {
      background-color: #4d92eb; }
      #timeline .demo-card--step24 .head::after {
        border-color: #4d92eb; }
    #timeline .demo-card--step25 {
      background-color: #46b8e9; }
      #timeline .demo-card--step25 .head::after {
        border-color: #46b8e9; }
    #timeline .demo-card--step26 {
      background-color: #3ee9d1; }
      #timeline .demo-card--step26 .head::after {
        border-color: #3ee9d1; }
    #timeline .demo-card--step27 {
      background-color: #ce43eb; }
      #timeline .demo-card--step27 .head::after {
        border-color: #ce43eb; }
    #timeline .demo-card--step28 {
      background-color: #4d92eb; }
      #timeline .demo-card--step28 .head::after {
        border-color: #4d92eb; }
    #timeline .demo-card--step29 {
      background-color: #46b8e9; }
      #timeline .demo-card--step29 .head::after {
        border-color: #46b8e9; }
    #timeline .demo-card--step30 {
      background-color: #3ee9d1; }
      #timeline .demo-card--step30 .head::after {
        border-color: #3ee9d1; }
    #timeline .demo-card--step31 {
      background-color: #ce43eb; }
      #timeline .demo-card--step31 .head::after {
        border-color: #ce43eb; }
    #timeline .demo-card--step32 {
      background-color: #4d92eb; }
      #timeline .demo-card--step32 .head::after {
        border-color: #4d92eb; }
    #timeline .demo-card--step33 {
      background-color: #46b8e9; }
      #timeline .demo-card--step33 .head::after {
        border-color: #46b8e9; }
    #timeline .demo-card--step34 {
      background-color: #3ee9d1; }
      #timeline .demo-card--step34 .head::after {
        border-color: #3ee9d1; }
    #timeline .demo-card--step35 {
      background-color: #ce43eb; }
      #timeline .demo-card--step35 .head::after {
        border-color: #ce43eb; }
    #timeline .demo-card--step36 {
      background-color: #4d92eb; }
      #timeline .demo-card--step36 .head::after {
        border-color: #4d92eb; }
    #timeline .demo-card--step37 {
      background-color: #46b8e9; }
      #timeline .demo-card--step37 .head::after {
        border-color: #46b8e9; }
    #timeline .demo-card--step38 {
      background-color: #3ee9d1; }
      #timeline .demo-card--step38 .head::after {
        border-color: #3ee9d1; }
    #timeline .demo-card--step39 {
      background-color: #ce43eb; }
      #timeline .demo-card--step39 .head::after {
        border-color: #ce43eb; }
    #timeline .demo-card--step40 {
      background-color: #4d92eb; }
      #timeline .demo-card--step40 .head::after {
        border-color: #4d92eb; }
    #timeline .demo-card--step41 {
      background-color: #46b8e9; }
      #timeline .demo-card--step41 .head::after {
        border-color: #46b8e9; }
    #timeline .demo-card--step42 {
      background-color: #3ee9d1; }
      #timeline .demo-card--step42 .head::after {
        border-color: #3ee9d1; }
    #timeline .demo-card--step43 {
      background-color: #ce43eb; }
      #timeline .demo-card--step43 .head::after {
        border-color: #ce43eb; }
    #timeline .demo-card--step44 {
      background-color: #4d92eb; }
      #timeline .demo-card--step44 .head::after {
        border-color: #4d92eb; }
    #timeline .demo-card--step45 {
      background-color: #46b8e9; }
      #timeline .demo-card--step45 .head::after {
        border-color: #46b8e9; }
    #timeline .demo-card--step46 {
      background-color: #3ee9d1; }
      #timeline .demo-card--step46 .head::after {
        border-color: #3ee9d1; }
    #timeline .demo-card--step47 {
      background-color: #ce43eb; }
      #timeline .demo-card--step47 .head::after {
        border-color: #ce43eb; }
    #timeline .demo-card--step48 {
      background-color: #4d92eb; }
      #timeline .demo-card--step48 .head::after {
        border-color: #4d92eb; }
    #timeline .demo-card--step49 {
      background-color: #46b8e9; }
      #timeline .demo-card--step49 .head::after {
        border-color: #46b8e9; }
    #timeline .demo-card--step50 {
      background-color: #3ee9d1; }
      #timeline .demo-card--step50 .head::after {
        border-color: #3ee9d1; }

.SS {
  display: flex; }

.SS p {
  flex: 0 1 31%;
  margin: 10px 1% 0 !important; }
