@import#2f2f2f url(https://fonts.googleapis.com/css?family=Josefin+Sans:100,400,700);
/* ======= DEMO LAYOUT ======= */
body {}
.container {
  width: 100%;
/*     margin-left: auto;
  margin-right: auto;
  padding: 20px;
  *zoom: 1;
  color: black; */


}
a:link,
a:visited {
  color: #7097af;
  text-decoration: none;
}
a:hover {
  color: #7DBADF;
}

body {

}


a:hover,
a:link,
a:visited {
  color: blue;
}
.timeline-container {
  border-left: 4px solid rgba(0, 69, 121, 0.65);
  margin: 20px auto;
  width: 100%;

}
.timeline-container-tick {
  background: rgba(0, 69, 121, 0.65);
  content: "";
  display: block;
  height: 4px;
  left: -8px;
  width: 14px;
  position: relative;
}
.timeline-container::before {
  background: rgba(0, 69, 121, 0.65);
  content: "";
  display: block;
  height: 4px;
  left: -8px;
  width: 14px;
  position: relative;
  top: -4px;
}
.timeline-container::after {
  background: rgba(0, 69, 121, 0.65);
  content: "";
  display: block;
  height: 4px;
  left: -8px;
  width: 14px;
  position: relative;
  top: 4px;
}
.timeline-toggle {
  background: rgba(23, 66, 98, 0.65);
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  float: right;
  font-size: 12px;
  margin-right: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  black-space: nowrap;
}
.timeline-toggle:hover {
  background: rgba(119, 0, 63, 0.8);
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.timeline-toggle:focus {
  outline: none;
}
.timeline-wrapper {
  clear: left;
  float: left;
  margin: 0 0 12px;
  width: 100%;
}
.timeline-wrapper .timeline-time::before {
  border-top: 4px solid rgba(0, 69, 121, 0.65);
  content: "";
  display: inline-block;
  height: 4px;
  margin-right: 0px;
  vertical-align: middle;
  width: 24px;
}
.timeline-wrapper .timeline-time {
  cursor: pointer;
  font-size: 2.8em;
  font-weight: 400;
  margin: 0 0 30px 0;
  padding: 0;
}
.timeline-wrapper .timeline-time span {
  background: rgba(0, 69, 121, 0.50);
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  letter-spacing: 0;
  padding: 10px 10px 5px 10px;
  text-align: center;
}
.timeline-wrapper .timeline-time span:hover {
  background: rgba(0, 69, 121, 0.95);
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.timeline-series {
  clear: left;
  float: left;
  margin: 0 12px 0 0;
  padding: 4px 4px 4px 0;
  position: relative;
  width: 100%;
}
.timeline-series dt::before {
  border-top: 3px solid rgba(0, 69, 121, 0.65);
  content: "";
  display: inline-block;
  height: 3px;
  margin-right: 10px;
  vertical-align: middle;
  width: 10px;
}
.timeline-series dt {
  clear: left;
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0 0 12px;
  text-transform: uppercase;
  black-space: nowrap;
}
.timeline-series dt a {
  color: black;
  cursor: pointer;
}
.timeline-series dt a .closed {
  color: black;
  font-weight: 400;
  font-size: 2em;
  margin-left: 0;
}
.timeline-series dt a .open {
  color: black;
}
.timeline-series dt a:hover {
  color: black;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.timeline-series dd {
  padding-left: 24px;
  width: 100%;
}
.timeline-series dd h3 {
  color: black;
  clear: both;
  float: left;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
  black-space: nowrap;
}
.tick {
  background: rgba(0, 69, 121, 0.65);
  clear: both;
  display: block;
  height: 2px;
  left: 0;
  width: 4px;
  position: relative;
}
.tick-before {
  top: -6px;
}
.tick-after {
  top: -4px;
}
.timeline-event-content {
  display: none;
  margin-bottom: 40px;
}
.timeline-event-content p {
  clear: left;
  float: left;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  margin: 6px 0 10px;
  width: 100%;
  color: black; // color blue for text after tick blue to change font
}
.timeline-event-content h4 {
  clear: left;
  float: left;
  font-size: 1.5em;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
  color: black;
}
.timeline-event-content blockquote {
  border-left: 2px solid #174262;
  clear: left;
  float: left;
  line-height: 1.2em;
  margin-left: 0;
  padding: 0 30px;
  width: 100%;
  color: black;
}
.timeline-event-content blockquote .attribution {
  font-size: 0.7em;
  text-align: right;
  font-weight: 400;
}
.timeline-event-content .media {
  float: right;
  padding: 0 0 12px;
  width: 100%;
}
.timeline-event-content .media img {
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 100px;
  height: 200px;
  margin: 0;
  width: 100%;
}
.timeline-event-content .media p {
  clear: both;
  font-size: 1em;
  margin: 15px 0;
}
.timeline-event-content .media p a {
  text-transform: lowercase;
}
