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

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

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

.searchHeader input[type=text] {
  padding: 10px 10px 10px 50px;
  width: 100%;
  border-radius: none;
  box-shadow: none;
}

.searchHeader .fa-search {
  position: absolute;
  top: 12px;
  left: 23px;
  font-size: 25px;
  color: #b2b1b0;
  z-index: 2;
}

ul#searchButtons {
  padding-left: 0;
}

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

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

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

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

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

.providerName .name {
  font-size: 26px;
}

.providerName a {
  text-decoration: underline;
  color: #008abb;
}

.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;
}
/*# sourceMappingURL=provider-search-template.css.map */