/*
.block-staff-members tr {
	border: 1px solid grey;
}
*/
.block-staff-members table {
	width: 100%;
}
.block-staff-members thead {
	border-bottom: 3px solid black;
}
.block-staff-members tr:nth-child(even) {
	background: #F0F0F0;
}
.block-staff-members td {
	padding: 5px;
}
.block-staff-members td,
.block-staff-members th {
	text-align: left;
}

.bsm-name.has-popup,
.bsm-tel a {
	cursor: pointer;
}
.bsm-name img {
	height: 24px;
	width: 24px;
	margin-right: 6px;
	position: relative;
	top: 5px;
}
td.bsm-name.has-popup img {
	padding: 0;
}

.bsm-mobile {
	display: none;
	text-align: center;
}
.bsm-mobile h3 {
	font-size: 18.72px;
}
.bsm-mobile .bsm-person {
	line-height: 32px;
}
.bsm-mobile .bsm-title {
	font-size: 36px;
	font-weight: 700;
}
.bsm-mobile .bsm-staff-block {
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
	position: relative;
	padding: 20px 0;
}
.bsm-mobile .bsm-staff-block:nth-child(even) {
	background: #F0F0F0;
}
.bsm-mobile .bsm-person img {
	height: auto;
	width: 40%;
}
.bsm-mobile div {
	font-size: 24px;
}
.bsm-mobile a {
	display: block;
}
.bsm-mobile a i {
	margin-right: 10px;
}

.bsm-modal {
	display: none;
}

.bsm-modal.is-open {
	display: block;
}

.bsm-modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, 0.7 );
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}

.bsm-modal__container {
	background-color: #fff;
	padding: 30px;
	max-width: 80vw;
	max-height: 80vw;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	will-change: transform;
}
.bsm-modal__container img {
	width: 100%
}
.bsm-modal[aria-hidden=false] .bsm-modal__overlay {
	animation: mmfadeIn 2s cubic-bezier( 0, 0, 0.2, 1 );
}
.bsm-modal[aria-hidden=false] .bsm-modal__container {
	animation: mmslideIn 2s cubic-bezier( 0, 0, 0.2, 1 );
}

@media only screen and (max-width: 700px) {
	.page .content .bsm-modal__container img {
		width: 100%
	}
	.bsm-name {
		cursor: default;
	}
	.block-staff-members table {
		display: none;
	}
	.bsm-mobile {
		display: block;
	}
}
