/* IM-1266 26/4/23 Change of colour for Donate button */

.mainCallToAction a.cta-button {
  background-color: #FDE400;
  color: #000000;
  letter-spacing: 0.03rem
}

/* IM-1266 26/4/23 Hover state for client styles yellow button */
a.yellow:hover {
    background-color: #009bcb;
    color: white !important;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
