.entry-header
{
	text-align: center;
	margin-bottom: 3em;
}
.entry-title
{
	font-size: 3em;
	font-weight: bold;
}
.entry-meta
{
	text-transform: uppercase;
	color: #808080;
}
p.arrow-right, p.external-link-alt
{
	display: inline-block;
}
p.arrow-right > a, p.external-link-alt > a
{
	font-weight: bold;
	text-decoration: none;
}
p.arrow-right > a:after
{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	display: inline-block;
	margin-left: .33em;
}

p.external-link-alt > a:after
{
	font-family: "Font Awesome 5 Free";
	font-weight: normal;
	content: "\f35d";
	display: inline-block;
	margin-left: .33em;
}

.gform_wrapper h2.gsection_title
{
	margin-top: 4em !important;
}