#centene-footer {
    padding: 4em 1.75em;
    background-color: @centenedotcom-navy;
    color: @white;

    a {
        color: @white
    }

    #footer-middle .footer-nav a {
        display: block;
        list-style: none;
        font-family: 'Roboto-Italic', sans-serif;
        font-size: 16px;
        font-weight: 700;
    }

    #footer-right .footer-nav a {
        display: block;
        line-height: normal;
        list-style: none;
        font-family: 'Roboto-Regular', sans-serif;
        font-size: 16px;
        text-transform: uppercase;
    }

    .ambettersocial {
        .topFooterBold {
            line-height: 1em;
            font-family: 'Roboto-Bold', sans-serif;
            font-size: 16px;
        }

        .socialWrap {
            line-height: 1.25em;
            font-size: 48px;
        }

        a {
            text-decoration: none;
        }
    }

    .copyright p {
        font-size: @default-font-size;
    }
}