.access-services-data {
  width: 100%;
}
.access-services-data thead th {
  text-transform: uppercase;
  line-height:110%;
}

.col-4, .col-8, .col-sm-4 {
  flex: 0 0 90% !important;
  max-width: 90%;
}

.embed-person--extra-text {
	margin-top:.5rem;
}
.embed-person--extra-text p {
  font-family: "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
  margin-left:1.2rem;
  font-size: .9rem !important;
  line-height:1.5rem !important;
  font-weight:normal;
  /*padding-right: 5px;*/
}
.embed-person--extra-text p.program a {
	font-weight:bold;
}
.embed-person--extra-text p.coordinator {
	font-size:1rem !important;
	font-weight:bold;
  /*margin-top: .3em;*/
}
.embed-person--extra-text p.program {
  /*margin-top: .3em;*/
}
.embed-person--extra-text p.college {
  font-weight:bold;
  /*font-size: 1rem;
  padding-bottom:3px;*/
}

div.person-name,
div.person-title,
div.person-phone,
div.person-email {
    display:none;
}

.embed-person--info .col-8 {
  display:none !important;
}

.embed-person--extra-text .director-block {
	margin-top:1rem; margin-left:0; text-align:left;
}
.embed-person--extra-text p.director-text {
	font-size: 1.1rem !important;
}

.ss-w33 {
    flex: 0 0 30% !important;
    max-width: 30% !important;
    text-align:center;
}
  .ss-w33 .col-sm-8 {
    display:none !important;
  }

@media (max-width: 768px) {
  .ss-w33 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 575px) {
  .ss-w33 {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  .embed-person--extra-text .director-block {
    margin-top:-1rem;
  }
  .embed-person--extra-text p.director-text {
    font-size:1rem !important;
  }

}
