/**umb_name:Heading 1*/
.page-content h1{font-size: 2em;
margin: 0.67em 0;}

/**umb_name:Heading 2*/
.page-content h2{font-size: 1.5em;
margin: 0.83em 0;}

/**umb_name:Heading 3*/
.page-content h3{font-size: 1.2em;
margin: 1em 0;}

/**umb_name:Heading 4*/
.page-content h4 {
    font-size: 1.1em;
    margin: 0.25em 0;
}
/**umb_name:Bold*/
.page-content strong {
    font-weight: bold;
}

/**umb_name:Image Max Height & Width*/
.autosize-image-100 img{max-height: 100%;
max-width: 100%;}

/**umb_name:Image 80pct Height & Width*/
.autosize-image-80 img {
    max-height: 80%;
    max-width: 80%;
}

/**umb_name:Image 50pct Height & Width*/
.autosize-image-50 img {
    max-height: 50%;
    max-width: 50%;
}

/**umb_name:Image 50pct Height & Width Float Left*/
.autosize-image-50-float-left img {
    max-height: 50%;
    max-width: 50%;
    float: left;
    padding: 0 20px 10px 0;
}


/**umb_name:Image 100pct Height & Width Float Left*/
.autosize-image-fullsize-float-left img {
    max-height: 100%;
    max-width: 100%;
    float: left;
    padding: 0 20px 10px 0;
}

/**umb_name:Page Section Title*/
.page-section-title {
}