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

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

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

.bg-img .dw-btn {
    border-color: #f2f2f2!important;
    background-color: #f2f2f2 !important;
    color: #249004!important;
    fill: #249004;
    stroke: #249004;
}

.bg-img .dw-btn:hover {
  background-color: #272727!important;
  border-color: #272727!important;
  color: white!important;
  fill: white;
  stroke: white;
}

.bg-img #next-list-link .dw-btn{
  border-color: white!important;
  background-color: transparent !important;
  color: white!important;
  fill: white;
  stroke: white;
}
.bg-img #next-list-link .dw-btn:hover{
  border-color: #272727!important;
  background-color: #272727 !important;
  color: white!important;
  fill: white;
  stroke: white
}

.hover {
    background: rgba(36, 144, 4,0.75)!important;
