main#main-content {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

#hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#hero h1 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.18;
  overflow-wrap: break-word;
  text-wrap: balance;
}

#hero p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.local-seo-content,
.gallery-intro,
.seo-service-content,
.html-sitemap {
  max-width: 68em;
  margin: 0 auto;
  padding: 2.5em 2em;
}

.local-seo-content h2,
.seo-service-content h2,
.gallery-intro h2,
.html-sitemap h2 {
  color: #ba1111;
  line-height: 1.25;
  text-align: center;
}

.local-seo-content p,
.seo-service-content p,
.gallery-intro p,
.html-sitemap p {
  color: #515151;
  font-size: 1.05em;
  line-height: 1.7;
}

.service-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75em;
  margin: 1.5em 0 0;
  padding: 0;
  list-style: none;
}

.service-link-list a {
  display: block;
  min-height: 3.25em;
  padding: 0.85em 1em;
  color: #fff;
  background: #ba1111;
  text-align: center;
  text-decoration: none;
}

.service-link-list a:hover,
.service-link-list a:focus {
  background: #8fd1d8;
  color: #fff;
}

.faq-list {
  margin-top: 1.5em;
}

.faq-list h3 {
  color: #ba1111;
  text-align: center;
}

.faq-list details {
  margin-bottom: 0.75em;
  border: 1px solid #ddd;
  background: #fff;
}

.faq-list summary {
  cursor: pointer;
  padding: 0.9em 1em;
  color: #515151;
  font-weight: 600;
}

.faq-list details p {
  margin: 0;
  padding: 0 1em 1em;
}

#gallery #container {
  min-height: 20em;
}

#gallery .frame {
  overflow: hidden;
  background: #f7f7f7;
}

#gallery .frame img {
  display: block;
  width: 100%;
  height: auto;
}

#body-parts,
#man,
#woman {
  background: #fff;
}

#body-parts img[src*="/img/body/"],
#man img,
#woman img {
  background: #fff;
}

#quick-info {
  clear: both;
  float: left;
  width: 100%;
}

#quick-info::after,
#quick-info > ul::after {
  clear: both;
  content: "";
  display: table;
}

#quick-info li address.address {
  display: block;
  width: 100%;
  margin: 0;
  color: #777;
  font-size: 1.2em;
  font-style: normal;
  line-height: 1.25;
  text-align: center;
}

#quick-info li address.address strong {
  color: #777;
  font-weight: 600;
}

#quick-info li.middle {
  min-height: 17em;
}

.home .local-seo-content {
  clear: both;
  margin-top: 3em;
}

.profile-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 1em 1em 0;
  float: left;
  overflow: hidden;
}

.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prevControl,
.nextControl {
  border: 0;
  background: transparent;
}

.contact-map-wrap iframe {
  display: block;
  width: 100%;
  min-height: 420px;
}

footer address,
footer a,
footer .footer-service-area {
  color: #fff;
}

footer address {
  margin-bottom: 1.5em;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
}

.footer-service-area {
  max-width: 22em;
  margin: 1.5em auto 0;
  line-height: 1.5;
}

.nav-toggle {
  min-width: 44px;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: #ba1111;
}

.nav-toggle:before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-size: 1.6em;
}

.nav-toggle.active:before {
  content: "\f00d";
}

.sitemap-jump-links,
ul.sitemap {
  list-style: none;
  padding-left: 0;
}

.sitemap-jump-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75em;
}

.sitemap-jump-links a,
ul.sitemap a {
  color: #ba1111;
  text-decoration: none;
}

.sitemap-date,
.sitemap-count {
  color: #777;
  margin-left: 0.35em;
}

@media only screen and (max-width: 830px) {
  .service-link-list {
    grid-template-columns: 1fr;
  }

  #hero h1 {
    line-height: 1.25;
  }

  .local-seo-content,
  .gallery-intro,
  .seo-service-content,
  .html-sitemap {
    padding: 2em 1.25em;
  }

  #quick-info li img {
    width: 90px;
    max-width: 30%;
  }

  .profile-photo {
    float: none;
    margin: 0 auto 1.5em;
  }
}

@media only screen and (max-width: 580px) {
  #hero {
    padding-left: 1em;
    padding-right: 1em;
  }

  #hero h1 {
    font-size: 1.7em;
  }

  .contact-map-wrap {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
