/* Isolate the bottom CTA from a theme's default or visited-link palette. */
body.bps-capabilities-body .cp-cta > a,
body.bps-capabilities-body .cp-cta > a:link,
body.bps-capabilities-body .cp-cta > a:visited {
    display: inline-block;
    min-width: 130px;
    padding: 15px 22px;
    background: #ffffff !important;
    color: #744016 !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.2;
    box-shadow: none !important;
}

body.bps-capabilities-body .cp-cta > a:hover,
body.bps-capabilities-body .cp-cta > a:focus {
    background: #ead7c5 !important;
    color: #4c2810 !important;
}
