/*BOOTSTRAP OVERRIDES*/

@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Roboto);
body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-size: 16px;*/
}
p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 15px;
}
.lead {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
hr {
    border-top: 1px solid #E5E5E5;
}
.list-unstyled {
    padding-left: 26px;
}
.table-width-condensed > thead > tr > th,
.table-width-condensed > tbody > tr > th,
.table-width-condensed > tfoot > tr > th,
.table-width-condensed > thead > tr > td,
.table-width-condensed > tbody > tr > td,
.table-width-condensed > tfoot > tr > td {
    padding: 10px 5px 5px 5px;
}
.table-responsive {
    overflow-x: auto;
}

.navbar {
    margin-bottom: 0;
    min-height: 0;
    min-height: 75px;
    border-bottom: none;
}
.navbar-nav {
    font-size: 16px;
}
@media (min-width: 768px) {
    .navbar-nav {
        margin-top: 16px;
    }
}
.navbar-default {
    background-color: #ffffff;
}
.navbar-default .navbar-brand {
    padding: 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #D6D6D6;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ffffff;
}
@media (max-width: 767px) {
    .navbar-default .navbar-collapse {
        margin-top: 17px;
    }
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #D6D6D6;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #D6D6D6;
    }
}
.navbar-default .navbar-toggle {
    margin-top: 15px;
}
.navbar-guide {
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 6px;
}
.navbar-guide a {
    color: #777;
}
.navbar-guide a:hover,
.navbar-guide a:focus {
    color: #333;
    background-color: transparent;
    text-decoration: none;
}
.navbar-guide .link-divider {
    color: #777;
}
.navbar-brand-mobile {
    width: 80%;
}
@media (max-width: 767px) {
    .navbar-brand-mobile {
        width: 90%;
    }
}
.nav .landingPage {
    position: relative;
    display: block;
    padding: 5px 15px;
}
.nav .app {
    position: relative;
    display: block;
    padding: 0px 15px;
}

.btn {
    border-radius: 3px;
}
.btn-primary {
    background-color: #d9230f;
    border-color: #d9230f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #a91b0c;
    border-color: #a01a0b;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #d9230f;
    border-color: #d9230f;
}
.btn-primary .badge {
    color: #d9230f;
}

.btn-success {
    background-color: #469408;
    border-color: #469408;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-color: #2f6405;
    border-color: #2b5a05;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #469408;
    border-color: #469408;
}
.btn-success .badge {
    color: #469408;
}

.btn-danger {
    background-color: #d9831f;
    border-color: #d9831f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-color: #ac6819;
    border-color: #a36317;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9831f;
    border-color: #d9831f;
}
.btn-danger .badge {
    color: #d9831f;
}

.btn-good {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-good:focus,
.btn-good:active,
.btn-good.active,
.open .dropdown-toggle.btn-good {
    color: #ffffff;
    background-color: #469408;
    border-color: #469408;
}
.btn-good:active,
.btn-good.active,
.open .dropdown-toggle.btn-good {
    background-image: none;
}
.btn-bad {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-bad:focus,
.btn-bad:active,
.btn-bad.active,
.open .dropdown-toggle.btn-bad {
    color: #ffffff;
    background-color: #ac6819;
    border-color: #a36317;
}
.btn-bad:active,
.btn-bad.active,
.open .dropdown-toggle.btn-bad {
    background-image: none;
}
.btn-choice {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-choice:focus,
.btn-choice:active,
.btn-choice.active,
.open .dropdown-toggle.btn-bad {
    color: #ffffff;
    background-color: #00A1E0;
    border-color: #00A1E0;
}
.btn-choice:active,
.btn-choice.active,
.open .dropdown-toggle.btn-bad {
    background-image: none;
}

.nav-tabs {
  border-bottom: 1px solid #D6D6D6;
}
.nav-tabs > li > a:hover {
    border-color: #D6D6D6 #D6D6D6 #D6D6D6;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 1px solid #D6D6D6;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #D6D6D6;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #D6D6D6;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #D6D6D6;
    }
}

.panel-default {
    border-color: #D6D6D6;
}
.panel-default > .panel-heading {
    background-color: #D3EDF2;
    border-color: #D6D6D6;
}
.panel-status {
    border-color: #D6D6D6;
}
.panel-status > .panel-body {
    border-color: #D6D6D6;
}
.panel-status-action {
    border-color: #D6D6D6;
}
.panel-status-action > .panel-body {
    background-color: #d9230f;
    border-color: #D6D6D6;
    color: #FFFFFF;
}
.panel-messages {
    border-radius: 0 0 3px 3px;
    border-top: none;
}
.panel-body.scroll {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.alert-info {
    color: #0C6377;
    background-color: #D3EDF2;
    border-color: #7AD2F0;
}
.alert-info hr {
    border-top-color: #6AC2CE;
}
.alert-info .alert-link {
    color: #1E4A5B;
}
.alert-danger {
    background-color: #F7F5F5;
}

.text-success {
    color: #469408;
}
.text-danger {
    color: #d9230f;
}
.text-highlight {
    color: #428BCA;
}
.text-highlight-success {
    background-color: #469408;
    color: #FFFFFF;
    line-height: 1.6;
}

.sidebar-tpo-background{
    background-color: #e9fdd9;
}

.sidebar-lender-background{
    background-color: #eee;
}

@media (max-width: 767px) {
    .table-more-condensed > thead > tr > th,
    .table-more-condensed > tbody > tr > th,
    .table-more-condensed > tfoot > tr > th,
    .table-more-condensed > thead > tr > td,
    .table-more-condensed > tbody > tr > td,
    .table-more-condensed > tfoot > tr > td {
        padding: 2px;
    }
}

@media (max-width: 767px) {
    .small-responsive {
        font-size: 85%;
    }
}
large,
.large {
    font-size: 115% !important;
}
larger,
.larger {
    font-size: 130% !important;
}

.input-group-addon {
    padding: 6px 6px;
}

/*BOOTSTRAP IMPROVEMENTS*/
@media (max-width: 767px) {
    .dropdown-menu {
        display: block;
        position: static;
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        margin-top: 0;
        position: static;
        width: 100%;
    }
    .navbar-nav .dropdown-menu > li > a,
    .navbar-nav .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color:#777;
    }
}

.col-center {
    float: none;
    margin: 0 auto;
}

.text-center-responsive {
    text-align: center;
}
@media (min-width: 768px) {
    .text-center-responsive {
        text-align: left;
    }
}
.uncenter {
    text-align: left;
}

.img-less-rounded {
    border-radius: 3px !important;
}

.img-desaturate {
    filter: grayscale(100%);
}

.img-desaturate-hover {
    filter: grayscale(50%);
}

.modal-body {
    padding: 24px;
}
.modal-body-lg {
    padding: 36px;
}
.modal-body-loan-officer {
    padding: 23px 36px 36px 36px;
}

@media (max-width: 767px) {
    select.input-sm-responsive {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}

.clearfix-table-responsive {
    content: "";
    clear: both;
    display: block;
}

.input-search-option {
    width: 180px;
}
.input-downpayment {
    width: 200px !important;
}
.input-lg-responsive {
    width: 200px !important;
}
.input-lg-responsive-downPayment {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-lg-responsive-percentage {
    width: 78px !important;
    text-align: center;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
@media screen and (min-width: 768px) {
    .input-lg-responsive-percentage {
        width: 61px !important;
        text-align: center;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}
@media screen and (min-width: 992px) {
    .input-lg-responsive-percentage {
        width: 78px !important;
        text-align: center;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}
@media screen and (min-width: 768px) {
    .input-lg-responsive {
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px;
    }
    select.input-lg-responsive {
        height: 46px;
        line-height: 46px;
    }
    textarea.input-lg-responsive {
        height: auto;
    }
}
.input-lg-responsive-refinance {
    width: 200px;
}
@media screen and (min-width: 768px) {
    .input-lg-responsive-refinance {
        width: 196.45px !important;
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px;
    }
    select.input-lg-responsive-refinance {
        width: 196.45px !important;
        height: 46px;
        line-height: 46px;
    }
    textarea.input-lg-responsive-refinance {
        width: 196.45px !important;
        height: auto;
    }
}

.glyphicon-xl {
    font-size: 180%;
}
.glyphicon-sm {
    font-size: 80%;
}
.glyphicon-smaller {
    font-size: 65%;
}

/*NEW CSS*/

.test-bg {
    background-color: #e0ffff;
}
.test-bg2 {
    background-color: #9acd32;
}
.test-bg3 {
    background-color: #9370db;
}
.test-border {
    border: red solid 1px;
}

@media (min-width: 768px) {
    .blog-main-wrapper {
        padding: 0 24px 0 0;
    }
}
@media (min-width: 768px) {
    .blog-sidebar-wrapper {
        padding: 0 0 0 24px;
    }
}
.blog-sidebar-menu {
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    padding: 0 25px 16px 25px;
}
.blog-sidebar-cta {
    padding: 12px 25px 16px 25px;
    background-color: #BDE9F4;
}
.blog-sidebar-share {
    padding: 0 25px;
}

.quiz-answers {
    max-width: 60%;
}
.quiz-answer-success {
    color: #468847;
    background-color: #F0FFE9;
    border-color: #d6e9c6;
}
.quiz-answer-danger {
    color: #A87E40;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.label-pie {
    font-weight: normal;
    color: #FFFFFF;
}
.label-pie.red {
    background-color: #C61609;
}
.label-pie.orange {
    background-color: #d9831f;
}
.label-pie.purple {
    background-color: #7864A0;
}
.label-pie.blue {
    background-color: #4CB9D3;
}
.label-pie.green {
    background-color: #469408;
}

.width-100 {
    width: 100% !important;
}

img.responsive {
    max-width: 100%;
    max-height: 100%;
}
img.text-wrap {
    margin-right: 8px;
}
img.text-wrap-both {
    margin-left: 8px;
    margin-right: 8px;
}

@media screen and (min-width: 992px) {
    .definition-match {
        min-height: 340px;
    }
}
@media screen and (min-width: 1200px) {
    .definition-match {
        min-height: 300px;
    }
}

.hero.background {
    background-color: #ffffff;
}
.hero h1,
.hero .h1 {
    font-size: 40px;
}
.hero h2,
.hero .h2 {
    font-size: 24px;
}
.hero-sub h2,
.hero-sub .h2 {
    font-size: 36px;
}
.hero-sub h3,
.hero-sub .h3 {
    font-size: 24px;
}
.hero-sub h4,
.hero-sub .h4 {
    font-size: 24px;
}
@media screen and (min-width: 768px) {
    .hero {
        padding: 20px;
        min-height: 482px;
    }
    .hero h1,
    .hero .h1 {
        font-size: 50px;
    }
    .hero h2,
    .hero .h2 {
        font-size: 30px;
    }
    .hero-sub h2,
    .hero-sub .h2 {
        font-size: 44px;
    }
    .hero-sub h3,
    .hero-sub .h3 {
        font-size: 32px;
    }
}
.hero-interior {
    min-height: 122px;
}
@media screen and (min-width: 768px) {
    .hero-interior {
        padding: 20px;
        min-height: 202px;
    }
}

.h4-5 {
    font-size: 16px;
}

.banner-cta {
    padding: 35px 18px;
    background-color: #6EB8CC;
    color: #FFFFFF;
}
.banner-cta-dark-blue {
    padding: 35px 18px;
    background-color: #000f1f;
    color: #FFFFFF;
}
.banner-featuring {
    padding: 75px 0;
    background-color: #E8F8FC;
}
.banner-featuring-white {
    padding: 35px 0;
}

.font-up h2,
.font-up .h2 {
    font-size: 36px;
}
.font-up h3,
.font-up .h3 {
    font-size: 30px;
}
.font-up h4,
.font-up .h4 {
    font-size: 24px;
}
.font-black {
    color: #000000;
}
.font-white {
    color: #FFFFFF !important;
}
.font-light-grey {
    color: #E5E5E5 !important;
}
.font-unbold {
    font-weight: normal
}
.font-bold {
    font-weight: bold;
}
.font-underline {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .h1-responsive {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    h1.responsive-rev {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    h2.responsive-rev {
        font-size: 24px;
    }
}
@media screen and (min-width: 768px) {
    .h2-responsive {
        font-size: 36px;
    }
}
@media screen and (min-width: 768px) {
    .h3-responsive {
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .h4-responsive {
        font-size: 24px;
    }
}
@media screen and (min-width: 768px) {
    .h5-responsive {
        font-size: 18px;
    }
}
.smaller {
    font-size: 75%;
    line-height: 1.4em;
}
.font-14 {
    font-size: 14px;
    line-height: 20px;
}
.font-12 {
    font-size: 12px;
    line-height: 20px;
}
.vertical-middle {
    vertical-align: middle !important;
}

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

.top-4 {
    top: 4px;
}

.spacer-top-tools {
    margin-top: -6px;
}
.spacer-top-none {
    margin-top: 0;
}
@media screen and (min-width: 980px) {
    .spacer-top-none-md {
        margin-top: 0;
    }
}
.spacer-top-xxxs {
    margin-top: 3px;
}
.spacer-top-xxs {
    margin-top: 5px;
}
.spacer-top-7 {
    margin-top: 7px;
}
.spacer-top-9 {
    margin-top: 9px;
}
.spacer-top-xs {
    margin-top: 10px;
}
.spacer-top-xs-negative {
    margin-top: -10px;
}
.spacer-top-13 {
    margin-top: 13px;
}
.spacer-top-15 {
    margin-top: 15px;
}
.spacer-top-15-responsive {
    margin-top: 15px;
}
@media screen and (min-width: 768px) {
    .spacer-top-15-responsive {
        margin-top: 0;
    }
}
.spacer-top-16 {
    margin-top: 16px;
}
.spacer-top-sm {
    margin-top: 20px;
}
.spacer-top {
    margin-top: 30px;
}
.spacer-top-lg {
    margin-top: 40px;
}
.spacer-top-xl {
    margin-top: 50px;
}
.spacer-top-75 {
    margin-top: 75px;
}
.spacer-top-2xl {
    margin-top: 100px;
}
.spacer-top-post {
    margin-top: 56px;
}
.spacer-bottom-none {
    margin-bottom: 0;
}
.spacer-bottom-xxs {
    margin-bottom: 5px;
}
.spacer-bottom-apply {
    margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
    .spacer-bottom-apply {
        margin-bottom: 0;
    }
}
.spacer-bottom-8 {
    margin-bottom: 8px;
}
.spacer-bottom-xs {
    margin-bottom: 10px;
}
.spacer-bottom-sm {
    margin-bottom: 20px;
}
.spacer-bottom {
    margin-bottom: 30px;
}
.spacer-bottom-lg {
    margin-bottom: 40px;
}
.spacer-bottom-xl {
    margin-bottom: 50px;
}
.spacer-bottom-75 {
    margin-bottom: 75px;
}
.spacer-bottom-2xl {
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .spacer-top-xs-only {
        margin-top: 10px;
    }
}
.spacer-top-xs-responsive {
    margin-top: 0;
}
@media screen and (min-width: 768px) {
    .spacer-top-xs-responsive {
        margin-top: 10px;
    }
}
@media screen and (min-width: 992px) {
    .spacer-top-xs-responsive {
        margin-top: 0;
    }
}
.spacer-top-sm-responsive {
    margin-top: 0;
}
@media screen and (min-width: 768px) {
    .spacer-top-sm-responsive {
        margin-top: 20px;
    }
}
.spacer-top-responsive {
    margin-top: 0;
}
@media screen and (min-width: 768px) {
    .spacer-top-responsive {
        margin-top: 30px;
    }
}
.spacer-top-hero {
    margin-top: 40px;
}
@media screen and (min-width: 768px) {
    .spacer-top-hero {
        margin-top: 50px;
    }
}
.spacer-top-hero-agent {
    margin-top: 40px;
}
@media screen and (min-width: 768px) {
    .spacer-top-hero-agent {
        margin-top: 100px;
    }
}
.spacer-top-2xl-responsive {
    margin-top: 50px;
}
@media screen and (min-width: 768px) {
    .spacer-top-2xl-responsive {
        margin-top: 100px;
    }
}
.spacer-top-md-responsive-rev {
    margin-top: 20px;
}
@media screen and (min-width: 992px) {
    .spacer-top-md-responsive-rev {
        margin-top: 0;
    }
}
.spacer-top-xxs-responsive-rev {
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    .spacer-top-xxs-responsive-rev {
        margin-top: 0;
    }
}
.spacer-top-sm-responsive-rev {
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
    .spacer-top-sm-responsive-rev {
        margin-top: 0;
    }
}
.spacer-top-xs-responsive-rev {
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
    .spacer-top-xs-responsive-rev {
        margin-top: 10px;
    }
}
.spacer-top-xs-responsive-rev-none {
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
    .spacer-top-xs-responsive-rev-none {
        margin-top: 0;
    }
}
.spacer-top-responsive-rev {
    margin-top: 30px;
}
@media screen and (min-width: 768px) {
    .spacer-top-responsive-rev {
        margin-top: 0;
    }
}
.spacer-top-xs-responsive-none {
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    .spacer-top-xs-responsive-none {
        margin-top: 0;
    }
}
.spacer-left-xs {
    margin-left: 10px;
}
.spacer-left-sm {
    margin-left: 20px;
}
.spacer-left {
    margin-left: 30px;
}
.spacer-left-lg {
    margin-left: 40px;
}
.spacer-left-sm-negative {
    margin-left: -20px;
}
.spacer-start-ssn {
    margin-top: 6px;
}
@media screen and (min-width: 768px) {
    .spacer-start-ssn {
        margin-top: 46px;
    }
}

.add-employer-modal {
    margin-top: 15px;
}
@media screen and (min-width: 768px) {
    .add-employer-modal {
        margin-top: 40px;
    }
}
@media screen and (min-width: 768px) {
    .add-resource-modal {
        margin-top: 30px;
    }
}

.padding-top-10 {
    padding-top: 10px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-30 {
    padding: 30px;
}
.padding-left-xxs {
    padding-left: 5px;
}
.padding-left-8 {
    padding-left: 8px;
}
.padding-left-xs {
    padding-left: 10px;
}
.padding-left-sm {
    padding-left: 20px;
}
.padding-left {
    padding-left: 30px;
}
.padding-right-0 {
    padding-right: 0;
}
.padding-right-xxs {
    padding-right: 5px;
}
.padding-right-xs {
    padding-right: 10px;
}
.padding-right-sm {
    padding-right: 20px;
}
.padding-right {
    padding-right: 30px;
}
.padding-left-lg {
    padding-left: 40px;
}
.padding-right-lg {
    padding-right: 40px;
}
.padding-left-xl {
    padding-left: 50px;
}
.padding-right-xl {
    padding-right: 50px;
}

@media screen and (min-width: 768px) {
    .btn-responsive {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        border-radius: 4px;
    }
}
@media screen and (min-width: 768px) {
    .btn-responsive-lg {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px;
    }
}

@media screen and (min-width: 768px) {
    .messageContainer {
        font-weight: 500;
        font-size: 18px;
        margin-top: 6px;
    }
}

.form-signup-guide {
    margin: 0 auto;
    max-width: 400px;
}
.form-signup-guide .password-show {
    margin-top: 32px;
}

.form-application {
    margin: 0 auto;
    width: 100%;
}
.form-application .row-sub-header {
    margin: 0 auto;
}
.form-application .sub-header {
    background-color: #00A1E0;
    border-radius: 3px;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 10px;
    color: #ffffff;
}
.form-application .row-input {
    padding: 15px 15px 25px 15px;
}
.form-application .row-input-action {
    padding: 0px 15px 25px 15px;
}
.form-application .row-input-last {
    padding: 10px 15px 15px 15px;
}
.form-application .addressPrompt {
    display: inline;
}
@media (min-width: 992px) {
    .form-control.select-narrow {
        padding-left: 9px;
        padding-right: 9px;
    }
}

.form-search-options {
    margin: 0 auto;
    width: 100%;
    padding: 22px;
    border-radius: 3px;
    border: 2px solid #D3EDF2;
    background-color: #FFFFFF;
}
.search-filter {
    width: 100%;
    padding: 22px;
    border-radius: 3px;
    background-color: #D3EDF2;
    border-color: #7AD2F0;
}

.chart-imported {
    padding: 22px;
    border-radius: 3px;
    border: 1px solid #D6D6D6;
}
.chart-not-imported {
    padding: 22px;
    border-radius: 3px;
    border: 1px solid #D6D6D6;
}

.kiosk-daily-loans {
    padding: 30px;
    border-radius: 3px;
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
}

.loan-applied-for-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 22px;
    border-radius: 3px;
    background-color: #FFFFFF;
    border: 1px solid #7AD2F0;
}

.character-intro {
    max-width: 440px;
    border-radius: 3px;
}
.character-intro-responsive {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .character-intro-responsive {
        padding: 8px;
    }
}

.wrap {
    white-space: normal;
}
.no-wrap {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .btn-label {
        height: 96px;
    }
}
@media (min-width: 992px) {
    .btn-label {
        height: 120px;
    }
}
@media (min-width: 1200px) {
    .btn-label {
        height: 96px;
    }
}

.footer {
    background-color: #fff;
    border-top: 1px solid #D6D6D6;
}

.nav-footer > li > a {
    color: #777;
    display: inline;
}
.nav-footer > li > a:hover,
.nav-footer > li > a:focus {
    color: #333;
    background-color: transparent;
}
@media screen and (min-width: 768px) {
    .nav-footer {
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float: none;
    }
    .nav-footer > li > a {
        display: block;
    }
}

.share-guide {
    height: 160px;
}
.share-guide-credits {
    padding: 12px 25px 25px 25px;
    background-color: #EDF3F4;
}

.display-none {
    display: none;
}
.display-inline {
    display: inline;
}

.code-bg {
    background-color: #222222;
    padding: 20px 30px;
    border-radius: 3px;
}
code.on-bg {
    color: white;
    background-color: transparent;
}

.embed-responsive.embed-responsive-75 {
    padding-bottom: 140%;
}
@media (min-width: 768px) {
    .embed-responsive.embed-responsive-75 {
        padding-bottom: 75%;
    }
}

.embed-responsive.embed-responsive-85 {
    padding-bottom: 180%;
}
@media (min-width: 768px) {
    .embed-responsive.embed-responsive-85 {
        padding-bottom: 85%;
    }
}

.better-match {
    position: relative;
    top: -6px;
    color: #3c763d;
}
.better-match-indicator {
    color: #3c763d;
}

.more-search-options {
    position: relative;
    top: 7px;
}
.more-search-options-home {
    position: relative;
    left: 3px;
}
@media (min-width: 992px) {
    .more-search-option-checkboxes {
        margin-left: 8px;
    }
}
@media (min-width: 992px) {
    .more-search-option-checkbox {
        margin-left: -8px;
    }
}

.modal-header-close {
    padding: 15px 15px 0 0;
    margin-top: -2px;
}

.x-clear {
    position: relative;
    bottom: 1px;
}

.loan-details, .loan-details-search-anonymous, .cursor-pointer {
    cursor: pointer;
}
.loan-details-highlight {
    color: #3c763d;
}

.comparison-head {
    background-color: #F7F7F7;
}
.comparison-head-bsm {
    background-color: #7BD1EE;
}
.comparison-head > tr > th {
    border-bottom: none !important;
}
.comparison-cell-feature {
    padding-top: 10px !important;
    padding-right: 6px !important;
}
.comparison-cell-bsm {
    padding-top: 10px !important;
    background-color: #DCF3F9;
}
.comparison-cell-competition {
    padding-top: 10px !important;
}
.table-comparison-cta > tbody > tr > td {
    border: none !important;
}
.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}
.table-border-bottom-1 {
    border-bottom: 1px solid #ddd !important;
}
.table-condensed-more > thead > tr > th,
.table-condensed-more > tbody > tr > th,
.table-condensed-more > tfoot > tr > th,
.table-condensed-more > thead > tr > td,
.table-condensed-more > tbody > tr > td,
.table-condensed-more > tfoot > tr > td {
    padding: 3px;
}

.text-muted-more {
    color: #999999;
}

.searchResultsWrapper {
    background-image: url( "/images/ajax-loader.gif" );
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.hidden-visibility {
    visibility: hidden;
}

.border-bottom {
    border-bottom: 1px #333 solid;
}

.speech-bubble {
    position: relative;
    padding: 20px 26px 10px 26px;
    border-radius: 3px;
    width: 90%;
}
@media (min-width: 768px) {
    .speech-bubble {
        width: 66%;
    }
}
.speech-bubble:after {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 16px;
    margin-top: -16px;
}
.speech-bubble-me {
    background: #00A1E0;
    color: #FFF;
}
.speech-bubble-me:after {
    left: 100%;
    border-left-color: #00A1E0;
}
.speech-bubble-you {
    background: #E5E5E5;
    width: 54%;
}
.speech-bubble-you:after {
    right: 100%;
    border-right-color: #E5E5E5;
}

.faq-question {
    top: -1px;
}

.input-50 {
    width: 50px !important;
}
.input-55 {
    width: 55px !important;
}
.input-61 {
    width: 61px !important;
}
.input-70 {
    width: 70px !important;
}
.input-72 {
    width: 72px !important;
}
.input-100 {
    width: 100px !important;
}
.input-120 {
    width: 120px !important;
}
.input-200 {
    width: 200px !important;
}
.input-220 {
    width: 220px !important;
}

/* masked input - see startPersonal.php for ssn input */
.masked-relative{
    position:relative;
    height: 30px;
}

.masked-masked{
    position: absolute;
}

.masked-value{
    position: absolute;
    top:0;
    color: transparent !important;
    background: transparent;
    border:none;
}

.masked-static{
    position: static;
}
/* masked input */

.popover-tip:hover {
    color: #00A1E0 !important;
}

.ask-arvin-wrapper {
    padding: 6px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #00A1E0;
    height: 422px;
}

.ask-arvin-textarea {
    font-size: 24px;
    min-height: 410px;
}

.placeholder-right::-webkit-input-placeholder {
    text-align: right;
}
.placeholder-right:-moz-placeholder { /* Firefox 18- */
    text-align: right;
}
.placeholder-right::-moz-placeholder {  /* Firefox 19+ */
    text-align: right;
}
.placeholder-right:-ms-input-placeholder {
    text-align: right;
}

.input-search-downPayment {
    width: 75% !important;
}
@media (min-width: 768px) {
    .input-search-downPayment {
        width: 75% !important;
    }
}
@media (min-width: 992px) {
    .input-search-downPayment {
        width: 80% !important;
    }
}
.input-search-downPaymentPercentage {
    width: 25% !important;
    text-align: center;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
@media screen and (min-width: 768px) {
    .input-search-downPaymentPercentage {
        width: 25% !important;
        text-align: center;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}
@media screen and (min-width: 992px) {
    .input-search-downPaymentPercentage {
        width: 20% !important;
        text-align: center;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.cta-search-sidebar-downPayment {
    width: 199px !important;
}
@media (min-width: 768px) {
    .cta-search-sidebar-downPayment {
        width: 92px !important;
    }
}
@media (min-width: 992px) {
    .cta-search-sidebar-downPayment {
        width: 202px !important;
    }
}

.cta-bar-search {
    width: 100% !important;
}
@media (min-width: 992px) {
    .cta-bar-search {
        width: 125px !important;
    }
}

.cta-search-bar-downPayment {
    width: 199px !important;
}
@media (min-width: 768px) {
    .cta-search-bar-downPayment {
        width: 118px !important;
    }
}
@media (min-width: 992px) {
    .cta-search-bar-downPayment {
        width: 113px !important;
    }
}

.cta-search-bar-percentage {
    width: 78px !important;
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media screen and (min-width: 768px) {
    .cta-search-bar-percentage {
        width: 61px !important;
        text-align: center;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}
@media screen and (min-width: 992px) {
    .cta-search-bar-percentage {
        width: 61px !important;
        text-align: center;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.cta-search-bar-creditRange {
    width: 100% !important;
}
@media (min-width: 768px) {
    .cta-search-bar-creditRange {
        width: 179px !important;
    }
}
@media (min-width: 992px) {
    .cta-search-bar-creditRange {
        width: 125px !important;
    }
}

.tou-pp {
    font-size: 17px;
}

.icon-disabled {
    color: #acacac;
}

.icon-disabled:hover, .icon-disabled:focus {
    color: #acacac;
}

/* Spin animation */
@-moz-keyframes bsm-spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes bsm-spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes bsm-spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.animate-spin {
    -webkit-animation: bsm-spin 2s infinite linear;
    animation: bsm-spin 2s infinite linear;
}

.cobrowsing-lender-button {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    font-size: 18px;
    border: 1px solid #ddd;
    padding: 2px 0 0 5px;
    color: #00A1E0;
    margin-right: 6px;
    cursor: pointer;
}

.cobrowsing-lender-navbar {
    width: 400px;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding: 4px 6px 4px 6px;
    margin: auto;
    overflow: auto;
}

.cobrowsing-lender-navbar-minimize {
    height: 30px;
    bottom: 0;
    margin-bottom: 0;
    margin-right: 30px;
    width: 250px;
}

.cobrowsing-lender-status-text {
    color: #B34100;
}

.cobrowsing-borrower-container {
    width: 365px;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding: 4px 6px 4px 6px;
    background-color: #fff;
}

.cobrowsing-borrower-icon {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 3px 0 0 6px;
    color: #00A1E0;
    font-size: 17px;
    cursor: pointer;
}

.cobrowsing-borrower-status-text {
    padding: 4px 0 0 5px;
    color: #B34100
}

.rate-lender a:hover,
.rate-lender a:focus {
    text-decoration: none;
}

.btn-kiosk-dailyloans-cta {
    padding: 10px 13px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-kiosk-menu-cta {
    padding: 10px 16px;
    font-size: 36px;
    line-height: 1.33;
    border-radius: 6px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .tablet-small {
        font-size: 85%;
    }
}

.section-header {
    background-color: #00A1E0;
    border-radius: 3px;
    padding-top: 4px;
    padding-bottom: 6px;
    color: #ffffff;
}

.step {
    z-index: 10;
}
.step-progress {
    z-index: 5;
}
.step-wrapper {
    text-align: center;
}
.step-group {
    position: relative;
    display: inline-block;
}
.step {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #aaaaaa;
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
}
.step + .step {
    margin-left: 30px;
}
@media (min-width: 768px) {
    .step + .step {
        margin-left: 60px;
    }
}
@media (min-width: 992px) {
    .step + .step {
        margin-left: 100px;
    }
}
@media (min-width: 1170px) {
    .step + .step {
        margin-left: 150px;
    }
}
.step:after {
    border-radius: 50%;
    transform: translate(-50%, 0);
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: white;
    border: 1px solid #dddddd;
    position: absolute;
    bottom: 2px;
    left: 50%;
}
.step.is-active {
    color: #d9230f;
}
.step.is-active:after {
    border-color: #d9230f;
    background: #d9230f;
}
.step-progress {
    height: 1px;
    background: #dddddd;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 30px;
}
.step-progress.closing {
    left: 30px;
    right: 20px;
}
.step-progress-val {
    background: #d9230f;
    height: 100%;
}

.loan-group-count {
    position: absolute;
    margin-top: 3px;
}
.loan-group-row {
    position: absolute;
    margin-top: 6px;
}

/*ICONS*/

.icon-cta {
    font-size: 740%;
}

@media (min-width: 768px) {
    .sort-icon {
        font-size: 120%;
    }
}

.opacity-40pt {
    opacity: 0.4;
}

.star-icon-sm {
    font-size: 92%;
}
.star-icon-md {
    font-size: 112%;
}
.star-icon-lg {
    font-size: 152%;
}
.star-icon-xl {
    font-size: 192%;
}

@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?ymefmt');
    src:    url('../fonts/icomoon.eot?ymefmt#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ymefmt') format('truetype'),
    url('../fonts/icomoon.woff?ymefmt') format('woff'),
    url('../fonts/icomoon.svg?ymefmt#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icomoon-"], [class*=" icomoon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icomoon-loan-to-value:before {
    content: "\eb2e";
    color: #33BBED;
}
.icomoon-review-initial-disclosures:before {
    content: "\eb2f";
    color: #33BBED;
}
.icomoon-sign-initial-disclosures:before {
    content: "\eb30";
    color: #33BBED;
}

body table.dataTable thead .sorting_desc span::after, body table.dataTable thead .sorting_asc span::after, body table.dataTable thead .sorting span::after {
    top: auto;
}

.step-bar.is-active {
    color: #FFFFFF;
}
.step-bar.is-active:after {
    border-color: #A2CE57;
    background-color: #A2CE57;
}


.step-bar-progress {
    display: none;
}

.step-bar {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 140px;
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
    margin: 0;
}
.step-bar:after {
    transform: translate(-50%, 0);
    display: block;
    content: "";
    border-radius: 0;
    z-index: -1;
    background-color: #B2B5B6;
    bottom: 28px;
    height: 21px;
    width: 140px;
    left: 50%;
    border: 1px solid #B2B5B6;
    position: absolute;
}

.div-grid-border {
    border: 1px solid #ddd !important;
}
.relative-top-8 {
    position: relative;
    top: 8px;
}

.link-not-active {
    pointer-events: none;
    cursor: default;
}

.ui-month-only .ui-datepicker-calendar {
    display: none;
}

.input-ssn-p1 {
    width: 90px !important;
}
@media (min-width: 768px) {
    .input-ssn-p1 {
        width: 56px !important;
    }
}
@media (min-width: 992px) {
    .input-ssn-p1 {
        width: 80px !important;
    }
}
.input-ssn-p2 {
    width: 60px !important;
}
@media (min-width: 768px) {
    .input-ssn-p2 {
        width: 46px !important;
    }
}
@media (min-width: 992px) {
    .input-ssn-p2 {
        width: 50px !important;
    }
}
.input-ssn-p3 {
    width: 100% !important;
}

.longword-wrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.sortable-list {
    border: 1px solid #dadada;
    width: 100%;
    min-height: 45px;
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 5px 0 0 0;
    float: left;
}

.sortable-list li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.1em;
}

.cursor-move {
    cursor: move;
}

.resize-grip {
    width: 20px;
    height: 30px;
    margin-top: -3px;
    background-image: url(/images/grip.png);
    margin-left: -6px;
    position: relative;
    z-index: 88;
    cursor: e-resize;
}

.table-no-border>tbody>tr>td {
    border-top: none;
}