
/***
body {
  color: #768390;
  background: #FFF;
  font-family: "Effra", Helvetica, sans-serif;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: #3D4351;
  margin-top: 0;
}

a {
  color: #000000;
}
a:hover {
  color: #ff9a9a;
  text-decoration: none;
}
***/


.timeline-title { font-size: 22px; }


.example-header {
  background: #3D4351;
  color: #FFF;
  font-weight: 300;
  padding: 3em 1em;
  text-align: center;
}
.example-header h1 {
  color: #FFF;
  font-weight: 300;
  margin-bottom: 20px;
}
.example-header p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}

.container-fluid .row {
  padding: 0 0 4em 0;
}
.container-fluid .row:nth-child(even) {
  background: #F1F4F5;
}

.example-title {
  text-align: center;
  margin-bottom: 60px;
  padding: 3em 0;
  border-bottom: 1px solid #E4EAEC;
}
.example-title p {
  margin: 0 auto;
  font-size: 16px;
  max-width: 400px;
}

/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item 
{
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info 
{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-top: 10px;
}


.timeline-body 
{
  background: #fff;
  padding: 5px 10px 10px 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 6px;
}





/*----- TIMELINE MARKER -----*/

.timeline-marker 
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}

.timeline-marker:before 
{
  background: #000000;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 20px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 2px 2px;
}

.timeline-marker:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 44px;
  bottom: 0;
  left: 6px;
}

.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #000000;
}

/*----- TIMELINE CONTENT -----*/

.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}


.timeline-info span 
{
  background: #000000;
  padding: 4px 10px;
  border-radius: 4px;
  color: #FFF;
  display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) 
{
  .timeline-centered > .timeline-item .timeline-content .timeline-body::before
  {
    /*
    top: 48px !important;
    margin-left: -17px !important;
    box-shadow: rgb(99 99 99 / 20%) -2px 4px 4px -2px !important; */
    
    background: transparent !important;
    box-shadow: none !important;
    
  }
  
  .timeline-marker:before 
  {
    top: 8px;
  }

  .timeline-marker:after {
    content: "";
    width: 3px;
    background: #CCD5DB;
    display: block;
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 6px;
  }
  
  .timeline-content { padding-bottom: 10px; }
}


/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) 
{
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
  .timeline-centered .timeline-info { text-align: right; }
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) 
{
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content 
{
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  .timeline-centered .timeline-item 
  {
    padding-bottom: 40px;
    padding-top: 40px;
    overflow: hidden;
	  min-height: 130px;
  }
  .timeline-centered .timeline-marker 
  {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content 
  {
    width: 48%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 15px;
    margin-top: -18px;

  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content 
  {
    float: right;
    text-align: left;
    padding-left: 25px;
    margin-top: -30px; /** New Style **/
    margin-right: 5px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 15px;
    margin-top: -18px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 25px;
    margin-top: -30px; /** New Style **/
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/* (768x1024) iPad 1 & 2, Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)
{
   .timeline-centered > .timeline-item:nth-child(2n) .timeline-content .timeline-body::before
   {
      position: absolute;
      content: "";
      height: 15px;
      width: 15px;
      background: #fff !important;
      top: 32px !important;
      z-index: 999;
      transform: rotate(45deg);
      margin-left: -17px;
      box-shadow: rgb(99 99 99 / 20%) -2px 4px 4px -2px !important;
   }
}


/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #000000;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #000000;
}


  /*
  -------------------------------------------------------------------------------
  New Styles
  -------------------------------------------------------------------------------
  */
  .timeline-title 
  {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    background: #FFF; /* FF6B6B */
    border-radius: 5px;
    padding: 5px;
  }

  .timeline-paragraph 
  {
    font-size: 15px;
    margin: 10px;
  }

  .timeline-centered > .timeline-item:nth-child(2n+1) .timeline-content .timeline-body .timeline-title { color: #000000; }
  .timeline-centered > .timeline-item:nth-child(2n)   .timeline-content .timeline-body .timeline-title { color: #000000; }
  
  
  .timeline-centered > .timeline-item:nth-child(2n) .timeline-content .timeline-body::before 
  {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    top: 30px;
    z-index: 999;
    transform: rotate(45deg);
    margin-right: -17px;
    box-shadow: rgba(99, 99, 99, 0.2) 4px -2px 2px -2px;
  }
  .timeline-centered > .timeline-item:nth-child(2n+1) .timeline-content .timeline-body::before 
  {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    top: 30px; 
    z-index: 999;
    transform: rotate(45deg);
    margin-left: -17px;
    box-shadow: rgba(99, 99, 99, 0.2) -2px 4px 4px -2px;
  }