﻿/*
    light-blue - #07B0F0
    Dark Blue - #0277A3
    Black - #13140E
    White - #EDE8DD
    orange - rgb(255,101,1);
    Dark Grey: (64, 64, 65)
*/
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700,400italic,600italic,700italic|Josefin+Slab:400,600,700,400italic,600italic,700italic);

.landing-text h1 {
    color: white;
}

.landing-button {
    background-color: rgb(255,101,1) !important;
    color: white !important;
}

.utah-landing-banner {
    background-image: url('/static/img/utah-landing-banner.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.texas-landing-banner {
    background-image: url('/static/img/texas-landing-banner.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.new-mexico-landing-banner {
    background-image: url('/static/img/new-mexico-banner.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.missouri-landing-banner {
    background-image: url('/static/img/missouri-banner.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.landing-button {
    width: 90%;
    padding: 5px 10px;
}

section.scrib-scrib {
    background: #015677 url(../img/scribble.jpg) center no-repeat;
}

#bbb-logo {
    margin-top: -10px;
    opacity: 0.4;
}

.flex-margin {
    margin-top: 10px;
}


section.grey-letter-old {
  background: #404041 url(../img/grayw.jpg) center no-repeat;
}

section.grungey {
    background: #fff url(../img/graygrungesub.jpg) no-repeat;
    margin: 0 auto;
    padding: 25px 0;
}

i.icon {
    margin: 0 !important;
    padding: 0 !important;
}

.fill {
    width: 100%;
}

.loan-info {
    margin: 0 auto !important;
    padding: 30px 0 !important;
}

section.loan-home {
    padding: 30px 20px !important;
}

section.small-divider {
    background-color: #0277A3;
    height: 60px;
    margin: 0 auto;
    padding: 15px 0;
}

a {
  color: #000;
  text-decoration: none;
}
.footer-container {
  margin: auto;
  padding: 10px;
}
.navbar-shrink {
    -webkit-box-shadow: 0px 10px 23px -4px rgba(155,155,155,0.5);
    -moz-box-shadow: 0px 10px 23px -4px rgba(155,155,155,0.5);
    box-shadow: 0px 10px 23px -4px rgba(155,155,155,0.5);
}
div.top-links {
    padding: 2px 0;
    padding-right: 20px;
}
.inspiriation-text {
    font-size: 20px !important;
    letter-spacing: normal;
    font-weight: normal;
    width: 465px;
    text-align: center;
    margin: 7px 0 0 19px;    
    color: rgb(153,153,153);
}
.inspiration-container {
    padding: 23px 0 23px 0;
}
nav {
    background-color: #FFFFFF !important;
}
.first-view {
    background-image: url(../img/bk.jpg) !important;
    background-size: cover;
    margin-bottom: 0;
    color: black;
}
.dark-grey {
    color: rgb(64, 64, 65) !important;
}
section.steps-view {
    background-color: #FEFEFE;
    padding-top: 20px;
    color: rgb(64, 64, 65);
    margin: 0 auto;
}
.mobile-only {
    display: none;
}
div.final {
    background-color: #0277A3 !important;
    margin: 0 auto;
    padding: 15px 0;
}
section.nest-egg-view {
    color: #FFFFFF;
    margin: 0 auto;
}
section.nest-egg-view div.teal {
    background-color: #07B0F0 !important;
}
section.quick-links {
    padding: 25px 0;
    margin: 0 auto;
    background-color: #fff;
}
section.bottom-footer {
    padding: 15px 0;
    margin: 0 auto;
    background-color: #fff;
}
section.text-detail-view {
    color: white;
    padding: 15px 0;
    margin: 0 auto;
}
section.licensedin {
    background-color: rgba(64, 64, 65, 0.1);
    padding: 15px 0;
    margin: 0 auto;
}
section.testimonials {
    color: #FFFFFF;
    padding: 15px 0;
    margin: 0 auto;
}
section.credit {
    background-color: rgb(234,234,234);
    padding: 15px 0;
    margin: 0 auto;
}
a.custom-blue-link {
    color: #07B0F0 !important;
}
.custom-blue {
    background-color: #07B0F0 !important;
    color: #ffffff !important;
}
#slider-box {
    height: 380px;
    width: 430px;
    margin-top: 8%;
}
.jumbotron {
    background-color: transparent;
    color: white;
    padding: 10 5 !important;
}
.navbar-default {
    border-color: transparent;
}
.navbar-default .navbar-brand {
    color: #63BCB6;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #21C2FF;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02);
}
.navbar-default .navbar-toggle .icon-bar {} .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {} .navbar-default .nav li a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #21C2FF;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
}
section.steps {
    margin: 0 auto;
    padding: 15px 0;
}
section.facts {
    background-color: rgb(234,234,234);
    margin: 0 auto;
    padding: 25px 0;
}
section.disclosures {
    margin: 0 auto;
    padding: 35px 0;    
}
.bluebullet li {
    font-size: 20px;
    color: #0277A3;    
    margin-bottom: 10px;
}
.bluebullet li h5 {
    font-size: 20px;
    color: #0277A3;   
    margin-bottom: 0; 
}
.bluebullet li span {
    font-size:0.8em;
    color: black; 
}

h1.page-header small {
    color: #FFF;
}

.detail-page-header {
    margin-top: 150px !important;
    font-size: 3em;
    color: #fff;
}
.list-item-header {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.blue-section-header {
    font-size: 30px;
    color: #0277A3;
}
.light-blue-section {
    background-color: rgba(2, 119, 163, 0.05);
    margin: 0 auto;
    padding: 15px 0;
}
@media(min-width:1024px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }
    .navbar-default.navbar-shrink {
        padding: 10px 0;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    .first-section {
        margin-top: 105px;
    }
    #slider-box {
        top: 60px;
    }
}
@media(max-width:1024px) {
    /* This is called only when in phone or tablet mode */
    .inspiration-container {
        padding: 0;
    }

    .inspiriation-text {
        font-size: 24px !important;
        padding-left: 0;
        margin-right: 20px;
        width: 90%;
    }    

    .desktop-only {
        display: none !important;
    }

    .tablet-and-above {
      display: none !important;
    }

    #logo {
        max-height: 50px;
        padding-left: 6px;
        margin-left: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .first-section {
        margin-top: 53px;
    }
    #slider-box {
        width: 100%;
        margin-top: 0;
        margin-bottom: 25%;
    }
    .mobile-only {
        display: block !important;
    }
    .detail-page-header {
        margin-top: 100px !important;
    }
    #slider-box {
        margin-bottom: 200px !important;
    }
}
.large-title {
    font-size: 45px;
}
.number-overlay {
    position: absolute;
    font-size: 40px;
    left: 181px;
    top: -14px;
}
.nest-egg {
    padding: 25px 10px;
    margin: 0 auto;
}
.detail-text {
    padding: 30px 10px;
}
.footer-title {
    color: #0277A3;
    font-size: 20px;
}
.bottom-footer {
    background-color: transparent;
}
section {
    margin: 20px 0;
}
section.licensedin .statemap {
    background: url(../img/statemap.png) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 401px;
}
section.licensedin .stateimage {
    width: 100%;
    height: 401px;
    float: center;
}
section.licensedin .statefilter {
    width: 100%;
    text-align: center;
    background: #f4f4f4;
    min-height: 401px;
}
section.licensedin .statefilter > h5 {
    color: #777779;
    font-weight: 700;
    padding: 22px;
    padding-bottom: 19px;
    background: #fff;
    letter-spacing: 5px;
    color: #0277A3;
    font-size: 120%;
}
section.licensedin .statefilter div.stateselector {
    padding: 20px 37px;
    border-bottom: 1px solid #dcdcdc;
}
section.licensedin .statefilter div.stateselector .selectstyle {
    display: block;
    border: 0;
    margin-bottom: 18px;
}
section.licensedin .statefilter div.stateselector select {
    width: 100%;
    border: 0;
    padding-right: 17px;
}
section.licensedin .statefilter div.stateselector a {
    display: block;
}
section.licensedin .statefilter div.statechoice {
    padding: 30px 37px 20px 37px;
    text-align: left;
}
section.licensedin .statefilter div.statechoice > h5 {
    margin-bottom: 14px;
    color: #0277A3;
    font-size: 120%;
}
section.licensedin .statefilter div.statechoice div#statechoice > a {
    display: inline-block;
    width: 49%;
    color: #000;
    font-size: .95em;
}
section.licensedin .statefilter div.statechoice div#statechoice > a:hover,
section.licensedin .statefilter div.statechoice div#statechoice > a.active {
    color: #0079a6;
}
section.form,
section.form > div.container {
    position: relative;
    top: 0;
    left: 0;
}
section.form form .price {
    text-align: right;
    padding: 17px 23px;
}
section.form form .priceline {
    margin-bottom: 6px;
}
section.form form .priceline:last-child {
    margin-bottom: 0;
}
section.form form .price label {
    font-size: 1.1em;
    color: #5a5a5c;
    font-weight: bold;
}
section.form form input[type='text'] {
    width: 100px;
    /*125px;*/
    
    text-align: right;
    background: transparent;
    border: 0;
    font-size: 1.2em;
    color: #5a5a5c;
    font-weight: bold;
}
section.form form input[type='text'].centvalue {
    width: 25px;
    text-align: left;
    vertical-align: super;
    font-size: .95em;
}
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 13.5px 0;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #07b0f0;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 1.2px 1.2px 7.6px #000000, 0px 0px 1.2px #0d0d0d;
    border: 0.9px solid #000000;
    height: 33px;
    width: 33px;
    border-radius: 41px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -13.7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #18bbf8;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #07b0f0;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 1.2px 1.2px 7.6px #000000, 0px 0px 1.2px #0d0d0d;
    border: 0.9px solid #000000;
    height: 33px;
    width: 33px;
    border-radius: 41px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #069ed7;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background: #07b0f0;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
    box-shadow: 1.2px 1.2px 7.6px #000000, 0px 0px 1.2px #0d0d0d;
    border: 0.9px solid #000000;
    height: 33px;
    width: 33px;
    border-radius: 41px;
    background: #ffffff;
    cursor: pointer;
    height: 6px;
}
input[type=range]:focus::-ms-fill-lower {
    background: #07b0f0;
}
input[type=range]:focus::-ms-fill-upper {
    background: #18bbf8;
}
section.steps {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f3f3f3;
}
section.steps a.step {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    display: inline-block;
    width: 253px;
    font-weight: 600;
    color: #818181;
    min-height: 48px;
}
section.steps a.step span.stepnumber {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section.steps a.step h5 {
    margin-top: 73px;
}
section.steps a.step h5,
section.steps a.step span.stepcontent {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 37px;
}
section.steps.stepflow .step {
    display: block;
    width: 700px;
    height: 109px;
    margin: auto;
    margin-bottom: 40px;
    font-size: 1.7em;
}
section.steps.stepflow a.step h5 {
    margin-top: 0;
    padding-top: 26px;
}
section.steps.stepflow a.step h5,
section.steps.stepflow a.step span.stepcontent {
    padding-left: 135px;
    font-weight: normal;
}
section.steps.stepflow .step .step1,
section.steps.stepflow .step .step2,
section.steps.stepflow .step .step3 {
    width: 109px;
    height: 109px;
    background-size: 550px;
}
section.steps.stepflow .step:hover .step1 {
    background-position: -129px 0;
}
section.steps.stepflow .step .step2 {
    background-position: 0 -129px;
}
section.steps.stepflow .step:hover .step2 {
    background-position: -129px -129px;
}
section.steps.stepflow .step .step3 {
    background-position: 0 -258px;
}
section.steps.stepflow .step:hover .step3 {
    background-position: -129px -258px;
}
section.applysteps {
    border-bottom: 2px solid #cecece;
}
section.applysteps .step {
    height: 62px;
    padding: 41px 11px 0 54px;
}
section.applysteps .step1 {
    background: url(../img/applystep1.png) left 10px center no-repeat;
}
section.applysteps .step2 {
    background: url(../img/applystep2.png) left 10px center no-repeat;
}
section.applysteps .step3 {
    background: url(../img/applystep3.png) left 10px center no-repeat;
}
section.applysteps .step.active {
    background-color: #cecece;
}
.arrows,
.arrowsstep1,
.arrowsstep2,
.arrowsstep3 {
    background: url(../img/arrowsteps.png) no-repeat;
}
.arrows {
    background-position: 0 0;
    width: 153px;
    height: 442px;
}
.arrowsstep1 {
    background-position: -150px 0;
    width: 153px;
    height: 442px;
}
.arrowsstep2 {
    background-position: -300px 0;
    width: 153px;
    height: 442px;
}
.arrowsstep3 {
    background-position: -450px 0;
    width: 153px;
    height: 442px;
}

.step .step1 {
    background-position: 0 0;
    width: 126px;
    height: 126px;
}

.step:hover .step1 {
    background-position: -150px 0;
    width: 126px;
    height: 126px;
}

.step .step2 {
    background-position: 0 -150px;
    width: 126px;
    height: 126px;
}


.step:hover .step2 {
    background-position: -150px -150px;
    width: 150px;
    height: 126px;
}

.step .step3 {
    background-position: 0 -300px;
    width: 150px;
    height: 126px;
}

.step:hover .step3 {
    background-position: -150px -300px;
    width: 150px;
    height: 126px;
}

.step-title {
    font-size: 1.5em;
    color: #0277A3;
}

.step1,
.step2,
.step3 {
    background: url(../img/steps.png) no-repeat;
}
.inlineblock {
    display: inline-block;
}

section.content .applyright {
    width: 350px;
    padding: 37px 25px 20px 25px;
    margin-bottom: 48px;
}

section.main.content {
    margin: 0 auto;
}


.main_content {
    margin: 120px 0px 75px 0px;
}