#site-container .clinicians-hero {
	background: linear-gradient(120deg, #4A63B0 0%, #8A2F93 38%, #C71F6E 72%, #EE6A4D 100%);
}

body .clinicians-hero h6 {
	color: #FFE0D2;
}

body .clinicians-hero h6:before {
	background: #FFE0D2;
}

#site-container .clinicians-hero .is-style-checkmark-list {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	font-size: .92rem;
}

body .clinicians-hero .is-style-checkmark-list li {
	padding-left: 5px;
	margin-top: 0;
}

body .clinicians-hero .wp-block-image {
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 18px 50px -26px rgba(52, 18, 63, .5);
	background: #fff;
	border: 5px solid rgba(255, 255, 255, .55);
}

#site-container .referral-pathway-row {
	counter-reset: referral-step;
}

body .referral-pathway-row > .wp-block-column {
	position: relative;
	counter-increment: referral-step;
}

body .referral-pathway-row .wp-block-image {
	position: relative;
	display: inline-block;
	width: 92px;
	height: 92px;
	border-radius: 50%;
	background-color: var(--wp--preset--color--12);
	border: 3px solid var(--wp--preset--color--5);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	counter-increment: step;
}

body .referral-pathway-row > .wp-block-column:nth-child(2) .wp-block-image {
	border-color: #ee6a4d;
	background: #fce3d9;
	box-shadow: 0 0 0 6px rgba(238, 106, 77, .16);
}

body .referral-pathway-row .wp-block-image:before {
	content: counter(referral-step);
	position: absolute;
	top: -8px;
	right: -8px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #8a2f93;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body .referral-pathway-row > .wp-block-column:nth-child(2) .wp-block-image:before {
	background: #ee6a4d;
}

body .referral-pathway-text strong {
	font-weight: 600;
	color: var(--wp--preset--color--4);
}

#site-container .reporting-triage-box {
	box-shadow: 0 10px 30px -22px rgba(52, 18, 63, .4);
}

#site-container .reporting-triage-box .wp-block-image {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: #f4e7f2;
	display: flex;
	align-items: center;
	justify-content: center;
}

#site-container .reporting-triage-img {
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 18px 50px -26px rgba(52, 18, 63, .5);
	border: 5px solid #F4E7F2;
}

body .preferred-partner-row .wp-block-group {
	box-shadow: 0 10px 30px -22px rgba(52, 18, 63, .4);
}

#site-container .preferred-partner-row .wp-block-image {
	width: 54px;
	height: 54px;
	border-radius: 14px;
	background: #f4e7f2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0 !important;
}

body .screening-tools-row .wp-element-button {
	background: transparent;
	border: 1px solid #ecd7ea;
	color: #8a2f93;
	box-shadow: none;
}

body .screening-tools-row .wp-element-button:hover,
body .screening-tools-row .wp-element-button:focus {
	background: #f4e7f2;
	border-color: #8a2f93;
}



















/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 981px) {

	body .clinicians-hero p {
		max-width: 46ch;
	}

	body .clinicians-hero .wp-block-image img {
		min-height: 641px;
		object-fit: cover;
	}

	#site-container .referral-pathway-row {
		position: relative;
	}

	body .referral-pathway-row:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 46px;
		height: 3px;
		background: repeating-linear-gradient(90deg, #c71f6e 0 10px, transparent 10px 20px);
		opacity: .4;
	}

}

@media only screen and (max-width: 980px) {

	#site-container .referral-pathway-row {
		max-width: 370px;
	}

	#site-container .tier-four-boxes {
		max-width: 370px;
	}

	#site-container .reporting-triage-box {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}

	#site-container .reporting-triage-box .wp-block-image {
		margin-left: auto;
		margin-right: auto;
	}

	#site-container .preferred-partner-row {
		max-width: 370px;
	}

	#site-container .screening-tools-row {
		max-width: 370px;
	}

}
