.breadcrumb_last:first-letter {
  text-transform: lowercase;
}
.contact-wrap .department {
  text-align: left;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2%;
  ul{
    list-style: none;
    padding: initial;
    margin: initial;
  }
}

.contact-wrap .department .department-heading {
  background: var(--colour_blue);
  color: #fff;
  padding: 1% 2%;
  margin-bottom: 1%;
}
.contact-wrap .department .member {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.5%;
  padding: 10px 2%;
  border-bottom: 1px solid var(--colour_blue);
  &:last-child{
    border: initial;
  }
}
@media screen and (max-width: 650px) {
  .contact-wrap .department .member {
    flex-wrap: wrap;
  }
}
.contact-wrap .department .member:nth-child(even) {
  /* background: #f8f5f2; */
}
.contact-wrap .department .member .member-col {
  width: 25%;
  /* font-size: 1.4rem; */
}
@media screen and (max-width: 650px) {
  .contact-wrap .department .member .member-col {
    width: 100%;
    margin-bottom: 5px;
  }
}
.contact-wrap .department .member .member-col.membername {
  width: 40%;
}
@media screen and (max-width: 650px) {
  .contact-wrap .department .member .member-col.membername {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .contact-wrap .department .member .member-col.phonecol {
    padding-left: 0px;
  }
}
.contact-wrap .department .member .member-col.emailcol {
  padding: 0%;
} /*# sourceMappingURL=contacts.css.map */
