/* Minification failed. Returning unminified contents.
(931,22): run-time error CSS1030: Expected identifier, found '['
(931,27): run-time error CSS1031: Expected selector, found '='
(931,27): run-time error CSS1025: Expected comma or open brace, found '='
(950,12): run-time error CSS1030: Expected identifier, found '>'
(950,38): run-time error CSS1031: Expected selector, found ')'
(950,38): run-time error CSS1025: Expected comma or open brace, found ')'
(1939,142): run-time error CSS1030: Expected identifier, found '.'
(1939,160): run-time error CSS1031: Expected selector, found ')'
(1939,160): run-time error CSS1025: Expected comma or open brace, found ')'
(1978,172): run-time error CSS1030: Expected identifier, found '.'
(1978,190): run-time error CSS1031: Expected selector, found ')'
(1978,190): run-time error CSS1025: Expected comma or open brace, found ')'
(2011,174): run-time error CSS1030: Expected identifier, found '.'
(2011,192): run-time error CSS1031: Expected selector, found ')'
(2011,192): run-time error CSS1025: Expected comma or open brace, found ')'
(2652,178): run-time error CSS1030: Expected identifier, found '.'
(2652,193): run-time error CSS1031: Expected selector, found ')'
(2652,193): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body.new, body.modal.new { background: transparent; }
/*TODO: Apply background only to 'body' and remove all styling below */
#stepContainer #stepContent, body.modal, #errorContainer .content { background: transparent; }
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
/* styles for the static error page */
#staticErrorContainer {
  margin-top: 0;
  padding-top: 6rem;
  padding-left: 13rem;
}
#staticErrorContainer #contactUsDetails {
  display: none;
}
@media only screen and (max-width: 768px) {
  #staticErrorContainer {
    padding-left: 3rem;
  }
  #staticErrorContainer #contactUsDetails {
    display: flex;
  }
}

/* Flex table styles */
.flexTable {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.flexTable.gutters {
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.flexTable .flexRow {
  width: 25%;
  box-sizing: border-box;
}
.flexTable .flexRow.flexWidthOneHalf {
  width: 50%;
}
.flexTable .flexRow.flexWidthOneThird {
  width: 33.3333333333%;
}
.flexTable .flexRow.flexWidthTwoThirds {
  width: 66.6666666667%;
}
.flexTable .flexRow.flexWidthOneFourth {
  width: 25%;
}
.flexTable .flexRow.flexWidthThreeFourths {
  width: 75%;
}
.flexTable .rowSpan {
  width: 100%;
}

a {
  color: #007A4E;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.btn:hover {
  text-decoration: none;
}
a.wrapIcon {
  display: inline-block;
  white-space: normal;
  padding-right: 1rem;
}
a.wrapIcon::after {
  position: relative;
  display: inline-block;
  margin-left: -0.75rem;
  margin-bottom: 0.125rem;
}
a.externalLink::after {
  background-image: url(/Invest/Content/Images/external-link.svg);
  top: 0;
  right: -1.625rem;
  background-size: 1.25rem 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
a.externalLink.wrapIcon:after {
  margin-bottom: -0.25rem;
  margin-left: -1.25rem;
}
a.downloadLink::after {
  background-image: url(/Invest/Content/Images/download.svg);
}
a.iconOnHoverOnly::after {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  a.navigateLink::after, a.externalLink::after, a.downloadLink::after {
    top: 0.1875rem;
    background-size: 0.875rem 0.875rem;
  }
  a.externalLink::after {
    top: 0.125rem;
  }
  a.externalLink.wrapIcon::after {
    margin-bottom: -0.375rem;
  }
  a.downloadLink.wrapIcon::after {
    margin-bottom: -0.25rem;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  border: 2px solid transparent;
  padding: 0rem 2.5rem;
  height: 3rem;
  font-family: SofiaPro, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  border-radius: 2rem;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, padding 0.15s ease-in-out;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #007A4E;
  border-color: #007A4E;
}
.btn.btn-primary:hover {
  background-color: #10453C;
  border-color: #10453C;
}
.btn.btn-secondary {
  color: #007A4E;
  background-color: #ffffff;
  border-color: #007A4E;
}
.btn.btn-secondary .image {
  background-color: #007A4E;
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background-color: #10453C;
}
.btn.btn-secondary:hover .image {
  background-color: #ffffff;
}
.btn.btn-icon, .btn.btn-next {
  margin-top: 0.5rem;
  width: fit-content;
  text-decoration: none;
}
.btn.btn-icon .icon, .btn.btn-next .icon {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  margin-top: 0.125rem;
  margin-left: 0.75rem;
  transition: transform 0.15s ease-in-out;
}
.btn.btn-icon .icon path, .btn.btn-next .icon path {
  transition: fill 0.15s ease-in-out;
}
.btn.btn-icon:hover .icon, .btn.btn-next:hover .icon {
  transform: translateX(0.25rem);
}
.btn.btn-back {
  margin: 0 auto 0 0;
  border-color: transparent;
  background-color: transparent;
  transform: translateX(-2.625rem);
}
.btn.btn-back .icon {
  margin-top: -0.125rem;
  margin-right: 0.75rem;
  transition: transform 0.15s ease-in-out;
}
.btn.btn-back .icon path {
  transition: fill 0.15s ease-in-out;
}
.btn.btn-back .icon line {
  transition: fill 0.15s ease-in-out;
}
.btn.btn-back:hover {
  border-color: transparent;
}
.btn.btn-back:hover .icon {
  transform: translateX(-0.25rem);
}

/*
Radio button
*/
.radio-group {
  font-size: 1.5rem;
  line-height: 1rem;
  position: relative;
  display: flex;
}
.radio-group label {
  display: block;
  background: #f4f4f4;
  cursor: pointer;
  padding: 1.25rem;
  margin: 0;
  font-weight: normal;
  font-size: 1.25rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: solid 1px #d2d2d2;
  border-right-width: 0;
  z-index: 2;
  position: relative;
}
.radio-group .radio-button:first-of-type, .radio-group .radio-button:first-of-type label {
  border-radius: 0.5rem;
}
.radio-group .radio-button:last-of-type, .radio-group .radio-button:last-of-type label {
  border-radius: 0.5rem;
  border-right-width: 1px;
}

.validation-summary-errors ul {
  padding-left: 0rem;
}
.validation-summary-errors ul li, .validation-summary-errors ul .input-validation-error {
  display: block;
  line-height: 1.75rem;
  color: #bb1615;
}

.radio-group-title {
  margin-bottom: 0.375em;
  font-weight: 800;
  width: 100%;
  display: inline-block;
}

.radio-group input[type=radio] {
  position: absolute;
  top: 2rem;
  left: 0.625rem;
}

.radio-group input[type=radio]:checked + label {
  color: #ffffff;
  background: #007A4E;
  transition: background-color 0.15s ease-out;
  border: 1px solid #007A4E;
  outline: #bb1615;
}

.radio-group input[type=radio]:focus + label {
  border: 1px solid #007A4E;
}

.radio-group input[type=radio]:checked + label:hover {
  color: #ffffff;
}

body {
  margin: 0;
  padding: 0;
}
body #page {
  font-family: SofiaPro, sans-serif;
  line-height: 1.75rem;
  color: #3a3a3a;
}
@media only screen and (max-width: 768px) {
  body #page {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
body #page #header {
  background-color: #024638;
  color: #ffffff;
  height: 4.75rem;
  width: 100%;
  position: fixed;
  z-index: 1;
}
body #page #header .innerContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0rem 3rem;
}
body #page #header .innerContainer .logo {
  background-image: url(/Invest/Content/Images/logo-with-color.svg);
  background-repeat: no-repeat;
  height: 2.25rem;
  width: 7.9375rem;
}
body #page #header .innerContainer #applicationName {
  font-weight: bold;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  body #page #header {
    height: 2rem;
  }
  body #page #header .innerContainer {
    align-items: flex-end;
    margin: 0rem 1rem;
  }
  body #page #header .innerContainer .logo {
    height: 1.5625rem;
    width: 5.5rem;
    background-size: contain;
  }
  body #page #header .innerContainer #applicationName {
    font-weight: bold;
    font-size: 0.875rem;
  }
}
body #page #sideBarContainer {
  height: 95%; /* Default fallback when webkit unavailable (ie. Firefox fix) */
  height: -webkit-fill-available;
  padding-top: 4.75rem;
  width: 12rem;
  position: fixed;
  overflow-y: hidden;
  background-color: #f4f4f4;
  color: #3a3a3a;
}
@media only screen and (max-width: 768px) {
  body #page #sideBarContainer {
    padding-top: 4.5rem;
    height: 85%; /* Default fallback when webkit unavailable (ie. Firefox fix) */
    height: -webkit-fill-available;
  }
}
@media screen and (min-width: 769px) and (max-height: 580px) {
  body #page #sideBarContainer {
    overflow-y: auto;
  }
}
body #page #sideBarContainer a {
  color: #3a3a3a;
  cursor: pointer;
  text-decoration: none;
}
body #page #sideBarContainer a.active, body #page #sideBarContainer a:active {
  color: #10453C;
}
body #page #sideBarContainer a:hover {
  text-decoration: underline;
}
body #page #sideBarContainer a:active {
  text-decoration: underline;
}
body #page #sideBarContainer .innerContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: 39.625rem;
  min-height: 22rem;
  padding: 2rem 0.75rem 2rem 1.5rem;
  box-sizing: border-box;
}
body #page #sideBarContainer .innerContainer #progressContainer {
  height: 100%;
}
body #page #sideBarContainer .innerContainer #progressContainer .mobileHeader {
  display: none;
}
body #page #sideBarContainer .innerContainer #progressContainer .mobileWelcomeHeader {
  display: none;
}
body #page #sideBarContainer .innerContainer #contactUsContainer {
  padding-top: 2rem;
  line-height: 1.125rem;
}
body #page #sideBarContainer .innerContainer #contactUsContainer a {
  color: #246CA9;
  text-decoration: none;
}
body #page #sideBarContainer .innerContainer #contactUsContainer .sideBarTitle {
  text-transform: uppercase;
  letter-spacing: 0.04rem;
}
body #page #sideBarContainer .innerContainer #contactUsContainer .contactOption {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  font-size: 0.75rem;
  background-repeat: no-repeat;
  background-position-y: center;
}
body #page #sideBarContainer .innerContainer #contactUsContainer .contactOption:hover {
  text-decoration: underline;
}
body #page #sideBarContainer .innerContainer #contactUsContainer .contactOption svg {
  fill: #246CA9;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}
@media only screen and (max-width: 768px) {
  body #page #sideBarContainer {
    padding-top: 0rem;
    width: 100%;
    max-height: 2.5rem;
    color: white;
    background-color: #024638;
    top: 2rem;
    font-size: 0.875rem;
    z-index: 100;
  }
  body #page #sideBarContainer .innerContainer {
    flex-direction: row;
    margin-top: 0rem;
    padding: 0.4rem;
  }
  body #page #sideBarContainer .innerContainer #progressContainer {
    margin: 0 auto;
    width: 100%;
  }
  body #page #sideBarContainer .innerContainer #progressContainer .mobileWelcomeHeader {
    display: block;
    text-align: center;
    margin-top: -0.2rem;
    text-transform: uppercase;
  }
  body #page #sideBarContainer .innerContainer #progressContainer .progressBar {
    height: auto;
    padding-bottom: 0;
  }
  body #page #sideBarContainer .innerContainer #progressContainer .progressBar .mobileHeader {
    display: block;
    text-align: center;
    margin-top: -0.5rem;
    text-transform: uppercase;
    margin-left: 0.5rem;
    font-size: 0.85rem;
    padding-bottom: 0.3rem;
  }
  body #page #sideBarContainer .innerContainer #progressContainer .progressBar ol {
    width: 100%;
    max-width: 15rem;
    height: 0.688rem;
    margin: -0.25rem auto 0;
    padding: 0;
    list-style-type: none;
    justify-content: space-between;
  }
  body #page #sideBarContainer .innerContainer #progressContainer .progressBar ol:after {
    content: "";
    position: relative;
    background: #ffffff;
    width: 98%;
    height: 1px;
    top: -0.4rem;
    left: 1%;
    z-index: 0;
  }
  body #page #sideBarContainer .innerContainer #progressContainer .progressBar li {
    width: 0.688rem;
    height: 0.688rem;
    max-width: 20%;
    position: relative;
    z-index: 1;
  }
  body #page #sideBarContainer .innerContainer #progressContainer .progressBar li .inner .text {
    color: transparent;
    font-size: 0.1rem;
  }
  body #page #sideBarContainer .innerContainer #progressContainer .progressBar li div.text:before {
    content: "";
    background: #024638;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    width: calc(0.688rem - 2px);
    height: calc(0.688rem - 2px);
  }
  body #page #sideBarContainer .innerContainer #progressContainer .progressBar li.active div.text:before {
    background: #ffffff;
    z-index: 1;
  }
  body #page #sideBarContainer .innerContainer #progressContainer .progressBar li.done div.text:before {
    background: url(/Invest/Content/Images/circle-checked-white.svg) center no-repeat;
    z-index: 2;
  }
  body #page #sideBarContainer .innerContainer #progressContainer .progressBar li.done div.text:after {
    content: "";
    background: #024638;
    z-index: 1;
    width: calc(0.688rem - 2px);
    height: calc(0.688rem - 2px);
  }
  body #page #sideBarContainer .innerContainer #contactUsContainer {
    display: none;
  }
}
body #page #stepForm {
  height: 95%; /* Default fallback when webkit unavailable (ie. Firefox fix) */
  height: -webkit-fill-available;
  padding-top: 4.75rem;
  position: fixed;
  left: 12rem;
  right: 0rem;
  overflow: hidden;
  z-index: 101;
  width: calc(100% - 12rem);
}
@media only screen and (max-width: 768px) {
  body #page #stepForm {
    padding-top: 4.5rem;
    height: 85%; /* Default fallback when webkit unavailable (ie. Firefox fix) */
    height: -webkit-fill-available;
  }
}
@media only screen and (max-width: 768px) {
  body #page #stepForm {
    left: 0rem;
    right: 0rem;
    width: 100%;
  }
}
body #page #stepForm .contentContainer {
  overflow: auto;
  height: 100%;
}
body #page #stepForm .contentContainer #stepContent {
  display: block;
}
body #page #stepForm .contentContainer #stepContent .innerContainer {
  max-width: 50rem;
  margin: 0 auto 2.75rem;
  padding: 0 3rem;
  margin-bottom: 1.75rem;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer {
    margin: 2rem auto 0rem;
    width: 85%;
    padding: 0;
  }
}
@media only screen and (max-width: 425px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer {
    width: 90%;
  }
}
@media only screen and (max-width: 425px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer {
    max-width: calc(100vw - 2.5rem);
  }
}
body #page #stepForm .contentContainer #stepContent .innerContainer h2 {
  font-weight: normal;
  margin: 0;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer h2 {
    margin-top: 0rem;
  }
}
body #page #stepForm .contentContainer #stepContent .innerContainer h3 {
  font-size: 1.25rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #piaInputs .custodianPIASubTypes {
  padding: 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #piaInputs .piaTrust {
  margin: 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .selfEmploymentData fieldset div {
  margin: 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .selfEmploymentData fieldset span {
  display: block;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .retailAccountOptions h3 {
  margin: 0 0 0.5rem 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .instructions {
  margin: 0;
  margin-bottom: 2rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .description {
  margin: 0 0 0 2.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .dataRow {
  margin-bottom: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .inputField {
  margin: 1rem 0 0 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .supplementalText {
  font-weight: normal;
  display: block;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .checklist {
  margin: 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .enteredAddress {
  font-weight: bold;
  margin-bottom: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .optionsContainer {
  display: block;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .optionsContainer .options {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .optionsContainer .options label {
  font-weight: 400;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .twoFieldsRow {
  display: flex;
  max-width: 26rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .twoFieldsRow label {
  display: block;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .twoFieldsRow .firstField {
  width: 20rem;
  padding-right: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .twoFieldsRow .secondField {
  width: 5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer fieldset {
  border: none;
  padding: 0 0 1rem 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer fieldset .inputField {
  margin: 0;
  padding-bottom: 0.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer fieldset summary {
  padding: 0 0 1rem 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer fieldset legend {
  margin-bottom: 0.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer fieldset span {
  margin-right: 1rem;
  margin-top: 0.25rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer fieldset div {
  margin-left: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #divDisclaimer #disclosure {
  margin: 1.25rem auto 1.25rem;
  border: 1px solid #a3a3a3;
  max-height: 24rem;
  overflow: hidden;
  line-height: 1.5em;
  border-radius: 0.25rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #divDisclaimer #disclosure .innerContainer {
  width: unset;
  max-width: unset;
  max-height: 24rem;
  overflow: auto;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer #divDisclaimer #disclosure .innerContainer {
    padding: 0rem 0.9375rem;
  }
}
body #page #stepForm .contentContainer #stepContent .innerContainer #divDisclaimer #disclosure .agreement {
  margin: 0 auto;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #divDisclaimer #disclosure #disclosureContainer {
  font-family: Times, serif;
  font-size: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #divDisclaimer #disclosure #disclosureContainer .disclosureCenter {
  text-align: center;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #divDisclaimer #disclosure #disclosureContainer .disclosureBorder {
  border: 1px solid black;
  font-family: Arial, Helvetica, sans-serif;
  padding: 3px 0px 3px 3px;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #divDisclaimer #disclosure #disclosureContainer .disclosureSmallFont {
  font-size: 0.75rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #divDisclaimer .scrollToBottomNotice {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: #deefff;
  border: solid 1px #246CA9;
  border-radius: 0.25rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #divDisclaimer .scrollToBottomNotice #infoIcon {
  margin-right: 0.25rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .header {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: -0.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .enrollmentSteps li {
  margin-bottom: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .enrollmentSteps .step {
  font-weight: bold;
}
body #page #footer {
  display: flex;
}
body #page #footer .innerContainer {
  max-width: 50rem;
  margin: 0 auto 2.75rem;
  padding: 0 3rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.1875rem;
}
@media only screen and (max-width: 768px) {
  body #page #footer .innerContainer {
    margin: 2rem auto 0rem;
    width: 85%;
    padding: 0;
  }
}
@media only screen and (max-width: 425px) {
  body #page #footer .innerContainer {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  body #page #footer .innerContainer {
    margin-bottom: 0;
    margin-top: 1.5rem;
  }
}
body #page #footer .innerContainer #navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  padding: 1rem 0;
  border-top: 1px solid #a3a3a3;
}
body #page #footer .innerContainer #navigation:not(:has(a)) {
  justify-content: right;
}
@media only screen and (max-width: 550px) {
  body #page #footer .innerContainer button, body #page #footer .innerContainer a {
    width: 100%;
  }
  body #page #footer .innerContainer button.btn-back, body #page #footer .innerContainer a.btn-back {
    transform: none;
  }
}

input[type=text], input[type=password] {
  border: 1px solid #a3a3a3;
  border-radius: 0.375rem;
  color: #3a3a3a;
  padding: 0.625rem 1rem;
  width: 100%;
  font-family: SofiaPro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  display: block;
  width: calc(100% - 2rem);
  max-width: 24rem;
}
@media only screen and (max-width: 768px) {
  input[type=text], input[type=password] {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

select {
  border: 1px solid #a3a3a3;
  border-radius: 0.375rem;
  color: #3a3a3a;
  padding: 0.625rem 1rem;
  width: 100%;
  font-family: SofiaPro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  display: block;
  text-transform: none;
  font-family: inherit;
  margin: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/Invest/Content/Images/chevron-down.svg);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 50%;
  max-width: 26rem;
}
@media only screen and (max-width: 768px) {
  select {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

input[type=checkbox] {
  display: inline-block;
  accent-color: #007A4E;
  margin-right: 0.75rem;
  margin-left: 0;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
}
input[type=checkbox]:focus-visible {
  outline: none;
}
input[type=checkbox].input-validation-error {
  border-radius: 10%;
  outline: 2px solid #bb1615;
}
@media only screen and (max-width: 768px) {
  input[type=checkbox] {
    height: 1.5rem;
    width: 1.5rem;
    min-width: 1.5rem;
  }
}

input[type=radio] {
  height: 1.5rem;
  width: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  margin: 0 0.75rem 0 0;
  accent-color: #007A4E;
  cursor: pointer;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 768px) {
  input[type=radio] {
    height: 1.25rem;
    width: 1.25rem;
    min-height: 1.25rem;
    min-width: 1.25rem;
  }
}
input[type=radio].input-validation-error {
  border-radius: 50%;
  outline: 1px solid #bb1615;
}

.checkboxContainer {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}
.checkboxContainer label {
  cursor: pointer;
}

.inputField label, .dataField label {
  font-weight: bold;
}
.inputField label.optional::after, .dataField label.optional::after {
  content: " (optional)";
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1rem;
}
@media only screen and (max-width: 768px) {
  .inputField label.optional::after, .dataField label.optional::after {
    font-size: 0.625rem;
  }
}
.inputField:has(input[type=radio]), .dataField:has(input[type=radio]) {
  display: flex;
  align-items: center;
}
.inputField.checkboxContainer label, .dataField.checkboxContainer label {
  font-weight: normal;
}

input.input-validation-error, select.input-validation-error {
  appearance: none;
  -webkit-appearance: none;
  outline-color: #bb1615;
  border-color: #bb1615;
}

h3 {
  margin-bottom: 1rem;
}

select:has(> option[value=""]:checked) {
  color: #a3a3a3;
}
select option {
  color: #3a3a3a;
}
select option[value=""] {
  display: none;
}

.modal {
  gap: 0.4rem;
  width: 35rem;
  max-height: calc(100% - 5rem);
  max-width: 67%;
  min-width: 13rem;
  padding: 1.3rem;
  background-color: #ffffff;
  border: 2px solid #757575;
  border-radius: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal.warning {
  border: 3px solid #d89d36;
}
.modal.warning .modalTitle {
  display: flex;
  align-items: center;
  height: 2.5rem;
  padding-left: 3rem;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  background: url(/Invest/Content/Images/warning.svg) no-repeat;
  background-size: 2.5rem 2.5rem;
}
.modal a {
  text-decoration: none;
}
.modal .buttonContainer {
  width: 100%;
}
.modal .buttonContainer.btnGroup .btn {
  width: 47%;
}
.modal .buttonContainer.btnGroup .btn-primary {
  margin-left: 0.75rem;
}
.modal .buttonContainer.btnGroup .btn-secondary {
  margin-right: 0.75rem;
}
@media only screen and (max-width: 640px) {
  .modal .buttonContainer.btnGroup .btn {
    padding: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .modal .buttonContainer.btnGroup .btn {
    margin-top: 0.25rem;
    width: 100%;
  }
  .modal .buttonContainer.btnGroup .btn.btn-primary, .modal .buttonContainer.btnGroup .btn.btn-secondary {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .modal .buttonContainer.btnGroup .btn-primary {
    order: -1;
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 100;
}

.hidden {
  display: none !important;
}

#sessionTimeoutOverlay {
  z-index: 999;
}

details {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}

contents {
  display: block;
  margin-left: 1rem;
}

details > summary::marker,
details > summary::-webkit-details-marker {
  display: none;
}

summary {
  display: block;
  text-align: left;
  font-weight: normal;
  font-size: 1rem;
  background: none;
  color: #246CA9;
  outline: none;
  border: none;
  white-space: normal;
  cursor: pointer;
  font-family: SofiaPro, sans-serif;
}
summary:after {
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: -0.75rem;
  transition: all 0.2s ease-out;
  position: relative;
  top: 0.375rem;
  right: -0.125rem;
  background-image: url(/Invest/Content/Images/arrow-down.svg);
}
summary:hover {
  text-decoration: underline;
}
summary:hover:after {
  opacity: 1;
}
summary.expanded:after {
  transform: rotate(180deg);
}
summary.expanded:hover:after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 640px) {
  summary {
    font-size: 0.875rem;
  }
}

.ssnContainer {
  position: relative;
  max-width: 26rem;
}

.ssnToggle {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  width: 0.25rem;
  height: 1rem;
  padding: 0 0.75rem 0.75rem;
  background: url(/Invest/Content/Images/eye.svg) no-repeat center;
  background-size: 1.25rem;
  cursor: pointer;
}
.ssnToggle.active {
  background-image: url(/Invest/Content/Images/eye-disabled.svg);
}

.nextStepsContent .steps {
  margin: 1rem;
}
.nextStepsContent .applicationMailingAddress {
  margin: 1rem;
}
.nextStepsContent .applicationMailingAddress .address {
  margin: 1rem;
}
.nextStepsContent .applicationMailingAddress .address .addressLine {
  margin-left: 1rem;
}

.alert {
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  padding: 1rem;
}
.alert.alertError {
  border: 1px solid #bb1615;
  background-color: #FAD1D1;
}
.alert.alertInfo {
  border: 1px solid #246CA9;
  background-color: #deefff;
}
.alert .alertInner {
  display: flex;
  align-items: flex-start;
}
.alert .alertInner p {
  margin-top: 0rem;
}
.alert .alertInner .alertIcon {
  margin-right: 0.5rem;
}
.alert .btn {
  align-self: flex-end;
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer {
  /* Device width when step content wraps navigation buttons with sidebar */
}
body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent {
  border: 1px solid #d2d2d2;
  border-radius: 1rem;
  margin-top: 4rem;
  padding: 0 2rem 0 2rem;
  font-size: 1rem;
  /* Prevents size change based on length of checkbox's label */
}
body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent h3 {
  font-size: 1.125rem;
}
body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent .dataRow.title {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: -1rem;
}
body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent .dataRow.hearAboutGS {
  margin-bottom: -0.5rem;
}
body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent .dataRow .dataField.textInput {
  margin-top: 1rem;
  margin-left: 2.25rem;
}
body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent .dataRow .dataField.textInput input[type=text]::placeholder {
  color: #757575;
}
body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent .dataRow .dataField label {
  font-weight: normal;
  vertical-align: top;
}
body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent .supplementalText {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent input[type=checkbox] {
  min-width: 1.5rem;
  min-height: 1.5rem;
  display: inline-block;
}
body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent .navigation {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0 2rem;
  max-width: 50rem;
}
@media only screen and (max-width: 840px) {
  body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent .navigation {
    flex-wrap: wrap-reverse;
  }
  body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent .navigation .btn {
    width: 100%;
  }
  body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent .navigation .btn-back {
    transform: unset;
  }
}
@media only screen and (max-width: 536px) {
  body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer {
    font-size: 0.875rem;
  }
  body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer h2 {
    font-size: 1.25rem;
    padding: 0;
  }
  body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent {
    line-height: 1.25rem;
    font-size: 0.875rem;
  }
  body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent h3 {
    font-size: 1rem;
  }
  body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent .dataRow {
    margin-bottom: 1rem;
  }
  body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent .header {
    font-size: 0.875rem;
  }
  body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer .applicationExitQuestionsContent .navigation .btn {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 508px) {
  body #page #stepForm .contentContainer #stepContent.confirmationContent .innerContainer h2 {
    line-height: 1.75rem;
  }
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent h2 {
  margin-bottom: 1.75rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent #contributionHeader p {
  margin-top: -1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .contributionAmountTypes {
  max-width: 26rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .contributionAmountTypes .radio-button {
  width: 50%;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .contributionAmountTypes .radio-button input {
  display: none;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .contributionAmountTypes .radio-button:first-of-type label {
  border-radius: 0.5rem 0 0 0.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .contributionAmountTypes .radio-button:not(:first-of-type) label {
  border-radius: 0 0.5rem 0.5rem 0;
}
@media (max-width: 640px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .contributionAmountTypes .radio-group {
    line-height: 0.5rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .contributionAmountTypes .radio-group label {
    font-size: 1rem;
  }
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .total {
  max-width: 26rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .total .values {
  margin-top: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .total .values h3 {
  margin-top: 0rem;
  white-space: nowrap;
  margin-right: 0.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .total .values #percentToDollars {
  margin-left: 0.25rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .total .values .dollarValue, body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .total .values .percentValue {
  align-items: baseline;
  display: flex;
  font-weight: bold;
  white-space: nowrap;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .total .values .dollarValue input, body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .total .values .percentValue input {
  font-weight: bold;
  padding-right: 0.25rem;
  width: 5rem;
  text-align: right;
  border-color: transparent;
  background-color: transparent;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .percentValue {
  max-width: 26rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent #percentToDollarAmount {
  display: flex;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent #percentToDollarAmount #dollarAmount {
  white-space: nowrap;
  margin-top: 0.5rem;
  margin-left: 0.25rem;
  font-weight: bold;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .dataRow {
  margin-bottom: 2rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .values input {
  margin-bottom: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .dateParts {
  display: flex;
  max-width: 26rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .dateParts .dateMonth {
  width: 13rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #contributionAmountsContent .dateParts .dateYear {
  width: 13rem;
  margin-left: 1rem;
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
body #page #stepForm .contentContainer #stepContent .innerContainer #directRolloverSources fieldset div {
  margin-left: 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #directRolloverSources .answer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #directRolloverSources .answer label {
  font-weight: bold;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #directRolloverSources .additionalInfo {
  padding-top: 1rem;
  padding-left: 1.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #directRolloverSources .field-validation-valid {
  display: none;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #directRolloverSources details {
  padding-bottom: 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #directRolloverSources details .detailsContent {
  margin-left: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #directRolloverSources details summary {
  padding-bottom: 0;
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
@media only screen and (max-width: 768px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer .aipAccountInfo .dataRow {
    margin-bottom: 0rem;
  }
}
body #page #stepForm .contentContainer #stepContent .innerContainer .aipAccountInfo .dataRow .dataField {
  margin-bottom: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .aipAccountInfo .dataRow .dataField.monthOfFirstInvestment {
  margin-bottom: 0rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .aipAccountInfo .fieldInfo {
  display: block;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .aipAccountInfo .note {
  margin: 2rem 0rem;
}
@media only screen and (max-width: 768px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer .aipAccountInfo .note {
    margin: 1.5rem 0rem;
  }
}
body #page #stepForm .contentContainer #stepContent .innerContainer .aipAccountInfo .bankInfoHeader h3 {
  margin-bottom: 0rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .aipAccountInfo .bankInfoHeader .instructions {
  margin-bottom: 1rem;
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent .totalInvestment span {
  font-weight: bold;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tr {
  display: flex;
  align-items: center;
  height: 2.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tr td, body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tr th {
  display: flex;
  align-items: center;
  margin: 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tr .allocations {
  margin-left: auto;
}
@media only screen and (max-width: 425px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tr {
    height: 5rem;
  }
}
@media only screen and (min-width: 425px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tr {
    height: 4rem;
  }
}
@media only screen and (min-width: 640px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tr {
    height: 3rem;
  }
}
@media only screen and (max-width: 1000px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tr {
    align-items: flex-start;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tr td.allocations, body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tr th.allocations {
    min-width: 8.625rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tr th.allocations div {
    width: 8.625rem;
    text-align: left;
    margin-left: auto;
  }
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table thead {
  margin-top: 2rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table thead tr {
  height: unset;
  background-color: #E2F0DC;
  border-top: 1px solid #3a3a3a;
  padding: 0.25rem 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table thead tr th {
  font-weight: normal;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tbody {
  display: block;
  width: 100%;
  border-bottom: 1px solid #3a3a3a;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tbody tr {
  border-top: solid 1px #d2d2d2;
  padding: 0.5rem 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tbody tr .allocationAmount {
  margin-left: auto;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tbody tr a {
  font-weight: normal;
  color: #246CA9;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tbody tr input {
  height: 1.5rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  width: 6rem;
  margin-right: 0.25rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tbody tr.alternate {
  background-color: #f4f4f4;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tbody tr div {
  display: flex;
  align-items: center;
  margin: 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tfoot input {
  height: 1.5rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  width: 6rem;
  margin-right: 0.25rem;
  border: 0px none;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tfoot .allocationTotal, body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tfoot .allocationRemaining {
  margin-left: auto;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tfoot tr.total, body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tfoot .amountRemaining {
  padding-right: 1rem;
  display: flex;
  height: 4.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tfoot tr.total td, body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tfoot .amountRemaining td {
  height: 100%;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tfoot tr.total td .total, body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tfoot .amountRemaining td .total {
  font-weight: bold;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table thead, body #page #stepForm .contentContainer #stepContent .innerContainer #apiFundAllocationContent table tfoot {
  display: block;
  width: 100%;
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
body #page #stepForm .contentContainer #stepContent .innerContainer .suitabilityData .dataField {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  align-items: unset;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .suitabilityData .dataField label {
  order: -1;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .suitabilityData .dataField .explanation {
  order: 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .suitabilityData .dataField .inputField label {
  order: unset;
  font-weight: normal;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .suitabilityData .dataField.investmentObjective {
  margin: 2rem 0rem;
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
body #page #stepForm .contentContainer #stepContent .innerContainer #identityVerificationStep .selectInstructions, body #page #stepForm .contentContainer #stepContent .innerContainer #identityVerificationStep #identityVerificationStep {
  color: #007A4E;
  font-weight: bold;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #identityVerificationStep .enterInstructions, body #page #stepForm .contentContainer #stepContent .innerContainer #identityVerificationStep .selectPhone label {
  font-weight: bold;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #identityVerificationStep #deliveryMethods .inputField label {
  font-weight: normal;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #identityVerificationStep #deliveryMethods {
  margin-top: 0.25rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #identityVerificationStep .errorMessage {
  color: #bb1615;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #identityVerificationStep .hide {
  display: none;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #identityVerificationStep #identityVerificationInvalidNumber input {
  width: 10rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #identityVerificationStep .selectPhone p {
  margin-top: 2rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .isPhoneSelected {
  display: none;
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep .instructions span {
  display: block;
  margin-bottom: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep .totalInvestment span {
  font-weight: bold;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr {
  display: flex;
  align-items: center;
  height: 2.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr td, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr th {
  display: flex;
  align-items: center;
  margin: 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr td .existingAccount, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr th .existingAccount {
  width: 10rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr td .currentYear, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr td .priorYear, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr th .currentYear, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr th .priorYear {
  margin-left: auto;
  width: 12.375rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr th.largeScreenHeader div {
  text-align: left;
  width: 12.375rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr th.largeScreenHeader div.existingAccount {
  width: 10rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr .allocations {
  margin-left: auto;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr .smallScreenHeader {
  display: none;
}
@media only screen and (max-width: 1000px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr {
    height: unset;
    align-items: flex-start;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr .smallScreenHeader {
    display: block;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr .largeScreenHeader {
    display: none !important;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr td, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr th {
    width: 50%;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr td.allocations, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr th.allocations {
    min-width: 8.625rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr td .existingAccount, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr th .existingAccount {
    width: 8.625rem;
    display: flex;
    flex-direction: column;
    order: 1;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr td .existingAccount div, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr th .existingAccount div {
    width: 8.625rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr td .existingAccount div.allocationPercent, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr th .existingAccount div.allocationPercent {
    display: flex;
    justify-content: flex-end;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr th.allocations div {
    width: 8.625rem;
    text-align: left;
    margin-left: auto;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr td.allocations {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr td div.priorYear, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr td div.currentYear {
    margin-left: unset;
    display: flex;
    flex-direction: column;
    width: 8.625rem;
    align-items: flex-start;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr td div.priorYear .allocationPercent, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tr td div.currentYear .allocationPercent {
    margin-left: auto;
  }
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table thead {
  margin-top: 2rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table thead tr {
  height: unset;
  background-color: #E2F0DC;
  border-top: 1px solid #3a3a3a;
  padding: 0.25rem 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table thead tr th {
  font-weight: normal;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tbody {
  display: block;
  width: 100%;
  border-bottom: 1px solid #3a3a3a;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tbody tr {
  border-top: solid 1px #d2d2d2;
  padding: 0.5rem 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tbody tr a {
  font-weight: normal;
  color: #246CA9;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tbody tr input {
  height: 1.5rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  width: 6rem;
  margin-right: 0.25rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tbody tr.alternate {
  background-color: #f4f4f4;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tbody tr.defaultFund a {
  font-weight: bold;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tbody tr.categorySubHeader {
  border: none;
  margin-top: 1rem;
  padding: 0rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tbody tr.categorySubHeader th span {
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.75rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tbody tr div {
  display: flex;
  align-items: center;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tbody tr td.allocations .currentYear:has(.allocationPercent) input, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tbody tr td.allocations .priorYear:has(.allocationPercent) input {
    width: 7.125rem;
    margin-right: 0rem;
  }
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals {
  padding: 0rem 1rem;
  display: flex;
  height: 4.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td {
  height: 100%;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td .total {
  font-weight: bold;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.largeScreenHeader {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.largeScreenHeader .description {
  margin: 0rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.largeScreenHeader .total {
  text-transform: uppercase;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear {
  margin-left: auto;
  width: 12.375rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .total, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .remaining, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .total, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .remaining {
  width: 100%;
  display: flex;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .total .amountsContainer, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .remaining .amountsContainer, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .total .amountsContainer, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .remaining .amountsContainer {
  display: flex;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .total .amountsContainer:has(.allocationPercent) .allocationAmount, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .remaining .amountsContainer:has(.allocationPercent) .allocationAmount, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .total .amountsContainer:has(.allocationPercent) .allocationAmount, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .remaining .amountsContainer:has(.allocationPercent) .allocationAmount {
  text-align: left;
  width: 7.375rem;
  padding-left: 0.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .total .amountsContainer .allocationAmount, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .remaining .amountsContainer .allocationAmount, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .total .amountsContainer .allocationAmount, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .remaining .amountsContainer .allocationAmount {
  text-align: right;
  width: 8.375rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .total .smallScreenHeader, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .total .smallScreenHeader {
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals {
    height: unset;
    line-height: 1.75rem;
    padding: 0rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations {
    margin-left: unset;
    width: 100%;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear {
    margin-left: unset;
    width: calc(100% - 2rem);
    padding: 0rem 1rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .total, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .remaining, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .total, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .remaining {
    justify-content: space-between;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .total .amountsContainer, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .remaining .amountsContainer, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .total .amountsContainer, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .remaining .amountsContainer {
    display: block;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .total .amountsContainer:has(.allocationPercent) .allocationAmount, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .remaining .amountsContainer:has(.allocationPercent) .allocationAmount, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .total .amountsContainer:has(.allocationPercent) .allocationAmount, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .remaining .amountsContainer:has(.allocationPercent) .allocationAmount {
    text-align: right;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .total .amountsContainer .allocationPercent, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .remaining .amountsContainer .allocationPercent, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .total .amountsContainer .allocationPercent, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .remaining .amountsContainer .allocationPercent {
    text-align: right;
    font-weight: normal;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .total .amountsContainer .allocationAmount, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .remaining .amountsContainer .allocationAmount, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .total .amountsContainer .allocationAmount, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .remaining .amountsContainer .allocationAmount {
    width: 5rem;
    padding-right: 0rem;
    font-weight: bold;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .currentYear .total, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear .total {
    margin-bottom: 0.5rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot tr.totals td.allocations .priorYear {
    border-bottom: 1px solid #3a3a3a;
  }
}
body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table thead, body #page #stepForm .contentContainer #stepContent .innerContainer .investmentApproachStep table tfoot {
  display: block;
  width: 100%;
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
body #page #stepForm #stepContent.loginContent {
  width: 70%;
  margin: 2rem auto;
}
@media only screen and (max-width: 768px) {
  body #page #stepForm #stepContent.loginContent {
    margin-bottom: 1.5rem;
    width: 90%;
  }
}
body #page #stepForm #stepContent.loginContent .innerContainer {
  border: 1px solid #757575;
  border-radius: 1rem;
  margin-top: 1rem;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  max-width: 50rem;
}
body #page #stepForm #stepContent.loginContent .innerContainer .myGSLogo {
  display: block;
  margin: 0rem auto 1.5rem auto;
  width: 12.5rem;
}
body #page #stepForm #stepContent.loginContent .innerContainer #validationSummary ul {
  margin: 0rem;
}
body #page #stepForm #stepContent.loginContent .innerContainer #validationSummary.validation-summary-errors ul:has(li) {
  margin-bottom: 0.5rem;
}
body #page #stepForm #stepContent.loginContent .innerContainer .dataRow {
  margin-bottom: 1rem;
}
body #page #stepForm #stepContent.loginContent .innerContainer .dataRow input {
  width: calc(100% - 2rem);
  max-width: calc(100% - 2rem);
}
body #page #stepForm #stepContent.loginContent .innerContainer .dataRow a {
  color: #246CA9;
  text-decoration: none;
}
body #page #stepForm #stepContent.loginContent .innerContainer input[type=submit] {
  margin: 0rem auto;
}
body #page #stepForm #stepContent.loginContent .innerContainer .btn {
  width: 90%;
  margin-left: 1.5rem;
}
@media only screen and (max-width: 768px) {
  body #page #stepForm #stepContent.loginContent .innerContainer {
    margin-bottom: 1.5rem;
  }
  body #page #stepForm #stepContent.loginContent .innerContainer .myGSLogo {
    width: 10.9375rem;
  }
}
body #page #stepForm #stepContent.loginContent #backNav {
  display: inline-block;
  margin-top: 2rem;
  border-top: 1px solid #a3a3a3;
  width: 100%;
}
body #page #stepForm #stepContent.loginContent #backNav a {
  display: inline-flex;
  margin-top: 2rem;
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .alert {
  margin-top: 2rem;
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
/*
  ____                                    
 |  _ \ _ __ ___   __ _ _ __ ___  ___ ___ 
 | |_) | '__/ _ \ / _` | '__/ _ \/ __/ __|
 |  __/| | | (_) | (_| | | |  __/\__ \__ \
 |_|   |_|  \___/ \__, |_|  \___||___/___/
                  |___/                   
*/
@media only screen and (min-width: 769px) {
  .wizardSteps ol {
    width: 100%;
    max-width: 22rem;
    margin: -1rem auto 0;
    padding: 0;
    list-style-type: none;
    position: relative;
  }
  .wizardSteps ol li {
    padding: 1.5rem 0 0;
    font-weight: normal;
    position: relative;
  }
  .wizardSteps ol li:after {
    /* using ol:after to draw one long line didn't work well when the first and last items
        wrap to a second line. instead of trying to account for all the variations of that,
        just have each li draw a line long enough to reach the next item's circle regardless
        of either item's height. the lines sit behind the circles due to z-index, so they 
        will invisibly overlap each other and look like one long line.
    */
    content: "";
    position: absolute;
    top: calc(50% + 1rem);
    background: #3a3a3a;
    width: 1px;
    height: calc(100% + 0.5rem);
    left: 0.29rem;
    z-index: -1;
  }
  .wizardSteps ol li:last-of-type:after {
    /* for the last item, the previous item's dark line may extend past the last item's 
        circle, so the last item draws a line the same as the background color, just long 
        enough to cover over any remainder of the previous item's line.
    */
    background-color: #f4f4f4;
    top: calc(50% + 0.5rem);
    height: 2rem;
  }
  .wizardSteps ol li div.text {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    letter-spacing: 0.04rem;
  }
  .wizardSteps ol li div.text:before {
    content: "";
    background: #f4f4f4;
    border: 1px solid #3a3a3a;
    border-radius: 50%;
    width: calc(0.688rem - 2px);
    height: calc(0.688rem - 2px);
    position: relative;
    top: -0.05rem;
    margin-right: 0.688rem;
  }
  .wizardSteps ol li div.text .textWrapper {
    /* prevent long text from causing the circle to be compressed horizontally */
    display: inline-block;
    max-width: 7.3rem;
  }
  .wizardSteps ol li a {
    color: white;
    text-decoration: none;
  }
  .wizardSteps ol li.active, .wizardSteps ol li.done {
    font-weight: bold;
  }
  .wizardSteps ol li.active div.text:before {
    background: #3a3a3a;
  }
  .wizardSteps ol li.done div:before {
    background: url(/Invest/Content/Images/circle-checked-black.svg) center no-repeat;
  }
  #stepForm.progressBarTest {
    /* styles for the progress bar test view */
    padding-bottom: 4rem;
  }
  #stepForm.progressBarTest .contentContainer {
    padding: 3rem;
    font-size: 0.75rem;
  }
  #stepForm.progressBarTest .contentContainer #testContainer {
    display: flex;
    flex-wrap: wrap;
  }
  #stepForm.progressBarTest .contentContainer #testContainer .mileStoneStep {
    font-weight: bold;
  }
  #stepForm.progressBarTest .contentContainer #testContainer .completedStep {
    color: blue;
  }
  #stepForm.progressBarTest .contentContainer #testContainer .path {
    width: 18rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  #stepForm.progressBarTest .contentContainer #testContainer .path .missingSelection {
    background-color: #ff8;
  }
  #stepForm.progressBarTest .contentContainer #testContainer .path .bar {
    margin-left: 2rem;
  }
  #stepForm.progressBarTest .contentContainer #testContainer .path .bar .incomplete {
    background-color: #f55;
  }
  #stepForm.progressBarTest .contentContainer #testContainer .path #progressContainer {
    width: 9.75rem;
    background-color: #f4f4f4;
    color: #3a3a3a;
    margin-top: 2rem;
    padding: 2rem 0.75rem 2rem 1.5rem;
  }
  #stepForm.progressBarTest .contentContainer #testContainer .path #progressContainer .mobileHeader {
    display: none;
  }
  #stepForm.progressBarTest .contentContainer #testContainer .path #progressContainer ol {
    z-index: 1;
  }
  #stepForm.progressBarTest .contentContainer #testContainer .path #progressContainer a {
    color: #3a3a3a;
  }
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep {
    margin-top: 1.5rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep .instructions {
    margin-bottom: 1.5rem;
  }
}
body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep .instructions p {
  margin: 0rem 0rem 1rem;
}
@media only screen and (max-width: 768px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep .instructions p {
    margin-bottom: 0.5rem;
  }
}
body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep .dataRow {
  margin-bottom: 0.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep .dataRow .dataField {
  display: flex;
  flex-direction: column;
  align-items: unset;
  margin-bottom: 1.5rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep .dataRow .dataField .inputField {
  margin: 0rem;
  line-height: 3rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep .dataRow .dataField .inputField label {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep .dataRow {
    margin-bottom: 1.5rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep .dataRow .dataField {
    margin-bottom: 1rem;
  }
}
body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep .agreementsContainer {
  padding-top: 2rem;
  border-top: 1px solid #d2d2d2;
  line-height: 3rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep .agreementsContainer a {
  margin: 0rem 1.5rem;
  color: #246CA9;
  font-style: italic;
  display: block;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep .agreementsContainer .agreementApproval {
  margin: 0rem;
  padding: 0rem;
}
@media only screen and (max-width: 768px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep .agreementsContainer {
    padding: 2.5rem 1rem 1rem;
    line-height: 1.5rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #eDeliveryPreferencesStep .agreementsContainer a {
    margin: 0.5rem 0rem;
  }
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
body #page #stepForm .contentContainer #stepContent .innerContainer #rolloverDestinationAccountStep #availableAccounts {
  width: 75%;
  border-collapse: collapse;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #rolloverDestinationAccountStep #availableAccounts th {
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.2rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #rolloverDestinationAccountStep #availableAccounts td {
  padding: 0.5rem 1rem 0.5rem 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #rolloverDestinationAccountStep #availableAccounts td.balance {
  white-space: nowrap;
  text-align: right;
  padding-top: 0.625rem;
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
body #page #stepForm .contentContainer #stepContent .innerContainer .selectIRARolloverContributionTypeStep details {
  padding: 0rem;
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
body #page #stepForm .contentContainer #stepContent .innerContainer .retailAccountOptions {
  margin-top: 2rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .retailAccountOptions .instructions {
  margin-bottom: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .retailAccountOptions .instructions span {
  display: block;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .retailAccountOptions .dataRow {
  margin: 2rem 0rem;
  border-bottom: solid 1px #d2d2d2;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .retailAccountOptions .dataRow.phoneOptions {
  margin: 0rem;
  border-bottom: none;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .retailAccountOptions .dataRow .dataField {
  margin-bottom: 2rem;
  display: block;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .retailAccountOptions .dataRow .dataField .dataFieldHeader {
  margin-bottom: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .retailAccountOptions .dataRow .dataField .dataFieldHeader .title {
  font-weight: bold;
  display: block;
  margin: 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .retailAccountOptions .dataRow .dataField .question {
  font-weight: bold;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .retailAccountOptions .dataRow .dataField .inputField {
  padding: 0;
  margin-top: 0.625rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .retailAccountOptions .dataRow .dataField .inputField label {
  font-weight: normal;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .retailAccountOptions .note {
  margin-top: 0rem;
  border-top: solid 1px #d2d2d2;
  padding-top: 2rem;
}
@media only screen and (max-width: 768px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer .retailAccountOptions .note {
    margin-bottom: 0rem;
  }
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts {
  display: block;
  width: 100%;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts thead tr {
  background-color: #E2F0DC;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts thead, body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody {
  display: block;
  width: 100%;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts thead tr, body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr {
  display: flex;
  padding: 0.25rem 1rem;
  justify-content: space-between;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts thead tr.alternate, body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr.alternate {
  background-color: #f4f4f4;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts thead tr th, body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts thead tr td, body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr th, body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr td {
  text-align: left;
  padding: 0rem;
  min-width: 8rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts thead tr th.balance, body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts thead tr td.balance, body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr th.balance, body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr td.balance {
  width: 8rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts thead tr th.balance span, body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts thead tr td.balance span, body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr th.balance span, body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr td.balance span {
  display: none;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts thead tr th:not(.balance), body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts thead tr td:not(.balance), body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr th:not(.balance), body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr td:not(.balance) {
  margin-right: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts thead tr th .inputField, body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts thead tr td .inputField, body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr th .inputField, body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr td .inputField {
  margin-top: 0rem;
}
@media only screen and (max-width: 640px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts thead {
    display: none;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr {
    flex-direction: column;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr.alternate {
    background-color: unset;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr td.balance {
    font-size: 0.875rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr td.balance span {
    display: inline-block;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverDestinationAccountStep #rolloverDestinationAccountStep table#availableAccounts tbody tr:has(.inputContainer) td.balance {
    padding-left: 2rem;
  }
}

body #page #stepForm .contentContainer #stepContent .innerContainer .selectRolloverTypeStep .note {
  margin-top: 1.5rem;
}

/* Base import for any step stylesheet */
/* COLORS */
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  src: local("SofiaPro"), local("SofiaPro-regular"), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_regular/sofiapro-regular-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: local("SofiaPro Bold"), local("SofiaPro-bold"), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bold/sofiapro-bold-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 400;
  src: local("SofiaPro Italic"), local("SofiaPro-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_italic/sofiapro-regularitalic-webfont.woff2);
}
@font-face {
  font-family: "SofiaPro";
  font-style: italic;
  font-weight: 800;
  src: local("SofiaPro Bold Italic"), local("SofiaPro-bold-italic"), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff), url(/Invest/Content/Styles/Fonts/sofiapro_bolditalic/sofiapro-bolditalic-webfont.woff2);
}
/* FONT AND TEXT */
/* BREAK POINTS */
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep h3, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation h3 {
  font-size: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .notice, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .notice {
  margin-bottom: 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection {
  margin-top: 2rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection.planTypeSummary .summaryItem.flexTable .flexRow.itemHeader, body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection.selfEmploymentSummary .summaryItem.flexTable .flexRow.itemHeader, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection.planTypeSummary .summaryItem.flexTable .flexRow.itemHeader, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection.selfEmploymentSummary .summaryItem.flexTable .flexRow.itemHeader {
  margin-bottom: 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection h3, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection h3 {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #d2d2d2;
  min-width: 20rem;
  margin-bottom: 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .flexTable .flexRow, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .flexTable .flexRow {
  display: flex;
  width: 100%;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .flexTable .flexRow.itemHeader, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .flexTable .flexRow.itemHeader {
  margin-top: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .flexTable .flexRow .label, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .flexTable .flexRow .label {
  width: 90%;
  line-height: 1.25rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .flexTable .flexRow .editLink, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .flexTable .flexRow .editLink {
  display: flex;
  justify-content: right;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .flexTable .flexRow .editLink a, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .flexTable .flexRow .editLink a {
  padding-left: 1.5rem;
  background: url(/Invest/Content/Images/edit.svg) no-repeat;
  background-size: 1.125rem;
  background-position-y: center;
  font-size: 0.875rem;
  margin-top: -0.25rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .itemHeader, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .itemHeader {
  margin-bottom: 0.25rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .itemGroup, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .itemGroup {
  padding-left: 1rem;
  width: 100%;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .itemGroup span, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .itemGroup span {
  display: inline-block;
  width: 50%;
  vertical-align: text-top;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .itemGroup span.enteredValue, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .itemGroup span.enteredValue {
  font-weight: normal;
  width: 49%;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .itemGroup span.rolloverValue, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .itemGroup span.rolloverValue {
  width: 24%;
  margin-top: 0;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .itemGroup .mailingAddress span, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .itemGroup .mailingAddress span {
  width: 100%;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .itemGroup .mailingAddress .enteredValue, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .itemGroup .mailingAddress .enteredValue {
  padding-left: 1rem;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .workInformation.itemGroup span.enteredValue, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .workInformation.itemGroup span.enteredValue {
  width: 100%;
}
body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .workInformation.itemGroup span.enteredValue span.enteredValue, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .workInformation.itemGroup span.enteredValue span.enteredValue {
  display: contents;
}
@media only screen and (max-width: 780px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .itemGroup, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .itemGroup {
    padding-left: 0;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .itemGroup span, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .itemGroup span {
    width: 100%;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .itemGroup span.enteredValue, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .itemGroup span.enteredValue {
    margin-top: -0.5rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .workInformation.itemGroup span.enteredValue, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .workInformation.itemGroup span.enteredValue {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 760px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .flexTable .flexRow.itemHeader, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .flexTable .flexRow.itemHeader {
    margin-bottom: 0.5rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .itemGroup span.enteredValue, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .itemGroup span.enteredValue {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 560px) {
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep h2, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation h2 {
    font-size: 1.25rem;
    line-height: 1rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep h3, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation h3 {
    font-size: 0.875rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection {
    margin-top: 1.5rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .flexTable .flexRow.itemHeader, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .flexTable .flexRow.itemHeader {
    margin-bottom: 0;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .flexTable .flexRow .editLink a, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .flexTable .flexRow .editLink a {
    margin-top: 0;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem {
    margin-bottom: 0;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem.aipSummary, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem.aipSummary {
    margin-top: 0;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .itemGroup span.enteredValue, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .itemGroup span.enteredValue {
    margin-bottom: 0.5rem;
  }
  body #page #stepForm .contentContainer #stepContent .innerContainer #summaryStep .summarySection .summaryItem .itemGroup span.rolloverValue, body #page #stepForm .contentContainer #stepContent .innerContainer #memberVerificationStep.invalidInformation .summarySection .summaryItem .itemGroup span.rolloverValue {
    width: 40%;
  }
}

