body {
    font-family: 'OptumSans-Regular', sans-serif;
}

@font-face {
    font-family: 'OptumSans-Regular';
    src: url('fonts/OptumSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

a.footerLink {
    color: #0C55B8;
    text-decoration: none;
    border: none;
    font-family: 'OptumSans-Regular', sans-serif;
}

a.footerLink:hover {
    color: #133D97;
    text-decoration: none;
}

a.footerLink:active {
    color: #00184D;
    text-decoration: none;
}

.footer-wrapper {
    border-top: #4B4D4F 1px solid;
    margin-top: 10px;
    color: #4B4D4F;
    font-size: 10.8px;
}
