.staffInformation {
	text-align: center;
}
/***** Staff *****/
img.staffImage { float:right;margin:0 0 30px 30px;max-width: 250px; }
.staffCopy {min-height:270px;padding-bottom:30px;margin-bottom:50px;border-bottom:1px solid #cccccc;}
.staffCopy h2 {line-height:1.3;margin-bottom:0;}
.staffContact {margin-bottom:10px;}
.noStaffPic {padding-bottom:20px;margin-bottom:30px;border-bottom:1px solid #aaaaaa;}
.wysiwyg h2.staffName {color:#1967ab;font-size:26px;font-size:2.6rem;margin-bottom:10px;}
.wysiwyg h2.pageTitle {font-size:40px;font-size:4rem;margin-bottom:30px;}
.section.staff {padding-bottom:40px;margin-bottom:50px;border-bottom:2px solid #dddddd;}
.section.staff:last-of-type {padding-bottom:0;margin-bottom:0;border:0;}
.staff h2 { color:#000000;}
.staffInfo {padding:30px 0 0 5%;}
.sideStaff .staffInfo {padding-left:0;}
.sideStaff {padding-top:30px;background:#f7f7f7;}
.sideStaff .section.staff {padding-bottom:0;border:0;}
.staffBorder {padding-bottom:30px;border-bottom:2px solid #dddddd;}
.sideStaff .staff:last-of-type .staffBorder {border-bottom:0;}
h3.staffName {color:#000000;font-size:20px;font-size:2.0rem;}

.staffBoxHover:hover { padding-top:16px;padding-bottom:24px;}
.staffBio { padding:0 15px;}
img.staffPhoto { padding-bottom:5px;margin-left: auto;margin-right:auto;}
.staffTitle {margin-bottom: 10px;font-weight:normal;color:var(--gray);font-style:italic;font-size:16px;font-size:1.6rem;line-height:1.2;}
/* .staffEmail a {color:#000000;font-size:14px;font-size:1.4rem;line-height:1.2;}
.staffEmail a:hover {color:#c5161d;} */

a.staffReturnLink {
    margin: -5px 0 20px 0;
	transition: 0.3s;
	flex-basis: 100%;
}
a.staffReturnLink:hover {
	opacity: .6;
}

.wysiwyg h3 {
    font-size: 125%;
    font-weight: bold;	
}

.staffBox {
    margin: 0 10px 0 10px;
	padding-bottom: 25px;
    max-width: 300px;
	width: 100%;
}
.staff
.staffBoxLink {
	transition: 0.3s;	
}

/* .staffBoxLink:hover {
	scale: 1.1;
	-webkit-transform: scale(1.05);
	opacity: 0.8;
} */

.staffFlexBox {
    display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
}	

.staffDivTitle {
	flex-basis: 100%;
}

img.imgStaff {
	margin-bottom: 20px;
	transition: 0.3s;
	width: 100%;
}
a img.imgStaff:hover {
	opacity: 0.8;
}
.staffComingSoon { 
	margin-bottom: 20px; 
}

.staffComingSoon img {
	width: 100%;
	margin-bottom: 60px;	
}

.staffInformation h2 {
    font-size: xx-large;
	margin-bottom: 0;
}
.staffInformation h3 {
	margin-top: 0;
	margin-bottom: 5px;
    font-size: large;
	font-style: italic;
}
