<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p {
    margin-bottom: 1.75em;
}

.page-template-signup-page header {
    padding: 18px 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

a.custom-logo-link img {
    width: 145px;
}

.page-template-signup-page header h1 {
    font-family: "Roboto", Sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #00adee;
    margin-top: 13px;
}

.pt30 {
    padding-top: 30px;
}

.mt25,
.ppty,
.llbb,
#AddLiability {
    margin-top: 25px;
}

div.error {
    color: #f44336;
    font-style: italic;
    padding-top: 5px;
    padding-left: 10px;
}

.site-content {
    background: #e0eaee;
}

.asss,
.llbb,
div.error {
    display: none;
}

.phn {
    text-align: right;
    font-family: "Raleway", Sans-serif;
    font-weight: 900;
    color: #00adee;
    font-size: 24px;
    margin-top: 15px;
}

.signup {
    background: #fff;
}

.progress-bar {
    position: relative;
    float: none;
    margin: 30px auto;
    padding: 4px;
    height: 14px;
    width: 90%;
    border-radius: 10px;
    background-color: #e3ecf2;
    overflow: hidden;
    box-shadow: inset 0 7px 5px -7px rgba(0, 0, 0, 0.7);
}

.progress-bar .show-progress {
    height: 6px;
    width: 100%;
    background-color: #d70a8b;
    border-radius: 10px;
    margin-left: -66%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.progress-bar .show-progress:after {
    content: ' ';
    width: 5px;
    height: 6px;
    position: absolute;
    top: 4px;
    left: 0px;
    background-color: #e3ecf2;
}

.progress-bar .show-progress.step-1 {
    margin-left: -66%!important;
}

.progress-bar .show-progress.step-2 {
    margin-left: -33%!important;
}

.progress-bar .show-progress.step-3 {
    margin-left: 0!important;
}

.center {
    text-align: center;
}

h2.eligible {
    text-align: center;
    font-family: "Raleway", Sans-serif;
    font-weight: 200;
    font-size: 42px;
    margin-bottom: 10px;
}

h2.eligible.brdr {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.formmm {
    display: none;
    border-top: 1px solid #ddd;
}

.signup p {
    font-family: "Raleway", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.signup p.bold {
    font-weight: 300;
}

#EligibleForm {
    max-width: 480px;
    margin: 0 auto;
}

.mb25,
.asss {
    margin-bottom: 25px;
}

.inpt {
    position: relative;
    margin-bottom: 25px;
    height: 52px;
    border-radius: 5px;
}

#loanForm .inpt {
    margin-bottom: 0;
}

.inpt input {
    width: 100%;
    position: absolute;
    background: none!important;
    z-index: 10;
    height: 50px;
    line-height: 20px;
    padding: 15px 15px 0 15px;
    border-radius: 5px;
    outline: none!important;
}

.inpt select {
    width: 100%;
    padding-left: 10px;
    background: #fff;
    border-radius: 5px;
    outline: none;
}

.inpt input~label:not(.error) {
    position: absolute;
    left: 15px;
    width: auto;
    top: 15px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    transition: 0.3s;
    z-index: 0;
    letter-spacing: 0.5px;
}

.inpt input::-webkit-input-placeholder,
.inpt input::placeholder {
    color: transparent;
}

.inpt input:focus::-webkit-input-placeholder,
.inpt input:focus::placeholder {
    color: #ccc;
}

.inpt input:focus~label:not(.error),
.inpt input:not(:placeholder-shown)~label:not(.error) {
    top: 5px;
    font-size: 11px;
    color: #0277bf;
    transition: 0.3s;
}

.inpt label.error {
    position: absolute;
    width: 100%;
    left: 10px;
    bottom: -20px;
    color: #f44336;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}

input[type="submit"],
#loanFormSubmit {
    width: 200px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    border: 0;
    border-radius: 25px;
    margin-top: 20px;
    padding: 10px 40px;
    background-color: #00adee;
    transition: all ease 0.3s;
}

.inpt.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.inpt.select:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    font-size: 18px;
    background: #ddd;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 46px;
    text-align: center;
    padding-top: 13px;
}

.inpt.select label:not(.error) {
    display: none;
    position: absolute;
    width: auto;
    left: 12px;
    top: 2px;
    font-size: 11px;
    color: #a09f9f;
    font-weight: normal;
}

.inpt.select.selected label:not(.error) {
    display: inherit;
}

input[type="submit"]:hover {
    background-color: #d70a8b;
}

.eIon {
    width: 78px;
    height: 78px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: url(../images/eligible.png);
}

div#getStarted,
#ThankYou {
    display: none;
}

.checkbox {
    padding-left: 20px;
    position: relative;
    top: 0;
}

.checkbox label {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: normal;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #d70a8b;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

footer {
    text-align: right;
    background: #fff;
    padding: 20px 0;
}

span.ftbg {
    display: inline-block;
    width: 350px;
    max-width: 70%;
    height: 76px;
    background: url(../images/footr.svg);
}

span.errors {
    position: absolute;
    width: 100%;
    left: 5px;
    bottom: -12px;
    color: #f44336;
    font-size: 12px;
}

.switcher {
    margin: 20px 0;
}

.switcher ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.switcher ul li {
    display: inline-block;
    padding: 0;
    margin-left: -4px;
}

.switcher ul li a {
    border: 1px solid #ddd;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.switcher ul li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.switcher ul li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.switcher span {
    position: absolute;
    display: block;
    top: 2px;
    left: 50%;
    line-height: 7px;
    margin-left: -18px;
    padding: 4px 8px;
    background: #fff;
    color: #b6b1b1;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.switcher ul li a.active {
    background: #00adee;
    border-color: #00adee;
    color: #fff;
}

.mt30 {
    margin-top: 30px;
}

.headerbg {
    background: url(../images/header.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    height: 150px;
}

.headerbg h2 {
    font-family: "Raleway", Sans-serif;
    font-weight: 100;
    font-size: 42px;
    padding-left: 50px;
    padding-top: 45px
}

.headerbg h3 {
    background: url(../images/timmer.png) no-repeat;
    font-size: 18px;
    padding-left: 55px;
    padding-top: 6px;
    height: 40px;
    margin-top: 62px;
}

.headerbg h3 em {
    display: block;
    font-size: 12px;
    font-style: normal;
}

ul.mn {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style-type: none;
    background: #0c3a68;
    border-top: 1px solid #fff;
}

ul.mn li {
    display: inline-block;
    width: 33%;
    text-align: center;
    padding: 10px 0;
}

ul.mn li.baccount {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

ul.mn li a img {
    padding-right: 10px;
}

ul.mn li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.frar {
    display: none;
}

.frar.active {
    display: block;
}

.frar h3 {
    font-size: 16px;
    font-weight: 600;
}

.formarea {
    margin-bottom: 120px;
    background: #fff;
    padding: 30px 40px;
    -webkit-box-shadow: 0 3px 7px rgba(65, 65, 65, .11);
    box-shadow: 0 3px 7px rgba(65, 65, 65, .11);
}

.logout {
    font-size: 15px;
    margin-top: 20px;
}

.bloan {
    display: none;
}

.formarea .inpt input {
    border-radius: 0;
    padding: 0px 10px 0 10px;
}

.formarea .inpt input:focus~label:not(.error),
.formarea .inpt input:not(:placeholder-shown)~label:not(.error),
.formarea .inpt.select label:not(.error),
.inpt.mskd input~label:not(.error) {
    font-size: 11px;
    top: -8px;
    padding: 0 5px;
    background: #fff;
    z-index: 10;
}

.formarea .inpt select {
    border-radius: 0;
    padding: 0px 10px 0 10px;
    height: 46px;
}

.formarea .checkbox label {
    font-size: 13px;
    padding-left: 30px;
}

.formarea .checkbox label::before {
    height: 40px;
    width: 40px;
    top: 5px;
}

.formarea .checkbox label::after {
    color: #40aa00;
    font-size: 25px;
    top: 5px;
    left: 5px;
}

input#basicinfosubmit {
    border-radius: 5px;
    background: #13b431;
}

input#basicinfosubmit:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.inpt.rdio input {
    opacity: 0;
}

.inpt.rdio label:not(.error) {
    display: block;
    top: 0!important;
    width: 100%!important;
    text-align: center;
    color: #666;
    font-size: 14px!important;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px!important;
    font-weight: normal;
    cursor: pointer;
    left: 0!important;
}

.inpt.rdio input[type=radio]:checked+label:not(.error) {
    background: #00adee;
    border-color: #00adee;
    color: #fff;
}

.tile_content.sidebar_tile {
    padding: 15px;
    height: auto;
    background-color: #fff;
    border: 1px solid #edf0f1;
    -webkit-box-shadow: 0 3px 7px rgba(65, 65, 65, .11);
    box-shadow: 0 3px 7px rgba(65, 65, 65, .11);
    text-align: left;
    color: #49565e;
}

.tile_content.sidebar_tile .sidebar_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tile_content.sidebar_tile .sidebar_list li {
    font-size: 14px;
    line-height: 1.25em;
    line-height: 2.14286em;
    text-indent: -1.4em;
    padding-left: 1.4em;
}

.tile_content.sidebar_tile .sidebar_list li:before {
    font-family: FontAwesome;
    content: "ï€Œ";
    color: #0277bf;
    float: left;
    width: 1.4em;
}

.tile_content.sidebar_tile:not(:first-child) {
    margin-top: 20px;
}

.tile_content.sidebar_tile .sidebar_list li.contact:before {
    content: "ïƒ&nbsp;";
}

.tile_content.sidebar_tile .sidebar_list li.phone:before {
    content: "ï‚•";
}

.phone_num {
    padding-top: 17px;
    font-weight: 900;
    color: #00adee;
    text-align: right;
    font-size: 23px;
}






/* Base for label styling */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}

.termscol label {
    font-weight: normal;
    font-size: 13px;
}

.termscol a {
    color: #04adee;
}

.title_hed {
    border-bottom: 1px solid #dadada;
    padding: 10px 0;
    font-size: 15px;
}

.title_hed span {
    color: #00adee;
    font-size: 30px;
    font-weight: 700;
    padding-right: 20px;
}

.pad_t20 {
    padding-top: 20px;
}

.pad_b20 {
    padding-bottom: 20px;
}

.asset_click {
    font-size: 16px;
    font-weight: 600;
    padding-top: 6px;
    display: block;
    color: #626263;
}

.assets .termscol label {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: 600;
    color: #626263;
}

.customdropdown button:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 8px;
    color: #404040;
    font-size: 35px;
    font: normal normal normal 20px/1 FontAwesome;
    pointer-events: none;
    transform-origin: 50% 50%;
    transform: translate(-100%, -50%) rotate(0deg);
    transition: all .25s cubic-bezier(.4, .25, .3, 1);
    z-index: 2;
    font-weight: 800;
}






/* Base for label styling */

[type="radio"]:not(:checked),
[type="radio"]:checked,
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label,
[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}






/* checkbox aspect */

[type="radio"]:not(:checked)+label:before,
[type="radio"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}






/* checked mark aspect */

[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '\2713\0020';
    position: absolute;
    top: 6px;
    left: 7px;
    font-size: 20px;
    line-height: 0.8;
    color: #2ECC71;
    transition: all .2s;
}






/* checked mark aspect changes */

[type="radio"]:not(:checked)+label:after,
[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="radio"]:checked+label:after,
[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}






/* disabled checkbox */

[type="radio"]:disabled:not(:checked)+label:before,
[type="radio"]:disabled:checked+label:before,
[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="radio"]:disabled:checked+label:after,
[type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

[type="radio"]:disabled+label,
[type="checkbox"]:disabled+label {
    color: #aaa;
}

.termscol label:not(.llwr) {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
    margin-bottom: 0;
}

.termscol a {
    color: #04adee;
}

.title_hed {
    border-bottom: 1px solid #dadada;
    padding: 10px 0 0;
    font-size: 15px;
}

.title_hed span {
    color: #00adee;
    font-size: 30px;
    font-weight: 700;
    padding-right: 20px;
}

.mid_col {
    margin: 0 auto;
    max-width: 800px;
}

.pad_t20 {
    padding-top: 20px;
}

.pad_b20 {
    padding-bottom: 20px;
}

.asset_click {
    font-size: 14px;
    font-weight: 600;
    padding-top: 6px;
    display: block;
    color: #626263;
    margin-bottom: 10px;
}

.assets .termscol label {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: 600;
    color: #626263;
}

.customdropdown button:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 8px;
    color: #404040;
    font-size: 35px;
    font: normal normal normal 20px/1 FontAwesome;
    pointer-events: none;
    transform-origin: 50% 50%;
    transform: translate(-100%, -50%) rotate(0deg);
    transition: all .25s cubic-bezier(.4, .25, .3, 1);
    z-index: 2;
    font-weight: 800;
}

.customdropdown button {
    width: 100%;
    background: none!important;
    z-index: 10;
    height: 50px;
    line-height: 20px;
    padding: 0px 15px 0 20px;
    border: 1px solid #ccc;
    color: #555;
    border-radius: 5px;
    outline: none!important;
    text-align: left;
    line-height: normal;
}

.customdropdown button:hover {
    background: none;
}

.customdropdown button em {
    position: absolute;
    top: 16px;
    font-style: normal;
    transition: 0.3s;
}

.customdropdown button em.hasVal {
    top: 6px;
    font-size: 11px;
    color: #0277bf;
}

.customdropdown button span {
    display: inline-block;
    padding-top: 15px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #555;
    background-color: #3276b1;
    border-color: #ccc;
}

.customdropdown .dropdown-menu {
    width: 100%;
    box-shadow: 0 0;
    border: 1px solid #ccc;
    top: 90%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.customdropdown .dropdown-menu li {
    border-bottom: 1px solid #f1f0f0;
    padding: 0 10px;
}

.customdropdown .dropdown-menu li:hover {
    background: #00adee;
}

.customdropdown .dropdown-menu li:hover a {
    color: #fff;
}

.customdropdown .dropdown-menu li:last-child {
    border: 0;
}

.customdropdown .dropdown-menu li a {
    display: block;
    padding: 12px 0;
}

.customdropdown.open button:after {
    transform: translate(-100%, -50%) rotate(180deg);
}

.add_set {
    display: inline-block;
    background: #e8e8e8;
    padding: 10px 60px 10px 20px;
    font-size: 16px;
    color: #555;
}

.add_set .fa {
    padding-right: 20px;
    color: #44b519;
    font-weight: 300;
}

.assetblock {
    padding: 0 0 50px;
}

.assetinfo p {
    font-size: 13px;
    line-height: inherit;
}

.assetinfo {
    padding: 0 0 20px;
}

.assetinfo ul {
    font-size: 14px;
}

.pad_t40 {
    padding-top: 40px;
}

.title_hed_new {
    color: #00adee;
    font-size: 30px;
    font-weight: 700;
}

.declaration p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.declaration .title_hed_new {
    margin-bottom: 10px;
}

.pleft40 {
    padding-left: 40px;
    margin-bottom: 40px;
}

.pleft40 p,
.pleft40 li {
    color: #ccccc;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.pleft40 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pleft40 ul li:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px;
}

input.fullwidth {
    width: 100%;
}

.declaration .form-group label {
    font-size: 12px;
    font-weight: 600;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.declaration .termscol label {
    font-family: "Raleway", Sans-serif;
    color: #ccccc;
    text-transform: none;
    padding-top: 0px;
    line-height: 16px;
}

.declaration .termscol label b {
    color: #272727;
}

.hasAssets,
.hasLiability,
#moredetails,
.ppty {
    display: none;
}

#assetsWrap,
#liabilityWrap,
.noAssets {
    display: none;
}

.asstss {
    position: relative;
}

a.deleteasst,
a.deleteliab {
    position: absolute;
    top: 12px;
    right: -25px;
    font-size: 18px;
    color: #f00;
}

.noAssets {
    margin: 15px 0 30px;
}

.noAssets p,
.noAssets li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}

.noAssets ul {
    padding-left: 80px;
}

#documentUploads {
    opacity: 0;
}

span#fileName {
    padding-left: 20px;
    font-size: 16px;
    color: #00adee;
}

.thankyou {
    min-height: 400px;
    text-align: center;
    position: relative;
}

.thankyou .ct {
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.thankyou h2 {
    font-family: "Raleway", Sans-serif;
    font-weight: 200;
    font-size: 50px;
}

.thankyou p {
    font-size: 18px;
    font-family: "Raleway", Sans-serif;
}

.valuess p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}

.valuess {
    width: 300px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 15px 0;
    margin-top: 5px;
}

.LoanRepayOther {
    display: none;
}

#fundingreq {
    line-height: 20px;
    margin-bottom: 15px;
    padding: 15px 15px 0 15px;
    border-radius: 5px;
    outline: none!important;
    background: #fff;
    max-width: 550px;
    min-height: 100px;
}

.termscol {
    margin-bottom: 35px;
}

div#terms_error,
div#confirmtrue_error {
    padding-top: 15px;
}

@media only screen and (max-width: 640px) {
    .mmb25 {
        margin-bottom: 20px;
    }
}</pre></body></html>