﻿.cta_button {
    background: #64a742;
}
    .cta_button:hover {
        color: white;
        background: #528a36 !important;
    }

.site_color {
    color: #64a742;
}

.site_bg {
    background: #64a742;
}