@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  font-size: 18px; /* Base font size for rem calculation */
}

*, body, p, li, td {
	font-family: "PT Sans", sans-serif;
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Oswald", serif;
	font-weight:400;
	font-optical-sizing: auto;
	font-display: swap;
	font-style: normal;
}
h1 {
	color:#c8102e;
	font-size:2.5rem;
	line-height:1.1em;
}
h2 {
	color:#c8102e;
	font-size:2rem;
	line-height:1.1em;
}
h3 {
	color:#c8102e;
	font-size:1.8rem;
	line-height:1.1em;
}
h4 {
	color:#c8102e;
	font-size:1.2rem;
	line-height:1.1em;
}
h5 {
	color:#c8102e;
	font-size:1.2rem;
	line-height:1.1em;
}
div.bluebar {
	background-color:#16478E;
	background-size:cover;
	background-position:50% 50%;
}
div.siteTitleRow a#lps-site-title {
	color: white;
	font-size: 3.1rem;
	line-height: 1.4em;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: 500;
	font-family: "Oswald", serif;
	font-optical-sizing: auto;
	text-decoration: none;
}
legend {
	font-family: "Oswald", serif;
	font-weight:400;
	font-optical-sizing: auto;
	font-display: swap;
	font-style: normal;
	color:#c8102e;
	font-size:1.1rem;
	line-height:1.1em;
}
label {
	font-family: "Oswald", serif;
	font-weight:400;
	font-optical-sizing: auto;
	font-display: swap;
	font-style: normal;
	color:#333;
	font-size:1.1rem;
	line-height:1.1em;
}
.form-description {
	font-family: "PT Sans", sans-serif;
	font-display: swap;
	color:#666;
	font-size:1rem;
	line-height:1em;
	margin-top:0;
	margin-bottom:1.5rem;
}
textarea:has(+ .form-description) {
	margin-bottom:.5rem;
}