.departmentHeader {
  background-color: #F6F9FC;
  padding: 80px 0 30px;
  margin: 0 0 30px;
  position: relative;
}

.departmentHeader p {
  font-size: 18px;
  color: #595959;
}

.departmentHeader h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.departmentHeader .imageoverlay {
  content: "";
  background-image: url("https://placekitten.com/1200/800");
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.55;
}

ul#departmentButtons {
  padding-left: 0;
}

ul#departmentButtons li {
  padding: 15px 0;
  display: block;
  list-style: none;
  border-bottom: 1px solid #f5f5f5;
}

ul#departmentButtons li:first-child {
  padding-top: 0px;
}

ul#departmentButtons li a {
  color: #575757;
  font-size: 18px;
}

ul#departmentButtons li.selected {
  font-weight: bold;
}

.providerName {
  font-family: "Asap", sans-serif;
  color: #535353;
  font-size: 18px;
  font-weight: bold;
}

.providerName span {
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  color: #868686;
}

.departmentsCTA {
  padding: 10px 20px;
  background: #0f5973;
  color: white;
  text-decoration: none;
}

.departmentsCTA:hover {
  color: white;
  opacity: .9;
  text-decoration: none;
}

.card-content {
  color: #595959;
  margin-bottom: 60px;
}

.card-content h3 {
  color: #595959;
  margin-bottom: 30px;
  font-size: 30px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 7px;
}

.card-content .alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.card-content .alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

.providerImage {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 1px solid #eeee;
}

.providerImageLarge {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  border: 1px solid #eeee;
}

.person {
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}

.allDepartments h3 {
  font-size: 18px;
}

.allDepartments h3 a {
  color: #444;
  text-decoration: underline;
}

.allDepartments .col-md-3 .col-md-12 {
  background: #f6f9fc;
}

.allDepartments .col-md-3 .col-md-12 p {
  color: #525f7f;
  font-size: 14px;
}

.departmentLink {
  padding: 0;
  border: 1px solid #efefef;
  border-radius: 5px solid #efefef;
  box-shadow: 1px 1px 3px #efefef;
  transition: box-shadow .1s ease-in-out;
}

.departmentLink:hover {
  box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.01), 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.02);
}

.departmentLink a {
  display: block;
  padding: 15px;
  text-decoration: none;
}
/*# sourceMappingURL=departments-template.css.map */