.iconed_link a{
    font-family: sans-serif;
    font-weight: 500;
    color: #303030;
    box-shadow: inset 0 -1px 0 rgba(33,49,122,0);
    transition: .25s;
}

.iconed_link a:hover{
    box-shadow: inset 0 -1px 0 #A70000;
    color: #303030;
}

.iconed_link i{
    color: #A70000;
    margin-right: 5px;
    width: 20px;
    text-align: center;
}

.iconed_link-light i,
.iconed_link-light a{
    color: #FFF;
}

.iconed_link-light a:hover{
    box-shadow: inset 0 -1px 0 rgba(255,255,255,1);
    color: #FFF;
}