  @import url("https://use.typekit.net/ded8mjc.css");
#timeline_slider_container {
  min-height: 80px;
  position: relative;
  width: 100%;
}

#timeline_slider {
  border: 0 !important;
  clear: both;
  margin: 0 auto;
}
#timeline_slider .slick-arrow {
  width: 32px;
  height: 32px;
}
#timeline_slider .slick-arrow:before {
  width: 100%;
  height: 100%;
}
#timeline_slider .slick-prev {
  left: -32px !important;
  top: 65px;
}
#timeline_slider .slick-prev:before {
  background-image: url(/themes/custom/rhodes/images/arrow_left_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "" !important;
  display: block;
  opacity: 1;
}
#timeline_slider .slick-next {
  right: -32px !important;
  top: 65px;
}
#timeline_slider .slick-next:before {
  background-image: url(/themes/custom/rhodes/images/arrow_right_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "" !important;
  display: block;
  opacity: 1;
}
#timeline_slider .flex-direction-nav a {
  opacity: 1 !important;
}
#timeline_slider .datestamp {
  border-bottom: 3px solid #ae1a1f;
  color: #707070;
  padding: 20px 0;
  font-weight: 900;
  font-size: 17px;
}
#timeline_slider h5 {
  padding-top: 40px;
  background-image: url(/themes/custom/rhodes/images/vertical_red_bar_2px.svg);
  background-size: 2px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  margin-top: 20px;
  font-size: 1rem;
  padding-right: 10px;
  padding-left: 10px;
}
#timeline_slider .fact {
  display: block;
  height: 100%;
  text-align: center;
}
#timeline_slider .fact .content {
  background: url(/themes/custom/rhodes/images/solid-red-circle.svg);
  background-repeat: no-repeat;
  background-position: 50% 57px;
  background-size: 18px;
}

/*# sourceMappingURL=timeline_slider.css.map */
