﻿/* Hyperlinks */
a, .btn-link {
    color: #0056b3;
}

    .btn-link:hover,
    .btn-link:focus,
    a:hover,
    a:focus {
        color: #1c4263;
    }

    /* Remove underlining from hyperlinks*/
    a:link,
    a:visited,
    a:hover,
    a:active {
        text-decoration: none !important;
    }