main {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  min-height: calc(100vh - 6.25rem);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.headerMinimal {
  justify-content: center;
  background: #FFFFFF;
  height: 6.25rem;
  border-bottom: 1px solid var(--color-border);
}

.headerMinimal__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 13.75rem;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .headerMinimal {
    height: 8rem;
    justify-content: space-between;
  }
  .headerMinimal__logo {
    height: 100%;
    width: 18.6875rem;
    padding: 2.5rem 0;
  }
  main {
    min-height: calc(100vh - 11.875rem);
    padding-top: 2.6875rem;
    padding-bottom: 2.6875rem;
  }
}
.siteV1LeftColumns__left, .breadcrumbs {
  display: none;
}
/*# sourceMappingURL=header--minimal.css.map */