.container {
  max-width: 760px;
}
body, html, p, h1, h2, h3, h4, h5, span, i, b, li, a {
	font-family: 'Open Sans', sans-serif;
	scroll-behavior: smooth;
}
.bluebtn {
	font-size:14.4px;
	padding: .6em 1.1em;
	color: #fbf1e1;
	background-color: #005396;
	text-decoration: none;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bluebtn:focus, button:focus {
	color: #fff;
	background: #f78e1e;
	text-decoration: underline;
}
.bluebtn:hover, button:hover {
	color: #ffffff;
	background-color: #f78e1e;
	text-decoration: none;
}
.p-ital-size-up {
	font-size: 1.25rem;
	font-weight: 100;
	font-style: italic;
}
h3 {
	margin-top: 8px;
	font-size: 1.6em;
	color: #005396;
	font-weight: 100;
	line-height: 1.3;
	margin-bottom: .4em;
}
h4.sm-pgs {
	font-size: 1.6em;
	font-weight: 600;
	color: #005396;
}
p, li {
	line-height: 1.7;
	font-size: 1.1rem;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
footer p, footer a {
	font-size: .86em;
}