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;}
.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);}
#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;}

.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%;}
.how-work-each span.circle img{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}
.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://www.1800approved.com.au/hubfs/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 (min-width:992px) and (max-width:1199px){
   h1{font-size:32px;}
   h2{font-size:26px;}
}
@media (max-width:1023px){.pensioner .banner-form{display:block;float:none !important;margin-left:auto;margin-right:auto;margin-top:0;}
   
}
@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){
   
   h1 {
      font-size: 24px !important
   }
   h2 {
      font-size: 16px !important
   }
}
@media (max-width:767px){h1{font-size:24px;}
   h2{font-size:16px !important; text-align: center !important;}
   h3{font-size:18px;}
   .banner-left-section{padding:0 15px;}
   .logo{max-width:150px;position:relative;top:-3px;z-index:1000;}
   
   .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;}
   .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;}
   
   .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;}
   
   .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;}
   
}
@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: 16px
   }
   .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: 20px !important}
   h2 {font-size: 16px !important}
   .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
}

.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
}
/*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 */