/**umb_name:Heading 2*/
.Heading2 {
    font-size: 2.857em;
    line-height: normal;
}

/**umb_name:Heading 3*/
.Heading3 {
    font-size: 1.714em;
    line-height: normal;
}

/**umb_name:Heading 4*/
.Heading4 {
    font-size: 1.286em;
    line-height: normal;
}

/**umb_name:btn Secondary*/
span.btnSecondary a {
    font-size: 14px;
    color: #ffffff;
    padding: 15px 35px;
    border: 0;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #0c1f38;
    background-color: #0c1f38;
    text-decoration: none;
}

span.btnSecondary a:hover {
    text-decoration: underline;
}
