<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.primoSearchBoxContainer {
	border: 2px solid #e2ded7;
	box-shadow: 0 1.25rem 0 -.625rem #e2ded7;
	padding: 1rem;
}

.primoSearchBoxHeader {
	background-color: #8a0000;
	padding: 1rem;
	margin: calc(-1rem - 2px) calc(-1rem - 2px) 1rem calc(-1rem - 2px);
	color: #ffffff;
}

.primoSearchBoxHeader img {
	width: 150px;
	vertical-align: text-bottom;
}

.primoSearchBoxInstructionText {
	font-style: italic;
}

.primoSearchBox {
	font-size: 2.5rem;
	border: 1px solid #8a0000;
	border-bottom-width: 4px;
	padding: 0 1.25rem;
	margin-bottom: 1rem;
	height: 5rem;
	width: 100%;
}

.primoSearchButton {
	border: none;
	background-color: #8a0000;
	font-size: 2rem;
	padding: 0.5rem 2rem;
	color: #ffffff;
	transition: 0.15s background-color, color ease-in-out;
	height: calc(5rem + 1px);
	width: 100%;
	max-width: 100%;
}

.primoSearchButton:hover {
	background-color: #ffc420;
	color: #2e262a;
}

.primoSearchBoxFooterText {
	margin: 0.5rem 0 0 0;
}</pre></body></html>