.select-program-link svg {
    fill: #014ea2;
    width: 15px;
    margin-right: 5px;
    transform: translateY(-1px);
    transition: fill 0.3s ease, opacity 0.3s ease, border 0.3s ease, background .3s ease;
}

.select-program-link a:hover svg {
    fill: #4587e6;
}

.select-program-link a {
    font-size: 13px;
}