/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/**umb_name:Large Header*/
div.rich-text__header-large {
    font-size: 2.5em;
    line-height: 1em;
}

/**umb_name:Medium Header*/
div.rich-text__header-medium {
    font-size: 2em;
    line-height: 1em;
}

/**umb_name:Small Header*/
div.rich-text__header-small {
    font-size: 1.5em;
    line-height: 1em;
}

/**umb_name:Disclaimer*/
div.disclaimer {
    font-size: 0.8em;
    line-height: 1.2em;
}

/* global properties */

.rich-text > *,
.mce-content-body > * {
    margin-top: 0;
    margin-bottom: 0;
}

.rich-text > * + *,
.mce-content-body > * + * {
    margin-top: 1em;
}

ul.rich-text--checkmarks {
    list-style-type: none;
}

ul.rich-text--checkmarks li:before {
    content: "✓";
    color: #090;
    font-size: 20px;
    font-weight: bold;
}
