.content_text * {
	font:inherit;
	color:inherit;
	font-size:inherit;
	font-family: inherit;
}
.content_text .fa {
	font-family:'FontAwesome' !important;
}
.content_text h1 {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 15px;
	font-weight: 700;
}
.content_text h2 {
	font-size: 1.25em;
	line-height: 1.2em;
	margin-bottom: 15px;
	font-weight: 700;
}
.content_text h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 15px;
	font-weight: 700;
}
.content_text h4 {
	font-size: 1.15em;
	line-height: 1.2em;
	font-weight: 700;
}
.content_text h5,
.content_text h6 {
	font-size: 1.1em;
	font-weight: 700;
}

.content_text b,
.content_text strong {
	font-weight: 700;
}
.content_text i,
.content_text em {
	font-style: italic;
}
.content_text a {
	text-decoration: underline;
}


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



a.button:hover {
	text-decoration: none !important;
}
.content_text ol {
	list-style: decimal outside; 
	padding:0px 0px 0px 24px;
}
.content_text ol li {
	padding:0px 0px 0px 1px;
}
.content_text ol ol {
	padding:0px 0px 0px 16px;
}
.content_text ul {
	list-style:disc outside none;
	padding:0px 0px 0px 24px;
}
.content_text ul li {
	padding:0px 0px 0px 1px;
}
.content_text ul ul {
	list-style:circle outside none;
	padding:0px 0px 0px 16px;
}
.content_text img {
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
}
.content_text img.aligncenter {
	margin:0 auto !important;
	text-align:center;
}
.content_text img.alignleft {
	float:left;
/* 	margin:0px 27px 20px 0px; */
}
.content_text img.alignright {
	float:right;
/* 	margin:0px 0px 20px 27px; */
}
.content_text a img {
	-webkit-transition: all 245ms ease;
	-moz-transition: all 245ms ease;
	-ms-transition: all 245ms ease;
	-o-transition: all 245ms ease;
	transition: all 245ms ease;
}
.content_text a:hover img {
	opacity: 0.8;
}
.content_text iframe {
	display: block;
	position: relative;
	overflow: hidden;
	width:100% !important;
	height:545px !important;
}
.content_text hr {
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: rgba(0,0,0,0.2);	
	color:rgba(0,0,0,0.2);
	box-shadow: none;
	border: none;
	margin: 8px 0px 9px 0px;
}

.content_text td {
	border: 1px solid #001689;
	padding: 10px;
}