/* Entry Content */
.entry-content:after {
	content: '';
	display: table;
	clear: both;
}
.entry-content h1:not([class]) {
	padding-top: 25px;
	margin-bottom: 25px;
}
.entry-content h2:not([class]),
.entry-comment h2:not([class]) {
	padding-top: 25px;
	margin-bottom: 25px;
}
.entry-content h3:not([class]),
.entry-comment h3:not([class]) {
	padding-top: 20px;
	margin-bottom: 25px;
}
.entry-content h4:not([class]),
.entry-comment h4:not([class]) {
	padding-top: 15px;
	margin-bottom: 25px;
}
.entry-content h5:not([class]),
.entry-comment h5:not([class]) {
	padding-top: 15px;
	margin-bottom: 25px;
}
.entry-content h6:not([class]),
.entry-comment h6:not([class]) {
	padding-top: 10px;
	margin-bottom: 25px;
}
.entry-content p:not([class]),
.entry-comment p:not([class]) {
	line-height: 1.6;
	font-family: 'Open Sans',sans-serif;
	margin-bottom: 25px;
}
.entry-content a:not([class]),
.entry-comment a:not([class]) {
	color: var(--brand-primary);
	text-decoration: none;
}
.entry-content a:not([class]):hover,
.entry-comment a:not([class]):hover {
	text-decoration: underline;
}
.entry-content strong,
.entry-comment strong {
	font-weight: bold;
}
.entry-content em,
.entry-comment em {
	font-style: italic;
}
.entry-content ul:not([class]),
.entry-content ol:not([class]),
.entry-comment ul:not([class]),
.entry-comment ol:not([class]) {
	padding: 0;
	margin: 0 0 25px 19px;
}
.entry-content ul:not([class]),
.entry-comment ul:not([class]) {
	list-style: disc;
}
.entry-content ol:not([class]),
.entry-comment ol:not([class]) {
	list-style: decimal;
}
.entry-content li > ul:not([class]),
.entry-content li > ol:not([class]),
.entry-comment li > ul:not([class]),
.entry-comment li > ol:not([class]) {
	margin-bottom: 0;
}
.entry-content > table:not([class]) {
	margin-bottom: 25px;
}
.entry-content > dl {
	margin-bottom: 20px;
	line-height: 1.6;
}
.entry-content > dl > dt {
	font-weight: bold;
	font-size: 120%;
}
.entry-content > dl > dd {
	margin: 0 1rem 1rem;
	font-size: 120%;
}
.entry-content address {
	font-style: italic;
	margin-bottom: 25px;
}
.entry-content kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
	font-family: monospace;
	vertical-align: initial;
}
.entry-content cite {
	font-style: italic;
}
.entry-content pre {
	word-wrap: pre-wrap;
}
.entry-content .embed-responsive {
	margin-bottom: 20px;
}
.entry-content ~ .entry-tags {
	margin-top: 30px;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption .wp-caption-text {
	color: #585858;
	font-size: 13px;
	font-style: italic;
	padding-top: 5px;
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.alignleft {
	margin-bottom: 10px;
}
.alignright {
	margin-bottom: 10px;
}
.alignnone {
	margin-bottom: 10px;
}
@media (min-width: 480px) {
	img.alignleft,
	.entry-content .alignleft {
		float: left;
		margin-right: 25px;
	}
	img.alignright,
	.entry-content .alignright {
		float: right;
		margin-left: 25px;
	}
}