/* ALL SHARD STYLES GO HERE - Put TinyMCE ONLY styles in editor-styles.css */

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

a {
	color: #345ea7;
}

a:visited {
	color: #345ea7;
}

a:hover,
a:focus,
a:active {
	color: #fd0902;
}

p {
	margin-bottom: 1em;
}
h1 {
	color: #040348;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 1em;
}
h2 {
	color: #040348;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 1em;
}
h4 {
	font-size: 20px;
	font-weight: 200;
	margin-bottom: .85em;
}

strong, 
b, 
.subHead {
	font-weight: bold !important;
}

.mce-content-body, 
.page-content-wrapper .entry-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #040347;
	font-weight: 400;
	line-height: 1.25;
}