.aodson-pc-nav-item--primary > a {
	color: #2469b3 !important;
	font-weight: 700 !important;
}

.aodson-pc-nav-item--utility > a {
	font-weight: 700;
}

.aodson-pc-handoff {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 36px;
	align-items: center;
	margin: 56px 0 20px;
	padding: 32px;
	border: 1px solid #d9e3ed;
	border-left: 4px solid #2f75bb;
	border-radius: 6px;
	background: #f7fafc;
	box-sizing: border-box;
}

.aodson-pc-handoff-wrap {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}

.aodson-pc-handoff__copy h2 {
	margin: 6px 0 10px;
	font-size: 32px;
	line-height: 1.18;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.aodson-pc-handoff h2 {
		font-size: 26px;
	}
}

.aodson-pc-handoff__copy p:last-child {
	margin: 0;
	color: #526477;
}

.aodson-pc-handoff__eyebrow {
	margin: 0;
	color: #2469b3;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
}

.aodson-pc-handoff__actions {
	display: flex;
	min-width: 224px;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
}

.aodson-pc-button,
.aodson-pc-text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 18px;
	border-radius: 4px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.aodson-pc-button {
	background: #2469b3;
	color: #fff !important;
}

.aodson-pc-button:hover,
.aodson-pc-button:focus-visible {
	background: #174d86;
}

.aodson-pc-text-link {
	border: 1px solid #b8c7d6;
	background: #fff;
	color: #17324d !important;
}

@media (min-width: 1025px) and (max-width: 1279px) {
	.aodson-pc-nav-item--primary {
		display: none !important;
	}
}

@media (max-width: 760px) {
	.aodson-pc-handoff {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 40px;
		padding: 24px 20px;
	}

	.aodson-pc-handoff__actions {
		min-width: 0;
	}
}
