@import "fonts.css";

body, html {
    overflow-x: hidden;
    font-weight: 500; /* IE 11 fix for fonts */
}

/*body.subpage {*/
/*background-image: none;*/
/*}*/

*, :after, :before {
    box-sizing: border-box !important;
}

.toolbarNavNew *,
.bannerImgHead *,
.bodyFooterWrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

.inlineFlex {
    display: inline-flex;
}


.trsRetireContentNew {
    position: relative;
    max-width: 1205px;
    min-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    /*border: 1px solid blue;*/
}

.ta-retire-toolbar {
    background-color: white;
}

#toolbar {
    display: none;
}

#UcNavGlobal_ActivePanel, #ctl00_UcNavGlobal_navGlobal, #UcNavGlobal1_navGlobal {
    display: none;
}

.navLeftHome {
    position: initial;
}

.navAud {
    position: initial;
    top: initial;
    left: initial;
}

.bodyWelcomeHome {
    position: relative;
    top: initial;
    left: initial;
}

.navToolsText {
    display: none;
}

.toolbarNavNew {
    max-width: 1440px;
    min-width: 1024px;
    width: 100%;
    height: 172px;
    /*height: 175px;*/
    margin: 0 auto;
    /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);*/
    background-color: #ffffff;
    /*border-bottom: 1px solid #AAA;*/
    z-index: 101;
}

    .toolbarNavNew.preLogin {
        height: auto;
    }


@media (max-width: 1100px) {
    toolbarNavNew {
        height: 167px;
    }
}

ul.navMegaPrimary {
    display: flex;
    list-style: none;
    list-style-type: none;
    height: 52px;
    margin-left: 35px;
}

@media (max-width: 1100px) {
    ul.navMegaPrimary {
        height: 47px;
    }
}

ul.navMegaPrimary li {
    display: none;
    flex-direction: column;
    float: left;
    padding: 0;
    margin-right: 32px;
    border-bottom: 0 solid red;
}

ul.navMegaPrimary li {
    font-family: "Whitney SSm Medium", sans-serif, arial !important;
    color: #222222;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1100px) {
    ul.navMegaPrimary li {
        font-size: 14px;
    }
}



ul.navMegaPrimary li.hover {
    color: #666666;
    border-bottom: 3px solid #999999;
    transition: border-bottom-width .25s;
}

ul.navMegaPrimary li.disabled {
    color: #666666;
    pointer-events: none;
}

ul.navMegaPrimary li.active {
    border-bottom: 3px solid red;
    transition: border-bottom-width .25s;
}

ul.navMegaPrimary li.hide {
    display: none;
    pointer-events: none;
}

.toolbar-top-menu {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: 120px;
    /*border: 1px solid maroon;*/
}

.ta-logo {
    /*width: 200px;
  height: 54px;*/
    margin-top: 30px;
    margin-left: 34px;
}

.profileIconCircleDark {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    background-color: #474b4e;
    border-radius: 24px;
    top: 35px;
    right: 48px;
    cursor: pointer;
    z-index: 200;
}

    .profileIconCircleDark.preLogin {
        display: none;
    }


.notify-message-count {
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 25px;
    text-align: center;
    min-width: 24px;
    height: 24px;
    padding: 0px 4px;
    background-color: #ee0000;
    border-radius: 16px;
    border: 2px solid white;
}

    .notify-message-count span {
        display: inline-block;
        font-family: "Whitney SSm", sans-serif, arial;
        color: white;
        font-size: 14px;
        margin-top: 2px;
    }

.profile-icon {
    width: 22px;
    height: 22px;
    margin-top: 12px;
    pointer-events: none;
}

.profileMenu {
    display: none;
    position: absolute;
    top: 70px;
    right: 50px;
    width: 200px;
    height: 150px;
    border-radius: 2px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    z-index: 102;
}

    .profileMenu.shown {
        display: block;
    }

    .profileMenu > ul {
        list-style: none;
        list-style-type: none;
        width: 100%;
        height: 150px;
        padding: 0;
        margin: 0;
    }

        .profileMenu > ul li {
            float: left;
            /*width: calc(100% - 46px);*/
            width: 100%;
            height: 50px;
            margin: 0;
        }

            .profileMenu > ul li span {
                display: inline-block;
                font-size: 14px;
                color: #222222;
                font-family: "Whitney SSm Medium", sans-serif, arial;
                font-weight: 500;
                text-decoration: none;
            }

            .profileMenu > ul li > a {
                display: block;
                position: relative;
                font-size: 14px;
                color: #222222;
                font-family: "Whitney SSm Medium", sans-serif, arial;
                font-weight: 500;
                padding: 17px 0 17px 23px;
                text-decoration: none;
            }

            .profileMenu > ul li.profile-menu-item span > a {
                padding-right: 133px;
            }

            .profileMenu > ul li.profile-messages-item span > a {
            }

            .profileMenu > ul li.profile-logout-item span > a {
                padding-right: 130px;
            }

            .profileMenu > ul li:hover {
                background-color: #eee;
            }

.indicator-dot {
    position: absolute;
    right: 10px;
    top: 21px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ee0000;
    border-radius: 4px;
}

.unread-msgs {
    margin-left: 0;
}

.bodyMainHome, .trsRetireContentNew .bodyMain {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
}

.trsRetireContentNew .bodyMain {
    padding-left: 0;
    padding-right: 0;
}

.navAud {
    display: none;
}

.navMenuSecPanel {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    max-width: 1440px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 65px;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    z-index: 101;
}


.colDivider {
    flex-direction: column;
    width: 1px;
    height: 250px;
    margin-top: 75px;
    border-left: 2px solid #eee;
}

@media (max-width: 1100px) {
    .colDivider {
        height: 200px;
        margin-top: 50px;
        background-color: #eee;
    }
}

.colDividerSm {
    flex-direction: column;
    width: 1px;
    height: 150px;
    margin-top: 55px;
    border-left: 2px solid #eee;
}

/* custom colDivider setitngs per secondary menu */
#s12_7 .colDivider {
    margin-top: 50px;
}

#s12_5 .colDivider {
    margin-top: 60px;
}

.redHorizontalDivider {
    width: 110px;
    height: 1px;
    border-top: 2px solid red;
    margin-top: 15px;
}

.blankHorizontalDivider {
    width: 110px;
    height: 15px;
}

.greyHorizontalDivider {
    max-width: 1205px;
    /*min-width: 1024px;*/
    width: 100%;
    height: 1px;
    border-top: 1px solid #dddddd;
    margin: 30px auto 0 auto;
    float: left;
    clear: left;
}

.navMenuSecCol {
    flex-direction: column;
    width: 22%;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .navMenuSecCol div:nth-of-type(1) {
        margin-top: 0;
    }

.navMenuSecBlock {
    margin-top: 24px;
}

    .navMenuSecBlock .hide {
        display: none;
    }

    .navMenuSecBlock .disabled a {
        color: #888;
        pointer-events: none;
    }

.navMenuSecHeader.disabled {
    pointer-events: none;
}

.navMenuSecTertiary.disabled {
    pointer-events: none;
}

.navMenuSecQuadrary.disabled {
    pointer-events: none;
}

.navMenuSecBlock div {
    margin-top: 16px;
}

    .navMenuSecBlock div:nth-of-type(2) {
        margin-top: 8px;
    }

.navMenuSecHeader a {
    font-size: 20px;
    font-weight: 400;
    font-family: "Whitney SSm Medium", arial, sans-serif;
    color: #0069B4;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .navMenuSecHeader a {
        font-size: 16px;
    }
}

.navMenuSecHeader a:hover {
    color: #2E84C2;
    text-decoration: underline;
}

.navMenuSecTertiary a {
    font-size: 16px;
    font-weight: 400;
    font-family: "Whitney SSm Medium", arial, sans-serif;
    color: #222222;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .navMenuSecTertiary a {
        font-size: 14px;
    }
}

.navMenuSecTertiary a:hover {
    color: #666666;
    text-decoration: underline;
}

.navMenuSecQuadrary a {
    font-size: 12px;
    font-weight: 400;
    font-family: "Whitney SSm Medium", arial, sans-serif;
    color: #222222;
    text-decoration: none;
}

    .navMenuSecQuadrary a:hover {
        color: #666666;
        text-decoration: underline;
    }

.navMenuSecBlock div.navMenuSecQuadrary {
    margin-top: 10px;
    margin-left: 15px;
}

.navMenuSecPanelWrapper {
    display: block;
    position: relative;
}

.bannerImgHead {
    position: relative;
    height: 240px;
    width: 101vw;
    padding: 0 15px;
    background-position: center;
    background-size: cover;
    background-repeat: none;
}

.bannerTitle {
    position: absolute;
    display: inline-block;
    height: 54px;
    /*background-color: white;
  color: #222;*/
    color: #ffffff;
    font-size: 36px;
    font-family: "Gobold", Helvetica, sans-serif;
    font-weight: normal;
    padding: 2px 0px;
    margin-left: -10px;
    text-transform: uppercase;
}

.bannerTitleCB {
    position: absolute;
    display: inline-block;
    height: 54px;
    background-color: white;
    color: #222;
    font-size: 40px;
    font-family: "Gobold", Helvetica, sans-serif;
    font-weight: normal;
    padding: 2px 0px;
    margin-left: -10px;
    text-transform: uppercase;
}

.bannerTitle sup {
    font-size: 24px;
    vertical-align: top;
}

.titleLine1 {
    top: 75px;
}

.titleLine2 {
    top: 126px;
}

.titleLine1title, .titleLine2title, .priMenu {
    display: none;
}

.bodyFooterWrapper {
    width: 100%;
    background-color: #281805;
    padding-bottom: 20px;
}

.bodyFooter {
    position: relative;
    max-width: 1440px;
    min-width: 1024px;
    width: 100%;
    margin: 0 auto;
    height: 375px;
    padding: 0 35px;
    /*border: 1px solid blue;*/
    background-color: #281805;
}

    .bodyFooter a {
        font-family: "Whitney SSm", sans-serif, arial;
        color: #eee;
        font-size: 14px;
        margin-top: 12px;
    }

a.footerLink {
    text-decoration: none;
    float: left;
    clear: left;
    color: #ffffff;
}

.clientSummaryPanel a:hover,
.textInfoContent a:hover,
.articleBody p a:hover,
.noticeBody p a:hover,
.articleTitle a:hover,
.registerForLink:hover,
.registerForLink:hover,
.toleranceErrors a:hover,
.reportTailNotice a:hover,
.errorMessages a:hover,
.reportsBox a:hover,
.summaryTitle a:hover {
    text-decoration: underline;
    color: #2e84c2;
}

a.footerLink:hover {
    text-decoration: underline;
    color: #c8aff4;
}

.footerCol {
    margin-top: 75px;
    width: 25%;
    float: left;
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 14px;
    color: #ffffff;
}

    .footerCol.withLogo {
        margin-top: 48px;
    }

        .footerCol.withLogo img {
            margin-top: 4px;
        }

.footerDivider {
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
    margin: 16px 0 4px 0;
}

.footerDisclaimer, .footerCopyright {
    font-family: "Whitney SSm Light", sans-serif, arial;
    font-size: 12px;
    color: white;
    margin-top: 16px;
    float: left;
}

.reportsBox, .messageBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1175px;
    min-width: 1024px;
    width: 100%;
    height: 76px;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    margin: 24px auto 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.reportsLabel,
.messagesLabel,
.distributionRequestsLabel,
.investmentRequestsLabel,
.clientCompanyRequestsLabel,
.trackerLabel {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 16px;
    margin-left: 25px;
    margin-top: 16px;
    color: #222;
}

    .reportsLabel:before {
        position: relative;
        content: url('/images/icons/business-receipt.svg');
        height: 35px;
        width: 35px;
        margin-right: 10px;
        top: 6px;
    }

    .messagesLabel:before {
        position: relative;
        content: url('/images/icons/letter-reddot.svg');
        height: 35px;
        width: 35px;
        margin-right: 10px;
        top: 6px;
    }

    .investmentRequestsLabel:before {
        position: relative;
        content: url('/images/icons/business-receipt.svg');
        height: 35px;
        width: 35px;
        margin-right: 10px;
        top: 6px;
    }

    .distributionRequestsLabel:before {
        position: relative;
        content: url('/images/icons/business-receipt.svg');
        height: 35px;
        width: 35px;
        margin-right: 10px;
        top: 6px;
    }

    .clientCompanyRequestsLabel:before {
        position: relative;
        content: url('/images/icons/business-receipt.svg');
        height: 35px;
        width: 35px;
        margin-right: 10px;
        top: 6px;
    }

    .trackerLabel:before {
        position: relative;
        content: url('/images/icons/blue-right-arrow-circle.svg');
        height: 35px;
        width: 35px;
        margin-right: 10px;
        top: 6px;
    }

.reportsBox a {
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 14px;
    margin-top: 18px;
    text-decoration: none;
    margin-right: 25px;
    margin-top: 29px;
    color: #0069b4;
}

.summaryTitle {
    font-family: "Whitney SSm Light", sans-serif, arial;
    font-size: 24px;
    color: #222;
    text-transform: capitalize;
}

.summaryTitle2 {
    font-family: "Whitney SSm Light", sans-serif, arial;
    font-size: 24px;
    color: #222;
    text-transform: none;
}

    .summaryTitle a,
    .summaryTitle2 a {
        font-family: "Whitney SSm Light", sans-serif, arial;
        font-size: 22px;
        color: #0069b4;
        text-transform: uppercase;
        text-decoration: none;
    }

.summaryTitleLeft {
    font-family: "Whitney SSm Light", sans-serif, arial;
    font-size: 24px;
    color: #222;
    margin: 32px 0 16px 0;
    float: left;
    clear: both;
    text-transform: capitalize;
}

.salesSummaryReport, .accountSummaryBox {
    max-width: 1175px;
    min-width: 1024px;
    width: 100%;
    height: auto;
    margin: 64px auto 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.accountSummaryBox {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
}

    .accountSummaryBox > div {
        flex-direction: column;
        width: 48%;
        height: auto;
    }

.accountSummaryTableBox,
.clientSupportTableBox {
    margin-top: 32px;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
}

.accountSummaryTableBox {
    height: 328px;
    padding: 32px 32px 12px 32px;
}

.clientSupportTableBox {
    height: auto;
    padding: 32px;
}

.clientSupportTableBox2 {
    height: auto;
    padding: 2px;
    margin-top: 15px;
    width: fit-content;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
}

.accountSummaryTable, .clientSummaryTable {
    width: 100%;
    background-color: white;
}

.accountSummaryTable {
    height: 100%;
}

.clientSummaryTable {
    height: auto;
}

.clientSummaryPanel {
    display: flex;
    flex-direction: column;
    border-spacing: 20px;
    width: fit-content;
}

    .clientSummaryPanel td {
        vertical-align: top;
    }

.accountSummaryTable td {
    width: 60%;
    font-family: "Whitney SSm Medium", sans-serif, arial;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.clientSummaryTable > span {
    width: 100%;
}

.clientSummaryPanel span,
.clientSummaryPanel a,
.textInfoContent p,
.textInfoContent span,
.textInfoContent h4,
.lblEmployee,
.bodyTable .infoText,
.formTable .infoText,
.formTable .reportGridRow td.infoText,
.toolbarNavNew,
.bodyMain .infoText {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 16px;
    text-decoration: none;
    line-height: 24px;
    color: #222;
}

.formTable .infoText12px {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 12px;
    text-decoration: none;
    line-height: 18px;
    color: #222;
}

.errorText {
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    color: #d61d58 !important;
}

.successText {
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    color: #32969D !important;
}

.textInfoContent p strong,
.textInfoContent p strong span {
    font-family: "Whitney SSm Semibold", sans-serif, arial !important;
}

.textInfoContent p a strong,
.textInfoContent p a strong span {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important;
}

.textInfoContent a,
.textInfoContent a span {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #0069b4;
}

.textInfoContent ul li {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 16px;
    text-decoration: none;
    line-height: 24px;
    color: #222;
    margin-left: 18px;
    height: 30px;
}

.messageText {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    max-width: 745px;
    float: left;
    clear: both;
}

.lblEmployee, .reviewSubmission {
    float: left;
    margin-top: 20px;
}

.clientSummaryPanel a {
    color: #0069b4;
}


.clientSummaryTable span.tableHeading,
.clientSummaryPanel strong {
    font-family: "Whitney SSm Medium", sans-serif, arial;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 20px;
}

    .clientSummaryTable span.tableHeading:first-of-type {
        margin-top: 0;
    }

.clientSupportComment {
    margin-top: 15px;
}

.accountSummaryTable tr td:nth-of-type(2) {
    text-align: right;
    width: 40%;
}

td.asOfText {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 14px;
    color: #666666;
}

.pptbalance {
    width: 1017px;
    height: 36px;
    opacity: 1;
    top: 1747px;
    left: 169px;
    font-family: Whitney SSm;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
}

.summaryReportTableWrapper {
    width: 100%;
    margin: 64px auto 0 auto;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    padding: 32px;
}

.summaryReportTable tr {
    height: 40px;
}

.summaryReportTable tbody tr:nth-of-type(odd) {
    background-color: #F9F9F9;
}

.summaryReportTable tbody td {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 16px;
    color: #222;
}

h3.salesSummaryTableHeader {
    font-family: "Whitney SSm Medium", sans-serif, arial;
    font-size: 20px;
    font-weight: 500;
    color: #222;
    font-variant: initial;
    border: none;
}

.salesTableColHead {
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    height: 40px;
    text-align: left;
}

.colAlignRight {
    text-align: right;
    width: 35%;
}

.colAlignLeftPad {
    text-align: left;
    padding-left: 24px;
}

.colAlignRightPad {
    text-align: right;
    width: 35%;
    padding-right: 24px;
}

.infoTitle {
    font-family: "Whitney SSm Medium", sans-serif, arial;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.tablesTotalsRow {
    background-color: #FFFFFF !important;
}

tr.tablesTotalsRow td {
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 16px;
    color: #222;
    border-top: 2px solid #222;
}

.copyrightClass {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 16px;
    color: #666;
    margin-top: 16px;
}

.newsPanelSection {
    min-width: 1024px;
    width: 100%;
    margin: 10px auto 0 auto;
    padding: 10px 15px 64px 15px;
    background-color: #F9F9F9;
}

.newsPanelBox {
    max-width: 1175px;
    min-width: 1024px;
    width: 100%;
    margin: 0 auto 0 auto;
    background-color: #F9F9F9;
}

.noticePanel {
    display: flex;
    justify-content: left;
    width: 935px;
}

.articlePanel {
    display: flex;
    justify-content: left;
    width: 860px;
    margin-top: 32px;
}

    .articlePanel sup {
        font-size: .7em;
    }

.articlePanelNoIcon {
    display: flex;
    justify-content: left;
    width: 935px;
    margin-top: 32px;
}

    .articlePanelNoIcon sup {
        font-size: .7em;
    }

.articleIcon, .noticeBody {
    flex-flow: column;
}

.articleBody {
    flex-flow: column;
    margin-left: 24px;
}

    .articleBody p, .noticeBody p, .validateCensusInfo p {
        font-family: "Whitney SSm", sans-serif, arial;
        font-size: 16px;
        font-weight: 400;
        margin-top: 10px;
        line-height: 24px;
    }

        .articleBody p strong, .noticeBody p strong, .validateCensusInfo p strong {
            font-family: "Whitney SSm Semibold", sans-serif, arial;
        }

        .articleBody p a, .noticeBody p a, .validateCensusInfo p a {
            font-family: "Whitney SSm", sans-serif, arial;
            font-size: 16px;
            font-weight: 400;
            color: #0069b4;
            text-decoration: none;
        }

.articleTitle, .articleTitle a, .errorMessages a {
    font-family: "Whitney SSm Medium", sans-serif, arial;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

    .articleTitle a, .errorMessages a {
        color: #0069b4;
    }

.formTable a.topLink {
    float: right;
    clear: right;
    margin-bottom: 10px;
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #0069b4;
}

    .formTable a.topLink:hover {
        text-decoration: underline;
        color: #2e84c2;
    }

.formTable .sponsorPlanInfo {
    width: 50%;
    float: left;
    font-family: "Whitney SSm Medium", sans-serif, arial;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 1.38;
}

.company-retirement-text {
    width: 258px;
    height: 40px;
    position: absolute;
    top: 491px;
    left: 131px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #222222; /* Grayscale (Legacy)/Gray 900 */
}

.sponsorPlanModal {
    margin-top: 22px;
    width: 100%;
}

.registerForLink {
    display: inline-flex;
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 36px;
    margin-left: 88px;
    color: #0069b4;
}

.textInfoBox {
    max-width: 1205px;
    min-width: 1024px;
    width: 100%;
    height: auto;
    margin: 18px auto 0 auto;
    padding: 15px;
    background-color: #e6f0f8;
}

.textInfoBoxThin {
    max-width: 1205px;
    min-width: 1024px;
    width: 100%;
    height: auto;
    margin: 18px auto 0 auto;
    padding: 8px 15px;
    background-color: #e6f0f8;
}

.formTable {
    table-layout: fixed;
    max-width: 1205px;
    min-width: 1024px;
    width: 100%;
    height: auto;
    margin: 48px auto 0 auto;
}

.errorMessages, .divErrorMessage, .resolveErrorText {
    max-width: 1205px;
    min-width: 1024px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    float: left;
    padding: 15px;
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-weight: bold;
    color: #d61d58 !important;
}

.errorMessagesList ul {
    list-style-type: none;
}

.errorMessagesList li:before {
    content: " - ";
    padding: 0 3px;
    width: 20px;
}

.resolveErrorText {
    margin-left: 0;
    padding-left: 0;
    min-width: initial;
    margin-top: -60px;
}

.errorMessageBox {
    width: 935px;
    height: auto;
    border: 1px solid #d61e58;
    background-color: rgba(214, 30, 88, 0.1);
    padding: 16px;
}

.errorMessageBoxClear {
    width: 100%;
    height: auto;
    font-family: "Whitney SSm Medium", sans-serif, arial;
    font-size: 16px;
    font-weight: 500;
    color: #d61e58;
    border: 1px solid #d61e58;
    background-color: transparent;
    padding: 16px;
    float: left;
}

.errorMessageBox p {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 16px;
    line-height: 24px;
    color: #d61e58;
}

    .errorMessageBox p b {
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        font-size: 16px;
        color: #d61e58;
    }

.textInfoContent {
    text-align: left;
    width: 935px;
}

.leftColLabel {
    width: 27%;
    font-family: "Whitney SSm Light", sans-serif, arial;
    font-size: 24px;
    vertical-align: top;
}

.rightColContent {
    width: 73%;
}

.formTable label, .formTable .label, td .label {
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 14px;
    float: left;
}

    .formTable label + select,
    .formTable label + input,
    .formTable .label + select,
    .formTable .label + input {
        font-family: "Whitney SSm Medium", sans-serif, arial;
        font-size: 14px;
        font-weight: 500;
        float: left;
        clear: left;
    }

.formTable .ChkBox {
    margin-left: 3px;
    margin-top: 10px;
    float: left;
}

    .formTable .ChkBox label {
        margin-left: 27px;
        float: left;
        margin-top: -17px;
    }

/* Reset Select */
.formSelectGroup select, .formTextInputGroup select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #2c3e50;
    background-image: none;
}
/* Custom Select */
.formSelectGroup {
    position: relative;
    display: block;
    width: 90px;
    height: auto;
    overflow: hidden;
    float: left;
    border-bottom: 1px solid #ddd;
}

    .formSelectGroup select, .formTextInputGroup select {
        position: relative;
        width: 100%;
        height: 35px;
        margin: 0;
        font-family: "Whitney SSm Medium", sans-serif, arial;
        font-size: 14px;
        font-weight: 500;
        line-height: 27px;
        background-color: white;
        padding: 5px 10px 5px 0;
        color: #222;
        cursor: pointer;
    }

        .formSelectGroup select::-ms-expand {
            display: none;
        }

    /* Arrow */
    .formSelectGroup:after {
        content: url('/images/icons/down-arrow-grey.svg');
        position: absolute;
        top: 23px;
        right: 0;
        height: 20px;
        width: 20px;
        background: white;
        pointer-events: none;
    }

    /* Transition */
    .formSelectGroup:hover::after {
        color: #f39c12;
    }

    .formSelectGroup::after {
        -webkit-transition: .25s all ease;
        -o-transition: .25s all ease;
        transition: .25s all ease;
    }

.formTextInputGroup {
    position: relative;
    width: 200px;
    height: auto;
    float: left;
    margin-left: 50px;
    background-color: white;
}

.reviewTextGroup {
    margin-left: 0;
    background-color: white;
}

.formTextInputGroup input, .formInvestChoice td input, .reviewTextField {
    width: 100%;
    height: auto;
    float: left;
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 16px;
    border: none;
    padding: 5px 10px 5px 0;
    margin-top: 8px;
    border-bottom: 1px solid #ddd;
}

.reviewTextField2 {
    width: 100%;
    height: 30px;
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 16px;
    font-weight: bold;
    border: none;
    padding: 5px 10px 5px 0;
    margin-top: 8px;
    border: none;
}

    .reviewTextField2 td:nth-of-type(1) {
        width: 50%;
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        font-size: 14px;
        vertical-align: center;
    }

    .reviewTextField2 td:nth-of-type(2) {
        padding-left: 20px;
        width: 50%;
    }

        .reviewTextField2 td:nth-of-type(2) .reviewTextField:after {
            content: ' %';
            top: 0;
            position: relative;
        }

.reviewTextField {
    border-bottom: none;
    padding: 0;
}

.formTextInputGroup input:focus {
    border-bottom: 2px solid #0069b4;
    outline: none;
    transition: 250ms border;
}

.middleInitial {
    width: 45px;
    margin-left: 24px;
}

.errorUnderline {
    float: left;
    width: 100%;
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 14px;
    color: #d61d58 !important;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: -1px;
    border-top: 2px solid #d61d58;
}

.formErrorBottomLine1 {
    margin-top: -20px;
}

.formErrorBottomLine2 {
    margin-top: -40px;
}

.reqBirthDate, .cusValRehireDate, .cusValRehireOrigHireDate {
    margin-top: -2px;
}

.cusValTermOrigHireDate, .cusValRehireOrigHireDate {
    display: none !important;
}

.reqEmploymentDate, .cusValEmploymentDate, .cusValTerminationDate, .mtneg25, .cusValBirthDate {
    margin-top: -2px;
}

.cusValEmploymentBirthDate, .mtneg26 {
    margin-top: -26px;
}

.mtneg29 {
    margin-top: -29px;
}

.RequiredFieldValidator6 {
    position: relative;
    top: 7px;
    height: 0;
    margin-top: -7px;
}

.reqValachLocation {
    position: relative;
    top: 7px;
    height: 0;
    margin-top: -7px;
}

.valSSN {
    width: 70%;
    margin-top: -21px;
}

.RequiredFieldValidator3 {
    width: 60%;
}

.firstName.formTextInputGroup {
    width: 180px;
}

.lastName, .w330ml24 {
    width: 330px;
    margin-left: 24px;
}

.w330ml0 {
    width: 330px;
    margin-left: 0;
}

.formSSN, .w400ml0 {
    width: 355px;
    margin-left: 0;
}

    .formSSN input {
        width: 60%;
    }

.nameSuffix {
    width: 90px;
    clear: left;
    margin-top: 40px;
    margin-left: 0;
}

.usaCitizenTableBox {
    width: 100px;
    height: 50px;
    float: left;
    clear: left;
    margin-top: 15px;
}

.rblUSA {
    width: 100%;
    height: 100%;
}

    .rblUSA label {
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        font-size: 16px;
        margin-top: 5px;
        float: left;
    }

    .rblUSA td {
        width: 50%;
        height: 100%;
    }

.addressBox {
    clear: left;
    float: left;
    margin-top: 40px;
}

.formTable input[type=radio] {
    border: 0;
    width: 30%;
    float: left;
    height: 2.5em;
}

.formRadioInputGroup2 input[type=radio] {
    border: 0;
    width: 4%;
    float: left;
    clear: left;
    height: 2.5em;
}

.formRadioInputGroup3 {
    clear: both;
    float: left;
}

    .formRadioInputGroup3 input[type=radio] {
        border: 0;
        width: 20px;
        float: left;
        clear: left;
        height: 2.5em;
    }

    .formRadioInputGroup3 input[type=checkbox] {
        border: 0;
        width: 20px;
        float: left;
        height: 2.5em;
    }

.formRadioInputGroup4 input[type=checkbox] {
    border: 0;
    width: 20px;
    float: left;
    clear: left;
    height: 2.5em;
}

.formRadioInputGroup3 textarea {
    float: left;
    clear: left;
    margin-left: 35px;
    height: 50px;
}

.radioButtonSpan {
    display: inline-block;
    float: left;
    clear: left;
    height: 30px;
}

    .radioButtonSpan label {
        margin-top: 2px;
    }

.formRadioInputGroup2 label {
    margin-top: 9px;
}

.formRadioInputGroup3 label {
    margin-left: 10px;
    margin-top: 9px;
}

.formRadioInputGroup4 label {
    margin-left: 10px;
    margin-top: 9px;
    font-family: "Whitney SSm Medium", sans-serif, arial;
    font-size: 16px;
}

    .formRadioInputGroup4 label a {
        font-size: 16px;
        font-weight: 400;
        font-family: "Whitney SSm Medium", arial, sans-serif;
        color: #0069b4;
        text-decoration: none;
    }

        .formRadioInputGroup4 label a:hover {
            text-decoration: underline;
            color: #2e84c2;
        }

li input[type=radio] {
    border: 0;
    width: 30px;
    float: left;
    height: 2.5em;
}

.radioButtonSpan input[type=radio] {
    border: 0;
    width: 30px;
    float: left;
    height: initial;
}

.formAddress1 {
    width: 335px;
    margin-left: 0;
}

.formAddress2, .formHireDate, .formTermDate {
    width: 335px;
    float: left;
    margin-left: 50px;
}

.formEmailAddress, .formBirthDate,
.formVestingDate, .formRehireDate,
.subCompanyCode, .formYearsService,
.formPayrollCycle, .formHoursWorked {
    width: 335px;
    clear: left;
    float: left;
    margin-left: 0;
    margin-top: 50px;
}

.formBirthDate, .formYearsService {
    margin-top: 0;
}

.formTermDate, .formVestingDate {
    margin-top: 50px;
}

.formCity {
    width: 335px;
    float: left;
    clear: left;
    margin-top: 50px;
    margin-left: 0;
}

.formStates {
    width: 250px;
    float: left;
    margin-top: 50px;
    margin-left: 24px;
    overflow: visible;
}

.formACH {
    width: 250px;
    float: left;
    margin-top: 40px;
    margin-left: 0;
    overflow: visible;
}

.formZIPCodeGroup {
    width: 175px;
    height: 73px;
    float: left;
    margin-top: 50px;
    margin-left: 24px;
    overflow: hidden;
}

.txtZipCode, .txtZipCode2 {
    width: 41% !important;
}

.errorZip {
    width: 89% !important;
}

.verifySSNButton {
    width: 104px;
    height: 30px;
    object-fit: contain;
    border: 1px solid #0069b4;
    border-radius: 2px;
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 12px;
    padding: 5px 10px;
    background-color: white;
    color: #0069b4;
    margin-left: 16px;
    margin-top: 8px;
    float: left;
    text-transform: uppercase;
}

.locationCode {
    width: 350px;
    margin-left: 24px;
}

.formVestingField {
    width: 300px;
    float: left;
    clear: left;
    margin-top: 40px;
    margin-left: 0;
}

    .formVestingField input {
        width: 75px;
        text-align: center;
    }

.percent {
    position: relative;
    float: left;
    top: 15px;
    font-family: "Whitney SSm Medium", sans-serif, arial;
    font-size: 16px;
    font-weight: 500;
}

img.ui-datepicker-trigger {
    display: none;
    position: absolute;
    top: 27px;
    right: 0;
    pointer-events: none;
}

#ucPlanReports_pnlReportPeriod img.ui-datepicker-trigger {
    display: inline;
    position: relative;
    top: 7px;
    right: 0;
    pointer-events: none;
}

.formTable img.ui-datepicker-trigger {
    display: block;
}

a.labelTooltip {
    position: relative;
    top: 7px;
    padding-left: 0;
}

.radioButtonSpan a.labelTooltip {
    position: relative;
    top: 6px;
    right: 3px;
}

a.labelTooltip img {
    width: 24px;
    height: 24px;
    padding: 3px;
}

.reviewText {
    clear: left;
    float: left;
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
    color: #222;
    margin-top: 40px;
}

.buttonBar {
    float: left;
    clear: left;
    width: 100%;
    height: 205px;
    text-align: right;
    padding: 50px 0 110px 0;
}

.newButton {
    height: 44px;
    border-radius: 2px;
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 24px;
    padding: 10px;
}

.newButton2 {
    /*height: 44px;*/
    border-radius: 2px;
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 24px;
    padding: 10px;
}

.primaryBtn {
    /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);*/
    border: 2px solid #0069b4;
    background-color: #0069b4;
    color: #fff;
}

    .primaryBtn:hover {
        background-color: #2e84c2;
        color: #fff;
    }

    .primaryBtn[disabled=disabled] {
        border: 2px solid #666;
        background-color: #666;
        color: #FFF;
    }

    .primaryBtn:hover[disabled=disabled] {
        border: 2px solid #666;
        background-color: #666;
        color: #FFF;
    }

.secondaryBtn {
    border: 2px solid #0069b4;
    background-color: #fff;
    color: #0069b4;
}

    .secondaryBtn:hover {
        border: 2px solid #2e84c2;
        background-color: #fff;
        color: #2e84c2;
    }

    .secondaryBtn[disabled=disabled] {
        border: 2px solid #666;
        background-color: #FFF;
        color: #666;
    }

    .secondaryBtn:hover[disabled=disabled] {
        border: 2px solid #666;
        background-color: #FFF;
        color: #666;
    }

.textCenter {
    text-align: center;
    padding: 10px;
}

.textRight {
    text-align: right;
    padding: 10px;
}

.cellAlignTop {
    vertical-align: top !important;
    padding-top: 10px;
}

.padding0 {
    padding: 0 !important;
}

.paddingLeft0 {
    padding-left: 0 !important;
}

.paddingLeft10 {
    padding-left: 10px !important;
}

.marginLeft0 {
    margin-left: 0 !important;
}

.marginRight24 {
    margin-right: 24px !important;
}

.marginTop0 {
    margin-top: 0 !important;
}

.marginTop5 {
    margin-top: 5px !important;
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginTop16 {
    margin-top: 16px !important;
}

.marginTop22 {
    margin-top: 22px !important;
}

.marginTop32 {
    margin-top: 32px !important;
}

.marginTop40 {
    margin-top: 40px !important;
}

.marginTop50 {
    margin-top: 50px !important;
}

.marginTop100 {
    margin-top: 100px;
}

.marginBottom100 {
    margin-bottom: 100px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.width20px {
    width: 20px;
}

.width335px {
    width: 335px;
}

.width935px {
    width: 935px;
}

.width30pc, .width30 {
    width: 30%;
}

.width40pc, .width40 {
    width: 40%;
}

.width50pc {
    width: 50%;
}

.width100pc {
    width: 100% !important;
}

.widthAuto {
    width: auto;
}

.minWidth0 {
    min-width: 0;
}

.lFloat {
    float: left;
}

.rFloat {
    float: right;
}

.bClear {
    clear: both;
}

.semiBold30px {
    font-family: "Whitney SSm Semibold", sans-serif, arial !important;
    font-size: 30px !important;
    color: #222 !important;
}

.semiBold18px {
    font-family: "Whitney SSm Semibold", sans-serif, arial !important;
    font-size: 18px !important;
    color: #222 !important;
}

p.semiBold18pxLink a {
    font-family: "Whitney SSm Semibold", sans-serif, arial !important;
    font-size: 18px !important;
    color: #0069b4 !important;
}

.semiBold16px {
    font-family: "Whitney SSm Semibold", sans-serif, arial !important;
    font-size: 16px !important;
    color: #222 !important;
}

.semiBold14px {
    font-family: "Whitney SSm Semibold", sans-serif, arial !important;
    font-size: 14px !important;
    color: #222 !important;
}

.formInvestChoice {
    table-layout: fixed;
    float: left;
    margin-top: 20px;
    background-color: #fff;
    border: none;
}

    .formInvestChoice td input {
        width: 60px;
        height: auto;
        float: left;
        font-family: "Whitney SSm", sans-serif, arial;
        font-size: 16px;
        border: none;
        outline: none;
        padding: 5px 10px 5px 0;
        margin-top: 8px;
        border-bottom: 1px solid #ddd;
    }

    .formInvestChoice input:focus {
        border-bottom: 2px solid #0069b4;
        outline: none;
        transition: 250ms border;
    }

.reviewDataRow {
    height: 45px;
}

    .reviewDataRow td {
        width: 50%;
        border-bottom: 1px solid #ddd;
        padding-bottom: 16px;
        vertical-align: bottom;
    }

.distReviewDataRow {
    height: 45px;
}

    .distReviewDataRow td {
        border-bottom: 1px solid #ddd;
        padding-bottom: 16px !important;
        vertical-align: bottom;
    }

.dgFundsRow {
    height: 45px;
}

    .dgFundsRow td:nth-of-type(1) {
        width: 70%;
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        font-size: 14px;
        float: left;
        padding-top: 20px;
        padding-left: 20px;
    }

    .dgFundsRow td:nth-of-type(2) {
        width: 30%;
        padding-left: 20px;
    }

        .dgFundsRow td:nth-of-type(2) input {
            text-align: center;
        }

    .dgFundsRow .errorUnderline {
        width: 175px;
        float: left;
        clear: left;
    }

.dgFundsReviewRow {
    height: 45px;
}

    .dgFundsReviewRow td:nth-of-type(1) {
        width: 50%;
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        font-size: 14px;
        padding-top: 20px;
        padding-left: 20px;
    }

    .dgFundsReviewRow td:nth-of-type(2) {
        width: 50%;
        padding-left: 45px;
        font-family: "Whitney SSm", sans-serif, arial;
        font-size: 16px;
    }

.formTable .dataGridTotal {
    background-color: #FFF;
    padding: 3px 3px 3px 3px;
    border-bottom: solid 1px #CCCCCC;
}

.formTable .dataGridFooterNoButton td,
.dataGridFooterNoButton2 td {
    color: #222;
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 16px;
    background-color: #FFF;
    padding: 3px 3px 3px 3px;
    border-bottom: solid 1px #CCCCCC;
}

    .formTable .dataGridFooterNoButton td:nth-of-type(1),
    .dataGridFooterNoButton2 td:nth-of-type(1) {
        width: 70%;
        padding: 3px 3px 3px 20px;
        border-top: solid 1px #CCCCCC;
        border-bottom: none;
        text-transform: uppercase;
    }

    .formTable .dataGridFooterNoButton td:nth-of-type(2),
    .dataGridFooterNoButton2 td:nth-of-type(2) {
        width: 30%;
        background-color: #FFF;
        padding: 3px 3px 3px 20px;
        border-top: solid 1px #CCCCCC;
        border-bottom: none;
    }

/*.dataGridFooterNoButton2 td:nth-of-type(2):after {*/
/*content: " %";*/
/*}*/

.dataGridFooterNoButton2 {
    height: 45px;
    border-top: 2px solid #222;
    padding-top: 16px;
}

.formTable .dataGridHeader,
.formTable .dataReviewGridHeader,
.formTable .reportListGridHeader,
.formTable .partInfoListGridHeader {
    background-color: #007c86;
    color: white;
    height: 25px;
    text-transform: uppercase;
}

    .formTable .dataGridHeader td:nth-of-type(1),
    .dataReviewGridHeader td:nth-of-type(1),
    .reportListGridHeader td,
    .partInfoListGridHeader td {
        color: #fff;
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        font-size: 12px;
        padding: 3px 15px;
        border-top: none;
        border-bottom: none;
    }

        .partInfoListGridHeader td a {
            color: #fff;
            font-family: "Whitney SSm Semibold", sans-serif, arial;
            font-size: 12px;
            margin-top: -2px;
        }

.partInfoListGridHeader td {
    padding-bottom: 5px;
}

.formTable .dataGridHeader td:nth-of-type(2),
.dataReviewGridHeader td:nth-of-type(2),
.planDetailTable .dataGridHeader td {
    color: #fff;
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 12px;
    padding: 3px 16px;
    border-top: none;
    border-bottom: none;
}

.formTable .dataGridHeader td:nth-of-type(1) {
    width: 70%;
}

.formTable .dataGridHeader td:nth-of-type(2) {
    width: 30%;
}

.dataReviewGridHeader td:nth-of-type(1) {
    width: 50%;
}

.dataReviewGridHeader td:nth-of-type(2) {
    width: 50%;
}

.formTable .planDetailTable {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

    .formTable .planDetailTable tr {
        height: 40px;
    }

        .formTable .planDetailTable tr:last-child td {
            color: #222;
            font-family: "Whitney SSm Bold", sans-serif, arial !important;
            font-size: 16px !important;
        }

        .formTable .planDetailTable tr:not(.dataGridHeader) {
            background-color: transparent;
        }

        .formTable .planDetailTable tr.fpAssetRow td {
            border: none;
            padding: 3px 16px;
        }

        .formTable .planDetailTable tr:not(.fpAssetRow) td {
            border: none;
            border-bottom: 1px solid #ddd;
        }

        .formTable .planDetailTable tr.fpAssetRow {
            background-color: #E5F1F2;
        }

            .formTable .planDetailTable tr.fpAssetRow td {
                font-family: "Whitney SSm Medium", sans-serif, arial;
                font-size: 16px;
                color: #222;
                background-color: #E5F1F2;
                font-weight: 500;
            }

                .formTable .planDetailTable tr.fpAssetRow td:nth-child(n+2):nth-child(-n+5) {
                    font-size: 14px;
                }

        .formTable .planDetailTable tr.dataGridHeader td:nth-child(1) {
            width: 44%;
        }

        .formTable .planDetailTable tr.dataGridRow td:nth-child(1) {
            padding: 11px 16px;
        }

            .formTable .planDetailTable tr.dataGridRow td:nth-child(1) a {
                font-family: "Whitney SSm Semibold", sans-serif, arial;
                font-size: 14px;
                text-decoration: none;
                cursor: pointer;
                color: #406a9c;
            }

                .formTable .planDetailTable tr.dataGridRow td:nth-child(1) a img {
                    margin-left: 10px;
                }

        .formTable .planDetailTable tr.dataGridHeader td:nth-child(n+2):nth-child(-n+5) {
            width: 14%;
        }

        .formTable .planDetailTable tr.dataGridRow td:nth-child(n+2):nth-child(-n+5) {
            font-family: "Whitney SSm", sans-serif, arial;
            font-size: 14px;
            color: #222;
            padding: 11px 16px;
        }

.formInvestChoice input.txtTotalPct, .formInvestChoice input.txtTotalPct:hover {
    color: #222;
    font-family: "Whitney SSm Bold", sans-serif, arial;
    font-size: 16px;
    background-color: #FFF;
    padding: 3px 3px 3px 3px;
    border: none;
    text-align: center;
}

.tblToolTip {
    background-color: #fff;
    padding: 16px;
    border-radius: 2px;
    border: none;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
}

.divToolTip {
    width: 300px !important;
    left: -9999px;
}

.tblToolTip p,
.tblToolTip ul li {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 14px;
    line-height: 22px;
}

label.uploadFileButton {
    width: 83px;
    height: 30px;
    padding: 7px 10px;
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #0069b4;
    border-radius: 2px;
    color: #0069b4;
    float: left;
    clear: left;
    margin-top: 10px;
}

.fileSelectedText {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #666666;
    float: left;
    margin-left: 10px;
    margin-top: 17px;
}

.forfeitureText {
    position: relative;
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #666666;
    float: left;
}

.fieldWithDollarWrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
}

.dollarSign {
    position: absolute;
    top: 13px;
    left: 3px;
    height: auto;
    float: left;
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 16px;
    border: none;
    color: #888888;
}

input.textInputWithDollar {
    padding: 5px 15px;
}

ul.depositMethodList {
    position: relative;
    float: left;
    clear: left;
    width: 600px;
    height: auto;
}

    ul.depositMethodList li {
        float: left;
        clear: left;
        height: 50px;
    }

        ul.depositMethodList li span {
            display: inline-block;
            margin-top: 5px;
        }

        ul.depositMethodList li label {
            position: relative;
            font-family: "Whitney SSm", sans-serif, arial;
            font-size: 16px;
        }

.scheduleFutureDate {
    position: relative;
    width: 165px;
    height: 30px;
    margin: -10px 0 0 15px !important;
}

    .scheduleFutureDate img.ui-datepicker-trigger {
        position: absolute;
        top: 11px;
        left: 142px;
        pointer-events: none;
    }

.pageDescription {
    display: inline-block;
    font-family: "Whitney SSm Light", sans-serif, arial;
    font-size: 24px;
}

.validateTopTable {
    width: 935px;
}

.validateTopData strong {
    display: inline-block;
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 400;
    padding-bottom: 10px;
}

.validateTable {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

    .validateTable strong {
        font-family: "Whitney SSm Semibold", sans-serif, arial !important;
        font-size: 16px;
        margin-top: 10px;
        text-transform: uppercase;
    }

    .validateTable th, .validateTable td, .validateMessage {
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        font-size: 14px;
        color: black;
        margin: 0;
        padding: 5px;
        text-align: left;
        position: relative;
        left: -458px;
    }

    .validateTable th {
        font-size: 12px;
        color: white;
    }

        .validateTable th:first-of-type, .validateTable td:first-of-type {
            position: relative;
            left: 105px;
            text-align: right;
        }

    .validateTable td:first-of-type {
        font-family: "Whitney SSm Light", sans-serif, arial;
        text-align: right;
    }

    .validateTable td {
        width: 50%;
    }

    .validateTable tr:nth-child(10) {
        height: 75px;
        vertical-align: top;
    }

    .validateTable tr:nth-child(9) {
        height: 45px;
        border-bottom: 2px solid #222;
    }

    .validateTable tr:nth-child(n+2):nth-child(-n+8) {
        height: 45px;
        border-bottom: 1px solid #ddd;
    }

    .validateTable tr:first-of-type {
        height: 25px;
        background-color: #007c85;
        text-transform: uppercase;
    }

td.validateErrorMessage {
    position: initial !important;
    text-align: left !important;
    padding: 15px;
    font-family: "Whitney SSm", sans-serif, arial !important;
    font-size: 16px;
    border: 1px solid #DC4C79;
    background-color: #FAE8EE;
    color: #d61e58;
}

    td.validateErrorMessage table {
        width: 100%;
        text-transform: uppercase;
    }

        td.validateErrorMessage table tr:first-of-type {
            height: 40px;
            background-color: #d61e58;
            padding-left: 20px;
        }

.validateTable td.validateErrorMessage table tr td {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    text-align: left;
    position: unset;
    width: 25%;
    padding: 0 20px;
    left: unset;
    border-bottom: 1px solid #ddd;
}

td.validateErrorMessage table tr:first-of-type td {
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    border-bottom: none;
}

.validateTable td.validateErrorMessage table tr {
    height: 40px !important;
    border-bottom: none;
}

    .validateTable td.validateErrorMessage table tr th {
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        font-size: 12px;
        color: #222;
        text-transform: uppercase;
        text-align: left;
        width: 25%;
        padding: 0 20px;
        position: unset;
        left: unset;
    }

        .validateTable td.validateErrorMessage table tr th:first-of-type {
            position: unset;
            left: unset;
        }

    .validateTable td.validateErrorMessage table tr:nth-child(n+2) {
        background-color: #EEEEEE;
        border-bottom: 1px solid #ddd;
    }

    .validateTable td.validateErrorMessage table tr:nth-child(n+3):nth-child(-n+8) {
        background-color: #FFFFFF;
        border-bottom: 1px solid #ddd;
    }

.formTable td.jrb > strong {
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 18px;
}

.formTable td.jrb {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 16px;
    text-decoration: none;
    line-height: 24px;
    color: #222;
}

td.validateErrorMessage h4 {
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    text-align: left !important;
    font-size: 16px;
    color: #d61e58;
}

td.validateInfoMessage {
    position: initial !important;
    text-align: left !important;
    padding: 15px;
    font-family: "Whitney SSm", sans-serif, arial !important;
    font-size: 16px;
    border: 1px solid #2fadae;
    background-color: #EFFAFA;
    color: #222222;
}

    td.validateInfoMessage h4 {
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        text-align: left !important;
        font-size: 16px;
        color: #222222;
    }

.validateBackBtn {
    margin-top: 50px;
    margin-bottom: 50px;
    float: right;
    /*position: relative;*/
    /*left: -100px;*/
}

.confirmMsgValues {
    max-width: 935px;
    padding: 15px;
    font-family: "Whitney SSm", sans-serif, arial !important;
    font-size: 16px;
    line-height: 1.5;
}

    .confirmMsgValues ul {
        margin-left: 20px;
    }

.toleranceBox {
    width: 650px;
    height: auto;
    margin-left: 20px;
    position: absolute;
    top: 0;
    /*bottom: 15%;*/
    z-index: 1020;
    background-color: white;
    display: none;
}

    .toleranceBox table {
        width: 100%;
        margin-top: 15px;
        float: left;
        border-collapse: collapse;
        border-spacing: 0;
    }

        .toleranceBox table tr {
            height: 34px;
        }

        .toleranceBox table td {
            font-family: "Whitney SSm", sans-serif, arial;
            color: #222;
            font-size: 14px;
        }

tr.toleranceTableHead td {
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    color: #222;
    font-size: 14px;
    background-color: #f4f4f4;
}

.toleranceBox a {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 14px;
    color: #0069b4;
    text-decoration: none;
}

.toleranceBody, .removalBody {
    padding: 20px 32px 32px 32px;
    float: left;
}

.toleranceContent, .toleranceErrors {
    height: auto;
    margin: 0;
    background: none;
    float: left;
    clear: left;
}

    .toleranceContent p, .toleranceErrors p, .removalBody p {
        height: auto;
        float: left;
        clear: left;
        margin-top: 16px;
    }

    .toleranceErrors p, .removalBody p {
        font-family: "Whitney SSm", sans-serif, arial;
        color: #d61e58;
        font-size: 14px;
        line-height: 20px;
        clear: both;
        float: left;
        margin-top: 10px;
    }

.removalBody p {
    color: #222;
}

.toleranceErrors ul {
    font-family: "Whitney SSm", sans-serif, arial;
    color: #d61e58;
    font-size: 14px;
    line-height: 20px;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0 !important;
    list-style: none;
}

.toleranceErrors img {
    float: left;
}

.toleranceErrorHead, .toleranceContractId, .editModalHead {
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    color: #d61e58;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    float: left;
    margin-left: 16px;
    margin-top: 2px;
}

.editModalHead {
    margin-left: 0;
    color: #222;
}

.toleranceContractId {
    font-size: 14px;
    color: #222;
    margin-left: 0;
}

.toleranceButtons {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    float: left;
    margin-top: 20px;
}

.toleranceUpdateDetailsHead {
    width: 100%;
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    color: #222;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 16px;
}

.validationResultsTable {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    border-collapse: collapse;
}

    .validationResultsTable td {
        height: 40px;
    }

    .validationResultsTable tr.validateHeaderRow th {
        height: 40px;
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        font-size: 12px;
        color: white;
        text-transform: uppercase;
        background-color: #d61e58;
        padding-left: 20px;
    }

    .validationResultsTable td {
        font-family: "Whitney SSm", sans-serif, arial;
        color: #222;
        font-size: 14px;
        line-height: 20px;
    }

        .validationResultsTable td p {
            cursor: pointer;
        }

.modal-backdrop {
    /*background-color: rgb(0,0,0);*/
    opacity: .4;
}

.headerRow {
    background-color: #f4f4f4;
}

    .headerRow td {
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        color: #222;
        font-size: 14px;
    }

.editableModalBox {
    padding: 32px;
    align-self: center;
    word-wrap: break-word;
}

.editableModalMessage {
    font-family: "Whitney SSm", sans-serif, arial;
    color: #222;
    font-size: 14px;
    float: left;
    clear: left;
    margin: 30px 0;
}

.scrollWrapperNew {
    height: 450px;
    width: 650px;
    overflow: scroll;
    margin: 10px 10px 10px 0;
}

.editErrorData {
    border-collapse: collapse;
}

    .editErrorData td {
        font-family: "Whitney SSm", sans-serif, arial;
        color: #222;
        font-size: 14px;
        background-color: #F4F4F4;
    }

        .editErrorData td input {
            font-family: "Whitney SSm", sans-serif, arial;
            color: #222;
            font-size: 14px;
            height: 25px;
        }

        .editErrorData td.tableHead {
            font-family: "Whitney SSm Semibold", sans-serif, arial;
        }

.modalFooterNew {
    padding: 0 10px 0 0;
    line-height: 60px;
    margin-right: 40px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dataTablesPaginateNew {
    margin: 10px 0;
    /*width: 49%;*/
}

    .dataTablesPaginateNew button,
    .dataTablesPaginateNew td > a,
    .dataTablesPaginateNew td > span {
        font-family: "Whitney SSm Medium", sans-serif, arial;
        color: #222;
        font-size: 14px;
        font-weight: 500;
        padding: 6px 10px;
        background: none;
        margin-left: 6px;
        border: 1px solid transparent;
        text-decoration: none;
    }

    .dataTablesPaginateNew td.active button,
    .dataTablesPaginateNew td span.active {
        font-family: "Whitney SSm Medium", sans-serif, arial;
        color: #f9f9f9;
        font-size: 14px;
        font-weight: 500;
        background-color: #474b4e;
        /*border: 1px solid #222;*/
    }

    .dataTablesPaginateNew td:not(.disableLink):not(.active) button:hover,
    .dataTablesPaginateNew td span:not(.active):hover,
    .dataTablesPaginateNew td a:not([disabled="disabled"]):not(.active):hover {
        font-family: "Whitney SSm Medium", sans-serif, arial;
        background-color: #eee;
        cursor: pointer;
        font-weight: 500;
        /*border: 1px solid #555;*/
    }

.dataTablesButtonRowNew {
    /*width: 49%;*/
}

.dataTableBottomBar {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.cancelModalBox {
    width: 650px;
    height: 200px;
    border-radius: 0;
}

    .cancelModalBox .modalBody {
        padding: 32px;
        width: 100%;
        height: auto;
        text-align: center;
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        color: #222;
        font-size: 18px;
    }

.modalFooter {
    padding: 32px;
    height: 110px;
}

.uploadAgreementTable {
    width: 990px;
    height: auto;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
    float: left;
}

    .uploadAgreementTable tbody tr:nth-of-type(2) td {
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        font-size: 12px;
        background-color: #f4f4f4;
        color: #222;
        text-transform: uppercase;
    }

    .uploadAgreementTable th {
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        font-size: 12px;
        background-color: #666666;
        color: #fff;
        text-align: left;
        text-transform: uppercase;
    }

    .uploadAgreementTable .uploadAgreeLeftCol {
        width: 75%;
        height: 35px;
    }

    .uploadAgreementTable .uploadAgreeRightCol {
        width: 25%;
        height: 35px;
        text-align: center;
    }

    .uploadAgreementTable td,
    .uploadAgreementTable td p,
    .uploadAgreementTable td a,
    .reportGridRow td a {
        font-family: "Whitney SSm", sans-serif, arial;
        font-size: 14px;
        line-height: 24px;
        text-decoration: none;
    }

td.uploadAgreeRightCol a:hover {
    text-decoration: underline;
}

.uploadReviewTable {
    width: 935px;
    min-width: 935px;
    border-spacing: 0;
    border-collapse: collapse;
}

.reportTable, .reportFormTable {
    width: 935px;
    min-width: 935px;
    border-spacing: 0;
    border-collapse: collapse;
    float: left;
}

.uploadReviewSectionHeaderRow {
    height: 75px;
}

    .uploadReviewSectionHeaderRow td {
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        font-size: 18px;
        line-height: 22px;
        padding-top: 26px;
    }

.uploadReviewSectionRow td:first-of-type {
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    width: 35%;
}

.uploadReviewSectionRow {
    height: 45px;
}

    .uploadReviewSectionRow td:last-of-type {
        font-family: "Whitney SSm", sans-serif, arial;
        font-size: 16px;
        border-bottom: 1px solid #ddd;
        width: 65%;
    }

    .uploadReviewSectionRow td.uploadReviewLabel:first-of-type {
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        font-size: 14px;
        border-bottom: none;
        column-width: 35%;
        border-top: 2px solid #222;
        text-transform: uppercase;
    }

    .uploadReviewSectionRow td.uploadReviewLabel:last-of-type {
        font-family: "Whitney SSm Semibold", sans-serif, arial;
        font-size: 16px;
        border-bottom: none;
        column-width: 65%;
        border-top: 2px solid #222;
    }

.redD61E58 {
    color: #d61e58 !important;
}

tr.noUnderLine {
    height: 35px;
}

    tr.noUnderLine td {
        border-bottom: none !important;
    }

.reportTailNotice {
    font-family: "Whitney SSm", sans-serif, arial;
    color: #222;
    font-size: 12px;
}

    .reportTailNotice a, .reportGridRow td a {
        color: #0069b4;
        text-decoration: none;
        font-family: "Whitney SSm", sans-serif, arial;
        font-size: 12px;
    }

.reportListWrapper, .reportListGrid, .partInfoListGrid {
    width: 100%;
}

.reportListGrid, .partInfoListGrid {
    border-collapse: collapse;
    border-bottom: 1px solid #ddd;
}

.reportListWrapper .reportListGridHeader td {
    border: 0;
}

.reportListGrid .reportGridRow td,
.partInfoListGrid .reportGridRow td,
.distReviewDataRow td {
    height: 45px;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 14px;
    padding: 3px 15px;
}

.noBottomBorder,
.noBottomBorder > td {
    border-bottom: none !important;
}

.reportGridRow.grpItems {
    border-bottom: 3px solid #dddddd;
}

    .reportGridRow.grpItems > td:first-of-type {
        padding: 0 0 0 24px;
    }

.partInfoListGrid input[type=radio] {
    border: 0;
    width: 55%;
    float: left;
    height: 2.5em;
}

.formTable .reportFormTable select {
    width: 100%;
    height: 210px;
    float: left;
    clear: left;
    padding: 8px;
    border: 1px solid #ddd;
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 14px;
}

.reportFormTable select option, .book14px222 {
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 14px;
    color: #222;
}

.partInfoGotoPage {
    float: left;
    clear: left;
    font-family: "Whitney SSm Medium", sans-serif, arial;
    font-size: 14px;
    font-weight: 500;
}

.partInfoPagination {
    float: right;
}

.symbolsKey, .symbolsKey img, .symbolsKey span {
    float: left;
}

    .symbolsKey img {
        clear: left;
        margin-top: 10px;
    }

    .symbolsKey span {
        margin-left: 12px;
        margin-top: 10px;
    }

.messageMenu {
    width: 797px;
    height: 45px;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

    .messageMenu li {
        float: left;
        height: 45px;
        border-bottom: 3px solid #ddd;
    }

        .messageMenu li a {
            font-family: "Whitney SSm", sans-serif, arial;
            font-size: 14px;
            line-height: 45px;
            color: #222;
            padding: 12px 30px;
            text-decoration: none;
        }

        .messageMenu li:hover {
            background-color: #f9f9f9;
            border-bottom: 3px solid #ddd;
        }

.pageInbox .menuInbox,
.pageCreate .menuCreate,
.pageUnread .menuUnread,
.pageFlagged .menuFlagged,
.pageSent .menuSent,
.pageSaved .menuSaved,
.pageDeleted .menuDeleted {
    background-color: #f9f9f9;
    border-bottom: 3px solid #0069b4;
}

    .pageInbox .menuInbox a,
    .pageCreate .menuCreate a,
    .pageUnread .menuUnread a,
    .pageFlagged .menuFlagged a,
    .pageSent .menuSent a,
    .pageSaved .menuSaved a,
    .pageDeleted .menuDeleted a {
        font-family: "Whitney SSm Semibold", sans-serif, arial;
    }


/*.formTable .dataGridTitle,*/
/*.formTable .dataGridTitle td,*/
/*.formTable .dataGridTitle span*/
/*{*/
/*background-image: url(/Images/Icons/arrow-link.svg);*/
/*background-position: 0px 3px;*/
/*background-repeat: no-repeat;*/
/*padding-left: 15px;*/
/*color: #0069b4;*/
/*font-family: "Whitney SSm Semibold", sans-serif, arial;*/
/*font-size: 18px;*/
/*color: #222;*/
/*}*/

.formTable tr.reportGridTitle {
    height: 45px;
}

    .formTable tr.reportGridTitle:hover {
        background-color: #f9f9f9;
        cursor: pointer;
    }

.formTable .reportGridTitle > td {
    background-image: url(/Images/Icons/arrow-link.svg);
    background-position: 0px 13px;
    background-repeat: no-repeat;
    padding-left: 35px;
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 18px;
    color: #222;
}

.fpReportAssetRow,
.fpReportAssetRow > td {
    height: 40px;
    padding: 0 0 0 24px;
    background-color: #007c85;
    color: #FFFFFF;
    font-family: "Whitney SSm Semibold", sans-serif, arial;
    font-size: 12px;
    text-transform: uppercase;
}

.fpReportSubAssetRow,
.fpReportSubAssetRow > td {
    /*padding: 3px 0px 3px 0px;*/
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
    font: arial normal 7pt;
}

.feedbackText {
    font-family: "Whitney SSm Semibold";
    font-size: 16px;
    color: white;
    transform: rotate(-90deg);
    margin-top: 59px;
    margin-left: 5px;
}

.feedbackTabLine {
    border-top: 1px solid white;
    width: 65%;
    margin-left: 7px;
    margin-top: 18px;
}

.feedbackHeader {
    font-family: Gobold;
    font-size: 32px;
    color: white;
    text-transform: uppercase;
    margin-left: 30px;
    margin-top: 30px;
    float: left;
}

.navPlanContractInfo {
    background-color: #f4f4f4;
    padding: 8px;
    line-height: 20px;
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 14px;
    color: #222;
}

.smallH1 {
    font-size: 32px;
}

.formTable .CalendarYearSelectGroup {
    position: relative;
    display: block;
    width: 300px !important;
    height: auto;
    overflow: hidden;
    float: left;
    border-bottom: 0px solid #ddd;
}

    .formTable .CalendarYearSelectGroup select {
        width: 100% !important;
        height: 38px !important;
        float: left !important;
        clear: left !important;
        padding: 8px !important;
        border: 1px solid #ddd;
        font-family: "Whitney SSm", sans-serif, arial !important;
        font-size: 14px !important;
        border: 0px;
        outline: 0px;
        border-bottom: 1px solid #ddd !important;
    }

.CalendaroYearSelectGroup .errorUnderline {
    float: left;
    width: 100%;
    font-family: "Whitney SSm", sans-serif, arial;
    font-size: 14px;
    color: #d61d58 !important;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0px;
    border-top: 2px solid #d61d58 !important;
}

.dialog {
    font-size: x-small;
}

    .dialog table {
        padding-bottom: 10px;
        border-spacing: 0px;
    }

        .dialog table > thead > tr > th {
            padding: 1px 5px 1px 5px;
            border-bottom: 1px solid #999999;
        }

        .dialog table > tbody > tr > td {
            text-align: right;
            padding: 1px 10px 1px 10px;
            border-bottom: 1px solid #ddd;
        }

.sofCSS {
    font-family: Arial;
    width: 1116px;
    height: 120px;
    top: 563px;
    left: 131px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

.sofTableCSS {
    width: 1167px;
    height: 578px;
    top: 674px;
    left: 106px;
    border-radius: 2px;
}

.sofH2 {
    height: 31px;
    top: 42px;
    left: 24px;
    width: 660px;
    padding-right: 32px;
    gap: 4px;
    font-family: Forever Forma Heading;
    font-weight: 400;
    font-size: 26px;
    line-height: 120;
    letter-spacing: 0px;
}

.SOFHeaderTxt {
    font-family: Forever Forma Heading;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    color: #222222 !important;
}

.service-only-funds {
    font-family: Forever Forma Body Text !important;
    font-weight: 700 !important;
    font-style: Bold;
    font-size: 20px !important;
    leading-trim: NONE;
    line-height: 150% !important;
    letter-spacing: 0px !important;
    color: #222222 !important;
}

.sofHeaderRow {
    font-family: Forever Forma Variable, sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    color: #281805 !important;
}

.btns_AMA {
    height: 25px !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-width: 1px !important;
    background: #41A0D3;
}

.service-stoppage-fund {
    font-family: Forever Forma Body Text !important;
    font-weight: 700 !important;
    font-style: Bold;
    font-size: 20px !important;
    leading-trim: NONE;
    line-height: 150% !important;
    letter-spacing: 0px;
    color: #222222 !important;
}

.txtTickerCss {
    width: 200px;
    height: 48px;
    border: 2px solid #000; /* Replace with actual border color if needed */
    padding: 12px 14px;
    gap: 8px;
    background-color: #FFFFFF; /* Inputs/Bg_Default */
    box-sizing: border-box;
    font-family: Forever Forma Body Text;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    color: #281805 !important;
    line-height: 150%;
    letter-spacing: 0px;
}

.txtFundNameCss {
    width: 390px;
    height: 48px;
    border: 2px solid #000; /* Replace with desired border color */
    padding: 12px 14px;
    gap: 8px;
    background-color: #FFFFFF; /* Inputs/Bg_Default */
    box-sizing: border-box;
    font-family: Forever Forma Body Text;
    font-weight: 400;
    font-style: italic;
    color: #281805 !important;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
}

.ddlMapToCss {
    width: 420px;
    height: 48px;
    border: 2px solid #000; /* Adjust color if needed */
    padding: 12px 45px 12px 14px; /* Increased right padding for larger arrow */
    gap: 8px;
    background-color: #FFFFFF; /* Inputs/Bg_Default */
    box-sizing: border-box;
    font-family: Forever Forma Body Text;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    /* Custom dropdown arrow with your SVG */
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6479_1475)"><path d="M2.34582 9.01544L3.76507 7.59619L11.9996 15.8307L20.2341 7.59619L21.6533 9.01544L11.9996 18.6692L2.34582 9.01544Z" fill="%23281805"/></g><defs><clipPath id="clip0_6479_1475"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 24px 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.spnSm_SpPage {
    font-family: Arial;
    font-weight: 400 !important;
    font-style: Italic !important;
    font-size: 14px !important;
    leading-trim: NONE;
    line-height: 20px !important;
    letter-spacing: 0px;
}

.managed-advice {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    color: #222222; /* Grayscale (Legacy)/Gray 900 */
}

.review-Table1 {
    width: 1148px;
    height: 57px;
    /*position: absolute;*/
    top: 763px;
    left: 131px;
    background-color: #C7C7C7; /* Gray 700 approximation */
    border: 1px solid #C7C7C7;
}

.review-Table2 * {
    width: 1148px;
    height: 40px;
    top: 891px;
    left: 131px;
    background-color: #C7C7C7; /* Grayscale (Legacy) Gray700 */
    border: none !important;
}

.reviewtbl-td1-txt {
    font-family: Whitney SSm !important;
    font-weight: 325 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0px !important;
    /*background-color:#d9d9d9;*/
    padding: 22px !important;
    color: #474B4E !important;
}

.reviewtbl-td2-txt {
    font-family: Whitney SSm !important;    
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0px;
    /*color: #474B4E !important;*/
}
    .reviewtbl-td2-txt span {
        color: #474B4E;
        font-weight: 600 !important;
    }        

    .review-Table3 {
        width: 1148px;
        height: 189px;
        top: 1079px;
        left: 131px;
        background-color: #EBEBEB; /* #000000 at 20% opacity */
        border: 1px solid #C7C7C7;
    }

.rvtbl2-heading {
    font-family: Whitney SSm !important;
    font-weight: 400 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-ddlEffectiveDate: 20px !important;
    letter-spacing: 0px;
}

.rvwEffectiveDate {
    font-family: Forever Forma Variable;
    font-weight: 500;
    font-style: Body Text Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    color: #281805 !important
}

.effective-date-text {
    width: 1096px;
    height: 44px;
    top: 1104px;
    left: 131px;
    font-family: 'Whitney SSm', sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0px;
    background-color: #EBEBEB !important;
    color: #C7C7C7; /* Grayscale (Legacy) Gray 700 */
}

.review-Remove {
    width: 1148px;
    height: 49px;
    top: 1335px;
    left: 131px;
    background-color: #EBEBEB;
    border: 1px solid #C7C7C7;
}

.investment-table {
    width: 1148px;
    height: 57px;
    top: 763px;
    left: 131px;
    border: 1px solid #C7C7C7;
    background-color: #EBEBEB !important;
    font-family: 'Whitney SSm';
    font-weight: 325 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0px;
}

.section-table {
    width: 1148px;
    height: 68px;
    top: 1636px;
    left: 131px;
    border: 1px solid #C7C7C7 !important;
    background-color: #C7C7C7 !important;
}

.ddlEffectiveDate {
    border-width: 2px !important;
    padding-top: 12px;
    padding-right: 14px;
    padding-bottom: 12px;
    padding-left: 14px;
    gap: 8px;
    border: solid 2px !important;
    margin-top: -15px;
    background: var(--Inputs-Bg_Default, #FFFFFF);
    font-family: Forever Forma Body Text !important;
    font-weight: 400 !important;
    font-style: Regular;
    font-size: 16px !important;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    color: #281805 !important
}


.QDIA {
    width: 1148px !important;
    height: 36px !important;
    top: 560px !important;
    left: 129px !important;
}

    .QDIA span {
        font-family: Arial;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
    }

    .QDIA a {
        font-family: Arial;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
        text-decoration: underline;
        text-decoration-style: solid;
        text-decoration-offset: 0%;
        text-decoration-thickness: 0%;
        color: var(--color-Blue-Blue-450, #0061F4);
    }

.QDIA-Table {
    font-family: Whitney SSm;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

.QDIA-header {
    display: inline-block;
    width: 278px !important;
    height: 20px !important;
    top: 627px !important;
    left: 163px !important;
}

.QDIA-header1 {
    display: inline-block;
    width: 278px;
    height: 20px;
    top: 627px;
    left: 163px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 5px;
    font-family: Arial, sans-serif;
}
/* .QDIA-header span {
        font-family: Whitney SSm;
        font-weight: 375;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
        background: #FFFFFF;
    }*/
.QDIA-content {
    width: 1148px !important;
    height: 155px !important;
    top: 654px;
    left: 131px;
    border-width: 1px;
}
/*.QDIA-content span {
        font-family: Whitney SSm;
        font-weight: 350;
        font-style: italic;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        background: #474B4E;
    }
    .QDIA-content td {
        width: 702px;
        height: 40px;
        top: 667px;
        left: 148px;
    }*/
.AMAAdvance {
    top: 580px;
    left: 131px;
}

    .AMAAdvance span {
        font-family: Arial;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
    }

.AMAAdvanceLink {
    width: 1180px;
    height: 54px;
    top: 649px;
    left: 131px;
}

    .AMAAdvanceLink span a {
        font-family: Arial;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        text-decoration: none;
    }

.AMAAdvanceText {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

.dvAMA_GetStarted {
    width: 1096px;
    height: 36px;
    top: 570px;
    left: 131px;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
}

.spnSM {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold Italic;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.spnSM_normal {
    font-family: Arial;
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
}

.AMA_GetStarted {
    width: 1096px;
    height: 36px;
    top: 570px;
    left: 131px;
}

    #pnlGetStarted_Advisor, #pnlAMAVoluntary, .AMA_GetStarted_p, .AMA_GetStarted p {
        font-family: Arial;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0px;
        text-align: center;
    }

.AMA_GetStarted_Table {
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
}

    .AMA_GetStarted_Table p {
        font-family: Arial;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0px;
        text-align: center;
    }

.btnGetStarted {
    width: 217px !important;
    height: 25px;
    top: 871px;
    left: 612px;
    background: #41A0D3;
    border: 1px solid #727272 !important;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}

.amaReviewBottomTxt {
    font-family: Whitney SSm;
    font-weight: 350;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
}

.headerTxt {
    font-family: Gobold !important;
    font-weight: 400;
    font-style: italic !important;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0px;
}

.AMASelectPartcipant {
    width: 766px;
    height: 20px;
    top: 580px;
    left: 131px;
}

    .AMASelectPartcipant span {
        font-family: Arial;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
    }

.btnBack {
    width: 88px;
    height: 25px;
    top: 1042px;
    left: 676px;
    background: #41A0D3;
    border: 1px solid #727272;
    left: 705px;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.btnMakeITVol {
    width: 217px !important;
    height: 25px;
    top: 871px;
    left: 612px;
    border-width: 1px;
    background: #41A0D3 !important;
    font-family: Inter !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}

.chkSelectPage {
    vertical-align: middle;
    /*Width :18px !important;
    Height:18px !important;*/
}

.dvSPPBoldtxt {
    width: 726px !important;
    height: 22px !important;
    top: 642px !important;
    left: 164px;
    font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
}

.dvSPPtxt {
    width: 1090px;
    height: 20px;
    top: 668px;
    left: 164px;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

.btnBackText {
    width: 29px;
    height: 14px;
    top: 1048px;
}

.dvGetstarted {
    width: 397px !important;
    height: 54px !important;
    top: 950px;
    left: 522px;
}

    .dvGetstarted span {
        font-family: Arial;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
        text-align: center;
    }

        .dvGetstarted span a {
            font-family: Arial;
            font-weight: 700;
            font-size: 12px;
            line-height: 18px;
            letter-spacing: 0px;
            text-align: center;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-offset: 0%;
            text-decoration-thickness: 0%;
            text-decoration-skip-ink: auto;
        }

.AMAFlashPagetbl {
    width: 992px;
    height: 40px;
    top: 657px;
    left: 131px;
}

    .AMAFlashPagetbl span {
        font-family: Arial;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
    }

.AMAFlashPageToptxt {
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}

.AMAMangedSevices {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

.AMAMangedSevices_link {
    font-family: Arial;
    font-weight: 700 !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

.highlight-box {
    width: 565px;
    height: 35px;
    top: 756px;
    left: 143px;
    color: #FFFFFF;
    background: #EE0000;
}

    .highlight-box span {
        font-family: Arial;
        font-weight: 400;
        padding-left: 16px;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0px;
    }

.features {
    width: 320px;
    height: 154px;
    top: 850px;
    left: 131px;
    /*border: #EE0000*/
}

.featuresBorder {
    width: 300px;
    border: #EE0000
}

.amaChangeHistory {
    font-family: Forever Forma Variable;
    font-weight: 500;
    font-style: Body Text Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
}

.feature-title {
    width: 235px;
    height: 24px;
    top: 865px;
    left: 180px;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    align-content: center;
    color: red;
}

.feature-description {
    width: 291px;
    height: 100px;
    top: 904px;
    left: 131px;
    padding-top: 10px;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

.btnGetstated_Flash {
    width: 180px;
    height: 25px;
    top: 1244px;
    left: 130px;
    border-width: 1px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #727272 !important;
    background: #41A0D3;
}

.gray-box {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
    width: 1148px !important;
    color: #474B4E !important;
}

/*.gray-box span {
        font-family: Whitney SSm !important;
        font-weight: 350;
        font-size: 16px !important;
        line-height: 24px;
        letter-spacing: 0px;
    }*/
.gray-box-text {
    line-height: 24px !important;
    font-size: 16px !important;
    font-family: 'Forever Forma Variable', sans-serif !important;
    /*font-weight: 350 !important;*/
    line-height: 150% !important;
    letter-spacing: 0px !important;
    ia font-weight: 500 !important;
    font-style: Body Text Medium;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    color: #281805 !important;
}

.section-header {
    font-weight: bold;
    font-family: Whitney SSm !important;
    margin-bottom: -6px;
    font-weight: 375;
    font-size: 14px !important;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
}

    .section-header img {
        width: 16px;
        height: 12px;
        margin-right: 6px; /* adds space between image and text */
    }

.btns {
    /* width: 311.999755859375px !important;*/
    height: 25px;
    top: 876px;
    left: 564px;
    justify-content: center;
    border-width: 1px;
}

.QDIACss {
    font-family: Whitney SSm !important;
    font-weight: 350;
    font-style: Medium;
    font-size: 16px !important;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
}

.QDIACss_Managed {
    font-family: Whitney SSm !important;
    font-weight: 350;    
    font-size: 16px !important;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
}

.btns_QDIA {
    width: 99.47826385498047px;
    height: 25px;
    top: 876px;
    left: 564px;
    border-width: 1px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    background: #41A0D3;
    color: white;
}

.ddlQDIA {
    width: 420px;
    height: 48px;
    border: 2px solid;
    gap: 8px;
    font-weight: 400;
    font-style: italic !important;
    font-family: Forever Forma Body Text !important;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #281805 !important;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6479_1475)"><path d="M2.34582 9.01544L3.76507 7.59619L11.9996 15.8307L20.2341 7.59619L21.6533 9.01544L11.9996 18.6692L2.34582 9.01544Z" fill="%23281805"/></g><defs><clipPath id="clip0_6479_1475"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 24px 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .ddlQDIA option:first-child {
        font-style: italic !important;
    }

.ddlDQIAItalic {
    font-style: italic !important;
}

.footerText {
    width: 1148px;
    top: 1014px;
    left: 131px;
    font-family: Arial;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
}
/* .footerText p {
        font-family: Arial;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
    }*/
.footerTextBold {
    font-family: Arial;
    font-weight: 700 !important;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
}

.reviewtbl {
    width: 1148px;
    height: 126px;
    top: 580px;
    left: 131px;
}

.reviewSpantxt {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
}

.reviewHdrPnl {
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
}

.reviewHdrPnl_btm {
    font-family: Arial;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
}

.aligned-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* ensures left alignment */
    margin-left: 20px; /* consistent indentation */
}

    .aligned-section p,
    .aligned-section div,
    .aligned-section li {
        margin: 0;
        padding-left: 0;
        text-align: left;
    }

.AMATransactionDetails {
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
}
