.kmutt-staff-page {
	background: #fff;
	color: #101828;
	font-family: inherit;
}

.kmutt-staff-page a {
	text-decoration: none;
}

.kmutt-staff-hero {
	background:
		linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 38%, rgba(255,255,255,.28) 72%, rgba(255,255,255,.08) 100%),
		var(--staff-hero-image) center right / cover no-repeat;
	border-bottom: 1px solid #edf0f4;
	min-height: 430px;
	padding: 26px 0 32px;
}

.kmutt-staff-breadcrumb {
	align-items: center;
	color: #667085;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 7px;
	margin-bottom: 30px;
}

.kmutt-staff-breadcrumb a {
	color: #344054 !important;
}

.kmutt-staff-breadcrumb .material-icons {
	font-size: 17px;
}

.kmutt-staff-breadcrumb strong {
	color: #f15a24;
}

.kmutt-staff-hero-copy {
	max-width: 560px;
	padding: 8px 0 30px;
}

.kmutt-staff-hero-copy h1 {
	color: #101828;
	font-size: clamp(44px, 6vw, 76px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: .95;
	margin: 0 0 18px;
}

.kmutt-staff-hero-copy h1 span {
	display: block;
}

.kmutt-staff-hero-copy h1 span + * {
	color: #f15a24;
}

.kmutt-staff-hero-copy p {
	color: #111827;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 18px;
	max-width: 520px;
}

.kmutt-staff-hero-copy em {
	color: #d94a16;
	display: block;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.35;
	max-width: 250px;
}

.kmutt-staff-search {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	box-shadow: 0 18px 34px rgba(17, 24, 39, .1);
	display: flex;
	gap: 12px;
	height: 62px;
	max-width: 930px;
	overflow: hidden;
	padding: 0 10px 0 24px;
}

.kmutt-staff-search .material-icons {
	color: #101828;
	font-size: 30px;
}

.kmutt-staff-search input {
	border: 0;
	color: #101828;
	flex: 1;
	font-size: 17px;
	height: 100%;
	min-width: 0;
	outline: 0;
}

.kmutt-staff-search button {
	background: #f15a24;
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	height: 48px;
	min-width: 160px;
}

.kmutt-staff-quick,
.kmutt-staff-services,
.kmutt-staff-updates,
.kmutt-staff-people,
.kmutt-staff-help-section,
.kmutt-staff-tools {
	padding: 24px 0;
}

.kmutt-staff-section-kicker {
	color: #101828;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.kmutt-staff-quick-grid {
	align-items: stretch;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(6, minmax(0, 1fr)) minmax(170px, .9fr);
}

.kmutt-staff-quick-item,
.kmutt-staff-favorite {
	align-items: center;
	background: #fff;
	border: 1px solid #e6eaf0;
	border-radius: 8px;
	color: #101828 !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 108px;
	padding: 16px 10px;
	text-align: center;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.kmutt-staff-quick-item:hover,
.kmutt-staff-favorite:hover {
	border-color: #f15a24;
	box-shadow: 0 16px 28px rgba(17, 24, 39, .08);
	transform: translateY(-2px);
}

.kmutt-staff-quick-item .material-icons {
	color: #f15a24;
	font-size: 44px;
	margin-bottom: 8px;
}

.kmutt-staff-quick-item strong {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
}

.kmutt-staff-favorite {
	align-items: center;
	border-color: transparent;
	gap: 4px;
}

.kmutt-staff-favorite > .material-icons:first-child,
.kmutt-staff-favorite strong {
	color: #f15a24;
	font-size: 18px;
	font-weight: 800;
}

.kmutt-staff-favorite em {
	color: #344054;
	font-size: 14px;
	font-style: normal;
}

.kmutt-staff-services h2,
.kmutt-staff-people h2 {
	font-size: 24px;
	font-weight: 900;
	margin: 0 0 16px;
}

.kmutt-staff-service-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.kmutt-staff-service-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	min-height: 260px;
	padding: 24px;
}

.kmutt-staff-service-card ul {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
}

.kmutt-staff-service-card li a {
	color: #101828 !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
}

.kmutt-staff-service-head {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 42px minmax(0, 1fr);
	margin-bottom: 16px;
}

.kmutt-staff-service-head .material-icons {
	font-size: 38px;
}

.kmutt-staff-service-head h3 {
	font-size: 19px;
	font-weight: 900;
	line-height: 1.3;
	margin: 0;
}

.kmutt-staff-tone-orange {
	background: linear-gradient(135deg, #fff7f1, #fff);
}

.kmutt-staff-tone-orange .material-icons,
.kmutt-staff-tone-orange .kmutt-staff-card-more {
	color: #f15a24 !important;
}

.kmutt-staff-tone-blue {
	background: linear-gradient(135deg, #f3f8ff, #fff);
}

.kmutt-staff-tone-blue .material-icons,
.kmutt-staff-tone-blue .kmutt-staff-card-more {
	color: #1565c0 !important;
}

.kmutt-staff-tone-green {
	background: linear-gradient(135deg, #f1fbf7, #fff);
}

.kmutt-staff-tone-green .material-icons,
.kmutt-staff-tone-green .kmutt-staff-card-more {
	color: #008b6f !important;
}

.kmutt-staff-tone-purple {
	background: linear-gradient(135deg, #f8f4ff, #fff);
}

.kmutt-staff-tone-purple .material-icons,
.kmutt-staff-tone-purple .kmutt-staff-card-more {
	color: #7048c9 !important;
}

.kmutt-staff-tone-red {
	background: linear-gradient(135deg, #fff5f6, #fff);
}

.kmutt-staff-tone-red .material-icons,
.kmutt-staff-tone-red .kmutt-staff-card-more {
	color: #e0173f !important;
}

.kmutt-staff-card-more {
	align-items: center;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	gap: 6px;
	margin-top: auto;
}

.kmutt-staff-card-more .material-icons {
	font-size: 18px;
}

.kmutt-staff-update-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kmutt-staff-update-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 18px;
}

.kmutt-staff-update-card header {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: 24px 1fr auto;
	margin-bottom: 12px;
}

.kmutt-staff-update-card header .material-icons {
	color: #f15a24;
	font-size: 22px;
}

.kmutt-staff-update-card h2 {
	font-size: 17px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.kmutt-staff-update-card header a {
	align-items: center;
	color: #101828 !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 4px;
	white-space: nowrap;
}

.kmutt-staff-update-list {
	display: grid;
	gap: 0;
}

.kmutt-staff-update-item {
	border-top: 1px solid #edf0f4;
	color: #101828 !important;
	display: grid;
	gap: 12px;
	grid-template-columns: 78px minmax(0, 1fr);
	padding: 13px 0;
}

.kmutt-staff-update-item:first-child {
	border-top: 0;
	padding-top: 0;
}

.kmutt-staff-update-item img,
.kmutt-staff-update-date {
	background: #f8fafc;
	border-radius: 6px;
	height: 64px;
	object-fit: cover;
	width: 78px;
}

.kmutt-staff-update-date {
	align-items: center;
	color: #101828;
	display: flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.25;
	padding: 8px;
	text-align: center;
}

.kmutt-staff-update-item strong {
	display: -webkit-box;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.kmutt-staff-update-item em {
	color: #667085;
	display: block;
	font-size: 14px;
	font-style: normal;
	margin-top: 5px;
}

.kmutt-staff-people-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kmutt-staff-people-card {
	align-items: flex-end;
	background: #111827;
	border-radius: 8px;
	color: #fff !important;
	display: flex;
	min-height: 210px;
	overflow: hidden;
	position: relative;
}

.kmutt-staff-people-card img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: .72;
	position: absolute;
	transition: transform .25s ease;
	width: 100%;
}

.kmutt-staff-people-card:hover img {
	transform: scale(1.04);
}

.kmutt-staff-people-card span {
	background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.82));
	display: grid;
	gap: 6px;
	padding: 16px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.kmutt-staff-people-card em {
	background: #006bb6;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	justify-self: start;
	padding: 4px 8px;
	text-transform: uppercase;
}

.kmutt-staff-people-card strong {
	color: #fff;
	display: -webkit-box;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.kmutt-staff-people-card small {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 5px;
}

.kmutt-staff-help-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(240px, .75fr) 2fr;
}

.kmutt-staff-help-main {
	background: linear-gradient(135deg, #fff7f1, #fff);
	border: 1px solid #f3dfd4;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 190px;
	padding: 28px;
}

.kmutt-staff-help-main > .material-icons {
	color: #101828;
	font-size: 44px;
	margin-bottom: 10px;
}

.kmutt-staff-help-main h2 {
	font-size: 22px;
	font-weight: 900;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.kmutt-staff-help-main p {
	color: #344054;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.55;
	margin: 0 0 16px;
}

.kmutt-staff-help-main a {
	align-items: center;
	background: #f15a24;
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 900;
	gap: 7px;
	justify-content: center;
	min-height: 42px;
	width: 142px;
}

.kmutt-staff-help-links {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kmutt-staff-help-links a {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #101828 !important;
	display: grid;
	gap: 4px 14px;
	grid-template-columns: 46px minmax(0, 1fr) 28px;
	grid-template-rows: auto auto;
	min-height: 116px;
	padding: 22px 20px;
}

.kmutt-staff-help-links a > .material-icons:first-child {
	color: #101828;
	font-size: 38px;
	grid-column: 1;
	grid-row: 1 / span 2;
	justify-self: center;
}

.kmutt-staff-help-links strong {
	align-self: end;
	font-size: 17px;
	font-weight: 900;
	grid-column: 2;
	grid-row: 1;
	line-height: 1.35;
	min-width: 0;
}

.kmutt-staff-help-links em {
	align-self: start;
	color: #667085;
	display: block;
	font-size: 14px;
	font-style: normal;
	grid-column: 2;
	grid-row: 2;
	line-height: 1.35;
	min-width: 0;
}

.kmutt-staff-help-links a > .material-icons:last-child {
	align-self: center;
	font-size: 30px;
	grid-column: 3;
	grid-row: 1 / span 2;
	justify-self: end;
}

.kmutt-staff-tools {
	padding-bottom: 32px;
}

.kmutt-staff-tools-row {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	overflow: hidden;
}

.kmutt-staff-tools-row a {
	align-items: center;
	border-right: 1px solid #e5e7eb;
	color: #101828 !important;
	display: grid;
	gap: 10px;
	grid-template-columns: 34px minmax(0, 1fr);
	min-height: 76px;
	padding: 14px 18px;
}

.kmutt-staff-tools-row a:last-child {
	border-right: 0;
}

.kmutt-staff-tools-row .material-icons {
	font-size: 30px;
}

.kmutt-staff-tools-row strong {
	display: block;
	font-size: 16px;
	font-weight: 900;
}

.kmutt-staff-tools-row em {
	color: #667085;
	display: block;
	font-size: 14px;
	font-style: normal;
	margin-top: 2px;
}

.kmutt-staff-grow {
	background: #101828;
	color: #fff;
	padding: 34px 0;
}

.kmutt-staff-grow .container {
	align-items: center;
	background: rgba(255,255,255,.05);
	border-radius: 8px;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr minmax(320px, .7fr);
	padding: 30px;
}

.kmutt-staff-grow h2 {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.15;
	margin: 0 0 8px;
}

.kmutt-staff-grow h2 span {
	color: #ff6b35;
}

.kmutt-staff-grow p,
.kmutt-staff-grow label {
	color: rgba(255,255,255,.82);
	font-weight: 600;
	margin: 0;
}

.kmutt-staff-grow form {
	display: grid;
	gap: 10px;
}

.kmutt-staff-grow form span {
	background: #fff;
	border-radius: 8px;
	display: flex;
	overflow: hidden;
}

.kmutt-staff-grow input {
	border: 0;
	flex: 1;
	min-height: 46px;
	min-width: 0;
	outline: 0;
	padding: 0 16px;
}

.kmutt-staff-grow button {
	background: #f15a24;
	border: 0;
	color: #fff;
	font-weight: 900;
	min-width: 130px;
}

.kmutt-staff-empty,
.kmutt-staff-update-empty {
	background: #f8fafc;
	border: 1px dashed #d0d5dd;
	border-radius: 8px;
	color: #667085;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}

@media (max-width: 1199px) {
	.kmutt-staff-quick-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.kmutt-staff-favorite {
		grid-column: span 3;
		min-height: 86px;
	}

	.kmutt-staff-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kmutt-staff-update-grid,
	.kmutt-staff-help-grid {
		grid-template-columns: 1fr;
	}

	.kmutt-staff-tools-row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.kmutt-staff-hero {
		background:
			linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 54%, rgba(255,255,255,.65) 100%),
			var(--staff-hero-image) center / cover no-repeat;
	}

	.kmutt-staff-people-grid,
	.kmutt-staff-help-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kmutt-staff-grow .container {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.kmutt-staff-search {
		border-radius: 8px;
		height: auto;
		padding: 12px;
	}

	.kmutt-staff-search input {
		min-height: 42px;
	}

	.kmutt-staff-search button {
		display: none;
	}

	.kmutt-staff-quick-grid,
	.kmutt-staff-service-grid,
	.kmutt-staff-update-grid,
	.kmutt-staff-people-grid,
	.kmutt-staff-help-links,
	.kmutt-staff-tools-row {
		grid-template-columns: 1fr;
	}

	.kmutt-staff-favorite {
		grid-column: auto;
	}

	.kmutt-staff-service-card {
		min-height: 0;
	}

	.kmutt-staff-tools-row a {
		border-bottom: 1px solid #e5e7eb;
		border-right: 0;
	}

	.kmutt-staff-tools-row a:last-child {
		border-bottom: 0;
	}

	.kmutt-staff-grow form span {
		display: grid;
	}

	.kmutt-staff-grow button {
		min-height: 44px;
	}
}

/* Readability tune: Staff Hub text +1.5px, scoped to this page only. */
.kmutt-staff-page {
	font-size: 17.5px;
}

.kmutt-staff-breadcrumb {
	font-size: 15.5px;
}

.kmutt-staff-hero-copy h1 {
	font-size: clamp(45.5px, 6vw, 77.5px);
}

.kmutt-staff-hero-copy p {
	font-size: 24.5px;
}

.kmutt-staff-hero-copy em {
	font-size: 21.5px;
}

.kmutt-staff-search input,
.kmutt-staff-search button {
	font-size: 18.5px;
}

.kmutt-staff-section-kicker {
	font-size: 17.5px;
}

.kmutt-staff-quick-item strong,
.kmutt-staff-favorite strong {
	font-size: 19.5px;
}

.kmutt-staff-favorite em {
	font-size: 15.5px;
}

.kmutt-staff-services h2,
.kmutt-staff-people h2 {
	font-size: 25.5px;
}

.kmutt-staff-service-head h3 {
	font-size: 20.5px;
}

.kmutt-staff-service-card li a {
	font-size: 17.5px;
}

.kmutt-staff-card-more {
	font-size: 16.5px;
}

.kmutt-staff-update-card h2 {
	font-size: 18.5px;
}

.kmutt-staff-update-card header a,
.kmutt-staff-update-date,
.kmutt-staff-update-item em,
.kmutt-staff-people-card small,
.kmutt-staff-help-links em,
.kmutt-staff-tools-row em {
	font-size: 15.5px;
}

.kmutt-staff-update-item strong,
.kmutt-staff-help-main p,
.kmutt-staff-help-links strong {
	font-size: 18.5px;
}

.kmutt-staff-people-card em {
	font-size: 13.5px;
}

.kmutt-staff-people-card strong {
	font-size: 19.5px;
}

.kmutt-staff-help-main h2 {
	font-size: 23.5px;
}

.kmutt-staff-tools-row strong {
	font-size: 17.5px;
}

.kmutt-staff-grow h2 {
	font-size: 31.5px;
}
