﻿@import url(////fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #3b3b3b !important;
    margin-bottom: 150px !important;
}

.header {
    background: #fff none repeat scroll 0 0 !important;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
    height: 70px;
    width: 100%;
    z-index: 99;
    margin-bottom: 0 !important;
}

.navbar-nav {
    float: none !important;
    width: 100% !important;
    background-color: #fff;
}

    .navbar-nav > li > a.btn {
        margin: 10px 5px 5px 5px;
    }

    .navbar-nav > li > a:not(.btn) {
        background: white none repeat scroll 0 0 !important;
        color: #343434 !important;
        line-height: 15px;
        font-size: 12px;
        font-weight: 700;
        padding-top: 22px !important;
    }

.navbar-toggle .icon-bar {
    background-color: #1F435C !important;
}

.navbar-nav .user-menu {
    text-transform: uppercase;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%; /* Set the fixed height of the footer here */
    min-height: 150px;
    background-color: #1F435C;
    color: white;
    font-size: 12px;
    padding-top: 20px;
}

    .footer .line {
        padding-bottom: 20px;
        border-bottom: 1px solid #4d637a;
        top: 40px;
    }

    .footer a {
        color: white !important;
    }

    .footer .legal {
        color: #ffffff;
        font-size: 10px !important;
        line-height: 15px;
        padding-top: 30px;
    }

.social_twitter {
    background: url('img/sprite_v4.svg') no-repeat -105px -630px;
    width: 26px;
    height: 26px;
}

.social_facebook {
    background: url('img/sprite_v4.svg') no-repeat -143px -630px;
    width: 26px;
    height: 26px;
}

.scroll {
}

/* VALIDATION*/
.field-validation-error {
    font-size: 12px !important;
    font-weight: bold;
    color: #D0021B !important;
}

.input-validation-error {
    border-width: 2px;
    border-color: #D0021B !important;
}

/* INFO */
.info {
    background: #FFEABC;
    border: 1px solid #F5DFB4;
    font-size: 13px !important;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 10px !important;
}

.error {
    color: #fff;
    background: rgba(205,92,92, 0.8);
    border: 1px solid #cd5c55;
    font-size: 12px !important;
    line-height: 16px;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: -10px;
}

.alert {
    border-radius: 0;
    margin-bottom: 5px;
    padding: 5px;
}

/* GENERAL SETTINGS*/
.left {
    float: left !important;
}

.right {
    float: right !important;
}

.center {
    text-align: center !important;
}

.bold {
    font-weight: bold;
}

.title {
    padding-top: 35px;
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
}

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

.smaller-title {
    font-size: 16px;
    font-weight: bold;
}

.smallest-title {
    font-size: 14px;
    font-weight: bold;
}

.subtitle {
    font-size: 14px !important;
}

.p0 {
    padding: 0 !important;
}

.p10 {
    padding: 10px;
}

.pl0 {
    padding-left: 0;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.m0 {
    margin: 0;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr30 {
    margin-right: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb50 {
    margin-bottom: 50px;
}

.lh25 {
    line-height: 25px !important;
}

.lh35 {
    line-height: 35px;
}

.lh40 {
    line-height: 40px;
}

.lh50 {
    line-height: 50px;
}

.grey {
    background-color: #F1F2F5;
}

.white {
    color: white;
}

.orange {
    color: #EBA249;
}

.btn-orange {
    padding: 10px !important;
    text-align: center !important;
    border-radius: 3px !important;
    font-weight: bold !important;
    background: #EBA249 !important;
    color: white !important;
    min-height: 30px;
    width: auto;
    border: 0 !important;
    font-size: 13px;
}

.btn-blue {
    padding: 10px !important;
    text-align: center !important;
    border-radius: 3px !important;
    font-weight: bold !important;
    background: #1F435C !important;
    color: white !important;
    min-height: 30px;
    width: auto;
    border: 0 !important;
    font-size: 13px;
}

.btn-login {
    padding: 8px !important;
    text-align: center !important;
    border-radius: 3px !important;
    font-weight: 700 !important;
    color: #1F435C !important;
    background: transparent !important;
    width: auto;
    border: 2px solid #1F435C !important;
    font-size: 12px;
    min-height: 30px;
}

.cursor-disabled > button[disabled], html input[disabled] {
    cursor: not-allowed;
}

.formTextBox {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    height: 3.7rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%;
}

.formTextArea {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    margin: 0 0 1rem;
    padding: 0.5rem;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0;
    width: 100%;
}

.formSelectBox {
    background-color: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.75);
    height: 3.7rem;
    line-height: normal;
    padding: 0.5rem;
    width: 100%;
    margin: 0 0 1rem;
    display: inline-block;
}

.checkbox {
    width: 32px !important;
}

.tooltipster-default {
    font-size: 12px !important;
    line-height: 16px;
    padding: 8px 10px;
    border-radius: 0 !important;
    border: 0 solid #ccc !important;
    background: #1f435c;
    color: #fff;
}

/* TABLE */
.table {
    margin-top: 30px !important;
    padding-right: 0;
}

    .table .row div {
        line-height: 50px;
    }

    .table > div {
        line-height: 50px;
    }

.border-bottom {
    border-bottom: 1px solid #CFD0D4;
    padding-bottom: 5px;
}

.border-top {
    border-top: 1px solid #CFD0D4;
    padding-top: 5px;
}

.border-right {
    border-right: 1px solid #CFD0D4;
}

.border-left {
    border-left: 1px solid #CFD0D4;
}

.back-blue {
    background-color: #4884B6;
}

.back-dark-blue {
    background-color: #1f435c;
}

.blue {
    color: #337ab7;
}

/* HOME*/
.landing-hero {
    width: 100%;
    background-image: url('landing/landing_hero.png');
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.landing-herotext {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    line-height: 135%;
    margin: 57px 10px;
    -ms-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.video-button {
    background: url('img/sprite_v4.svg') no-repeat -188px -62px;
    width: 180px;
    height: 105px;
    cursor: pointer;
}

.landing-register {
    width: 250px;
    margin: 57px 10px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(246,249,253,0.9);
}

    .landing-register .title {
        font-weight: 700;
        font-size: 12px;
        color: #343434;
        line-height: 142%;
        padding: 10px 0;
    }

    .landing-register .agreement {
        font-size: 12px;
        color: #1b2c3e;
        line-height: 17px;
        display: table-row;
    }

.landing-form {
    padding: 10px;
    margin: 0 0 1rem;
}

    .landing-form .btn {
        margin: 20px 0 0;
        width: 100%;
    }

.landing-title {
    font-size: 28px;
    padding: 50px 0 50px;
    text-align: center;
    color: #465366;
}

.landing-subtitle {
    font-size: 20px;
    text-align: center;
    color: #465366;
}

.landing-description {
    font-size: 16px;
    text-align: center;
    color: #777777;
    line-height: 150%;
}

.whatIs_img1 {
    background: url('img/sprite_v4.svg') no-repeat -84px -245px;
    width: 86px;
    height: 70px;
    margin: auto;
}

.whatIs_img2 {
    background: url('img/sprite_v4.svg') no-repeat -179px -247px;
    width: 66px;
    height: 68px;
    margin: auto;
}

.whatIs_img3 {
    background: url('img/sprite_v4.svg') no-repeat -256px -245px;
    width: 64px;
    height: 70px;
    margin: auto;
}

.why_img {
    background: url('img/sprite_v4.svg') no-repeat -91px -471px;
    width: 31px;
    height: 30px;
    margin: auto;
}

.howitwork {
    background: url('img/sprite_v4.svg') no-repeat -91px -543px;
    width: 685px;
    height: 35px;
    margin: auto;
}

.benefit-title {
    background: url('img/sprite_v4.svg') no-repeat -172px -480px;
    padding-left: 30px;
    margin-left: 10px;
    font-size: 20px;
    color: #465366;
}

.benefit-content {
    font-size: 15px;
    color: #6A7276;
    padding: 10px 10px 0 30px;
    margin-left: 10px;
    line-height: 150%;
}

/* NEWS */
.share-button {
    border: none;
    border-radius: 3px;
    padding: 5px;
    color: white;
    font-weight: bold;
}

    .share-button.twitter-bg:hover {
        background-color: #417dac;
        -webkit-transition: color 0.2s; /* Safari */
        transition: color 0.2s;
    }

    .share-button.facebook-bg:hover {
        background-color: #2a3d74;
        -webkit-transition: color 0.2s; /* Safari */
        transition: color 0.2s;
    }

.facebook-bg {
    background-color: #3d58a5;
}

.twitter-bg {
    background-color: #5ba9e6;
}

.pager-wrapper {
    margin-bottom: 45px;
}

.pager {
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #cfd0d4;
    background-color: #fafbfc;
    padding: 10px;
    margin: 0 5px;
}

.pager-item {
    border-radius: 3px;
    padding: 5px;
}

    .pager-item a {
        color: #3b3b3b;
        font-size: 12px;
        font-weight: bolder;
        padding: 5px;
    }

        .pager-item a:hover, .pager-item a:active {
            text-decoration: none;
        }

    .pager-item.selected {
        background-color: #3c4f63;
    }

        .pager-item.selected a {
            color: white;
        }

a.icon-next {
    color: #3b3b3b;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.more {
    position: relative;
    top: 2px;
    left: 5px;
}

.stay-centered {
    padding-top: 40%;
    -webkit-transition: padding 0.4s; /* Safari */
    transition: padding 0.4s;
}

.slide {
    padding-top: 0;
    -webkit-transition: padding 0.4s; /* Safari */
    transition: padding 0.4s;
}

.disappear {
    opacity: 0;
    -webkit-transition: opacity 0.2s; /* Safari */
    transition: opacity 0.2s;
}

.appear {
    opacity: 1;
    -webkit-transition: opacity 0.2s; /* Safari */
    transition: opacity 0.2s;
}

.news-wrapper {
    border: 1px solid #cfd0d4;
    border-radius: 3px;
    border-top: 3px solid #eba249;
    height: 355px;
    padding: 20px;
    background-color: transparent;
    -webkit-transition: background-color 0.2s; /* Safari */
    transition: background-color 0.2s;
}

.news-wrapper-hover {
    background-color: #f7f7f7;
    -webkit-transition: background-color 0.2s; /* Safari */
    transition: background-color 0.2s;
}

.news-related-info {
    color: #AEAEAE !important;
    font-size: 10px !important;
}

.news-related-box {
    border: 1px solid #AEAEAE;
    background-color: #F1F2F5;
    margin-top: 25px;
}

    .news-related-box a {
        color: #3b3b3b !important;
    }

.news-col {
    padding-left: 0;
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    .stay-centered {
        padding-top: 35%;
    }
}
/*iphone 6 portrait*/
@media (max-width: 736px) {
    .news-col {
        padding-right: 0;
    }

    .news-wrapper {
        height: auto;
    }
}
/*iphone 6 landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .stay-centered {
        padding-top: 50%;
    }
}

/*Login*/
.rememberMe {
    color: #AEAEAE;
}

/* CustomerApply  */
.apply-radio {
    font-size: 13px;
    padding-right: 35px;
}

.apply-img {
    background: url('img/sprite_v4.svg') no-repeat -75px -684px;
    width: 705px;
    height: 68px;
    margin-bottom: 20px;
}

.sms-img {
    background: url('img/sprite_v4.svg') no-repeat -74px -778px;
    width: 706px;
    height: 68px;
    margin-bottom: 40px;
}

.verify-img {
    background: url('img/sprite_v4.svg') no-repeat -74px -872px;
    width: 706px;
    height: 68px;
    margin-bottom: 40px;
}

.mobile-img {
    background: url('img/sprite_v4.svg') no-repeat -483px -46px;
    width: 127px;
    height: 115px;
    margin-left: 15px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.check-img {
    background: url('img/sprite_v4.svg') no-repeat -500px -201px;
    width: 21px;
    height: 18px;
}

/* CustomerSurvey  */
.survey-step1-img {
    background: url('img/sprite_v4.svg') no-repeat -52px -1114px;
    width: 977px;
    height: 66px;
    margin-bottom: 20px;
}

.survey-step2-img {
    background: url('img/sprite_v4.svg') no-repeat -52px -1254px;
    width: 977px;
    height: 66px;
    margin-bottom: 20px;
}

.survey-step3-img {
    background: url('img/sprite_v4.svg') no-repeat -52px -1404px;
    width: 977px;
    height: 67px;
    margin-bottom: 20px;
}

.survey-step4-img {
    background: url('img/sprite_v4.svg') no-repeat -52px -1544px;
    width: 977px;
    height: 67px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .survey-desc {
        padding-top: 20px;
    }
}

/*Timer*/
.timer-modal {
    min-height: 125px;
    max-width: 800px;
    text-align: center;
}

#timer {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 36px !important;
    font-weight: bold;
}

.ui-widget-content {
    background: #BAC6D6 !important;
}

.ui-state-default {
    background: #1F435C !important;
    border-radius: 10px !important;
    outline: 0 none !important;
}

.ui-widget-header {
    background: #3B84B6 !important;
}

/* Slider */
.ui-slider,
.ui-slider .ui-slider-range {
    height: 10px;
    border: 0;
    border-radius: 10px;
}

    .ui-slider .ui-slider-handle {
        border: none;
        height: 20px;
        width: 20px;
        top: -5px;
        margin-left: -10px;
        cursor: pointer;
    }

        .ui-slider .ui-slider-handle:hover,
        .ui-slider .ui-slider-handle:focus,
        .ui-slider .ui-slider-handle:active {
            background-color: #51748C !important;
        }

/* Tabs */
.tabs {
    border: 0;
    padding: 0;
    border-radius: 0;
    background: none !important;
    position: relative;
}

    .tabs .tabs-nav {
        padding: 0;
        border-radius: 0;
        border: 0;
        background: #F7F7F7 !important;
        list-style: none;
        margin: 0;
    }

        .tabs .tabs-nav li {
            margin: 0;
            padding: 0;
            border-radius: 0 !important;
            border: none;
            width: 50%;
            background: none !important;
            float: left;
        }

            .tabs .tabs-nav li .tabs-anchor {
                display: block;
                width: 100%;
                text-align: center;
                color: #1F435C;
                font-weight: bold;
                padding: 10px;
                line-height: 20px;
                font-size: 14px;
                text-decoration: none;
                white-space: normal;
            }

            .tabs .tabs-nav li.ui-tabs-active,
            .tabs .tabs-nav li.ui-tabs-active.ui-state-hover {
                background: #e1e2e6 !important;
                color: inherit;
                padding: 0;
                margin: 0;
            }

            .tabs .tabs-nav li.ui-state-hover {
                background: #efefef !important;
            }

                .tabs .tabs-nav li.ui-state-hover a {
                    cursor: pointer;
                }

            .tabs .tabs-nav li.ui-tabs-active.ui-state-hover a {
                cursor: default;
            }

    .tabs .tabs-panel {
        border-width: 0 2px 2px 2px;
        border-color: #E1E2E6;
        border-style: solid;
        border-radius: 0;
        background: none !important;
        padding: 40px 20px;
        display: block;
        position: relative;
    }

/* Monthly Payment Calculator */
#MonthlyPaymentCalculator .tabs-panel h3 {
    font-size: 18px;
    margin: 0;
}

#MonthlyPaymentCalculator .sliders {
    width: 75%;
    display: inline-block;
    vertical-align: bottom;
    margin-top: 30px;
}

    #MonthlyPaymentCalculator .sliders .slider-container {
        padding: 20px 0;
    }

    #MonthlyPaymentCalculator .sliders .description {
        color: #1F435C;
        font-weight: bold;
        width: 25%;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 16px;
    }

    #MonthlyPaymentCalculator .sliders .dropdown,
    #MonthlyPaymentCalculator .sliders .slider {
        width: 48%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 2%;
        cursor: pointer;
    }

    #MonthlyPaymentCalculator .sliders .selection {
        color: #3B84B6;
        font-size: 16px;
        vertical-align: middle;
        width: 20%;
        line-height: 20px;
        display: inline-block;
    }

        #MonthlyPaymentCalculator .sliders .selection.invalid {
            color: #D0021B;
        }

        #MonthlyPaymentCalculator .sliders .selection input[type="text"] {
            border: 0;
            width: 50%;
            display: inline-block;
            padding: 0;
            margin: 0;
            text-align: right;
            outline: 0;
            background-color: transparent;
        }

            #MonthlyPaymentCalculator .sliders .selection input[type="text"]:focus,
            #MonthlyPaymentCalculator .sliders .selection input[type="text"]:hover,
            #MonthlyPaymentCalculator .sliders .selection input[type="text"]:active {
                font-weight: bold;
            }

    #MonthlyPaymentCalculator .sliders .formSelectBox {
        font-size: 12px;
        color: #3B84B6;
        margin: 0;
        background: transparent;
    }

        #MonthlyPaymentCalculator .sliders .formSelectBox,
        #MonthlyPaymentCalculator .sliders .formSelectBox:hover,
        #MonthlyPaymentCalculator .sliders .formSelectBox:active,
        #MonthlyPaymentCalculator .sliders .formSelectBox:focus {
            outline: none 0;
        }

#MonthlyPaymentCalculator {
    font-family: "Open Sans",sans-serif;
}

    #MonthlyPaymentCalculator .result {
        width: 24%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-top: 45px;
    }

        #MonthlyPaymentCalculator .result h4 {
            font-weight: bold;
            font-size: 14px;
            margin: 0;
        }

        #MonthlyPaymentCalculator .result .value {
            font-size: 30px;
            font-weight: bold;
            color: #3B84B6;
            margin: 10px 0;
            line-height: 30px;
            white-space: nowrap;
        }

        #MonthlyPaymentCalculator .result .currency {
            font-size: 16px;
        }

        #MonthlyPaymentCalculator .result a {
            text-transform: uppercase;
            display: inline-block;
            text-decoration: none;
            cursor: pointer;
        }

        #MonthlyPaymentCalculator .result .description {
            text-align: justify;
            font-size: 12px;
            line-height: 16px;
            margin-top: 10px;
            overflow: hidden;
            color: #3B84B6;
        }

    #MonthlyPaymentCalculator .message {
        margin-right: 10%;
        color: #3B84B6;
        text-align: justify;
        line-height: 20px;
        font-size: 13px;
        margin-top: 10px;
    }

        #MonthlyPaymentCalculator .message .fa {
            font-size: 40px;
            margin-right: 10px;
            float: left;
            height: 40px;
            line-height: 40px;
        }

@media (max-width: 767px) {
    #MonthlyPaymentCalculator .sliders,
    #MonthlyPaymentCalculator .result {
        width: auto;
        text-align: center;
        display: block;
    }

        #MonthlyPaymentCalculator .sliders .slider-container {
            padding: 5px 0;
        }

        #MonthlyPaymentCalculator .sliders .dropdown,
        #MonthlyPaymentCalculator .sliders .slider,
        #MonthlyPaymentCalculator .sliders .message,
        #MonthlyPaymentCalculator .sliders .description,
        #MonthlyPaymentCalculator .sliders .selection {
            width: auto;
            display: block;
            margin: 15px 0;
            font-size: 14px;
        }

            #MonthlyPaymentCalculator .sliders .selection input[type="text"] {
                width: 100px;
                text-align: right;
                margin-left: -70px;
            }

        #MonthlyPaymentCalculator .result h4 {
            font-size: 20px;
            margin-top: 20px;
        }

    #MonthlyPaymentCalculator .tabs-nav li .tabs-anchor {
        display: table;
        height: 60px;
    }

        #MonthlyPaymentCalculator .tabs-nav li .tabs-anchor span {
            display: table-cell;
            vertical-align: middle;
        }

    #MonthlyPaymentCalculator .sliders .message {
        line-height: 18px;
    }

        #MonthlyPaymentCalculator .sliders .message .fa {
            display: block;
            float: none;
            text-align: center;
            margin-bottom: 5px;
        }

    .news-item.news-static-col {
        float: none;
    }

        .news-item.news-static-col #MonthlyPaymentCalculator .tabs-nav li .tabs-anchor {
            height: 80px;
        }
}

.news-static-col {
    float: right;
    padding-left: 0;
}

    .news-static-col .news-wrapper {
        min-height: 730px;
        height: auto;
        border-top-color: #1F435C;
        overflow: hidden;
    }

    .news-static-col #MonthlyPaymentCalculator .tabs-nav {
        border-radius: 4px;
        overflow: hidden;
        border: 1px solid #E1E2E6;
    }

        .news-static-col #MonthlyPaymentCalculator .tabs-nav li .tabs-anchor {
            display: table;
            height: 60px;
        }

            .news-static-col #MonthlyPaymentCalculator .tabs-nav li .tabs-anchor span {
                display: table-cell;
                vertical-align: middle;
            }

    .news-static-col #MonthlyPaymentCalculator .tabs-panel {
        border: 0;
        padding: 10px 0;
    }

        .news-static-col #MonthlyPaymentCalculator .tabs-panel h3 {
            display: none;
        }

    .news-static-col #MonthlyPaymentCalculator .sliders,
    .news-static-col #MonthlyPaymentCalculator .result {
        width: auto;
        text-align: center;
        display: block;
    }

    .news-static-col #MonthlyPaymentCalculator .result {
        margin-top: 30px;
    }

        .news-static-col #MonthlyPaymentCalculator .result h4 {
            font-size: 20px;
            margin-top: 20px;
        }

    .news-static-col #MonthlyPaymentCalculator .sliders {
        margin: 0;
    }

        .news-static-col #MonthlyPaymentCalculator .sliders .message {
            line-height: 20px;
            font-size: 13px;
        }

            .news-static-col #MonthlyPaymentCalculator .sliders .message .fa {
                display: block;
                float: none;
                text-align: center;
                margin-bottom: 5px;
            }

        .news-static-col #MonthlyPaymentCalculator .sliders .slider-container {
            padding: 5px 0;
        }

        .news-static-col #MonthlyPaymentCalculator .sliders .selection input[type="text"] {
            width: 100px;
            text-align: right;
            margin-left: -70px;
        }

        .news-static-col #MonthlyPaymentCalculator .sliders .dropdown,
        .news-static-col #MonthlyPaymentCalculator .sliders .slider,
        .news-static-col #MonthlyPaymentCalculator .sliders .message,
        .news-static-col #MonthlyPaymentCalculator .sliders .description,
        .news-static-col #MonthlyPaymentCalculator .sliders .selection {
            width: auto;
            display: block;
            margin: 15px 0;
            font-size: 14px;
        }


/* DEED */
.fileUpload {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

/* BANK OFFER*/
.back-link {
    border-radius: 3px;
    border: 1px solid #1F445C;
    font-size: 12px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 17px;
}

a .back-link {
    color: #1f435c !important;
}

.bank-info {
    color: #AEAEAE !important;
    font-size: 10px !important;
}

/* LANDING*/
.howIsWorkImg1 {
    background: url('img/sprite_v4.svg') no-repeat -87px -362px;
    width: 58px;
    height: 58px;
    margin: auto;
}

.howIsWorkImg2 {
    background: url('img/sprite_v4.svg') no-repeat -157px -362px;
    width: 58px;
    height: 58px;
    margin: auto;
}

.howIsWorkImg3 {
    background: url('img/sprite_v4.svg') no-repeat -227px -362px;
    width: 58px;
    height: 58px;
    margin: auto;
}

@media (max-width: 767px) {
    body {
        margin-bottom: 365px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        margin-bottom: 365px !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav .user-menu {
        float: right;
    }
}

/* NEW TABLE*/
.responsive-table {
    width: 100%;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

@media (min-width: 48em) {
    .responsive-table {
        font-size: .9em;
    }
}

@media (min-width: 62em) {
    .responsive-table {
        font-size: 1em;
    }
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 48em) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
}

.responsive-table thead th {
    background-color: #4884B6;
    font-weight: normal;
    text-align: center;
    color: white;
    height: 60px;
}

    .responsive-table thead th:first-of-type {
        text-align: left;
    }

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}

@media (min-width: 48em) {
    .responsive-table tr {
        display: table-row;
    }
}

.responsive-table th,
.responsive-table td {
    padding: .5em;
    vertical-align: middle;
}

@media (min-width: 30em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }
}

@media (min-width: 48em) {
    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: .5em;
    }
}

@media (min-width: 62em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }
}

@media (min-width: 75em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em;
    }
}

.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 48em) {
    .responsive-table caption {
        font-size: 1.5em;
    }
}

.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}

@media (min-width: 62em) {
    .responsive-table tfoot {
        font-size: .9em;
    }
}

@media (min-width: 48em) {
    .responsive-table tbody {
        display: table-row-group;
    }
}

.responsive-table tbody tr {
    margin-bottom: 1em;
    border: 2px solid #cfd0d4;
}

@media (min-width: 48em) {
    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px;
    }
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

.responsive-table tbody th[scope="row"] {
    color: white;
    border-bottom: 1px solid #cfd0d4;
}

.responsive-table tbody th[scope="row2"] {
    background-color: #1d96b2;
    color: white;
}


@media (min-width: 48em) {
    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #5e5d52;
        text-align: left;
    }
}

.responsive-table tbody td {
    text-align: right;
}

@media (min-width: 30em) {
    .responsive-table tbody td {
        border-bottom: 1px solid #cfd0d4;
    }
}

@media (min-width: 48em) {
    .responsive-table tbody td:first-of-type {
        text-align: left;
    }

    .responsive-table tbody td {
        text-align: center;
    }
}

.responsive-table tbody td[data-type=currency] {
    text-align: right;
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .8em;
    font-weight: bold;
    color: rgba(94, 93, 82, 0.75);
}

@media (min-width: 30em) {
    .responsive-table tbody td[data-title]:before {
        font-size: .9em;
    }
}

@media (min-width: 48em) {
    .responsive-table tbody td[data-title]:before {
        content: none;
    }
}

/* SOCIAL BUTTON*/
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

    .btn-facebook:focus, .btn-facebook.focus {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-facebook:hover {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2);
    }

        .btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
            color: #fff;
            background-color: #23345a;
            border-color: rgba(0,0,0,0.2);
        }

    .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
        background-image: none;
    }

    .btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
        background-color: #3b5998;
        border-color: rgba(0,0,0,0.2);
    }

    .btn-facebook .badge {
        color: #3b5998;
        background-color: #fff;
    }

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .btn-social > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
    }

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

    .btn-social-icon > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
    }

    .btn-social-icon > :first-child {
        border: none;
        text-align: center;
        width: 100% !important;
    }