.premera-amazon-main {
  --page-gutter: max(3.5vw, 15px);

  padding-right: var(--page-gutter);
  padding-left: var(--page-gutter);
}

header #childSiteLogo {
  width: 9.1875rem;
  height: 1rem;
  max-width: none;
}

@media (max-width: 468.98px) {
  header .child-site-logo-wrap {
    display: block;
    padding-bottom: 1rem;
  }
}

@media (max-width: 1023.98px) {
  header nav:nth-child(2) .nav-primary-container .navbar-collapse {
    /* Follow the full logo row height, including the header's bottom border. */
    top: calc(100% + 1px);
    margin-top: 0;
  }
}

footer.mobile .navbar-nav .nav-link {
  color: #117bab;
}

footer.mobile .mobile-footer-menu .dropdown-item {
  display: block;
  padding: 1rem 1rem 1rem 3rem;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 0.9rem;
  font-weight: 400;
  white-space: normal;
}

.premera-amazon-main .service-card-list {
  margin: 0 0 1.5rem;
  padding-left: 0;
  list-style: none;
}

.premera-amazon-main .service-card-list li {
  position: relative;
  padding-left: 1.25rem;
}

.premera-amazon-main .service-card-list li::before {
  position: absolute;
  top: 0.6em;
  left: 0.4rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
}

.plan-guide-shell-background {
  width: auto;
  padding-right: var(--page-gutter);
  padding-left: var(--page-gutter);
  margin-inline: calc(-1 * var(--page-gutter));
  background:
    radial-gradient(circle at 8% 8%, rgb(0 167 181 / 14%), transparent 24rem),
    linear-gradient(135deg, #f7fcfd 0%, #eaf7fb 100%);
}

.plan-guide-shell {
  --premera-blue: #0099d8;
  --premera-blue-dark: #006c9f;
  --premera-teal: #00a7b5;
  --premera-coral: #e04e39;
  --premera-coral-dark: #bd3827;
  --form-blue: #117bab;
  --cool-gray: #000000;
  --ink: #000000;
  --muted: #000000;
  --line: #d7e1e5;
  --white: #ffffff;
  --error: #b42318;
  --shadow: 0px 4px 4px 0px rgba(17, 17, 17, 0.08);
}

.plan-guide-shell,
.plan-guide-shell *,
.plan-guide-shell *::before,
.plan-guide-shell *::after {
  box-sizing: border-box;
}

.plan-guide-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  width: min(100%, 75rem);
  margin: 0 auto;
  padding: 3rem 0 0 0;
  color: var(--ink);
  font-family: "Roboto", sans-serif;
}

.plan-guide-shell .eyebrow {
  margin: 0;
  padding-bottom: 0.5rem;
  color: var(--form-blue);
  font-family: "Roboto", sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.125;
  letter-spacing: 0.00125rem;
  text-align: center;
  text-transform: uppercase;
}

.plan-guide-shell #form-title {
  margin: 0;
  /* Override the copied global h1 spacing and heading typography. */
  margin-top: 0 !important;
  padding: 0;
  color: var(--ink);
  font-family: "Lora", Georgia, "Times New Roman", serif !important;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.14286 !important;
  letter-spacing: 0rem;
  text-wrap: balance;
}

.plan-guide-shell #form-title::after {
  content: none;
}

.plan-guide-shell .form-card {
  width: min(100%, 33rem);
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgb(17 123 171 / 10%);
  border-radius: 1.25rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.plan-guide-shell .form-card__heading {
  padding: 1.5rem;
  background:
    linear-gradient(120deg, rgb(17 123 171 / 3.5%), transparent 65%),
    var(--white);
}

.plan-guide-shell .form-card__heading > p.form-card__heading-description {
  text-wrap: pretty;
}
@media (max-width: 468.98px) {
	.plan-guide-shell .form-card__heading > p.form-card__heading-description {
	  text-wrap: balance;
	  text-align: center;
	}
}	

.plan-guide-shell .form-card__heading > p:last-child {
  margin: 0.85rem 0 0;
  color: var(--muted);
  line-height: 1.125;
}

.plan-guide-shell .form-card__heading > .form-card__heading-link {
  margin: 0;
}

.plan-guide-shell #plan-form {
  border-top: 1px solid var(--line);
}

.plan-guide-shell .form-step {
  --step-marker-size: 1.25rem;
  --step-label-offset: calc(var(--step-marker-size) + 0.5rem);

  display: grid;
  grid-template-columns: var(--step-marker-size) minmax(0, 1fr);
  gap: 0.5rem;
  padding: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.plan-guide-shell .form-step--revealed:not([hidden]) {
  animation: main-reveal 240ms ease-out both;
}

.plan-guide-shell .step-number {
  display: grid;
  width: var(--step-marker-size);
  height: var(--step-marker-size);
  /* Center the marker on the label's first line, including its top margin. */
  margin-top: calc(0.4rem + (1rem * 1.125 - var(--step-marker-size)) / 2);
  place-items: center;
  border-radius: 50%;
  background: var(--form-blue);
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.plan-guide-shell .step-content {
  min-width: 0;
}

.plan-guide-shell .form-card label {
  display: block;
  margin: 0.4rem 0 0.75rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.125;
  letter-spacing: 0;
}

.plan-guide-shell .plan-label-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.4rem 0 0.75rem;
}

.plan-guide-shell .plan-label-row #plan-label {
  margin: 0;
}

.plan-guide-shell .plan-help {
  position: relative;
  z-index: 2;
  flex: none;
}

.plan-guide-shell .plan-help__trigger {
  position: relative;
  z-index: 2;
  display: grid;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  place-items: start center;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.plan-guide-shell .plan-help__trigger:focus-visible {
  outline: 2px solid var(--form-blue);
  outline-offset: 2px;
}

.plan-guide-shell .plan-label__icon {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  flex: none;
}

.plan-guide-shell .plan-help__tooltip {
  position: absolute;
  z-index: 1;
  top: calc(100% + 0.5rem);
  right: 0;
  width: min(24rem, calc(100vw - 4rem));
  padding: 1rem;
  visibility: hidden;
  border: 1px solid var(--form-blue);
  border-radius: 0.75rem;
  opacity: 0;
  background: var(--white);
  box-shadow: 0 0.5rem 1.5rem rgb(0 74 104 / 15%);
  pointer-events: none;
}

.plan-guide-shell .plan-help--touch .plan-help__tooltip {
  padding-top: 0.675rem;
  padding-bottom: 1.675rem;
}

.plan-guide-shell .plan-help__tooltip::before {
  position: absolute;
  top: -2rem;
  right: 0;
  width: 100%;
  height: 2rem;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
}

.plan-guide-shell .plan-help:not(.plan-help--dismissed):hover .plan-help__tooltip,
.plan-guide-shell .plan-help:not(.plan-help--dismissed):focus-within .plan-help__tooltip {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.plan-guide-shell .plan-help__close {
  display: none;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  margin: 0 -0.325rem 0.25rem auto;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.plan-guide-shell .plan-help--touch .plan-help__close {
  display: grid;
}

.plan-guide-shell .plan-help__close-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.plan-guide-shell .plan-help__close:hover {
  background: rgb(17 123 171 / 10%);
}

.plan-guide-shell .plan-help__close:focus-visible {
  outline: 2px solid var(--form-blue);
  outline-offset: 1px;
}

.plan-guide-shell .plan-help__text {
  margin: 0 0 1rem;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: 0;
}

.plan-guide-shell .form-card button,
.plan-guide-shell .form-card input,
.plan-guide-shell .form-card select {
  font: inherit;
}

.plan-guide-shell .form-card input,
.plan-guide-shell .form-card select {
  width: 100%;
  min-height: 3.25rem;
  border: 1px solid rgba(0, 0, 0, .23);
  border-radius: 0.35rem;
  background-color: var(--white);
  color: var(--ink);
  font-size: 0.875rem;
  line-height: 1.28571;
  letter-spacing: 0;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.plan-guide-shell .form-card .step-content input,
.plan-guide-shell .form-card .step-content select,
.plan-guide-shell .form-card .step-content .field-guidance {
  width: calc(100% + var(--step-label-offset));
  margin-left: calc(-1 * var(--step-label-offset));
}

.plan-guide-shell .form-card input {
  padding: 0.75rem 0.9rem;
}

.plan-guide-shell .form-card select {
  appearance: none;
  padding: 0.75rem 3rem 0.75rem 0.9rem;
  background-image: url("assets/chevron.svg");
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
}

.plan-guide-shell .form-card input:hover,
.plan-guide-shell .form-card select:hover {
  border-color: rgba(0, 108, 163, 1);
  color: rgba(0, 108, 163, 1);
}

.plan-guide-shell .form-card input:focus,
.plan-guide-shell .form-card select:focus {
  border-color: rgba(0, 108, 163, 1);
  outline: 1px solid rgba(0, 108, 163, 1);
  outline-offset: 0;
  box-shadow: none;
}

.plan-guide-shell .form-card input[aria-invalid="true"] {
  border-color: var(--error);
  outline-color: var(--error);
}

.plan-guide-shell .field-guidance,
.plan-guide-shell .field-feedback {
  margin: 0.6rem 0 0;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.45;
}

.plan-guide-shell .field-guidance {
  color: #4E5054;
  text-align: left;
}

.plan-guide-shell .field-guidance,
.plan-guide-shell .field-feedback[data-state="error"],
.plan-guide-shell #zip-feedback[data-state="success"] {
  line-height: 1.28571;
  letter-spacing: 0.000625rem;
}

.plan-guide-shell .field-feedback:empty {
  display: none;
}

.plan-guide-shell .field-feedback[data-state="error"] {
  color: #D32F2F;
  font-weight: 600;
}

.plan-guide-shell #zip-feedback[data-state="success"] {
  color: var(--form-blue);
  font-weight: 700;
}

.plan-guide-shell .continue-step {
  padding: 1.5rem 1.5rem 2rem;
  border-bottom: 0;
  background: #fbfdfe;
  text-align: right;
}

.plan-guide-shell .continue-button {
  display: inline-flex;
  width: 100%;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.35rem;
  background: var(--form-blue);
  color: var(--white);
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: -0.00125rem;
  text-decoration: none;
  transition:
    background-color 150ms ease,
    transform 150ms ease;
}

.plan-guide-shell .continue-button[aria-disabled="true"] {
  background: rgba(232, 232, 232, 1);
  box-shadow: none;
  color: rgba(158, 158, 158, 1);
  cursor: not-allowed;
  font-weight: 400;
}

.plan-guide-shell
  .continue-button[aria-disabled="true"]
  .continue-button__icon {
  filter: brightness(0.6196078431);
}

.plan-guide-shell .continue-button:not([aria-disabled="true"]):hover {
  background: var(--form-blue);
  box-shadow:
    0 2px 5px #0000003e,
    0 2px 10px #0000003e;
  color: var(--white);
}

.plan-guide-shell
  .continue-button:not([aria-disabled="true"]):hover:not(:focus) {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.20),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.plan-guide-shell
  .continue-button:not([aria-disabled="true"]):is(
    :focus,
    .has-programmatic-focus-ring
  ) {
  background: rgba(76, 151, 190, 1);
  outline: none;
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.20),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.plan-guide-shell
  .continue-button:not([aria-disabled="true"]):is(
    :focus,
    .has-programmatic-focus-ring
  ):hover {
  background: rgba(0, 108, 163, 1);
  outline: 4px solid #73cde8;
  outline-offset: 0;
}

@media (forced-colors: active) {
  .plan-guide-shell
    .continue-button:not([aria-disabled="true"]):is(
      :focus,
      .has-programmatic-focus-ring
    ),
  .plan-guide-shell
    .continue-button:not([aria-disabled="true"]):is(
      :focus,
      .has-programmatic-focus-ring
    ):hover {
    outline: 2px solid Highlight;
    outline-offset: 2px;
  }

  .plan-guide-shell .continue-button[aria-disabled="true"] {
    border: 1px solid GrayText;
    color: GrayText;
  }
}

.plan-guide-shell .continue-button__icon {
  display: block;
  flex: none;
  width: 1.375rem;
  height: 1.375rem;
}

.plan-guide-shell .privacy-note {
  grid-column: 1 / -1;
  padding: 0 1.5rem;
  color: var(--cool-gray);
  font-size: 0.8125rem;
  text-align: center;
}

.plan-guide-shell .privacy-note p {
  margin: 0;
}

.premera-amazon-main .zip-attribution-note {
  padding: 0 1.5rem;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  text-align: center;
}

.premera-amazon-main .zip-attribution-note .zip-attribution {
  margin-bottom: 0;
  margin-top: 2rem;
  padding-top: 0.625rem;
  text-wrap: balance;
}

.premera-amazon-main .zip-attribution-note a {
  color: #006c9f;
  font-weight: 400;
}

.premera-amazon-main .zip-attribution-note a:hover {
  text-decoration-thickness: 2px;
}

.plan-guide-shell .routing-debug {
  max-width: 64rem;
  margin: 6rem auto 1rem;
  padding: 1rem 1.25rem 1.25rem;
  border-left: 0.25rem solid var(--premera-teal);
  border-radius: 0.25rem;
  background: var(--white);
  box-shadow: 0 0.5rem 1.5rem rgb(0 74 104 / 10%);
  color: var(--ink);
  text-align: left;
}

.plan-guide-shell .routing-debug .routing-debug__title {
  margin-bottom: 0.75rem;
  color: var(--premera-blue-dark);
  font-weight: 700;
}

.plan-guide-shell .routing-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1.5rem minmax(0, 1.3fr) 1.5rem minmax(0, 1fr);
  align-items: stretch;
  gap: 0.35rem;
}

.plan-guide-shell .routing-flow__node {
  display: flex;
  min-height: 5.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.75rem;
  border: 2px solid var(--premera-blue);
  border-radius: 0.5rem;
  background: #f5fbfe;
  text-align: center;
}

.plan-guide-shell .routing-flow__node--rule {
  border-color: var(--premera-teal);
  background: #f2fbfb;
}

.plan-guide-shell .routing-flow__node--result {
  border-color: var(--premera-coral-dark);
  background: #fff7f5;
}

.plan-guide-shell .routing-flow__label {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-guide-shell .routing-flow__content {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.plan-guide-shell .routing-flow__arrow {
  display: grid;
  place-items: center;
  color: var(--premera-blue-dark);
  font-size: 1.5rem;
  font-weight: 700;
}

.plan-guide-shell .routing-debug__summary {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.plan-guide-shell [hidden] {
  display: none !important;
}

@keyframes main-reveal {
  from {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 56rem) {
  .plan-guide-shell {
    padding-top: 2rem;
  }

  .plan-guide-shell #form-title {
    text-align: center;
  }
}

@media (max-width: 42rem) {
  .plan-guide-shell .routing-flow {
    grid-template-columns: 1fr;
  }

  .plan-guide-shell .routing-flow__arrow {
    min-height: 1.25rem;
    transform: rotate(90deg);
  }
}

@media (max-width: 31rem) {
  .plan-guide-shell .form-card {
    border-radius: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .plan-guide-shell *,
  .plan-guide-shell *::before,
  .plan-guide-shell *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
