@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/*font-family: 'Open Sans', sans-serif;*/


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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

@font-face {
    font-family: 'Work Sans';
    src: url('//cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/fonts/WorkSans-Medium.eot');
    src: url('//cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/fonts/WorkSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('//cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/fonts/WorkSans-Medium.woff2') format('woff2'),
        url('//cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/fonts/WorkSans-Medium.woff') format('woff'),
        url('//cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/fonts/WorkSans-Medium.ttf') format('truetype'),
        url('//cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/fonts/WorkSans-Medium.svg#WorkSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

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







* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; overflow-x:hidden; font-family: 'Work Sans'; font-size:14px; line-height:24px; color:#2d2d2d; background:#fff; opacity:0; -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear; }
body.show { opacity:1; }

img { border:0; vertical-align: top; height:auto;  }

hr { border-color:#ccc; clear:both; margin-top:30px } 

.clear { clear:both }

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

h1 { color:#3D393B; font-family: 'Open Sans', sans-serif; font-weight:normal; font-size:75px; line-height:80px; margin:0; padding:10px 0 10px; clear:both; }
h2 { color:#3D393B; font-family: 'Open Sans', sans-serif; font-weight:normal; font-size:48px; line-height:52px; margin:0; padding:10px 0 10px; clear:both; }
h3 { color:#3D393B; font-family: 'Open Sans', sans-serif; font-weight:normal; font-size:37px; line-height:44px; margin:0; padding:10px 0 10px; clear:both; }
h4 { color:#3D393B; font-family: 'Open Sans', sans-serif; font-weight:normal; font-size:18px; line-height:26px; margin:0; padding:10px 0 10px; clear:both; }
h5 { color:#3D393B; font-family: 'Open Sans', sans-serif; font-weight:normal; font-size:16px; line-height:24px; margin:0; padding:10px 0 10px; clear:both; }
h6 { color:#3D393B; font-family: 'Open Sans', sans-serif; font-weight:normal; font-size:14px; line-height:20px; margin:0; padding:10px 0 10px; clear:both; }

/* Global adjustment for button width (added by pb+j) */
.cta-btn a { font-family: 'Work Sans'; width: 200px; }

a { text-decoration:none; outline:none; color:#3D393B; -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;  }
a:hover { color:#00EA90; }

input , button , textarea { border:none; outline:none; }
input[type=submit] , button { cursor:pointer; background-image:url(https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/blank.gif); -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear; }
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:12px; }

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

/* Override max width on menu links */
.nav-menu .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a, .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {  overflow: hidden !important; max-width: none !important;  width: auto !important; }
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,.hs-menu-wrapper.hs-menu-flow-vertical > ul li a { white-space:normal !important; text-overflow:inherit !important; }
.nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

::-webkit-input-placeholder { color: #060606; opacity:1; }
:-moz-placeholder { color: #060606; opacity:1; }
::-moz-placeholder { color: #060606; opacity:1; }
:-ms-input-placeholder { color: #060606; opacity:1; }

.row-fluid .field > label { margin-bottom:5px; /*display:inline-block;*/ color:#434344; font-size:17px; line-height:20px; font-weight:700; font-family: 'Open Sans', sans-serif; }
.row-fluid .hs-form fieldset {max-width:none}
.row-fluid .hs-form fieldset.form-columns-1 .input, .row-fluid .hs-form fieldset.form-columns-2 .input { line-height:0; }
body input[type="text"],body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], 
body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"],body input[type="file"],body textarea,body select { font-family: 'Open Sans'; font-size:13px; background:#fff; height:50px; padding:0 10px; border-radius:0; border:1px solid #3D393B; }
.row-fluid select { color:#2d2d2d;  -webkit-appearance: none; -moz-appearance: none; appearance: none;  background-image: url(''); background-repeat:no-repeat; background-position: right center;  background-color:#fff; height:50px; padding:0 45px 0 20px; font-size:14px; -webkit-border-radius:0px;
    -moz-border-radius: 0px; border-radius:0px; font-family: 'Work Sans'; border:1px solid #110719; }
.row-fluid select:focus { outline:none; }
.row-fluid  textarea { border:1px solid #110719; background:#fff; padding:15px 10px; font-size:13px; height:105px; resize:none; font-family: 'Open Sans'; width:100%;  }
.row-fluid .hs-form .input { margin-right:0; }
.row-fluid .hs-form .field { padding:0 0 15px 0; }
.row-fluid .hs-form .form-columns-2 .field:first-child { padding:0 7.5px 15px 0}
.row-fluid .hs-form .input { margin-right:0}
.row-fluid .hs-form .form-columns-2 .field { padding:0 0 15px 7.5px}
.row-fluid .hs-form .form-columns-2 .field:first-child+.field { padding:0 0 15px 7.5px}
.row-fluid .hs-form fieldset.form-columns-1 .input,.row-fluid .hs-form fieldset.form-columns-2 .input { margin-right:0; }
.row-fluid .hs-form fieldset.form-columns-1 .hs-input { width:100%; }
body input[type="submit"], body input[type="button"] { white-space:normal; font-family: 'Work Sans'; width:100%; font-size:26px; color:#7CB2EF; padding:10px 20px 10px 20px; min-height:77px; text-transform:uppercase; display:inline-block; border:1px solid #81B5EF; background-color:transparent; }
body input[type="submit"]:hover, body input[type="button"]:hover { background-color:#7CB2EF; color:#fff; }

.row-fluid .hs-form input[type=checkbox] { visibility:hidden; display:none;  }
.row-fluid .hs-form input[type=checkbox] + span { position:relative; padding-left:30px; cursor:pointer; display:inline-block; color:#434344; font-size:17px; line-height:20px; font-weight:700; font-family: 'Work Sans'; padding-top:10px; display:inline-block; }
.row-fluid .hs-form input[type=checkbox] + span:before { content:''; width:20px; height:20px; background:url() no-repeat; display:inline-block; position:absolute; left:0px; top:10px; }
.row-fluid .hs-form input[type=checkbox]:checked + span:before { background:url() no-repeat; }

.hs_which_would_you_prefer .input .inputs-list { background: #cccccc; display:inline-block; border-radius:25px; line-height:0; }
.hs_which_would_you_prefer .hs-form-radio { display:inline-block; float:left; position:relative; }
.hs-form-radio:not(#foo) > label input[type='radio'] { opacity: 0; float: left; position:absolute; left:0; right:0; height:100%; margin:0; }
.hs-form-radio:not(#foo) > label .hs-form-radio { padding: 0; overflow: hidden; }
.hs-form-radio:not(#foo) > label .hs-form-radio input { display: none; }
.hs-form-radio:not(#foo) > label input[type='radio'] + span { display: block; float: left; margin: 0; clear: none; padding: 15px 30px;
  margin: 0; cursor: pointer; background: #cccccc; color: #434343; font-weight: 700; border-radius:25px; line-height:20px;  }
.hs-form-radio:not(#foo) > label input[type='radio']:checked + span { background: #43b47e; color: #fff; border-radius:25px; }

.row-fluid .hs-form-required { color:#424444; }
.row-fluid ul { margin:0;padding:0;list-style:none }

strong { font-weight:700; font-family: 'Work Sans'; }

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

.row-fluid .back-img { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .front-img { display:none; }

.paddt10 { padding-top:10px; }
.paddt20 { padding-top:20px; }
.paddt30 { padding-top:30px; }
.paddt40 { padding-top:40px; }
.paddt50 { padding-top:50px; }
.paddt60 { padding-top:60px; }
.paddt70 { padding-top:70px; }
.paddt80 { padding-top:80px; }
.paddb10 { padding-bottom:10px; }
.paddb20 { padding-bottom:20px; }
.paddb30 { padding-bottom:30px; }
.paddb40 { padding-bottom:40px; }
.paddb50 { padding-bottom:50px; }
.paddb60 { padding-bottom:60px; }
.paddb70 { padding-bottom:70px; }
.paddb80 { padding-bottom:80px; }
.paddtb10 { padding-top:10px; padding-bottom:10px; }
.paddtb20 { padding-top:20px; padding-bottom:20px; }
.paddtb30 { padding-top:30px; padding-bottom:30px; }
.paddtb40 { padding-top:40px; padding-bottom:40px; }
.paddtb50 { padding-top:50px; padding-bottom:50px; }
.paddtb60 { padding-top:60px; padding-bottom:60px; }
.paddtb70 { padding-top:70px; padding-bottom:70px; }
.paddtb80 { padding-top:80px; padding-bottom:80px; }


.row-fluid .wrapper { margin:0 auto !important; float:none !important; padding-left:15px; padding-right:15px; } 

.row-fluid .uppercase-text{ text-transform:uppercase; }
.row-fluid .center-text{ text-align:center; }
.row-fluid .right-text{ text-align:right; }


.row-fluid .paragraph2 { font-size:15px; line-height:24px; font-weight:600;  } 

.row-fluid .cta-btn a,.row-fluid a.cta-btn { font-size:18px; line-height: 21px; color:#3D393B; border-radius:7px; display:inline-block; padding:8px 20px; background:#00EA90; font-family: 'Work Sans'; text-align:center; -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;  }
.row-fluid .cta-btn a:hover,.row-fluid a.cta-btn:hover { background:#3D393B; color:#fff; transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05); -ms-transform:scale(1.05);  }

.row-fluid .cta-btn.whitecta-btn a,.row-fluid a.cta-btn.whitecta-btn { background:#fff; }
.row-fluid .cta-btn.whitecta-btn a:hover,.row-fluid a.cta-btn.whitecta-btn:hover { background:#3D393B; }

.row-fluid .cta-btn.bcta-btn a,.row-fluid a.cta-btn.bcta-btn { font-size:18px; line-height: 21px; color:#3D393B; border-radius:7px; display:inline-block; padding:6px 20px; background:transparent; border:2px solid #00EA90; font-family: 'Work Sans'; text-align:center; }
.row-fluid .cta-btn.bcta-btn a:hover,.row-fluid a.cta-btn.bcta-btn:hover { background:#00EA90; color:#3D393B; }

.row-fluid .cta-btn.bcta-btn.whitecta-btn a,.row-fluid a.cta-btn.bcta-btn.whitecta-btn { color:#fff; border-color:#fff; }
.row-fluid .cta-btn.bcta-btn.whitecta-btn a:hover,.row-fluid a.cta-btn.bcta-btn.whitecta-btn:hover { background:#fff; color:#3D393B; }



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {	padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none;	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner {	-webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; } 
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/fancybox_sprite.png'); }
#fancybox-loading {	position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px;	cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer;text-decoration: none; background: transparent url('https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/blank.gif'); -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp {	position: absolute;	top: -99999px;	left: -99999px;	visibility: hidden;	max-width: 99999px;	max-height: 99999px; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none;
	z-index: 8010; background: url('https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/fancybox_overlay.png'); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5){
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {	background-image: url('https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/fancybox_sprite@2x.png'); background-size: 44px 152px; }
	#fancybox-loading div { background-image: url('https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/fancybox_loading@2x.gif'); background-size: 24px 24px; }
}


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

/* Dots */
.slick-slider { padding-bottom: 50px; }
.slick-dots { line-height:0; position: absolute;  bottom: 0; display: block; width: 100%; padding: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 16px; height: 16px; margin: 0 8px; padding: 0; cursor: pointer; }
.slick-dots li button {  font-size: 0; line-height: 0; display: block; width: 16px; height: 16px; padding: 0; cursor: pointer; color: transparent; border: 0;
    outline: none; background: rgba(61,57,59,0.30); border-radius:100%; }
.slick-dots li button:hover,.slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-size: 10px; line-height: 10px; position: absolute; top: 0; left: 0; width: 16px; height: 16px; content: ''; text-align: center; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button { opacity: 1; background: #3D393B;  }
 
/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%;
 display: block; width: 32px; height: 57px; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); padding: 0; cursor: pointer;
color: transparent; border: none; outline: none; background: transparent; z-index:9; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {  }
.slick-prev:before, .slick-next:before { font-size: 20px; line-height: 1; color: white; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; font-family: 'FontAwesome'; }
.slick-prev { left: -30px; }
.slick-prev:before { content: ""; background:url(https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/left-arrow.png) no-repeat;  width:32px; height:57px; display:inline-block; background-size:100%; }
.slick-next { right: -30px; }
.slick-next:before { content: ""; background:url(https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/right-arrow.png) no-repeat; width:32px; height:57px; display:inline-block; background-size:100%; }


/*==-- Header --==*/
.row-fluid .announcement-bar { background:#000; color:#fff; padding:8px 0; font-size:12px; line-height:16px; letter-spacing:1px; }
.row-fluid .announcement-bar a,.row-fluid .announcement-bar strong { color:#00EA90; text-decoration:underline; font-weight:normal; pointer-events: none; }
.row-fluid .announcement-bar a:hover { text-decoration:none; }

body:not(.home-page) .row-fluid .header { top:0; }
body:not(.home-page) .row-fluid .innerhero-section { padding-top:180px;  }
.row-fluid .header { position: fixed; top: 32px; left: 0; z-index: 99; background: transparent;   transition: all .6s ease; }
.row-fluid .header > div { padding-top:25px;   -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear; padding-left:15px; padding-right:15px; }
.row-fluid .header .logo { padding-bottom:20px; }

.row-fluid .nav-menu,.row-fluid .header .cta-btn { float:none; display:inline-block; width:auto; vertical-align:top; }
.row-fluid .header .cta-btn { margin-top:2px; }
.row-fluid .header.fixed > div { position:fixed; top:0; left:0; right:0; width:100%; z-index:999;/* padding-top:10px;*/ box-shadow:0 0 16px 0 rgba(0,0,0,.2); background:#fff; }
.row-fluid .header .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { color:#fff; }
.row-fluid .header.fixed .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { color:#3D393B; }

.row-fluid .header.fixed .normallogo { display:none;  } 
.row-fluid .header .stickylogo { display:none;  }
.row-fluid .header.fixed .stickylogo { display:block;  }


/*.row-fluid .header.fixed .logo { padding-bottom:10px; }
.row-fluid .header.fixed .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children { padding-bottom:0; }*/
.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space:normal !important; }
.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover h4{  color:#3D393B !important;   }
.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {  color:#3D393B !important;  opacity: 0.5 !important;  }

.row-fluid .nav-menu .menu-ctalink { margin:0; width:100%; font-size:11px; line-height:16px; font-family: 'Open Sans', sans-serif; font-weight:300;  }
.row-fluid .nav-menu .menu-ctalink h4 { padding-bottom:0; padding-top:0; font-size:14px; line-height:18px; font-family: 'Open Sans', sans-serif; font-weight:bold; -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear; }
.row-fluid .nav-menu .menu-ctalink h4 + p { padding-top:5px; padding-bottom:5px; }
.row-fluid .nav-menu .menu-ctalink .ivr-chatlink a:hover, .row-fluid .nav-menu .menu-ctalink .ivr-chatlink a:hover h4 { color:#10A3B7; }
.row-fluid .nav-menu .menu-ctalink .functional-regressionlink a:hover, .row-fluid .nav-menu .menu-ctalink .functional-regressionlink a:hover h4 { color:#00ea90; }
.row-fluid .nav-menu .menu-ctalink .perfomance-link a:hover, .row-fluid .nav-menu .menu-ctalink .perfomance-link a:hover h4 { color:#a8ff00; }


.row-fluid .hero-section { position:relative; color:#fff; z-index:1; padding:150px 0 200px; backface-visibility: hidden; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; -moz-backface-visibility: hidden; }
.row-fluid .hero-section:before { content:""; width:100%; height:100%; left:0; top:0; background: -moz-linear-gradient(top, rgba(61,57,59,0.65) 50%, rgba(27,26,27,0.28) 90%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(61,57,59,0.65) 50%,rgba(27,26,27,0.28) 90%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(61,57,59,0.65) 50%,rgba(27,26,27,0.28) 90%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63d393b', endColorstr='#00000000',GradientType=0 ); position:absolute; z-index:-1; }
.row-fluid .hero-section h1 { color:#fff;  font-family: 'Open Sans', sans-serif;  }
.row-fluid .hero-content { font-size:24px; line-height:38px; font-weight:300; font-family: 'Open Sans', sans-serif; margin:30px 0 20px; }

.row-fluid .herocta-btngroup { text-align:center; margin-top:30px; }
.row-fluid .herocta-btngroup .cta-btn { width:auto; float:none; display:inline-block; } 

.row-fluid .bottom-arrow { position:absolute; bottom:40px; left:0; right:0; animation: blink 2s linear infinite; -webkit-animation: blink 2s linear infinite; -ms-animation: blink 2s linear infinite; -moz-animation: blink 2s linear infinite; }



@keyframes blink{
    0%{opacity: 0.2;}
    25%{opacity: .5;}
    50%{opacity: 1;}
    75%{opacity: .5;}
    100%{opacity: 0.2;}
}
@-moz-keyframes blink{
    0%{opacity: 0.2;}
    25%{opacity: .5;}
    50%{opacity: 1;}
    75%{opacity: .5;}
    100%{opacity: 0.2;}
}
@-webkit-keyframes blink{
    0%{opacity: 0.2;}
    25%{opacity: .5;}
    50%{opacity: 1;}
    75%{opacity: .5;}
    100%{opacity: 0.2;}
}
@-ms-keyframes blink{
    0%{opacity: 0.2;}
    25%{opacity: .5;}
    50%{opacity: 1;}
    75%{opacity: .5;}
    100%{opacity: 0.2;}
}

.row-fluid .services-secrow { padding:80px 0; }
.row-fluid .serv-iconwrap { margin-bottom:15px; }
.row-fluid .sevice-box { font-family: 'Open Sans', sans-serif; font-weight:300; }
.row-fluid .sevice-box h4 { font-weight:700; font-family: 'Open Sans', sans-serif; }
.row-fluid .sevice-box .serv-link a { font-weight:700; font-family: 'Open Sans', sans-serif; font-size:18px; line-height:24px; }
.row-fluid .sevice-box:first-child .serv-link a { color:#10A3B7; }
.row-fluid .sevice-box:nth-child(2) .serv-link a { color:#00EA90; }
.row-fluid .sevice-box:nth-child(3) .serv-link a { color:#A8FF00; }
.row-fluid .sevice-box:last-child .serv-link a { color:#5CF7EF; }
.row-fluid .serv-type { font-weight:500; position:relative; padding-bottom:20px; font-size:10px; text-transform:uppercase; letter-spacing:2.5px; }
.row-fluid .serv-type:after { content:""; background:url(https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/testing-border.png) no-repeat; width:300px; height:20px; position:absolute; bottom:0; left:0; right:0; margin:0 auto; }
.row-fluid .serv-type.monserv-type:after { content:""; background:url(https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/hightbottom-border.png) no-repeat; width:2px; height:23px; position:absolute; bottom:-3px; left:0; right:0; margin:0 auto; }


.row-fluid .video-section { position:relative; padding:140px 0; z-index:1; color:#fff; }
.row-fluid .video-section:before { content:""; width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(61,57,59,0.80); z-index:-1; }
.row-fluid .watch-videotext { margin-top:40px; letter-spacing:3px; font-size:12px; line-height:18px; font-weight:500; text-transform: uppercase; }
.row-fluid .watch-videotext span { display:inline-block; max-width:400px;}

.row-fluid .play-btn {  padding:20px; border-radius:100%; position:relative; width:auto; float:none; margin-left:auto !important; margin-right:auto; display:table; }
.row-fluid .play-btn:before { content:""; border:2px dotted #fff; width:calc(100% + 2px); height:calc(100% + 2px); border-radius:100%; position:absolute; left:-2px; top:-2px; bottom:0; -webkit-animation:spin 9s linear infinite;
    -moz-animation:spin 9s linear infinite; animation:spin 9s linear infinite; z-index:-1; }
.row-fluid .video-popupwrap { display:none; }
.video-popupwrap.fancybox-content { margin:0 !important; line-height:0; overflow:visible; }
.video-popupwrap.fancybox-content .fancybox-close-small { padding:0; top:-20px; right:-20px; border-radius:100%; background:#3D393B; color:#fff; }
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.row-fluid .circle-animation .hs_cos_wrapper_type_linked_image { position:relative; display:inline-block; }
.row-fluid .circle-animation .hs_cos_wrapper_type_linked_image:before { content:""; background:url(https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/border-circlen.png) no-repeat; background-size:100%; width:calc(100% + 2px); height:calc(100% + 2px); border-radius:100%; position:absolute; left:-2px; top:-2px; bottom:0; border-radius:100%; -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite; animation:spin 10s linear infinite; z-index:-1; }
/*.row-fluid .bettingthen-section .circle-animation .hs_cos_wrapper_type_linked_image:before { width:calc(100% - 20px); height:calc(100% - 20px); }*/

.row-fluid .testcreation-section { padding:70px 0; }
.row-fluid .justcreation-slick .slick-slide { text-align:center; float:none; display:inline-block; vertical-align:middle; margin:0 -2px; }
.row-fluid .justcreation-slick .slick-slide img { display:inline-block; transform:scale(0.65); -moz-transform:scale(0.65); -webkit-transform:scale(0.65); -ms-transform:scale(0.65); opacity:0.65; -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear; }
.row-fluid .justcreation-slick .slick-slide.slick-center img {  transform:scale(1); -moz-transform:scale(1); -webkit-transform:scale(1); -ms-transform:scale(1); opacity:1; }
.row-fluid .middle-content { font-size:24px; line-height:32px; max-width:850px; float:none; margin-left:auto !important; margin-right:auto; }
.row-fluid .testcreation-section .middle-content { margin-bottom:45px; font-family: 'Open Sans', sans-serif; font-weight:300; }
.row-fluid .testcreation-section h2 { padding:20px 0; }

.row-fluid .result-section { padding:30px 0 75px; background: -moz-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(7,7,7,0) 15%, rgba(61,57,59,0.20) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 6%,rgba(7,7,7,0) 15%,rgba(61,57,59,0.20) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 6%,rgba(7,7,7,0) 15%,rgba(61,57,59,0.20) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#593d393b',GradientType=0 ); position:relative; z-index:1; }
.row-fluid .result-section:before { content:""; background:url(https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/counter-pettern.png) no-repeat; background-size:cover; position:absolute; bottom:0; left:0; width:100%; height:100%; z-index:-1; }
.row-fluid .result-section .result-title { margin-bottom:40px; font-family: 'Work Sans'; text-transform: uppercase; font-size: 14px; line-height: 18px; font-weight: 400; letter-spacing: 0.25em; }
.row-fluid .counter-number { font-size:100px; line-height:100px; margin-bottom:5px;letter-spacing: -0.065em;  }
.row-fluid .counter-number canvas { display:none; }
.row-fluid .counter-number .layout-widget-wrapper:after { content:"%"; }
.row-fluid .counter-box:first-child .counter-number .layout-widget-wrapper:after{ content:"x";  }
.row-fluid .counter-text { font-family: 'Open Sans', sans-serif; font-size:18px; line-height:26px; }


.row-fluid .slider-section { padding:100px 0; position:relative; z-index:1; }
.row-fluid .slider-section:before { content:""; width:100%; height:100%; background:rgba(61,57,59,0.75); position:absolute; left:0; top:0; z-index:-1; }
.row-fluid .slider-section .testi-icon { margin-bottom:20px; }
.row-fluid .slider-section .testi-row h2,.row-fluid .slider-section .testi-row h6,.row-fluid .slider-section .testi-row h6 a { color:#fff; }
.row-fluid .slider-section .testi-row h6 { font-size:15px; font-family: 'Open Sans', sans-serif; font-weight:300; }
.row-fluid .slider-section .testi-row h6 a { text-decoration:underline; }
.row-fluid .slider-section .testi-row h6 a:hover { text-decoration:none; }
.row-fluid .slider-section .testi-slick .slick-slider { padding-bottom:0; position:inherit; }
.row-fluid .slider-section .testi-slick .slick-prev { left:15px; }
.row-fluid .slider-section .testi-slick .slick-next { right:15px; }
.row-fluid .slider-section .testi-slick .testi-row { padding-left:50px; padding-right:50px; }
.row-fluid .slider-section .testi-slick .testi-row h2 { font-size:40px; line-height:48px; }

.row-fluid .ctastrip-section { padding:90px 0 110px; background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); }
.row-fluid .ctastrip-section h2 { padding-top:0; }
.row-fluid .ctabtn-group { text-align:center; margin-top:30px; }
.row-fluid .ctabtn-group .cta-btn { width:auto; float:none; display:inline-block; } 


.row-fluid .footer { border-top:1px solid #3D393B; padding:40px 15px; }

.row-fluid .footer .top-footer { border-bottom:1px solid #3D393B; padding-bottom:30px; }
.row-fluid .ft-socialicon ul { margin:10px 0 0; padding:0; text-align:right; }
.row-fluid .ft-socialicon ul li { display:inline-block; }
.row-fluid .ft-socialicon ul li a { color:#3D393B; font-size:30px; display:inline-block; padding-left:18px; }
.row-fluid .ft-socialicon ul li:first-child a { padding-left:0; }
.row-fluid .ft-socialicon ul li a:hover { color:#00EA90;}

.row-fluid .bottom-footer { padding-top:25px; font-family: 'Open Sans', sans-serif; }
.row-fluid .bottom-footer .ft-col { width:15.67%; margin:0;  }
.row-fluid .bottom-footer .ft-col .hs-menu-depth-1 > a { font-weight:bold;  font-size:15px; line-height:22px; margin-bottom:7px; pointer-events:none; } 
.row-fluid .bottom-footer .ft-col .hs-menu-wrapper > ul { padding-right:10px; }
.row-fluid .bottom-footer .ft-col .hs-menu-wrapper > ul li a { padding:2px 0; }
.row-fluid .bottom-footer .ft-col .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper { display:block; position:relative; opacity:1; visibility:visible; left:0; font-size:14px; line-height:20px; font-weight:300;  }
.row-fluid .bottom-footer .ft-col .hs-menu-wrapper.hs-menu-flow-vertical > ul { margin-bottom:0; }
.row-fluid .bottom-footer .ft-addcol { margin:0; width:36.65%; text-align:right; font-weight:300; padding-top:5px; }

.row-fluid .services-boxlistings > span { text-align:center; }
.row-fluid .services-boxlistings .hs_cos_wrapper_type_custom_widget { display:inline-block; margin:25px -3px; vertical-align:top; width:33.33%; padding-left:15px; padding-right:15px; }
.row-fluid .services-boxlistings .hs_cos_wrapper_type_custom_widget .serv-boxcol { max-width:280px; margin:0 auto; display:inline-block; }
.row-fluid .serv-boxcol h4 { font-weight:bold; }

.row-fluid .innerservices-secrow { padding:60px 0 60px; background: -moz-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(7,7,7,0) 15%, rgba(61,57,59,0.20) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 6%,rgba(7,7,7,0) 15%,rgba(61,57,59,0.20) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 6%,rgba(7,7,7,0) 15%,rgba(61,57,59,0.20) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#593d393b',GradientType=0 ); position:relative; z-index:1; }
.row-fluid .innerservices-secrow:before { content: ""; background: url(https://f.hubspotusercontent40.net/hubfs/4050842/GlobalCX_Theme_Dec_2020/Images/Functional_and_Regression_Testing/counter-pettern.png) no-repeat;  background-size: cover;  position: absolute;
    bottom: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.row-fluid .serv-content { font-weight:400; font-family: 'Open Sans', sans-serif; font-size:14px; line-height:24px; }
.row-fluid .serv-icon { margin-bottom:10px; }

.row-fluid .quamonito-section { padding:100px 0 120px; background:url(https://www.globalcx.com/hubfs/GlobalCX_Theme_Dec_2020/Images/Monitoring/qua-moni-pettern.png) no-repeat; background-size:cover; }
.row-fluid .quamonito-section h2 { margin-bottom:10px; margin-top:5px; }
.row-fluid .quamonito-content { max-width:800px; font-family: 'Open Sans', sans-serif; float:none; margin-left:auto !important; margin-right:auto; font-size:24px; line-height:32px; }
.row-fluid .quamonito-iconwrap { color:#10A3B7; font-size:18px; }
.row-fluid .quamonito-iconwrap img { margin-bottom:5px; }

.row-fluid .innerhero-subtitle { text-transform:uppercase; font-size:12px; line-height:18px; font-weight:500; font-family: 'Work Sans'; letter-spacing:4px; }
 
.row-fluid .monictabtn-group .cta-btn a { background:#10A3B7; color:#fff; }
.row-fluid .monictabtn-group .cta-btn a:hover { background:#3D393B; } 
.row-fluid .monictabtn-group .bcta-btn a { background:transparent; border-color:#10A3B7; color:#3D393B; }
.row-fluid .monictabtn-group .bcta-btn a:hover { background:#10A3B7; color:#fff; } 

.row-fluid .monislider-section { background:#3D393B url(https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/monislider-pettern.png) ; }
.row-fluid .monislider-section .slick-prev:before { background:url(https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/blueleft-arrow.png) no-repeat; background-size:100% 100%; }
.row-fluid .monislider-section .slick-next:before { background:url(https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/blueright-arrow.png) no-repeat; background-size:100% 100%; }


.row-fluid .macbook-section { padding:120px 0; }
.row-fluid .macbook-screen { background:url(https://f.hubspotusercontent40.net/hubfs/4050842/GlobalCX_Theme_Dec_2020/Images/Functional_and_Regression_Testing/macbook_imge.png) no-repeat; padding:33px 55px 158px 34px; background-size:100%; }
.row-fluid .moni-arrow-row { font-size:14px; color:#10A3B7; }
.row-fluid .macbook-screen,.row-fluid .customer-povcontent { float:none; display:inline-block; vertical-align:middle; margin-right:-3px; }

.row-fluid .customer-povcontent { font-size:18px; line-height:28px; font-family: 'Open Sans', sans-serif; padding-bottom:40px; }

.row-fluid .blindspots-row {  }
.row-fluid .blindspots-row .macbook-screen { padding-bottom:130px; }
.row-fluid .blindspots-content { float:none; display:inline-block; vertical-align:middle; margin-right:-3px;  padding-bottom:40px; font-size:18px; line-height:28px; font-family: 'Open Sans', sans-serif; }
 
.row-fluid .laptop-screen { position:relative; }
.row-fluid .laptop-screen .lapvideo-wrap { background:url(https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/mon-laptop-screen.png) no-repeat; background-size:100% 100%; padding:36px 140px 75px 0px; }
.row-fluid .laptop-screen .lapvideo-wrap video { width:100%;} 
.row-fluid .laptop-screen > div { position:relative; max-width:480px; }
.row-fluid .moniiphone-screen { position:absolute; right:0; bottom:-40px; width:auto; z-index:9; }
 
.row-fluid .happens-row { padding:80px 0; overflow-x:hidden; }
.row-fluid .happens-row .laptop-screen { float:none; display:inline-block; vertical-align:middle; margin-right:-2px; }
.row-fluid .happens-row .customer-povcontent { padding-left:80px; }

.row-fluid .prtesting-section .slick-prev:before { background:url(https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/yellowleft-arrow.png) no-repeat; background-size:100% 100%; }
.row-fluid .prtesting-section .slick-next:before { background:url(https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/yellowright-arrow.png) no-repeat; background-size:100% 100%; }


.row-fluid .prtest-arrow-row { color:#A8FF00; font-size:14px; margin-bottom:2px; }
.row-fluid .perfomance-section { padding:120px 0;  }
.row-fluid .perfomance-section h2 { margin-bottom:15px; margin-top:10px; }
.row-fluid .perfomance-section .quamonito-content { max-width:none; }
.row-fluid .perfomance-section .wrapper { max-width:900px; }

.row-fluid .twoteam-section { padding:50px 0; background:url(https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/qua-grey-pettern.png) no-repeat; background-size:cover; }
.row-fluid .twoteam-col { float:none; margin-right:-3px; display:inline-block; vertical-align:middle; }
.row-fluid .twoteam-col h2 { margin-bottom:10px; }
.row-fluid .twoteam-col { font-size:18px; line-height:28px; font-family: 'Open Sans', sans-serif; }
.row-fluid .twoteam-content { font-size:18px; line-height:28px; font-family: 'Open Sans', sans-serif; }

.row-fluid .pertestctastrip-section .pertestctabtn-group .cta-btn a { background:#A8FF00; color:#3D393B; }
.row-fluid .pertestctastrip-section .pertestctabtn-group .cta-btn a:hover { background:#3D393B; color:#fff; } 
.row-fluid .pertestctastrip-section .pertestctabtn-group .bcta-btn a { background:transparent; border-color:#A8FF00; color:#3D393B; }
.row-fluid .pertestctastrip-section .pertestctabtn-group .bcta-btn a:hover { background:#A8FF00; color:#3D393B; } 

.row-fluid .proservctastrip-section .ctabtn-group .cta-btn a { background:#5CF7EF; color:#3D393B; }
.row-fluid .proservctastrip-section .ctabtn-group .cta-btn a:hover { background:#3D393B; color:#fff; } 

.row-fluid .perfomance-contentwrap { padding-top:40px; }
.row-fluid .perfomance-contentwrap .quamonito-content { max-width:900px; }
.row-fluid .perfomance-contentwrap h2 { margin-bottom:10px; }
.row-fluid .perfomance-screens .perfomance-screen { margin-left:-11%; margin-right:-11%; width:45%; float:none; display:inline-block; vertical-align:top; }
.row-fluid .perfomance-screens .perfomance-screen:nth-child(2) { margin-top:40px; }
.row-fluid .perfomance-screens .perfomance-screen:last-child { margin-top:80px; }
.row-fluid .perpressure-section { padding:80px 0; }
 
.row-fluid .proservice-row { background:transparent; padding:90px 0 90px; }
.row-fluid .strategy-row .circle-animation .hs_cos_wrapper_type_linked_image:before { left:-13px; top:-13px; width:calc(100% + 25px); height:calc(100% + 25px); }
.row-fluid .prserv-arrow-row { color:#5CF7EF; font-size:14px; margin-bottom:2px; }

.row-fluid .procustomer-section { padding:90px 0 130px; position:relative; z-index:1; color:#fff; }
.row-fluid .procustomer-section:before { content:""; width:100%; height:100%; left:0; top:0; position:absolute; z-index:-1; background:rgba(61,57,59,0.80); }
.row-fluid .procustomer-section h2 { color:#fff; }
.row-fluid .procustomer-section .prserv-arrow-row { margin:10px 0 15px 0; }
.row-fluid .procustomer-text { font-size:18px; line-height:26px; font-family: 'Open Sans', sans-serif; margin-top:15px; }

.row-fluid .buildsupport-row { padding:80px 0; }
.row-fluid .buildsupport-row h3 { font-size:24px; line-height:36px; }

.row-fluid .fr-arrow-row { color:#00EA90; }
.row-fluid .darkages-section .twoteam-contentwrap { font-size:18px; line-height:26px; font-family: 'Open Sans', sans-serif; }
.row-fluid .noprogramm-section { position:relative; padding-top:70px; }
.row-fluid .noprogramm-section:before { content:""; background:url(https://f.hubspotusercontent40.net/hubfs/4050842/GlobalCX_Theme_Dec_2020/Images/Functional_and_Regression_Testing/qua-grey-pettern.png) no-repeat; position:absolute; top:-130px; left:0; width:100%; height:100%; background-size:cover; z-index:-1; } 
.row-fluid .noprogramm-section .twoteam-imgwrap { margin-bottom:-55px; }

.row-fluid .frresult-section { color:#fff; }
.row-fluid .frresult-section.monislider-section .testi-icon { margin-bottom:40px; }
.row-fluid .frresult-section .counter-number { color:#00EA90; }
.row-fluid .frresult-section .counter-box { width:20%; margin:0; padding-left:15px; padding-right:15px; }
.row-fluid .frresult-section .counter-box:first-child .counter-number .layout-widget-wrapper:after { content:"%"; }
.row-fluid .frresult-section .counter-box:last-child .counter-number .layout-widget-wrapper:after { content:"x"; }

.row-fluid .frtesting-ctasection { padding:120px 0 130px; }
.row-fluid .frtesting-ctasection .ctabtn-group { margin-top:40px; }
.row-fluid .testislider-section .testi-icon img { max-width:65px; } 
 
/*=====*/

.row-fluid .hero-section h3 { color:#fff; text-transform: uppercase; font-size: 12px; line-height: 18px; font-weight: 400; font-family: 'Work Sans'; letter-spacing: 0.25em; padding-bottom: 25px; }
.row-fluid .resources_section { padding:100px 0 ; text-align:center; } 

.row-fluid .resoures_cover { width:100%; float:left; }
.row-fluid .resoures_cover > span { display:block; margin:0 -15px; text-align:center; } 
.row-fluid .resoures_cover > span .hs_cos_wrapper { width:33.33%; padding-left:15px; padding-right:15px; float:none; display:inline-block; vertical-align:top; margin:0 -2px; }
.row-fluid .resoures_cover > span .hs_cos_wrapper > div { max-width:300px; float:none; margin-left:auto; margin-right:auto;  }
.row-fluid .resoures_cover > span .hs_cos_wrapper:hover .resources_hover { transition:all .6s ease; opacity:1; }

.row-fluid .resoures_cover > span .hs_cos_wrapper:first-child .services_contactitem .services_image img { position:relative; left:10px; top: 5px;}
.row-fluid .resoures_cover > span .hs_cos_wrapper:last-child .services_contactitem .services_image img { position:relative; left:13px; top: 15px; }
.row-fluid .resoures_cover > span .hs_cos_wrapper:nth-child(2) .services_contactitem .services_image img { left:22px; top:22px; position:relative; }
.row-fluid .resoures_cover .resources_box { width:100%; float:left; }
.row-fluid .resoures_cover .resources_box h2 {color:#3D393B; font-size:18px; line-height:26px; font-weight:700; padding-bottom:15px; font-family: 'Open Sans', sans-serif; } 
.row-fluid .resoures_cover .resources_image { width:100%; float:left; height:388px; background-size:cover !important; margin-bottom:26px;   box-shadow: 5px 5px 18px -4px #000;  -webkit-box-shadow: 5px 5px 18px -4px #000; -moz-box-shadow: 5px 5px 18px -4px #000; position:relative; }

.row-fluid .resoures_cover .resources_hover { width:100%; float:left; height:100%; left:0; top:0; background:rgba(0,234,144,0.5); padding:20px; display:flex; align-items:center; opacity:0; transition:all .6s ease; }
.row-fluid .resoures_cover .resources_hover a { background:#fff; border-radius:7px; margin:0 auto; padding:10px 20px; text-transform:uppercase; color:#3D393B; font-size:18px; line-height:24px; }
.row-fluid .resoures_cover .resources_hover a:hover { background:#000; color:#fff; }

.row-fluid .resoures_cover .resources_content { width:100%; float:left;  /*font-size:13px; line-height:20px;*/ font-weight:300; font-family:'Open Sans', sans-serif; }
.row-fluid .resoures_cover .resources_text { width:100%; float:left; }

.row-fluid .resoures_cover .more_btn { float:none; display:inline-block; color:#00EA90; font-size:18.2px; font-weight:600; line-height:24px; margin-top:10px; }
.row-fluid .resoures_cover .more_btn:hover { color:#000; }
 
/*-------*/ 
.row-fluid .thankyou_hero.hero-section:after { position:absolute; z-index:-1; content:""; left:0; top:0; width:100%; background-size:cover !important; height:470px; background:url('https://www.globalcx.com/hubfs/GlobalCX_Theme_Dec_2020/Images/GCX_New_Home/pettan.png') no-repeat center center; }

.row-fluid .thankyou_hero.hero-section { padding:150px 0 100px; }
.row-fluid .hero-section.lightblue_bg { background:#F5F8FA; }
.row-fluid .thankyou_hero.hero-section h3 { color:#2d2d2d; text-transform: uppercase; font-size: 14px; line-height: 18px; font-weight: 400; font-family: 'Work Sans'; letter-spacing: 0.25em;}
.row-fluid .thankyou_hero.hero-section:before { opacity:0.15;   background: -moz-linear-gradient(top, rgba(38,34,35,0.65) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(top, rgba(38,34,35,0.65) 0%,rgba(0,0,0,0) 100%);  
background: linear-gradient(to bottom, rgba(38,34,35,0.65) 0%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6262223', endColorstr='#00000000',GradientType=0 );}  
.row-fluid .thankyou_hero.hero-section h1 { color:#3D393B;}
.row-fluid .thankyou_hero .hero-content { color:#3D393B; }

.row-fluid .lightsky_clor { background:#F5F8FA;  }
.row-fluid .thankyou_section { text-align:center; padding-bottom:100px; } 

.row-fluid .copyright_footer .copyright_icon { padding-top:10px; font-family: 'Open Sans', sans-serif; } 

/*====*/
.row-fluid .resourelading_right { text-align:left; font-size:18px; line-height:28px; color:#3D393B;  font-family: 'Open Sans', sans-serif;  }
.row-fluid .resourelading_right h3 { color:#3D393B; font-size:12px; line-height:18px; padding-bottom: 25px; }
.row-fluid .resourelading_right h2 { color:#3D393B; font-size:48px; line-height:54px; padding-bottom: 10px; }
.row-fluid .resourelading_right strong { font-size:21px; line-height:30px; font-weight:600; font-family: 'Open Sans', sans-serif;   }
.row-fluid .resourelading_right ul { padding-left: 40px; margin-top: 10px; list-style: disc; }

.row-fluid .landresor_form form { width:100%; float:left; padding-top:20px; }
.row-fluid .landresor_form form .hs_email { padding-bottom:15px; float: left; width: 100%; } 
.row-fluid .landresor_form form .hs-form-field label { width:100%; float:left; text-transform:uppercase; font-size:12px; line-height:18px; font-weight:500; font-family: 'Work Sans'; letter-spacing:4px; padding-bottom:10px; }

.row-fluid .landresor_form form .hs-form-field .hs-input { width:100%; float:left; height:32px; border:1px solid #3D393B; margin-bottom:10px; }

.row-fluid .landresor_form form .hs-button { width:auto; min-width:auto; height:auto; letter-spacing:-1px; margin-top:10px; min-height: auto; margin-bottom:0; border:none; float:left; background:#00EA90; color:#3D393B; font-size:18px; line-height:24px; border-radius:6px; padding:10px 20px;transition:all .6s ease;  }
.row-fluid .landresor_form form .hs-button:hover { background:#3D393B; color:#fff; transition:all .6s ease; } 


.menuclr_white .row-fluid .header .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { color:#000; }
.nomenu_item .row-fluid .header .nav-menu  { display:none; }

/*=======bookdemo_hero======*/ 
.row-fluid .thankyou_hero.bookdemo_hero h1 { font-size: 40px; line-height: 48px; }
.row-fluid .calculator_box { padding:50px 0 0; }

 
/*====contactinfo_area====*/ 
.row-fluid .contactinfo_area { padding:60px 0 80px;  font-size:24px; line-height:32px; color:#3D393B; position:relative; z-index:1;  font-family: 'Open Sans', sans-serif;  }
.row-fluid .contactinfo_area:before { opacity:0.19; width:100%; height:100%; left:0; top:0; z-index:-1; content:""; position:absolute;  background: -moz-linear-gradient(top, rgba(38,34,35,0.65) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(top, rgba(38,34,35,0.65) 0%,rgba(0,0,0,0) 100%);  
background: linear-gradient(to bottom, rgba(38,34,35,0.65) 0%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6262223', endColorstr='#00000000',GradientType=0 );}  
.row-fluid .contactinfo_area strong { font-family: 'Open Sans', sans-serif;  }

.row-fluid .contactinfo_area .contact_left h2 { font-size:30px; line-height:36px; color:#3D393B; }

.row-fluid .contactform_right h3 { display:none; }
.row-fluid .contactform_right form { width:100%; float:left; padding-top:10px; }
.row-fluid .contactform_right form .hs_email { padding-bottom:15px; float: left; width: 100%; } 
.row-fluid .contactform_right form .hs-form-field label { width:100%; float:left; text-transform:uppercase; font-size:12px; line-height:18px; font-weight:500; font-family: 'Work Sans'; letter-spacing:4px; padding-bottom:10px; }
.row-fluid .contactform_right form .hs-form-field .hs-input { width:100%; float:left; height:32px; border:1px solid #3D393B; margin-bottom:10px; }
.row-fluid .contactform_right form .hs-form-field textarea.hs-input { height:100px; }

.row-fluid .contactform_right form .hs-button { width:auto; min-width:150px; height:auto; letter-spacing:-1px; margin-top:20px; min-height: auto; margin-bottom:0; border:none; float:left; background:#00EA90; color:#3D393B; font-size:18px; line-height:24px; border-radius:6px; padding:10px 20px;transition:all .6s ease; width: 200px;  }
.row-fluid .contactform_right form .hs-button:hover { background:#3D393B; color:#fff; transition:all .6s ease; } 
 
.row-fluid .contactservice_box { padding:90px 0; text-align:center; }   
.row-fluid .contactservice_box h2 { color:#3D393B; font-size:48px; line-height:54px; padding-bottom:20px; }    

.row-fluid .contactservice_box .resoures_cover { margin-top:50px; }  
.row-fluid .contactservice_box .resoures_cover > span .hs_cos_wrapper { margin-bottom:40px; }

.row-fluid .services_contactitem .services_image { width:210px; height:210px;  padding:10px; border-radius:50%;  float:none;  margin:0 auto 20px;  text-align:center; display: flex;  align-items: center; position:relative;    }
.row-fluid .services_contactitem .services_image:after { content: "";  border: 2px dotted #000;  width: calc(100% + 2px);  height: calc(100% + 2px); border-radius: 100%;   position: absolute;   left: -2px;   top: -2px;   bottom: 0;   -webkit-animation: spin 9s linear infinite;    -moz-animation: spin 9s linear infinite;    animation: spin 9s linear infinite;    z-index: 1; }    

/*.row-fluid .services_contactitem .services_image:before { position:absolute; content:"";   background:url('https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/shadow.png') no-repeat center center; width: 270px;  height: 270px;  left: -26px; top: -29px; background-size: cover !important; }*/
.row-fluid .services_contactitem .services_image img { max-width:90px; float:none; margin:0 auto; width:100%; }
.row-fluid .services_contactitem .more_btn { font-family: 'Work Sans'; width: 225px;  margin-top: 25px; float: none; display:inline-block; background: #00EA90; color: #3D393B; font-size: 18px;  line-height: 24px; font-weight:400; border-radius: 6px; padding: 10px 20px; transition: all .6s ease; }
.row-fluid .services_contactitem .more_btn:hover { background:#3D393B; color:#fff; transition:all .6s ease; }
 
.thankyou_page .row-fluid .thankyou_hero.hero-section { padding:60px 0 60px; }
 

.contactpage_hero .row-fluid .hero-section { padding:230px 0 250px; }

.row-fluid .thankyou_subttile h2 { color:#3D393B; font-size:21px; line-height:30px; font-weight:bold; margin-bottom:60px; padding:0; }

.row-fluid .wherebeen_section { text-align:center; padding:70px 0;  color:#3D393B; font-size:24px; line-height:30px;  }
.row-fluid .wherebeen_section h2 { color:#3D393B; text-transform: uppercase; font-size: 12px; line-height: 18px; font-weight: 500; font-family: 'Work Sans'; letter-spacing: 4px; }
.row-fluid .titleicon_img { margin-bottom:15px; }

.row-fluid .wheregoing_section { padding:60px 0; text-align:center; font-size:24px; line-height:30px; position:relative; color:#fff;   } 
.row-fluid .wheregoing_section:before { position:absolute; content:""; background:rgba(61,57,59,0.7); width:100%; height:100%; left:0; top:0; }
.row-fluid .wheregoing_section .wrapper { position:relative; }
.row-fluid .wheregoing_section h3 { color:#fff; }
.row-fluid .wheregoing_section h2 { color:#fff; font-size:48px; line-height:52px;padding-bottom: 20px; }

.row-fluid .whoare_section  { padding:90px 0; text-align:center; font-size:24px; line-height:30px; position:relative; color:#3D393B; }

.row-fluid .benefit_slider { padding:100px 0; background:#00EA90;  text-align:center; }
.row-fluid .benefit_slider > span { width:100%; float:left; }
.row-fluid .benefit_slider > span .hs_cos_wrapper { width:100%; float:left; }
.row-fluid .benefit_slider .benefit_box { width:100%; float:left; color:#3D393B; font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 48px; line-height: 52px;  margin-bottom: 40px; }

.row-fluid .familyaril { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 18px; line-height: 26px; letter-spacing: 0px; }
.row-fluid .down_icon {  font-size:20px; }
 
.row-fluid .sla-section { padding-bottom:60px; padding-top:60px; }

.row-fluid .laptop-screen-1 { padding: 82px 112px 105px 112px;  background-size: 100% 100% !important;  background:url(https://cdn2.hubspot.net/hubfs/4050842/Globalnet_2018/Image/pbj-FR-No-Programming-1.png); }
.row-fluid .mac-none { background:none; }
.row-fluid .frtesting-section-1 { padding-bottom:50px; }
 
.row-fluid .laptopfull-screen .lapvideo-wrap { background:url(https://f.hubspotusercontent40.net/hubfs/4050842/GlobalCX_Theme_Dec_2020/Images/Functional_and_Regression_Testing/laptop-screen.png) no-repeat; background-size:100% 100%; }
 
.row-fluid .cxvisibility-section .laptop-screen > div { max-width:100%; }

 
@media (min-width: 1600px) {
    .row-fluid .bottom-footer .ft-col { width:11%; }
    .row-fluid .bottom-footer .ft-addcol { width:56%; }
    .row-fluid .macbook-section .customer-povcontent { padding-left:35px; }
    .row-fluid .blindspots-content { padding-right:80px; }
    
    .row-fluid .laptop-screen .lapvideo-wrap { padding:34px 122px 62px 0px; }
    .row-fluid .laptop-screen .moniiphone-screen { max-width:250px; }
    .row-fluid .laptop-screen > div { position:relative; max-width:660px; }
    .row-fluid .innerservices-secrow .wrapper { width:1500px !important; }
    .row-fluid .services-boxlistings .hs_cos_wrapper_type_custom_widget .serv-boxcol { max-width:335px; }
    
    .row-fluid .monihero-section .wrapper { width:1200px; }
    .row-fluid .putyour-section .wrapper,.row-fluid .darkages-section .wrapper,.row-fluid .frresult-section .wrapper { width:1300px; }    
    
    .row-fluid .frresult-section .counter-box { padding-left:35px; padding-right:35px; }
    
    .row-fluid .laptopfull-screen .lapvideo-wrap { padding:28px 105px 64px 86px; }
    
} 

@media (min-width: 1400px) {
    .row-fluid .footer .wraper { width:1300px; }
    .row-fluid .monictastrip-section h2 { font-size:75px; line-height:85px; }
}

@media (min-width: 1200px) and (max-width:1600px) {
    .row-fluid .laptop-screen .lapvideo-wrap { padding:25px 89px 43px 0px; }
    .row-fluid .laptop-screen .moniiphone-screen { max-width:150px; }
    .row-fluid .laptop-screen > div { position:relative; max-width:480px; }
    .row-fluid .laptopfull-screen .lapvideo-wrap { padding:26px 99px 58px 82px; }
    .row-fluid .laptopfull-screen.laptop-screen > div { max-width:640px; }
}

@media (min-width: 1200px) {
    .row-fluid .wrapper { width: 1170px; }
    
    .row-fluid .hero-content { padding-left:60px; padding-right:60px; }
    .row-fluid .header .nav-menu ul li.hs-menu-depth-1 > a { font-size:18px;  }
    
    .row-fluid .slider-section .testi-slick .slick-prev { left:45px; }
    .row-fluid .slider-section .testi-slick .slick-next { right:45px; }
    
    .row-fluid .ctastrip-section .wrapper { padding-left:60px; padding-right:60px; }
    
    .row-fluid .header > div  { padding-left:40px; padding-right:40px; }
    .row-fluid .footer  { padding-left:80px; padding-right:80px; }
    
    .row-fluid .fixcx-issuecontent { padding-left:60px; }
    
    .row-fluid .procustomer-text { padding-left:100px; padding-right:100px; }
    
    .row-fluid .innerhero-section { padding-top:110px; }
    .row-fluid .strategy-contentwrap { padding-right:60px; }
    .row-fluid .strategy-imgwrap { padding-left:40px; }
    
    .row-fluid .proservctastrip-section { padding:125px 0 140px; }
    .row-fluid .prtesting-section .testi-icon { margin-bottom:25px; }
    .row-fluid .monislider-section .testi-icon { margin-bottom:35px; }
    
    .row-fluid .darkages-section .twoteam-contentwrap { padding-right:80px; }
    .row-fluid .noprogramm-section .twoteam-contentwrap { padding-left:0px; }
    
    .row-fluid .putyour-section .macbook-screen { padding:31px 52px 154px 30px; }
    .row-fluid .frresult-section .counter-number { font-size:80px; line-height:80px; }
    
    .row-fluid .familyaril { padding-left:175px; padding-right:175px; }
    
}


@media (min-width: 992px) and (max-width:1200px) {
    .row-fluid .wrapper { width: 950px; }
    
    h1 { font-size:60px; line-height:65px; }
    h2 { font-size:36px; line-height:42px; }
    h3 { font-size:28px; line-height:34px; }
    h4 { font-size:18px; line-height:26px; }
    h5 { font-size:16px; line-height:24px; }
    h6 { font-size:14px; line-height:20px; }

    
    .slick-prev { left:-15px; } 
    .slick-next { right:-15px; }  
    
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding-left:10px; padding-right:10px; }
    .row-fluid .header .logo { padding-top:7px; }
    
    .row-fluid .counter-number { font-size:60px; line-height:60px; }
    
    .row-fluid .macbook-screen { padding:26px 46px 130px 26px; }
    .row-fluid .blindspots-row .macbook-screen { padding-bottom:105px; }
    
    .row-fluid .laptop-screen .lapvideo-wrap { padding:24px 85px 44px 0px; }
    .row-fluid .moniiphone-screen img { max-width:135px; }
    
    .row-fluid .laptop-screen .lapvideo-wrap { padding:21px 74px 36px 0px; }
    .row-fluid .laptop-screen .moniiphone-screen { max-width:150px; }
    .row-fluid .laptop-screen > div { position:relative; max-width:480px; }
    
    .row-fluid .putyour-section .macbook-screen { padding:23px 35px 154px 20px; }
    
    
    .row-fluid .resourelading_right h2 { font-size: 30px; line-height: 44px; padding-bottom: 5px; }
    .row-fluid .resourelading_right h3 { padding-bottom: 10px; }
    
     .contactpage_hero .row-fluid .hero-section { padding:200px 0 200px; } 
    .row-fluid .laptopfull-screen .lapvideo-wrap { padding:21px 73px 43px 61px; }
    
} 

@media (min-width: 768px) and (max-width:992px) {
    
    .row-fluid .wrapper { width: 720px;  }
    h1 { font-size:60px; line-height:65px; }
    h2 { font-size:36px; line-height:42px; }
    h3 { font-size:28px; line-height:34px; }
    h4 { font-size:18px; line-height:26px; }
    h5 { font-size:16px; line-height:24px; }
    h6 { font-size:14px; line-height:20px; }
    
    .slick-prev { left:-15px; }
    .slick-next { right:-15px; }
    
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding-left:6px; padding-right:6px; }
    
    .row-fluid .cta-btn a, .row-fluid a.cta-btn { font-size:18px; line-height: 21px; }
    .row-fluid .header .logo { padding-top:0px; }
    
    .row-fluid .counter-number { font-size:50px; line-height:50px; }
    .row-fluid .counter-text { font-size:16px; line-height:22px; }
    
    .row-fluid .bottom-footer .ft-col .hs-menu-depth-1 > a { font-size:16px; line-height:22px; }
    
    .row-fluid .laptop-screen .lapvideo-wrap { padding:16px 58px 26px 0px; }
    .row-fluid .laptop-screen .moniiphone-screen { max-width:110px; }
    .row-fluid .laptop-screen > div { position:relative; max-width:307px; }
    .row-fluid .happens-row .customer-povcontent { padding-left:0; }
    
    .row-fluid .putyour-section .macbook-screen { padding:16px 28px 95px 15px; } 
    
    
    .row-fluid .resoures_cover .resources_image { height:272px; }
    .row-fluid .resourelading_right h2 { font-size: 30px; line-height: 44px; padding-bottom: 5px; }
    .row-fluid .resourelading_right h3 { padding-bottom: 10px; }
    
    .row-fluid .contactinfo_area { padding:50px 0; font-size: 20px; line-height: 30px; }
    .row-fluid .contactservice_box h2 { font-size: 38px; line-height: 46px; padding-bottom: 10px; }
    
    .thankyou_page .row-fluid .thankyou_hero.hero-section { padding:60px 0 60px; }
    .row-fluid .hero-section h1 {  font-size: 46px; line-height: 64px; }  
    
     .contactpage_hero .row-fluid .hero-section { padding:200px 0 170px; }  
    
    .row-fluid .thankyou_hero.bookdemo_hero h1 { font-size: 40px; line-height: 58px; }
    
    
    .row-fluid .wherebeen_section {  font-size: 20px; line-height: 28px }
    .row-fluid .wheregoing_section {  font-size: 20px; line-height: 28px  }
    .row-fluid .wheregoing_section h2 { font-size: 30px; line-height: 38px; }
    
    .row-fluid .whoare_section {  font-size: 20px; line-height: 28px; } 
    .row-fluid .benefit_slider .benefit_box { font-size: 34px; line-height: 40px; margin-bottom: 10px; }
    .row-fluid .laptopfull-screen .lapvideo-wrap { padding:19px 62px 39px 51px; }
    
    .row-fluid .laptopfull-screen.laptop-screen > div { max-width:389px; } 
    
    .row-fluid .services_contactitem .more_btn { width:100%; }
    .row-fluid .services_contactitem .services_image { width:180px; height:180px; }
}

@media (min-width: 1024px) {
    .row-fluid .hero-section,.row-fluid .parallax-animation { background-attachment:fixed; }
    .row-fluid .hero-section { min-height:100vh; display:flex; align-items:center; }
    .row-fluid .hero-section .row-fluid-wrapper { margin-left:auto; margin-right:auto; }
}

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

@media (min-width: 768px) {
    
    
    .row-fluid .ft-logo img { max-width:150px; }
}
@media (min-width: 992px) {
    .row-fluid .nav-menu{ margin:0; }
    .row-fluid .child-trigger { display:none !important; }
    
    /*.row-fluid .header .logo img { max-width:172px; }*/
    .row-fluid .header .right-header { text-align:right; }
    
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {  min-width:515px; top:100%; text-align:left; left:20px; padding-top:20px; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper .submenu-wrap { float:left; width:100%; margin-top:15px; background:#fff; padding:8px 8px 15px; position:relative; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper .submenu-wrap:before { content:""; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent;
     border-bottom: 15px solid #fff; position:absolute; top:-15px; left:25px; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children { padding-bottom:15px; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2 { width:50%; float:left; font-weight:500; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2 > a { letter-spacing:1.5px; pointer-events:none; }
}

@media (max-width: 992px) {
    .row-fluid .nav-menu { clear:both; float:left; padding:0; text-align:left; padding-left:0; padding-right:0; z-index:99; width:100%; top:100%; position:absolute; right:0; left:0; display:none; padding-top:0; margin-left:0 !important; -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;; margin-top:0; background:#ffffff; box-shadow:0 0 16px 0 rgba(0,0,0,.2); }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2 > a { position:relative; pointer-events:none;  }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width:100%; margin-left:0; margin-right:0; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li { border-bottom:1px solid #3D393B; border-right:none; height:auto !important;  }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child { border-bottom:none; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a { width:auto; display:block; padding:12px 15px 12px 15px; font-size:16px; line-height:22px; border-bottom:none; color:#red !important; text-align:left; }
    
    .row-fluid .nav-menu .hs-menu-wrapper > ul ul > li.hs-menu-depth-2 { background:transparent; float:left; width:100%; border-bottom:1px solid #2d2d2d; }
    .row-fluid .nav-menu .hs-menu-wrapper > ul ul > li.hs-menu-depth-2:last-child { border-bottom:none; }
    .row-fluid .nav-menu .hs-menu-wrapper > ul ul > li.hs-menu-depth-2 .hs-menu-children-wrapper { padding-bottom:10px !important;}
    .row-fluid .nav-menu .hs-menu-wrapper > ul ul > li.hs-menu-depth-3 a { font-size:14px; line-height:18px; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children .hs-menu-children-wrapper { min-width:0; border-left:1px solid #b7b7b7; display:none; left:0 !important; padding:0; margin-left:0; border-left:none; position:relative; opacity:1; visibility:visible; }
    .row-fluid .nav-menu ul li a:after{ display:none;}
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {display:block; width:100%; padding-left:0px; padding-right:0px;}

    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal { float:left; width:100%;  position:relative; top:100%; left:0; right:0; z-index:9;}
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:first-child{ padding-left:0;}
    .toggle { display:block; float: right; color:#3d393b; cursor:pointer; padding:28px 0px 14px; margin:0; position: absolute; z-index: 99; top: 0px; right: 15px; }
    a.toggle i { display: inline; position: relative; top: -5px; margin-left: 5px; -webkit-transition-duration: 0s;
 -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s; transition-duration: 0s; transition-delay: .2s;margin:0;}
    a.toggle i:before, a.toggle i:after { position: absolute; content:""; }
    a.toggle i, a.toggle i:before, a.toggle i:after { width: 40px; height: 3px; background-color: #3d393b; display: inline-block; }
    a.toggle i:before { margin-top: -9px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    a.toggle  i:after { margin-top: 9px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s;      -webkit-transition-delay: .2s, 0; }
    .mobile-open a.toggle i { background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.toggle i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.toggle i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open .row-fluid .nav-menu  { right:0; }
    a.child-trigger { border-left:none !important; display: block !important; cursor: pointer; position: absolute !important;  border-bottom:1px solid #999999; top: 0px; right:0; width: 50px !important; min-width: 0px !important; line-height:48px !important; text-align:center !important; height:45px !important; padding: 0 15px 0 15px !important;}
    a.child-trigger span:before { font-size:30px; line-height:0px; content:"\f107"; font-family: 'FontAwesome'; }
    a.child-trigger span:after { left:-10px; -webkit-transform: rotate(-130deg); -ms-transform: rotate(-130deg);  transform: rotate(-130deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s;}
    a.child-trigger span:after { display:block !important;  content: '' !important; position: absolute; }
    a.child-trigger span { line-height:0; font-weight:normal; display:inline-block; vertical-align:middle; background-color:transparent !important; margin: 0 auto !important; -webkit-transition-duration: .2s;   -moz-transition-duration: .2s; transition-duration: .2s; }
	
	/*a.child-trigger span, a.child-trigger span:after { width: 20px; height: 4px; background-color: #fff; display: block; }
	a.child-trigger span, a.child-trigger span:before { width: 20px; height: 4px; background-color: #fff; display: block; }*/
	
	a.child-trigger.child-open span:before { content: "\f106"; font-family: 'FontAwesome';  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s;}
    .hs-menu-depth-2 a.child-trigger span:before { font-size:35px;  }
    .mobile-open .row-fluid .header:not('.fixed') > div { padding-bottom:15px; }
    .row-fluid .header .logo img { max-width:120px; }
    .row-fluid .header { top:0; }
    .row-fluid .header .normallogo { display:none;  }  
    .row-fluid .header .stickylogo { display:block; }
    .row-fluid .header { position:relative; }
    .row-fluid .header .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { color: #3D393B; }
    .row-fluid .nav-menu .menu-ctalink h4 { color:#3D393B; }
    .row-fluid .nav-menu .cta-btn { padding:0 15px 15px; width:100%; margin:0; }
    .row-fluid .nav-menu .cta-btn a { width:100%; }
}
@media (max-width: 768px) {
    .row-fluid .resource-leftimg,.row-fluid .resourelading_right { width:100%; }
    .row-fluid .resourelading_right { margin-left:0; }
}
@media (max-width: 767px) {
    .paddt10 { padding-top:5px; }
    .paddt20 { padding-top:10px; }
    .paddt30 { padding-top:20px; }
    .paddt40 { padding-top:30px; }
    .paddt50 { padding-top:40px; }
    .paddt60 { padding-top:50px; }
    .paddt70 { padding-top:60px; }
    .paddt80 { padding-top:70px; }
    .paddb10 { padding-bottom:5px; }
    .paddb20 { padding-bottom:10px; }
    .paddb30 { padding-bottom:20px; }
    .paddb40 { padding-bottom:30px; }
    .paddb50 { padding-bottom:40px; }
    .paddb60 { padding-bottom:50px; }
    .paddb70 { padding-bottom:60px; }
    .paddb80 { padding-bottom:70px; }
    .paddtb10 { padding-top:5px; padding-bottom:5px; }
    .paddtb20 { padding-top:10px; padding-bottom:10px; }
    .paddtb30 { padding-top:20px; padding-bottom:20px; }
    .paddtb40 { padding-top:30px; padding-bottom:30px; }
    .paddtb50 { padding-top:40px; padding-bottom:40px; }
    .paddtb60 { padding-top:50px; padding-bottom:50px; }
    .paddtb70 { padding-top:60px; padding-bottom:60px; }
    .paddtb80 { padding-top:70px; padding-bottom:70px; }
    
    h1 { font-size:48px; line-height:48px; }
    h2 { font-size:32px; line-height:40px; }
    h3 { font-size:26px; line-height:32px; }
    h4 { font-size:18px; line-height:26px; }
    h5 { font-size:16px; line-height:24px; }
    h6 { font-size:14px; line-height:20px; }
    
    .slick-prev { left: 10px; } 
    .slick-next { right: 10px; } 
    
    .row-fluid .equal-height { height:auto !important; }
    
    .row-fluid .header { position:relative !important; }
    
    
    
    .row-fluid .bottom-footer .ft-col,.row-fluid .bottom-footer .ft-addcol { float:left; width:50%; margin-bottom:15px; }
    .row-fluid .bottom-footer .ft-col:nth-child(2n) { clear:right; }
    .row-fluid .bottom-footer .ft-col:nth-child(2n+1) { clear:left; }
    .row-fluid .bottom-footer .ft-addcol { text-align:left; }
    
    .row-fluid .ft-logo,.row-fluid .ft-socialicon { float:left; width:50%; }
    .row-fluid .ft-logo img { max-width:100px; }
    .row-fluid .ft-socialicon ul li a { font-size:21px; line-height:28px; }
    .row-fluid .ft-socialicon ul { margin:0; }
    
    .row-fluid .hero-section { padding:100px 0 100px; }
    .row-fluid .hero-section h1 { font-size: 36px; line-height: 50px;}
    .row-fluid .bottom-arrow { bottom:20px; }
    
    .row-fluid .herocta-btngroup .cta-btn,.row-fluid .ctabtn-group .cta-btn { margin-bottom:15px; padding-left:5px; padding-right:5px; }
    .row-fluid .herocta-btngroup .cta-btn a,.row-fluid .ctabtn-group .cta-btn a { min-width:200px; }
    
    .row-fluid .counter-number { font-size:50px; line-height:50px; }
    .row-fluid .counter-text { font-size:16px; line-height:22px; }
    .row-fluid .counter-box { margin-bottom:25px; }
    .row-fluid .counter-box:last-child { margin-bottom:0; }
     
    .row-fluid .testi-slick .testi-row { padding-left:35px; padding-right:35px; }
    
    .row-fluid .services-secrow { padding:60px 0; }
    .row-fluid .sevice-box { margin-bottom:25px; }
    .row-fluid .sevice-box:last-child { margin-bottom:0; }
    .row-fluid .services-title,.row-fluid .testing-title { margin-top:20px; float:left; width:100%; }
    
    .row-fluid .menu-ctalink a { padding-top:0 !important; }
    
    .row-fluid .services-boxlistings .hs_cos_wrapper_type_custom_widget { width:100%; margin-bottom:25px; }
    
    .row-fluid .macbook-section { padding:60px 0; }
    .row-fluid .macbook-screen { max-width:450px; margin:0 auto 25px !important; float:none; padding:23px 38px 122px 22px; display:table; }
    .row-fluid .customer-povcontent { padding-bottom:0; }
    .row-fluid .laptop-screen .moniiphone-screen { max-width:140px; }
    .row-fluid .laptop-screen .lapvideo-wrap { padding:25px 88px 45px 0px; }
    
    .row-fluid .quamonito-section { padding:60px 0; }
    .row-fluid .quamonito-content { font-size:20px; line-height:28px; }
    
    .row-fluid .happens-row { padding:60px 0; }
    .row-fluid .happens-row .customer-povcontent { padding-left:15px; }
    .row-fluid .happens-row .laptop-screen { margin-bottom:40px; }
    
    .row-fluid .perfomance-section { padding:60px 0; }
    .row-fluid .twoteam-col { width:100%; }
    .row-fluid .twoteam-imgwrap { margin-bottom:25px; text-align:center; }
    .row-fluid .twoteam-imgwrap img { max-width:400px; }
    
    .row-fluid .proservice-row { padding:60px 0; overflow-x:hidden; }
    .row-fluid .procustomer-text { font-size:16px; line-height:24px; }
    
    .row-fluid .frresult-section .counter-box { width:100%; margin-bottom:20px; }
    .row-fluid .frresult-section .counter-box:last-child { margin-bottom:0; }
    .row-fluid .frtesting-section .customer-povcontent { padding-left:15px; }
    .row-fluid .noprogramm-section .laptop-screen { margin-bottom:35px; }
    .row-fluid .darkages-section { padding-bottom:60px; }
    
    .row-fluid .frtesting-ctasection,.row-fluid .slider-section { padding:60px 0; }
    .row-fluid .frresult-section.monislider-section .testi-icon {  margin-bottom:10px;  }
    
    
    
    /*=========*/
    .row-fluid .resources_section { padding:50px 0; }
    .row-fluid .resoures_cover > span { margin:0; width:100%; float:left; text-align:center; }
    .row-fluid .resoures_cover > span .hs_cos_wrapper { width:100%; max-width:100%; margin:0 0 40px; float:none; display:inline-block;  }
    .row-fluid .resoures_cover > span .hs_cos_wrapper > div { margin-left:auto; margin-right:auto; float:none; }
    .row-fluid .resoures_cover .resources_image { height:388px; }
    
    .row-fluid .thankyou_hero.hero-section { padding:50px 0; }
    .row-fluid .resourelading_right { text-align:center; padding-top:30px; }
    .row-fluid .resourelading_right h2 {font-size: 28px;line-height: 34px; padding-bottom: 5px; }
    .row-fluid .resourelading_right ul { text-align:left; }
    .row-fluid .landresor_form form { text-align:left; }
    .row-fluid .landresor_form form .hs-button { float:none; display:inline-block; }
    .row-fluid .resourelading_right h3 { padding-bottom: 10px; }
    .row-fluid .landresor_form form .hs_submit {  width:100%; float:left; text-align:center; }
    
    .row-fluid .contactservice_box h2 { font-size: 34px; line-height: 50px; padding-bottom: 10px; }
    .row-fluid .contactinfo_area { padding:40px 0; font-size: 20px; line-height: 30px; }
    .row-fluid .resoures_cover .resources_content { height:auto !important; }
    
    .thankyou_page .row-fluid .thankyou_hero.hero-section { padding:60px 0 60px; }
    
    .contactpage_hero .row-fluid .hero-section { padding:60px 0; }
    .row-fluid .contactform_right { margin-top:30px; }
     
    .row-fluid .thankyou_hero.bookdemo_hero h1 { font-size: 32px; line-height: 48px; }
    .row-fluid .thankyou_hero.bookdemo_hero h1 br { display:none;}
    .row-fluid .thankyou_section { padding-bottom: 60px; }
    
    .row-fluid .copyright_footer .copyright_icon { width:50%; float:left; padding-top: 0; }  
    
    /* .row-fluid .wherebeen_section h3 { padding:40px 0 ; font-size: 18px; line-height: 24px } */
    .row-fluid .wheregoing_section { padding:40px 0 ; font-size: 18px; line-height: 24px  }
    .row-fluid .wheregoing_section h2 { font-size:32px; line-height:40px; }
    .row-fluid .wheregoing_section h3 { font-family: 'Work Sans'; text-transform: uppercase; font-size: 14px; line-height: 18px; font-weight: 400; letter-spacing: 0.25em; }
    
    .row-fluid .whoare_section h3 { font-family: 'Work Sans'; text-transform: uppercase; font-size: 14px; line-height: 18px; font-weight: 400; letter-spacing: 0.25em; }
    .row-fluid .benefit_slider { padding:50px 0;  }
    .row-fluid .benefit_slider .benefit_box { font-size: 34px; line-height: 40px; margin-bottom: 10px; }
    
    .row-fluid .contactform_right form .hs_submit { text-align:center; }
    .row-fluid .contactform_right form .hs-button { float:none; display:inline-block; }
    .row-fluid .bottom-footer .ft-col .hs-menu-wrapper > ul { padding-right:0; }
    
    .row-fluid .laptopfull-screen .lapvideo-wrap { padding:23px 79px 46px 61px; }
    .row-fluid .laptopfull-screen .lapvideo-wrap img { max-width:100%; }
    .row-fluid .laptopfull-screen.laptop-screen > div { margin-left:auto; margin-right:auto; }
     
    
}

@media  (max-width: 640px) {
    .slick-next { right:0px; }
    .slick-prev { left:0px; }
    .slick-arrow { width:12px; height:40px; }
    .slick-next:before,.slick-prev:before { width:12px; height:40px; background-size:100% 100%; }
    
    .row-fluid .product-listing .hs_cos_wrapper_type_custom_widget { width:100%; }

    .row-fluid .proservice-listing .pdcontent-boxwrap .link-style a { font-size:18px; line-height:26px; }
    .row-fluid .proservice-listing .pdcontent-boxwrap .link-style a:after { margin-top:2px;}
    
    .row-fluid .ctastrip-section .link-style a { font-size:18px; line-height:24px; }
    .row-fluid .ctastrip-section .link-style a:after { font-size:24px; line-height:30px; }
    
    .row-fluid .video-section { padding:100px 0; }
    .row-fluid .testcreation-section { padding-bottom:30px; }
    
    .row-fluid .result-section .result-title { margin-bottom:20px; }
    .row-fluid .testi-slick .testi-row { padding-left:15px; padding-right:15px; }
    
    .row-fluid .slider-section .testi-row h2 { font-size:22px; line-height:26px; }
    .row-fluid .testcreation-section .middle-content { margin-bottom:15px; }
    
    .row-fluid .middle-content { font-size:18px; line-height:26px; }
    
    .slick-dots li,.slick-dots li button,.slick-dots li button:before { width:10px; height:10px; }
    
}

@media  (max-width: 568px) {
    .row-fluid .hs-form fieldset .field { padding:0 0 15px 0 !important; width:100% !important;  }
    .row-fluid .hs-form .field , .row-fluid .hs-form .field { padding:0 0 15px 0 }
    
    .row-fluid .hs-form .form-columns-2 .field { padding:0 0 15px 0 }
    .row-fluid .hs-form .form-columns-2 .field:first-child { padding:0 0 15px 0 }
    .row-fluid .hs-form .form-columns-2 .field:first-child+.field { padding:0 0 15px 0 }
   
    form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input{ width:100% !important;}
    .hs-form fieldset.form-columns-2 .input,.hs-form fieldset.form-columns-1 .input{ margin-right:0 !important;}
    
    .row-fluid .bottom-footer .ft-col,.row-fluid .bottom-footer .ft-addcol { float:left; width:100%; }
    .row-fluid .bottom-footer .ft-addcol { margin-bottom:0; }
    .row-fluid .hero-content { font-size:18px; line-height:26px; }
    
    .row-fluid .serv-type:after { width:270px; background-size:100%; }
    
    .row-fluid .macbook-screen { max-width:280px; padding:14px 25px 70px 14px; }
    .row-fluid .blindspots-row .macbook-screen { padding-bottom:70px; }
    
    .row-fluid .innerhero-subtitle { font-size:12px; line-height:18px; }
    
    .row-fluid .twoteam-imgwrap img { max-width:100%; }
    
    .row-fluid .perfomance-screens .perfomance-screen:nth-child(2) { margin-top:20px; }
    .row-fluid .perfomance-screens .perfomance-screen:last-child { margin-top:40px; }
    
    .row-fluid .laptop-screen .lapvideo-wrap { padding:16px 58px 26px 0px; }
    .row-fluid .laptop-screen .moniiphone-screen { max-width:110px; }
    .row-fluid .laptop-screen > div { position:relative; max-width:307px; }
    .row-fluid .laptopfull-screen .lapvideo-wrap { padding:12px 48px 29px 40px; }
}

@media  (max-width: 320px) {
    

}

/* pb+j Code START */

.mini-title h3 { font-family: 'Work Sans'; text-transform: uppercase; font-size: 14px; line-height: 18px; font-weight: 400; letter-spacing: 0.25em; }

@media screen and (max-width: 767px) {
    

}

@media (min-width: 992px) and (max-width:1200px) {
    .row-fluid .resoures_cover .resources_image { height:370px; }
}


@media screen and (max-width: 640px) {
    
    
    /* Main Fonts */
    h1 { font-size:48px; line-height:1.2em!important; }
    
    /* Main Footer */
    .row-fluid .bottom-footer,
    .row-fluid .bottom-footer .ft-addcol { text-align: center!important; }
    
    /* Cycle Icon Sections */
    .row-fluid .innerservices-secrow:before { background: none!important; }
    
    /* Slideshow Banners */
    .row-fluid .testi-slick .testi-row { padding-left:40px!important; padding-right:40px!important; }
    .row-fluid .benefit_slider .benefit_box,
    .row-fluid .slider-section .testi-row h2 { font-size:18px!important; line-height:24px!important; }
    
    /* Hero Banners */
    /* .row-fluid .hero-section { padding: 50px 0 75px!important; } */
    body:not(.home-page) .row-fluid .innerhero-section { padding: 60px 0 100px; }
    
    /* Homepage */
    .row-fluid .sevice-box:nth-child(3) .serv-link a { color: #00EA90; }
    .performance-testing a { color: #A8FF00; }
    
    /* Contact Us */
    .row-fluid .contactinfo_area { text-align: center!important; }
    
    /* Book a Demo */
    .row-fluid .thankyou_hero.bookdemo_hero h1 { font-size: 24px; }
    
    /* Left Pointing Arrows */
  	.point-left span { display: none; }
  	.point-left:after { content: "\25C0 \FE0E \00A0 \25C0 \FE0E \00A0 \25C0 \FE0E \00A0"; }
  
    /* Right Pointing Arrows */
  	.point-right span { display: none; }
  	.point-right:after { content: "\25B6 \FE0E \00A0 \25B6 \FE0E \00A0 \25B6 \FE0E \00A0"; }
    
}

/*** Cookie Policy ****/

body div#hs-eu-cookie-confirmation.can-use-gradients {
    background-color: rgb(45, 62, 79);
}

body div#hs-eu-cookie-confirmation.can-use-gradients div#hs-eu-cookie-confirmation-inner p {
    color: #fff !important;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background: #293e51;
    padding: 20px 0px;
}
body div#hs-eu-cookie-confirmation.can-use-gradients div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
    margin-top: 20px;
    display: block;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
    color: #add8e6 !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    background-color: white !important;
    border: white 1px solid !important;
    color: #243e53 !important;
    font-size: 14px !important;
    margin-right: 12px !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  opacity: 0.8;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    border: 1px solid white !important;
    color: white !important;
    font-size: 14px !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover {
  text-decoration: underline !important;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  box-shadow: none !important;
}