/* ---- Existing styles continue ---- */


body {
    font-family: Roboto, Arial;
    font-size: 16px;
    color: #203970;
    background-color: #ffffff;
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: 100%;
    max-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    font-weight: normal;
    opacity: 25;
}

#form1 {
    height: 100%;
}

a {
    float: none;
    text-decoration: none;
    outline: 0;
    color: #203970;
}

    a:hover {
        float: none;
        text-decoration: underline;
        outline: 0;
        color: slateblue;
    }

    a:active {
        float: none;
        outline: 0;
        color: darkblue;
    }

h3 {
    padding-bottom: 4px;
}

label {
    display: block;
    margin-bottom: 5px;
    padding-left: 5px;
    text-align: left;
    font-weight: 500;
}

strong {
    /*font-weight: bold;*/
}

.pageheader {
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    clear: none;
    border-radius: 3px;
    background-color: transparent;
    color: #fff;
    font-size: 21px;
    text-align: center;
}

    .pageheader.black {
        color: #000;
    }

    .pageheader.left {
        text-align: left;
    }

.alignbuttonright {
    float: none;
    text-align: right;
}

.navbar {
    background-color: #fff;
}

.paragraphright {
    float: right;
    text-align: left;
}

.helpdialog {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    color: #000;
    font-size: 15px;
}

.panel {
    padding-right: 25px;
}

.centerfooter {
    overflow: visible;
    text-align: center;
}

.phonenumber {
    display: block;
    text-align: center;
}

.hoursofoperation {
    text-align: center;
}

.fieldlabel {
    border-color: transparent;
    box-shadow: none;
    color: #000;
    text-align: left;
}

.fieldlabel-white {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    display: block;
    text-align: left;
}

.input-text {
    margin-top: 10px;
    margin-right: 0px;
    float: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .52);
    background-color: #fff;
    color: #000;
}


.question {
    margin-top: 20px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    float: left;
    border-radius: 50px;
    background-color: #04628e;
    box-shadow: inset 0 0 6px 0 #fff;
    font-size: 15px;
    line-height: 7px;
}

.hero-blue {
    margin-left: 0px;
    padding-left: 0px;
    background-color: #fff;
}

.container-white {
    border-radius: 5px;
    background-color: transparent;
    color: #203970;
    /*margin-bottom: 140px;*/
}

.bottom-margin-140 {
    margin-bottom: 140px;
}

.bottom-margin-medium {
    margin-bottom: 50px;
}

.space-div-small {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
}

.space-div-large {
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
}

.space-div-xlarge {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000;
}

p {
    line-height: 1.5;
}

.paragraph-centered {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

    .paragraph-centered.largetext {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 20px;
    }

.continue-on-button {
    min-width: 100px;
    border-radius: 13px;
    background-color: #f90;
    background-image: -webkit-linear-gradient(270deg, #fff, #ff8f00 21%);
    background-image: linear-gradient(180deg, #fff, #ff8f00 21%);
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.grey-button {
    background-color: lightgray;
    color: #000;
    font-size: 16px;
    text-align: center;
}

.navy-button {
    background-color: #203970;
    color: #fff;
    font-size: 1.0em;
    text-align: center;
}

    .navy-button:hover {
        background-color: #0c1a39;
    }

.orange-button {
    width: 300px;
    border-radius: 20px;
    background-color: #f90;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.orange-consent-button {
    width: 100%;
    border-radius: 20px;
    background-color: #f90;
    color: #fff;
    font-size: 16px;
    text-align: center;
}


.column-centered {
    text-align: center;
}

.form {
    background-color: #fff;
    color: #000;
}

.error-label {
    padding-left: 0px;
    color: #BB0000;
}

.input-error {
    border-color: red;
    border-radius: 6px;
    box-shadow: inset 0 0 18px 0 red;
}

.help {
    border: 6px none #159b0f;
    border-radius: 35px;
    background-color: #106891;
    background-image: -webkit-linear-gradient(270deg, #fff, #919191 43%, #3b3b3b 55%, #000);
    background-image: linear-gradient(180deg, #fff, #919191 43%, #3b3b3b 55%, #000);
    font-size: 18px;
    line-height: 18px;
}

.copyright {
    margin-top: 17px;
    color: #000;
}

.navigation {
    color: #000;
}

.footer {
    clear: both;
    background-color: #203970;
    font-size: .75em;
    /*position: fixed;
    bottom: 0px;*/
    height: 120px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
}

    .footer nav {
        margin-bottom: 10px;
    }

        .footer nav .navlinks {
            font-size: 14px;
            padding-left: 20px;
            padding-bottom: 10px;
            color: #483D8B;
        }

        .footer nav a {
            text-decoration: none;
        }

            .footer nav a:hover {
                color: blue;
                text-decoration: underline;
            }

.page-wrapper {
    /*padding-bottom: 200px;*/
}

.page-header-2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.status_update_container {
    padding-left: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .page-wrapper {
        display: block;
        min-height: 85vh;
        overflow-y: hidden;
    }
}


.mainheading {
    padding-left: 40px;
}

.reference-text {
    padding: 0px 24%;
}

.contact_status_phone {
    display: flex;
    align-items: center;
    /*gap: 10px;*/
}

@media screen and (min-width: 320px) {
    .video-modal {
        width: 100% !important;
        height: 100%;
        overflow: scroll !important;
        position: inherit;
        left: 0%;
        margin-right: -17%;
        transform: none;
        color: #fff;
        top: 0%;
    }

    .transcript-modal {
        width: 100% !important;
        height: 100%;
        overflow: scroll !important;
        position: inherit;
        left: 0%;
        margin-right: -17%;
        transform: none;
        color: #fff;
        top: 15%;
    }

    .video-modal-div {
        width: 100% !important;
        margin-left: 0%;
        margin-top: 0%;
        overflow-y: auto !important;
    }

    .footer nav .navlinks {
        font-size: 14px;
        padding-left: 10px;
        padding-bottom: 10px;
        color: #483D8B;
    }

    .footer-style {
    }

    .copyright-style {
        margin-top: 30px;
        color: white;
        font-size: 12px;
    }

    .landingpageheader {
        min-height: 45px;
    }

    .reference-text {
        padding: 0px 10%;
    }

    .footeranchor {
        color: white !important;
        width: 50px;
        padding-top: 5px;
    }

    .footerspan {
        padding-left: 5px;
    }

    .faq-style {
        display: block;
    }

    .faq-padding {
        padding: 50px 10px;
        text-align: justify;
    }

    .contact_status_phone {
        display: flex;
        align-items: start;
        gap: 10px;
        flex-direction: column
    }

    .status_update_container {
        padding-left: 0;
    }
}

@media screen and (min-width: 750px) {

    .video-modal {
        width: 100% !important;
        height: 100%;
        overflow: scroll !important;
        position: inherit;
        left: 0%;
        margin-right: -17%;
        transform: none;
        color: #fff;
        top: 0%;
    }

    .transcript-modal {
        width: 100% !important;
        height: 100%;
        overflow: scroll !important;
        position: inherit;
        left: 0%;
        margin-right: -17%;
        transform: none;
        color: #fff;
        top: 15%;
    }

    .video-modal-div {
        width: 100% !important;
        margin-left: 0%;
        margin-top: 0%;
        overflow-y: auto !important;
    }

    .footer nav .navlinks {
        font-size: 14px;
        padding-left: 20px;
        padding-bottom: 10px;
        color: #483D8B;
    }

    .footer-style {
        float: right;
        width: 70%;
        text-align: right;
        padding-right: 40px;
        padding-top: 20px;
    }

    .copyright-style {
        text-align: right;
        color: white;
        font-size: 12px;
        padding-right: 40px;
        width: 50%;
        float: right;
        margin-top: 0px;
    }

    .landingpageheader {
        min-height: 57px;
    }

    .reference-text {
        padding: 0px 15%;
    }

    .footeranchor {
        color: white !important;
        width: 100px;
    }

    .footerspan {
        padding-left: 10px;
    }

    .faq-style {
        display: -webkit-inline-box;
        display: flex;
        margin-left: 2%;
    }

    .faq-padding {
        padding: 120px 0px;
        text-align: justify;
    }

    .contact_status_phone {
        display: flex;
        align-items: center;
        gap: 0;
        flex-direction: row;
    }
}

@media screen and (min-width: 1200px) {

    .video-modal {
        width: 100% !important;
        height: 100%;
        overflow: scroll !important;
        position: inherit;
        left: 0%;
        margin-right: -17%;
        transform: none;
        color: #fff;
        top: 0%;
    }

    .transcript-modal {
        width: 100% !important;
        height: 100%;
        overflow: scroll !important;
        position: inherit;
        left: 0%;
        margin-right: -17%;
        transform: none;
        color: #fff;
        top: 15%;
    }

    .video-modal-div {
        width: 65% !important;
        margin-left: 18% !important;
        margin-top: 1% !important;
        overflow-y: auto !important;
    }

    .footer nav .navlinks {
        font-size: 14px;
        padding-left: 20px;
        padding-bottom: 10px;
        color: #483D8B;
    }

    .footer-style {
        float: right;
        width: 80%;
        text-align: right;
        padding-right: 40px;
        padding-top: 20px;
    }

    .copyright-style {
        text-align: right;
        color: white;
        font-size: 12px;
        padding-right: 40px;
        width: 50%;
        float: right;
        margin-top: 0px;
    }

    .landingpageheader {
        min-height: 65px;
    }

    .footeranchor {
        color: white !important;
        width: 200px;
    }

    .footerspan {
        padding-left: 20px;
    }

    .faq-style {
        display: -webkit-inline-box;
        display: flex;
        margin-left: 10%;
    }

    .faq-padding {
        padding: 120px 0px;
        text-align: justify;
    }

    .status_update_container {
        padding-left: 20px;
    }
}

.landingpageheader {
    background-color: #ffffff;
    border-bottom: 1px solid #203970;
}

.error_container .close-button {
    position: initial;
    font-size: 25px;
    background-color: white;
}

.error_container .error_header {
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: larger;
}


.verify_code_container label {
    display: inline-block;
}

.verify_code_container .verify_code_header {
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: larger;
    align-items: center;
}

.verify_code_container .close-button {
    position: initial;
    font-size: 25px;
    background-color: white;
}

.login_otp_input {
    display: flex;
    align-items: end;
    gap: 20px;
}

    .login_otp_input input {
        margin-bottom: 0;
        height: 42px;
    }

@media screen and (min-width: 350px) {
    .login_container {
        background: white;
        text-align: left;
        top: 1%;
        left: 60%;
        color: #203970;
        border: 1px solid;
        padding: 25px;
        border: 1px solid #203970;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 15px 0;
    }

        .login_container label {
            font-weight: 400;
            padding-left: 0;
            margin-top: 10px;
        }

        .login_container h1 {
            font-weight: 500;
            font-size: larger;
        }

    .error_container {
        background: white;
        padding: 25px;
        text-align: left;
        top: 1%;
        left: 60%;
        color: #203970;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border: 1px solid #203970;
        margin: 15px 0;
    }

    .verify_code_container {
        background: white;
        padding: 25px;
        text-align: left;
        top: 1%;
        left: 60%;
        color: #203970;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border: 1px solid #203970;
        margin: 15px 0;
    }

    .textoverimage {
        margin-top: 5%;
        text-align: center;
        color: #203970;
        font-size: 14px;
    }

    .translate-container {
        background: white;
        border: 2px solid #ccc;
        border-radius: 10px;
        padding: 30px;
        width: 370px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 13px;
    }
    
    .ihi-unsubscribe-panel {
        width: auto;
        margin: 20px 0px 20px 0px;
        background: #fff;
        border: 2px solid #ccc;
        border-radius: 10px;
        padding: 25px;
        position: relative;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        font-size: 16px
    }

    #non-branded-banner-image {
        height: auto !important;
    }

    .align-label {
        text-align: left;
        padding-right: 15px;
        padding-top: 15px;
    }

    .align-checkbox {
        text-align: left;
        width: auto;
        padding-right: 15px;
        padding-top: 15px;
        width: 35px;
        height: 25px;
        margin-top: unset;
    }

    .lenderlogo {
        max-height: 45px;
        padding: 1%;
        height: 100%;
        margin-top: 10px;
        max-width: 140px;
    }

    .easy-steps {
        width: 100%;
        justify-content: center;
    }

    .steps-div1 {
        width: 100%;
        padding: 50px 50px 10px 50px;
        align-self: center;
        text-align: center;
    }

    .steps-div2 {
        width: 100%;
        padding: 10px 50px 10px 50px;
        align-self: center;
    }
}

@media screen and (min-width: 750px) {
    .login_container {
        margin: 15px 20%;
    }

    .error_container {
        margin: 15px 20%;
    }

    .verify_code_container {
        margin: 15px 20%;
    }

    .textoverimage {
        position: absolute;
        text-align: center;
        color: #203970;
        margin-top: 10%;
        top: 1%;
        left: 60%;
        font-size: 16px;
    }

    .translate-container {
        background: white;
        border: 2px solid #ccc;
        border-radius: 10px;
        padding: 30px;
        width: 500px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 20px;
        position:relative;
        left: 20%;
    }
    .ihi-unsubscribe-panel {
        width: 400px;
        margin: 40px auto;
        background: #fff;
        border: 2px solid #ccc;
        border-radius: 10px;
        padding: 25px;
        position: absolute;
        top:1%;
        left: 45%;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        font-size: 16px
    }
    .input-box {
        width: 200px;
    }

    #non-branded-banner-image {
        height: auto !important;
    }

    .start-btn {
    }

    .align-label {
        text-align: right;
        padding-right: 15px;
        padding-top: 15px;
    }

    .align-checkbox {
        text-align: right;
        width: auto;
        padding-right: 15px;
        padding-top: 15px;
        width: 35px;
        height: 25px;
        margin-top: unset;
    }

    .page-align {
        margin-left: 34px;
    }

    .lenderlogo {
        max-height: 100px;
        padding: 10px 25px 10px 25px;
        height: 100%;
        margin-top: 0px;
        max-width: 400px;
    }

    .easy-steps {
        width: 100%;
        display: inline-flex;
        justify-content: center;
    }

    .steps-div1 {
        width: 50%;
        padding: 50px;
        align-self: center;
        text-align: center;
    }

    .steps-div2 {
        width: 50%;
        padding: 50px;
        margin-left: 0%;
    }
}

@media screen and (min-width: 1200px) {

    .login_container {
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 5px;
        background: white;
        width: 350px;
        padding: 25px;
        text-align: left;
        top: 50%;
        transform: translateY(-50%);
        right: 20%;
        color: #203970;
        border: none;
        overflow-y: hidden;
        gap: 5px;
        margin: 0;
        max-height: 95%;
    }

        .login_container label {
            font-weight: 400;
            padding-left: 0;
            margin-top: 10px;
        }

        .login_container h1 {
            font-weight: 500;
            font-size: larger;
        }

        .login_container .login-btn {
            margin-top: 01px;
        }

    .error_container {
        position: absolute;
        background: white;
        width: 560px;
        padding: 25px;
        text-align: left;
        top: 50%;
        transform: translateY(-50%);
        right: 5%;
        left: unset;
        margin: 0;
        color: #203970;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border: none;
    }

    .verify_code_container {
        position: absolute;
        background: white;
        width: 560px;
        padding: 20px;
        text-align: left;
        top: 50%;
        transform: translateY(-50%);
        right: 5%;
        color: #203970;
        display: flex;
        flex-direction: column;
        gap: 8px;
        border: none;
        line-height: initial;
        font-size: initial;
        margin: 0;
        max-height: 95%;
        margin: unset;
        left: unset;
        overflow-y: auto;
    }

    .textoverimage {
        position: absolute;
        text-align: center;
        margin-top: 10%;
        top: 1%;
        left: 60%;
        color: #203970;
        font-size: 20px;
    }

    .translate-container {
        background: white;
        border: 2px solid #ccc;
        border-radius: 10px;
        padding: 30px;
        width: 600px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 30%;
        left: 45%;
        font-size: 14px;
    }
    .ihi-unsubscribe-panel {
        width: 400px;
        margin: 40px auto;
        background: #fff;
        border: 2px solid #ccc;
        border-radius: 10px;
        padding: 25px;
        position: absolute;
        top: 30%;
        left: 55%;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        font-size: 16px
    }
    .input-box {
        width: 200px;
    }

    #non-branded-banner-image {
        height: 515px !important;
    }

    .start-btn {
        width: 180px;
        height: 50px;
        font-size: 20px;
    }

    .align-label {
        text-align: right;
        padding-right: 15px;
        padding-top: 15px;
    }

    .align-checkbox {
        text-align: right;
        width: auto;
        padding-right: 15px;
        padding-top: 15px;
        width: 35px;
        height: 25px;
        margin-top: unset;
    }

    .page-align {
        margin-left: 40px;
    }

    .lenderlogo {
        max-height: 100px;
        padding: 10px 25px 10px 25px;
        height: 100%;
        margin-top: 0px;
        max-width: 100%;
    }

    .easy-steps {
        width: 100%;
        display: inline-flex;
        justify-content: center;
    }

    .steps-div1 {
        width: 50%;
        padding: 50px;
        align-self: center;
        text-align: center;
    }

    .steps-div2 {
        width: 50%;
        padding: 50px;
        margin-left: 0%;
    }
}

/* ---- Index page (MVC): prevent layout shift while JS decides which section to show ---- */
.ihi-preinit-hidden {
    display: none;
}

/* Reserve space for the hero image so the footer doesn't jump when it loads */
.ihi-hero {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.landingpagesection {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    /*background-image: url('../images/home.png');*/
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.mainpagesection {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #e1e6e9;
    background-position: 0px 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .landingpagesection {
        display: block;
    }
}

.paragraph-white {
    margin-top: 15px;
    padding-top: 0px;
    border-bottom: 1px none #000;
    box-shadow: none;
    text-align: left;
}

.link {
    float: none;
    outline: 0;
}

    .link:hover {
        float: none;
        outline: 0;
    }

.white {
    color: #fff;
}

.orange {
    color: orange;
}

.small {
    font-size: small;
}

.homeheadersection {
    width: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
}

.mortgageheading {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 1%;
    margin-top: 1%;
    background-position: 0px 64%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-align: center;
}

.fieldlabel-black {
    color: #000;
    font-size: 17px;
}

.anonlogo {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    clear: left;
    color: #fff;
    text-align: center;
}

.dropdown {
    border: 1px solid #000;
    border-radius: 10px;
}

.previous-link {
    position: static;
    top: 0px;
    right: 0px;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.orange-triangle-right {
    padding: 0px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid orange;
    background-color: transparent;
}

.divhome {
    background-image: url('../images/HomeOwnersMobile.png');
    background-position: -70% 2%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.homebackground {
    background-image: url('../images/Homeowners.png');
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.medium {
    font-size: 16px;
}

.large {
    /*font-size: 20px;*/
}

.bold {
    /*font-weight: 600;*/
}

@media (max-width: 991px) {
    .panel {
        padding-left: 25px;
        box-shadow: none;
    }

    .question-button {
        border-radius: 5px;
        font-size: 20px;
    }

    .continue-on-button {
        font-size: 15px;
    }

    .landingpagesection {
        background-image: none;
    }

    .anonlogo {
        padding-bottom: 25px;
    }

    .pagetitleheader {
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 24px;
    }

    .pageheader {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fieldlabel {
        text-align: center;
    }

    .landingpagesection {
        background-image: none;
    }

    .paragraph-white {
        background-image: none;
    }

    .pagetitleheader {
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width: 479px) {
    .pageheader {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mainheading {
        margin-left: 1px;
        padding-left: 2px;
    }

    .landingpagesection {
        background-image: none;
    }

    .paragraph-white {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .link-white {
        margin-top: 10px;
        float: left;
    }

    .mainpagesection {
        background-image: none;
    }

    .homeheadersection {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .orange-triangle-right {
        width: 0px;
        height: 0px;
        padding: 0px;
        border-style: solid;
        border-width: 12px 0px 12px 20px;
        border-color: transparent transparent transparent orange;
        background-color: transparent;
    }

    .pagetitleheader {
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
}

.spinner {
    height: 50px;
    width: 50px;
    margin: 50px auto;
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 50px);
    -webkit-animation: rotation 1.2s infinite linear;
    -moz-animation: rotation 1.2s infinite linear;
    -o-animation: rotation 1.2s infinite linear;
    animation: rotation 1.2s infinite linear;
    border-left: 15px solid #AFB7BA;
    border-right: 15px solid #AFB7BA;
    border-bottom: 15px solid #fff;
    border-top: 15px solid #fff;
    border-radius: 100%;
    z-index: 4;
}

.overlay {
    opacity: .65;
    background-color: #000;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    z-index: 10;
    /*margin: -20px -20px;*/
    border-radius: 3px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.file_input_div {
    position: relative;
    /*width: 200px;*/
    height: 37px;
    overflow: hidden;
}

.file_input_hidden {
    font-size: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.backdrop {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(191, 194, 199, 0.69);
    z-index: 100;
    left: 0;
}

#FileUploadList {
    margin-left: -40px;
    background: #f0f7fa;
    margin: 2px;
    padding: 9px;
    border-radius: 3px;
    font-size: 12px;
}

    #FileUploadList li {
        list-style: none;
        padding: 3px;
        background: #f0f7fa;
        border-bottom: 1px solid #dcdcdc;
    }

.btn-action {
    /*border-radius: 10px;*/
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
    margin-left: 4px;
}

.btn-action-grey {
    padding-left: 10px;
    padding-right: 10px;
}

.btn-blue {
    background: #04628e;
}

.btn-orange {
    background: #f90;
}

.btn-grey {
    background: #dcdcdc;
    color: #555555;
}

.ngls-backdrop {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(191, 194, 199, 0.69);
    z-index: 100;
    left: 0;
}

.ngls-container {
    position: fixed;
    top: 30%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.popup {
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 500px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
    text-align: center;
    border-radius: 10px;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 16px;
    background-color: #50729238;
}

.rating-row {
    align-items: center;
}

    .rating-row button:hover {
        outline: 0;
        background-color: #282c2c4a;
    }

    .rating-row button.selected {
        background-color: #282c2c4a;
        font-weight: bold;
        border: 1px solid #203970;
    }

    .rating-row button {
        cursor: pointer;
        font-size: 16px;
        margin: 0 3px;
        color: #203970;
        background-color: #50729238;
        opacity: 0.8;
    }

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

#commentsTextarea {
    width: 100%;
    border: 1px solid #203970;
}

.empty-row {
    height: 1em;
}

#ratingPopup span:focus-visible,
#ratingPopup div:focus-visible,
#ratingPopup button:focus-visible,
#ratingPopup textarea:focus-visible {
    outline: 2px solid navy;
    border-radius: 3px;
}

#ratingPopup .navy-btn-light-background:focus-visible {
    outline: 4px solid #2E5A88;
    border-radius: 6px;
}

#unsatisfied {
    float: left;
    padding-left: 20px;
}

#verySatisfied {
    float: right;
    padding-right: 20px;
}

@media (max-width: 420px) {
    .popup {
        width: 100%;
        height: auto;
        font-size: 14px;
    }

    #unsatisfied {
        padding-left: 0px;
    }

    #verySatisfied {
        padding-right: 0px;
    }
}

.ngls-main {
    width: 350px;
    margin-top: 80px;
    float: left;
    padding: 8px 8px 8px;
    background-color: white;
    border: 10px solid white;
    box-shadow: 0 0 10px;
    border-radius: 16px;
    color: #203970;
}

.ngls-container label {
    color: #133752;
    text-shadow: 0 1px 0 #c5cedd;
    font-size: 14px;
    font-weight: bold;
}

.ngls-actions-menu {
    width: 100%;
    position: relative;
    text-align: center;
}

    .ngls-actions-menu div {
        margin: 5px 0 5px 0;
    }

        .ngls-actions-menu div a {
            font-size: 11px;
            text-decoration: none;
            color: #4f4f4f;
            font-weight: bold;
        }

    .ngls-actions-menu a:hover {
        text-decoration: underline;
        color: #4f4f4f;
        font-weight: bold;
    }

.ngls-hide {
    display: none;
}

.ngls-error {
    display: block;
}

#additional-instructions {
    display: inline-block;
    max-width: 800px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
}

    #additional-instructions ul {
        padding-left: 17px;
    }

    #additional-instructions a {
        text-decoration: none;
    }

        #additional-instructions a:hover {
            text-decoration: underline;
        }

.ngls-line-space {
    padding-top: 4px;
    padding-bottom: 8px;
}

.custom-hr {
    margin: 5px 0px 10px 0px;
    height: 2px;
    background-color: #005FAE;
}

.ngls-bold {
    font-weight: 600;
}

.ngls-extra-bold {
    font-weight: 600;
    text-align: center;
}

.ngls-larder-header {
    font-size: 21px;
}

.ngls-policy-sample {
    display: inline;
    position: relative;
    top: -100px;
}

#btn-close-sample {
    float: right;
    position: relative;
    top: 25px;
    left: -15px;
}

.steps-header {
    margin-left: -15px;
}

.steps-detail {
    padding: 15px;
    border: 1px solid #203970;
}

.video-close-icon, .transcript-close-icon {
    float: right;
    width: 50px;
    cursor: pointer;
}

.info-video {
    /* do not remove*/
}

body input:focus-visible,
body button:focus-visible,
body a:focus-visible,
body img:focus-visible,
body div:focus-visible,
body span:focus-visible,
body p:focus-visible {
    outline: 2px solid navy;
    border-radius: 3px;
}


.footer input:focus-visible,
.footer a:focus-visible,
.footer img:focus-visible,
.footer div:focus-visible,
.footer span:focus-visible {
    outline: 2px solid white;
    border-radius: 3px;
}


.navy-button:focus-visible {
    outline: 4px solid white;
    border-radius: 3px;
    background-color: #0c1a39;
}

.panel-title h2:focus-visible,
.panel-title a:focus-visible {
    background-color: #2E5A88;
    outline: 2px solid white;
    border-radius: 3px;
}


.panel-body:focus-visible {
    background-color: #2E5A88;
    outline: 2px solid white;
    border-radius: 3px;
}

.panel-body ol:focus-visible,
.panel-body ul:focus-visible,
.panel-body li:focus-visible,
.panel-body a:focus-visible,
.panel-body div:focus-visible {
    background-color: #2E5A88;
    outline: 2px solid white;
    border-radius: 3px;
}

.navy-btn-light-background:focus-visible {
    outline: 4px solid #2E5A88;
    border-radius: 6px;
}

.link-to-policy {
}

    .link-to-policy span {
        margin-bottom: 10px;
    }

.buttons input, .buttons button {
    padding: 1rem;
    min-width: 12rem;
    margin-right: 10px;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-widget-content {
    border-radius: 6px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
    max-width: 510px;
    color: #203970 !important;
    font-family: Roboto,Arial !important;
}

.ui-dialog-content {
    padding: 20px 30px;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 1;
}

#thankyou-dialog {
    overflow-y: hidden !important;
}

.close-dialog {
    float: right;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

#ratingPopup {
    border: 1px solid #ddd;
    padding: 5px;
}



.title {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.fail-message {
    display: flex;
    width: 100%
}

.status-update {
    width: 80%;
    margin-left: 180px;
}

#igniteIframe {
    z-index: 999; /* Bring modal to front of page */
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: none;
    -webkit-transform: translateZ(0);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

    #igniteIframe.show {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }



@media screen and (max-width:480px) {

    .ui-dialog {
        width: 90% !important;
        left: 20% !important;
        right: 5% !important;
        top: 50% !important;
    }
}

@media screen and (max-width:1024px) {
    .ui-dialog {
        width: 90% !important;
        left: 20% !important;
        right: 5% !important;
        top: 50% !important;
    }
}

@media screen and (max-width:750px) {
    .ui-dialog {
        width: 90% !important;
        left: 5% !important;
        right: 5% !important;
        top: 50% !important;
    }
}

@media screen and (min-width:1200px) {
    .ui-dialog {
        width: 700px !important;
    }
    #axleHint {
        width: 480px;
    }
}


body {
    font-family: Arial, sans-serif;
    background: #f0f0f0;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}



.instruction {
    /*font-size: 14px;*/
    margin-bottom: 20px;
}

.input-section {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.example-text {
    margin-right: 5px;
    /*font-size: 14px;*/
    /*color: #333;*/
}

.input-box {
    padding: 5px 10px;
    font-size: 14px;
    width: 200px;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin-right: 5px;
}

.go-button {
    padding: 6px 12px;
    background-color: #203970;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .go-button:hover {
        background-color: #0c1a39;
    }

.unsure-text {
    font-size: 14px;
}

.link {
    color: #0066cc;
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline;
    }


  @media(max-width:992px) {
        .wrapper {
            width: 100%;
        }
    }

.modal-backdrop,
.modal-backdrop.in,
.modal-backdrop.show {
    background-color: #000;
    opacity: 0.5;
}
.modal .title{
    border-bottom: none;
}

.ihi-header-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ihi-header-processing-btn {
    margin-right: 170px;
    white-space: nowrap;
    border-radius: 10px
}

@media screen and (max-width: 479px) {
    .ihi-header-brand {
        padding-right: 10px;
    }

    .ihi-header-processing-btn {
        padding: 8px 12px;
        font-size: 14px;
        position: relative;
        top: 105px;
        z-index: 1000;
    }

    #axleHint, #quick-option {
        position: inherit !important;
        left: 0px;
        margin-top: 10px !important;
        
    }
    .button1 {
        margin-left: 0px !important
    }
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ihi-header-brand {
        padding-right: 10px;
    }

    .ihi-header-processing-btn {
        padding: 8px 12px;
        font-size: 14px;
        position: relative;
        top: 105px;
        z-index: 1000;
    }
    #axleHint {
        position: inherit !important;
        left: 0px;
        margin-left: 130px;
        width: 480px;
    }
    .button1 {
        margin-left: 0px !important
    }
}

/* Processing: halo effect for Link Policy button when enabled */
.ihi-halo {
    position: relative;
}

@media (prefers-reduced-motion: reduce) {


    .ihi-halo {
        position: relative;
        padding: 10px;
        text-align: center;
        border-radius: 2%;
        cursor: pointer;
        box-shadow: 0 0 0 0 #5a99d4;
        animation: pulse2 2.5s infinite;
    }

        .ihi-halo:hover {
            animation: none;
            -webkit-animation: none;
        }

    @keyframes pulse2 {
        0% {
            /*@include transform(scale(.9));*/
            /*transform: scale(.9);*/
        }

        70% {
            /*@include transform(scale(1));*/
            /*transform: scale(1);*/
            box-shadow: 0 0 0 10px #46de46;
        }

        100% {
            /*@include transform(scale(.9));*/
            /*transform: scale(.9);*/
            box-shadow: 0 0 0 0 #46de46;
        }
    }
}

/* OptOut (unsubscribe) panel */


.ihi-unsubscribe-message {
    margin-bottom: 20px;
}

.ihi-unsubscribe-btn {
    border-radius: 10px;
    font-size: 16px;
    margin-left: 100px;
}

.ihi-unsubscribe-result {
    font-size: 16px;
    font-weight: 500;
}