/* Global */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}







* {
    font-family: 'Lato';
}

a, a:after, .button, .button:after {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

img {
    max-width: 100%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    height: 0;
}

strong, b {
    font-weight: bold;
}

p {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 22px;
}

.col-md-half {
    width: 4.166666667%;
}

/* Button */

.button {
    display: inline-block;
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
     /*height: 50px;*/
     /*line-height: 50px;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#432488+0,6a309b+100 */
    background: #432488; /* Old browsers */
    background: -moz-linear-gradient(left, #432488 0%, #6a309b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #432488 0%,#6a309b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #432488 0%,#6a309b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#432488', endColorstr='#6a309b',GradientType=1 ); /* IE6-9 */
}

.button::after {
    content: '\f105';
    font-family: 'FontAwesome';
    padding-left: 15px;
}

.button:hover {
    color: #fff;
    text-decoration: none;
}

.button:hover:after {
    padding-left: 20px;
}

/* Header */

#site-header {
    padding: 20px 0;
}

#site-header #site-logo {
    display: inline-block;
    height: auto;
    max-width: 350px;
}

#site-header #header-button {
    text-align: right;
    padding-top: 45px;
}

@media (max-width: 767px) {
    #site-header #site-logo {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}


/* Navigation */

#site-nav {
    background: #245d88;
    background: -moz-linear-gradient(left, #245d88 0%, #3ecdc7 100%);
    background: -webkit-linear-gradient(left, #245d88 0%, #3ecdc7 100%);
    background: linear-gradient(to right, #245d88 0%, #3ecdc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#245d88', endColorstr='#3ecdc7', GradientType=1);
    margin-bottom: 20px;
}

#site-nav ul {
    margin: 0;
    padding: 0 20px;
}

#site-nav ul li {
    display: inline-block;
    list-style: none;
}

#site-nav ul li a {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
    font-weight: 400;
}

#site-nav ul li a.active,
#site-nav ul li a:hover {
    text-decoration: none;
    color: #c4da5b;
    border-bottom: 4px solid #c4da5b;
    padding-bottom: 16px;
}

#nav-stars {
    padding-right: 30px;
    text-align: right;
}

#nav-stars i {
    color: #fff;
    font-size: 26px;
    line-height: 70px;
    padding-left: 5px;
}

@media (max-width: 991px) {
    #site-nav ul {
        text-align: center;
    }

    #nav-stars {
        display: none;
    }
}
@media (max-width: 767px) {
    #site-nav ul {
        padding: 0;
    }
    #site-nav ul li a {
        font-size: 15px;
        padding: 0 10px;
    }
}

/* Banners */

.banner {
    margin-top: -55px;
    margin-bottom: 30px;
    padding-top: 55px;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.banner.outofflow {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.banner h1 {
    color: #222;
    margin-top: 200px;
    text-shadow: 0px 0px 10px #fff;
    font-size: 35px;
    margin-bottom: 30px;
}

.banner h1 strong {
    font-size: 60px;
}

.banner#banner-home {
    background-image: url('../img/banner-home.jpg');
}

.banner#banner-quote {
    background-image: url('../img/banner-quote.jpg');
}

@media (max-width: 767px) {
    .banner {
        height: 400px;
        padding-top: 75px;
    }
    .banner h1 {
        margin-top: 50px;
        font-size: 24px;
        line-height: 40px;
    }
    .banner h1 strong {
        font-size: 45px;
    }
}

/* Blocks */

.title.fullwidth {
    background-color: #f1f1f1;
}

.title .title-block {
    background-color: #f1f1f1;
    margin-bottom: 30px;
    padding: 20px 30px;
}

.title.fullwidth .title-block {
    padding: 20px 0px;
}

.title.nomargin .title-block {
    margin-bottom: 0px;
}

.title-block h4,
.title-block h2 {
    font-size: 30px;
    margin: 0;
    line-height: 50px;
    font-weight: 700;
}

.title-block .title-button {
    text-align: right;
}

@media (max-width: 991px) {
    .title-block h4,
    .title-block h2 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .title-block h4,
    .title-block h2 {
        text-align: center;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .title-block .title-button {
        text-align: center;
    }
}

/* Blocks */

.blocks {
    padding-bottom: 0px;
}

.blocks a {
    display: block;
    height: 250px;
    margin-bottom: 30px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blocks a .button {
    font-size: 18px;
    height: 44px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
    border: 2px solid #fff;
}

.blocks a#block-car {
    background-image: url('../img/block-car.jpg');
}

.blocks a#block-exp {
    background-image: url('../img/block-exp.jpg');
}

.blocks a#block-res {
    background-image: url('../img/block-res.jpg');
}

.blocks a#block-cos {
    background-image: url('../img/block-cos.jpg');
}

.blocks a#block-eqt {
    background-image: url('../img/block-eqt.jpg');
}

.blocks a#block-dev {
    background-image: url('../img/block-dev.jpg');
}

/* Content */

section.content {
    margin-bottom: 30px;
}

/* Example */

.example {
    margin-bottom: 30px;
}

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

.example .tag {
    font-size: 20px;
    font-weight: bold;
    padding: 25px 0 5px 0;
    display: block;
    color: #222;
}

.example .figure {
    font-family: 'Architects Daughter', cursive;
    font-size: 35px;
    border: 3px solid #3ecdc7;
    padding: 10px 20px;
    display: block;
    color: #222;
}

.example .figure.result {
    background: #245d88;
    background: -moz-linear-gradient(left, #245d88 0%, #3ecdc7 100%);
    background: -webkit-linear-gradient(left, #245d88 0%, #3ecdc7 100%);
    background: linear-gradient(to right, #245d88 0%, #3ecdc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#245d88', endColorstr='#3ecdc7', GradientType=1);
    color: #fff;
    margin-bottom: 20px;
    font-size: 28px;
}

.example .button {
    width: 100%;
    display: block;
    text-align: center;
}

.rep-example {
}

.rep-example h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 3px solid #3ecdc7;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .example .tag {
        font-size: 16px;
    }

    .example .figure {
        font-size: 26px;
    }
}

/* Tickbar */

section.tickbar {
    background: #245d88;
    background: -moz-linear-gradient(left, #245d88 0%, #3ecdc7 100%);
    background: -webkit-linear-gradient(left, #245d88 0%, #3ecdc7 100%);
    background: linear-gradient(to right, #245d88 0%, #3ecdc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#245d88', endColorstr='#3ecdc7', GradientType=1);
    padding: 50px 0;
}

section.tickbar ul {
    padding: 0;
    margin: 0;
}

section.tickbar ul li {
    color: #fff;
    font-size: 22px;
    list-style: none;
    margin-bottom: 10px;
}

section.tickbar ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #c4da5b;
    margin-right: 10px;
}

section.tickbar ul li:last-child {
    margin-bottom: 0px;
}

/* Footer */

section.footer {
    background-color: #222;
}

section.footer p {
    color: #999;
    text-align: center;
    padding: 30px 0 50px 0;
    font-size: 14px;
    margin: 0;
}

section.footer p a {
    color: #c4da5b;
}

section.footer p a:hover {
    color: #c4da5b;
}

section.footer ul {
    text-align: center;
    padding: 50px 0 0 0;
    margin: 0;
}

section.footer ul li {
    display: inline-block;
}

section.footer ul li a {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    color: #c4da5b;
}

section.footer ul li a:hover {
    text-decoration: none;
    color: #3ecdc7;
}

@media (max-width: 991px) {
    section.tickbar ul {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    section.tickbar ul li {
        font-size: 18px;
    }
}

/* Loan Quote */

#wrap_quote {
    margin-top: 20px;
    background-color: #fff;
}

#wrap_quote .quote-title {
    background: #186828;
    background: -moz-linear-gradient(left, #186828 0%, #c4da5b 100%);
    background: -webkit-linear-gradient(left, #186828 0%, #c4da5b 100%);
    background: linear-gradient(to right, #186828 0%, #c4da5b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#186828', endColorstr='#c4da5b', GradientType=1);
    margin-bottom: 50px;
}

#wrap_quote .quote-title h1 {
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.slider-wrap {
    margin: 0 auto 40px auto;
    font-size: 1.8em;
}

.slider-wrap .ui-slider-horizontal {
    background: none;
    background-color: #f0f2f1;
    outline: none;
    height: 15px !important;
}

.slider-title {
    margin: 0 0 20px 0;
    font-size: 25px;
    text-align: center;
}

.ui-slider-handle {
    background-color: #245d88;
    cursor: pointer !important;
}

.slider-button {
    display: block;
    font-size: 3em;
    text-decoration: none;
    margin-top: -22px;
}

.slider-button-down {
    color: #245d88;
    text-align: right;
}

.slider-button-down:hover {
    color: #3ecdc7;
}

.slider-button-up {
    color: #c4da5b;
    text-align: left;
}

.slider-button-up:hover {
    color: #186828;
}

#summary {
    margin: 0 0 50px 0;
}

#summary .summary-block {
    font-size: 20px;
    text-align: center;
    border: 3px solid #3ecdc7;
    padding: 15px 0;
}

#summary .summary-block .summary-large {
    font-size: 30px;
    line-height: 30px;
}

#summary .summary-join {
    text-align: center;
    font-size: 3em;
    color: #245d88;
    padding: 18px 0;
}

#summary .summary-join#summary-join-check {
    color: #186828;
}

#summary .summary-block#summary-borrowing {
}

#summary .summary-block#summary-term {
}

#summary .summary-block#summary-monthly {
    border: 3px solid #c4da5b;
}

#large-button-wrap {
    text-align: center;
    padding-top: 30px;
}

#large-button-wrap .button {
    line-height: 70px;
    height: 70px;
    font-size: 30px;
    padding: 0 45px;
    margin-top: 0;
}

@media (max-width: 767px) {
    #banner-quote {
        display: none;
    }

    section.quote {
        margin-top: -20px;
    }

    .quote-title {
        margin-top: 0;
    }

    .quote-title h1 {
        margin-top: 0;
        font-size: 28px;
    }

    .slider-wrap {
        margin: 0 20px 40px 20px;
    }

    #wrap_quote {
        margin: 0;
    }

    #summary .summary-block .summary-large {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
    }

    #summary .summary-block#summary-monthly {
        margin-top: 20px;
    }
}

#quote {
    text-align: center;
    font-size: 24px;
    background-color: #f1f1f1;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

#quote .your-quote-title {
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
    background: #245d88;
    background: -moz-linear-gradient(left, #245d88 0%, #3ecdc7 100%);
    background: -webkit-linear-gradient(left, #245d88 0%, #3ecdc7 100%);
    background: linear-gradient(to right, #245d88 0%, #3ecdc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#245d88', endColorstr='#3ecdc7', GradientType=1);
}

#quote-form {
    margin-top: 80px;
    margin-bottom: 50px;
}

#quote-form .loan_title {
    text-align: center;
}

#quote-form h2.loan_title {
    color: #186828;
    font-weight: bold;
}

#quote-form h3.loan_title {
    color: #245d88;
    margin-bottom: 50px;
}

#quote-form form.web-form {
}

#quote-form form.web-form label {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
}

#quote-form form.web-form label.radio_label {
    display: inline-block;
    width: auto;
    padding: 0 30px 0 10px;
    cursor: pointer;
    margin-bottom: 20px;
}

#quote-form form.web-form input[type=text],
#quote-form form.web-form input[type=email],
#quote-form form.web-form select,
#quote-form form.web-form input[type=tel] {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #3ecdc7;
    font-size: 18px;
    color: #245d88;
    padding: 8px 10px;
}

#lookup-submit { height: 45px; line-height: 45px; }
#company-fields { display: none; }
.lookup-item { border: 1px solid #ccc; padding: 10px; margin-bottom: 5px; cursor: pointer; }
.lookup-item:hover { border: 1px solid #245d88; background-color: #245d88; color: #fff; }
#lookup-error {display: none;}
.lookup-error-content {background-color: #c00;}




@media (max-width: 767px) {

    #lookup-submit {
        display: block;
        text-align: center;
        margin-bottom: 30px;
        width: 100%;
    }
    #company-results { margin-bottom: 30px; }
}

#quote-form form.web-form select {
    height: 45px;
    line-height: 45px;
}

.formtitle {
    border-top: 3px solid #245d88;
    padding: 10px 0;
    margin: 20px 0;
    text-transform: uppercase;
    color: #245d88;
    font-size: 20px;
    font-weight: bold;
}

#quote-form form.web-form button {
    width: 100%;
    display: block;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    margin-top: 40px;
}

.error {
    display: none;
    background: #740922;
    background: -moz-linear-gradient(left, #740922 0%, #e7134a 100%);
    background: -webkit-linear-gradient(left, #740922 0%, #e7134a 100%);
    background: linear-gradient(to right, #740922 0%, #e7134a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#740922', endColorstr='#e7134a', GradientType=1);
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 10px;
}

.error.show {
    display: block;
}

h3#loan_call {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 40px 0 50px 0;
}


@media (max-width: 767px) {

    #quote {
        font-size: 17px;
    }

    #quote-form form.web-form button {
        margin-top: 0px;
        margin-bottom: 50px;
    }
}

.noteblock {
    margin-bottom: 5px;
    position: relative;
    color: #ffffff;
    padding: 20px 15px;
    font-size: 18px;
}

.noteblock.blue {
    background: #245d88;
    background: -moz-linear-gradient(left, #245d88 0%, #3ecdc7 100%);
    background: -webkit-linear-gradient(left, #245d88 0%, #3ecdc7 100%);
    background: linear-gradient(to right, #245d88 0%, #3ecdc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#245d88', endColorstr='#3ecdc7', GradientType=1);
}

.noteblock.green {
    background: #186828;
    background: -moz-linear-gradient(left, #186828 0%, #c4da5b 100%);
    background: -webkit-linear-gradient(left, #186828 0%, #c4da5b 100%);
    background: linear-gradient(to right, #186828 0%, #c4da5b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#186828', endColorstr='#c4da5b', GradientType=1);
}

.noteblock.green:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 0;
    border-right: 20px solid #186828;
}

.noteblock.blue:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 0;
    border-left: 20px solid #3ecdc7;
}

.noteblocks {
    padding-top: 20px;
}

.noteblock-tag {
    font-size: 12px;
    margin-bottom: 30px;
}

.noteblock-tag.right {
    text-align: right;
}

@media (max-width: 767px) {

    .noteblock.green:before,
    .noteblock.blue:before {
        display: none;
    }

}










