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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css);
/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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


@font-face {
    font-family: 'Colfax-Medium';
    src: url('https://cdn2.hubspot.net/hubfs/2800429/Landing%20page%2001/fonts/Colfax-Medium.otf');
    src: url('https://cdn2.hubspot.net/hubfs/2800429/Landing%20page%2001/fonts/Colfax-Medium.otf?#iefix')
}

@font-face {
    font-family: 'Colfax-Bold';
    src: url('https://cdn2.hubspot.net/hubfs/2800429/Landing%20page%2001/fonts/Colfax-Bold.otf');
    src: url('https://cdn2.hubspot.net/hubfs/2800429/Landing%20page%2001/fonts/Colfax-Bold.otf?#iefix')
}

@font-face {
    font-family: 'Colfax-Regular';
    src: url('https://cdn2.hubspot.net/hubfs/2800429/Landing%20page%2001/fonts/Colfax-Regular.otf');
    src: url('https://cdn2.hubspot.net/hubfs/2800429/Landing%20page%2001/fonts/Colfax-Regular.otf?#iefix')
}

@font-face {
    font-family: 'Colfax-Black';
    src: url('https://cdn2.hubspot.net/hubfs/2800429/Landing%20page%2001/fonts/Colfax-Black.otf');
    src: url('https://cdn2.hubspot.net/hubfs/2800429/Landing%20page%2001/fonts/Colfax-Black.otf?#iefix')
}

@font-face {
    font-family: 'GEORGIA';
    src: url('httpshttps://www.bpartnerslab.com/hubfs/Fonts/GEORGIA_0.ttf');
    src: url('https://www.bpartnerslab.com/hubfs/Fonts/GEORGIA_0.ttf?#iefix')
}



/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */



 



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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #666666;
  font-family: Colfax-Regular;
  font-size: 100%;
  line-height: 125%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-family: 'Colfax-Bold';
    font-size: 170%;
    line-height: 130%;
}
h2 {
    font-family: 'Colfax-Bold';
    font-size: 24px;
    line-height: 34px;
}

h3 {
    font-family: 'Colfax-Medium';
    font-size: 20px;
    line-height: 34px;
}
h4 {
    font-family: 'Colfax-Medium';
    font-size: 18px;
    line-height: 20px;
}
h5 {
    font-size: 15px;
    font-family: 'Colfax-Bold';
    margin: 10px 0px; 
}
h6 {}


/**
 * Page Center
*/

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 920px;
  margin: 0 auto;
  width:87.40234375% !important;
}

.container-fluid .row-fluid .page-center1 {
  float: none;
  max-width: 10240px;
  margin: 0 auto;
  width:70.42166910688141% !important;
}



a { color: #2D528D; text-decoration: none; }
a:hover, a:focus { color: #A7A9AC;; font-weight:900;  }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
.padding10{
    padding:10px 0px;
}
.padding20{
    padding:20px 0px;
}
.padding30{
    padding:30px 0px;
}
.padding40{
    padding:40px 0px;
}
.padding50{
    padding:50px 0px;
}
.padding60{
    padding:60px 0px;
}
.padding70{
    padding:70px 0px;
}
.padding80{
    padding:80px 0px;
}
.padding100{
    padding:100px 0px;
}

.padding120{
    padding:120px 0px;
}

.padding200{
    padding:200px 0px;
}

.padding130{
    padding:130px 0px;
}

.padding150{
    padding:150px 0px;
}
.padding-top20{
    padding-top:20px;
}
.padding-top30{
    padding-top:30px;
}
.padding-top25{
    padding-top:25px;
}
.padding-top50{
    padding-top:50px;
}
.padding-top75{
    padding-top: 75px;
}

.padding-top100{
    padding-top:100px;
}
.padding-bottom50{
    padding-bottom:50px;
}
.padding-bottom20{
    padding-bottom:20px;
}
.padding-bottom10{
    padding-bottom:10px;
}
.padding-bottom30{
    padding-bottom:30px;
}
.padding-bottom100{
    padding-bottom:100px;
}
.center{
    text-align:center;
}
.right{
    text-align:right;
}
.lrft{
    text-align:left;
}
.contents{
    font-family: Colfax-Regular;
    font-size: 15px;
    line-height: 18px; 
}
.white{
    color:#fff;
}
.black{
    color:#000;
}
.bold{
    font-family: "Colfax-Bold";
}



/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.home-v4-menu {
    border-bottom: 1px solid #dcdede;
}
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
  font-weight:900;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 13px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    position: relative;
}
.menu-cta {
    padding-top: 15px;
}
.hs-menu-depth-1.hs-item-has-children a:after {
    position: relative;
}

.hs-menu-depth-1.hs-item-has-children a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 6px;
    color:#A7A9AC;
    font-size: 12px;
    position: absolute;
    margin-top: -2px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover a:after {
    /*-webkit-transform: rotate(180deg);*/
    /*-moz-transform: rotate(180deg);*/
    /*-o-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
    margin-top: -3px;
    padding-right: 10px;
}

.hs-menu-depth-2 a:after {
    content: "" !important;
    font-family: FontAwesome;
    padding-left: 10px;
    color: #fff;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a:before {
    content: "";
    width: 35px;
    height: 2px;
    background: #25538F;
    display: block;
    position: absolute;
    bottom: 15px;
    margin: auto;
    left: 0;
    right: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active.active-branch a:before {
    content: "";
    width: 35px;
    height: 2px;
    background: #25538F;
    display: block;
    position: absolute;
    bottom: 15px;
    margin: auto;
    left: 0;
    right: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active.active-branch a {
   font-family:"Colfax-Bold";
   color:#A7A9AC;
}



.home-v4-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:before {
    content: "";
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:before {
    content: "";
    display: none;
}



/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  padding: 20px 25px 25px ;
  text-align:left;
   display: inline-block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
    padding: 5px 0px 5px;
    text-align: left;
    font-weight: normal;
    
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    border-bottom: 1px solid #ffffff;
    font-family: "Colfax-Regular";
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
    min-height:35px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:before {
    content: "\f054 ";
    font-family: FontAwesome;
    padding-right: 10px;
    color:#ffffff;
    font-size: 12px;
}








/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px)
/*@media screen and (min-width:1025px) {*/
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 768px){

/*@media (max-width: 1025px){*/


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

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

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    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:#666766;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -40px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
   /*   background: #ffffff; Background color */
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff; 
  }
  
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#666766;
    background-color: #ffffff; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #2c518c;
    background-color: #ffffff; 
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #66686b; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -9px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 9px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #2c518c;; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 55px !important;
    height: 35px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    /*float: right;*/
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#666766; /* Icon color */
    display: block;
    float: right;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       /*padding-top: 44px;  Makes room for button 
       /*margin: 10px 0 10px 0;*/
    padding-top: 0px;
    margin: 0px;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px; /* Font size of top level list items */
    line-height: 35px;
    overflow: visible;
  }
  


  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: 1px solid rgba(112, 114, 116, 0.26); /* Adds transparent dark highlights to top of top level list items */
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#666766; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#666766; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > 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 */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}

/*-----------home page style----------------*/
/*.home-v4-menu .custom-menu-primary {*/
/*    padding: 10px 0px 0px;*/
/*}*/

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


.home-v4-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    background: #fff;
    color: #26528e;
    /*border: 1px solid #26528e;*/
    border-radius: 10px;
    /*padding: 8px 24px;*/
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 2px;
}

.home-v4-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child:hover {
    background: #fff;
    color: #26528e;
    font-family: "Colfax-Regular";
    /*border: 1px solid #26528e;*/
    /*border-radius: 10px;*/
    /*padding: 7px 23px;*/
    /*margin-top: 20px;*/
    /*margin-left: 10px;*/
    /*margin-right: 2px;*/
}
.home-v4-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:hover {
    padding: 7px 26px;
    border: 2px solid #26528e;
    font-family: "Colfax-Regular";
}
.home-v4-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    padding: 8px 27px;
    color: #26528e;
    border-top: 1px solid #26528e;
    border-bottom: 1px solid #26528e;
    border-left: 1px solid #26528e;
    border-right: 1px solid #26528e;
    border-radius: 8px;
    font-size:16px;
}
.home-v4-menu .padding-top30 {
    padding-top: 30px;
    padding-bottom: 15px;
}


.logo img.hs-image-widget {
    width: 200px !important;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    float: right;
}

ul.hs-menu-children-wrapper a {
    color: #fff;
}
ul.hs-menu-children-wrapper li {
    width:45%;
    float:left;
}


a.go-button {
    background: #FFF;
    border: 1px solid #EEE;
    color: #DE4450;
    cursor: pointer;
    padding: 10px 15px;
    margin-left: 30px;
    font-size: 22px;
}
a.go-button i.fa.fa-chevron-right {
    font-size: 18px;
    padding-left: 5px;
}



.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0;
    padding: 30px 10% 30px 18%;
    width:100%;
    color: #fff;
    -moz-box-shadow: rgba(0,0,0,0.15) 0 2px 2px;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0 2px 2px;
    box-shadow: rgba(0,0,0,0.15) 0 2px 2px;
    background: #2C528C;  /* fallback for old browsers */
}

/*.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {*/
/*    visibility: visible !important;*/
/*    opacity: 1 !important;*/
/*    -webkit-transition: opacity 0.4s;*/
/*    position: absolute;*/
/*    z-index: 10;*/
/*    left: 0;*/
/*}*/

.section2-left.white p {
    font-size: 16px;
    line-height: 19px;
}

.page-1 .plus-icon-white {
    background: #606161;
    display: inline-block;
    padding-top: 3px;
    font-size: 25px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.regular.slider h3 {
    font-family: 'Colfax-Bold';
    font-size: 19px;
    line-height: 22px;
    margin: 10px 0px;
}

.regular.slider .contens{
    font-size:12px;
    line-height:14px;
    min-height:56px;
}

.social-sharingv3 ul li {
    list-style: none;
    display: inline-block;
    padding-right:5px;
}
 .social-sharingv3 ul {
    padding:0px;
    margin:5px 0px;
}
.social-sharingv3 ul li img {
    width: 35px;
}
.social{
    width: 15%;
    margin-left: 0% !important;
}
.foot-menu-v3 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 0px !important;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}
.foot-address {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}
.foot-headv4 {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.foot-newsletter{
    float:right;
}
ul.hs-error-msgs.inputs-list {
    color: #fff;
    display:none !important;
}

.foot-menu-v3 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    width: 100%;
    line-height:17px;
}

.form-title {
    display: none;
}
.footer-newsletter-v3 .hs_email input {
    background: none;
    border: 1px solid #fff;
    width: 100%;
    border-radius:8px 0px 0px 8px;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    line-height: 16px;
     min-height: 45px;
}
.footer-newsletter-v3 .hs_email.field.hs-form-field {
    width: 70%;
    float: left;
}

.footer-newsletter-v3  input.hs-button.primary.large {
    width: 30%;
    border-radius:0px 8px 8px 0px;
    padding: 10px;
    font-size: 15px;
    cursor:pointer;
    float: left;
    box-shadow: none;
    border: 1px solid #fff;
    background: none;
    border-left: none;
    color: #fff;
    line-height: 16px;
    min-height: 45px;
}
.footer-newsletter-v3 {
    margin-top: 5px;
}
.footer-newsletter-v3  input.hs-button.primary.large:hover {
    border-radius:0px 8px 8px 0px;
    padding: 10px;
    /*border: 2px solid #fff;*/
}
.footer {
    background: #5d5d5d;
    color: #fff;
}
.page-1 .foot-headv3 {
    font-weight: 900;
}

.footer-newsletter-v3  input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.footer-newsletter-v3  input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.footer-newsletter-v3  input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.footer-newsletter-v3  input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.footer-text {
    text-align: right;
    font-size: 10px;
    line-height: 15px;
}
.footer-widget {
    background: #5D5D5D;
}
.homepage-v4 .footer {
    background: #5D5D5D;
    border-top: none;
    color: #fff;
}
.footer .page-center {
    border-top: 1px solid #fff;
}
span.hs-form-required {
    display: none;
}
.header-section2  {
    font-size: 18px;
    color:#606161;
    font-family: "Colfax-Bold";
}

.section-head1 h3 {
    font-family: colfax-regular;
    font-size: 20px;
    line-height: 26px;
}

.section-head1 {
    font-size: 21px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #fff;
}
span.sec1-text {
    font-size: 35px;
    color: #fff;
    margin-right: 20px;
    font-family: Colfax-Bold;
}
select#page_select {
    width: 35%;
    margin: 0px 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 0px;
    line-height:28px;
}
select#page_select option {
    color: #26528e;
    font-size: 18px;
    min-height: 40px;
    background:#fff;
}
a.go-button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    margin-left: 30px;
    font-size: 22px;
    border-radius: 10px;
    display: inline-block;
}
a.go-button:hover {
    font-weight: normal;
}
a.go-button i.fa.fa-chevron-right {
    font-size: 18px;
    padding-left: 5px;
}


.top-section .page-center {
    padding: 0px 30px !important;
}
.top-section {
    padding:25px 0px; 
    background: #2C528C;  /* fallback for old browsers */
}
.section2-inner {
    border-right: 1px solid #606161;
    padding-right: 50px;
}

.section2 h4 {
    margin-bottom: 0px;
    margin-top: 25px;
}


.compania .section2-left {
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
}
.compania .section2 {
    background: url(https://cdn2.hubspot.net/hubfs/2800429/Bpatners%20Website/bg-2.jpg?t=1500874320299);
    background-repeat: no-repeat;
    background-size: 50% 80%;
}

.compania .ceo-section-left-spacer {
    padding-left: 20px;
}
.compania .section2-left.white {
    /*width: 100%! Important;*/
    padding: 100px 80px 0px 80px;
    position: relative;
    height: auto;
}
.compania .section2-left .head {
    font-size: 19.5px;
    line-height: 25px;
    max-width: 275px;
}
.compania .ceo-image img {
    margin-left: -90px;
    margin-top: 130px;
    position: relative;
    width: 245px !important;
}
.compania .author-name p {
    font-size: 15px;
}

.compania .ceo-quote {
    font-family: 'GEORGIA';
    font-size: 20px;
    max-width: 337px;
    padding: 0px 0px;
    margin-left: 23px;
    line-height: 24px;
}
.compania .section-3 {
    background: #606161;
    color: #fff;
}
.plus-icon-white {
    background: #fff;
    display: inline-block;
    padding-top: 3px;
    font-size: 25px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #000;
    text-align: center;
}
.plus-icon{
    margin:20px 0px;
}
.plus-icon-white:hover{
    font-weight:normal;
}
.compania .section-4 {
    background: url(https://www.bpartnerslab.com/hubfs/Bpatners%20Website/bp-bg.jpg);
    background-repeat: no-repeat;
    background-position: 5% 10%;
    background-size:cover
}
.compania .section-4 .header {
    color:#fff;
    font-size: 12px;
    line-height: 15px;
}
.slick-slide {
    margin: 0px;
}
.slick-slide img {
    width: 100%;
}
.slick-prev:before, .slick-next:before {
    color: #fff;
    font-size:30px !important;
}
.slick-slide:hover {
    /*background: #25528b;*/
    /*background: -webkit-linear-gradient(to right, #8f8f90, #25528b);*/
    /*background: linear-gradient(to right, #8f8f90, #25528b);*/
}
.slick-slide {
    padding: 10px 20px;
    border-radius:10px;
}
.slick-slide .border {
    /*border-right: 1px dotted #fff;*/
    min-height: 80px;
}
ul.slick-dots {
    display: none !important;
}
.icon-image {
    min-height: 40px !important;
}
.conntact-page .contact-form fieldset.form-columns-3 {
    max-width: 100%;
}
.conntact-page .section-4 {
    background: url(https://www.bpartnerslab.com/hubfs/Bpatners%20Website/bp-bg.jpg);
    background-repeat: no-repeat;
    background-position: 5% 10%;
    background-size:cover;
}
.conntact-page .contact-form .hs-form-field input {
    border: none;
    padding: 15px 12px;
    background: #eceded;
    color: #AFB3B3;
    font-size: 12px;
    line-height: 14px;
    font-family: "Colfax-regular";
}
.conntact-page .contact-form .hs-form-field textarea {
    border: none;
    padding: 12px;
    background: #eceded;
    color: #AFB3B3;
    height:131px;
    font-size: 12px;
    line-height: 14px;
    font-family: "Colfax-regular";
}
.conntact-page fieldset.form-columns-1 .hs_message textarea.hs-input {
    width: 100%;
    margin-top: 20px;
}
.contact-form .actions input {
    border-radius: 10px;
    background: transparent;
    border: 1px solid #24528f;
    padding: 11px 24px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: normal;
    text-transform: uppercase;
    color: #24528f;
    font-size: 12px;
    font-family: "Colfax-Bold";
    margin-top: 15px;
    /* box-shadow: #ccc 0px 0px 5px; */
    cursor: pointer;
}
.contact-form .actions input:hover{
    background: transparent;
}
.contact-form .contact-form .actions input:hover {
    opacity:0.9;
}
.address-section h4 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
}
.conntact-page .contact-form form {
    position: relative;
    min-height: 250px;
}
.conntact-page .contact-form .page-center {
    position: relative;
}
.conntact-page fieldset.form-columns-1 {
    width: 34%;
    position: absolute;
    right: 0px;
}
.conntact-page .contact-form .hs_submit {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 8px;
    width: 32.4%;
}
.conntact-page .contact-form fieldset.form-columns-3 .hs-form-field {
    width: 33.3%;
    float: left;
}
.conntact-page .contact-form fieldset.form-columns-1 .input {
    margin-right: 8px;
    margin-left: 6px;
}
.conntact-page .contact-form .address-section {
    position: absolute;
    top: 35%;
    font-size: 12px;
    line-height: 15px;
}
.conntact-page input, textarea, select, button {
    color: !important;
    font-family:'Colfax-Regular';
}
.map-container {
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
    filter: grayscale(100%);
	/*margin: 50px 0;*/
}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}

.terms-conditions h3 {
    font-family: 'Colfax-Bold';
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 5px;
}
.terms-conditions {
    border-top: 1.4px solid #606161;
}
.terms-conditions div.terms {
    display:none;
    margin-bottom: 5px;
}
.terms-conditions .totop {
    position: fixed;
    bottom: 10px;
    right: 20px;
}
.terms-conditions .to-top{
    display:none;
}
select {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance:none;
}
span.select-wrapper {
    border-bottom: 2px solid #fff;
    padding: 5px 0px;
}
.icon-image img{
    width: 65px;
    height: 65px;
}
.icon-image img:hover{
    opacity: 0.7;  
    cursor:pointer;
}
.conntact-page .icon-image img {
    width: 18% !important;
}
.conntact-page .icon-image.location-icon img {
    width: 13% !important;
}
.conntact-page .icon-image.call-icon img {
    width: 21% !important;
}
.section2-iconSection h4 {
    font-size: 12px;
    line-height: 24px;
}

.compania .section-3 .slick-track > div:hover{
    background: #fff;
    color: #666666;
    opacity:0.6;
    transition: all 0.5s ease-in-out !important;
    /*cursor:pointer;*/
}

.compania .section-3 .slick-track > div:hover .plus-icon-white {
    background: #666666;
    display: inline-block;
    padding-top: 3px;
    font-size: 25px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.compania .section-3 .slick-track > div:hover hr {
    background: #666666 !important;
}
.terms-full {
    font-size: 12px;
    line-height: 15px;
}

.section-4 .header {
    font-size: 12px;
    line-height: 15px;
}

.footer-widget .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 0px;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    color:#fff;
}
.footer-widget .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
    font-weight:normal;
}

/***************************************Responsive Styles******************************************/

@media only screen and ( max-width: 1024px ) and (min-width: 768px){
select#page_select{
    width:35% !important;
}
a.go-button{
    margin-left:20px !important;
}
}

/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
select#page_select {
    width: 40%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    padding: 29px 5%;
}
.nbs-flexisel-nav-left {
    left: -25px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a:before {
    display:none;
}
}
/********************************************//**************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.mobile-trigger {
    top: -30px;
}
.home-v4-menu .custom-menu-primary{
    padding:0 !important;
}
.logo img.hs-image-widget {
    width: 200px !important;
}   
/*.home-v4-menu .span8 {
    width: 100%;
}*/
.home-v4-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    /*margin-top: 20px;*/
    /*margin-bottom: 15px;*/
}
.hs-menu-depth-1.hs-item-has-children a:after{
        content: " " !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background: none;
    padding: 15px 0%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 5px 0px 5px;
}  
.home-v4-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    display: inline-block;
}
.home-v4-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    border-bottom: none;
}
.conntact-page .contact-form .address-section {
    top: 25% !important;
}
.top-section {
    padding: 150px 0px;
}
span.sec1-text {
    font-size: 26px;
}
.section-head1 h3 {
    font-size: 20px;
}
select#page_select {
    width: 50%;
    margin: 15px 0px;
    font-size: 18px;
}
.compania .section2-left.white {
    padding: 80px 50px 0px 20px;
}
.nbs-flexisel-nav-left {
    left: -25px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a:before {
    display:none;
}
.custom-menu-primary .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding: 20px 10px !important;
}
.home-v4-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a{
    padding: 8px 16px !important;
}
}

/*Form Input Text Fix Aug 9 2017*/
@media only screen and (max-width: 767px) and (min-width: 480px){
.conntact-page fieldset{
    max-width: none!important;
}
}
@media only screen and (min-width: 768px){
img.location-ico{
   width:50px !important; 
}
img.msg-ico{
   width:50px !important; 
}
img.call-ico{
   width:50px !important; 
}
}
/**********************************//***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.compania .section-3 .slick-track > div:hover {
    background: transparent;
    color: #fff;
}
.compania .section-3 .slick-track > div:hover hr {
    background: #fff !important;
}
.mobile-none {
    display:none !important;
}
.padding80 {
    padding: 40px 0px;
}
.hs-menu-depth-1.hs-item-has-children a:after{
        content: " " !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background: none;
    padding: 15px 0%;
    box-shadow: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 5px 0px 5px;
}    
.home-v4-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    border-top: 1px solid #26528e;
    border-bottom: 1px solid #26528e;
    border-left: 1px solid #26528e;
    border-right: 1px solid #26528e;
    border-radius: 0px;
    padding: 0px 10px;
    display:inline-block;
    border-radius: 8px;
    margin-top:10px;
}
.home-v4-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    margin-top: 0px;
    margin-left: 0px;
    text-transform: uppercase;
}
.home-v4-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:hover {
    padding: 0px 10px;
    border: 0px;
    font-family: "Colfax-Regular";
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-top: 20px;
    margin-bottom: 15px;
}    
.home-v4-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.home-v4-menu .padding-top30 {
    padding-top: 15px;
    padding-bottom: 0px;
}
.mobile-trigger {
    top: -35px;
}
/* contact Page */
.conntact-page fieldset.form-columns-1 {
    position: initial !important;
    width: 100%;
}
.conntact-page .contact-form .address-section {
    position: static !important;
}
.conntact-page .contact-form .hs_submit {
    position: static;
    width: 100%;
}
.conntact-page .contact-form fieldset.form-columns-1 .input {
    margin-right: 8px;
    margin-left: 0px;
}
.conntact-page .contact-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-top: 20px;
}
.conntact-page .contact-form fieldset.form-columns-3 .hs-form-field .hs-input {
    width: 100%;
}
.address-section {
    margin-top: 50px;
}
.address-section .span4 {
    margin-top: 30px;
}
.top-section {
    padding: 70px 0px;
}
.padding100 {
    padding: 50px 0px ;
}
.section2-inner {
    border-right: none;
    padding-right: 0px;
}
.section2-iconSection .span4 {
    width: 33%;
    float: left;
}
span.sec1-text {
    font-size: 25px;
    margin-bottom:20px;
}
.section-head1 h3 {
    font-size: 18px;
}
select#page_select {
    width: 70%;
    margin: 15px 0px;
    font-size: 15px;
}
.compania .section2 {
    background: url(https://www.bpartnerslab.com/hubfs/Bpatners%20Website/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.compania .section2 {
    background: none !important;
}
.compania .section2 .section2-left {
    background: url(https://www.bpartnerslab.com/hubfs/Bpatners%20Website/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.compania .section2-left.white {
    padding: 50px 20px 50px 20px;
}
.compania .ceo-image img {
    margin-left: 0px;
    margin-top: 20px;
}

.nbs-flexisel-nav-left {
    left: -25px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a:before {
    display:none;
}
.select-wrapper i {
    display: none;
}
.slick-prev {
    left: -15px !important;
}
.slick-next {
    right: -15px !important;
}

}
/*******************************************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
.compania .section-3 .slick-track > div:hover {
    background: transparent;
    color: #fff;
}
.compania .section-3 .slick-track > div:hover hr {
    background: #fff !important;
}
 
 a.go-button {
    padding: 5px 10px;
    font-size: 17px;
}   

.mobile-none{
    display:none !important;
}
.padding80 {
    padding: 40px 0px;
}
.padding100 {
    padding: 50px 0px ;
}
.hs-menu-depth-1.hs-item-has-children a:after{
        content: " " !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background: none;
    padding: 0px;
    box-shadow: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 5px 0px 5px 10px;
    white-space: normal;
    text-indent: 0px;
}
.logo img.hs-image-widget {
    width: 50%! important;
}

.home-v4-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    border-top: 1px solid #26528e;
    border-bottom: 1px solid #26528e;
    border-left: 1px solid #26528e;
    border-right: 1px solid #26528e;
    border-radius: 0px;
    padding: 0px 10px;
    display:inline-block;
    border-radius: 8px;
    margin-top:10px;
}
.home-v4-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    margin-top: 0px;
    margin-left: 0px;
    text-transform: uppercase;
}

.home-v4-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:hover {
    padding: 0px 10px;
    border: 2px solid #ffffff;
    font-family: "Colfax-Regular";
}



.home-v4-menu .padding-top30 {
    padding-top: 15px;
    padding-bottom: 0px;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-top: 20px;
    margin-bottom: 15px;
}
.home-v4-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.top-section {
    padding: 20px 0px;
}
.section2-inner {
    border-right: none;
    padding-right: 0px;
}
.section2-iconSection .span4 {
    width: 33%;
    float: left;
}
span.sec1-text {
    font-size: 23px;
    margin-bottom:20px;
}
.section-head1 h3 {
    font-size: 15px;
}
select#page_select {
    width: 100%;
    margin: 15px 0px;
    font-size: 15px;
}


/* contact Page */
.conntact-page fieldset.form-columns-1 {
    position: initial !important;
    width: 100%;
}
.conntact-page .contact-form .address-section {
    position: static !important;
}
.conntact-page .contact-form .address-section img{
    width:40px !important;
}
.conntact-page .contact-form .hs_submit {
    position: static;
    width: 100%;
}
.conntact-page .contact-form fieldset.form-columns-1 .input {
    margin-right: 8px;
    margin-left: 0px;
}
.conntact-page .contact-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-top: 20px;
}
.conntact-page .contact-form fieldset.form-columns-3 .hs-form-field .hs-input {
    width: 100%;
}
.address-section {
    margin-top: 50px;
}
.address-section .span4 {
    margin-top: 30px;
}
.compania .section2 {
    background: none !important;
}
.compania .section2 .section2-left {
    background: url(https://www.bpartnerslab.com/hubfs/Bpatners%20Website/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.compania .section2-left.white {
    padding: 50px 20px 50px 20px;
}
.compania .ceo-image img {
    margin-left: 0px;
    margin-top: 20px;
}
.nbs-flexisel-nav-right {
    display: none;
}
.nbs-flexisel-nav-left {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a:before {
    display:none;
}
.select-wrapper i {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:before {
    content: " ";
    padding-right: 0px;
    display:none !important;
}

.slick-prev {
    left: -10px !important;
}
.slick-next {
    right: -10px !important;
}
.blog-article .logo {
    margin-top:10px;
}

}






/****************  Blog Page V2     ********************/


/*.blog-page-v2 .blog-v2-banner-bg{*/
/*    margin-top:100px !important;*/
/*}*/
.blog-page-v2 .blog-content .post-header h1{
    font-size:30px;
    line-height:35px;
    margin-top:50px;
}
.blog-page-v2 .blog-content .about-author-sec{
    margin-top:50px;   
}
.blog-page-v2 .blog-cta .page-center{
    background: -webkit-linear-gradient(45deg, rgb(143, 143, 144), rgb(37, 82, 139));
    background: -moz-linear-gradient(45deg, rgb(143, 143, 144), rgb(37, 82, 139));
    background: -ms-linear-gradient(45deg, rgb(143, 143, 144), rgb(37, 82, 139));
    background: -o-linear-gradient(45deg, rgb(143, 143, 144), rgb(37, 82, 139));
    background: linear-gradient(45deg, rgb(143, 143, 144), rgb(37, 82, 139));
    padding: 50px 30px;
}
.blog-page-v2 .blog-cta{
    margin:30px 0 50px 0;
}
.blog-page-v2 .blog-cta div.hs_submit{
    width:32%;
    float:right;
}
.blog-page-v2 .blog-cta div.hs_email {
    width:68%;
    float:left;
}
.blog-page-v2 .blog-cta .hs_email input{
    height:40px;
    border-radius: 3px 0px 0px 3px;
    border:none;
    padding: 10px;
}
.blog-page-v2 .blog-cta .hs_email label{
    display:none;
}
.blog-page-v2 .blog-cta .hs_submit input{
    background-color: #333;
    color:#fff;
    padding: 0 25px;
    height: 40px;
    border:none;
}
.blog-page-v2 .blog-cta h2{
    color:#fff;
    margin: 10px;
}
.blog-page-v2 .blog-cta .form-title{
    display:none;
}

.blog-page-v2 .inner-content{
    text-align:left;   
    padding-bottom:20px;
    border: 1px solid rgba(229,229,229,1);
}
.blog .blog-listing-wrapper .post-listing .post-item .inner-content{
    -webkit-box-shadow: 0 8px 5px -9px black;
    -moz-box-shadow: 0 8px 5px -9px black;
    -ms-box-shadow: 0 8px 5px -9px black;
    -o-box-shadow: 0 8px 5px -9px black;
    box-shadow: 0 8px 5px -9px black;
}
.blog-page-v2 ul.hs-error-msgs.inputs-list{
/*    position:absolute !important; */
    display:none !important;
}

.blog-page-v2 .blog-banner{
    padding: 0 50px;
    margin-top:10%;
    margin-bottom:12%;
}
.blog-page-v2 .blog-banner h2{
    line-height: 50px;
    margin: 10px 0;
    color: #fff;
    font-size: 40px;
}
.blog-page-v2 .blog-banner p{
    color:#fff;
}
.blog-page-v2 .banner-content{
    width:80%;
}
.blog-page-v2 .blog-banner a{
    border-radius: 10px;
    background: rgba(44, 81, 140, 0.58);
    border: 1px solid #fff;
    padding: 8px 24px;
    margin-top:10px;
    float: left;
    color:#fff;
    font-weight: normal;
}
.blog-page-v2 .blog-banner a:hover{
    box-shadow:0px 0px 10px #333;
}
.blog-page-v2 .blog-content .post-content{
    padding:0 15px;
    min-height:260px;
}
.blog-page-v2 .stButton span.stLarge{
    background-image: url("https://www.bpartnerslab.com/hubfs/Bpatners%20Website/sharethis_32.png") !important;
}




   





/*******************Responsive Styles*******************/
/*********************iPad Portrait*********************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.blog-page-v2 .container-fluid .row-fluid .page-center {
    max-width: 700px;
}
.blog-page-v2 .header {
    padding: 30px 0 20px 0px;
}
.blog-page-v2 .mobile-trigger {
    top: -25px;
}
.blog-page-v2 .blog-banner {
    margin-top: 110px !important;
}
.blog-page-v2 .blog-content .padding100{
    padding:50px 0 !important;
}
.blog-page-v2 .footer-widget h4 {
    margin: 20px 0;
    line-height: 30px;
}
.nbs-flexisel-nav-right {
    right: 0px;
}
.nbs-flexisel-nav-left {
     left: 0px; 
}
/*.blog-page-v2 .post-item img.hs-blog-featured-image{
    min-height: inherit !important;
}*/
.post-item img.hs-blog-featured-image{
    min-height: 155px !important;
}
.blog-page-v2 .post-content h4 a{
    font-size:20px;
    line-height: 20px !important;
}
.blog-page-v2 .custom-menu-primary.js-enabled{
    margin:0 !important;
}
.blog-page-v2 .blog-banner h2 {
    line-height: 40px;
    font-size: 30px;
}
.blog-page-v2 .banner-content {
    width: 100%;
}
.blog-page-v2 .blog-v2-banner-bg{
    height:400px;
}
.blog-page-v2 .blog-banner {
    margin-top: 75px !important;
}
.blog-page-v2 .blog-cta h2{
    font-size: 23px;
}
.blog-page-v2 .blog-cta div.hs_submit{
    width: 45%;
}
.blog-page-v2 .blog-cta div.hs_email {
    width: 55%;
}





}

/*******************************************************/


/********************iPad Landscape*******************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
.blog-page-v2 .container-fluid .row-fluid .page-center {
/*    padding: 0 10px; */
}
/*.blog-page-v2 .post-item img.hs-blog-featured-image{
    min-height: inherit !important;
}*/
.blog-page-v2 .post-content h4 a{
    font-size:20px;
    line-height: 20px !important;
}
.blog-page-v2 .blog-banner{
    margin-top: 11%;
}
.blog-page-v2 .custom-menu-primary.js-enabled{
    margin:0;
}
.blog-page-v2 .mobile-trigger{
    top:-25px;
}
.blog-page-v2  .blog-v2-banner-bg{
    height: 450px;    
}
.blog-page-v2 .blog-banner {
    margin-top: 9%;
}




}
/*******************************************************/


/**********************iPhone Portrait******************/
@media only screen and (max-width: 479px) and (min-width: 320px){
.section2-iconSection .span4 {
    width: 100% !important;
    text-align: center;
}
.icon-image img {
    width: 25% !important;
}

.slick-slide .border {
    border-right: none !important;
}
.slick-slide {
    padding: 10px 35px !important;
}

.blog-page-v2 .footer-widget h4{
    margin-bottom: 0;
    line-height: 30px;
}
.blog-page-v2 .blog-banner{
    margin-top: 56px !important;
}
.blog-page-v2 .container-fluid .row-fluid .blog-banner{
    padding:0 !important;
}
.blog-page-v2 .logo{
    margin-top:30px;
}
.blog-page-v2 .header{
    padding: 30px 0 20px 0;;
}
.blog-page-v2 .mobile-trigger{
    top:-40px;
}
.blog-page-v2 .container-fluid .row-fluid .page-center {
    padding: 0 10px;
}
.blog-page-v2 .blog-content .post-item{
    min-width: auto !important;
}
.blog-page-v2 .blog-cta div.hs_submit{
    width:100%;
    padding:0 15px;
}
.blog-page-v2 .blog-cta div.hs_email {
    width:100%;
    padding:0 15px;
}
.blog-page-v2 .blog-cta .hs_submit input{
    margin-left:0;
    width:100%;
    margin-top:5px;
}
.blog-page-v2 .blog-cta .page-center{
    padding: 20px 10px !important;
}
/*.blog-page-v2 .blog-v2-banner-bg {
    margin-top: 86px !important;
} */
.blog-page-v2 .blog-banner h2 {
    line-height: 30px;
    margin: 10px 0;
    color: #fff;
    font-size: 25px;
}
.blog-page-v2 .banner-content {
    width: 100%;
}
.blog-page-v2 .blog-v2-banner-bg{
    height: 410px;
}
.blog-article .mobile-trigger{
    top:-30px;
}
.blog-article .bg-image-section.blog-banner h1{
    padding: 40px 0px 80px 0;
}
.blog-article .hs-input{
    border:#eee 1px solid;
}

.blog-article .newsletter .hs_email {
    width: 100% !important;
    padding: 20px 0 !important;
}
.blog-article .newsletter .hs-form {
    width: 100% !important;
}
.blog-article .newsletter .hs_submit {
    width: 100% !important;
    padding: 0px !important;
}
.blog-article .newsletter input.hs-button.primary.large {
    margin-top: 0px !important;
    border-radius: 0px !important;
    width: 100%;
}
.blog-article .newsletter .hs-input {
    border-radius: 0px !important;
}
.blog-article .newsletter h5 {
    line-height: 20px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active.active-branch a:before {
    background: #fff;
}

}
/*******************************************************/


/*********************iPhone Landscape******************/
@media only screen and (max-width: 767px) and (min-width: 480px){

.blog-article .newsletter .hs-form {
    width: 100% !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active.active-branch a:before {
    background: #fff;
}

    
.slick-slide .border {
    border-right: none !important;
}
.slick-slide {
    padding: 10px 35px !important;
}
.section2-iconSection .span4 {
    width: 100% !important;
    text-align: center;
}
.icon-image img {
    width: 25% !important;
}
    
.blog-page-v2 .container-fluid .row-fluid .blog-banner{
    padding:0 !important;
}
.blog-page-v2 .blog-banner{
    margin-top: 51px !important;
}
.blog-page-v2 .footer-widget{
    padding:20px 15px !important;
}
/*.blog-page-v2 .blog-v2-banner-bg {
    margin-top: 52px !important;
} */
.blog-page-v2 .container-fluid .row-fluid .blog-banner{
    padding-left:15px !important;
}
.blog-page-v2 .blog-v2-banner-bg{
    height: 450px;
}
.blog-page-v2 .blog-cta {
    margin-top:0;
}
.blog-page-v2 .blog-cta h2{
    margin-left:0;
}
.blog-page-v2 .blog-banner h2 {
    line-height: 40px;
    margin: 10px 0;
    color: #fff;
    font-size: 35px;
}

}




/* Blog Article */

.blog-page-v2 .blog-content .post-header .hs-blog-featured-image-wrapper{
    text-align:center;
}

.blog-article .bg-image-section.blog-banner h1 {
    position:relative;
    z-index:9;
}
.blog-article .bg-image-section.blog-banner h1 {
    padding: 10px 0;
    color: #07beb8;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
}

.blog-article .newsletter{
    background: -webkit-linear-gradient(to right, #8f8f90, #25528b);
    background: -moz-linear-gradient(to right, #8f8f90, #25528b);
    background: -ms-linear-gradient(to right, #8f8f90, #25528b);
    background: -ms-linear-gradient(to right, #8f8f90, #25528b);
    background: linear-gradient(to right, #8f8f90, #25528b);
}
.blog-article .bg-image-section.blog-banner{
    background:url('http://www.webxpertos.com/hubfs/convertized/blog-article.jpg');
    background-size: cover;
    position:relative;
}
.blog-article .bg-image-section.blog-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: rgba(255, 255, 255, 0.55);*/
    z-index: 0;
}
.blog-article .post-pagination {
    display: none;
}
.blog-article .blog-post-wrapper h1 {
    line-height: 150%;
    font-size: 150%;
    color:#333333;
}
.blog-article .blog-post-wrapper h2 {
    line-height: 40px;
    font-size: 30px;
    color:#333333;
}
.blog-article .blog-post-wrapper h3 {
    line-height: 40px;
    font-size: 30px;
    color:#333333;
}
.blog-article .section.post-body{
color: #7a7a7a;
}

.blog-article .newsletter {
    text-align:center;
}

.blog-article .newsletter .hs_email label {
    display: none;
}

.blog-article .newsletter h3 {
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    margin:0px;
}
.blog-article .newsletter li{list-style:none;}
.blog-article .newsletter h5 {
    line-height: 10px;
    font-size: 14px;
    color: #fff;
    margin:0px;
}

.blog-article .newsletter .hs-form {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
}


.blog-article .newsletter .hs_email {
    width: 75%;
    float: left;
    display: inline-block;
    padding: 35px 0;
}
.blog-article .newsletter .hs_submit {
    width: 10%;
    float: left;
    display: inline-block;
    padding: 35px 0;
}
.blog-article .newsletter .hs-input {
    border: none;
    padding: 10px 10px;
    height:35px;
    border-radius: 3px 0 0 3px;
}

.blog-article .newsletter input.hs-button.primary.large {
    padding: 8px 30px;
    border: none;
    margin-top: 15px;
    border-radius: 0 3px 3px 0;
    color: #fff;
    background: #25538F;
    height:35px;
}

.blog-article .about-author .span2 img {
    margin-top: 35px;
}
.blog-article .blog-author-bio {
    color: #7a7a7a;
}
.blog-article .related_posts .dt-fancy-title h2 {
    text-align: center;
    color: #666;
}

.blog-article .related_posts .dt-fancy-title h2:after {
    background: #333;
    content: "";
    height: 3px;
    width: 5%;
    margin-top: 30px !important;
    margin: 0 auto;
    display: block;
}

.blog-article .related-posts {
    background: #f3f3f3;
}

.blog-article .related-posts .post-content h5 a {
    text-decoration: none;
}

.blog-article .related-posts .post-content h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin: 15px 0px 0px 0px;
    min-height: 80px;
}
.blog-article .related-posts time.text-secondary {
    color: #adadad;
    font-weight: 200;
}
.blog-article .related-posts .post-content {
    padding: 0px 10px 10px 10px;
    min-height:250px;
}
.blog-article .related-posts article.post-format-standard.span3 {
    background: #fff;
    -webkit-box-shadow: 0 8px 6px -9px black;
    -moz-box-shadow: 0 8px 6px -9px black;
    box-shadow: 0 8px 6px -9px black;
}
.blog-article .related-posts img.preload-me.retinized {
    min-height: 115px;
}

.blog-article span.hs-form-required {
    display: none !important;
}
.blog-article .hs-input {
    padding: 10px 10px;
    margin-top: 10px;
}
.blog-article textarea.hs-input {
    min-height: 100px;
}

.blog-article input.hs-button.primary {
    border-radius: 10px;
    background: rgba(44, 81, 140, 0.9);
    border: 1px solid #fff;
    padding: 8px 24px;
    margin-top:10px;
    float: left;
    color:#fff;
    font-size: 16px;
    display:block;
    font-weight: normal;
    margin-bottom:50px;
}
.blog-article input.hs-button.primary:hover{
    border-radius: 10px;
    background: rgba(44, 81, 140, 0.6);
}
.blog-article .comment-from h4 a {
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 20px;
}
.blog-article ul.hs-error-msgs.inputs-list {
    font-size: 15px;
    color: red;
}

body.blog-article form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100% !important;
}
body.blog-article form.hs-form fieldset[class*="form-columns"] .hs_subscribe .hs-input {
    width: auto !important;
}
.blog-article .related-posts .wf-td.related-img {
    overflow: hidden;
}
.blog-article .blog-content .hs-blog-featured-image-wrapper{
    text-align:center;
}
.blog-article .blog-comment{
    display:none;
}
.blog-article .hs-author-social-section{
    display:none;
}


img.call-ico:hover,.location-ico:hover,.msg-ico:hover {
    opacity: 0.7;
}




/**********************iPhone Portrait******************/
@media only screen and (max-width: 479px) and (min-width: 320px){
    
.blog-article .related-posts article.post-format-standard.span3{
    margin-bottom:20px !important;
}
.blog-article .bg-image-section.blog-banner h1{
    padding: 0;
}
a.go-button {
    margin-left: 0px;
    margin-top: 15px;
}

}



/*******************************************************/


/*********************iPhone Landscape******************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.blog-article .bg-image-section.blog-banner h1{
    padding:20px 0;
}
.blog-article .related-posts article.post-format-standard.span3{
    margin-bottom:20px !important;
}
}
.conntact-page .section-4{
    display:none;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
    transition:all 1s ease-in-out;
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
    transition:all 1s ease-in-out;
  }

  90% {
    transform: translate3d(0,-4px,0);
    transition:all 1s ease-in-out;
  }
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
    transition:all 1s ease-in-out;
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
    transition:all 1s ease-in-out;
  }

  90% {
    transform: translate3d(0,-4px,0);
    transition:all 1s ease-in-out;
  }
}
.icon-image img.hs-image-widget:hover{
    /*animation-name: bounce;*/
    /*transform-origin: center bottom;*/
    /*animation-duration: 1s;*/
    /*animation-fill-mode: both;*/
    /*transition:all 1s ease-in-out;*/
}
@-moz-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
    transition:all 1s ease-in-out;
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
    transition:all 1s ease-in-out;
  }

  90% {
    transform: translate3d(0,-4px,0);
    transition:all 1s ease-in-out;
  }
}
.icon-image img.hs-image-widget:hover{
    /*animation-name: bounce;*/
    /*transform-origin: center bottom;*/
    /*animation-duration: 1s;*/
    /*animation-fill-mode: both;*/
    /*transition:all 1s ease-in-out;*/
}

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.slick-prev, .slick-next {
    height: 40px !important;
}


/* MAS DIGITAL CODES */
.reset-this {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
    /* basic modern patch */
    all: initial;
    all: unset;
}

#reset-this-root {
    all: initial;
    * {
        all: unset;
    }
}
strong {
    font-family: Colfax-Medium;
}
.cta_button img {
    max-width: 100%;
}
.servicesHeader {
	color: #2c518c;
	text-align: center;
	padding: 1%;
}
.greyService {
	background: #8e9090;
	color: #fff;
	border: solid 1px #2c518c;
	padding: 1%;
}
.whiteService {
	color: #2c518c;
	border: solid 1px #2c518c;
	padding: 1%;
}
.blueServicesText {
	background: #2c518c;
	color: #fff;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.servicesForm {
    margin-top: 20px;
    margin-bottom: 20px;
}
.servicesForm input[type=text],
.servicesForm input[type=email],
.servicesForm input[type=tel] {
    border-radius: 8px;
    background: #e6e6e6;
    border: none;
    font-size: 150%;
    color: #444;
    margin-bottom: 20px;
}
.servicesForm input[type=submit] {
    background: #2c518c;
    color: #fff;
    font-size: 120%;
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 800;
    border: none;
}
.servicesForm label {
    color: #2c518c;
    text-transform: uppercase;
    font-weight: 800;
}
.lineWrapper {
    width: 100%;
    float: left;
    height: 30px;
}
.lineBallL {
    background: #666666;
    border-radius: 10000px;
    float: left;
    width: 15px;
    height: 15px;
    margin-top: -8px;
}
.lineServices {
    border-top: 1px solid #666666;
}
.lineBallR {
    background: #666666;
    border-radius: 10000px;
    float: right;
    width: 15px;
    height: 15px;
    margin-top: -8px;
}
.partnerService {
    color: #2c518c;
    text-align: center;
}
.bluelineBallL {
    background: #2c518c;
    border-radius: 10000px;
    float: left;
    width: 15px;
    height: 15px;
    margin-top: -8px;
}
.bluelineServices {
    border-top: 1px solid #2c518c;
}
.bluelineBallR {
    background: #2c518c;
    border-radius: 10000px;
    float: right;
    width: 15px;
    height: 15px;
    margin-top: -8px;
}
.partnerServiceText {
    font-size: 150%;
}
.featured {
    height: 350px;
    color: #fff;
    text-align: center;
}
.featured a {
    color: #fff;
}
.featured h4 {
    font-size:200%;
    margin-top: 70px;
    width: 100%;
    float: left;
    position: relative;
    z-index:3;
}
.more-link-featured {
    background: #2c518c;
    color: #fff;
    padding: 15px;
    margin-top: 20px;
    z-index:3;
    position: relative;
}
.featured span
{   font-size: 150%;
    margin-bottom: 50px;
    width: 100%;
    z-index:3;
    position: relative;
    float: left;
}
.featured p {
    font-family: 'Colfax-Regular';
    font-size: 125%;
    width: 60%;
    margin: 0 auto !important;
    padding-bottom: 1%;
}
.featured_title  {
    font-family: 'Colfax-Medium';
    font-size: 250%;
    line-height: 125%;
    color: #FFF;
    width: 60%;
    text-transform: uppercase;
    padding-top: 3%;
    text-align: center;
    float:none !important;
    margin:0 auto !important;
}
.featuredCover {
    z-index:-1;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
}
.blueFilter {
    background-color:rgba(44,81,140, 0.5);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    z-index: -1;
}
.heroShotWrapper {
    position: relative;
    height: 475px;
    max-height: 600px;
    background: url('https://www.bpartnerslab.com/hubfs/MAS/website/bpartnersHeaderHome.jpg');
    background-size: cover;
}
.heroShotText {
    background-color: rgba(4, 27, 62, 0.7);
    position: absolute;
    left: 15%;
    top: 20%;
    color: #fff;
    max-width: 45%;
    padding: 20px;
}
.heroShotText h1 {
    font-family: 'Colfax-Bold';
    font-size: 37px;
    line-height: 42px;
}
.heroShotText h2 {
    font-family: 'Colfax-Regular';
    font-size: 20px;
    line-height: 24px;
    margin-top: -20px;
}
.ctaHomeWrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}
.ctaHomeText h1 {
    color: #2C528C;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: left;
}
.ctaHomeText p {
    font-size: 19px;
    line-height: 31px;
    text-align: left;
}
.ctaHomeButtonWrapper {
    text-align:center;
}
.ctaHomeWrapper .cta_button {
    display: inline-block;
    font-family: Colfax-Medium;
}
.lineBallLGray {
    background: #DCDEDE;
    border-radius: 10000px;
    float: left;
    width: 15px;
    height: 15px;
    margin-top: -8px;
}
.lineServicesGray {
    border-top: 1px solid #DCDEDE;
}
.lineBallRGray {
    background: #DCDEDE;
    border-radius: 10000px;
    float: right;
    width: 15px;
    height: 15px;
    margin-top: -8px;
}
.blogHomeTitle h1 {
    color: #2C528C;
    font-size: 40px;
    text-align: center;
}
.blogHomeTitle .secondary-header {
    font-size: 27px;
    line-height: 30px;
    text-align: center;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}
.homeBlogPost {
    float: left;
    width: 29%;
    margin-left: 2%;
    margin-right: 2%;
    text-align: justify;
    margin-bottom: 50px;
}
.homeBlogPost h3 {
    font-size: 14px;
}
.homePostTitle {
    font-size: 23px !important;
    line-height: 35px;
    border-bottom: 1px solid #DCDEDE;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    text-align: left;
}
.homePostSummary {
    font-size: 15px;
    line-height: 27px;
    font-weight: normal;
    font-style: normal;
    float: left;
    width: 100%;
}
.homePostSummary h1,
.homePostSummary h2,
.homePostSummary h3,
.homePostSummary h4,
.homePostSummary h5,
.homePostSummary h6
{
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    font-style: normal;
}
.homeReadMore {
    color: #2C528C;
    text-decoration: none;
    border-top: 1px solid #DCDEDE;
    padding-top: 10px;
    padding-right: 25px;
    margin-top: 5px;
    font-weight: 900;
    float: left;
}
/**** COMPANY PAGE ***/
.companyPage {
    line-height: 150%;
    font-size: 110%;
}
.heroShotCompanyWrapper {
    position: relative;
    height: 475px;
    max-height: 600px;
    background: url('https://www.bpartnerslab.com/hubfs/MAS/BPartnersCompanyHead.jpg');
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    border-bottom: 10px solid #2D528D;
}
.queHacemos {
    margin-left: 14% !important;
    margin-right: 14%;
    float: left !important;
    width: 72% !important;
    padding-top: 40px;
    padding-bottom: 40px;
}
.queHacemos hr {
    border: solid 1px #DDDFDF;
    width: 70%;
}
.queHacemos h1,
.queSignifica h1 {
    text-align: center;
}
.queSignifica {
    padding-left: 14% !important;
    padding-right: 14% !important;
    float: left !important;
    width: 72%;
    background: #2D528D;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.queSignifica hr {
    border: solid 1px #fff;
    width: 70%;
}
.iconTexts {
    float: left !important;
    width: 31% !important;
}
.iconTexts .firstIcon {
    margin-left: 1%;
    margin-right: 1%;
}
.iconTexts .lastIcon {
    margin-left: 1%;
    margin-right: 1%;
}
.iconTexts img {
    max-width: 35%;
    max-height: 250px;
}
.apoyoIntegral {
    margin-left: 14% !important;
    margin-right: 14% !important;
    float: left !important;
    width: 72% !important;
    padding-top: 40px;
    padding-bottom: 40px;
}
.apoyoIntegral h1 {
    color: #2D528D;
}
.apoyoIntegral ul li {
    list-style-type: none;
    background: url('https://www.bpartnerslab.com/hubfs/MAS/bullet.min.svg') no-repeat;
    background-repeat: no-repeat;
    background-position: left center;
    background-position-x: left;
    background-position-y: center;
    padding-left: 20px;
    background-size: 10px;
    margin-bottom: 5px;
}
.comoCTA {
    color: #fff;
    background: #2D528D;
}
.comoWrap {
    width: 72% !important;
    float: left !important;
    margin-left: 14% !important;
    margin-right: 14% !important;
    height: 400px;
}
.comoText {
    float: left !important;
    width: 50% !important;
    margin-top: 40px !important;
}
.comoImg {
    float: left !important;
    width: 20% !important;
}
.comoImg img {
    height: 550px !important;
    margin-top: -50%;
    width: auto !important;
    max-width: none;
}
.heroShotTestimonialWrapper {
    position: relative;
    height: 475px;
    max-height: 600px;
    background-image: url(https://www.bpartnerslab.com/hubfs/MAS/GabrielHolness.min.png);
    background-color: #242A36;
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position-x: 65%;
    background-position-y: 10%;
    border-bottom: 10px solid #2D528D;
    background-position: 65% 10%;
}
.heroShotTestimonialText {
    background-color: rgba(4, 27, 62, 0.7);
    position: absolute;
    left: 15%;
    top: 20%;
    color: #fff;
    max-width: 32%;
    padding: 20px;
    font-style: italic;
    font-size: 150%;
    line-height: 140%;
}
.calendarRow {
    float: left;
    width: 100%;
    background-image: url('https://www.bpartnerslab.com/hubfs/MAS/graybg.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}
.blueTitleBG {
    background-color: #2C528B;
    color: #fff; 
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}
.bTitle {
    color: #fff;
    float: left;
    width: 50%;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
}
.cContent {
    float: left;
    width: 46%;
    padding-left: 2%;
    padding-right: 2%;
    color: #2C528B;
}
.cContentIcon {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.cContentIcon img {
    width: 15%;
    float: left;
    margin-right: 3%;
}
.cContentIcon span {
    float: left;
    width: 82%;    
}
.cContentIcon strong { 
    text-transform: uppercase;
}
.smallBlueTitle {
    font-size: 60%;
}
.finalRow {
    text-align: center;
    font-size: 80%;
}
.calendarGray {
    background-color: #F6F6F6;
}


@media only screen and (max-width: 768px) {
    .heroShotWrapper {
        height: 380px;
        background-position: center;
    }
    .heroShotText {
        max-width: 90%;
        left: 5%;
        top: 5%;
    }
    .heroShotText h1 {
        font-size: 25px;
        line-height: 28px;
    }
    .heroShotText h2 {
        font-size: 16px;
        line-height: 20px;
        margin-top: -12px;
    }
    .blogHomeTitle .secondary-header {
        font-size: 18px;
        line-height: 24px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .blogHomeTitle h1 {
        margin-top: -25px;
    }
    .homeBlogPost {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .lineWrapper {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }
    .ctaHomeWrapper {
        width: 90%;
        margin-left: 5% !important;
        margin-right: 5% !important;
        float: left;
    }
    .ctaHomeText h1 {
        font-size: 27px;
        line-height: 30px;
        margin-top: -20px;
    }
    .ctaHomeWrapper img {
        max-width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }
    .ctaHomeText p {
        font-size: 15px;
        line-height: 25px;
    }
    .iconTexts {
        width: 100% !important;
    }
    .iconTexts img {
        max-width: 50%;
        max-height: 100px;
    }
    .companyPage h1 {
        font-size: 150%;
        line-height: 110%;
    }
    .comoText {
        width: 100% !important;
        float: right;
    }
    .comoImg {
        float: left;
        width: 50% !important;
    }
    .comoCTA {
        height: 900px !important;
    }
    .comoImg img {
        height: auto !important;
        margin-top: 20px;
        width: 200% !important;
    }
    .heroShotTestimonialWrapper {
        background-position-x: center%;
        background-position: center 10%;
    }
    .heroShotTestimonialText {
        left: 0;
        top: 50%;
        max-width: 100%;
        font-size: 110%;
        line-height: 130%;
    }

}

/* Mas Digital */
.sq_quote {
    border: 1px solid #ff9000;
    padding:2%;
    margin:0 auto;
    width:85%;
    font-size:115%;
    color:#000;
}