h1, h2, h3, h4 {
	line-height: 1.2em;
	font-weight: normal;
	font-family: var(--serif);
}

h1.large {
	font-size: 50px !important;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-family: var(--sans-serif-bold);
	font-weight: normal;
	font-size: 1.5rem;
	width: auto;
	display: table;
	border-top: 1px solid #000;
	padding-top: 20px;
}

h4 {
	
}

hr {
	display: block;
	background: #000;
	margin: 40px 0;
	width: 110px;
}

.disclaimer_copy,
.small {
	font-size: 0.85rem !important;
}

.medium {
	font-size: 1.35rem !important;
}

.large {
	font-size: 1.65rem !important;
}

.serif {
	font-family: var(--serif);
}

/* shared styles */

.arrowlink {
	font-family: var(--sans-serif-bold);
	font-weight: normal;
	display: inline-block;
	font-size: 1.1rem;
	position: relative;
}

.arrowlink:after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	right: -20px;
	height: 16px;
	width: 16px;
	background: url(../img/arrow-blk-right.png) no-repeat right center;
	background-size: 16px 16px;
}

.divider {
	display: inline-block;
	position: relative;
	text-indent: -300em;
	overflow: hidden;
	width: 30px;
	height: 25px;
	vertical-align: middle;
	position: relative;
	margin: 0 10px;
}

.divider::after {
	content: "";
	display: block;
	height: 1px;
	width: 45px;
	background: #000;
	rotate: -60deg;
	position: absolute;
	top: 5px;
	left: -5px;
}

.pullquote {
	font-family: var(--sans-serif-medium);
	text-indent: -16px;
	font-size: 2.25rem !important;
	font-weight: normal;
	line-height: 1.4em !important;
	color: #000;
	margin: 40px 0 0 0;
}

.pullquote_source {
	font-family: var(--sans-serif);
	font-size: 1.5rem !important;
	line-height: 1.3em;
	color: #000;
	margin: 20px 0 40px 0;
}

.serif {
	
}