cdn.speaklyn.com/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


@font-face{font-family:'Oswald-Regular';src:url('https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/fonts/Oswald-Regular_gdi-1.eot?t=1509085383614');src:url('https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/fonts/Oswald-Regular_gdi-1.eot?#iefix&t=1509085383614') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/fonts/Oswald-Regular_gdi-1.woff?t=1509085383614') format('woff'), url('https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/fonts/Oswald-Regular_gdi.ttf?t=1509085383614') format('truetype'), url('https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/fonts/Oswald-Regular_gdi.svg#Oswald-Regular?t=1509085383614') format('svg');font-weight:400;font-style:normal;font-stretch:normal;unicode-range:U+0020-25CA;}
@font-face{src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_900-webfont.eot?t=1509085383614');src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_900-webfont.eot?#iefix&t=1509085383614') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_900-webfont.woff2?t=1509085383614') format('woff2'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_900-webfont.woff?t=1509085383614') format('woff'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_900-webfont.ttf?t=1509085383614') format('truetype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_900-webfont.svg#museo_sans900?t=1509085383614') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'museo_sans500_italic';src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_500italic-webfont.eot?t=1509085383614');src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_500italic-webfont.eot?#iefix&t=1509085383614') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_500italic-webfont.woff2?t=1509085383614') format('woff2'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_500italic-webfont.woff?t=1509085383614') format('woff'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_500italic-webfont.ttf?t=1509085383614') format('truetype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_500italic-webfont.svg#museo_sans500_italic?t=1509085383614') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'museo_sans300_italic';src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_300italic-webfont.eot?t=1509085383614');src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_300italic-webfont.eot?#iefix&t=1509085383614') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_300italic-webfont.woff2?t=1509085383614') format('woff2'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_300italic-webfont.woff?t=1509085383614') format('woff'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_300italic-webfont.ttf?t=1509085383614') format('truetype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_300italic-webfont.svg#museo_sans300_italic?t=1509085383614') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'museo_sans100_italic';src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_100italic-webfont.eot?t=1509085383614');src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_100italic-webfont.eot?#iefix&t=1509085383614') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_100italic-webfont.woff2?t=1509085383614') format('woff2'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_100italic-webfont.woff?t=1509085383614') format('woff'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_100italic-webfont.ttf?t=1509085383614') format('truetype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_100italic-webfont.svg#museo_sans100_italic?t=1509085383614') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'museo_sans900';src:url('https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/museosans_900-webfont.eot?t=1509085383614');src:url('https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/museosans_900-webfont.eot?#iefix&t=1509085383614') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/museosans_900-webfont.woff2?t=1509085383614') format('woff2'), url('https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/museosans_900-webfont.woff?t=1509085383614') format('woff'), url('https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/museosans_900-webfont.ttf?t=1509085383614') format('truetype'), url('https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/museosans_900-webfont.svg#museo_sans900?t=1509085383614') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'museo_sans700';src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_700-webfont.eot?t=1509085383614');src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_700-webfont.eot?#iefix&t=1509085383614') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_700-webfont.woff2?t=1509085383614') format('woff2'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_700-webfont.woff?t=1509085383614') format('woff'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_700-webfont.ttf?t=1509085383614') format('truetype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_700-webfont.svg#museo_sans700?t=1509085383614') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'museo_sans500';src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_500-webfont.eot?t=1509085383614');src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_500-webfont.eot?#iefix&t=1509085383614') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_500-webfont.woff2?t=1509085383614') format('woff2'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_500-webfont.woff?t=1509085383614') format('woff'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_500-webfont.ttf?t=1509085383614') format('truetype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_500-webfont.svg#museo_sans500?t=1509085383614') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'museo_sans300';src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_300-webfont.eot?t=1509085383614');src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_300-webfont.eot?#iefix&t=1509085383614') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_300-webfont.woff2?t=1509085383614') format('woff2'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_300-webfont.woff?t=1509085383614') format('woff'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_300-webfont.ttf?t=1509085383614') format('truetype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_300-webfont.svg#museo_sans300?t=1509085383614') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'museo_sans100';src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_100-webfont.eot?t=1509085383614');src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_100-webfont.eot?#iefix&t=1509085383614') format('embedded-opentype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_100-webfont.woff2?t=1509085383614') format('woff2'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_100-webfont.woff?t=1509085383614') format('woff'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_100-webfont.ttf?t=1509085383614') format('truetype'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museosans_100-webfont.svg#museo_sans100?t=1509085383614') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'museo_slab500';src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/museoslab_500-webfont.woff2?t=1509085383614') format('woff2'), url('https://cdn2.hubspot.net/hubfs/695602/fonts/museoslab_500-webfont.woff?t=1509085383614') format('woff');font-weight:normal;font-style:normal;}
@font-face{font-family:'Ubuntu';src:url('https://cdn2.hubspot.net/hubfs/695602/fonts/ubuntu-regular-webfont.woff2?t=1509085383614') format('woff2'),
url('https://cdn2.hubspot.net/hubfs/695602/fonts/ubuntu-regular-webfont.woff?t=1509085383614') format('woff');font-weight:normal;font-style:normal;}
html *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
*, *:after, *:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;vertical-align:baseline;text-decoration:none;outline:none;}
h1, h2, h3, h4, h5, h6{font-family:"museo_sans700";}
h1{font-size:36px;}
h2{font-size:28px;}
h3{font-size:22px;}
body.new-loan-temp {
    //background-color:#daf5fc;
}
body.new-loan-temp div.header-main {
    background-color: rgba(255, 255, 255, 0.75);
}
p{font-family:"museo_sans300",arial;font-size:16px;line-height:22px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
body{line-height:1;font-family:'museo_sans300', arial;padding:0px !important;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
img{max-width:100%;}
a, a:hover{text-decoration:none;}
a{color:#d9057c;}
:focus, *:focus{outline:0;}
input{outline:none;box-shadow:none;}
textarea:focus, input:focus{outline:none;}
.clearfix:after, .clearfix:before{display:table;content:" "}
.clearfix:after{clear:both}
.container{max-width:1170px;margin:0 auto;}
.header-main{padding:8px 0;}
.logo, .header-nav{float:left;}
.span3.logo{width:22%;}
.span6.header-nav{padding-top:16px;text-align:center;width:60%;margin:0;}
.span3.header-phone{float:right;margin-top:23px;width:16%;margin-left:0;}
.header-nav ul li, .header-nav ul{display:inline-block;vertical-align:middle;}
.header-nav ul li{margin-right:15px;}
.header-nav .menus ul li a, .responsive-menu ul li a{border-bottom:2px solid rgba(0, 0, 0, 0);color:rgb(0, 0, 0);display:block;font-family:"museo_sans500", arial;font-size:14px;line-height:normal;padding:9px 7px;text-transform:uppercase;}
.nav-main ul{display:block !important;}
.header-nav ul li a:hover, .header-nav ul li.active a{color:#99c81d;border-bottom:2px solid #99c81d;}
.header-nav a.apply-now, .apply-now{background:url("https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/apply-bg.png?t=1509085383614") no-repeat scroll 12px center, #f538a1;background:url("https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/apply-bg.png?t=1509085383614") no-repeat scroll 12px center, -moz-linear-gradient(top, #f538a1 0%, #d8037a 100%);background:url("https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/apply-bg.png?t=1509085383614") no-repeat scroll 12px center, -webkit-linear-gradient(top, #f538a1 0%, #d8037a 100%);background:url("https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/apply-bg.png?t=1509085383614") no-repeat scroll 12px center, linear-gradient(to bottom, #f538a1 0%, #d8037a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f538a1', endColorstr='#d8037a', GradientType=0);border-radius:2px;color:#fff;display:inline-block;font-family:"museo_sans700", arial;font-size:14px;line-height:normal;padding:11px 10px 11px 33px;text-transform:uppercase;vertical-align:middle;}
.header-nav a.apply-now:hover, .apply-now:hover{background:url("https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/apply-bg.png?t=1509085383614") no-repeat scroll 12px center, #d8037a;background:url("https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/apply-bg.png?t=1509085383614") no-repeat scroll 12px center, -moz-linear-gradient(top, #d8037a 0%, #f538a1 100%);background:url("https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/apply-bg.png?t=1509085383614") no-repeat scroll 12px center, -webkit-linear-gradient(top, #d8037a 0%, #f538a1 100%);background:url("https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/apply-bg.png?t=1509085383614") no-repeat scroll 12px center, linear-gradient(to bottom, #d8037a 0%, #f538a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8037a', endColorstr='#f538a1', GradientType=0);}
.header-phone h3{color:#010101;font-size:25px;font-family:"museo_sans700", arial;background:url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/header-phone.png?t=1509085383614);background-repeat:no-repeat;background-position:left center;padding:0 0 0 29px;}
.nav-main{background:url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/nav-bg.jpg?t=1509085383614);background-repeat:no-repeat;background-size:cover;position:relative;}
li#responsive-tab{display:none;}
.nav-main ul li{background:url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/nav-border.png?t=1509085383614);background-repeat:no-repeat;background-position:right center;float:left;text-align:center;width:16.666%;padding:10px 0; list-style:none !important;}
.nav-main ul li:last-child{background:none;}
.nav-main ul li span, .nav-main ul li span.nav-img, .nav-main ul li span.title-name{display:block;}
.nav-img{min-height:38px;margin:0 auto 6px;position:relative;}
.nav-img img{position:absolute;left:0;right:0;bottom:0;margin:0 auto;}
.nav-main ul li a{display:block;font-size:14px;color:#000;font-family:"museo_sans700", arial;text-transform:uppercase;line-height:normal;}
.nav-main ul li a:hover{color:#d8037a;}
.nav-main ul{position:relative;}
.nav-main ul{clear:both;content:"";display:block;}
.nav-main ul li .Submenu_mew{background:#ffffff none repeat scroll 0 0;overflow:visible;padding:28px 45px;max-width:600px;position:absolute;top:80px;width:100%;z-index:999;}
.nav-main ul li:hover .Submenu_mew{display:block !important;}
.nav-main ul li .mmg_4 li{display:block;float:none;text-align:left;width:auto;background:none;}
.mmg_4{border-right:1px solid #cccccc;float:left;padding:0 23px;width:50%;text-align:left;}
.mmg_4 h4{font-family:"museo_sans700", arial;font-size:22px;font-weight:normal;margin:0 0 10px;}
.menu{position:static !important;}
.mmg_4:last-child{border:0px;}
.mmg_4 > p{font-size:14px;line-height:20px;text-align:justify;margin:0 0 15px;}
.get-a-quote .title{background:#f538a1;background:-moz-linear-gradient(top, #f538a1 0%, #d8037a 100%);background:-webkit-linear-gradient(top, #f538a1 0%, #d8037a 100%);background:linear-gradient(to bottom, #f538a1 0%, #d8037a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f538a1', endColorstr='#d8037a', GradientType=0);color:#ffffff;display:inline-block;font-family:"museo_sans700", arial;font-size:13px;font-weight:normal;margin:0 0 19px;padding:10px 25px;width:auto;}
.get-a-quote .title:hover{background:#d8037a;background:-moz-linear-gradient(top, #d8037a 0%, #f538a1 100%);background:-webkit-linear-gradient(top, #d8037a 0%, #f538a1 100%);background:linear-gradient(to bottom, #d8037a 0%, #f538a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8037a', endColorstr='#f538a1', GradientType=0);}
.icon-binocular, .icon-calculator-1, .icon-dollar-currency-3{clear:both;float:left;width:19%;}
.title{float:left;margin:14px 0 0;}
.free-quote{clear:both;display:block;}
.right-content h4, .right-content h4 span{color:rgb(171, 171, 171);margin-top:20px;}
/*div.banner-main.clearfix, .banner-main{background:#daf5fc none repeat scroll 0 0;border-bottom:1px solid #e6e6e6;display:block;position:relative;width:100%;}*/
.banner-slider{display:block;width:100%;}
.banner1, .banner2, .banner3{background:url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/banner-bg-new.jpg?t=1509085383614);background-repeat:no-repeat;background-size:cover;background-position:0 center;min-height:522px;}
body.forest-bg{background:url(/hubfs/1800_approved_2016/car_bg_banner4.jpg);background-repeat:no-repeat;background-size:cover;}
body.franchise-bg{background:url(/hubfs/franchise-cover.jpg) !important;background-repeat:no-repeat !important;background-size:cover !important;background-position:30% 0% !important;}
body.forest-bg .header-container-wrapper, body.franchise-bg .header-container-wrapper{background-color:rgba(255,255,255,0.8);}
.banner-form{position:absolute;top:20px;width:485px;}
.banner-form .hs-richtext a, .quote h2 a{color:#d9057c;}
.quote h2{padding:0 15px;}
.hs-content-id-4053137831 .banner-form, .banner-form.forms{position:static;padding-top:20px;width:auto;}
.options-section{background-color:#FFF;}
.lenders-main{background-color:#FFF;}
.how-much-outer{left:35%;position:absolute;right:0;top:40px;}
.hs-content-id-4104217353 .how-much-outer{left:5%;top:20px;}
.hs-content-id-4104217353 .bxslider > li, .hs-content-id-4104217353 .bxslider1 > li{width:230px !important;}
.hs-content-id-4104217353 .girl-dreams, .hs-content-id-4104217353 .boy-dreams{left:5%;position:absolute;top:19%;width:310px;}
.hs-content-id-4104217353 .boy-dreams{left:37%;}
.hs-content-id-4104217353 .banner-form{left:56.5%;}
.hs-content-id-4104217353 .how-work-3{display:block !important;}
.hs-content-id-4104217353 .banner-btm-text{text-align:left;}
.hs-content-id-4104217353 .how-work-bgimg, .hs-content-id-4259413540 .how-work-bgimg, .hs-content-id-4132521501 .how-work-bgimg{display:none;}
.hs-content-id-4104217353 .how-work-each h5, .hs-content-id-4259413540 .how-work-each h5, .hs-content-id-4132521501 .how-work-each h5, .ecars-apply .how-work-each h5{margin:24% auto 30%;}
.how-work-each p{margin:0 auto;max-width:210px;}
.hs-content-id-4104217353 .how-work-each, .hs-content-id-4259413540 .how-work-each, .hs-content-id-4132521501 .how-work-each, .ecars-apply .how-work-each{margin-right:0%;width:33% !important;}
.hs-content-id-4104217353 .how-work-each:nth-child(4), .hs-content-id-4104217353 .how-work-each:nth-child(5), .hs-content-id-4259413540 .how-work-each:nth-child(4), .hs-content-id-4259413540 .how-work-each:nth-child(5){display:none !important;}
.how-work-inner div.how-work-3{position:absolute;}
.how-work-3{display:none;position:absolute;}
.hs-content-id-4104217353 .left-mmg{border-left:1px solid rgb(204, 204, 204);border-right:medium none;float:right;}
.hs-content-id-4104217353 .right-mmg{float:left;}
.banner-slider .owl-controls.clickable{display:none !important;}
.outer-banner{height:0 !important;min-height:0 !important;}
.banner-form > .span6{width:100% !important;}
.banner-form-inner{}
.banner-main .owl-buttons{display:none;}
.how-much-heading{text-align:center;position:relative;max-width:400px;margin:0 auto;}
.banner-form .hs-form .actions{margin:0 auto;padding:0;}
.how-much-heading p{color:#000;font-family:"museo_slab500", arial;font-size:20px;letter-spacing:3.2px;line-height:normal;text-transform:uppercase;}
.how-much-heading h1{color:#d8037a;font-family:"museo_sans900", arial;font-size:53px;line-height:39px;}
.how-much-heading .big-txt{color:#d8037a;font-family:'Ubuntu', sans-serif;font-weight:bold;font-size:53px;line-height:39px;margin-bottom:10px;}
.how-much-heading .big-txt span{font-size:76px;}
.banner-form-inner{position:relative;}
.banner-form-inner::before{background:url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/form-shadow.png?t=1509085383614);background-repeat:no-repeat;background-position:left bottom;position:absolute;content:"";}
.form-white-main, .mobile-form{background:#f5f5f5;background:-moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);background:-webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);background:linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);border-radius:8px 8px 0 0;box-shadow:0 -4px 4px rgba(0, 1, 1, 0.19);display:inline-block;width:100%;max-width:485px;margin-bottom:-4px;}
.form-white-top-text b{display:inline-block;font-family:"museo_sans500", arial;font-size:12px;line-height:normal;vertical-align:middle;padding:0 3%;}
.form-white-top{padding:11px 0;box-shadow:0px 3px 4px rgba(0, 1, 1, 0.19);}
.form-white-bottom{padding:24px 19px 42px;}
.form-white-bottom span{display:inline-block;vertical-align:top;width:48.5%;margin-right:1%;margin-bottom:19px;}
.form-white-bottom span:nth-child(2n){margin-right:0;}
.banner-form input, .banner-form select{border-radius:4px;border:1px solid #c5c5c5;color:#010101;display:block;font-size:12px;font-family:"museo_sans500", arial;line-height:normal;padding:14px 13px;text-transform:capitalize;width:100%;}
#quote-form .input .hs-form-booleancheckbox-display a{color:#595959;}
.owl-carousel .owl-wrapper-outer{height:auto !important;}
.footer-main .join .hs_submit input[type="submit"]{margin:0 !important;width:100% !important;padding:0 !important;}
.new-loan-temp .right-content p + ul{margin-top:20px;}
.hs-content-id-4186413760 ol, .hs-content-id-4186413760 ul{font-size:14px;line-height:10px;}
.hs-content-id-4186413760 .right-content p{font-family:"museo_sans100", arial;font-size:14px;line-height:22px;margin-bottom:15px;}
.hs-content-id-4186413760 .right-content h1{margin-bottom:10px;margin-top:20px;}
.cappetta .hs-form-field > label{display:none !important;}
.cappetta .right-content h2{font-family:"museo_sans500", arial;font-size:20px;margin-bottom:10px;margin-top:20px;}
.cappetta .inner-banner-form a, .online-apply-new form p a, .cappetta p a{color:#d9057c;}
.hs_submit .hs-button.primary.large{border-radius:3px !important;display:block;float:none;margin:30px auto 0 !important;width:200px;}
.online-apply-new .hs_submit .hs-button.primary.large{border-radius:3px !important;display:block;float:none;margin:30px auto 0 !important;width:200px;text-indent:0 !important;}
.online-apply-new .hs-form fieldset .hs-richtext p{font-family:"museo_sans700";font-size:20px;margin:13px 0 0;}
.loan-page.banner-main.brokers-page{background-image:url("https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/Pic3_web.jpg?t=1509085383614");background-repeat:no-repeat;background-size:cover;background-position:right center;}
.loan-page.banner-main.brokers-page h2, .loan-page.banner-main.brokers-page p{color:#000;}
.loan-page.banner-main.brokers-page a, .loan-page.banner-main.brokers-page .right-content h2{color:#d9057c !important;margin-right:5px;}
.hs-content-id-4748640393 .hs-form label{text-align:left;width:100%;}
.hs-content-id-4748640393 .hs-form-field input{border:1px solid #ededed;padding:10px 0;text-indent:12px;}
.hs-content-id-4748640393 .hs-form-field select{border:1px solid #ededed;padding:10px 0;}
.hs-content-id-4748640393 .hs-form-field li{padding-left:0;list-style:none;padding-right:0;}
.hs-content-id-4748640393 .hs_submit .hs-button.primary.large:hover{box-shadow:none !important;}
.hs-content-id-4132521501 .hs_firstname label, .hs-content-id-4132521501 .hs_lastname label, .hs-content-id-4132521501 .hs_email label, .hs-content-id-4132521501 .hs_phone label, .hs-content-id-4132521501 .hs_zip label, .hs-content-id-4132521501 .hs_employment_type_ label, .hs-content-id-4132521501 .hs_credit_status label{}
.hs-content-id-4132521501 .hs_submit .hs-button.primary.large{margin-top:0 !important;}
.hs-content-id-4132521501 .form-white-main, .hs-content-id-4132521501 .mobile-form{border-radius:5px;}
.new-loan-temp .hs-form.stacked fieldset label{display:none;}
.inner-banner-form h4{color:#fff;margin:0 0 18px;}
.quote h4 a{color:#d9057c;}
.right-content p strong{font-family:"museo_sans700";}
.quote-form{text-transform:capitalize;}
.finance form > fieldset > .hs-richtext{margin-top:10px;}
.hs-content-id-4748640393 .leadinModal, .hs-content-id-4539211144 .leadinModal, .hs-content-id-4121021672 .leadinModal, .hs-content-id-5137086939 .leadinModal, .hs-content-id-5136244666 .leadinModal, .hs-content-id-4103452236 .leadinModal, .hs-content-id-4094763632 .leadinModal, .hs-content-id-4259800391 .leadinModal{display:none !important;}
.bg-image-area{padding:70px 0 50px;}
.footer-container-wrapper .row-fluid [class*="span"]{min-height:inherit !important;}
.pension-sit{text-align:center;}
.pension-sit .span6.widget-span{display:inline-block;float:none !important;max-width:400px;text-align:left;vertical-align:top;}
.local-lenders.lenders-main{padding-bottom:80px;padding-top:80px;}
.local-work-how-content{border-bottom:1px solid #ededed;border-top:1px solid #ededed;}
.footer-mid-section li
{
    list-style:none !important;
}
.approve-sidebar h2
{
    text-align:center;
}
.lenders-slider a img {
    max-width: 100%;
    padding: 15px;
}
.lenders-slider .item {
    margin: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){::i-block-chrome, .banner-form select{line-height:39px;text-indent:13px;}
}
.quote-form .hs-form.stacked label{display:block;}
::-webkit-input-placeholder,:-moz-placeholder,::-moz-placeholder,:-ms-input-placeholder{color:#010101;}
.hs-form label{color:#414141;float:left;font-size:13px;font-weight:bold;line-height:18px;padding-top:5px;display:block;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;display:block;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
.banner-form input[type="submit"], .faq .form-white-main .hs_submit .actions input[type="submit"]{background:#abd935 !important;background:-moz-linear-gradient(top, #abd935 0%, #99c81f 100%) !important;background:-webkit-linear-gradient(top, #abd935 0%, #99c81f 100%) !important;background:linear-gradient(to bottom, #abd935 0%, #99c81f 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#abd935', endColorstr='#99c81f', GradientType=0) !important;font-size:21px;font-family:"museo_sans700", arial;color:#fff;border:none !important;box-shadow:0px 3px 0 2px rgb(116, 160, 0) !important;text-transform:uppercase;text-align:center;border:1px solid rgba(0, 0, 0, 0);cursor:pointer;padding:18px 13px 15px;margin-top:20px !important;box-sizing:border-box !important;text-shadow:none !important;border-radius:2px !important;}
.faq .form-white-main .hs_submit .actions input[type="submit"]{width:100%;}
.banner-slider, .banner-slider div{height:435px;overflow:hidden;}
.banner-main .row-fluid-wrapper.row-depth-1.row-number-5{margin:0 auto;max-width:1170px;}
.banner-slider .item img{width:100%;max-width:inherit;}
.banner-form input[type="submit"]:hover, .faq .form-white-main .hs_submit .actions input[type="submit"]:hover{background:#99c81f !important;background:-moz-linear-gradient(top, #99c81f 0%, #abd935 100%) !important;background:-webkit-linear-gradient(top, #99c81f 0%, #abd935 100%) !important;background:linear-gradient(to bottom, #99c81f 0%, #abd935 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99c81f', endColorstr='#abd935', GradientType=0) !important;}
.form-columns-2 .field:nth-child(even) .input{margin-right:0 !important;margin-left:0px !important;}
.form-white-bottom p{color:#a2a1a1;font-size:13.31px;line-height:18.15px;font-family:'museo_sans300', arial;}
.form-white-bottom p a{display:inline-block;color:#6f6f6f;border-bottom:1px solid;}
.banner-btm-text{background:#ffffff;background:-moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);background:-webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);background:linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);text-align:right;padding:12px 0 6px;}
.banner-btm-text p{font-size:16px;color:#000;line-height:normal;font-family:'museo_sans300', arial;}
.banner-btm-text p b{font-family:'museo_sans700', arial;}
.banner-btm-text i.fa-star{color:#fb2f85;font-size:13px;margin-right:4px;}
.banner-btm-text p b, .banner-btm-text p img, .banner-btm-text p{display:inline-block;vertical-align:middle;}
.lenders-main.proposition{padding:55px 0 0;background:url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/how-bg.jpg?t=1509085383614);background-repeat:no-repeat;background-size:cover;}
.lenders-main{padding:35px 0 55px;text-align:center;}
.lenders-main h1, .how-work-main h2, .reviews-main h2, .main-new-form h1, .lenders-main h2, .insurance_options h2{background:url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/lenders-border.png?t=1509085383614);background-repeat:no-repeat;background-position:center bottom;color:#000;font-family:"museo_sans700", arial;line-height:normal;margin:0 auto 25px;padding-bottom:10px;text-transform:uppercase;text-align:center;}
.lenders-main p{color:#a7a7a7;font-family:"museo_sans300", arial;font-size:16px;line-height:22px;margin:0 auto 30px;max-width:66%;}
.lenders-slider a{display:block;min-height:112px;position:relative;transition:all 0.7s ease 0s;}
.lenders-slider a img{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);filter:grayscale(100%);transition:all 0.7s ease 0s;}
.lenders-slider a:hover img{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);filter:grayscale(0);}
.how-work-main{background:url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/how-bg.jpg?t=1509085383614);background-repeat:no-repeat;background-size:cover;text-align:center;padding:65px 0 71px;}
.how-work-bgimg{position:absolute;}
.how-work-each-main{position:relative;}
.how-work-each{display:inline-block !important;float:none !important;margin-left:0 !important;margin-right:2%;padding-top:4%;vertical-align:top;width:18% !important;}
.how-work-each:last-child{margin-right:0;}
.how-work-each span.circle{border:3px solid #9bc921;border-radius:50%;display:block;height:88px;margin:0 auto;position:relative;width:88px;}
.how-work-each span.circle.pink{border:3px solid #d8037a;}
.how-work-each span.circle img{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}
.how-work-each h5{color:#000;font-family:"museo_sans900", arial;line-height:normal;margin:42% auto 49%;text-align:center;text-transform:uppercase;}
.how-work-each h5.left-mrgn{margin-left:12%;}
.how-work-each p{border:2px solid #b6b6b6;border-radius:5px;box-shadow:0 4px 2px #bbbbbb;color:#666666;font-size:16px;padding:15px 11px;text-align:center;position:relative;font-family:"museo_sans300", arial;}
.how-work-inner{position:relative;}
.how-work-each p span, .number{position:absolute;right:5px;bottom:3px;color:#b9b9b9;font-size:19px;font-family:"museo_sans900", arial;}
.reviews-main{padding:65px 0 84px;position:relative;background-color:#FFF;}
.reviews-slider{position:relative;margin:43px auto 0;}
.reviews-slider .owl-prev{left:-5%; background-position:-9px -212px;}
.reviews-slider .owl-next{right:-5%;background-position:-49px -212px}
#owl-demo2 .owl-next, #owl-demo2 .owl-prev{height:33px;width:33px;color:transparent;position:absolute;top:32%;}
#owl-demo2 .owl-prev, #owl-demo3 .owl-next{display:inline-block;}
#owl-demo2 .owl-prev{background-position:-9px -212px; left:-5%;}
#owl-demo2 .owl-next{background-position:-49px -212px; right:-5%;}
.reviews-slider .owl-next, .reviews-slider .owl-prev{height:33px;width:33px;color:transparent;position:absolute;top:32%;}
.review-left, .review-right{display:inline-block;vertical-align:top;}
.review-each{padding:2px;}
.review-left{display:block;overflow:hidden;padding:0;text-align:center;width:auto;}
.review-left a, .review-left a img{border-radius:50%;display:block;}
.review-right{background:url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/review-border.png?t=1509085383614);background-repeat:no-repeat;background-position:center bottom;background-size:88%;padding:0 10px 7px;position:relative;width:auto;margin-top:15px;display:block;}
.review-right::before{background:#fff none repeat scroll 0 0;content:url("https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/triangle-left.png?t=1509085383614");height:21px;left:0;margin:auto;position:absolute;right:0;top:-15px;transform:rotate(90deg);width:15px;;}
.review-right-content{border:1px solid #d0d0d0;padding:15px 15px 20px;}
.review-right p{color:#535353;font-family:"museo_sans300", arial;font-size:16px;line-height:22px;position:relative;margin-bottom:15px;}
.review-right span{color:#8dc63f;font-family:"museo_sans500", arial;font-size:16px;line-height:normal;text-transform:uppercase;}
.review-right span b{color:#383838;text-transform:none;}
.benefits-main{background:url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/benefit-bg.jpg?t=1509085383614);background-repeat:no-repeat;background-size:cover;background-position:center;padding:70px 15px;}
.benefits-main h2{background:url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/benefit-border.png?t=1509085383614);background-repeat:no-repeat;background-position:left bottom;color:#fff;line-height:normal;text-transform:uppercase;font-family:"museo_sans700", arial;padding-bottom:8px;margin-bottom:30px;}
.benefits-main p{color:#fff;font-size:16px;line-height:22px;font-family:"museo_sans300", arial;margin-bottom:31px;}
.benefits-content{max-width:55%;}
.benefits-main ul{margin-bottom:32px;}
.benefits-main ul li{color:#fff;font-size:16px;line-height:24px;font-family:"museo_sans300", arial;margin-bottom:11px;}
.benefits-content span.circle{border:3px solid #d8037a;border-radius:50%;display:inline-block;font-family:"museo_sans700", arial;font-size:16px;height:40px;line-height:normal;padding:8px 0;text-align:center;width:40px;}
.benefits-content a{background:#abd935;background:-moz-linear-gradient(top, #abd935 0%, #99c81f 100%);background:-webkit-linear-gradient(top, #abd935 0%, #99c81f 100%);background:linear-gradient(to bottom, #abd935 0%, #99c81f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#abd935', endColorstr='#99c81f', GradientType=0);box-shadow:0 3px 2px #74a000;color:#fff;display:inline-block;font-size:12.68px;font-family:"museo_sans700", arial;line-height:normal;padding:13px 24px;text-align:center;text-transform:uppercase;}
.footer-apply-now{background:url(https://cdn2.hubspot.net/hubfs/695602/footer-bg.png?t=1509085383614);background-position:center -263px;background-repeat:no-repeat;padding-top:75px;padding-bottom:75px;text-align:center;}
.footer-apply-now a{background:#f4309d;background:-moz-linear-gradient(top, #f4309d 0%, #d8037a 100%);background:-webkit-linear-gradient(top, #f4309d 0%, #d8037a 100%);background:linear-gradient(to bottom, #f4309d 0%, #d8037a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4309d', endColorstr='#d8037a', GradientType=0);border-radius:5px;box-shadow:0 5px 2px #a9005e;color:#fff;display:inline-block;font-size:30px;font-family:"museo_sans700", arial;line-height:normal;padding:37px 105px 36px;text-align:center;text-transform:uppercase;}
.footer-apply-now a:hover{background:#d8037a;background:-moz-linear-gradient(top, #d8037a 0%, #f4309d 100%);background:-webkit-linear-gradient(top, #d8037a 0%, #f4309d 100%);background:linear-gradient(to bottom, #d8037a 0%, #f4309d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8037a', endColorstr='#f4309d', GradientType=0);}
.footer-main{background:url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/footer-bg.jpg?t=1509085383614);background-repeat:no-repeat;background-size:cover;padding-top:69px;}
.footer-mid-section{padding-bottom:42px;border-bottom:1px solid #c2c2c2;}
.footer-mid-each{display:inline-block !important;margin:0 !important;vertical-align:top;width:21% !important;}
.footer-mid-each.footer-mid-last{width:35% !important;}
.footer-mid-each h4{font-family:"museo_sans700", arial;color:#000;text-transform:uppercase;margin-bottom:25px;}
.footer-mid-each ul li a{background:url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/footer-arrow.png?t=1509085383614);background-repeat:no-repeat;background-position:0 11px;transform:all 1s ease 0s;display:block;font-size:14px;font-family:'museo_sans300', arial;line-height:30px;color:#7a7a7a;padding-left:15px;}
.footer-mid-each ul li a:hover{background:url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/footer-arrow.png?t=1509085383614);background-repeat:no-repeat;background-position:0 -24px;color:#d80479;}
.footer-mid-each p{display:block;font-size:16px;font-family:'museo_sans300', arial;line-height:22px;color:#7a7a7a;margin-bottom:9px;}
.join{display:block;widows:100%;border-radius:3px;margin:0 auto 31px;}
.join input[type="email"]{background:rgb(248, 248, 248) none repeat scroll 0 0;border:0 none;color:#c9c9c9;float:left;font-family:"museo_sans300";font-size:14px;height:53px;line-height:normal;padding:11px 18px;width:100%;box-sizing:border-box !important;box-shadow:none !important;}
.join .hs_submit .actions{margin:0 !important;padding:0 !important;}
.join form > div:nth-child(2), .join form > div:nth-child(3){display:none;}
.join form .hs_submit{display:inline-block;vertical-align:top;width:25%;}
.join form > div:first-child{display:inline-block;width:75%;}
.footer-mid-last form .hs-form-field > label{display:none;}
.join input[type="submit"], .join input[type="submit"]:active, .join input[type="submit"]:focus{background:#abd935 !important;background:-moz-linear-gradient(top, #abd935 0%, #99c81f 100%) !important;background:-webkit-linear-gradient(top, #abd935 0%, #99c81f 100%) !important;background:linear-gradient(to bottom, #abd935 0%, #99c81f 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#abd935', endColorstr='#99c81f', GradientType=0) !important;border:medium none;color:rgb(255, 254, 254);float:right;font-family:"museo_sans500", arial;font-size:14px;font-weight:normal;box-sizing:border-box !important;height:53px;line-height:30px;padding:10px 0;text-shadow:none;text-transform:uppercase;width:100%;border-radius:0 3px 3px 0;margin:0;}
.footer-copyright-main{padding-bottom:7px !important;}
.footer-copyright-top ul{width:100% !important;}
.footer-mid-last .join h3{margin-bottom:0 !important;}
.footer-copyright-top li{padding:33px 0 0 !important;}
.footer-copyright-top li a{padding:0!important;text-transform:capitalize;}
.join{margin-bottom:0 !important;}
.join input[type="submit"]:hover{background:#99c81f !important;background:-moz-linear-gradient(top, #99c81f 0%, #abd935 100%) !important;background:-webkit-linear-gradient(top, #99c81f 0%, #abd935 100%) !important;background:linear-gradient(to bottom, #99c81f 0%, #abd935 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99c81f', endColorstr='#abd935', GradientType=0) !important;box-shadow:none !important;border:none!important;}
.social{margin-bottom:20px;}
.social h3{margin-bottom:21px;}
.social ul li{display:inline-block;vertical-align:top;margin-right:2px;}
.social ul li a, .social ul li a:hover{background:none;padding:0;}
.social ul li a:hover{opacity:0.7;}
.partners a{display:inline-block;vertical-align:top;margin-right:29px;}
.footer-copyright-top{padding:16px 0;}
.footer-copyright-top ul, .footer-copyright-top a.logo-footer{display:inline-block;vertical-align:middle;}
.footer-copyright-top ul{width:75%;}
.logo-footer{text-align:right;width:24%;}
.footer-copyright-top li{display:inline-block;vertical-align:middle;margin-right:7px;}
.footer-copyright-top a{font-size:14px;font-family:'museo_sans300', arial;line-height:17px;color:#7a7a7a;}
.footer-copyright-top a:hover{color:#d80479;}
.footer-copyright-main{padding:16px 0;border-bottom:2px solid #d8037a;}
.footer-copyright-bottom p{text-align:center;font-size:16px;line-height:22px;color:#949494;}
.span8.menus{display:inline-block;float:none;margin:0 !important;width:auto;}
.span4.apply-div{display:inline-block;float:none;margin:0;width:auto;}
.nav-main li a{display:block !important;max-width:initial !important;padding-bottom:0 !important;padding-top:0 !important;}
.footer-mid-each li a{padding-top:0 !important;padding-bottom:0 !important;}
.form-white-main form, .mobile-form form{border-radius:6px;padding:20px 15px 8px;}
.form-columns-1 .input{margin:0 !important;}
.hs-form{margin-bottom:0 !important;}
.form-white-main form select, .mobile-form form select, .apply-forms form select{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:1px solid rgb(203, 203, 203);box-shadow:0 2px 0 0 rgb(208, 208, 208);box-sizing:border-box !important;color:#8d8c8c;font-size:11px;font-family:"museo_sans500", arial;height:auto;max-width:inherit !important;padding:10px 0;text-indent:5px;width:100% !important;background-image:url("https://cdn2.hubspot.net/hubfs/695602/select-arrow.jpg?t=1509085383614");background-repeat:no-repeat;background-position:right;}
.form-white-main .hs-form-radio-display input[type="radio"]{display:none;}
.hs-content-id-4409393843 .form-white-main .hs-form-radio-display input[type="radio"]{display:inline-block;width:15px !important;}
.hs-content-id-4409393843 .form-white-main .hs-form-radio{text-align:left;}
.hs_visa457{text-align:left;}
.hs-dependent-field .input li{margin:10px 0;}
.hs_visa457 label{margin:10px 0;}
.hs-content-id-4409393843 .form-white-main .hs-form-booleancheckbox-display{float:left;margin-bottom:10px !important;margin-top:0 !important;width:100%;}
.form-white-main .hs-form-radio-display input[type="radio"] + span.decor{background:url("https://cdn2.hubspot.net/hubfs/695602/uncheck-radio.png?t=1509085383614");background-repeat:no-repeat;margin:0 auto;padding-bottom:30px;padding-left:27px;width:27px;display:block;}
.form-white-main .hs-form-radio-display input[type="radio"]:checked + span.decor{background:url("https://cdn2.hubspot.net/hubfs/695602/checked-radio.png?t=1509085383614");background-repeat:no-repeat;}
.form-white-main .hs-form-radio{float:left;text-align:center;vertical-align:top;width:16.6% !important;}
.decor + span{background:rgb(255, 255, 255) none repeat scroll 0 0;display:block;margin:3px 6px;padding:5px 0 2px;text-align:center;box-shadow:0 0 3px rgba(0, 0, 0, 0.2);}
.decor + span .show-hover{display:none;}
.form-white-main .hs-form-radio-display input[type="radio"]:checked + span.decor + span .show-main{display:none;}
.form-white-main .hs-form-radio-display input[type="radio"]:checked + span.decor + span .show-hover{display:block;margin:0 auto;padding-bottom:6px;text-align:center;}
.form-white-main .hs-form-radio-display input[type="radio"]:checked + .decor + span{background:rgb(216, 3, 122) !important;}
.form-white-main .hbspt-form fieldset .input input, .form-white-main .hbspt-form .input input, .mobile-form .hbspt-form fieldset .input input, .form-white-main .input input, .form-white-main .hbspt-form fieldset .input input, .form-white-main .hbspt-form .input input, .mobile-form form fieldset .input input, .apply-forms form input{border:1px solid rgb(203, 203, 203);box-shadow:0 2px 0 0 rgb(208, 208, 208);box-sizing:border-box !important;color:rgb(86, 86, 86);font-family:"museo_sans500", arial;height:auto;font-size:11px;color:#2c2b2b;max-width:inherit !important;padding:7px 0;text-indent:10px;width:100%;line-height:20px;}
.mobile-form h3, .form-white-main h3{font-size:18px;font-weight:600;padding-top:16px;text-align:center;color:#f01790;}
.hs-form.stacked .inputs-list > li label{text-align:left !important;}
.hs-form.stacked fieldset > div > label{}
.hs-content-id-4132521501 .hs-form.stacked fieldset > div > label, .hs-content-id-4132521501 .hs-dependent-field > div > label, .ecars-apply .hs-dependent-field > div > label, .ecars-apply .hs-form.stacked fieldset > div > label{display:none;}
.hs-content-id-4132521501 .hs-dependent-field > div:nth-child(even) > .input, .ecars-apply .hs-dependent-field > div:nth-child(even) > .input{margin-right:8px !important;}
.hs-content-id-4132521501 .hs-dependent-field > div, .ecars-apply .hs-dependent-field > div{width:50%;float:left;}
.hs-content-id-4132521501 .hs-dependent-field > div.hs_ask_credit_score, .ecars-apply .hs-dependent-field > div.hs_ask_credit_score{width:100%;}
body .hs-form.stacked fieldset div.hs_loan_purpose_radio > label{display:block !important;text-transform:uppercase;font-weight:normal;}
body .hs-form.stacked fieldset div.hs_loan_purpose_radio > label span{font-family:"museo_sans500", arial;}
.hs-form-field{position:relative;}
.hs-error-msgs label{bottom:-18px;color:rgb(255, 0, 0) !important;font-family:arial !important;font-size:11px !important;left:0;line-height:14px;margin:auto !important;position:absolute;right:0;text-align:center !important;font-weight:normal;}
.hs-form.stacked .actions{margin:0 !important;padding-left:0 !important;padding-right:0;padding-top:0 !important;padding-bottom:13px !important;}
.below-text p{color:rgb(162, 161, 161);font-size:13px;line-height:16px;margin-bottom:0 !important;margin-top:-20px;}
.hs-form.stacked .field{margin-bottom:18px !important;}
.hs-content-id-4104217353 .banner-form-inner .hs-form.stacked .field{margin-bottom:14px !important;}
.hs-content-id-4104217353 .banner-form-inner .hs-form.stacked .field.hs_yes_i_accept, .hs-content-id-4104217353 .banner-form-inner .hs-form.stacked .field.hs_yes_i_accept2{margin-bottom:0 !important;}
.hs-content-id-4104217353 .hs-form .actions{padding-bottom:0;}
.hs-content-id-4104217353 .form-white-main .hbspt-form fieldset .input input{padding:5px 0;}
.hs-content-id-4104217353 .form-white-main form select{padding:9px 0;}
.below-text a{text-decoration:underline;color:#6f6f6f;}
.banner-slider .item img{width:100%;}
.header-phone h2{display:none;}
.display-social{display:none !important;}
.mobile-phone{display:none !important;}
.banner-btm-text.loan-banner{margin-bottom:110px;padding:15px 0 80px;max-height:135px;}
.form-image.loan-image{position:absolute;width:auto;}
.lenders-main.loan-lender{padding:0 0 55px;}
.form-image img{left:0px;position:relative;top:0px;}
.loan-page .below-text{max-width:486px;}
.breadcrum{background:rgb(248, 248, 248) none repeat scroll 0 0;box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.1);display:block;line-height:27px;margin-bottom:30px;padding:5px 0;}
.breadcrum{margin-bottom:0px;}
.right-content{color:#fff;display:inline-block;text-align:left;vertical-align:top;width:50%;padding-bottom:20px;}
.right-content > .span6{width:100%;}
.right-content h1{margin-bottom:20px;margin-top:30px;}
.tilly-cappetta-new .right-content h1{color:#d43a84;}
.right-content p{font-family:"museo_sans300", arial;font-size:16px;line-height:22px;margin-bottom:20px;}
.right-content h4{color:rgb(171, 171, 171);}
.right-content h4 a{color:#f01790;}
.loan-page.banner-main{background:url("https://cdn2.hubspot.net/hubfs/695602/bg-banner-light.png?t=1509085383614");background-repeat:no-repeat;background-size:cover;}
.right-content ul li{font-size:15px;line-height:24px;list-style:inside none disc;}
.hs-content-id-4125976761 .loan-page.banner-main{background:url("https://cdn2.hubspot.net/hubfs/695602/1800-home-image-1.jpg?t=1509085383614");background-repeat:no-repeat;background-size:cover;}
.loan-page .banner-slider{}
.loan-page .form-postion, .form-postion .rtforms{min-height:inherit;}
.breadcrum a{color:rgb(0, 0, 0);font-family:"museo_sans700", arial;margin-right:3px;text-transform:uppercase;font-size:14px;}
.breadcrum a.active{color:#d8047a;}
.container-fluid .row-fluid .page-center.content-wrapper{max-width:1170px;padding-left:0 !important;padding-right:0 !important;}
.blog-listing-wrapper .post-listing .post-item.two-post{display:inline-block;float:none;margin:0 7px 8px 0 !important;overflow:hidden;position:relative;vertical-align:top;width:49.5%;}
.blog-listing-wrapper .post-listing .post-item.three-post{display:inline-block;float:none;height:250px;margin:0 7px 8px 0 !important;overflow:hidden;position:relative;vertical-align:top;width:32.6%;}
.blog-listing-wrapper .post-listing .post-item.all-post{margin:0 !important;width:100%;}
.post-item.two-post a, .post-item.three-post a{color:rgb(255, 255, 255);display:block;font-size:27px;text-transform:uppercase;font-family:museo_sans900;text-align:center;padding:0 30px;}
.post-item.two-post a:hover, .post-item.three-post a:hover{color:#d80479;}
.post-item.two-post > h2, .post-item.three-post > h2{bottom:0;color:rgb(255, 255, 255);margin:auto;padding-right:10px;position:absolute;width:100%;bottom:65px;}
.post-listing .hs-featured-image{float:none;max-width:inherit;width:100%;margin:0;}
.post-listing .two-post .hs-featured-image{min-height:550px;min-width:100%;max-width:inherit;width:auto;}
.lower-content{color:rgb(255, 255, 255);padding-right:10px;position:absolute;text-align:center;width:100%;background:rgba(0,0,0,0.7);padding-top:10%;padding-bottom:20px;height:100%;top:0;}
.two-post .lower-content{padding-top:30%;height:100%;}
.post-listing .post-item > div:first-child{max-height:500px;}
.three-post .lower-content{bottom:20px;}
.three-post .lower-content > h2{max-height:104px;overflow:hidden;text-overflow:ellipsis;}
.post-listing .post-item.two-post:nth-child(2), .blog-listing-wrapper .post-listing .post-item.three-post:last-of-type{margin-right:0 !important;}
.blog-content .all-view-post{padding:0 !important;}
.blog-content .all-view-post .all-post .custom-post-content p{margin:0 !important;}
.blog-content .all-view-post .all-post .custom-post-content .post-date{padding:8px 0;}
.body-container-wrapper{background:inherit;padding:0;}
.blog-listing-wrapper{margin-bottom:0;}
.blog-listing-wrapper::after{border:medium none;}
.post-date{display:inline-block;padding-top:30px;font-family:'Oswald-Regular';font-size:15px;}
.blog-listing-wrapper .post-listing{padding-bottom:0px;}
.blog-listing-wrapper .blog-pagination, .blog-listing-wrapper .blog-pagination a{margin-bottom:0;}
.all-post .hs-featured-image-wrapper{display:inline-block;width:40%;vertical-align:top;}
.hs-content-id-4053137831 .form-image img{top:-35px;}
.hs-content-id-4053725526 .form-image img, .hs-content-id-4070316558 .form-image img, .hs-content-id-4056700836 .form-image img, .hs-content-id-4186387805 .form-image img, .hs-content-id-3997005474 .form-image img, .hs-content-id-4072958493 .form-image img{top:20px;}
.hs-content-id-4072905153 .form-image img{top:20px;}
.hs-content-id-4046514967 .form-image img{top:0px;}
.all-post .custom-post-content a{color:rgb(0, 0, 0);font-family:museo_sans900;text-transform:uppercase;font-size:20px;line-height:26px;}
.all-post .post-body.clearfix{background:rgb(245, 245, 245) none repeat scroll 0 0;margin-bottom:30px;-webkit-box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.3);-moz-box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.3);box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.3);}
.all-post .custom-post-content{display:inline-block;padding:15px 20px 15px 30px;vertical-align:top;width:59%;}
.custom-post-author::before, #hubspot-topic_data::before, #hubspot-author_data a.author-link:hover::before, #hubspot-topic_data a.topic-link:hover::before, #hubspot-topic_data a.topic-link:hover::after, #hubspot-author_data a.author-link:hover::after, #hubspot-topic_data a.topic-link:hover::after{display:none;}
.all-post .custom-post-content > p#hubspot-topic_data{display:inline-block;padding-left:15px;}
.custom-post-date, a.author-link, #hubspot-topic_data a{font-size:13px;color:rgb(102, 102, 102);text-transform:capitalize;font-family:'Oswald-Regular';}
.custom-post-content .post-date{color:rgb(102, 102, 102);font-size:13px;padding:0;}
.custom-post-author, #hubspot-topic_data{padding-top:0;}
.section.post-body span{font-family:museo_sans300 !important;}
.custom-post-content > h2{padding-bottom:5px;}
.custom-post-content > h2 a:hover{color:#d80479;}
.topic-link{display:inline-block;margin:0 !important;padding:0 !important;}
.blog-section{padding-bottom:0px;}
.blog .page-center{padding-bottom:0;}
.all-post .custom-post-content > p{color:rgb(43, 43, 43);font-family:museo_sans300;font-size:16px;line-height:22px;padding-top:5px;}
.section.post-body p{font-family:museo_sans300 !important;font-size:16px;line-height:22px;}
.section.post-body ol{list-style:outside none disc;margin:20px 15px 5px;padding:0;}
.all-post .hs-featured-image{border-radius:0 !important;margin:0 !important;}
.section.post-body #hs_cos_wrapper_post_body img{margin-left:0 !important;}
.hs-blog-id-4056187901 .join input[type="submit"], .hs-blog-id-4056187901 .join input[type="submit"]:active, .hs-blog-id-4056187901 .join input[type="submit"]:focus{height:53px;margin:inherit;}
.blog-listing-wrapper .post-listing .post-item:hover img.hs-featured-image::after, .post-item img.hs-featured-image:hover::after{background-color:rgba(0,0,0,.6);content:"";height:100%;position:absolute;top:0;width:100%;transition:all 0.07s ease-in 0s;}
.section.post-header h1{color:rgb(216, 4, 122);font-size:40px;padding-bottom:10px;}
.section.post-header h1 span{font-family:museo_sans500;}
.section #hubspot-author_data.hubspot-editable{color:rgb(153, 153, 153);display:inline-block;font-family:oswald-regular;font-size:14px;padding-bottom:10px;}
.custom-post-date, a.author-link, #hubspot-topic_data a{background:inherit;margin:0;padding:0 0 0 2px;}
.post-item .post-topics .topic-link{display:inline-block;font-family:oswald-regular;font-size:15px;text-transform:capitalize;}
.post-topics{padding-left:12px;}
.all-posts-link{display:none !important;}
.section.post-body #hs_cos_wrapper_post_body img{display:block;margin-bottom:20px;}
.section.post-body p strong{display:inline-block;padding:15px 0 0;font-weight:bold;}
.section.post-body{line-height:18pt;}
.section.post-body #hs_cos_wrapper_post_body a{color:rgb(216, 4, 122);display:inline-block;}
.hs-blog-post .section.post-body #hs_cos_wrapper_post_body > ul{margin:20px 0 5px 15px;}
.section.post-body #hs_cos_wrapper_post_body li{font-weight:bold;}
.blog-sidebar h3{color:#000;font-family:museo_sans700;font-size:22px;margin-bottom:50px;text-transform:uppercase;display:block;}
.block a{background:rgb(232, 231, 231) none repeat scroll 0 0;-webkit-box-shadow:0px 1px 3px 0px rgba(2, 3, 3, 0.35);-moz-box-shadow:0px 1px 3px 0px rgba(2, 3, 3, 0.35);box-shadow:0px 1px 3px 0px rgba(2, 3, 3, 0.35);color:rgb(153, 153, 153);display:inline-block;font-family:museo_sans700;font-size:16px;padding:15px;}
.block a:hover{color:#d80479;}
.blog-sidebar h3::after{background-image:url("https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/heading-bottom.png?t=1509085383614");background-position:center center;background-repeat:no-repeat;content:"";left:0;padding-bottom:50px;position:absolute;top:15px;width:100%;}
.block{position:relative;}
.block ul{list-style:outside none none;margin:0;}
.block li{display:inline-block;margin-bottom:9px;margin-right:5px;}
.social a{box-shadow:none;}
.hs-content-id-4186385880 .form-image img, .hs-content-id-4056709576 .form-image img{top:0;}
.span12.widget-span.widget-type-cell.awards-images{float:right;margin-top:120px;width:60%;}
.award-logo img{bottom:0;left:0;margin:auto;min-width:110px;position:absolute;right:0;top:0;}
.award-logo{min-height:93px !important;position:relative;}
.hs-blog-post .blog-section h3{padding:20px 0 5px;font-weight:bold;}
.section.post-body #hs_cos_wrapper_post_body img{margin-top:20px;}
.span12.widget-span.widget-type-cell.all-view-post{padding:0 15px;margin-bottom:50px;margin-top:35px;}
.social{margin-top:45px;}
.Categories, .Contributors{padding-top:45px;}
.Contributors a{background:inherit;box-shadow:none;color:rgb(65, 65, 65);font-family:museo_sans700;font-size:18px;padding:0;text-transform:uppercase;}
.hbspt-form select{color:#ccc;}
.hbspt-form select option{color:#000;}
.Contributors .filter-link-count{display:none;}
input[type="checkbox"]{box-shadow:none !important;}
.loan-page .below-text{margin-top:-25px;}
.hs-form.stacked .inputs-list > li label{font-family:museo_sans300;}
.hs_employment_type_.field.hs-form-field, .hs_property_status.field.hs-form-field{margin-bottom:7px !important;}
.hs-content-id-3964986549 .hs_employment_type_.field.hs-form-field, .hs-content-id-3964986549 .hs_property_status.field.hs-form-field{margin-bottom:10px !important;}
.inputs-list.multi-container{padding:0 !important;}
.nav-main ul li:nth-child(5) .Submenu_mew, .nav-main ul li:last-child .Submenu_mew{right:0;}
.hs-form-booleancheckbox-display span{font-size:12px;}
.mobile-form fieldset:nth-child(8), .mobile-form fieldset:nth-child(7){display:inline-block !important;margin:0 -2px;text-align:left;width:50%;}
.form-white-main fieldset input{width:100% !important;}
.hs-form fieldset.form-columns-1 input[type="checkbox"]{float:left;width:20px !important;}
.nav-main ul li .Submenu_mew, .nav-main ul li{transition-timing-function:ease;transition-delay:0s;transition-duration:.3s;transition-property:all;}
.footer-apply-now p{line-height:22px;font-family:"museo_sans300",arial;color:#666;padding:40px 0 0;}
/*.span6.widget-span.widget-type-cell{display:inline-block;float:none;vertical-align:bottom;}*/
.custom-contact-left .hs-form-field label span{display:inline-block;font-size:14px;}
.custom-contact-left .hs-form-field input, .custom-contact-left .hs-form-field select, .custom-contact-left .hs-form-field textarea, .apply-body .hs-form fieldset input, .apply-body .hs-form fieldset select, .apply-body .hs-form fieldset textarea{border:1px solid rgb(237, 237, 237);}
.custom-contact-left .hs_submit input{background:rgb(216, 4, 122);color:#fff;padding:5px 10px;border-radius:2px;border:none;cursor:pointer;}
.apply-body .hs-form.stacked fieldset > div > label{display:block;font-size:14px;margin-bottom:5px;}
.custom-contact-right a{color:rgb(216, 4, 122);}
.custom-contact-right .custom-contact-right-row1, .custom-contact-right .custom-contact-right-row2, .custom-contact-right-flexi{background:#f7f7f7;padding:20px;}
.custom-one-col-row1{padding-bottom:40px;padding-top:20px;}
.custom-one-col-row1 p, .custom-one-col-row1 h2{margin-bottom:10px;display:block;font-family:museo_sans300;}
.custom-one-col-row1 blockquote{background:rgb(216, 3, 122) none repeat scroll 0 0;color:rgb(255, 255, 255);padding:15px;margin-bottom:25px;}
.custom-one-col-row1 h3{color:rgb(216, 3, 122);font-family:museo_sans700;}
.custom-one-col-row1 blockquote li{font-size:16px;list-style:inside none square;line-height:22px;}
.custom-one-col-row1 blockquote a{color:#fff;font-size:16px;line-height:22px;}
.custom-contact-right h3{color:rgb(216, 4, 122);font-family:museo_sans700;margin-bottom:10px;}
.custom-contact-right ul{color:rgb(86, 86, 86);font-size:16px;line-height:22px;margin-bottom:12px;}
.custom-contact-right-row1 h6, .custom-contact-right-row1 h5{color:rgb(86, 86, 86);line-height:18px;margin-bottom:10px;}
.custom-one-col-row1 li{margin-bottom:3px;margin-top:3px;padding-left:0 !important;}
.custom-contact-right-flexi li{border-bottom:1px dashed rgba(0, 0, 0, 0.2);margin-bottom:5px;padding-bottom:5px;}
.apply-body .hs-form fieldset{max-width:inherit;}
.blog-listing-wrapper .post-listing .post-body{overflow:hidden;}
.main-content p{font-size:16px;padding:10px 0 12px;line-height:22px;}
.main-content p strong{font-family:"museo_sans700",arial;font-weight:normal;}
.main-content ul{font-size:16px;list-style-position:inside;list-style-type:disc;}
.main-content ul li{padding:5px 0 5px 20px;line-height:22px;}
.header-img{position:relative;}
.header-img h1{background:rgba(236, 46, 140, 0.8) none repeat scroll 0 0;color:#fff;display:inline-block;font-family:"museo_sans700";font-weight:600;margin:88px 0;padding:14px 20px;position:relative;top:0;z-index:9;}
.custom-franchise-right h2{font-size:25px;padding-bottom:10px;}
.custom-franchise-left input[type="text"], .custom-franchise-left select, .custom-franchise-left input[type="email"], .custom-franchise-left input[type="tel"], .custom-franchise-left textarea, .custom-contact-form .hs-form input, .custom-contact-form .hs-form textarea, .custom-contact-form .hs-form select{border:1px solid #ccc;width:100%;}
.custom-franchise-left textarea, .custom-contact-form .hs-form textarea{height:140px;}
.custom-franchise-left input[type="submit"], .custom-contact-form .hs-form input[type="submit"], .apply-form-main .hs-form.stacked .hs_submit input[type="submit"], .customer-contact-form .hbspt-form .hs-form.stacked .hs_submit input[type="submit"]{background:#f538a1;background:-moz-linear-gradient(top, #f538a1 0%, #d8037a 100%);background:-webkit-linear-gradient(top, #f538a1 0%, #d8037a 100%);background:linear-gradient(to bottom, #f538a1 0%, #d8037a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f538a1', endColorstr='#d8037a', GradientType=0);border-radius:2px;color:#fff;display:inline-block;font-family:"museo_sans700";font-size:14px;line-height:normal;padding:10px 22px;border:0px;text-transform:uppercase;vertical-align:middle;cursor:pointer;width:auto;border:0px;}
.custom-franchise-left input[type="submit"]:hover, .custom-contact-form .hs-form input[type="submit"]:hover, .apply-form-main .hs-form.stacked .hs_submit input[type="submit"]:hover, .customer-contact-form .hbspt-form .hs-form.stacked .hs_submit input[type="submit"]:hover{background:#d8037a;background:-moz-linear-gradient(top, #d8037a 0%, #f538a1 100%);background:-webkit-linear-gradient(top, #d8037a 0%, #f538a1 100%);background:linear-gradient(to bottom, #d8037a 0%, #f538a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8037a', endColorstr='#f538a1', GradientType=0);}
.customer-contact-form .hbspt-form .hs-form.stacked .hs_submit input[type="submit"]{box-shadow:none;text-decoration:none;text-shadow:inherit;}
.custom-franchise-left .hs-form label, .custom-contact-form .hs-form label{display:inline-block;font-size:14px;font-weight:500;padding-bottom:7px;width:100%;}
.custom-prodicon-wrapper .prodicon-link{background:#eee none repeat scroll 0 0;border-radius:6px;box-shadow:2px 3px 2px 0 #ccc;color:#000;display:inline-block;margin:0 8px 0 0;max-width:112px;padding:2px 0;text-align:center;width:100%;}
.custom-prodicon-wrapper{padding-bottom:30px;}
.main-content .custom-franchise-row3 ul li{line-height:22px;padding:5px 0;}
.main-content .custom-franchise-row3 ul{display:inline-block;list-style-position:outside;list-style-type:disc;padding-left:30px;vertical-align:top;width:49%;}
.main-content h2, .main-content h3{padding:10px 0 12px;}
.lastpara{font-size:16px;line-height:22px;padding:12px 0;}
.main-content .midpara, .main-content .boldpara{font-size:18px;padding:4px 0;}
.main-content .boldpara{padding-bottom:40px;}
.boldpara a{color:#d8047a;}
.breadcrum img{vertical-align:middle;padding-bottom:5px;}
.main-content .midpara{padding-top:15px;}
.header-img::after{background:rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/695602/1800Approved-Aug15-Images/grid.png?t=1509085383614") repeat scroll 0 0;bottom:0;content:"";left:0;position:absolute;right:0;top:0;}
.header-img{background-repeat:no-repeat;background-size:cover;position:relative;}
.header-img .widget-type-linked_image img{vertical-align:top;}
.about-banner .newcls{padding:80px 0 0;}
.newcls h2{font-weight:600;padding-bottom:20px;font-family:"museo_sans700", arial;}
.newcls h2 a{color:#f01790;}
.form-image.loan-image{text-align:left;}
.column-contact-form .hbspt-form .inputs-list.multi-container li{display:inline-block;margin-right:16px;width:auto;}
.form-heading h2{color:#ffffff;font-family:"museo_sans500", arial;font-size:22px;font-weight:normal;margin:0 0 20px;}
.inner-banner-form + .right-content h2{margin-bottom:15px;margin-top:15px;}
.inner-banner-form + .right-content li, .truck-loan-section li, .scholarship-text-page li{font-family:"museo_sans300";font-size:16px;line-height:22px;margin:10px 0;padding-left:22px;position:relative;list-style:none !important;display:block;}
.scholarship-text-page li:before{content:"\f111";font-family:FontAwesome;left:0;font-size:6px;position:absolute;}
.scholarship-text-page li{padding-left:12px;}
.inner-banner-form + .right-content li:before, .truck-loan-section li:before{content:"\f00c";font-family:FontAwesome;left:0;position:absolute;}
.newcls p{font-family:"museo_sans300", arial;font-size:16px;line-height:22px;padding:0 0 12px;}
.custom-about-page .span12.widget-span.widget-type-cell.awards-images.awards-sheilds{float:none;margin:0 auto;text-align:center;padding-top:40px;}
.custom-about-page .span12.widget-span.widget-type-cell.awards-images.awards-sheilds p{font-size:18px;font-weight:600;padding-bottom:14px;}
.custom-about-page .span12.widget-span.widget-type-cell.awards-images.awards-sheilds p img{margin:8px 0;padding:0;}
.main-content, .page-center{padding:40px 0;}
.faq .custom-right-sidebar-left-wrapper h1{font-size:28px;font-weight:600;padding:0 0 12px;}
.faq .custom-right-sidebar-left-wrapper h2{padding:10px 0;}
.loan-calculator-app{border:0 none !important;box-shadow:inherit !important;margin-top:40px !important;padding:0 !important;}
.loan-calculator-app .inputs{margin-right:60px;width:26% !important;background:#f4f4f4 none repeat scroll 0 0;}
.inputs .controls li label, .inputs .controls li h2{color:#d8047a;display:block;font-family:inherit;font-size:18px !important;padding:26px 20px 0;text-transform:uppercase;width:100%;}
.inputs .controls li.principal label, .loan-calculator-app .results .repayment h2, #gbstLoanFeatures .features h2{background:#d8047a none repeat scroll 0 0;color:#fff;display:block;font-size:18px !important;padding:14px 20px;text-transform:uppercase;width:100%;}
.loan-calculator-app .inputs .drop-shadow{background:#f4f4f4 none repeat scroll 0 0;border:0 none !important;border-radius:0 !important;box-shadow:inherit !important;margin:0 !important;padding:30px 20px !important;}
.loan-calculator-app .inputs ul li{border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;}
.loan-calculator-app .slider{background:#e1e1e1 none repeat scroll 0 0 !important;border-radius:5px;height:8px !important;max-width:175px;width:100% !important;}
.loan-calculator-app .progress{background-color:#737373 !important;background-image:none !important;border-radius:5px !important;height:8px !important;}
.loan-calculator-app .inputs .controls .balloon .hasBalloon .ui-button, .loan-calculator-app .inputs .balloon .oldCar .ui-state-default{background:#393939 none repeat scroll 0 0;border:0 none;border-radius:3px;color:#fff;font-size:14px !important;font-weight:bold;margin:0;padding:0 15px;text-shadow:inherit;width:auto !important;}
.loan-calculator-app .inputs .controls .balloon .hasBalloon .ui-state-active, .loan-calculator-app .inputs .balloon .oldCar .ui-state-active{background:#d8047a !important;}
.loan-calculator-app .inputs .balloon hr{margin:28px 0 18px !important;}
.balloonPercentage .control-container label{padding:0 0 8px !important;}
.loan-calculator-app .radio p{padding:0 0 8px;text-transform:uppercase;}
.loan-calculator-app .results .repayments .repayment .blue{background-color:#ececec !important;border:0 none !important;box-shadow:inherit;color:#fff !important;margin:0 !important;padding:25px 27px !important;}
.loan-calculator-app .results .repayments .repayment .blue .repaymentAmount, .loan-calculator-app .results .repayments .repayment .blue .repaymentAmount sup{color:#373737 !important;font-size:28px !important;font-weight:bold;line-height:inherit !important;top:0;}
.loan-calculator-app .results .repayments .repayment .frequency{margin-top:0 !important;}
.loan-calculator-app .results .repayments.front .repayment .frequency label{background:#fff none repeat scroll 0 0;border:0 none;border-radius:3px;box-shadow:0 0 2px 1px #e0e0e0;color:#3f3f3f;font-size:16px;font-weight:800;margin-left:20px;padding:2px 20px;width:auto !important;}
.loan-calculator-app .results .repayments .repayment .blue .frequency label.ui-state-active{background:#d8047a none repeat scroll 0 0 !important;border:0 none;box-shadow:none;color:#fff;}
.results .schedule{margin-top:50px;}
.loan-calculator-app .results .repayments .schedule h2{background:#393939 none repeat scroll 0 0;color:#fff;font-family:inherit;font-size:18px !important;font-weight:600 !important;margin:0 !important;padding:15px 14px;text-transform:uppercase;}
.loan-calculator-app .results .repayments .schedule .drop-shadow .amounts{background:#c9e08d none repeat scroll 0 0;padding:0 !important;}
.loan-calculator-app .results .repayments .schedule .drop-shadow .amounts li span{margin:0;}
.loan-calculator-app .results .repayments .schedule .drop-shadow .amounts li{font-size:18px;margin:0 -1px !important;padding:23px 25px;text-transform:uppercase;}
.loan-calculator-app .results .repayments .schedule .amounts li.left-border{border-left:1px solid #daefa2 !important;}
.loan-calculator-app .results .repayments .schedule .amounts li.right-border{border-right:1px solid #bad080 !important;}
.information label{display:inline-block;font-size:18px;font-weight:600;padding:20px 0 0;}
.applynow .flip_btn.btn-apply-now, #gbstLoanFeatures .features .drop-shadow .hs-button.primary.large{background:#d8047a none repeat scroll 0 0;border-radius:4px !important;box-shadow:inherit !important;font-size:16px !important;padding:10px 22px;}
.loan-calculator-app .results .repayments .repayment .hasBalloonWrapper hr{margin:20px 0 5px !important;padding:1px 0 0 !important;}
.loan-calculator-app .results .repayments .repayment .balloonPayment, .loan-calculator-app .results .repayments .repayment .balloonAmount{color:#373737;}
.cal-heading{color:#292929;font-size:19px;font-weight:600;}
#gbstLoanFeatures .features .drop-shadow fieldset a, .faq-left a, .hs_yes_i_accept a, .hs_yes_i_accept2 a{color:#d8047a;}
#gbstLoanFeatures .hs-error-msgs label{bottom:0;}
#gbstLoanFeatures.back.feature .drop-shadow .hbspt-form .hs-input[type="checkbox"]{margin-bottom:20px;}
.loan-calculator-app .results .repayments .repayment .blue .repaymentAmount{padding-top:7px;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{max-width:160px;}
.apply-form-main form.hs-form.stacked fieldset label{font-size:14px;font-weight:500;padding-bottom:7px;}
.apply-form-main form.hs-form.stacked fieldset .input input[type="text"], .apply-form-main form.hs-form.stacked fieldset .input input[type="email"], .apply-form-main form.hs-form.stacked fieldset .input input[type="tel"], .apply-form-main form.hs-form.stacked fieldset .input input[type="number"], .apply-form-main form.hs-form.stacked fieldset .input select{border:1px solid #ccc;width:100%;}
.apply-form-main form.hs-form.stacked fieldset .input{margin:0 !important;}
.apply-form-main form.hs-form.stacked fieldset > .field{margin-right:15px;width:49.3%;}
.apply-form-main form.hs-form.stacked fieldset > .field:last-child{margin-right:0;padding-right:0;}
.apply-form-main form.hs-form.stacked fieldset .field.hs_gender, .apply-form-main form.hs-form.stacked fieldset .field.hs_loan_purpose{margin:0;padding:0;width:100%;}
.apply-form-main form.hs-form.stacked fieldset > .field.hs_property_status, .apply-form-main form.hs-form.stacked fieldset > .field.hs_current_residency_length, .apply-form-main form.hs-form.stacked fieldset > .field.hs_current_weekly_payments, .apply-form-main form.hs-form.stacked fieldset > .field.hs_credit_status, .apply-form-main form.hs-form.stacked fieldset > .field.hs_marital_status, .apply-form-main form.hs-form.stacked fieldset > .field.hs_number_of_children{width:32.4%;}
.apply-form-main form.hs-form.stacked fieldset .input .inputs-list li a, .how-work-each p a{color:#ea3590;}
.apply-form-main .hs-form.stacked fieldset .field{margin-bottom:18px !important;}
.apply-form-main .hs-form.stacked fieldset .field.hs_yes_i_accept{margin-bottom:7px !important;}
.apply-disclaimer h2{font-size:14px;line-height:18px;}
.apply-disclaimer h2 strong{font-weight:600;}
.apply-form-main .hs-form.stacked.hs-custom-form{padding:40px 0 0;}
.apply-form-main .apply-disclaimer{padding-bottom:40px;}
.hs_submit .hs-button.primary.large{border-radius:0px !important;}
.loan-calculator-app .input input{max-width:inherit;}
.hs-content-id-4259413540 .banner-slider, .hs-content-id-4259413540 .banner-slider div, .hs-content-id-4132521501 .banner-slider div, .hs-content-id-4132521501 .banner-slider{height:auto;}
.hs-content-id-4259413540 .span6.widget-span.widget-type-cell, .hs-content-id-4132521501 .span6.widget-span.widget-type-cell{display:inline-block;text-align:center;}
.hs-content-id-4259413540 .how-much-heading, .hs-content-id-4132521501 .how-much-heading{display:inline-block;max-width:400px;text-align:center;width:100%;}
.hs-content-id-4259413540 .banner-form, .hs-content-id-4132521501 .banner-form, .ecars-apply .banner-form{left:56.5%;top:146px;}
.hs-content-id-4259413540 .how-much-outer, .hs-content-id-4132521501 .how-much-outer, .ecars-apply .how-much-outer{left:56.5%;width:485px;}
.hs-content-id-4259413540 .banner-btm-text p, .hs-content-id-4132521501 .banner-btm-text p, .ecars-apply .banner-btm-text p{display:block;text-align:left;}
.hs-content-id-4132521501 .form-white-main .hs-form-booleancheckbox-display input, .hs-content-id-4234814819 .form-white-main .hs-form-booleancheckbox-display input{display:none;}
.hs-content-id-4132521501 .form-white-main .hs-form-booleancheckbox-display .hs-form-required, .hs-content-id-4234814819 .form-white-main .hs-form-booleancheckbox-display .hs-form-required{display:none;}
.hs-content-id-4132521501 .form-white-main .hs_submit input[type="submit"], .hs-content-id-4234814819 .form-white-main .hs_submit input[type="submit"]{margin-bottom:15px;}
.hs-form-required{color:red;}
.disclaimer{clear:both;line-height:16px;display:block;font-size:12px;padding:0 15px 15px;}
.hs-form .hs-richtext, .banner-form .hs-richtext{margin-bottom:3px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;line-height:18px;font-size:14px;color:#414141;}
.disclaimer a{color:#d43a84;}
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y;}
.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}
.owl-carousel .owl-item{float:left;}
.owl-controls .owl-page, .owl-controls .owl-buttons div{cursor:pointer;}
.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
.grabbing{cursor:url(grabbing.png) 8 8, move;}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);}
.main-new-form{padding:50px 0;line-height:22px;}
.apply-forms form{background:#f5f5f5;background:-moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);background:-webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);background:linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);border-radius:6px;box-shadow:0 0 4px rgba(0, 1, 1, 0.19);margin:0 auto 20px !important;padding:30px;}
.apply-forms form.hs-form fieldset div > label, .apply-forms form.hs-form fieldset div label{display:block;text-align:left;width:100% !important;font-weight:normal;}
.apply-forms .hs-form fieldset.form-columns-2 .hs-form-field{margin-right:2%;width:49%;}
.apply-forms .hs-form fieldset.form-columns-2 .hs-form-field:last-child{margin-right:0;}
.apply-forms form input.large[type="submit"]{box-shadow:0 5px 0 0 rgb(178, 5, 105) !important;float:none;margin:10px auto 0;}
.main-new-form .apply-forms form input[type="submit"]:hover, .main-new-form .apply-forms form input[type="submit"]:active, .main-new-form .apply-forms form input[type="submit"]:focus{box-shadow:0 5px 0 0px rgb(217, 5, 124) !important;}
.apply-forms .hs-form fieldset.form-columns-3 .hs-form-field{margin-right:2%;width:32% !important;}
.apply-forms .hs-form fieldset.form-columns-3 .hs-form-field:last-child{margin-right:0;}
.main-new-form strong{color:#d8047a;}
.hs-content-id-5137086939 .header-img{-webkit-filter:grayscale(85%);filter:grayscale(85%);}
.hs-content-id-5137086939 .header-img h1{background:#222;}
.custom-blog-list-page .all-view-post > div > div > .span8 {
    max-width: 630px;
}
.custom-blog-list-page .all-view-post > div > div > .span4 {
    margin-left: 55px;
    width: 315px;
}
.custom-blog-list-page .container-fluid .row-fluid .page-center.content-wrapper {
    max-width: 1000px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.custom-blog-list-page .post-listing .hs-featured-image
{
    width:auto;
    max-height:100%;
}
.custom-blog-list-page  .all-post .custom-post-content h2 a {
    display: block;
}
.custom-blog-list-page   .all-post .custom-post-content > p {
    color: rgb(43, 43, 43);
    font-family: museo_sans300;
    font-size: 14px;
    line-height: 22px;
    padding-top: 5px;
}
.custom-blog-list-page  .all-post .custom-post-content {
    display: inline-block;
    float: right;
    padding: 15px 20px 15px 30px;
    vertical-align: top;
    width: 59%;
}
.custom-blog-list-page  .all-post .hs-featured-image-wrapper {
    display: inline-block;
    height: 100%;
    position: absolute;
    vertical-align: top;
    width: 40%;
    overflow:hidden;
}
.custom-blog-list-page  .hs-featured-image-link {
    border: 0 none;
    height: 100%;
    position: relative;
    transition: all 0.07s ease-in 0s;
}
.custom-blog-list-page  .all-post .post-body.clearfix{
    position:relative;
    overflow:hidden;
}
.custom-blog-list-page  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    height: 100%;
    max-width: inherit;
    width: auto;
}
.approve-sidebar.fixed {
    position: fixed;
    top: 0;
    width: 315px;
}
.related-section > h3 {
    color: rgb(216, 4, 122);
}
.hs-content-id-5412777377.custom-blog-list-page .all-post .hs-featured-image-wrapper a {
    bottom: 0;
    height: auto;
    margin: auto;
    max-height: 180px;
    position: absolute;
    top: 0;
}
.hs-content-id-5412777377 .related-content p
{
    font-size:14px;
}
.hs-content-id-5412777377 #hubspot-topic_data{
    padding:0!important;
}
.blog-sidebar .btn-pink
{
    width:auto !important;
}

.custom-blog-list-page .section.post-body p strong
{
    padding:0;
    display:inline;
}
.custom-blog-list-page.hs-blog-post .blog-section h3
{
    padding:0;
}
.custom-blog-list-page h1, .custom-blog-list-page h2, .custom-blog-list-page h3
{
    display:block;
}
.custom-blog-list-page li
{
    font-weight:normal !important;
}
.custom-blog-list-page  ul li {
    list-style: outside none disc;
     font-size:14px;
}
.custom-blog-list-page ol li {
    list-style: decimal;
    font-size:14px;
}
.approve-sidebar h2 {
    color: #ec2e8c;
}

/*4 dec*/

.reviews-slider .owl-prev, .reviews-slider .owl-next, .cars .nav-img, .bikes .nav-img, .caravan .nav-img, .marine .nav-img, .truck .nav-img, .equipment .nav-img, #owl-demo2 .owl-prev, #owl-demo2 .owl-next, .social .twitter, .social .google, .social .linkedin, .social .facebook, .social .youtube, .how-work-each span.circle.icon-1, .how-work-each span.circle.icon-2, .how-work-each span.circle.icon-3
{
     background-image: url("https://cdn2.hubspot.net/hubfs/695602/sprite.png");
     background-repeat: no-repeat;
}

.cars .nav-img
{
    
    background-position: -264px -10px;
     background-repeat: no-repeat;
    height: 42px;
    width: 48px;
}
.bikes .nav-img
{

    background-position: -168px -10px;
    height: 42px;
    width: 34px;
}
.caravan .nav-img
{

     background-position: -111px -10px;
    height: 42px;
    width: 36px;
}
.marine .nav-img
{
    background-position:-6px -10px;
    height: 42px;
    width: 34px;
}
.truck .nav-img
{
    background-position:-215px -10px;
    height: 42px;
    width: 34px;
}
.equipment .nav-img
{
    background-position: -53px -10px;
    height: 42px;
    width: 42px;
}
.social ul li a
{
    height:36px;
    width:36px;
}
.social ul li.twitter
{
    background-position:-6px -155px;
}
.social ul li.youtube
{
     background-position: -46px -155px;
}
.social ul li.facebook
{
    background-position:-86px -155px;
}
.social ul li.linkedin
{
    background-position:-126px -155px;
}
.social ul li.google
{
    background-position:-166px -155px;
}
.how-work-each span.circle.icon-1
{
    background-position:14px -65px;
}
.how-work-each span.circle.icon-2
{
    background-position:-49px -65px;
}
.how-work-each span.circle.icon-3
{
    background-position:-115px -66px;
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){@media{.hs-content-id-4259413540 .banner-slider .item img, .hs-content-id-4132521501 .banner-slider .item img{width:103%;}
}
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){@media{.hs-content-id-4259413540 .banner-slider .item img, .hs-content-id-4132521501 .banner-slider .item img{width:103%;}
}
}
@media screen and (-webkit-min-device-pixel-ratio:0){::i-block-chrome, .hs-content-id-4259413540 .banner-slider .item img{width:103%;}
::i-block-chrome, .hs-content-id-4132521501 .banner-slider .item img{width:103%;}
}
.mobile-form{display:none;}
.banner-form-inner .hs-form.stacked .hs-field-desc{text-align:left;}
.bx-banner > img{width:100%;}
.girl-dreams, .boy-dreams{left:1%;position:absolute;top:6%;width:310px;overflow:hidden;}
.boy-dreams{left:37%;}
.boy-dreams .bx-wrapper img{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH";}
.header-nav .responsive-menu{display:none;}
.hs-form-booleancheckbox-display{line-height:13px !important;margin-bottom:0 !important;}
.hs-content-id-4221200019 .desktop-form, .new-loan-temp .desktop-form{display:none;}
.hs-content-id-4221200019 .mobile-form, .new-loan-temp .form-white-main{display:block;}
.hs-content-id-4221200019 .form-image.loan-image, .hs-content-id-4221200019 .awards-images, .new-loan-temp .form-image.loan-image, .new-loan-temp .awards-images{display:none !important;}
.hs-content-id-4221200019 .banner-btm-text.loan-banner, .new-loan-temp .banner-btm-text.loan-banner{margin-bottom:0;max-height:50px;text-align:center;padding:15px 0;}
.hs-content-id-4221200019 .header-main.clearfix, .new-loan-temp .header-main.clearfix{position:absolute;top:0;z-index:9;}
.hs-content-id-4221200019 .nav-main, .new-loan-temp .nav-main{display:none;}
.hs-content-id-4221200019 .header, .new-loan-temp .header{min-height:inherit;}
.hs-content-id-4221200019 .loan-page.banner-main, .new-loan-temp .banner-main{background:rgba(0,0,0,0) url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/Pic3_web.jpg?t=1509085383614);background-repeat:no-repeat;background-size:100%;background-position:0 -80px;}
.hs-content-id-4221200019 .inner-banner-form, .hs-content-id-4221200019 .right-content, .new-loan-temp .inner-banner-form, .new-loan-temp .right-content{display:block !important;float:none !important;margin:0 auto !important;max-width:55%;width:100% !important;}
.hs-content-id-4221200019 .right-content, .new-loan-temp .right-content{max-width:100%;color:#000 !important}
.new-loan-temp .right-content p{margin-bottom:12px;}
.new-loan-temp .form-heading p{font-size:20px;margin-top:15px;}
.hs-content-id-4053137831 .form-heading{display:none;}
.hs-content-id-4221200019 .inner-banner-form .form-heading, .new-loan-temp .inner-banner-form .form-heading{display:block !important;}
.new-loan-temp .form-white-main{margin-top:50px;}
.new-loan-temp .form-heading{text-align:center;}
.hs-content-id-4221200019 .form-heading h1, .new-loan-temp .form-heading h1{font-weight:normal;padding:150px 0 0;text-align:center;color:rgb(240, 23, 144);text-shadow:0 0px 4px rgba(0, 0, 0, 0.25);font-family:"museo_sans700";}
.hs-content-id-4221200019 .hs-form fieldset.form-columns-2 .hs-form-field, .new-loan-temp .hs-form fieldset.form-columns-2 .hs-form-field{width:100%;}
.hs-content-id-4221200019 .hs-form fieldset.form-columns-2 .input, .new-loan-temp .hs-form fieldset.form-columns-2 .input{margin-right:0;}
.hs-content-id-4221200019 .hs-form.stacked .field, .new-loan-temp .hs-form.stacked .field{margin-bottom:18px !important;}
.hs-content-id-4221200019 .hs-form fieldset, .new-loan-temp .hs-form fieldset{max-width:inherit;}
.hs-content-id-4221200019 .form-white-main, .hs-content-id-4221200019 .mobile-form, .new-loan-temp .form-white-main, .hs-content-id-4221200019 .mobile-form{max-width:100%;}
.hs-content-id-4221200019 .header-nav, .new-loan-temp .header-nav, .new-loan-temp .breadcrum{display:none !important;}
.header-container > .row-depth-1.row-number-1 > div > .span12.widget-span.widget-type-global_group, .header-container > .row-depth-1.row-number-2 > div > .span12.widget-span.widget-type-global_group{min-height:inherit;}
.new-loan-temp .custom-bottom-pane{margin-left:0 !important;}
.hs-content-id-4053137831 .form-heading{display:none !important;}
.hs-content-id-4234814819 .banner-form{position:static;width:100%;margin-top:20px;}
.hs-content-id-4234814819 .banner-slider, .banner-slider div, .ecars-apply .banner-slider, .banner-slider div{height:100% !important}
.hs-content-id-4234814819 .how-much-outer{display:block;position:static;text-align:center;width:100% !important;}
.hs-content-id-4234814819 .outer-banner{height:auto !important;min-height:initial !important;padding-top:170px;}
.hs-content-id-4234814819 .girl-dreams, .hs-content-id-4234814819 .boy-dreams{top:3%;left:-2%;}
.hs-content-id-4234814819 .banner-form-inner{max-width:inherit;}
.hs-content-id-4234814819 .banner-slider{position:absolute;}
.hs-content-id-4234814819 .form-white-main, .hs-content-id-4234814819 .mobile-form{max-width:55%;}
.hs-content-id-4234814819 .banner-form-inner{text-align:center;}
.hs-content-id-4234814819 .how-work-bgimg{display:none !important;}
.hs-content-id-4234814819 .banner-btm-text{text-align:center;}
.hs-content-id-4234814819 .hs-form-field > legend, .hs-content-id-4234814819 .hs-form-field > label, .new-loan-temp .hs-form-field > label, .new-loan-temp .hs-form-field legend{display:none !important;}
.hs-content-id-4234814819 .hs_range.field.hs-form-field > label, .hs-content-id-4234814819 .hs_loan_purpose > label, .hs-content-id-4234814819 .hs_employment_type_ > label, .hs-content-id-4234814819 .hs_credit_status > label{display:block !important;font-family:"museo_sans500";}
.new-loan-temp .hs_property_status.hs-form-field > label, .new-loan-temp .hs_range.field.hs-form-field > label, .new-loan-temp .hs_loan_purpose > label, .new-loan-temp .hs_employment_type_ > label, .new-loan-temp .hs_credit_status > label, .new-loan-temp .hs_best_time_to_call > label, .new-loan-temp .hs_income_bracket > label{display:block !important;font-family:"museo_sans500";}
.new-loan-temp .inner-banner-form form fieldset > div> label{width:100% !important;}
.hs-content-id-4234814819 .how-work-each{width:30.6% !important;}
.hs-content-id-4234814819 .how-work-each h5{margin:26% auto 30%;}
.hs-content-id-4234814819 .boy-dreams{left:30%;}
.hs_submit input[type="submit"], .quote-form form input[type="submit"], .apply-forms form input[type="submit"], .hs_submit input[type="button"]{border:medium none !important;cursor:pointer;box-shadow:none !important;float:right;color:#fff !important;font-size:18px !important;font-weight:normal !important;margin-bottom:30px;margin-top:10px;padding:15px 30px;font-family:"museo_sans500", arial;text-shadow:none !important;background:#f537a1;background:-moz-linear-gradient(top, #f537a1 0%, #d9057c 100%) !important;background:-webkit-linear-gradient(top, #f537a1 0%, #d9057c 100%) !important;background:linear-gradient(to bottom, #f537a1 0%, #d9057c 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f537a1', endColorstr='#d9057c', GradientType=0) !important;}
.hs_submit input[type="submit"]:hover, .quote-form form input[type="submit"]:hover, .quote-form form input[type="submit"]:focus, .quote-form form input[type="submit"]:active, .apply-forms form input[type="submit"]:hover, .apply-forms form input[type="submit"]:active, .apply-forms form input[type="submit"]:focus{background:#d9057c;background:-moz-linear-gradient(top, #d9057c 0%, #f537a1 100%) !important;background:-webkit-linear-gradient(top, #d9057c 0%, #f537a1 100%) !important;background:linear-gradient(to bottom, #d9057c 0%, #f537a1 100% !important);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9057c', endColorstr='#f537a1', GradientType=0) !important;}
/**/.hs_take_home_pay.field.hs-form-field, .hs_frequency_options.field.hs-form-field{display:none;}
.hs-form fieldset.form-columns-3.item5 .hs-form-field{width:50% !important;}
.hs-form fieldset.form-columns-3 .hs_state_dropdown.field.hs-form-field{margin-right:7px;width:15.3%;}
.submitted-message{padding:40px 0;}
.career-new-main{padding-bottom:86px;}
.career-left h1, .career-right h1{background:#d8047a none repeat scroll 0 0;color:#fff;display:block;font-family:"museo_sans900";font-size:22px;line-height:20px;padding:14px 0 13px;text-align:center;text-transform:uppercase;}
.career-content.career-left, .career-left{margin-bottom:15px;}
.career-new-main .career-right{margin-left:3.346%;width:28.354%;}
.career-new-main .career-left{width:68.3%;}
.top-career img{margin:0 auto 43px;}
.top-career h2, .career-left h2, .career-with-us h2{color:#454545;display:block;font-family:"museo_sans900";font-size:22px;line-height:20px;margin:14px 0 21px;text-transform:uppercase;}
.career-left h2 a{color:#454545;}
.career-text h2{margin-bottom:12px;}
.career-main{position:relative;}
.career-main:hover h2, .career-main:hover h2 a{color:#d8047a;}
.career-image::before{background:rgba(0, 0, 0, 0.80);position:absolute;left:0;height:100%;top:0;bottom:0;content:"";width:0;transition:all 0.3s ease-in;-moz-transition:all 0.3s ease-in;-webkit-transition:all 0.3s ease-in;-o-transition:all 0.3s ease-in;-ms-transition:all 0.3s ease-in;}
.career-image::after{background:url("https://cdn2.hubspot.net/hubfs/695602/hover-search.png?t=1509085383614");background-repeat:no-repeat;position:absolute;left:0;right:0;height:26px;top:0;bottom:0;content:"";width:0;margin:auto;transition:all 0.3s ease-in;-moz-transition:all 0.3s ease-in;-webkit-transition:all 0.3s ease-in;-o-transition:all 0.3s ease-in;-ms-transition:all 0.3s ease-in;}
.career-main:hover .career-image::after{width:26px;}
.overlay-anchore{bottom:0;cursor:pointer;height:100%;left:0;position:absolute;right:0;top:0;width:100%;}
.career-main:hover .career-image::before{right:0;width:100%;}
.career-image{position:relative;}
.top-career h2{color:#d8047a;}
.career-content.career-left p{color:#828282;font-size:14px;line-height:23px;}
.career-content.career-left .top-career p{margin-bottom:50px;}
.career-image img{height:auto;}
.career-left h3{color:#a6cf37;font-family:"museo_sans700";font-size:15px;line-height:24px;margin:0 auto 3px;}
.career-left p strong{color:#2f2f2f;display:inline-block;font-family:"museo_sans500";font-style:normal;width:auto;}
.career-left p strong a, .career-content.career-left p strong a{color:#d8047a;font-style:normal;}
.one-second{display:inline-block;margin-bottom:54px;margin-right:3%;text-align:center;vertical-align:top;width:48%;}
.one-second:nth-child(2n){margin-right:0;}
.career-text{display:block;padding:10px 0 0;}
.career-with-us{background:#f3f3f3 none repeat scroll 0 0;padding:40px 50px;}
.career-with-us h2{color:#a6cf37;margin-top:2px;margin-bottom:23px;}
.career-with-us p{color:#6f6f6f;font-size:16px;line-height:22px;margin:0 auto 12px;}
.career-with-us strong{color:#606060;font-size:15px;line-height:normal;font-family:"museo_sans500";}
.career-with-us strong span{color:#a6cf37;}
.career-with-us strong span a{color:#d8047a;}
.career-right h1{background:#a6cf37;}
.career-right .hs-form.stacked .field{margin-bottom:17px !important;}
.career-right form label, .body-container .career-right form label{color:#202020;display:block;font-family:museo_sans500;font-size:13px;line-height:20px;text-transform:uppercase;margin-bottom:2px;}
.career-right-form form .hs-error-msgs.inputs-list label{bottom:auto;color:red !important;position:relative;text-transform:none;}
.career-right form label span, .body-container .career-right form label span{color:#aaa;display:inline-block;font-family:museo_sans500;font-size:12px;}
.career-right .career-right-form{background:#f4f4f4 none repeat scroll 0 0;border:1px solid #e2e2e2;margin:0 auto 55px;padding:21px 20px;}
.career-right h3{margin:0;}
.career-right input, .career-right select{border:1px solid #cdcdcd;border-radius:3px;box-shadow:0 2px 0 0 #d0d0d0;color:#2c2b2b;font-family:"museo_sans300";font-size:13px;height:auto;line-height:20px;padding:9px !important;}
.career-right input[type="checkbox"], .career-right input[type="radio"]{display:inline-block;margin-right:8px;width:auto;}
.career-right input[type="file"]{background:#fff none repeat scroll 0 0;display:block;height:auto;margin-top:7px;width:100%;}
.body-container .career-right form legend{color:#d8047a;font-family:museo_sans500;font-size:13px;}
.career-right input[type="submit"], .body-container .career-right input.hs-button.primary[type="submit"], .hs-content-id-4679190532 .career-form input[type="submit"]{background:#abd935 !important;background:-moz-linear-gradient(top, #abd935 0%, #99c81f 100%) !important;background:-webkit-linear-gradient(top, #abd935 0%, #99c81f 100%) !important;background:linear-gradient(to bottom, #abd935 0%, #99c81f 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#abd935', endColorstr='#99c81f', GradientType=0) !important;border:0 none;border-radius:4px !important;color:#fff;display:block !important;float:none;font-family:"museo_sans500";font-size:21px !important;height:auto;line-height:20px !important;margin:0 auto;max-width:100% !important;min-width:inherit;padding:12px 10px 11px !important;text-align:center;text-transform:uppercase;width:100%;}
.hs-content-id-4679190532 .career-form input[type="submit"]{border:none !important;}
.career-right input[type="submit"]:hover, .body-container .career-right input.hs-button.primary[type="submit"]:hover, .hs-content-id-4679190532 .career-form input[type="submit"]:hover{background:#99c81f !important;background:-moz-linear-gradient(top, #99c81f 0%, #abd935 100%) !important;background:-webkit-linear-gradient(top, #99c81f 0%, #abd935 100%) !important;background:linear-gradient(to bottom, #99c81f 0%, #abd935 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99c81f', endColorstr='#abd935', GradientType=0) !important;}
.career-right iframe{max-width:100%;position:relative;}
.career-iframe{margin:0 auto 55px;position:relative;}
#demo-career .review-right{float:right;width:97%;background-size:96%;}
#demo-career .owl-controls.clickable{margin-top:22px;margin-bottom:22px;text-align:center;}
#demo-career .owl-prev, #demo-career .owl-next{border:1px solid #a6cf37;border-radius:50%;color:transparent;display:inline-block;font-family:"fontawesome";height:21px;margin-right:12px;text-align:center;position:relative;vertical-align:top;width:21px;}
#demo-career .owl-prev:hover, #demo-career .owl-next:hover{border:1px solid #d8047a;}
#demo-career .owl-next::after, #demo-career .owl-prev::before{color:#a6cf37;font-size:20px;left:0;line-height:18px;margin:auto;position:absolute;right:0;top:0;}
#demo-career .owl-next:hover::after, #demo-career .owl-prev:hover::before{color:#d8047a;}
#demo-career .owl-prev::before{content:"\f104";left:-1px;}
#demo-career .owl-next::after{content:"\f105";right:-1px;}
.career-right h2{color:#a6cf37;font-family:museo_sans900;font-size:22px;line-height:normal;margin:0 auto 20px;text-align:center;}
.hs-content-id-4679190532 .career-form{background:#f4f4f4;padding:0 !important;}
.hs-content-id-4679190532 .career-form h3, .form-scholar h2{background:#a6cf37 none repeat scroll 0 0;color:#ffffff;display:block;font-family:"museo_sans900";line-height:20px;padding:14px 0 13px;text-align:center;text-transform:uppercase;}
.hs-content-id-4679190532 .career-form h3 + div{padding:0 20px 20px 20px;}
.hs-content-id-4679190532 .form-wrap{max-width:inherit !important;}
.hs-content-id-4679190532 .career-form form label{color:#202020;display:block;font-family:museo_sans500;font-size:13px;line-height:20px;margin-bottom:2px;text-transform:uppercase;}
.hs-content-id-4679190532 .career-form form label span{color:#aaa;display:inline-block;font-family:museo_sans500;font-size:12px;}
.hs-content-id-4679190532 .career-form input, .hs-content-id-4679190532 .career-form select{border:1px solid #cdcdcd;border-radius:3px;box-shadow:0 2px 0 0 #d0d0d0;color:#2c2b2b;font-family:"museo_sans300";font-size:13px;height:auto;line-height:20px;padding:9px !important;}
.career-form input[type="file"]{background:#ffffff none repeat scroll 0 0;display:block;height:auto;margin-top:7px;width:100%;}
.form-open{overflow:hidden;}
.loan-form-calc{position:fixed;top:0;bottom:0;z-index:99;}
.popup-one{bottom:0;height:500px;left:5%;position:absolute !important;right:5%;top:0 !important;width:90%;}
.calcFrm{clear:both;height:435px;margin:0 0 0 20px;overflow-y:scroll;padding:20px 20px 20px 0;}
.hs-content-id-4044173092 #flcDiv, .hs-content-id-4044173092 .flcButBottomRight, .hs-content-id-4944012689 #flcDiv, .hs-content-id-4944012689 .flcButBottomRight{display:none !important;}
.three-blogs .single-post h2{display:block;font-family:"museo_sans700";font-size:15px;line-height:20px;margin-bottom:10px;margin-top:12px;}
.three-blogs .single-post a{background:#f4309d;background:-moz-linear-gradient(top, #f4309d 0%, #d8037a 100%);background:-webkit-linear-gradient(top, #f4309d 0%, #d8037a 100%);background:linear-gradient(to bottom, #f4309d 0%, #d8037a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4309d', endColorstr='#d8037a', GradientType=0);border-radius:5px;color:#fff;display:inline-block;font-size:13px;font-family:"museo_sans300";line-height:normal;padding:8px 15px;text-align:center;}
.three-blogs .single-post a:hover{background:#d8037a;background:-moz-linear-gradient(top, #d8037a 0%, #f4309d 100%);background:-webkit-linear-gradient(top, #d8037a 0%, #f4309d 100%);background:linear-gradient(to bottom, #d8037a 0%, #f4309d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8037a', endColorstr='#f4309d', GradientType=0);}
.three-blogs .single-post .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image img{height:auto !important;width:100% !important;}
.three-blogs .single-post .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image{display:block;max-height:250px;overflow:hidden;border:1px solid #ededed;}
.three-blogs{padding-bottom:70px;}
.thankyou-message h2{display:block;margin:20px 0 50px;text-align:center;}
.hs-content-id-4056709576 .hs-form.stacked fieldset > div > label, .hs-content-id-4409393843 .hs-form.stacked .hs-dependent-field label span{display:inline-block;color:#aaa;font-weight:normal;margin:0 0 5px 0;font-size:11px;font-family:"Helvetica Neue", Helvetica, Arial;}
.approved-getta-logo, .go-getta{width:auto !important;display:inline-block !important;vertical-align:bottom;float:none !important;}
.hs-content-id-4747095525 .header-phone{margin-top:85px !important;}
.go-getta{max-width:180px;}
.tilly-cappetta-new .hs-form .input{margin-left:0 !important;}
.tilly-cappetta-new .hs-form label{text-align:left;width:100%;}
.tilly-cappetta-new .hs-form .hs-richtext > p{font-size:12px !important;text-align:left;}
.tilly-cappetta-new .right-content{padding-top:40px;}
.tilly-cappetta-new .right-content p{margin-top:10px;}
.tilly-cappetta-new .right-content p a{color:#99c81f;}
.tilly-cappetta-new .hs-form .hs-richtext > p a{color:#d43a84;}
.tilly-cappetta-new .hs-error-msgs label{text-align:left !important;}
.right-content h4{font-family:"museo_sans700", arial;}
.career-form form label, .career-right-form form label{text-align:left;width:100% !important;}
.options-section h4 a{color:#000;transition:all ease 1s;}
.options-section h4:hover a{color:#d43a84;}
.loan-features h3{display:block;margin:10px 0;}
.apply-form-main input, .apply-form-main select, .main-content input, .main-content select{border:1px solid #dadada;box-shadow:none;padding:8px 0;text-indent:8px;width:100%;}
.feedback-form .hs-form .hs-input, .hs-form textarea.hs-input{height:30px !important;line-height:inherit;max-width:inherit;width:100%;}
.insurance-video video, .consumer-video video{display:block;margin:20px auto;}
.video-watch{display:block;text-align:left;margin-top:15px;}
.video-watch a{border-radius:2px;color:#fff;display:inline-block;font-size:14px;text-align:center;max-width:170px;}
.video-consumer{padding-top:80px;padding-bottom:50px;}
.insurance_options{margin-top:80px;}
.insurance_type p{font-size:13px;line-height:20px;margin-bottom:10px;}
.insurance_type ul{margin-bottom:10px;}
.insurance_type li{font-size:13px;line-height:19px;list-style:inside none disc;text-align:justify;}
.insurance_type h3{margin-bottom:10px;}
.insurance_type{margin-top:15px;margin-bottom:15px;box-shadow:0 1px 5px 1px rgba(0, 0, 0, 0.1);margin-bottom:15px;margin-top:15px;min-height:207px !important;padding:20px;}
.insurance_type a.cta_button{background:#d43a84 none repeat scroll 0 0;color:#fff;display:inline-block;font-size:14px;font-family:"museo_sans300";padding:9px 15px;transition:all ease 1s;}
.insurance_type a.cta_button:hover{background:#000;}
.insurance_type h3 a{color:#000;transition:all ease 1s;}
.insurance_type h3:hover a{color:#d43a84;}
.loan-left .hs_cos_wrapper_type_rich_text > a:hover{background:#000;}
.three-options-section h3{min-height:35px;}
.privacy-text ul{padding-left:15px;}
.privacy-text ul li{line-height:22px;list-style:outside none disc;margin:5px 0;padding:0 !important;}
.privacy-text h4{display:block;margin-bottom:10px;margin-top:10px;}
.apply-form-main{padding:50px 0 20px;}
.hs-content-id-4228427245 .custom-franchise-row2, .vehicles{text-align:center !important;}
.custom-franchise-row3 ul{padding-left:15px !important;}
.hs-content-id-3268824719 .hs-custom-form > div .input{margin-right:8px;}
.hs-content-id-3268824719 .hs-custom-form > div{float:left;width:50%;}
.hs-content-id-3268824719 .hs_employment_type_.field.hs-form-field, .hs-content-id-3268824719 .hs_property_status.field.hs-form-field{margin-bottom:18px !important;}
.hs-content-id-3268824719 .finance form{margin-right:-8px;}
.hs-content-id-3268824719 .hs_no_driver_licence.field.hs-form-field{width:100%;}
.hs-content-id-3268824719 .hs_no_driver_licence.field.hs-form-field input{display:inline-block;margin:0 !important;vertical-align:middle;width:20px !important;}
.hs-content-id-3268824719 .form-white-main form select, .hs-content-id-3268824719 .mobile-form form select, .hs-content-id-3268824719 .apply-forms form select{padding:10px 0 9px;}
#calculator select, .popup-two select{-moz-appearance:meterchunk !important;}
.popup-one, .popup-two{margin:auto;}
@media screen and (-webkit-min-device-pixel-ratio:0){.hs-content-id-3268824719 .form-white-main form select, .hs-content-id-3268824719 .mobile-form form select, .hs-content-id-3268824719 .apply-forms form select{padding:10px 0 11px;}}
.hs-content-id-3268824719 .form-white-main form .hs_submit{width:100% !important;}
#overlay video::-internal-media-controls-download-button{display:none;}
#overlay video::-webkit-media-controls-enclosure{overflow:hidden;}
#overlay video::-webkit-media-controls-panel{width:calc(100% + 30px);}
#overlay .close{background:#d9057c none repeat scroll 0 0;border-radius:50%;color:#fff;font-family:arial;font-size:12px;height:25px;line-height:25px;position:absolute;right:-12px;top:-14px;width:25px;}
#overlay > .iframe-block{background:rgba(0,0,0,0.7);bottom:0;height:100%;left:0;position:fixed;right:0;text-align:center;top:0;z-index:9;}
.iframe-Inner{max-width:750px;margin:100px auto 0;position:relative;}
.model-open{overflow:hidden;}
.model-open .video-watch a{visibility:hidden;}
.calculator-section, .boat-finance, .popular-brands, .truck-loan-section, .low-doc-truck, .popular-jet-brands{background:rgba(247, 247, 247, 1) none repeat scroll 0 0;padding:50px 0;}
.boat-loans-approve, .bad-credit-text, .jet-interest{padding:50px 0;text-align:center;}
.caravans-type, .Truck-finance-options{padding:50px 0;}
.caravans-finance-taxt h3{margin-bottom:8px;margin-top:20px;}
.boat-loans-approve p, .bad-credit-text p{max-width:750px;margin:0 auto;font-family:"museo_sans300" !important;}
.calculator-section p, .boat-loans-approve p, .boat-finance p, .boat-brands p, .caravans-type p, .truck-loan-section p, .jet-interest p{font-family:"museo_sans300" !important;}
.boat-finance p, .boat-brands p, .truck-loan-section p, .Truck-finance-options p, .low-doc-truck p{margin-bottom:12px;font-family:"museo_sans300" !important;}
.boat-finance p strong{font-family:"museo_sans700" !important;}
.calculator-section img, .Truck-finance-options img{display:block;margin:0 auto 20px;}
.calculator-section h2, .boat-loans-approve h2, .boat-finance h2, .bad-credit-text h2, .popular-brands h2, .caravans-type h2, .Truck-finance-options h2, .low-doc-truck h2, .caravans-type h3, .popular-jet-brands h2, .popular-jet-brands h3, .jet-interest h2{margin:0 0 12px;}
.popular-jet-brands h2{text-align:center;}
.boat-loans-approve a, .bad-credit-text a, .low-doc-truck a, .boat-finance a, .jet-interest a{border:medium none !important;cursor:pointer;box-shadow:none !important;color:#fff !important;font-size:18px !important;font-weight:normal !important;;margin-top:15px;padding:15px 30px;display:inline-block;font-family:"museo_sans500", arial;text-shadow:none !important;background:#f537a1;background:-moz-linear-gradient(top, #f537a1 0%, #d9057c 100%) !important;background:-webkit-linear-gradient(top, #f537a1 0%, #d9057c 100%) !important;background:linear-gradient(to bottom, #f537a1 0%, #d9057c 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f537a1', endColorstr='#d9057c', GradientType=0) !important;}
.boat-loans-approve a:hover, .bad-credit-text a:hover, .low-doc-truck a:hover, .boat-finance a:hover, .jet-interest a:hover{background:#d9057c;background:-moz-linear-gradient(top, #d9057c 0%, #f537a1 100%) !important;background:-webkit-linear-gradient(top, #d9057c 0%, #f537a1 100%) !important;background:linear-gradient(to bottom, #d9057c 0%, #f537a1 100% !important);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9057c', endColorstr='#f537a1', GradientType=0) !important;}
.With-no-bg, .with-no-bg{background:transparent !important;}
.with-light-bg{background:rgba(247, 247, 247, 1)}
.review-left span i{color:#8dc63f;}
.canvas-type-options > div > span > div .desc-img{float:left;margin-right:2%;margin-left:0;}
.canvas-type-options > div > span > div:nth-child(2n) .desc-img{float:right;margin-left:2%;margin-right:0;}
.canvas-type-options > div > span > div{clear:both;padding-top:15px;}
.desc-text{display:inline-block;margin-left:0;margin-top:40px;width:65%;}
.Truck-finance-options .span6{margin-top:20px;margin-bottom:20px;}
.jet-sky-brands-outer > div > span > div{float:left;margin-bottom:20px;margin-top:20px;width:50%;}
.scholarship-text-page h1{margin-bottom:15px;}
.scholarship-text-page h3{margin-bottom:10px;}
.career-form .hs-button.primary.large{background:#abd935 !important;background:-moz-linear-gradient(top, #abd935 0%, #99c81f 100%) !important;background:-webkit-linear-gradient(top, #abd935 0%, #99c81f 100%) !important;background:linear-gradient(to bottom, #abd935 0%, #99c81f 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#abd935', endColorstr='#99c81f', GradientType=0) !important;border:1px solid #7aa50e !important;border-radius:3px !important;float:none;font-family:museo_sans700;font-size:16px !important;margin-bottom:0;padding:14px 40px;text-shadow:1px 2px rgba(0, 0, 0, 0.1) !important;text-transform:uppercase;transition:all 1s ease 0s;width:auto;}
.brand-loan-image{margin:10px 0 20px;}
.hs-content-id-4992931601 .hs-error-msgs label{color:red !important;}
.vehicle-finance-section{padding:25px 0px;}
.left-loans{}
.vehicle-title h1{margin:10px 0 20px;}
.vehicle-finance-section .span6.widget-span, .vehicle-finance-section .span4.widget-span{box-shadow:0 1px 5px 1px rgba(0, 0, 0, 0.1);margin-bottom:15px;margin-top:15px;padding:20px;}
.vehicle-finance-section h3{margin:0 0 10px 0px;}
.vehicle-finance-section h3 a{color:#000;}
.vehicle-finance-section h3 a:hover{color:#d9057c;}
.vehicle-finance-section .span4.widget-span.home-desktop{margin-top:35px;box-shadow:none;padding:0px;text-align:center;}
/*.hs-content-id-4234814819 .vehicle-finance-section{display:none;}*/
.all-view-post .blog-side-posts{padding-top:25px;}
.blog-side-posts .block li{display:block;margin-right:0px;position:relative;padding-left:25px;}
.blog-side-posts .block li:before{content:"";font-family:FontAwesome;left:0;top:7px;position:absolute;}
.blog-side-posts .block a{padding:5px 0px;color:#000;display:block;background:none;box-shadow:inherit;line-height:normal;font-family:museo_sans500;}
.blog-side-posts .block a:hover{color:#d80479;}
.blog-sidebar .blog-side-posts h3{text-align:left;margin-bottom:40px;}
.blog-pagination{padding:0 0 20px;}
.blog-pagination a{font-size:16px;padding:5px 10px;}
.hs-content-id-5103027263.new-loan-temp .hs-form.stacked fieldset label,
.hs-content-id-5103027263.new-loan-temp .hs-form-field > legend, .hs-content-id-5103027263.new-loan-temp .hs-form-field > label{display:block !important;font-size:11px;}
.hs-content-id-5103027263.new-loan-temp .footer-apply-now .btn.pop-up-btn{display:none !important;}
.car-adwords .header-nav .responsive-menu{display:none;}
.car-adwords .footer-menu #responsive-tab > a{font-size:0px;}
.car-adwords .footer-mid-each h4{margin-top:25px;}
.hs-content-id-5121565278 .flcButBottomRight, .hs-content-id-5121567124 .flcButBottomRight{display:none;}
.btn.pop-up-btn{background:#8dc63f none repeat scroll 0 0;border-radius:5px 5px 0 0;bottom:-1px;color:#ffffff;font-size:14px;left:120px;margin:0 auto;position:fixed;z-index:9999;}
.btn.pop-up-btn a{color:#fff;text-decoration:none;padding:10px 20px;display:block;}
.btn.pop-up-btn:hover{background:#000;}
.loan-calculator-outer{position:fixed;width:100%;height:100%;padding:0;margin:0;background:rgba(0,0,0,0.5);top:0;left:0;right:0;bottom:0;z-index:99999;}
.loan-calculator-outer .loan-calculator-app{margin:20px auto 20px !important;max-width:1200px;position:relative;border-radious:10px;background:#fff;padding:15px !important;height:auto !important;overflow:auto;}
body.form-open{overflow:hidden;}
body.form-open .loan-calculator-outer{overflow-x:hidden;overflow-y:auto;}
.close{height:25px;width:25px;background:#000;border-radius:100%;text-align:center;position:absolute;right:5px;top:5px;z-index:99;}
.close a{color:#fff;text-decoration:none;line-height:24px;display:block}
.loan-calculator-app .results{width:72% !important;float:right;}
.loan-calculator-app .inputs{margin-right:0;}
.drop-shadow.form-white-main{max-width:inherit;}
.loan-calculator-app .features form fieldset{max-width:inherit;margin:0 auto !important;}
.loan-calculator-app .features .gapFix{height:14px !important;}
.loan-calculator-app , .results.flip .flip_trigger.backward{height:14px !important;}
.loan-calculator-app .features form fieldset.form-columns-2 .hs-form-field{float:left;width:50% !important;}
.loan-calculator-app .features form.hs-form.stacked .field,
.loan-calculator-app .features form.hs-form.stacked .field{margin-bottom:10px !important;}
.loan-calculator-app .features form.hs-form.stacked fieldset.form-columns-2 .input{margin-right:8px;}
.loan-calculator-app .features form.hs-form.stacked .field div.input{margin-left:0;}
.loan-calculator-app.page-calc{overflow:inherit;}
.loan-calculator-app .features form.hs-form.stacked fieldset .hs_loan_purpose_radio label{display:block !important;}
.loan-calculator-app .features form.hs-form.stacked fieldset .hs-error-msgs label{display:block !important;}
.loan-calculator-app .features form.hs-form.stacked fieldset .hs-error-msgs label{display:block !important;}
.loan-calculator-app .hs-form.stacked fieldset > div.hs_firstname > label,
.loan-calculator-app .hs-form.stacked fieldset > div.hs_lastname > label,
.loan-calculator-app .hs-form.stacked fieldset > div.hs_email > label,
.loan-calculator-app .hs-form.stacked fieldset > div.hs_phone > label,
.loan-calculator-app .hs-form.stacked fieldset > div.hs_zip > label{display:none !important;}
.loan-calculator-app .hs-form.stacked fieldset > div > label,
.loan-calculator-app .hs-form.stacked .hs-dependent-field label span{color:#414141;font-weight:bold;font-size:13px;}
.loan-calculator-app label {position:relative; top:initial; bottom:initial; left:initial; right:initial; height:initial; font-size:initial; line-height:initial; color:initial; font-weight:initial; text-transform:initial;}

.pensioner .banner-form{display:inline-block;margin:50px 0 50px 90px;position:static;}
.header-section{background:#011526 none repeat scroll 0 0;color:#fff;padding:25px 0;}
.apply-nowsec{background:#fda618 none repeat scroll 0 0;padding:30px 0;}
.apply-cta a{color:#fff;font-family:"museo_sans700",arial;font-size:30px;font-style:italic;font-weight:bold;}
.pension-sit{padding:60px 0;}
.pensioner h2{color:#444444;margin-bottom:25px;text-align:center;}
.pensioner h3{color:#444444;margin-bottom:20px;}
.pensions-sec li{background-image:url("https://cdn2.hubspot.net/hubfs/695602/images/pensioner-right.png?t=1509085383614");background-repeat:no-repeat;background-position:0 4px;margin:10px 0;padding-bottom:5px;padding-left:35px;padding-top:5px;line-height:24px;}
.situations-sec li{background-image:url("https://cdn2.hubspot.net/hubfs/695602/images/pensioner-wrong.png?t=1509085383614");background-repeat:no-repeat;background-position:0 4px;margin:10px 0;padding-bottom:5px;padding-left:35px;padding-top:5px;line-height:24px;}
.pension-sit .span6.widget-span{float:left;}
.about-us-section{background:#f5f3f4 none repeat scroll 0 0;padding:70px;text-align:center;}
.about-us-content p{margin:10px 0;}
.circum-section{padding:60px 0;background:#008b8b;background:-moz-linear-gradient(left, #008b8b 0%, #2aac6e 100%);background:-webkit-linear-gradient(left, #008b8b 0%,#2aac6e 100%);background:linear-gradient(to right, #008b8b 0%,#2aac6e 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008b8b', endColorstr='#2aac6e',GradientType=1);}
.cicum-content p{color:#fff;}
.apply-now-circumstances a{border:1px solid #fff;border-radius:10px;color:#fff;padding:15px 50px;}
.apply-now-circumstances a:hover{background:#fff;color:#008b8b;}
.cicum-content p{color:#fff;font-size:20px;margin-top:-10px;text-align:center;}
.footer-menu-pension li{display:inline-block;float:none;margin-left:6px;margin-right:6px;position:relative;}
.footer-menu-pension li a{color:#fff;font-size:13px;}
.footer-menu-pension li::after{background:#fff none repeat scroll 0 0;border-radius:50%;bottom:0;content:" ";height:3px;left:-5px;margin:auto;position:absolute;top:0;width:3px;}
.pensioners-footer-section{padding:40px 0 10px;text-align:center;}
.footer-content p{color:#fff;font-size:11px;margin:15px 0;}
.pensioner .footer-container-wrapper{background-image:url("https://cdn2.hubspot.net/hubfs/695602/IMG_28072017_172423_0.png?t=1509085383614");background-repeat:no-repeat;background-size:cover;}
.left-image-banner{margin-bottom:90px;}



.new-loan-temp-page  .banner-form
{
    position:static;
}
.new-loan-temp-page .loan-banner-head-h1 h1
{
    text-align:center;
    margin-bottom:40px;
      color: #d8047a;
}
.new-loan-temp-page .loan-right-form legend
{
    display:none !important;
}
.new-loan-temp-page .loan-ban {
     padding-top: 70px;
    background-image: url("https://cdn2.hubspot.net/hubfs/695602/1800-home-image-new.jpg?t=1510209751973");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:right center;
}

.new-loan-temp-page .loan-banner-left {
    font-family: "museo_sans500";
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
}
.new-loan-temp-page .loan-right-form form
{
    padding:25px;
    border-radius:10px;
    background:#f5f5f5; 
}
.new-loan-temp-page fieldset
{
    max-width:inherit !important;
}
.loan_choose_section, .common-loan, .badcredit-pensioner, .what-do-next
{
    padding:70px 0;
}
.loan_choose_section h2, .quick-guide-loan-section h2, .what-do-next h2
{
    text-align:center;
    margin-bottom:40px;
    font-size:35px;
}
.choose-box .widget-type-rich_text
{
      background: #fff none repeat scroll 0 0;
    padding: 20px;
}
.choose-box
{
    background:#f5f5f5;
    border: 1px solid #f5f5f5;
    text-align: center;
}
.choose-box img
{
    padding:20px 0;
}
.choose-box h3
{
     color: #d8047a;
    margin-bottom: 10px;
}

.get-loan, .compare-loan-section, .best-personal-loan, .badcredit-pensioner
{
    background:#f5f5f5;
}

.common-loan-text h2, .compare-loan-section h2, .best-personal-loan h2, .quick-right h2, .badcredit-pensioner h2, .get-approve h2
{
    text-align:left;
    margin-bottom:12px;
}
.compare-loan-section p, .quick-guide-right p, .quick-guide-right h3, .badcredit-pensioner p, .get-approve p, .what-do-next p {
    margin-bottom: 14px;
}
.common-loan-text p {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.quick-guide-left img
{
    width:100% !important;
}
.quick-guide-left
{
    text-align:center;
}
.choose-box p {
    color: #2e2e2e;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
}
.common-loan-text ul, .what-do-next ul {
    display: block;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.what-do-next .span6 img{
    float:right;
    max-width:370px;
}
.next-addresses p{
    text-align:center;
}
.next-addresses p strong {
    display: block;
}
.common-loan-text strong
{
    font-family:"museo_sans700";
    font-weight:normal
}
.available-image-outer {
    float: left !important;
}
.available-image-outer
{
    text-align:center;
}
.compare-loan-section p, .best-personal-loan p, .quick-right p{
    margin-bottom:15px
}

.quick-guide-right
{
    float:right !important;
}
.available-image-outer a,.what-do-next a.app, .quick-guide-left a{margin-top:20px; background:#f4309d;background:-moz-linear-gradient(top, #f4309d 0%, #d8037a 100%);background:-webkit-linear-gradient(top, #f4309d 0%, #d8037a 100%);background:linear-gradient(to bottom, #f4309d 0%, #d8037a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4309d', endColorstr='#d8037a', GradientType=0);border-radius:5px;box-shadow:0 5px 2px #a9005e;color:#fff;display:inline-block;font-size:30px;font-family:"museo_sans700", arial;line-height:normal;padding:24px 65px 21px;text-align:center;text-transform:uppercase;}

.quick-guide-left a
{
    border-radius:0;
}
.outer-app
{
    text-align:center;
}
.get-approve .span6 img{
    max-width:420px;
}
.common-loan-text + div img {
    display: block;
    margin: -40px auto 0;
    max-width: 320px;
}
.new-loan-temp-page .banner-form li{
    background-image: url("https://cdn2.hubspot.net/hubfs/695602/tick.png");
    background-repeat: no-repeat;
    background-size: 19px auto;
    line-height: 20px;
    margin: 12px 0;
    padding-left: 30px;
}
.common-loan-text ul li, .what-do-next ul li {
    background-image: url("https://cdn2.hubspot.net/hubfs/695602/tick.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-size: 18px auto;
    padding-left: 30px;
}



@media (min-width:1800px){.hs-content-id-4234814819 .form-heading h2{padding:300px 0 50px}
}
@media (min-width:1700px){.hs-content-id-4221200019 .loan-page.banner-main, .new-loan-temp .banner-main{background-position:0 -150px;}
.hs-content-id-4221200019 .form-heading h2, .new-loan-temp .form-heading h2{font-size:39px;}
}
@media (min-width:1600px){.below-text p{margin-top:-45px;}
}
@media (max-width:1200px){.car-adwords .right-content, .car-adwords .inner-banner-form{padding-left:0 !important;width:100% !important;margin-bottom:30px;}
.pensioner .banner-form{margin-left:0;}
}
@media (min-width:992px) and (max-width:1199px){
h1{font-size:32px;}
h2{font-size:26px;}
.desc-text{width:50%;}
.canvas-type-options > div > span > div .desc-img{float:left;width:47%;}
.hs-content-id-4221200019 .form-heading h2, .new-loan-temp .form-heading h2{font-size:33px;padding:100px 0 20px;line-height:38px;}
.hs-content-id-4221200019 .lenders-slider #demo, .new-loan-temp .lenders-slider #demo{margin:0 auto;max-width:850px;}
.hs-content-id-4104217353 .how-work-each h5, .hs-content-id-4259413540 .how-work-each h5, .hs-content-id-4132521501 .how-work-each h5{margin:20% auto 30%;}
.hs-content-id-4104217353 .banner-form{top:40px;}
.how-much-outer{left:auto;}
.loan-page .below-text{margin-top:0;}
.social ul li{width:36px;}
.social ul li a, .social ul li a:hover{width:100%;}
.post-item.two-post a, .post-item.three-post a{font-size:20px;}
.fb_iframe_widget{overflow:hidden;}
.blog-sidebar h3{font-size:20px;}
.award-logo img{min-width:90px;}
.form-image img{left:-20px;}
.right-content .span6.widget-span.widget-type-cell{padding-left:30px;}
.right-content h1{margin-top:28px;}
.below-text p{margin-top:-40px;}
.container{max-width:960px;}
.banner-form{top:20px;}
.form-white-main form{padding:10px 15px !important;}
.form-white-main form select, .form-white-main .hbspt-form fieldset .input input, .form-white-main .hbspt-form .input input{padding:8px 0;}
.hs-form.stacked .field{margin-bottom:10px;}
.hs-form.stacked .actions{margin-left:-20px;padding-bottom:6px !important;padding-left:12px;padding-top:0 !important;}
.banner-form{top:20px;}
.form-white-main .hs-form .inputs-list:first-child{padding-top:0 !important;}
.hs_loan_purpose_radio{margin-bottom:10px !important;}
.header-phone h3{font-size:20px;}
.benefits-main ul li{font-size:14px;}
.reviews-slider .owl-next{right:0;}
.reviews-slider .owl-prev{left:0;}
.footer-copyright-top .span9{display:block;float:none;text-align:center;width:auto;}
.footer-copyright-top .span3{display:block;float:none;margin:0;text-align:center;width:auto;}
.footer-copyright-top li{padding:10px 0 !important;float:none !important;}
.how-work-each h5{margin-top:33%;}
.banner-btm-text p{font-size:13px;}
.loan-calculator-app .inputs{margin-right:10px;width:27% !important;}
.loan-calculator-app .results{width:70% !important;}
.apply-form-main form.hs-form.stacked fieldset > .field{width:49%;}
.apply-form-main form.hs-form.stacked fieldset > .field.hs_property_status, .apply-form-main form.hs-form.stacked fieldset > .field.hs_current_residency_length, .apply-form-main form.hs-form.stacked fieldset > .field.hs_current_weekly_payments, .apply-form-main form.hs-form.stacked fieldset > .field.hs_credit_status, .apply-form-main form.hs-form.stacked fieldset > .field.hs_marital_status, .apply-form-main form.hs-form.stacked fieldset > .field.hs_number_of_children{width:32.2%;}
.hs-content-id-4259413540 .how-much-outer, .hs-content-id-4132521501 .how-much-outer, .ecars-apply .how-much-outer{top:15px;left:49.5%;}
.hs-content-id-4259413540 .banner-form, .hs-content-id-4132521501 .banner-form, .ecars-apply .banner-form{top:102px;left:49.5%;}
.hs-content-id-4104217353 .banner-form{left:49.5%;top:16px;}
.hs-content-id-4104217353 .how-much-outer{left:-1%;top:9%;}
.hs-content-id-4104217353 .bxslider > li, .hs-content-id-4104217353 .bxslider1 > li, .hs-content-id-4104217353 .girl-dreams, .hs-content-id-4104217353 .boy-dreams{width:170px !important;}
.hs-content-id-4104217353 .girl-dreams, .hs-content-id-4104217353 .boy-dreams{top:29%;left:8%;}
.hs-content-id-4104217353 .boy-dreams{left:32%;}
.hs-content-id-4259413540 .form-white-main form{padding:10px 15px 0 !important;}
.blog-listing-wrapper .post-listing .post-item.two-post{width:49.3%;}
.blog-listing-wrapper .post-listing .post-item.three-post{height:212px;width:32.4%;}
.bx-banner img{margin-top:90px;}
.girl-dreams, .boy-dreams{left:6%;top:19%;width:180px;}
.boy-dreams{left:31%;}
.bx-banner{background:#ddf8ff none repeat scroll 0 0;}
.three-options-section .span4 {
min-height: 212px
}
.three-options-section.office-options-section-inner .span4 p {
min-height: 140px
}
@media screen and (-webkit-min-device-pixel-ratio:0){.hs-content-id-4259413540 .banner-slider .item img{width:104%;}
}
.hs-content-id-4234814819 .bx-banner img{margin:0;}
.hs-content-id-4234814819 .outer-banner{padding-top:120px;}
.hs-content-id-4234814819 .bx-banner{background:transparent !important;}
.hs-content-id-4234814819 .how-work-each h5{margin:22% auto 30%;}
.hs-content-id-4747095525 .form-heading h2{padding:160px 0 20px;}
}
@media (max-width:1023px){.pensioner .banner-form{display:block;float:none !important;margin-left:auto;margin-right:auto;margin-top:0;}
.banner-left-section{display:block !important;margin:50px auto 0 !important;}
.cicum-content, .apply-now-circumstances{clear:both !important;display:block !important;float:none !important;width:100% !important;}
.apply-now-circumstances a{display:inline-block;}
.cicum-content, .apply-now-circumstances{clear:both !important;display:block !important;float:none !important;margin:0 !important;padding:10px 0;text-align:center;width:100% !important;}
.cicum-content p{color:#fff;font-size:20px;margin-top:0;text-align:center;}
/*4 nov*/
.custom-blog-list-page .all-view-post > div > div > .span8 {
    max-width: inherit;
    padding: 0 15px;
    width: 100% !important;
}
.custom-blog-list-page .all-view-post > div > div > .span4 {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 300px;
    padding-top: 50px;
    width: auto;
}
}
@media (min-width:992px) and (max-width:1230px){.hs-content-id-5103027263.new-loan-temp .inner-banner-form{max-width:66%;}
}
@media (max-width:991px){.loan-calculator-app .form-white-main, .loan-calculator-app .mobile-form{max-width:inherit !important;display:block;}
.span6.widget-span.widget-type-cell{max-width:inherit;}
.left-image-banner{margin-bottom:0 !important;}
}
@media (min-width:768px) and (max-width:991px){
.new-loan-temp .form-heading h1{padding:90px 0 20px;}
.desc-text{width:50%;}
.canvas-type-options > div > span > div .desc-img{float:left;width:47%;}
.hs-form fieldset.form-columns-3 .hs_state_dropdown.field.hs-form-field{margin-right:6px;width:48% !important;}
.hs-content-id-4221200019 .loan-page.banner-main, .new-loan-temp .banner-main{background-position:0 0;}
.hs-content-id-4221200019 .right-content .span6.widget-span.widget-type-cell, .new-loan-temp .right-content .span6.widget-span.widget-type-cell, .new-loan-temp .right-content > div{padding-left:0;}
.hs-content-id-4221200019 .inner-banner-form, .hs-content-id-4221200019 .right-content, .new-loan-temp .inner-banner-form, .new-loan-temp .right-content{max-width:64%;}
.hs-content-id-5103027263.new-loan-temp .inner-banner-form{max-width:82%;}
.hs-content-id-4221200019 .right-content, .new-loan-temp .right-content{max-width:100%;margin-top:30px !important;}
.hs-content-id-4221200019 .form-heading h2, .new-loan-temp .form-heading h2{font-size:25px;line-height:30px;padding:65px 0 20px;}
.hs-content-id-4104217353 .how-work-each, .hs-content-id-4259413540 .how-work-each, .hs-content-id-4132521501 .how-work-each, .ecars-apply .how-work-each{margin-right:0;width:32.5% !important;}
.hs-content-id-4104217353 .how-work-each h5, .hs-content-id-4132521501 .how-work-each h5, .ecars-apply .how-work-each h5{margin:24% auto 30%;}
.nav-main ul li:nth-child(3) .Submenu_mew, .nav-main ul li:nth-child(4) .Submenu_mew{right:0;}
.hs-content-id-4104217353 .banner-slider, .hs-content-id-4259413540 .banner-slider{display:none !important;}
.banner-main{background-color:#cfd9db;background-image:url("https://cdn2.hubspot.net/hubfs/695602/banner-img-mobile.jpg?t=1509085383614");background-repeat:no-repeat;}
.banner-form{margin:0 auto;position:static;}
.outer-banner{height:auto !important;}
.banner-slider{display:none;}
.how-much-outer{margin:30px auto 0;position:static;width:100% !important;}
.section.post-header h1{font-size:28px;}
.all-post .custom-post-content, .all-post .hs-featured-image-wrapper{display:block;width:auto;}
.all-post .custom-post-content > p#hubspot-topic_data{padding-left:8px;}
.post-item.two-post a, .post-item.three-post a{font-size:15px;}
.fb_iframe_widget{overflow:hidden;}
.blog-sidebar h3{font-size:15px;}
.social a{width:100%;}
.block a{display:block;}
.block li{display:block;margin-right:0;}
.span12.widget-span.widget-type-cell.awards-images{background:rgb(255, 255, 255) none repeat scroll 0 0;float:none;padding:25px 0;width:auto;margin-top:0;}
.banner-btm-text.loan-banner{margin-bottom:0;max-height:inherit;padding:15px 0 1px;}
.form-image.loan-image{position:static;width:100%;padding-bottom:30px;}
.right-content h4{font-size:18px;}
.loan-banner.banner-btm-text p{text-align:center;}
.right-content .span6.widget-span.widget-type-cell{padding-left:30px;}
.form-image img{display:block;left:0;margin:0 auto;}
.right-content h1{margin-top:10px;}
.container{max-width:750px;}
.span6.header-nav{padding-top:8px;width:57%;}
.span3.header-phone{width:20%;margin-top:18px;}
.header-nav ul li{margin-right:0;}
.header-phone h3{padding:1px 0 1px 29px;font-size:19px;}
.how-work-each{width:17.9% !important}
.how-work-each span.circle{width:60px;height:60px;}
.how-work-each h5{margin:40% auto 49%;font-size:11px;}
.review-each{margin:0 auto;max-width:620px;padding:2px;}
.benefits-content{max-width:77%;}
.footer-mid-each h3{font-size:16px;}
.footer-copyright-top .span9{display:block;float:none;text-align:center;width:auto;}
.footer-copyright-top .span3{display:block;float:none;margin:0;text-align:center;width:auto;}
.footer-copyright-top li{padding:10px 0 !important;float:none !important;}
.reviews-slider .owl-next{right:0;}
.reviews-slider .owl-prev{left:0;}
.banner-slider{position:absolute;}
.banner-form{position:static;}
.banner-form-inner{margin:50px auto 0;max-width:535px;}
.banner-main{background-color:#cfd9db;}
.below-text{margin-top:-32px;}
.below-text p{margin-bottom:0 !important;}
.banner-btm-text p{display:block;font-size:14px;line-height:30px;text-align:center;}
.nav-main ul li .Submenu_mew{padding:29px 0px;top:89px;}
.item .title > a{font-size:12px;}
.icon-binocular, .icon-calculator-1, .icon-dollar-currency-3{clear:both;float:left;width:16%;}
.mmg_4{padding:0 11px;}
#owl-demo2 .owl-prev{left:0px;}
#owl-demo2 .owl-next{right:0px;}
#owl-demo2 .owl-prev, #owl-demo2 .owl-next{position:static;display:inline-block;}
.custom-prodicon-wrapper .prodicon-link{max-width:95px;}
.custom-contact-form{padding-left:20px;}
.loan-calculator-app .inputs{margin-right:10px;width:32% !important;}
.loan-calculator-app .results{width:64% !important;}
.loan-calculator-app .results .repayments .schedule .amounts span{display:block !important;text-align:center !important;width:100%;}
.apply-form-main form.hs-form.stacked fieldset > .field{width:49%;}
.apply-form-main form.hs-form.stacked fieldset > .field.hs_property_status, .apply-form-main form.hs-form.stacked fieldset > .field.hs_current_residency_length, .apply-form-main form.hs-form.stacked fieldset > .field.hs_current_weekly_payments, .apply-form-main form.hs-form.stacked fieldset > .field.hs_credit_status, .apply-form-main form.hs-form.stacked fieldset > .field.hs_marital_status, .apply-form-main form.hs-form.stacked fieldset > .field.hs_number_of_children{width:32%;}
.about-banner .newcls{padding:40px 0 0;text-align:center;}
.loan-calculator-app{overflow:visible;}
.footer-copyright-top li{margin-right:6px;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{font-size:13px;}
.nav-main ul li .Submenu_mew{top:80px;}
.footer-mid-each .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{font-size:13px;padding:10px 14px;}
.blog-listing-wrapper .post-listing .post-item.two-post{width:49.15%;margin:0 4px 8px 0 !important;}
.blog-listing-wrapper .post-listing .post-item.three-post{height:160px;width:32.4%;margin:0 5px 8px 0 !important;}
.hs-content-id-4125976761 .right-content .custom-bottom-pane.custom-left-sidebar-blockquote p, .hs-content-id-4125976761 .right-content p:last-of-type{margin-bottom:0px;}
.bx-banner, .dreams{display:none;}
.join input[type="submit"], .join input[type="submit"]:active, .join input[type="submit"]:focus{width:auto;}
.join .hs-error-msgs.inputs-list label{bottom:-20px;font-size:9px !important;position:absolute;width:100% !important;}
.hs-content-id-4259413540 .banner-btm-text p, .hs-content-id-4132521501 .banner-btm-text p{text-align:center;}
.hs-content-id-4234814819 .form-white-main, .hs-content-id-4234814819 .mobile-form{max-width:62%;}
.hs-content-id-4234814819 .banner-main{background-size:100%;}
.hs-content-id-4234814819 .how-work-each h5{margin:25% auto 30%;}
.career-left h1, .career-right h1{font-size:18px;}
.career-right .career-right-form{padding:10px;}
.career-right iframe{height:121px;}
.career-with-us strong{line-height:20px;}
.hs-content-id-4747095525 .form-heading h2{padding:160px 0 20px;}
.footer-copyright-top li{margin-right:10px;padding:6px 0 !important;}
div.right-content{width:45%;}
div#quote-form .inner-banner-form{width:54%;}
.insurance_type{margin:1% !important;min-height:inherit !important;width:48% !important;}

.office-options-section-inner.three-options-section h3 {
font-size: 20px
}
.three-options-section.office-options-section-inner .span4 p {
min-height: 180px
}
.form-heading h1 {
font-size: 30px
}
.form-heading p {
font-size: 16px
}
.three-options-section .span4 {
min-height: 272px
}
.three-options-section .span4 p {
font-size: 12px
}
h1 {
font-size: 28px
}
h2 {
font-size: 22px
}
}
@media (max-width:767px){h1{font-size:22px;}
h2{font-size:18px;}
.banner-left-section{padding:0 15px;}
.logo{max-width:150px;position:relative;top:-3px;z-index:1000;}
.span3.widget-span.widget-type-cell.footer-mid-each.display-social{padding-bottom:15px;}
.header-nav{padding-top:0 !important;}
.pensions-sec, .situations-sec{padding:0 20px;text-align:left;width:100% !important;float:none;display:block;}
.pensions-sec, .situations-sec li{text-align:left !important;}
.pensioners-header, .banner-form, .cicum-content, .pension-sit h2{}
.pensioner h3{color:#444444;margin-bottom:20px;text-align:left;}
.apply-cta{text-align:center;}
.cicum-content p, .about-us-content p{font-size:14px;line-height:22px;}
.about-us-section{background:#f5f3f4 none repeat scroll 0 0;padding:70px 15px;text-align:center;}
.caravans-type, .caravans-type, .Truck-finance-options, .boat-loans-approve, .bad-credit-text, .calculator-section, .boat-finance, .popular-brands, .truck-loan-section, .low-doc-truck, .popular-jet-brands, .jet-interest{padding-left:15px;padding-right:15px;text-align:center;}
.brand-loan-image > img{height:auto !important;max-width:100%;width:auto !important;}
.truck-loan-text ul{display:inline-block;text-align:left;}
.jet-sky-brands-outer > div > span > div{width:100%;text-align:center;}
.canvas-type-options > div > span > div .desc-img, .canvas-type-options > div > span > div .desc-text{float:none !important;margin-left:0;margin-right:0;width:auto;}
.boat-finance p strong{display:block;}
.calculator-section, .boat-finance, .boat-loans-approve, .bad-credit-text, .boat-brands{padding-left:15px;padding-right:15px;text-align:center;}
.calculator-section img{margin-left:auto;margin-right:auto;}
.iframe-Inner{margin-left:15px;margin-right:15px;}
.video-watch{text-align:center;}
.consumer-video{margin-top:0;}
.four_options_section{padding:0 15px;}
.insurance_type, .insurance_type p, .insurance_type a{float:none !important;text-align:center;}
.insurance_type{margin-bottom:28px;margin-top:15px;box-shadow:none;padding:0;min-height:inherit !important;}
.insurance_type ul{display:inline-block;margin-bottom:10px;}
.insurance-video video, .consumer-video video{max-width:inherit;padding:0 15px;width:100%;}
.footer-mid-last h4{text-align:center !important;}
.new-loan-temp .form-heading h1{padding:40px 0 20px;}
.hs_notes_for_loan.field.hs-form-field{padding:0 15px;}
.hs-form .hs_submit .hs-button.primary.large{float:none !important;text-align:center;margin:0 auto;display:block;}
.apply-forms form input.large[type="submit"]{margin:10px auto 0 !important;}
.hs-content-id-4221200019 .span3.header-phone, .new-loan-temp .span3.header-phone{right:10px;}
.span3.widget-span.widget-type-cell.header-phone{right:70px;}
.hs-content-id-4221200019 .mobile-form, .new-loan-temp .mobile-form{margin:0 auto;max-width:470px !important;}
.hs-content-id-4221200019 .form-heading h2, .new-loan-temp .form-heading h2{padding:30px 0 0;}
.hs-content-id-4221200019 .header-main.clearfix, .new-loan-temp .header-main.clearfix{position:static;}
.hs-content-id-4221200019 .inner-banner-form, .hs-content-id-4221200019 .right-content, .new-loan-temp .inner-banner-form, .new-loan-temp .right-content{max-width:100%;}
.hs-content-id-4221200019 .loan-page .form-white-main, .new-loan-temp .form-white-main{margin:0 auto;max-width:inherit;}
.hs-content-id-4221200019 .inner-banner-form, .new-loan-temp .inner-banner-form{background:rgba(0,0,0,0) url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/Pic3_web.jpg?t=1509085383614) !important;background-repeat:no-repeat !important;background-size:cover !important;background-position:-200px 0 !important;}
.desktop-form{display:none !important;}
.hs-content-id-4221200019 .banner-btm-text.loan-banner, .new-loan-temp .banner-btm-text.loan-banner{max-height:inherit;}
.hs-form fieldset legend{text-align:left;}
.header-nav .responsive-menu{display:block;}
.hs-content-id-4104217353 .how-work-3, .hs-content-id-4259413540 .how-work-3, .hs-content-id-4132521501 .how-work-3, .ecars-apply .how-work-3{display:none !important;}
.form-white-main fieldset:nth-child(8), .form-white-main fieldset:nth-child(7), .mobile-form fieldset:nth-child(8), .mobile-form fieldset:nth-child(7){width:auto;display:block;}
.how-much-outer{margin-top:30px;position:static;}
.outer-banner{height:auto !important;min-height:0 !important;}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item{vertical-align:top;}
.section.post-header h1{font-size:30px;}
.blog-listing-wrapper .post-listing .post-item.two-post, .blog-listing-wrapper .post-listing .post-item.three-post{width:auto;padding:0;}
.all-post .custom-post-content, .all-post .hs-featured-image-wrapper{display:block;width:auto;}
.custom-post-date, a.author-link, #hubspot-topic_data a{display:inline-block;}
.blog-sidebar .hs-cta-img{display:block;}
.blog-sidebar h3::after{background-position:0 center;top:35px;height:4px !important;padding-bottom:0;background-repeat:repeat;}
.blog-sidebar h3{text-align:left;}
.block ul{margin:0;}
.blog-sidebar .social ul li{display:inline-block !important;}
.span12.widget-span.widget-type-cell.all-view-post{padding:0;}
.blog-listing-wrapper .post-listing{padding-bottom:30px;}
.content-wrapper.page-center{max-width:inherit !important;padding:0 15px !important;}
.span2.widget-span.widget-type-linked_image.award-logo{float:left;width:16.5%;}
.span12.widget-span.widget-type-cell.awards-images{background:rgb(255, 255, 255) none repeat scroll 0 0;float:none;padding:25px 0;width:auto;margin-top:0;}
.banner-btm-text.loan-banner{margin-bottom:0;padding:30px 0 1px;max-height:inherit;}
.form-image img{display:block;margin:0 auto !important;position:static;top:0;}
.form-image.loan-image{position:static;padding-top:20px;}
.right-content{padding:0 15px 40px;}
.review-right{float:right;background-size:96%;}
.responsive-menu ul{padding:0 15px;}
.loan-page .below-text{margin:0 auto !important;max-width:470px;}
.banner-form-inner{margin:0 auto;max-width:470px;}
.loan-page .form-white-main{margin:25px auto 0;max-width:470px;}
.new-loan-temp .form-white-main{margin:15px auto 0;}
.breadcrum{padding:5px 15px;}
.below-text p{margin-top:-45px !important;}
.banner-form{max-width:inherit !important;}
.footer-menu #responsive-tab > a{text-indent:20px;width:21px;}
.banner-btm-text p span{display:block;}
.footer-copyright-top #responsive-tab{background:rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/695602/menu-icon.png?t=1509085383614") no-repeat scroll 0 0;cursor:pointer;display:block;margin:0 auto !important;overflow:hidden;padding:0 !important;text-indent:20px;width:80px;}
.footer-menu li{display:none;}
.footer-copyright-top{position:relative;}
.footer-copyright-top a{padding-right:40px;}
.footer-menu{display:block;left:0;text-align:center;width:100% !important;z-index:1;}
li#responsive-tab{display:block;}
.footer-copyright-top li{margin:0 !important;}
div.reviews-slider .owl-next{right:2%;}
div.reviews-slider .owl-prev{left:2%;}
.container{max-width:initial;}
#owl-demo2 .owl-pagination{height:20px;position:absolute;text-align:center;width:100%;}
#owl-demo2 .owl-page{background:rgb(216, 216, 216) none repeat scroll 0 0;border-radius:5px;display:inline-block;height:4px !important;margin:0 3px;width:32px !important;}
#owl-demo2 .owl-buttons{display:none !important;}
.owl-page.active{background:#d8037a !important;}
.apply-div{display:none !important;}
.header-nav ul li{display:none;}
.header-nav ul li#responsive-tab{background:rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/695602/menu-icon.png?t=1509085383614") no-repeat scroll 0 0;display:block;background-position:right 0;width:21px;text-align:right;}
.header-nav ul li#responsive-tab:hover a{border-color:transparent !important;}
.span3.logo{width:auto;}
.span6.header-nav{position:absolute;right:0;text-align:right;top:10px;width:100%;z-index:1;}
.responsive-menu{width:100% !important;}
.span3.logo{position:relative;z-index:2;display:inline-block;}
.header-phone{margin:0 !important;padding-top:5px;position:absolute;right:10px;text-align:center;top:0 !important;width:70px !important;z-index:3;}
.nav-main{display:none !important;}
.how-work-bgimg{display:none !important;}
.how-work-each h5{margin:10px 0 !important;}
.how-work-each{display:block !important;float:none !important;margin:0 auto !important;max-width:300px;padding-top:0;padding-bottom:10%;vertical-align:top;width:auto !important;position:relative;}
.how-work-each:nth-child(odd):after{background:url("https://cdn2.hubspot.net/hubfs/695602/arrow-pink.png?t=1509085383614");background-repeat:no-repeat;content:" ";height:40px;left:0;margin:auto;position:absolute;right:0;bottom:12px;width:46px;}
.how-work-each:nth-child(even):after{background:url("https://cdn2.hubspot.net/hubfs/695602/arrow-green.png?t=1509085383614");background-repeat:no-repeat;content:" ";height:40px;left:0;margin:auto;position:absolute;right:0;bottom:12px;width:46px;}
.how-work-each:last-child{padding-bottom:0;}
.how-work-each:last-child:after{display:none;}
.reviews-slider .owl-next{right:0;}
.reviews-slider .owl-prev{left:0;}
.benefits-content{text-align:center;max-width:initial;}
.benefits-main h2{display:inline-block;background-repeat:repeat-x;}
.benefits-main ul{text-align:left;}
.below-text{margin-top:-32px;}
.below-text p{margin-bottom:0 !important;}
.review-each{margin:0 auto !important;max-width:520px;padding:2px;}
.header-container-wrapper .menus{display:none !important;width:100% !important;}
.header-container-wrapper ul{padding:0 15px;width:100%;background:#fff;}
.header-container-wrapper ul li{margin:0 !important;text-align:left;width:100% !important;}
.responsive-menu ul li a{max-width:initial !important;display:block !important;}
.desktop-phone{display:none !important;}
.mobile-phone{display:inline-block !important;}
.mobile-phone a{background:url("https://cdn2.hubspot.net/hubfs/695602/responsive-phone.png?t=1509085383614");background-repeat:no-repeat;background-position:center top;color:rgb(0, 0, 0);display:inline-block;font-size:14px;font-weight:400;padding-top:35px;}
.header-container #responsive-tab > a{font-weight:normal !important;padding-left:0 !important;padding-right:0 !important;padding-top:30px;text-align:right !important;text-transform:none !important;font-family:"museo_sans300", arial;}
.header-container #responsive-tab > a:hover{color:#000 !important;}
.header-nav ul li#responsive-tab{background-position:99% 0;}
.display-social{display:inline-block !important;}
.footer-mid-each{float:left !important;width:25% !important;}
.footer-container-wrapper .footer-main{padding-left:15px;padding-right:15px;}
.display-social li a img{display:inline-block;margin-right:5px;vertical-align:middle;}
.footer-mid-each h3{font-size:16px;}
.social ul li{display:block;margin-bottom:10px;margin-right:5px;vertical-align:top;float:left;width:36px;margin-left:0.5%;margin-right:0.5%;text-align:center;}
.footer-mid-last .social{display:none;}
.footer-mid-each.footer-mid-last{width:100% !important;}
.footer-mid-last h3, .footer-mid-each p{margin:0 !important;text-align:center;}
.partners .span6{display:inline-block !important;}
.footer-copyright-top li{line-height:12px;padding:3px 0 !important;float:none !important;}
.footer-copyright-top{text-align:center;}
.partners{text-align:center;}
.banner-main{background-color:#cfd9db;background-image:url("https://cdn2.hubspot.net/hubfs/695602/banner-img-mobile.jpg?t=1509085383614");background-repeat:no-repeat;}
.banner-form{position:static;margin:0 auto;max-width:470px;padding-top:40px;display:block;}
.banner-slider{display:none !important;}
.banner-btm-text p{display:block;font-size:14px;line-height:30px;text-align:center;}
.footer-main form{margin-left:auto;margin-right:auto;max-width:650px;}
#owl-demo2 .owl-prev{left:0px;}
#owl-demo2 .owl-next{right:0px;}
#owl-demo2 .owl-prev, #owl-demo2 .owl-next{position:static;display:inline-block;padding:0 10px;}
.right-content{text-align:center;}
.span6.widget-span.widget-type-cell{display:block;text-align:center;}
.right-content{width:100%;}
.main-content, .page-center{padding:22px 20px;}
.custom-prodicon-wrapper .prodicon-link{max-width:inherit;width:12%;}
.custom-franchise-right{padding-top:15px;}
.custom-contact-form{padding:0 30px;}
.custom-contact-left-row1 img{height:auto !important;width:auto !important;}
.newcls{padding:40px 20px 0;}
.header-img .container{padding:0 15px;}
.header-img{background-position:center center;}
.social{margin-top:0px;}
.custom-contact-form{padding:0;}
.loan-page.banner-main{background:rgba(0, 0, 0, 0) none repeat scroll 0 0;}
.span6.widget-span.widget-type-cell.inner-banner-form{background:url(https://cdn2.hubspot.net/hubfs/695602/bg-banner-light.png?t=1509085383614);background-repeat:no-repeat;background-position:center center;background-size:cover;padding-top:20px;}
.right-content{color:#000;}
.banner-form.forms{padding-top:0;}
.newcls{padding:0 20px;}
.banner-main.loan-page{border-bottom:0 none;}
.right-content p{font-size:16px;line-height:23px;}
.right-content h4{font-size:18px;}
.custom-one-col-row1{padding:20px;}
.loan-calculator-app .inputs{margin:0 auto !important;max-width:260px;width:100% !important;}
.loan-calculator-app .results .repayments .schedule .drop-shadow .amounts li{font-size:16px;padding:23px 12px;}
.loan-calculator-app .results{height:auto !important;}
.loan-calculator-app .results .repayments .repayment .blue .repaymentAmount{padding-top:7px;}
.apply-form-main{padding:0 14px;}
.apply-form-main form.hs-form.stacked fieldset > .field{margin-right:10px;width:49%;}
.apply-form-main form.hs-form.stacked fieldset > .field.hs_property_status, .apply-form-main form.hs-form.stacked fieldset > .field.hs_current_residency_length, .apply-form-main form.hs-form.stacked fieldset > .field.hs_current_weekly_payments, .apply-form-main form.hs-form.stacked fieldset > .field.hs_credit_status, .apply-form-main form.hs-form.stacked fieldset > .field.hs_marital_status, .apply-form-main form.hs-form.stacked fieldset > .field.hs_number_of_children{width:32%;}
.hs-content-id-4104217353 .how-work-each-main .how-work-each, .hs-content-id-4259413540 .how-work-each-main .how-work-each, .hs-content-id-4132521501 .how-work-each-main .how-work-each, .ecars-apply .how-work-each-main .how-work-each{width:280px !important;max-width:inherit;}
.about-banner .newcls{padding:40px 20px 0;text-align:center;}
.reviews-main{padding:65px 0 30px;}
.footer-mid-last .widget-type-blog_subscribe.join{display:block;float:none;margin:0 auto;width:320px;}
.right-content .hidden-phone{display:block !important;}
.right-content{padding:0 15px;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{max-width:inherit;}
.loan-calculator-app{overflow:visible;}
.hs-content-id-4259413540 .how-much-outer, .hs-content-id-4132521501 .how-much-outer, .ecars-apply .how-much-outer{left:0;width:100%;}
.blog-listing-wrapper .post-listing .post-item.three-post{height:auto;}
.blog-listing-wrapper .post-listing .post-item.two-post, .blog-listing-wrapper .post-listing .post-item.three-post{margin:0 0 4px !important;}
.blog-sidebar .widget-type-cta{margin-bottom:20px;}
.blog-listing-wrapper .post-listing{padding-bottom:0;}
.blog-listing-wrapper .blog-pagination{margin-bottom:25px;}
.hs-content-id-4125976761 .loan-page .form-white-main{display:none;}
.mobile-form form select option{font-size:14px;}
.mobile-form{max-width:472px;display:inline-block;}
.benefits-main p.p1{text-align:left}
.bx-banner, .dreams{display:none;}
.hs-content-id-4259413540 .banner-btm-text p, .hs-content-id-4132521501 .banner-btm-text p{text-align:center;}
.hs-content-id-4125976761 .loan-page.banner-main{background:none;}
.hs-content-id-4125976761 .loan-page.banner-main .span6.widget-span.widget-type-cell.inner-banner-form{background:url(https://cdn2.hubspot.net/hubfs/695602/1800-home-image-1.jpg?t=1509085383614);background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hs-content-id-4234814819 .banner-main{background-size:100%;}
.hs-content-id-4234814819 .outer-banner{padding-top:150px;}
.hs-content-id-4234814819 .banner-form{padding:0;}
.hs-content-id-4234814819 .form-white-main, .hs-content-id-4234814819 .mobile-form{max-width:470px;}
.hs-content-id-4234814819 .how-work-3{display:none !important;}
.hs-content-id-4234814819 .how-work-each{width:inherit !important;}
.career-new-main .career-left, .career-new-main .career-right{margin:0 auto;width:100%;}
.career-right iframe{display:block;margin:0 auto;}
.career-right .career-right-form, .career-iframe{margin:0 auto 30px;}
.career-with-us{padding:20px;}
.career-with-us strong{line-height:20px;}
.career-new-main{padding-bottom:0;}
.career-with-us{text-align:center;}
.top-career{text-align:center;}
.three-blogs .single-post{margin:20px 0;padding:0 15px;text-align:center;}
.three-blogs .single-post .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image{max-height:inherit;}
.hs-content-id-4747095525 .header-phone{margin-top:58px !important;}
.approved-getta-logo{max-width:200px !important;}
.main-new-form{padding:50px 15px;}
.apply-forms form{padding:20px;}
.vehicle-finance-section .span4.widget-span.home-desktop{display:none;}
.home-mobile{display:block !important;text-align:center;}
.vehicle-title h1{text-align:center;font-size:26px;}
.blog-listing-wrapper .post-listing .post-item.two-post, .blog-listing-wrapper .post-listing .post-item.three-post{width:100%;}
.post-listing .two-post .hs-featured-image{max-width:100%;min-height:inherit;min-width:100%;width:100%;}
.lower-content{padding-top:10%;}
.post-listing .post-item > div:first-child{max-height:inherit;}
.three-post .lower-content > h2{max-height:inherit;}
.two-post .lower-content{padding-top:10%;}
.new-loan-temp.hs-content-id-5103027263 .loan-page .form-white-main{max-width:inherit;}
.car-adwords .span3.header-phone{right:0px;}
.car-adwords .span6.header-nav{display:none;}
.car-adwords .form-white-main, .car-adwords .mobile-form{display:block;}
.car-adwords h1.cal-heading{color:#000;font-size:18px;line-height:23px;margin:30px 0 -10px;text-align:center;}
.car-adwords .rtforms{padding:0 15px;}
.blog-sidebar h3
{
    font-size:20px;
}
.custom-blog-list-page .post-listing .hs-featured-image {
    max-height: inherit;
    width: 100%;
}
}
@media (max-width:639px){.hs-content-id-4221200019 .form-heading h2, .new-loan-temp .form-heading h2{font-size:30px;line-height:35px;}
.banner-form{width:auto;max-width:465px;}
.section.post-header h1{font-size:25px;}
.span2.widget-span.widget-type-linked_image.award-logo{float:left;width:50%;text-align:center;margin-bottom:20px;}
.span2.widget-span.widget-type-linked_image.award-logo:last-child{margin-bottom:0;}
.award-logo img{position:static;display:block;max-width:150px;}
.review-each{max-width:440px;}
.breadcrum{text-align:center;}
.loan-page.banner-main{border:medium none;}
.form-white-main{border-radius:8px 8px 0 0;}
.loan-page .form-white-main, .loan-page .mobile-form{margin:10px auto 0;}
.review-right{background-size:90%;}
.benefits-content span.circle{margin-right:5px;float:left;margin-bottom:5px;}
.benefits-main ul li{clear:both;font-size:14px;line-height:18px;}
#owl-demo3 .owl-prev, #owl-demo3 .owl-next{display:inline-block;margin:20px 4px 0;position:static;}
#owl-demo3 .owl-buttons{text-align:center;}
.footer-mid-each{float:left !important;width:50% !important;}
.how-work-each{padding-bottom:14%;}
.how-work-each:nth-child(2n)::after, .how-work-each:nth-child(2n+1)::after{bottom:20px;}
.banner-btm-text p{line-height:20px;font-size:14px;}
.loan-banner .row-fluid .newcls{display:block;margin:0 auto;max-width:300px;}
.custom-prodicon-wrapper .prodicon-link{margin:6px 4px;max-width:inherit;width:95px;}
.main-content .custom-franchise-row3 ul{width:100%;}
.social{margin-top:0;}
.footer-mid-each{display:inline-block !important;float:none !important;vertical-align:top;width:49% !important;}
.loan-calculator-app .results .repayments .schedule .amounts span{display:block !important;text-align:center !important;width:100%;}
.loan-calculator-app .results .repayments .schedule h2{font-size:17px !important;}
.apply-form-main form.hs-form.stacked fieldset > .field, .apply-form-main form.hs-form.stacked fieldset > .field.hs_property_status, .apply-form-main form.hs-form.stacked fieldset > .field.hs_current_residency_length, .apply-form-main form.hs-form.stacked fieldset > .field.hs_current_weekly_payments, .apply-form-main form.hs-form.stacked fieldset > .field.hs_credit_status, .apply-form-main form.hs-form.stacked fieldset > .field.hs_marital_status, .apply-form-main form.hs-form.stacked fieldset > .field.hs_number_of_children{width:100%;margin-right:0px;}
.mobile-form form fieldset .input input{width:100% !important;}
.mobile-form form fieldset .input input[type="checkbox"], .mobile-form form fieldset .input input[type="checkbox"]{width:auto !important;}
.hs-content-id-4125976761 .form-image.loan-image, .hs-content-id-4125976761 .awards-images{display:none !important;}
.hs-content-id-4125976761 .right-content .hidden-phone{margin-bottom:0px;}
.hs_employment_type_.field.hs-form-field, .hs_property_status.field.hs-form-field{margin-bottom:22px !important;}
.hs-content-id-4234814819 .outer-banner{padding-top:120px;}
.one-second, .one-second:nth-child(2n){display:block;margin:0 auto 50px;max-width:385px;width:100%;}
.apply-forms .hs-form fieldset.form-columns-3 .hs-form-field{margin-right:auto;width:100% !important;}
.hs-content-id-5103027263 fieldset.form-columns-3 .hs-form-field{float:none !important;width:auto !important;}
.hs-content-id-5103027263 fieldset.form-columns-3 .input{margin-right:0 !important;}
.custom-blog-list-page .all-post .hs-featured-image-wrapper {
    display: block;
    height: 100%;
    overflow: hidden;
    position: static;
    vertical-align: top;
    width: 100%;
}
.custom-blog-list-page .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.custom-blog-list-page .all-post .custom-post-content {
    display: block;
    float: none;
    padding: 15px;
    vertical-align: top;
    width: 100%;
}

.hs-content-id-5412777377.custom-blog-list-page .all-post .hs-featured-image-wrapper a {
    bottom: 0;
    display: block;
    height: auto;
    margin: auto;
    max-height: inherit;
    position: relative;
    top: 0;
}
.hs-content-id-5412777377.custom-blog-list-page .all-post .hs-featured-image-wrapper a img {
    width: 100%;
}
}
@media (max-width:480px){.hs-form.stacked .field div.input, .hs-content-id-4132521501 .hs-dependent-field > div .input{margin-left:0 !important;margin-right:0 !important;}
.loan-calculator-app .features form fieldset.form-columns-2 .hs-form-field{width:100% !important;margin-right:0px;}
.loan-calculator-app .form-white-main, .loan-calculator-app .mobile-form{max-width:inherit !important;display:block;}
.hs-content-id-4132521501 .hs-dependent-field > div, .ecars-apply .hs-dependent-field > div{width:100%;float:left;}
}
@media (max-width:479px){
.hs-content-id-3268824719 .hs-custom-form > div{float:left;width:100%;}
.hs-content-id-3268824719 .finance form{margin-right:0;}
.hs-content-id-4221200019 .mobile-form, .new-loan-temp .mobile-form{max-width:300px !important;}
.hs-content-id-4221200019 .form-heading h2, .new-loan-temp .form-heading h2{font-size:24px;line-height:30px;padding:0 10px;}
#quote-form .input .hs-form-booleancheckbox-display a{display:inline-block;vertical-align:top;}
.hs_yes_i_accept.field.hs-form-field{margin-bottom:15px !important;padding-top:10px;}
.hs-form-booleancheckbox-display span{vertical-align:top;}
.form-white-main .hbspt-form fieldset .input input, .form-white-main .hbspt-form .input input, .mobile-form .hbspt-form fieldset .input input .form-white-main .hbspt-form fieldset .input input, .form-white-main .hbspt-form .input input, .mobile-form form fieldset .input input{margin-top:0;}
form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input{width:100% !important;}
.banner-form{padding-top:20px}
.custom-blog-list-page .join form > div:first-child{width:68%;}
.custom-blog-list-page .join form .hs_submit{width:32%}
.fb_iframe_widget{overflow:hidden;display:block;}
.blog-sidebar h3{font-size:20px;}
.lower-content{bottom:20px;}
.post-item.two-post a, .post-item.three-post a{font-size:18px;}
.blog-sidebar .social ul li{width:17%;}
.blog-sidebar .social ul li a{width:100%;}
.loan-image.form-image img{max-width:290px;}
.loan-page .form-white-main, .loan-page .mobile-form{max-width:300px;}
.benefits-main ul{max-width:320px;margin:0 auto;}
.banner-btm-text p span{display:block;margin-bottom:10px;margin-top:10px;}
.hs-form.stacked .field div.input{margin-left:0 !important;margin-right:0 !important;}
.partners .span6{width:49%;}
.review-left{display:block;margin:auto;max-width:160px;text-align:center;width:auto !important;}
.review-each{padding:0 15px;}
.review-right{display:block;margin-top:30px;padding-top:0;width:auto;}
.review-right::before{height:21px;left:0;margin:auto;position:absolute;right:0;top:-14px;transform:rotate(90deg);width:15px;}
.how-work-each{max-width:210px;padding-bottom:20%;}
.how-work-each:nth-child(2n+1)::after, .how-work-each:nth-child(2n)::after{bottom:15px;}
.logo img{max-width:170px;padding:12px 0 0;}
.footer-apply-now a{display:block;font-size:18px;padding:25px 0;}
.footer-apply-now{padding-left:15px;padding-top:30px;padding-right:15px;padding-bottom:30px;}
.banner-form-inner{margin:0 auto;max-width:300px;}
.how-much-heading p{font-size:19px;letter-spacing:0;}
.how-much-heading h1{font-size:38px;}
.decor + span img{max-width:25px;}
.benefits-main p{font-size:14px;line-height:22px;}
.how-much-heading{margin:0 auto;max-width:300px;margin-bottom:10px;}
.lenders-main.proposition, .footer-main{padding:25px 0 0;}
.lenders-main h2, .how-work-main h2, .reviews-main h2, .benefits-main h2, .main-new-form h2{font-size:22px;}
.lenders-main p{margin:0 16px 30px;max-width:100%;}
.how-work-main, .reviews-main, .benefits-main{padding:25px 20px;}
.reviews-slider{margin:0 auto;position:relative;}
.benefits-main p{margin-bottom:11px;}
.footer-mid-each h3{font-size:14px;}
.how-much-heading p{font-size:17px;}
.how-much-heading h1{font-size:35px;}
.footer-mid-each{width:100% !important;}
.loan-calculator-app .results .repayments .repayment .blue{text-align:center;}
.loan-calculator-app .results .repayments.front .repayment .frequency label{margin:5px 0;}
.loan-calculator-app .results .repayments .repayment .blue .repaymentAmount{display:block;text-align:center;width:100%;}
.loan-calculator-app .results .repayments .schedule .drop-shadow .amounts li{font-size:14px;padding:14px 5px;}
.footer-mid-last .widget-type-blog_subscribe.join{width:290px;}
.hs-form fieldset.form-columns-2 .hs-form-field{width:100% !important;}
.blog-section .post-body p img{max-width:100% !important;width:100% !important;}
.how-much-heading .big-txt span{font-size:56px;}
.how-much-heading p{font-size:15px;}
.blog-section .post-body p#hubspot-topic_data img{width:auto !important;}
.hs-content-id-4259413540 .how-much-heading, .hs-content-id-4132521501 .how-much-heading{max-width:299px;}
.hs-content-id-4125976761 .breadcrum{display:none !important;}
.footer-mid-each li{display:inline-block;width:49%;}
.footer-mid-each ul li a{background:none !important;padding:0 !important;}
.career-right iframe{height:162px;}
.career-with-us h2{line-height:25px;margin-bottom:20px;}
.go-getta{width:100px !important;}
.approved-getta-logo{max-width:130px !important;}
.approved-getta-logo img, .go-getta img{width:100% !important;}
.hs-content-id-4747095525 .header-phone{margin:0 !important;}
.how-much-heading .big-txt{font-size:34px;}
.blog-section .lower-content > h2{line-height:normal;}
.loan-calculator-app .hs-form.stacked .field{margin-bottom:7px !important;}

.from-below-text-new h2, .loan-features h2, .lenders-main h2, .reviews-main h2, .faq-section h2, .options-section h2, .from-below-text-new a {
font-size: 22px
}
.faq-title>h4 {
font-size: 14px;
padding-right: 20px
}
.loan-right-section form {
padding: 25px 15px !important
}
.from-below-text-new a, .loan-left .hs_cos_wrapper_type_rich_text>a {
display: block;
font-size: 13px;
padding-left: 10px;
padding-right: 10px;
text-align: center
}
}
.car-adwords .right-content{width:34%;padding-left:3%;}
.car-adwords .right-content > div{width:100% !important;}
.car-adwords .cal-heading{color:#fff;font-size:23px;font-weight:600;line-height:29px;margin:30px 0 0;}
.car-adwords .loan-calculator-app .inputs .standard-input{display:inline-block;}
.car-adwords .loan-calculator-app.page-calc{height:auto !important;}
@media (min-width:768px) and (max-width:991px){
        .how-work-each span.circle.icon-3 {
    background-position: -125px -78px;
}
.how-work-each span.circle.icon-2 {
    background-position: -62px -81px;
}
.how-work-each span.circle.icon-2 {
    background-position: -62px -81px;
}

.right-content h4{font-size:14px;}
#quote-form .inner-banner-form{width:62%;}
.right-content{width:33%;}
.right-content h1{;margin-bottom:10px;margin-top:0;}
.right-content p{font-size:14px;line-height:20px;margin-bottom:10px;}
h1 {font-size: 22px}
h2 {font-size: 18px}
.three-options-section.office-options-section-inner .span4 p {
    min-height: inherit
}
.from-below-text-new .container, .loan-features .container, .options-section .container, .faq-section .container {
    padding: 0 15px
}
.new-loan-temp .inner-banner-form {
    background: transparent;
    padding: 0 15px
}
.new-loan-temp .banner-form {
    background: rgba(0, 0, 0, 0) url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/Pic3_web.jpg?t=1509347794853) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 0 0 !important
}
.form-heading {
    margin-bottom: 12px;
    margin-top: 50px;
    text-align: center
}
.form-heading h1 {
    font-size: 26px
}
.form-heading p {
    font-size: 16px
}
.disclaimer {
    margin-top: 12px
}
.three-options-section .span4 {
    clear: both;
    display: block;
    margin: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    box-shadow: none
}
.three-options-section a.cta_button {
    float: none
}
.loan-left, .loan-right-section {
    margin: 0 !important;
    padding: 0 15px;
    width: 100% !important
}
.option-loan {
    margin-top: 40px
}
.loan-right-section {
    margin: 50px auto 0 !important;
    max-width: 485px
}
.loan-features, .options-section {
    text-align: center
}
.three-options-section .span4 {
    min-height: inherit
}
.options-section .container>div>div:last-child p {
    text-align: center
}
.three-options-section .span4 h4, .faq-title h4 {
    font-size: 18px
}
}
.hs-button{text-transform:uppercase !important;}
.toppage-apply-now{background:url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/carfinance-bg-cropped.jpg?t=1509085383614);background-repeat:no-repeat;background-size:cover;padding-top:125px;padding-bottom:125px;text-align:center;}
.toppage-apply-now a{background:#f4309d;background:-moz-linear-gradient(top, #f4309d 0%, #d8037a 100%);background:-webkit-linear-gradient(top, #f4309d 0%, #d8037a 100%);background:linear-gradient(to bottom, #f4309d 0%, #d8037a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4309d', endColorstr='#d8037a', GradientType=0);border-radius:5px;box-shadow:0 5px 2px #a9005e;color:#fff;display:inline-block;font-size:20px;font-family:"museo_sans700", arial;line-height:normal;padding:30px 70px 30px;text-align:center;text-transform:uppercase;display:block;width:25%;margin-left:12.5%;margin-right:12.5%;float:left;}
.toppage-apply-now a:hover{background:#d8037a;background:-moz-linear-gradient(top, #d8037a 0%, #f4309d 100%);background:-webkit-linear-gradient(top, #d8037a 0%, #f4309d 100%);background:linear-gradient(to bottom, #d8037a 0%, #f4309d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8037a', endColorstr='#f4309d', GradientType=0);}

/* FROM SEO OPTIMISED CSS */
.form-heading {
margin-bottom: 40px;
margin-top: 130px;
text-align: center
}

.form-heading h1 {
margin-bottom: 10px;
font-family: "museo_sans700"
}

.form-heading p {
color: #d43a84;
font-size: 18px;
margin-top: 12px
}

.banner-main.clearfix, .banner-main {
border: 0
}

.from-below-text-new p, .loan-features p {
color: #000;
font-family: "museo_sans300";
font-size: 16px;
line-height: 22px;
margin-bottom: 12px
}

.from-below-text-new h2, .faq-section h2 {
display: block;
margin-bottom: 20px;
font-family: "museo_sans700";
margin-top: 20px
}

.from-below-text-new ul {
padding-left: 0
}

.from-below-text-new ul li, .loan-left li {
font-family: "museo_sans300";
font-size: 16px;
line-height: 22px;
margin: 8px 0;
padding-left: 22px;
position: relative
}

.from-below-text-new ul li:before, .loan-left li:before {
content: "\f00c";
font-family: FontAwesome;
left: 0;
position: absolute
}

.loan-features, .faq-section {
background: rgba(247, 247, 247, 1) none repeat scroll 0 0;
padding: 60px 0
}

.from-below-text-new a {
background: #d43a84 none repeat scroll 0 0;
color: #fff;
display: inline-block;
margin-top: 20px;
padding: 15px 30px;
font-family: "museo_sans300"
}

.from-below-text-new, .options-section {
padding: 60px 0
}

.loan-features h2, .options-section h2, .loan-left h2, .loan-left h2 {
display: block;
margin-bottom: 10px;
font-family: "museo_sans700";
margin-top: 10px
}

.options-section h2 {
margin-bottom: 25px
}

.three-options-section .span4 {
box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
margin-bottom: 15px;
margin-top: 15px;
min-height: 188px;
padding: 20px
}

.three-options-section .span4 h4, .faq-title h4 {
font-family: "museo_sans500";
font-weight: normal;
margin-bottom: 10px
}

.three-options-section .span4 p {
font-size: 13px;
line-height: 20px;
font-family: "museo_sans300";
margin-bottom: 10px
}

.three-options-section.office-options-section-inner .span4 p {
min-height: 120px
}

.faq-title {
position: relative
}

.faq-title h4::before {
content: "\f078";
font-family: FontAwesome;
position: absolute;
right: 0
}

.three-options-section a.cta_button, .insurance_type a.cta_button {
background: #d43a84 none repeat scroll 0 0;
color: #fff;
display: inline-block;
float: right;
font-size: 14px;
font-family: "museo_sans300";
padding: 9px 15px
}

.three-options-section a.cta_button:hover, .loan-left .hs_cos_wrapper_type_rich_text>a:hover {
background: #000
}

.options-section .container>div>div:last-child {
margin-top: 30px;
text-align: center
}

.options-section .container>div>div:last-child p {
font-size: 16px;
line-height: 22px;
text-align: left;
font-family: "museo_sans300";
margin-bottom: 10px
}

.options-section .container>div>div:last-child a {
background: #d43a84 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 22px;
margin-top: 15px;
padding: 20px 50px
}

.loan-faq-inner {
padding: 6px 0;
cursor: pointer;
font-family: "museo_sans700"
}

.faq-answer {
font-size: 14px;
margin-bottom: 12px;
font-family: "museo_sans300";
line-height: 22px
}

.faq-section .widget-type-widget_container>span>div {
border-bottom: 1px solid #ededed;
padding-top: 10px
}

.faq-section .widget-type-widget_container>span>div:last-child {
border-bottom: 0
}

.faq-answer p {
font-family: "museo_sans300";
margin-bottom: 12px
}

.faq-answer p:last-child {
margin-bottom: 0
}

.option-loan {
margin-top: 130px
}

.inputs-list>li {
display: block;
padding: 0;
width: 100%
}

.inputs-list .hs-form-radio label {
font-weight: normal;
font-family: museo_sans300;
padding-top: 0
}

.inputs-list .hs-form-radio {
display: inline-block !important;
float: left;
text-align: center;
vertical-align: top;
width: 16.6% !important
}

.inputs-list .hs-form-radio label {
display: block !important
}

.hs-form fieldset.form-columns-1 input[type="checkbox"], .hs-form fieldset.form-columns-1 input[type="radio"] {
width: auto
}

.loan-left p {
font-size: 14px;
line-height: 20px;
margin-bottom: 10px
}

.loan-left h1 {
font-family: "museo_sans700";
margin-bottom: 10px
}

.loan-left h2 {
margin: 25px 0 15px !important
}

.loan-right-section form {
background: #f5f5f5;
background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);
border-radius: 8px 8px 0 0;
box-shadow: 0 -4px 4px rgba(0, 1, 1, 0.19);
padding: 35px 25px !important
}

.loan-right-section form input[type="radio"] {
display: none
}

.loan-right-section input[type="radio"]+span.decor {
background: url("https://cdn2.hubspot.net/hubfs/695602/uncheck-radio.png?t=1509347794853");
background-repeat: no-repeat;
margin: 0 auto;
padding-bottom: 30px;
padding-left: 27px;
width: 27px;
display: block
}

.loan-right-section input[type="radio"]:checked+span.decor {
background: url("https://cdn2.hubspot.net/hubfs/695602/checked-radio.png?t=1509347794853");
background-repeat: no-repeat
}

.decor+span {
background: #fff none repeat scroll 0 0;
display: block;
margin: 3px 6px;
padding: 5px 0 2px;
text-align: center;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.decor+span .show-hover {
display: none
}

.loan-right-section input[type="radio"]:checked+span.decor+span .show-main {
display: none
}

.loan-right-section input[type="radio"]:checked+span.decor+span .show-hover {
display: block;
margin: 0 auto;
padding-bottom: 6px;
text-align: center
}

.loan-right-section input[type="radio"]:checked+.decor+span {
background: #d8037a !important
}

.loan-right-section form select, .new-loan-temp-page .loan-right-form select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
border: 1px solid #cbcbcb;
box-shadow: 0 2px 0 0 #d0d0d0;
box-sizing: border-box !important;
color: #8d8c8c;
font-size: 11px;
font-family: "museo_sans500", arial;
height: auto;
max-width: inherit !important;
padding: 10px 0;
text-indent: 5px;
width: 100% !important;
background-image: url("https://cdn2.hubspot.net/hubfs/695602/select-arrow.jpg?t=1509347794853");
background-repeat: no-repeat;
background-position: right
}

.loan-right-section form input {
border: 1px solid #cbcbcb;
box-shadow: 0 2px 0 0 #d0d0d0;
box-sizing: border-box !important;
color: #2c2b2b;
font-family: "museo_sans500", arial;
font-size: 11px;
height: auto;
line-height: 20px;
max-width: inherit !important;
padding: 7px 0;
text-indent: 10px;
width: 100% !important
}

.loan-left .hs_cos_wrapper_type_rich_text>a {
background: #d9057c none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 14px;
line-height: 14px;
margin-top: 20px;
padding: 14px 30px;
text-align: center
}

.loan-left p strong {
font-family: "museo_sans700";
font-weight: normal
}

.lenders-main h2, .reviews-main h2, .faq-section h2, .options-section h2 {
background: url(https://cdn2.hubspot.net/hubfs/695602/1800_approved_2016/images/lenders-border.png?t=1509347794853);
background-repeat: no-repeat;
background-position: center bottom;
color: #000;
font-family: "museo_sans700", arial;
line-height: normal;
margin: 0 auto 25px;
padding-bottom: 10px;
text-transform: uppercase;
text-align: center
}

.from-below-text-new h2, .loan-features h2 {
color: #000;
font-family: "museo_sans700", arial;
line-height: normal;
margin-bottom: 5px;
padding-bottom: 0
}

.lenders-main p {
color: #a7a7a7;
font-family: "museo_sans300", arial;
font-size: 14px;
line-height: 20px;
margin: 0 auto 30px;
max-width: 66%
}

.inner-banner-form+.right-content h2 {
margin-bottom: 12px;
margin-top: 10px
}

.new-loan-temp .form-heading h1 {
color: #000;
font-family: "museo_sans700";
font-weight: normal;
padding: 0;
text-align: center;
text-shadow: none
}

.from-below-text-new h2 a {
background: transparent !important;
color: #000 !important;
font-size: inherit !important;
clear: both;
font-family: "museo_sans700", arial;
text-transform: none !important;
padding: 0 !important;
display: inline-block !important;
font-size: 26px
}

.option-loan {
margin-bottom: 80px
}
/*END FROM SEO OPTIMISED CSS */

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/



/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.owl-carousel .owl-wrapper:after {
    content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/* END OWN CAROUSEL */

/* WMU SLIDER */
/* mwuSlider */
.wmuSlider {
position: relative;
overflow: hidden;
}
.wmuSlider .wmuSliderWrapper {
display: none;
}
.wmuSlider .wmuSliderWrapper article {
position: relative;
text-align: center;
}
.wmuSlider .wmuSliderWrapper article img {
max-width: 100%;
width: auto;
height: auto;
}
/* mwuGallery */
.wmuGallery .wmuGalleryImage {
position: relative;
text-align: center;
}
.wmuGallery .wmuGalleryImage img {
max-width: 100%;
width: auto;
height: auto;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
position: absolute;
width: 40px;
height: 80px;
text-indent: -9999px;
background: url(/hubfs/1800_approved_2016/images/sprites.png) no-repeat 0 0;
top: 50%;
margin-top: -40px;
z-index: 2;
}
.wmuSliderPrev {
background-position: 100% 0;
left: 20px;
}
.wmuSliderNext {
right: 20px;
}
.wmuSliderPagination {
z-index: 2;
position: absolute;
left: 20px;
bottom: 10px;
}
.wmuSliderPagination li {
float: left;
margin: 0 5px 0 0;
list-style-type: none;
}
.wmuSliderPagination a {
display: block;
text-indent: -9999px;
width: 10px;
height: 10px;
background: url(/hubfs/1800_approved_2016/images/sprites.png) no-repeat 0 -80px;
}
.wmuSliderPagination a.wmuActive {
background-position: -10px -80px;
}
#hsForm_855d4944-bd4a-4665-b678-48d2b5fdbe8c input.hs-input,
.hs-form-855d4944-bd4a-4665-b678-48d2b5fdbe8c_aec1bfb1-f0da-496c-bf79-98236ce36f3f  input.hs-input{
width: 100% !important;
}
#hsForm_855d4944-bd4a-4665-b678-48d2b5fdbe8c .ecars-apply .hs-form.stacked fieldset > div > label,
.hs-form-855d4944-bd4a-4665-b678-48d2b5fdbe8c_aec1bfb1-f0da-496c-bf79-98236ce36f3f .ecars-apply .hs-form.stacked fieldset > div > label{
display: inline-block !important;
}
.ecars-apply .hs-form.stacked fieldset > div > label {
   display: inline-block !important; 
}
.hs-form-855d4944-bd4a-4665-b678-48d2b5fdbe8c_59dd2182-bd0c-4b34-99af-3af2f2e338df fieldset {
    margin: 0 auto !important;
}
.ecars-apply .hs-form.stacked fieldset {
    margin: 0 auto !important; 
}
/* END WMU SLIDER */