body {
	font-family: 'Open Sans', sans-serif;
	font-size:23px;
	font-weight:100;
	line-height:30px;
	color:#333333;
}

	@media (max-width: 767px) {
		body {
			font-size:20px;
			line-height:26px;
		}
	}

img {
	max-width:100%;
	height:auto;
}
	img.img_float_left,
	.img_float_left {
		float:left;
		max-width:40%;
		margin-right:20px;
	}
	img.img_float_right,
	.img_float_right {
		float:right;
		max-width:40%;
		margin-left:20px;
	}

figure {}

figcaption {
	font-style:italic;
}

strong {
	font-weight:700;
}

a {
	text-decoration:none;
	color:#921115;
}
	a:hover {
		text-decoration:underline;
	}

p {
	margin:0.5em 0;
}

	p.img-center,
	div.img-center {
		text-align:center;
	}

h1 {
	font-size:40px;
	color:#39883E;
	font-family: 'EB Garamond',Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman, serif;
	margin:1em 0;
	line-height:1.3em;
}

h2 {
	font-size:36px;
	color:#39883E;
	font-family: 'EB Garamond',Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman, serif;
	margin:1em 0;
	line-height:1.3em;
}

h3 {
	font-size:30px;
	color:#333333;
	font-weight:300;
	margin:1em 0;
	line-height:1.3em;
}

h4 {
	font-size:23px;
	color:#af683a;
	font-weight:300;
	margin:1em 0;
	line-height:1.3em;
}

h5 {
	font-size:20px;
	color:#333333;
	font-weight:300;
	margin:1em 0;
	line-height:1.3em;
}

h6 {
	font-size:16px;
	color:#333333;
	font-weight:300;
	margin:1em 0;
	font-style:italic;
	line-height:1.3em;
}

	/* if heading is last/only thing in block, remove bottom margin */

	h1:last-child,
	h2:last-child,
	h3:last-child,
	h4:last-child,
	h5:last-child,
	h6:last-child {
		margin-bottom:0;
	}

ul, ol {
	padding-left:30px;
}
	ul li {
		padding:5px 0;
		list-style-type:disc;
	}
		ul li ul li {
			list-style-type:circle;
		}
	ol li {
		padding:5px 0;
		list-style-type:decimal;
	}


q {
  quotes: "“" "”" "‘" "’";
}
q:before {
    content: open-quote;
	font-weight:700;
	padding-right:3px;
}
q:after {
    content: close-quote;
	font-weight:700;
}

.content a {
	text-decoration:none;
}

	.content a:hover {
		text-decoration:underline;
	}

.editor_only {
	/* styles only to take effect within the editor window */
}

