

/**umb_name:Knap*/
.button{color: #fff !important;}

/**umb_name:blueButton*/
.blueButton a{
    background: #0055a0;
    text-transform: uppercase;
    color: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    font-weight: 700;
    font-size: 1rem;
    transition: all .2s ease;
    display:inline-block;
border: 1px solid #fff;
margin-top: 20px;
}

    .blueButton a:hover {
        background-color: #00182e;
        color: #fff;
    }

}}




/**umb_name:secondary*/
.secondary{}