/* @import url('http://example.com/example_style.css'); */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,600,600italic,400italic,300italic,700italic,800italic|Montserrat:400,700);
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');

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

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

/* font-family: minion-pro, serif; */

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


/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   START THEME CONFIGURATION   *******************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/
 
    /* ----- Structure & Design ----- */

    
    
    
    
    
    
    /* ----- Base Colors ----- */
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /* ----- Drop-Down Menu ----- */
    
    
    
    
    
    
    
    /* ----- Mobile Menu ----- */ 
    
    
    
    


/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   END THEME CONFIGURATION   *********************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/
 



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




@font-face {
    font-family: 'Proxima Nova Black';
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Black.eot');
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Black.woff2') format('woff2'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Black.woff') format('woff'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Black.ttf') format('truetype'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Extrabld.eot');
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Extrabld.woff') format('woff'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Extrabld.ttf') format('truetype'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
    font-weight: 800;
    font-style: normal;
}


@font-face {
    font-family: 'ProximaNova';
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Bold.eot');
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Bold.woff') format('woff'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova Md';
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Medium.eot');
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Medium.eot?#iefix') format('embedded-opentype'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Medium.woff2') format('woff2'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Medium.woff') format('woff'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Light.eot');
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Light.woff2') format('woff2'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Light.woff') format('woff'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Bold_1.eot');
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Bold_1.eot?#iefix') format('embedded-opentype'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Bold_1.woff2') format('woff2'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Bold_1.woff') format('woff'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Bold_1.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Sb';
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Semibold.eot');
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Semibold.woff') format('woff'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Marion-Bold';
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/Marion-Bold.eot');
    src: url(//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/%27Marion-Bold.eot?#iefix%27) format('embedded-opentype'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/Marion-Bold.woff2') format('woff2'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/Marion-Bold.woff') format('woff'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/Marion-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/*
@font-face {
    font-family: 'Marion';
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/Marion.eot');
    src: url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/Marion.eot?#iefix') format('embedded-opentype'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/Marion.woff2') format('woff2'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/Marion.woff') format('woff'),
        url('//cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/Marion.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'Marion';
    src: url('://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/Marion-Regular.eot');
    src: url('://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/Marion-Regular.eot?#iefix') format('embedded-opentype'),
        url('://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/Marion-Regular.woff2') format('woff2'),
        url('://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/Marion-Regular.woff') format('woff'),
        url('://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/Marion-Regular.ttf') format('truetype'),
        url('://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/fonts/Marion-Regular.svg#Marion-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}



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






/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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

body { margin:0; padding:0; font-family: minion-pro, serif; font-size:16px; font-weight:300; line-height:28px; color:#808285; background:#FFFFFF; overflow-x:hidden }

img { border:0; max-width:100%; height:auto; }

hr { background:#ccc; height:1px; border:none; outline:none; clear:both; margin:30px 0; }
.img-responsive2 { max-width:100%; height:auto; }

.clear { clear:both }

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

strong { font-family: 'Proxima Nova Th'; }

ul.slides , ul.flex-direction-nav , ol.flex-control-nav { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a { display:inline-block; border:1px solid #009491; width:15px; height:15px; font-size:0; text-index:-9999; cursor:pointer; }
.row-fluid ol.flex-control-nav li a:hover , .row-fluid ol.flex-control-nav li a.flex-active { background:#009491; }


blockquote { border-left:4px solid #009491; margin:15px 0 25px; padding:10px 25px; }
blockquote em { display:block; opacity:0.8; }

/*Heading*/
h1 { color:#1D4179; font-family: 'Proxima Nova Th'; font-size:40px; margin:0; padding:15px 0 25px; line-height:48px; font-weight:700; clear:both;  text-transform: uppercase; }
h2 { font-weight:700; color:#1D4179; font-family: 'Proxima Nova Th'; font-size:37px; line-height:44px; margin:0; padding:0 0 10px; clear:both; }
h3 { font-weight:700; color:#1D4179; font-family: 'Proxima Nova Th'; font-size:30px; line-height:36px; margin:0; padding:0 0 10px; clear:both }
h4 { font-weight:700; color:#1D4179; font-family: 'Proxima Nova Th'; font-size:28px; line-height:34px; margin:0; padding:0 0 10px; clear:both }
h5 { font-weight:700; color:#1D4179; font-family: 'Proxima Nova Th'; font-size:26px; line-height:30px; margin:0; padding:0 0 10px; clear:both; }
h6 { font-weight:700; color:#1D4179; font-family: 'Proxima Nova Th'; font-size:22px; margin:0; padding:0 0 10px 0; line-height:26px; clear:both }


.row-fluid .title-text { padding:0 0 10px; max-width:720px; width:100%; }
.row-fluid .title-text h2 { font-weight: 700; /*letter-spacing: 2px; */padding:0 0 0; }
.row-fluid .sub-line { font-size:20px; line-height:28px; font-family: 'Proxima Nova Sb'; font-style:italic; color:#009491; }
.row-fluid .sub-line:after { content:''; margin:24px 0 10px; width:105px; display:block; height:1px; background:#B99B7E; }

.row-fluid .title-textcen { margin:0 auto !important; text-align:center; width:100%; float:none; }
.row-fluid .title-textcen .sub-line:after { margin:24px auto 10px; }
 
.row-fluid .title-withbg { padding:0 0 10px; max-width:720px; width:100%; color:#FFFFFF; }
.row-fluid .title-withbg h2 { font-weight: 700; /*letter-spacing: 2px;*/ padding:0 0 0; color:#FFFFFF; }
.row-fluid .title-withbg .sub-line { font-size:20px; line-height:28px; font-family: 'Proxima Nova Sb'; font-style:italic; color:#FFFFFF; }
.row-fluid .title-withbg .sub-line:after { content:''; margin:24px 0 10px; width:105px; display:block; height:1px; background:#FFFFFF; } 
 
 
.row-fluid .title-text2 { padding:0 0 10px; width:100%; }
.row-fluid .title-text2 h3 { font-weight: 700; /*letter-spacing:2px;*/ padding:0 0 0; font-size:25px; line-height:32px; }
.row-fluid .title-text2 h3:after { content:''; margin:24px auto 10px; width:105px; display:block; height:1px; background:#B99B7E; }

/*anchor link*/
a { text-decoration:none; outline:none; color:#009491; -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:#B99B7E; }

/*Button Link Option*/
.row-fluid .link-style a , .row-fluid a.link-style , .hs_cos_wrapper_type_google_search a.hs-button { letter-spacing:0.5px; cursor:pointer; font-weight:600; text-transform: uppercase; line-height:24px; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:17px 25px;  background-color:#1D4179; color:#FFFFFF; border-radius:4px; margin:5px 0 0; font-size:16px; min-width:280px; text-align:center; font-family: 'Proxima Nova Th'; }
.row-fluid .link-style a:hover , .row-fluid a.link-style:hover , .hs_cos_wrapper_type_google_search a.hs-button:hover  { background:#009491; color:#FFFFFF; }

.row-fluid .link-style2 a , .row-fluid a.link-style2 { letter-spacing:0.5px; font-weight:600; text-transform: uppercase; line-height:24px; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:17px 25px;  background-color:#009491; color:#FFFFFF; border-radius:4px; margin:5px 0 0; font-size:16px; min-width:280px; text-align:center; font-family: 'Proxima Nova Th'; }
.row-fluid .link-style2 a:hover , .row-fluid a.link-style2:hover  { background:#B99B7E; color:; }


input , form 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 #E6E7E8; background:#fff; height:50px; padding:0 20px; font-size:16px; box-shadow:-3px 3px 3px rgba(0,0,0,0.2); font-family: 'ProximaNova'; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
select { background:#fff url(https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/arrow-b.png) no-repeat right 10px center; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button {  border:none; outline:none; cursor:pointer; background:none; white-space:normal; -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; }
input[type=submit] , form button, .hs-button {  background:url(//cdn2.hubspot.net/hubfs/383029/media-theme/images/blank.png) no-repeat left top #1D4179; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; }
input[type=submit]:hover , form button:hover, .hs-button:hover { background:#009491; color:#FFFFFF; }
 

/* Click to top scroll */


.back-to-top { cursor:pointer; position: fixed; right: 20px; bottom: 20px; color:#FFFFFF; width: 50px; height: 50px; text-align: center; line-height: 50px; background:#1D4179; -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
    -ms-transition: ease all 0.4s;
    transition: ease all 0.4s; opacity:0; }
.back-to-top.show { opacity:1; }
.back-to-top:hover { background:#009491; color:#FFFFFF; }

/* Corners Option */





 .row-fluid .link-style a, .row-fluid ol.flex-control-nav li a, ul.slick-dots li button, .row-fluid a.link-style, .row-fluid .link-style2 a, .row-fluid a.link-style2, input[type=submit], button, .hs-button, .back-to-top, .row-fluid ol.flex-control-nav li a , .row-fluid .team-bsocial a , .row-fluid .pagination-blog li a { border-radius:0; }




ul.slides , ul.flex-direction-nav , ol.flex-control-nav , ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav , ul.slick-dots { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li , ul.slick-dots li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a , ul.slick-dots li button { display:inline-block; border:1px solid #009491; width:15px; height:15px; font-size:0; text-index:-9999; cursor:pointer; }
.row-fluid ol.flex-control-nav li a:hover , .row-fluid ol.flex-control-nav li a.flex-active , ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#009491;  }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#FFFFFF; background:#009491;; 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:#1D4179; color:#FFFFFF;  }
.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.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:12px; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.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.form-columns-1 .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
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:#1D4179; color:#FFFFFF; border-color:#1D4179; }
.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:#1D4179; background:#1D4179;  border-radius:100%; }



@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; }
  .blog-section.case-study-blog-post .blog-Insec .section.post-body h4:before{ left: -30px; }
 .blog-section.case-study-blog-post .blog-Insec .section.post-body{ padding-left: 30px; }
  
}

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

.row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a:link , .row-fluid  .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a:visited , .hs-menu-wrapper.hs-menu-flow-vertical li a { word-wrap: break-word; max-width: none !important; text-overflow: inherit !important; vertical-align:top; white-space: normal; }
.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; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

/*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 { color:#fff; }
.row-fluid .text-italic { font-style:italic; }

.row-fluid .text-light , .row-fluid .title-light h1 , .row-fluid .title-light h2 , , .row-fluid .title-light h3 , .row-fluid .title-light h4 , .row-fluid .title-light h5 , .row-fluid .title-light h6 { font-weight:300; }
.row-fluid .text-medium , .row-fluid .title-medium h1 ,  .row-fluid .title-medium h2  , .row-fluid .title-medium h3 , .row-fluid .title-medium h4 , .row-fluid .title-medium h5 , .row-fluid .title-medium h6 { font-weight:600; }
.row-fluid .text-bold , .row-fluid .title-bold h1 ,  .row-fluid .title-bold h2  , .row-fluid .title-bold h3 , .row-fluid .title-bold h4 , .row-fluid .title-bold h5 , .row-fluid .title-bold h6 { font-weight:700; }
.row-fluid .text-extrabold , .row-fluid .title-extrabold h1 ,  .row-fluid .title-extrabold h2  , .row-fluid .title-extrabold h3 , .row-fluid .title-extrabold h4 , .row-fluid .title-extrabold h5 , .row-fluid .title-extrabold h6 { font-weight:900; }

ul { margin:0; padding:0; list-style-type:none; }  
ul li { margin:0; padding:0; display:block; }


/*grayscale*/
.row-fluid .grayscale-image img {  -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);  -ms-filter: grayscale(100%);  -o-filter: grayscale(100%);  filter: grayscale(100%);  filter: gray; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.row-fluid .grayscale-image img:hover { -webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0); filter: gray;  }

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

/*fancybox*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index:8030; }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('//cdn2.hubspot.net/hubfs/383029/media-theme/images/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; color:#fff; font-family:'FontAwesome'; border-radius:100%; color:#fff !important; background:#1D4179; text-align:center; line-height:36px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2) ; }
.fancybox-close:before { content: "\f00d"; }

.fancybox-nav { text-align:center; position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('//cdn2.hubspot.net/hubfs/383029/media-theme/images/blank.png'); /* helps IE */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 36px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; font-family:'FontAwesome'; border-radius:100%; color:#fff !important;  background:#1D4179; line-height:36px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2);  }
.fancybox-prev span { left: 10px; }
.fancybox-prev span:before { content: "\f104"; }
.fancybox-next span { right: 10px;   }
.fancybox-next span:before { content: "\f105"; }
.fancybox-close:hover , .fancybox-nav span:hover { background:#009491; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
/* Overlay helper */

.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background:rgba(000,000,000,0.6); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
/* Title helper */

.fancybox-title { visibility: hidden; font: normal 13px/20px Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
 #fancybox-loading div {  background-image: url('//cdn2.hubspot.net/hubfs/383029/media-theme/images/fancybox_loading@2x.gif'); }
}

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }
.row-fluid .bg-repeat { background-size:auto; background-repeat:repeat; }

.row-fluid .sripttitle h2 { font-size: 35px; line-height: 44px; }

.row-fluid .wrapper { margin:0 auto !important; max-width:1070px; float:none !important; padding:0 0; } 

.row-fluid .dotted ul { padding:0 0 0 10px; }
.row-fluid .dotted ul li { padding:2px 0 2px 15px; position:relative; }
.row-fluid .dotted ul li:before { content:''; width:7px; height:7px; position:absolute; top:13px; left:0; background:#009491; border-radius:10px; }

.row-fluid .button-cta a { color:#009491; font-family: 'Proxima Nova Sb'; }
.row-fluid .button-cta a:after { content:''; display:inline-block; border:3px solid transparent; border-left-color:#009491; vertical-align: middle; border-left-width:12px; margin-left: 6px; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.row-fluid .button-cta a:hover { color:#B99B7E; }
.row-fluid .button-cta a:hover:after { border-left-color:#B99B7E; }

.row-fluid .content-section { padding-top:80px; padding-bottom:80px; float:left; width:100%; }
.row-fluid .altcontent-section { background:#f5f5f5; }
.row-fluid .top-header { padding:0 0 20px; background:url('https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/top-style.png') no-repeat; background-position: top right; position:fixed; top:0; left:0; width:100%; z-index:999; }
.row-fluid .top-started { width:auto; font-size:15px; line-height:20px;  text-transform:uppercase; color:#fff; font-family: 'Proxima Nova Th'; text-align:right; position:absolute; top:0; right:0; }
.row-fluid .top-started a { padding:8px 12px; color:#fff; letter-spacing: 1px; display:inline-block; }
.row-fluid .top-started a:hover { color:#B99B7E; }
.row-fluid .top-header.fixed { background-color:#fff; }

.row-fluid .top { text-align:right; }
.row-fluid .top ul li { padding:0 8px; display:inline-block; font-size:12px; line-height:16px; vertical-align:middle; font-family: 'Proxima Nova Sb'; font-weight: 600; }
.row-fluid .top-contact , .row-fluid .top-contact1 { margin:0; padding:5px 0 0; float:none; width:auto; display:inline-block; vertical-align:middle; }
.row-fluid .top-contact { padding:5px 12px 0 0; font-size:16px; line-height:22px; font-family: 'Proxima Nova Th'; }

.row-fluid .header { margin-top:7px; }

/*menu*/
.row-fluid .mainmenu { float:none; width:auto; margin:0; display:inline-block; vertical-align:top; } 
.row-fluid .mainmenu .hs-menu-wrapper > ul { vertical-align: top; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { line-height:20px; padding:4px 17px; font-size:14px; color:#1D4179; vertical-align: top; font-family: 'Proxima Nova Sb'; }

.row-fluid .header-right { text-align:right; }

/* search-section */
.row-fluid .search-section { margin:0; width:auto; position:relative; float:none; display:inline-block;  border-left: 1px solid rgba(255,255,255,0.15); -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;; vertical-align:top; }
.row-fluid .gsc-input-box {border:none !important;}
.row-fluid .gsc-input-box input[type="text"] { font-weight:600; background:none !important; border-radius:0 !important; font-size:14px !important; padding:0 60px 0 15px !important; text-indent:0 !important; letter-spacing:0; text-transform:capitalize; }
.row-fluid .gsc-search-button { position:absolute; right:0; margin:0; top:0; background:none; border:none; width:50px; height:100%; padding:0; overflow:hidden; text-align:center; }
.row-fluid .gsc-search-button:before { z-index:1; width: 100%;  top: 0; height:100%; position:absolute; right:0; content:"\f002"; font-family:'FontAwesome'; line-height:45px; font-size:18px; color:#FFFFFF; background:#1D4179; -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;; }
.row-fluid .gsc-search-button:hover:before { opacity:0.7; }
.row-fluid .gsc-search-button input { z-index:5;  position:absolute; top:0; right:0; width:100%; height:100%; opacity:0; cursor:pointer; }
.row-fluid .gsc-control-cse { padding:0;  border:none; background:none }
.row-fluidcase-sec .gsib_a {padding:0; border:none;}
.row-fluid .gsc-search-box-tools .gsc-search-box .gsc-input { padding:0; width:100%; border:1px solid #1D4179; }
.row-fluid .gsc-results-wrapper-visible {margin-left:40px;}
.row-fluid a.gs-title {float:left; line-height:20px;}
.row-fluid .gsc-input-box,.gsc-input-box-focus { border:none !important; box-shadow: none !important; height:43px; }
.row-fluid form.gsc-search-box { position:relative; }
.row-fluid td.gsib_b { position:absolute; right:-30px; top:50%; margin:-7px 0 0; }
html > body .gsc-inline-block {  min-width: 110px; }
.row-fluid .gsc-branding { display:none; }
.row-fluid .top-search input.gsc-input { height:44px !important; width:100%; font-size:12px; text-indent:0 !important; border:none; padding:0 15px; color:#000; }

.row-fluid .search-icon { width:24px; display:inline-block; color:#1D4179; font-size:22px; text-align:right; cursor:pointer; margin:0; padding:0; }
.row-fluid .search-icon:before { content:"\f002"; font-family:'FontAwesome'; line-height:26px; font-size:18px; display:inline-block; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.row-fluid .search-icon:hover:before { color:#333333; opacity:0.7; }
.row-fluid .top-search { position:relative; }
.row-fluid .top-search .gsc-control-cse { width:auto; border:none; position:absolute; right:0; top:61px; z-index:1;  }
.row-fluid .top-search .gsc-search-box { width:300px; height:0;  overflow:hidden; border:none;  position:relative; -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;;  }
.search-open .row-fluid .top-search .gsc-search-box { margin: 0; height:45px; }
.search-open .row-fluid .search-icon { display:block; }
.search-open .search-icon:before { content:"\f00d"; }

.row-fluid .hero-sec { padding:210px 0 130px; position:relative; }
.row-fluid .hero-sec:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(255,255,255,0) 68%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,0) 68%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 86%,rgba(255,255,255,0) 72%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }

.row-fluid .hero-sec > div { position:relative; }
.row-fluid .hero-text { max-width:550px; width:100%; font-family: 'Proxima Nova Sb'; font-size:21px; line-height:34px; }
.row-fluid .hero-text h1 { font-size:65px; line-height:74px; font-family: 'Proxima Nova Lt'; font-weight:300; }
.row-fluid .hero-text h1 span { margin-top:12px; display:block; font-size:77px; line-height:82px; font-family: 'Proxima Nova Black'; }
.row-fluid .hero-content { font-style:italic; padding:20px 0 50px; }

.row-fluid .breadcrumb { width:100%; float:left; padding:10px 0 15px; }
.row-fluid .breadcrumb ul li { padding:0 0 0 10px; font-family:'ProximaNova Md'; color:#1D4179; letter-spacing:0.5; }
.row-fluid .breadcrumb ul li a { color:#808285; font-family:'ProximaNova Md'; letter-spacing:0.5; }
.row-fluid .breadcrumb ul li a:hover { color:#009491; }

.row-fluid .case-sec { padding:20px 28px 50px; background:rgba(0,148,140,0.25); }
.row-fluid .case-Insec { margin:0; max-width:1540px; width:100%; float:right; }
.row-fluid .case-sec input, .row-fluid .case-sec button, .row-fluid .case-sec textarea, .row-fluid .case-sec select, .row-fluid .case-sec input[type="text"], .row-fluid .case-sec input[type="password"], .row-fluid .case-sec input[type="datetime"], .row-fluid .case-sec input[type="datetime-local"], .row-fluid .case-sec input[type="date"], .row-fluid .case-sec input[type="month"], .row-fluid .case-sec input[type="time"], .row-fluid .case-sec input[type="week"], .row-fluid .case-sec input[type="number"], .row-fluid .case-sec input[type="email"], .row-fluid .case-sec input[type="url"], .row-fluid .case-sec input[type="search"], .row-fluid .case-sec input[type="tel"], .row-fluid .case-sec input[type="color"] { padding:0 10px; height:38px; font-size:13px; color:#1D4179;  font-family: 'Proxima Nova Sb'; }

.homepage .case-sec form .hs_submit{ width: 14% !important;}
#hs_form_target_module_1526912845370629 .hs-form-field{width: 100% !important;}
.homepage .row-fluid .case-sec .hs-form-field { padding:0 6px 0 0; width:100%; float:none; position:relative; z-index:5; display:inline-block; }
.homepage .row-fluid .case-sec .hs-form-field > label { display:none; }  
.row-fluid .case-sec h4 { font-size:18px; line-height:26px; letter-spacing:2px; text-transform:uppercase; }
.row-fluid .case-sec .hs_submit.hs-submit { padding:0 0 0; width:100%; float:none; display:inline-block; background-color:#1D4179; -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;; }
.row-fluid .case-sec .hs-button { padding:0 20px; width:100%; color:#fff; box-shadow:none; text-align:left; position:relative; z-index:5; }
.row-fluid .case-sec .hs-button:hover { background-color:#1D4179; }
.row-fluid .case-sec form { position:relative; }
.row-fluid .case-sec .hs_error_rollup { display:inline-block; position:absolute; bottom:0; right:75px; line-height:auto; }
.row-fluid .case-sec .hs_error_rollup .inputs-list { line-height:auto; padding:0; }

.row-fluid .case-sec ::-webkit-input-placeholder {
  color:#1D4179;
}
.row-fluid .case-sec ::-moz-placeholder { /* Firefox 19+ */
  color:#1D4179;
}
.row-fluid .case-sec :-ms-input-placeholder { /* IE 10+ */
  color:#1D4179;
}
.row-fluid .case-sec :-moz-placeholder { /* Firefox 18- */
  color:#1D4179;
}



.row-fluid .cf-logoM { display:none; } 
.row-fluid .commer-sec { margin-top:50px; padding:75px 0 0; position:relative; background-position:center right; background-size:auto; }
.row-fluid .commer-sec:after { content:''; position:absolute; width:35%; position:absolute; top:-25px; left:0; bottom:-50px; z-index:2; background:#1D4179; -webkit-border-radius: 0 200px 200px 0;
    -moz-border-radius: 0 200px 200px 0;
    -o-border-radius: 0 200px 200px 0;
    -ms-border-radius: 0 200px 200px 0;
    border-radius: 0 200px 200px 0;; }
.row-fluid .commer-sec:before { content:''; width:100%; height:237px; background:url('https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/curve.png')no-repeat; position:absolute; bottom:calc(100% - 34px); left:0; background-position:top right; background-size:auto 201px; z-index:2; }
.row-fluid .commer-img { position:absolute; top:-182px; right:-0; width:73%; }
.row-fluid .commer-text { padding:20px 10px 30px; max-width:580px; background:rgba(29,65,121,0.85); position:relative; z-index:3; }
.row-fluid .commer-text h3 { font-size:26px; line-height:34px; color:#fff; }
.row-fluid .commer-logo { width:30%; z-index:22; position:absolute; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }

.row-fluid .funding-sec { margin-bottom:38px; padding:160px 0 0; background:#EFF4F4; position:relative; }
.row-fluid .funding-sec1 { padding:30px 0 0; position:relative; }
.row-fluid .funding-box { margin:0; padding:0 60px 0 0; width:50%; float:left; color:#1D4179; }
.row-fluid .funding-box h4 { font-size:25px; line-height:32px; }
.row-fluid .funding-box.funding-box1 { padding:0 0 0 60px; }
.row-fluid .funding-boxin { margin:30px 0 0 0; padding:50px 75px 50px 25px; background:#E2DFD7; position:relative; }
.row-fluid .funding-boxin:before { content:''; position:absolute; top:20px; left:-20px; right:20px; bottom:20px; z-index:1; border:6px solid #FFFFFF; }
.row-fluid .funding-link a { position:relative; font-family: 'Proxima Nova Sb'; z-index:2; }
.row-fluid .funding-link a:after { content:''; display:inline-block; border:3px solid transparent; border-left-color:#009491; vertical-align: middle; border-left-width: 12px; margin-left: 6px; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.row-fluid .funding-link a:hover:after { border-left-color:#B99B7E; }
.row-fluid .funding-icon { position:absolute; top:-45px; left:0; right:0; text-align:center; }
.row-fluid .funding-icon img { max-width:90px; }
.row-fluid .funding-box.funding-box1 .funding-boxin { padding:50px 25px 50px 115px; text-align:right; background:#CFE1E1; }
.row-fluid .funding-box.funding-box1 .funding-boxin:before { left:20px; right:-20px; z-index:inherit; }
.row-fluid .cash-img { margin:0 auto !important; max-width:340px; position:absolute; bottom:0; left:0; right:0; }
.row-fluid .funding-sec .link-style2 { position:absolute; top:100%; left:0; width:100%; }
.row-fluid .funding-sec .link-style2 a { border-top:3px solid #B99B7E; margin:0; padding:10px 84px; -webkit-border-radius: 0 0 50px 50px;
    -moz-border-radius: 0 0 50px 50px;
    -o-border-radius: 0 0 50px 50px;
    -ms-border-radius: 0 0 50px 50px;
    border-radius: 0 0 50px 50px;;  }

.row-fluid .markets-sec { padding:140px 0 30px; }  
.row-fluid .markets-sec1 { margin-top:25px; position:relative; text-align:center; }
.row-fluid .markets-sec1:before { content:''; width:100%; background:url('https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/shapbottom.png') no-repeat; background-size:cover; background-position: center bottom; position:absolute; top:100%; left:0; height:125px;  }
.row-fluid .markets-sec1 .hs_cos_wrapper_widget { margin-left:0; width:14.2857%; padding:0 2px; float:left; text-align:center; display:inline-block; }
.row-fluid .markets-sec1 .hs_cos_wrapper_widget:last-child { display:none; }
.row-fluid .markets-box { padding:90px 20px 60px; background-size:cover !important; background-position:center !important; background-repeat:no-repeat !important; position:relative; }
.row-fluid .markets-box:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#1d2879; opacity:0.55; }
.row-fluid .markets-box:after { content:''; width:100%; position:absolute; top:30%; left:0; bottom:0; background:#1d2879; opacity:0; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.row-fluid .markets-box > div { position:relative; }
.row-fluid .markets-box h5 { padding:0 0 40px; font-size:15px; line-height:22px; letter-spacing:1px; color:#FFFFFF; font-family: 'Proxima Nova Lt'; } 
.row-fluid .markets-icon { height:80px; display:flex; align-items:center; }
.row-fluid .markets-icon img { margin:0 auto; max-width:100px; }
.row-fluid .markets-sec .link-style2 { margin-top:85px; }
.row-fluid .markets-box:hover:after { top:0; opacity:0.20; }

.row-fluid .choose-sec { padding:40px 0 60px; }
.row-fluid .choose-text { padding:10px 0 5px 15px; }
.row-fluid .choose-text h4 { padding:5px 0 0; font-size:23px; line-height:30px; color:#009491; position:relative; }
.row-fluid .choose-text h4 span { position:absolute; left:-65px; top:0; font-size:42px; line-height:48px; color:#FFFFFF; }
.row-fluid .choose-text p { padding:5px 0 15px 25px; }
.row-fluid .choose-right { margin:0; width:75%; }
.row-fluid .choose-sec1 { position:relative; }
.row-fluid .choose-img { margin:0; width:47%; position:relative; }
.row-fluid .choose-img:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#1D4179; opacity:0.35; }
.row-fluid .choose-innersec { margin:0; width:53%; }

.row-fluid .choose-left { padding:100px 60px; margin-right:-15%; width:40%; font-size:30px; line-height:40px; position:relative; color:#FFFFFF; text-align:right; font-family: 'Proxima Nova Sb'; font-style:italic; } 
.row-fluid .choose-left:before { content:''; width:100%; position:absolute; top:28px; left:0; bottom:35px; background:#1D4179; }
.row-fluid .choose-left > div { position:relative; z-index:1; }
.row-fluid .choose-left h2 { line-height:55px; color:#FFFFFF; font-family: 'Proxima Nova Black'; font-style:initial; }
.row-fluid .choose-cta { margin-top:55px; }

.row-fluid .partner-sec { margin-bottom:75px; padding:30px 0; background-size:inherit; background-position:center left; position:relative;}
.row-fluid .partner-sec:before { content:''; width:55%; position:absolute; top:0; right:0; bottom:-75px; background:#1D4179; }
.row-fluid .partner-sec .title-text { margin-right:100px; float:right; text-align:right; position:relative; }
.row-fluid .partner-sec .title-withbg .sub-line:after { float:right; }  
.row-fluid .here-partner h4 { font-size:23px; color:#FFFFFF; }

.row-fluid .partner-sec1 { margin-top:10px; }
.row-fluid .partner-box { font-size:18px; padding:38px 30px 24px; position:relative; background:rgba(0,148,145,0.40); color:#FFFFFF; text-align:center; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.row-fluid .partner-box h4 { font-size:18px; line-height:26px; text-transform:uppercase; font-family: 'Proxima Nova Sb'; color:#FFFFFF; }
.row-fluid .partner-box h4:after { content:''; margin:15px auto 0; width:8px; height:8px; display:block; background:#FFFFFF; -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
.row-fluid .partnerbox-num { font-size:30px; line-height:36px; font-family: 'Proxima Nova Th'; position:absolute; top:-20px; left:0; width:auto;  }

.row-fluid .partner-sec .link-style2 { padding:0 15px 0 0; width:45%; position:absolute; bottom:-75px; left:0; }
.row-fluid .partner-sec .link-style2 a { width:100%; }
.row-fluid .partner-box:hover { background:rgba(0,148,145,0.60); -webkit-border-radius: 0 30px 0 30px;
    -moz-border-radius: 0 30px 0 30px;
    -o-border-radius: 0 30px 0 30px;
    -ms-border-radius: 0 30px 0 30px;
    border-radius: 0 30px 0 30px;; -webkit-box-shadow:inset 0 0px 20px 0 rgba(0,0,0,0.3); box-shadow:inset 0 0px 20px 0 rgba(0,0,0,0.3); }

.row-fluid .resource-sec { padding:100px 0; }
.row-fluid .resource-sec1 .hs_cos_wrapper_widget { padding:10px; width:50%; float:left; }
.row-fluid .resource-box { padding:44px 10px 40px; font-size:18px; line-height:30px; position:relative; }
.row-fluid .resource-box:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#009491; opacity:0.05; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.row-fluid .resource-box > div { position:relative }
.row-fluid .resource-icon { height:70px; line-height:70px; }
.row-fluid .resource-icon img { max-width:72px; display:inline-block; vertical-align:middle; }
.row-fluid .resource-box:hover:before { opacity:0.1; -webkit-box-shadow:inset 0 0px 20px 0 rgba(0,0,0,0.3); box-shadow:inset 0 0px 20px 0 rgba(0,0,0,0.3); }

.row-fluid .resource-text a { margin-top:8px; position:relative; font-family: 'Proxima Nova Sb'; z-index:2; display:block; }
.row-fluid .resource-text a:after { content:''; display:inline-block; border:3px solid transparent; border-left-color:#009491; vertical-align: middle; border-left-width:12px; margin-left: 6px; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.row-fluid .resource-text a:hover:after { border-left-color:#B99B7E; }
.row-fluid .resource-text h4 { padding:32px 0 16px; font-size:22px; line-height:28px; }

.row-fluid .capital-sec { padding:80px 0 100px; position:relative; font-size:18px; font-family: 'Proxima Nova Sb'; }
.row-fluid .capital-sec:before { content:''; width:100%; height:100%; background:#fff; opacity:0.65; position:absolute; top:0; left:0; }
.row-fluid .capital-sec > div { position:relative; }
.row-fluid .capital-sec1 { margin:0 auto !important; max-width:630px; width:100%; float:none; display:block; }
.row-fluid .capital-sec1 h5 { padding:0; font-size:23px; line-height:30px; color:#009491; }
.row-fluid .conquer-form { margin-top:25px; padding:0 30px; }


.row-fluid .conquer-form input, .row-fluid .conquer-form button, .row-fluid .conquer-form textarea, .row-fluid .conquer-form select, .row-fluid .conquer-form input[type="text"], .row-fluid .conquer-form input[type="password"], .row-fluid .conquer-form input[type="datetime"], .row-fluid .case-sec input[type="datetime-local"], .row-fluid .case-sec input[type="date"], .row-fluid .case-sec input[type="month"], .row-fluid .conquer-form input[type="time"], .row-fluid .conquer-form input[type="week"], .row-fluid .conquer-form input[type="number"], .row-fluid .conquer-form input[type="email"], .row-fluid .conquer-form input[type="url"], .row-fluid .conquer-form input[type="search"], .row-fluid .conquer-form input[type="tel"], .row-fluid .conquer-form input[type="color"] { padding:0 22px; height:48px; font-size:16px; letter-spacing:1px; background:#70739B; border-color:#70739B; color:#FFFFFF; font-family: 'Proxima Nova Sb'; }
.row-fluid .conquer-form .hs-form-field > label { display:none; }
.row-fluid .conquer-form .hs-form-field { padding:0 0 30px; }
.row-fluid .conquer-form .hs-button { padding:20px 20px; height:auto; width:100%; background-color:#009491; font-family: 'Proxima Nova Th'; font-weight:600; }
.row-fluid .conquer-form .hs-button:hover { background-color:#B99B7E; }
.row-fluid .conquer-form select { background:#70739B url(https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/arrow.png?t=1523353957083) no-repeat right 20px center; -webkit-appearance:none; -moz-appearance:none; appearance:none; border-radius:0; }

.row-fluid .conquer-form ::-webkit-input-placeholder {
  color:#FFFFFF;
}
.row-fluid .conquer-form ::-moz-placeholder { /* Firefox 19+ */
  color:#FFFFFF;
}
.row-fluid .conquer-form :-ms-input-placeholder { /* IE 10+ */
  color:#FFFFFF;
}
.row-fluid .conquer-form :-moz-placeholder { /* Firefox 18- */
  color:#FFFFFF;
}

/******* Overview page ***********/

.row-fluid .sticky { float:left; position:absolute; left:0px; top:0; box-sizing: initial; }

.row-fluid .hero-inner { padding:260px 0 70px; position:relative; }
.row-fluid .hero-inner:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0.50; background:#1d2879; } 
.row-fluid .hero-inner > div { position:relative; }

.row-fluid .hero-inner-text { padding:0 180px 0 80px; font-size:22px; line-height:30px;  font-family: 'Proxima Nova Sb'; }
.row-fluid .hero-inner-text h1 { padding:0; font-size:50px; line-height:55px; position:relative; text-transform: none; color:#FFFFFF; }
.row-fluid .hero-inner-text h1:before { content:''; width:5px; height:65px; position:absolute; top:10px; left:-40px; background:#B99B7E; }

body:not(.homepage) .top-header { padding:0; background-color:#fff; min-height:84px !important; } 
body:not(.homepage) .top-header:before { content:''; width:100%; height:80px; background:url('https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/header-shap1.png') no-repeat; position:absolute; top:100%; left:0; background-size:auto 80px; }  
body:not(.homepage) .header { padding-top:10px; }
body:not(.homepage) .top-header.fixed { background-color:#fff; }

.row-fluid .business-sec { margin-bottom:100px; position:relative; }
.row-fluid .nav-list { position:absolute; top:0; left:0; width:auto; }
.row-fluid .nav-list ul li { padding:0 0 2px; float:none !important; }
.row-fluid .nav-list ul li a { padding:12px 30px; color:#808285; font-size:16px; line-height:20px; display:inline-block; font-family: 'Proxima Nova Lt'; }
.row-fluid .nav-list ul li a:hover , .row-fluid .nav-list ul li a.active { color:#FFFFFF; background:#009491;  -webkit-border-radius: 0 0 90px;
    -moz-border-radius: 0 0 90px;
    -o-border-radius: 0 0 90px;
    -ms-border-radius: 0 0 90px;
    border-radius: 0 0 90px;; } 

.row-fluid .business-sec1 { margin:0 auto !important; padding:65px 0 60px 33px;  max-width:550px; width:100%; float:none; display:block; position:relative; }  
.row-fluid .business-sec1:before { content:''; opacity:0.1; background:#009491; position:absolute; top:0; left:0; right:130px; bottom:0; }
.row-fluid .business-sec1:after { content:''; opacity:0.1; position:absolute; top:100%; left:0; border:210px solid transparent; border-top-width: 43px; border-top-color:#009491;  }
.row-fluid .business-sec1 > div { position:relative; }
.row-fluid .business-icon { padding-right:130px; }
.row-fluid .business-text { margin-top:22px; padding:10px 0; position:relative; }
.row-fluid .business-text:before { content:''; width:5px; position:absolute; top:0; bottom:0; left:-33px; background:#B99B7E; }
.row-fluid .business-text h4 { font-size:26px; line-height:40px; }

.row-fluid .accounts-box { margin-bottom:150px; }
.row-fluid .accounts-box h2 { font-size:35px; line-height:42px; }
.row-fluid .accounts-box h2:after { content: ''; margin:20px 0 3px; width: 105px; display: block; height: 1px; background:#B99B7E; }
.row-fluid .accounts-text { padding:0 0 0 40px; line-height:24px; font-size:15px; }
.row-fluid .accounts-text .link-style2 a { padding:10px 25px; width:100%; }
.row-fluid .accounts-img img { width:100% !important; }
.row-fluid .advantages-sec { padding:20px 0; }

.row-fluid .footer { padding:0 0; background:#1D4179;  font-family: 'Proxima Nova Sb'; }
.row-fluid .footer-inner { margin:0 auto !important; max-width:1200px; width:100%; float:none; }
.row-fluid .footer-box { margin:0; padding:20px 10px 0; text-align:center; width:23%; float:left; color:#FFFFFF; }
.row-fluid .copyright { font-size:12px; }
.row-fluid .footer-contact { margin:0; width:17%; padding:40px 20px 10px; font-size:16px; line-height:24px; text-align:center; background:rgba(0,148,145,0.50); color:#FFFFFF; }
.row-fluid .footer-contact p { padding:0; } 
.row-fluid .footer-contact a { color:#FFFFFF; }
.row-fluid .footer-contact a:hover { color:#B99B7E; }
.row-fluid .footer-logo img { max-width:150px; }
.row-fluid .footer-contact p a { margin-top:12px; display:inline-block; width:100%; }

.row-fluid .footer-menu { margin:0; padding:70px 15px 10px; width:60%; text-align:center; }
.row-fluid .footer-menu ul { margin:0; padding:0; float:none; }
.row-fluid .footer-menu ul li { margin:0; padding:0; float:none !important; display:inline-block; }
.row-fluid .footer-menu ul li a { padding:2px 8px; font-family: 'Proxima Nova Sb'; letter-spacing:1px; color:#FFFFFF; position:relative; font-size:15px; }
.row-fluid .footer-menu ul li a:hover { color:#B99B7E; }
.row-fluid .service-menu ul li a:after { content:''; width:15px; height:1px; position:absolute; bottom:0; right:15px; background:#B99B7E; }
.row-fluid .service-menu , .row-fluid .service-menu1 { margin-left:0; width:100%; }

.row-fluid .footer-icon { padding:15px 0 5px; }
.row-fluid .footer-icon ul li { padding:0 10px; display:inline-block; }
.row-fluid .footer-icon ul li a { width:24px; height:24px; line-height:24px; display:inline-block; -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
    -o-border-radius: 10px 0;
    -ms-border-radius: 10px 0;
    border-radius: 10px 0;; color:#1D4179; background:#FFFFFF; }
.row-fluid .footer-icon ul li a:hover { -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; }  

.row-fluid .footer-linkcon { margin-top:8px; position:relative; font-family: 'Proxima Nova Sb'; z-index:2; display:block; }
.row-fluid .footer-linkcon a:after { content:''; display:inline-block; border:3px solid transparent; border-left-color:#FFFFFF; vertical-align: middle; border-left-width: 12px; margin-left: 6px; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.row-fluid .footer-linkcon a:hover:after { border-left-color:#B99B7E; }
.row-fluid .service-menu1 { margin-top:30px; }
.row-fluid .service-menu1 ul li a { font-size:12px; line-height:18px; }
.row-fluid .service-menu1 ul li a:after { content:'|'; display:inline-block; position:absolute; right:0; }
.row-fluid .service-menu1 ul li:last-child a:after { display:none; }

/************** Educational page *****************/
.row-fluid .hero-educ { padding:200px 0 70px; background-position: center top; }
.row-fluid .hero-educ > div { position:initial; }
.row-fluid .hero-educ .hero-inner-text { padding:0 180px; position:relative; }
.row-fluid .hero-educ .hero-inner-text h1:before { display:none; } 
.row-fluid .hero-educsub { padding:30px 0; font-size:16px; line-height:24px; letter-spacing:0.5px; font-family: 'Proxima Nova Sb'; }
.row-fluid .hero-educsub:after { content:''; margin:30px  auto 0; width:235px; height:5px; display:block; background:#009491; }

.row-fluid .down-arrow { position:absolute; bottom:10px; left:0; width:100%; }
.row-fluid .down-arrow a { display:inline-block; }
.row-fluid .down-arrow a:hover { -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);; }
.row-fluid .down-arrow  img { max-width:16px; }

.row-fluid .advantages-sec { padding:10px 0; }
.row-fluid .advantages-sec .wrapper { padding:0 0 0 30px; }
.row-fluid .advantages-toptext { padding:60px 0 0 ; }
.row-fluid .advantages-toptext h2 { padding:0 0 20px; font-size:35px; line-height:46px; }
.row-fluid .advantages-topsub { padding:10px 0 0; font-size:20px; line-height:28px; color:#009491;  font-family: 'Proxima Nova Sb'; }  

.row-fluid .advantages-left { margin-top:-40px; position:relative; }
.row-fluid .advant-sec .hs_cos_wrapper_widget { margin-bottom:40px; }
.row-fluid .advant-box h4 { padding:0 0 0; font-size:25px; line-height:32px; position:relative; }
.row-fluid .advant-box h4:before { content:"\f067"; width:24px; height:24px; line-height:27px; position:absolute; top:6px; left:-50px; text-align:center; font-size:12px; font-family:'FontAwesome'; background:#009491; color:#FFFFFF; -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;; }
.row-fluid .advantages-right { padding:100px 0 0 40px; }

.row-fluid .advansec-form { font-family: 'ProximaNova Md'; }
.row-fluid .advansec-form h4 { font-size:18px; line-height:26px; font-family: 'Proxima Nova Sb'; text-transform:uppercase; letter-spacing:1px;  }

.row-fluid .advan-form { margin-top:10px; }
.row-fluid .advan-form input, .row-fluid .advan-form button, .row-fluid .advan-form textarea, .row-fluid .advan-form select, .row-fluid .advan-form input[type="text"], .row-fluid .advan-form input[type="password"], .row-fluid .advan-form input[type="datetime"], .row-fluid .advan-form input[type="datetime-local"], .row-fluid .advan-form input[type="date"], .row-fluid .advan-form input[type="month"], .row-fluid .advan-form input[type="time"], .row-fluid .advan-form input[type="week"], .row-fluid .advan-form input[type="number"], .row-fluid .advan-form input[type="email"], .row-fluid .advan-form input[type="url"], .row-fluid .advan-form input[type="search"], .row-fluid .advan-form input[type="tel"], .row-fluid .advan-form input[type="color"] { padding:0 22px; height:38px; font-size:16px; letter-spacing:0.5px; background:#DFE0E1; border-color:#CDCFD0; color:#1D4179; font-family: 'ProximaNova Md'; -webkit-box-shadow: -1px 1px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 1px 5px rgba(0,0,0,0.2);
    -o-box-shadow: -1px 1px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: -1px 1px 5px rgba(0,0,0,0.2);
     box-shadow: -1px 1px 5px rgba(0,0,0,0.2);; }
.row-fluid .advan-form .hs-form-field > label { display:none; }
.row-fluid .advan-form .hs-form-field { padding:0 0 15px; }
.row-fluid .advan-form .hs-button { margin-top:15px; padding:12px 20px; height:auto; width:100%; color:#FFFFFF; background-color:#009491; font-family: 'Proxima Nova Sb'; font-weight:600; }
.row-fluid .advan-form .hs-button:hover { background-color:#B99B7E; }
.row-fluid .advan-form select { background:#DFE0E1 url('https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/arrow-b.png') no-repeat right 20px center; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.row-fluid .advan-contact { padding:50px 0; font-size:21px; line-height:28px; font-family: 'Proxima Nova Sb'; text-align:center; }
.row-fluid .advan-contact a { display:block; margin-top:10px; font-family: 'Proxima Nova Th'; color:#1D4179; }
.row-fluid .advan-contact a:hover { color:#B99B7E; }

.row-fluid .advan-form ::-webkit-input-placeholder {
  color:#1D4179;
}
.row-fluid .advan-form ::-moz-placeholder { /* Firefox 19+ */
  color:#1D4179;
}
.row-fluid .advan-form :-ms-input-placeholder { /* IE 10+ */
  color:#1D4179;
}
.row-fluid .advan-form :-moz-placeholder { /* Firefox 18- */
  color:#1D4179;
}

.row-fluid .conquer-sec { padding:80px 0 61px; position:relative; }
.row-fluid .conquer-sec:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#808285; opacity:0.70; }
.row-fluid .conquer-sec > div { position:relative; }
.row-fluid .conquer-sec h2 { letter-spacing:1px; color:#FFFFFF; text-transform:uppercase; }

.row-fluid .apply-cta { margin-top:5px; }
.row-fluid .apply-cta a { vertical-align:middle; color:#FFFFFF; font-family: 'Proxima Nova Sb'; letter-spacing:0.5px; }
.row-fluid .apply-cta a:after { content:''; display:inline-block; border: 5px solid transparent; border-left-color:#FFFFFF; vertical-align: middle; border-left-width: 14px; margin-left: 6px; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.row-fluid .apply-cta a:hover:after { border-left-color:#1D4179; }
.row-fluid .apply-cta a:hover { color:#1D4179; }


.row-fluid .Apply-mobile { display:none; }
.row-fluid .hero-funding { padding:120px 0 0; }
.row-fluid .hero-funding .hero-inner-text { padding:100px 50px 20px; }
.row-fluid .hero-funding:before { background: rgba(29,40,121,0.25);
background: -moz-linear-gradient(left, rgba(29,40,121,0.25) 0%, rgba(29,43,121,0.25) 12%, rgba(29,53,121,1) 55%, rgba(29,64,121,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(29,40,121,0.25)), color-stop(12%, rgba(29,43,121,0.25)), color-stop(55%, rgba(29,53,121,1)), color-stop(100%, rgba(29,64,121,1)));
background: -webkit-linear-gradient(left, rgba(29,40,121,0.25) 0%, rgba(29,43,121,0.25) 12%, rgba(29,53,121,1) 55%, rgba(29,64,121,1) 100%);
background: -o-linear-gradient(left, rgba(29,40,121,0.25) 0%, rgba(29,43,121,0.25) 12%, rgba(29,53,121,1) 55%, rgba(29,64,121,1) 100%);
background: -ms-linear-gradient(left, rgba(29,40,121,0.25) 0%, rgba(29,43,121,0.25) 12%, rgba(29,53,121,1) 55%, rgba(29,64,121,1) 100%);
background: linear-gradient(to right, rgba(29,40,121,0.25) 0%, rgba(29,43,121,0.25) 1%, rgba(29,53,121,1) 75%, rgba(29,64,121,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2879', endColorstr='#1d4079', GradientType=1 ); opacity:1; }  


.row-fluid .funding-form  { margin-bottom:-40px; padding:0; position:relative; z-index:222; } 
.row-fluid .funding-form h4 { font-size:16px; line-height:24px; text-transform:uppercase; letter-spacing:0.5px; color:#FFFFFF; font-family: 'Proxima Nova Sb'; }
.row-fluid .hero-funding .hero-content { padding:20px 0; }
.row-fluid .funding-form input, .row-fluid .funding-form button, .row-fluid .funding-form textarea, .row-fluid .funding-form select, .row-fluid .funding-form input[type="text"], .row-fluid .funding-form input[type="password"], .row-fluid .funding-form input[type="datetime"], .row-fluid .funding-form input[type="datetime-local"], .row-fluid .funding-form input[type="date"], .row-fluid .funding-form input[type="month"], .row-fluid .funding-form input[type="time"], .row-fluid .funding-form input[type="week"], .row-fluid .funding-form input[type="number"], .row-fluid .funding-form input[type="email"], .row-fluid .funding-form input[type="url"], .row-fluid .funding-form input[type="search"], .row-fluid .funding-form input[type="tel"], .row-fluid .funding-form input[type="color"] { padding:0 22px; height:38px; font-size:16px; letter-spacing:0.5px; background:#fff; border-color:#CDCFD0; color:#1D4179; font-family: 'Proxima Nova Sb'; -webkit-box-shadow: -1px 1px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 1px 5px rgba(0,0,0,0.2);
    -o-box-shadow: -1px 1px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: -1px 1px 5px rgba(0,0,0,0.2);
     box-shadow: -1px 1px 5px rgba(0,0,0,0.2);; }
.row-fluid .funding-form .hs-form-field > label { display:none; }
.row-fluid .funding-form .hs-form-field { padding:0 0 12px; }
.row-fluid .funding-form .hs-button { margin-top:0; padding:8px 20px; height:auto; width:100%; color:#FFFFFF; background-color:#009491; font-family: 'Proxima Nova Th'; font-weight:600; }
.row-fluid .funding-form .hs-button:hover { background-color:#B99B7E; }
.row-fluid .funding-form select { background:#fff url(https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/arrow-b.png) no-repeat right 20px center; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.row-fluid .funding-form ::-webkit-input-placeholder {
  color:#1D4179;
}
.row-fluid .funding-form ::-moz-placeholder { /* Firefox 19+ */
  color:#1D4179;
}
.row-fluid .funding-form :-ms-input-placeholder { /* IE 10+ */
  color:#1D4179;
}
.row-fluid .funding-form :-moz-placeholder { /* Firefox 18- */
  color:#1D4179;
}

.row-fluid .receivable-sec { position:relative; }
.row-fluid .receivable-text { padding:40px 0; width:65%; float:left; }
.row-fluid .receivable-text h3 { font-size:35px; line-height:44px; }
.row-fluid .receivable-content { max-width:670px; }

/*.row-fluid .receivable-give-sec { margin:0; width:35%; float:left; background:rgba(0,94,91,0.2); }*/
.row-fluid .receivable-give { padding:65px 20px 40px; position:absolute; top:0; right:0; width:16%; font-size:21px; line-height:34px; font-family: 'Proxima Nova Sb'; text-align:center; z-index:11; bottom:58px; }
.row-fluid .give-sec { margin:0 auto !important; max-width:200px; float:none; }
.row-fluid .receivable-give:before { content:''; position:absolute; top:0; left:0; bottom:0; right:0; opacity:0.13; background:#009491; }
.row-fluid .receivable-give > div { position:relative; }
.row-fluid .receivable-give a { font-family: 'Proxima Nova Th'; display:block; color:#1D4179;  }

.row-fluid .strip-sec { padding:0; position:relative; top:1px; margin-bottom:0; background:#1D4179; }
.row-fluid .strip-sec:before { content:''; width:100%; position:absolute; top:-1px; right:0; height:165px; background:url('https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/arrow-new1.png') no-repeat; background-size: 100% 165px; z-index:1; }
.row-fluid .strip-sec:after { content:''; width:100%; position:absolute; bottom:-1px; left:0; height:60px; background:url('https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/arrow-new2.png') no-repeat; background-size: 100% 60px; }
.row-fluid .strip-sec > div { position:relative; }
.row-fluid .strip-sec h4 { padding:15px 0 15px 20px; font-size:24px; line-height:30px; border-left:5px solid #FFFFFF; color:#FFFFFF; font-family: 'Proxima Nova Sb'; }
.row-fluid .strip-left { padding:58px 0 96px; }
.row-fluid .strip-right { padding:92px 20px; background:#009491; }  
.row-fluid .strip-right a { padding:10px; position:relative; z-index:22; font-family: 'Proxima Nova Sb'; text-transform:uppercase; color:#FFFFFF; }
.row-fluid .strip-right a:hover { color:#B99B7E; }

.row-fluid .money-sec { padding:85px 0 40px; }
.row-fluid .money-img { text-align:right; }
.row-fluid .money-menu { padding:20px 0 20px 48px; position:relative; }
.row-fluid .money-menu ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .money-menu:before { content:''; width:5px; position:absolute; top:30px; left:0; bottom:40px; background:#B99B7E; }
.row-fluid .money-menu ul li { margin:0; padding:0; display:block; float:none !important; }
.row-fluid .money-menu ul li a { padding:2px 0; font-size:18px; line-height:26px; display:inline-block; width:100%; font-family: 'Proxima Nova Sb'; color:#1D4179; }
.row-fluid .money-menu ul li a:hover { color:#009491; }

.row-fluid .easier-sec { padding:40px 0 0; background:#F2F2F3; }
.row-fluid .easier-sec .title-text h2:after { content: ''; margin:17px auto 16px; width: 105px; display: block; height: 1px; background: #B99B7E; }
.row-fluid .easier-sec .sub-text p span { font-size:23px; line-height:30px; font-family: 'Proxima Nova Sb'; color:#009491; }

.row-fluid .easier-sec1 { margin-top:20px; }
.row-fluid .easier-sec1 .hs_cos_wrapper_widget { width:33.33%; float:left; text-align:left; }
.row-fluid .easier-num { padding:0 15px 0 0; width:100%; text-align:right; font-size:21px; line-height:28px; text-transform:uppercase; letter-spacing:0.5px; font-family: 'Proxima Nova Th'; color:#009491; }
.row-fluid .easier-num strong { font-size:65px; line-height:60px; display:inline-block; vertical-align:bottom; }
.row-fluid .easier-boxinner { padding:200px 30px 30px; font-size:17px; line-height:28px;  font-family: 'Proxima Nova Sb'; letter-spacing:0.5px; color:#FFFFFF; position:relative; background-size:cover !important; background-position:center !important; background-repeat:no-repeat !important; }
.row-fluid .easier-boxinner:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#009491; opacity:0.65; }
.row-fluid .easier-boxinner > div { position:relative; }
.row-fluid .easier-boxinner h2 { font-size:45px; line-height:55px; padding:0; text-transform:uppercase; color:#FFFFFF; }
.row-fluid .easier-sec .button-cta { padding:40px 0; background:#fff; font-size:18px; }

.row-fluid .easier-box.blue .easier-boxinner:before { background:#1D4179; }
.row-fluid .easier-box.blue .easier-num { color:#1D4179; }
.row-fluid .easier-box.paletaupe .easier-boxinner:before { background:#B99B7E; }
.row-fluid .easier-box.paletaupe .easier-num { color:#B99B7E; }

.row-fluid .financing-sec { padding:0 0 50px; }  
.row-fluid .financing-sec1 { padding:70px 0 40px; font-size:18px; line-height:28px; font-family: 'Proxima Nova Sb'; color:#808285; position:relative; overflow:hidden; }
.row-fluid .financing-sec1:before { content: ''; width: 150%; height: 180%; position: absolute; top: -129%; left:-31%; opacity: 0.1; background:#009491; -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg);; }
.row-fluid .financing-sec1 > div { position:relative; }
.row-fluid .financing-sec1 h2 { font-size:35px; line-height:45px; }
.row-fluid .financing-sec1 h2:after { content: ''; margin: 17px auto 16px; width: 105px; display: block; height: 1px; background:#B99B7E; }

.row-fluid .financing-listtext { margin:0; padding:0 25px; width:38%; float:left; }
.row-fluid .financing-img { margin:20px 0 0 0; width:24%; float:left; }
.row-fluid .financing-list { margin-top:60px; padding:0 40px; }
.row-fluid .financing-list ul li { margin:0 0 20px; padding:0 0 0 40px; position:relative; }
.row-fluid .financing-list ul li:before { content: "\f067"; width: 24px; height: 24px; line-height: 27px; position: absolute; top: 6px; left: 0; text-align: center; font-size: 12px; font-family: 'FontAwesome'; background: #009491; color: #FFFFFF; -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }

.row-fluid .started-sec { padding:50px 0; }
.row-fluid .started-sec h4 { padding:0 0 30px; font-size:25px; line-height:34px; }
.row-fluid .started-sec .link-style2 a { padding:23px 25px; min-width:380px; }

/************** inside Page **************/
.row-fluid .Inside-hero { padding:200px 0 0; }
.row-fluid .Inside-hero h1 { font-size:50px; line-height:60px; color:#FFFFFF; text-transform:capitalize; }
.row-fluid .Inside-herobot { margin-top:20px; padding:17px 0; font-size:22px; line-height:30px; font-family: 'ProximaNova Md'; background:rgba(255,255,255,0.2); font-style:italic; letter-spacing:0.5px; }

.row-fluid .Navigation { font-size:14px; line-height:20px; font-family: 'Proxima Nova Sb'; }
.row-fluid .Navigation ul li a { padding:10px 15px; display:inline-block; color:#1D4179; }
.row-fluid .Navigation ul li a:hover { color:#009491; }

.row-fluid .easier-sec.second-sec .title-text h2:after { display:none; }
.row-fluid .easier-sec.second-sec { padding:10px 0 0; }

.row-fluid .funding-inside { padding:40px 0; }
.row-fluid .funding-leftIn { padding-left:100px; }
.row-fluid .funding-lefttext { margin:10px 0; padding-left:20px; font-family: 'Proxima Nova Lt'; border-left:5px solid #B99B7E; }
.row-fluid .funding-lefttext p span { font-family: 'Proxima Nova Sb'; display:block; color:#009491; }
.row-fluid .funding-lefttext ul li { padding:5px 0; font-family: 'Proxima Nova Sb'; color:#009491; }
.row-fluid .funding-lefttext ul li span { color:#B99B7E; }
.row-fluid .funding-rightsec { margin-top:80px; text-align:right; }  
.row-fluid .funding-rightsec img { max-width:320px; }

.row-fluid .strip-sec1 { padding:70px 0 110px; position:relative; background:#1D4179; }
.row-fluid .strip-sec1:before { content:''; width:100%; position:absolute; top:0; right:0; height:164px; background:url('https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/arrow-new1.png') no-repeat; background-size: 100% 164px; }
.row-fluid .strip-sec1:after { content:''; width:100%; position:absolute; bottom:0; left:0; height:60px; background:url('https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/arrow-new-color.png') no-repeat; background-size: 100% 60px; }
.row-fluid .strip-sec1 h4 { padding:0 0 0 30px; font-size:24px; line-height:32px; letter-spacing:1px; color:#FFFFFF; border-left:5px solid #FFFFFF; }
.row-fluid .strip-sec1 h4 a { color:#FFFFFF; }
.row-fluid .process-sec { padding:80px 0 30px; font-family: 'Proxima Nova Sb'; font-size:22px; line-height:32px; }
.row-fluid .process-inner { margin:0 auto !important; max-width:770px; width:100%; display:block; float:none; }
.row-fluid .process-content:after { content:''; margin:10px auto 0; width:15px; border:15px solid transparent; display:block; border-top-color:#009491; } 

/********************* Blog Page ********************/
.row-fluid .blog-hero { padding:240px 0 20px; position:relative; background-position:center right; } 
.row-fluid .blog-hero:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
.row-fluid .blog-hero > div { position:relative; }

.row-fluid .blog-heroinner { margin:0; padding-left:100px; max-width:700px; width:100%; color:#1D4179; } 
.row-fluid .blog-heroinner h1 { font-size:50px; line-height:60px; text-transform: initial; }
.row-fluid .blog-herosub { margin:5px 0 10px; font-family: 'Proxima Nova Sb'; font-style:italic; font-size:22px; line-height:30px; }

.row-fluid .blog-news { margin:50px 0 0 ; color:#808285; }
.row-fluid .blog-news h4 { padding:0; font-size:21px; line-height:28px; }
.row-fluid .blog-news .news-form { margin:0 auto !important; max-width:300px; width:100%; float:none; }
.row-fluid .blog-news .news-form h3 { display:none; }
.row-fluid .blog-news .hs-form-field { padding:0 0 5px; }
.row-fluid .blog-news .hs-form-field > label { display:none; }
.row-fluid .blog-news .hs-form-field input { height:35px; background:rgba(0,94,91,0.4); color:#FFFFFF; }
.row-fluid .blog-news .hs-button { padding:0; font-size:16px; line-height:20px; font-family: 'Proxima Nova Sb'; height:auto; background:transparent; box-shadow:none; color:#009491; vertical-align: middle; }
.row-fluid .blog-news .actions { width:auto; display:inline-block; }
.row-fluid .blog-news .actions:after { content:''; display:inline-block; border:3px solid transparent; cursor:pointer; border-left-color:#009491; vertical-align: middle; border-left-width: 12px; margin-left: 6px; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; vertical-align: middle; }
.row-fluid .blog-news .actions:hover:after { border-left-color:#B99B7E; }
.row-fluid .blog-news .hs-button:hover { color:#B99B7E; }

.row-fluid .blog-news .news-form ::-webkit-input-placeholder {
  color:#FFFFFF;
}
.row-fluid .blog-news .news-form ::-moz-placeholder { /* Firefox 19+ */
  color:#FFFFFF;
}
.row-fluid .blog-news .news-form :-ms-input-placeholder { /* IE 10+ */
  color:#FFFFFF;
}
.row-fluid .blog-news .news-form :-moz-placeholder { /* Firefox 18- */
  color:#FFFFFF;
}


.row-fluid .latest-sec { padding:0 0 70px; background:#ECE5DD; } 
.row-fluid .latest-sec h3 { font-size:25px; line-height:32px; text-transform:uppercase;  }
.row-fluid .latest-sec h3:after { content:''; margin:0 auto; width:50px; height:1px; display:block; background:#B99B7E; }
.row-fluid .latest-item { margin:30px 0; width:100%; float:left; }
.row-fluid .latest-img { width:60%; float:left; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .latest-text { margin-left:-7%; padding:30px 0; width:47%; float:left; }
.row-fluid .latest-inner { padding:20px 30px; background:#fff; }
.row-fluid .latest-inner a { color:#1D4179; }
.row-fluid .latest-inner a:hover { color:#B99B7E; }
.row-fluid .latest-inner h2 { padding:0; font-size:18px; line-height:26px; letter-spacing:0.2px; } 
.row-fluid .latest-inner .hubspot-editable { font-family: 'ProximaNova Md'; color:#1D4179; }
.post-body { padding:15px 0; }

.hs-blog-listing .blog-left { margin:10px 0 30px; padding:0 0 0 80px; width:100%; }
.row-fluid .post-listing { display:inline-block; width:100%; }
.row-fluid .post-item { margin:42px 0; float:left; width:100%; }
.row-fluid .post-img { width:50%; float:left; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; } 
.row-fluid .post-text { padding:0 0 0 40px; width:50%; float:left; } 
.row-fluid .post-text a { color:#1D4179; }
.row-fluid .post-text a:hover { color:#B99B7E; }
.row-fluid .post-text h2 { padding:0; font-size:18px; line-height:26px; letter-spacing:0.2px; } 
.row-fluid .post-text .hubspot-editable { font-family: 'ProximaNova Md'; color:#1D4179; }
.row-fluid a.topic-link { font-family: 'ProximaNova Md'; color:#B99B7E; }
.row-fluid a.more-link { font-family: 'Proxima Nova Th'; letter-spacing:0.5px; color:#009491; }
.row-fluid a.more-link:after { content:''; display:inline-block; border:3px solid transparent; cursor:pointer; border-left-color:#009491; vertical-align: middle; border-left-width:12px; margin-left: 6px; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; vertical-align: middle; }
.row-fluid a.more-link:hover:after { border-left-color:#B99B7E; } 

.row-fluid .blog-pagination { margin-top:20px; text-align:center; font-family: 'Proxima Nova Th'; text-transform:uppercase; letter-spacing:0.3px; }
.row-fluid .blog-pagibox { margin-left:-4px; width:33.33%; float:none; display:inline-block; vertical-align: middle; }
.row-fluid .blog-pagibox a { vertical-align: middle; }

.row-fluid .blog-pagibox.prev { text-align:left; }
.row-fluid .blog-pagibox.prev a:before { content:''; display:inline-block; border:3px solid transparent; cursor:pointer; border-right-color:#009491; vertical-align: middle; border-right-width: 12px; margin-right: 6px; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; vertical-align: middle; }
.row-fluid .blog-pagibox.prev a:hover:before { border-right-color:#B99B7E; } 

.row-fluid .blog-pagibox.next { text-align:right; }
.row-fluid .blog-pagibox.next a:after { content:''; display:inline-block; border:3px solid transparent; cursor:pointer; border-left-color:#009491; vertical-align: middle; border-left-width: 12px; margin-left: 6px; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; vertical-align: middle; }
.row-fluid .blog-pagibox.next a:hover:after { border-left-color:#B99B7E; } 

.row-fluid .news-sec { padding:50px 0; background:#009491; color:#FFFFFF; }
.row-fluid .news-sec h4 { padding:0; font-size:21px; line-height:28px; color:#FFFFFF; font-family: 'Proxima Nova Sb'; }
.row-fluid .news-sec .news-inner { margin:0 auto !important; max-width:500px; width:100%; float:none; }
.row-fluid .news-sec .news-form { padding:0 50px; }  
.row-fluid .news-sec .news-form .hs-input { height:33px; }
.row-fluid .news-sec .news-form h3 { display:none; }
.row-fluid .news-sec .hs-form-field { padding:0 0 20px; }
.row-fluid .news-sec .hs-form-field > label { display:none; }
.row-fluid .news-sec .news-form .hs-button { width:100%; background-color:#B99B7E; font-family: 'Proxima Nova Sb'; letter-spacing:0.5px; box-shadow:none; }
.row-fluid .news-sec .news-form .hs-button:hover { background-color:#1D4179; }  

.row-fluid .news-sec .news-form ::-webkit-input-placeholder {
  color:#1D4179;
}
.row-fluid .news-sec .news-form ::-moz-placeholder { /* Firefox 19+ */
  color:#1D4179;
}
.row-fluid .news-sec .news-form :-ms-input-placeholder { /* IE 10+ */
  color:#1D4179;
}
.row-fluid .news-sec .news-form :-moz-placeholder { /* Firefox 18- */
  color:#1D4179;
}

/********* Blog Inner Page***********/
.hs-blog-post .latest-sec { display:none; }
.row-fluid .blog-heroIn { text-align:center; padding:260px 0 100px; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; position:relative; float:left; }
.row-fluid .blog-heroIn:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0.50; background: #1d2879; }
.row-fluid .blog-heroIn > div { position:relative; }
.row-fluid .blog-heroIn-text { margin:0 auto; max-width:700px; width:100%; display:block; }
.row-fluid .blog-heroIn-text h1 { font-size:50px; line-height:60px; letter-spacing:1px; color:#FFFFFF; }
.row-fluid .blog-heroIn-text a.topic-link { font-size:20px; line-height:28px; letter-spacing:0.5px; color:#FFFFFF; }
.row-fluid .blog-heroIn-text a.topic-link:after { content: ''; margin:10px auto; width:125px; height:5px; display: block; background: #009491; } 

.hs-blog-post .blog-sec { padding:50px 0; }
.hs-blog-post .blog-left { width:70%; }
.hs-blog-post .blog-right { margin:0; padding:0 0 0 30px; width:30%; }
.hs-blog-post .blog-left .post-body img { width:100% !important; }
.hs-blog-post .hubspot-editable { font-family: 'Proxima Nova Sb'; }

.row-fluid .blog-box { margin:0 0 30px; padding:15px 20px; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; font-family: 'ProximaNova Md'; background:#f1f1f1; }
.row-fluid .blog-box h3 { font-size:24px; line-height:32px; }
.row-fluid .blog-box h3:after { content:''; margin:10px 0; width:80px; height:3px; background:#009491; display:block; }
.row-fluid .blog-box ul li  { margin:0 0 5px; position:relative; padding:0 0 0 20px; line-height:24px; -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;; }
.row-fluid .blog-box ul li a { display:inline-block; width:100%; color:#808285; }
.row-fluid .blog-box ul li a:before { content:"\f105"; font-family:'FontAwesome'; position:absolute; top:0; left:0; -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;; }
.row-fluid .blog-box ul li a:hover { color:#1D4179; }
.row-fluid .blog-box ul li a:hover:before { left:5px; }
/*.row-fluid .blog-box ul li:hover { padding:0 0 0 25px; }*/
.row-fluid .comment-form h4:after { content:''; margin:10px 0; width:80px; height:3px; background:#009491; display:block; }
.row-fluid .comment-form .hs-form-field > label { display:none; }

.hs-blog-post .blog-left .post-body ul li { margin:0 0 5px; padding:0 0 0 15px; position:relative; }
.hs-blog-post .blog-left .post-body ul li:before { content:''; width:8px; height:8px; position:absolute; top:9px; left:0; -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;; border:2px solid #009491; } 

/* Career bLog */
.row-fluid .career-latest { margin:30px 0 0; }
.row-fluid .career-latest .latest-item { margin:15px 0; }
.row-fluid .career-latest .latest-text { margin:0; width:100%; padding:20px 30px; box-shadow:0 0 10px rgba(0,0,0,0.09); }  
.row-fluid .career-latest .latest-inner h2 { color:#1D4179; }

.row-fluid .career-blog { margin:0 0 30px; padding:0; }
.row-fluid .career-blog .post-item { margin:15px 0; }
.row-fluid .career-blog .post-text { width:100%; padding:20px 30px; box-shadow:0 0 10px rgba(0,0,0,0.09); }

.row-fluid .easier-secnew { margin-top:20px; }
.row-fluid .easier-secnew .easier-box { margin:0; width:33.33%; }

.row-fluid .easier-seccta { padding:40px 0; }

/* case-study-blog-post */
.case-study-blog-post h4{padding: 0 0 0;
    font-size: 25px;
    line-height: 32px;
    position: relative;
    margin: 30px 0 0 0;
}
.row-fluid .case-study-blog-post h4:before {
    content: "\f067";
    width: 24px;
    height: 24px;
    line-height: 27px;
    position: absolute;
    top: 4px;
    left: -50px;
    text-align: center;
    font-size: 12px;
    font-family: 'FontAwesome';
    background: #009491;
    color: #FFFFFF;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
}
.row-fluid .case-study-blog-post .section.post-body{ padding-left: 50px; }

/* Banker Landing Page */
body.banker-body .row-fluid .top-started a { display:none; }
/* body.banker-body .top-header:before { height:50px; background-size:auto 50px; } */
body.banker-body .header-right { display:none; }
body.banker-body .header .logo { width:50%; max-width:100%; }
body.banker-body .header .logo img { max-width:300px; }
body.banker-body .row-fluid .top-header-left { display:none; }
body.banker-body .row-fluid .header { padding-top:28px; }

.row-fluid .hero-funding.landing-hero { padding:170px 0 0px 0; color:#1D4179; }
.row-fluid .hero-funding.landing-hero:before { display:none; }
.row-fluid .hero-funding.landing-hero .hero-inner-text { padding:0; }
.row-fluid .hero-funding.landing-hero .hero-inner-text h1:before { display:none; }
.row-fluid .hero-funding.landing-hero .hero-inner-text h1 { color:#1D4179; padding-bottom:20px; }
.row-fluid .hero-funding.landing-hero .hero-inner-text h1:after { position:absolute; content:""; height:3px; width:100px; bottom:0; left:50%; background:#7B7B7E; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .hero-funding.landing-hero .rightbox.funding-form h4 { color:#1D4179; font-family:'Proxima Nova Th'; font-size:18px; }
.row-fluid .hero-funding.landing-hero .rightbox.funding-form { margin-bottom: -78px; }

.row-fluid .hero-funding.landing-hero .hero-inner-text > div > div { display:flex; align-items:center; }

.row-fluid .banker-textsec { padding:50px 0; }
.row-fluid .banker-textsec .leftbox { padding-right:50px; padding-top:35px; }
.row-fluid .banker-textsec .rightbox.funding-form { margin-bottom:0; }
.row-fluid .banker-textsec .rightbox.funding-form h4 { color:#1D4179; font-family:'Proxima Nova Th'; font-size:18px; }
.row-fluid .banker-textsec .rightbox.funding-form .hs-input { box-shadow:none; background:#E0E0E1; border:0; padding:0 15px; }
.row-fluid .banker-textsec .hs_error_rollup { display:none; } 
.row-fluid .banker-textsec .hs-error-msg { color:#f00; }


@media (min-width: 992px){

    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#B99B7E; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#B99B7E; } 
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { position:relative; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { content:''; width:15px; height:2px; position:absolute; bottom:0; right:15px; background:#B99B7E; -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;; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover:after { width:40px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul {  width:220px; padding:15px 0; margin: 0px; text-align:left; background:#009491;  position: absolute;  top:100%;  left:0;  -webkit-box-shadow:inset 0 0px 20px 0 rgba(0,0,0,.2); box-shadow:inset 0 0px 20px 0 rgba(0,0,0,.2); }

    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { padding: 0px; margin: 0px; display: block; float: none; text-transform: none; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited { font-family: 'Proxima Nova Sb'; padding:5px 15px; line-height:20px; color:#ffffff; width:100%; font-size:14px; letter-spacing:0.3px; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color:#f3f0f0;  }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > ul { -moz-animation: fadeInRight 0.3s ease-in; -webkit-animation:fadeInUp 0.3s ease-in; animation:fadeInUp 0.3s ease-in ; } 
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:hover ul { -moz-animation: fadeInRight 0.3s ease-in; -webkit-animation: fadeInRight 0.3s ease-in; animation:fadeInRight 0.3s ease-in ; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul { left:100%; top:0; } 
    
    
    @-webkit-keyframes fadeInUp {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
    -moz-transform: translate3d(0, 40%, 0);
    -o-transform: translate3d(0, 40%, 0);
    -ms-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);; 
      }
    
      to {
        opacity: 1; 
        -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;;  
      }
    }
    
    @keyframes fadeInUp {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
    -moz-transform: translate3d(0, 40%, 0);
    -o-transform: translate3d(0, 40%, 0);
    -ms-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);; 
      }
    
      to {
        opacity: 1;
       -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;;  
      }
    }
    
    
    @-webkit-keyframes fadeInRight {
      from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);;  
      }
    
      to {
        opacity: 1;
        -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;;  
      }
    }
    
    @keyframes fadeInRight {
      from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);;
      }
    
      to {
        opacity: 1;
        -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;;  
      }
    }

}


/*14-04-2018 landing page*/
.row-fluid .header-landing{position:absolute; top:0; left:0; z-index:999; padding: 35px 0; width:100%; }
.row-fluid .header-landing {text-align: center;}
.header-landing .landing-logo img{ max-width: 305px; margin: blog-seco; text-align: center; object-fit: contain;}

.row-fluid .landing-banner{padding: 157px 0 10%; }
.row-fluid .landing-banner:before{    opacity: 0.67; background: #1d2879;}
/*.row-fluid .landing-banner:after {content: "";position: absolute;top: 0;width: 101%;height: 100%;bottom: 0;background:url('https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/curve-2.svg?t=1523705759825');background-size: cover;background-repeat: no-repeat;background-size: 100%;background-position: bottom center;}*/
.row-fluid .landing-banner:after {content: "";position: absolute; width: 100%;height:209px;bottom: 0; background:url('https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/shap-new1.png') no-repeat; background-repeat: no-repeat;background-size:100% 209px;background-position: bottom center;}
.row-fluid .landing-banner .hero-text{ max-width: 670px;margin: 0 auto; float: none; text-align: center; position: relative; z-index: 22;}
.landing-banner .hero-sub-title span{font-size: 25px; line-height: 74px; letter-spacing: 0.090rem; font-family: 'Proxima Nova Sb';color:#fff; }
.row-fluid .landing-banner h1{font-size: 50px; color:#fff; font-family: 'proxima nova Th';text-transform: capitalize; line-height: 30px; padding-bottom: 42px;}

.row-fluid .lp-form input, .row-fluid .lp-form form button, .row-fluid .lp-form textarea, .row-fluid .lp-form select, .row-fluid .lp-form input[type="text"], .row-fluid .lp-form input[type="password"], .row-fluid .lp-form input[type="datetime"], .row-fluid .lp-form input[type="datetime-local"], .row-fluid .lp-form input[type="date"], .row-fluid .lp-form input[type="month"], .row-fluid .lp-form input[type="time"], .row-fluid .lp-form input[type="week"], .row-fluid .lp-form input[type="number"], .row-fluid .lp-form input[type="email"], .row-fluid .lp-form input[type="url"], .row-fluid .lp-form input[type="search"], .row-fluid .lp-form input[type="tel"], .row-fluid .lp-form input[type="color"] { height:42px; }
 /*font-family: 'ProximaNova Md';*/
 /*font-family: 'Proxima Nova Sb';*/
.row-fluid .lp-form-Mobile { display:none; }
.row-fluid .landing-form form {width: 100%; max-width: 455px; margin: auto;}
.row-fluid .landing-form form .hs-form-field > label{display:none;}
.row-fluid .landing-form form .hs-form-field .hs-input{color:#1D4179; font-size:16px;letter-spacing: 0.038rem;  }

.row-fluid .landing-form form .hs-form-field .hs-input::-webkit-input-placeholder {color:#1D4179; opacity:1;}
.row-fluid .landing-form form .hs-form-field .hs-input::-moz-placeholder {color:#1D4179; opacity:1;}
.row-fluid .landing-form form .hs-form-field .hs-input:-ms-input-placeholder {color:#1D4179; opacity:1;}
.row-fluid .landing-form form .hs-form-field .hs-input:-moz-placeholder {color:#1D4179; opacity:1;}
.row-fluid .landing-form form .hs-form-field select.hs-input{    background: #fff url(https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/down-arrow-2.png?t=1523702307462) no-repeat right 14px center;}
.row-fluid .landing-form form li label{color:#f98686; font-size:14px; float:left;}
.row-fluid .landing-form form .hs-submit .hs-button{ letter-spacing: 0.5px; font-weight: 600; text-transform: uppercase; line-height: 24px; display: inline-block;padding: 5px 25px; background-color: #B99B7E;   color: #FFFFFF; font-size: 16px; min-width: 280px;text-align: center; font-family: 'Proxima Nova Th'; box-shadow:0 0 0;}
.row-fluid .landing-form form .hs-submit .hs-button:hover{background-color: #009491}

.row-fluid .commercial-section{width:100%; float:left;text-align: center;  margin-top: -31px; position: relative; z-index: 2;}
.row-fluid .commercial-section h3{font-size:25px;}
.commercial-section .commercial-text p { font-family: 'Proxima Nova Th'; font-style: italic; color: #009491; font-size:20px;}

.row-fluid .landing-footer{text-align:center; padding: 47px 0 30px;}
.landing-footer .phone-number{margin-bottom:10px;}
.landing-footer .phone-number h3 a{color:#fff;}
.landing-footer .phone-number h3 a:hover{color:#009491;}
.landing-footer .footer-logo img{max-width: 70px;}


.row-fluid .need-funding .funding-form input, .row-fluid .need-funding .funding-form button, .row-fluid .need-funding .funding-form textarea, .row-fluid .need-funding .funding-form select, .row-fluid .need-funding .funding-form input[type="text"], .row-fluid .need-funding .funding-form input[type="password"], .row-fluid .need-funding .funding-form input[type="datetime"], .row-fluid .need-funding .funding-form input[type="datetime-local"], .row-fluid .need-funding .funding-form input[type="date"], .row-fluid .need-funding .funding-form input[type="month"], .row-fluid .need-funding .funding-form input[type="time"], .row-fluid .need-funding .funding-form input[type="week"], .row-fluid .need-funding .funding-form input[type="number"], .row-fluid .need-funding .funding-form input[type="email"], .row-fluid .need-funding .funding-form input[type="url"], .row-fluid .need-funding .funding-form input[type="search"], .row-fluid .need-funding .funding-form input[type="tel"], .row-fluid .need-funding .funding-form input[type="color"] { background-color:#DFE0E1; }
.row-fluid .need-funding .funding-form .hs-button { background-color:#009491; }
.row-fluid .need-funding .funding-form .hs-button:hover { background-color:#B99B7E; }

/* markets We Service page  */
.row-fluid .markets-hero { padding:190px 0 50px; position:relative; }
.row-fluid .markets-hero:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#009491; opacity:0.55; }
.row-fluid .markets-hero > div { position:relative; }
.row-fluid .markets-herotext { font-size:22px; line-height:30px; font-style:italic; color:#FFFFFF; font-family: 'Proxima Nova Sb'; }
.row-fluid .markets-herotext h1 span { display:block; }
.row-fluid .markets-herotext h1 { font-size:50px; line-height:60px; font-style:normal; color:#FFFFFF; text-transform:inherit; } 
.row-fluid .markets-herotext h1:after { content:''; margin:20px auto 0; width:220px; height:5px; display:block; background:#B99B7E; }

.row-fluid .markets-view .link-style2 { padding:12px 20px; margin-top:30px; min-width:auto; font-size:13px; line-height:16px; }

.row-fluid .getting-left { padding:50px 0; }
.row-fluid .getting-left > div { max-width:700px; }
.row-fluid .getting-left h3 { font-size:35px; line-height:45px; }
.row-fluid .need-funding { padding:10px 0; font-family: 'Proxima Nova Sb'; }
.row-fluid .need-funding .funding-form { margin:0; padding:0 0; }
.row-fluid .need-funding .funding-form h4 { color:#1D4179; }
.row-fluid .give-us { padding:20px 0 0; font-size:21px; line-height:34px; text-align:center; font-family: 'Proxima Nova Th'; color:#808285; }
.row-fluid .give-us p { padding:5px 0 0; }
.row-fluid .give-us a { display:block; color:#1D4179; }
.row-fluid .give-us a:hover { color:#B99B7E; }

.row-fluid .getting-left ul li { padding-left:15px; position:relative; }
.row-fluid .getting-left ul li:before { content:''; width:7px; height:7px; background:#009491; position:absolute; top:10px; left:0; border-radius:10px; }
.row-fluid .getting-left ul ul { margin-left:15px; }
.row-fluid .getting-left ul ul li:before { background:transparent; border:1px solid #009491; }

.row-fluid .truck-sec { position:relative; }
.row-fluid .truck-sec:before { content:''; width:68.4%; height:70px; background:url('https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/bot-shap.png') no-repeat; position:absolute; top:-60px; left:0; background-size:100% 70px; }
.row-fluid .truck-img { margin-top:-39px; }
.row-fluid .truck-text { padding:40px 0 0; }
.row-fluid .truck-text strong { letter-spacing:0.5px; color:#009491; }
.row-fluid .truck-text ul { margin:30px 0; padding:0 0 0 30px; font-family: 'Arial'; border-left:5px solid #B99B7E; color:#1D4179; }
.row-fluid .truck-text ul li { padding:0 0 20px; }
.row-fluid .truck-text ul li strong { padding:0; color:#1D4179; }
.row-fluid .truck-text ul li:last-child { padding:0; }  

.row-fluid .truck-content { padding:80px 0; }
.row-fluid .truck-content { font-size:18px; line-height:34px; color:#1D4179; font-family: 'Proxima Nova Th'; }
.row-fluid .truck-content-top { font-size:16px; line-height:30px; color:#B99B7E; font-family: 'Proxima Nova Sb'; }
.row-fluid .truck-content-inner { margin:0 auto !important; max-width:700px; width:100%; float:none; display:block; }

.row-fluid .find-our { padding:40px 0 20px; margin-bottom:100px; background:rgba(0,148,145,0.10); }
.row-fluid .find-our h4 { padding:0 0 35px; font-size:24px; line-height:32px; text-transform:uppercase; }
.row-fluid .find-our .link-style2 { margin-bottom:-50px; }
.row-fluid .find-our .link-style2 a { min-width:380px; padding:20px 25px; }
.row-fluid .need-form-title { display:none; }

.row-fluid .lp2-hero .hero-text { max-width:100% !important; }
.row-fluid .lp-content { font-size:18px; font-family: minion-pro, serif; line-height:30px; text-align:left; color:#FFFFFF; }
.row-fluid .lp2-hero .lp-form { margin-top:20px; }

.hs-blog-listing .comment-form { display:none; }

@media(min-width:2000px) {
    .row-fluid .commer-img { width: 49%; top: 33%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
}

@media(max-width:2000px) {
    .row-fluid .commer-img { width: 65%; top:-175px; }
}


@media(max-width:1600px) {
    
    .row-fluid .commer-img { top:-150px; width:71%; }
    .row-fluid .case-sec .hs-button { width:auto; padding:0 0 0 10px; }
    .row-fluid .top-header-left .wrapper { padding-right:140px; }
    
    .row-fluid .strip-right { text-align:center; }
    
    
    
}

@media(max-width:1400px) {

    .row-fluid .markets-box { padding:50px 10px 30px;  } 
    .row-fluid .markets-view .link-style2 { padding:12px 15px; }
    .row-fluid .commer-img { top: -150px; width: 77%; }
}

@media(max-width:1300px) {
    

    .row-fluid .strip-right { text-align:left; right:0; padding-left:10px; }
    .row-fluid .need-funding .funding-form { padding:0 20px; }
    .row-fluid .case-sec .hs-button { font-size:11px; }
    .row-fluid .markets-box h5 { font-size:13px; }
    
    .row-fluid .receivable-give { width:20%; }
    
    .row-fluid .commer-img { top: -150px; width: 84%; }
    
    
    
}

@media(max-width:1200px) {
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:4px 10px; }
    
    /*.row-fluid .commer-sec { overflow:hidden; }*/
    .row-fluid .commer-sec:before , .row-fluid .commer-img { display:none; }
    .row-fluid .commer-sec:before { background-size:auto 180px; bottom:calc(100% - 50px); }
    .row-fluid .commer-img { width:92%; }
    .row-fluid .case-sec .hs-button { padding:0 10px; text-align:center; width:100%; }
    
    .row-fluid .markets-sec1 .hs_cos_wrapper_widget { padding:2px; width:25%; float:left; }
    .row-fluid .markets-sec1 .hs_cos_wrapper_widget:last-child { display:block; } 
     
    .row-fluid .markets-box { padding:50px 20px; min-height:auto; }
    .row-fluid .choose-left { padding:100px 30px; }
    .row-fluid .choose-text h4 { font-size:21px; padding:10px 0 0; }
    .row-fluid .case-sec .hs_error_rollup { right:0; }

    .row-fluid .footer-menu { padding:40px 15px 10px; }
    .row-fluid .footer-menu ul li { margin-bottom:5px; }
    .row-fluid .footer-menu ul li a { padding:2px 12px; }
    
    .row-fluid .markets-box { padding:45px 10px; }
    .row-fluid .markets-box h5 { font-size:16px; }
    .row-fluid .nav-list { display:none; }
    
    .row-fluid .accounts-box h2 { font-size:30px; line-height:38px; }
    
    .row-fluid .advantages-left { margin-top:10px; }
    
    .row-fluid .hero-educ .hero-inner-text { padding:0 100px; }
    .row-fluid .financing-list { padding:0; }
    
    /*14-04-2018 landing page*/
    .row-fluid .commercial-section{margin-top: 0;}
    
    .row-fluid .truck-img { margin-top:-44px; } 
    
    .row-fluid .funding-form { padding:0 25px 0 0; }
    /*.row-fluid .receivable-give { padding:10px 0; position:relative; width:100%; }*/
    .row-fluid .strip-sec h4 { padding:10px 0 10px 20px; font-size:20px; line-height:28px; }
    .row-fluid .strip-left { padding:50px 0 80px; }
    .row-fluid .strip-right { padding:72px 20px; }
    .row-fluid .strip-sec:before { background-size: 100% 118px; height:118px; }
    
    .row-fluid .strip-sec1 { padding:50px 0 90px; }
    .row-fluid .strip-sec1:before { height:124px; background-size:100% 124px; }
    
    .row-fluid .need-funding .funding-form { padding:0; }
    .row-fluid .landing-banner:after { height:100px; background-size:100% 100px; }
    
    .row-fluid .funding-leftIn , .row-fluid .blog-heroinner { padding-left:30px; }

  .row-fluid .case-study-wrapper .wrapper{ padding: 0 15px; }
    
}


@media (min-width: 768px) and (max-width: 1200px){
    
    h1 { font-size:34px; line-height:46px; }
    h2 { font-size:30px; line-height:40px; }
    h3 { font-size:28px; line-height:34px; }
    h4 { font-size:26px; line-height:32px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:22px; line-height:26px; }
  
  /* Banker Landing Page */
  body.banker-body .row-fluid .top-header:before { height:30px; background-size:auto 30px; display:block; }  
  body.banker-body .row-fluid .header { padding-top:20px; }
  body.banker-body .row-fluid .header .logo { width:100%; }
  body.banker-body .row-fluid .header .logo img { max-width:250px; }
  
  .row-fluid .hero-funding.landing-hero { padding:170px 0 80px 0; }
  .row-fluid .hero-funding.landing-hero .hero-content { float:none; display:inline-block; max-width:500px; } 
  
  .row-fluid .banker-textsec .wrapper { padding:0 20px !important; }
  .row-fluid .banker-textsec .leftbox { padding-right:20px; padding-top:16px; }
  .row-fluid .banker-textsec .leftbox .sripttitle h2 { font-size:28px; line-height:32px; }
  .row-fluid .banker-textsec .fundingform.rightbox { display:block; margin-bottom:0; }
  
  .row-fluid .hero-funding.landing-hero .wrapper { padding:0 20px; }
  .row-fluid .hero-funding.landing-hero .rightbox.funding-form { display:inline-block; vertical-align:top; float:none; }
}

@media (min-width: 992px) and (max-width: 1200px){
	
	.row-fluid .wrapper {  width:920px; }	
	
	.row-fluid .footer-box { width:21%; }
	.row-fluid .footer-contact { width:19%; }
	
	.row-fluid .top-header-left .wrapper { padding-right:190px; }
	
	.row-fluid .easier-boxinner h2 { font-size:28px; line-height:38px; }
	
	
	
}

@media(max-width:991px) {
    .row-fluid .top-header.fixed { background:transparent; }
    .row-fluid .top-header { position:absolute; }
    .row-fluid .top-started a { font-size:13px; padding:6px 6px; }
    .row-fluid .top-header .wrapper { padding:0 15px; width:100%; }
    .row-fluid .header-right { line-height:0; }
    .row-fluid .top-search { margin:0; padding:20px 20px 16px; background:rgba(255,255,255,0.30); width:100%; float:left; }
    .row-fluid .search-icon { display:none; }
    .row-fluid .top-search .gsc-control-cse { position:relative; top:0; width:100%; }
    .row-fluid .top-search .gsc-search-box { width:100%; }
    .row-fluid .top-search .gsc-search-box { height:45px; }
    
    .row-fluid .top-header-left { padding-right:0; text-align:center; }
    .row-fluid .top-header-left .wrapper { padding:0 15px; width:100%; }
    
    a.mobile-trigger { top:44px; }
    .row-fluid .search-section { display:none; }
    
    .row-fluid .hero-text h1 { font-size:54px; line-height:62px; }
    .row-fluid .hero-text h1 span { font-size:67px; line-height:72px; } 
    
    .row-fluid .commer-sec { background-size:cover; background-position: center center; }
    .row-fluid .case-sec , .row-fluid .commer-img , .row-fluid .commer-sec:before , .row-fluid .commer-sec:after { display:none; }
    
    .row-fluid .case-sec { padding:20px 25px; }
    .row-fluid .case-sec h4 { text-align:center; }
    .row-fluid .case-sec .hs-form-field { padding:0 10px 20px; width:33.33%; }
    .row-fluid .case-sec .hs_submit.hs-submit { width:100%; background:transparent; text-align:center; }
    .row-fluid .case-sec .hs-button { width:auto; padding:0 25px; } 
    
    /*.row-fluid .commer-sec { padding:15px 0; }*/
    .row-fluid .commer-img { width:100%; }
    .row-fluid .commer-sec { margin:0; padding:30px 0 0; }
    .row-fluid .commer-logo { display:none; }
    .row-fluid .cf-logoM { padding:12px 0; display:block; text-align:center; }
    .row-fluid .cf-logoM img { max-width:73px; }
    .row-fluid .commer-text { margin-top:22px; margin:0; width:100%; padding:40px 20px 30px; max-width:100%; }
    
    .row-fluid .funding-box { padding:0 20px 0 0; }
    .row-fluid .funding-box.funding-box1 { padding:0 0 0 20px; }
    .row-fluid .cash-img { max-width:220px; }
    .row-fluid .markets-sec { padding:80px 0 30px; }
    .row-fluid .markets-sec1 .hs_cos_wrapper_widget { padding:2px; width:25%; }
    
    .row-fluid .partner-sec .title-text { margin:0; }
    .row-fluid .partner-box { padding:26px 10px 25px; }
    
    .row-fluid .choose-left h2 { line-height:44px; }
    .row-fluid .choose-left { font-size:22px; line-height:30px; }
    
    .row-fluid .footer .wrapper { padding:0 15px; width:100%; }  
    .row-fluid .footer-contact { width:25%; }
    .row-fluid .footer-menu { width:50%; }
    
    .row-fluid .nav-list { padding:0 0 20px; position:relative; width:100%; text-align:center; display:none; }
    .row-fluid .nav-list li { display:inline-block; }
    .row-fluid .nav-list ul li a { padding:12px 15px; }
    
    .row-fluid .hero-inner-text { padding:0 50px; font-size:18px; line-height:28px; }
    .row-fluid .hero-inner-text h1 { font-size:35px; line-height:45px; }
    .row-fluid .accounts-box h2 { font-size:26px; line-height:32px; }
    .row-fluid .accounts-box { margin-bottom:90px; }
    .row-fluid .accounts-text { padding:0; }
    .row-fluid .advantages-toptext h2 { font-size:26px; line-height:36px; }
    
    .row-fluid .advantages-right { padding:50px 0 0 15px; }
    .row-fluid .advant-sec .hs_cos_wrapper_widget { margin-bottom:15px; }

    
    .row-fluid .receivable-give { padding:0; position:relative; width:100%; font-size:16px; line-height:22px; right:0; }
    .row-fluid .give-sec { width:100%; max-width:100%; }
    .row-fluid .receivable-text { width:100%; }
    .row-fluid .financing-list { margin-top:20px; }
    .row-fluid .financing-listtext { padding:0 15px; }
    .row-fluid .financing-sec1 { font-size:16px; line-height:25px; }
    .row-fluid .financing-list ul li:before { top:1px; }
    .row-fluid .truck-sec:before { display:none; }
    .row-fluid .truck-img { margin-top:52px; }
    
    /*14-04-2018 landing page*/
    
    .row-fluid .commercial-section h3{padding: 0 15px;}
    
    .row-fluid .commercial-section .easier-boxinner{padding: 127px 30px 30px;}
    .row-fluid .commercial-section .easier-boxinner h2{font-size: 26px; line-height: 29px;}
    .row-fluid .commercial-section .easier-boxinner{font-size: 14px; line-height: 20px;}
    .row-fluid .Apply-mobile { display:block; }
    
    .row-fluid .hero-funding .hero-inner-text { margin:0; padding:100px 50px 60px; width:100%; }  
    .row-fluid .funding-form { margin-bottom:0; padding:20px 0; display:block; }
    .row-fluid .receivable-text .left-space { padding:0 50px !important; }
    
    .row-fluid .strip-sec { margin-top:80px; margin-bottom:0; padding:0; background:transparent; }
    .row-fluid .strip-sec:before { height:80px; top:auto; bottom:100%; background:url('https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/strip-styleMobile1.png') no-repeat;  background-size:100% 80px; }
    .row-fluid .strip-sec:after { display:none; }
    .row-fluid .strip-left { margin:0; padding:10px 0 0; width:100%; }
    .row-fluid .strip-left h4 { padding:0 15px; text-align:center; color:#1D4179; border-left:none; }  
    .row-fluid .strip-right { margin:0; padding:20px 0 0; width:100%; background:transparent; text-align:center; }
    .row-fluid .strip-right a { padding:7px 25px; min-width:220px; text-align:center; display:inline-block; background:#009491; }
    .row-fluid .strip-left .left-space , .row-fluid .strip-right .right-space { padding:0 15px !important; }
    
    .row-fluid .strip-sec1 { padding:60px 0 80px; }
    .row-fluid .strip-sec1:before { background-size:100% 106px; height:106px; }
    .row-fluid .strip-sec1 h4 { font-size:20px; line-height:28px; }
    
    .row-fluid .getting-left { padding:50px 0 50px 0; }
    
    .row-fluid .blog-left { padding:0; }
    .row-fluid .post-item { margin:30px 0; }
    .row-fluid .post-text { padding:0 0 0 20px; }
    .row-fluid .post-body { padding:10px 0; }
    
    .hs-blog-post .blog-left { width:100%; }
    .hs-blog-post .blog-right { margin-top:40px; padding:0; width:100%; } 
    
    .row-fluid .funding-leftIn , .row-fluid .blog-heroinner { padding-left:0; } 
    .row-fluid .fundingform { display:none; }
    
    .row-fluid .easier-boxinner h2 { font-size:28px; line-height:38px; }
    .row-fluid .easier-num strong { font-size:45px; line-height:45px; }
    
    
    .case-study-right .advansec-form > div {
    max-width: 450px;
    margin: 0 auto;}
  .row-fluid .case-study-right .advansec-form .advan-form .hs-button{ max-width: 200px; }
  .row-fluid .case-study-right .advansec-form .actions {
    text-align: center;
}
    
    
}
@media (max-width:780px){
    .row-fluid .hero-content { font-style:italic; padding:20px 0 50px; max-width:300px; }
}

}
@media (min-width: 768px) and (max-width: 991px){
    
    
	
	.row-fluid .wrapper {  width:720px; }	
	
	.row-fluid .easier-boxinner { padding:120px 15px 30px; }
	.row-fluid .easier-num span { font-size:45px; line-height:45px; }
	.row-fluid .easier-boxinner h2 { font-size:38px; line-height:50px; }
	
	.row-fluid .getting-left { width:65%; }
	.row-fluid .getting-sec .need-funding { margin:0; padding-left:20px; width:35%; }
	
	
}

@media (min-width: 30px) and (max-width: 767px){
    
    
    h1 { font-size:30px; line-height:38px; }
    h2 { font-size:28px; line-height:34px; }
    h3 { font-size:26px; line-height:32px; }
    h4 { font-size:24px; line-height:30px; }
    h5 { font-size:22px; line-height:28px; }
    h6 { font-size:20px; line-height:26px; }
    
    .row-fluid .sub-line:after , .row-fluid .title-withbg .sub-line:after , .row-fluid .title-text2 h3:after { display:none; }  
    .row-fluid .title-withbg .sub-line { font-size:18px; margin:10px 0; }
    
    .row-fluid .title-text h2 { letter-spacing:0; padding:0 0 10px; }
	
	.row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }	
	.row-fluid .top-header-left { padding-right:0; }
	.row-fluid .top-header { padding:20px 0 16px; background-image:none; }  
	.row-fluid .top-started { display:none; }
	.row-fluid .logo { margin-top:20px; text-align:center; }
	.row-fluid .logo img { max-width:250px; }
	.row-fluid .top-contact, .row-fluid .top-contact1 { padding:0; display:block; text-align:center; }
	a.mobile-trigger { top:18px; }
	
	.row-fluid .hero-sec { padding:200px 0 60px; position:relative; }
	.row-fluid .hero-sec:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; opacity:1; }
	.row-fluid .hero-sec > div { position:relative; }
	.row-fluid .hero-text { font-size:18px; line-height:28px; }
	.row-fluid .hero-text h1 { padding:0 0 5px; font-size:40px; line-height:50px; }
    .row-fluid .hero-text h1 span { font-size:50px; line-height:60px; } 
    .row-fluid .hero-content { padding:0 0 10px; }
    
    /*.row-fluid .commer-sec { background-size:cover; background-position: center center; }
    .row-fluid .case-sec , .row-fluid .commer-img , .row-fluid .commer-sec:before , .row-fluid .commer-sec:after { display:none; }
    
    .row-fluid .commer-sec { margin:0; padding:30px 0 0; }
    .row-fluid .commer-logo { display:none; }
    .row-fluid .cf-logoM { padding:12px 0; display:block; text-align:center; }
    .row-fluid .cf-logoM img { max-width:73px; }
    .row-fluid .commer-text { margin-top:22px; padding:40px 20px 30px; max-width:100%; }
    */
    .row-fluid .funding-boxin:before { display:none; }
    .row-fluid .funding-sec { padding:50px 0 0; background:#fff; }
    .row-fluid .sub-line:after { margin:15px 0 10px; }
    .row-fluid .funding-sec .wrapper { padding:0; }
    .row-fluid .funding-sec .title-text { padding:0 25px; }
    .row-fluid .funding-sec1 { margin-top:110px; padding:0; }
    .row-fluid .cash-img { bottom:100%; }
    .row-fluid .funding-boxin , .row-fluid .funding-box.funding-box1 .funding-boxin { margin:0;  padding:20px 50px; text-align:left; }
    .row-fluid .funding-box , .row-fluid .funding-box.funding-box1 { width:100%; padding:0; }  
    .row-fluid .funding-icon { position:relative; top:0;  }
    .row-fluid .funding-icon img { max-width:95px; }
    
    .row-fluid .funding-sec .link-style2 { margin-top:15px; position:relative; top:0; }
    .row-fluid .funding-sec .link-style2 a { padding:15px 20px; border-top:none; -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; }
    
    .row-fluid .markets-sec { padding:30px 0; }
    .row-fluid .markets-sec1:before { display:none; }
    .row-fluid .markets-sec .link-style2 { display:none; } 
    .row-fluid .markets-icon , .row-fluid .markets-box:before { display:none; }
    
    .row-fluid .markets-sec1 .hs_cos_wrapper_widget { width:100%; margin:0; }
    .row-fluid .markets-box { padding:10px 30px; background:#1D4179 !important;  -webkit-border-radius: 0 30px 0 0;
    -moz-border-radius: 0 30px 0 0;
    -o-border-radius: 0 30px 0 0;
    -ms-border-radius: 0 30px 0 0;
    border-radius: 0 30px 0 0;; text-align:left; }
    .row-fluid .markets-box h5 { padding:0; font-size:18px; font-family: 'Proxima Nova Sb'; }
    
    .row-fluid .choose-sec { padding:0 0 35px; }
    .row-fluid .choose-sec .wrapper { padding:0; }
    .row-fluid .choose-left { padding:40px 30px; width:100%; height:auto !important; text-align:center; background:#1D4179; }
    .row-fluid .choose-left:before { display:none; }
    .row-fluid .choose-right { width:100%; }
    .row-fluid .choose-img { width:100%; height:300px !important; }
    .row-fluid .choose-innersec { width:100%; }
    .row-fluid .choose-text { padding:30px 25px; }
    .row-fluid .choose-text p { padding:5px 0 15px 0; }
    .row-fluid .choose-text h4 span { padding:10px 0; position:relative; top:0; left:0; width:100%; display:block; text-align:center; color:#1D4179; }
    .row-fluid .choose-cta { margin-top:0; }
    
    .row-fluid .partner-sec { background-position:center top; padding:30px 0 0; }
    .row-fluid .partner-sec .wrapper { padding:0; }
    .row-fluid .partner-sec .title-text { margin:0; padding:0 15px; text-align:left; }
    .row-fluid .partner-sec:before { width:100%; opacity:0.60; }
    .row-fluid .partner-sec1 { padding:0 15px; background:#fff; position:relative; }
    .row-fluid .partner-box { margin:15px 0; padding:26px 20px 14px; background:#009491; }
    .row-fluid .partnerbox-num { position:relative; top:0; }
    .row-fluid .partner-sec .title-withbg .sub-line:after { float:left; }
    
    .row-fluid .partner-sec .link-style2 { padding:10px 15px; background:#fff; width:100%; text-align:center; }
    .row-fluid .partner-sec .link-style2 a { width:auto; background:#1D4179; }
    .row-fluid .partner-sec .link-style2 a:hover { background:#B99B7E; }
    .row-fluid .partner-box .sameheight { height:auto !important; }
    
    
    .row-fluid .resource-sec { padding:60px 0; }
    .row-fluid .resource-sec1 .hs_cos_wrapper_widget { width:100%; }
    .row-fluid .resource-boxinner.sameheight { height:auto !important; }
    
    .row-fluid .capital-sec { padding:40px 0 50px; }
    .row-fluid .conquer-form .hs-form-field { padding:0 0 15px; }
    
    .row-fluid .footer { padding:0 0 30px; }
    .row-fluid .footer-box { width:100%; padding:25px 15px; }
    .row-fluid .footer-contact { width:100%; height:auto !important; float:left; }  
    .row-fluid .footer-menu { padding:30px 15px; float:left; width:100%; text-align:left; }
    .row-fluid .service-menu , .row-fluid .service-menu1 { width:50%; float:left; }
    .row-fluid .footer-contact { padding:20px 20px 20px; }
    .row-fluid .footer-menu ul li { display:block; }
    .row-fluid .footer-menu ul li a { width:auto; display:inline-block; }
    
    
    body:not(.homepage) .top-header { padding:10px 0 0; }
    body:not(.homepage) .header { padding-top:0; }
    body:not(.homepage) .top-header:before { background-size: auto 50px; }
    .row-fluid .service-menu1 ul li a:after { display:none; }
    .row-fluid .copyright { color:#fff; text-align:center; letter-spacing:1px; }
    .row-fluid .footer-boxsocial { padding:0 15px; float:left; width:100%; text-align:center; }
    
    .row-fluid .business-sec1:before { width:420px; right:0; }
    .row-fluid .accounts-img { margin-bottom:30px; text-align:center; }
    .row-fluid .advantages-sec .wrapper { padding:0 15px 0 65px; }
    .row-fluid .advant-box h4 { font-size:21px; line-height:29px; }
    .row-fluid .advant-box h4:before { top:3px; }
    .row-fluid .advant-img img { max-width:250px; }
    .row-fluid .hero-educ .hero-inner-text { padding:0 20px; } 
    .row-fluid .advantages-right { display:none; }  
    .row-fluid .advantages-left { margin-top:25px; }  
    
    .row-fluid .hero-funding .left-space { padding:0 15px !important; }
    .row-fluid .funding-form { display:none; }
    .row-fluid .receivable-give { font-size:16px; line-height:20px; }
    .row-fluid .receivable-text { padding:40px 0 10px; }
    
    .row-fluid .money-sec { padding:45px 0 30px; }
    .row-fluid .money-img { text-align:center; margin-bottom:40px; height:160px; overflow:hidden; }
    .row-fluid .money-sec .left-space { padding:0 15px !important; }
    
    .row-fluid .money-menu { padding:20px 0 20px 20px; }
    .row-fluid .easier-sec1 .hs_cos_wrapper_widget { width:100%; margin-bottom:10px; }
    .row-fluid .easier-sec .button-cta { padding:30px 0 40px; background:#F2F2F3; }
    
    .row-fluid .financing-sec1 { padding:50px 0 40px; }
    .row-fluid .financing-sec1:before { display:none; }
    .row-fluid .financing-list { margin-top:40px; }
    .row-fluid .started-sec { padding:20px 0; }
    .row-fluid .started-sec .link-style2 a { min-width:220px; padding:13px 25px; }
   .row-fluid .financing-sec1 h2 { font-size:28px; line-height:36px; }
   .row-fluid .financing-sec1 h2:after { display:none; }
   .row-fluid .financing-img { width:100%; }
   .row-fluid .financing-listtext { padding:0; width:100%; }
   .row-fluid .find-our .link-style2 a { padding:15px 25px; min-width:250px; }
   
   .row-fluid .easier-sec .title-text { text-align:center; }
   .row-fluid .easier-sec .title-text h2:after { display:none; }
   .row-fluid .receivable-text h3 { font-size:28px; line-height:36px; }
   
    .row-fluid .Inside-hero h1 { font-size:40px; line-height:48px; }
    .row-fluid .Inside-herobot { font-size:20px; line-height:28px; padding:20px 15px; }
    .row-fluid .strip-sec1 { margin-top:80px; margin-bottom:30px; padding:0; background:transparent; }
    .row-fluid .strip-sec1:before { height:80px; top:auto; bottom:100%; background:url('https://cdn2.hubspot.net/hubfs/3827242/Commercial_Funding_2018/Images/strip-styleMobile.png') no-repeat;  background-size:100% 80px; }
    .row-fluid .strip-sec1:after { display:none; }
    .row-fluid .strip-sec1 h4 { padding:0 15px; text-align:center; color:#1D4179; border-left:none; }  
    .row-fluid .strip-sec1 h4 a { color:#1D4179; }
    
    .row-fluid .process-sec { padding:40px 0 18px; font-size:18px; line-height:28px; }
    .row-fluid .funding-leftsec .left-space { padding:0 15px !important; }
    
    .row-fluid .markets-hero { text-align:left; }
    .row-fluid .markets-herotext { padding-left:20px; }
    .row-fluid .markets-herotext h1 { padding:0 0 10px; position:relative; }
    .row-fluid .markets-herotext h1:before { content:''; width:5px; position:absolute; top:0; left:-20px; bottom:10px; background:#B99B7E; }
    .row-fluid .markets-herotext h1:after { display:none; }
    
    .row-fluid .markets-herotext { font-size:18px; line-height:28px; }  
    .row-fluid .markets-herotext h1 { font-size:38px; line-height:40px; }
    .row-fluid .getting-left h3 { font-size:28px; line-height:38px; }
    .row-fluid .getting-left .left-space { padding:0 15px !important; }
    
    .row-fluid .need-form-title { display:block; }
    .row-fluid .need-form-title .link-style2 a { width:100%; }
    .row-fluid .need-form-title h4 { font-size:16px; line-height:24px; font-family: 'Proxima Nova Sb'; }
    .row-fluid .need-form-sec { padding:15px 15px; text-align:center; background:#DEE9E9; }
    .row-fluid .give-us { padding:0;  font-family: 'Proxima Nova Sb'; font-size:16px; line-height:26px; }
    
    .row-fluid .truck-sec { padding:0 0 0; }
    .row-fluid .truck-img { text-align:center; }
    .row-fluid .truck-img img { height:270px; overflow:hidden; text-align:center; object-fit:cover; }
    .row-fluid .getting-left { padding:40px 0 0; }
    .row-fluid .truck-text .right-space { padding:0 15px !important; }
    .row-fluid .truck-content { padding:30px 0; }
    .row-fluid .find-our { margin-bottom:70px; } 
    
    /***** blog Page ********/
    .row-fluid .blog-hero { padding:210px 0 60px; }
    .row-fluid .blog-hero:before { background:#fff; opacity:0.6; }
    .row-fluid .blog-heroinner h1 { font-size:34px; line-height:42px; }
    .row-fluid .blog-news { display:none; }
    .row-fluid .latest-sec { padding:0 0 40px; }
    .row-fluid .latest-img { width:100%; height:300px !important; }
    .row-fluid .latest-text { margin:-40px 0 0; padding:0 20px; width:100%; }
    
    .row-fluid .post-item { margin:30px 0 0; }
    .row-fluid .post-img { width:100%; height:340px !important; }
    .row-fluid .post-text { padding:10px 0 0; width:100%; }
    
    .hs-blog-post .blog-sec { padding:40px 0 20px; }
    .row-fluid .blog-heroIn { padding:240px 0 50px; }
    .row-fluid .blog-heroIn-text h1 { font-size:36px; line-height:50px; }
    
    
    /***** landing page ***********/
    .row-fluid .hero-sec.landing-banner { padding:180px 0 110px; }
    .row-fluid .hero-sec.landing-banner:before { opacity:0.67; background:#1d2879; } 
    .row-fluid .header-landing .landing-logo img { max-width:225px; }
    .row-fluid .landing-banner .hero-sub-title span { font-size:22px; line-height:30px; }
    .row-fluid .landing-banner:after { height:70px; background-size: 100% 70px; } 
    .row-fluid .landing-banner h1 { padding:20px 0; font-size:32px; line-height:44px; }
    
    .row-fluid .lp-form { padding:0 15px; }
    .row-fluid .lp-form-Mobile { display:block; font-size:21px; line-height:28px; text-align:center; color:#009491; font-family: 'Proxima Nova Sb'; }
    .row-fluid .landing-form { margin-top:20px; }
    
    .row-fluid .lp-form { padding:20px 15px 60px; }
    .row-fluid .lp-form input, .row-fluid .lp-form form button, .row-fluid .lp-form textarea, .row-fluid .lp-form select, .row-fluid .lp-form input[type="text"], .row-fluid .lp-form input[type="password"], .row-fluid .lp-form input[type="datetime"], .row-fluid .lp-form input[type="datetime-local"], .row-fluid .lp-form input[type="date"], .row-fluid .lp-form input[type="month"], .row-fluid .lp-form input[type="time"], .row-fluid .lp-form input[type="week"], .row-fluid .lp-form input[type="number"], .row-fluid .lp-form input[type="email"], .row-fluid .lp-form input[type="url"], .row-fluid .lp-form input[type="search"], .row-fluid .lp-form input[type="tel"], .row-fluid .lp-form input[type="color"] { height:42px; border:1px solid #C7C9CB; background-color:#DCDDDE; }
    .row-fluid .lp-form .landing-form form .hs-form-field select.hs-input { background-color:#DCDDDE; }
    .row-fluid .lp-form .actions { margin-top:10px; text-align:center; }
    .row-fluid .lp-form .landing-form form .hs-submit .hs-button { background-color:#009491; }
    
    .row-fluid .easier-lP h3 { font-size:18px; line-height:28px; }
    .row-fluid .easier-lP .easier-sec1 { margin-top:0; }
    .row-fluid .easier-lP .easier-sec1 .hs_cos_wrapper_widget { margin:10px 0 0; }  
    .row-fluid .landing-footer { padding:40px 0; }
    
    .row-fluid .lp-content { margin-bottom:20px; font-size:16px; line-height:28px; color:#808285; }
    .row-fluid .funding-rightsec { margin-top:0; }
    
    .row-fluid .easier-secnew .easier-box { margin:10px 0 0; width:100%; }
  
  /* Banker Landing Page */
  body.banker-body .row-fluid .header { padding:0; }
  .row-fluid .hero-funding.landing-hero { padding:190px 0 30px 0; }
  .row-fluid .hero-funding.landing-hero .hero-content { float:none; display:inline-block; max-width:500px; } 
  
  .row-fluid .banker-textsec .leftbox { padding:0 0 30px; }  
  .row-fluid .banker-textsec .leftbox .sripttitle h2 { font-size:24px; line-height:30px; }
  .row-fluid .banker-textsec .wrapper { padding-top:0 !important; padding-bottom:0 !important; }
  .row-fluid .banker-textsec .rightbox.funding-form { display:block; padding-top:0; }
  
  body.banker-body .top-header:before { background-size:auto 40px; }
  body.banker-body .header .logo { width:100%; }
  body.banker-body .header .logo img { max-width:200px; }
  
  .row-fluid .hero-funding.landing-hero { text-align:center; }
  .row-fluid .hero-funding.landing-hero .hero-inner-text > div > div { float:left; display:block; }
  .row-fluid .hero-funding.landing-hero .rightbox.funding-form { display:inline-block; vertical-align:top; float:none; }
    
}

@media (max-width: 500px){ 
    
    .row-fluid .title-textcen { text-align:left; }
    .row-fluid .link-style2 a, .row-fluid a.link-style2 { min-width:200px; }
    
    .row-fluid .hero-text h1 { font-size:34px; line-height:40px; }
    .row-fluid .hero-text h1 span { margin:0; font-size:40px; line-height:48px; }
    
    .row-fluid .funding-boxin, .row-fluid .funding-box.funding-box1 .funding-boxin { padding:20px 15px; }
    .row-fluid .markets-box { padding:10px 20px; }
    .row-fluid .markets-text  { height:auto !important; }
    .row-fluid .markets-box h5 { font-size:16px; }
    
    .row-fluid .choose-img { height:180px !important; }
    .row-fluid .choose-text { padding:20px 15px; }
    
    .row-fluid .title-text2 h3 { letter-spacing:0px; }
    
    .row-fluid .resource-sec1 .hs_cos_wrapper_widget { padding:10px 0; }
    .row-fluid .resource-sec { padding:50px 0 40px; }
    
    .row-fluid .conquer-form { padding:0; margin-top:0; }
    .row-fluid .conquer-form .hs-button { font-size:12px; }
    .row-fluid .footer .wrapper { padding:0; }
    .row-fluid .footer-menu ul li a { padding:0 10px 0 0; font-size:13px; }
    
    .row-fluid .hero-inner { padding:240px 0 40px; }
    .row-fluid .hero-inner-text h1 { font-size:30px; line-height:37px; } 
    .row-fluid .hero-inner-text { padding:0 0 0 10px; }
    .row-fluid .hero-inner-text h1:before { left:-20px; }
    
    .row-fluid .business-sec1:before { width:280px; }
    .row-fluid .business-sec1:after { border:139px solid transparent; border-top-color:#009491; border-top-width:40px; }
    
    .row-fluid .business-sec1 { padding:35px 0 16px 20px; }
    .row-fluid .business-text:before { left:-25px; }
    .row-fluid .business-text h4 { font-size:20px; line-height:28px; }
    
    .row-fluid .advantages-toptext { padding:25px 0 0; }  
    .row-fluid .hero-educ { padding:210px 0 70px; }
    .row-fluid .hero-educ .hero-inner-text { padding:0; }
    .row-fluid .hero-educsub:after { margin:16px  auto 0; width:165px; }
    .row-fluid .accounts-img { height:150px; overflow:hidden; }
    
    .row-fluid .advant-box h4:before { left:-30px; }
    .row-fluid .advant-img img { max-width:170px; }
    .row-fluid .advantages-sec .wrapper { padding:0 15px 0 45px; }
    
    .row-fluid .easier-boxinner { padding:120px 20px 30px; }
    .row-fluid .easier-num span { font-size:42px; line-height:42px; }
    .row-fluid .started-sec h4 { font-size:20px; line-height:30px; }
    
    .row-fluid .hero-funding .hero-inner-text { padding:0 15px 0; }
    .row-fluid .hero-funding .hero-inner-text h2 { font-size:27px; }
    .row-fluid .receivable-text .left-space { padding:0 15px !important; }
    
    .row-fluid .strip-left h4 { font-size:18px; line-height:28px; }
    .row-fluid .strip-sec:before { height:50px; background-size:100% 50px; }
    
    .row-fluid .Inside-hero { padding:240px 0 0; }
    .row-fluid .strip-sec1:before { height:60px; background-size:100% 60px; }
    .row-fluid .find-our h4 { font-size:18px; line-height:28px; } 
    
    .row-fluid .markets-herotext h1 { font-size:24px; line-height:34px; }
    .row-fluid .truck-text ul { padding:0 0 0 20px; }
    
    .row-fluid .hero-sec.landing-banner { padding:160px 0 80px; }
    .row-fluid .landing-banner:after { background-size:100% 50px; height:50px; }
    .row-fluid .latest-sec .wrapper { padding:0; }
    .row-fluid .post-img { height:250px !important; }
    .row-fluid .blog-pagibox { width:100%; margin:2px 0; }
    .row-fluid .blog-pagibox.next , .row-fluid .blog-pagibox.prev { text-align:center; }
    .row-fluid .landing-banner .hero-sub-title span { font-size:20px; line-height:30px; }
    .row-fluid .landing-banner h1 { font-size:32px; line-height:44px; }
    
    .row-fluid .blog-heroIn-text h1 { font-size:30px; line-height:40px; }
    .row-fluid .news-sec .news-form { padding:0; }
    
    .row-fluid .funding-rightsec img { max-width:250px; }
    	
    	
    .row-fluid .hero-sec:before { content:''; width:100%; height:100%; position:absolute; background: #fff; top:0; left:0; opacity:.7; }
    
    .row-fluid .easier-boxinner h2 { font-size:28px; line-height:38px; }
}



@media (min-width: 992px){

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

}

@media (max-width: 991px){
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:12px 15px; font-size:16px; color:#fff; }
 
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color: #333333; }     
    
  /* 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: #FFFFFF;
    }



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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      right: 15px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding:8px 6px 11px;
      background:transparent; /* 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;
  }
  
  
      .top.fixed a.mobile-trigger { top: 7px; width: 39px; height: 35px; padding: 7px 8px; }
      .top.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal { position: absolute; top: 8px; }
  

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

  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: #009491;
      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: 28px; /* Icon line width */
      height: 4px; /* Icon line height */
      background-color: #1D4179; /* Icon color */
      display: inline-block;
      -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  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: #FFFFFF; /* 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: 0;             /* 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: 68px 0 0 0; /* Padding to add room for close button */
      background-color:rgba(0,148,145,0.85); /* 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: #333333; /* 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 */
  }
}


.homepage #hs_form_target_module_1522749505088100 .hs-form-field{
  width: 14%;
}