/**umb_name:p*/
p {
    line-height: normal;
}

/**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: #064f74;
}

/**umb_name:Underline*/
.Underline {
    text-decoration: underline;
}

/**umb_name:Button*/
.btn {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 0;
    border-radius: 0px;
    color: #fff;
    min-width: 120px;
    background: #064f74;
}

    .btn:hover, .btn:active, .btn:focus {
        background: #053e5c;
    }

/**umb_name:Image-left-wrap*/
.ImageLeftWrap {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

/**umb_name:Image-right-wrap*/
.ImageRightWrap {
    float: right;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

    .article-details #rich-text .ImageLeftWrap img, .ImageRightWrap img {
        max-width: 375px;
        width: auto !important;
        height: auto !important;
    }

@media(max-width:1200px) {
    .article-details #rich-text .ImageLeftWrap img, .ImageRightWrap img {
        max-width: 270px;
    }
}

@media(max-width:991px) {
    .article-details #rich-text .ImageLeftWrap img, .ImageRightWrap img {
        max-width: 330px;
    }
}

@media(max-width:768px) {
    .article-details #rich-text .ImageLeftWrap img, .ImageRightWrap img {
        max-width: 240px;
    }
}

@media(max-width:500px) {
    .ImageLeftWrap, .ImageRightWrap {
        float: none;
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .article-details #rich-text .ImageLeftWrap img, .ImageRightWrap img {
            max-width: 100%;
        }
}
