/*FORMATTED TEXT*/
.formatted-text {
	position: relative;
	z-index: 1;
}
.block > .formatted-text {
	margin-bottom: 40px;
}
.formatted-text br {
	/*display: none;*/
}
.formatted-text > * {
	margin-bottom: 20px;
	margin-top: 0;
}
.formatted-text p {
	font-size: 15px;
	color: #555555;
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 25px;
}
.formatted-text a {
	font-size: 15px;
	color: #555555;
	letter-spacing: 0;
	line-height: 25px;
	text-decoration: underline;
}
.formatted-text a:hover {
	color: #231F20;
}
.formatted-text h1 {
	font-family: 'PT Serif', serif;
	font-size: 28px;
	color: #231F20;
	letter-spacing: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 32px;
	font-weight: 400;
}
.formatted-text h2 {
	font-family: 'PT Serif', serif;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 24px;
	color: #231F20;
	letter-spacing: 0;
	line-height: 28px;
	font-weight: 400;
}
.formatted-text h3 {
	font-family: 'PT Serif', serif;
	font-size: 20px;
	color: #231F20;
	letter-spacing: 0;
	line-height: 24px;
	font-weight: 400;
}
.formatted-text h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #231F20;
	letter-spacing: 0;
	line-height: 20px;
	font-weight: 600;
}
.formatted-text ul {
	display: block;
	overflow: hidden;
}
.formatted-text ul li {
	color: #555555;
	display: block;
	font-size: 15px;
	letter-spacing: 0;
	padding-left: 25px;
	margin-bottom: 10px;
	line-height: 25px;
	position: relative;
}
/*.formatted-text ul li:before {*/
	/*content: "\02022";*/
	/*letter-spacing: 0;*/
	/*margin-right: 15px;*/
/*}*/
.formatted-text ul li:before {
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
	width: 12px;
	height: 9px;
	letter-spacing: 0;
	margin-right: 15px;
}
.formatted-text ol {
	display: block;
	/*margin: 0px 0px 10px 0px;*/
	counter-reset: section;
}
.formatted-text ol li {
	display: block;
	color: #555555;
	font-size: 15px;
	letter-spacing: 0;
	padding-left: 24px;
	margin-bottom: 10px;
	text-indent: -22px;
	line-height: 25px;
}
.formatted-text ol > li:before {
	counter-increment: section;
	content: counter(section) "";
	/* margin-right: 15px; */
	background: #F7F7F7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 13px;
	width: 25px;
	letter-spacing: 0;
	display: inline-block;
	text-indent: 0;
	text-align: center;
	height: 25px;
	line-height: 25px;
	margin-right: 9px;
}
hr {
	margin-bottom: 10px;
	margin-top: 10px;
	background: #E5E5E5;
	height: 1px;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.formatted-text hr {
	opacity: 0.1;
	background: #333333;
	height: 1px;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}


.formatted-text table {
	border-spacing: 0;
	border-collapse: collapse;
}
.formatted-text table th, .formatted-text table td{
	/*border: 1px solid #E5E5E5;*/
	text-align: left;
	font-size: 15px;
	color: #231F20;
	letter-spacing: 0;
	padding: 15px;
}

.formatted-text thead th {
	padding: 20px;
	background: #F5F5F5;
	line-height: 25px;
	font-size: 15px;
	color: #231F20;
	letter-spacing: 0;
}

.formatted-text table {
	min-width: 100%;
}
.formatted-text table caption {

}
.formatted-text table th {

}
.formatted-text table td {

}
.formatted-text table tr:nth-child(2n + 1) {
	background: #F9F9F9;
}
.formatted-text table tr:nth-child(2n + 0) {
	background: #FFFFFF;
}

.formatted-text table tr td:first-child {
	border-left: 1px solid #ECECEC;
}
.formatted-text table tr td:last-of-type {
	border-right: 1px solid #ECECEC;
}
.formatted-text table tr:last-of-type td {
	border-bottom: 1px solid #ECECEC;
}

.formatted-text table tr:hover td {
	background: #ECECEC;
}
.formatted-text table thead tr td {
	color: #ffffff;
	border: none;
}
.formatted-text table thead tr td  {
	color: #ffffff;
}


.formatted-text blockquote {
	background: #F7F7F7;
	padding: 20px;
}

b, strong {
	font-weight: 600;
}

.rs-text.formatted-text ul li, .rs-text.formatted-text ol li {
	font-size: 13px;
	color: #555555;
	letter-spacing: 0;
	line-height: 21px;
	margin-bottom: 5px;
}
.rs-text.formatted-text h1, .rs-text.formatted-text h2, .rs-text.formatted-text h3, .rs-text.formatted-text h4 {
	margin-bottom: 13px;
}
.rs-text.formatted-text p {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 20px;
}
