/* breakpoints */

.container {
  max-width: 1251px;
}

.surgeon-profile {
  --bg-opacity: 1;
  background-color: #f5f5f5;
  background-color: rgba(245, 245, 245, var(--bg-opacity));
  font-family: Open Sans;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .surgeon-profile {
    padding-bottom: 14rem;
  }
}

.surgeon-profile__wrapper {
  padding-top: 6.4rem;
}

.surgeon-profile__main {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 992px) {
  .surgeon-profile__main {
    padding-left: 3rem !important;
  }
}

.surgeon-profile__main p {
  letter-spacing: 0.025em;
  line-height: 2;
  font-size: 1.6rem;
  font-family: 'Open Sans';
  font-weight: 100;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}

.surgeon-profile__main p a {
  color: #004987;
}

.surgeon-profile__main p a:hover {
  color: #007bff;
}

@media only screen and (min-width: 992px) {
  .surgeon-profile__main div.file-type-icon-media-link img {
    max-width: 15vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}

@media only screen and (min-width: 768px) {
  .surgeon-profile__main div.file-type-icon-media-link img {
    max-width: 15vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}

@media only screen and (max-width: 375px) {
  .surgeon-profile__main div.file-type-icon-media-link img {
    max-width: 15vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}

.surgeon-profile__main .page .layoutArea p span {
  letter-spacing: 0.025em;
  line-height: 2;
  font-size: 1.6rem;
  font-family: 'Open Sans';
  font-weight: 100;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}

.surgeon-profile__main .field-link a {
  font-weight: 100;
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
  text-transform: uppercase;
  font-size: 1.125rem;
  text-decoration: none;
  border-style: none;
}

.surgeon-profile__main .field-link a:before {
  font-family: FontAwesome;
  margin-right: 2rem;
  display: inline-block;
  content: '\f177';
}

.surgeon-profile__main .field-link a:hover {
  text-decoration: underline;
}

.surgeon-profile__main .field-link a:hover:before {
  text-decoration: none;
}

.surgeon-profile__header h1 {
  color: #000;
  font-size: 4.8rem;
  font-family: 'Open Sans';
  font-weight: 300;
  line-height: 57.6px;
  margin-top: 3rem;
}

.surgeon-profile__subtitle {
  font-family: 'Open Sans';
  font-size: 3.3rem;
  font-weight: 300;
  color: #000;
  font-style: normal;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.surgeon-profile__sidebar {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 992px) {
  .surgeon-profile__sidebar {
    max-width: 34.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .surgeon-profile__card {
    --bg-opacity: 1;
    background-color: #004987;
    background-color: rgba(0, 73, 135, var(--bg-opacity));
  }
}

.surgeon-profile__image-holder {
  max-height: 23rem;
}

@media only screen and (min-width: 992px) {
  .surgeon-profile__image-holder {
    max-height: 30rem;
  }
}

.surgeon-profile__image-container {
  height: 0;
  position: relative;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  overflow: hidden;
  padding-top: 122.5454%;
}

.surgeon-profile__image-container > img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.surgeon-profile__address {
  letter-spacing: 0.025em;
  line-height: 2;
  font-size: 1.6rem;
  font-family: 'Open Sans';
  font-weight: 100;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  --bg-opacity: 1;
  background-color: #004987;
  background-color: rgba(0, 73, 135, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding: 4rem;
  line-height: 2.4rem;
}

.surgeon-profile__address a {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-decoration: none;
}

.surgeon-profile__address a:hover {
  text-decoration: underline;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.surgeon-profile__subheading > strong {
  margin-bottom: 2rem;
}

.surgeon-profile__locations {
  margin-bottom: 2.5rem;
  font-weight: 400;
}

.surgeon-profile__details {
  font-family: Open Sans;
  font-size: 1.6rem;
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
  font-weight: 100;
}

.surgeon-profile__details ul li {
  font-family: Open Sans;
  font-size: 1.6rem;
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
  font-weight: 100;
}

.surgeon-profile__details ul li > div {
  display: inline;
}

.surgeon-profile__details > .row {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid rgba(151, 151, 151, 0.1);
}

.surgeon-profile__details--title {
  font-weight: 500;
  --text-opacity: 1;
  color: #262219;
  color: rgba(38, 34, 25, var(--text-opacity));
}

.surgeon-profile__details--title > div {
  font-weight: 500;
  --text-opacity: 1;
  color: #004987;
  color: rgba(0, 73, 135, var(--text-opacity));
}

.surgeon-profile__details--web {
  overflow: hidden;
  text-overflow: ellipsis;
}

.surgeon-profile__map {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
