h1{
	font-size: 2em;
    margin: 30px 0 15px 0;
    font-weight: 600;
    color: #3f3f3f;
}
h2{
	font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
    color: #545454;
}
h3{
	font-size: 1.2em;
    font-weight: 600;
    color: #636363;
}
h4 {
    font-size: 14px;
    font-weight: 500;
}
p{
	font-size: 1.2em;
}
table{
	font-family: inherit;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}
.td-bold{
    font-weight: 600;
}
table td,th{
	line-height: 1.8;
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

ul{padding-left: 15px;}
ul li{
	font-size: 1em;
	line-height: 1.8;
    font-weight: 500;
    color: #5e6162;
    letter-spacing: .03125rem;
}
ul li p{
    font-size: 1em;

}
.digital-line-banner {
    width: 6%;
    margin: 20px 0;
}
.digital-line-banner.yellow{
	background: no-repeat padding-box #e6c946;
}
.digital-line-banner.green{
	background: no-repeat padding-box #7dce82;
}
.digital-line-banner.blue{
	background: no-repeat padding-box #1e8999;
}
.digital-line-banner.small{
	width: 4%;
}
.conclusion{
	margin-bottom: 30px;
}
.introduction{margin-top: 60px;}
.introduction, .article-body{
	margin-bottom: 15px;
}