/**
 * @file
 * Use this CSS file to override components CSS rules
 */

a.blue-button:link,
a.blue-button:visited,
.blue-button a:link,
.blue-button a:visited {
    background-color: #627D93;
    color: #fff;
    font-family: 'montserrat', 'helvetica', 'arial', sans-serif;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    min-width: 250px;
}

a.blue-button:hover,
.blue-button a:hover {
    background-color: #3C5E99;
    text-decoration: none;
}