.personcard-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.personcard .person-title {
	text-align: center;
	margin-bottom: 2rem;
}

.personcard .person-photo {
	text-align: center;
	margin-bottom: 2rem;
}

.personcard .person-photo img {
	max-width: 180px;
}

.personcard .key {
	width: 100%;
	text-align: center;
	font-weight: bold;
	display: block;
	vertical-align: top;
	margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 981px) {
	.personcard .key {
		width: 31%;
		text-align: right;
		display: inline-block;
		padding-right: 2rem;
		margin-bottom: 1rem;
	}
}

.personcard .value {
	width: 100%;
	font-size: 95%;
	text-align: center;
	display: block;
	vertical-align: top;
	margin-bottom: 1rem;
}

@media print, screen and (min-width: 981px) {
	.personcard .value {
		width: 65%;
		text-align: left;
		display: inline-block;
		margin-bottom: 1rem;
	}
}

.personcard .section-title {
	border-bottom: 2px solid #e6e6e6;
	margin-top: 2rem;
	margin-bottom: 2rem;
	cursor: pointer;
}

@media print, screen and (min-width: 981px) {
	.personcard .section-title {
		margin-top: 0;
	}
}

.personcard .section-title h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

@media print, screen and (min-width: 981px) {
	.personcard .section-title h2 {
		width: 31%;
		text-align: right;
	}
}

.personcard .roomForPhone {
	font-size: 85%;
	color: #999;
}

.personcard #map {
	width: 100%;
	max-width: 400px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

@media print, screen and (min-width: 981px) {
	.personcard #map {
		margin-left: 0;
		margin-right: 0;
	}
}

.personcard .requiredLoginLink {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	margin-top: 1rem;
}

.personcard .vsb-icon {
	position: relative;
	font-weight: 500;
	font-size: 75%;
	top: 0px;
	left: 7px;
}

.personcard .icon-right {
	display: none;
}

.featherlight-content {
	width: 80% !important;
	height: 80% !important;
	padding-left: 1rem !important;
}

.featherlight-content iframe {
	width: 100% !important;
	height: 100% !important;
}

