#research-preamble {
  margin-top: 150px;
  margin-bottom: 30px;
  padding: 20px;
  background: #4ac089;
  color: #fff;
}

#research-preamble-horiz-line {
  border-top: solid 2px #fff;
}

.fancybox-progress {
  background: #4ac089 !important;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #4ac089 !important;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
/*# sourceMappingURL=research.css.map */