/* Rich text entered by editors; never apply these rules to the site UI. */
.rich-text-content ul, .rich-text-content ol {
    display: block; margin: 1em 0 !important; padding: 0 0 0 1.6em !important;
}
.rich-text-content ul { list-style: disc outside !important; }
.rich-text-content ol { list-style: decimal outside !important; }
.rich-text-content li {
    display: list-item !important; float: none; width: auto;
    list-style: inherit !important; margin: .5em 0 !important;
    padding-left: .25em; line-height: 1.65;
}
.rich-text-content ul ul { list-style-type: circle !important; }
.rich-text-content ol ol { list-style-type: lower-alpha !important; }
.rich-text-content ol[type="1"] { list-style-type: decimal !important; }
.rich-text-content ol[type="a"] { list-style-type: lower-alpha !important; }
.rich-text-content ol[type="A"] { list-style-type: upper-alpha !important; }
.rich-text-content ol[type="i"] { list-style-type: lower-roman !important; }
.rich-text-content ol[type="I"] { list-style-type: upper-roman !important; }
.rich-text-content li::marker { color: #006a9e; font-weight: 600; }
