/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/applications/personalization/profile/sass/profile.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
  /uswds/dist/scss/lib/addons/_margin.scss
**/
/**
  uswds/src/stylesheets/lib/helpers/_directional-values.scss
**/
.focus-ring:focus {
  outline: 2px solid !important;
  outline-color: var(--vads-color-action-focus-on-light) !important;
  outline-offset: 0;
}

.va-subnav {
  border-bottom: 1px solid var(--vads-color-base-lighter);
  display: block;
}
.va-subnav h2 {
  border: 1px solid var(--vads-color-base-lighter);
  border-left: none;
  border-right: none;
  color: var(--vads-color-black);
  margin-bottom: 16px;
  margin-top: 32px;
  padding: 8px 16px 8px 12px;
}
.va-subnav ul {
  padding: 0;
}
.va-subnav li {
  list-style: none;
  margin-bottom: 0;
}
.va-subnav li a {
  border-left: 4px solid transparent;
  display: inline-block;
  padding: 8px 16px 8px 12px;
  text-decoration: none;
  width: 100%;
}
.va-subnav li a:hover, .va-subnav li a:focus {
  background-color: var(--vads-color-primary-alt-lightest);
  border-color: var(--vads-color-link);
  transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, padding 0.1s ease-in-out;
}
.va-subnav li a.is-active {
  background-color: var(--vads-color-base-lightest);
  border-left: 4px solid var(--vads-color-base);
  color: var(--vads-color-black);
  font-weight: bold;
  padding-left: 12px;
}

va-sidenav-submenu {
  height: auto;
}

.mobile-nav .menu-wrapper {
  background-color: var(--vads-color-white);
  left: 0;
  right: 0;
  margin: 0.5rem 0.5rem 1rem;
  color: var(--vads-color-primary);
  border: 1px solid var(--vads-color-primary);
  border-radius: 4px;
}
.mobile-nav .menu-wrapper button {
  margin: 0;
  background-color: var(--vads-color-white);
  color: var(--vads-color-primary);
  border: 0;
  padding: 0.75rem;
}
.mobile-nav .menu-wrapper button.open-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav .menu-wrapper i {
  font-size: 1rem;
  margin-left: 0.25rem;
}
.mobile-nav .menu-wrapper .menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav .menu-wrapper .menu-header strong {
  padding: 0.75rem;
  line-height: 1rem;
}
.mobile-nav .menu-wrapper .menu-header button {
  font-weight: normal;
  width: auto;
}
.mobile-nav .menu-wrapper ul {
  padding: 0.5rem 0;
  background-color: var(--vads-color-white);
  margin: 0 0.5rem 0.5rem;
  border-top: 1px solid var(--vads-color-base-lighter);
}
.mobile-nav .menu-wrapper ul li {
  list-style: none;
  margin-bottom: 0;
}
.mobile-nav .menu-wrapper ul li a {
  border-left: 4px solid transparent;
  display: inline-block;
  padding: 8px 16px 8px 12px;
  text-decoration: none;
  width: 100%;
}
.mobile-nav .menu-wrapper ul li a:hover, .mobile-nav .menu-wrapper ul li a:focus {
  background-color: var(--vads-color-primary-alt-lightest);
  border-color: var(--vads-color-link);
  transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, padding 0.1s ease-in-out;
}
.mobile-nav .menu-wrapper ul li a.is-active {
  background-color: var(--vads-color-base-lightest);
  border-left: 4px solid var(--vads-color-base);
  color: var(--vads-color-black);
  font-weight: bold;
  padding-left: 12px;
}

.va-connected-apps {
  margin-bottom: 6em;
}
.va-connected-apps .va-modal-inner {
  max-width: 37.5rem;
}
.va-connected-apps .va-modal-inner button {
  height: 37px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.va-connected-apps ul {
  margin: 0 0 0 1.25em;
}
.va-connected-apps .border-box {
  border-radius: 4px;
}
.va-connected-apps .usa-button-secondary {
  height: 37px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.va-connected-apps .connected-apps-intro ul {
  list-style: none;
}
.va-connected-apps .form-expanding-group,
.va-connected-apps .form-expanding-group-open,
.va-connected-apps .form-expanding-group-closed {
  border-left: none;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .va-connected-apps .connected-app .form-expanding-group,
  .va-connected-apps .connected-app .form-expanding-group-open,
  .va-connected-apps .connected-app .form-expanding-group-closed {
    margin-left: -60px;
  }
}

.profile-military-domestic {
  margin-left: 1.7em;
}

.email-address-symbol::after {
  content: "​";
}

#root_inputPhoneNumber {
  speak-as: spell-out;
  speak: spell-out;
}

input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

[type=radio]:disabled + label {
  color: var(--vads-color-base-lighter);
}

[type=radio]:disabled + label::before {
  background-color: var(--vads-color-white);
  box-shadow: 0 0 0 2px var(--vads-color-white), 0 0 0 3px var(--vads-color-base-lighter);
}

[type=radio]:checked:disabled + label::before {
  background-color: var(--vads-color-primary-alt-light);
  box-shadow: 0 0 0 2px var(--vads-color-white), 0 0 0 4px var(--vads-color-primary-alt-light);
}

.rb-fieldset-input {
  margin-bottom: 1rem;
  position: relative;
}

.rb-legend {
  float: left;
}

.rb-input {
  border-left: 4px solid transparent;
  padding-left: calc(0.75rem - 4px);
  margin-left: -0.75rem;
  position: relative;
}

.rb-input-message {
  display: block;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: calc(0.75rem - 4px);
  margin-left: calc(-0.75rem + 4px);
}

.rb-input-warning {
  border-left-color: var(--vads-color-warning);
}

.rb-input-message-warning {
  background: var(--vads-color-gold-lightest);
}

.rb-input-error {
  border-left-color: var(--vads-color-secondary);
}

.rb-input-message-error {
  background: var(--vads-color-secondary-lightest);
}

.rb-input-success {
  border-left-color: var(--vads-color-success-dark);
}

.rb-input-message-success {
  background: var(--vads-color-success-lighter);
}

/* use flexbox to arrange contents of the Hub Component */
.hub-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem 1rem;
  /* direct descendants of .hub-cards, presumably "cards" */
}
.hub-cards > * {
  /* small screens: display 1 card per row -- 100% width */
  flex-basis: 100%;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
  .hub-cards > * {
    /* medium+ screens: display 2 cards per row -- 1/2 width minus column gap */
    flex-basis: calc(50% - 16px);
  }
}

/* runt prevention -- https://www.google.com/search?q=runt+typography */
.small-screen--line-break-at-32-characters {
  display: inline-block;
  max-width: 32ch;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
  .small-screen--line-break-at-32-characters {
    display: unset;
    max-width: unset;
  }
}

.medium-screen--line-break-at-40-characters {
  display: unset;
  max-width: unset;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
  .medium-screen--line-break-at-40-characters {
    display: inline-block;
    max-width: 40ch;
  }
}

.proof-of-veteran-status-card {
  position: relative;
  width: 29rem;
  border-radius: 1rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.proof-of-veteran-status-card h3 {
  border-radius: 1rem 1rem 0 0;
}
.proof-of-veteran-status-card img {
  position: absolute;
  top: 1.3rem;
  right: 1rem;
  width: 4.75rem;
}
.proof-of-veteran-status-card .status-card-row {
  display: flex;
}
.proof-of-veteran-status-card .status-card-row div:first-child {
  padding-right: 4rem;
}

[id^=paperless-checkbox-]::part(checkbox) {
  margin-bottom: 0;
}

va-modal {
  box-sizing: border-box;
}

[tabindex="-1"]:focus {
  outline: 0;
}

.va-profile-btn {
  text-decoration: none;
}

.button-link {
  background: var(--vads-color-white);
  box-shadow: none !important;
}

.copy-mailing-address-to-residential-address {
  background-color: var(--vads-color-primary-alt-lightest);
  padding: 1em;
}
.copy-mailing-address-to-residential-address label {
  margin: 0;
}

#copy-address-modal .va-modal-body {
  margin-right: 0px;
  padding: 1.125rem;
}

.no-wrap {
  white-space: nowrap;
}

.address-validation-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 5px;
}
.address-validation-container [type=radio] + label::before {
  min-width: 0.875rem;
}

.overflow-auto {
  overflow: auto;
}

.va-profile-alert p {
  margin: 0;
}

.va-conditional-process-list {
  display: block;
  list-style-type: decimal;
  list-style-position: outside;
  line-height: 1.5;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  list-style: none;
  position: relative;
}
.va-conditional-process-list .item {
  vertical-align: top;
  counter-increment: listCounter 1;
  margin-bottom: 0.5rem;
  position: relative;
  display: list-item;
  text-align: -webkit-match-parent;
  border-left: 0.5rem solid var(--vads-color-base-light);
  margin: 0px !important;
  padding: 0 0 2rem 2rem;
}
.va-conditional-process-list .item:last-child {
  border-left: none;
  padding-left: calc(1.9375rem + 9px);
  padding-bottom: 0;
}
.va-conditional-process-list .item:before {
  color: var(--vads-color-white);
  content: counter(listCounter);
  float: left;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  width: 2.5rem;
  top: -0.25rem;
  margin-left: -3.5rem;
  display: block;
  border: 4px solid var(--vads-color-white);
  background: var(--vads-color-primary);
  border-radius: 2.5rem;
  position: relative;
  box-sizing: border-box !important;
}
.va-conditional-process-list .item-heading {
  clear: inherit;
}

.text-balance {
  text-wrap: balance;
}

.list-type-disc {
  list-style-type: disc;
}

section.profile-info-section ol li {
  list-style-type: none;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/applications/personalization/common/components/devtools/sass/DevTools.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.devtools-panel {
  position: fixed;
  pointer-events: none;
  left: 1vw;
  top: 1vw;
  overflow: scroll;
  max-height: 100vh;
  min-height: 25vh;
  max-width: 100vw;
  min-width: 25vw;
  height: 75vh;
  resize: both;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.devtools-panel--hidden {
  opacity: 0;
}

.devtools-panel--shown {
  padding: 1rem 2rem;
  display: block;
  z-index: 999999999999;
  pointer-events: all;
  opacity: 1;
  border-radius: 1rem;
  pointer-events: all;
}

.devtools-container {
  position: relative;
  right: 0;
  bottom: 0;
}

.devtools-show-icon .devtools-container .devtools-show-button {
  position: absolute;
  right: -1rem;
  bottom: -3.5rem;
  cursor: pointer;
  border-radius: 50%;
  padding: 0.3rem;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/applications/personalization/profile/sass/veteran-status-card.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.veteran-status-card {
  position: relative;
  width: 29rem;
  border-radius: 1rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.veteran-status-card h2 {
  border-radius: 1rem 1rem 0 0;
}
.veteran-status-card h3 {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  margin: 16px 0 0 0;
}
.veteran-status-card p {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0;
}
.veteran-status-card img {
  position: absolute;
  top: 1.3rem;
  right: 1rem;
  width: 4.75rem;
}
.veteran-status-card .veteran-status-card-title {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0;
}
.veteran-status-card .veteran-status-card-row {
  display: grid;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  margin-bottom: 16px;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/platform/user/widgets/representative-status/stylesheet.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.auth-card {
  display: flex;
}
.auth-card .auth-header-icon {
  margin: -2px 5px 0 0;
}
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/platform/site-wide/announcements/sass/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
#modal-announcement .va-modal-inner {
  max-height: 100vh;
  overflow-y: scroll;
}

#modal-announcement h3 {
  margin-top: 1.5em;
}

.announcement-heading {
  background-color: var(--vads-color-primary-alt-lightest);
  text-align: center;
  padding: 42px 0;
  margin: -1.25rem -1.25rem 0;
}
.announcement-heading img {
  max-width: 86px;
}

.announcement-heading-brand-consolidation {
  padding-top: 35px;
}

.announcement-brand-consolidation-logo {
  max-width: 225px;
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/platform/site-wide/header/components/LogoRow/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.header-logo svg {
  width: 40px;
}

.header-sign-in-button {
  flex-shrink: 0;
}

.header-logo-row .sign-in-drop-down-panel-button {
  border-top: none !important;
  padding: 10px 25px 11px 0px !important;
}
.header-logo-row .user-dropdown-email {
  margin-top: 0 !important;
}
.header-logo-row #account-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu-button {
  width: 85px;
  z-index: 1;
}

.header-menu-button-overlay {
  bottom: -12px;
  height: 20px;
  left: 0;
  z-index: -1;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/platform/site-wide/header/components/OfficialGovtWebsite/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.header-us-flag {
  height: 20px;
}

.expand-official-govt-explanation {
  font-size: 12px;
}

.govt-expanded-arrow {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/platform/site-wide/header/components/Search/styles.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/**
  /uswds/dist/scss/lib/addons/_margin.scss
**/
/**
  uswds/src/stylesheets/lib/helpers/_directional-values.scss
**/
.search-input-container {
  max-width: unset !important;
}

.search-input {
  max-width: unset !important;
}

.search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 42px;
  width: 45px;
  padding: 0;
}

.search-dropdown-component {
  flex-direction: row;
}
.search-dropdown-component.full-width-suggestions {
  position: relative;
}
@media (max-width: 768px) {
  .search-dropdown-component.shrink-to-column {
    flex-direction: column;
  }
}

.search-dropdown-container {
  position: relative;
}
.search-dropdown-container.full-width-suggestions {
  position: static;
  max-width: 80%;
}

.suggestion {
  line-height: 24px;
  cursor: pointer;
}
.suggestion strong {
  font-weight: 700;
}

.search-dropdown-input-field {
  height: 42px;
}

.search-dropdown-submit-button {
  height: 42px;
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/platform/site-wide/header/containers/Menu/styles.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.header-menu-item-button {
  border-radius: 0;
}
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/platform/site-wide/user-nav/sass/user-nav.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/**
  /uswds/dist/scss/lib/addons/_margin.scss
**/
/**
  uswds/src/stylesheets/lib/helpers/_directional-values.scss
**/
/**
  Variables ported over from Formation so that we can keep those stylesheets
  working while we work on deprecation.
**/
/**
  Variables ported over from Formation so that we can keep those stylesheets
  working while we work on deprecation.
**/
/**
  Variables ported over from Formation so that we can keep those stylesheets
  working while we work on deprecation.
**/
/**
  /uswds/dist/scss/lib/addons/_margin.scss
**/
/**
  uswds/src/stylesheets/lib/helpers/_directional-values.scss
**/
#va-modal {
  display: none;
}

.va-modal {
  background: rgba(50, 58, 69, 0.8);
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6;
}

@media screen and (max-width: 481px) {
  .va-modal {
    overflow-y: scroll;
  }
}
.va-modal .va-modal-body {
  margin-right: 1.25rem;
}

.va-modal .va-modal-body p:first-of-type {
  margin-top: 0;
}

.va-modal-title {
  margin: 0;
  margin-bottom: 1rem;
}

.va-modal-inner {
  background: #ffffff;
  margin: auto;
  max-width: 25rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  cursor: auto;
}

@media screen and (max-width: 481px) {
  .va-modal-inner {
    transform: none;
    top: 0;
  }
}
.va-modal-alert {
  max-width: 37.5rem;
}

.va-modal-alert .alert-actions {
  margin-top: 1.5rem;
}

.va-modal-alert .alert-actions button {
  margin: 0;
}

.va-modal-alert .alert-actions button + button {
  margin-left: 1.25rem;
}

.va-modal-body {
  overflow-wrap: break-word;
  padding: 1.25rem;
  word-break: break-word;
  word-wrap: break-word;
}

.va-modal-large .va-modal-inner {
  max-width: 46.875rem;
  width: 75vw;
}

.va-modal-large .va-modal-inner .va-modal-body {
  max-height: 95vh;
  overflow-y: auto;
}

.va-modal-body h3 {
  margin-top: 0;
}

.va-modal button {
  white-space: nowrap;
}

button.va-modal-close {
  background-color: transparent;
  color: #005ea2;
  font-size: 1.40625rem;
  padding: 0;
  position: absolute;
  margin: 1rem;
  right: 0;
  top: 0;
  width: auto;
  z-index: 9;
}

button.va-modal-close:hover {
  background-color: transparent;
  color: #1a4480;
}

button.va-modal-close:active {
  background-color: transparent;
  color: #112e51;
}


.search-dropdown-options {
  position: absolute;
  box-shadow: 0px 7px 10px -4px var(--vads-color-base);
}
.search-dropdown-options.full-width-suggestions {
  top: 58px;
  right: 0;
}

.suggestion {
  line-height: 24px;
  cursor: pointer;
}
.suggestion strong {
  font-weight: 700;
}

.search-dropdown-input-field {
  height: 42px;
}

.search-dropdown-submit-button {
  height: 42px;
}

.search-dropdown-component {
  flex-direction: row;
}
.search-dropdown-component.full-width-suggestions {
  position: relative;
}
@media (max-width: 768px) {
  .search-dropdown-component.shrink-to-column {
    flex-direction: column;
  }
}

.search-dropdown-container {
  position: relative;
}
.search-dropdown-container.full-width-suggestions {
  position: static;
  max-width: 80%;
}

.suggestion {
  line-height: 24px;
  cursor: pointer;
}
.suggestion strong {
  font-weight: 700;
}

.search-dropdown-input-field {
  height: 42px;
}

.search-dropdown-submit-button {
  height: 42px;
}

#login-root .sitewide-search-drop-down-panel-button,
#login-root .sign-in-drop-down-panel-button {
  border-top: none;
  margin-right: 0;
  padding: 8px 30px 8px 8px;
  width: auto;
}

/* OCTO Identity */
.login,
.verify {
  background: var(--vads-color-white);
}
.login button,
.verify button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 330px;
  padding: 0.75em;
  font-size: 16px;
  margin: 1em 0;
  white-space: normal !important;
}
.login button.idme-button,
.verify button.idme-button {
  background: #08833d;
}
.login button.idme-button:hover,
.verify button.idme-button:hover {
  background: var(--vads-button-color-background-primary-alt-active-on-light);
}
.login button.logingov-button,
.verify button.logingov-button {
  background: var(--vads-color-secondary);
}
.login button.logingov-button:hover,
.verify button.logingov-button:hover {
  background: var(--vads-color-secondary-darkest);
}
.login button img,
.login button svg,
.verify button img,
.verify button svg {
  height: 1em;
  padding: 0 0.25em;
}
.login hr,
.verify hr {
  border-color: var(--vads-color-base-lighter);
}
.login .fed-warning,
.verify .fed-warning {
  font-size: 0.9em;
  margin-bottom: 2em;
}
.login .fed-warning p,
.verify .fed-warning p {
  margin: 0.5em 0;
}
.login .fed-warning--v2,
.verify .fed-warning--v2 {
  font-size: unset;
  margin-bottom: unset;
  max-width: 81ch;
}
.login .sign-in-wrapper,
.verify .sign-in-wrapper {
  max-width: 570px;
}
.login .logo,
.verify .logo {
  text-align: center;
  border-bottom: solid 2px var(--vads-color-gray-light-alt);
  padding: 0 0 1em;
}
.login .logo a:hover,
.verify .logo a:hover {
  background-color: transparent;
}
.login .logo a,
.verify .logo a {
  display: inline-block;
}
.login #signin-signup-modal-title,
.verify #signin-signup-modal-title {
  margin: 2rem 0 0;
}
.login .help-info,
.verify .help-info {
  margin: 2rem 0 0;
}

.verify h4 + p {
  margin-top: 0;
}

.sign-in-nav {
  color: var(--vads-color-white);
  white-space: nowrap;
}
.sign-in-nav a {
  color: inherit;
  text-decoration: none;
}
.sign-in-nav a:visited {
  color: inherit;
}
.sign-in-nav button:disabled {
  background-color: inherit;
  opacity: 0.7;
}

.login.login-modal {
  white-space: normal;
}
.login.login-modal .downtime-notification.row {
  margin: 0 0 1em;
}

.login.login-page .downtime-notification.row {
  margin: 0 auto 1em;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
  .login.login-page .downtime-notification.row {
    padding: unset;
  }
}

@media screen and (min-width: 768px), print and (min-width: 768px) {
  .fed-warning--v2 {
    margin-left: 0.25rem;
  }
}

#ios-bug ul {
  list-style: square;
  padding-left: 1.5em;
}

button.idme-verify-button {
  padding: 0;
  background: #08833d;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 244px;
  max-height: 42px;
}
button.idme-verify-button span {
  width: 50px;
  border-right: 1px solid var(--vads-color-white);
  display: block;
  padding: 0.75rem;
}
button.idme-verify-button span img {
  height: 16px;
  padding: 0;
}
button.idme-verify-button div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
}
button.idme-verify-button div img {
  height: 18px;
  width: auto;
  margin-left: 5px;
}
button.idme-verify-button:hover {
  background: var(--vads-button-color-background-primary-alt-active-on-light);
}

button.logingov-verify-button {
  background: var(--vads-color-secondary);
  width: auto;
  max-width: 244px;
  padding: 0.75rem 1.25rem;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
button.logingov-verify-button div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
}
button.logingov-verify-button img {
  height: 15px;
  width: auto;
  margin-left: 5px;
}
button.logingov-verify-button:hover {
  background: var(--vads-color-secondary-darkest);
}

button.idme-verify-buttons,
button.logingov-verify-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 330px;
  padding: 0.75em;
  font-size: 16px;
  margin: 1em 0;
  white-space: normal !important;
}
button.idme-verify-buttons img,
button.logingov-verify-buttons img {
  height: 1em;
  padding: 0 0.25em;
}

button.idme-verify-buttons {
  background: var(--vads-color-success-dark);
}
button.idme-verify-buttons:hover {
  background: var(--vads-button-color-background-primary-alt-active-on-light);
}

button.logingov-verify-buttons {
  background: var(--vads-color-secondary);
}
button.logingov-verify-buttons:hover {
  background: var(--vads-color-secondary-darkest);
}

.merger:has(va-modal#signin-signup-modal.open) {
  overflow-y: hidden;
}

.merger:has(.login.login-page) .header #legacy-header,
.merger:has(.login.login-page) #header-default #legacy-header {
  height: 137.19px;
  min-height: 137.19px;
}

/*# sourceMappingURL=https://dev-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/profile.css.map*/