body {
	box-sizing: border-box;
}
.social-icons {
	text-align: center;
	white-space: nowrap;
	display: table;
	margin-top: 50px;
	margin-bottom: 40px;
	width: 80%;
}
.social-icons a {
	color: #000;
}
.social-icons:after, .social-icons:before {
	background: rgba(0,0,0,0) linear-gradient(#818181,#fefefe) no-repeat scroll center center/92% 2px;
	content: "";
	width: 49%;
	display: table-cell;
}
.social-icons .iconify {
	width: 5.5em;
	height: 2.5em;
}
.social-media {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	align-content: center;
	align-items: center;
	padding-top: 36px;
	margin-bottom: 30px;
}
#cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: start;
    max-width: 100%;
    gap: 20px;
    row-gap: normal;
    margin-top: 20px;
    min-height: 500px;
}
.card {
	padding: 10px;
	padding-bottom: 30px;
	background-color: #34495e;
	max-width: 295px;
	height: 275px;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 20px;
}
.card:last-child {
	margin-right: 0;
}
.card-body {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: inherit;
	justify-content: space-around;
	width: 100%;
}
.card-header {
	font-size: 1.75rem !important;
	font-weight: bold;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	margin: 10px 10px 30px 10px;
	text-align: center !important;
	letter-spacing: .25px;
	line-height: 1;
	margin: 0 auto;
}
.card-header a {
	color: #fff;
	text-decoration: none;
	-webkit-text-fill-color: unset !important;
	background: unset !important;
}
.card-header a:hover {
	color: #3273dc;
	background: #fff !important;
	padding: 0px 1px;
	-moz-transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all .1s ease-in;
}
.card-header a:active {
	color: #ffdd57;
}
.card-header a:focus-visible {
	outline-color: currentColor;
	outline-style: ridge;
	outline-offset: 15px;
	transition: .35s;
	transform: translateY(10px);
}
.card-content {
	display: flex;
	justify-content: center;
	width: inherit;
	align-items: stretch;
	flex-wrap: wrap;
	background-color: transparent;
	padding: 0;
}
.social {
	display: flex !important;
	flex-wrap: wrap;
	transition: color 0.3s ease;
	color: #fff;
	padding: 0px 3px;
	column-gap: 15px;
	text-align: center;
	row-gap: 30px;
}
.social .iconify {
	font-size: 2.5rem !important;
	color: #fff;
}
.social-icon svg {
	width: 100%;
}
.social a {
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
	height: 100%;
	max-height: fit-content;
	height: -moz-max-content;
}
.social a:hover {
	color: #007bff; /* Change text and icon color on hover */
}
.social a:hover:active {
	color: #ffdd57;
}
a.s_ig:hover {
	color: #4267b2;
}
a.s_tw:hover {
	color: #ffbf35;
}
a.s_yt:hover {
	color: #FF0033;
}
a.s_fb:hover {
	color: #1773EA;
}
a.s_li:hover {
	color: #0270AD;
}
.social-icon:focus {
	outline: 3px solid #ffb043;
	outline-offset: 3px;
}
.social a:hover .iconify,
.social a:hover .follow-link {
	color: inherit; /* Ensures both elements change color */
}
span.follow-link {
	display: block;
	color: #000;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	text-align: center;
	font-weight: bold;
	max-width: 50px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 3px 6px;
	background-color: rgba(255, 255, 255, 0.79);
	border-radius: 3px;
	margin-top: 15px;
	width: 100%;
	-webkit-text-fill-color: initial;
}
.card {
	position: relative;
	background: url('*** Broken Link ***');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
	z-index: 1; /* Places the overlay above the background */
}
.card:hover::before {
	background-color: rgba(0, 0, 0, 0.25);
	-moz-transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.card * {
	position: relative;
	z-index: 2; /* Ensures content is above the overlay */
}
.department {
	transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
	opacity: 1;
	transform: translateY(0);
	max-height: 275px;
	height: 275px;
	overflow: hidden;
}
.department.hidden {
	opacity: 0;
	transform: translateY(-10px);
	max-height: 0;
	padding: 0;
	margin: 0;
	pointer-events: none;
	display: none !important;
}
.sd-mesa-connect, .search-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	align-content: center;
	align-items: center;
	padding-top: 36px;
}
.search-header h1 {
	font-size: 2.75rem;
}
.searcher {
	display: flex;
	flex-direction: row;
	height: 30px !important;
	justify-content: space-between !important;
	margin-bottom: 10px;
	width: 100%;
	align-items: end;
	border: 1px solid #3294ea;
	padding: 10px;
}
.searcher legend {
	padding-bottom: 15px;
}

.search-box {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 50%;
	border: none;
}
.search-box label {
	width: 100%;
}
input#myInput {
	width: 100%;
	font-size: 1.25rem;
	border: none;
}
input#myInput:focus-visible {
	outline-color: #cbcbcb;
	outline-offset: 5px;
	outline-style: groove;
	outline-width: thin;
}
.filters input {
	margin-right: 5px;
}
fieldset.filters {
	display: flex;
	flex-direction: row;
	gap: 7px;
	font-size: 1.25rem;
	text-align: left;
}
.searcher legend {
	display: block;
	padding-bottom: 15px;
}
mark {
	background: #cad3dd;
}
@media only screen and (max-width: 1450px) {
	.socialHeader, #cards {
		margin: 25px;
	}
	input#myInput {
		width: 100%;
		font-size: 1rem;
		border: none;
	}
	.search-box {
		display: flex;
		align-items: center;
		gap: 10px;
		width: 100%;
		border: 1px solid #000;
	}
	input#myInput:focus-visible {
		outline-color: #000;
		outline-offset: 0px;
		outline-style: groove;
		outline-width: thin;
	}
	.searcher {
		display: flex;
		flex-direction: column;
		height: fit-content !important;
		height: -moz-max-content;
		margin-bottom: 10px;
		width: 100%;
		align-items: baseline;
		border: 1px solid #3294ea;
		padding: 10px;
		row-gap: 15px;
	}
	.searcher legend {
		padding-bottom: 0px;
	}
	fieldset.filters {
		display: flex;
		flex-direction: column;
		font-size: 1.25rem;
		text-align: left;
	}
}