/* @import url('http://example.com/example_style.css'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); 
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');

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

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

/* These includes are optional, but helpful. */
/* 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;}


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

/*
 
 
 
 
*/
















@font-face {
  font-family: 'AvenirLTStdRoman';
  src: url('https://cdn2.hubspot.net/hubfs/3275932/Homelife%20Mortgage%20June%202017/font/AvenirLTStdRoman.eot?#iefix') format('embedded-opentype'),  url('https://cdn2.hubspot.net/hubfs/3275932/Homelife%20Mortgage%20June%202017/font/AvenirLTStdRoman.woff') format('woff'), url('https://cdn2.hubspot.net/hubfs/3275932/Homelife%20Mortgage%20June%202017/font/AvenirLTStdRoman.ttf')  format('truetype'), url('https://cdn2.hubspot.net/hubfs/3275932/Homelife%20Mortgage%20June%202017/font/AvenirLTStdRoman.svg#AvenirLTStdRoman') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'AvenirLTStd45Book';
  src: url('//cdn2.hubspot.net/hubfs/3275932/Homelife%20Mortgage%20June%202017/font/AvenirLTStd45Book.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/3275932/Homelife%20Mortgage%20June%202017/font/AvenirLTStd45Book.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/3275932/Homelife%20Mortgage%20June%202017/font/AvenirLTStd45Book.ttf')  format('truetype'),
    url('//cdn2.hubspot.net/hubfs/3275932/Homelife%20Mortgage%20June%202017/font/AvenirLTStd45Book.svg#AvenirLTStd45Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'AvenirLTStdBlack';
  src: url('//cdn2.hubspot.net/hubfs/3275932/Homelife%20Mortgage%20June%202017/font/AvenirLTStdBlack.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/3275932/Homelife%20Mortgage%20June%202017/font/AvenirLTStdBlack.woff') format('woff'), url('AvenirLTStdBlack.ttf')  format('truetype'),
    url('//cdn2.hubspot.net/hubfs/3275932/Homelife%20Mortgage%20June%202017/font/AvenirLTStdBlack.svg#AvenirLTStdBlack') format('svg');
  font-weight: normal;
  font-style: normal;
}

.lp-form {
  padding: 50px 0px !important;
}

*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { 
  margin:0; 
  padding:0; 
  background:#fff;
  color: #333e48;
  font-family: 'AvenirLTStd45Book';
  font-size: 16px;
  line-height: 30px;
}
img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:15px 0; margin:0; }

h1 { color:#333c4e; font-family:'AvenirLTStd45Book', Arial, Helvetica, sans-serif; font-size:30px; margin:0; padding:15px 0 25px; line-height:40px; font-weight:normal; clear:both; }
h2 { font-weight:normal; color:#333; font-family:'AvenirLTStd45Book', Arial, Helvetica, sans-serif; font-size:32px; line-height:40px; margin:0; padding:10px 0 10px; clear:both; }
h3 { font-weight:500; color:#333; font-family:'AvenirLTStd45Book', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; margin:0; padding:10px 0 10px; clear:both; }
h4 { font-weight:normal; color:#333; font-family:'AvenirLTStd45Book', Arial, Helvetica, sans-serif; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px; clear:both; }
h5 { font-weight:normal; color:#333; font-family:'AvenirLTStd45Book', Arial, Helvetica, sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:400; color:#333; font-family:'AvenirLTStd45Book', Arial, Helvetica, sans-serif; font-size:22px; margin:0; padding:10px 0; line-height:26px; clear:both; }

a { text-decoration:none; outline:none; color:#00658b; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; }
a:hover { color:#333; }

input , button , textarea, select , 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"] { outline:none; border:1px solid #ccc; background:#fff; height:45px; padding:0 20px; font-family:"AvenirLTStdRoman"; color:#000 !important; font-size:16px; border-radius:3px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:170px; }
input[type=submit] , 
button { width:auto; border:none; cursor:pointer; margin-top:30px; background-image:url(https://cdn2.hubspot.net/hubfs/3275932/Homelife%20Mortgage%20June%202017/blank.png); background-color:#f18b21 !important; font-size:14px !important; line-height:16px; padding:10px 50px !important;   color:#fff !important; display:inline-block; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; font-family:"AvenirLTStdRoman"; border-radius:25px !important;  }
input[type=submit]:hover , button:hover { background-color:#faa31b !important; }

.row-fluid select { color:#333E48;   background-position:calc(100% - 20px)  center;   }

.launch-lp-1-form .hs-form .hs-form-field > label {
  margin: 0px !important;
}
.launch-lp-1-form .row-fluid .form-title {
  padding-bottom: 20px !important;
}
.row-fluid .text-center { text-align:center; }
.row-fluid .hs_submit { text-align:center; }
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.hs-form .hs-form-field > label { font-size:16px; line-height:16px; color:#333e48; font-family: 'AvenirLTStdRoman'; padding-top: 10px !important; display:block; }
.row-fluid .form-box .hs-form-field > label { margin-bottom:8px; } 
.row-fluid .hs-form fieldset.form-columns-2 + fieldset.form-columns-1 > div > div { margin-right:0; } 
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
/*.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }*/
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#333; color:#fff; border-color:#333; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#333;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.buyer-section21 form select { color:#d1d3d3 !important; }
.buyer-section21 form select option { color:#000 !important; }



.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding: 10px 18px;}
.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .set-bg { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .get-bg { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-italic { font-style:italic; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#a1a1a1;  width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#fbb314; }

.row-fluid .container { margin:0 auto !important; width:1010px; padding:0 15px; float:none !important; } 

.row-fluid .cta-btn a { display:inline-block;  font-family: 'AvenirLTStdRoman'; vertical-align:top; padding:15px 30px; border-radius:25px; border:1px solid #f18b21; font-size:14px; line-height:14px; color:#f18b21; }
.row-fluid .cta-btn a:hover { background:#faa31b;color:#fff; }
.row-fluid .orange.cta-btn a { background:#f18b21; color:#fff; }
.row-fluid .orange.cta-btn a:hover { background:#faa31b; color:#fff; border-color:#faa31b; }
/*===============================
# Header Top
================================*/
.row-fluid .header-top { float:left; width:100%; padding:27px 0; transition:all 0.3s; background:#fff; z-index:2; }
.row-fluid .mainmenu ul li a { font-family: 'AvenirLTStdRoman'; font-size:14px; line-height:21px; color:#333e48;   }  
.row-fluid .header-top .cta-btn a:hover { background:#f18b21; }


.row-fluid .banner-sectionDiv .trustpilot { position:relative; left:50%; -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

/*.row-fluid .banner-sectionDiv.banner-section .cta-btn { float:none; display:inline-block; width:auto; }*/
.row-fluid .banner-sectionDiv.banner-section .cta-btn a { background:transparent; border-color:#fff; border-radius:5px;     pointer-events: none;  line-height:normal; padding-top:0; padding-bottom:0; font-size:24px; font-family: 'AvenirLTStd45Book'; height:112px;  }
.row-fluid .banner-sectionDiv.banner-section .cta-btn a span { display:inline-block; position:relative; -moz-transform: translateY(-50%); top:50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.row-fluid .banner-sectionDiv:after { position:absolute; left:0; top:0; display:block; height:100%; width:100%; content:''; background:rgba(92,102,112,.6);  }
.row-fluid .banner-sectionDiv .container { position:relative; z-index:1; }
/*.row-fluid .banner-sectionDiv.banner-section .cta-btn a:hover { background: #f18b21; border-color:#f18b21; }*/

.row-fluid .buyer-section.buyer-section21 { padding:80px 0; }
.row-fluid .qualified-title3 { background:#446ca9; font-size:24px; float:left; width:100%; text-align:center; color:#fff;  padding: 19px 0; border-top-left-radius:3px; border-top-right-radius:3px; }
.row-fluid .buyer-section.buyer-section21 .form-box { border-top-left-radius:0px; border-top-right-radius:0px; border-top:0; }
.row-fluid .buyer-section.buyer-section21 .form-box h3 { display:none !important; }
.row-fluid .buyer-section.buyer-section21 input[type="submit"] { color:#fff !important; }
.row-fluid .buyer-section.buyer-section21:before { opacity:0; }

.row-fluid .social-links42 { float:left; width:100%; padding-top:30px; }
.row-fluid .social-links42 ul { float:left; width:100%; padding:0; }
.row-fluid .social-links42 ul li { float:left; width:auto; list-style:none; margin-right:15px; font-size:18px; }
.row-fluid .social-links42 ul li a { color:#333e48; }
.row-fluid .social-links42 ul li a:hover { color:#faa31b; }


.row-fluid .banner-sectionDiv.banner-section .cta-btn a {  float:none; display:inline-block; width:auto; margin:0 25px; }


/*==============================
# Banner Section
===============================*/

.row-fluid .banner-section { float:left; width:100%; position:relative; padding:190px 0;  }
/*.row-fluid .banner-section:before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; opacity:0.5;  background: rgb(151,169,185);
background: -moz-linear-gradient(left, rgba(151,169,185,1) 0%, rgba(151,169,185,1) 43%, rgba(142,160,177,1) 72%, rgba(130,147,164,1) 100%);
background: -webkit-linear-gradient(left, rgba(151,169,185,1) 0%,rgba(151,169,185,1) 43%,rgba(142,160,177,1) 72%,rgba(130,147,164,1) 100%);
background: linear-gradient(to right, rgba(151,169,185,1) 0%,rgba(151,169,185,1) 43%,rgba(142,160,177,1) 72%,rgba(130,147,164,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97a9b9', endColorstr='#8293a4',GradientType=1 );}*/
.row-fluid .page-title.with-subtitle { font-size:24px; line-height:30px; font-family: 'AvenirLTStd45Book'; color:#fff;   }
.page-title.with-subtitle h1 { font-family: 'Playfair Display', serif; font-size:60px; line-height:62px; color:#fff; padding:0; font-weight:700;  }
.row-fluid .page-title.with-subtitle .secondary-header { padding:30px 0;  }

.row-fluid .call-now { float:left; width:100%; padding:20px 0; background:#446ca9; text-align:center; font-size:24px; line-height:24px; color:#fff;font-family: 'AvenirLTStdRoman'; text-transform:uppercase; letter-spacing:4px;    }
.row-fluid .call-now a {  color:#fff;font-family: 'AvenirLTStdRoman';  }
.row-fluid .call-now a:hover { color:#fff; }

.trustpilot {
  padding-top: 30px;
}

#tp-widget-wrapper {
  text-align: left !important;
}

/*================================
# Option Section
================================*/

.row-fluid .options-section { float:left; width:100%; padding:70px 0 ;  }
.row-fluid .title-section { float:left; width:100%; padding:80px 0; }
.row-fluid .title-section  p { padding:0 0 30px; }
.row-fluid .header-title { text-align:center; }
.row-fluid .header-title.with-subtitle { font-size:18px; line-height:30px; color:#333e48; font-family: 'AvenirLTStd45Book';  position:relative; z-index:1;  } 
.row-fluid .header-title h3,
.row-fluid .header-title h2 { color:#333e48; padding:0 0 20px; font-size:30px; line-height:36px; font-family: 'AvenirLTStd45Book';   }

.row-fluid .option-container { float:left; width:100%; text-align:center; } 
.row-fluid .option-wrap { position:relative; }
.row-fluid .option-wrap:nth-child(odd):before { content:""; position:absolute; bottom:0; left:50%; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);; height:2px; background:#446ca9; width:100px;  }
.row-fluid .option-container > span { display:block; margin:0 -15px;  }
.row-fluid .option-container > span > div > div { float:none; display:inline-block; vertical-align:top; width:33.33%; padding:50px 15px;  }
.row-fluid .option-box { float:left; width:100%; transition:all 0.3s;  border:1px solid #d1d3d3; font-size:14px;line-height:24px;  border-radius:3px; padding:30px; font-family: 'AvenirLTStdRoman';  }
.row-fluid .option-box:hover { box-shadow:0 0 35px rgba(0, 0, 0, 0.15);  }
.row-fluid .option-box:hover .cta-btn a { background:#faa31b; }
.row-fluid .option-image { margin-bottom:20px; }
.row-fluid .option-box h4 { padding:0; font-size:24px; line-height:30px; color:#333e48; font-family: 'AvenirLTStd45Book'; font-weight:700;   }
.row-fluid .min-title  { font-size:16px; color:#333e48; padding:20px;  }
.row-fluid .option-box .cta-btn { margin-top:20px; }

/*==================================
# testimonial Section
===================================*/
.row-fluid .testimonial-section { float:left; width:100%; padding:120px 0; background:#f3f4f4; }
.row-fluid .testimonial-container { float:left; width:100%; position:relative; box-shadow:0px 0px 35px rgba(0,0,0,0.15);  }
.row-fluid .testimonial-box { display:inline-block; vertical-align:top; width:100%; font-size:16px; line-height:24px; color:#333e48; font-family: 'AvenirLTStdRoman';  }
.row-fluid .testimonial-left,
.row-fluid .testimonial-right { float:left; width:50%; }
.row-fluid .testimonial-left { background:#446ca9; position:relative; }
.row-fluid .testimonial-right { background:#fff; }

.row-fluid .testimonial-image { height:100%; float:left;  left:0; }
.row-fluid .testimonial-title { text-align:center; color:#fff; font-size:14px;  right:0; top:50%; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);;   }
.row-fluid .testimonial-title  h4 { font-size:24px; line-height:24px; color:#ffffff;font-family: 'AvenirLTStdBlack'; }
.row-fluid .testimonial-content { position:relative; padding:90px 30px 40px;  }
.row-fluid .testimonial-content:before { content:"“"; position:absolute; top:45px; left:50%; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);; color:#446ca9; font-size:72px; font-weight:900; font-family: 'Playfair Display', serif;   }
.row-fluid .testimonial-content:after { content:""; position:absolute; border:20px solid transparent; border-right-color:#fff; right:100%; top:50%; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);;  }

/*==================================
# Loan Option Page
===================================*/

.row-fluid .page-title.with-subtitle.inner-header  { text-align:center; }
.row-fluid .blue-strip-box { font-size:24px; line-height:36px;   }
.row-fluid .blue-strip iframe { border-radius:5px; max-width:100%; }
.row-fluid .blue-strip { float:left; width:100%; padding:100px 0; background:#446ca9; text-align:center; font-size:30px; line-height:48px; color:#fff; font-family: 'AvenirLTStd45Book'; }
.row-fluid .blue-strip .cta-btn { margin-top:40px; }


/*============================
# Buying a Home  
===========================*/

.row-fluid .service-icon { float:left; width:100%; padding:50px 0; border-bottom:1px solid #d1d3d3;   }
.row-fluid .service-icon-container { float:left; width:100%;  }
.row-fluid .service-icon-container > span > div  { float:left; width:20%; text-align:center;  }
.row-fluid .homeser-icon { float:left; width:100%; padding-bottom:15px; }
.row-fluid .service-icon-container > span > div .service-icon-box a { font-size:14px; line-height:16px; color:#333e48;  font-family: 'AvenirLTStd45Book'; float:left; width:100%; }
.row-fluid .service-icon-container > span > div .service-icon-box a:hover { color:#446CA9; }

.row-fluid .buyer-section { float:left; width:100%; padding:100px 0 0; position:relative; color:#333e48;font-family: 'AvenirLTStd45Book';  font-size:16px; line-height:30px;     }
.row-fluid .buyer-section  h4 { font-size:24px; line-height:36px; color:#333e48; font-family: 'AvenirLTStd45Book';  padding:0 0 20px;  }
.row-fluid .buyer-section p { padding:0 0  25px; }
.row-fluid .buyer-section:before { content:""; position:absolute; bottom:0; left:0; width:100%; height:80px; background:#f3f4f4;  z-index:1; } 

.row-fluid .buyer-section .container {  position:relative;   }
.row-fluid .buyer-right { padding-left:35px; }
.row-fluid .buyer-section .form-box { margin-bottom:0; padding:30px 30px 40px; }
.row-fluid .buyer-section  .hs_submit { text-align:left; }
.row-fluid .buyer-section input[type="submit"], button { margin-top:20px; }
.row-fluid .buyer-image  { position:absolute; bottom:60px; left:0; }

.row-fluid .buyer-section .hs-form .hs-form-field > label { padding-top:0; }


.row-fluid .buyer-container { float:left; width:100%; }
.row-fluid .buyer-container > span > div:nth-child(even) .buyer-box-left { float:right; margin-left:2%; text-align:right; position:relative;  }
.row-fluid .buyer-container > span > div:nth-child(even) .buyer-box-right { float:left;  margin-left:0;   }

.row-fluid .buyer-container > span > div {padding:80px 0;   }
.row-fluid .buyer-container > span > div:nth-child(odd) { background:#f3f4f4;   padding-top:10px;  } 
.row-fluid .buyer-container > span > div:nth-child(odd) .buyer-box-right { padding-top:100px; }
.row-fluid .buyer-container > span > div:nth-child(even) {  position:relative; padding-bottom:0;  }
.row-fluid .buyer-container > span > div:nth-child(even):before {content:""; position:absolute; bottom:0; left:0; width:100%; height:80px; background:#f3f4f4;  }
.row-fluid .buyer-container > span > div:first-child { padding-top:10px; }  
.row-fluid .buyer-container > span > div:last-child { padding-bottom:80px; }
.row-fluid .buyer-container > span > div:last-child:before{ display:none; } 

.row-fluid .buyer-box { font-size:16px; line-height:30px; color:#333e48; font-family: 'AvenirLTStd45Book';    }
.row-fluid .buyer-box .cta-btn { padding-top:40px; }
.row-fluid .buyer-box  h4 { font-size:24px; line-height:36px; color:#333e48; font-family: 'AvenirLTStd45Book';  padding:0 0 20px;  }
.row-fluid .service-icon-container > span > div { padding:0 10px; }

.after-contactpage-submit .row-fluid .buyer-image { position:relative; width:auto; padding-top:50px; }
.after-contactpage-submit .refinancingbuyer-image { padding-bottom:120px; }
/*=========================
# Apply Now
==========================*/

.row-fluid .form-sction { float:left; width:100%; text-align:center; background:#f3f4f4; position:relative; padding:0 0 100px;  }  
.row-fluid .form-sction:before { content:""; position:absolute; top:0; left:0; width:100%; height:155px; background:#fff;  }
.row-fluid .form-box { float:none; background:#fff; display:inline-block; width:750px; padding:60px; max-width:100%; position:relative; z-index:1;  border:1px solid #d1d3d3; border-radius:3px; margin-bottom:100px;  }
.row-fluid .form-box  form { text-align:left; float:none; display:inline-block; vertical-align:top; width:490px; max-width:100%;  }
.row-fluid .form-title { font-size:24px; line-height:30px; color:#333e48; font-family: 'AvenirLTStd45Book'; padding-bottom:30px; }
.row-fluid .form-box  fieldset > div > div { margin-right:0 !important; } 

.row-fluid .calculator .calculator-row select, .calculator-row input {
  width: 45%;
}

.row-fluid .form-box.calculator {
  width: 100%;
}

.row-fluid .form-box.calculator form {
  float: left;
}

/*=============================
# Contact Us 
===============================*/
.row-fluid .form-sction.contact-us { padding-bottom:0; }


/*================================
# About Page
=================================*/

.row-fluid .content-section { float:left; width:100%; border-top:1px solid #d1d3d3; padding:50px 0; margin-top:50px;  font-size:16px; color:#333e48; line-height:24px;  font-family: 'AvenirLTStd45Book';  }
.row-fluid .content-section  p { padding:0 0 30px; }
.row-fluid .padding-bottom-0 { padding-bottom:0 !important; }

.row-fluid .card-section { float:left; width:100%; background:#446ca9; padding:80px 0;  }
.row-fluid .card-box { background:#ffffff; text-align:center; padding: 50px 40px 40px; font-size:14px; line-height:30px; color:#333e48; font-family: 'AvenirLTStdRoman'; box-shadow:0px 0px 35px rgba(0,0,0,0.15);  border-radius: 5px; } 
.row-fluid .card-box h4 { color:#333e48; font-size:36px; line-height:40px; font-weight:900; font-family:"Playfair Display",serif; padding:0 0 30px;  }
.row-fluid .card-section .cta-btn { padding-top:30px; }

.row-fluid .blue-strip.gray-bg { background:#f3f4f4 !important; color:#333e48; }

.row-fluid .card-section.card-section1 { background:#fff; color:#fff; border-bottom:1px solid #d1d3d3; }
.row-fluid .card-section1 .card-box { background:#446ca9; color:#fff; }
.row-fluid .card-section1 .card-box h4 { color:#fff; }


/*=============================
# Advanges Page
===============================*/

.row-fluid .service-container { float:left; width:100%;    }  
.row-fluid .service-container > span > div { float:left; width:50%;  }
.row-fluid .service-container > span > div:nth-child(odd) { padding-right:3%; }
.row-fluid .service-container > span > div:nth-child(even) { padding-left:3%; }
.row-fluid .service-image {  }

.row-fluid .list-style h3 { font-size:24px; line-height:30px; color:#333e48; font-family: 'AvenirLTStd45Book'; padding:0 0 35px; }
.row-fluid .list-style  > h4  { font-size:22px; line-height:30px; color:#333e48; position:relative; margin-bottom:30px; padding:30px 0; font-family: 'AvenirLTStd45Book'; }
.row-fluid .list-style  > h4:before { position:absolute; bottom:0; left:0; width:100px; height:2px; background:#446ca9; content:"";  }
.row-fluid .list-style ul { margin:0; padding:0 0 50px; }
.row-fluid .list-style ul li { position:relative; padding-left:25px; list-style:none; margin-bottom:20px; } 
.row-fluid .list-style ul li strong { font-family: 'AvenirLTStdBlack';  font-weight:400; }
.row-fluid .list-style ul li:last-child { margin-bottom:0; }
.row-fluid .list-style ul li:before { content:"\f00c"; font-family:"FontAwesome"; position:absolute; top:0; left:0;  font-size:16px; color:#446ca9; }


/*===========================
# Non Prime Page
============================*/

.row-fluid .loan-benefits { float:left; width:100%; background:#f3f4f4; padding:100px 0;  }
.row-fluid .loan-benefits .list-style { padding-top:40px; }
.row-fluid .service-section { float:left; padding:50px 0; width:100%;  }


/*=============================
# Footer Section
==============================*/

.row-fluid .footer-section { float:left; width:100%; background:#fff; padding:50px 0 90px; font-size:14px !important; line-height:20px; color:#333e48; font-family: 'AvenirLTStdRoman' !important; }
.row-fluid .footer-section  a { color:#333e48;  }
.row-fluid .footer-section  a:hover { color:#446CA9; }
.row-fluid .footer-nav { float:left; width:100%; padding:0 0 30px; border-bottom:1px solid #d1d3d3; margin-bottom:30px;  }
.row-fluid .footer-social { text-align:right; padding-top:30px;    }
.row-fluid .footer-social  a { font-size:18px; color:#333e48; padding-left:20px; }
.row-fluid .footer-social  a:hover { color:#446CA9;}
.row-fluid .footer-section  p { padding:0 0 10px; }
.row-fluid .footer-right { text-align:right; }
.row-fluid .footer-logo { float:none; display:inline-block; vertical-align:top; width:auto; margin:10px; }

.row-fluid .copyright { float:left; width:100%; background:#446ca9; color:#fff; padding:15px 0; font-size:12px; line-height:12px; }
.row-fluid .copyright a { color:#fff; }
.row-fluid .copyright-text { text-align:right; }
.row-fluid .footer-menu ul { margin:0; padding:0; }
.row-fluid .footer-menu ul li {padding:0 5px; border-left:1px solid #fff; line-height:12px; }
.row-fluid .footer-menu ul li:first-child { padding-left:0; border-left:0; } 
.row-fluid .footer-menu ul li a { color:#fff; font-family: 'AvenirLTStdRoman'; padding:0;  }
.row-fluid .footer-menu ul li a:hover { color:#fff; } 

.row-fluid .refinancingbuyer-image { text-align:center; }
.row-fluid .buyer-left h3 { font-size:24px; line-height:30px; color:#333e48; font-family: 'AvenirLTStd45Book'; padding-bottom:16px; }


/*===============================
# BLog Page
================================*/

.row-fluid .blog-page { float:left; width:100%; padding:85px 0 80px; } 

.row-fluid .subscribe-section { float:left; width:100%; background:#446ca9; padding:85px 0 90px; text-align:center; color:#fff;  }
.row-fluid .subscribe-section .form-title { color:#fff; font-size:30px; line-height:40px; font-family: 'AvenirLTStd45Book';  }
.row-fluid .subscribe-section .form-title span { display:block; font-size:18px; margin-top:20px; }
.row-fluid .subscribe-box .hs-form-field > label { display:none; }

.row-fluid .subscribe-box  form  input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
}
.row-fluid .subscribe-box  form  input::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
}
.row-fluid .subscribe-box  form  input:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}
.row-fluid .subscribe-box  form  input:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
}

.row-fluid .subscribe-box  form { float:none; display:inline-block; width:560px; max-width:100%; vertical-align:top;  }
.row-fluid .subscribe-box  form div:first-child { float:left; } 
.row-fluid .subscribe-box  form .hs_submit { float:right; } 
.row-fluid .subscribe-box  form  input[type="email"] { width:370px; max-width:100%; color:#d1d3d3 !important; }
.row-fluid .subscribe-box  form .hs_submit input[type="submit"] { margin-top:0;  color:#fff !important; width:150px;  padding-left:10px !important; padding-right:10px !important;  }

.row-fluid .review-section { float:left; width:100%; padding:60px 0; background:#f3f4f4; text-align:center; }
.row-fluid .review-section  iframe { float:none; display:inline-block !important; vertical-align:top; }

/* blog listing */
.row-fluid .post-listing { display:block; margin:0 -15px; }
.row-fluid .post-item { float:left; width:33.33%; padding:15px;  } 
.row-fluid .post-wrap { border:1px solid #d1d3d3; border-radius:3px;  transition:all 0.5s; }
.post-content { padding:40px 30px 30px;  }
.row-fluid  .post-wrap:hover { box-shadow:0px 0px 25px rgba(0,0,0,0.15); }
.row-fluid  .post-wrap:hover .orange.cta-btn a { background:#faa31b ; } 
.post-wrap .hs-featured-image-wrapper { float:left; width:100%;}
.post-wrap .hs-featured-image-wrapper a { float:left; height:140px; width:100%; border-radius:3px; }

.date { display:inline-block; vertical-align:top; font-size:14px; color:#333e48; margin-top:25px; }
.date i,
.comment-box i { margin-right:3px; }

.post-header h2,
.post-header h2 a { font-size:18px; line-height:24px; color:#333e48;   font-family: 'AvenirLTStd45Book';  display:block; }

.hubspot-editable { color:#333e48; font-size:14px; display:inline-block; vertical-align:top; font-family: 'AvenirLTStd45Book'; }
.hubspot-editable a,
#hubspot-topic_data a { color:#446ca9; }
.row-fluid .post-item .cta-btn  { text-align:center; padding:25px 0 0;  }
#hubspot-topic_data { font-size:14px; line-height:24px; color:#446ca9; text-transform:capitalize; padding:15px 30px; border-top:1px solid #d1d3d3;   }
#hubspot-topic_data i { margin-right:5px; color:#333e48;   }

.row-fluid .blog-pagination { float:left; width:100%; padding-top:80px; }
.row-fluid .blog-pagination a { font-size:16px; color:#333e48; line-height:20px; }
.row-fluid .blog-pagination a:hover { color:#faa31b ; }
.row-fluid .blog-pagination a.previous-posts-link { float:left; } 
.row-fluid .blog-pagination a.previous-posts-link i { margin-right:5px; }
.row-fluid .blog-pagination a.next-posts-link { float:right; }  
.row-fluid .blog-pagination a.next-posts-link i { margin-left:5px; }

.hs-blog-listing .related-article { display:none; }

/* blog post */

.hs-blog-post .row-fluid .banner-section ,
.hs-blog-post .row-fluid .call-now ,
.hs-blog-post .row-fluid .review-section { display:none; }
.hs-blog-post .row-fluid .header-top { box-shadow:0 0 19px rgba(0, 0, 0, 0.15); }
.hs-blog-post .date { margin-top:0; margin-left:30px; }
.hs-blog-post #hubspot-topic_data ,
.comment-box { width:auto; border:none; display:inline-block; vertical-align:top; padding:0; font-size: 14px; line-height: 24px; color:#333e48; }
.comment-box { margin-right:30px; }
.post-header h1 { font-size:30px; line-height:36px; color:#333e48; font-family: 'AvenirLTStd45Book'; padding:35px 0 45px;  }

.row-fluid .inner-featured { float:left; width:100%; padding:30px 0 40px; }
.row-fluid .inner-featured img { width:100%; border-radius:5px;  }
.hs-blog-post .row-fluid .blog-page .container { max-width:750px; }

.hs-blog-post .post-body { color:#333e48; font-size:16px; line-height:24px; font-family: 'AvenirLTStd45Book'; }
.hs-blog-post .post-body p strong { font-family: 'AvenirLTStdBlack'; font-weight:400; }
.hs-blog-post .post-body p { padding:0 0 30px; }
.hs-blog-post .post-body h3 ,
.hs-author-listing-header { font-size:24px; line-height:30px; padding:22px 0 35px; color:#333e48; font-family: 'AvenirLTStdBlack'; font-weight:400;  }
.hs-author-listing-header {margin-top:20px; text-align:center; padding:20px 0; }
.hs-blog-post .post-body a { color:#446ca9; }
.hs-blog-post .post-body ul { margin:0; padding:20px 0 40px; }
.hs-blog-post .post-body ul li { position:relative; padding-left:25px; list-style:none; margin-bottom:15px; } 
.hs-blog-post .post-body ul li strong { font-family: 'AvenirLTStdBlack';  font-weight:400; }
.hs-blog-post .post-body ul li:last-child { margin-bottom:0; }
.hs-blog-post .post-body ul li:before { content:"\f00c"; font-family:"FontAwesome"; position:absolute; top:0; left:0;  font-size:16px; color:#446ca9; }

.share-box-bottom { display:block; padding:80px 0; border-top:1px solid #d1d3d3; margin-top:45px; }
.share-box  { text-align:center; display:block; }
.share-box a { background:transparent !important;  padding:0 !important; height:auto !important; width:auto !important;  }
.share-box-bottom a  {  margin:0 12px !important;  }
.share-box a  svg  { fill:#446ca9 !important; }
.share-box-bottom  h3 { font-size:24px; line-height:30px; padding:0 0 30px; color:#333e48; font-family: 'AvenirLTStdBlack'; font-weight:400;  }


.share-box-top { width:25px; }
.share-box-top a { display:block; margin:0 0 30px !important; }

.row-fluid .author-box { display:block;  border-top:1px solid #d1d3d3;  border-bottom:1px solid #d1d3d3; padding:80px 0;  }
.row-fluid .author-image,
.row-fluid .author-content { float:none; display:inline-block; vertical-align:middle;  }
.row-fluid .author-image { margin-left:-2px !important; }
.row-fluid .author-content { margin-right:-3px;  font-family: 'AvenirLTStd45Book'; color:#333e48; }
.row-fluid .author-content p { padding:0; }
.row-fluid .author-image img { border-radius:50%; max-width:150px; }
.row-fluid .author-box h3 { padding:0 0 5px; }
.row-fluid .author-box h3 a,
.row-fluid .author-box h3 { font-size:18px; vertical-align:top; line-height:24px; color:#333e48;  font-weight:400; font-family: 'AvenirLTStdBlack'; text-transform:capitalize;  }

.row-fluid .related-article { float:left; width:100%; padding:80px 0; border-bottom:1px solid #d1d3d3; }
.row-fluid .related-article h3 { text-align:center; font-size:24px; line-height:25px; padding:0 0 15px; color:#333e48; font-family: 'AvenirLTStd45Book'; font-weight:400; }
.row-fluid .related-article .post-content { padding:15px;  }

.row-fluid .related-article .post-wrap .hs-featured-image-wrapper a { height:100px; }
.row-fluid .related-article .post-header h2 { padding:25px 0 0; }
.row-fluid .related-article .post-header h2, 
.row-fluid .related-article .post-header h2 a { font-size:14px; line-height:18px; }
.row-fluid .related-article .post-item .cta-btn { padding:15px 0; }

#comments-listing { border-bottom:1px solid #d1d3d3; margin-bottom:70px; }
#comments-listing.no-comments { border:none !important; }
.comment-body { font-size:14px; color:#333e48; line-height:24px;  }
.new-comments .comment.depth-0 { border:none; padding:0;border-left:3px solid #f3f4f4;  padding-left:20px; }
.comment-from h4 { font-size:14px !important; margin-top:-5px; line-height:24px !important; color:#333e48; font-weight:400 !important; font-family: 'AvenirLTStdBlack'; padding:0; }
.comment-date { display:block; width:100%; font-size:12px; color:#d1d3d3; font-family: 'AvenirLTStd45Book';  }
.comment-reply-to   { padding:3px !important; margin:0 !important; font-size:12px !important; color:#446ca9 !important; overflow:hidden !important; height:20px !important; white-space:nowrap; width:35px !important; background:transparent !important;   }

.hs-blog-post .hs-form-required { display:none; }

.blog-comment-form {  float:left; width:100%;  }
.new-comments.no-comments {margin-top:0 !important; }
.blog-comment-form input[type="submit"] { float:left; color:#fff !important; }
.blog-comment-form textarea { margin-right:0 !important; }
.blog-comment-form .new-comments { float:left; width:100%;  }
.comment-box.bottom-comment-box { margin:70px 0 35px; }
.addthis-smartlayers.addthis-smartlayers-desktop { display:none; }

#comment-form.new-comments fieldset  > div > div { margin-right:0 !important; } 
#comment-form.new-comments:before { content:"Leave a reply"; display:block;  font-size:24px; line-height:24px; color:#333e48; font-family: 'AvenirLTStd45Book';  }   
#comment-form.new-comments form:before { content:"Your email address will not be published."; margin:20px 0; display:block;  font-size:14px; line-height:24px; color:#333e48; font-family: 'AvenirLTStd45Book';  }   
.social-sharing-widget-vertical {display: block; float: left;height: auto; margin-left: -130px; padding: 0; width: 55px; position:fixed;}

.secondary-header h3,
.secondary-header h2{
  font-size: 24px;
  line-height: 30px;
  font-family: 'AvenirLTStd45Book';
  color: #fff;
}
.location-map-section {
  padding: 40px 0;
}
.custom-map {
  padding: 40px 0;
}

/* ===================================================================== New CSS 6-12-2018 ========================================================  */

.home-dec2018 .hero-section {
  /* background-image: linear-gradient(to top right, #4E6A96, #3E6196, #457ED6, #1264E3); 
  background: #60c4ec; */
  background: #3e8ede;
}
.home-dec2018 .hero-section .banner-section {
  background-position: bottom center;
  min-height: 700px;
  background-size: 100%;
  padding: 90px 0;
}
.home-dec2018 .hero-section  .page-title.with-subtitle .secondary-header {
  padding: 20px 0;
}
.full-width-text-section {
  padding: 80px 0;
}
.full-width-text-section {
  padding: 80px 0;
  text-align: center;
}
.section-text h2 {
  color: #333e48;
  padding: 0 0 20px;
  font-size: 30px;
  line-height: 36px;
  font-family: 'AvenirLTStd45Book';
}
.home-dec2018 .header-section .mainmenu .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 {
  padding-right: 0px;
}
.home-dec2018 .header-section .header-top .right-header {
  margin-left: 0px;
}
.section-text p {
  font-size: 18px;
  line-height: 30px;
  color: #242a30;
  font-family: 'AvenirLTStd45Book';
  padding: 0 0 0;
  margin: 0 0 10px;
}
.full-width-text-section .trustpilot-widget {
  float: none !important;
  margin: 0 auto;
  text-align: center;
}
/*.full-width-text-section .get-started-cta {
margin-top:10px; 
}*/
.four-box-services-container .service-section-heading {
  text-align:center;
}
.four-box-services-container .service-section-heading-container {
  max-width: 800px;
  margin: 0 auto 30px !Important;
  float: none;
  text-align: center;
}
.section-heading h2 {
  padding: 0;
  color: #333e48;
  padding: 0 0 20px;
  font-size: 30px;
  line-height: 36px;
  font-family: 'AvenirLTStd45Book';
  font-weight: 700;
}
.four-box-services-container {
  padding: 120px 0;
  background: #f3f4f4;
}
.tp100 {
  padding-top: 100px;
}
.service-box {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  background: #fff;
  margin-bottom: 2em;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  position: relative;
  display: flex;
  padding: 2em;
  box-shadow: 0 0 11px #eaf0f6;
}
.service-box .service-box-image-section {
  padding: 0%;
  text-align: center;
}
.service-box .service-box-image-section .service-box-image {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.service-box .service-box-content-section {
  vertical-align: middle;
}
.service-box .service-box-content {
  margin-bottom:10px;
}
.service-box .service-box-content h2 {
  padding: 0;
  font-size: 20px;
  line-height: 1.3636;
  color: #333e48;
  font-family: 'AvenirLTStd45Book';
  font-weight: 700;
  margin: 0 0 15px;
  text-align: center;
}
.service-box .service-box-content p {
  font-size: 15px;
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.6;
  color: #242a30;
}
.service-box .service-box-popular-features-content {
  border-top: 1px solid rgba(0,0,0,0.12);
  padding-top: 25px;
}
.service-box .load-features-heading h3 {
  font-size: 16px;
  line-height: normal;
  padding: 0;
  color: #333e48;
  font-family: 'AvenirLTStd45Book';
  font-weight: 600;
  margin: 0 0 15px;
  text-transform: uppercase;
  text-align: center;
}
.service-box .features-list ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.service-box .features-list ul li {
  position: relative;
  font-size: 15px;
  padding-left: 18px;
  line-height: normal;
  margin: 0 0 8px;
  color: #242a30;
}
.service-box .features-list ul li::before {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 2px;
}
.service-box .service-box-cta {
  text-align: center;
  margin-top: 25px;
}
.service-box .service-box-cta .cta_button {
  font-size: 17px !important;
}
.service-box .service-box-cta .cta_button span {
  font-size: inherit !important;
}
.service-box.featured-service-box .service-box-content h2{
  text-align:left;
}
.service-box.featured-service-box .load-features-heading h3 {
  text-align:left; 
}
.service-box.featured-service-box .service-box-cta {
  margin-top:0;
}
.row-fluid .testimonial-container {
  padding: 0 0 100px;
  box-shadow: none;
  background: #fff;
}
.testimonial-container .testimonial-heading h2 {
  text-align: center;
  margin: 0 0 30px;
}
.testimonial-container .testimonialSlider {
  /*padding: 0 0 0 8%;*/
  max-width: 1550px;
  margin-left: auto;
  margin-right: 0;
}

.testimonial-container .testimonial {
  width: 500px;
  padding: 10px 50px;
  opacity: .6;
  transition: all .3s ease
}
.testimonial-container .testimonial:hover, .testimonial-container .slick-current .testimonial {
  opacity: 1
}
.testimonial-container .qWrapper {
  position: relative;
  background: #f3f4f4;
  /*box-shadow: 0 0 20px rgba(0,0,0,0.1);*/
  padding: 10% 5% 10% 15%
}
.testimonial-container .qImg {
  position: absolute;
  left: -40px;
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #8c9db0;
  background-size: cover;
  background-position: center
}
.testimonial-container .qTitle {
  color: #446CA9;
  padding-bottom: 20px;
  font-size: 14px
}
.testimonial-container .qText {
  font-style: italic
}
.testimonialSlider .slick-current.testimonial {
  opacity: 1;
}
.testimonial-container .testimonial p {
  padding: 0;
  line-height: 1.5;
  margin: 0 0 4px;
  font-size: 15px;
  color: #242a30;
}
.testimonial-container .testimonial .qTitle {
  margin: 0 0 20px;
  font-size: 14px;
}
.row-fluid  .trustpilot-container {
  padding: 120px 0;
}
.location-block-container {
  padding:50px 0;
}
.location-block-container .location-block {
  width:50%;
  margin:0;
  padding: 40px;
  background-size: cover;
  background-position: center;
  position: initial;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 240px;
  float:left;
}
.location-block-container .location-block .location-text {
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 270px;
  float: none;
}
.location-block-container .location-block .location-text h2 {
  font-size: 24px;
  color: #fff;
  padding: 0;
  margin: 0 0 10px;
  line-height: normal;
}
.location-block-container .location-block .location-text p {
  font-size: 17px;
  color: #fff;
  line-height: 26.28px;
  color: #fff;
  padding: 0;
}
.location-block-container .location-block .location-text p a {
  color:inherit;
}
.service-box.featured-service-box .service-box-image-section .service-box-image, .service-box.featured-service-box .service-box-popular-features-content, 
.service-box.featured-service-box .service-box-popular-features-content, .service-box.featured-service-box .service-box-content {
  height:auto !important;
}
/*.full-width-text-section .trustpilot-widget   {
margin-top:50px;
}*/
.row-fluid .container.large {
  max-width: 1300px;
}
.client-testimonial-container {
  position: relative;
  background: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  padding: 2% 0% 2% 5%;
  margin-left: 70px !important;
  max-width: 350px;
}
.client-testimonial-image {
  position: absolute;
  left: -40px;
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
}
.client-testimonial-image img {
  border-radius: 50%;
}
.trustpilot-carousel-container {
  padding: 100px 0;
}
.blog-block-container {
  padding: 100px 0; 
}
.blog-block { 
  padding: 0 40px; 
}
.home-dec2018 .row-fluid .orange.cta-btn a {
  font-size: 20px;
}
.home-dec2018 .service-box .service-box-content p {
  font-size: 18px;
}
.home-dec2018 .section-text p {
  font-size: 20px;
}
.home-dec2018 .blog-content p {
  font-size: 18px;
}
.home-dec2018 .service-box .service-box-cta .cta_button span {
  font-size: 18px !important;
}
.blog-block-container .blog-heading h2 {    
  font-size: 30px;
  padding: 0;
  margin: 0 0 60px;
}
.home-dec2018 .contact-us-container {
  padding: 60px 0;
  background: #f3f4f4;
}
.home-dec2018 .contact-us-container h2 {
  font-size: 30px;
}
.home-dec2018 .row-fluid a.cta_button {
  font-size: 18px !important;
}
a.blog-link {
  cursor: pointer !important;
  background: rgb(243,139,0) !important;
  padding: 8px 18px !important;
  color: #ffffff;
  font-family: sans-serif;
  font-weight: normal;
  border-radius: 5px !important;
  border-width: 0px !important;
}
a.blog-link:hover {
  background: rgb(255,152,0) !important;
  color: rgb(255,255,255) !important;
}
@media (min-width:1300px){
  .row-fluid .buyer-image { width:48.717948718%; text-align:center; }
}
@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {

  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }

}
@media (min-width: 768px) {
  .row-fluid .header-top.fixed { position:fixed; top:0; left:0; background:rgba(255,255,255,0.9); padding:20px 0;  box-shadow:0px 0px 19px rgba(0,0,0,0.15);  }

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { content:"\f0d7"; font-family:'FontAwesome'; margin-left:3px; display:inline-block; vertical-align:top;  }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { width:200px; background:#fff; padding:25px; position:absolute; left:50% !important; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);; top:35px;  border:1px solid #d1d3d3; border-radius:3px;  }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul:before,
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul:after { content:""; position:absolute; z-index:2; bottom:100%; left:50%; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);; border:10px solid transparent; border-bottom-color:#fff; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul:after { bottom:calc(100% + 1px); z-index:1; border-bottom-color:#d1d3d3; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul > li:first-child:before { position:absolute; top:-20px; left:0; width:100%; height:40px; background:transparent; content:"";  }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li { text-align:left; margin-bottom:20px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li:last-child { margin-bottom:0; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a { padding:0; overflow:visible !important; text-overflow:normal !important; white-space:normal !important; max-width:inherit !important; }

  .row-fluid .card-section .cta-btn a { padding:15px 40px; }

  .row-fluid .blue-strip-box { padding:50px 5% 0; }
  .row-fluid .blue-strip-box .cta-btn a { padding-left:55px; padding-right:55px; }

}
@media (min-width:500px){
  .row-fluid .testimonial-image,
  .row-fluid .testimonial-title { position:absolute; width:50%; }
  .row-fluid .testimonial-container > span > div:nth-child(even) .testimonial-left { float:right;  } 
  .row-fluid .testimonial-container > span > div:nth-child(even) .testimonial-right { float:left;  } 
  .row-fluid .testimonial-container > span > div:nth-child(even) .testimonial-image { left:auto; right:0; }
  .row-fluid .testimonial-container > span > div:nth-child(even) .testimonial-title { right:auto; left:0; }
  .row-fluid .testimonial-container > span > div:nth-child(even) .testimonial-content:after { right:auto; left:100%; border-color:transparent; border-left-color:#fff; }



}
@media (max-width:1112px) {
  .home-dec2018 .header-section .mainmenu .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 {
    margin-left: -17px !important;
  }
  .home-dec2018 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 13px !important;
  }
  /*.page-title.with-subtitle h1 {
    font-size: 54px;
    line-height: 56px;
  }*/
}
@media (max-width:991px){

  .row-fluid .header-top { padding:20px 0; }
  .row-fluid .mainmenu ul li a { font-size:12px; }
  .row-fluid .header-top.fixed { padding:15px 0; }
  .row-fluid .cta-btn a { padding:10px 20px; font-size:12px;  }
  .row-fluid .banner-section { padding:60px 0; }
  .page-title.with-subtitle h1 { font-size:42px; line-height:50px;  }
  .row-fluid .page-title.with-subtitle { font-size:16px; line-height:24px;  }
  .row-fluid .page-title.with-subtitle .secondary-header { padding:15px 0; }

  .row-fluid .call-now { letter-spacing:3px; font-size:16px; padding:10px 0;  }
  .row-fluid .options-section { padding:50px 0; }
  .row-fluid .header-title h3,
  .row-fluid .header-title h2{ font-size:24px; padding:0 0 10px;  }
  .row-fluid .header-title.with-subtitle { font-size:16px; line-height:24px;  }

  .row-fluid .option-container { margin-top:15px; }
  .row-fluid .option-container > span > div { float:left; width:50%;  padding:10px; }
  .row-fluid .option-container > span > div > div { width:100%; }
  .row-fluid .testimonial-left, .row-fluid .testimonial-right { width:100%; }

  .row-fluid .testimonial-container .testimonial-content::after { top:-40px !important; bottom:auto !important; left:50% !important; border-color:transparent !important; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);;  border-bottom-color:#fff !important;  }

  .row-fluid .testimonial-section { padding:50px 0; } 

  .row-fluid .blue-strip { font-size:24px; line-height:30px; padding:50px 0;  }
  .row-fluid .blue-strip .cta-btn { margin-top:20px; }

  .row-fluid .title-section { padding:50px 0; }
  .row-fluid .form-box { padding:20px; }
  .row-fluid .form-title { font-size:20px; padding-bottom:20px;  }
  .row-fluid .form-box { margin-bottom:50px; }
  .row-fluid .form-sction { padding-bottom:50px; }

  .row-fluid .content-section { margin-top:30px; padding:30px 0;  }
  .row-fluid .content-section p { padding:0 0 15px; }
  .row-fluid .card-section {padding:50px 0;  }
  .row-fluid .list-style > h4 { padding:20px 0; font-size:20px; margin-bottom:20px;  }

  .row-fluid .loan-benefits { padding:50px 0; }
  .row-fluid .loan-benefits .list-style  { padding-top:10px; }
  .row-fluid .list-style h3 { padding: 0 0 20px; }
  .row-fluid .list-style ul li { margin-bottom:10px; font-size:16px; line-height:20px;  }
  .row-fluid .title-section p { padding:0 0 20px; }
  .row-fluid .list-style h3 { font-size:20px; }

  .after-contactpage-submit .row-fluid .buyer-image { padding-top:20px; }
  .after-contactpage-submit .refinancingbuyer-image { padding-bottom:0; }

  input[type="submit"], button { margin:10px 0; }

  #hubspot-topic_data,
  .post-content { padding:15px; }
  .row-fluid .post-item { padding:10px; }

  .row-fluid .blog-page { padding:60px 0; }
  .post-header h2, .post-header h2 a { font-size:16px; }
  .row-fluid .subscribe-section { padding:50px 0; }
  .social-sharing-widget-vertical { display:none !important; }
  .row-fluid .blog-pagination { padding-top:40px; }    

  .row-fluid .blue-strip-box { font-size:22px; line-height:30px; padding:50px 2% 0;   }
}
@media (min-width: 992px) and (max-width: 1200px){
  .row-fluid .container {  width:920px; }
  .row-fluid .header-top .mainmenu .hs-menu-wrapper > ul > li { padding-right:20px ; }  
  .row-fluid .banner-section { padding:140px 0; }
  .social-sharing-widget-vertical { margin-left:-100px; }
}
@media (min-width: 768px) and (max-width: 991px){

  .row-fluid .container {  width:720px; }	

  .row-fluid .header-top .mainmenu .hs-menu-wrapper > ul > li { padding-right:10px; }
  .row-fluid .mainmenu ul li a { font-size:12px; }

  .row-fluid .card-box h4 { font-size:28px; line-height:32px;  }

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { width:150px; padding:15px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li { margin-bottom:5px;  }
  .row-fluid .banner-sectionDiv.banner-section .cta-btn a { font-size:20px; height:90px;  }
  .row-fluid .qualified-title3 { font-size:20px; }
  .row-fluid .banner-sectionDiv.banner-section .cta-btn a { margin:0 10px; }

}
@media (min-width: 1040px) { 

  .row-fluid .banner-sectionDiv .container {  width: 1017px; }
  .row-fluid .banner-section.banner-sectionDiv { padding:80px 0; }

  .row-fluid .banner-sectionDiv.banner-section .cta-btn a {  padding: 0px 25px; }
}
@media (min-width: 768px) and (max-width: 1200px){

  /* Buying Home Page */
  .row-fluid .buyer-section { padding:50px 0 0; }
  .row-fluid .buyer-section:before, .row-fluid .buyer-container > span > div:nth-child(even):before { display:none; }
  .row-fluid .buyer-section  h4 { font-size:20px; line-height:30px; }
  .row-fluid .buyer-section .form-box { padding:15px; }
  .hs-form .hs-form-field > label { padding:10px 0 5px 0; font-size:14px; }
  .row-fluid .buyer-image { position:relative; bottom:0; text-align:center; }

  .row-fluid .buyer-container > span > div:nth-child(odd) { float:left; width:100%; padding:50px 0; }
  .row-fluid .buyer-container > span > div:nth-child(odd) .buyer-box-right { padding-top:0; }
  .row-fluid .buyer-box  h4 { font-size:18px; line-height:28px; }
  .row-fluid .buyer-container > span > div { padding:50px 0; }
  .row-fluid .buyer-container > span > div:nth-child(even) { float:left; width:100%; padding-bottom:50px; }

  .row-fluid .refinancingbuyer-image { margin-bottom:30px; }  

}
@media (min-width: 30px) and (max-width: 767px){
  .page-title.with-subtitle h1 {
    font-size: 32px;
    line-height: 44px;
  }
  .lp-form {
    padding: 0px 15px !important;
  }

  .call-now .call-us {
    margin-top: 15px;
  }
  .row-fluid .banner-sectionDiv.banner-section .cta-btn a { margin:2.5px 5px; }	
  .row-fluid .container { width:100%; padding:0 20px; float:left !important; }	
  .row-fluid .mainmenu a.mobile-trigger { top:30px;  }	
  .row-fluid .mainmenu.js-enabled .hs-menu-flow-horizontal { top:95px; }
  .row-fluid .mainmenu ul li a { color:#fff; font-size:16px !important;  }
  .row-fluid .mainmenu .cta-btn a {text-align:center; padding:0; border-radius:0; border-top:1px solid #fff; color:#fff; font-size:16px; line-height:45px; display:inline-block; vertical-align:top;   }

  .row-fluid .lplogo-0o img { max-width:150px; }
  .row-fluid .lplogo-0o { float:left; width:auto; }
  .row-fluid .right-header.right-headerou { float:right; width:auto; }
  .row-fluid .buyer-section.buyer-section21 { padding:50px 0; text-align:center; }
  .row-fluid .buyer-section21 .list-style ul li { text-align:left; }
  .row-fluid .social-links42 { padding-top:0; padding-bottom:50px; }
  .row-fluid .social-links42 ul li { float:none; margin:0 3px; display:inline-block; }
  .row-fluid .banner-sectionDiv.banner-section .cta-btn a { width:230px; margin:4px; font-size:17px; height:80px; }
  .row-fluid .qualified-title3 { font-size:20px; }
  .row-fluid .buyer-section.buyer-section21 .hs_submit { text-align:center; }
  .copyright0o { width:100%; text-align:center; padding-bottom:5px; }
  .row-fluid .footer-section,
  .row-fluid .footer-social,
  .row-fluid .footer-right { text-align:center; }

  .row-fluid .footer-right { margin-top:15px; } 
  .row-fluid .footer-section { padding:50px 0; }

  .row-fluid .footer-menu ul li { float:left; width:100%; padding:5px 0; text-align:center; border:none;  }
  .row-fluid .copyright-text { text-align:center; margin-top:10px; }

  .row-fluid .blue-strip  { font-size:16px; line-height:24px; }

  .row-fluid .card-section { padding:30px 0; }
  .row-fluid .card-box { padding:25px 20px 20px; margin:10px 0; float:left; width:100%;   }
  .row-fluid .card-box h4 { font-size:24px; line-height:30px; padding:0 0 20px;   }
  .row-fluid .card-box .cta-btn { padding-top:20px; }

  .row-fluid .service-container { text-align:center; }  
  .row-fluid .service-container > span > div { width:500px; max-width:100%; padding: 0 0 30px !important; float:none; display:inline-block; text-align:center;   }
  .row-fluid .service-container > span > div:last-child { padding-bottom:0 !important; }
  .row-fluid .service-container .list-style ul { padding:0; text-align:left; }

  .row-fluid .list-style > h4 { font-size:18px; line-height:24px; }
  .row-fluid .list-style > h4::before { left:50%; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);;  }
  .row-fluid .loan-benefits-image { text-align:center; margin-bottom:10px;  }
  .row-fluid .loan-benefits .list-style { float:none; display:block; width:400px; max-width:100%; margin:0 auto; }

  /* Buying Home Page */
  .row-fluid .service-icon-container { text-align:center; }
  .row-fluid .service-icon-container > span > div { width:33.33%; padding:0 10px 30px; margin:0 -3px; float:none; display:inline-block; vertical-align:top; }
  .row-fluid .service-icon-container > span > div:last-child { padding:0; }

  .row-fluid .buyer-section { padding:50px 0; }
  .row-fluid .buyer-section:before, .row-fluid .buyer-container > span > div:nth-child(even):before { display:none; }
  .row-fluid .buyer-right { padding:0; }
  .row-fluid .buyer-section  h4 { font-size:20px; line-height:30px; }
  .row-fluid .buyer-section .form-box { padding:15px; }
  .hs-form .hs-form-field > label { padding:10px 0 5px 0; font-size:14px; }
  .row-fluid .buyer-image { position:relative; bottom:0; text-align:center; }

  .row-fluid .buyer-container > span > div:nth-child(odd) { float:left; width:100%; padding:50px 0; }
  .row-fluid .buyer-container > span > div:nth-child(odd) .buyer-box-right { padding-top:30px; }
  .row-fluid .buyer-box  h4 { font-size:18px; line-height:28px; }
  .row-fluid .buyer-container > span > div { padding:50px 0; }
  .row-fluid .buyer-container > span > div:nth-child(even) { float:left; width:100%; padding-bottom:50px; }
  .row-fluid .buyer-box-right { padding-top:30px; }
  .row-fluid .buyer-right .form-box  form { width:100%; }
  .row-fluid .buyer-right .form-title { text-align:center; }
  .row-fluid .buyer-container > span > div:nth-child(even) .buyer-box-left { float:left; width:100%; margin-left:0; }
  .row-fluid .buyer-box img { width:100% !important; }

  .row-fluid .refinancingbuyer-image { margin-bottom:30px; }  

  .row-fluid .post-item { width:50%; }
  .row-fluid .subscribe-section .form-title { font-size:24px; line-height:30px; }
  .row-fluid .subscribe-section .form-title span { margin-top:5px; font-size:14px;  }
  .row-fluid .subscribe-box form div:first-child,
  .row-fluid .subscribe-box form .hs_submit { width:100%; } 

  .post-header h1 { font-size:24px; }
  .hs-blog-post .post-body p { padding-bottom:15px; }
  .hs-blog-post .post-body h3 { font-size:20px; padding:20px 0 25px;  }
  .share-box-bottom { padding:40px 0; margin-top:22px;  }
  .share-box-bottom a { margin:0 5px !important; }
  .row-fluid .author-box,
  .row-fluid .related-article { padding:40px 0; }

  .row-fluid .author-box { text-align:center; }
  .row-fluid .author-box h3 { margin-top:20px; }

  .row-fluid .blue-strip-box { padding-top:20px; }  
  .row-fluid .blue-strip iframe { float:none; display:inline-block !important; vertical-align:top; }


}
@media (max-width:500px){
  .page-title.with-subtitle h1   { font-size:36px; line-height:40px; }
  .row-fluid .page-title.with-subtitle h1  br { display:none;    }
  .row-fluid .option-container > span > div { width:100%; padding:10px;  }
  .row-fluid .post-listing { margin:0; }
  .row-fluid .post-item { width:100%; padding:15px 0;  }


  .row-fluid .testimonial-left,
  .row-fluid .testimonial-right { height:auto !important; }
  .row-fluid .testimonial-title { -webkit-transform: inherit;
-moz-transform: inherit;
-o-transform: inherit;
-ms-transform: inherit;
transform: inherit;; padding:10px 0; float:left; width:100%;  }
  .row-fluid .testimonial-title h4 { padding:0; }
  .row-fluid .testimonial-image { width:100%; height:200px;  }
  .row-fluid .testimonial-container .testimonial-content::after { display:none; }

  .row-fluid .testimonial-content { padding:60px 20px 30px; text-align:center;  }
  .row-fluid .testimonial-content::before { top:35px; }

  .row-fluid .service-icon-container > span > div { width:100%; margin:0; padding:0 0 30px; }
  .hs-blog-post .date { width:100%; margin-left:0;  }
}
@media (min-width: 768px){

  a.mobile-trigger, span.child-triggerm { display: none !important; /* Hide button on Desktop */ }
  .row-fluid .mainmenu .hs-menu-wrapper {  display: block /*!important; */ }

  /* header top css */
  .row-fluid .right-header { text-align:right; }
  .row-fluid .mainmenu,
  .row-fluid .header-cta { float:none; display:inline-block; vertical-align:middle;  width:auto; margin:0; line-height:14px;  }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li  { padding-right:30px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:0; }
  .row-fluid .mainmenu ul li:hover > a { color:#446CA9 !important; }

  .row-fluid .banner-section .cta-btn a { padding:20px 40px; border-radius:30px; }
  .row-fluid .qualified-rightdiv0 { padding-left:50px; }
}
@media (max-width: 767px){

  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
  }


  /* Toggle Button
  ========================================================================== */

  a.mobile-trigger {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 42px;          /* Position Button at top right of screen  */
    right: 15px;        /*******************************************/
    width: 44px; /* Button width */
    height: 44px; /* Button height */      
    padding: 12px 10px;
    background: #446ca9; /* Background color */
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-transition:color .2s ease-in; 
    -moz-transition:color .2s ease-in;
    transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
  }

  a.mobile-trigger span{
    display: inline;
  }

  a.mobile-trigger span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
    position: relative;
    right: 2px;
    content: 'Close'; /* Change the text on the open toggle button */
    background-color: #446ca9;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
    -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
    -moz-transition:background-color 0.2s linear; /* Button color transition effect */
    transition:background-color 0.2s linear; /* Button color transition effect */
    /* background: transparent;  Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
    opacity: 1; 
  }


  /* Toggle Button Icon & Animations
  ========================================================================== */

  a.mobile-trigger i {
    display: inline;
    position: relative;
    top: -2px;
    margin-left: 0;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
    width: 24px; /* Icon line width */
    height: 3px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  a.mobile-trigger  i:before {
    margin-top: -8px; /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
    margin-top: 8px; /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
  ========================================================================== */

  span.child-triggerm {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  span.child-triggerm:hover {
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  span.child-triggerm span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  span.child-triggerm span:after {
    position: absolute;
    content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }

  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }

  span.child-triggerm span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);

    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  


  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .mainmenu ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
    position: absolute; /**************************************************************/
    top: 42px;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/                                              
    width: 100%;   
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
    padding: 40px 0 0 0; /* Padding to add room for close button */
    background-color: #446ca9; /* Menu background color set off global mobile-menuColor variable */
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

  /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
    position: relative;
  }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
    padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
    color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

}
@media(max-width: 767px) {

  .home-dec2018 .hero-section .banner-section {
    text-align:center;
    min-height: 550px;
    padding: 50px 0;
  }
  .full-width-text-section {
    padding: 50px 0;
  }
  .section-text h2 {
    padding: 0 0 10px;
    font-size: 24px;
    line-height: 1.3;
  }
  .four-box-services-container {
    padding: 50px 0;
  }
  .section-text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .service-box.featured-service-box .service-box-cta {
    margin-bottom: 30px;
  }
  .service-box .service-box-cta {
    padding-top:0;
  }
  .service-box.featured-service-box .service-box-content h2 {
    text-align: center;
  }
  .service-box .service-box-popular-features-content {
    margin-top: 10px;
  }
  .service-box .load-features-heading h3 {
    font-size:14px;
  }
  .four-box-services-container .service-box + .service-box:last-child{
    margin-bottom:0;
  }
  .row-fluid .testimonial-container {
    padding: 50px 0 30px;
  }
  .testimonial-container .testimonial-heading h2 {
    margin: 0 0 30px;
    font-size: 25px;
    padding: 0;
  }

  .row-fluid .trustpilot-container {
    padding: 50px 0;
  }
  .location-block-container .location-block .location-text h2 {
    font-size:20px;
  }
  .location-block-container .location-block .location-text p {
    font-size:15px;
  }
  .section-heading h2 {
    font-size:24px;
    line-height:1.3;
  }

  /*------- 12-12 --------*/
  .trustpilot .trustpilot-widget {
    float: none !important;
    margin: 0 auto !important;
  }
  .page-title.with-subtitle h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media(max-width: 650px) {  
  .location-block-container .location-block {
    width: 100%;
    float: none;
    padding: 30px;
    height: 290px;
  }
}
@media(max-width: 530px) { 
  .testimonial-container .testimonial {
    width: 350px;
  }
  .testimonial-container .testimonial .qImg {
    width: 50px;
    height: 50px;
    left: -25px;
    top: 25px;
  }
}
@media(max-width: 500px) { 
  .home-dec2018 .hero-section .banner-section {
    min-height: 420px;
  }
  .home-dec2018 .hero-section .page-title.with-subtitle .secondary-header {
    padding: 10px 0;
  }
  .service-box {
    padding:1.5em;
  }
  .page-title.with-subtitle h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media(max-width: 400px) {
  .home-dec2018 .hero-section .banner-section {
    padding: 30px 0;
  }
  .secondary-header h3, .secondary-header h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .trustpilot {
    padding-top: 25px;
  }
  .page-title.with-subtitle h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media(max-width: 350px) { 
  .testimonial-container .testimonial {
    width: 325px;
  }
}
i.fa.fa-phone {
  padding: 6px;
}