


footer {background-color: #FFF; padding: 2rem;
  font-size: 0.8rem;
}


.footer-outer {max-width: 1200px; margin: 1.5rem auto; }

.footer__legal {padding: 0.5rem 0;}
.footer__rdm {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.footer__navItem { padding: 0px 16px; border-right: 2px solid #005EB8;}

.footer__navList .footer__navItem:last-child {
    border-right: none; /* Removes the right border */
}
.footer__navList .footer__navItem:first-child {
    padding-left: 0px; /* Removes the right border */
}
