@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");

/* EDITOR */

.editor {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #706f6f;
	background-color: #ffffff;
}

.editor a {
	color: #006faa;
	text-decoration: none;
}

.editor a:hover {}

.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
	margin-top: 0px;
	margin-bottom: 15px;
}

.editor p, .editor ul, .editor ol, .editor pre {
	margin-top: 0px;
	margin-bottom: 0px;
}

.editor h1 {
	font-size: 22px;
	font-weight: 700;
	color: #002b5d;
}

.editor h2 {
	font-size: 20px;
	font-weight: 700;
	color: #002b5d;
}

.editor h3 {
	font-size: 18px;
	font-weight: 700;
	color: #002b5d;
}

.editor h4 {
	font-size: 16px;
	font-weight: 700;
	color: #002b5d;
}

.editor h5, .editor h6 {
	font-size: 14px;
	font-weight: 700;
	color: #002b5d;
}

.editor ul {
	list-style-type: disc;
}

.editor ol {
	list-style-type: decimal;
}

.editor pre {
	white-space: normal;
}

.editor img {
	border: none;
}

.editor form {
	margin: 0px;
	padding: 0px;
}