body {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

a.accordion-toggle p {
	color: inherit;
	/* Inherit color from the parent <a> tag */
	font-weight: inherit;
	/* Inherit font-weight from the parent <a> tag */
	font-size: inherit !important;
	margin: 0;
	/* Remove margins that might be added by <p> */
}

.card-body p {
	font-size: 12pt !important;
	line-height: normal !important;
	color: #777 !important;
}

.card-body p span {
	font-size: 12pt !important;
	line-height: normal !important;
}

/* format images between browsers */
img {
	display: block !important;
}

.notifications {
	position: fixed;
	right: 5%;
	top: 5%;
	z-index: 1051;
	display: flex;
	flex-flow: column nowrap;
}

.smooth-caret {
	transition: transform 0.3s ease;
}

.staff_container {
	width: 600px;
	display: flex;
	flex-flow: row wrap;
	position: relative;
}

.staff_template {
	margin: 4px;
	flex: 0 1 calc(20% - 8px);
}

footer {
	margin-top: 0px !important;
}

.hide {
	display: none;
}

li {
	list-style-position: inside;
}

.content {
	margin-bottom: 30px !important;
}

p {
	font-size: larger !important;
}

body #hits {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	background-color: white !important;
	padding: 20px !important;
	border: 1px solid #ccc !important;
	border-radius: 5px !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
	z-index: 1000 !important;
	display: none;
}

@media (max-width: 991px) {

	.staff_template {
		margin: 4px !important;
		flex: auto !important;
	}

	.member_container {
		flex: 0 0 auto !important;
		width: 100% !important;
	}

	.member_list_container {
		padding-left: 0 !important;
	}

	#heading_admin {
		padding-right: 0px !important;
	}

	.header-top {
		display: none !important;
	}

	#logo {
		width: 370px !important;
	}

	.feature-box {
		display: none;
	}

	/* all images take up whole line on mobile */
	.img-fluid {
		width: 100vw !important;
	}

}