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



/* Vendor */

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(https://cdn2.hubspot.net/hubfs/560742/2017%20Redesign/controls.png?t=1532410452090);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:0px}.lSAction>.lSNext{background-position:-32px 0;right:0px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}


/* Overall styles */

html,body{
  overflow-x:hidden;
}
.row.no-row-padding{
	margin-left:0;
	margin-right:0;
}
.row.no-row-padding [class*=col-]{
	padding-left:0;
	padding-right:0;
}

.inline-all > *{
	display:inline-block;
	vertical-align: middle;
}
body,html{
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	color: #3f4852;
	letter-spacing: 0.06em;
}
body:not(.hs-landing-page){
  padding-top:158px;
}

h1{
	font-family: 'Montserrat', sans-serif;
	font-size:3rem ;/*  36px  */
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:1em;
	line-height: 1.3em;
	
}
h2{
	font-size:2.4rem ;/*  32px  */
	text-transform:uppercase;
	
}

h3{
	font-size:2rem;/*  24px  */
	line-height: 1.75em;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin-bottom:1.66em;
	text-transform:uppercase;
}

h4{
	font-size:1.667rem ;/*  20px  */
	line-height: 1.7em;
}

p{
	font-size:1.667rem ;/* 20px */
	line-height: 1.7em;
}
p + p{
    padding-top:15px;

}
h5{
	font-size:1.334rem;/*  16px  */
	line-height: 1.5em;
      letter-spacing: 0.06em;
}


h6{
	font-size:1.167rem;/*  14px */
	letter-spacing: 0.14em;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.3em;
    margin-top: 1.5em;
}
.disclaimer-wrap,.disclaimer-wrap p {
    font-size:  1rem;
    margin: 8px 0 0;
    letter-spacing:  0.6px;
    font-weight: 500;
    line-height:  1.5em;
  	padding:0;
}
header{
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    position: relative;
    z-index: 3;
}
.header-container-wrapper .widget-type-custom_widget {
    min-height:  0;
}
.footer-container.container-fluid ,.header-container.container-fluid ,.body-container.container-fluid {
    padding-left:0px;
    padding-right:0px
}
.spacer{
	height:30px;
	width: 100%;
}
section{
	padding: 9em 0;
	position: relative;
}
section.no-padding{
	padding:0;
}
.hs_cos_wrapper:last-child >  .smaller-padding {
    padding-bottom: 7em;
}
section.smaller-padding{
    padding:7em 0 0em;
}
.hs_cos_wrapper:first-child >  .smaller-padding {
    padding-top: 9em;
}
section.smaller-padding-eq{
    padding:3em 0;
}
section h1{
	text-align: center;
	margin-top:0;
	margin-bottom: 2em;
}
section.side-img-section{
    margin:0;
    padding:4.5em 0 2.5em;
    
} 
:not(p) a{
    color:inherit;
}
:not(p) a:hover,:not(p) a:focus{
    text-decoration:none;
}
.grey-box {
    background: #f5f5f5;
    padding: 4em 5em;
}
.grey-box.outter{
  padding-left:0;
  padding-right:0;
}
img{
	max-width: 100%;
}
.hs-form-required{
    display:none;
}


button,input[type=submit],input[type=button],.hs-cta-wrapper,.more-link {
    border-radius: 6px;
   
  background-color:#0380C8;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.17em;
    border: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    margin:10px auto;
    display:block;
    width:auto;
    -webkit-transition:.3s cubic-bezier(0.54, 0.04, 0, 1.09) all;
    transition:.3s cubic-bezier(0.54, 0.04, 0, 1.09) all;
    background-size: 160% auto;
    background-position: -40px 0;~
    
}
button a{
    color:inherit;
}
form button,form input[type=submit], form input[type=button],form .hs-cta-wrapper {
    padding: 20px 40px;
    font-size: 18px;
    margin-top: 30px;
}
.side-cta-wrapper {
    padding: 5em 4em;
    background-size: cover;
    background-position: center;
}

.side-cta-wrapper h1 {
    text-align: left;
    margin-bottom: 1em;
}
.icon-cont button,.icon-cont .hs-cta-wrapper {
    margin:2em 0 0 auto;
}
.newsletter-wrap.inline-all form label {
    display: none;
}

footer .newsletter-wrap.inline-all form .hs_email {
    margin-right: 20px;
}
.newsletter-wrap.inline-all form > * {
    display:  inline-block;
    vertical-align: top;
    
}
button.secondary:not(.white), .secondary-cta .hs-cta-wrapper:not(.white),.more-link {
    border: 2px solid #0380c8;
    background: transparent;
    color: #0380c8;
    padding: 10px 35px!important;
}
.hs_cos_wrapper_type_blog_subscribe form .hs-button{
  padding:10px 35px!important;
  font-size:13px!important;
  
}
.side-cta-wrapper .hs-cta-wrapper,p .hs-cta-wrapper{
    display: inline-block;
}
a h6,a h1,a h2,a h3,a h4,a h5{
    color:inherit;
}
.relative {
    position: relative;
}
a h1:hover,a h2:hover,a h3:hover,a h4:hover,a h5:hover,a h6:hover{
    text-decoration:none;
}
html:not(.touch) button:hover a, html:not(.touch) input[type=submit]:hover, html:not(.touch) input[type=button]:hover,html:not(.touch) button:focus a, html:not(.touch) input[type=submit]:focus, html:not(.touch) input[type=button]:focus,html:not(.touch) button a,html:not(.touch) .hs-cta-wrapper a{
    text-decoration: none;
    color:inherit;
    outline: none!important;
}
html:not(.touch) button:hover, html:not(.touch) input[type=submit]:hover, html:not(.touch) input[type=button]:hover,html:not(.touch) .hs-cta-wrapper:hover{
    background-position: 0 0;
}
html:not(.touch) button.secondary.white:hover, html:not(.touch) input[type=submit].secondary.white:hover, html:not(.touch) input[type=button].secondary.white:hover, html:not(.touch) .box-b2bs-content .hs-cta-wrapper:hover,html:not(.touch) .newsletter-wrap.inline-all form .hs-button:hover {
    background: rgba(255,255,255,0.2);
}

.magento-style button,.magento-style input[type=submit],.magento-style input[type=button],.magento-style .hs-cta-wrapper{
	background-image: -webkit-linear-gradient(-180deg, rgba(251, 125, 75, 1) 0%, rgba(241, 92, 34, 1) 100%);
	background-image: -moz-linear-gradient(-180deg, rgba(251, 125, 75, 1) 0%, rgba(241, 92, 34, 1) 100%);
	background-image: -o-linear-gradient(-180deg, rgba(251, 125, 75, 1) 0%, rgba(241, 92, 34, 1) 100%);
	background-image: linear-gradient(-180deg, rgba(251, 125, 75, 1) 0%, rgba(241, 92, 34, 1) 100%);
}
.magento-style li:before {
    background-image: url(https://cdn2.hubspot.net/hubfs/560742/2017%20Redesign/icon_bulletpoint.png?t=1534533212471) !important;
    box-shadow: none!important;
    background-size: 90%;
    border-radius: 0!important;
    background-position: center;
    background-repeat: no-repeat;
}
.magento-style li:after {
    content: none!important;
    
}
button.secondary.white,input[type=submit].secondary.white,input[type=button].secondary.white, footer .newsletter-wrap.inline-all form .hs-button{
	background:transparent;
	border:2px solid #fff;
	
}
.magento-style button.secondary{
  border-color:#F3632B;
  color:#F3632B;
}
.span4 .hs-button {
    padding: 10px 35px;
    font-size: 13px;
}
.custom-blog-subscription .form-title {
    margin: 2em 0 0.5em;
    text-align:  center;
}

.custom-blog-subscription label {
    display:  none;
}

.custom-blog-subscription .hs-button {
        margin: 10px 0;
    width: 100%;
}
footer .newsletter-wrap.inline-all form .hs-button{
  color:#fff!important;
  margin:0;
}
input[type=email],input[type=text],input[type=search],input[type=password],input[type=date],input[type=number],input[type=tel],select,textarea{
	border-radius:6px;
	padding: 13px 15px;
	width:100%!important;
	background: #f5f5f5;
}
input:focus,button:focus,select:focus,textarea:focus{
    outline:none;
}
.hs-form fieldset{
    margin-left:auto!important;
    margin-right:auto!important;
}
h1.smaller-margin{
    margin-bottom:0.4em;
}
.form-wrapper h3 {
    margin-top: 0!important;
    text-align: center;
}

.form-wrapper .hs-form {
    margin-top: 1.5em;
}

.form-wrapper {
    margin-top: 3em;
}
.box .extended-borders,.extended-borders-wrapper .hs_submit{
	margin-bottom:-20px;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 30px;
}
.box .extended-borders button,.box .extended-borders input[type=submit],.box .extended-borders input[type=button],.box .extended-borders-wrapper button,.box .extended-borders-wrapper input[type=submit],.box .extended-borders-wrapper input[type=button]{
	margin-bottom:0;
	border-radius: 0 0 6px 6px;
}
.box button,.box button,.box input[type=submit],.box input[type=button]{
	width: 100%;
}

.box:not(.smaller-padding):before,.b2bnav-button.active:after,.side-img-wrapper:after{
	content: ' ';
	position:absolute;
	top:50px;
	left:50px;
	right: 50px;
	bottom: 0px;
	-webkit-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.3);
	z-index: -1;
}
.box.smaller-padding .extended-borders{
	margin-bottom:-15px;
	margin-left: -15px;
	margin-right: -15px;
}
input,select,textarea{
	font-size: 12px;
	font-weight: 700;
	color: #969696;
	text-align: left;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	margin-bottom: 10px;
	border: 0;
	border-bottom: 1px solid #bbb;
	width: 100%;
}
.box input[type=email], .box input[type=text], .box input[type=search], .box input[type=password], .box input[type=date], .box input[type=number], .box input[type=tel], .box select, .box textarea {
    background: #fff;
}
.column-image img {
    max-height: 220px;
    margin-bottom: 2em;
}
ul.not-list,ul.testimonials{
	list-style: none;
	margin-bottom: 2em;
	padding-left:0;
	margin-top:2em;
}
.tabs,.pagination{
padding-left:0;
list-style:none;
}
.body-container-wrapper ul:not(.not-list):not(.inputs-list):not(.hs-breadcrumb-menu):not(.lSPager):not(.lSSlide):not(.testimonials):not(.tabs):not(.pagination):not(.hs-blog-social-share-list) {list-style: none;margin-bottom: 2em;padding-left: 3.33333em;}
.body-container-wrapper ul:not(.not-list):not(.inputs-list):not(.hs-breadcrumb-menu):not(.lSPager):not(.lSSlide):not(.testimonials):not(.tabs):not(.pagination):not(.hs-blog-social-share-list) li{
    position:relative;
    margin-bottom: 15px;
    font-size:1.667rem;
    line-height: 1.7em;
}
.body-container-wrapper ul:not(.not-list):not(.inputs-list):not(.hs-breadcrumb-menu):not(.lSPager):not(.lSSlide):not(.testimonials):not(.tabs):not(.pagination):not(.hs-blog-social-share-list) li p,.body-container-wrapper ul:not(.not-list):not(.inputs-list):not(.hs-breadcrumb-menu):not(.lSPager):not(.lSSlide):not(.testimonials):not(.tabs):not(.pagination):not(.hs-blog-social-share-list) li h5,.body-container-wrapper ul:not(.not-list):not(.inputs-list):not(.hs-breadcrumb-menu):not(.lSPager):not(.lSSlide):not(.testimonials):not(.tabs):not(.pagination):not(.hs-blog-social-share-list) li h4,.body-container-wrapper ul:not(.not-list):not(.inputs-list):not(.hs-breadcrumb-menu):not(.lSPager):not(.lSSlide):not(.testimonials):not(.tabs):not(.pagination):not(.hs-blog-social-share-list) li h3,.body-container-wrapper ul:not(.not-list):not(.inputs-list):not(.hs-breadcrumb-menu):not(.lSPager):not(.lSSlide):not(.testimonials):not(.tabs):not(.pagination):not(.hs-blog-social-share-list) li h2, .body-container-wrapper ul:not(.not-list):not(.inputs-list):not(.hs-breadcrumb-menu):not(.lSPager):not(.lSSlide):not(.testimonials):not(.tabs):not(.pagination):not(.hs-blog-social-share-list) li h1{
    font-size:inherit;
}
.body-container-wrapper ul:not(.not-list):not(.inputs-list):not(.hs-breadcrumb-menu):not(.lSPager):not(.lSSlide):not(.testimonials):not(.tabs):not(.pagination):not(.hs-blog-social-share-list) li:before,.body-container-wrapper  ul:not(.not-list):not(.inputs-list):not(.hs-breadcrumb-menu):not(.lSPager):not(.lSSlide):not(.testimonials):not(.tabs):not(.pagination):not(.hs-blog-social-share-list) li:after {
    content:' ';
    position:absolute;
    left: -3.2rem;
    top:0.47rem;
    border-radius:50%;
}
.body-container-wrapper ul:not(.not-list):not(.inputs-list):not(.hs-breadcrumb-menu):not(.lSPager):not(.lSSlide):not(.testimonials):not(.tabs):not(.pagination):not(.hs-blog-social-share-list) li:before {
    content:' ';
    position:absolute;
    left: -12rem;
    top:0.97rem;
    border-radius:50%;
    width:12px;
    height: 12px;
    border:3px solid #0380C8;
	border-radius:50%;
}

ul.hs-menu-children-wrapper {
    background: #fff;
    padding: 5px 0 0;
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,0.05);
    box-shadow: 0 5px 12px rgba(0,0,0,0.05);
}

.hs-menu-children-wrapper li a {
    width: 310px!important;
    white-space: initial!important;
    text-overflow: initial!important;
    line-height: 1.4em!important;
}
.hs-menu-item a{
    max-width:none!important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    //overflow:hidden;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    padding: 10px 10px 0px;
    line-height: 1em;
}
.hs-menu-children-wrapper li {
    text-align: left!important;
}
.box h3{
	text-transform:uppercase;
	font-family:"Montserrat",sans-serif;
	margin-top:0;
	margin-bottom: 20px;
}
.box h5{
	margin-bottom:30px;
}

.offset-image.top-offset {
    margin-top: -40%;
    margin-left:-20%;
    margin-right:-20%;
    z-index: 3;
    position: relative;
}



/* Website styles */

header.common-header{
	background:#fff;
	padding:18px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 44;
}
header.common-header .logo-wrapper{
	padding: 18px 0;
	text-align: center;
	position: relative;
}
.contact-wrap{
	padding:20px 20px 15px;
	background:#f9f9f9;
	border-bottom:2px solid #89a7be;
	text-transform: uppercase;
	display: inline-block;
	text-align: left;
	position: relative;
	top: -20px;
	margin-bottom: -22px;
	margin-top: 5px;
}
.search-wrap{
	display: inline-block;
	vertical-align: top;
}
.search-contact{
	width: 100%;
	text-align: right;
}

nav.navbar{
	margin-bottom:0;
	text-align:right;
}

header.common-header nav a{
	font-family: 'Montserrat';
	font-size: 14px;
	letter-spacing: 0.14em;
	font-weight: 600;
	text-transform: uppercase;
	color: #3f4852;
	
}
header.common-header nav ul li:hover > a{
	color:#054b72;
	text-decoration: none;
}

header.common-header nav ul{
	padding-left: 0;
	list-style: none;
	text-align: right;
	margin-bottom:0;
}
header.common-header nav ul li{
	padding: 0px 4px 3px;
	display: inline-block;
	text-align: center;
}
.no-touch header.common-header .hs-menu-wrapper > ul > li:hover{
	background:#f5f5f5;
}

header.common-header nav > ul > li > ul{
	display: none;
}
.no-touch header.common-header .hs-menu-wrapper>ul>li ul li:hover a {
    background: #f5f5f5;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li ul li a {
    padding:12px 15px;
}
.contact-wrap > h6 {
	margin-top:0;
	margin-bottom:0;
}
.contact-wrap > h5 {
	margin-bottom:0;
}
.navbar{
	min-height: 20px;
	margin-top:10px;
}
.navbar-toggle .menu-label{
	color: #111;
}
.navbar-toggle{
	padding:0;
	margin:0;
}
.hero-wrap{
	background: url(../img/hero.jpg) no-repeat;
	padding:60px 40px;
	background-size: cover;
	background-position: center;
	min-height: 300px;
	position:relative;
}
.hero-mask {
    background-image: -webkit-linear-gradient(-90deg, rgba(12, 130, 171, 0.89) 0%, rgba(5, 75, 114, 0.95) 100%);
    background-image: -moz-linear-gradient(-90deg, rgba(12, 130, 171, 0.89) 0%, rgba(5, 75, 114, 0.95) 100%);
    background-image: -o-linear-gradient(-90deg, rgba(12, 130, 171, 0.89) 0%, rgba(5, 75, 114, 0.95) 100%);
    background-image: linear-gradient(-90deg, rgba(12, 130, 171, 0.89) 0%, rgba(5, 75, 114, 0.95) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hero-wrap .main-text{
	background:#fff;
	padding:6.8em;
	width: 50%;
	min-width: 680px;
	max-width: 100%!important;
	margin:0 0 0 auto;
	position:relative;
}
.hero-wrap .main-text h2{
	text-transform:uppercase;
	text-align:center;
}
.box{
	background:#f9f9f9;
	padding:20px;
	margin-bottom:10px;
	position:relative;
}
.box.smaller-padding{
	padding:15px;
}
.box.darker{
	background:#F5f5f5;
}
.box-header{
	margin:10px 0;
	min-height: 130px;
}
.box-header h5{
	margin:0;
	height: 100%;
	display: inline;
	vertical-align: middle;
}
.box-header .metric{
	width:100px;
	height:100px;
	float:left;
	text-align:center;
	position:relative;
	margin-right:15px;
}
.box-header .metric:before{
	position:absolute;
	content:' ';
	background-image: -webkit-linear-gradient(-90deg, #6193b9 0%, #054b72 100%);
	background-image: -moz-linear-gradient(-90deg, #6193b9 0%, #054b72 100%);
	background-image: -o-linear-gradient(-90deg, #6193b9 0%, #054b72 100%);
	background-image: linear-gradient(-90deg, #6193b9 0%, #054b72 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054b72', endColorstr='#6193b9',GradientType=1 );
	width:100%;
	height:100%;
	left:0;
	top:0;
	border-radius:50%;
}
.box-header .metric:after{
	position:absolute;
	content:' ';
	background:#f9f9f9;
	top:3px;
	bottom:3px;
	left:3px;
	right:3px;
	border-radius:50%;
}
.box-header span{
	z-index:3;
	position:relative;
	display:block;
	font-size: 30px;
	font-weight: 300;
	color: #054b72;
	position: relative;
  	top: 50%;
  	transform: perspective(1px) translateY(-50%);
}


.lined-list{
	list-style: none;
	padding-left:0;
	display: table;
	margin-bottom: 4em;
	width: 100%;
}
.lined-list li{
	display: table-cell;
	width: 20%;
	padding: 0 2em;
	text-align: center;
	margin-bottom: 20px;
}



.what-why-how{
	text-align:center;

}
.what-why-how h4{
	margin-bottom:5em;
}
.what-why-how h1{
	margin-bottom:0.4em;
}

.what-why-how .box-b2bs{
	padding:9vw 0;
	background-size:cover;
	position:relative;
	background-position:center;
	margin-bottom: 5px;
	-webkit-transition: .4s ease all;
	transition: .4s ease all;
	height:100%;
}
html:not(.touch) .what-why-how .box-b2bs:hover:before {
    background: rgba(5, 75, 114,0.92);
}



.what-why-how .box-b2bs:before{
	background:rgba(18, 19, 25, 0.85);
	content:' ';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	-webkit-transition: .4s ease all;
	transition: .4s ease all;
}
.box-b2bs-content{
	color:#fff;
	position: relative;
	padding: 0 3em 65px;
    top: 0;
    bottom: 0;
    height: 100%;
}
.box-b2bs-content button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}


.persona-img {
    width: 100%;
    padding-top: 135%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
    background-position:center;
    -webkit-transition: filter .2s ease-in-out;
    transition: filter .2s ease-in-out;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin-bottom:10px;
    position:relative;
}
.main-text h1 {
    margin: 0 0 0.15em;
    font-size: 3.6em;
}


.main-text .hs-cta-wrapper {
    margin-top: 4em;
}
html:not(.touch) .persona-img:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.persona-wrapper{
	position:relative;
}

.persona-outter-wrapper .persona-wrapper:before, .partner-outter-wrap:before{
	content:' ';
	position:absolute;
	left:20px;
	right:20px;
	top:10px;
	bottom:0;
	-webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3);
	z-index:-1;
	opacity:0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
html:not(.touch) .persona-outter-wrapper:hover .persona-wrapper:before,html.touch .persona-wrapper:before,html:not(.touch) .partner-outter-wrap:before,html.touch .partner-outter-wrap:before{
	opacity:1;
}
.persona-outter-wrapper h5,.client_info h4{
	color:#054b72;
	font-weight:700;
	text-transform:uppercase;
	padding-top:8px;
	margin-top:18px;
	position:relative;
}
.persona-outter-wrapper h5:before,.testimonial h4:before{
	width:20px;
	height:2px;
	position:absolute;
	content:' ';
	top:0;
	left:50%;
	margin-left:-10px;
	background:rgba(5, 75, 114, 0.5);
}
.partner-outter-wrap:before{
	z-index: 0;
	left: 40px;
	right: 40px;
}
.partner-outter-wrap{
	position:relative;
	
}
.partner-wrap{
	background: #fbfbfb;
	border-radius: 6px;
	padding: 5em 45px;
	text-align: center;
	margin-bottom: 3.5em;
	height:260px;
	position:relative;
}
.grey-section .partner-wrap{
    background:#fff;
    
}
.partner-wrap img{
	max-height:100%;
	max-width:100%;
	    height: auto;
    width: auto;
}
.grey-section{
	background:#f5f5f5;
}
.partner-wrap img{
	position: relative;
  	top: 50%;
  	transform: perspective(1px) translateY(-50%);
}
.partner-outter-wrap.text-button .partner-wrap {
    padding: 5em 15px;
}
.pg-header {
    padding: 5em;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: gray;
}

.pg-header h1 {
    margin: 0;
}
.pg-header:before {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: 100%;
    height: 100%;
}

.container {
    position: relative;
}
.breadcrumbs {
    padding: 20px 0;
}

.breadcrumbs ul li {
    display: inline-block;
    padding-right: 45px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.14em;
		position:relative;
}
.breadcrumbs ul li.last-crumb,.breadcrumbs ul li.active{
  padding-right:0;
}
.breadcrumbs ul li:not(.active):not(.last-crumb):after,.breadcrumbs ul li:not(.active):not(.last-crumb):before{
    content: ' ';
    position:absolute;
    right:0;
    margin-right:15px;
    display:inline-block;
    width: 7px;
    height:1px;
    background:#000;
}
.breadcrumbs ul li:not(.active):not(.last-crumb):after{
	top:17px;
	transform:rotate(45deg);
}
.breadcrumbs ul li:not(.active):not(.last-crumb):before{
	top: 22px;
	transform:rotate(-45deg);
}
.breadcrumbs ul a {
    color: rgba(51, 51, 51, 1);
}
.breadcrumbs ul .active{
    font-weight: bold;
    color: rgba(5, 75, 114, 1);
    /* font-size: 12px; */
}
.hs-breadcrumb-menu-divider{
  display:none;
}

.side-img-background-wrapper {
    position: absolute;
    width: 100%;
    top: 4.5em;
    bottom: 2.5em;
    overflow: hidden;
    z-index: -1;
    
}
li.side-img-content h5 p {
    font-size: 1em;
}
.no-touch [id^=persona] .side-img-content-inside-wrapper:hover {
    background: #0a4970;
    color: #fff;
}

.no-touch [id^=persona] .side-img-content-inside-wrapper.right-content {
    padding-right: 95px;
    margin-right: -95px;
}

.no-touch [id^=persona] .side-img-content-inside-wrapper.left-content {
    padding-left: 95px;
    margin-left: -95px;
}

.no-touch [id^=persona] .side-img-content-inside-wrapper {
    margin-bottom: 30px;
    z-index: 0;
    position:  relative;
    transition:.3s ease all;
}
.side-img-content-inside-wrapper h4 + .list-icons {
    margin-top: 4em;
}
.side-img-wrapper {
    padding-bottom: 30px;
    position: relative;
    margin-bottom: -30px!important;
}
.slider-container-wrap .side-img-wrapper{
  overflow:initial!important;
}

.side-img-wrapper:after {
    bottom: 30px;
}
.side-img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position:relative;
}
.side-img:after {
    position: absolute;
    content: ' ';
    background: rgba(137,167,190,0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.side-img-background-wrapper *:not(.infoBox){
    height: 100%;
}
.side-img-content-wrapper h1 {
    text-align: left;
}
.highlight-block h3 {
    font-weight: 600;
    text-align: right;
    margin: 0;
}
.side-cta-wrapper {
    padding: 5em 4em;
    background-size: cover;
    background-position: center;
}

.side-cta-wrapper h1 {
    text-align: left;
    margin-bottom: 1em;
}
p + ul.not-list.list-icons {
    margin-top: 7em;
}
.b2bnav-button {
    padding: 20px;
    background-color: #f5f5f5;
    text-align: center;
    background-position: center;
    position: relative;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.b2bnav-button:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
html:not(.touch) .b2bnav-button:not(.active):hover {
    padding: 35px 20px;
    margin-top: -15px;
}
html:not(.touch) .b2bnav-button:not(.active):hover:before {
    background: rgba(255,255,255,0.95);
    -webkit-box-shadow: 0 7px 20px rgba(0,0,0,0.05);
    box-shadow: 0 7px 20px rgba(0,0,0,0.05);
}
table {
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,0.05);
    box-shadow: 0 10px 60px 0 rgba(0,0,0,0.05);
    border-radius: 6px;
    text-align:center;
}

table tbody th {
    color: #89A7BE;
    font-family: "Encode Sans";
    font-size: 1.1666em;
    font-weight: 600;
    line-height: 2em;
    height:45px;
    background:#f5f5f5;
    text-transform:uppercase;
    text-align: center;
}
table tr{
    border-top:1px solid #f5f5f5;
}
table + h3{
    background:#f5f5f5;
    text-align:left;
    min-height: 70px;
    line-height: 70px;
        padding: 0 30px;
        border-radius:6px;
}
table + h3 > .hs-cta-wrapper{
    width:auto!important;
    display:inline-block;
    float:right;
    padding: 13px 5em;
    line-height: 1.8em;
}
.b2bnav-btn-content {
    position: relative;
    z-index: 2;
}

.b2bnav-btn-content h5 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.17em;
}

.b2bnav-btn-content h6 {
    color: #929292;
}

.b2bnav-button.active:before {
    background: rgba(18, 19, 25, 0.83);
}

.b2bnav-button.active h5 {
    color: #fff;
}

.b2bnav-button.active {
    padding: 35px 20px;
    margin-top: -15px;
}
.list-icons li,.icon-cont{
    padding-left: 11em;
    height: 8em;
    margin-bottom: 2.5em;
    position: relative;
    display:table;
}
.list-icons li .text-container,.icon-cont .text-container{
    display: table-cell;
    vertical-align: middle;
}

.list-icons li .list-icon,.icon-cont .list-icon{
    position: absolute;
    left: 1em;
    top: 50%;
    text-align: center;
    width:7em;
    height:7em;
    margin-top: -3.5em;
}
.list-icons li .list-icon, .list-icons li .list-icon img,.icon-cont .list-icon,.icon-cont .list-icon img {
    max-width:100%;
    max-height:100%;
}



h4.title-with-tag .title{
    display:  inline-block;
    padding-right: 20px;
    font-weight:  bold;
    background:  #fff;
}
h4.title-with-tag.bg-gray .title{
    background:#f5f5f5;
}
h4.title-with-tag {
    position:  relative;
}

h4.title-with-tag:after {
    content: ' ';
    height: 2px;
    width:  100%;
    position:  absolute;
    top: 50%;
    left: 0;
    background: #89A7BE;
}

h4.title-with-tag span {
    position:  relative;
    z-index:  2;
}

h4.title-with-tag span {
    position:  relative;
    z-index:  2;
}


h4.title-with-tag span.tag {
    float: right;
    text-transform:  uppercase;
    color: #89A7BE;
    font-size: 1.36rem;
    font-weight: 600;
    background:  #fff;
    padding-left:20px;
}
h4.title-with-tag.bg-gray .tag{
    background:#f5f5f5;
}
.hs_cos_wrapper ul li:not(.hs-menu-item) ul li {
    font-size: inherit!important;
    margin-bottom: 7px!important;
}

.hs_cos_wrapper ul li:not(.hs-menu-item) ul li:before {
    display:  none;
}

.hs_cos_wrapper ul li:not(.hs-menu-item) ul {
    padding: 0!important;
    margin-top: 10px!important;
}
.title-several-images-bg-inner {
    position:  relative;
    height:  28em;
}

.bg-images-wrapper {
    position:  absolute;
    top: 0;
    left: 0;
    width:  100%;
    height:  100%;
}
.title-several-images-bg-inner .container{
    height:100%;
}
.bg-images-wrapper:after{
    position:absolute;
    content:' ';
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.6;
    background: linear-gradient(180deg, #CBDDF0 0%, #455E79 100%);
}
.bg-images-wrapper [class*=column] > div {
    width: 100%;
    height: 100%;
}
.column-1imgs{
    width:100%
}
.column-2imgs{
    width:50%
}
.column-3imgs{
    width:33.33%
}
.column-4imgs{
    width:25%
}
.column-5imgs{
    width:20%
}
.column-6imgs{
    width:16.66%
}
.bg-images-wrapper [class*=column] {
    height: 100%;
    float:left;
}
.image-wrapper {
    width:100%;
    height:100%;
    -webkit-background-size:cover;
    background-size:cover;
    background-position:center;
}
.title-several-images-bg-inner h1 {
    color: #fff;
    -webkit-text-shadow: 0 5px 20px rgba(0,0,0,0.5);
    text-shadow: 0 5px 20px rgba(0,0,0,0.5);
    margin-bottom:0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    position:relative;
}

.gmap{
    width:100%;
    height:100%;
    min-height:10em;
}

.thumbnail-wrapper {
    height: 18.3em!important;
  overflow:hidden;
}
.thumbnail-wrapper-outter {
    overflow: hidden;
    margin-bottom: 2em;
}
.lSPager{
    display:none;
}
.thumbnail-wrapper .thumb-img {
    padding-top: 20%;
    width:  13vw;
    float: left;
    position:relative;
    margin-right:10px;
}
.thumbnail-wrapper .thumb-img span{
    filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    background-size:cover;
    background-position:center;
        width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition:  .3s ease all;
    transition:  .3s ease all;
    -webkit-box-shadow: 0 7px 20px rgba(0,0,0,0.1);
    box-shadow: 0 7px 20px rgba(0,0,0,0.1);
}
.thumbnail-wrapper-scroll .thumbnail-wrapper {
    min-width: 100%;
    height: 100%;
    display:  flex;
    overflow-x: scroll;
    overflow-y: hidden;
    position:  relative;
  -webkit-overflow-scrolling: touch;
}

.thumbnail-wrapper-scroll .thumbnail-wrapper .thumb-img {
    min-width:  13vw;
    transition:  .3s ease all;
}


.thumbnail-wrapper-scroll .thumbnail-wrapper::-webkit-scrollbar {
  display: none;
}

.thumbnail-wrapper .thumb-img:before{
    -webkit-background: linear-gradient(180deg, #CBDDF0 0%, #455E79 100%);
    background: linear-gradient(180deg, #CBDDF0 0%, #455E79 100%);
    content:' ';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:.4;
    -webkit-transition:  .3s ease all;
    transition:  .3s ease all;
}
.thumbnail-wrapper .thumb-img.active:before {
    opacity: 0;
}

.thumbnail-wrapper .thumb-img.active span {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
ul.side-img-slides.lightSlider.lSSlide,ul.side-img-slides,.slider-content-wrapper {
    padding-left: 0!important;
    padding-right:0!important;
}
ul.side-img-slides {
    height: 100%!important;
    margin-bottom: 0!important;
}

.side-img-section .lSAction {
    position:  absolute;
    bottom: 23em;
    left: -200px;
    height:auto!important;
}
.slider-container-wrap.left-side .side-img-section .lSAction{
    left:calc(100% + 60px);
    width:200px;
}

.side-img-section .lSAction > a > div {
    width: 4.166em;
    height: 4.166em!important;
    background-color: #efeeee;
    -webkit-transition:  .3s ease all;
    transition:  .3s ease all;
}
.side-img-section .lSAction > a{
    margin: 1em 0.5em!important;
    position:  relative;
    float:  left;
    top: auto;
    left: auto!important;
    right: auto!important;
    width:  auto;
    height:  auto;
}
.slider-container-wrap{
  position:relative;
}
.slider-container .side-img-background-wrapper {
    z-index: 3;
}
.slider-container-wrap .side-img-section.slider-container {
    position:  absolute;
    top: 0;
    left: 0;
    width:  100%;
    background:  #fff;
}

.slider-container-wrap .side-img-section.slider-container:first-child {
    position:  relative!important;
    z-index: 6;
}
.thumbnail-wrapper-outter{
    z-index: 5;
    position: relative;
}
.no-touch .lSAction > a > div:hover{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    background:  #fff;
}
.lSAction > a > div:before{
    content:' ';
    width:2px;
    height: 1em;
    top:30%;
    left: 50%;
    margin-left: -0.2em;
    position: absolute;
    background:#999;
}
.lSAction > a > div.prev-nav:before,.lSAction > a > div.next-nav:after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lSAction > a > div.prev-nav:after,.lSAction > a > div.next-nav:before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.lSAction > a > div:after{
    content:' ';
    width:2px;
    height: 1em;
    top:45%;
    left: 50%;
    margin-left: -0.2em;
    position: absolute;
    background:#999999;
}
.lSSlideWrapper {
    position: static;
}

.slider-tab {
    background: #f5f5f5;
    padding: 30px 60px 30px 0;
    display:  inline-block;
    position: absolute;
    bottom: 2.7em;
}

.slider-tab h6 {
    margin:  0;
    color: #054B72;
    opacity: .5;
}

.slider-tab:before {content: ' ';position:  absolute;left: -500%;width: 500%;height: 100%;background: #f5f5f5;top: 0;z-index: -1;}

.slide-tab {
    padding: 0 0 0 30px;
    margin-left: 30px;
    border-left: 1px solid #bbb;
}

.slide-tab:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

.slide-tab.active h6 {
    opacity: 1;
}

.slider-container.has-tabs .side-img-content-inside-wrapper {
    padding-bottom: 15em;
}

.client_info h3 {
    text-transform:  none;
    margin:  0;
  position:relative;
}

 .client_info {
    text-align:  center;
   margin-bottom:7em;
}

.client_info .client_company h4 {
    margin-top: 0px;
}
.testimonials .single-testimonial{
    margin-bottom:3em;
}
section.testimonial_block.with_slider ul, section.testimonial_block.with_slider ul li {
    margin-bottom: 0;
}
.single-testimonial blockquote{
  border-left:0;
  position:relative;
  margin-bottom:2.5em;
  padding-bottom:2.5em
}
.client_photo {
    margin: 2em auto 1em;
    width: 12em;
    height: 12em;
    border-radius:  50%;
    background-position:  center;
    background-size: cover;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}

.quote-icon {
    background-image: url(https://cdn2.hubspot.net/hubfs/560742/2017%20Redesign/icons/icon_quote.png?t=1532410452090);
    width: 4em;
    height: 2.6em;
    background-size: 100% auto;
    background-repeat:  no-repeat;
    margin: 5em auto 2em;
}
.single-testimonial blockquote:after {
    content: ' ';
    width: 6em;
    height: 2px;
    background: #054b7273;
    position:  absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3em;
}
.client_info h3:after {
    content: ' ';
    position: absolute;
    width: 2em;
    height: 2px;
    background: #054B72;
    opacity: .5;
    bottom: -3px;
    left: 50%;
    margin-left: -1em;
}
a.topic-link {
    font-size: 13px;
    line-height: 1em;
}
.post-item .left-col .hs-featured-image-link {
  width: 250px;
  padding-top: 86%;
  background-size: cover;
  background-position: center;
}
.post-item .left-col {
  position: absolute;
  position: relative;
  margin-right: ;
  float: left;
  margin-right: 20px;
}

.post-body {
  font-size: 1.667rem;
    line-height: 1.7em;
}
.post-header > * {
  font-size: 1.667em;
  text-transform: initial;
  font-weight: 600;
  line-height: 1.4em;
  padding-right: 80px;
	margin-bottom: 0.6em;
  display:block;
  min-height:2em;
}
.blog-title {
  position: absolute;
  right: 0;
  top: 0;
  background: #f5f5f5;
  color: #89A7BE;
  padding: 12px 10px;
  font-weight: 600;
  width: 60px;
  text-align: center;
  text-transform: uppercase;
}
.blog-listing-wrapper .blog-title{
  top:-8px
}
.custom-blog-subscription form {
    box-shadow:  0 5px 40px 0 rgba(0,0,0,0.05);
    background:  #fff;
    padding: 3em;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tabs li {
  opacity: .5;
}
.tabs li:first-child{
  border-right:1px solid #bbb;
}
.tabs li.active {
  opacity: 1;
}

.post-item {
  position: relative;
  margin-bottom:3em;
  padding-bottom:3em;
  border-bottom: 2px solid rgba(137,167,190,0.4);
}
.post-item .rght-col{
  position:relative;
}
.blog-listing-wrapper .custom-date {
  position: absolute;
  bottom: 10px;
}
.custom-date {
  color: #89A7BE;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
}
.blog-post-wrapper .custom-date{
  padding:10px 0;
  font-size:14px;
  	border-top: 1px solid rgba(137,167,190,0.5);
}
.blog-post-wrapper .entry-meta{
  margin-bottom:2em
}
.more-link {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 7px 15px!important;
    font-size: 12px;
}  
.section.post-header{
  position:relative
    
}
.custom_listing_comments {
    display: none;
}
.widget-type-blog_comments {
    padding: 4em 0 7em;
}
.hs-form-74b085aa-4a7a-4ee3-930b-15effcdb96c5_dd1fc26d-5969-4f18-8b0f-2fd9faf2d35d fieldset{
  max-width:none!important;
}
span#hs_cos_wrapper_blog_social_sharing {
    width: 100%;
    display:  block;
    margin-bottom: 20px;
}

li.hs-blog-social-share-item span {
    vertical-align: baseline!important;
}
ul.tabs {
    background:  #f5f5f5;
    margin: -15px -15px 15px;
    padding:  10px 0;
    text-align:  center;
    overflow: auto;
}

.sidebar-categories {
    box-shadow: 0 5px 40px 0 rgba(0,0,0,0.05);
    background:  #fff;
    padding:  15px;
    margin-top: 2.3em;
}

ul.tabs
 li {
    width:  50%;
    float: left;
    color: #054B72;
    font-weight:  bold;
    text-transform:  uppercase;
    font-size: 1.14em;
    letter-spacing:  0.06em;
    line-height:  2em;
}

.sidebar-categories .post-title {
    font-size: 1.14em;
    padding-left: 1em;
}

.sidebar-categories .hs-rss-description {
    display:  none;
}

.sidebar-categories .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: block;
    float: left;
    padding-top: 16%;
    background-size: cover;
    background-position:  center;
}

.sidebar-categories .hs-rss-item.hs-with-featured-image {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(137,167,190,0.4);
}

.sidebar-categories .hs-rss-item.hs-with-featured-image:last-child,.post-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-pagination {
  text-align: center;
}
.pagination > li.active {
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
  margin-top: -5px;
  padding: 9px 13px !important;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
  background: #fff;
  font-weight: bold;
}
.blog-pagination .pagination > li {
  background: #f5f5f5;
  border: 0;
  padding: 4px 13px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  color: #054B72;
}
.pagination > li > a, .pagination > li > span {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}
.pagination > li.active {
}
ul.pagination {
  margin-top: 5em;
}
.case-studies-template .custom-three-column-equal-top-heading .inner-group {
  margin-bottom: 3em;
  font-weight: bold;
}
.case-studies-template .custom-three-column-equal-top-heading .inner-group h4 {
  font-weight: 600;
}
.case-studies-template .case_form h3 {
    display: none;
}
.whitepaper-wrap {
    width:  50%;
    padding:4vw  4vw 2em;
    float:left;
}
.whitepaper-wrap .whitepaper-inner img {
    height: 50vh;
}
.whitepaper-wrap .whitepaper-inner {
    background:#fff;
    padding:30px;
    text-align:center;
    position:relative;
}
.whitepaper-wrap .whitepaper-inner button{
    width:100%;
    margin: 30px -30px -30px;
    box-sizing: content-box;
}
.side-section-intro {
    background:  #f5f5f5;
    padding: 1.5em 3em 2em;
  margin-top:2em;
}

.side-section-intro h3 {
    margin-bottom: 0em;
}

.side-section-intro button {
    margin-top: 2em;
}
#unibox-suggest-box div:last-child {
    display:  none;
}
#unibox-suggest-box .unibox-suggest-cluster:first-child {
    margin-top: -20px;
}

div#unibox-suggest-box {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    padding: 10px 12px;
    width: 130%;
    margin-left: -30%;
}
#unibox-suggest-box h4 {
    font-size: 1.2em!important;
    text-transform:  uppercase;
    font-weight: bold;
    text-align:  left;
    background: #f5f5f5;
    margin: 10px -12px 5px!important;
    padding: 3px 20px;
    font-family:  "Montserrat";
}

#unibox-suggest-box a {
    color: #333;
    font-family:  "Encode Sans";
    line-height:  1.6em;
}

.unibox-selectable {
    border-top: 1px solid #f5f5f5;
}

.unibox-selectable:first-child, .unibox-suggest-cluster h4 + .unibox-selectable {
    border-top: 0;
}
.search-icon {
    padding-left: 20px;
    padding-right: 40px;
    border-left:  3px solid rgba(137,167,190,0.23);
    margin-left: 20px;
}

input#searchBox {
    margin-bottom: 0;
    opacity: 0;
    transition: .3s ease all;
}

.search-wrap {
    padding: 9px 0;
}

.search-wrap:hover input#searchBox,.uniboxActive + input#searchBox {
    opacity: 1;
}


.icon-phone:before {
    content:url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve"><style type="text/css">.st0{fill:#F5F5F5;}</style><defs></defs><g id="Page-1_1_"><g id="Landing-Page---Packages-Mobile_1_" transform="translate(-82.000000, -5461.000000)"><g id="Group-48_1_" transform="translate(0.000000, 4661.000000)"><g id="Group-47_1_" transform="translate(15.000000, 735.000000)"><g id="Group-46_1_" transform="translate(67.000000, 61.000000)"><path id="icon_phone_1_" class="st0" d="M16,16.6c0,0.3,0,0.5-0.2,0.7l-2.3,2.2c-0.1,0.1-0.2,0.2-0.4,0.3c-0.2,0.1-0.3,0.1-0.5,0.2c0,0,0,0-0.1,0c-0.1,0-0.1,0-0.2,0c-0.2,0-0.6,0-1-0.1c-0.5-0.1-1.1-0.3-1.8-0.5c-0.7-0.3-1.5-0.7-2.4-1.3c-0.9-0.6-1.8-1.4-2.8-2.4c-0.8-0.8-1.4-1.5-2-2.2c-0.5-0.7-0.9-1.4-1.3-2c-0.3-0.6-0.6-1.2-0.7-1.6C0.2,9.3,0.1,8.9,0.1,8.6S0,7.9,0,7.7c0-0.2,0-0.3,0-0.3c0-0.2,0.1-0.3,0.2-0.5c0.1-0.2,0.2-0.3,0.3-0.4l2.3-2.3C2.9,4.1,3.1,4,3.3,4c0.1,0,0.3,0,0.4,0.1c0.1,0.1,0.2,0.2,0.3,0.3l1.8,3.4c0.1,0.2,0.1,0.4,0.1,0.6c0,0.2-0.1,0.4-0.3,0.5L4.7,9.8c0,0,0,0.1-0.1,0.1s0,0.1,0,0.1c0,0.2,0.1,0.5,0.3,0.8c0.1,0.3,0.3,0.6,0.6,1c0.3,0.4,0.7,0.8,1.2,1.3c0.5,0.5,1,0.9,1.4,1.2c0.4,0.3,0.7,0.5,1,0.6c0.3,0.1,0.5,0.2,0.6,0.2l0.2,0c0,0,0.1,0,0.1,0c0.1,0,0.1,0,0.1-0.1l1-1c0.2-0.2,0.4-0.3,0.7-0.3c0.2,0,0.3,0,0.5,0.1h0l3.3,1.9C15.8,16.2,16,16.4,16,16.6z"/></g></g></g></g></g></svg>');
    position: relative;
    display: inline-block;
    vertical-align: sub;
  	margin-right: 8px;
}
.icon-phone{
    position:relative;
    padding-left: 20px;
}

.icon-phone > * {
    display: inline-block;
    
}
.hs_cos_wrapper_type_form h3 {
    height: auto !important;
}
.form-outer-wrapper h1{
    text-align:left;
  }
h1 span.bigger{
    display:block;
    font-size:5rem;
    line-height:0.9em;
    font-weight:900;
}
.hs_submit .actions,.hs_recaptcha {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.hs_submit input.hs-button {
    width: 100%;
}
/* Overall Responsive */


@media (min-width:1440px) and (max-width:1550px){
  .main-text h1 {
    font-size: 3.34em;
}
}  
@media (min-width:1399px){
	.container{
		width:1300px;
	}
}
@media (max-width:1439px){
	body{
		font-size:10px;
	}
}
@media (max-width:1024px){
  .side-section-intro{
    margin-top:9em!important;
  }
}
@media (max-width:1199px){
    .custom-three-column-equal-top-heading .custom-column {
        width: 50%
    }
}

@media (max-width:767px){
  .lp-bnner-side-img{
    margin:30px auto 60px!important;
  }
    h1 span.bigger {
    font-size: 36px;
	}
  .slide-tab {
    border-left: 0!important;
    margin-left: 0!important;
    text-align:  center;
    display:  block!important;
    width: 100%;
    padding: 9px 0!important;
}

.slider-tab {
    width:  100%;
    padding: 5px 10px;
    margin: 0!important;
    position:  relative;
    bottom: auto;
}

.slider-container.has-tabs .side-img-content-inside-wrapper {
    padding-bottom: 0;
}
  ul.lined-links li:after {
    display:none;
	}
  ul.lined-links{
    padding-top:5px;
    padding-bottom:5px;
  }
  ul.lined-links li{
    padding:10px 0!important;
    margin:0!important;
    display:block!important;
	}
  .thumbnail-wrapper-scroll .thumbnail-wrapper .thumb-img{
    min-width:120px;
  }
  p,.body-container-wrapper ul:not(.not-list):not(.inputs-list):not(.hs-breadcrumb-menu):not(.lSPager):not(.lSSlide):not(.testimonials):not(.tabs):not(.pagination):not(.hs-blog-social-share-list) li{
    font-size:1.267rem
  }
    .custom-three-column-equal-top-heading .custom-column {
        width: 100%
    }

    .custom-three-column-equal-top-heading .custom-column .inner-group {
        height: auto
    }
    .custom-two-column-equal-top-heading .custom-column {
        width: 100%!important;
        float: none!important;
        
    }
    
    .custom-two-column-equal-top-heading .custom-column .inner-group {
        height: auto!important;
    }
    .packages-logo {
        height: 60px;
        box-sizing: content-box;
        padding: 15px 0 0
    }

    .packages-logo img {
        height: 60px;
        width: auto
    }

    .foreground-packages p {
        padding: 15px 25px
    }

    .see-packages-wrap {
        position: relative;
        bottom: auto
    }

    .custom-three-column-equal-top-heading .see-packages-wrap button.support {
        padding: 15px 25px;
        margin-top: 2px
    }

	body{
		font-size:9px;
	}
	h1{
		font-size:21px;
	}
	h2{
		font-size:16px;
		line-height: 1.5em;
	}

	h5{
		font-size: 13px;
		line-height: 1.7em;
	}
  .slider-content-wrapper h5{
		font-size: 13px!important;
		line-height: 1.7em!important;
	}

	body.has-mobile-header{
		padding-top:75px;
	}

	.footer-content nav{
		border-bottom:1px solid rgba(255,255,255,0.3);
	}
	.footer-bottombar a h6{
		margin-bottom: 25px;
		margin-top: 0;
	}
	section{
		padding:5em 0 3em;
	}
	[class*=custom-partnet-row] {
        padding: 4em 0 3em!important;
    }
	section.no-padding{
	    padding:0;
	}
	section.smaller-padding{
	    padding:3em 0 2em;
	}
	.hs_cos_wrapper:last-child >  .smaller-padding {
        padding-top: 2.5em;
    }
	p + ul.not-list.list-icons {
        margin-top: 4em;
    }
    
}
@media (max-width:679px){
	.footer-topbar .newsletter-wrap *,.footer-topbar input[type=email]{
		display:block;
		width: 100%!important;
		margin-bottom:4px;
		text-align: center;
		margin-left: 0;
	}
	
	section h1{
		margin-bottom: 1.8em;
	}
	section h1.smaller-margin{
	    margin-bottom:1em;
	}
}
@media (max-width:539px){
  .main-text h1{
    font-size:2.8em;
  }
}

@media (max-width:379px){
  .main-text h1{
    font-size:1.95em;
  }
}




/* Website overall */


@media (max-width:991px){
  .lp-bnner-side-img{
    max-height:300px;
  }
  .lp-bnner-side-img img {
    max-height: 100%!important;
    height:300px!important;
    width:  auto;
	}
  .header-right-content{
    float:none!important;
  }
  .visible-d{
    display:none;
  }
	.what-why-how .box-b2bs{
		padding:40px 0;
		min-height: 40vh;
	}
	.box-b2bs-content{
		transform:none;
		width: 100vw;
	}
	.what-why-how h4{
		margin-bottom:30px
	}
	.partner-wrap{
		height: 190px;
	}
	.side-img-background-wrapper{
        position:relative;
        height: 47vh;
        top:auto;
        bottom:auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .side-img-content-inside-wrapper{
        margin-bottom:4em;
    }
    section.side-img-section{
        margin:0;
        padding:0;
    }
    
    
}

@media (max-width:991px) and (min-width:768px){
  h1 span.bigger {
    font-size: 4rem;
}

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
		  padding: 10px 5px 0;
	    font-size: 0.94rem;
  	  letter-spacing: 0.1em;
	}
  header.landingpage-style1 .header-content h2, header.landingpage-style1 .header-content h2 span {
    font-size: 3.334rem!important;
	}
}
@media (min-width:992px){
  header.landingpage-style1 .header-content .row-eq-height .header-right-content {
    top: 50%!important;
    position: relative;
    transform: translateY(-50%);
  }
  .two-columnize .c-content {
    -moz-column-count: 2;
    -moz-column-gap:6rem;
    -moz-column-rule:5px solid #e2e2e2;
    -webkit-column-count: 2;
    -webkit-column-gap:6rem;
    -webkit-column-rule:5px solid #e2e2e2;
    column-count: 2;
    column-gap:6rem;
    column-rule:5px solid #e2e2e2;
    
	}
  
    .side-img-content-inside-wrapper.left-content{
        padding-right:95px;
    }
    .side-img-content-inside-wrapper.right-content{
        padding-left:95px;
    }
    .side-img-content-inside-wrapper{
            padding-top: 5em;
    padding-bottom: 7em;
    min-height: 30em;
    }
    section.side-img-section{
        min-height: 390px;
    }
    .side-img-content-inside-wrapper *:first-child {
        margin-top: 0;
    }
    .row-eq-height .hs_cos_wrapper {
        height:  100%;
    }
    .row-eq-height {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
    }
    .row-eq-height [class^=col-] {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
        flex-direction:column;
    }
}
@media (min-width:769px){
    .title-several-images-bg-inner h1 {
        padding:0 3em;
    }
    .icon-cont {
        padding-left: 26em;
        height: 22em;
    }
    
    .icon-cont .list-icon {
        width: 20em;
        height: 20em;
        margin-top: -10em;
    }
}
@media (max-width:768px){


button.navbar-toggle .icon-bar {
    margin-left: auto;
    margin-right: auto;
      background: #333;
}

.navbar-toggle .menu-label {
    margin-top: 5px;
  display:block;
}
.navbar-toggle {
    float:  none;
    top: 4px;
}

.navbar-header {
    width: auto!important;
}
nav.navbar:focus{
    outline:none;
}
nav.navbar:hover .hs_cos_wrapper .hs-menu-wrapper {
    display:block;
}
header.common-header nav .hs-menu-wrapper {
    /* display: none; */
    width: 100%;
    position: fixed;
    top: 71px;
    background: #fff;
    left: 0;
    box-shadow:0 10px 20px rgba(0,0,0,0.1);
    padding: 10px;
}

header.common-header nav .hs-menu-wrapper ul li > a {
    padding: 17px 10px;
}
header.common-header nav .hs-menu-wrapper ul li{
    border-top: 1px solid rgba(0,0,0,0.1);
  }
header.common-header nav .hs-menu-wrapper ul,header.common-header nav .hs-menu-wrapper ul li{
    width:100%;
}

header.common-header nav .hs-menu-wrapper ul li:first-child {
    border-top: 0;
}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:before,li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after {
    content: ' ';
    position:  absolute;
    right: 25px;
    top: 25px;
    width:  10px;
    height: 1px;
    background:  #333;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:before {
    transform: rotate(40deg);
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after{
    transform: rotate(-40deg);
    right:17px
}
  
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:before:focus .hs-menu-children-wrapper,li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after:focus .hs-menu-children-wrapper{
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.4s;
        position: relative!important;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper{
    
    width: auto;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    min-width:  100%;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
    padding-right:40px;
    padding-left:40px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    overflow-y: scroll;
  overflow-x:hidden
}
    .custom-three-column-top-image {
    float: none;
    margin: 0!important;
}
    .custom-three-column-top-image .custom-column-bottom-content {
        position: relative;
        border-left: 0;
        padding: 26px 15px !important;
        height: 100% !important;
        margin-bottom: 4em;
    }
    .custom-three-column-top-image .custom-column-wrapper .custom-column-top-image {
        margin: 2em 0 0;
    padding: 15px 10px;
        height: 130px;
    }
    .custom-three-column-top-image .custom-column-wrapper {
        width: 100%;
        float: none;
        padding: 0;
    }
    .custom-three-column-top-image .custom-column-bottom-content ul {
        padding-left: 30px;
        margin-bottom: 15px;
        margin-left: 15px;
    }
    button, input[type=submit], input[type=button], .hs-cta-wrapper {
        padding: 8px 23px;
        font-size: 11px;
    }
    .title-several-images-bg-inner {
        height:  17em;
    }
    
    .highlight-block h3 {
        text-align:left;
    }
    .header-container-wrapper .span12 {
    min-height: 0;
}

	.hero-wrap .main-text{
		width:100%;
		min-width:0;
		padding: 20px;
	}
	.lined-list{
		display:block;
	}
	.lined-list li{
		display:block;
		width: 100%;
		padding: 0;
		margin-bottom: 0px!important;
	}
	.persona-outter-wrapper{
		padding-left:100px;
		height: 100px;
	}
	.persona-outter-wrapper h5{
		 text-align:left;
		 margin-left:20px;
		 padding-left:10px;
		 border-left:1px solid;
		 padding-bottom:15px;
		position: relative;
  		top: 50%;
    -webkit-transform: translateY(-50%);
  		transform: translateY(-50%);
	}
	.persona-outter-wrapper h5:before{
		display:none;
	}
	.persona-img{
		position:absolute;
		left: -90px;
		top:0;
		width:90px;
		height: 100px;
		padding-top:0;
		margin-bottom: 0px;
	}
	header.common-header{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:5px 0;
		z-index: 500;
	}
	.hero-wrap{
		background-size:auto 70vh;
		background-position: center top;
		padding: 35px 20px;
	}
	header.common-header nav .hs-menu-wrapper{
		display:none;
	}
	header.common-header .search-contact .contact-wrap{
		display:none;
	}
	.logo-wrapper img{
		max-width:50px;
	}
	header.common-header .logo-wrapper{
		z-index:4;
		padding: 10px 0;
		text-align: center;
	}
	.search-wrap fieldset {
    position: absolute!important;
    top: 81px;
    width: 100vw;
    right: 0px;
    z-index:  10;
    background:  #fff;
    padding: 10px 15px;
    border-top: 1px solid #333;
    box-shadow:  0 7px 10px  rgba(0,0,0,0.2);
	}
.search-contact {
    position: fixed;
    right: 0;
    z-index: 30;
    width: 130px;
    height: 44px;
}
  .search-wrap fieldset {
  opacity: 0;
  height:0;
    transition:.3s ease all;
}

.search-wrap input{
  opacity:1;
  }
.search-wrap:hover fieldset{
    opacity: 1;
  height:65px;
}
.search-icon {
    padding:  0;
    margin:  0;
    margin-right: 30px;
    padding-top: 2px;
    display:  block;
    border-left: 0;
}

.search-icon img {
    width: 35px;

}
	.partner-wrap{
		height: 180px;
		padding: 3em 25px;
	}
	.icon-cont {
        padding-left: 16em;
        height: 12em;
    }
    
    .icon-cont .list-icon {
        width: 12em;
        height: 12em;
        margin-top: -6em;
    }
  button.cta-mobile{
   
    font-size:15px;
    padding: 20px 10px;
  }
}
@media (max-width:679px){
    .icon-cont {
        padding-left: 0;
        height: auto;
        display:block;
    }
    
    .icon-cont .list-icon {
        position: relative;
        display:block;
        left:auto;
        right:auto;
        width:15em;
        height:15em;
        margin-top: 0;
        top: 0;
        margin:2em auto 1em;
    }
    .icon-cont .hs-cta-wrapper,.icon-cont button{
        margin:2em auto 0;
    }
}
@media (max-width:479px){
  button.cta-mobile{
    width:100%;
    font-size:15px;
  }
  .lined-list li img,.lined-list li img
 ~ * {
    display:  inline-block;
 }
.lined-list li img {
    width:  32px;
    max-height:  34px;
    height:auto;
    margin-right: 10px;
}

.lined-list li {
    text-align:  left;
    padding: 0 2vw 10px;
}

.lined-list h6{
    font-size:1.1em;
}

.whitepaper-wrap{
    width:100%;
    float:none;
}
.whitepaper-wrap img{
    max-height:40vw;
}
}
@media (max-width:399px){
    .mob-xs-12 {
        width:  100%;
    }
    
   /* .partner-wrap {
        height:  auto;
    }*/

}
@media(max-width:359px){
	.box-header .metric{
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.box-header span{
		font-size:20px
	}
	
}



/* Landing page style 1 responsive */
@media (min-width:768px){
  .form-max-80{
  max-width:80%;
  margin-left:auto;
  margin-right:auto;
}
  

ul.columns-2 {
	  -moz-column-count:  2;
  	-moz-column-gap: 30px;
  	-webkit-column-count:  2;
  	-webkit-column-gap: 30px;
    column-count:  2;
  	column-gap: 30px;
    padding-left:0!important;
    
  	margin-top:1.5rem;
}

.columns-2 li {
    padding-left: 3.5rem;
    position:  relative;
}
.columns-2 li:before {
    left:0!important;
}
.columns-2 li:after {
    left:0.4rem!important;
}

	header.landingpage-style1 .header-content h1{
		font-size:5.667em;
	}



	header.landingpage-style1 .header-content h2{
    font-size: 3.334rem;
}
}
@media (max-width:767px){
	.hidden-mobile{
    display:none;
  }
  h3 {
    font-size: 1.6rem;
    line-height:  1.3em;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.4rem;
}
.landingpage-style1{
    text-align:center;
}
	.landingpage-topheader{
		margin-top:0!important;
		padding: 25px 15px 15px!important;
		margin-left: -15px;
		margin-right: -15px;
		text-align: center;
		margin-bottom:10px!important;
	}

	.landingpage-topheader:before{
		display: none;
	}
	.landingpage-topheader:after{
		width: 100%!important;
		height: 7px!important;
	}
	.landingpage-topheader h4{
		text-align: center!important;
		margin:20px 0 0!important;
		transform: none;
		top:0;
		transform:none!important;
	}
	header.landingpage-style1 .header-content .header-right-content{
		float:none!important;
	}
	header.landingpage-style1 .header-content h1 {
	    font-size: 26px!important;
        font-weight: bold!important;
    }
  header.landingpage-style1 .header-content h2,header.landingpage-style1 .header-content h2 span{
    margin-bottom:0;
    font-size:16px!important;
  }
  header.landingpage-style1 .header-content h5:before{
    top:calc(100% + 8px)!important;
    right:auto!important;
    width:40%!important;
    left:30%!important;
    
  }
    .bar-detail-wrap{
      overflow:initial!important;
  	}
  .body-container-wrapper ul:not(.not-list):not(.inputs-list):not(.hs-breadcrumb-menu):not(.lSPager):not(.lSSlide):not(.testimonials):not(.tabs):not(.pagination):not(.hs-blog-social-share-list) li:before {
    left: -2em!important;
    width: 1.4em!important;
    height: 1.4em!important;
}

.body-container-wrapper ul:not(.not-list):not(.inputs-list):not(.hs-breadcrumb-menu):not(.lSPager):not(.lSSlide):not(.testimonials):not(.tabs):not(.pagination):not(.hs-blog-social-share-list) li:after {
    left: -1.68em;
    width: 0.8em!important;
    height:  0.8em!important;
    top: 0.69em;
}
}
@media (max-width:579px) and (min-width:455px){
    table + h3 > .hs-cta-wrapper {
        padding: 13px 1em;
    }
}
@media (max-width:455px){
    table + h3 > .hs-cta-wrapper {
    padding: 13px 2em;
    float: none;
}
  form button, form input[type=submit], form input[type=button], form .hs-cta-wrapper{
    font-size:14px!important;
  }

table + h3 {
    text-align:  center;
}

}


@media (min-width: 768px){
  	.visible-mobile{
      	display:none;
  	}
    .row-fluid .span12.container{
        width: 750px;
    }
}

@media (min-width: 992px){
  	.hidden-d{
      display:none;
  }
    .row-fluid .span12.container{
        width: 970px;
    }
}
@media (max-width:1199px) and (min-width:992px){
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    padding: 10px 6px 0;
	}
}

@media (min-width: 1200px){
    .row-fluid .span12.container{
        width: 1170px;
    }
    
}
@media (min-width: 1399px){
    .row-fluid .span12.container{
        width: 1300px;
    }
}

.side-img-background-wrapper.gmap-wrapper {
    z-index:  3;
}

.infobox-detail {
    height: calc( 100% - 26px )!important;
}

#infobox h6 {
    margin: 0px;
    font-size:  11px;
}


.post-header .hs-featured-image-link {
    padding-top: 40%;
    background-size: cover;
  background-position:center;
}
.blog-section .post-header h1 span {
    font-size: 2rem;
    line-height: 1.4em;
    display: block;
    margin-bottom: 20px;
}
#infobox h5 {
    margin-top: 0;
    font-size: 11px;
    font-weight:  bold;
}



/* old site */
.infobox-wrapper {
    display: none;
    position: relative
}

#infobox {
    width: 310px;
    padding-bottom: 120px
}

#infobox .contentInfo {
    border: 1px solid #dfe1e5;
    background: #fff;
    padding: 20px 20px 20px 20px;
    float: left
}

.infoBox img {
    display: none
}

.infobox-detail {
    position: absolute;
    right: 0;
    width: 20px;
    height: 105px;
    background: #0a4970;
    float: left
}

.infobox-detail .arrow {
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-left: 0 solid transparent;
    border-right: 20px solid #0a4970;
    position: absolute;
    bottom: -20px
}

#infobox .contentInfo h3 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.6em;
    margin: 0;
    font-family: Roboto,Arial,sans-serif
}

.custom-three-column-equal-top-heading {
    margin-right: -15px;
    margin-left: -15px
}

.custom-three-column-equal-top-heading .custom-column {
    position: relative;
    width: 33.33333333%;
    float: left;
    padding-right: 15px;
    padding-left: 15px
}

.custom-three-column-equal-top-heading .custom-column .inner-group {
    background: #f5f5f5;
    height: 530px;
    margin-bottom: 30px;
    position: relative;
    
}
.custom-two-column-equal-top-heading {
    margin-right: -15px;
    margin-left: -15px
}

.custom-two-column-equal-top-heading .custom-column {
    position: relative;
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px
}

.custom-two-column-equal-top-heading .custom-column .inner-group {
    background: #f5f5f5;
    height: 530px;
    margin-bottom: 30px;
    position: relative
}


.background-packages-wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
        background: #fff;
    z-index: 1;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-box-shadow: 0 7px 20px rgba(0,0,0,0.1);
    box-shadow: 0 7px 20px rgba(0,0,0,0.1);
    
}

.packages-head {
    height: 75px;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #fff;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.packages-logo-header {
    width: 124px;
    height: 124px;
    opacity: .3;
    position: absolute;
    left: -27px;
    top: -27px;
    background-size: 90%;
    background-repeat: no-repeat
}

.foreground-packages {
    z-index: 3;
    position: relative;
    height: 100%;
    
}

.packages-logo {
    text-align: center;
    padding: 30px 0 0
}

.foreground-packages h5 {
    padding: 32px 30px 30px;
    margin: 0 !important
}

.see-packages-wrap {
    padding: 20px 30px;
    bottom: 32px;
    text-align: center;
    position: absolute;
    width: 100%
}

.packages-head h4 {
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 40px;
    margin: 0;
    line-height: 1.2em;
    color: #fff
}

.packages-head h4 a {
    color: #fff
}

.packages-head h4 a:hover {
    color: #fff;
    border: 0
}

.see-packages-wrap h6 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 0;
    border-top: 1px solid #e1e1e1;
    line-height: 12px;
    margin: 0
}

.custom-three-column-equal-top-heading .see-packages-wrap button,.custom-two-column-equal-top-heading .see-packages-wrap button {
    margin: 0 5px;
    border-width: 2px;
    height: 3em;
    padding: 0.85em 2em;
    text-transform: uppercase;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    display: inline-block
}


.custom-three-column-equal-top-heading .custom-column .inner-group:hover .background-packages-wrap,.custom-two-column-equal-top-heading .custom-column .inner-group:hover .background-packages-wrap {
    margin: -10px;
    box-shadow: 0 0 7px #ddd;
    background: #fcfcfc
}

.custom-three-column-equal-top-heading .custom-column .inner-group:hover .background-packages-wrap .packages-head,.custom-two-column-equal-top-heading .custom-column .inner-group:hover .background-packages-wrap .packages-head {
    height: 95px
}

.custom-three-column-equal-top-heading .see-packages-wrap button:hover,.custom-two-column-equal-top-heading .see-packages-wrap button:hover {
    background: rgba(51,51,51,0.11);
    color: #0a4970;
    border-width: 2px;
    border-color: #0a4970
}

.custom-three-column-equal-top-heading .see-packages-wrap button.support:hover,.custom-two-column-equal-top-heading .see-packages-wrap button.support:hover {
    background: rgba(8,73,111,0.62);
    border: 0;
    color: #fff
}

.custom-three-column-equal-top-heading .see-packages-wrap a:hover,.custom-two-column-equal-top-heading .see-packages-wrap a:hover {
    border: 0
}

.partners-new-wrapper .scroller {
    display: block;
    background: -moz-linear-gradient(top,rgba(239,239,239,0) 0,rgba(239,239,239,0) 30%,rgba(239,239,239,0.90) 70%,rgba(239,239,239,1) 100%);
    background: -webkit-linear-gradient(top,rgba(239,239,239,0) 0,rgba(239,239,239,0) 30%,rgba(239,239,239,0.90) 70%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom,rgba(239,239,239,0) 0,rgba(239,239,239,0) 30%,rgba(239,239,239,0.90) 70%,rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef27',endColorstr='#efefef27',GradientType=0);
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    max-height: 150px
}

.partners-new-wrapper .scroller span.arrow {
    background: url(//cdn2.hubspot.net/hubfs/560742/121ecommerce-Aug2016/Images/arrow.svg?t=1532410452090) no-repeat center;
    height: 14px;
    width: 100%;
    position: absolute;
    bottom: 10px;
    z-index: 4;
    cursor: pointer;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.partners-new-wrapper .custom-left-content {
    padding: 30px !important;
    text-align: center
}

.partners-new-wrapper .custom-left-content img {
    max-width: 80%;
    max-height: 80%
}

.partners-new-wrapper .custom-colinner-group.show-full .scroller {
    height: auto
}

.partners-new-wrapper .custom-colinner-group.show-full .arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.partners-new-wrapper .overflowdiv {
    overflow: hidden;
    position: relative
}

.partners-new-wrapper .custom-colinner-group.show-full {
    max-height: 100%
}

.partners-new-wrapper .custom-right-content {
    line-height: 1.8em;
    background: #efefef;
    border-left: 5px solid #0a4970;
    padding: 20px 25px !important;
    max-height: 200px
}

.custom-grey-bg .partners-new-wrapper .custom-right-content {
    background: #fff
}

.custom-grey-bg .partners-new-wrapper .scroller {
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 30%,rgba(255,255,255,0.90) 70%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 30%,rgba(255,255,255,0.90) 70%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0) 30%,rgba(255,255,255,0.90) 70%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff27',endColorstr='#ffffff27',GradientType=0)
}



.one-column-partner .custom-grey-bg {
    background: #f5f5f5
}

.one-column-partner .custom-partnet-row2,.one-column-partner .custom-partnet-row3,.one-column-partner .custom-partnet-row5,.one-column-partner .custom-partnet-row4.custom-grey-bg {
    padding-bottom: 30px
}

.one-column-partner .custom-partnet-row6.custom-grey-bg {
    padding-bottom: 30px;
    margin-bottom: 0px
}

.one-column-partner.one-column .content-wrapper {
    padding: 0 15px 16px !important
}

.one-column-partner .body-container .page-center {
    padding: 0
}

.custom-two-column-left {
    margin-top:3em;
    width: 100%
}

.custom-two-column-left .custom-left-content {
    width: 35.86%;
    float: left;
    padding: 0 30px!important
}

.custom-two-column-left .custom-left-content .custom-left-coll-inner {
    padding: 4em;

}

.custom-two-column-left .custom-left-content .custom-left-coll-inner h3,.custom-two-column-left .custom-left-content .custom-left-coll-inner h5 {
    
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-weight:bold;
}

.custom-two-column-left .custom-right-content {
    float: left;
    width: 64%;
    padding: 0 15px;
    
}

.custom-three-column-top-image {
    float: left;
    width: 100%;
    position: relative
}
.custom-three-column-top-image .custom-column-bottom-content{
    font-size: 9px;
}
.custom-three-column-top-image .custom-column-bottom-content ul li:after,.custom-three-column-top-image .custom-column-bottom-content ul li:before{
    font-size:10px;
}
.custom-column-wrapper.active .custom-column-top-image:before {
    border-color: transparent!important;
}
.custom-three-column-top-image .custom-column-wrapper .custom-column-top-image {
    background: #fff;
    -webkit-box-shadow:0 10px 30px 0 rgba(0,0,0,0.05);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.05);
    position: relative;
    border-radius:6px;
}
[class*=custom-partnet-row] {
    padding: 7em 0 7em!important;
}
.custom-three-column-top-image .custom-column-wrapper .custom-column-top-image:before {
    content: "MORE ABOUT";
    position: absolute;
    font-size: 10px;
    color: #999;
    z-index: 444;
    bottom: 0;
    left: 50%;
    margin-left: -38px;
    border-bottom: 2px solid #0a4970;
    text-align: center;
    width: 76px;
    line-height: 20px;
}

.custom-three-column-top-image .custom-column-wrapper .custom-column-top-image:after {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    content: ' ';
    left: 50%;
    margin-left: -8px;
    border-top: 5px solid #0a4970;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.custom-three-column-top-image .custom-column-wrapper {
    float: left;
    width: 33.33%;
    padding: 0 15px
}

.custom-three-column-top-image .custom-column-wrapper .custom-column-top-image {
    height: 12em;
    margin: 2em 1em;
    padding: 2em;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    cursor: pointer
}
.row-fluid .span12.container:not(.force-bootstrap){
    width:100%;
    display:block;
    margin-left:auto;
    margin-right:auto;
    float:none;
}
.row-fluid .span12.container.force-bootstrap{
    margin-left:auto;
    margin-right:auto;
    float:none!important;
}
.custom-three-column-top-image .custom-column-wrapper .custom-column-top-image img {
    max-width: 80%;
    margin: 0 auto;
    height:auto;
    max-height: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    z-index: 2
}

.custom-three-column-top-image .custom-column-bottom-content {
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    width: 100%;
    padding: 30px 42px 20px;
    border-radius:6px;
    z-index: 9;
    margin-bottom: 20px;
    border-bottom: 1px solid #edecec
}

.custom-partnet-row3 .custom-column-bottom-content,.custom-partnet-row5 .custom-column-bottom-content {
    background: #efefef
}

.custom-three-column-top-image .custom-column-bottom-content ul {
    padding-left: 30px;
    margin: 0 0 15px 40px;
    
}

.custom-three-column-top-image .custom-column-bottom-content ul li {
    line-height: 1.7em;
    color: #4c4c4c;
    margin-bottom: 10px
}

.custom-three-column-top-image .custom-column-wrapper.active .custom-column-top-image {
    border-bottom: 4px solid #0a4970
}

.custom-three-column-top-image .custom-column-wrapper .custom-column-top-image img {
    width: auto
}


.custom-body-menu-group {
    position: fixed;
    left: 0;
    top: 539px;
    z-index: 2;
    width: auto !important;
    z-index: 99
}

.custom-body-menu .text-mobile {
    display: none
}

.custom-body-menu .body-mobile-trigger {
    display: block;
    background: #0a4970;
    width: 50px;
    height: 50px;
    padding-top: 14px;
    text-align: center;
    border: 1px solid #fff;
    margin-left: -1px
}

.custom-body-menu .hs-menu-wrapper {
    display: none
}

.custom-body-menu:hover .hs-menu-wrapper {
    display: block
}

.custom-body-menu .body-mobile-trigger span.icon-bar {
    background: #fff;
    height: 4px;
    width: 65%;
    display: block;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto
}

.custom-body-menu .hs-menu-wrapper li {
    display: block;
    background: #0a4970;
    color: #fff;
    font-weight: 600;
    padding: 12px 18px;
    margin-bottom: 1px
}

.custom-body-menu .hs-menu-wrapper li a {
    text-decoration: none;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    transition: .3s ease all;
    outline: none !important;
    color: #fff
}

.header-container-fixed .custom-body-menu-group {
    top: 86px
}

.custom-body-menu .hs-menu-wrapper li a:hover {
    color: #ffbb1e;
    text-decoration: none !important;
    border-bottom: 1px dotted;
    display: inline
}


.caseS{
    position:relative;
    width:100%;
    height:100%;
        padding-bottom: 5em;
}

.caseS  button{

    position: absolute;
    display: block!important;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}
.caseS h4 {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 10px;
    padding-right: 10px;
}



/* Footer */


.footer-topbar{
	background:#033a5e;
	color:#fff;
}
.footer-topbar h4{
	font-weight:600;
	margin: 0 20px 0 0;
}

footer button.secondary{
	padding: 8px 40px;
}
.footer-topbar input[type=email]{
	max-width:100%;
	width: 280px!important;
	margin-bottom: 0;
    padding: 10px 15px;
}
.footer-bottombar{
	background:#054b72;
	color:#fff;
	padding: 4em 0 3.5em;
}
.footer-content{
	margin-bottom: 30px;
}
.footer-bottombar a h6{
	color:#fff;
	margin-bottom: 15px;
}
.footer-bottombar a h5{
	color:#fff;
	margin: 0.5em 0;
}
.footer-bottombar ul{
	list-style:none;
	padding-left:0;
}
.bg-black .footer-bottombar {
    background: #333333;
}
html:not(.touch) .footer-bottombar a:hover h6,html:not(.touch) .footer-bottombar a:hover h5,html:not(.touch) .footer-bottombar a:hover{
	color: #000;
	font-weight:bold;
	text-decoration:none;
}
.footer-copyright{
	background:#fff;
}
.footer-copyright a h5{
	font-weight:700;
	color: #3f4852;
	text-align:right;
}

.newsletter-wrap {
    padding: 2em 0;
}

.newsletter-wrap button{
	margin:0 0 0 10px;
}

/* Landing page style 1 */
header.landingpage-style1{
	
	position: relative;
}
header.landingpage-style1 .header-image,header.blocks-header .header-image{
	background-size:cover;
	background-position:center;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	z-index: 0;
}
header.landingpage-style1 .header-mask,header.landingpage-style1 .header-image,header.blocks-header .header-image,header.blocks-header .header-mask{
	position: absolute;
	top:0;
	left:0;
	
	height:100%;
	width: 100%;
}
header.landingpage-style1 .header-mask,header.blocks-header .header-mask{
	z-index: 1;
	background-image: -webkit-linear-gradient(-261deg, rgba(7, 113, 150, 0.89) 0%, rgba(0, 51, 79, 0.95) 100%);
    background-image: -moz-linear-gradient(-261deg, rgba(7, 113, 150, 0.89) 0%, rgba(0, 51, 79, 0.95) 100%);
    background-image: -o-linear-gradient(-261deg, rgba(7, 113, 150, 0.89) 0%, rgba(0, 51, 79, 0.95) 100%);
    background-image: linear-gradient(-261deg, rgba(7, 113, 150, 0.89) 0%, rgba(0, 51, 79, 0.95) 100%);
	 

}
header.landingpage-style1 .header-content{
	position: relative;
	z-index:2;
	font-family: 'Montserrat';
	color:#fff;
	overflow: hidden;
}

header.landingpage-style1 .header-content .header-right-content{
	display: inline-block;
	float:right;
}
.header-right-content {
    margin-top: 20px;
}

.header-right-content > *:first-child {
    margin-top: 0;
}
header.landingpage-style1 .header-content .row-eq-height .header-right-content {
    
    margin: 20px 0 0 auto;
}
header.landingpage-style1 .header-content h1{
	font-weight: 300;
	margin-bottom:0px;
}

header.landingpage-style1 .header-content h2{
	font-weight: bold;	
	text-transform: uppercase;
	margin-top:0;
}
header.landingpage-style1 .header-content h5{
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	float: right;
	position:relative;
}
.lp-bnner-side-img {
    margin-top: 30px;
    margin-bottom: -30%;
    position: relative;
    text-align: center;
  	padding-bottom:30px;
}
.lp-bnner-side-img.push-top{
  margin-top:-60px;
}
header.landingpage-style1 .header-content.with-side-img {
    overflow: visible;
}
.bar-detail-wrap{
	overflow:hidden;
}
header.landingpage-style1 .header-content h5:before{
	content:' ';
	position:absolute;
	right:105%;
	top:7px;
	width:60%;
	height: 5px;	
	background:#131313;
}
header.landingpage-style1.magento-color .header-content h5:before{
	background-image: -webkit-linear-gradient(90deg, rgba(251, 125, 75, 1) 0%, rgba(241, 92, 34, 1) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(251, 125, 75, 1) 0%, rgba(241, 92, 34, 1) 100%);
	background-image: -o-linear-gradient(90deg, rgba(251, 125, 75, 1) 0%, rgba(241, 92, 34, 1) 100%);
	background-image: linear-gradient(90deg, rgba(251, 125, 75, 1) 0%, rgba(241, 92, 34, 1) 100%);
}
.landingpage-topheader{
	margin-top:40px;
	margin-bottom:0;
	padding:10px 0;
	position:relative;
}
.landingpage-topheader.bg-bar{
  background:rgba(1, 46, 76, 0.79);
}
.landingpage-topheader h4{
	text-transform:uppercase;
	text-align:right;
	margin-right:40px;
	letter-spacing: 0.17em;
	font-size: 1.5em;
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(50%);
	margin-top: 6px;
}
.landingpage-topheader.bg-bar:after{
	content:' ';
	position:absolute;
	width: 15px;
	height:100%;
	right:0;
	top:0;
	background:#131313;
}
header.landingpage-style1.magento-color .landingpage-topheader.bg-bar:after{
	background-image: -webkit-linear-gradient(-180deg, rgba(251, 125, 75, 1) 0%, rgba(241, 92, 34, 1) 100%);
	background-image: -moz-linear-gradient(-180deg, rgba(251, 125, 75, 1) 0%, rgba(241, 92, 34, 1) 100%);
	background-image: -o-linear-gradient(-180deg, rgba(251, 125, 75, 1) 0%, rgba(241, 92, 34, 1) 100%);
	background-image: linear-gradient(-180deg, rgba(251, 125, 75, 1) 0%, rgba(241, 92, 34, 1) 100%);
}
.landingpage-topheader.bg-bar:before{
	content: ' ';
	position:absolute;
	left:-100%;
	background:rgba(1, 46, 76, 0.79);
	width:100%;
	height:100%;
	top:0;
}

.landingpage-topheader.bg-bar.different-bg, .landingpage-topheader.bg-bar.different-bg:before {
    background: rgba(0,0,0,0.5);
}
.landingpage-bottomheader{
	margin-bottom:5em;
}

footer.landingpage .footer-bottombar{
	padding: 2em 0 0em;
}
.lp-description[data-bullet-image] ul li:after,.lp-description[data-bullet-image] ul li:before {
    background: none!important;
    box-shadow:none!important;
}




ul.lined-links {
    background:  #f5f5f5;
    padding: 30px 30px 15px;
    text-align: center;
}

ul.lined-links li {
    color: #054B72;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 17px;
    font-size: 13px!important;
    text-align: center;
    text-transform:  uppercase;
    display:  inline-block;
    padding-right: 30px;
    margin-right: 30px;
    
}
ul.lined-links li:last-child {
    margin-right: 0;
    padding-right: 0;
}
ul.lined-links li:before,ul.lined-links li:first-child:after {
    display:  none;
}

ul.lined-links li:before, ul.lined-links li:after {
    top: 3px!important;
    left: -38px!important;
}
.notes {
    background: #333;
    padding: 2em 0;
    color: #fff;
}
.notes .c-content > :not(:first-child) {
    border-top: 3px solid #1E1E1E;
    padding-top: 15px;
    display: block;
    margin-top: 15px;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

@media (min-width: 992px){
.order-md-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-md-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-md-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-md-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-md-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-md-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-md-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-md-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-md-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-md-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-md-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-md-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-md-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-md-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-md-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
}

@media (min-width:992px){
  .magento-certified-sec .row {
    align-items: center;
    display: flex;
}
    .magento-certified-sec .row .col-push-8 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
}
}
.magento-certified-sec {
 
    padding: 2em 0;
}
@media (min-width: 768px){
.magento-certified-sec img {
    margin: -2em auto;
    width: auto;
    height: auto;
}
}
@media (max-width: 539px){
[class*=col-xs-] {
    width: 100%!important;
}}