.sam-template {
  margin: 0;
}

.sam-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sam-skip-link:focus {
  left: 12px;
  top: 12px;
  width: auto;
  height: auto;
  background: #ffffff;
  color: #162b48;
  z-index: 10000;
  padding: 8px 12px;
}

.sam-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.sam-utility-bar {
  background: #162b48;
  color: #ffffff;
}

.sam-utility-bar__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sam-utility-bar__language {
  min-height: 24px;
}

.sam-utility-bar,
.sam-utility-bar a,
.sam-utility-bar button,
.sam-utility-bar span,
.sam-utility-bar label {
  color: #ffffff;
}

.sam-header {
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

.sam-header {
  --sam-header-logo-height: 34px;
}

.sam-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.sam-header img {
  max-height: 34px;
  width: auto;
}

.sam-header__sam-logo,
.sam-header__ipzs-logo {
  height: var(--sam-header-logo-height);
  max-height: none;
  width: auto;
}

.sam-header__group > div {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.sam-header__lettering {
  max-height: 27px;
}

.sam-main {
  flex: 1;
}

.sam-footer {
  background: #162b48;
  color: #ffffff;
}

.sam-footer,
.sam-footer p,
.sam-footer span,
.sam-footer li,
.sam-footer__title,
.sam-footer__label,
.sam-footer a {
  color: #ffffff;
}

.sam-footer__logo-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px 8px;
}

.sam-footer__logo {
  width: 326px;
  max-width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.sam-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.sam-footer__title {
  margin: 0 0 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.sam-footer__label {
  margin: 0 0 4px;
  opacity: 0.9;
}

.sam-footer a {
  color: #ffffff;
  display: inline-block;
  margin-top: 8px;
  text-underline-offset: 2px;
}

.sam-social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sam-social-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sam-social-list svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

@media (max-width: 768px) {
  .sam-header__group {
    margin-left: auto;
  }
  .sam-header__group > div {
    justify-content: flex-end;
  }
  .sam-header__lettering {
    display: none;
    visibility: hidden;
  }
  .sam-footer__inner {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=sam-template.css.map */
