

/*--------------------------------------------------------------
  ##  SunEditor
  --------------------------------------------------------------*/

.saveform, .disableform {
	display:none;
}

.sun-editor-editable b, .sun-editor-editable strong {
	font-weight: 700;
}
.sun-editor-editable p, .sun-editor-editable ul {
    display: block;
    margin: 0 0 1.67em !important;
}
.sun-editor-editable h1, .sun-editor-editable h2, .sun-editor-editable h3, .sun-editor-editable h4, .sun-editor-editable h5, .sun-editor-editable h6 {
	margin-top: 0 !important;
}
.sun-editor-editable h1 {
	font-size: 2.4rem !important;
	margin-bottom: 20px;
}
.sun-editor-editable h2 {
	font-size: 2.1rem !important;
	margin-bottom: 17px;
}
.sun-editor-editable h3 {
	font-size: 1.8rem !important;
	margin-bottom: 14px;
}
.sun-editor-editable h4 {
	font-size: 1.5rem !important;
	margin-bottom: 11px;
}
.sun-editor-editable h5 {
	font-size: 1.2rem !important;
	margin-bottom: 8px;
    margin-block-start: 0 !important;
    margin-block-end: 0.67em !important;
}
.sun-editor-editable h6 {
	font-size: .9rem !important;
	margin-bottom: 5px;
}