:root {
	--osprey-color-ink: #111111;
	--osprey-color-paper: #ffffff;
	--osprey-content-width: 1200px;
	--osprey-gutter: clamp(20px, 4vw, 64px);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--osprey-color-paper);
	color: var(--osprey-color-ink);
}

.osprey-container {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: var(--osprey-content-width);
	padding-inline: var(--osprey-gutter);
	width: 100%;
}

.osprey-system-content {
	min-height: 420px;
	padding-block: clamp(64px, 8vw, 112px);
}

.osprey-system-content h1,
.osprey-system-content h2 {
	color: #193258;
	font-family: "Bebas Neue", "Arial Narrow", sans-serif;
	letter-spacing: .025em;
	line-height: 1;
}

.osprey-system-content h1 {
	font-size: clamp(3rem, 7vw, 6rem);
}

.osprey-system-kicker {
	color: #188f98;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.osprey-system-results {
	display: grid;
	gap: 24px;
}

.osprey-system-card {
	border-bottom: 1px solid #d9e0e6;
	padding-block: 24px;
}

.osprey-system-card a {
	color: #193258;
}

.osprey-system-card h2 {
	font-size: 28px;
	margin-bottom: 8px;
}

.osprey-system-meta {
	color: #666;
	font-size: 14px;
	margin: 0 0 8px;
}

.osprey-system-entry p {
	margin-bottom: 0;
}

@media (min-width: 981px) {
	.search .osprey-system-content {
		padding-block: 58px 0;
	}

	.search .osprey-system-card {
		box-sizing: border-box;
		height: 152.2px;
		overflow: hidden;
		padding-block: 22px;
	}
}

.search .osprey-system-content {
	max-width: 1080px;
	padding-inline: 0;
	padding-top: 58px;
	width: 80%;
}

.search .osprey-system-results {
	gap: 0;
}

.search .osprey-system-card {
	border: 0;
	margin-bottom: 42px;
	min-width: 0;
	overflow-wrap: break-word;
	padding: 0;
}

.search .osprey-system-card h2 {
	display: none;
}

.search .osprey-system-card .osprey-system-meta {
	color: #666;
	font-size: 14px;
	margin: 0;
	padding-bottom: 15px;
}

.search .osprey-system-entry {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7em;
}

.osprey-system-pagination {
	display: flex;
	justify-content: space-between;
	min-height: 24px;
}

.osprey-system-sidebar {
	box-sizing: border-box;
}

.osprey-system-widget {
	margin-bottom: 30px;
}

.osprey-system-widget h2 {
	color: #666;
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7em;
	margin: 0;
}

@media (min-width: 981px) {
	.search .osprey-system-layout {
		display: grid;
		grid-template-columns: 79.125% 20.875%;
	}

	.search .osprey-system-primary {
		padding-bottom: 111px;
		padding-right: 5.5%;
	}

	.search .osprey-system-sidebar {
		border-left: 1px solid #e2e2e2;
		padding-left: 30px;
	}
}

@media (max-width: 980px) {
	.search .osprey-system-sidebar {
		padding-top: 30px;
	}
}

.osprey-search-form {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-block: 24px;
}

.osprey-search-field {
	border: 2px solid #193258;
	min-height: 48px;
	padding: 10px 14px;
	width: min(100%, 440px);
}

.osprey-system-button {
	background: #188f98;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 800;
	min-height: 48px;
	padding: 12px 22px;
	text-decoration: none;
	text-transform: uppercase;
}

.osprey-default-container {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 1080px;
	padding-top: 58px;
	width: 80%;
}

.osprey-404-primary h1,
.osprey-default-sidebar h2 {
	color: #333;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 500;
	line-height: 1em;
}

.osprey-404-primary h1 {
	font-size: 30px;
	padding-bottom: 10px;
}

.osprey-404-primary p,
.osprey-default-sidebar p {
	color: #666;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7em;
}

.osprey-default-sidebar {
	box-sizing: border-box;
}

.osprey-default-widget {
	margin-bottom: 30px;
}

.osprey-default-sidebar h2 {
	font-size: 26px;
	padding-bottom: 10px;
}

.osprey-default-search {
	display: flex;
	height: 40px;
	position: relative;
	width: 100%;
}

.osprey-default-search input,
.osprey-default-search button {
	border: 1px solid #ddd;
	border-radius: 0;
	box-sizing: border-box;
	color: #666;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	height: 40px;
	padding: 9px;
}

.osprey-default-search input {
	min-width: 0;
	width: 100%;
}

.osprey-default-search button {
	background: #ddd;
	cursor: pointer;
}

@media (min-width: 981px) {
	.error404 .osprey-default-container {
		height: 339.2px;
	}

	.osprey-404-layout {
		display: grid;
		grid-template-columns: 79.125% 20.875%;
		min-height: 281.2px;
	}

	.osprey-404-primary {
		padding-right: 5.5%;
	}

	.osprey-default-sidebar {
		border-left: 1px solid #e2e2e2;
		padding-left: 30px;
	}
}

@media (max-width: 980px) {
	.error404 .osprey-default-container {
		padding-bottom: 41px;
	}

	.osprey-default-sidebar {
		padding-top: 30px;
	}
}

@media (min-width: 981px) and (max-width: 1100px) {
	.error404 .osprey-default-container {
		height: 387.2px;
	}
}
