/* Changes mobile menu divider color */
@media (max-width: 767px){
  .otnav li {
    border-bottom: 1px solid #949494 !important;
}
.otnav li:last-child {
    border-bottom: none !important;
}
}
/* Hide background for DMA footer link */
.skin-footer-banner{
  background: none !important;
}

