Please Disregard! I found it after all. The green that I was dropping from a screenshot was different then the actual green in the code due to slight monitor differences I suppose. I found the greens that were used in the code and did find where it was set to the main call-to-action as a global setting and then a slight variation for the featured-text version.
.call-to-action {
color: #xxx;
border: 1px solid #xxx;
background-color: #xxx;
}
.call-to-action:hover {
color: #xxx;
border-color: #xxx;
background-color: #xxx;
}
.featured-text .call-to-action {
color: #xxx;
border: 1px solid #xxx;
background-color: #xxx;
}
.featured-text .call-to-action:hover {
background-color: #xxx;
color: #000;
}
Cheers!~