/* Variables */
/* Mixens: */
a.info-block-set-entry {
  text-decoration: none !important;
}
a.info-block-set-entry div {
  transition: background-color 0.5s, color 0.5s;
}
a.info-block-set-entry:hover div {
  background-color: #002857 !important;
  color: #F7F7F7 !important;
}