.rh-global-brand {
	line-height: 1;
	margin: 0;
}

.rh-global-brand-link {
	display: inline-flex;
	text-decoration: none;
}

.rh-global-logo-crop {
	background: #fff;
	border: 1px solid rgba(13, 33, 52, .12);
	border-radius: 10px;
	box-shadow: 0 7px 22px rgba(13, 33, 52, .12);
	display: block;
	height: 64px;
	overflow: hidden;
	position: relative;
	width: 228px;
}

.rh-global-logo-crop img {
	display: block;
	height: auto;
	max-width: none;
	position: absolute;
	transform: translateY(-22px);
	width: 228px;
}

.rh-global-header-bar {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	gap: clamp(22px, 4vw, 54px);
	justify-content: space-between;
	margin-inline: auto;
	max-width: 1180px;
	padding: 10px 24px;
	width: 100%;
}

.rh-global-header-bar > .wp-block-navigation {
	margin-left: auto;
}

.rh-header-brand {
	flex: 0 0 auto;
}

.rh-header-brand .rh-global-logo-crop {
	height: 54px;
	width: 192px;
}

.rh-header-brand .rh-global-logo-crop img {
	transform: translateY(-18px);
	width: 192px;
}

.rh-page-title-wide {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1180px !important;
	width: calc(100% - 48px) !important;
}

.rh-page-title-wide .wp-block-post-title {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
}

.rh-directory-page > p:first-child {
	margin-left: 0 !important;
	max-width: 820px !important;
}

.rh-directory-page > .wp-block-columns {
	align-items: stretch;
}

.rh-directory-page > .wp-block-columns > .wp-block-column > .wp-block-group {
	box-sizing: border-box;
	height: 100%;
}

/* Keep the three permanent homepage destinations visually balanced. */
.rh-home-explore-grid > .wp-block-column {
	display: flex;
}

.rh-home-explore-grid > .wp-block-column > .wp-block-group {
	display: flex;
	flex-direction: column;
	height: 100%;
	hyphens: none;
	overflow-wrap: normal;
	width: 100%;
	word-break: normal;
}

.rh-home-explore-grid > .wp-block-column > .wp-block-group > p:last-child {
	margin-top: auto;
	padding-top: 18px;
}

/* About, Newsletter, Contact and Privacy content pages. */
.rh-info-page {
	box-sizing: border-box;
	color: #13263a;
	padding: clamp(58px, 8vw, 104px) 24px;
}

.rh-info-page h2 {
	color: #0d2134;
	font-size: clamp(2rem, 4vw, 3.45rem);
	letter-spacing: -.048em;
	line-height: 1.08;
}

.rh-info-page h3 {
	color: #0d2134;
	font-size: 1.45rem;
	letter-spacing: -.032em;
	line-height: 1.2;
}

.rh-info-page p,
.rh-info-page li {
	color: #526273;
	font-size: 1rem;
	line-height: 1.72;
}

.rh-info-page a {
	color: #087f73;
	font-weight: 700;
}

.rh-info-intro {
	gap: clamp(34px, 7vw, 88px);
}

.rh-info-kicker {
	color: #087f73 !important;
	font-size: .75rem !important;
	font-weight: 800;
	letter-spacing: .13em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.rh-info-lead {
	color: #31465a !important;
	font-size: clamp(1.15rem, 2vw, 1.38rem) !important;
	line-height: 1.58 !important;
}

.rh-info-copy-narrow {
	margin-inline: 0 !important;
	max-width: 820px !important;
}

.rh-info-section {
	margin-top: clamp(58px, 8vw, 96px) !important;
}

.rh-info-card-grid {
	align-items: stretch !important;
}

.rh-info-card-grid > .wp-block-column {
	display: flex;
}

.rh-info-card {
	background: #eef4f6;
	border: 1px solid #d9e2e8;
	border-radius: 12px;
	box-sizing: border-box;
	height: 100%;
	padding: 30px;
	width: 100%;
}

.rh-info-card h3,
.rh-info-card p {
	margin-top: 0;
}

.rh-info-dark-card,
.rh-info-dark-cta {
	background: #0d2134;
	border-radius: 14px;
	box-sizing: border-box;
	color: #dce8ee;
	padding: clamp(30px, 4vw, 48px);
}

.rh-info-dark-card h3,
.rh-info-dark-cta h2 {
	color: #fff;
	margin-top: 0;
}

.rh-info-dark-card p,
.rh-info-dark-card li,
.rh-info-dark-cta p {
	color: #c3d1d9;
}

.rh-info-dark-card li + li {
	margin-top: 8px;
}

.rh-info-dark-cta {
	margin-top: clamp(58px, 8vw, 96px) !important;
}

.rh-info-dark-cta .rh-info-kicker {
	color: #75d9cd !important;
}

.rh-info-small {
	font-size: .88rem !important;
}

.rh-info-callout {
	border-left: 4px solid #087f73;
	margin-top: clamp(58px, 8vw, 96px) !important;
	padding: 4px 0 4px 28px;
}

.rh-info-callout h2 {
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	margin-top: 0;
}

.rh-info-meta {
	background: #eef4f6;
	border-radius: 7px;
	display: inline-block;
	font-size: .88rem !important;
	margin-bottom: 26px;
	padding: 8px 12px;
}

/* Contact form integration. */
.rh-contact-form {
	background: #fff;
	border: 1px solid #d9e2e8;
	border-radius: 14px;
	box-shadow: 0 18px 48px rgba(13, 33, 52, .07);
	box-sizing: border-box;
	margin-top: 28px;
	padding: clamp(26px, 5vw, 48px);
}

.rh-contact-form .wpforms-container {
	margin: 0;
}

.rh-contact-form .wpforms-field-label {
	color: #0d2134 !important;
	font-size: .95rem !important;
	font-weight: 750 !important;
}

.rh-contact-form input[type="text"],
.rh-contact-form input[type="email"],
.rh-contact-form input[type="url"],
.rh-contact-form select,
.rh-contact-form textarea {
	background: #f8fafb !important;
	border: 1px solid #c9d5df !important;
	border-radius: 7px !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color: #13263a !important;
	font: inherit !important;
	max-width: none !important;
	padding: 12px 14px !important;
	width: 100% !important;
}

.rh-contact-form input:focus,
.rh-contact-form select:focus,
.rh-contact-form textarea:focus {
	border-color: #087f73 !important;
	box-shadow: 0 0 0 3px rgba(8, 127, 115, .13) !important;
	outline: none !important;
}

.rh-contact-form button[type="submit"] {
	background: #087f73 !important;
	border: 0 !important;
	border-radius: 7px !important;
	color: #fff !important;
	font-size: 1rem !important;
	font-weight: 750 !important;
	min-height: 48px !important;
	padding: 12px 24px !important;
}

.rh-contact-form button[type="submit"]:hover,
.rh-contact-form button[type="submit"]:focus {
	background: #06675e !important;
}

.rh-contact-form-notice {
	background: #eef4f6;
	border-left: 4px solid #087f73;
	color: #31465a;
	margin-top: 24px;
	padding: 20px 22px;
}

.rh-form-privacy {
	color: #66788a !important;
	font-size: .86rem !important;
	line-height: 1.62 !important;
	margin: 18px 0 0 !important;
}

.rh-privacy-page {
	max-width: 900px !important;
}

.rh-privacy-page h2 {
	font-size: clamp(1.55rem, 2.5vw, 2.05rem);
	letter-spacing: -.035em;
	margin-top: 2.25em;
}

.rh-privacy-page h2:first-of-type {
	margin-top: 1.6em;
}

.rh-privacy-page li + li {
	margin-top: 9px;
}

.rh-footer-brand .rh-global-logo-crop {
	height: 58px;
	width: 208px;
}

.rh-footer-brand .rh-global-logo-crop img {
	transform: translateY(-20px);
	width: 208px;
}

@media (max-width: 520px) {
	.rh-global-header-bar {
		gap: 14px;
		padding: 8px 18px;
	}

	.rh-header-brand .rh-global-logo-crop {
		height: 46px;
		width: 164px;
	}

	.rh-header-brand .rh-global-logo-crop img {
		transform: translateY(-15px);
		width: 164px;
	}

	.rh-global-logo-crop {
		height: 56px;
		width: 200px;
	}

	.rh-global-logo-crop img {
		transform: translateY(-19px);
		width: 200px;
	}

	.rh-info-page {
		padding-inline: 18px;
	}

	.rh-info-card,
	.rh-info-dark-card,
	.rh-info-dark-cta {
		padding: 25px;
	}

	.rh-info-callout {
		padding-left: 20px;
	}
}
