p.contentHeading, p.contentHeadingPadded {
	color: hsl(5, 100%, 38%);
	font-family: StandardFontBold, "Arial", sans-serif;
	font-size: 20pt;
	line-height: 150%;
	letter-spacing: 2pt;
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 40px;
	
	-webkit-touch-callout: text !important;
	-webkit-user-select: text !important;
	-khtml-user-select: text !important;
	-moz-user-select: -moz-text !important;
	-ms-user-select: text !important;
	user-select: text !important;
}

.phoneView p.contentHeading {
	font-size: 18pt;
	line-height: 125%;
	letter-spacing: 1pt;
	margin-bottom: 12px;
}

p.contentHeadingPadded {
	padding: 10px 0px;
}

p.text {
	color: hsl(0, 0%, 0%);
	font-size: 15pt;
	font-style: normal;
	line-height: 140%;
	
	-webkit-touch-callout: text !important;
	-webkit-user-select: text !important;
	-khtml-user-select: text !important;
	-moz-user-select: -moz-text !important;
	-ms-user-select: text !important;
	user-select: text !important;
}

.phoneView p.text {
	font-size: 14pt;
}

.large {
	font-size: 18pt !important;
}

.phoneView .large {
	font-size: 16pt !important;
}

.small {
	font-size: 13pt !important;
}

.phoneView .small {
	font-size: 12pt !important;
}

.dim {
	color: hsl(0, 0%, 35%) !important;
}

.bright {
	color: hsl(5, 100%, 38%) !important;
}

.smallCaps {
	font-variant: small-caps !important;
}
