.wrap__contentColumns {
  display: none;
}

.logo__title {
  font-family: Arial, Helvetica, sans;
  font-weight: bold;
}

th, td {
	border-bottom: none;
	border-left: none;
}


table {
	border: none;
}
.staff-member__image-wrapper{
    width: auto;
}
.staff-member__image{
    width: 350px;
    height: 235px;
}
@media (max-width: 768px) and (min-width: 521px){
    .wrap__staff--inner{
        padding: 73px 60px 59px;
    }
}
@media (max-width: 768px){
    .staff-member__image-wrapper{
        float: none;
        margin: 0 0 20px;
    }
    .staff-member__image{
        margin: 0 auto;
    }
}
@media (max-width: 320px){
    .staff-member__image{
        width: 280px;
        height: 175px;
    }
}