@charset "UTF-8";
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
@font-face {
    font-family: "Sul Sans";
    src: url("/assets/Sul-Sans-Light.woff2") format("woff2"),url("/assets/Sul-Sans-Light.woff") format("woff");
    font-weight: 300;
    font-display: fallback;
}

@font-face {
    font-family: "Sul Sans";
    src: url("/assets/Sul-Sans-Regular.woff2") format("woff2"),url("/assets/Sul-Sans-Regular.woff") format("woff");
    font-weight: 400;
    font-display: fallback;
}

@font-face {
    font-family: "Sul Sans";
    src: url("/assets/Sul-Sans-Medium.woff2") format("woff2"),url("/assets/Sul-Sans-Medium.woff") format("woff");
    font-weight: 600;
    font-display: fallback;
}

@font-face {
    font-family: "Sul Sans";
    src: url("/assets/Sul-Sans-Bold.woff2") format("woff2"),url("/assets/Sul-Sans-Bold.woff") format("woff");
    font-weight: 700;
    font-display: fallback;
}

@font-face {
    font-family: "Sul Sans";
    src: url("/assets/Sul-Sans-Black.woff2") format("woff2"),url("/assets/Sul-Sans-Black.woff") format("woff");
    font-weight: 800;
    font-display: fallback;
}

:root {
  --yellow: #fae07e;
  --deep-blue: #193062;
  --bright-blue: #608cff;
  --banner-blue: #dfe8ff;
  --black: #231f20;
  --gray: #646468;
  --rule: #d1d3d4;
  --font: "Sul Sans",Arial,sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: var(--font);
}

button,
input,
select,
textarea {
  font: inherit;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: var(--black);
  font-family: var(--font);
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  line-height: 1.625rem;
  color: #231f20;
  font-weight: 400;
}

a {
  color: inherit;
}

b, strong {
  font-weight: bold;
}

.site-header {
  background: #fff;
}

.nav-shell {
  width: min(86.5rem, calc(100% - 13.5rem));
  height: auto;
  margin: 0 6.75rem;
}

.nav-row {
  display: flex;
  align-items: center;
  height: 4.25rem;
}

.brand {
  position: relative;
  display: block;
  width: 11.29625rem;
  height: 2.375rem;
  overflow: hidden;
}

.brand img {
  position: absolute;
  display: block;
  max-width: none;
}

.brand-mark {
  top: 0;
  left: 0;
  width: 2.37475rem;
  height: 2.375rem;
}

.brand-wordmark {
  top: 0.476875rem;
  left: 3.37rem;
  width: 7.92625rem;
  height: 1.8265625rem;
}

.outage-banner {
  min-height: 4.3125rem;
  padding: 1.5rem 6.75rem;
  background: var(--banner-blue);
  color: var(--black);
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  line-height: 1.3125rem;
}

.banner-inner {
  max-width: 92rem;
  /*margin: 0 auto;
  padding: 0 0.625rem;*/
}

.banner-inner p {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  position: relative;
  letter-spacing: 0.025rem;
  color: #193062;  
}

.banner-inner a {
  flex: none;
  border-bottom: 0.125rem solid var(--deep-blue);
  color: var(--deep-blue);
  font-weight: 700;
  line-height: 1.1875rem;
  text-decoration: none;
  white-space: nowrap;
}

.page-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 0 6.75rem 1rem;
}

.page-note {
  padding: 0.5rem 6.75rem 0.5rem;
  color: var(--gray);
}

.page-note .note {
  margin: 0;
  font-size: 1.313rem;
  line-height: 1.6;
  font-weight: 400;
}

.breadcrumbs {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  gap: 4px;
  align-items: center;
  min-height: 24px;
  width: 100%;
  /*margin-inline: -140px;*/
  /*padding: 12px 140px;*/
  padding: 0.75rem 0;
  background: #fff;
  color: var(--gray);
  box-shadow: 0 1px 0 #eee;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.breadcrumbs a,
.breadcrumbs span {
  white-space: nowrap;
  text-decoration: none;
}

.breadcrumbs a {
  color: #231f20;
  font-weight: 400;
  border-bottom: 2px solid transparent
}

.breadcrumbs a:hover {
    border-bottom-color: #608cff;
    opacity: 1;
}

.breadcrumbs img {
  flex: none;
  width: 0.75rem;
  height: 1.75rem;
  margin: 0;
}

.breadcrumbs .current {
  color: #231f20;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin: 0;
  margin-bottom: .75rem;
}

h1 {
  color: var(--deep-blue);
  font-family: var(--font);
  font-size: 3.25rem;
  line-height: 3.9rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.75rem;
}

h2 {
  color: #646468;
  font-family: var(--font);
  font-size: 3rem;
  line-height: 3.75rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.75rem;
}

h3 {
  color: #193062;
  font-family: var(--font);
  font-size: 2.063rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.75rem;
}

.choice-section,
.news-section {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.choice-label {
  color: var(--gray);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}

.choice-card,
.side-nav {
  border-top: 0.5rem solid var(--black);
  background: #fff;
  box-shadow: 0.1875rem 0.9375rem 1.25rem rgb(97 97 97 / 20%);
}

.choice-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  min-height: 19.75rem;
  padding: 3rem;
}

.choice-card h3 {
  color: var(--deep-blue);
  font-size: 2.0625rem;
  line-height: 2.5rem;
}

.choice-card .eyebrow {
  font-size: 1rem;
  line-height: 1.625rem;
}

.choice-card .description {
  font-size: 1.3125rem;
  line-height: 2.375rem;
}

.card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
}

.continue-button {
  display: inline-flex;
  align-items: stretch;
  border: 0.0625rem solid #7583a1;
  color: var(--deep-blue);
  font-weight: 700;
  text-decoration: none;
}

.continue-button:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='10' viewBox='0 0 30 10'%3E%3Cg%3E%3Cg transform='rotate(-360 4.5 -15)'%3E%3Cg transform='rotate(-360 16 -15)'%3E%3Cpath fill='none' stroke='%23193062' stroke-linecap='round' stroke-miterlimit='50' stroke-width='2' d='M24 1v0l4 4v0l-4 4v0'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23193062' d='M0 5a1 1 0 0 1 1-1h27a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    color: #193062;
    background-color: #fae07e;
    width: 55px;
    height: 55px;
    font-size: 33px;
    line-height: 0;
    vertical-align: middle;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color .35s,background-color .35s;
    transition: color .35s,background-color .35s;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.continue-button:active:before,.continue-button:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='10' viewBox='0 0 30 10'%3E%3Cg%3E%3Cg transform='rotate(-360 4.5 -15)'%3E%3Cg transform='rotate(-360 16 -15)'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='50' stroke-width='2' d='M24 1v0l4 4v0l-4 4v0'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M0 5a1 1 0 0 1 1-1h27a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: #193062;
    color: #231f20
}

.continue-button img {
  width: 1.9575rem;
  height: 0.54rem;
}

.continue-button .label {
  display: grid;
  padding: 0 1rem;
  place-items: center;
}

.news-section {
  gap: 2.5rem;
}

.accordion-list {
  width: 100%;
}

.accordion {
  border-bottom: 0.0625rem solid var(--rule);
}

.accordion summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 7.3125rem;
  padding: 2.5rem 0;
  border-top: 0.0625rem solid var(--rule);
  color: var(--deep-blue);
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary span {
  flex: 1;
}

.accordion .state-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.accordion .collapse-icon {
  display: none;
}

.accordion[open] .expand-icon {
  display: none;
}

.accordion[open] .collapse-icon {
  display: block;
}

.accordion-content {
  padding: 0 0 2.5rem;
  font-size: 1.3125rem;
  line-height: 2.375rem;
}

.accordion-content p + p {
  margin-top: 0;
}

.detail-layout {
  display: grid;
  grid-template-columns: 25rem minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.side-nav {
  position: sticky;
  top: 4.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem 2.5rem;
  color: var(--deep-blue);
  font-size: 1.313rem;
  line-height: 1.625rem;
}

.side-nav a.active {
  font-weight: 700;
}
.side-nav a:visited {
  color: #591b46;
}
.side-nav a:hover {
    color: #608cff;
    border-bottom: 0;
}

.detail-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.313rem;
  line-height: 1.6;
  font-weight: 400;
}

.balance-copy ul {
  margin: 0;
  padding-left: 1.5rem;
}

.balance-copy.retirement {
  font-size: 1.313rem;
  line-height: 1.6;
  font-weight: 400;
}

.padleft1-5 {
  padding-left: 1.5rem;
}

.ulist li {
  margin-bottom: 1rem;
}

.balance-copy p + p,
.balance-copy h3 + p,
.balance-copy ul + p,
.balance-copy p + ul,
.balance-copy p + h3 {
  margin-top: 1rem;
}

.balance-copy .note {
  margin-top: 1.625rem;
}

.site-footer {
  min-height: 0;
  padding: 1.5rem 6.75rem ;
  border-bottom: 0.5rem solid var(--yellow);
  color: var(--black);
  font-family: var(--font);
  font-size: 1rem;
  letter-spacing: 0.031rem;
  line-height: 1.625rem;
  font-weight: 400;
}

.legal-copy p + p {
  margin-top: 1rem;
}

.legal-copy a {
  color: inherit;
  text-decoration: underline;
}

.legal-copy a:hover {
  text-decoration: none;
}

.footer-links {
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 0.0625rem solid #d8d8d8;
  border-top: 0.0625rem solid #d8d8d8;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: #231f20;
  line-height: 1.625rem;
  letter-spacing: 0.031rem;
}

.footer-copyright {
  margin-top: 1.3125rem;
  padding-top: 1rem;
  border-top: 0.0625rem solid #d8d8d8;
}

@media (max-width: 74.9375rem) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 2.0625rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .nav-shell {
    width: min(86.5rem, calc(100% - 13.5rem));;
    min-width: 0;
    margin: 0 2.75rem;
  }

  .outage-banner,
  .page-body,
  .page-note,
  .site-footer {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (max-width: 63.9375rem) {
  .page-body {
    gap: 1rem;
  }

  .detail-layout {
    grid-template-columns: 18rem minmax(0, 1fr);
    gap: 2rem;
  }

  .choice-card {
    padding: 2.5rem;
  }
}

@media (max-width: 47.9375rem) {
  .site-header,
  .nav-shell {
    height: 4.375rem;
    width: min(86.5rem, calc(100% - 3rem))
  }

  .nav-shell {
    box-shadow: none;
    margin: 0 1.5rem;
  }

  .outage-banner,
  .page-body,
  .page-note,
  .site-footer {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .outage-banner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .banner-inner {
    flex-direction: column;
    gap: 0.5rem;
  }

  .page-body {
    gap: 1.5rem;
  }

  .breadcrumbs {
    flex-wrap: wrap;
  }

  .choice-grid,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .choice-card {
    min-height: 0;
    padding: 2rem 1.5rem;
  }

  .choice-card h3 {
    font-size: 1.6875rem;
    line-height: 2.125rem;
  }

  .choice-card .description,
  .accordion-content {
    font-size: 1.0625rem;
    line-height: 1.75rem;
  }

  .accordion summary {
    min-height: 5.75rem;
    padding: 1.75rem 0;
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }

  .side-nav {
    position: static;
    padding: 2rem 1.5rem;
  }

  .site-footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}