html:not(.is-ie) .l-enforce-page-height__wrap {
	overflow: initial !important;
	position: initial !important;
}

.alphabet-inner::-webkit-scrollbar,
.alphabet-nav svg {
	display: none;
}

.alphabet-link,
.alphabet-disabled {
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
}

.alphabet-disabled {
	color: #ccc;
	cursor: default;
}

.alphabet-nav {
	position: sticky;
	top: 80px;
	z-index: 99;
}

.alphabet-nav svg.inactive path {
	fill: #868690;
}

.letter-group {
	display: flex;
	flex-direction: column;
}

.c-input:focus,
input[type='text']:focus {
	border: none;
}

.glossary-entry a {
	box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.14);
}

#searchInput {
	padding: 10px 40px;
}

#searchInput::-webkit-input-placeholder {
	color: #868690;
	font-size: 18px;
	line-height: normal !important;
	top: -2px;
	position: relative;
}

.search-container {
	position: relative;
	width: 100%;
}

.search-icon {
	position: absolute;
	top: 56%;
	left: 10px;
	transform: translateY(-50%);
	pointer-events: none;
}

.search-input {
	padding-left: 40px;
}

.search-input:focus {
	outline: none;
}

.clear-button {
	position: absolute;
	right: 90px;
	top: 59%;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 20px;
	color: #868690;
	cursor: pointer;
}

.clear-button:hover {
	color: #000;
}

.article-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 5%;
}

.letter-group:before {
	height: 100px;
	width: 10px;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: -100px;
	content: '';
}

#noResultsMessage ul {
	list-style: disc;
	margin-left: 30px;
}

#noResultsMessage ul li {
	list-style: disc;
	margin-left: 30px;
}

#noResultsMessage svg {
	margin: 0 auto 20px;
	text-align: center;
	display: block;
}

.no-results-message-inner {
	max-width: 500px;
}

@media (max-width: 1180px) {
	.alphabet-inner {
		justify-content: flex-start;
	}
}

@media (max-width: 1365px) {
	.alphabet-nav {
		padding: 0 60px;
	}

	.alphabet-inner {
		padding: 10px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		overflow-x: auto;
		white-space: nowrap;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.alphabet-nav svg {
		display: inline-flex;
		position: absolute;
		top: 12px;
	}

	.alpha-arrow-left {
		left: 10px;
	}

	.alpha-arrow-right {
		right: 10px;
	}

	.alphabet-link,
	.alphabet-disabled {
		font-size: 16px;
	}
}

@media (max-width: 414px) {
	#noResultsMessage ul {
		margin-left: 0;
	}

	.clear-button {
		right: 10px;
	}
}
