/* breakpoints */
.profile.profile-header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 3rem 3rem 0;
  margin-bottom: 3rem;
  background: #ececec;
}



@media (min-width: 576px) {
  .profile.profile-header {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .profile.profile-header {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .profile.profile-header {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .profile.profile-header {
    max-width: 1200px;
  }
}

.profile-summary .hide-loc {
  display: none;
}

.profile.profile-header .profile-details {
  margin-bottom: 1.25rem;
}

.profile.profile-header .profile-details .row .profile-data .profile-key-data {
  font-size: 1.5625rem;
  font-weight: 300;
}

.profile.profile-header .profile-details .row .profile-data .profile-sub-data {
  font-size: 1.25rem;
  font-weight: 300;
}

.profile.profile-header .profile-details .row .profile-data .ds-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
}

.profile.profile-header
  .profile-details
  .row
  .profile-data
  .ds-summary
  div
  .ds-stars {
  margin-top: -1px;
  margin-right: 0.5rem;
}

.profile.profile-header
  .profile-details
  .row
  .profile-data
  .ds-summary
  .ds-title {
  display: none;
}

.profile.profile-header
  .profile-details
  .row
  .profile-data
  .ds-summary
  .ds-comments {
  display: none;
}

.profile.profile-header
  .profile-details
  .row
  .profile-data
  .ds-summary
  .ds-ratings:before {
  content: " (";
  white-space: pre;
}

.profile.profile-header
  .profile-details
  .row
  .profile-data
  .ds-summary
  .ds-ratings:after {
  content: ")";
}

.profile.profile-header
  .profile-details
  .row
  .profile-data
  .ds-summary
  .ds-xofy
  .ds-average-max {
  display: none;
}

.profile.profile-header .profile-details .row .profile-data .ds-invalid-msg {
  display: none;
}

.profile.profile-header .provider-image {
  margin-bottom: 1.25rem;
  padding: 0;
}

.profile.profile-header .provider-image figure.field-image {
  margin: 0;
}

.profile.profile-header .profile-data {
  margin-bottom: 1.25rem;
}

.profile.profile-header .profile-key-data {
  font-size: 1.875rem;
}

@media only screen and (max-width: 61.9375em) {
  .profile.profile-header .profile-key-data {
    font-size: 1.5625rem;
  }
}

.profile.profile-header .profile-location {
  margin-bottom: 1.25rem;
  font-size: 1.5625rem;
  font-weight: 300;
}

.profile.profile-header .profile-location .header {
  font-weight: 600;
}

.profile.profile-header .profile-location .header i {
  color: #b2b2b2;
  font-size: 1.25rem;
  margin-left: 0.5rem;
}

.profile.profile-header .profile-location a {
  font-weight: 300;
}

.profile.profile-header .profile-location a i {
  font-size: 1.25rem;
  margin-left: 0.5rem;
}

.profile.profile-header .profile-actions {
  text-align: center !important;
}

.profile.profile-header .profile-actions .button {
  width: 100%;
}

.profile.profile-header .profile-actions .no-action {
  font-size: 1.5625rem;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #4d4d4d;
  margin-bottom: -webkit-calc(1em * 1.36);
  margin-bottom: calc(1em * 1.36);
  padding: 1em 0;
  line-height: 1.8125rem;
  min-height: 4.625rem;
}

.profile.profile-header .profile-actions .telephone {
  font-size: 1.5625rem;
  margin-bottom: 1.25rem;
}

.profile.profile-header .profile-actions .telephone a {
  font-weight: 300;
}

.profile.profile-header .profile-actions .telephone i {
  margin-right: 0.5rem;
}

.profile.profile-header .profile-actions .new-patients {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 3rem;
}

.profile.profile-header .profile-actions .new-patients.accepting {
  color: #000000;
}

.profile.profile-header .profile-actions .new-patients.accepting i {
  margin-right: 0.5rem;
  color: #009543;
}

.profile.profile-header .profile-actions .new-patients.none {
  color: #b2b2b2;
}

.profile.profile-summary {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 2rem 2rem 0;
  margin-bottom: 2rem;
  background: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  height: calc(100% - 2rem);
}

@media (min-width: 576px) {
  .profile.profile-summary {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .profile.profile-summary {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .profile.profile-summary {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .profile.profile-summary {
    max-width: 1200px;
  }
}

.profile.profile-summary:hover {
  border-color: #003798;
}

.profile.profile-summary .profile-details {
  margin-bottom: 1.25rem;
}

.profile.profile-summary .profile-details .profile-data .profile-key-data {
  font-size: 1.5625rem;
  font-weight: 600;
}

.profile.profile-summary .profile-details .profile-data .profile-sub-data {
  font-size: 1.25rem;
  font-weight: 300;
}

.profile.profile-summary .provider-image {
  padding: 0;
}

.profile.profile-summary .provider-image figure.field-image {
  margin: 0;
}

.profile.profile-summary .provider-image .ds-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
}

.profile.profile-summary .provider-image .ds-summary div .ds-stars {
  margin-top: -1px;
  margin-right: 0.5rem;
}

.profile.profile-summary .provider-image .ds-summary .ds-title {
  display: none;
}

.profile.profile-summary .provider-image .ds-summary .ds-comments {
  display: none;
}

.profile.profile-summary .provider-image .ds-summary .ds-ratings,
.profile.profile-summary .provider-image .ds-summary .ds-xofy {
  display: none;
}

.profile.profile-summary .provider-image .ds-invalid-msg {
  display: none;
}

.profile.profile-summary .map-data {
  text-align: right;
}

.profile.profile-summary .map-data .link {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color,
    border-width, box-shadow;
  transition-property: background-color, color, border-color, border-width,
    box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background-color: transparent;
  text-decoration: none;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  font-size: 1em;
  font-weight: 600;
  color: #003798;
  box-shadow: 0 0 0 0 transparent;
  border-bottom-width: 3px;
  font-weight: 300;
  display: inline-block;
  cursor: pointer;
}

@media (prefers-reduced-motion) {
  .profile.profile-summary .map-data .link {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.profile.profile-summary .map-data .link:hover,
.profile.profile-summary .map-data .link.hover {
  color: #03335f;
  background-color: rgba(0, 149, 67, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 149, 67, 0.2);
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-color: #009543;
}

.profile.profile-summary .map-data .link:focus,
.profile.profile-summary .map-data .link.focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.profile.profile-summary .map-data .link:focus:hover,
.profile.profile-summary .map-data .link.focus.hover,
.profile.profile-summary .map-data .link.focus:hover,
.profile.profile-summary .map-data .link.hover:focus {
  color: #03335f;
  outline: 0;
  box-shadow: 0 0 0 2px #d7ffe9, 0 0 0 4px #009543;
  border-bottom-width: 0;
}

.profile.profile-summary .map-data .icon {
  margin-right: 0.5em;
}

.profile.profile-summary .map-data .distance {
  color: #4d4d4d;
  font-weight: 300;
}

.profile.profile-summary .profile-location {
  font-size: 1.25rem;
  font-weight: 300;
}

.profile.profile-summary .profile-location .header {
  font-weight: 600;
}

.profile.profile-summary .profile-location .header i {
  color: #b2b2b2;
  font-size: 1.25rem;
  margin-left: 0.5rem;
}

.profile.profile-summary .profile-location a {
  font-weight: 300;
}

.profile.profile-summary .profile-location a i {
  font-size: 1.25rem;
  margin-left: 0.5rem;
}

.profile.profile-summary .telephone {
  margin-bottom: 1.25rem;
}

.profile.profile-summary .telephone a {
  font-weight: 300;
}

.profile.profile-summary .telephone i {
  margin-right: 0.5rem;
}

.profile.profile-summary .action-row {
  text-align: center !important;
}

.profile.profile-summary .action-row .button {
  width: 100%;
}

.profile.profile-summary .action-row .button a {
  width: 100%;
  cursor: pointer;
}

.profile.profile-summary .action-row .no-action {
  font-size: 1.5625rem;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #4d4d4d;
  margin-bottom: -webkit-calc(1em * 1.36);
  margin-bottom: calc(1em * 1.36);
  padding: 1em 0;
  line-height: 1.8125rem;
  min-height: 4.625rem;
}

.profile.profile-summary .highlights {
  margin-bottom: 2rem;
}

.profile.profile-summary .highlights .new-patients {
  font-size: 1.25rem;
  font-weight: 300;
}

.profile.profile-summary .highlights .new-patients.accepting {
  color: #000000;
}

.profile.profile-summary .highlights .new-patients.accepting i {
  margin-right: 0.5rem;
  color: #009543;
}

.profile.profile-summary .highlights .new-patients.none {
  color: #b2b2b2;
}

.profile.profile-summary .highlights .has-video {
  font-size: 1.25rem;
  font-weight: 300;
  color: #000000;
}

.profile.profile-summary .highlights .has-video i {
  margin-right: 0.5rem;
  color: #f86e08;
}

.profile.profile-summary .highlights .has-video.none {
  color: #b2b2b2;
}

.profile.locations .address-row .telephone {
  margin-bottom: 2rem;
}

.profile .distance.pos-patch {
  text-align: right;
  font-size: 0.9375rem;
  position: absolute;
  right: -webkit-calc(2rem + 1px);
  right: calc(2rem + 1px);
  top: 4.5rem;
  font-size: 1.25rem;
}

.on-page-editor .profile span[scfieldtype="rich text"] {
  width: 100%;
}
