/**umb_name:H1*/
H1 {
    line-height: normal;
}

/**umb_name:H2*/
H2 {
    line-height: normal;
}

/**umb_name:H3*/
H3 {
    line-height: normal;
}

/**umb_name:H4*/
H4 {
    line-height: normal;
}
/**umb_name:H5*/
H5 {
    line-height: normal;
}

/**umb_name:Site-color*/
.site-color{color: var(--main, #064f74);}

/**umb_name:Secondary-color*/
.secondary-color{color: var(--secondary, #d51f16);}

/**umb_name:Text-black*/
.text-black{}

/**umb_name:Text-white*/
.text-white{}

/**umb_name:Underline*/
.Underline {
    border-bottom: 1px solid #e5e5e5;
    color: #4e4e4e;
    font-size: 16px;
    margin: 0 0 25px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    font-weight: 800;
    display: block;
    margin-top: 10px;
}
    .Underline:before {
        position: absolute;
        content: "";
        height: 1px;
        background: #064f74;
        width: 150px;
        bottom: -1px;
        left: 0;
    }

/**umb_name:Button*/
.btn-default {
    display: inline-block;
    padding: 8px 25px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 0;
    border-radius: 0px;
    color: #fff;
    background-color: var(--main, #064f74);
}

    .btn-default:hover, .btn-default:active, .btn-default:focus {
        background-color: var(--secondary, #064f74);
    }

/**umb_name:Image-left-float*/
.floatLeft{
    float: left;
    padding-right: 10px;

}

/**umb_name:Image-right-right*/
.floatRight {
    float: right;
    padding-left: 10px;
}







