.flex {
	 margin: auto 0;
}
 .contact__name {
	 font-size: 18px;
	 font-weight: 300;
	 text-transform: uppercase;
}
 .contact__listing {
	 border: 0px solid;
	 padding: 25px;
	 background: #fff;
	 margin: 1rem;
	 -webkit-box-shadow: -1px -1px 20px -2px rgba(77,77,77,0.2);
	 -moz-box-shadow: -1px -1px 20px -2px rgba(77,77,77,0.2);
	 box-shadow: -1px -1px 20px -2px rgba(77,77,77,0.2);
}

.contact__listing--content {
    margin-top: 1rem;
}

ul.contact__list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

 .contact__content {
	 margin-top: 1rem;
}
 .contact__titles {
	 font-size: 15px;
	 display: block;
	 line-height: 20px;
	 margin-bottom: 1rem;
	 padding-bottom: 1rem;
	 border-bottom: 1px solid lightgray;
}
 .contact__list p {
	 line-height: 20px;
}
 p.contact__depts {
	 font-size: 15px;
	 line-height: 20px;
}
 .contact__depts--container {
	 margin-top: 1rem;
	 padding-top: 1rem;
	 border-top: 1px solid lightgrey;
}
 .contact__image-holder {
	 text-align: center;
}
 img.contact__image {
	 max-height: 300px;
}
 #content .wrapper {
	 background-position: center top;
	 background-image: url(https://www.xavier.edu/employees/images/employee_hub_bg.jpg);
	 padding-bottom: 72px;
	 background-size:cover;
}
