.pagetitleandimage .fc_wrapper {
  padding: 60px 0;
}
.pageTitleAndImage__fc.no-image .fc_text-form {
  flex: 1 0 100%;
}
.pageTitleAndImage__fc.no-image .fc_text-form .fc_text-wrap .fc_title,
.pageTitleAndImage__fc.no-image .fc_text-form .fc_text-wrap .fc_subtitle {
  max-width: 860px;
}
.pageTitleAndImage__fc.no-image .fc_image {
  display: none;
}
.pagetitleandimage .pageTitleAndImage__fc h1.fc_title {
  font-family: 'Avant Garde for MT Bd', Arial, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
}
.pagetitleandimage + .parsys > .section:has([class*="--background-gray"]):first-child,
.pagetitleandimage + .parsys > .grouping:has(div:first-of-type [class*="--background-gray"]):first-child {
  border-top: 0 !important;
}
.pagetitleandimage + .parsys > .section:not(.featuresmultielement, .landingpagesection):first-child {
  border-top: 1px solid #ededed;
  margin-top: -1px;
}
.pagetitleandimage + .parsys > .section.landingpagesection:first-child,
.pagetitleandimage + .parsys > .landingpagesection:has([class*="--hidden"]):first-child + * {
  padding-top: 0;
}
@media (max-width: 750px) {
  .pagetitleandimage .pageTitleAndImage--excludeTitleFromSidebar {
    padding: 0 0 60px 0;
  }
  .pagetitleandimage .pageTitleAndImage--excludeTitleFromSidebar .fc_image {
    margin-top: 0;
  }
}
