body {
  line-height: 1.5;
  color: #1b1b1b;
  font-size: 1rem;
  font-family: 'Open-Sans', sans-serif;
  -webkit-font-smoothing: antialiased;

  --gov2-login__content-first-child-margin-right: 1rem;
  --gov2-login__content-padding: 2rem;
  --gov2-login__list-element-min-width: calc(100vw - calc(3 * var(
  --gov2-login__content-padding)));

  --gov2-login__list-element-desktop-min-width: 600px;
  --gov2__section-button--desktop-min-width: 175px;
  --gov2-login__content--desktop-padding: 2.5rem;
  --gov2-login__list-element-with-padding-desktop-min-width: calc(
    var(
  --gov2-login__list-element-desktop-min-width) + 2 * var(--gov2-login__content--desktop-padding)
  );
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-5 {
  margin-bottom: calc(5 * 0.25rem) !important;
}

.mb-6 {
  margin-bottom: calc(6 * 0.25rem) !important;
}

.fw-bold {
  font-weight: bold;
}

ol > li::before {
  color: #1b1b1b;
}

.gov2__header-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 2rem;
  background-color: #ffffff;
  font-family: 'Open-Sans Bold', 'Open-Sans', sans-serif;
}

.gov2__header {
  background-image: url("herb.svg");
  background-size: contain;
  background-repeat: no-repeat;
  color: #1b1b1b;
  height: 2.75rem;
  line-height: 1;
  margin-top: 1.0625rem;
  margin-bottom: 1.0625rem;
  margin-left: 2rem;
  margin-right: 1.8125rem;
  padding-left: 2.8125rem;
  padding-top: 0.5rem;
  font-size: 1.71875rem;
  text-decoration: none;
  -ms-grid-column-align: center;
  justify-self: center;
}

a.gov2__header:hover {
  color: #1b1b1b !important;
}

a.gov2__header:focus {
  outline-offset: 3px;
  background-color: #fff;
  outline: 2px solid black !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none !important;
  color: #1b1b1b !important;
}

.btn,
button {
  outline: none;
}

.gov2__subheader-wrapper {
  margin: 0 0 2.5rem;
}

.gov2__subheader {
  font-size: 1.375rem;
  font-weight: 700;
  color: black;
  margin: 0 0 0.625rem 0;
}

.gov2-login__wrapper {
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gov2__section-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gov2__section-background {
  background-color: #fff;
  margin: var(--gov2-login__content-padding) 0;
  max-width: var(--gov2-login__list-element-desktop-min-width);
  padding: 0 1.25rem;
  width: 100%;
}

.gov2__section-slider {
  display: block;
  overflow-x: hidden;
  width: 100%;
}

.gov2-login__content {
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  -o-transition: transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
}

.gov2-login__content:first-child {
  margin-right: 1rem;
}

.gov2-login__content--hide-main {
  display: none;
}

.gov2-login__content--show-main {
  display: block;
}

.gov2-login__content--show-my-id {
  display: block;
}

.gov2-login__content--show-co-op-banks {
  display: block;
}

.gov2-login__content--hide-my-id {
  display: none;
}

.gov2-login__content--hide-co-op-banks {
  display: none;
}

.gov2-login__content--hide-main-wt {
  display: none;
}

.gov2-login__content--show-additional-login-list {
  display: block;
}

.gov2-login__content--hide-additional-login-list {
  display: none;
}

.gov2__paragraph {
  font-size: 1rem;
  color: #393939;
  font-weight: 600;
}

.gov2-login__empty-space {
  display: none;
}

.gov2__section-heading {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1rem;
  margin-bottom: 0.25rem;
}

.gov2__section-button {
  font-weight: 650;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  background-color: #0052a5;
  padding: 0.625rem 1.25rem;
  width: 100%;
  margin-top: 1.875rem;
  display: inline-block;
}

.gov2__section-button:hover {
  background-color: #006cd7;
}

.gov2__section-button:focus {
  outline-offset: 3px;
  background-color: #0052a5;
  outline: none !important;
  text-decoration: none !important;
  color: #fff !important;
}

a.gov2__section-button:hover {
  color: #ffffff;
}

.gov2__section-button--lighter-blue-bg {
  background-color: #006cd7;
}

.gov2_color-transition {
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.gov2__section-button--lighter-blue-bg:focus {
  background-color: #006cd7;
}

.gov2__go-back-button {
  font-size: 1rem;
  font-weight: 600;
  color: #0052a5;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gov2__go-back-button:hover {
  color: var(--light-blue);
}

.gov2__go-back-button::before {
  content: '';
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
  background: url("icon_arrow_left.svg") no-repeat;
  display: inline-block;
  background-position: center;
}

.gov2__info-app-desktop {
  display: none;
}

.gov2--hide-on-tablet {
  display: block;
}

.gov2--show-on-tablet {
  display: none;
}

.gov2__qr-code-text {
  word-break: break-all;
}

.gov2__qrcode {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
}

.gov2__qrcode_bigger {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gov2__qrcode__img {
  height: 90px;
  width: 90px;
}

.gov2__qrcode_bigger > .gov2__qrcode__img {
  height: 150px;
  width: 150px;
}

.gov2__qrcode--blur > .gov2__qrcode__img {
  opacity: 0.03;
}

.gov2__qrcode__timer {
  color: #0052a5;
  font-weight: 700;
  text-align: center;
}

.gov2__qrcode--blur > .gov2__qrcode__timer {
  display: none;
}

.gov2__qrcode__qrrefresh {
  display: none;
  position: absolute;
  top: 1rem;
}

.gov2__qrcode__qrrefresh:hover {
  text-decoration: underline;
}

.gov2__qrcode__qrrefresh:focus {
  background-color: transparent;
  outline: none;
}

.gov2__qrcode--blur > .gov2__qrcode__qrrefresh {
  display: block;
}

.gov2__qrcode_bigger > .gov2__qrcode__qrrefresh {
  top: 3rem;
}

.gov2__qrcode__qrrefresh--image {
  height: 1.25rem;
  width: 1.25rem;
}

.gov2__qrcode__qrrefresh--text {
  color: #0052a5;
  font-weight: 700;
}

.gov2__footer-wrapper {
  color: #fff !important;
  border: none;
  padding: 0 1.25rem;
}

.gov2__footer-inner {
  display: none;
}

.gov2__footer-main {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.gov2__footer_links {
  display: block;
}

.gov2__footer_links > li {
  margin-bottom: 1.25rem;
}

.gov2__footer_links > li a {
  font-weight: 500;
  margin-bottom: 1rem;
  color: #909090;
}

.gov2__footer_links > li > a:hover {
  color: #6d6d6d !important;
  text-decoration: underline;
}

.gov2__footer_links > li > a:focus,
.gov2__footer-store-links > li > a:focus {
  background-color: transparent;
  outline: none;
}

.gov2__footer_links > li > a:focus-visible,
.gov2__footer-store-links > li > a:focus-visible {
  outline: auto;
}

/* .gov2__footer-sub-column-right > p {
  margin-bottom: 1.25rem;
} */

.gov2__store-links {
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gov2__store-links > li > a:hover {
  background-color: transparent;
}

.gov2__store-links li a {
  display: block;
}

.gov2__store-links--img {
  width: 158px;
  height: 3.25rem;
}

.gov2--margin-0 {
  margin: 0 !important;
}

@media (min-width: 900px) {
  .gov2--hide-on-tablet {
    display: none;
  }

  .gov2--show-on-tablet {
    display: block;
  }

  .gov2__subheader-wrapper {
    margin-bottom: 1.25rem;
  }

  .gov2__section-wrapper {
    margin: 0rem;
  }

  .gov2__header {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .gov2-login__wrapper {
    padding: 0;
  }

  .gov2__header-heading {
    margin-bottom: 1.25rem;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .gov2__section-button {
    min-width: var(--gov2__section-button--desktop-min-width);
    width: auto;
  }

  .gov2__footer_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gov2__footer_links > li {
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .gov2__store-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .gov2__store-links img {
    width: auto;
  }
}

@media (min-width: 1241px) {
  @media (min-height: 1000px) {
    .gov2__section-wrapper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }

  .gov2__section-background {
    padding: 3rem 1.25rem;
  }

  .gov2-login__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100vh;
  }

  .gov2__footer-inner {
    display: block;
    margin-top: 5rem;
  }

  .gov2__footer-main {
    display: none;
  }

  .gov2__section-wrapper {
    width: 50%;
  }
}
