﻿.cta_button {
    background: #0288d1;
}
    .cta_button:hover {
        color: white;
        background: #0288d1 !important;
    }

.site_color {
    color: #0288d1;
}

.site_bg {
    background: #0288d1;
}