.home-dashboard .home-summary-table {
    width: 97%;
}

.home-dashboard .home-summary-row-middle {
    vertical-align: middle;
}

.home-dashboard .home-alert-block {
    padding-bottom: 30px;
}

.home-dashboard .home-plan-header {
    padding: 5px;
}

.home-dashboard .home-plan-toggle {
    display: inline-block;
}

.home-dashboard .home-plan-toggle--retirement {
    padding-left: 100px;
}

.home-dashboard .home-plan-toggle--savings {
    padding-left: 120px;
}

.home-dashboard .home-plan-balance-label {
    float: right;
    padding-right: 5px;
}

.home-dashboard .home-account-grid {
    border: transparent;
    width: 97%;
}

.home-dashboard .home-account-grid__header {
    background-color: #fef2bc;
}

.home-dashboard .home-account-grid__total-label,
.home-dashboard .home-account-grid__total-value {
    border-top: dashed 1px #cccccc;
}

.home-dashboard .home-total-grid {
    border: solid 1px #cccccc;
    width: 97%;
}

.home-dashboard .home-total-grid__row {
    background-color: #fbdc40;
}

.home-dashboard .home-vested-note {
    margin-right: 10px;
}

.home-dashboard .home-print-actions {
    padding: 5px;
    text-align: center;
}

.home-dashboard .nc-panel-media {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

.home-dashboard .nc-panel-media__spacer {
    box-sizing: border-box;
    display: block;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0;
    margin: 0;
    padding: 100% 0 0;
}

.home-dashboard .nc-panel-media__image {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
}

.home-dashboard .nc-panel-container {
    text-align: center;
}

.home-dashboard .nc-panel {
    display: inline-block;
    width: 315px;
    border: 1px solid #d5dde6;
    border-radius: 1.5rem;
    padding: 1.25rem;
    background-color: #fff;
    margin: 5px 5px 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.home-dashboard .css-1djihfe {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-dashboard .css-me51g6 {
    color: #004990;
    font-size: 26px;
    line-height: 1.375;
    font-weight: 600;
    letter-spacing: 0.025em;
    margin: 0;
    text-align: center;
}

.home-dashboard .css-miajlu {
    color: #004990;
    font-size: 33px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: 0.025em;
    text-align: center;
    margin: 0;
}

.home-dashboard .css-1mv3yst {
    margin: 0.5rem 0;
    width: 9rem;
    height: 9rem;
}

.home-dashboard .css-ctew8b {
    text-decoration: none;
    display: inline-flex;
    appearance: none;
    align-items: center;
    justify-content: center;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: transparent solid 2px;
    outline-offset: 2px;
    width: auto;
    line-height: 1.2;
    border-radius: 9999px;
    font-weight: 600;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 200ms;
    height: 2.5rem;
    min-width: 2.5rem;
    font-size: 16px;
    padding-inline-start: 3rem;
    padding-inline-end: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background: #004990;
    color: #fff;
    margin: 0.75rem 0;
    font: 400 13.3333px Arial !important;
}

.home-dashboard .css-ctew8b:hover,
.home-dashboard .css-ctew8b:visited,
.home-dashboard .css-ctew8b:focus {
    color: #fff;
    text-decoration: none;
    outline: transparent solid 2px;
    background: #004990;
}

.home-dashboard .css-ctew8b:hover {
    background: #4da7ff;
}
