	/**
 * Contains styles for tags that can be added from 
 TinyMCE in admin
 * Links to front-end as base styles for insile tags
*/
html{
	font-size: 16px;
}
@media (max-width: 768px){
	html{
		font-size: 14px;
	}
}
body{
	font-family: sans-serif;
	line-height: 1.4;
	min-width: 303px;
	box-sizing: border-box;
	color:#222;
	word-wrap:break-word;
	margin: 0;
}
body#tinymce{
	margin: 10px;
}
.page-content{
	line-height: 1.56;
	text-align: justify;
}
.page-content>:first-child:not([class]):not(table),
.page-content>:first-child:not([class]):not(table) :first-child{
	padding-top: 0;
	margin-top: 0;
}
.page-content>:last-child:not([class]):not(table),
.page-content>:last-child:not([class]):not(table) :last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
@media screen and (max-width: 991px){
	.page-content{
		line-height: 1.4;
		text-align: unset;
	}
}

a{
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color:inherit;
}
p{
	margin: 0 0 1em 0;
}
h1,h2,h3,h4,h5,h6{
	line-height:1.1;
	font-weight:900;
	margin:1.5em 0 .83em;
}
h1{
	font-size:2.25rem;
}
h2{
	font-size:1.875rem;
}
h3{
	font-size:1.5rem;
}
h4{
	font-size:1.25rem;
}
h5,h6{
	font-size:1.125rem;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	text-decoration:none;
}
blockquote,q{
	position:relative;
	padding:1.875rem 1.875rem 1.875rem 5rem;
	margin:0.625rem 0 1.25rem 0;
	color:#444;
	background:#EFEFEF;
	border-left:3px solid #444;
	border-radius:3px;
	display:block;
}
blockquote:after{
	content:'\201C';
	position:absolute;
	top:.625rem;
	left:1.25rem;
	font-size:4em;
	line-height:100%;
}
blockquote p:last-child{
	margin-bottom: 0;
}
pre{
	background:#f5f5f5;
	border:1px solid #ddd;
	padding:.625rem;
	text-shadow:1px 1px rgba(255,255,255,0.4);
	font-size:.75rem;
	line-height:1;
	margin:0 0 1em 0;
	max-width: 100%;
	overflow: auto;
}
sup,sub{
	font-size:75%;
	height:0;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup{
	bottom:1ex
}
sub{
	top:.5ex
}
small{
	font-size:75%
}
big{
	font-size:125%
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
iframe{
	max-width:100%;
}
img{
	max-width:100%;
	height:auto;
	border-style: none;
}
@media screen and (min-width: 992px){
	.page-content iframe{
		width: 100%;
		height: 450px;
	}
	.page-content img{
		padding: 1em 20px 0;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 991px){
	.page-content iframe{
		display: block;
		margin: auto;
	}
}
@media screen and (max-width: 768px){
	blockquote, q{
		padding: .5em .5em .5em 2em;
	}
	blockquote:after{
		content: none;
	}
}
/**
 * list styles
*/
ul,ol{
	margin: 1em 0;
	list-style-type: none;
	padding-left: 0;
}
ul ul,ul ol,ol ol,ol ul{
	margin-top:.5em;
	margin-bottom:.5em;
}
.page-content ul:not([class]) li,
.page-content ol:not([class]) li,
body#tinymce li{
	width: 100%;
}
.page-content ul li:not([class]),
.page-content ol li:not([class]),
body#tinymce ul li:not([class]),
body#tinymce ol li:not([class]){
	display: table;
}
.page-content ul:not([class]) li:before,
.page-content ol:not([class]) li::before,
body#tinymce ul:not([class]) li:before,
body#tinymce ol:not([class]) li::before{
	padding-right: .35em;
	width: 1em;
	min-width: 1em;
	display: table-cell;
}
.page-content ul:not([class]) li:before,
body#tinymce ul:not([class]) li:before{
	content: '\2714';
}

.page-content ol:not([class]),
body#tinymce ol:not([class]){
	counter-reset: ordered-list;
}
.page-content ol:not([class]) li::before,
body#tinymce ol:not([class]) li::before {
	content: counters(ordered-list,".") ". ";
	counter-increment: ordered-list;
}
/* END list styles */

/**
 * table styles
*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th{
	border-bottom: 2px solid #bbb;
	padding: 0.5em;
}
tr{
	border-bottom: 1px solid #eee;
}
th{
	text-align: center;
}
td{
	padding: 0.4em;
	text-align: left;
}
/* END table styles */

/**
 * default WP classes styles
*/
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
img.alignleft{
	margin-right:1em;
	margin-left:0;
}
img.alignright{
	margin-left:1em;
	margin-right:0;
}
.aligncenter,div.aligncenter,img.centered{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.anons img{
	margin-bottom:1rem;
	margin-top:.3rem;
	max-width:100%;
	height:auto;
}
.wp-caption,.attachment img{
	text-align:center;
	max-width: 100%;
	margin-bottom: 1em;
}
.wp-caption img{
	display: block;
	width: 100%;
}
.wp-caption p.wp-caption-text{
	font-size: .875em;
	font-weight: 700;
	font-style: italic;
	background: #fff;
	border: 1px solid #f0f0f0;
	margin:0;
	padding: 5px 0;
}
.attachment,.caption{
	text-align:center;
}
.attachment .navigation{
	height:150px;
}
.wp-smiley{
	margin:0;
	padding:0;
	border:0;
}

@media screen and (min-width: 992px){
	.wp-caption p.wp-caption-text{
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media screen and (min-width: 576px){
	img.alignleft,
	img.alignright{
		max-width: 50%;
	}
}
@media screen and (max-width: 575px){
	img.alignleft,
	img.alignright{
		float: none;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
}