/** Edit in umbraco only **/
ul.MCEList { display: table; list-style: none; width: 100%; margin: 10px 0 20px 0; padding: 0 30px; font-size: 13px; line-height: 17px; }
    ul.MCEList li { display: table-row; transition: all 0.2s ease-in-out; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }
        ul.MCEList li:before { font-size: 30px; line-height: 17px; color: #13aebb; font-weight: 600; content: "\2024"; display: table-cell; padding-right: 5px; width: 1px; }

ol.MCEList { margin-top: 0; margin-bottom: 9px; font-size: 13px; color: #302e2f; }
    ol.MCEList li { box-sizing: border-box; display: list-item; text-align: -webkit-match-parent; font-size: 13px; color: #302e2f; }
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.MCETitle {
 color: #18375e !important; font-size: 33px; margin-bottom: 9px; margin-top: 18px; 
}

.MCESubtitle {
 color: #13aebb !important; font-size: 23px; margin-bottom: 9px; margin-top: 18px; 
}

.MCEList {
 
}

.MCELightBlue {
color: #13aebb !important;
}

.MCEDarkBlue {
color: #18375e !important;
}

.MCEWhite {
color: #ffffff !important;
}

