nav .navbar-brand {
  background-color: white;
}
@media only screen and (min-width: 768px) {
  nav .navbar-brand {
    position: absolute;
  }
}
.blog-author {
  border: none;
  box-shadow: none;
  text-align: left;
}
.course-features li {
  display: inline-block;
  padding: 4px 8px;
  margin: 4px 4px;
  font-family: 'Montserrat', sans-serif;
  border: 1px dashed #cacaca;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
#staff span.city {
  display: none;
}
#staff .description {
  display: none;
}
#staff .teacher-card .teacher-detail {
  list-style: none;
  padding: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 60%;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  z-index: 5;
}
#staff .teacher-card:hover .teacher-detail {
  top: 50%;
}
.teacher-card:hover .social-links {
  top: 70%;
}
@media only screen and (max-width: 768px) {
  #slider .tp-caption.color2 {
    height: 23px;
    font-size: 20px!important;
    max-height: 24px!important;
    line-height: 27px!important;
    margin-bottom: 46px!important;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
  }
}
#testimonials .testimonial-text {
  margin-left: 0;
}
#programs-newark .course-full .personal > div:last-child,
#programs-livermore .course-full .personal > div:last-child {
  padding: 12px 20px;
}
