  .icon-links li {
	height: 126px !important;
	font-size: 90%;
}

@media (min-width: 1200px) {
	.icon-links li {
		font-size: 100%;
	}
}

.icon-links a {
	text-decoration: none;
}

.icon-links a:hover {
	text-decoration: none; /* Prevents icons from showing an underline on hover */
}

.icon-links a:hover span {
	text-decoration: underline; /* Allows icon text to show an underline on hover */
}

.icon-links.collapse:not(.show) {
	height: 284px !important;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
}

.icon-links.collapsing {
	min-height: 284px !important;
}

.view-btn-container > a.collapsed:after {
	content: 'View More Links';
}

.view-btn-container > a:not(.collapsed):after {
	content: 'View Less Links';
}

/*.icon-links + div > a.collapsed:after {
    content: 'View More Links';
}

.icon-links + div > a:not(.collapsed):after  {
    content: 'View Less Links';
}*/

.icon-link {
	width: 70px;
	height: 70px;
/* 	font-size: 2.25em; */
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.icon-link i.fas {
	font-size: 2.25em;
}

#link-input {
	width: 100%;
	height: 46px;
}
/* @media (min-width: 768px) {
	#link-input {
		width: 50%;
	}
} */

#link-input-container {
	position: relative;
	display: block;
}

@media (min-width: 992px) {
	#link-input-container {
		float: right;
		width: 50%;
	}
}

#link-input-container::after {
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\F002';
	top: 6px;
	right: 15px;
	font-size: 1.5em;
	color: #001a70;
}
@media (min-width: 768px) {
	#link-input-container::after {
		top: 4px;
	}
}

#link-input-container.after-search::after {
	content: '\F00D';
}

/* Added 10/17 */
.filter-links li:not(:first-child):hover,
.filter-links li.filter-active {
	cursor: pointer;
	background: #003594;
	color: #ffffff;
}

.filter-links li:first-child {
	width: 100%;
}
@media (min-width: 576px) {
	.filter-links li:first-child {
		width: auto;
	}
}

.filter-label {
	font-family: 'Oswald', sans-serif;
}

.filter-inactive {
	background: #cccccc;
  color: #000000;
}
