body.cms-manuals div.page-title-wrapper {
  display: none;
}

body.cms-manuals section.productGroups {
  margin-bottom: 0;
  background-color: #F0F0F0;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 10px 0 50px 0;
}

body.cms-manuals section.productGroups h2 {
  text-align: center;
}

body.cms-consumer .breadcrumbs,
body.cms-manuals .breadcrumbs,
body.cms-search-results .breadcrumbs {
  display: none;
}
body.cms-consumer .banner h1, body.cms-consumer .banner p,
body.cms-manuals .banner h1,
body.cms-manuals .banner p,
body.cms-search-results .banner h1,
body.cms-search-results .banner p {
  color: #fff;
  margin: 0;
  padding: 0;
}
body.cms-consumer .banner h1,
body.cms-manuals .banner h1,
body.cms-search-results .banner h1 {
  margin-bottom: 1.3rem;
}
body.cms-consumer .findManual,
body.cms-manuals .findManual,
body.cms-search-results .findManual {
  margin-inline: auto;
  max-width: var(--maxWidth);
  padding-top: 45px;
  padding-bottom: 0;
  background-image: url(/media/icons/emerio-background.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 40px;
}
@media (max-width: 992px) {
  body.cms-consumer .findManual,
body.cms-manuals .findManual,
body.cms-search-results .findManual {
    margin-inline: auto;
    max-width: calc(100vw - 30px);
    margin-left: 15px;
    width: 100%;
  }
  body.cms-consumer body.consumertemplate section.findManual,
body.cms-manuals body.consumertemplate section.findManual,
body.cms-search-results body.consumertemplate section.findManual {
    padding-top: 50px;
    padding-bottom: 120px;
    max-width: calc(100vw - 40px);
    margin: auto;
  }
  body.cms-consumer body.cms-manuals section.findManual,
body.cms-manuals body.cms-manuals section.findManual,
body.cms-search-results body.cms-manuals section.findManual {
    padding-bottom: 0;
  }
  body.cms-consumer body.consumertemplate section.findManual h2,
body.cms-manuals body.consumertemplate section.findManual h2,
body.cms-search-results body.consumertemplate section.findManual h2 {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
body.cms-consumer section.findManual h2, body.cms-consumer section.findManual h3,
body.cms-manuals section.findManual h2,
body.cms-manuals section.findManual h3,
body.cms-search-results section.findManual h2,
body.cms-search-results section.findManual h3 {
  text-align: center;
  font-weight: 400;
}
body.cms-consumer section.findManual h2,
body.cms-manuals section.findManual h2,
body.cms-search-results section.findManual h2 {
  margin-bottom: 0;
  font-size: 3rem;
}
body.cms-consumer section.findManual h3,
body.cms-manuals section.findManual h3,
body.cms-search-results section.findManual h3 {
  margin-top: 12px;
  color: #151A27;
  opacity: 0.5;
  font-size: 2rem;
}
body.cms-consumer .type,
body.cms-manuals .type,
body.cms-search-results .type {
  margin-top: 40px;
  max-width: 520px;
  margin-inline: auto;
}
body.cms-consumer body.cms-manuals .type,
body.cms-manuals body.cms-manuals .type,
body.cms-search-results body.cms-manuals .type {
  margin-top: 32px;
}
body.cms-consumer section.findManual input,
body.cms-manuals section.findManual input,
body.cms-search-results section.findManual input {
  background: #EBEBEB 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029;
  min-height: 55px;
  line-height: 55px;
  box-sizing: border-box;
  padding-inline: 20px;
  position: relative;
  z-index: 9;
}

.afterProductGroups {
  background: #F0F0F0 !important;
}
@media (min-width: 995px) {
  .afterProductGroups .column2 {
    padding-top: 70px !important;
    display: grid;
    grid-template-areas: "a b";
  }
  .afterProductGroups .column2 .leftInfoColumn {
    grid-area: b;
  }
  .afterProductGroups .column2 .rightInfoColumn {
    grid-area: a;
  }
  .afterProductGroups .column2 .rightInfoColumn > div > div {
    height: max-content !important;
  }
  .afterProductGroups .column2 .rightInfoColumn > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .afterProductGroups .column2 .rightInfoColumn > div, .afterProductGroups .column2 .rightInfoColumn > div div {
    width: calc(100% - 90px);
  }
  .afterProductGroups .column2 .pagebuilder-button-primary {
    width: max-content !important;
  }
}

@media (min-width: 995px) {
  .infoColumn:not(.afterProductGroups) .rightInfoColumn > div > div {
    height: max-content !important;
  }
  .infoColumn:not(.afterProductGroups) .rightInfoColumn > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .infoColumn:not(.afterProductGroups) .rightInfoColumn figure img {
    max-height: 330px;
  }
}