/***************** Start BLN Theme Colors ******************/
#header_logo,
#loan_navigation,
#bln-api-static-div,
#bln-api-static-div p,
#bln-api-ajax-content-div,
#footer_ctn {
    max-width: 1110px;
    width: 95%;
    margin: 0 auto;
}

#header_logo {
    background: #ffffff;
}

#logo_img {
    margin: 0 auto;
    width: auto;
    max-height: 300px;
}

#loan_navigation a,
#bln-api-ajax-content-div a,
#footer_info div a {
    color: var(--brand-color);
}

#loan_navigation a#current,
#loan_navigation a:hover,
#bln-api-ajax-content-div a:hover,
#bln-api-ajax-content-div h2,
#footer_info div,
#footer_info div a:hover {
    color: var(--brand-color-secondary);
}

#loan_navigation a {
    background: linear-gradient(#ffffff 0%, #eeeeee 100%);
}

#loan_navigation a:hover {
    background: linear-gradient(#eeeeee 0%, #ffffff 100%);
}

.submit-active,
.form_submit_button input {
    background-color: var(--brand-color) !important;
}

.submit-active:hover,
.form_submit_button input:hover {
    background-color: var(--brand-color-secondary) !important;
}

#footer_info,
#bln-api-ajax-content-div .form_entity p,
#bln-api-ajax-content-div p,
#bln-api-ajax-content-div h2,
#main,
#loan_navigation a,
#sub_mobile_menu a,
#bln-api-ajax-content-div a {
    font-family: "Arial", sans-serif !important;
}

/***************** End BLN Theme Colors ******************/
body {
    background-color: #ffffff;
    overflow-x: hidden;
    margin: 0px;
}

body>.home,
body>div {
    z-index: auto;
}

#header {
    padding: 50px 0 10px;
    height: auto;
    background-color: #ffffff;
    width: 100%;
    position: relative;
}

#mobile_menu {
    margin: 0 2.5%;
    display: none;
}

#mobile_menu i {
    font-size: 30px;
}

#sub_mobile_menu {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .96);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

#sub_mobile_menu ul {
    list-style: none;
    margin: 100px 0 0 0;
    padding: 0;
}

#sub_mobile_menu a {
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    height: 75px;
    display: block;
}

#sub_mobile_menu li {
    line-height: 75px;
    font-size: 20px;
    padding-left: 5%;
}

#close_mobile_menu {
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    top: 0;
    height: 80px;
    width: 100%;
    margin-top: 20px;
    line-height: 40px;
}

#close_mobile_menu i {
    float: right;
    margin-right: 2.5%;
}

#header_logo {
    float: none;
}

#logo_img {
    display: block;
    max-width: 100%;
}

#loan_navigation {
    margin-top: 20px;
    height: 45px;
    float: none;
    display: flex;
    justify-content: center;
}

#loan_navigation ul {
    margin: 0;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px 0px;
    float: left;
}

#loan_navigation li {
    list-style: none;
    float: left;
    position: relative;
    display: inline;
    width: auto;
    text-align: center;
    margin-left: 0;
}

#loan_navigation a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 0 15px;
    line-height: 45px;
    height: 45px;
    transition: background .5s, color .5s;
}

#main_background {
    opacity: 1;
}

#main {
    /* position: absolute; */
    width: 100%;
    margin: 0 auto;
}

#bln-api-static-div {
    padding-top: 20px;
    font-size: 25px;
    font-weight: bold;
}

#bln-api-static-div p {
    font-size: larger;
}

#bln-api-ajax-content-div {}

#bln-api-ajax-content-div h2 {
    font-size: 40px;
}

#bln-api-ajax-content-div p {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-shadow: 0 0 0 #ffffff;
    padding: 0;
}

.form,
.new-referral-left .form,
#password_form,
#bln-api-ajax-content-div .form,
#p1e_b_w_dialog_owneroccupy {
    background: #ffffff !important;
    /*border: 3px solid black;*/
    border-radius: 0px;
    width: auto !important;
}

#forgotPasswordForm {
    width: 100% !important;
}

.form,
#password_form {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#password_form {
    padding: 20px;
}

#forgotPasswordForm {
    width: 100% !important;
}

.form_label {
    float: left !important;
}

#bln-api-ajax-content-div a {
    font-weight: bold;
    text-decoration: none;
}

#bln-api-ajax-content-div .form_entity p {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-shadow: 0 0 0 #ffffff;
    clear: left;
    text-align: left;
}

#p1e_b_w_dialog_owneroccupy {
    background: none !important;
    border: none !important;
}

.form_entity a {
    cursor: pointer;
}

.form .checkbox input[type=checkbox] {
    margin: 4px !important;
}

.submit-active,
.form_submit_button input {
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    cursor: pointer;
}

.submit-active-previous {
    color: #ffffff !important;
    border: none !important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    max-width: 100%;
}

#footer {
    background-color: #ffffff;
    margin-top: 100px;
    width: 100%;
    height: 250px;
    box-shadow: 0 50vh 0 50vh #ffffff;
}

#footer_ctn {}

#footer_info {
    /* float: left; */
    font-size: 18px;
}

#footer_logo {
    float: left;
    width: 400px;
}

#footer_info div {
    /* display: inherit; */
    line-height: 40px;
}

#footer_info div h3 {
    font-size: 24px;
}

#footer_info div a {
    text-decoration: none;
}

#footer_info i {
    width: 25px;
}

@media screen and (max-width: 950px) {
    #footer {
        /*height: 350px;*/
    }

    #footer_ctn {
        width: 100%;
    }

    #footer_logo {
        margin: 0 auto;
        width: 100%;
    }

    #footer_logo img {
        margin: 0 auto;
        display: inherit;
    }

    #footer_info {
        width: 100%;
    }

    #footer_info div {
        text-align: center;
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;

        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;

        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}

@media screen and (max-width: 550px) {
    #header {
        padding-top: 20px;
    }

    #mobile_menu {
        display: block;
    }

    #loan_navigation {
        display: none;
    }

    .form_label {
        float: none !important;
    }
    #footer_info  h3 {
        font-size: 24px;
        text-align: center;
    }
}

@media screen and (min-width: 550px) {
    #flex-contacts {
        display: flex !important;
        column-gap: 1rem;
    }
}