/* ============ TIMELINER.JS ============= */
.timeline-container {
  border-left: 2px solid #ccc;
  margin: 20px auto;
  width: 900px;
}
.timeline-toggle {
  background: #60bd00;
  border-color: #60bd00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  float: right;
font-family: "Open Sans";
  font-size: 12px;
  margin-right: 0;
  padding: 1px 5px;
  white-space: nowrap;
}
.timeline-wrapper { /*the line*/
  clear: left;
  float: left;
  margin: 0 0px 120px;
  width: 900px;
}
.timeline-wrapper h2 {
  background: url(../../images/timeline_century_tick.gif) left center no-repeat;
  font-family: "Open Sans", Palatino, "Times New Roman", Times, serif;
  cursor: pointer;
  font-size:1.5em;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 4px 4px 4px 20px;
  
}
.timeline-wrapper h2>span {
    
  background: #339009;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  padding: 3px 5px 1px;
}
.timeline-series {
  clear: left;
  float: left;
  margin: 0 12px 0 0;
  padding: 4px 4px 4px 0
  position: relative;
  width: 880px;
}
.timeline-series dt {
  background: url(../../images/timeline_decade_tick.gif) left center no-repeat;
  clear: left;
  font-size: 1 em;
  list-style-type: none;
  line-height: 1.2em;
  margin: 0 0 12px;
  padding: 0 0 0 24px;
  white-space: nowrap;
}
.timeline-series dt a {
  color: #8f9194;
  cursor: pointer;
}
.timeline-series dt a .closed {
  color: #986c2b;
  font-size: 0.5em;
  margin-left: 0;
}
.timeline-series dt a .open {
  color: #986c2b;
}
.timeline-series dt a:hover {
  color: #986c2b;
}
.timeline-series dd {
  padding-left: 24px;
  width: 100%;
}
.timeline-series dd h3 {
  color: #FFF;
  clear: both;
  float: left;
  font-size: 1.5em;
  margin: 0;
  white-space: nowrap;
}
.timeline-event-content {
  display: none;
}
.timeline-event-content p {
  clear: left;
  float: left;
  line-height: 1.5em;
  margin: 6px 0 10px;
  width: 500px;
}
.timeline-event-content h4 {
  clear: left;
  float: left;
  font-size: 1.4em;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}
.timeline-event-content blockquote {
  border-left: 2px solid #ccc;
  clear: left;
  float: left;
  font-size: 1.8em;
  margin-left: 0;
  padding: 0 30px;
  width: 400px;
}
.timeline-event-content blockquote .attribution {
  font-size: 0.7em;
  text-align: right;
}
.timeline-event-content .media {
  float: right;
  padding: 0 0 12px;
  width: 300px;
}
.timeline-event-content .media img {
  border: 2px solid #000;
  margin: 0;
}
.timeline-event-content .media p {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}
.timeline-event-content .media a:link,
.timeline-event-content .media a:visited {
  color: #ab221b;
}
.timeline-event-content .media a:hover {
  color: #7DBADF;
}
/* ============ UX team ============= */
.history-content{
    position: relative;
    display: block;
    width: 96%;
}
.timeline-event h5{
    margin-bottom: 0;
    font-size: 2.5rem;
    padding: .5rem 0 0 0;
}
#timeline-whole-area {
    position: relative;
    display: block;
    max-width: 1100px;
    margin-left: 120px;
}
.timeline-wrapper .timeline-time::before {
 
}
.timeline-wrapper h2{
    margin: 0;
}
.timeline-wrapper h2>span{
    display: block;
    letter-spacing: 0;
    padding: 3px 10px 2px;
    font-size: 1.6rem;
    background: #8c2424;
}
.timeline-container{
    position: relative;
    display: block;    
    width: 100%;
}
.timeline-col{
    position: relative;
    display: block;
    width: auto;
}
.timeline-wrapper{
    position: relative;
    display: block;    
    width: auto; 
    margin: 0 0px 20px;
}
h2.timeline-time{
    position: absolute;
    font-size: 2rem;
    margin-top: 5px;
    margin-left: -140px;
    background: transparent;
    cursor: default;
    min-width: 100px;
}
.timeline-series{
    position: relative;
    display: block;    
    width: auto;
    float: none;
}
.timeline-series dd {
    box-sizing: border-box;
    margin: 0;
}
.timeline-event-content p{
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin: 0 0 1rem 0;
}
.timeline-series dd{
    padding-left: 0;
}
.timeline-series dt{
    color: #adadad;
    box-sizing: border-box;
}

@media (max-width: 1024px){
    #timeline-whole-area{
        margin-left: 0;
    }
    .timeline-wrapper{
        width: 100%;
    }
    h2.timeline-time{
        position: relative;
        margin-left: 0;
    }
    .timeline-series{
        margin: 0;
    }    
    .history-content{
        width: 96%;
        margin: 0 auto;
    }
    .history-content p{
        margin: 0 10px;
    }
    .history-content .image-description img{
        margin-bottom: 10px;
    }

}

@media (max-width: 480px){
    #timeline-whole-area{
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
}