﻿.cta_button {
    background: #003264;
}
    .cta_button:hover {
        color: white;
        background: #033f7b !important;
    }


.site_color {
    color: #003264;
}

.site_bg {
    background: #003264;
}