  /* Research Detail CSS */
.act-side-navigation {
  font-size: 14px;
  line-height: 1.35em;
}
.act-side-navigation .act-side-navigation-list {
  list-style: none;
  padding: 0;
  margin-bottom: 29px;
}
.act-side-navigation .act-side-navigation-sublist {
  display: none;
  list-style: none;
  padding: 8px 0px 0px 24px;
  margin-bottom: -6px;
}
.act-side-navigation li {
  padding: 8px 0px;
}
.act-side-navigation li a {
  padding: 10px 0px;
}
.act-side-navigation li a:hover {
  background-color: none;
}
.act-side-navigation li a .active {
  background-color: none;
}
.act-side-navigation li ul {
  list-style: none;
  padding: 10px 0;
}
.fix-side-nav-position {
  position: fixed;
  top: 108px;
}
.research-detail-header {
  padding: 30px 0 40px 0;
  border-bottom: 1px solid #989898;
  margin-bottom: 22px;
}
.research-detail-header .label {
  margin-right: 3px;
}
.research-detail-header .media {
  margin-top: 12px;
}
.research-detail-header .media-left img.media-object {
  width: 150px;
  height: 190px;
  border: 1px solid #ccc;
}
#template-researchdetail .pagination-container {
  margin: 29px 0;
}
