/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,17): run-time error CSS1039: Token not allowed after unary operator: '-humana-secondary-plum'
(68,17): run-time error CSS1039: Token not allowed after unary operator: '-humana-link-color'
(74,17): run-time error CSS1039: Token not allowed after unary operator: '-humana-green-contrast'
(120,28): run-time error CSS1039: Token not allowed after unary operator: '-grayscale-200'
 */
:root {
    --humana-green: #78BE20;
    --humana-green-contrast: #5C9A1B;
    --humana-secondary-green: #114A21;
    --humana-secondary-teal: #007481;
    --humana-secondary-navy: #003057;
    --humana-secondary-plum: #AF0061;
    --humana-secondary-light-plum: #D72889;
    --humana-secondary-eggplant: #612166;
    --humana-secondary-gray: #3A3B3D;
    --humana-red: #AC1F1C;
    --humana-red-monochromatic: #c22320;
    --humana-link-color: #046ab2;
    --kendo-calendar-color: var(--humana-secondary-plum);
    --header-link-shade: #426b24;
    --clear-cancel-hover: #76b435;
    --highlight-yellow: yellow;
}

.secondary-plum {
    color: var(--humana-secondary-plum) !important;
}

#modalResetAccountNotification { width: 680px; }
#modalPasswordExpiredNotification { width: 720px; }
#modalForgotUserIdHint { width: 500px; }
#password-question-tips { list-style-type: disc;margin-top: 1rem;margin-bottom: 0; }
#password-question-tips li { font-size: .9rem;}
#service-access { border: none; margin: 0; background-color: transparent;}
#service-access tr { background-color: transparent; }
#service-access tr th, table#service-access tr td { padding: .25rem; text-align: center;}
#service-access tr td { background-color: transparent; }
#service-access tr th.left, table#service-access tr td.left { text-align: left;}
#service-access tr td.move-right { padding-left: 1rem !important;}
#service-access tr td.move-right-right { padding-left: 2rem !important;}
p.forgotUserIdParagraph { padding: .5rem .5rem 0 .5rem; margin:0; }
#consent-and-privacy h5 { margin-top: .75rem; margin-bottom: .75rem; }
#consent-and-privacy p { margin-top: .75rem; margin-bottom: .75rem; }

div.lbl, div.txt, div.select, div.link, div.btn { float:left; font-family: "FS Me Web Regular", Arial, Helvetica, Verdana, sans-serif !important; padding: .4rem .25rem; }
div.lbl { font-weight:bold; font-size:.9rem; }
div.lbl span { padding-right: .25rem; }
div.lbl.sm { width:100px; }

div.txt input[type=text], div.txt input[type=password] { border-radius: 8px; border: solid 1px #ddd; box-shadow: none; margin-bottom:0; }
div.txt.m { width: 250px; }

div.select select { border-radius: 8px; border: solid 1px #ddd; box-shadow: none; margin-bottom:0; }
div.select.m { width: 250px; }

div.lbl { padding-top: .9rem; }
div.link { padding-top: .75rem; }

label.required { font-weight:bold; }

.btn-plum { background-color:#aa005f; color:#fff; }

#modalRequestChangesNotification { top: 5rem;}


.white-color {
    color: #fff !important;
}

.hyperlink-style {
    text-decoration: underline;
    cursor: pointer;
    color: var(--humana-link-color) !important;
}

.hyperlink-style-green {
    text-decoration: underline;
    cursor: pointer;
    color: var(--humana-green-contrast) !important;
}

.card-max-width-600 {
    max-width: 600px;
    inline-size: -webkit-fill-available;
}

.center-align {
    place-self: center;
}

.custom-validation-summary {
    list-style-type: none;
    color: #AA0008;
    padding: 0;
    margin: 0;
}

.server-validation-summary {
    list-style-type: none;
    background-color: lightpink;
    color: #AA0008;
    padding: 0;
    margin: 0;
}

.modalHeader {
    font-family: 'FS Humana';
    font-style: bold;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #5C9A1B;
}

.mfa-card {
    width: 664;
    height: 509;
    min-width: 300px;
    max-width: 664px;
    border-radius: Radius/400;
    border-width: 1px;
    padding: Space/800;
    gap: Space/600;
    background: #F8F8F8;
    border: 1px solid var(--grayscale-200, #C8C8C8);
}

.green-link {
    color: #78BE20;
    font-family: FS Humana;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    width: 600;
    height: 23;
}

.black-link {
    color: #3A3B3D;
    font-family: FS Humana;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    width: 600;
    height: 23;
}

    .black-link:hover {
        color: #78BE20;
    }

.mfa-btn {
    font-family: 'FS Humana';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    border: 2px solid #612166;
    border-radius: 4px;
    padding: 16px 24px;
    margin: unset;
    height: 56px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 228px;
}

.mfa-btn-continue {
    background: #612166;
    color: #FFFFFF;
}

.mfa-btn-sendnew {
    background: #F8F8F8;
    color: #612166;
}

.mfa-btn-continue:hover {
    background: #4C1A51;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mfa-btn-sendnew:hover {
    background: #612166;
    color: #FFFFFF;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mfa-textbox {
    border-radius: 5px !important;
    min-width: 100%;
    height: 80px;
    gap: 4px;
}

.mfa-p {
    height: 19px;
    font-family: 'FS Humana';
    font-style: normal;
}

#modalNoCode_BS .modal-content {
    border-radius: 20px;
}

.button.T5-rebrand {
    font-family: 'FS Humana';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    border: 2px solid #78BE20;
    border-radius: 4px;
    padding: 16px 24px;
    margin: unset;
    height: 56px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.button.small {
    width: 137px;
}

.button.medium {
    width: 228px;
}

.button.large {
    width: 388px;
}

.button.purple {
    background: #612166;
    color: #FFFFFF
}

.button.green {
    background: #78BE20;
    color: #FFFFFF;
    border-radius: 30px;
    width: 150px;
}
    .button.green:hover {
        background: #FFFFFF;
        color: #78BE20;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
.button.purple:hover {
    background: #4C1A51;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.button.white {
    background: #FFFFFF;
    color: #612166;
}

    .button.white:hover {
        background: #612166;
        color: #FFFFFF;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-left-20 {
    margin-left: 20px;
}

h3.T5-rebrand {
    font-family: 'FS Humana';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #3A3B3D;
}

    h3.T5-rebrand.margin-bottom {
        margin-bottom: 40px;
    }

.mfa-control {
    align-items: center;
    padding: 45px;
    background: #F8F8F8;
    box-shadow: 0px 4px 8px rgba(21, 25, 27, 0.2);
    width: 664px;
    height: 409px;
    min-width: 300px;
    max-width: 664px;
    border-radius: 20px;
    margin: 0 auto;
}

.modal-control {
    align-items: center;
    padding-left: 45px;
    background: #F8F8F8;
    box-shadow: 0px 4px 8px rgba(21, 25, 27, 0.2);
    width: 664px;
    height: 150px;
    min-width: 300px;
    max-width: 664px;
    border-radius: 20px;
    margin: 0 auto;
}

.modal-title {
    display: inline-block;
    font-size: 20px;
    color: black;
}

.verifyCodeDiv {
    align-items: center;
    display: flex;
}

.helpDeskLink {
    text-decoration: underline;
    color: black;
}

    .helpDeskLink:hover {
        text-decoration: underline;
        color: #78BE20;
    }

.modalClose {
    position: relative; padding: 20px; border-radius: 10px;
}

.closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: gray;
}

    .closeButton:hover {
        color: black;
        background: transparent;
        border-radius: 50px;
    }

    .closeButton:focus,
    .closeButton:active {
        color: gray;
        background: transparent;
    }

.hidden {
    display: none;
}
