@charset "utf-8";
/* CSS Document */
/* CSS for Timeline Pages */

.tl_block_top {
  padding-top: 25px;
}

.tl_container {
  position: relative;
  padding: 0 20px;
  margin-bottom: 2em;
}

.tl_container .video_embed {
  width: auto;
  margin-top: 1em;
}

span.download_video {
  text-align: left;
}

.modal .video_embed {
  display: block !important;
}

.tl_detail .download_links {
  margin-bottom: 5px;
}

.top_title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 1em;
}

.tl_container p,
.tl_container h3,
.tl_container h2 {
  margin-left: 0;
  margin-right: 0;
}

h2.tl_title {
  font: bold "Roboto",sans-serif;
  font-style: italic;
  color: #4B4B4B;
  margin-top: 0;
}

.tl_left p,
.tl_left ul {
  font-size: 14px;
}

.loading {
  font-weight: bold;
  margin-top: 10%;
  text-align: center;
}

.loading,
.tl_detail_container .loading span.glyphicon {
  font-size: 25px;
  color: #808080;
}

.tl_pagination_container {
  overflow-x: auto;
  padding: 39px 0 10px;
  border: 2px solid #dcdcdc;
  border-radius: 15px 15px 0 0;
  border-bottom: 0;
  white-space: nowrap;
}

.tl_pagination {
  width: 2179px;
}

.tl_menu:first-child {
  margin-left: 5px;
}

.tl_menu {
  position: relative;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tl_menu .tl_title {
  position: absolute;
  top: -46px;
  left: 2.7px;
  font: normal 11px "Oswald",sans-serif;
}

.tl_menu .tl_title::after {
  content: "|";
  display: block;
  top: 50%;
  text-align: center;
}

.tl_year {
  position: relative;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h2.tl_title {
  font: bold 2.5em/1em "Roboto",sans-serif;
  font-style: italic;
  color: #4B4B4B;
  margin-top: 0;
}

.tl_menu_item.tl_selected::after {
  position: absolute;
  top: 110%;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-top: solid 13px #C62525;
  border-left: solid 9px rgba(0,0,0,0);
  border-right: solid 9px rgba(0,0,0,0);
  content: '';
}

#tl_decades a {
  padding-left: 1%;
  padding-right: 1%;
}

.tl_menu_item {
  display: inline-block;
  position: relative;
  margin-right: 13px;
  background-color: #007b8d;
  width: 27px;
  height: 15px;
  opacity: 0.7;
  border-radius: 50%;
  text-indent: -9999px;
}

a.tl_menu_item:hover,
a.tl_menu_item:focus {
  opacity: 1;
}

.tl_menu_item.active_event {
  opacity: 1;
  outline: none;
}

.tl_menu_item.active_event::after {
  position: absolute;
  top: 110%;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-top: solid 13px #C62525;
  border-left: solid 9px rgba(0, 0, 0, 0);
  border-right: solid 9px rgba(0, 0, 0, 0);
  content: '';
}

.new_year {
  position: relative;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.new_year:first-child {
  margin-left:5px;
}

.new_year .year_title {
  position: absolute;
  top: -46px;
  left: 2.7px;
  font: normal 11px "Oswald",sans-serif;
}

.new_year .year_title:after {
  content: "|";
  display: block;
  margin-top: -4px;
  text-align: center;
}

.tl_detail_container {
  padding: 22px 40px;
  border: 2px solid #dcdcdc;
  border-radius: 0 0 15px 15px;
  height: auto;
}

.tl_detail {
  position: relative;
  width: 100%;
  height: auto;
//  display: flex;
}

/* Clear floats after the columns */
.tl_detail:after {
  content: "";
  display: table;
  clear: both;
}

.tl_column {
  float: left;
  width: 50%;
  padding: 10px;
}

.tl_left,
.tl_right {
  float: left;
  width: 50%;
  padding: 10px;
}

.tl_right {
  text-align: center;
}

.tl_img {
  margin: 0 auto 5px;
  object-fit: scale-down;
}

.tl_controls {
  position: absolute;
  background-color: #082F61;
  width: 50px;
  padding: 34px 0 34px;
  top: 200px;
}

.tl_controls:hover {
  background-color: #526D90;
}

.tl_controls.disabled:hover {
  background-color: #082F61;
  cursor: default;
}

.tl_prev_event {
  left: 0;
  border-radius: 0 5px 5px 0;
}

.tl_next_event {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.triangle_left,
.triangle_right {
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
  border-style: solid;
  border-width: 12.5px 21.7px 12.5px 0;
  border-color: transparent #ffffff transparent transparent;
}

.triangle_right {
  border-width: 12.5px 0 12.5px 21.7px;
  border-color: transparent transparent transparent #ffffff;
}

.tl_controls::before {
  content: '';
  position: absolute;
  top: -10px;
  height: 0;
  border-bottom: 10px solid #212251;
}

.tl_prev_event::before {
  border-left: 20px solid rgba(0, 0, 0, 0);
}

.tl_next_event::before {
  right: 0;
  border-right: 21px solid rgba(0, 0, 0, 0);
}

.img_caption {
  font-style: italic;
  text-align: center;
  text-wrap: balance;
  margin-top: 5px;
  font-size: .9em;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.president_caption {
  font-style: italic;
  text-wrap: balance;
  margin-top: 15px;
  max-width: fit-content;
  margin-bottom:5px;
}

.glyphicon-refresh-animate {
  animation: spin .7s infinite linear;
}

.legend {
  display: none;
}

.legend_item {
  float: left;
  margin-right: 14px;
}

.legend_item p {
  display: inline-block;
}

.legend_bubble {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 25px;
  height: 15px;
  opacity: 0.7;
  border-radius: 50%;
}

.img_modal_lnk,
.modal_lnk {
  cursor: pointer;
}

@media screen and (max-width: 650px) {
  .tl_left, .tl_right {
    display: block;
    width: auto;
    margin: 0 0 1em;
  }
  .legend {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .tl_container {
    padding: 0 10px;
  }

  .tl_controls {
    display: none;
  }

  .tl_detail_container {
    padding: 15px 2%;
    min-height: 0;
  }

}

/* Special CSS for facebook video */
.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
  height: 247px !important;
  min-width: 100% !important;
}
