
#stacks_in_14 {
	background-color: rgba(102, 64, 133, 1.00);
	border: solid rgba(102, 64, 133, 1.00);
	border-width:  10px;
	margin:  20px;
	padding:  20px;
}
@important "partials/mixins";
#responsive-timeline-stacks_in_18 {
  padding: 20px 0;
  position: relative; }
  #responsive-timeline-stacks_in_18 .responsive-timeline-scroll-notice {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(122, 86, 151, 1.00);
    font-family: Nunito;
    width: 70px;
    padding: 5px;
    display: block;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    text-align: center;
    border-radius: 3px; }
  #responsive-timeline-stacks_in_18 .responsive-timeline-line {
    width: 80px;
    top: 10px;
    bottom: 10px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    #responsive-timeline-stacks_in_18 .responsive-timeline-line::before {
      width: 5px;
      background: rgba(0, 0, 0, 0.10);
      content: '';
      height: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      display: inline-block;
      box-sizing: border-box; }
  #responsive-timeline-stacks_in_18 .responsive-timeline-container {
    z-index: 2;
    overflow-y: hidden;
    position: relative;
    box-sizing: border-box; }
  #responsive-timeline-stacks_in_18 .responsive-timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
    /*  */
    opacity: 0;
    -webkit-animation-name: item-fade-in;
            animation-name: item-fade-in;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    /*  */ }
    #responsive-timeline-stacks_in_18 .responsive-timeline-item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      #responsive-timeline-stacks_in_18 .responsive-timeline-item:nth-child(even) .responsive-timeline-content-outer .responsive-timeline-content::before {
        left: -9px;
        box-sizing: border-box; }
    #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-content-outer {
      padding: 20px;
      max-width: calc(50% - 40.000000px);
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      position: relative;
      box-sizing: border-box;
      transition: all 0.3s ease-out; }
      #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content {
        /*  */
        color: rgba(255, 255, 255, 1.00);
        padding: 20px;
        border-radius: 4px;
        background: rgba(122, 86, 151, 1.00);
        /*  */
        font-family: Nunito;
        /*  */
        z-index: 2;
        width: 100%;
        height: 100%;
        position: relative;
        box-sizing: border-box;
        transition: all 0.3s ease-out; }
        #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content h1, #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content h2, #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content h3, #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content h4, #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content h5, #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content h6 {
          color: #263238; }
        #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content a, #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content a:visited, #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content a:active {
          color: #FFFFFF; }
        #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content::before {
          width: 20px;
          height: 20px;
          right: -9px;
          border-radius: 4px;
          top: 20.000000px;
          content: '';
          z-index: 1;
          display: block;
          position: absolute;
          background: inherit;
          box-sizing: border-box;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: center center;
                  transform-origin: center center; }
    #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-icon-outer {
      padding: 20px 10px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      box-sizing: border-box;
      transition: all 0.3s ease-out; }
      #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon {
        /*  */
        overflow: hidden;
        width: 60px;
        height: 60px;
        border: 0px solid rgba(255, 255, 255, 1.00);
        border-radius: 5px;
        background: rgba(230, 230, 230, 1.00);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        transition: all 0.3s ease-out; }
        #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon img {
          width: 100%;
          height: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto; }
        #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon i {
          color: rgba(255, 255, 255, 1.00);
          font-size: 5px;
          box-sizing: border-box; }
          #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon i[class*="ion-"] {
            max-width: 5px;
            max-height: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            box-sizing: border-box;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
    #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-date-outer {
      height: 60px;
      padding: 0 10px;
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box;
      transition: all 0.3s ease-out; }
      #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-date-outer .responsive-timeline-date {
        color: rgba(165, 115, 206, 1.00);
        font-size: 18px;
        /*  */
        font-family: Nunito;
        /*  */
        box-sizing: border-box;
        transition: all 0.3s ease-out; }

/*  */
/*  */
@media (min-width: 700px) {
  #responsive-timeline-stacks_in_18.vertical.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #responsive-timeline-stacks_in_18.vertical.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  #responsive-timeline-stacks_in_18.vertical.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #responsive-timeline-stacks_in_18.vertical.animation-outside-in .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  #responsive-timeline-stacks_in_18.vertical.animation-outside-in .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  #responsive-timeline-stacks_in_18.vertical.animation-outside-in .responsive-timeline-item .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  #responsive-timeline-stacks_in_18.vertical.animation-outside-in .responsive-timeline-item:nth-child(even) .responsive-timeline-content-outer .responsive-timeline-content {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  #responsive-timeline-stacks_in_18.vertical.animation-outside-in .responsive-timeline-item:nth-child(even) .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  #responsive-timeline-stacks_in_18.vertical.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #responsive-timeline-stacks_in_18.vertical.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  #responsive-timeline-stacks_in_18.vertical.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #responsive-timeline-stacks_in_18.horizontal.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  #responsive-timeline-stacks_in_18.horizontal.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  #responsive-timeline-stacks_in_18.horizontal.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  #responsive-timeline-stacks_in_18.horizontal.animation-outside-in .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  #responsive-timeline-stacks_in_18.horizontal.animation-outside-in .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  #responsive-timeline-stacks_in_18.horizontal.animation-outside-in .responsive-timeline-item .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  #responsive-timeline-stacks_in_18.horizontal.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  #responsive-timeline-stacks_in_18.horizontal.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  #responsive-timeline-stacks_in_18.horizontal.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  #responsive-timeline-stacks_in_18.horizontal {
    padding: 0; }
    #responsive-timeline-stacks_in_18.horizontal .responsive-timeline-line {
      top: auto;
      width: 100%;
      bottom: 60px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 80px; }
      #responsive-timeline-stacks_in_18.horizontal .responsive-timeline-line::before {
        width: 100%;
        height: 5px; }
    #responsive-timeline-stacks_in_18.horizontal .responsive-timeline-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow-x: scroll; }
      #responsive-timeline-stacks_in_18.horizontal .responsive-timeline-container .responsive-timeline-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        padding-top: 0;
        width: 100%;
        max-width: 400px;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 140px; }
        #responsive-timeline-stacks_in_18.horizontal .responsive-timeline-container .responsive-timeline-item .responsive-timeline-content-outer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 100%;
          min-height: auto;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          #responsive-timeline-stacks_in_18.horizontal .responsive-timeline-container .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content::before {
            top: auto;
            bottom: -10px;
            left: 20px; }
        #responsive-timeline-stacks_in_18.horizontal .responsive-timeline-container .responsive-timeline-item .responsive-timeline-icon-outer {
          min-height: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          padding: 10px 20px;
          margin-bottom: -80px; }
        #responsive-timeline-stacks_in_18.horizontal .responsive-timeline-container .responsive-timeline-item .responsive-timeline-date-outer {
          left: 0;
          top: auto;
          bottom: 0;
          margin-top: 0;
          position: absolute;
          padding-left: 20px; } }

/*  */
@media (max-width: 700px) {
  #responsive-timeline-stacks_in_18.horizontal .responsive-timeline-container {
    overflow-x: hidden; }
  #responsive-timeline-stacks_in_18.horizontal .responsive-timeline-scroll-notice {
    display: none; }
  #responsive-timeline-stacks_in_18 .responsive-timeline-line {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 80px; }
  #responsive-timeline-stacks_in_18 .responsive-timeline-item {
    position: relative;
    padding-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    #responsive-timeline-stacks_in_18 .responsive-timeline-item:nth-child(odd) .responsive-timeline-content-outer .responsive-timeline-content::before {
      left: -9px;
      right: auto; }
    #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-content-outer {
      width: 100%;
      max-width: calc(100% - 80px); }
      #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content::before {
        top: 20.000000px; }
    #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-icon-outer {
      padding: 20px 10px; }
      #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon {
        width: 60px;
        height: 60px;
        border-radius: 5px; }
        #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon i {
          font-size: 5px; }
          #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon i[class*="ion-"] {
            max-width: 5px;
            max-height: 5px; }
    #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-date-outer {
      top: 0;
      left: 0;
      width: 100%;
      margin-top: 0;
      position: absolute;
      height: 60px;
      padding: 0 10px;
      padding-left: 100px; }
      #responsive-timeline-stacks_in_18 .responsive-timeline-item .responsive-timeline-date-outer .responsive-timeline-date {
        font-size: 16px; }
  #responsive-timeline-stacks_in_18.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #responsive-timeline-stacks_in_18.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  #responsive-timeline-stacks_in_18.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #responsive-timeline-stacks_in_18.animation-outside-in .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  #responsive-timeline-stacks_in_18.animation-outside-in .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  #responsive-timeline-stacks_in_18.animation-outside-in .responsive-timeline-item .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  #responsive-timeline-stacks_in_18.animation-outside-in .responsive-timeline-item:nth-child(even) .responsive-timeline-content-outer .responsive-timeline-content {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  #responsive-timeline-stacks_in_18.animation-outside-in .responsive-timeline-item:nth-child(even) .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  #responsive-timeline-stacks_in_18.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #responsive-timeline-stacks_in_18.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  #responsive-timeline-stacks_in_18.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes item-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes item-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#responsive-timeline-item-stacks_in_19 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_22 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5309 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5312 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5305 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5308 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5301 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5304 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5297 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5298 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5293 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5296 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5289 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5292 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5285 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5288 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5279 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5282 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5275 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5278 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5271 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5274 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5267 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5270 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5263 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5266 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5259 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5262 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5255 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5258 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5251 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5252 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5247 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5250 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5243 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5244 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5239 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5242 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5235 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5238 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5231 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5234 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5227 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5230 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5223 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5226 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5219 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5222 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5215 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5216 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5211 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5212 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5207 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5208 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5203 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5204 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5199 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5202 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5195 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5198 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5191 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5192 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5187 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5190 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5183 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5186 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5179 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5182 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5175 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5178 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5171 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5172 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5167 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5168 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5163 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5166 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5159 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5160 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5155 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5158 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5151 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5152 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5147 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5150 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5143 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5144 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5139 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5142 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5135 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5138 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5131 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5134 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5127 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5130 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5123 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5124 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5119 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5122 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5115 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5116 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5111 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5114 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5107 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5110 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5103 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5104 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5099 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5102 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5095 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5096 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5091 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5094 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5087 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5090 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5081 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5084 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5077 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5080 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5073 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5076 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5069 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5072 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5065 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5068 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5061 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5062 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5057 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5060 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5053 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5054 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5049 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5052 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5045 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5046 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5041 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5042 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5037 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5038 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5033 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5034 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5029 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5032 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5025 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5028 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5021 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5022 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5017 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5020 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5013 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5016 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5009 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5010 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5005 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5008 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5001 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5004 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4997 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5000 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4993 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4996 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4989 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4992 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4985 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4988 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4981 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4984 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4977 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4980 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4973 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4976 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4969 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4970 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4965 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4968 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4961 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4964 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4957 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4958 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4953 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4956 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4949 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4952 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4945 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4948 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4941 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4942 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4937 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4940 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4933 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4936 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4929 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4932 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4925 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4928 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4921 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4922 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4917 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4920 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4913 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4916 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4909 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4910 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4905 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4908 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4901 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4902 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4897 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4898 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4893 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4896 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4889 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4892 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4885 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4888 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4881 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4884 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4877 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4878 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4873 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4876 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4869 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4872 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4865 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4868 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4861 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4862 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4857 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4860 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4853 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4856 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4849 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4852 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4845 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4848 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4841 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4842 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4837 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4840 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4833 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4836 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4829 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4830 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4825 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4828 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4821 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4822 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4817 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4818 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4813 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4814 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4809 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4810 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4805 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4808 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4801 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4804 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4797 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4800 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4793 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4794 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4789 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4792 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4785 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4786 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4781 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4784 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4777 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4778 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4773 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4776 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4769 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4772 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4765 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4768 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4761 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4764 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4757 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4760 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4753 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4754 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4749 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4752 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4745 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4748 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4741 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4742 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4737 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4738 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4733 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4734 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4729 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4732 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4725 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4728 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4721 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4722 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4717 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4720 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4713 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4716 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4709 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4712 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4705 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4708 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4701 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4702 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4697 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4700 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4693 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4694 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4689 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4692 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4685 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4688 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4681 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4682 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4673 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4676 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4669 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4670 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4665 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4666 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4661 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4664 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4657 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4660 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4653 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4654 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4649 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4650 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4645 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4648 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4641 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4642 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4637 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4640 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4633 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4636 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4629 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4630 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4625 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4628 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4621 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4624 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4617 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4618 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4613 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4614 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4609 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4612 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4605 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4606 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4601 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4604 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4597 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4600 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4593 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4596 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4589 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4590 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4585 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4586 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4579 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4582 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4573 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4576 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4567 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4570 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4561 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4564 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4555 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4558 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4549 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4552 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4543 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4546 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4537 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4540 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4531 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4534 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4525 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4528 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4519 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4522 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4513 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4516 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4507 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4510 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4501 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4504 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4495 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4498 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4489 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4492 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4483 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4486 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4477 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4480 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4471 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4474 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4465 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4468 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4459 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4462 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4453 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4456 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4447 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4450 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4441 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4444 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4435 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4438 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4429 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4432 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4423 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4426 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4417 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4420 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4411 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4414 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4405 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4408 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4399 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4402 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4393 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4396 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4387 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4390 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4381 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4384 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4375 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4378 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4369 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4372 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4363 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4366 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4357 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4351 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4354 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4345 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4348 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4339 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4342 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4333 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4336 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4327 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4330 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4321 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4324 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4315 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4318 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4309 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4312 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4303 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4306 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4297 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4300 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4291 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4294 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4285 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4279 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4282 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4273 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4276 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4267 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4270 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4261 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4264 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4255 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4258 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4249 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4254 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4245 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4241 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4237 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4233 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4229 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4225 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4221 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4217 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4213 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4209 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4201 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4197 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4185 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4179 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_4173 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4176 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4167 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4170 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4161 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4164 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4145 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4148 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4141 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4144 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4157 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4158 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4151 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4154 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4119 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4122 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4113 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4116 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4107 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4110 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4095 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4098 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4089 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4092 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4083 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4086 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4077 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4080 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4071 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4074 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4065 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4068 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4059 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4062 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4051 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4052 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4045 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4046 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4041 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4044 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4037 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4040 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4031 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4034 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4027 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4028 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4023 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4024 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4017 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4018 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4013 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4014 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4009 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4012 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4005 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4006 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_4001 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_4004 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3995 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3996 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3991 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3994 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3987 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3990 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3983 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3984 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3977 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3980 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3971 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3974 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3965 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3966 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3961 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3964 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3957 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3958 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3953 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3956 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3949 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3950 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3945 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3948 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3941 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3944 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3935 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3938 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3929 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3932 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3923 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3924 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3919 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3920 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3913 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3916 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3907 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3910 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3887 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_3895 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3896 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3899 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3902 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3875 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3878 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3869 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3870 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3865 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3868 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3861 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3864 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3853 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3856 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3849 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3852 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3843 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3846 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3837 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3840 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3831 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3834 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3825 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3826 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3819 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3822 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3813 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3814 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3809 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3812 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3803 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3806 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3797 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3800 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3791 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3794 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3785 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3786 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3779 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3782 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3773 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3776 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3763 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3766 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3759 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3762 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3753 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3756 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3747 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3750 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3741 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3744 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3735 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3738 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3729 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3730 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3725 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3728 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3721 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3722 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3717 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3720 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3713 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3714 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3707 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3708 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3701 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3704 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3697 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3700 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3689 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3690 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3683 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3684 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3677 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3680 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3673 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3676 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3667 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3670 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3661 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3664 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3655 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3658 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3649 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3652 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3643 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3644 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3639 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3640 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3633 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3636 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3627 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3630 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3621 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3622 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3615 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3616 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3611 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3614 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3605 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3608 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3599 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3602 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3591 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3594 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3587 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3590 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3581 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3584 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3575 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3578 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3569 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3572 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3563 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3566 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3557 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3560 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3553 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3554 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3549 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3550 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3543 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3544 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3539 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3542 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3533 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3536 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3529 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3532 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3523 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3526 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3519 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3520 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3513 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3514 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3507 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3508 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3503 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3504 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3497 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3500 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3493 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3494 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3487 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3490 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3477 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3480 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3469 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3472 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3465 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3468 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3461 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3464 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3455 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3458 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3451 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3454 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3447 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3450 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3443 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3446 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3439 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3440 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3433 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3436 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3429 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3430 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3425 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3428 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3419 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3422 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3415 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3418 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3411 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3414 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3405 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3408 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3401 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3404 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3397 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3398 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3393 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3394 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3387 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3388 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3383 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3384 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3379 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3380 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3373 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3374 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3369 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3372 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3365 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3368 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3361 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3364 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3357 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3360 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3353 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3356 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3349 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3350 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3343 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3346 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3339 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3342 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3335 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3338 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3331 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3334 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3327 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3330 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3323 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3326 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3319 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3322 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3315 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3316 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3311 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3314 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3307 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3308 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3303 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3304 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3297 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_3291 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3294 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3287 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3290 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3283 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3286 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3277 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_3273 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3276 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3269 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3270 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3265 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3266 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3259 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3262 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3255 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3258 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3247 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3250 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3241 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3244 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3237 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3238 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3233 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3234 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3229 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3232 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3223 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3226 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3217 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3220 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3213 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3214 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3209 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3212 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3201 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3204 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3189 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3192 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3183 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3186 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3167 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3168 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3171 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3172 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3175 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3178 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3161 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3162 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3157 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3158 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3153 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3156 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3148 img {
  width: px;
  height: px;
  margin: px px px px; }
/* -- Start Gifplayer Each css Template -- */

#stacks_in_3152 img{
	max-width: 100%;
	height: auto;
	z-index: 1;
}

#stacks_in_3152hiddengif{
	display: none;
}

#stacks_in_3152thegif{
	position: relative;
}

.stacks_in_3152poster{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.stacks_in_3152overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	width:74px;
	height: 74px;
	margin-left: -37px;
	margin-top: -37px;
	z-index: 3;
	background: rgba(0, 0, 0, 0) url("../files/gifplayerAssets/loader.png") center center no-repeat
}

.stacks_in_3152spinner {
	position: relative;
	width: 74px;
	height: 74px;
	background: rgba(0, 0, 0, 0) url("../files/gifplayerAssets/spinner.png") center center no-repeat;
	z-index: 4;
}




.stacks_in_3152overlay{
	opacity: 0;
	-webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

@-webkit-keyframes stacks_in_3152rotating / Safari and Chrome / {from {
	-ms-transform:rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

}
@keyframes stacks_in_3152rotating {from { -ms-transform:rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

}
.stacks_in_3152rotating {
	-webkit-animation: stacks_in_3152rotating 2s linear infinite;
	-moz-animation: stacks_in_3152rotating 2s linear infinite;
	-ms-animation: stacks_in_3152rotating 2s linear infinite;
	-o-animation: stacks_in_3152rotating 2s linear infinite;
	animation: stacks_in_3152rotating 2s linear infinite;
}



/* -- End Gifplayer Each css Template -- */#responsive-timeline-item-stacks_in_3144 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3147 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3140 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3143 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3134 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3135 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3128 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3131 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3124 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3125 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3120 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3123 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3114 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3115 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3102 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3103 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3096 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3097 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3092 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3095 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3088 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3089 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3082 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3085 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3078 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3081 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3074 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3077 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3066 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3069 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3062 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3065 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3056 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3059 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3052 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3055 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3048 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3051 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3044 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3047 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3040 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3041 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3036 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3039 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3032 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3033 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3028 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3031 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3024 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3027 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3020 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3023 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3016 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3019 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3012 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3013 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3008 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3011 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3004 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3005 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_3000 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_3003 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2996 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2997 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2992 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2995 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2988 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2991 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2982 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2985 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2978 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2979 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2970 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2971 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2960 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2961 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2956 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2959 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2950 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2953 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2944 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2947 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2940 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2943 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2936 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2939 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2932 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2935 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2928 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2929 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2924 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2927 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2920 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2923 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2916 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2919 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2912 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2915 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2908 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2911 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2902 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2905 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2898 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2901 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2894 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2895 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2890 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2891 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2886 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2889 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2882 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2883 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2878 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2881 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2874 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2877 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2870 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2871 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2866 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2869 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2862 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2865 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2858 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2859 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2854 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2855 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2848 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2851 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2844 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2847 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2840 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2843 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2836 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2839 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2832 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2835 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2826 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2829 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2818 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2821 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2814 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2815 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2810 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2813 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2806 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2809 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2802 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2805 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2798 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2799 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2794 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2797 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2790 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2793 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2786 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2789 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2782 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2785 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2778 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2779 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2774 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2777 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2770 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2771 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2766 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2767 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2762 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2765 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2758 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2759 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2754 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2757 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2750 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2751 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2742 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2745 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2738 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2741 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2732 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2735 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2726 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2729 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2720 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2723 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2716 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2719 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2712 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2715 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2706 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2709 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2700 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2703 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2696 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2699 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2692 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2695 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2688 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2691 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2682 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2683 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2678 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2679 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2674 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2675 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2670 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2671 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2666 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2667 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2662 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2665 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2656 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2659 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2650 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2651 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2646 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2649 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2640 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2643 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2634 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2637 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2630 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2633 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2626 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2629 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2622 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2623 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2614 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2617 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2610 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2611 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2606 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2609 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2600 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2603 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2596 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2597 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2590 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2593 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2578 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2581 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2574 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2577 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2570 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2573 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2564 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2565 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2560 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2563 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2556 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2557 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2552 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2555 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2546 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2547 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2542 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2545 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2539 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2538 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2532 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2537 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2528 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2531 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2524 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2527 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2520 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2523 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2516 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2517 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2512 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2513 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2508 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2511 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2504 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2507 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2500 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2501 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2494 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2497 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2490 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2491 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2486 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2489 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2482 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2483 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2476 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2479 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2473 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2472 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2468 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2471 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2464 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2465 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2460 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2463 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2456 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2457 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2452 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2453 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2448 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2449 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2444 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2447 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2439 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2438 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2434 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2437 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2430 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2431 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2422 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2423 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2418 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2419 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2414 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2417 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2408 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2411 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2402 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2405 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2396 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2397 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2390 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2391 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2384 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2387 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2380 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2383 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2374 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2375 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2370 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2373 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2366 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2367 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2362 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2365 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2358 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2359 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2354 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2357 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2256 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2257 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2252 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2255 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2246 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2247 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2242 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2245 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2238 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2239 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2232 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2235 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2226 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2227 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2222 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2225 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2216 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2219 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2212 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2215 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2206 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2209 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2202 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2205 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2198 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2201 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2194 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2195 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2188 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2191 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2182 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2183 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2178 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2181 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2172 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2175 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2168 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2171 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2164 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2167 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2160 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2161 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2156 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2159 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2152 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2155 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2148 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2151 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2144 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2147 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2140 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2143 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2136 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2139 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2132 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2133 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2128 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2131 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2124 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2127 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2120 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2121 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2116 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2119 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2112 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2113 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2108 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2111 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2102 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2103 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2098 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2099 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2094 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2097 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2088 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2091 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2084 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2087 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2080 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2083 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2077 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2076 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2070 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2073 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2064 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2065 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2058 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2061 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2052 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2055 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2048 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2051 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2044 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2047 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2038 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2041 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2034 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2035 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2030 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2033 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2026 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2029 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2022 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2025 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2018 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2021 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2012 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2013 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2006 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2009 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2002 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2003 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1998 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2001 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1992 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1995 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1986 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1987 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1970 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1973 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1964 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1967 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1960 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1961 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1954 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1957 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1950 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1953 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1946 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1949 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1942 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1945 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1937 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1936 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1932 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1933 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1928 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1931 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1924 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1925 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1920 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1923 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1916 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1919 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1912 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1915 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1908 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1911 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1904 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1905 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1898 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1899 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1894 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1895 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1888 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1889 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1872 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1875 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1868 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1871 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1864 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1865 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1858 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1861 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1854 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1857 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1850 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1853 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1846 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1849 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1842 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1843 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1838 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1841 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1834 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1837 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1830 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1831 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1814 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1817 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1826 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1829 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1822 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1823 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1818 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1821 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1810 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1813 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1806 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1807 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1802 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1805 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1798 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1801 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1792 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1795 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1784 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1787 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1780 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1783 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1776 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1779 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1772 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1773 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1768 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1771 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1756 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1757 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1760 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1763 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1764 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1767 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1752 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1753 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1748 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1751 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1736 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1737 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1732 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1735 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_23 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_26 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_29 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_32 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_33 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_36 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_37 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_40 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_41 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_44 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_45 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_48 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_49 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_52 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_53 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_56 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_57 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_60 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_61 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_64 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_65 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_68 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_69 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_73 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_76 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_79 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_82 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_83 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_86 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_87 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_90 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_93 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_96 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_97 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_100 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_103 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_107 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_110 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_113 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_116 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_117 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_120 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_121 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_124 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_125 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_128 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_129 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_132 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_133 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_136 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_137 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_140 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_143 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_146 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_147 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_150 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_151 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_154 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_155 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_158 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_159 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_163 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_166 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_167 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_170 {
	display:inline-block; width:100%; line-height: 0.250000em;
}
#responsive-timeline-item-stacks_in_171 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_175 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_178 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_179 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_183 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_186 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_187 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_190 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_191 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_194 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_195 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_198 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_199 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_203 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_207 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_210 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_211 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_214 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_215 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_218 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_221 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_225 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_228 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_231 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_234 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_235 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_238 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_239 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_242 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_245 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_248 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_249 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_252 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_255 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_258 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_261 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_264 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_265 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_268 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_271 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_274 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_275 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_278 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_281 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_285 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_289 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_292 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_293 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_296 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_297 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_300 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_303 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_306 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_307 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_310 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_313 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_316 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_317 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_320 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_321 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_324 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_325 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_328 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_331 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_335 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_338 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_341 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_344 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_345 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_348 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_351 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_354 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_357 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_360 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_361 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_364 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_367 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_370 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_371 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_374 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_377 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_380 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_383 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_386 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_387 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_390 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_393 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_396 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_397 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_400 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_403 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_406 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_407 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_413 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_416 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_417 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_420 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_423 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_426 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_429 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_432 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_433 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_436 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_439 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_442 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_443 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_446 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_447 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_450 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_453 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_456 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_457 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_460 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_463 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_466 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_467 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_470 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_471 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_474 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_475 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_478 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_479 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_482 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_483 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_486 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_487 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_490 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_491 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_494 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_497 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_500 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_501 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_504 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_505 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_508 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_509 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_512 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_515 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_518 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_519 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_522 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_525 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_528 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_529 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_532 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_533 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_536 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_539 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_545 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_548 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_549 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_552 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_553 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_556 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_559 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_562 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_563 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_566 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_567 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_570 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_571 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_574 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_575 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_578 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_579 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_582 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_583 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_586 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_589 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_595 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_598 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_599 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_602 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_603 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_606 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_607 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_610 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_613 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_619 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_623 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_627 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_630 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_633 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_636 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_637 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_640 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_643 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_646 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_649 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_652 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_655 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_661 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_664 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_665 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_668 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_671 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_674 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_675 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_678 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_679 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_682 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_685 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_688 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_691 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_694 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_697 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_700 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_701 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_704 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_705 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_708 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_711 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_714 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_717 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_720 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_721 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_724 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_725 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_728 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_731 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_734 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_735 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_738 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_739 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_743 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_747 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_750 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_751 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_754 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_755 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_758 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_761 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_764 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_765 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_768 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_771 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_774 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_775 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_778 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_779 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_782 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_785 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_788 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_789 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_792 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_793 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_796 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_797 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_800 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_801 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_804 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_805 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_808 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_811 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_814 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_815 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_818 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_819 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_822 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_825 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_828 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_829 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_833 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_836 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_837 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_841 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_844 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_847 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_850 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_851 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_854 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_855 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_858 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_859 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_862 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_865 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_868 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_869 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_873 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_876 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_879 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_882 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_883 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_886 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_887 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_890 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_893 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_896 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_899 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_902 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_905 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_908 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_911 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_914 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_917 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_920 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_921 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_924 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_927 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_930 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_931 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_934 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_937 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_940 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_941 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_944 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_945 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_948 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_951 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_954 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_955 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_958 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_959 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_962 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_965 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_968 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_969 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_972 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_975 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_978 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_981 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_984 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_985 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_988 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_991 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_995 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_998 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_999 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1002 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1005 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1008 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1011 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1014 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1015 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1018 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1021 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1024 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1027 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1030 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1031 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1034 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1037 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1040 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1041 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1044 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1047 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1050 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1051 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1054 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1057 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1060 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1063 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1066 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1067 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1070 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1071 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1074 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1075 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1079 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1082 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1085 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1089 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1092 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1095 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1101 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1104 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1105 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1108 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1111 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1117 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1121 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1124 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1125 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1129 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1132 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1135 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1138 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1141 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1144 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1145 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1148 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1149 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1152 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1153 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1156 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1159 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1162 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1165 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1168 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1171 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1174 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1177 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1180 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1183 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1186 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1187 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1190 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1193 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1196 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1199 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1202 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1205 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1208 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1209 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1212 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1213 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1216 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1217 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1220 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1221 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1224 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1227 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1230 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1231 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1234 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1237 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1240 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1241 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1244 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1245 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1248 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1249 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1252 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1257 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1260 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1261 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1264 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1265 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1268 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1271 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1274 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1277 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1280 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1283 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1286 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1287 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1290 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1291 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1294 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1295 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1298 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1301 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1304 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1307 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1310 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1311 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1314 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1315 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1318 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1319 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1322 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1325 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1328 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1329 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1332 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1333 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1336 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1337 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1340 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1343 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1346 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1347 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1350 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1351 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1354 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1357 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1361 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1364 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1367 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1370 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1373 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1376 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1377 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1380 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1381 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1384 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1385 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1388 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1391 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1394 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1397 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1400 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1401 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1404 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1405 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1408 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1409 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1412 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1413 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1416 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1417 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1420 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1421 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1424 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1425 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1429 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1432 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1433 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1436 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1439 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1442 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1443 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1446 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1447 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1450 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1451 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1454 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1455 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1458 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1459 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1462 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1465 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1469 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1472 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1473 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1479 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1483 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1486 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1487 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1490 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1491 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1494 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1495 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1499 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1502 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1503 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1506 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1509 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1512 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1515 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1518 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1519 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1522 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1523 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1526 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1529 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1532 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1533 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1537 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1540 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1543 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1546 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1547 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1550 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1551 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1555 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1558 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1559 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1562 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1563 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1567 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1570 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1573 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1576 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1577 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1580 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1581 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1585 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1589 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1592 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1595 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1599 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1602 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1603 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1606 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1607 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1610 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1613 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1616 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1617 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1620 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1621 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1625 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1629 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1632 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1633 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1636 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1639 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1642 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1645 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1648 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1649 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1652 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1653 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1656 {
	display:inline-block; width:100%; line-height: 0.980000em;
}
#responsive-timeline-item-stacks_in_1657 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1660 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1661 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1664 {
	display:inline-block; width:100%; line-height: 0.980000em;
}
#responsive-timeline-item-stacks_in_1667 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1670 {
	display:inline-block; width:100%; line-height: 0.980000em;
}
#responsive-timeline-item-stacks_in_1671 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1674 {
	display:inline-block; width:100%; line-height: 0.980000em;
}
#responsive-timeline-item-stacks_in_1677 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1680 {
	display:inline-block; width:100%; line-height: 0.980000em;
	font-size: 95%;
}
#responsive-timeline-item-stacks_in_1681 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1684 {
	display:inline-block; width:100%; line-height: 0.980000em;
	font-size: 90%;
}
#responsive-timeline-item-stacks_in_1685 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1688 {
	display:inline-block; width:100%; line-height: 0.980000em;
	font-size: 95%;
}
#responsive-timeline-item-stacks_in_1689 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1692 {
	display:inline-block; width:100%; line-height: 0.980000em;
	font-size: 95%;
}
#responsive-timeline-item-stacks_in_1695 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1698 {
	display:inline-block; width:100%; line-height: 0.980000em;
	font-size: 95%;
}
#responsive-timeline-item-stacks_in_1699 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1702 {
	display:inline-block; width:100%; line-height: 0.980000em;
	font-size: 90%;
}
#responsive-timeline-item-stacks_in_1703 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1706 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1707 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1710 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1711 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1714 {
	display:inline-block; width:100%; line-height: 0.500000em;
}
#responsive-timeline-item-stacks_in_1717 img {
  width: px;
  height: px;
  margin: px px px px; }
#responsive-timeline-item-stacks_in_1723 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1724 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_1726 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_1788 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_1790 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_1791 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2262 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2264 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2265 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2266 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2268 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2269 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2272 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2274 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2275 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2276 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2278 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2279 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2280 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2282 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2283 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2286 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2288 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2289 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2290 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2292 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2293 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2296 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2298 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2299 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2302 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2304 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2305 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2308 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2310 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2311 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2312 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2314 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2315 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2318 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2320 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2321 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2322 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2324 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2325 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2326 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2328 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2329 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2332 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2334 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2335 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2336 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2338 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2339 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2340 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2342 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2343 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2346 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2348 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2349 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2350 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2352 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2353 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_2964 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_2966 {
	background-color: rgba(122, 86, 151, 1.00);
}

#stacks_in_2967 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5320 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5323 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5325 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5328 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5329 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5335 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5337 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5340 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5343 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5350 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5351 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5354 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5359 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5362 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5363 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5366 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5369 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5372 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5375 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5378 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5381 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5384 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5385 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5388 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5391 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5394 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5403 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5406 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5397 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5400 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5410 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5413 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5424 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5427 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5429 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5432 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5435 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5438 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5439 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5442 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5445 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5448 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5449 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5452 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5453 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5456 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5457 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5460 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5463 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5466 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5469 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5472 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5475 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5478 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
#responsive-timeline-item-stacks_in_5482 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_5485 {
	display:inline-block; width:100%; line-height: 0.990000em;
}
