@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,900);
*
{
    --fontstack_heading: "Merriweather", sans-serif;
    --fontstack_body: "Merriweather", sans-serif;

	box-sizing: border-box;
	--redColor: rgba(235,12,16,1.00);
	--yellowColor:  rgba(220,224,20,1.00);
	--orangeColor: rgba(221,142,0,1.00);
	--etherialBlue:  rgba(9,72,64,0.65);
	--greenColor: rgb(9, 179, 151);
	--offWhiteColor: #eae8cc;
	--shadowOutline:  1px 1px 1px rgb(0, 0, 0),-1px -1px 1px rgb(0, 0, 0),-1px 1px 1px rgb(0, 0, 0),1px -1px 1px rgb(0, 0, 0), -2px -2px 2px rgb(0, 0, 0), 2px 2px 2px rgb(0, 0, 0), 2px -2px 2px rgb(0, 0, 0), -2px 2px 2px rgb(0, 0, 0);
}
/* body {
  font-size:100%;
  line-height:1.6;
} */
.block-content {
  min-height:100vh;
}
block-content p {
	font-size:.9em;
	line-height:1.5;
	-webkit-font-smoothing:antialiased;
	margin:0 auto 0 auto;
}
/*.block-content h2 {

	 text-align:center;
	margin:1em 0 0 0;
	font-size:2.5em;
	line-height:1;
	letter-spacing:0.02em;

	@media all and (min-width:40em) {

	font-size: 4.75em;

	}
} */
.subtitle {

	font-family: --fontstack_heading;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
	font-size:.9em;
	margin:0 0;
}
.heading-group {
	margin:0 0 1em 0;
}
.content h3 {
	font-size: 1.4em;
	line-height:1.2;
	letter-spacing:0.02em;

  color:var(--redColor);
 text-shadow: var(--shadowOutline);
	@media all and (min-width:40em) {

	font-size: 2.5em;

	}
}


/* h1, h2, h3 {

	font-family: --fontstack_heading;
	font-weight:900;

}
/* p {
	font-family: --fontstack_body;
	line-height:1.5;
} */ */

.l-block-spacing {

	
	min-height:80vh;
	padding:2em 0 1.2em 0;

}

.l-contained {

	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	
	padding-left :1.2em;
	padding-right: 0;
	@media all and (min-width:40em) {

		padding-left:3em;
		padding-right:.1em;


	}
}
.box
{
    padding-bottom: 1em;
	position: relative;
	max-width:700px;
	margin:0 auto;
	
}
.timeline-list {

	/* border-left: 5px solid #ccc; */

	/* padding-bottom: 1em;
	position: relative;
	max-width:700px;
	margin:0 auto; */
 
  &:before {
		content: "";
     border-left: 5px solid #CCC;
     left: -0.25em;
     top: 2em;
     height: 100%;
     position: absolute;
     bottom: 0;
     top: 0;
    transform-origin:0 0;
    animation:scaleVertical 3s 1s ease both 1;
	}

	&:after {
		content: "";
    clear:both;
    
		position: absolute;
		bottom: 0px;
		left: -1em;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: none repeat scroll 0% 0% #DDD;
		border: 5px solid #DDD;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    animation:revealScaleUp .75s 3.5s ease both 1;
	}
}

.t-block-teal {
	background:var(--orangeColor);
}
.t-block-teal h2 {
	color:#fff;
}
.t-block-teal h3 {
	color:#dfe5e5;
}
.t-block-teal p {
	color:#edf4f4;
}
/* //list animation 
//scale in the circle, follwoed by the list item
//the border must also animate in. */
.timeline-list li {

	margin: 0 0 0 0;
  padding: 0 .5em;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.timeline-list p{
    color:var(--yellowColor);
	text-shadow: var(--shadowOutline);
	/* 1px 1px 1px rgb(0, 0, 0),-1px -1px 1px rgb(0, 0, 0),-1px 1px 1px rgb(0, 0, 0),1px -1px 1px rgb(0, 0, 0), -2px -2px 2px rgb(0, 0, 0), 2px 2px 2px rgb(0, 0, 0), 2px -2px 2px rgb(0, 0, 0), -2px 2px 2px rgb(0, 0, 0); */
}
.timeline-list li:before {

	content: "";
	position: absolute;
	top:14%;
	left: -1.45em;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: none repeat scroll 0% 0% var(--redColor);
	border: 5px solid var(--yellowColor);
  
  animation:revealScaleUp 1s 0s ease both 1;
}
.timeline-list {
   
   animation:reveal 2s 0 ease both 1;
}
.timeline-list li .content {
  animation:revealFromLeft 0.75s 0s ease both 1;
}




.timeline-list li:nth-child(1):before {
  animation-delay:0.85s;
}
.timeline-list li:nth-child(1) .content {
  animation-delay:1.05s;
}
.timeline-list li:nth-child(2):before {
   animation-delay:1.2s;
}
.timeline-list li:nth-child(2) .content {
  animation-delay:1.5s;
}
.timeline-list li:nth-child(3):before {
  animation-delay:1.8s;
}
.timeline-list li:nth-child(3) .content {
  animation-delay:2.1s;
}
.timeline-list li:nth-child(4):before {
  animation-delay:2s;
}
.timeline-list li:nth-child(4) .content {
  animation-delay:2.3s;
}
@keyframes revealFromLeft {
  0% {
    transform:translateX(-1em);
    opacity:0;
  }
  100% {
    opacity:1;
    transform:translateX(0);
  }
}
@keyframes reveal {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@keyframes scaleVertical {
  0% {
    transform:scaleY(0);
    
  }
  100% {
    transform:scaleY(1);
  }
}
@keyframes revealScaleUp {
  0% {
    opacity:0;
    transform:scale(0.5);
  }
  
  
  
  50% {
     opacity:1;
     transform:scale(1.3);
    
  }
  100% {
    opacity:1;
    transform:scale(1);
    
  }
}