.kmh_icon_header {
	display: flex;
	background: var(--bkg-color-darker);
	border-radius: 2px;
	margin: 0;
	padding: 0 !important;
	flex-direction: row;
	min-height: 2.75rem;
	align-items: center;
}

.kmh_icon_header .inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-grow: 1;
	height: 100%;
	text-decoration: none;
	color: var(--text-color);
}

.kmh_icon_header a.inner:hover {
	font-weight: 600;
}

.kmh_icon_header .title {
	display: flex;
	flex-grow: 1;
	height: 100%;
	padding: 10px 0 10px 0;
}

.kmh_icon_header .expand-section {
	width: 2.75rem;
	flex: 0 0 2.75rem;
	height: 100%;
	min-height: 2.75rem;
	padding-right: 3em;
}

.kmh_icon_header .icon {
	background-image: url(../../images/icons/svg/departments/Location.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 30px;
	width: 60px;
	flex: 0 0 60px;
}

.kmh_icon_header .expand-section {
	position: relative;
}

.kmh_icon_header .expand-section .expand-bar {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: var(--dark-blue);
	border-radius: 2px;
}

.kmh_icon_header .expand-section .expand-bar:first-child {
	width: 20px;
	height: 6px;
}

.kmh_icon_header .expand-section .expand-bar:last-child {
	width: 6px;
	height: 20px;
}
