*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
    font-size: 112.5%;
}

body {
	margin: 0 auto;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: 400;
	position: relative;
	color: #26397b;
	line-height: 1.556;
}

header, main, footer, section {
	display: block;
	position: relative;
	margin: 0 auto;
}

.inner {
	display: block;
	margin: 0 auto;
	padding: 0 1.5rem;
	max-width: 65rem;
	position: relative;
}

h1 {
	margin: .75rem 0;
	color: #26397b;
	font-size: 1.333rem;
	font-weight: 600;
	line-height: 1.417;
}

h2 br {
	display: none;
}

h2 {
	margin: 1.5rem 0 .75rem;
	color: #26397b;
	font-size: 1.333rem;
	font-weight: 600;
	line-height: 1.417;
}

h2.category {
	margin: .75rem 0 0;
	font-size: 1rem;
	font-weight: bold;
}

h2.category span {
	font-weight: 400;
}

h2 br {
	display: none;
}

h1 + h2 {
	margin: .25rem 0 .75rem;
}

h2 a {
	color: #26397b;
	-webkit-text-decoration-color: #aaa;
	text-decoration-color: #aaa;
}

h3 {
	margin: 1.5rem 0 .75rem;
	color: #26397b;
	font-size: 1.222rem;
	font-weight: 600;
}

h4 {
	margin: 1.5rem 0 .75rem;
	color: #26397b;
	font-weight: 600;
}

li, p + p, p * {
	margin-top: 0;
}

ul[class],
ol[class] {
  padding: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	border-style: none;
}

a {
	color: #26397b;
}

/* a:after {
	content: " [" attr(href) "] ";
	font-weight: bold;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
} */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	        text-decoration-skip-ink: auto;
}

a[href^="tel:"] {
	text-decoration: none;
}

a img {
	border: none;
	outline: none;
}

a.skip {
	display: none;
}

.center {
	text-align: center;
}

header {
	padding: .5rem 0;
	color: #fff;
	background-color: #22316a;
	print-color-adjust: exact;
}

header .inner {
	padding: .5rem 1.5rem;
	display: inline-block;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

.logo {
	padding-top: 0;
	flex-basis: 50%;
}

.tag {
	display: block;
	font-size: 0.889rem;
	font-style: italic;
}

.brand {
	display: inline-block;
	display: flex;
	justify-content: space-between;
}

.brand img {
	max-height: 50px;
	width: auto;
	margin: auto auto auto .5rem;
}

button,
a.wp-block-button__link {
	color: #26397b;
	background-color: #fbc01f;
	border: 1px solid #fbc01f;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: 1.5;
	padding: .5rem 1rem;
	text-align: center;
	text-decoration: none;
}

/* Home */
.hero {
	padding: 1rem 0;
	color: #fff;
	background: #26397b;
	print-color-adjust: exact;
}

.hero img {
	display: none;
}

.hero h1 {
	font-size: 1.5rem;
	line-height: 1.2;
	color: #fff;
}

.hero h1 span {
	color: #fbc01f;
}

.grid.second {
	background-color: #f8f8f8;
	print-color-adjust: exact;
}

/* Form styles */

main .inner.form {
	max-width: 52.5rem;
}

/* Results */

.overview {
	padding: .25rem 1.5rem 1rem;
	background-color: #e5e5e5;
	border-radius: 4px;
	print-color-adjust: exact;
}

.overview ul {
	padding-left: 0;
}

.overview li {
	list-style: none;
	line-height: 2;
}

.download {
	margin-top: .5rem;
	padding: 1rem 2rem;
	background-color: #fbc01f;
	border-radius: 4px;
	print-color-adjust: exact;
}

.download a {
	font-weight: bold;
	text-decoration: none;
}

.download a::before {
	content: '';
	display: inline-block;
	margin-right: .25rem;
	background: url(img/pdf.png) center center no-repeat;
	width: 64px;
	height: 84px;
	vertical-align: middle;
}

.results .intro {
	display: inline-block;
	display: flex;
	justify-content: space-between;
}

.results .summary {
	margin: 2rem 0 0 2rem;
}

@supports (display:grid) {
	.results .intro {
		display: grid;
		grid-template-columns: 60% 40%;
	}
}

.results h2.category {
	margin-top: 1.5rem;
	padding: 1.5rem;
	color: #fff;
	background-color: #26397b;
	border-radius: 4px;
	font-size: 1.333rem;
	font-weight: normal;
	print-color-adjust: exact;
}

.results h2.category b {
	color: #fbc01f;
}

.response {
	font-weight: bold;
}

.response b {
	padding: .25rem .5rem;
	background-color: #e5e5e5;
	print-color-adjust: exact;
}

.action {
	margin-bottom: 2rem;
	padding: .75rem 2rem 2rem;
	background-color: #fef0ca;
	print-color-adjust: exact;
}

.action h4 {
	font-size: 1.556rem;
}

.quick_read img,
.dig_deeper img {
	margin-right: .5rem;
	float: left;
}

.dig_deeper img {
	margin-bottom: 1rem;
}

footer {
	margin-top: 2rem;
	padding: 1rem;
	width: 100%;
	color: #fff;
	background-color: #26397b;
	print-color-adjust: exact;
}

footer h3,
footer a {
	color: #fff;
}