/* Joel-directed authenticity correction: larger brand mark and field-relevant photography. */
#main-header {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ry-hero-art img[src*="relationship-you-michael"],
.ry-page-art img[src*="relationship-you-michael"] {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 16%;
}
.ry-hero-art::after {
  content: "MICHAEL C. ADAMS, CPC";
}
.ry-editorial-image::after {
  display: none;
}

.ry-service-photo {
  margin: 0 0 32px;
}
.ry-service-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  box-shadow: 0 24px 54px rgba(16, 28, 66, .16);
}

@media (min-width: 1440px) {
  #logo {
    width: 420px;
    max-width: 420px;
    max-height: 82px;
  }
  #et-top-navigation {
    padding-left: 452px !important;
  }
}

@media (min-width: 1121px) and (max-width: 1439px) {
  #logo {
    width: 320px;
    max-width: 320px;
    max-height: 72px;
  }
  #et-top-navigation {
    padding-left: 348px !important;
  }
  #top-menu li {
    padding-right: 15px;
  }
  #top-menu a {
    font-size: 12.5px;
  }
}

@media (max-width: 980px) {
  #main-header .logo_container {
    max-width: calc(100% - 82px) !important;
  }
  #logo {
    width: 300px;
    max-width: 300px;
    max-height: 64px;
  }
}

@media (max-width: 767px) {
  #logo {
    width: 255px;
    max-width: 255px;
    max-height: 58px;
  }
  .ry-hero-art img[src*="relationship-you-michael"],
  .ry-page-art img[src*="relationship-you-michael"] {
    min-height: 0;
    aspect-ratio: 4 / 5;
    object-position: 50% 14%;
  }
}
