table {
    width: 100%;
}

/**umb_name:h2 (heading)*/
h2 {
}

/**umb_name:h2 (lead text)*/
h2.h2-lead {
	font-size: 58px;
	line-height: 63px;
    font-family: "Libre Franklin", Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "????", ??, SimSun, STXihei, "????", sans-serif;
    font-weight: 900;
}

/**umb_name:h2 (line heading)*/
h2.h2-line {
	text-transform:uppercase;
}

/**umb_name:h3 (subheading)*/
h3 {
}

/**umb_name:h4 (subheading)*/
h4 {
}

/**umb_name:p (lead text)*/
p.p-lead {
	font-size: 26px;
	line-height: 42.6px;
	color: #464646;
}

/**umb_name:p (medium)*/
p.p-medium {
	font-size: 21px;
	line-height: 33.6px;
	color: rgb(70, 70, 70);
}

/**umb_name:p (body copy)*/
p {
}

/**umb_name:p (left border & indent)*/
p.text-border-left {
	border-left: 1px solid #ddd;
	padding-left: 17px;
	margin: 32px 0px;
}

/**umb_name:blockquote (Quote)*/
blockquote {
}

/**umb_name:Highlight*/
.highlight {
	background: #ffff00;
	color: #464646;
}

/**umb_name:Marker*/
.marker {
	font-family: 'Permanent Marker', cursive;
	text-transform: uppercase;
	transform: rotate(-2deg);
	padding: 10px;
	display: block;
}

/**umb_name:Cursive*/
.cursive {
	font-family: Brush Script MT, Brush Script Std, cursive;
}
