/*----------------- #Bootstrap Overrides ------------------------------*/
html {
    position: relative;
    z-index: -2;
}

html, body {
    height: 100%;
    font: normal 16px / 30px "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #595959;
}

.dropdown-menu {
    min-width: 22rem !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #6b6b6b;
    text-transform: none;
    line-height: .9;
}

a, a:active, a:visited {
    color: #33b2cc;
}

a.btn-warning, a.btn-warning:active, a.btn-warning:visited {
    color: #EEEEEE !important;
}

a:hover {
    color: #439db0;
}

.btn-primary, .btn-primary:visited {
    color: #fff;
    background-color: #0187b1;
    border-color: #0187b1;
}

.btn-primary:hover {
    color: #fff;
    background-color: #359eb5;
    border-color: #359eb5;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:link {
    color: #fff;
    background-color: #40a7be;
    border-color: #40a7be;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0187b1;
    border-color: #0187b1;
}

.btn-primary:disabled {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #cccccc;
}

.btn-outline-primary {
    color: #0187b1;
    border-color: #0187b1;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0187b1;
    border-color: #0187b1;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0187b1;
    border-color: #0187b1;
}

.btn.focus, .btn-primary.focus {
    box-shadow: none !important;
}

.btn-warning {
    background: #ff8962;
    color: #fff;
    border-color: #ff8962;
}

.btn-warning:hover {
    background: #ff7649;
    color: #fff;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
    color: #FFFFFF;
    background-color: #ff8962;
    border-color: #ff8962;
    box-shadow: none;
    outline: none;
}

.btn-warning:not(:disabled):not(.disabled).active:focus:active,
.btn-warning:not(:disabled):not(.disabled):active:focus:active{
    box-shadow: none;
}

.btn-warning.focus, .btn-warning:focus {
    color: #FFFFFF;
    background-color: #ff8962;
    border-color: #ff8962;
    box-shadow: none;
    outline: none;
}

.alert-warning {
    background-color: #ff8962 !important;
    border: none !important;
    color: #FFFFFF !important;
}

.bg-warning-npb {
    background-color: #ff8962 !important;
}

.alert-warning a {
    color: #FFFFFF;
    text-decoration: underline;
}

.form-control:focus {
    box-shadow: 0 0 0 0;
}

.text-primary {
    color: #34b2cc !important;
}

.text-success {
    color: yellowgreen !important;
}

.text-danger {
    color: #ff7649 !important;
}

.badge-danger {
    background-color: #ff7649 !important;
}

.badge-pill {
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.navbar {
    background: #0187b1;
    color: #ffffff;
}

.btn-link {
    color: #33b2cc;
}

.btn-link:hover {
    color: #439db0;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bg-primary {
    background-color: #0187b1 !important;
}

.bg-light-npb {
    background-color: #EEEEEE !important;
}

.progress-ring__circle {
    stroke-dasharray: 5 9;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 600px !important;
    }
}

input[type="radio"], input[type="checkbox"] {
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 2px solid #e6e6e6;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    outline: 0;
    background: #ffffff;
}

.popover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.popover-body {
    padding: 20px !important;
}


/*--------------------- Custom styles -------------------------*/

a.share-info-trigger:focus, a.share-info-trigger:hover {
    color: #439db0 !important;
    cursor: pointer;
}

div.share-text-wrapper {
    padding-left: 10px !important;
    padding-right: 0px !important;
}

p.share-text {
    font-size: 13px !important;
    line-height: 1.2em !important;
}

a.share-link {
    font-size: 13px !important;
    line-height: 1em !important;
}

.text-underline {
    text-decoration: underline !important;
}

.rounded-message {
    border-radius: 0.7em !important;
}

.line-height-1 {
    line-height: 1em !important;
}

.line-height-1-2 {
    line-height: 1.2em !important;
}

.line-height-1-5 {
    line-height: 1.5em !important;
}

.border-npb-gray:focus {
    border-color: #0187b1 !important;
    outline: none;
}

.border-npb-gray {
    border: 2px solid #cccccc !important;
}

.border-bottom-npb-gray {
    border-bottom: 1px solid #cccccc !important;
}

@media screen and (max-width: 768px) {
    .mobile-split {
        max-width: 100% !important;
        min-width: unset !important;
    }
}

@media screen and (max-width: 768px) {
    h5.final-review-link {
        font-size: 13px !important;
    }
}

div.income-edit-icon {
    cursor: pointer;
}

a.message-nav:hover {
    cursor: pointer;
    color: #0187b1 !important;
}

a.message-nav:hover > div > h4 {
    color: #0187b1 !important;
}

a.message-nav.active {
    color: #0187b1 !important;
}

a.message-nav.active > div > h4 {
    color: #0187b1 !important;
}

button.btn-npb-rounded {
    border-radius: 1.5rem;
    padding: 0px 18px 0px 6px !important;
}

div.modal button.btn-npb-rounded {
    padding: 0px 18px 0px 18px !important;
}

a.disabled-link {
    pointer-events: none;
    color: #AAAAAA;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

div.nav-wrapper {
    background-color: #0187b1;
}

div.nav-wrapper ul.nav li {
    font-size: 14px;
    line-height: 21px;
}

div.nav-wrapper ul.nav li > a {
    color: #a1ebed;
}

div.nav-wrapper ul.nav li > a.active {
    color: #ffffff;
}

.content {
    padding-bottom: 150px;
}

.footer {
    bottom: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
}

.uk-notice-buttons {
    margin: 100px 0 !important;
}

nav.top-nav + nav.nav + div.uk-height-1-1 {
    height: calc(100% - 140px);
}

@media screen and (orientation: landscape) {
    nav.top-nav + nav.nav + div.uk-height-1-1 {
        margin-top: 20px;
    }
}

nav.nav + div.uk-height-1-1 {
    height: calc(100% - 90px);
}

@media screen and (orientation: landscape) {
    nav.nav + div.uk-height-1-1 {
        margin-top: 20px;
    }
}

a#mobile-nav-trigger {
    border: solid 1px #fff;
    padding: 7px 12px;
}

#main-nav .navbar { margin: 0 -15px }
#main-nav .navbar.navbar-light .navbar-toggler {
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    padding: 10px 8px;
}
#main-nav .navbar.navbar-light .navbar-toggler .bi-chevron-down:before { transform: rotate(180deg) }
#main-nav .navbar.navbar-light .navbar-toggler.collapsed .bi-chevron-down:before { transform: rotate(0) }
#main-nav .navbar .navbar-brand img {
    height: auto;
    width: 200px;
}
#main-nav #main-nav-bar { max-width: 1140px }
#main-nav #main-nav-bar .navbar-nav .nav-item-border {
    align-self: stretch;
    margin: 0 5px;
    background: #fff;
    width: 1px;
}
#main-nav #main-nav-bar .navbar-nav .nav-item { padding: 0 10px }
#main-nav #main-nav-bar .navbar-nav .nav-item .sub-nav {
    list-style: none;
    padding-left: 0;
    text-transform: uppercase;
}
#main-nav #main-nav-bar .navbar-nav .nav-item .sub-nav-separator {
    border-top: 1px solid #fff;
    margin: 0;
}
#main-nav #main-nav-bar .navbar-nav .nav-item .nav-link { color: #a1ebed }
#main-nav #main-nav-bar .navbar-nav .nav-item .nav-link:not(#user-profile-link) {
    font-size: 14px;
    line-height: 1.5;
}
#main-nav #main-nav-bar .navbar-nav .nav-item.active .nav-link { color: #fff }

/* ------------------------------------------------- #Base Styles --------------------------------------------------- */
[v-cloak] > * {
    display: none;
}

hr.heavy {
    border-top-width: 2px;
}

hr.dotted {
    border-style: dotted;
}

hr.dashed {
    border-style: dashed;
}

.additional-options-header {
    color: #6b6b6b;
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.border-bottom-dotted {
    border-bottom: 1px dotted #dee2e6 !important;
}

.border-top-dotted {
    border-top: 1px dotted #dee2e6 !important;
}

.border-right-dotted {
    border-right: 1px dotted #dee2e6 !important;
}

.border-left-dotted {
    border-left: 1px dotted #dee2e6 !important;
}

.additional-options-content {
    color: #6b6b6b;
    font-size: 15px;
    line-height: 1.5;
}

#duplicate-payments-modal .modal-dialog {
    bottom: 0;
    margin: 0 auto;
    padding: 2% 3%;
    top: 25px;
}

.in-progress-flag {
    color: #6ab751;
    font-family: 'Ubuntu', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.border-bottom-none {
    border-bottom: none !important;
}

.sidebar a {
    color: inherit;
}

.sidebar a:hover {
    text-decoration: none;
}

.sidebar a:hover .uk-icon-chevron-right {
    left: 0;
}

.sidebar a:hover .uk-icon-chevron-right-double {
    left: -5px;
}

.navbar-alert {
    background-color: #f0f0f0;
    max-width: 100%;
}

.navbar-alert .navbar-alert-container {
    margin: 5px 15px;
}

.navbar-alert .navbar-alert-container > .message {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    display: none;
}

.navbar-alert .navbar-alert-container > .message > :first-child {
    margin-top: 0 !important;
}

.navbar-alert .navbar-alert-container > .message > :last-child {
    margin-bottom: 0 !important;
}

.navbar-alert .navbar-alert-container * {
    font-size: 14px !important;
    color: #333 !important;
}

.navbar-alert .navbar-alert-container a {
    text-decoration: underline !important;
}

.sidebar a > div {
    border-bottom: 1px solid #ccc;
    border-right: 5px solid transparent;
    transition: border-right-color 0.25s ease-in-out;
    padding-left: 0;
    position: relative;
}

.sidebar a > div.active {
    border-right-color: #0187b1;
}

.sidebar a > div.active .loan-meta .display-name {
    color: #0187b1;
}

.sidebar a > div .loan-meta {
    margin-right: 10px;
    width: 180px;
}

.sidebar a > div .loan-meta .loan-status {
    color: #afafaf;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}

.sidebar a > div .loan-meta .loan-status + .helper-pair {
    margin-top: -10px;
}

.sidebar a > div .loan-meta .helper-pair > p:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar a > div .loan-meta .action-item-total {
    display: inline-block;
}

.sidebar a > div .loan-meta .display-name {
    display: block;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    max-width: 120px;
    white-space: nowrap;
}

.sidebar a > div .loan-meta .loan-meta-actions-container {
    position: relative;
}

.sidebar a > div .loan-meta .loan-meta-actions {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    left: 160px;
    position: absolute;
    opacity: 0;
    top: -5px;
    transition: opacity 0.25s;
    z-index: -2;
}

.sidebar a > div .loan-meta .loan-meta-actions:before {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    content: "";
    display: block;
    height: 10px;
    left: -6px;
    position: absolute;
    top: 15px;
    transform: rotate(45deg);
    width: 10px;
    z-index: 2;
}

.sidebar a > div .loan-meta .loan-meta-actions.active {
    opacity: 1;
    z-index: 3;
}

.sidebar a > div .loan-meta .loan-meta-actions-link {
    color: #439db0;
    cursor: pointer;
    font-weight: normal;
    opacity: 0;
    position: relative;
    transition: opacity 0.25s;
    z-index: 2;
}

.sidebar a > div .loan-meta .loan-meta-actions-link::before {
    color: #595959;
    content: "|";
    display: inline-block;
    margin-right: 5px;
    text-decoration: none !important;
}

.sidebar a > div .loan-meta .loan-meta-action {
    background: #fff;
    line-height: 1;
    margin: 0;
    padding: 8px 15px;
    position: relative;
    width: 130px;
    z-index: 3;
}

.sidebar a > div .loan-meta .loan-meta-action:first-child {
    padding-top: 20px;
}

.sidebar a > div .loan-meta .loan-meta-action:last-child {
    padding-bottom: 20px;
}

.sidebar a > div .loan-meta .loan-meta-action:before {
    margin-right: 10px;
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
}

.sidebar a > div .loan-meta .loan-meta-rename-action:before {
    background: url("../img/loan-meta-actions-sprite.png") -1px 2px no-repeat;
    background-size: cover;
}

.sidebar a > div .loan-meta .loan-meta-order-action:before {
    background: url("../img/loan-meta-actions-sprite.png") -1px -25px no-repeat;
    background-size: cover;
}

.sidebar a > div .loan-meta .loan-meta-delete-action:before {
    background: url("../img/loan-meta-actions-sprite.png") -1px -54px no-repeat;
    background-size: cover;
}

.sidebar a > div .loan-meta .loan-meta-action-entry {
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 200%;
    z-index: 2;
}

.sidebar a > div .loan-meta .loan-meta-action-entry.active {
    display: inherit;
}

.sidebar a > div .loan-meta .meta-action-prompt {
    margin-bottom: 0;
    max-width: 205px;
    float: left;
    line-height: 1.5em;
}

.sidebar a > div .loan-meta .change-display-name {
    max-width: 200px;
}

.sidebar a > div .loan-amount {
    flex: 1;
}

.sidebar a > div .bi-chevron-right {
    font-size: 12px;
    position: relative;
    transition: left 0.25s ease-in-out;
    left: -5px;
}

.sidebar a > div .uk-icon-chevron-right-double {
    font-size: 12px;
    position: relative;
    transition: left 0.25s ease-in-out;
    left: -10px;
}

.sidebar .sidebar-back-arrow {
    font-size: 30px !important;
}

.sidebar a > div:hover .loan-meta-actions-link, .sidebar a > div .loan-meta-actions-link.active {
    opacity: 1;
    text-decoration: underline;
}

.sidebar a > div .sort-handle-container {
    height: 100%;
    overflow: hidden;
    width: 0;
    transition: width 0.25s ease-in-out;
}

.sidebar a > div .sort-handle-container.active {
    width: 40px;
}

.sidebar a > div .loan-meta-sort-handle {
    background: url("../img/loan-meta-actions-sprite.png") 0px -25px no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
}

.sidebar a > div .reorder-tooltip {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border: 1px solid #ccc;
    left: 30px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s;
    top: 28px;
    z-index: -1;
}

.sidebar a > div .loan-meta-sort-handle:hover + .reorder-tooltip {
    opacity: 1;
    z-index: 10;
}

.sidebar a > div .reorder-tooltip:before {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border: 1px solid #ccc;
    content: "";
    display: block;
    height: 10px;
    left: -5px;
    position: absolute;
    transform: rotate(45deg);
    top: 11px;
    width: 10px;
    z-index: 1;
}

.sidebar a > div .reorder-tooltip p {
    background: #fff;
    line-height: 1;
    margin: 0;
    padding: 8px 10px;
    position: relative;
    z-index: 1;
}

.sidebar.no-bottom-border > a > div {
    border-bottom: none;
}

.sidebar-sort-drag {
    background: rgba(255, 255, 255, .5);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.sidebar-sort-drag .loan-meta-actions-container {
    display: none;
}

.sidebar-sort-drag .loan-meta-action-entry {
    display: none;
}

#preferences-sidebar > a > div, #e-statements-sidebar > a > div, #payments-sidebar > a > div {
    border-bottom: 1px solid #ddd;
    border-right: 0;
    margin: 0;
    padding: 7px 0;
}

#preferences-sidebar > a > div > p, #e-statements-sidebar > a > div > p, #payments-sidebar > a > div > p {
    margin: 0 0 0 10px;
}

#alert-preferences {
    font-size: 14px;
    color: white;
    background: #35b2cd;
    border-radius: 0;
}

#apply-form-sidebar .current_step {
    align-items: center;
    display: flex;
    font-weight: bold;
    padding-right: 12px;
    justify-content: space-between;
}

#apply-form-sidebar .current_step::after {
    color: #fff;
    content: ">";
    display: block;
    font-family: monospace;
    font-weight: bold;
}

.profile-picture {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 50px;
}

.profile-picture > img {
    height: auto;
    width: 100px;
    max-width: 100%;
}

.profile-picture.edit {
    display: block;
    height: 100px;
    width: 100px;
}

.profile-picture.background {
    background-color: #d5d5d5;
    background-size: 60px;
    background-position: 50%;
}

.profile-picture.in-line {
    z-index: 6;
}

.profile-picture #avatar-edit-helper {
    background: rgba(0, 0, 0, .2);
    bottom: 0;
    cursor: pointer;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 15px;
    line-height: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#avatar-editor {
    display: block;
    max-width: 100%;
}

#avatar-edit-modal .image-edit-toolbox {
    background: rgba(0, 0, 0, .5);
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#avatar-edit-modal .image-edit-toolbox .upload-progress {
    height: 30px;
    position: absolute;
    width: 0%;
    top: 0; right: 0; bottom: 0; left: 0;
    background: #35b2cd;
    border-radius: 5px;
    transition: width .25s ease-in-out;
}

#avatar-edit-modal .image-edit-toolbox i {
    cursor: pointer;
    margin: 0 15px;
    transition: opacity 0.3s;
}

#avatar-edit-modal .image-edit-toolbox i.processing {
    opacity: 0;
}

.greeting {
    color: #fff;
}

.greeting:hover {
    color: #fff;
    text-decoration: underline;
}

#action-items > .action-item, #conditions .condition {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

#action-items > .action-item:first-child, #conditions .condition:first-child {
    padding-top: 0;
}

#conditions .condition.last {
    border-bottom: none;
}

#action-items > .action-item > .action-item-status, #conditions .condition > .condition-status {
    width: 34px;
    height: 34px;
    margin-right: 20px;
}

#action-items > .action-item > .action-item-action .btn, #action-items > .action-item > .action-item-action .btn-inverse, #action-items > .action-item > .action-item-action input[type=radio].radio-button + label, #action-items > .action-item > .action-item-action input[type=radio].radio-button + label:hover, #action-items > .action-item > .action-item-action div.radios button.btn-inverse:active, div.radios #action-items > .action-item > .action-item-action button.btn-inverse:active, #action-items > .action-item > .action-item-action div.radios button.btn-inverse:focus, div.radios #action-items > .action-item > .action-item-action button.btn-inverse:focus {
    min-width: 110px;
}

#action-items > .action-item > .action-item-status.incomplete, #conditions .condition > .condition-status.incomplete {
    background: url("../img/sprite-main.png") -6px -8px;
}

#action-items > .action-item > .action-item-status.complete, #conditions .condition > .condition-status.complete {
    background: url("../img/sprite-main.png") -6px -52px;
}

#action-items > .action-item > .action-item-status.settings {
    background: url("../img/action_icon_settings.png") -6px -52px;
}

button#opt-in-btn:disabled {
    opacity: .5;
    background-color: #ccc;
    border-color: #eee;
}

#loading_animation {
    width: 20px;
}

.pr-32 {
    padding-right: 32px !important;
}

#action-items > .action-item > .action-item-meta,
#action-items > .action-item > .action-item-settings-meta,
#conditions .condition > .condition-meta {
    flex: 1;
}

input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 16px;
    height: 4px;
    background: #ccc;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    height: 15px;
    width: 15px;
    background-color: #33b2cc;
    border-radius: 50%;
    border: 2px solid #33b2cc;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #33b2cc;
    border-radius: 50%;
    border: 1px solid #33b2cc;
}

span.range-pre, span.range-post {
    font-weight: 100;
    font-size: 14px;
    display: inline-block;
}

span.badge-light-npb {
    background-color: #eee !important;
    color: #33b2cc !important;
    font-size: 13px !important;
    padding: 0.2rem 0.6rem !important;
}

@media screen and (min-width: 992px) {
    span.badge-light-npb {
        margin-top: 20px !important;
    }
}

i#mortgage-insurance-icon {
    cursor: pointer !important;
}

#action-items > .action-item > .action-item-meta p,
#action-items > .action-item > .action-item-settings-meta p,
#conditions .condition > .condition-meta p {
    line-height: 1;
    margin: 0;
}

#action-items > .action-item > .action-item-meta p:first-child, #conditions .condition > .condition-meta p:first-child {
    font-weight: 700;
    margin-bottom: 5px;
}

@media screen and (max-width: 450px) {
    #action-items > .action-item > .action-item-meta p:first-child, #conditions .condition > .condition-meta p:first-child {
        max-width: 200px;
    }
}

#action-items > .action-item > .action-item-meta p:last-child, #conditions .condition > .condition-meta p:last-child {
    font-size: 14px;
}

@media screen and (max-width: 450px) {
    #action-items > .action-item > .action-item-meta p:last-child, #conditions .condition > .condition-meta p:last-child {
        max-width: 200px;
    }
}

button.condition-attach {
    min-width: 88px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.message-link {
    color: inherit;
    display: block;
}

.message-link:not(:first-child) {
    border-top: 1px solid #ccc;
}

.message-link:hover {
    text-decoration: none;
    color: #33b2cc;
}

.message-link:hover > .message > .thread-link > .uk-icon-chevron-right {
    color: #33b2cc;
    left: 0;
}

.message-link:hover > .message > .thread-link > .uk-icon-chevron-right-double {
    color: #33b2cc;
    left: -5px;
}

.message-link > .message {
    border: none;
    margin: 0;
    padding: 12px 0;
    padding-right: 10px;
}

.message-link > .message > .date {
    font-weight: bold;
    font-size: 14px;
    margin-left: 20px;
}

.message-link > .message > .date > * {
    line-height: 1;
    text-align: center;
}

.message-link > .message > .date > .month {
    text-transform: uppercase;
}

.message-link > .message > .date > .day {
    font-size: 150%;
}

.message-link > .message > .meta {
    margin: 0 20px;
    min-width: 0;
}

.message-link > .message > .meta > p {
    line-height: 1.2;
    margin: 5px 0;
    font-weight: bold;
}

.message-link > .message > .meta > p:first-child {
    margin-top: 0;
}

.message-link > .message > .meta > p.name {
    font-size: 16px;
}

.message-link > .message > .meta > p.subject, .message-link > .message > .meta > p.preview {
    font-size: 14px;
}

.message-link > .message > .meta > p.preview {
    color: #ccc;
}

.message-link > .message > .thread-link > .uk-icon-chevron-right {
    position: relative;
    transition: left 0.25s ease-in-out;
    left: -5px;
}

.message-link > .message > .thread-link > .uk-icon-chevron-right-double {
    position: relative;
    transition: left 0.25s ease-in-out;
    left: -10px;
}

.message-link.active-thread * {
    color: #33b2cc;
}

.message-thread {
    height: 35vh;
    overflow-y: auto;
}

.message-thread * {
    position: relative;
}

.message-thread > .message-received:not(:first-child), .message-thread > .message-sent:not(:first-child) {
    margin-top: 15px;
}

.message-thread > .message-received > .uk-flex, .message-thread > .message-sent > .uk-flex {
    max-width: 66.6%;
}

.message-thread > .message-received .contact-picture, .message-thread > .message-sent .contact-picture {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.message-thread > .message-received .body, .message-thread > .message-sent .body {
    border-radius: 10px;
    max-width: 100%;
    padding: 15px 20px;
}

.message-thread > .message-received .body span:first-child, .message-thread > .message-sent .body span:first-child {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message-thread > .message-received .body > .body-tip, .message-thread > .message-sent .body > .body-tip {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 40px;
    z-index: 5;
}

.message-thread > .message-received .body > .body-tip > .body-tip-top, .message-thread > .message-sent .body > .body-tip > .body-tip-top {
    background-color: white;
    position: absolute;
    width: 100%;
    height: 10px;
}

.message-thread > .message-received .body > .body-tip > .body-tip-circle, .message-thread > .message-sent .body > .body-tip > .body-tip-circle {
    height: 100%;
    width: 100%;
    background-color: white;
    bottom: -10px;
}

.message-thread > .message-received + .message-sent, .message-thread > .message-sent + .message-received {
    margin-top: 30px;
}

.message-thread > .message-received .profile-picture {
    margin-right: 10px;
}

.message-thread > .message-received .body {
    background-color: #ccc;
    border-bottom-left-radius: 0;
}

.message-thread > .message-received .body > .meta {
    color: #aaa;
}

.message-thread > .message-received .body > .body-tip {
    left: -40px;
    background-color: #ccc;
}

.message-thread > .message-received .body > .body-tip > .body-tip-circle {
    border-bottom-right-radius: 100%;
}

.message-thread > .message-sent {
    /* IE 11 workaround - since it doesn't properly support justify-content properties that align horizontally. */
}

.message-thread > .message-sent > .uk-flex {
    right: 0;
    margin-left: auto;
}

.message-thread > .message-sent .contact-picture {
    margin-left: 10px;
}

.message-thread > .message-sent .body {
    color: white;
    background-color: #33b2cc;
    border-bottom-right-radius: 0;
}

.message-thread > .message-sent .body > .meta {
    color: #eee;
}

.message-thread > .message-sent .body > .body-tip {
    right: -40px;
    background-color: #33b2cc;
}

.message-thread > .message-sent .body > .body-tip > .body-tip-circle {
    border-bottom-left-radius: 100%;
}

.message-thread .attachments-container {
    border-top: #fff 1px solid;
    margin-top: 8px;
    padding-top: 8px;
}

.message-thread .attachments-container > .attachment {
    font-size: 14px;
}

.message-thread .attachments-container > .attachment:not(:last-child) {
    margin-right: 25px;
}

.message-thread .attachments-container > .attachment > .file-name {
    margin-left: 10px;
    color: inherit;
}

.message-thread .attachments-container [class*="uk-icon"] {
    color: #fff;
}

.dropdown-title {
    font-size: 18px;
    font-weight: bold;
}

.select-saved-contact {
    background-color: #f9f9f9;
    padding: 40px;
    border: 2px solid #f6f6f6;
    border-radius: 2px;
}

.search-for-contact {
    background-color: #effafc;
    padding: 40px;
    border: 2px solid #39b4cd;
    border-radius: 2px;
}

div.to {
    font-size: 18px;
}

div.to > span.name {
    font-weight: bold;
}

button.compose-message, #contacts .global.form-group > button {
    border: 2px solid #33b2cc;
    border-radius: 5px;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #33b2cc;
    background-color: white;
    position: relative;
    margin-top: 25px;
    cursor: pointer;
    outline: none;
}

button.compose-message > span.uk-icon-edit, #contacts .global.form-group > button > span.uk-icon-edit {
    font-size: 17px;
    margin-right: 5px;
}

#closed-loan-actions > .action {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#closed-loan-actions > .action:last-child {
    border: none;
}

#closed-loan-actions > .action .autopay-status > .autopay-status-text, #closed-loan-actions > .action .autopay-status > .estatement-status-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#closed-loan-actions > .action .autopay-status > .autopay-status-text:not(.mobile):before, #closed-loan-actions > .action .autopay-status > .estatement-status-text:not(.mobile):before {
    background: url("../img/sprite-main.png");
    content: '';
    display: block;
    height: 36px;
    width: 36px;
}

#closed-loan-actions > .action .autopay-status > .autopay-status-text.off:before, #closed-loan-actions > .action .autopay-status > .estatement-status-text.off:before {
    background-position: -5px -7px;
}

#closed-loan-actions > .action .autopay-status > .autopay-status-text.on:before, #closed-loan-actions > .action .autopay-status > .estatement-status-text.on:before {
    background-position: -5px -51px;
}

#closed-loan-actions > .action .autopay-status > .autopay-status-text > .helper-pair p:first-child, #closed-loan-actions > .action .autopay-status > .estatement-status-text > .helper-pair p:first-child {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
}

#closed-loan-actions > .action .autopay-status > .autopay-status-text > .helper-pair p, #closed-loan-actions > .action .autopay-status > .estatement-status-text > .helper-pair p {
    margin: 0 0 0 10px;
}

#closed-loan-actions > .action .autopay-status > .autopay-status-text.on > .helper-pair p:first-child, #closed-loan-actions > .action .autopay-status > .estatement-status-text.on > .helper-pair p:first-child {
    color: #6ab751;
}

#closed-loan-actions > .action .autopay-status > .autopay-status-text.off > .helper-pair p:first-child, #closed-loan-actions > .action .autopay-status > .estatement-status-text.off > .helper-pair p:first-child {
    color: #ff8962;
}

#closed-loan-actions > .action > .title {
    font-weight: bold;
    margin-bottom: -8px;
}

#closed-loan-actions > .action .payment-amount {
    margin: 0;
    line-height: 1;
    color: #0187b1;
    font-size: 28px;
}

#closed-loan-actions > .action .payment-due-date {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    max-width: 110px;
}

#closed-loan-actions > .action .estatement-available {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    max-width: 210px;
}

#closed-loan-actions > .action .autopay {
    width: 65%;
}

#closed-loan-actions > .action .action-options {
    margin-left: auto;
}

#closed-loan-actions > .action .action-options > .btn, #closed-loan-actions > .action .action-options > .btn-inverse, #closed-loan-actions > .action input[type=radio].radio-button + .action-options > label, #closed-loan-actions > .action input[type=radio].radio-button + .action-options > label:hover, #closed-loan-actions > .action div.radios .action-options > button.btn-inverse:active, div.radios #closed-loan-actions > .action .action-options > button.btn-inverse:active, #closed-loan-actions > .action div.radios .action-options > button.btn-inverse:focus, div.radios #closed-loan-actions > .action .action-options > button.btn-inverse:focus {
    min-width: 145px;
}

div#voa-confirm-modal p.voa-modal-lead-text,
div#voe-confirm-modal p.voe-modal-lead-text {
    font-size: 18px;
    line-height: 1.4em;
}

div#voa-confirm-modal span#voa-modal-dismiss-link,
div#voe-confirm-modal span#voe-modal-dismiss-link {
    color: #33b2cc;
    cursor: pointer;
}

div#voa-modal-tos-content,
div#voe-modal-tos-content {
    margin: 30px 0px;
}

div.asset div.asset-status {
    margin-right: 20px;
}

div.asset div.asset-title {
    width: 35%;
}

div.asset div.asset-title h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}

div.asset div.asset-title p {
    font-size: 16px;
    margin: 0;
}

div.asset div.asset-amount p {
    font-size: 20px;
    margin: 0;
}

div.asset div.asset-icons a {
    background: url("../img/other-income-sprite.fw.png");
    display: block;
    height: 45px;
    width: 35px;
}

div.asset div.asset-icons a:first-child {
    background-position: 0 0;
    margin-right: 10px;
}

div.asset div.asset-icons a:last-child {
    background-position: 35px 1px;
}

div.asset + hr.asset-separator {
    margin: 8px 0 !important;
}

#transaction-history-form label {
    color: #333;
    left: 0;
    opacity: 1;
    position: relative;
    top: 0;
}

#loan-options label {
    left: 0;
    opacity: 1;
    position: relative;
    top: 0;
    z-index: 1;
}

#loan-options label:not(.btn) {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

#loan-options input, #loan-options select {
    height: 34px;
    max-width: 100%;
    padding: 4px 6px;
    border: 2px solid #dddddd;
    background: #ffffff;
    color: #595959;
    -webkit-transition: all 0.2s linear;
    -webkit-transition-property: border, background, color, box-shadow, padding;
    transition: all 0.2s linear;
    transition-property: border, background, color, box-shadow, padding;
    border-radius: 5px;
}

#loan-options input:focus, #loan-options input:focus-visible, #loan-options select:focus, #loan-options select:focus-visible {
    border-color: #0187b1;
    outline: none;
}

#loan-options div.btn-group label.btn {
    line-height: 3;
    font-size: 11px;
    border-radius: 5px;
    margin-right: 6px;
}

#loan-options div.btn-group label.btn:not(.active) {
    background-color: #FFFFFF;
    border: solid 2px #0187b1;
    color: #0187b1 !important;
}

#loan-options div.btn-group label.btn.active:hover {
    color: #FFFFFF !important;
}

#loan-options div.btn-group label.btn:hover {
    color: #0187b1 !important;
}

#loan-options select#address_state {
    margin-top: 0px !important;
}

.application-deposit-summary {
    background: #f6f6f6;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
}

.stuff {
    border: 2px solid #35b2cd;
    background: #fff;
    color: #35b2cd;
    height: 36px;
    line-height: 3;
}

.transaction-information {
    position: relative;
}

#transaction-loading-indicator {
    background: rgba(255, 255, 255, .9);
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

div#closing-details-date {
    background-color: #73bc5c;
    max-width: 60%;
    margin-left: 20px;
    padding: 10px 0px;
}

div#closing-details-date h1, div#closing-details-date h3 {
    font-weight: 400;
}

div#closing-details-year {
    margin-left: -2%;
}

div#closing-details-year, div#closing-details-day {
    margin-top: 1%;
}

div#closing-details-year p, div#closing-details-day p {
    font-weight: 400;
    color: #8a8a8a;
}

div#closing-details-day p {
    margin-right: -12%;
}

a#closing-details-map-link {
    text-decoration: underline;
}

p#closing-details-calendar-link {
    letter-spacing: 0.1em;
}

span.closing-detail-icon {
    font-size: 40px;
}

span.closing-contact-icon {
    font-size: 30px;
}

div#closing-contact p {
    line-height: 1;
    margin: 0px 0px 5px 0px;
}

div#closing-contact p.title {
    font-weight: 700;
}

#link-loans-form .link-loan input {
    margin-right: 20px;
}

#link-loans-form .link-loan .loan-information {
    flex: 1;
}

.lo-invite-profile {
    background: url(http://northpointe.com/wp-content/uploads/lo_bkg_1.jpg) no-repeat center center scroll;
    border-bottom: 2px solid #0187b1;
    padding-left: 10px;
}

.lo-invite-profile img {
    align-self: baseline;
    height: auto;
    width: 300px;
}

.lo-invite-profile #name {
    margin-bottom: 0;
    font-family: 'Ubuntu', sans-serif;
}

.lo-invite-profile #title {
    margin-top: -5px;
    font-size: 16px;
}

.lo-invite-profile #email, .lo-invite-profile #phone {
    margin: 0;
}

.lo-invite-profile #email {
    margin-bottom: 30px;
}

h4#home-loan-confirm-text {
    font-size: 20px;
}

#messages #new-message {
    max-width: 190px;
}

/* disable IE password reveal */
::-ms-reveal {
    display: none;
}

#landing-page-nav li {
    padding-bottom: 15px;
    width: 450px;
}

@media screen and (max-width: 1299px) {
    #landing-page-image {
        max-width: 400px;
    }

    #landing-page-nav li {
        max-width: 300px;
    }
}

a#apply-button {
    border: 1px solid #0187b1;
    font-size: 26px;
    font-weight: lighter;
    text-align: center;
    padding: 20px;
}

a#apply-button:hover { text-decoration: none }

.added-incomes .added-other-income-description p {
    font-size: 14px;
    line-height: 1.2;
}

@media screen and (max-width: 1299px) {
    .added-incomes .added-other-income-description {
        margin-left: 25px;
    }
}

.added-incomes .added-other-income-actions a {
    background: url("../img/other-income-sprite.fw.png");
    display: block;
    height: 45px;
    width: 35px;
}

.added-incomes .added-other-income-actions a:first-child {
    background-position: 0 0;
    margin-right: 10px;
}

.added-incomes .added-other-income-actions a:last-child {
    background-position: 35px 1px;
}

.added-incomes hr {
    width: 100%;
}

@media screen and (max-width: 1299px) {
    .added-incomes {
        margin-left: -25px;
    }
}

.error-page-content > h1 {
    font-size: 2em;
    line-height: 1.2;
}

.error-page-content {
    padding: 0 30px;
}

/* ------------------------------------------------- #Typography ---------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4 {
    line-height: 1.2;
    font-size: 24px;
    font-weight: 300;
}

em {
    color: #595959;
}

.text-collapse {
    line-height: 1;
}

.text-small {
    font-size: 14px !important;
    line-height: 21px !important;
}

i.active {
    color: #33b2cc;
}

@font-face {
    font-family: Northpointe;
    src: url(../fonts/northpointe-webfont.woff);
}

.northpointe-font {
    font-family: "Northpointe";
}

#landing-page-cta {
    margin: 100px 0;
}

#landing-page-cta h1 {
    line-height: 1.1em;
}

#servicing-maintenance-message h3 {
    line-height: 1.2;
    margin-bottom: 300px;
}

/* ---------------------------------------------------- #Links ------------------------------------------------------ */
a.loan-nav p.uk-text-bold {
    color: #595959;
}

a.loan-nav:hover {
    text-decoration: none;
}

a.loan-nav:hover p.uk-text-bold {
    color: #595959;
}

a.loan-nav:hover i.uk-text-muted {
    color: #34b2cc !important;
}

.main-nav .uk-navbar-nav > li > a {
    color: #a1ebed;
    display: flex;
    align-items: center;
}

.main-nav .uk-navbar-nav > li.npb-active-link > a {
    color: #fff;
}

.main-nav .uk-navbar-nav > li.npb-active-link > a:hover {
    color: #ccf4f5;
}

#edit-profile-picture {
    color: #33b2cc;
    cursor: pointer;
    font-size: 14px;
    opacity: 1;
    position: inherit;
    text-decoration: underline;
    z-index: 1;
}

.link-helper-icon.bi.bi-arrow-right-short { font-size: 24px }
.link-helper-icon.bi.bi-arrow-right-short:after { vertical-align: middle }
/* --------------------------------------------------- #Buttons ----------------------------------------------------- */
.btn, .btn-inverse, input[type=radio].radio-button + label, input[type=radio].radio-button + label:hover, div.radios button.btn-inverse:active, div.radios button.btn-inverse:focus {
    font-family: 'Ubuntu', 'Arial', 'sans-serif';
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 3.3;
    padding: 0 18px;
    text-transform: uppercase;
}

.btn-large {
    letter-spacing: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-inverse, input[type=radio].radio-button + label, input[type=radio].radio-button + label:hover {
    border: 2px solid #0187b1;
    background: #fff;
    color: #0187b1;
    height: 36px;
    line-height: 3;
}

.btn-inverse.btn-warning,
input[type=radio].radio-button + label.btn-warning,
input[type=radio].radio-button + label:hover.btn-warning {
    background: #fff;
    border-color: #ff8962;
    outline: #FF8962;
    color: #ff8962;
}

.btn-inverse:hover, input[type=radio].radio-button + label:hover {
    background: #fff;
    color: #2ea1ba;
}

.btn-inverse:hover.btn-warning, input[type=radio].radio-button + label:hover.btn-warning, input[type=radio].radio-button + label:hover:hover.btn-warning {
    background: #fff;
    color: #ff7649;
}

.btn-inverse:active, input[type=radio].radio-button + label:active, input[type=radio].radio-button + label:hover:active, .btn-inverse:focus, input[type=radio].radio-button + label:focus, input[type=radio].radio-button + label:hover:focus {
    border-color: #2ea1ba;
    background: #fff;
    color: #2ea1ba;
}

.btn-inverse:active.btn-warning, input[type=radio].radio-button + label:active.btn-warning, input[type=radio].radio-button + label:hover:active.btn-warning, .btn-inverse:focus.btn-warning, input[type=radio].radio-button + label:focus.btn-warning, input[type=radio].radio-button + label:hover:focus.btn-warning {
    background: #fff;
    border-color: #ff7649;
    color: #ff7649;
}

.btn.logout-button, .btn-inverse.logout-button, input[type=radio].radio-button + label.logout-button, input[type=radio].radio-button + label:hover.logout-button, div.radios button.btn-inverse:active.logout-button, div.radios button.btn-inverse:focus.logout-button {
    background: #fff;
    color: #0187b1;
}

.btn.logout-button:hover, .btn-inverse.logout-button:hover, input[type=radio].radio-button + label.logout-button:hover, input[type=radio].radio-button + label:hover.logout-button:hover, div.radios button.btn-inverse:active.logout-button:hover, div.radios button.btn-inverse:focus.logout-button:hover {
    background: #fff;
    color: #0187b1;
    box-shadow: 0 2px 0 0 #30a9c3;
}

.btn-group .btn, .btn-group .btn-inverse, .btn-group input[type=radio].radio-button + label, .btn-group input[type=radio].radio-button + label:hover, .btn-group div.radios button.btn-inverse:active, div.radios .btn-group button.btn-inverse:active, .btn-group div.radios button.btn-inverse:focus, div.radios .btn-group button.btn-inverse:focus {
    border-radius: 0;
}

.btn-group .btn:first-of-type, .btn-group .btn-inverse:first-of-type, .btn-group input[type=radio].radio-button + label:first-of-type, .btn-group input[type=radio].radio-button + label:hover:first-of-type, .btn-group div.radios button.btn-inverse:active:first-of-type, div.radios .btn-group button.btn-inverse:active:first-of-type, .btn-group div.radios button.btn-inverse:focus:first-of-type, div.radios .btn-group button.btn-inverse:focus:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-group .btn:last-of-type, .btn-group .btn-inverse:last-of-type, .btn-group input[type=radio].radio-button + label:last-of-type, .btn-group input[type=radio].radio-button + label:hover:last-of-type, .btn-group div.radios button.btn-inverse:active:last-of-type, div.radios .btn-group button.btn-inverse:active:last-of-type, .btn-group div.radios button.btn-inverse:focus:last-of-type, div.radios .btn-group button.btn-inverse:focus:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn-warning {
    background: #ff8962;
    border-color: #FF8962;
    color: #fff;
}

.btn-warning:hover {
    background: #ff7649;
    border-color: #FF8962;
    color: #fff;
}

.btn-warning:focus,
.btn-warning:active {
    background: #ff8962 !important;
    border-color: #FF8962 !important;
    box-shadow: 0 0 3px 1px rgb(255 137 98 / 50%) !important;
    color: #fff !important;
}

.toggle-wrapper {
    display: block;
    height: 36px;
    position: relative;
    width: 75px;
}

.toggle-wrapper .switcher {
    border-radius: 5px;
    box-shadow: inset 0 0 9px -5px #111;
    cursor: pointer;
    display: block;
    overflow: hidden;
    width: 75px;
}

.toggle-wrapper .switcher:before {
    background: #fff;
    border: 2px solid #e4e4e3;
    border-radius: 9px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    top: 5px;
    transition: left 0.25s ease-in-out;
    width: 9px;
}

input[id*=_toggle]:checked + .switcher:before {
    left: 58px;
}

input[id*=_toggle] + .switcher button {
    color: #fff;
    left: -75px;
    padding: 0 10px;
    position: relative;
    transition: left 0.25s ease-in-out;
    width: 75px;
    z-index: -10;
}

input[id*=_toggle] + .switcher button:first-child {
    background: #6ab751;
    padding-right: 20px;
}

input[id*=_toggle] + .switcher button:first-child.pending-change {
    background: #bcdfb0 linear-gradient(-45deg, rgba(255, 255, 255, .75) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .75) 50%, rgba(255, 255, 255, .75) 75%, transparent 75%, transparent);
    background-size: 6px 6px;
}

input[id*=_toggle] + .switcher button:first-child.pending-change.processing {
    animation: uk-progress-bar-stripes 2s linear infinite;
}

input[id*=_toggle] + .switcher button:last-child {
    background: #ff8962;
    padding-left: 20px;
}

input[id*=_toggle] + .switcher button:last-child.pending-change {
    background: #ffb8a9 linear-gradient(-45deg, rgba(255, 255, 255, .75) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .75) 50%, rgba(255, 255, 255, .75) 75%, transparent 75%, transparent);
    background-size: 6px 6px;
}

input[id*=_toggle] + .switcher button:last-child.pending-change.processing {
    animation: uk-progress-bar-stripes 2s linear infinite;
}

input[id*=_toggle]:checked + .switcher button {
    left: 0;
}

.uk-notice-buttons .btn, .uk-notice-buttons .btn-inverse, .uk-notice-buttons input[type=radio].radio-button + label, .uk-notice-buttons input[type=radio].radio-button + label:hover, .uk-notice-buttons div.radios button.btn-inverse:active, div.radios .uk-notice-buttons button.btn-inverse:active, .uk-notice-buttons div.radios button.btn-inverse:focus, div.radios .uk-notice-buttons button.btn-inverse:focus {
    padding: 20px 41px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 0 5px;
    height: inherit;
}

.uk-notice-buttons .btn.btn-link, .uk-notice-buttons .btn-inverse.btn-link, .uk-notice-buttons input[type=radio].radio-button + label.btn-link, .uk-notice-buttons input[type=radio].radio-button + label:hover.btn-link, .uk-notice-buttons div.radios button.btn-inverse:active.btn-link, div.radios .uk-notice-buttons button.btn-inverse:active.btn-link, .uk-notice-buttons div.radios button.btn-inverse:focus.btn-link, div.radios .uk-notice-buttons button.btn-inverse:focus.btn-link {
    padding: 20px 10px;
}

.external-page-sign-in-button {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.8;
    width: 225px;
}

button#payoff-request-button {
    color: #0187b1;
    cursor: pointer;
    font-size: 11px;
    padding: 0;
}

/* -------------------------------------------------- #Dropdowns ---------------------------------------------------- */
/* ---------------------------------------------------- #Forms ------------------------------------------------------ */
#loan-application .uk-form input[type="checkbox"] {
    border-color: #aaa;
}

.uk-form-stacked .uk-form-label {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
}

.uk-form-stacked .uk-form-label.unstack {
    font-size: 18px;
    font-weight: 300;
}

.uk-form input[type="text"]:disabled {
    background: #efefef;
}

#loan-application-form select:focus::-ms-value {
    color: #595959;
    background: #fff;
}

#loan-application-form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

#loan-application-form input[type="text"], #loan-application-form select {
    min-width: 100%;
    border: none;
    border-bottom: 2px solid #ccc;
    margin: 0px 0px 20px 0px;
    background: transparent;
    padding-bottom: 0px;
    outline: none;
}

#loan-application-form h2.apply-form-header {
    line-height: 1.2;
}

#loan-application-form h3.apply-form-section-header {
    color: #0187b1;
    font-weight: 400;
}

#loan-application-form div.form-group.uk-width-1-2 div.npb-apply-select, #loan-application-form div.form-group.uk-width-1-2 input[type="text"] {
    max-width: 99%;
}

#loan-application-form #co-borrower-duplicate-email-warning {
    margin: -20px 0 20px;
}

div.npb-apply-select select, div.npb-apply-select select:focus {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

div.npb-apply-input-icon input, div.npb-apply-input-icon input:focus {
    background: transparent !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

div.npb-apply-select select:hover, div.npb-apply-select i:hover {
    cursor: pointer;
}

div.npb-apply-select select::-ms-expand {
    display: none;
}

div.npb-apply-select i {
    position: absolute;
    top: 15%;
    right: 1%;
    z-index: -1;
}

@media screen and (max-width: 1299px) {
    div.npb-apply-select i {
        font-size: 12px;
        top: 25%;
    }
}

div.uk-form-row.uk-width-1-2.uk-float-left div.npb-apply-select i {
    margin: 0px !important;
    top: 10px;
    left: 95%;
}

div.npb-apply-input-icon i {
    position: absolute;
    z-index: -1;
    top: 10%;
    right: 1%;
}

#loan-application-form input[type="text"]:focus, #loan-application-form select:focus {
    border-bottom: 2px solid #0187b1 !important;
}

div.npb-apply-select select:focus + i {
    color: #0187b1;
    z-index: 10;
}

div.npb-apply-input-icon input:focus + i {
    color: #0187b1;
}

label:not(.static) {
    color: #6b6b6b;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0;
    opacity: 0.6;
    position: absolute;
    top: 6px;
    transition: all 0.25s;
    white-space: nowrap;
    z-index: -1;
}

label:not(.static).in {
    font-size: 15px;
    opacity: 1;
    top: -16px;
}

label:not(.static).in.fade {
    opacity: 0.7;
}

div.modal.fade label:not(.static, .btn, .index) {
    z-index: 1;
}

div#other-incomes-modal > div.modal-dialog {
    max-width: 310px !important;
}

div#assets-modal > div.modal-dialog:not(.modal-dialog-lg),
div#voa-confirm-modal > div.modal-dialog:not(.modal-dialog-lg),
div#voe-confirm-modal > div.modal-dialog:not(.modal-dialog-lg) {
    max-width: 350px !important;
}

p.asset-amount {
    font-size: 24px;
}

#loan-application-form label.npb-wide-label {
    white-space: normal;
    top: 0px;
}

#loan-application-form label.npb-wide-label.in {
    top: -18px;
}

#submit-modal-header {
    font-size: 23px !important;
}

div#submit-conditions div.modal-dialog {
    max-width: 630px !important;
}

@media screen and (max-width: 1299px) {
    label:not(.static).in {
        font-size: 11px;
        top: -12px;
    }
}

label:not(.static).out {
    opacity: 0;
}

div.form-group {
    position: relative;
}

@media screen and (min-width: 992px) {
    div.form-group {
        margin-top: 15px;
    }

    div.form-group select {
        margin-top: 7px !important;
    }
}

#loan-application-form div.form-group.uk-width-1-2 + div.form-group.uk-width-1-2 input[type="text"], #loan-application-form div.form-group.uk-width-1-2 + div.form-group.uk-width-1-2 select {
    min-width: 100% !important;
}

#loan-application-form div.form-group.uk-width-1-2 + div.form-group.uk-width-1-2 i {
    right: 3% !important;
}

#loan-application-form div.form-group.col-xl-6 span.validation-text {
    right: 4% !important;
}

#apply-form .form-group .uk-dropdown-search a {
    padding: 5px 10px;
}

#apply-form .form-group .uk-dropdown-search {
    background: #fff;
    border: 2px solid #ccc;
    margin-top: -15px;
    max-height: 200px;
    overflow-y: auto;
    padding: 5px;
    width: 100%;
}

#apply-form .form-group .uk-dropdown .uk-nav {
    margin: 0;
}

#apply-form .form-group .uk-dropdown-search .uk-nav-header {
    padding: 5px 10px;
}

#apply-form .uk-form-row {
    margin-top: 20px;
}

#apply-form .form-group input[type="checkbox"] {
    margin-right: 10px;
}

#apply-form .form-group.checkbox-group {
    margin-bottom: 30px;
}

#apply-form .form-group.checkbox-group span {
    font-size: 12px;
    line-height: 1.4em;
    display: block;
    margin-top: 5px;
}

div.form-group.uk-width-1-2 span {
    font-size: 12px;
}

div.radio-group {
    border-bottom: solid 2px #ccc;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1299px) {
    div.radio-group {
        margin-left: 25px;
        padding-left: 0;
        padding-right: 25px;
    }
}

div.radio-group p {
    font-size: 15px;
    line-height: 1;
    margin: 0 25px 0 0;
    opacity: 0.7;
}

div.radio-group p.main-form {
    font-size: 16px;
    line-height: 1.4;
}

div.radio-group div.radios {
    min-width: 150px;
    position: relative;
}

div.radio-group input {
    margin-left: 10%;
    margin-right: 2%;
}

div.radio-group span.validation-text {
    bottom: 75%;
}

div.form-group.radio-sub-question {
    margin-top: 0;
    background-color: rgba(170, 170, 170, .1);
    padding: 30px 25px 10px;
}

@media screen and (max-width: 1299px) {
    div.form-group.radio-sub-question > input, div.form-group.radio-sub-question > .npb-apply-select > select {
        min-width: 95% !important;
    }

    div.form-group.radio-sub-question > .npb-apply-select > .uk-icon-chevron-down {
        right: 8%;
    }
}

div.form-group.radio-sub-question label {
    top: 42px;
    opacity: 0.7;
}

div.form-group.radio-sub-question label.in {
    top: 18px;
}

div.form-group.radio-sub-question label.multi-line-label {
    top: 25px;
    white-space: normal;
    width: 75%;
}

div.form-group.radio-sub-question label.multi-line-label.in {
    top: 5px;
}

div.form-group.radio-sub-question span.validation-text {
    bottom: 50%;
    right: 3%;
}

div.form-group.radio-sub-question div.npb-apply-select i {
    top: 40%;
    right: 4%;
}

div.radios img.declarations-check-img-yes {
    position: absolute;
    width: 25px;
    right: 53%;
    top: -35%;
}

div.radios img.declarations-check-img-no {
    position: absolute;
    width: 25px;
    right: 0%;
    top: -34%;
}

div.radios button.btn-primary:active, div.radios button.btn-inverse:active, div.radios button.btn-inverse:focus:active, div.radios button.btn-primary.uk-active, div.radios button.btn-inverse.uk-active, div.radios button.btn-inverse:active.uk-active, div.radios button.btn-inverse:focus.uk-active {
    background-color: #0187b1;
    color: #fff;
}

div.radios button.btn-inverse:active, div.radios button.btn-inverse:focus {
    border: 2px solid #0187b1;
    background: #fff;
    color: #0187b1;
    height: 36px;
    line-height: 3;
}

div.govt-questions-offset-border {
    border-right: #ddd solid 2px;
    flex: 1 0 auto;
    margin-right: 25px;
    max-width: 20px;
}

div.govt-questions-offset-border-active {
    border-right-color: #0187b1;
}

div.govt-questions-checkbox {
    flex: 1 0 200px;
}

h2#confirm-header {
    line-height: 1.1em;
}

h4.apply-confirm-lead {
    font-weight: 400;
}

#confirm-icon-house {
    font-size: 60px;
}

#request-closing-dates-form .form-group {
    border-bottom: 2px solid #ccc;
    margin: 12px 0;
    max-width: initial;
    padding-top: 15px;
}

#request-closing-dates-form .form-group.invalid {
    border-bottom-color: #ff8962;
}

#request-closing-dates-form .form-group:first-child {
    margin-top: 0;
}

#request-closing-dates-form .form-group label {
    left: 5px;
    top: 25px;
}

#request-closing-dates-form .form-group label.in {
    font-size: 14px;
    left: 0;
    top: 5px;
}

#request-closing-dates-form .form-group input[type="text"], #request-closing-dates-form .form-group input[type="email"], #request-closing-dates-form .form-group input[type="password"], #request-closing-dates-form .form-group select {
    background: transparent;
    border: none;
    font-size: 16px;
    margin: 0;
    flex: 1;
    z-index: 1;
}

#request-closing-dates-form .form-group a {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 20px;
    text-transform: uppercase;
}

#request-closing-dates-form .form-group .uk-form-select {
    margin-left: 5px;
    width: 100%;
}

#request-closing-dates-form .form-group .uk-form-select span:first-child {
    font-size: 16px;
}

#request-closing-dates-form .form-group .uk-form-select span:first-child.uk-hover.uk-focus + span {
    color: #0187b1;
}

#request-closing-dates-form .form-group .uk-form-select span:nth-child(2) {
    font-size: 16px;
    margin-right: 12px;
}

#request-closing-dates-form .form-group .uk-form-select select {
    font-size: 14px;
}

#request-closing-dates-form .form-group:last-child {
    border: none;
}

#request-closing-dates-form button[type=submit] {
    margin-left: auto;
}

.global.form-group {
    height: 50px;
    margin: 12px 0;
    max-width: none;
    position: relative;
    z-index: 0;
}

.global.form-group.invalid {
    animation: shake 0.5s linear;
}

.global.form-group:first-child {
    margin-top: 0;
}

.global.form-group label.in {
    font-size: 15px;
    top: -14px;
}

.global.form-group span.uk-icon-chevron-down {
    position: absolute;
    right: 1%;
    top: 15%;
    z-index: -1;
}

.global.form-group textarea {
    border: 0;
    border-radius: 0;
    overflow-y: hidden;
    resize: none;
}

.global.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 36px;
}

.global.form-group select::-ms-expand {
    display: none;
}

.global.form-group input[type="text"], .global.form-group input[type="email"], .global.form-group input[type="password"], .global.form-group select, .global.form-group textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    margin: 0 0 20px;
    flex: 1;
    width: 100%;
    z-index: 1;
    outline: none;
    border-radius: 0;
}

.global.form-group input[type="text"]:focus, .global.form-group input[type="email"]:focus, .global.form-group input[type="password"]:focus, .global.form-group select:focus, .global.form-group textarea:focus {
    border-bottom-color: #0187b1;
    outline: none;
}

.global.form-group select:focus + span {
    color: #0187b1;
}

.global.form-group .uk-form-select {
    height: 34px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    width: 100%;
}

.global.form-group .uk-form-select.form-warning {
    border-bottom-color: #ff8962;
}

.global.form-group .uk-form-select.focused:not(.form-warning) {
    border-bottom-color: #0187b1;
}

.global.form-group .uk-form-select span:first-child {
    margin-left: 5px;
    font-size: 16px;
}

.global.form-group .uk-form-select span:first-child.uk-hover.uk-focus + span {
    color: #0187b1;
}

.global.form-group .uk-form-select span:nth-child(2) {
    font-size: 16px;
    margin-right: 12px;
}

.global.form-group .uk-form-select select {
    font-size: 14px;
}

.global.form-group a:not(.btn) {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 20px;
    text-transform: uppercase;
}

.global.form-group a.input-helper {
    font-family: Ubuntu, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    right: 5px;
    top: 0;
    text-transform: uppercase;
    z-index: 1;
}

.global.auto-height {
    height: 100% !important;
}

.global.auto-height * {
    margin: 0 !important;
}

.global.button {
    background-color: #40a7be;
    border: none;
    border-radius: 6px;
    color: white;
    text-transform: uppercase;
    padding: 5px 20px;
    margin-top: 10px;
    cursor: pointer;
}

#contacts .search {
    position: relative;
    padding: 15px;
    color: #ccc;
}

#contacts .search > span.uk-icon-search {
    top: 28px;
    right: 30px;
    z-index: 2;
    font-size: 25px;
    position: absolute;
}

#contacts .search > input {
    position: relative;
    font-size: 20px;
    padding: 15px 45px 15px 15px;
    border: 2px solid #ccc;
    color: inherit;
    border-radius: 10px;
    z-index: 1;
    outline: none;
    width: calc(100% - 20px);
    right: -10px;
    margin: auto;
    box-sizing: border-box;
}

#contacts a[class|=uk-float] {
    font-weight: bold;
    padding: 0 5px;
    color: #33b2cc;
    margin-top: 10px;
}

#contacts .contact-info {
    font-size: 20px;
    position: relative;
    left: -5px;
}

#contacts .contact-info > .uk-icon-phone {
    color: #33b2cc;
    font-size: 140%;
    margin-right: 10px;
}

#contacts .contact-info > .location {
    font-size: 90%;
}

#contacts .message-preview-container {
    padding: 10px 0;
    /*max-width: 600px;
    */
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}

#contacts .global.form-group > button {
    min-width: 225px;
}

#contacts .or {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact-link {
    border-bottom: solid 1px #ccc;
    padding: 0 5px;
}

.contact-link > div {
    border: none;
    margin: 12px 0;
}

.contact-link .meta > p {
    margin: -14px 0;
    padding-left: 10px;
    font-size: 15px;
}

.contact-link .meta > p.name {
    font-weight: bold;
}

.contact-link .meta > p.title {
    font-style: italic;
}

.contact-link .meta > p.title, .contact-link .meta > p.phone, .contact-link .meta > p.location {
    font-size: 90%;
}

.contact-link div.contact-link > .uk-icon-chevron-right {
    position: relative;
    transition: left 0.25s ease-in-out;
    left: -5px;
}

.contact-link:hover div.contact-link > .uk-icon-chevron-right {
    color: #33b2cc;
    left: 0;
}

.contact-link.selected .meta > p.name {
    color: #33b2cc;
}

.contact-link.hover:hover {
    background-color: #eee;
    border-bottom-color: #eee;
}

.contact-link .highlight-contact {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
}

.contact-link .highlight-contact > [class|=uk-icon] {
    font-size: 180%;
    color: #33b2cc;
}

#request-quote #loan-purpose-icons a {
    color: #ccc !important;
}

#request-quote #loan-purpose-icons a.uk-npb-icon-link > span {
    cursor: pointer;
    color: inherit !important;
}

#request-quote #loan-purpose-icons a.uk-npb-icon-link.selected {
    color: #33b2cc !important;
}

#request-quote #loan-purpose-icons a.uk-npb-icon-link:hover {
    color: #33b2cc !important;
}

#quote-alert-success {
    background: #6ab751;
    color: white;
}

.quote-select {
    border-bottom: none !important;
}

#refer .northpointe-font.heart {
    color: #33b2cc;
    font-size: 250px;
    display: block;
    height: 280px;
    position: relative;
    top: 120px;
}

#request-closing-dates-form .date-time-group .date-wrapper {
    width: 240px;
}

#request-closing-dates-form .date-time-group .date-wrapper .uk-datepicker {
    max-width: 100px;
}

#request-closing-dates-form .date-time-group .date-time-separator {
    color: #ddd;
    font-size: 22px;
    margin: 0 8px;
}

.requested-closing-timezone {
    font-size: 24px;
    margin: 30px 0;
}

.requested-closing-date p {
    line-height: 1;
    margin: 0 10px 50px;
    font-size: 26px;
}

.requested-closing-date p:first-child {
    color: #535353;
    margin-left: 0;
}

.requested-closing-date p:nth-child(2) {
    color: #ccc;
    width: 50px;
}

.requested-closing-date p:last-child {
    color: #777;
}

#loan-asset-type {
    width: 100%;
}

/* ---------------------------------------------------- #Lists ------------------------------------------------------ */
/* ----------------------------------------------------- #Code ------------------------------------------------------ */
/* ---------------------------------------------------- #Tables ----------------------------------------------------- */
.uk-table tr td {
    border-bottom: 1px solid #ccc;
}

.uk-table-remove-border td {
    border-bottom: none !important;
}

.loan-information td {
    font-size: 15px;
    line-height: 1;
    padding: 8px 0 0;
    vertical-align: middle;
}

.loan-information td:last-child {
    line-height: 1.65;
    font-size: 15px;
}

.loan-information td.uk-text-primary:last-child {
    font-size: 18px;
    line-height: 1.2;
}

.loan-information .loan-information-address td {
    vertical-align: top;
}

.transaction-information td, .transaction-information th {
    font-size: 15px;
    line-height: 1;
    padding-top: 8px;
    vertical-align: middle;
}

.transaction-information td.uk-text-primary {
    line-height: 1.2;
    font-size: 18px;
    font-weight: 300;
}

.transaction-information td.sum {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

.sidebar-table-row > td {
    vertical-align: middle;
}

/* --------------------------------------------------- #Spacing ----------------------------------------------------- */
/* -------------------------------------------------- #Utilities ---------------------------------------------------- */
div.resource-video-container {
    max-height: 188px;
    overflow: clip;
}

.helper-pair > p:first-child {
    font-size: 15px;
    line-height: 1.2;
}

.helper-pair > p:last-child {
    font-size: 15px;
    line-height: 1;
}

.glyph {
    background: url("../img/sprite-main.png");
    display: block;
}

.glyph.exclamation {
    background-position: -5px -7px;
    height: 35px;
    width: 35px;
}

.glyph.checkbox-success {
    background-position: -5px -51px;
    height: 36px;
    width: 36px;
}

.glyph.reload {
    background-position: -70px -11px;
    height: 32px;
    width: 31px;
}

.glyph.bank {
    background-position: -68px -54px;
    height: 35px;
    width: 36px;
}

.glyph.card {
    background-position: -127px -11px;
    height: 35px;
    width: 45px;
    border: none !important;
}

.glyph.calendar {
    background-position: -137px -57px;
    height: 27px;
    width: 26px;
}

.glyph-panel:before {
    content: "";
    display: inline-block;
    height: 40px;
    margin-bottom: -5px;
    width: 40px;
}

.glyph-panel.checkbox-success:before {
    background: url('../img/sprite-main.png') -4px -48px;
}

.glyph-panel.exclamation:before {
    background: url('../img/sprite-main.png') -4px -2px;
}

.glyph-panel div {
    display: inline-block;
    margin: 5px 0;
}

.page-header {
    background-color: #eee;
    border: 1px solid #ccc;
    height: 42px;
    padding-left: 10px;
    position: relative;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .page-header {
        margin-left: 0;
    }
}

.page-header p {
    color: #999;
    font-family: 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px !important;
    font-weight: 400;
    letter-spacing: 1px;
}

.loan-payment {
    height: 35px;
}

.loan-payment h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

.transaction-dates-select {
    margin-top: -5px;
}

.reg-alert {
    max-width: 580px;
    line-height: normal;
}

a.white-link:link, a.white-link:visited, a.white-link:hover, a.white-link:active {
    color: #fff;
    text-decoration: underline;
}

.info {
    background: #eee;
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 5px;
}

.info-success {
    background: #e0efda;
    border: 1px solid #6ab751;
}

.info-success > strong {
    color: #6ab751;
}

#timeline-bar .progress-section {
    color: #999;
    font-size: 14px;
    font-family: 'Ubuntu', 'sans-serif';
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% / 5);
}

#timeline-bar .progress-section:after {
    background: #fff;
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    right: 0;
    top: -14px;
    width: 5px;
}

#timeline-bar .progress-section.current {
    color: #83ab78;
    font-weight: 700;
}

#timeline-bar .progress-section:last-child:after {
    display: none;
}

#timeline-bar .bar-indicator {
    background: none;
    height: 25px;
    margin-bottom: 0;
    overflow: visible;
}

#timeline-bar .bar-indicator .uk-progress-bar {
    background: url("../img/timeline-marker.fw.png") no-repeat;
    background-position-x: 100%;
    margin-left: 8px;
}

#timeline-bar .uk-progress-bar {
    transition: none;
}

#timeline-bar .bar {
    background: #e4e4e4;
    box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.18);
    border-radius: 5px;
    display: block;
    height: 8px;
    margin: 6px 0;
    width: 100%;
}

#timeline-bar .closing-date {
    background: url("../img/closing-date-in-progress.fw.png");
    background-size: cover;
    color: #83ab78;
    display: flex;
    flex-direction: column;
    height: 52px;
    justify-content: space-around;
    line-height: 1;
    text-align: center;
    max-width: 54px;
    width: 100%;
}

#timeline-bar .closing-date .day {
    font-size: 24px;
    margin-top: -15px;
}

div#apply_nav_sidebar_wrapper {
    min-height: calc(100vh - 135px);
}

ul#apply_nav_circles {
    padding-left: calc(20%);
}

ul#apply_nav_list a, ul#apply_nav_list a:hover {
    color: inherit;
    text-decoration: inherit;
}

ul#apply_nav_list a.npb-active-link, ul#apply_nav_circles a.npb-active-link {
    color: #33b2cc;
}

div#npb-radio-items p{
    display: inline-block;
}

div#npb-radio-items p i{
    font-size: 28px;
}

div#npb-radio-items p:hover{
    cursor: pointer;
    color: #33b2cc !important;
}

div#npb-radio-items-container {
    width: 230px;
}

i.property-type-icon {
    margin: -18px 0px 0px 10px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

div#loan-purpose-icons > div {
    flex: 1 1 150px;
    text-align: center;
}

div#loan-purpose-icons h1 {
    font-size: 60px;
    margin-bottom: 0px;
}

div#loan-purpose-icons p {
    margin-top: 0px;
}

div#loan-purpose-icons div.uk-width-1-5:hover span {
    color: #33b2cc !important;
    cursor: pointer;
}

p#loan-purpose-label {
    margin: 0 0 25px;
    text-align: center;
}

div.icon-box {
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    div.icon-box {
        max-width: 22%;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    div.icon-box {
        min-width: 33%;
    }
}

@media screen and (max-width: 329px) {
    div.icon-box {
        min-width: 50%;
    }
}

div.icon-box.selected {
    background-color: #0187b1 !important;
    color: #FFFFFF !important;
}

div.icon-box.selected i.icon-box-success-check {
    visibility: visible !important;
}

div.icon-box.selected small.icon-box-text {
    font-weight: normal !important;
}

div.icon-box i {
    font-size: 68px;
}

div.icon-box i.icon-box-success-check {
    font-size: 20px;
}

div.icon-box p {
    line-height: 1em;
}

a.apply-continue-link:hover {
    text-decoration: none;
}

.nav-tabs:not(.mobile-apply-nav) {
    background: url("../img/npb-tabs-bg.png") no-repeat;
    background-size: cover;
}

.nav-tabs:not(.mobile-apply-nav) > li {
    margin-top: -1px;
}

.nav-tabs:not(.mobile-apply-nav) > li:first-child a {
    box-shadow: inset 6px 0 6px -4px #e5e5e5;
}

.nav-tabs:not(.mobile-apply-nav) > li:nth-child(n+2) > a {
    margin-left: 0;
}

.nav-tabs:not(.mobile-apply-nav) > li > a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 9px 20px;
    position: relative;
    text-transform: uppercase;
}

.nav-tabs:not(.mobile-apply-nav) > li > a.data-count:after {
    background: #ff8962;
    border-radius: 50%;
    color: #fff;
    content: attr(data-count);
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 5px 5px 6px;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 5px;
}

.nav-tabs:not(.mobile-apply-nav) > li > a {
    color: #b5b5b5;
    border: solid 1px transparent;
}

.nav-tabs:not(.mobile-apply-nav) > li > a:not(.active):hover {
    color: #cfcfcf;
    border: solid 1px transparent;
}

.nav-tabs.mobile-apply-nav > li > a:not(.active):hover {
    color: #cfcfcf;
    border: solid 1px transparent;
}

.nav-tabs.mobile-apply-nav, .nav-tabs.mobile-apply-nav .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-tabs.mobile-apply-nav .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none !important;
    margin-top: 2px !important;
}

div.progress-ring {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 992px) {
    .nav-tabs > li:first-child a {
        box-shadow: none;
    }

    .nav-tabs > li:first-child:not(.active) a {
        border-left: none;
    }
}

.icon-resize {
    font-size: 150%;
}

label.toggler {
    cursor: pointer;
    left: 0;
    line-height: 30px;
    opacity: 1;
    padding-right: 10px;
    position: relative;
    top: 0;
    transition: none;
}

.box-toggle {
    border: 5px solid #d6d6d6;
    border-radius: 7px;
    cursor: pointer;
    height: 31px;
    position: relative;
    width: 44px;
    z-index: 2;
}

.box-toggle .toggled {
    background: #0187b1;
    display: inline-block;
    height: 21px;
    transition: width 0.25s linear;
    width: 32px;
    z-index: 1;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.box-toggle .switch {
    background: #fff;
    border: 5px solid #d6d6d6;
    border-radius: 8px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.22);
    display: inline-block;
    height: 31px;
    left: 30px;
    margin: 0;
    position: absolute;
    top: -5px;
    transition: left 0.25s linear;
    width: 17px;
    z-index: 3;
}

.box-toggle.off .toggled {
    width: 0;
}

.box-toggle.off .switch {
    left: -4px;
}

.preserve-white-space {
    white-space: pre;
}

#non-production-environment-banner #links p {
    border-left: 1px solid #ccc;
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
    padding: 0 10px;
}

#non-production-environment-banner #links p:first-child {
    border: none;
    padding-left: 0;
}

#non-production-environment-banner a {
    color: #fff;
    text-decoration: underline;
}

#non-production-environment-banner {
    background: #ff7649;
    color: #fff !important;
    padding: 5px;
    margin-top: 10%;
}

@media screen and (max-width: 767px) {
    .wages-toggler-wrapper > div:last-child {
        position: relative;
        margin-top: 20px;
    }
}

label.wages-toggler {
    background: #eee;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .25) inset;
    color: #333;
    cursor: pointer;
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
    min-width: 60px;
    opacity: 1;
    padding: 8px 18px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: none;
    z-index: 1;
    border: none;
}

label.wages-toggler:focus, label.wages-toggler.focus {
    box-shadow: none !important;
}

h1#get-started-header {
    margin: 60px 0px 30px;
}

form#get-started-form div.form-group {
    position: relative;
    margin: 35px 0px;
    padding-left: 0px;
    max-width: 100%;
    border-bottom: 2px solid #ccc;
}

form#get-started-form input {
    min-width: 90%;
    border: none;
    margin: 0px;
    background: transparent;
    padding-bottom: 0px;
}

form#get-started-form input:focus, form#get-started-form input:focus-visible {
    outline: none !important;
}

form#get-started-form div.form-group:focus-within {
    border-bottom: yellow;
}

form#get-started-form div.form-warning {
    border-bottom: 2px solid #ff8962 !important;
}

form#get-started-form input.form-warning,
form#get-started-form select.form-warning,
form#get-started-form input.form-warning:focus,
form#get-started-form select.form-warning:focus {
    border: none;
}

form#get-started-form a.uk-icon-question-circle-o {
    margin-bottom: -25px;
    font-size: 25px;
}

.uk-tooltip.get-started-tooltip {
    background-color: #fff;
    color: #777;
    box-shadow: 0px 0px 8px #ccc;
}

.uk-tooltip-top.get-started-tooltip:after, .uk-tooltip-top-left.get-started-tooltip:after, .uk-tooltip-top-right.get-started-tooltip:after {
    border-top-color: #fff;
}

.uk-tooltip-bottom.get-started-tooltip:after, .uk-tooltip-bottom-left.get-started-tooltip:after, .uk-tooltip-bottom-right.get-started-tooltip:after {
    border-bottom-color: #fff;
}

.uk-tooltip-right.get-started-tooltip:after {
    border-right-color: #fff;
}

.uk-tooltip-left.get-started-tooltip:after {
    border-left-color: #fff;
}

div.npb-modal {
    padding: 0px;
}

div.npb-modal .modal-header {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 4px 4px 0 0;
    background: #fafafa;
}

div.npb-modal .modal-footer {
    margin-top: 15px;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 4px 4px;
    background: #fafafa;
}

div.npb-modal p {
    font-size: 14px;
}

div.npb-modal p#confirm-lead-text {
    line-height: 1.4em;
}

div.npb-modal p.confirm-text {
    margin: 10px 0px 0px 0px;
}

.file-size-warning {
    font-size: 12px;
    padding-top: 3px;
}

#dropzone_container {
    border: dashed 2px lightgrey;
    min-height: 200px;
    background-image: url("../img/dropzone_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#dropzone_container form {
    padding: 40px;
}

.dropzone-file-name-container {
    width: 40%;
    margin-right: 5px;
}

.dropzone-file-name {
    max-width: 80%;
    display: inline-block;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone-progress-container {
    width: 50%;
    margin-top: 5px;
    margin-right: 20px;
}

.progress-bg-primary {
    background-color: #0187b1 !important;
}

div.file_list_item {
    padding: 16px;
    border: solid 1px #BBBBBB;
}

div.file_list_item:not(:last-child) {
    border-bottom: 0 !important;
}

div.file_list_item p {
    margin-bottom: 0;
    line-height: 1.2;
}

.td-underline {
    text-decoration: underline !important;
}

#mfa_iframe {
    width: 620px;
    margin-right: 20em;
    margin-top: 3em;
    height: 330px;
    border: none;
}

/* -------------------------------------------------- #Clearing ----------------------------------------------------- */
/* ----------------------------------------------- #Media Queries --------------------------------------------------- */
@media screen and (max-width: 450px) {
    div#apply-form-controls > div:last-child {
        max-width: 170px;
    }
}

@media screen and (max-width: 660px) {
    .uk-notice-buttons {
        flex-direction: column;
        align-items: end;
    }

    .uk-notice-buttons .btn, .uk-notice-buttons .btn-inverse, .uk-notice-buttons input[type=radio].radio-button + label, .uk-notice-buttons input[type=radio].radio-button + label:hover, .uk-notice-buttons div.radios button.btn-inverse:active, div.radios .uk-notice-buttons button.btn-inverse:active, .uk-notice-buttons div.radios button.btn-inverse:focus, div.radios .uk-notice-buttons button.btn-inverse:focus {
        margin: 10px 0;
        min-width: 250px;
    }

    .uk-notice-buttons .btn-link {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .uk-small-text-left {
        text-align: left !important;
    }

    .uk-small-text-right {
        text-align: right !important;
    }

    .uk-small-float-left {
        float: left !important;
    }

    .uk-small-float-right {
        float: right !important;
    }

    .uk-table tr.last-row td {
        border-bottom: none;
    }

    #timeline-bar .progress-section {
        font-size: 10px;
    }

    .uk-notice-buttons {
        margin: 30px 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .uk-table tr:last-child td {
        border-bottom: none;
    }
}

@media screen and (max-width: 991px) {
    #main-nav #main-nav-bar .navbar-nav { align-items: start!important; }
    #main-nav .navbar { justify-content: space-between !important; }
}

@media screen and (min-width: 960px) {
    .right-shadow {
        border-right: 1px solid rgba(204, 204, 204, .75);
        box-shadow: 6px 0 6px -6px #e5e5e5;
    }

    .uk-margin-top.main {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 1299px) {
    .uk-visible-xlarge {
        display: none;
    }
}

/* ---------------------------------------------- #UIKit Overrides -------------------------------------------------- */
.uk-alert {
    font-size: 14px;
}

.uk-alert a {
    color: #fff;
    text-decoration: underline;
}

.uk-gray-border-right {
    border-right: 1px solid #ddd;
}

.uk-notify-message {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .15);
}

.uk-notify-message-success {
    background: #eaf5e6;
    color: #6ab751;
    border: thin solid #6ab751;
}

.uk-notify-message-danger {
    background: #ffeae4;
    color: #ff8962;
    border: thin solid #ff8962;
}

.uk-datepicker {
    cursor: pointer;
}

.uk-dropdown.uk-datepicker {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, .25);
}

.uk-datepicker-table a.uk-active {
    border-radius: 5px;
}

.uk-navbar-mobile {
    background-color: #eee;
}

.uk-navbar-mobile .uk-navbar-toggle {
    color: #999;
    font-size: 14px;
    height: 38px;
}

.uk-navbar-mobile .uk-navbar-toggle:after {
    content: "\f0c9";
}

.uk-navbar-mobile .uk-navbar-content {
    font-size: 14px;
    height: 40px;
}

.uk-white-border-right {
    border-right: 1px solid #fff;
}

.text-muted-npb {
    color: #AAAAAA !important;
}

.uk-padding-left-10 {
    padding-left: 10px !important;
}

.uk-padding-left-20 {
    padding-left: 20px !important;
}

.uk-margin-top-5 {
    margin-top: 5px !important;
}

.uk-margin-top-10 {
    margin-top: 10px !important;
}

.uk-margin-top-25 {
    margin-top: 25px !important;
}

.uk-margin-bottom-25 {
    margin-bottom: 25px !important;
}

.uk-form-row {
    position: relative;
}

.uk-npb-icon-link:hover, .closing-contact-icon-link:hover {
    text-decoration: none;
}

a.uk-npb-icon-link span:nth-child(1) {
    margin-top: 10px;
    display: inline-block;
    font-size: 60px;
}

a.uk-npb-icon-link span:nth-child(3) {
    margin-top: -10px;
    display: block;
}

.btn-xlarge {
    padding-bottom: 6px;
    padding-top: 6px;
    letter-spacing: 5px;
    font-size: 18px !important;
}

div#loan-purpose-icons div.uk-width-1-5:hover a.uk-npb-icon-link.uk-npb-icon-no-highlight {
    color: #ddd !important;
}

div#loan-purpose-icons div.uk-width-1-5:hover a.uk-npb-icon-link.uk-npb-icon-no-highlight span {
    color: #ddd !important;
}

input.form-warning, select.form-warning, input.form-warning:focus, select.form-warning:focus {
    border-bottom: 2px solid #ff8962 !important;
}

span.validation-text {
    position: absolute;
    right: 2%;
    bottom: 90%;
}

@media screen and (max-width: 1299px) {
    span.validation-text {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    span.validation-text {
        display: none;
    }
}

.uk-margin-x-large-bottom {
    margin-bottom: 100px !important;
}

.uk-form input[type=radio]:checked:before {
    background: #0187b1;
}

#transaction-history-type.uk-dropdown {
    font-size: 14px;
    padding: 0 15px;
    width: initial;
    white-space: nowrap;
}

div[class^="uk-form-select uk-flex-"] {
    display: flex;
}

/* --------------------------------------------------- #Auth ------------------------------------------------------- */
h3#mfa-header {
    font-weight: 400;
}

div#mfa-delivery-type {
    background-color: #f5f6f7;
    border: thin solid #ccc;
}

@media screen and (max-width: 767px) {
    div#mfa-delivery-type {
        padding: 25px 25px;
    }
}

@media screen and (min-width: 768px) {
    div#mfa-delivery-type {
        padding: 25px 70px;
    }
}

.password-reset-modal #merge-accounts-modal h3, #mfa-code-entry #merge-accounts-modal h3 {
    font-size: 25px;
}

.password-reset-modal div.modal-dialog, #mfa-code-entry div.modal-dialog {
    padding: 40px;
}

.password-reset-modal h3, #mfa-code-entry h3 {
    line-height: 1.2em;
}

.password-reset-modal form label, #mfa-code-entry form label {
    position: relative;
    top: 0;
    opacity: 1;
    margin-left: 10px;
    z-index: 1;
}

.password-reset-modal button#submit-btn, #mfa-code-entry button#submit-btn {
    width: 100%;
}

.password-reset-modal .reset-code-input, #mfa-code-entry .reset-code-input {
    padding: 0px !important;
    width: 40px !important;
    height: 52px !important;
    border-radius: 8px;
    border: 2px solid #dddddd;
    font-size: 42px !important;
    color: #666 !important;
    text-align: center;
    margin: 0px 0px !important;
    caret-color: transparent;
}

.password-reset-modal .reset-code-input:focus,
.password-reset-modal .reset-code-input:focus-visible,
#mfa-code-entry .reset-code-input:focus,
#mfa-code-entry .reset-code-input:focus-visible {
    border-color: #0187b1;
    outline: none;
}

.password-reset-modal input.reset-code-input.form-warning, #mfa-code-entry input.reset-code-input.form-warning {
    border: 2px solid #ff8962 !important;
}

body.auth, body.error {
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    z-index: -1;
}

body.auth .auth-slider, body.error .auth-slider {
    position: fixed;
    z-index: -1;
    top: -120px;
    right: 0;
    bottom: 0;
    left: 0;
}

body.auth .auth-video, body.error .auth-video {
    width: 32vw;
    height: 40vh;
    object-fit: cover;
    position: fixed;
    left: 24%;
    right: 0;
    top: 38%;
    bottom: 0;
    z-index: -1;
}

body.auth .auth-video-header, body.error .auth-video-header {
    position: fixed;
    top: 25%;
    left: 31%;
    max-width: 300px;
    text-align: center;
    line-height: 1.1em;
}

body.auth .top-nav, body.error .top-nav {
    background-color: #fff;
    padding: 0 3%;
    text-align: right;
}

body.auth .top-nav a, body.error .top-nav a {
    color: #444;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 10px;
    text-transform: uppercase;
}

body.auth .top-nav a.sign-in-out, body.error .top-nav a.sign-in-out {
    color: #0187b1;
    font-weight: bold;
}

body.auth .nav, body.error .nav {
    background: #0187b1;
    padding: 20px 3%;
    width: 100%;
}

body.auth .auth-body, body.error .auth-body {
    justify-content: flex-end;
    margin: 30px auto;
    max-width: 1300px;
    width: calc(100% - 30px);
}

@media screen and (min-width: 668px) and (max-width: 959px) {
    body.auth .auth-body, body.error .auth-body {
        margin-top: 8%;
    }
}

@media screen and (max-width: 959px) {
    body.auth .auth-body, body.error .auth-body {
        height: unset;
        justify-content: center;
    }
}

body.auth .auth-body .auth-form, body.error .auth-body .auth-form, body.auth .auth-body #register-form-container, body.error .auth-body #register-form-container {
    background: #fff;
    border: 1px solid #e3e3e3;
    width: 100%;
}

body.auth .auth-body .auth-form .container .top-auth-row {
    padding: 60px 35px 0;
}

body.auth .auth-body .auth-form, body.error .auth-body .auth-form {
    max-width: 682px;
}

body.auth .auth-body #register-form-container, body.error .auth-body #register-form-container {
    max-width: 480px;
}

#register-form-top {
    padding: 60px 50px 0;
}

@media screen and (max-width: 1299px) {
    body.auth .auth-body .auth-form, body.error .auth-body .auth-form {
        border: 0;
    }
}

body.auth .auth-body .auth-form .uk-alert, body.error .auth-body .auth-form .uk-alert {
    margin-bottom: 20px !important;
    margin-top: -36px;
}

body.auth .auth-body .auth-form input:not([type=checkbox]):not([type=radio]), body.error .auth-body .auth-form input:not([type=checkbox]):not([type=radio]) {
    color: #0187b1;
    font-size: 16px;
    height: 34px;
    padding-bottom: 10px;
}

body.auth #reset-password-modal form input:not([type=checkbox]):not([type=radio]), body.error #reset-password-modal form input:not([type=checkbox]):not([type=radio]) {
    color: #595959;
    font-size: 18px;
    height: 36px;
    padding-bottom: 0px;
}

body.auth .auth-body .auth-form label, body.error .auth-body .auth-form label {
    z-index: 1;
}

body.auth .auth-body .auth-form label a, body.error .auth-body .auth-form label a {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: unset;
    font-weight: unset;
    letter-spacing: unset;
    margin-right: unset;
    text-transform: unset;
    text-decoration: underline;
}

body.auth .auth-form-header, body.error .auth-form-header {
    margin-bottom: 45px;
}

body.auth .auth-form-submit button, body.error .auth-form-submit button {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.8;
    width: 225px;
}

body.auth .auth-form-footer, body.error .auth-form-footer {
    padding: 15px 0px;
    background: #f7f7f7;
}

body.auth .auth-form-footer p, body.error .auth-form-footer p {
    color: #0187b1;
}

body.auth .auth-form-footer a, body.error .auth-form-footer a {
    text-decoration: underline;
}

body.auth #lo-bar, body.error #lo-bar {
    padding: 10px 3%;
    box-shadow: 0px 9px 24px #ccc;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    body.auth #lo-bar #lo-bar-picture, body.error #lo-bar #lo-bar-picture {
        padding: 5px 12px 0px 0px;
    }
}

@media screen and (min-width: 768px) {
    body.auth #lo-bar #lo-bar-picture, body.error #lo-bar #lo-bar-picture {
        padding: 5px 12px 0px 0px;
    }
}

body.auth #lo-bar #lo-bar-info p, body.error #lo-bar #lo-bar-info p {
    line-height: 1.3em;
}

body.auth #lo-bar #lo-bar-info p#lo-bar-info-name, body.error #lo-bar #lo-bar-info p#lo-bar-info-name {
    font-size: 14px;
    color: #222;
}

body.auth #lo-bar #lo-bar-info p#lo-bar-info-title, body.error #lo-bar #lo-bar-info p#lo-bar-info-title, body.auth #lo-bar #lo-bar-info p#lo-bar-info-email, body.error #lo-bar #lo-bar-info p#lo-bar-info-email {
    font-size: 15px;
}

body.auth #lo-bar #lo-bar-info p#lo-bar-info-email a, body.error #lo-bar #lo-bar-info p#lo-bar-info-email a {
    text-decoration: underline;
}

body.auth #lo-bar #lo-bar-info p#lo-bar-info-title em, body.error #lo-bar #lo-bar-info p#lo-bar-info-title em {
    color: #000;
    margin-right: 5px;
}

body.auth #lo-bar #lo-bar-info p#lo-bar-info-title span, body.error #lo-bar #lo-bar-info p#lo-bar-info-title span {
    font-size: 11px;
}

body.auth #lo-bar #lo-bar-phone, body.error #lo-bar #lo-bar-phone {
    margin-top: 11px;
}

body.auth #lo-bar #lo-bar-phone a, body.error #lo-bar #lo-bar-phone a {
    text-decoration: underline;
}

body.auth .auth-fdic-logo {
    display: flex;
    justify-content: flex-end;
}

body.auth .auth-fdic-logo > img {
    width: 150px;
}

/* --------------------------------------------------- #Preferences ------------------------------------------------ */
div.preferences-forms button.preferences-submit-button {
    width: 30%;
    background: #33b2cc;
}

body.error {
    background: none;
}

body.error .nav {
    background: #33b2cc;
    margin: 0;
    padding: 20px 3%;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .video-header {
        font-size: 22px;
        line-height: 0.9;
        margin-left: 8%;
        width: 80%;
    }
}

@media screen and (min-width: 992px) {
    .video-header {
        font-size: 36px;
        line-height: 0.9;
    }
}

.grey-banner {
    background-color: #f0f0f0;
    color: #333;
    margin: 0;
    text-align: center;
    text-transform: none;
}

div#house-image-row {
    max-height: 500px;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    div#house-image-col {
        margin-top: -140px;
    }
}

@media screen and (max-width: 991px) {
    div#house-image-col {
        margin-top: -90px;
    }
}

div#help-sidebar .sidebar-nav > li > a {
    padding: 0px;
    color: #6b6b6b;
}

div#help-sidebar .sidebar-nav > li > a.selected {
    color: #439db0;
}

div#help-sidebar .accordion-calc, div#help-sidebar .accordion-resources {
    cursor: pointer;
}

div#help-sidebar #resources-menu, div#help-sidebar #calculator-menu {
    left: 11%;
}


h3.help-center-header {
    line-height: 1.3em;
}

div#account-connect-content img {
    height: 61px !important;
}

div#account-connect-content p.small {
    font-size: 12px !important;
}

div#account-connect-content div.row h6 {
    height: 30px;
}

div#account-connect-content div.row p {
    height: 36px;
}

p#loan-management-blurb {
    height: auto !important;
}

#light-box-modal iframe {
    width: 100%;
    min-height: 600px;
}

p.list-option-text {
    max-width: 85%;
}

@media screen and (min-width: 325px) and (max-width: 400px) {
    div.row.mt-5 > div.col-4.text-left > h5.font-weight-bold,
    div.row.mt-5 > div.col-8.text-right > h5.font-weight-bold {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 324px) {
    div.row.mt-5 > div.col-4.text-left > h5.font-weight-bold,
    div.row.mt-5 > div.col-8.text-right > h5.font-weight-bold {
        font-size: .8rem !important;
    }
}

.shake {
    animation: shake 0.5s;
    animation-iteration-count: 1;
}

@keyframes shake {
    0% { transform: translate(1px, 0px) rotate(0deg); }
    10% { transform: translate(-1px, 0px) rotate(0deg); }
    20% { transform: translate(-5px, 0px) rotate(0deg); }
    30% { transform: translate(5px, 0px) rotate(0deg); }
    40% { transform: translate(1px, 0px) rotate(0deg); }
    50% { transform: translate(-1px, 0px) rotate(0deg); }
    60% { transform: translate(-5px, 0px) rotate(0deg); }
    70% { transform: translate(5px, 0px) rotate(0deg); }
    80% { transform: translate(-1px, 0px) rotate(0deg); }
    90% { transform: translate(1px, 0px) rotate(0deg); }
    100% { transform: translate(1px, 0px) rotate(0deg); }
}

.cursor-pointer {
    cursor: pointer !important;
}

.loader {
    width: 50%;
    margin-top: 8px;
    margin-right: 20px;
    border-radius: 6px;
    border: 1px solid #0187b1;
    position: relative;
    padding: 3px;
}
.loader:before {
    content:'';
    border:1px solid #fff;
    border-radius:10px;
    position:absolute;
    top:-4px;
    right:-4px;
    bottom:-4px;
    left:-4px;
}
.loader .loaderBar {
    position:absolute;
    border-radius:6px;
    top:0;
    right:100%;
    bottom:0;
    left:0;
    background:#0187b1;
    width:0;
    animation:infinite-progress-bar 2s linear infinite;
}

@keyframes infinite-progress-bar {
    0% {
        left:0%;
        right:100%;
        width:0%;
    }
    10% {
        left:0%;
        right:75%;
        width:25%;
    }
    90% {
        right:0%;
        left:75%;
        width:25%;
    }
    100% {
        left:100%;
        right:0%;
        width:0%;
    }
}
