
ol{
	padding:10px 0;
}
.wp-editor a {

}
.wp-editor a:hover {
	text-decoration: underline;
}
.wp-editor  h1.Title{
	color:#1ab8d3;
	font-size:28px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'HelveticaLT55Roman',Arial;
	text-align:center;
	margin-bottom:30px;
}
.wp-editor h2{
	color:#0062ad;
	font-size:26px;
	font-family: 'HelveticaNeueBold';
	margin-bottom:17px;
}

.wp-editor img,
.editor img{	
	height:auto!important;
	margin:10px 10px 10px 0;
}
.wp-editor   p img{
	width:auto;
	max-width:100%;
	height:auto;
}
.wp-editor h3,
.wp-editor  h4,
.wp-editor  h5,
.wp-editor  h6{
	color:#f89822;
	font-size:24px;
	font-family: 'HelveticaNeueBold',Arial;
	margin-bottom:17px;
}
.wp-editor h3{
	font-size:24px;
	margin-top:10px;
	margin-bottom:25px;
}
.wp-editor h4{
	font-size:20px;
}
.wp-editor h5,
.wp-editor h6
{
	font-size:18px;
}
.wp-editor    ul li,
.introProducts ul li{
	padding-left:20px;	
	font-family: 'OpenSans',Arial;
    font-size: 16px;
    margin-bottom: 0;  
	background:url("common/images/icon_liTab.png") no-repeat 0 5px;
}
.wp-editor    ul{
	padding-bottom:20px;
	list-style-position: inside;
}
.editor  table,
.wp-editor  table{
	margin-bottom:25px;
	border-collapse: collapse;
}
.editor  td, .editor  th,
.wp-editor  td, .wp-editor  th {
	/*border:1px solid #ccc;*/
	padding: 10px;
}
.editor  td, .wp-editor  td {
	background-color: #f5f8fa;
}
.editor  table tr:nth-child(2n) td, .wp-editor  table tr:nth-child(2n) td {
	background-color: #e8f0f6;
}
.editor table th,
.wp-editor table th{
	background-color:#106AAE;
	color: #fff;
	padding:10px;

}
 
.wp-editor ol li,
.editor  ol li{
	display: list-item !important;
    list-style-position: outside !important;
    list-style-type: inherit;
    margin: 0 0 0 15px;
}
.wp-editor  img{
	max-width:370px;
	margin-top:8px;
}
.wp-editor  img.aligncenter,
.editor  img.aligncenter{
	margin: auto;
	}
.wp-editor  img.alignright ,
.editor  img.alignright {
	float:right;
	margin-left:50px;
	margin-bottom:30px;
}
.editor ,
.wp-editor {
	margin-bottom:0;
	font-size:16px;
	font-family: 'HelveticaLT55Roman',Arial;
	line-height:28px;
}

.wp-editor  img.alignleft ,
.editor  img.alignleft {
	float:left;
	margin-right:50px;
	margin-top:10px;
}
.wp-editor ol,
.editor  ol{
	padding-bottom:20px;
	margin-left:7px;
	margin-bottom:0;
}
.wp-editor  p.Ingress ,
.editor  p.Ingress{
	color:#8f8f8f;
	font-size:20px;
	font-family: 'HelveticaNeueLTStdMd',Arial;
	font-weight:normal;
	line-height:30px;
	margin-bottom:30px;
}
.wp-editor p,
.editor p{
	margin-bottom:20px;
}
.wp-editor blockquote {     
    clear: both;
    border-left: 5px solid #eeeeee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
}
.wp-editor blockquote p{
	padding:0!important;
}
@media only screen and (max-width: 939px) {
	.wp-editor p.Ingress, .editor p.Ingress{
		clear:both;
	}
}
@media only screen and (max-width:767px) {
	.wp-editor img.alignright, .editor img.alignright{
		margin-left:0;
		float:left;
	}
	.wp-editor p.Ingress, .editor p.Ingress{
		font-size:15px;
		line-height:22px;
	}
	.wp-editor p.Ingress, .editor p.Ingress{
		margin-bottom:20px;
	}
	.wp-editor ul li{
		font-size:14px;
		line-height:22px;
		background-position:0 4px;
	}
	.wp-editor h2{
		font-size:18px;
		margin-bottom:16px;
	}
	.wp-editor h3{
		font-size:18px;
		margin-bottom:14px;
	}
	.wp-editor h4,.wp-editor h5,.wp-editor h6{
		font-size:16px;
		margin-bottom:14px;
	}
}