h1, h2, h3 {
    color: black;
}

.result .card {
    float: left;
    max-width: 300px;
}

.bgimg.forIcons {
    background-size: 90%;
}

.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
}

.bgimg img {
    display: none;
}
figure, .flex-viewport {
	overflow: hidden;
	position: relative;
}
.landscape::after {
	content: "";
	display: block;
	padding-bottom: 75%;
}
.result {
	font-size: 0;
	margin: 20px 0 0 -20px;
	margin-bottom: -20px !important;
	position: relative;
	display: -ms-flex;
	display: flex;
	flex-flow: row wrap;
    max-width: 1250px;
}
.result .card {
	flex: 0 0 calc((100% / 4) - (20px + 0.01px)) !important;
	max-width: calc((100% / 4) - (20px + 0.01px)) !important;
	margin: 20px 20px 0 0 !important;
	left: 20px !important;
	position: relative !important;
	top: -20px !important;
    font-size: 16px;
	color: black;
}
.result .card .ItemTitle.name {
	font-size: 1rem;
	font-weight: 700;
}
.result .card-body {
	transition: all 0.2s ease-in-out;
	border-top: 1px solid #e0e0e0;
	position: relative;
	padding: 20px 20px 60px;
	flex: 1 0 auto;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.card-wrapper:hover .card-body {
	visibility: visible;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.95);
}
.PartMembersList .card.noLogo .card-body {
    visibility: visible !important;
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    padding-bottom: 55px;
}

#insymaOverlayContent {
  color: black;
}

.filter-table input[type=text], .menu-controls span {
	font-family: "muli", sans-serif !important;
}