#sp-header {
  height: 90px;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: none;
  animation: spFadeIn .5s;
}
#sp-footer, #sp-bottom {
  background: #0f284d;
  color: #fff;
}
#sp-footer a, #sp-bottom a {
  color: #ffffff;
}
#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus, #sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
  color: #a2a2a2;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
  color: #006b38;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #f39200;
}
.sp-megamenu-parent > li:hover > a {
  color: #f39200;
}
.sp-megamenu-parent > li > a {
  color: #006b38;
}