/* @usb-shield/design-tokens - U.S. Bank Design Tokens - @version v4.1.1 {} */
/* Base Token - Font-family */
/* Base Token - Font-size (Desktop/Tablet) */
/* Base Token - Font-size (Mobile) */
/* Base-Token - Font-weight */
/* Base Token - Letter-spacing */
/* Base-Token - Line-height */
/* Base Token - Border-width */
/* Base Token - Border-radius */
/* Base Token - Transition */
/* Shield 2.0 - Color Tokens - USB Light */
/* Fonts */
.zipCodeTxt {
  float: right;
  padding: 1rem;
}
.zipCodeTxt button {
  background: transparent;
  border: none;
  color: #235AE4;
  text-decoration: underline;
  width: auto;
}
.zipCodeTxt button:focus {
  text-decoration: none;
  background: transparent;
}

.zipInput .show {
  display: flow-root;
}

.shield-zipcodes span:empty, .shield-zipcodes p:empty, .shield-zipcodes div:empty {
  display: none;
}
.shield-zipcodes .footer button.secondary {
  display: none;
}
.shield-zipcodes .shield-forms form {
  margin: 2.25rem 0;
}
.shield-zipcodes .shield-forms form fieldset {
  margin: 1rem 0 0;
  min-height: 0;
  width: 50%;
}
.shield-zipcodes .shield-forms form fieldset input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.shield-zipcodes .shield-forms form fieldset input[type=number]::-webkit-outer-spin-button, .shield-zipcodes .shield-forms form fieldset input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
@media (max-width: 41.9375rem) {
  .shield-zipcodes .shield-forms form fieldset {
    margin: 0.75rem 0;
    transform: none;
    width: 100%;
    left: 0;
  }
}

.shield-modals.background .dialog .content .body .shield-form-errors.content {
  background-color: rgba(222, 22, 43, 0.2);
  left: 0;
  height: auto;
  margin: 0 0 1rem 0;
  padding: 0 1rem;
  position: relative;
  transform: none;
  top: 0;
  width: 100%;
}
.shield-modals.background .dialog .content .body .shield-form-errors.content ul {
  list-style: none;
  padding: 1rem;
}
.shield-modals.background .dialog .content .body .shield-form-errors.content:empty {
  display: none;
}
.shield-modals.background .dialog .content .body p.error,
.shield-modals.background .dialog .content .body p.span,
.shield-modals.background .dialog .content .body .error span,
.shield-modals.background .dialog .content .body .error p {
  animation-name: fadeIn;
  animation-duration: 0.75s;
  color: #CF2A36;
  font-size: 0.75rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}