a {
    color: #0A58CA;
}

a:hover,a:focus {
    color: #2C3464;
}

.icon-link-panel:hover {
    background-color: #0A58CA;
    color: #FFFFFF;
}

.icon-link-panel a {
    color: inherit;
}

.icon-link {
    color: inherit;
}

.icon-link:hover {
    color: white;
}

.icon-tel {
    color: #0A58CA;
}

.asterisk:after {
    content: " *";
    color: #0A58CA;
}

.anchored a:hover {
    color: #2C3464;
}

.btn-primary {
    background-color: #0A58CA;
}

.btn-info {
    background-color: #0A7FA4;
}

.btn-success {
    background-color: #2E7D32;
}

.icon-link-header {
    font-size: 20px;
}

.icon-link-header-sm {
    font-size: 16px;
}

.dropdown-menu li a:hover {
    background-color: #0A58CA;
}
