.text-content {
	font-size: 18px;
}
.text-content > * {
	margin-bottom: 1.6em;
}

.text-content h1 {
	font-size: 1.6em;
	margin-bottom: 1em;
}
.text-content h2 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.text-content h3 {
	font-size: 1.3em;
	margin-bottom: 1em;
}
.text-content h4 {
	font-size: 1.2em;
	margin-bottom: 1em;
}
.text-content h5 {
	font-size: 1.1em;
	margin-bottom: 1em;
}
.text-content h6 {
	font-size: 1.1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #333;
}

.text-content p {
	font-size: inherit;
}
.text-content * p {
	font-size: inherit;
}
.text-content hr {
	margin: 1.6em auto;
}
.text-content a {
	color: inherit;
}
.text-content a:hover{

}

.text-content .lead-block {
	font-family: inherit;
	font-size: 1.4em;
	color: #666;
}
.text-content .left-block {
	display: block;
	width: 50%;
}

.text-content ul:not(.no-style),
.text-content ol:not(.no-style) {
	padding-left: 1.4em;
}
.text-content ul:not(.no-style) li {
	margin-bottom: 0.2em;
	list-style: disc;
}
.text-content ol:not(.no-style) li {
	margin-bottom: 0.2em;
	list-style: decimal;
}
.text-content ul:not(.no-style) li:last-child,
.text-content ol:not(.no-style) li:last-child {
	margin-bottom: 0;
}

.text-content blockquote,
.text-content q {
	margin: 1.6em 1em;
	font-family: serif;
	font-style: italic;
	font-size: 1.2em;
	text-align: center;
	color: #999;
	quotes: none;
}
.text-content blockquote p:last-child,
.text-content q p:last-child {
	margin-bottom: 0;
}
.text-content blockquote,
.text-content q {
	quotes: none;
}
.text-content blockquote:before,
.text-content blockquote:after,
.text-content q:before,
.text-content q:after {
	content: '';
}
.text-content blockquote hr {
	width: 40%;
	background-color: #999;
}

.text-content img,
.text-content .wp-caption:not(.slick-item) {
	width: auto;
	max-width: 100%;
	height: auto;
	margin-top: 2.8em;
	margin-bottom: 2.8em;
}
.text-content .wp-caption img {
	display: block;
	/* width: 100%; */
	margin-top: 0;
	margin-bottom: 0;
}
.text-content img.alignleft,
.text-content img.alignright,
.text-content .wp-caption.alignleft,
.text-content .wp-caption.alignright {
	display: block;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}
.text-content img.alignnone {
	display: block;
}
.text-content img.alignleft,
.text-content .wp-caption.alignleft {
	float: left;
	/*width: 47%;*/
	max-width: 47%;
	margin-right: 3%;
}
.text-content img.alignright,
.text-content .wp-caption.alignright {
	float: right;
	/*width: 47%;*/
	max-width: 47%;
	margin-left: 3%;
}
.text-content img.aligncenter,
.text-content .wp-caption.aligncenter {
	display: block;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.text-content .wp-caption.alignleft img,
.text-content .wp-caption.right img,
.text-content .wp-caption.center img {
	float: none;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

.text-content .wp-caption {
	/* width: auto !important; */ /* fix wp inline width */
}
.text-content .wp-caption a {
	display: block;
}
.text-content .wp-caption-text {
	margin-top: 1.2em;
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
	color: #666;
}

.text-content > .gallery,
.text-content > .wp-gallery {
	margin-top: 2.8em !important;
	margin-bottom: 2.8em !important;
}
.text-content .gallery img,
.text-content .gallery .wp-caption,
.text-content .wp-gallery img,
.text-content .wp-gallery .wp-caption {
	margin-top: 0;
	margin-bottom: 0;
}
.text-content .gallery .gallery-icon { /* default wp gallery images */
	font-size: 0;
}
.text-content .gallery .gallery-icon img {
	border: none !important;
}


.text-content iframe{
	display: block;
	max-width: 100%;
	margin-top: 2.8em;
	margin-bottom: 2.8em;
}

.text-content > *:first-child,
.text-content > *:first-child > *:not(.wp-caption-text) {
	margin-top: 0;
}
.text-content > *:last-child,
.text-content > *:last-child > * {
	margin-bottom: 0 !important;
}

@media all and (max-width: 800px) {
	.text-content img.alignleft,
	.text-content img.alignright,
	.text-content .wp-caption.alignleft,
	.text-content .wp-caption.alignright {
		/* width: 100%; */
		max-width: 100%;
		float: none;
		display: block;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 2.8em;
		margin-bottom: 2.8em;
	}

	.text-content .left-block {
		width: auto;
	}
}
