.wysiwyg-area{
    padding: 30px 40px;
    background-color: #DBDBDB;
}

.wysiwyg-area.wysiwyg-area-bg-none{
    background: none;
    padding: 0 0 20px 0;
}

.wysiwyg-area p{
    font-family: 'Lato', Verdana, Arial, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-size: 15px;
    color: #333333;
}

.wysiwyg-area ul,
.wysiwyg-area dl,
.wysiwyg-area ol
{
    padding: 0 0 0 20px;
}

.block a,
.block a.block-link{
	color: #1e6dd2;
	text-decoration: underline;
	word-break: break-word;
}

.block a:hover,
.block a.block-link:hover{
	text-decoration: none;
}

	ol.orange_head:first-of-type {
	  counter-reset: mycounter;
	  font-size: 17px; color: #dd7b2d; font-weight: 700; line-height: 1.3;
	  padding-left:10px;
	}
	
	
	 ol.orange_head li{
		list-style: none;
		font-size: 17px; color: #dd7b2d; font-weight: 700; line-height: 1.3;
		padding-left:10px;
	}
	ol.orange_head li:before{ 
		content: counter(mycounter) ". "; 
		counter-increment: mycounter;
		font-size: 17px; color: #dd7b2d; font-weight: 700; line-height: 1.3;
		padding-left:10px;
	}
	
	
.block p{
	margin-top: 0px;
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 15px;
	color: #4e4e4e;
	font-weight: 400;
	line-height: 1.5;
	text-align: justify;
}
.block p.block-heading1{
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 17px;
	color: #dd7b2d;
	font-weight: 700;
	text-align: left;
	line-height: 1.3;
}

.block p.block-heading2{
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: 700;
    text-align: left;
	line-height: 1.4;
}

.block p.block-heading3{
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 15px;
	color: #4e4e4e;
    text-align: left;
	font-weight: 700;
	line-height: 1.4;
}

.block p.block-subtitle{
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 16px;
	color: #dd7b2d;
	font-weight: 700;
    text-align: left;
	line-height: 1.5;
}



.block p.block-normal-content{
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 15px;
	color: #4e4e4e;
	font-weight: 400;
	line-height: 1.5;
}

.block p.block-normal-content2{
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	line-height: 1.5;
}

.block p.block-normal-content3{
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 15px;
	color: #4e4e4e;
	font-weight: 400;
	line-height: 1.5;
	background-color: #ededed;
	padding: 10px 15px;
}


.block p.block-remark{
	font-family: 'Open Sans', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 13px;
	color: #4e4e4e;
	line-height: 1.5;
	font-weight: 400 ;
}

.block ul,
.block ul.block-unorder-list{
	/*list-style-type: initial;*/
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	line-height: 1.5;
	margin: 0px;
    padding-left: 20px;
}

.block ul.block-unorder-list2{
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 17px;
	color: #dd7b2d;
	font-weight: 700;
	line-height: 1.3;
	margin: 0px;
    padding-left: 20px;
}
.block ol{
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 15px;
	color: #4e4e4e;
	line-height: 1.5;
	padding: 0px;
	font-weight: 400;
	margin-left: 15px;
}

.block ol.block-order-list {
	/*counter-reset: list;*/
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 15px;
	color: #4e4e4e;
	line-height: 1.5;
	padding: 0px;
	font-weight: 700;
	margin-left: 10px;

}

.block ol.block-order-list > li {
	/*list-style: none;*/
    /*list-style-type: lower-roman;*/
    margin-left: 15px;
    padding-left: 30px;
    position: relative;
    /* font-weight: 400; */
}

.block ol.block-order-list > li:before {
	/*content: ") ";*/
    /* counter-increment: list; */
    position: absolute;
    /* left: -1.4em; */
    left: -7px;
    /* font-weight: 700; */
}

.block ol.block-order-list2 {
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 17px;
	color: #dd7b2d;
	font-weight: 700;
	line-height: 1.3;
	margin-left: 10px;
	padding: 0px;
}

.block span.block-wording-highlight{
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: 700;
	line-height: 1.4;
}

.block span.block-list-heading{
	font-weight: 700;
}

.block span.block-list-content{
	font-weight: 400;
}

.block table.block-table-content{
	border: none;
}

.block table.block-table-content th{
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	background-color: #b1b1b1;
	padding: 10px 20px;
}

.block table.block-table-content td{
	font-family: 'Lato', Arial, Verdana, "Trebuchet MS", 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	color: #000000;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	padding: 10px 20px;
	border-bottom: 1px solid #8a8a8a !important;
}

.block a.block-link{
	color: #1e6dd2;
	text-decoration: underline;
}


@media screen and (max-width: 640px) {
	.wysiwyg-area{
	    padding: 15px;
	}

}