﻿/* CSS RESET - start */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* CSS RESET - end */

/* Global start */
body {
    font-family: Barlow,Arial,sans-serif;
    margin: 5px;
}
label {
     font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    /* Grey / Grey 200 */

    color: #2F4051;
}

p, div {
    font-size: 8.5pt;
    line-height: 1.2em;
}

p {
    margin: 0 0 1em 0;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    color: #000000;
}
.StandardFontError {
    font-family: Barlow;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    align-items: center;
    letter-spacing: 0.2px;
    color: #AC0D1F !important;
    white-space: nowrap;
}
input {
    font: normal 8.5pt "Arial","Tahoma","Sans-Serif";
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-color: #005C8F;
    border-radius: 2px;
}
.ParagraphX {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    width: 26%;
    float: left;
    padding-top: 13px;
    /* or 157% */

    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    /* Grey / Grey 100 */

    color: #1A2936;
}
textarea, select {
    font: normal 8.5pt "Barlow","Arial","Tahoma","Sans-Serif";
    margin: 0;
}

a {
    text-decoration: none;
    font-size: 8.5pt;
}

    a:link, a:visited, a:hover, a:active {
        text-decoration: none;
/*        color: #E6E7E6;
*/    }

    a[disabled=disabled] {
        text-decoration: none;
        color: #C7CED8;
    }
    



.TopLinks a {
    text-decoration: underline;
}
h1 {
    margin: 10px 0 10px 0;
    font-size: 11pt;
    font-weight: bold;
}

h2 {
    margin: 10px 0 6px 0;
    font-size: 9.5pt;
    font-weight: bold;
}

h3 {
    margin: 2px 0 4px 0;
    font-size: 8.5pt;
    font-weight: bold;
}

div .hint {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* Global end */

.chklist {
    border-collapse: inherit;
    border-spacing: 3px;
    float: left;
}

    .chklist label {
        padding-left: 4px;
    }

    .chklist input[type=checkbox]:focus {
        outline: 1px solid #000;
        outline-offset: 2px;
    }

ul.chklist-multi {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

    ul.chklist-multi li {
        padding-bottom: 3px;
    }

.ActionButton {
    border-bottom: solid 1px #000000;
    border-right: solid 1px #000000;
    border-top: solid 1px #999999;
    border-left: solid 1px #999999;
    font-size: 11px;
    font-weight: bold;
    background-color: #660000;
    color: #FFFFFF;
    cursor: hand;
}

.ActionPrButton {
    border:1px solid #1A2835;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 155px;
    height: 44px;
    background: #1A2835;
    border-radius: 4px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    outline-color:#1A2835;
    padding:8px 16px 10px 16px;
}
    .ActionPrButton:hover {
        border:0px solid #005c8f;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8px 16px 10px 16px;
        /*        padding: 9px 16px 11px;
*/ gap: 10px;
        background: #005C8F;
        border-radius: 4px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        flex: none;
        order: 0;
        flex-grow: 0;
        outline-color: #005C8F;
        width: 155px;
        height: 44px;
    }
    .ActionPrButton:disabled {
        
        border:1px solid #63778F;
        background: #63778F;
        border-radius: 4px;
        
        color: #FFFFFF;
        

    }
    .ActionPrButton:focus-visible {
        width: 155px;
        height: 44px;
        left: 69px;
        top: 215px;
        background: #014D77;
        border: 1px solid #014D77;
        border-radius: 4px;
        /* White - Typo */
        outline-color:#014D77;
        color: #F1F1F1;
    }
    .ActionPrmButton {
        outline-color: #1A2835;
        border: 1px solid #1A2835;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding:8px 16px 10px 16px;
        gap: 10px;
        width: 155px;
        height: 44px;
        left: 69px;
        top: 215px;
        background: #1A2835;
        border-radius: 4px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        padding-top: 10px;
        display: flex;
        align-items: center;
        text-align: center;
        /* Grey / White */

        color: #FFFFFF;
        /* Inside auto layout */

        flex: none;
        order: 0;
        flex-grow: 0;
    }
    .ActionPrmButton:hover {
        border: 1px solid #005C8F;
        border-radius: 4px;
        background: #005C8F;
        outline-color: #005C8F;
        
    }

    .ActionPrmButton:disabled {
        border: 1px solid #63778F;
        background: #63778F;
        border-radius: 4px;
    }
        .ActionPrmButton:focus-visible {
            outline-color:#014D77;
            background: #014D77;
            border-radius: 4px;
            width: 155px;
            height: 44px;
            left: 69px;
            top: 215px;
            border: 1px solid #014D77;
            /* White - Typo */

            color: #F1F1F1;
        }
        

        .field-row {
/*            margin-bottom: 15px;
*/            clear: both;
        }
            .field-row .FieldLabels {
                font-family: 'Barlow';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                width: 26%;
                float: left;
                padding-top: 13px;
                color: #1A2936;
            }

    .field-row .Frame2 {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 11px 17px;
        gap: 10px;
        width: 266px;
        height: 44px;
        left: 111px;
        top: 357px;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        color: rgba(0, 0, 0, 0.6);
        flex: none;
        order: 0;
        flex-grow: 0;
    }
        .field-row .Frame2:focus-visible {
            outline-color: #18A7E0;
        }

            .field-row input.Frame {
                padding-right: 25px;
                box-sizing: border-box;
                flex-direction: row;
                align-items: flex-start;
                padding-bottom: 11px;
                padding-top: 11px;
                padding-left: 17px;
                gap: 10px;
                width: 266px;
                height: 44px;
                left: 111px;
                top: 357px;
                background: #FFFFFF;
                border: 1px solid #DDDDDD;
                font-family: 'Barlow';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 130%;
                color: rgba(0, 0, 0, 0.6);
                flex: none;
                order: 0;
                flex-grow: 0;
            }


                .field-row input.Frame:focus-visible {
                    outline-color: #18A7E0;
                }
            .field-row input.Frame:disabled {
                background: #F9FAFA;
                /*                    outline-color: #18A7E0;
*/
            }
                .field-row input.Frame:disabled:focus-visible{
                    outline-color:#18A7E0;
                }


                .field-row * {
                    vertical-align: middle;
                }

    .field-row .col-1 {
        width: 50%;
        float: left;
    }

    .field-row .col-2 {
        width: 45%;
        float: left
    }

    .field-row .lbl {
        width: 25%;
        float: left;
        line-height: 1.2;
        padding-top: 2px;
    }

    .field-row .ctrl {
        width: 74%;
        float: left
    }

    .field-row .ctrl1 {
        width: 72%;
        float: left
    }

@media (max-width: 426px) {
    .field-row .lbl {
        width: 100%;
    }

    .field-row .ctrl, .field-row .ctrl1 {
        width: 100%;
    }
}

.field-row .ctrl * {
    vertical-align: middle;
}

.field-row .ctrl input[type="text"], .field-row .ctrl1 input[type="text"], select {
    width: 266px;
}

.field-row .ctrl textarea, .field-row .ctrl1 textarea {
    width: 80%;
    max-width: 385px;
}

.alt-row {
    cursor: pointer;
    position: static;
    width: 82px;
    height: 40px;
    left: 12px;
    background: #F9FAFA;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1A2835;
    flex: none;
    order: 0;
    flex-grow: 1;
    margin: 0px 10px;
   /* white-space: nowrap;*/
    box-sizing: border-box;
    border: 1px solid #C7CED8;
    border-right: 0px;
    border-left: 0px;
}

/* for RadioButtonList class="rb" */
span.rb * {
    vertical-align: middle;
}

span.rb label {
    width: auto;
    margin: auto auto auto 7px;
    padding-right: 10px;
}

span.rb input {
    margin: auto;
}

    span.rb input[type=radio]:focus {
        outline: 1px solid #000;
        outline-offset: 2px;
    }

.input-hint {
    font-size: 8pt;
    color: #666666;
    line-height: 1.5;
    padding-left: 10px;
}

ul.instructions li {
    list-style-image: url(Images/hollow-red-arrow.gif);
    padding-left: 5px;
    margin-left: 12px;
}

p.instructions {
    margin: 15px 0;
}
p.ParagraphXS {
    width: 450px;
    height: 25px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    color: #1A2936;
    white-space:nowrap;
}

.ParagraphXSBold {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: #1A2936;
}

h2.red {
    border-bottom: 1px solid #000000;
    color: #660000;
    font-family: Barlow,Arial,sans-serif;
    font-size: 11pt;
    font-weight: bold;
    padding-bottom: 4px;
}
h1.ParagraphLargeBold {
    border-bottom: 1px solid #000000;
    height: 30px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #1A2936;
}
h3.ParagraphLargeBold {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #1A2936;
}

h3.red {
    color: #660000;
    font-family: Barlow,Arial,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 4px;
}

.error-container {
    clear: both;
    outline: none;
    display: block;
    padding: 2px 0px 0px 8px;
}

.error {
    color: #AC0D1F !important;
    padding-left: 5px;
}

.clr {
    clear: both;
}

.val {
    display: inline-block;
    width: 13px;
    height: 14px;
    line-height: 1;
    color: #AC0D1F !important;
    font-size: 13pt;
    text-align: center;
    float: left
}

.val-msg {
    color: #990000;
}

#content {
    padding-left: 1px;
    margin-bottom: 20px;
}

        
span.rb label {
    width: auto;
    margin: auto auto auto 7px;
    padding-right: 10px;
}

    #content .c h1.heading {
        color: #ffffff;
        font-size: 10pt;
        border-bottom: none;
        padding-bottom: 0px;
        margin: 0px;
    }
span.rb input {
    margin: auto;
}

a.actionBtn, a.actionBtn:link, a.actionBtn:visited, a.actionBtn:hover, a.actionBtn:active {
    background-color: #83203A;
    border: solid 1px;
    cursor: pointer;
    font-size: 8.5pt;
    font-weight: bold;
    color: #fff;
    border-color: #999999 #000 #000 #999999;
    padding: 2px 5px;
    overflow: visible;
}
    span.rb input[type=radio]:focus {
        outline: 1px solid #000;
        outline-offset: 2px;
    }

.input-hint {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* or 157% */

    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    /* Grey / Grey 100 */

    color: #1A2936;
    padding-left: 10px;
}

ul.instructions li {
    list-style-image: url(Images/hollow-red-arrow.gif);
    padding-left: 5px;
    margin-left: 12px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* or 157% */

    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    /* Grey / Grey 100 */

    color: #1A2936;
}

p.instructions {
    margin: 15px 0;
}
h2.Headline1 {
    border-bottom: 1px solid #000000;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.1px;
    color: #121B24;
    padding-bottom: 4px;
}


h2.red {
    border-bottom: 1px solid #000000;
    color: #660000;
    font-family: Barlow,Arial,sans-serif;
    font-size: 11pt;
    font-weight: bold;
    padding-bottom: 4px;
}
span.feildlbl1 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    /* Grey / Grey 100 */

    color: #1A2936;
}

h3.red {
    left: 254px;
    top: 181px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #121B24;
    padding-bottom: 4px;
}
h2.Headline {
    border-bottom: 1px solid #000000;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* or 125% */
    /* Grey / Grey 100 */

    color: #1A2936;
}
.error-container {
    clear: both;
    outline: none;
    display: block;
    padding: 2px 0px 0px 8px;
}

.error {
    color: #AC0D1F !important;
    padding-left: 5px;
}

.clr {
    clear: both;
}

.val {
   /* margin-top: -31px;
    margin-left: -18px;*/
    display: inline-block;
    width: 13px;
    height: 14px;
    line-height: 1;
    color: #AC0D1F !important;
    font-size: 13pt;
    text-align: center;
    float: left;
}
.StandardFontErrorCallOut {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: #AC0D1F;
}

.val-msg, .val-msg1 {
    color: #AC0D1F;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    /* Grey / Black */

}


#content {
    padding-left: 1px;
    margin-bottom: 20px;
    width:100%;
}

    #content h1 {
        border-bottom: solid 1px #121B24;
        padding-bottom: 5px;
        font-family: Barlow;
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 0px;
        text-align: left;
        color: #1A2835;
        width: 100%;
    }

    #content .c h1.heading {
        color: #ffffff;
        font-size: 10pt;
        border-bottom: none;
        padding-bottom: 0px;
        margin: 0px;
    }

a.actionBtn, a.actionBtn:link, a.actionBtn:visited, a.actionBtn:hover, a.actionBtn:active {
    background-color: #83203A;
    border: solid 1px;
    cursor: pointer;
    font-size: 8.5pt;
    font-weight: bold;
    color: #fff;
    border-color: #999999 #000 #000 #999999;
    padding: 2px 5px;
    overflow: visible;
}

/* User Login start */
div.logo {
    float: left;
}

#login-main {
    width: 672px;
    margin: 40px auto 30px;
    text-align: left;
}

    #login-main #top-links a {
        text-decoration: underline;
    }

    #login-main #footer-container {
        color: #b0b0b0;
        font-size: 7pt;
        text-align: right;
        padding-top: 2px;
    }

    #login-main .title {
        text-align: left;
        margin-top: 10px;
        color: #6699bb;
        font-size: 20px;
        vertical-align: bottom;
        font-weight: normal
    }

.login-message {
    height: 20px;
    margin-bottom: 10px;
}

div.loginmaintop {
    height: 85px;
    border-bottom: 2px dotted #ddd;
}

.login-panel {
    background-image: url('Images/login_bg.jpg');
    background-repeat: no-repeat;
    height: 227px;
    margin-top: 12px;
    padding-bottom: 100px;
}

.login-form {
    float: right;
    width: 330px;
    margin-top: 30px;
    height: 128px;
}

    .login-form .row * {
        vertical-align: middle;
    }

    .login-form .row .alignment {
        padding-top: 3px;
    }

    .login-form .row {
        margin-bottom: 15px;
    }

    .login-form label {
        float: left;
        width: 120px;
        text-align: right;
        color: #fff;
        font-size: 9pt;
        font-weight: bold;
        padding-right: 3px;
    }

    .login-form .row .ctrl {
        float: left;
        width: 120px;
    }

        .login-form .row .ctrl * {
            vertical-align: middle;
        }

        .login-form .row .ctrl .txt {
            font-size: 9pt;
        }

    .login-form .btn-login-container {
        padding-left: 120px;
    }

.link-bottom {
    width: 330px;
    float: right;
    text-align: left;
}

    .link-bottom ul {
        list-style-type: disc;
        color: #fff;
        display: inline-block;
        padding-left: 20px;
        margin-left: 110px;
    }

    .link-bottom a:link, .link-bottom a:visited, .link-bottom a:active {
        color: #fff;
    }

    .link-bottom a:hover {
        text-decoration: underline;
    }

.linktop ul {
    display: inline;
}

    .linktop ul li {
        display: inline;
    }

        .linktop ul li a {
            color: #6699bb;
        }

            .linktop ul li a:visited {
                color: #6699bb;
                text-decoration: none;
            }

            .linktop ul li a:hover {
                color: #00f;
                text-decoration: none;
            }


ul.login-form label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    margin-bottom: 5px;
}

a.btn:link, a.btn:visited, a.btn:hover, a.btn:active {
    color: #fff;
}
/* User Login end */

/* Forgot User ID / Password start */
#pre-login-form h1 {
    border: none;
    margin: 2px 0 4px 0;
    border-bottom: 1px solid #000000;
    height: 30px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /*letter-spacing: 0.3px;*/
    color: #1A2936;
}
#pre-login-form1 h1 {
    border: none;
    margin: 2px 0 4px 0;
    border-bottom: 1px solid #000000;
    height: 30px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #1A2936;
}

.buttons {
    padding-top: 25px;
    margin: 20px 0;
    border-top: #bbb 1px solid;
}

    .buttons .actionBtn {
        margin-right: 10px;
    }

    .buttons .left {
        float: left;
        width: 170px;
        line-height: 1.8;
    }

    .buttons .right {
        float: left;
        width: 500px;
        line-height: 1.8;
    }

#pre-login-form1 .row {
    margin-bottom: 2px;
    clear: both;
}

    #pre-login-form1 .row * {
        vertical-align: middle;
    }

    #pre-login-form1 .row label {
        float: left;
        width: 170px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        float: left;
        padding-top: 13px;
        color: #1A2936;
    
    }

    #pre-login-form1 .row .ctrl {
        float: left;
        width: 600px;
    }

        #pre-login-form1 .row .ctrl .txt {
            box-sizing: border-box;
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            padding: 11px 17px;
            gap: 10px;
           width: 266px;
            height: 44px;
            left: 111px;
            top: 357px;
            background: #FFFFFF;
            border: 1px solid #DDDDDD;
            font-weight: 400;
            font-size: 16px;
            line-height: 130%;
            color: rgba(0, 0, 0, 0.6);
            flex: none;
            order: 0;
            flex-grow: 0;
        }
            #pre-login-form1 .row .ctrl .txt:focus-visible {
                outline-color: #18A7E0;
            }

        #pre-login-form1 .row .ctrl .txtAns {
            font-family: 'Barlow';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 130%;
            /* identical to box height, or 21px */


            color: rgba(0, 0, 0, 0.6);
            /* Inside auto layout */

            flex: none;
            order: 0;
            flex-grow: 0;
            box-sizing: border-box;
            /* Auto layout */

            display: flex;
            flex-direction: row;
            align-items: flex-start;
            padding: 11px 17px;
            gap: 10px;
            width: 266px;
            height: 44px;
            left: 111px;
            top: 357px;
            background: #FFFFFF;
            border: 1px solid #DDDDDD;
        }
            #pre-login-form1 .row .ctrl .txtAns:focus-visible {
                outline-color: #18A7E0;
            }
            #pre-login-form1 ul.instructions li {
    list-style-image: url(Images/hollow-red-arrow.gif);
    padding-left: 0;
    margin-left: 18px;
    line-height: 1.8;
}
#pre-login-form .row {
    margin-bottom: 2px;
    clear: both;
}

    #pre-login-form .row * {
        vertical-align: middle;
    }

    #pre-login-form .row label {
        float: left;
        width: 170px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        float: left;
        padding-top: 13px;
        color: #1A2936;
    }

    #pre-login-form .row .ctrl {
        float: left;
        width: 600px;
    }

        #pre-login-form .row .ctrl .txt {
            box-sizing: border-box;
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            padding: 11px 17px;
            gap: 10px;
            width: 266px;
            height: 44px;
            left: 111px;
            top: 357px;
            background: #FFFFFF;
            border: 1px solid #DDDDDD;
            font-weight: 400;
            font-size: 16px;
            line-height: 130%;
            color: rgba(0, 0, 0, 0.6);
            flex: none;
            order: 0;
            flex-grow: 0;
        }
            #pre-login-form .row .ctrl .txt:focus-visible{
                outline-color:#18A7E0;
            }

            #pre-login-form .row .ctrl .txtAns {
                width: 300px;
            }

#pre-login-form ul.instructions li {
    list-style-image: url(Images/hollow-red-arrow.gif);
    padding-left: 0;
    margin-left: 18px;
    line-height: 1.8;
}

.bottombuttons {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: #bbbbbb 1px solid;
}

    .bottombuttons .left {
        float: left;
        width: 170px;
    }

    .bottombuttons .right {
        float: left;
        text-align: left;
    }

/* Forgot User ID / Password end */

/* Contact Us start */
div.contactleft {
    float: left;
    width: 230px;
    line-height: 1.3
}

div.contactright {
    float: left;
    width: 300px;
    font-weight: bold;
    line-height: 1.3
}

div.techSupport {
    font-weight: bold;
    line-height: 5;
}

div.contactUsinfo {
    line-height: 1.3
}

span.contactTele {
    font-weight: bold;
}

.contactCEmail {
    font-weight: normal;
}
/* Contact Us end */

/* BeforeLogin.Master start */
#shell {
    width: auto;
    
}

@media (min-width: 1024px) {
    #shell {
        max-width: 100%;
    }
}

.mastertop {
    height: 47px;
    left: 10px;
    top: 9px;
    background: #304A65;
    border-radius: 5px 5px 0px 0px;
}

    .mastertop .left {
        float: left;
        width: 50%;
        text-align: left;
    }

        .mastertop .left img {
            max-width: 100%;
        }

    .mastertop .right {
        float: right;
        width: 48%;
        text-align: right;
    }

.welcome-message {
    float: left;
    width: 200px;
    font-size: 9pt;
    font-weight: bold;
    color: #660000;
}

    .welcome-message * {
        vertical-align: middle;
    }

.masterbottom {
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 10px;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 70% !important; /* Major browsers other than IE 6 and below respect the importance immediately */
    width: 900px; /* IE 6 and below use this value instead, even though the above was marked as important */
}

.HeaderFontBurgandyBold {
    width: 100%;
    color: #83203a;
    font-weight: bold;
    margin-top: 3px;
}

.pnlHeader {
    cursor: hand;
    cursor: pointer;
    background-color: White;
    border: solid 1px Gray;
}

.popupheader {
    font-size: 12pt;
    text-align: center;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    color: #1A2936 !important;
    padding-top: 10px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
/* BeforeLogin.Master end */

.navilink {
    background-color: #304A65 !important;
    color:white;
}
.contact1 {
    background: #304A65 !important;
}
.trust-account1 {
    background: #304A65 !important;
}
.delegated-authority1{
    background: #304A65 !important;
}

.agreement1 {
    background: #304A65 !important;
}
.security-questions1 {
    background: #304A65 !important;
}
.Change-Password1 {
    background: #304A65 !important;
}
.user-preference1 {
    background: #304A65 !important;
}

ul.left-nav-links li {
    line-height: 1.5;
    border-left: solid 1px #000;
    /*border-right: solid 1px #000;*/
    margin: 0;
    /*width: 100%;*/
   /* overflow: hidden;*/
    background-color: #304A65;
   /* padding-top: 15.03px;*/
    padding-left: 13px;
    height: 55px;
}

    ul.left-nav-links li.last {
        border-bottom: solid 1px #000;
    }

   ul.left-nav-links li a:link, {
        border-left: solid 5px #e6e6e6;
        color: #660000;
        font-weight: bold;
        width: 100%;
        display: block;
        padding: 0 3px;
    }
    ul.left-nav-links li a{
        width: 172px;
        left: 24px;
        top: 135.03px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        /*display: flex;*/
        align-items: center;
        color: #FFFFFF;
        white-space: nowrap;
        background: #304A65;
    }
        ul.left-nav-links li a:visited {
            width: 172px;
            height: 24.05px;
            left: 24px;
            top: 135.03px;
            font-family: 'Barlow';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            display: flex;
            align-items: center;
            color: #FFFFFF;
            white-space: nowrap;
            background: #304A65;
        }

            ul.left-nav-links li a:visited[disabled=disabled] {
                color: #FFFFFF;
                text-decoration: underline
            }
            ul.left-nav-links li a[disabled=disabled] {
                text-decoration:underline
            }

            ul#top-links {
                float: right;
                padding-bottom: 8px;
                padding-top: 15px;
                padding-right: 10px;
            }

        ul#top-links li.last {
            border-right-width: 0;
            padding-right: 0;
        }

    ul#top-links a.accessibility-logo img {
        vertical-align: bottom;
    }


    #footer-container * {
        vertical-align: middle;
    }

    #footer-container .left {
        float: left;
        width: 50%;
        text-align: left;
    }

    #footer-container .right {
        float: right;
        width: 49%;
        text-align: right;
    }

        #footer-container .right p.legal {
            color: #b0b0b0;
            font-size: 7pt;
            padding-top: 2px;
            text-align: right;
            line-height: 1.3;
        }


    ul#bottom-links li.first {
        padding-left: 0;
    }

    ul#bottom-links li.last {
        border-right-width: 0;
    }

#lnk-sol-sel {
    float: right;
    margin-left: 5px;
}

    #lnk-sol-sel .l {
        float: left;
        background: url(Images/solution-selector-l.gif) no-repeat;
        height: 21px;
        width: 8px;
    }

    #lnk-sol-sel .c {
        float: left;
        background: url(Images/solution-selector-c.gif) repeat-x;
        height: 21px;
    }

        #lnk-sol-sel .c a {
            color: #fff;
            font-weight: bold;
            font-size: 8pt;
            margin-top: 5px;
            display: inline-block;
        }

    #lnk-sol-sel .r {
        float: left;
        background: url(Images/solution-selector-r.gif) no-repeat;
        height: 21px;
        width: 8px;
    }

.header-logos {
    border-top: solid 2px #666666;
    border-bottom: solid 2px #666666;
    border-left: solid 1px #666666;
    border-right: solid 1px #666666;
}

    .header-logos .logo {
        float: left;
        width: 157px;
        height: 70px;
        background-color: #fff;
    }

    .header-logos .blue-bar {
        float: right;
        width: 595px;
        height: 86px;
        background-color: #fff;
        background: url(Images/header-bar-blue.jpg) no-repeat;
    }

    ul#top-links li {
        display: inline;
/*        border-right: solid 1px black;
*/        /*padding: 0 5px;*/
        margin-top: 5px;
    }
    .header-logos .handshake {
        float: right;
        width: 181px;
        height: 86px;
        background: url(Images/handshake.jpg) no-repeat;
    }

        ul#top-links li.last {
            border-right-width: 0;
            padding-right: 0;
        }
.black-bar {
    background: url('Images/black-bar.jpg') repeat-x;
    height: 14px;
    clear: both;
}

    ul#top-links a.accessibility-logo img {
        vertical-align: bottom;
    }
#welcome {
    float: right;
    padding: 4px 0;
}

#footer-container {
    /*    border-top: 2px dotted #ddd
*/
    background: #304A65;
}
    #welcome li {
        display: inline;
        border-right: solid 1px black;
        padding: 0 8px;
        margin-top: 5px;
    }

    #footer-container * {
        vertical-align: middle;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        align-items: center;
        color: #FFFFFF;
/*        padding-top:10px;
*/    }
        #welcome li.last {
            border-right-width: 0;
        }

    #footer-container .left {
        float: right;
        width: 50%;
        text-align: right;
    }

    #footer-container .right {
        float: left;
        width: 49%;
        text-align: left;
    }

        #footer-container .right p.legal {
            font-family: 'Barlow';
            font-style: normal;
            font-weight: 600;
            font-size: 12px;
            line-height: 22px;
            letter-spacing: 0.1px;
            color: #FFFFFF;
            text-align:left;
            padding-left:20px;
            padding-top:10px;
        }

ul#bottom-links li {
    display: inline;
/*    border-right: solid 1px black;
*/    padding: 0 5px;
    margin-top: 5px;
    line-height: 1.3
}

    ul#bottom-links li.first {
        padding-left: 0;
    }

    ul#bottom-links li.last {
        border-right-width: 0;
    }

#lnk-sol-sel {
    float: right;
    margin-left: 5px;
    margin-top:13px;
}

    #lnk-sol-sel .l {
        float: left;
        background: url(Images/solution-selector-l.gif) no-repeat;
        height: 21px;
        width: 8px;
    }

    #lnk-sol-sel .c {
        float: left;
        background: url(Images/solution-selector-c.gif) repeat-x;
        height: 21px;
    }

        #lnk-sol-sel .c a {
            color: #fff;
            font-weight: bold;
            font-size: 8pt;
            margin-top: 5px;
            display: inline-block;
        }

    #lnk-sol-sel .r {
        float: left;
        background: url(Images/solution-selector-r.gif) no-repeat;
        height: 21px;
        width: 8px;
    }

.header-logos {
    border-top: solid 1px #304A65;
    border-bottom: solid 1px #304A65;
    border-left: solid 1px #304A65;
    border-right: solid 1px #304A65;
    border-radius: 5px 5px 0px 0px;
    height: 48px;
    background: #304A65;
}

    .header-logos .logo {
        float: left;
        width: 157px;
        height: 45px;
        background: #304A65;
    }

    .header-logos .blue-bar {
        float: right;
        width: 595px;
        height: 86px;
        background-color: #fff;
        background: url(Images/header-bar-blue.jpg) no-repeat;
    }

    .header-logos .handshake {
        float: right;
        width: 181px;
        height: 86px;
        background: url(Images/handshake.jpg) no-repeat;
    }

.black-bar {
    background: url('Images/black-bar.jpg') repeat-x;
    height: 14px;
    clear: both;
}

#welcome {
    float: right;
    padding: 10px;
    margin-left:48%;
}

    #welcome li {
        display: inline;
        border-right: solid 1px black;
        padding: 0 8px;
        margin-top: 5px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.1px;
        color: #000000;
    }

        #welcome li.last {
            border-right-width: 0;
        }

.welcome-msg {
    width: 161px;
    height: 22px;
    left: 1058px;
    top: 73px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: #000000;
}

.l {
    float: left;
}

.r {
    float: right;
}

.grey-bar {
    height: 9px;
    background: #C7CED8;
    margin-top: 10px;
}

/*  Home.Master end */

/* Home Product Selection start */
#available-services a {
    float: left;
    width: 168px;
    height: 33px;
    text-align: center;
    background: url('Images/prod-service.gif');
    margin-right: 20px;
    padding: 76px 25px 20px 25px;
    font-weight: bold;
    color: #fff;
}

.available-service {
    float: left;
    margin-right: 20px;
    padding: 0px;
    font-weight: bold;
    color: #fff;
    width:auto;
    height:auto;
}
/* Home Product Selection end */

.wmrk-input-hint {
    color: #757575;
}

/* Search results - Start */
.grid {
    table-layout: fixed;
    width: 100%;
    background-color: #fff;
    margin: 5px 0 0 0;
    border: solid 1px #ffffff;
    border-collapse: collapse;
}

    .grid td {
        padding-left:10px;
        vertical-align: central;
        cursor: pointer;
        width: 1264px;
        height: 40px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        color: #1A2835!important;
        flex: none;
        order: 0;
        flex-grow: 1;
        margin: 0px 10px;
        /*white-space: nowrap*/
        box-sizing: border-box;
        border: 1px solid #C7CED8;
        border-right: 0px;
        border-left: 0px;
        padding-top:10px;
    }

    .grid th {
        padding-left:10px;
        height: 40px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        flex-grow: 0;
        background: #005C8F;
        /*    width: 1252px;
*/ text-align: left;
        margin-right: 10px;
        padding-top:10px;
        
    }

        .grid th.gridSortAsc {
            background: #666 url('images/sort-arrowup.gif') no-repeat 95% 50%;
        }

        .grid th.gridSortDesc {
            background: #666 url('images/sort-arrowdown.gif') no-repeat 95% 60%;
        }

        .grid th a, .grid th a:visited {
            color: #fff;
            text-decoration: none;
        }

            .grid th a:hover {
                color: #fff;
                text-decoration: underline;
            }

    .grid tr.gridAlternateRow td {
        background: #F9FAFA;
    }

/* For IE */
.gridPager td {
    text-align: right;
    color: #000;
    margin-left: auto;
    margin-right: 2px;
    text-decoration: none;
    border: none;
}
    /* For FireFox */
    .gridPager td table {
        text-align: right;
        margin-left: auto;
        margin-right: 2px;
    }

#searchMessages {
    margin: 2px;
}

#searchValidationMessages {
    margin: 5px 0 5px 0;
}
/* Search results - End */

.topnavcontainer {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-align: right;
}

.afi .instructions,
.afi .chk-select-all,
.list-afi {
    display: block;
    padding-bottom: 5px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    /* Grey / Grey 200 */

    color: #2F4051;
}


.button-row {
    margin-left: 26%;
    margin-bottom: 10px;
}

.button-row1 {
    margin-left:0px;
    margin-top:20px;
}

.grid-trust-info th {
    text-align: center;
    font-weight: bold;
}



.field-row input.ro {
    background-color: #e0e0e0;
    border: solid 1px #666666;
    padding: 2px;
}
/* read-only textboxes */
input.phone {
    width: 65px;
}

input.postal-code, input.street-no {
    width: 50px;
}

input.phone {
    width: 65px;
}

input.postal-code, input.street-no {
    width: 50px;
}

.non-configurable-prefs {
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: solid 1px #e0e0e0;
}

.configurable-prefs {
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.afi .chk-select-all,
.list-afi {
    display: block;
    padding-bottom: 5px;
}

.prefs1 * {
    vertical-align: middle;
    margin-bottom:10px;
    height: 24px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2F4051;
    flex: none;
    order: 1;
    flex-grow: 0;
/*    padding-left: 5px;
*/}
.afi .list-afi {
    width: 300px;
    height:144px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    display: flex;
    align-items: center;
    /* New Palette/Grey Middle */

    color: #304A65;
    left: 14px;
    top: 12px;
}
    .afi .list-afi:focus-visible {
        outline-color: #18A7E0;
    }
    .afi .list-afi:checked {
        font-weight:600;
    }
   /* .afi .list-afi:focus {
        background: #F9FCFF;
    }
*/

    .configurable-chk-prefs * {
        vertical-align: top;
        padding-left: 5px;
        margin-bottom: 8px;
    }
.button-row {
    margin-left: 26%;
    margin-bottom: 10px;
}

.grid-trust-info th {
    text-align: center;
    font-weight: bold;
}

.grid-trust-info {
    table-layout: fixed;
    width: 100%;
    background-color: #fff;
    margin: 5px 0 0 0;
    border: solid 1px #ffffff;
    border-collapse: collapse;
}

    .grid-trust-info td {
        overflow: hidden;
        vertical-align: central;
        cursor: pointer;
        width: 1264px;
        height: 40px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #1A2835;
        flex: none;
        order: 0;
        flex-grow: 1;
        margin: 0px 10px;
        /*white-space: nowrap*/
        box-sizing: border-box;
        border: 1px solid #C7CED8;
        border-right: 0px;
        border-left: 0px;
        padding-top: 10px;
        padding:4px;
        vertical-align:middle;
        word-break:break-word;
    }

    .grid-trust-info th {
        vertical-align:middle;
        padding:4px;
        height: 40px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        flex-grow: 0;
        background: #005C8F;
        /*    width: 1252px;
*/ text-align: left;
        margin-right: 10px;
        padding-top: 10px;
    }

        .grid-trust-info th.gridSortAsc {
            background: #666 url('images/sort-arrowup.gif') no-repeat 95% 50%;
        }

        .grid-trust-info th.gridSortDesc {
            background: #666 url('images/sort-arrowdown.gif') no-repeat 95% 60%;
        }

        .grid-trust-info th a, .grid th a:visited {
            color: #fff;
            text-decoration: none;
        }

.field-row input.ro {
    background-color: #e0e0e0;
    border: solid 1px #666666;
    padding: 2px;
}
/* read-only textboxes */
input.phone {
    width: 65px;
}

input.postal-code, input.street-no {
    width: 50px;
}

input.phone {
    width: 65px;
}

input.postal-code, input.street-no {
    width: 50px;
}

.non-configurable-prefs {
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: solid 1px #e0e0e0;
}

.configurable-prefs {
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.prefs * {
    vertical-align: middle;
    color: #63778F !important;
    font-size: 16px !important;
}

.prefs2 * {
    vertical-align: middle;
}

.configurable-chk-prefs * {
    vertical-align: middle;
    padding-left: 5px;
    margin-bottom: 8px;
    height: 24px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2F4051;
    flex: none;
    order: 1;
    flex-grow: 0;
}
.configurable-chk-prefs_ntf * {
    vertical-align: middle;
    padding-left: 5px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    /* New Palette/Grey Dark */

    color: #63778F;
}
.configurable-chk-prefs_ntf input:checked + label {
    color: #2F4051;
}
.notification-heading {
    width: 450px;
    left: 91px;
    top: 1710px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #1A2936;
}
/*color poperty added by saman*/
.prefs label, .prefs2 label {
    padding-left: 5px;
    color: #1A2936;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
}

.prefs span {
    display: block;
    padding-bottom: 8px;
}

* html .prefs span {
    padding-bottom: 3px;
}
/* targets IE only */

.notification-emails label {
    width: 120px;
    margin-left: 20px;
    display: inline-block;
}

.email-item {
    display: block;
    margin-bottom: 8px;
}

    .email-item input {
        width: 175px;
        padding: 0 2px;
    }

        .email-item input.ro {
            background-color: #e0e0e0;
            border: solid 1px #666;
        }
/* read-only textboxes */
.email-itemVal {
    color: #ff0000;
    font-size: 13pt;
    text-align: center;
}

.button-row {
    padding-top: 10px;
}

.sub-instructions {
    padding-top: 4px;
    color: #666;
    display: block;
}

.reg-header {
    width: 100%;
}

    .reg-header .l {
        background: url(Images/blue-header-left.gif) no-repeat;
        width: 11px;
        height: 23px;
    }

    .reg-header .c {
        background: url(Images/blue-header-center.gif) repeat-x;
        width: 100%;
        height: 23px;
        color: #fff;
        font-size: 10pt;
        font-weight: bold;
        vertical-align: middle;
    }

    .reg-header .r {
        background: url(Images/blue-header-right.gif) no-repeat;
        width: 11px;
        height: 23px;
    }

.reg-footer {
    width: 100%;
}

    .reg-footer .l {
        background: url(Images/bottom-l-corner.gif) no-repeat;
        width: 11px;
        height: 11px;
    }

    .reg-footer .c {
        background: url(Images/bottom-center.gif) repeat-x;
        width: 100%;
        height: 11px;
    }

    .reg-footer .r {
        background: url(Images/bottom-r-corner.gif) no-repeat;
        width: 11px;
        height: 11px;
    }

div.register {
    padding: 10px 10px 0 10px;
    border-left: solid 1px #C0C0C0;
    border-right: solid 1px #C0C0C0;
}

    div.register fieldset legend {
        font: bold 9pt/1.4 "Arial", "Tahoma", "Sans-serif";
        margin-left: -6px;
        padding: 6px 0;
        color: #660000
    }

fieldset#result {
    padding: 10px;
    border-left: solid 1px #C0C0C0;
    border-right: solid 1px #C0C0C0;
}

    fieldset#result fieldset legend {
        font: bold 9pt/1.4 "Arial", "Tahoma", "Sans-serif";
        margin-left: -6px;
        padding: 6px 0;
    }

ol.questions {
    list-style: decimal;
    margin-left: 15px;
    padding-left: 15px;
}

    ol.questions li {
        margin: 0 0 8px 0;
        line-height: 1.4;
    }

    ol.questions .ctrl {
        display: block;
        padding-left: 20px;
    }

.short-answer {
}
.prefs span {
    display: block;
    padding-bottom: 8px;
}

* html .prefs span {
    padding-bottom: 3px;
}
/* targets IE only */

.notification-emails label {
    width: 120px;
    margin-left: 20px;
    display: inline-block;
}

.email-item {
    display: block;
    margin-bottom: 8px;
}

    .email-item input {
        width: 175px;
        padding: 0 2px;
    }

        .email-item input.ro {
            background-color: #e0e0e0;
            border: solid 1px #666;
        }
/* read-only textboxes */
.email-itemVal {
    color: #ff0000;
    font-size: 13pt;
    text-align: center;
}

.button-row {
    padding-top: 12px;
}

.sub-instructions {
    padding-top: 4px;
    color: #666;
    display: block;
}

.reg-header {
    width: 100%;
}

    .reg-header .l {
        background: url(Images/blue-header-left.gif) no-repeat;
        width: 11px;
        height: 23px;
    }

    .reg-header .c {
        background: url(Images/blue-header-center.gif) repeat-x;
        width: 100%;
        height: 23px;
        color: #fff;
        font-size: 10pt;
        font-weight: bold;
        vertical-align: middle;
    }

    .reg-header .r {
        background: url(Images/blue-header-right.gif) no-repeat;
        width: 11px;
        height: 23px;
    }

.reg-footer {
    width: 100%;
}

    .reg-footer .l {
        background: url(Images/bottom-l-corner.gif) no-repeat;
        width: 11px;
        height: 11px;
    }

    .reg-footer .c {
        background: url(Images/bottom-center.gif) repeat-x;
        width: 100%;
        height: 11px;
    }

    .reg-footer .r {
        background: url(Images/bottom-r-corner.gif) no-repeat;
        width: 11px;
        height: 11px;
    }

div.register {
    padding: 10px 10px 0 10px;
    border-left: solid 1px #C0C0C0;
    border-right: solid 1px #C0C0C0;
}

    div.register fieldset legend {
        font: bold 9pt/1.4 "Arial", "Tahoma", "Sans-serif";
        margin-left: -6px;
        padding: 6px 0;
        color: #660000
    }

fieldset#result {
    padding: 10px;
    border-left: solid 1px #C0C0C0;
    border-right: solid 1px #C0C0C0;
}

    fieldset#result fieldset legend {
        font: bold 9pt/1.4 "Arial", "Tahoma", "Sans-serif";
        margin-left: -6px;
        padding: 6px 0;
    }

ol.questions {
    list-style: decimal;
    margin-left: 15px;
    padding-left: 15px;
}

    ol.questions li {
        margin: 0 0 8px 0;
        line-height: 1.4;
    }

    ol.questions .ctrl {
        display: block;
        padding-left: 20px;
    }

.short-answer {
}

.long-answer {
    width: 200px;
}

.register-buttons {
    margin: 10px 0 5px 0;
}

    .register-buttons .actionBtn {
        margin-right: 10px;
    }

a.agree, a.agree:visited, a.agree:hover {
    color: #fff;
}

a.disagree, a.disagree:visited, a.disagree:hover {
    color: #666;
    cursor: default;
}
option:checked {
    background-color: dodgerblue;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    display: flex;
    align-items: center;
    /* New Palette/Grey Middle */
    color: white;
}
option {
    left: 14px;
    top: 12px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 10px 12px 14px;
    gap: 10px;
    /* Desktop / Paragraph Bold */

    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    display: flex;
    align-items: center;
    /* New Palette/Grey Middle */

    color: #304A65;
}
    option:hover {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 12px 10px 12px 14px;
        gap: 10px;
        width: 300px;
        /* Status / Sky Blue */
        color: #304A65;
        background: #F9FCFF;
    }
    option:current(div){
        font-weight:600;
        background:green;
    }

/*div#productSelection { margin-left: 20px;}*/
div#sign-up-options {
    margin: 10px 0;
    line-height: 2;
}

    div#sign-up-options p {
        color: #000;
        font-size: 9pt;
    }

    div#sign-up-options label {
        padding-left: 10px;
    }

    div#sign-up-options * {
        vertical-align: middle;
    }
.securityQuestion{
    width:300px;
}

.securityQuestion1 {
    box-sizing: border-box;
    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 11px 17px;
    gap: 10px;
    width: 266px;
    height: 44px;
    left: 111px;
    top: 357px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 21px */


    outline-color: #18A7E0;
    color: rgba(0, 0, 0, 0.6);
}

    .securityQuestion1 :disabled {
        outline-color: #63778F;
        background: #F9FAFA;
    }

    .securityQuestion1 :focus-visible {
        outline-color: #18A7E0;
    }


/* sign-up agreement - start */
.agreement-box {
    border: 1px solid;
    margin: 5px;
    padding: 10px;
    height: 300px;
    overflow: auto;
}

    .agreement-box h2 {
        text-align: center;
    }

#title {
    font-weight: bold;
    text-align: center;
}

ul.agreement {
    list-style: disc outside none;
}

    ul.agreement li {
        text-align: justify;
        margin: 0 0 8px 20px;
        line-height: 1.3;
        padding-left: 5px;
    }

p.agree {
    width: 620px;
    padding: 5px 10px 5px 10px;
    text-align: justify
}

.agreement-msg {
    text-align: left;
    padding: 0 5px;
    line-height: 1.3;
    line-height: 1.375rem;
    font-size: .875rem;
    font-weight: 400;
    color: #000000;
}

.agreement-ack {
    padding-top: 3px;
    margin-bottom: 20px;
    padding: 3px 5px 0 5px;
}

    .agreement-ack * {
        vertical-align: middle;
    }

    .agreement-ack label {
        margin-left: 5px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        /* identical to box height, or 150% */
        /* Grey / Grey 200 */

        color: #2F4051;
    }

.result-title {
    text-decoration: underline;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
}

.result-msg {
    text-align: left;
    line-height: 1.3;
}

.doc-frame {
    border: solid 1px grey
}

/* sign-up agreement - end */

ul.contact-info span.label {
    width: 18%;
    float: left;
    font-weight: normal;
    margin-bottom: 4px;
    clear: both;
    height: 35px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1A2936;
}
ul.contact-info span.label1 {
    width: 10%;
    float: left;
    font-weight: normal;
    margin-bottom: 4px;
    clear: both;
    height: 35px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1A2936;
}

ul.contact-info span.detail {
    width: 72%;
    float: left;
    font-weight: bold;
    margin-bottom: 4px;
/*    height: 52px;
*/    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #1A2936;
}

    ul.contact-info span.detail a {
        font-weight: normal;
    }
ul.contact-info span.detail1 {
    
    float: left;
    font-weight: bold;
    margin-bottom: 4px;
        height: 35px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #1A2936;
}

    ul.contact-info span.detail a {
        font-weight: normal;
    }
ul.contact-info span.group7747 {
    float:left;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px !important;
    /* identical to box height, or 150% */
    /* Main Colors/Navy Blue */

    color: #005C8F !important;
}
    ul.contact-info span.group7747 a{
        color:#005C8F;
    }
    ul.contact-info span.group7747:hover {
        text-decoration: underline;
        color: #1A2936;
    }


    .contact-us-or {
        line-height: 2;
        color: #83203A;
        font-weight: bold;
    }

h2.support {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #005C8F;
}

.other-conv-app {
    padding: 7px 0 4px 11px;
}

.hideIt {
    width: 0;
    border: none;
    padding: 0px
}

@media print {
    .no-print {
        display: none;
    }

    div.register {
        border: none;
    }
}

#legalverbiage {
    color: #757575;
    font-size: 7pt;
    text-align: left;
    margin-bottom: 2rem;
}

.signupwelcome {
    text-align: right;
    padding: 3px 5px 5px 0px;
}

.hintbox {
    padding: 5px;
    border: solid 1px #666;
    background-color: #fff;
    color: #666;
}

/* tabs style - used in TrustAccounts Page*/
ul.tabs {
    float: left; /* required! */
    width: 100%;
    border-bottom: #C7CED8 1px solid;
    margin: 0 0 10px 0;
}

    ul.tabs * {
        vertical-align: middle;
    }

    ul.tabs li {
        /* do not change these! */
        float: left;
        position: relative;
        top: 1px;
        list-style: none;
        /* these can be configured! */
        margin: 0 2px 0 0;
        font-size: 8.5pt;
        font-weight: bold;
        padding: 7px 10px;
        text-align: center;
        border-right: #FFF 1px solid;
        border-top: #FFF 1px solid;
        border-left: #FFF 1px solid;
        border-bottom: #C7CED8 1px solid;
        vertical-align: top;
        text-align: center;
        background: #F1F1F5;
        border-radius: 6px 6px 0px 0px;
    }
        ul.tabs li:hover {
            background-color: #FFFFFF;
            float: left;
            position: relative;
            top: 1px;
            list-style: none;
            /* these can be configured! */
            margin: 0 2px 0 0;
            font-size: 8.5pt;
            font-weight: bold;
            padding: 7px 10px;
            text-align: center;
            border-bottom: #C7CED8 1px solid;
            border-right: #C7CED8 1px solid;
            border-left: #C7CED8 1px solid;
            border-top: #C7CED8 1px solid;
            vertical-align: top;
            text-align: center;
            border-radius: 6px 6px 0px 0px;
        }

        ul.tabs li.first {
            margin-left: 5px;
        }

        ul.tabs li.active {
            border-bottom-color: #fff;
            background-color: #c0c0c0;
        }
        /*, ul.tabs li.disabled a, li a:link, li a:visited*/
        ul.tabs li.disabled {
            border-bottom-color: #fff;
            background-color: #fff;
            background-color: white;
            background-color: white;
            border-bottom: #FFFFFF 1px solid;
            border-right: #C7CED8 1px solid;
            border-left: #C7CED8 1px solid;
            border-top: #C7CED8 1px solid;
            border-radius: 6px 6px 0px 0px;
        }

        /*ul.tabs li.disabled a:hover
{
    text-decoration: none;
    background-color: #c0c0c0; 
}
*/

        ul.tabs li a, ul.tabs li a:link {
            font-family: 'Barlow';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            color: #1A2936;
        }
            ul.tabs li a[disabled=disabled]{
                text-decoration:none;
            }


.LLC_General_ErrorKey {
    font-family: Barlow, Calibri;
    font-size: 12pt;
}

.lawFirmHeader {
    clear: both;
}

.BussinessEmailTxt {
    margin-left: 252px;
}

.ssaborder {
    margin-top: 15px;
    border-top: #bbb 1px solid !important;
}

.onlinebill {
    margin-top: 30px;
    height: 75px;
    width: 100%;
}

    .onlinebill a:hover {
        color: #FFFFFF;
        background: #005C8F;
        border: 1px solid #005C8F;
    }
    .onlinebill a {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border: solid 1px #000000;
/*        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
*/      text-decoration: none;
        margin-bottom:10px;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 44px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        left: 10px;
        top: 583px;
        background: #1A2835;
        border-radius: 4px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .onlinebill div {
        padding: 8px 5px;
        width: 196px;
        height: 80px;
        left: 36px;
        top: 636px;
        /* Desktop / Paragraph XS */

        font-family: 'Barlow';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        /* or 157% */

        display: flex;
        align-items: center;
        letter-spacing: 0.1px;
        font-feature-settings: 'liga' off;
        color: #000000;
    }
.field-row input.frame4 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    width: 230px;
    height: 20px;
    left: 823px;
    top: 357px;
    outline-color: #63778F;
    /* Grey/Grey 600 */

    background: #F9FAFA;
    border: 1px solid #DDDDDD;
    padding:11px 17px;
}

.field-row input.frame4Date {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.6);
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    width: 230px;
    height: 20px;
    left: 823px;
    top: 357px;
    outline-color: #63778F;
    /* Grey/Grey 600 */

    background: #F9FAFA;
    border: 1px solid #DDDDDD;
    padding: 11px 17px;
}
    
    .field-row input.frame4:focus-visible {
        outline-color: #18A7E0;
    }

    /*.field-row input.frame4:default {
        outline-color: #63778F;
    }*/



    .field-row .feildlbl {
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        width: 26%;
        float: left;
        padding-top: 13px;
        color: #1A2936;
    }
input.frame2 {
    box-sizing: border-box;
    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 11px 17px;
    gap: 10px;
    width: 266px;
    height: 44px;
    left: 111px;
    top: 357px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    outline-color: #18A7E0;
    color: rgba(0, 0, 0, 0.6);
}
    input.frame2 :disabled {
        outline-color: #63778F;
        background: #F9FAFA;
    }

    input.frame2 :focus-visible {
    outline-color: #18A7E0;
     }

.Home_DropDown {
    background: #FFFFFF;
    border: 1px solid #E6E7E6;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #1A2835;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding: 11px 17px;
}
    .Home_DropDown:focus-visible {
        outline-color: #18A7E0;
    }
    .Home_DropDown:disabled {
        background: #F9FAFA;
        border: 1px solid #E6E7E6;
        border-radius: 2px;
    }
    .Actionsecbutton {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding:8px 16px 10px 16px;
        gap: 10px;
        width: 154px;
        height: 44px;
        left: 66px;
        top: 310px;
        border: 1px solid #63778F;
        border-radius: 4px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.1px;
        color: #1A2835;
        /* Inside auto layout */

        flex: none;
        order: 0;
        flex-grow: 0;
        background: #FFFFFF;
    }
    .Actionsecbutton:hover {
        background: #F9FCFF;
        border: 1px solid #63778F;
        border-radius: 4px;
        padding:8px 16px 10px 16px;
    }
    .Actionsecbutton:disabled {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px 16px;
        gap: 10px;
        width: 145px;
        height: 44px;
        border: 1px solid #C7CED8;
        border-radius: 4px;
        background: #FFFFFF;
    }
        .Actionsecbutton:focus-visible {
            width: 155px;
            height: 44px;
            left: 973px;
            top: 310px;
            background: #F9FAFA;
            border: 1px solid #C7CED8;
            border-radius: 4px;
            outline: 1px solid #c7CED8;
        }
        
        h1.ParagraphLargeBold {
            border-bottom: 1px solid #000000;
            height: 30px;
            font-family: 'Barlow';
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 26px;
            letter-spacing: 0.3px;
            color: #1A2936;
        }
.ParagraphXS, .ParagraphXS2 {
    padding-bottom:10px;
    display:block;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    color: #1A2936;
}
.ParagraphXS1 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    color: #1A2936;

    }
    .checkboxtext {
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #2F4051;
    }
.TopLinks {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: right;
    color: #FFFFFF !important;
    padding-right:32px;
}
.TopLinks:hover{
    text-decoration:underline;
    text-decoration-color:#18A7E0;
    color:#18A7E0 !important;
}
    .TopLinks::selection {
        text-decoration: underline;
        text-decoration-color: #18A7E0;
        color: #18A7E0 !important;
    }

.NotificationPreferences {
    border-bottom: 1px solid #000000;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #1A2936;
}
.LLC_Residual {
    white-space: nowrap;
    /* Sub section heading */

    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */


    color: #005C8F;
}
span {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    color: #1A2936;
}
.ParagraphBold {
    height: 35px;
    left: 89px;
    top: 1304px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1A2936;
    border-bottom:1px solid #000000;
}
h2.ParagraphBold1 {
    
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    /* Grey / Grey 100 */

    color: #1A2936;
}



.ParaXSHyperlink {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1979AD;
}

    .ParaXSHyperlink:hover {
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        text-decoration: underline;
        color: #1A2936;
    }
.ParaRegularHyperlink {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1979AD;
}

    .ParaRegularHyperlink:hover {
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-decoration: underline;
        color: #1A2936;
    }


    .ParagraphBoldUnAuth {
       
        left: 89px;
        top: 1304px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #1A2936;
    }
.SubHeadline1 {
    width: 461px;
    height: 48px;
    left: 91px;
    top: 1010px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #005C8F;
}
.SubHeadline1Selected {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #E6E7E6;
    line-height: 24px;
    font-family: Barlow;
    font-style: normal;
}

    .SubHeadline1Selected:hover {
        text-decoration: underline;
        /*            text-decoration-color:#1979AD;
*/ /*color:#E6E7E6;*/
    }


ul.left-nav-links li a:hover {
    line-height: 1.5;
    margin: 0;
    /*width: 100%;*/
    /*overflow: hidden;*/
    background-color: #304A65;
    padding-bottom: 5px;
    text-decoration:underline;
    color:#18A7E0;
}
ul.left-nav-links li a:not([href]):not([tabindex]) {
    color: #FFFFFF;
    text-decoration:underline;
}

.GridHeader {
    height: 40px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    flex-grow: 0;
    background: #005C8F;
    /*    width: 1252px;
*/ text-align: left;
    margin-right: 10px;
}
.GridHeader2 {
    height: 40px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    flex-grow: 0;
    background: #005C8F;
    /*    width: 1252px;
*/ text-align: left;
    padding-right: 50px;
    padding-left: 5px;
}

.Prod_Sel_Hyperlink {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #1979AD;
}
    .Prod_Sel_Hyperlink:hover {
        text-decoration: underline;
        color: #1A2936;
    }
    .Prod_Sel_Hyperlink[disabled = disabled] {
        color: #C7CED8;
    }

.HyperLink{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 157% */

    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    /* Accent / Dark Blue */
    white-space:normal;
    color: #1979AD ;
}
   .HyperLink:hover {
        text-decoration: underline ;
        color: #1A2936  ;
    }
    .HyperLink[disabled=disabled] {
        color: #C7CED8;
    }

ul.left-nav-links li a:not([href]):not([tabindex]) {
    text-decoration: underline;  
    color:#FFFFFF;
}

.ParagraphRegular1 {
    height: 35px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1A2936;
}

.ParaRegularBold {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1A2936;
}
p.ParagraphRegular2 {
    margin: 15px 0;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1A2936;
}

.ParagraphRegular {
    width: 17%;
    height:35px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1A2936;
}
.forheading {
    font-family: Barlow;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-color: #121B24;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.6);
}

.DisabledCheckText label{
    width: 78px;
    height: 24px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2F4051;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding-left:5px;
}

.BillingButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    gap: 10px;
    width: 221px;
    height: 44px;
    left: 10px;
    top: 583px;
    background: #1A2835;
    border-radius: 4px;
}

.ActionPrButton1 {
    border: 1px solid #1A2835;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 80px;
    height: 42px;
    background: #1A2835;
    border-radius: 4px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    outline-color: #1A2835;
    padding-bottom: 10px;
    margin:10px;
}

    .ActionPrButton1:hover {
        border: 1px solid #005C8F;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 80px;
        height: 42px;
        background: #005C8F;
        border-radius: 4px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        flex: none;
        order: 0;
        flex-grow: 0;
        outline-color: #1A2835;
        padding-bottom: 10px;
    }
    .ActionPrButton1:disabled {
        /* Grey/Grey 400 */

        background: #63778F;
        border:1px solid #63778F;
        border-radius: 4px;
        color: #FFFFFF;
    }
    .ActionPrButton1:focus-visible {
        width: 80px;
        height: 42px;
        left: 69px;
        top: 215px;
        color: #F1F1F1;
        background: #014D77;
        border: 1px solid #014D77;
        outline-color: #014D77;
    }

    .Headline4Contact {
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 600;
        font-size: 28px !important;
        line-height: 36px !important;
        color: #1A2936 !important;
    }

span.FieldlabelsBold{
    width: 450px;
    height: 48px;
    left: 90px;
    top: 1481px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1A2936;
}

span.ParagraphRegularContact {
    width: 450px;
    height: 48px;
    left: 92px;
    top: 1382px;
    /* Desktop / Paragraph Regular */

    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    /* Grey / Grey 100 */

    color: #1A2936;
}

p.ParagraphRegular {
    height: 48px;
    left: 92px;
    top: 1382px;
    /* Desktop / Paragraph Regular */

    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    /* Grey / Grey 100 */

    color: #1A2936;
}

h3.ParagraphRegular {
    left: 92px;
    top: 1382px;
    /* Desktop / Paragraph Regular */

    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    /* Grey / Grey 100 */

    color: #1A2936;
}

h5.Email {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.EmailID {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    color: #005C8F;
}

.EmailGridHeader {
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    background: #C7CED8;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: #1A2835;
    flex-grow: 1;
    height:32px;
}

.Doc {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1A2835;
    flex: none;
    order: 0;
    flex-grow: 0;
}

span.LLC {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /*display: flex;*/
    align-items: center;
    color: #4F4C76;
}
span.payout {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /*display: flex;*/
    align-items: center;
    color: #4F4C76;
}

span.LlcText {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    font-feature-settings: 'liga' off;
    color: #304A65;
}

p.welcome {
    border-bottom: 4px solid #4F4C76;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #000000;
}

h1.product {
    padding-bottom: 37px !important;
    padding-top: 35px;
    font-family: Barlow;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
    color: #1A2835;
    width: 1520px;
    text-align: center !important;
    margin: 0px;
    border:none !important;
}

.Product_Button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 16px 11px;
    gap: 10px;
    background: #1A2835;
    border-radius: 4px;
    width: 300px;
    height: 24px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
}
    .Product_Button:hover {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 9px 16px 11px;
        gap: 10px;
        background: #005C8F;
        border-radius: 4px;
        width: 300px;
        height: 24px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        align-items: center;
        text-align: center;
        letter-spacing: 0.1px;
        color: #FFFFFF;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    .Product_Button :active {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 9px 16px 11px;
        gap: 10px;
        background: #014D77;
        border-radius: 4px;
        width: 300px;
        height: 24px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        align-items: center;
        text-align: center;
        letter-spacing: 0.1px;
        color: #FFFFFF;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    .Product_Button:disabled {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 9px 16px 11px;
        gap: 10px;
        background: #63778F;
        border-radius: 4px;
        width: 300px;
        height: 24px;
        font-family: 'Barlow';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        align-items: center;
        text-align: center;
        letter-spacing: 0.1px;
        color: #FFFFFF;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    .Product_Button:focus-visible {
        background: #014D77;
        outline: none;
    }


.DelagateText {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2px;
    font-feature-settings: 'liga' off;
    color: #005C8F;
}

.Headline5 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #1A2936;
}

.logoimg {
    width: 95px;
    height: 46px;
    margin-left: 5px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.loginpage1 {
    color: #FFFFFF;
    font-weight: 600;
    font-family: Barlow;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    color: #FFFFFF !important;
}

    .loginpage1:hover {
        color: #18A7E0 !important;
        text-decoration: underline !important;
    }

#content1 {
    margin-bottom:0px;
}

.ParagraphXS2 br {
    display: none;
}

.captchaImage {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 10px;
	width: 266px;
	height: 44px;
	left: 111px;
	top: 357px;
	background: #FFFFFF;
	/*border: 1px solid #DDDDDD;*/
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: rgba(0, 0, 0, 0.6);
	flex: none;
	order: 0;
	flex-grow: 0;
}

.footer-table {
	width: 100%;
	height: 50px;
	background: #304A65;
	margin-bottom: 3px;
	float: right;
}

.footer-table .legal {
    /*position: absolute;*/
    bottom: 10px;
    right: 36px;
    font-family: 'Barlow';
    font-style: normal;
    /*display: flex;*/
    align-items: center;
    margin-left: 20px;
    color: #FFFFFF;
    white-space: nowrap;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;    
}

.footer-table .legal span {
    color:#ffffff;
}