:root {
    --journey-red: #C10230;
    --solutions-blue: #005971;
    --solutions-blue-hover: #004456;
    --solutions-blue-75: #408395;
    --solutions-blue-50: #7FACB8;
    --solutions-blue-25: #BFD5DB;
    --progress-blue: #2cc2e1;
    --progress-blue-75: #61d1e9;
    --progress-blue-50: #95e0f0;
    --pogress-blue-25: #caf0f7;
    --action-blue: #005971;
    --action-blue-75: #408395;
    --action-blue-50: #7facb8;
    --action-blue-25: #bfd5db;
    --eggshell: #D9ECF4;
    --eggshell-75: #e2f1f7;
    --eggshell-50: #ecf5f9;
    --eggshell-25: #f6fafc;
    --action-orange: #d24114;
    --action-orange-hover: #cd3100;
    --action-orange-75: #ec6940;
    --action-orange-50: #f29b7f;
    --action-orange-25: #f9cdbf;
    --charcoal:#4f4f4f;
    --charcoal-75:#7b7b7b;
    --charcoal-50: #a7a7a7;
    --charcoal-25:#d3d3d3;
    --bronze: #a39482;
    --bronze-75: #baafa1;
    --bronze-50: #d1c9c0;
    --bronze-25: #e8e4e0;
    --off-white: #f0f0f0;
    --medium-gray: #888888;
    --dark-gray: #595959;
    --black: #353535;
    --error-red: #F30B0B;
    --accent-yellow: #f8c000;
    --accent-yellow-75: #fad040;
    --accent-yellow-50: #fbdf7f;
    --accent-yellow-25: #fdefbf;
    --green: #3c6200;
    --green-75: #6d8940;
    --green-50: #9db07f;
    --green-25: #ced8bf;
    
    /* Restyle - consolidate with above */
    
    --txt: #23272A;
    --dGray: #595959;
    --lGray: #d1d1d1;
    --lGray2: #EAEAEA;
    --lGray3: #F0F0F0;
    --green: #004456;
    --lBlue: #F7FAFC;
    --dBlue: #7FACB8;
    --d2Blue: #D9ECF4;
    --orange: #d24114;
    --dOrange: #cd3100;
    --off-white: #F0F0F0;
    --eggshell-_-25-: #F6FAFC;
    --charcoal-base_25-: #D3D3D3;
    --success-green: #6E883E;
    --error-red: #F30B0B;
    --eggshell-_-25-: #F6FAFC;
    --eggshell-_-50-: #ECF5F9;
    --warning-yellow: #F8C000;
    --eggshell: #D9ECF4;
    --eggshell-_-75-: #E2F1F7;
    --off-white: #F0F0F0;
    --black: #22272A;
    --unnamed-color-000000: #000000;
    --unnamed-color-464646: #464646;
}

.container {
    padding-top: 30px;
}

.V3SummaryControl {
    gap: 24px;
}

/*--------- Typography------------*/
.V3SummaryControl {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
}

h1 {
    font-size: 28px;
    line-height: 36px;
    color: var(--solutions-blue);
}

h2 {
    font-size: 24px;
    line-height: 32px;
}

h3 {
    font-size: 22px;
    line-height: 30px;
}

h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.lead {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

#pnlControls {
    font-size: 18px;
    line-height: 27px;

}

#showWarning,
#showTimeout {
    text-align: center;
    font-size: 18px;
}

#pnlShowErrorMessage {
    color: var(--error-red);
}

label {
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.captcha {
    display: inline-block;
    width: 100%;
    border: 1px solid var(--medium-gray);
    background-color: var(--off-white);
    padding: 16px;
    border-radius: 8px;
}

.transferSummary ul {
    list-style-type: none;
    padding-left: 0;
}

/*-------- Components ---------*/
.popover {
    font-family: 'Lato', sans-serif;
    border-color: var(--action-blue-25);
}

.popover-header {
    padding: .25rem .75rem;
    background-color: var(--off-white);
    border-bottom-color: var(--action-blue-25);
}

.popover-body {
    color: #000000;
    min-height: min-content;
}

.popover-content {
    color: var(--solutions-blue-75);
    padding: 8px 12px;
}

.fiviPopoverContent {}

.modal-title {
    line-height: 26px;
}

.modal-footer {
    border-top: none;
    padding: 0 0.5rem;
}

.btnIcon {
    color: var(--action-blue-75);
    background-color: #ffffff;
    border: 0;
    padding: 0 .3rem 0 0;
}

button:focus {
    outline-color: #ffffff;
}

/*------Buttons ---------*/
.btn {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    background-color: var(--action-orange);
    border-color: var(--action-orange);
    /* margin: 1rem 0.5rem; */
}

.btn:hover {
    background-color: var(--action-orange-hover);
    color: #ffffff;
}

.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.375rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.btn-primary {
    color: #fff;
    background-color: var(--action-blue-75);
    border-color: var(--action-blue-75);
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 155, 127, .5);
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: ;
    border-color: ;

}

.btn-primary:hover {
    background-color: var(--action-blue);
    border-color: var(--action-blue);
    color: #ffffff;
}

/*---- Forms ---------*/
.req {
    color: var(--journey-red);
    font-weight: 500;
}

.form-row>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}

.form-group.required label:after {
    content: " *";
    color: var(--journey-red);
    font-weight: 500;
}

.form-control,
.custom-select {
    border-color: var(--action-blue-25);
    padding: 0.375rem .5rem;
    height: calc(1.5em + .75rem + 10px);
}

.form-control:focus {
    border-color: var(--progress-blue);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 194, 225, .25);
}

.form-control::-webkit-input-placeholder {
    color: var(--medium-gray);
    opacity: 1
}

.form-control::-moz-placeholder {
    color: var(--medium-gray);
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: var(--medium-gray);
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: var(--medium-gray);
    opacity: 1
}

.form-control::placeholder {
    color: var(--medium-gray);
    opacity: 1
}

.input-group-text {
    background-color: var(--off-white);
    border-color: var(--action-blue-25);
    color: var(--action-blue-75);
}

.input-group>.input-group-append:not(:last-child)>.input-group-text {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    border-color: var(--action-blue-75);
    background-color: var(--action-blue-75);
}

.custom-control-label::before {
    top: 0;
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
    border-color: var(--action-blue-50);
}

.custom-control-label::after {
    top: 0;
    left: -2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.invalid-feedback {
    color: var(--error-red);
    font-weight: 600;
}

.invalid-feedback::before {
    content: "\f071 ";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

.was-validated .form-control:invalid,
.was-validated .custom-select:invalid {
    border-color: var(--error-red);
}

/*------------Error Screens----------------*/
.errorHeader {
    color: var(--journey-red);
    font-weight: 700;
    font-size: 120px;
    margin-bottom: 0;
    line-height: 100%;
}

/*------- Medium devices (tablets, 768px and up) -------*/
@media (min-width: 768px) {
    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2 {
        font-size: 30px;
        line-height: 39px;
    }

    h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .lead {
        font-size: 20px;
        line-height: 30px;
    }

    .captcha {
        width: 280px;
    }
}

/*-------------Loader Modal-------------*/
#all_transactions {
    background-image: url(img/loader.gif);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}

/*------- Large devices (desktops, 992px and up)--------*/
@media (min-width: 992px) {}

/*------Extra large devices (large desktops, 1200px and up)---------*/
@media (min-width: 1200px) {}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /*-----------IE Specific CSS-------------------------*/
    body {
        color: #353535;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        color: #005971;
    }

    .lead {
        color: #408395;
    }

    a {
        color: #408395;
    }

    a:hover {
        color: #005971;
    }

    .captcha {
        border: 1px solid #888888;
        background-color: #f0f0f0;
    }

    .popover {
        border-color: #bfd5db;
    }

    .popover-header {
        background-color: #f0f0f0;
        border-bottom-color: #bfd5db;
    }

    .popover-body {
        color: #353535;
    }

    .btnIcon {
        color: #408395;
    }

    .btn {
        background-color: #e63700;
        border-color: #e63700;
    }

    .btn:hover {
        background-color: #cd3100;
    }

    .btn-primary {
        background-color: #408395;
        border-color: #408395;
    }

    .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #408395;
        border-color: #408395;
    }

    .btn-primary:hover {
        background-color: #005971;
        border-color: #005971;
    }

    .req {
        color: var(--journey-red);
    }

    .form-control,
    .custom-select {
        border-color: #bfd5db;
    }

    .form-control:focus {
        border-color: #2cc2e1;
    }

    .form-control::-webkit-input-placeholder {
        color: #888888;
    }

    .form-control::-moz-placeholder {
        color: #888888;
    }

    .form-control:-ms-input-placeholder {
        color: #888888;
    }

    .form-control::-ms-input-placeholder {
        color: #888888;
    }

    .form-control::placeholder {
        color: #888888;
    }

    .input-group-text {
        background-color: #f0f0f0;
        border-color: #bfd5db;
        color: #408395;
    }

    .custom-control-input:checked~.custom-control-label::before {
        border-color: #408395;
        background-color: #408395;
    }

    .custom-control-label::before {
        border-color: #7facb8;
    }

    .invalid-feedback {
        color: #F30B0B;
    }

    .was-validated .form-control:invalid,
    .was-validated .custom-select:invalid {
        border-color: #F30B0B;
    }

    .errorHeader {
        color: #c10230;
    }
}

.ShadowWrap {
    margin-top: 0;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.row {
    margin: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.row-margin-top {
    margin-top: 16px;
}

.ContentTable {
    padding: 24px 10px 10px;
    background-color: #fff;
    width: 100%;
    font-family: 'Lato', sans-serif;
    text-align: left;
    color: var(--black);
}

.ContentTable p {
    line-height: 150%;
}

.sectionIcon {
    text-align: center;
    font-size: 40px;
    margin-bottom: 16px;
    border-bottom: solid 1px var(--bronze-75);
    height: 24px;
}

.sectionIcon .fal,
.sectionIcon .fab {
    color: #BAAFA1;
    padding: 8px;
    background-color: #ffffff;
}

.entrySection {
    margin-bottom: 24px;
}

.disclaimer {
    background-color: var(--off-white);
    padding: 16px;
    color: var(--black);
    font-size: 14px;
    margin-bottom: 16px;
}

.Product_MoreInfo ul {
    margin-left: 0;
}

/*-------- Buttons --------------*/
.btn {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    /* margin: 8px; */
    border: none;
    border-radius: 4px;
    padding: 12px 24px;
}

.btn-lg {
    font-size: 28px;
    line-height: 35px;
}

.btn-sm {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 16px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: var(--solutions-blue-hover);
    color: #ffffff;
}

.btn-primary.active {
    background-color: var(--action-blue-75);
    color: #ffffff;
    box-shadow: none;
}

.btn-primary.active:hover {
    background-color: var(--solutions-blue-hover);
    /* color: #ffffff; */
}

.V3SummaryButtons {
    width: auto;
    font-size: 20px;
    background-color: var(--solutions-blue);

}

.btn-link {
    background-color: var(--bronze-25);
    color: var(--action-blue);
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    background-color: var(--bronze-50);
    color: var(--action-blue);
    text-decoration: none;
}

.btn-default {
    background-color: var(--action-orange);
    color: #ffffff;
    text-shadow: none;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background-color: var(--solutions-blue-hover);
    color: #ffffff;
    text-decoration: none;
}

.btn-secondary {
    background-color: var(--action-blue-75);
    color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: var(--action-blue);
    color: #ffffff;
}

.fiviPrimBtn,
.fiviBtn {
    background-color: var(--action-orange);
    color: #ffffff;
    border: none;
    border-radius: 4px;
}

.fiviLargeBtn,
.fiviBtn {
    padding: 16px 24px;
    margin-top: 24px;
    width: auto;
    font-size: 24px;
    font-weight: 600;
}

.fiviPrimBtn:hover,
.fiviPrimBtn:active,
.fiviPrimBtn:focus,
.fiviBtn:hover,
.fiviBtn:active,
.fiviBtn:focus {
    background-color: var(--action-orange-hover);
    color: #ffffff;
    border-color: none;
    border-radius: 4px;
    /* outline: none; */
}

input[id$="_SubmitButton"][style] {
    width: auto !important;
}

.btnIcon {
    font-size: 18px;
    margin: -4px 0;
    padding: 2px 0 0 4px;
    background: none;
}

.btnIcon:focus,
.btnIcon.fa-question-circle:focus {
    outline: none;
}

.btnIcon:active {
    box-shadow: none;
}

/*-----Article  overwrite---------*/

article .headline-container h1 {
    text-transform: none;
}

article .task {
    color: var(--black);
    box-shadow: none;
    padding: 16px;
    margin: -6px 0;
    border-radius: 4px;
    border: 1px solid var(--solutions-blue-25);
}

article .task:hover {
    background-color: var(--eggshell-50);
}

@media (max-width: 992px){
    article .task .task-content .task-cta {
        justify-content: flex-end;
    }
}

header .nav-item.active .nav-link,
header .nav-item:hover .nav-link {
    color: var(--action-blue) !important;
    fill: var(--action-blue) !important;
    background-color: var(--eggshell) !important;

}

article .task .task-content {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {
    article .task .task-content {
        flex-direction: row;
        
    }
}

@media (min-width: 992px) {
    article .task .task-content .task-text {
        
        max-width: 500px;
    }
}

article .task .task-content .task-text {
}

article .task .task-content .task-text .task-title {
    font-size: 2.2rem;
}

@media (max-width: 768px) {
    article .task .task-content .task-text .task-title {
        font-size: 2rem;
    }
}

article .task .task-content .task-cta {
    flex: 0 1 auto;
    /* min-width: 500px; */

}

@media (max-width: 600px) {
    article .task .task-content .task-cta {
        display: none;
    }
}

/*---------Tables overwrite -----*/
.V3MessagesHeaderClass {
    background-color: var(--action-blue-75);
}

.V3StatusCenterTableClass {
    border: 1px solid var(--action-blue-75);
}

.V3LoanStatus {
    border: 1px solid var(--action-blue-75);
}

.V3SummaryBadge {
    background-color: var(--progress-blue);
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  background-color: var(--eggshell-25);
}

/*------Header-----------*/
header {
    box-shadow: none !important;
}

.header {
    background-color: var(--journey-red);
    height: 80px;
    padding: 16px 8px;
    border-top-left-radius: 0em;
    border-top-right-radius: 0em;
}

.headerLogo img {
    height: 48px;
}

.headerLogo .phone a {
    text-decoration: none;
    display: block;
    padding-top: 12px;
    text-align: right;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

/*-----Nav Bar-----*/

.navbar-default {
     box-shadow: none;
    -webkit-box-shadow: none;
    background-image: none;
    background-color: transparent;
    border: none;
}

#navbar-header {
    border-radius: 4px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #fafafa;
    border: 1px solid var(--charcoal-25);
    border-radius: 4px;
}

.navbar-toggle {
    margin-bottom: 8px;
}

@media (max-width: 992px) {
    header .nav-item .nav-link {
        flex-direction: row;
    }
    #nav-home > a:before {
        display: none;
    }
}

@media (min-width: 768px) {
    header .nav-item .nav-link {
        flex-direction: column;
    }

    #nav-home > a:before {
        display: flex;
        margin: none;
    }
}

.navbar-default .navbar-nav>.active>a {
    background-image: none;
    box-shadow: none;

}

header .nav-item .badge {
    position: absolute;
    top: -1rem;
    /* right: 1.25rem; */
    z-index: 2;
}

@media (max-width: 992px) {
    header .nav-item .badge {
        left: 4.5rem;
    }
}

@media (max-width: 767px) {
    header .nav-item {

    }
}


@media (max-width: 767px) {
    header .nav-item .badge {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: calc(80% + 20px);
        position: absolute;
        top: 1.8rem;
        float: ;
        
    }
}

.badge {
    /* min-width: 27px;
    max-width: 60px; */
    width: auto;
    min-width: min-content;
    max-width: max-content;
    padding: 6px 10px;
    font-size: 14px;
}

/*-----Icons-----*/

#nav-home > a > svg {
    display: none;
}

#nav-home > a:before {
    display: flex;
    margin: 0 auto;
    content: url('/_assets/layoutcontent/20035/sc/icon-house.svg');
    width: 30px;
    height: 30px;
}

@media (max-width: 768px) {
    #topNav > ul > li > a:before {
        margin: 4px;
    }
}

#nav-apps > a > svg {
    display: none;
}

#nav-apps > a:before {
    display: block;
    margin: 0 auto;
    content: url('/_assets/layoutcontent/20035/sc/icon-applications.svg');
    width: 30px;
    height: 30px;
}

#nav-docs > a > svg {
    display: none;
}

#nav-docs > a:before {
    display: block;
    margin: 0 auto;
    content: url('/_assets/layoutcontent/20035/sc/icon-docs.svg');
    width: 30px;
    height: 30px;
}

#nav-messages > a > svg {
    display: none;
}

#nav-messages > a:before {
    display: block;
    margin: 0 auto;
    content: url('/_assets/layoutcontent/20035/sc/icon-envelope.svg');
    width: 30px;
    height: 30px;
}

#task-continue-app > .task-icon > svg {
    display: none;
}

#task-continue-app > .task-icon::before {
    display: inline-block;
    content: "";
    width: 64px;
    height: 64px;
    background: url("/_assets/layoutcontent/20035/sc/icon-applications.svg") no-repeat 0 0;
    background-size: 100%;
}

#task-message-center > .task-icon > svg {
    display: none;
}

#task-message-center > .task-icon::before {
    display: inline-block;
    content: "";
    width: 64px;
    height: 64px;
    background: url("/_assets/layoutcontent/20035/sc/icon-envelope.svg") no-repeat 0 0;
    background-size: 100%;
}

#task-upload-documents > .task-icon > svg {
    display: none;
}

#task-upload-documents > .task-icon::before {
    display: inline-block;
    content: "";
    width: 64px;
    height: 64px;
    background: url("/_assets/layoutcontent/20035/sc/icon-sign-large.svg") no-repeat 0 0;
    background-size: 100%;
}

#task-more-apps > .task-icon > svg {
    display: none;
}

#task-more-apps > .task-icon::before {
    display: inline-block;
    content: "";
    width: 64px;
    height: 64px;
    background: url("/_assets/layoutcontent/20035/sc/icon-more-apps-large.svg") no-repeat 0 0;
    background-size: 100%;
}

/*-----Headline-----*/
article .headline-container {
    padding: 1rem 0;
}

@media (max-width: 992px) {
    article .headline-container {
        background: none;
        margin: 20px 0;
        padding: 0;
    }
}

.headline-container > span > div > div:nth-child(2) {
    display: flex;
    flex-direction: row;
    & span button {
        background: var(--solutions-blue) !important;
        border: 2px solid var(--solutions-blue) !important;
        color: #ffffff;
        margin: 13.5px 13.5px 13.5px 0;
        padding: 12px 36px;
        min-width: min-content;
        &:hover {
            background: var(--solutions-blue-hover) !important;
        }
        &::after {
            content: "Reply";
        }
    }
    & input {
        width: min-content;
    }
}

/*-----------------Thumbnail------------------*/
.thumbnail {
    background-color: var(--off-white);
    box-shadow: 0px 3px 6px rgba(177, 177, 177, .16);
    border-radius: 0;
    border-color: var(--bronze-50);
}

.thumbnail h3 {
    padding: 0 10px;
    margin-bottom: 0;
    font-size: 22px;
}

.thumbIcon {
    width: 68px;
    margin: auto;
    font-size: 27px;
    color: var(--bronze);
    padding: 20px;
    background-color: #ffffff;
    border: solid 1px var(--bronze-75);
    border-radius: 50%;
}

/*-------Accordion Panel-----------*/
.panel-default>.panel-heading {
    background-image: none;
    background-color: var(--bronze-25);
    border: none;
}

.panel {
    border: 1px solid var(--bronze-75);
}

.panelArrow {
    margin: 3px 3px 0 0;
    color: var(--action-blue-75);
}

.panelArrow:focus {
    outline: none;
}

.panel-title {
    line-height: 21px;
    font-weight: 600;
}

.panel-group label {
    font-weight: bold;
    display: inline-block;
    margin-top: 0;
}

/*---------Error Message ----*/
.errors {
    color: var(--black) !important;
    background-color: rgba(243, 11, 11, 0.1);
    font-weight: 600;
    font-size: 18px;
    border: solid 1px var(--error-red);
    border-left: 56px solid var(--error-red);
    padding: 8px;
    border-radius: 4px;
    margin: 16px 0;
}

.errors:before {
    position: relative;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    top: 8;
    left: -50px;
    content: "\f071";
    color: #ffffff;
    font-size: 28px;
}

.errors ul {
    margin: -24px 1px 0px;
    padding: 0;
    list-style-type: none;
}

.errors ul li {
    margin-bottom: 12px;
}

/*---------Note Message ----*/
.noteMessage {
    background-color: var(--off-white);
    border: solid 1px var(--progress-blue-75);
    border-left: 56px solid var(--progress-blue-75);
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.noteMessage:before {
    position: relative;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    top: 8px;
    left: -50px;
    content: "\f059";
    color: var(--action-blue);
    font-size: 28px;
}

.noteMessage h4 {
    margin: 16px 0 0 0;
}

.noteMessage p {
    margin-bottom: 0;
}

/*-----------------Forms ------------------*/
.DefaultFormControlClass {
    width: 98% !important;
}

.SectionHeaders {
    font-size: 18px;
    line-height: 27px;
    font-weight: 800;
    height: auto;
    margin-top: 16px;
}

.form-control {
    padding: 8px 12px;
    color: var(--dark-gray);
    border: 1px solid var(--action-blue-25);
    margin-top: 4px;
}

.form-control:focus {
    border-color: var(--progress-blue);

}

.form-group {
    margin: 0 0 16px 0;
}

label {
    font-weight: 600;
    text-align: center;

}

.DefaultLabelClass {
    margin-top: 16px;
}

/*-----------------ID Verification ---------*/
#IDAuthenticationQuestions label {
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: 8px;
    font-weight: 400;
}

#IDAuthenticationQuestions label:first-child {
    font-weight: 600;
    margin-bottom: 0;
}

/*---------------------Footer---------*/
.footerForm {
    margin-top: 16px;
}

/*--------------- CSS Tablet------------------- */
@media screen and (min-width: 768px) {
    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2 {
        font-size: 30px;
        line-height: 38px;
    }

    h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .lead {
        font-size: 20px;
        line-height: 30px;
    }

    .header {
        height: 112px;
        padding: 24px;
    }

    .headerLogo img {
        height: 72px;
    }

    .DefaultFormControlClass {
        width: 100% !important;
    }

    .SectionHeaders {
        font-size: 20px;
        line-height: 30px;
        height: 56px;
        margin: 32px 0 16px 0;
    }

    .form-group {
        margin: 0;
    }

    .footerForm {
        margin-top: 32px;
    }

    .Product_MoreInfo ul {
        margin-left: 24px;
    }
}

/*--------------- CSS Desktop small------------------- */
@media screen and (min-width: 992px) {
    .headerLogo {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        width: 970px;
        margin: 0 auto;
    }
}

/*--------------- CSS Desktop Big------------------- */
@media screen and (min-width: 1200px) {
    .headerLogo {
        width: 1170px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /*------------------IE Specific CSS--------------------------------*/
    .sectionIcon {
        border-bottom: solid 1px #baafa1;
    }

    .disclaimer {
        background-color: #f0f0f0;
        color: #353535;
    }

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        background-color: #005971;
    }

    .btn-primary.active {
        background-color: #408395;
    }

    .btn-primary.active:hover {
        background-color: #005971;
    }

    .btn-link {
        background-color: #e8e4e0;
        color: #005971;
    }

    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active {
        background-color: #d1c9c0;
        color: #005971;
    }

    .btn-default {
        background-color: #e63700;
    }

    .btn-default:hover,
    .btn-default:active,
    .btn-default:focus {
        background-color: #cd3100;
    }

    .btn-secondary {
        background-color: #408395;
        color: #ffffff;
    }

    .btn-secondary:hover,
    .btn-secondary:active,
    .btn-secondary:focus {
        background-color: #005971;
    }

    .fiviPrimBtn,
    .fiviBtn {
        background-color: #e63700;
    }

    .fiviPrimBtn:hover,
    .fiviPrimBtn:active,
    .fiviPrimBtn:focus,
    .fiviBtn:hover,
    .fiviBtn:active,
    .fiviBtn:focus {
        background-color: #cd3100;
    }

    article .task {
        color: #353535;
    }

    article .task:hover {
        background-color: #e8e4e0;
    }

    header .nav-item.active .nav-link,
    header .nav-item:hover .nav-link {
        color: #005971 !important;
        fill: #005971 !important;
        font-family: 'Lato';
    }

    .DefaultLabelClassV3.ErrorMessage {
        font-size: 20px;
    }

    .V3MessagesHeaderClass {
        background-color: #408395;
    }

    .V3StatusCenterTableClass {
        border: 1px solid #408395;
    }

    .V3LoanStatus {
        border: 1px solid #408395;
    }

    .V3SummaryBadge {
        background-color: #2cc2e1;
    }

    .header {
        background-color: #c10230;
    }

    .thumbnail {
        background-color: #f0f0f0;
        border-color: #d1c9c0;
    }

    .thumbIcon {
        color: #a39482;
        border: solid 1px #baafa1;
    }

    .panel-default>.panel-heading {
        background-color: #e8e4e0;
    }

    .panel {
        border: 1px solid #baafa1;
    }

    .panelArrow {
        color: #408395;
    }

    .errors {
        color: #353535 !important;
        border: solid 1px #F30B0B;
        border-left: 56px solid #F30B0B;
    }

    .noteMessage {
        background-color: #f0f0f0;
        border: solid 1px #61d1e9;
        border-left: 56px solid #61d1e9;
    }

    .noteMessage:before {
        color: #005971;
    }

    .form-control {
        color: #595959;
        border: 1px solid #bfd5db;
    }

    .form-control:focus {
        border-color: #2cc2e1;
    }
}

input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

input::-ms-check {
    display: auto !important !
}

#MFARememberMe {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

.btn-default {
    color: #fff;
    background-color: var(--solutions-blue);
}

.DefaultNextButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.V3StatusCenterLogin {
    text-align: center;
}

.V3SummaryCollapsedMenuButton {
    float: left !important;
}

.V3SummaryBadge {
    margin-left: 44px;
    background-color: #007bff;
}

.DefaultFormControlClassV3 {
    display: inline !important;
    height: 60px;
    font-size: 20px;
    width: 88% !important;
    border-width: 0px 0px 2px 0px !important;
    border-color: #ccc;
    border-style: solid !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin: 1em 5px 5px 5px !important;
    padding: 1em .5em .5em .5em !important;
    line-height: 20px !important;
    background-color: #F9F9F9 !important;

}

/* "small" in bootstrap - tablets */
@media all and (max-device-width: 992px),
all and (max-width: 992px) {
    .DefaultFormControlClassV3 {
        width: 90% !important;
    }
}

.LabelClassFocus {
    position: absolute;
    margin-left: 10px;
    font-size: 12px;
    top: -22px;
    color: gray;
    transition: 0.2s ease all;
    text-align: left;
    min-width: 500px;
}

.LabelClassPlaceholder {
    position: absolute;
    font-size: 25px;
    pointer-events: none;
    margin-left: 10px;
    top: -22px;
    transition: 0.2s ease all;
    width: 100%;
    min-width: 500px;
    text-align: left;
}

.LinkClass {
    text-decoration: underline;
    cursor: pointer;
    color: #6699cc;
}

.V3MessageArea {
    border: solid 1px var(--solutions-blue-25);
    border-radius: 4px;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

.V3MessageArea-Header {
    background-color: var(--eggshell-50);
    font-size: 1.5rem;
    padding: .5rem 1rem;
    text-align: left;
    border-radius: 4px 4px 0 0;
}

.V3MessageArea-Text {
    padding: 1rem;
    text-align: left;
}

.V3MessagesHeaderClass {
    background-color: var(--green);
    color: white;
}

/*----- Tables -----*/

.V3StatusCenterTableClass {
    border: 1px solid var(--solutions-blue);

}

table {
    border-collapse: separate;
    border-radius: 4px;

}

.table > tbody > tr > td {
    vertical-align: baseline;
}

.table > thead > tr > th,
.table > tbody >tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 12px;
}

.table > tbody > tr > td > div > div > span {
    display: flex;
    flex-direction: column;
    & .btn {
        width: min-content;
        margin: 4px 0 12px 0;
    }
    & a {
    	color: var(--solutions-blue);
    	text-decoration: underline;
    }
    & a:hover {
        color: var(--solutions-blue-hover);
    }
}

.DefaultTooltipClass {
	margin-top: 8px;
}

/*----- -----*/

.form-control {
    /* width: 30rem; */
    margin: auto;

}

/* handle IE label absolutes*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .LabelClassFocus,
    .LabelClassPlaceholder {
        top: 75px;
    }
    
}

/*
    Restyle
*/

body {
    line-height: 27px;
    font-size: 18px;
    font-family: "Lato", system-ui, sans-serif;
    font-weight: 400;
    color: var(--txt);
}

a {
    color: inherit;
    text-decoration: none;
    padding-left: 4px;
    cursor: pointer;
    transition: ease 0.4s;
}

.blockWidth {
    width: 100vw;
    color: var(--lGray);
}

.topHeader {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: var(--dGray);
    margin: 0 auto;
    font-size: 16px;
    padding: 8px 100px;
}

.midHeader {
    background-color: white;
    padding: 13.5px 100px;
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.midHeader,
.topHeader {
    padding: 2rem;
}

.mobileHeader {
    display: none;
}

@media (max-width: 400px) {
    header img {
        height: 28px;
    }
}

.container {
    padding: 0 16px 0 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    height: 100%;
    background-color: #fff;
    height: auto;
    /* min-height: 740px; */
    min-height: calc(100vh - calc(80px + 188px)); /*-- viewport height - (header height + footer height) --*/
}

.container-fluid {
    padding: 0;
}

.container-fluid > div {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footerOne {
    flex: 0 auto;
    background: var(--lGray2);
    color: var(--txt);
    padding: 90px;
}

.footerLayout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    background-color: var(--solutions-blue);
    padding: 24px 36px;
    font-size: 14px;
    color: white;
}

footer {
    background: unset;
    color: unset;
    padding: 0;
    font-size: unset;
    text-align: left;
    flex: none;
}

.footer-company-info {
    text-align: left;
    & p {
        margin: 0;
        line-height: 2rem;
    }
}

.img-fheo {}
.img-ncua {}

.fiviBtn.fiviLargeBtn.fiviPrimBtn,
.btn.btn-default.DefaultNextButton,
.btn.btn-primary.active,
.btn.btn-primary {
    /* padding: 14px 60px; */
    font-weight: 700;
    background: var(--action-orange);
    border: 1px solid transparent;
    color: white;
    border-radius: 4px;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
    display: inline;
    box-shadow: none;

}

.btn.btn-primary.active,
.btn.btn-primary {
	border: 2px solid var(--solutions-blue);
    background: var(--solutions-blue);
    min-width: 268px;
}

.task-cta {
    min-width: 188px;
}

.fiviBtn.fiviLargeBtn.fiviPrimBtn:hover {
    background-color: #cd3100;
}

.btn.btn-default.DefaultNextButton:hover,
.btn.btn-primary.active:hover,
.btn.btn-primary:hover {
    background-color: var(--solutions-blue-hover);
}

.btn.btn-link {
    padding: 12px 36px;
    font-weight: bold;
    color: var(--solutions-blue);
    background: #ffffff;
    border: 2px solid var(--solutions-blue);
    border-radius: 5px;
    font-size: 18px;
    margin: 13.5px;
    /* min-width: 180px; */
    display: inline;
}

table .btn.btn-link {
    margin-left: 0px;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
    background: var(--eggshell-50);
}

.fiviAdditionalMFAScreenContainer {
    outline: 1px solid var(--solutions-blue-25);
    border-radius: 4px;
    padding: 24px;
}

#showTimeout > .fiviCenterBtn > .btn.PrimaryButton.DefaultNextButton,
#showWarning > .fiviCenterBtn > .btn.PrimaryButton.DefaultNextButton {
	font-size: 18px;
    font-weight: 700;
    padding: 12px 40px;
}

#pnlShowMFADropdown,
#pnlShowMFACode {
	text-align: center;
}

#pnlControls {
    display: flex;
    flex-direction: column;
    /* margin: 0 auto; */
}

#pnlShowNextButton {
    display: flex;
    justify-content: center;
    > span > .btn.btn-default.DefaultNextButton {
        margin: 14px;
        padding: 12px 36px;
        border: 2px solid var(--solutions-blue);
        background-color: var(--solutions-blue);
        min-width: 130px;
        &:hover {
            background-color: var(--solutions-blue-hover);
        }
    }
}

#pnlControls > span {
    display: flex;
    justify-content: center;
    > .btn.btn-link {
        background-color: #ffffff;
        color: var(--solutions-blue);
        &:hover{background-color: var(--eggshell-50);}
    }
}

@media screen and (min-width: 768px) {
    .container {
        /* padding: 0 24px 0 24px; */
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 600px) {
    .V3MessageArea-Text {
        max-width: 600px;
        width: 100%;
    }
}

a:focus,
.btn:focus,
.panel-title:focus,
.icheckbox_square-grey.focus,
.iradio_square-grey.focus,
input[type=button]:focus,
input[type=submit]:focus,
button:focus,
.fiviPrimBtn:focus {
    outline: thin dotted;
    outline-offset: 2px;
    outline-color: black;
}