.hs-template .hs-directory-identity {
	--hs-editorial-accent: #5e8ab4;
	position: relative;
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr) 230px;
	gap: 28px;
	align-items: center;
	margin: 0 0 28px;
	padding: 30px 34px;
	overflow: hidden;
	border: 1px solid #d8e0e9;
	border-top: 4px solid #002554;
	background:
		linear-gradient(90deg, rgba(238,244,249,.72), transparent 38%),
		#fff;
	box-shadow: 0 14px 38px rgba(0,37,84,.07);
	color: #13263a;
}

.hs-template .hs-directory-panel > .hs-directory-identity {
	margin: 0;
	border: 0;
	border-top: 4px solid #002554;
	border-bottom: 1px solid #d8e0e9;
	box-shadow: none;
}

.hs-template .hs-directory-filters {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
	gap: 12px;
	align-items: end;
	padding: 18px 40px;
	border-bottom: 1px solid #d8e0e9;
	background: #f7f9fc;
}

.hs-template .hs-directory-filters label {
	display: grid;
	gap: 6px;
	margin: 0;
}

.hs-template .hs-directory-filters label > span {
	color: #536173;
	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hs-template .hs-directory-filters select {
	width: 100%;
	height: 42px;
	padding: 0 12px;
	border: 1px solid #cad4e0;
	border-radius: 0;
	background: #fff;
	color: #101820;
}

.hs-template .hs-directory-filters button {
	height: 42px;
	padding: 0 22px;
	border: 0;
	border-radius: 0;
	background: #002554;
	color: #fff;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hs-template .hs-control-bar--search {
	grid-template-columns: minmax(0, 1fr) !important;
}

.hs-template .hs-directory-identity::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	height: 100%;
	pointer-events: none;
	background:
		linear-gradient(135deg, transparent 47%, rgba(0,37,84,.025) 48%, rgba(0,37,84,.025) 52%, transparent 53%);
	background-size: 22px 22px;
}

.hs-template .hs-directory-identity--leagues {
	--hs-editorial-accent: #a8802c;
}

.hs-template .hs-directory-identity--players,
.hs-template .hs-directory-identity--players-female {
	--hs-editorial-accent: #397bad;
}

.hs-template .hs-directory-identity__mark,
.hs-template .hs-directory-identity__copy,
.hs-template .hs-directory-identity__context {
	position: relative;
	z-index: 1;
}

.hs-template .hs-directory-identity__mark {
	align-self: stretch;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 126px;
	padding-top: 7px;
	border-right: 1px solid #dbe3eb;
}

.hs-template .hs-directory-identity__mark span {
	color: #002554;
	font-family: "Oswald", Arial, sans-serif;
	font-size: 1.65rem;
	font-weight: 900;
	letter-spacing: -.03em;
	line-height: 1;
}

.hs-template .hs-directory-identity__eyebrow {
	display: block;
	margin: 0 0 7px;
	color: var(--hs-editorial-accent);
	font-family: "Oswald", Arial, sans-serif;
	font-size: .64rem;
	font-weight: 900;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.hs-template .hs-directory-identity h1 {
	margin: 0;
	color: #002554;
	font-family: "Oswald", Arial, sans-serif;
	font-size: clamp(2rem, 3.2vw, 3.25rem);
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1;
	text-transform: uppercase;
}

.hs-template .hs-directory-identity__copy > p {
	max-width: 660px;
	margin: 11px 0 0;
	color: #59697a;
	font-size: .78rem;
	line-height: 1.55;
}

.hs-template .hs-directory-identity__trail {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 15px;
	color: #35516b;
	font-size: .57rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hs-template .hs-directory-identity__trail i {
	color: #aebbc7;
	font-style: normal;
}

.hs-template .hs-directory-identity__context {
	display: grid;
	align-self: stretch;
	align-content: center;
	min-width: 0;
	padding: 18px 20px;
	border-left: 3px solid var(--hs-editorial-accent);
	background: #f3f7fa;
}

.hs-template .hs-directory-identity__context > div span,
.hs-template .hs-directory-identity__context > div strong {
	display: block;
}

.hs-template .hs-directory-identity__context > div span {
	color: #718296;
	font-size: .52rem;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.hs-template .hs-directory-identity__context > div strong {
	margin-top: 7px;
	color: #002554;
	font-family: "Oswald", Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.15;
	text-transform: uppercase;
}

.hs-template .hs-directory-identity__context > p {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 15px 0 0;
	padding-top: 12px;
	border-top: 1px solid #dce5ed;
	color: #627589;
	font-size: .5rem;
	font-weight: 900;
	letter-spacing: .1em;
	line-height: 1.3;
	text-transform: uppercase;
}

.hs-template .hs-directory-identity__context > p i {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	border-radius: 50%;
	background: #24a879;
	box-shadow: 0 0 0 4px rgba(36,168,121,.1);
}

@media (max-width: 960px) {
	.hs-template .hs-directory-filters {
		grid-template-columns: 1fr 1fr;
		padding-right: 30px;
		padding-left: 30px;
	}

	.hs-template .hs-directory-filters button {
		grid-column: 1 / -1;
	}

	.hs-template .hs-directory-identity {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 22px;
	}

	.hs-template .hs-directory-identity__context {
		grid-column: 1 / -1;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 18px;
	}

	.hs-template .hs-directory-identity__context > p {
		margin: 0;
		padding: 0 0 0 18px;
		border-top: 0;
		border-left: 1px solid #dce5ed;
	}
}

@media (max-width: 640px) {
	.hs-template .hs-directory-filters {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		padding: 16px;
	}

	.hs-template .hs-directory-filters label:last-of-type,
	.hs-template .hs-directory-filters button {
		grid-column: 1 / -1;
	}

	.hs-template .hs-directory-identity {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 15px;
		margin-bottom: 18px;
		padding: 22px 18px;
	}

	.hs-template .hs-directory-identity__mark {
		min-height: 108px;
	}

	.hs-template .hs-directory-identity__mark span {
		font-size: 1.25rem;
	}

	.hs-template .hs-directory-identity h1 {
		font-size: clamp(1.8rem, 9.5vw, 2.55rem);
	}

	.hs-template .hs-directory-identity__copy > p {
		font-size: .7rem;
	}

	.hs-template .hs-directory-identity__context {
		display: grid;
		align-items: start;
		padding: 14px 15px;
	}

	.hs-template .hs-directory-identity__context > p {
		margin-top: 10px;
		padding: 9px 0 0;
		border-top: 1px solid #dce5ed;
		border-left: 0;
	}
}
