/* Anchor Tags that look like Buttons */
a.mlkn-button {
    min-width: 150px;
    display: inline-block;
    padding: 8px 12px;
    background: #00378c;
    border: 1px solid #00378c;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 20px;
}
a.mlkn-button:hover {
    color: #fff;
    background: #042e59;
    border: 1px solid #042e59;
}  