html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Poppins', sans-serif;
}
img.wp-image-366, img.wp-image-367{max-width: 100%;height: auto;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
.block-content {
  min-height: 100vh;
}
block-content p {
  font-size: 1.1em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto 1em 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) {
  .block-content h2 {
    font-size: 4.75em;
  }
}
.subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  margin: 0.5em 0;
}
.heading-group {
  margin: 0 0 3em 0;
}
.content h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #fff;
}
.content p {
  color: #fff;
	    text-align: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    position: relative;
    height: auto;
    display: block;
	letter-spacing: 0.6px;
}
.content p::before{
	content: 'o ';
}
.l-block-spacing {
  min-height: 80vh;
  padding: 2em 0 4em 0;
}
.l-contained {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}
@media all and (min-width: 40em) {
  .l-contained {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.timeline-list {
  position: relative;
  width: 58%;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 60px;
  margin-left: 12px;
}
@media only screen and (min-width: 962px) and (max-width: 1250px) {
  .timeline-list {
    position: relative;
    width: 700px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .timeline-list {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 70px;
    margin-bottom: 60px;
    margin-left: 12px;
  }
  .timeline-list p {
    text-align: left !important;
  }
}
@media only screen and (max-width: 479px) {
  .timeline-list {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 70px;
    margin-bottom: 60px;
    margin-left: 12px;
  }
  .timeline-list p {
    text-align: left !important;
  }
}
.timeline-list:before {
  content: "";
  border-left: 5px solid #CCC;
  left: -9px;
  top: 2em;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  transform-origin: 0 0;
  -webkit-animation: scaleVertical 3s 1s ease both 1;
  animation: scaleVertical 3s 1s ease both 1;
}
.timeline-list: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);
  -webkit-animation: revealScaleUp 0.75s 2.82s ease both 1;
  animation: revealScaleUp 0.75s 2.82s ease both 1;
}
.t-block-teal {
  background: #02aa9d;
}
.t-block-teal h2 {
  color: #fff;
}
.t-block-teal h3 {
  color: #fff;
}
.t-block-teal p {
  color: #fff;
}
.timeline-list li {
  margin: 0 0 3em 0;
  padding: 0 2em 0em 2em;
  position: relative;
}
.timeline-list li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -1.45em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: none repeat scroll 0% 0% #02aa9d;
  border: 5px solid #fff;
  -webkit-animation: revealScaleUp 0.75s 0s ease both 1;
  animation: revealScaleUp 0.75s 0s ease both 1;
}
.timeline-list {
  -webkit-animation: reveal 2s 0 ease both 1;
  animation: reveal 2s 0 ease both 1;
}
.timeline-list li .content {
  -webkit-animation: revealFromLeft 0.5s 0s ease both 1;
  animation: revealFromLeft 0.5s 0s ease both 1;
}
.timeline-list li:nth-child(1):before {
  -webkit-animation-delay:2s;
  animation-delay: 2s;
}
.timeline-list li:nth-child(1) .content {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.timeline-list li:nth-child(2):before {
  -webkit-animation-delay:2.6s;
  animation-delay: 2.6s;
}
.timeline-list li:nth-child(2) .content {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}
.timeline-list li:nth-child(3):before {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
.timeline-list li:nth-child(3) .content {
  -webkit-animation-delay: 3.5s;
  animation-delay:3.5s;
}
.timeline-list li:nth-child(4):before {
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}
.timeline-list li:nth-child(4) .content {
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}
.timeline-list li:nth-child(5):before {
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}
.timeline-list li:nth-child(5) .content {
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s;
}
.timeline-list li:nth-child(6):before {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.timeline-list li:nth-child(6) .content {
  -webkit-animation-delay: 5.3s;
  animation-delay: 5.3s;
}
.timeline-list li:nth-child(7):before {
  -webkit-animation-delay: 5.6s;
  animation-delay: 5.6s;
}
.timeline-list li:nth-child(7) .content {
  -webkit-animation-delay: 5.9s;
  animation-delay: 5.9s;
}
@-webkit-keyframes revealFromLeft {
  0% {
    transform: translateX(-1em);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes revealFromLeft {
  0% {
    transform: translateX(-1em);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scaleVertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes scaleVertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes revealScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes revealScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

h2 {font-size: 42px;}
h3{font-size: 30px;}
h4 { font-size: 32px;}
h5 {font-size: 26px;}
img.img-banner {
    width: 100%;
}

@media only screen and (max-width: 479px){
img.img-banner {
    width: 100%;
}	
}