a:hover {
    color: #3098ff;
}
#verticalName {
  background-color: #3098ff;
}
.dw-nav{
    background-color: #3098ff!important;
}
.dw-btn:hover,
.dw-nav:hover {
    background-color: black!important;
    border-color: black!important;
}

#homelink>div {
    background-image: url(../css/public/Fin_Widget_Icon.png);
}

.dw-btn {
    border-color: #3098ff!important;
    background-color: #3098ff !important;
    color: white!important;
}
#next-list-link .dw-btn{
  border-color: #3098ff!important;
  background-color: white !important;
  color: #3098ff!important;
  fill: #3098ff;
  stroke: #3098ff;
}
#next-list-link .dw-btn:hover{
  border-color: black!important;
  background-color: black !important;
  color: white!important;
  fill: white;
  stroke: white
}

.hover {
    background: rgba(48,152,255,0.75)!important;
