  /* #Timeline
================================================== */

#lifestory {
    background-color: #f7f7f7;
    border-top: solid 9px #C1A875;
    border-bottom: solid 9px #C1A875;
    width:100%;
}
#lifestory .timeline-container {
    margin-bottom: 0px;
    position: relative;
}
#lifestory .timeline-container .story-item {
    margin: 60px 0 0 0;
    float: left;
    margin-left: 10px; 
    margin-right: 10px; 
    padding-left: 60px;
}
#lifestory .timeline-container .story-item:last-child {
    margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
        #lifestory .timeline-container .story-item { padding-left: 48px; }
    }
@media only screen and (max-width: 767px) {  
        #lifestory .timeline-container .story-item { padding-left: 15px; }
    }
#lifestory hr {
    display: block; 
    height: 1px;
    border: 0; 
    border-top: 2px solid #C1A875;
    margin: -8px 0 15px 0;; 
    padding: 0; 
}

.timeBox {
    background-color: #FFF;
}

#lifestory h3 a {
    color: #ffffff;
    text-decoration: none;
}

/*1st Tier Images*/
.timeBox > div > img {
    width: 100%;
    margin-bottom: 20px;
}

.timeBox > div > img:only-child {
    margin-bottom: 0;
}

.timeBox .headshot {
    width: 80px;
    height: 100px; 
    margin-right: 25px;
    float: left;
    background-color: #592C88;
}

.timeBox .leader {
    width: 120px;
    height: auto; 
    margin-right: 25px;
    float: left;
    background-color: #592C88;
}

.timeBox div:nth-of-type(1) {
    float: left;
    display: inline-block;
    width: 44%;
    margin: 4% 2% 0% 4%;
}

.timeBox div:nth-of-type(2) {
    float: right;
    display: inline-block;
    width: 44%;
    margin: 4% 4% 0% 2%;
}

.timeBox div:nth-of-type(2) p {
    margin-bottom: 4%;
}

.timeBox div:only-of-type {
    display: inline-block;
    width: 92%;
    margin: 4%;
}

.timeBox div:nth-of-type(3) {
    display: inline-block;
    width: 92%;
    margin: 4%;
}

.timeHex {
    position: absolute;
    left: 45px;
    float: left;
}

.timeIco {
    position: absolute;
    float: left;
    left: -20px;
    height: 50px;
}

.timeBox h3 {
    font-size: 21px;
    background-color: #C1A875;
    color: #FFFFFF;
    height: 50px;
    padding: 0 2%;
    margin: 0;
    line-height: 50px;
}

.timeBox h4 {
    text-transform: uppercase;
}

.timeBox p {
    margin-bottom: 10px;
}

.timeStream {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #C1A875;
}

#positioner {
    position: absolute;
    right: 90px;
        
    -webkit-transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    -moz-transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    -ms-transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    -o-transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    transition: all 250ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}

.timeNavHide {
    right: -1000px !important;
}

.timeNav {
    position: fixed;
    top: 130px;
    color: #FFF;
}

.timeNav li {
    font-family: 'edmondsansmedium';
    text-align: center;
    width: 70px;
    height: 40px;
    line-height: 40px;
    background-color: #C1A875;
    margin: 0;
    border-top: solid 1px #592C88;
}

.timeNav li:hover {
    background-color: #AE8E4C;
}

.timeNav a {
    color: #fff;
    text-decoration: none;
}

timeNav a:hover {
    color: #fff;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

    .timeBox h3 {
        font-size: 20px !important;
    }

    .timeHex {
        position: absolute;
        left: 33px;
        float: left;
    }

}

@media only screen and (max-width: 767px) {
    
    .timeBox {
        position: relative;
        z-index: 2;
    }
    
    .timeBox h3 {
        height: auto;
        line-height: 20px;
        font-size: 16px;
        padding: 10px 10px 10px 50px;
    }
    
    .timeHex {
        display: none;
    }
    
    .timeStream {
        left: 50%;
        z-index: 1;
    }

    .timeNav {
    display: none;
    }

    .timeBox div:first-of-type,
    .timeBox div:last-of-type,
    .timeBox div:only-of-type {
        display: block;
        width: 86%;
        margin: 7%;
    
    }

    .timeIco {
        left: 5px !important;
        height: 30px;
        top: 5px;
    }
  
}
/* #Clearing
================================================== */

    .timeline-container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    #lifestory .clearfix:before,
    #lifestory .clearfix:after,
    #lifestory .row:before,
    #lifestory .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    #lifestory .row:after,
    #lifestory .clearfix:after {
      clear: both; }
    #lifestory .row,
    #lifestory .clearfix {
      zoom: 1; }