body {
    overflow-x: hidden;
}
body.home-template,
body.loans-template {
    background: url(../gfx/bg-main.jpg) no-repeat top center;
}
@media only screen and (max-width: 767px) {
    body.home-template,
    body.loans-template {
        background: url(../gfx/bg-main-mobile.jpg) no-repeat top left;
    }
    .top-bar .has-dropdown li {
        height: 60px;
    }
}
h1,
h2,
h3 {
    font-family: Corbel, Helvetica, sans-serif;
}
h1,
h2 {
    letter-spacing: -2px;
}
h3 {
    color: #0072bc;
}
.fixed.bottom {
    top: auto;
    bottom: 0;
}
.top-bar {
    border-bottom: solid 1px #e9e9e9;
}
.top-bar .name img {
    vertical-align: middle;
}
.top-bar ul li.name a {
    padding: 0;
}
.home-template .miniform.row,
.loans-template .miniform.row {
    min-height: 500px;
    margin-bottom: 30px;
}
.home-template .miniform .slogan,
.loans-template .miniform .slogan {
    margin-bottom: 15px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    line-height: 1.2em;
    text-shadow: 2px 2px 1px #333;
}
@media only screen and (max-width: 767px) {
    .home-template .miniform .slogan,
    .loans-template .miniform .slogan {
        margin-top: 0.5em;
        font-size: 24px;
    }
}
.home-template .miniform .columns,
.loans-template .miniform .columns {
    position: static;
}
.miniform .row {
    position: relative;
}
.miniform .panel {
    position: absolute;
    left: -20px;
    bottom: 0;
    margin: 0;
    background: url(../gfx/bg-black-op-35.png);
    background: rgba(0,0,0,0.35);
    border: none;
    color: #fff;
    font-style: italic;
}
@media only screen and (max-width: 767px) {
    .miniform .panel {
        width: auto;
        position: static;
        margin-bottom: 1em;
    }
}
.miniform h3 {
    margin-top: 0;
    color: #0072bc;
}
.miniform form {
    padding: 20px;
    margin-bottom: 5px;
    background: #fff;
    border: solid 3px #eaeaea;
}
.home-template .miniform form,
.loans-template .miniform form {
    border: none;
}
.miniform.orange form {
    border: solid 3px #ff4e00;
}
.miniform label {
    font-weight: bold;
}
.miniform .submit {
    display: block;
    margin: 10px auto 0;
    border: none;
    box-shadow: none;
    background: #0072bc
}
.miniform.orange .submit {
    background: #ff4e00;
}
.miniform .info {
    width: 80%;
    margin: auto;
    font-size: 11px;
    text-align: center;
}
.miniform .info a {
    color: #222;
    font-weight: bold;
}
.miniform .secured {
    width: 100%;
    padding: 10px 0;
    background: #fff;
    border: solid 3px #eaeaea;
    text-align: center;
}
.home-template .miniform .secured,
.loans-template .miniform .secured {
    border: none;
}
.miniform .arrow {
    width: 169px;
    height: 265px;
    position: absolute;
    top: 25px;
    left: 80%;
    background: url(../gfx/arr-yellow.png);
}
.home-template .miniform .arrow,
.loans-template .miniform .arrow {
    left: 93%;
}
.miniform.orange .arrow {
    background: url(../gfx/arr-green.png);
}
@media only screen and (max-width: 767px) {
    .miniform .arrow {
        display: none;
    }
}
.miniform h2,
.before-contact h2 {
    font-weight: normal;
}
.miniform .how-it-works {
    position: relative;
    width: 100%;
    height: 330px;
}
.miniform .how-it-works .step {
    position: absolute;
}
.how-it-works .step-1 {
    position: absolute;
    top: 0;
    left: 0;
}
.how-it-works .step-2 {
    bottom: 0;
    left: 24%;
}
.how-it-works .step-3 {
    top: 0;
    right: 0;
}
@media only screen and (max-width: 767px) {
    .miniform .how-it-works {
        max-width: 470px;
        height: 420px;
        margin: auto;
    }
    .how-it-works .step-2 {
        top: 0;
        right: 0;
        left: auto;
        bottom: auto;
    }
    .how-it-works .step-3 {
        bottom: 0;
        left: 10%;
        top: auto;
        right: auto;
    }
}
.content {
    margin-bottom: 10px;
    border-bottom: solid 1px #d3d3d3;
}
.home-template .content > .row {
    padding-top: 1em;
    margin-bottom: 1em;
    border-top: solid 1px #d3d3d3;
}
.home-template .content > .row:first-child {
    padding-top: 0;
    border: none;
}
.sticky-nav {
    padding: 10px 0;
    background: #fff;
}
.sticky-nav.fixed {
    border-top: solid 1px #d3d3d3;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.15);
}
.sticky-nav .inline-list {
    height: 40px;
    margin: 0;
    line-height: 40px;
}
.copyrights {
    padding-top: 30px;
    border-top: solid 1px #d3d3d3;
    font-weight: bold;
    text-align: center;
}
.copyrights .info {
    font-size: 11px;
    color: #999;
    font-weight: normal;
}
.footer h4 {
    margin-bottom: 0;
}
.footer h4 a {
    color: #222;
}
.before-contact {
    color: #333;
}
.before-contact h2 {
    clear: both;
}
.before-contact ul {
    padding-left: 92px;
    list-style-type: none;
}
.before-contact li {
    padding-left: 20px;
    background: url(../gfx/bullet-big.png) no-repeat left center;
}
.contact-form {
    padding-bottom: 50px;
}
.before-contact .button,
.contact-form .button {
    float: right;
    padding: 5px 15px;
    background: #0072bc;
    border: none;
    box-shadow: none;
    font-size: 16px;
    text-transform: uppercase;
}
.row > .error {
    margin: 30px;
}
.nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.row.many-people {
    position: relative;
    top: -55px;
}
.row.seen-on {
    position: relative;
    top: -15px;
}
.row.form {
    border: solid 3px #2375f3;
    padding: 20px;
    margin-bottom: 30px;
}
#UnsubscribeForm_email {
    height: 35px;
}



.exit-info {  
    background-color: #fff;
    -webkit-border-radius: 20px; /* Safari, Chrome */
    -khtml-border-radius: 20px;    /* Konqueror */
    -moz-border-radius: 20px; /* Firefox */
    border-radius: 20px;
    
    width:820px;
    height:465px;
    
    background-image: url('../gfx/women.jpg');
    background-repeat: no-repeat;
    background-position: right bottom; 
    
    border: 4px solid #03386b;
    
    position: absolute;
    top:50%;
    left:50%;
    z-index: 9999;
    margin-left: -410px;
    margin-top: -230px;
}
.exit-info .top-text {
    margin: 45px 0 0 25px;
}
.exit-info .call-us {
    margin: 38px 0 0 60px;
}
.exit-info .exit-button{  
    background: url('../gfx/button-bg.jpg') no-repeat center;
    width: 270px;
    height: 49px;
    
    display: block;
    
    position: absolute;
    left: 124px;
    bottom: 64px;
    
    color: #fff;
    font: bold 16px Arial;
    text-decoration: none;
    
    text-align: center;
    padding-top: 18px;
}
.exit-info .exit {
    position: absolute;
    top: 10px;
    right: 10px;    
}
.exit-info .exit img {
    border: 0;
}

.exit-wrapper{
    display: none;
    width:100%; 
    background: rgba(0,0,0,.9);
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:999;
}