/**umb_name:subtitle*/

.subtitle {
        {
        color: #333333;
        float: left;
        width: 100%;
        font-weight: bold;
        font-size: 20px;
        font-family: 'PT Serif', serif;
        margin: 2% 0;
    }
}

/**umb_name:subheader*/

.subheader {
    font-family: 'PT Serif', serif;
    font-size: 30px;
    color: #00529B;
}