.timeline-wrapper {
  background: #eeeeee;
  background-image: url("../../images/timeline/timeline-top.png");
  background-position: top center;
  background-repeat: no-repeat;
  border-bottom: 2px solid #3776a7;
  box-shadow: 0 5px 15px 0 rgba(34, 34, 34, 0.15);
  margin: 1.5em -1.5rem 3em;
  padding: 60px 10px; }
  @media (min-width: 600px) {
    .timeline-wrapper {
      margin: 1.5em -2.5rem 3em; } }
  @media (min-width: 900px) {
    .timeline-wrapper {
      margin: 1.5em -3.5rem 3.5em; } }
  @media (min-width: 1200px) {
    .timeline-wrapper {
      margin: 1.5em -5rem 5em; } }

#timeline {
  max-width: 300px;
  overflow: hidden;
  position: relative;
  margin: auto; }
  @media screen and (min-width: 400px) and (max-width: 599px) {
    #timeline {
      max-width: 400px; } }
  @media (min-width: 600px) {
    #timeline {
      max-width: 450px; } }
  @media screen and (min-width: 725px) and (max-width: 899px) {
    #timeline {
      max-width: 625px; } }
  @media (min-width: 900px) {
    #timeline {
      max-width: 700px; } }
  @media (min-width: 1200px) {
    #timeline {
      max-width: 900px; } }

#timeline__content {
  margin: 2.5em 0 1em;
  overflow: hidden;
  padding: 0; }
  #timeline__content li.timeline__content-item {
    width: 300px;
    list-style: none;
    float: left;
    display: block;
    padding: 0;
    margin: auto;
    text-indent: 0; }
    #timeline__content li.timeline__content-item:before {
      content: none; }
    @media screen and (min-width: 400px) and (max-width: 599px) {
      #timeline__content li.timeline__content-item {
        width: 400px; } }
    @media (min-width: 600px) {
      #timeline__content li.timeline__content-item {
        width: 450px; } }
    @media screen and (min-width: 725px) and (max-width: 899px) {
      #timeline__content li.timeline__content-item {
        width: 625px; } }
    @media (min-width: 900px) {
      #timeline__content li.timeline__content-item {
        width: 700px; } }
    @media (min-width: 1200px) {
      #timeline__content li.timeline__content-item {
        width: 900px; } }
    #timeline__content li.timeline__content-item .timeline__content-item-container {
      margin: auto;
      width: 250px; }
      @media screen and (min-width: 400px) and (max-width: 599px) {
        #timeline__content li.timeline__content-item .timeline__content-item-container {
          width: 340px; } }
      @media (min-width: 600px) {
        #timeline__content li.timeline__content-item .timeline__content-item-container {
          width: 390px; } }
      @media screen and (min-width: 725px) and (max-width: 899px) {
        #timeline__content li.timeline__content-item .timeline__content-item-container {
          width: 545px; } }
      @media (min-width: 900px) {
        #timeline__content li.timeline__content-item .timeline__content-item-container {
          width: 620px; } }
      @media (min-width: 1200px) {
        #timeline__content li.timeline__content-item .timeline__content-item-container {
          width: 820px; } }
    #timeline__content li.timeline__content-item h1 {
      font-family: "Gotham SSm A", "Gotham SSm B", HelveticaNueue, Arial, sans-serif;
      font-size: 1.5em; }
      @media screen and (min-width: 400px) and (max-width: 599px) {
        #timeline__content li.timeline__content-item h1 {
          font-size: 1.75em; } }
      @media (min-width: 600px) {
        #timeline__content li.timeline__content-item h1 {
          font-size: 2em; } }
      @media (min-width: 900px) {
        #timeline__content li.timeline__content-item h1 {
          font-size: 2.5em; } }
      @media (min-width: 1200px) {
        #timeline__content li.timeline__content-item h1 {
          font-size: 3em; } }
    #timeline__content li.timeline__content-item p {
      margin: 1em auto;
      color: #333;
      -webkit-hyphens: none;
          -ms-hyphens: none;
              hyphens: none;
      font-size: .9em;
      text-align: center;
      font-family: "Gotham SSm A", "Gotham SSm B", HelveticaNueue, Arial, sans-serif; }
      @media (min-width: 600px) {
        #timeline__content li.timeline__content-item p {
          font-size: 1.1em; } }
      @media (min-width: 900px) {
        #timeline__content li.timeline__content-item p {
          font-size: 1.2em; } }
      @media (min-width: 1200px) {
        #timeline__content li.timeline__content-item p {
          font-size: 1.3em; } }

.timeline-key__wrapper {
  background: url("../../images/timeline/dot.gif") left 4px repeat-x; }

ul#timeline-key__list {
  width: 300px;
  height: 60px;
  padding-left: 0;
  overflow: hidden; }
  ul#timeline-key__list li {
    list-style: none;
    float: left;
    width: 100px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    padding: 20px 0 0;
    text-indent: 0;
    background: url("../../images/timeline/biggerdot.png") center top no-repeat;
    position: relative; }
    ul#timeline-key__list li:before {
      content: none; }
  ul#timeline-key__list a {
    font: 22px/1 HeroicCondensedRegular, Helvetica, "Arial Narrow", Arial, sans-serif;
    color: #333;
    border: none;
    padding: 5px 5px;
    text-decoration: none; }
    ul#timeline-key__list a:hover {
      background-color: #3776a7;
      color: #fff; }
  ul#timeline-key__list .selected {
    background-color: #3776a7;
    color: #fff; }
    ul#timeline-key__list .selected:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #3776a7;
      position: absolute;
      top: 16px;
      left: 43px; }

#next, #prev {
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  font-size: 70px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 100px;
  width: 40px; }

#next:hover, #prev:hover {
  background-position: 0 -32px; }

#next {
  background-image: url("../../images/timeline/next-white.png");
  background-position: right top;
  right: 0; }
  #next:hover {
    background-position: right -32px; }

#prev {
  left: 0;
  background-image: url("../../images/timeline/prev-white.png"); }

a#next, a#prev {
  transition: none; }

a#next:hover, a#prev:hover {
  background-color: inherit; }

#next.disabled, #prev.disabled {
  opacity: 0.2; }
