.footer_main {
    background-color: #e4e2e0;
    width: 100%;
    float: left;
    margin-top:10px;
    clear: both;
}
.footer_holder {
    max-width: 1280px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
    clear: both;
}
.footer_headings {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.footer_grid {
    float: left;
    width: 22.5%;
    padding: 1%;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}
.footer_grid_right {
    float: left;
    width: 14%;
    padding: 1%;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}
.footer_grid_left {
    float: left;
    width: 33.0%;
    padding: 1%;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}
.footer_grid ul li, .footer_grid_left ul li, .footer_grid_right ul li {
    list-style: none;
    margin-left: -40px;
}

.footer_grid ul li a, .footer_grid_left ul li a, .footer_grid_right ul li a {
    color: #00205c !important;
}
    .footer_grid ul li a:visited, .footer_grid_left ul li a:visited, .footer_grid_right ul li a:visited {
        color: #00205c;
    }

.footer_grid ul li a:hover, .footer_grid_left ul li a:hover, .footer_grid_right ul li a:hover {
    color: #00205c;
    font-weight: 900;
}

.sm_icon {
    max-height: 15px;
    max-width: 15px;
    padding-right: 4px;
}
.urac_holder {
    margin: 0 auto;
}
.urac_grid {
    float: left;
    width: 32%;
    padding: 0 .5em 3em .5em;
    text-align: center;
    min-width: 150px;
    min-height: 255px;
}
a .urac_accredited, a:visited .urac_accredited, a:active .urac_accredited, a:hover .urac_accredited {
    font-weight: bold;
    color: #035184;
    font-size: 16px;
    text-decoration: none;
}
a .urac_text, a:visited .urac_text, a:active .urac_text, a:hover .urac_text {
    font-family: Tahoma, Arial;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
@media (max-width: 850px) {
    .footer_grid {
        width: 100%;
        line-height: normal;
        padding: 0% 0% 1% 1%;
    }
    .footer_grid_right {
        width: 100%;
        line-height: normal;
        padding: 0% 0% 1% 1%;
    }
    .footer_grid_left {
        width: 100%;
        line-height: normal;
        padding: 0% 0% 1% 1%;
    }
}
/* End New Footer CSS*/