.staff-blurb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:30px;
}
.staff-blurb .image-wrap img {
    max-width: 130px;
}
.image-wrap {
    /*width:35%;*/
}

.person-info {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.blurb-bio {
    display: inline-block;
    /* max-width: 99px; */
    width: calc(100% - 520px);
    padding-left: 40px;
}

.staff-blurb-wrapper {
    display: inline-block;
    /*float: left;*/
}

.staff-blurb-wrapper .contact-buttons{
	padding-top:10px;
}

@media(max-width:1200px){
    .staff-blurb-wrapper.bio-blurb {
        float: left;
    }
    .blurb-bio{
        display: inline;
        padding-left:0;
    }
}
@media(max-width: 980px){
    .staff-blurb-wrapper.bio-blurb {
    	float:none;
    }
	.blurb-bio{
        display: block;
        width:100%;
    }
}

@media(max-width:640px){
	.staff-blurb-wrapper .contact-buttons{
		padding-left:0;
		margin-top:0;
	}
	.staff-blurb{
		margin-bottom:5px;
	}
}

@media(max-width: 450px){
	.staff-blurb .image-wrap {
    	width: 50%;
	}

	.staff-blurb .person-info {
	    width: 100%;
	    padding-left: 0;
	    height: auto !important;
	}
}