/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css');

@font-face {
  font-family: BearingPointSans;
  src: url('//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Fonts/BearingPointSans-LC.eot') format('embedded-opentype'), 
    url('//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Fonts/BearingPointSans-LC.woff') format('woff'), 
    url("//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Fonts/BearingPointSans-LC.woff2") format("woff2"),
    url('//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Fonts/BearingPointSans-LC.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: FS Albert;
  src: url('//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Fonts/FSAlbertWeb.eot') format('embedded-opentype'), 
    url('//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Fonts/FSAlbertWeb.woff') format('woff'), 
    url('//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Fonts/FSAlbertWeb.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: FS Albert;
  src: url('//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Fonts/FSAlbertWeb-Bold.eot') format('embedded-opentype'), 
    url('//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Fonts/FSAlbertWeb-Bold.woff') format('woff'), 
    url('//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Fonts/FSAlbertWeb-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: BPC Icons; 
  src: url("//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Fonts/bpc-icons.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Fonts/bpc-icons.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Fonts/bpc-icons.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Fonts/bpc-icons.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}



/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
/*     .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    } */
/*     .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    } */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

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

html {
  font-size: 112.5%;
} 

body {
  background: #f5f5f5;
  font-family: FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --primary-rgb: 147,213,34;
  --secondary-rgb: 3,62,142;
}


/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 65.55556rem;
  margin: 0 auto;
  padding-right: 3.33333rem;
  padding-left: 3.33333rem;
}

/* Highlighted Text 
::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
}
*/


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  font-weight: 400;
  margin: 15px 0;
  line-height: 1.4;
  color: #222;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.5rem;
  line-height: 1.25;
  font-family: BearingPointSans,FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.55556rem;
}

h5 {
  font-size: 1.38889rem;
}

h6 {    
  font-size: 1.33333rem;
}





/* Anchor Links */
a { 
  color: #29d5ff;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

a:hover, a:focus { 
  color: #6c03a8;
}

/* Lists */
ul, ol {
  padding-left: 1.25rem;
}

ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.cm-header-wrapper {
  background: transparent;
  padding-top: 1.94444rem;
  padding-bottom: 1.94444rem;
  position: absolute;
  width: 100% !important;
  top: 0;
  left: 0;
  z-index: 9999999;
  margin-left: 0 !important;
}


.error-template .cm-header-wrapper,
.subscription-template .cm-header-wrapper,
.password-template .cm-header-wrapper,
.cm-search-template .cm-header-wrapper,
.no-banner .cm-header-wrapper {
  position: relative;
  background-color: #222;
}

.error-template .cm-header-wrapper:before,
.subscription-template .cm-header-wrapper:before,
.password-template .cm-header-wrapper:before,
.cm-search-template .cm-header-wrapper:before,
.no-banner .cm-header-wrapper:before {
  display: none;
}

.cm-header-wrapper:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100%;
  z-index: -999;
  background: -webkit-gradient(linear,left top,left bottom,from(#000),color-stop(.8%,rgba(0,0,0,.989)),color-stop(3%,rgba(0,0,0,.957)),color-stop(6.5%,rgba(0,0,0,.908)),color-stop(11.1%,rgba(0,0,0,.845)),color-stop(16.8%,rgba(0,0,0,.77)),color-stop(23.4%,rgba(0,0,0,.685)),color-stop(30.7%,rgba(0,0,0,.595)),color-stop(38.7%,rgba(0,0,0,.502)),color-stop(47.1%,rgba(0,0,0,.408)),color-stop(55.9%,rgba(0,0,0,.317)),color-stop(64.8%,rgba(0,0,0,.231)),color-stop(73.9%,rgba(0,0,0,.154)),color-stop(82.8%,rgba(0,0,0,.088)),color-stop(91.6%,rgba(0,0,0,.035)),to(transparent));
  background: linear-gradient(180deg,#000 0,rgba(0,0,0,.989) .8%,rgba(0,0,0,.957) 3%,rgba(0,0,0,.908) 6.5%,rgba(0,0,0,.845) 11.1%,rgba(0,0,0,.77) 16.8%,rgba(0,0,0,.685) 23.4%,rgba(0,0,0,.595) 30.7%,rgba(0,0,0,.502) 38.7%,rgba(0,0,0,.408) 47.1%,rgba(0,0,0,.317) 55.9%,rgba(0,0,0,.231) 64.8%,rgba(0,0,0,.154) 73.9%,rgba(0,0,0,.088) 82.8%,rgba(0,0,0,.035) 91.6%,transparent);
}

.banner-content {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: 999;
}

.custom-banner-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  margin-top: -1px;
  background-color: #000;
}

.cm-header-logo-wrapper {
  position: relative;
  width: 16.5rem !important;
  /*   margin-right: 2.77778rem; */
  margin-left: 0 !important;
  float: left !important;
}

.custom-menu-primary.desktop-nav {
  width: auto !important;
  float: right !important;
  margin: 0 !important;
}

h1.cm-banner-title {
  font-size: 1.33333rem;
  margin-top: 0;
  margin-bottom: .83333rem;
  font-family: FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  font-weight: 400;
  display: block;
  line-height: 1.4;
  color: #fff;
}

h2.cm-banner-subtitle {
  font-family: BearingPointSans,FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  font-weight: 700;
  color: #29d5ff;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.25;
}

img.show-mobile-img {
  display: none;
}

.cm-popup-form .hs-form {
  margin-bottom: 0;
}

.mobile-overlay {
  -webkit-transition: visibility 0s ease .3s,opacity .3s ease;
  transition: visibility 0s ease .3s,opacity .3s ease;
  background-color: rgba(0,0,0,.7);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 99999999;
  cursor: pointer;
}

.mobile-open .mobile-overlay,
.active-popup .mobile-overlay {
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  opacity: 1;
  visibility: visible;
}

.mobile-overlay:before {
  content: "";
  position: absolute;
  background-color: RGB(var(--secondary-rgb));
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .15;
}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {
  padding-top: 20px;
  padding-bottom: 35px;
}

.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.custom_error_message p {
  margin: 15px 0px;
}

.custom_error_message .hs-button {
  margin: 15px 0px !important;
}

.submitted-message {
  padding-bottom: 20px;
  color: #333;
}




/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.cm-footer-wrapper {
  background-color: #222;
  padding-top: 2.14286rem;
  padding-bottom: 1.66667rem;
  color: #fff;
}

.cm-footer-wrapper a {
  color: #fff;
}

.cm-ft-social-icon-wrapper {
  width: auto !important;
  float: right !important;
  padding: 0;
  margin-bottom: 0;
}

ul.cm-ft-social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.cm-ft-social-icon li {
  padding: 0 .27778rem;
  float: left;
}

ul.cm-ft-social-icon li a {
  width: 2.66667rem;
  height: 2.66667rem;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  font-size: 0;
  color: #313131;
  border-radius: 100%;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,transform .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,transform .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  background-image: radial-gradient(#fff 65%,transparent 0);
  border-radius: 100%;
  display: block;
}

ul.cm-ft-social-icon li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.15)),to(hsla(0,0%,80%,.05)));
  background-image: linear-gradient(90deg,hsla(0,0%,100%,.15),hsla(0,0%,80%,.05));
  width: 2.22222rem;
  height: 100%;
  -webkit-transform: translate3d(-150%,0,0) skewX(-25deg);
  transform: translate3d(-150%,0,0) skewX(-25deg);
  -webkit-transition: none;
  transition: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ul.cm-ft-social-icon li a:before {
  content: "";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: BPC Icons;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.66667rem;
  height: auto;
  font-size: 2.66667rem;
  line-height: 2.66667rem;
  display: block;
}

ul.cm-ft-social-icon li a.twitter:before {
  content: "\E916";
}

ul.cm-ft-social-icon li a.youtube:before {
  content: "\E918";
}

ul.cm-ft-social-icon li a.linkedin:before {
  content: "\E90B";
}

ul.cm-ft-social-icon li a:hover {
  background-image: radial-gradient(RGB(var(--primary-rgb)) 65%,transparent 0);
}

ul.cm-ft-social-icon li a:hover:after {
  left: 100%;
  -webkit-transform: translate3d(50%,0,0) skewX(-25deg);
  transform: translate3d(50%,0,0) skewX(-25deg);
  -webkit-transition: left .4s ease-out,-webkit-transform .4s ease-out;
  transition: left .4s ease-out,-webkit-transform .4s ease-out;
  transition: transform .4s ease-out,left .4s ease-out;
  transition: transform .4s ease-out,left .4s ease-out,-webkit-transform .4s ease-out;
}

.cm-ft-copyright {
  width: auto !important;
  margin: 0 !important;
  line-height: normal;
  display: table-cell !important;
  vertical-align: middle;
  position: relative;
  bottom: -11px;
}

.cm-ft-copyright p {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  position: static;
  padding-right: 2.22222rem;
  font-size: .88889rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}

.cm-ft-menu {
  display: table-cell !important;
  padding-bottom: 0;
  width: auto !important;
  float: right !important;
  line-height: normal;
  position: relative;
  bottom: -11px;
}

.cm-ft-content-group {
  width: auto !important;
  margin: 0 !important;
  float: left !important;
}

.cm-ft-content-group > .row-fluid-wrapper > .row-fluid {
  display: table;
  height: 2.66667rem;
}

.cm-ft-menu ul li a {
  font-size: .88889rem;
  line-height: 26px;
}

.cm-ft-menu ul li {
  padding: 0 1.11111rem 0 0;
}

.cm-ft-menu ul li a:hover {
  color: #93d522;
}

ul.cm-ft-social-icon li:last-child {
  padding-right: 3px;
}

.cm-ft-contact-us-wrapper {
  padding: 4.44444rem 0;
  background-color: #f5f5f5;
}

.cm-contact-us-content h2 {
  margin-top: 0;
  color: #29d5ff;
  font-size: 2.5rem;
  line-height: 1.25;
  margin-bottom: 1.94444rem;
  font-family: BearingPointSans,FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  font-weight: 700;
}

.cm-contact-us-content p {
  margin-bottom: 2rem;
  font-size: inherit;
  line-height: 1.6;
  margin-top: 0;
}

.cm-contact-us-content a {
  -webkit-appearance: none;
  text-decoration: none !important;
  white-space: pre-wrap;
  display: inline-block;
  vertical-align: middle;
  padding: .75em 3.11111em;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,transform .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,transform .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  background-color: RGB(var(--primary-rgb));
  color: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2.88889em;
  font-family: FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  font-weight: 400;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
  background-color: #29d5ff;
  margin: 0;
}

.cm-contact-us-content a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.15)),to(hsla(0,0%,80%,.05)));
  background-image: linear-gradient(90deg,hsla(0,0%,100%,.15),hsla(0,0%,80%,.05));
  width: 2.22222rem;
  height: 100%;
  -webkit-transform: translate3d(-150%,0,0) skewX(-25deg);
  transform: translate3d(-150%,0,0) skewX(-25deg);
  -webkit-transition: none;
  transition: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
}

.cm-contact-us-content a:hover {
  background-color: #6c03a8;
  color: #fff;
}

.cm-contact-us-content a:hover:after {
  left: 100%;
  -webkit-transform: translate3d(50%,0,0) skewX(-25deg);
  transform: translate3d(50%,0,0) skewX(-25deg);
  -webkit-transition: left .4s ease-out,-webkit-transform .4s ease-out;
  transition: left .4s ease-out,-webkit-transform .4s ease-out;
  transition: transform .4s ease-out,left .4s ease-out;
  transition: transform .4s ease-out,left .4s ease-out,-webkit-transform .4s ease-out;
}

.fixed-social-share ul {
  list-style: none;
  margin: 0;
  padding: 0 .55556rem;
  margin-bottom: .5rem;
}

.cm-sidebar-social-share {
  position: fixed;
  top: 8.88889rem;
  right: 0;
  height: auto;
  padding: 0;
  border-radius: 4px 0 0 4px;
  background-color: #000;
  z-index: 99999999;
  width: 3.33333rem !important;
}

.fixed-social-share ul li {
  vertical-align: middle;
}

.fixed-social-share a.twitter:before {
  content: "\E917";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1.11111rem;
  font-family: BPC Icons;
}

.fixed-social-share a.facebook:before {
  content: "\E909";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1.11111rem;
  font-family: BPC Icons;
}

.fixed-social-share a.linkedin:before {
  content: "\E90C";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1.11111rem;
  font-family: BPC Icons;
}

.fixed-social-share a.mail:before {
  content: "\E905";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1.11111rem;
  font-family: BPC Icons;
}

.fixed-social-share ul li a span {
  display: none;
}

.fixed-social-share ul li a {
  color: #fff;
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 0;
  line-height: 1;
  height: 2.22222rem;
}

.fixed-social-share ul li:first-child {
  border-top: 1px solid hsla(0,0%,100%,.6);
  padding-top: .45rem;
}

span.share-icon {
  width: 100%;
  padding: .55556rem;
  top: 0;
  display: block;
  border: none;
  font-size: 0;
  color: #fff;
  position: relative;
  line-height: 1;
  height: 3.33333rem;
}

span.share-icon:before {
  content: "\E913";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1.33333rem;
  font-family: BPC Icons;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: hsla(0,0%,100%,.6);
}

.fixed-social-share ul li a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  line-height: 1.2;
  height: auto;
  font-size: 1.33333rem !important;
  color: inherit;
  clip: rect(-1px,30px,100px,-1px);
}


.fixed-social-share ul li a:hover {
  color: #93d522;
}

.cm-request-a-demo-btn p {
  line-height: 1;
  position: fixed;
  transform-origin: top right;
  z-index: 99999999;
  padding: .66667rem 0;
  border-radius: 0;
  -webkit-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
  vertical-align: middle;
  margin: 0;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  background-color: #29d5ff;
  color: #fff;
  text-decoration: none;
  font-family: FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  font-weight: 400;
  border: 2px solid transparent;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 8.83333rem;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out,opacity .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,opacity .25s ease-out;
  display: block;
  height: 60px;
  padding: 1rem 0;
}

.cm-request-a-demo-btn p:hover {
  background-color: RGB(var(--secondary-rgb));
  color: #fff;
}

.cm-request-a-demo-btn p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.15)),to(hsla(0,0%,80%,.05)));
  background-image: linear-gradient(90deg,hsla(0,0%,100%,.15),hsla(0,0%,80%,.05));
  width: 2.22222rem;
  height: 100%;
  -webkit-transform: translate3d(-150%,0,0) skewX(-25deg);
  transform: translate3d(-150%,0,0) skewX(-25deg);
  -webkit-transition: none;
  transition: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cm-request-a-demo-btn p:hover:after {
  left: 100%;
  -webkit-transform: translate3d(50%,0,0) skewX(-25deg);
  transform: translate3d(50%,0,0) skewX(-25deg);
  -webkit-transition: left .4s ease-out,-webkit-transform .4s ease-out;
  transition: left .4s ease-out,-webkit-transform .4s ease-out;
  transition: transform .4s ease-out,left .4s ease-out;
  transition: transform .4s ease-out,left .4s ease-out,-webkit-transform .4s ease-out;
}

.cm-request-a-demo-popup {
  top: 0;
  overflow: hidden;
  position: fixed;
  width: 100% !important;
  max-height: 100%;
  z-index: 9999999999;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: rgba(0,0,0,.97);
  padding: 3.33333rem 0;
}

.active-popup .cm-request-a-demo-popup {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}


.popup-close {
  width: 60px;
  height: 55px;
  top: 0;
  color: #fff;
  font-size: 0;
  overflow: hidden;
  z-index: 12;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  background-color: #222;
  transform: none;
  position: fixed;
  padding: 0;
  right: 0;
  bottom: auto;
  left: auto;
  cursor: pointer;
}

.popup-close:before {
  content: "\E910";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1.33333rem;
  font-family: BPC Icons;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: inherit;
  clip: rect(-1px,30px,100px,-1px);
  -webkit-transform: translate(-50%,-50%) rotate(45deg)!important;
  transform: translate(-50%,-50%) rotate(45deg)!important;
}

.popup-close:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.15)),to(hsla(0,0%,80%,.05)));
  background-image: linear-gradient(90deg,hsla(0,0%,100%,.15),hsla(0,0%,80%,.05));
  width: 2.22222rem;
  height: 100%;
  -webkit-transform: translate3d(-150%,0,0) skewX(-25deg);
  transform: translate3d(-150%,0,0) skewX(-25deg);
  transition: none;
}

.popup-close:hover:after {
  left: 100%;
  -webkit-transform: translate3d(50%,0,0) skewX(-25deg);
  transform: translate3d(50%,0,0) skewX(-25deg);
  -webkit-transition: left .4s ease-out,-webkit-transform .4s ease-out;
  transition: left .4s ease-out,-webkit-transform .4s ease-out;
  transition: transform .4s ease-out,left .4s ease-out;
  transition: transform .4s ease-out,left .4s ease-out,-webkit-transform .4s ease-out;
}

.popup-close span.icon-shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  color: transparent;
  pointer-events: none;
  font-size: 0;
  --primary-rgb: 147,213,34;
  --secondary-rgb: 3,62,142;
}

.popup-close span.icon-shadow:before {
  content: "\E910";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1.33333rem;
  font-family: BPC Icons;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: clip 0s ease-out .25s;
  transition: clip 0s ease-out .25s;
  clip: rect(-1px,-1px,100px,-1px);
  -webkit-transform: translate(-50%,-50%) rotate(45deg)!important;
  transform: translate(-50%,-50%) rotate(45deg)!important;
}

.popup-close:hover span.icon-shadow:before {
  -webkit-transition: clip .25s ease-out .1s;
  transition: clip .25s ease-out .1s;
  clip: rect(-1px,30px,100px,-1px);
}

.popup-close:hover span.icon-shadow {
  -webkit-transition: none;
  transition: none;
  color: RGB(var(--primary-rgb));
}

.cm-popup-form h3 {
  font-size: 1.55556rem;
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 1.22222rem;
  font-weight: 700;
  font-family: FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  font-style: normal;
  color: #fff;
  padding-right: .55556rem;
  padding-left: .55556rem;
}

.cm-popup-form .hs-form-field > label {
  display: none;
}

.cm-popup-form .hs-form-field > label {
  display: none;
}

.cm-popup-form .hs-form .hs-input {
  border: 2px solid hsla(0,0%,100%,.6);
  color: #fff;
  box-shadow: none;
  max-width: 100%;
  margin-bottom: 1rem;
}

.cm-popup-form .hs-form .hs-input::-webkit-input-placeholder {
  color: #fff;
}

.cm-popup-form .hs-form .hs-input:focus {
  border-color: #fff;
}

.cm-popup-form .hs-form-field {
  width: 50%;
  padding-right: .55556rem;
  padding-left: .55556rem;
  display: inline-block;
}

.cm-popup-form .hs-form-field:last-child {
  width: 100% !important;
}

.cm-popup-form .hs_recaptcha.hs-form-field {
  width: 100%;
}

.cm-popup-form  .hs_submit.hs-submit {
  clear: both;
  padding-right: .55556rem;
  padding-left: .55556rem;
}

.cm-popup-form > .hs_cos_wrapper {
  margin: 0 -.55556rem;
}

.cm-popup-form .hs-form .hs-button {
  color: rgba(0,0,0,.9);
  background-color: #fff;
}

.cm-popup-form .hs-form .hs-button:hover {
  background-color: RGB(var(--secondary-rgb));
  color: #fff;
}










/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary.desktop-nav .hs-menu-wrapper > ul {
  float: right;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper > ul > li{}

.custom-menu-primary.desktop-nav .hs-menu-wrapper > ul > li > a {
  display: block;
  padding-left: .41667rem;
  padding-right: .41667rem;
  margin-left: .41667rem;
  margin-right: .41667rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: hsla(0,0%,100%,.65);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper > ul > li:last-child > a {
  margin-right: 0;
  padding-right: 0;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper > ul > li > a:hover {
  color: #fff;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper > ul > li.clicked > a {
  color: #fff;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper > ul > li.active > a {
  color: hsla(0,0%,100%,.65);
  border-bottom-color: hsla(0,0%,100%,.65);
}




/* Child List */

.custom-menu-primary.desktop-nav .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: static !important;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper > ul > li > ul {
  left: 0 !important;
  right: 0 !important;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(350px) rotateX(-90deg);
  -o-transform: perspective(350px) rotateX(-90deg);
  transform: perspective(350px) rotateX(-90deg);
  box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
  transition: 0.5s linear 0s !important;
}

.cm-header-wrapper .page-center {
  position: relative;
}


.custom-menu-primary.desktop-nav .hs-menu-wrapper > ul ul{
  background-color: transparent;
  visibility: hidden !important;
  opacity: 0 !important;
  display:block !important;
  top: calc(5.55556rem - 1.94444rem);
  transition: 0.5s linear 0s !important;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper > ul > li.clicked > ul{
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: perspective(350px) rotateX(0deg);
  -o-transform: perspective(350px) rotateX(0deg);
  transform: perspective(350px) rotateX(0deg);
  -webkit-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.5s linear 0s !important;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper>ul ul ul {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  left: 0 !important;
  position: static !important;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper > ul ul li a {
  white-space: pre-wrap !important;
}

.cm-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: flex;
  overflow: hidden;
  color: #222;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 80px rgba(0,0,0,.2);
  box-shadow: 0 0 80px rgba(0,0,0,.2);
}

.cm-dropdown > li:nth-child(1) {
  width: 46.66667%;
  padding: 3.33333rem;
  background-color: #fff;
  min-height: 20rem;
}

.cm-dropdown > li:nth-child(2) {
  width: 26.66667%;
  background-color: #f5f5f5;
  padding-top: 3.33333rem;
  padding-bottom: 3.33333rem;
  position: relative !important;
  z-index: 9999;
}

.cm-dropdown > li:nth-child(3) {
  width: 26.66667%;
}

.cm-dropdown > li:nth-child(1) > ul > li:nth-child(1) > a {
  font-size: 1.55556rem;
  line-height: 1.4;
  margin-bottom: 1.22222rem;
  font-weight: 700;
  color: #222;
  pointer-events: none;
}

.cm-dropdown > li:nth-child(1) > ul > li:nth-child(2) > a {
  margin-bottom: 2rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  color: #222;
}

.cm-dropdown > li:nth-child(1) > ul > li:nth-child(3) > a {
  padding: .75em 3.11111em;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,transform .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,transform .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  color: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2.88889em;
  font-family: FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  font-weight: 400;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
  width: auto !important;
  display: inline-block !important;
  background-color: RGB(var(--primary-rgb));
}

.cm-dropdown > li:nth-child(1) > ul > li:nth-child(3) > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.15)),to(hsla(0,0%,80%,.05)));
  background-image: linear-gradient(90deg,hsla(0,0%,100%,.15),hsla(0,0%,80%,.05));
  width: 2.22222rem;
  height: 100%;
  -webkit-transform: translate3d(-150%,0,0) skewX(-25deg);
  transform: translate3d(-150%,0,0) skewX(-25deg);
  -webkit-transition: none;
  transition: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cm-dropdown > li:nth-child(1) > ul > li:nth-child(3) > a:hover:after {
  left: 100%;
  -webkit-transform: translate3d(50%,0,0) skewX(-25deg);
  transform: translate3d(50%,0,0) skewX(-25deg);
  -webkit-transition: left .4s ease-out,-webkit-transform .4s ease-out;
  transition: left .4s ease-out,-webkit-transform .4s ease-out;
  transition: transform .4s ease-out,left .4s ease-out;
  transition: transform .4s ease-out,left .4s ease-out,-webkit-transform .4s ease-out;
}

.cm-dropdown > li:nth-child(1) > ul > li:nth-child(3) > a:hover {
  background-color: RGB(var(--secondary-rgb));
  color: #fff;
}

.cm-dropdown > li:nth-child(2) > ul {
  background-color: transparent !important;
}

.cm-dropdown > li:nth-child(2) > ul > li > a {
  color: #222;
  padding: .72222rem 3.33333rem .66667rem;
}

.cm-dropdown > li:nth-child(2) > ul > li > a:hover {
  color: RGB(var(--primary-rgb));
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper>ul ul .cm-dropdown>li:nth-child(3) > ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
}

.cm-dropdown>li:nth-child(3) > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: 100%;
  background-color: #000;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper .cm-dropdown>li:nth-child(3) > ul > li > a {
  display: block;
  width: 100% !important;
  padding: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}


.cm-dropdown>li:nth-child(3) > ul > li > a > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  color: #fff;
  margin: 0;
  padding-right: 3.33333rem;
  padding-left: 3.33333rem;
  font-weight: 700;
}

.cm-dropdown>li:nth-child(3) > ul > li:nth-child(1) > a {
  background-image: url(//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Images/Automotive_PR_header_image_1920_780.jpg);
}

li.hs-menu-item.hs-menu-depth-3 {}

.cm-dropdown>li:nth-child(3) > ul > li:nth-child(2) > a {
  background-image: url(//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Images/AWS_Partnership_1920x780.png);
}

.cm-dropdown>li:nth-child(3) > ul > li:nth-child(3) > a {
  background-image: url(//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Images/header.jpg);
}

.cm-dropdown>li:nth-child(3)>ul>li:after {
  content: "";
  display: block!important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s ease .1s;
  transition: all .3s ease .1s;
  pointer-events: none;
  border: 2px solid transparent;
}

.cm-dropdown>li:nth-child(3)>ul>li:hover:after {
  border-color: RGB(var(--primary-rgb));
}

.cm-dropdown>li:nth-child(2)>ul>li.hs-item-has-children>a:after {
  display: block;
  width: 0;
  height: 0;
  border: .44444rem inset;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #f5f5f5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
  z-index: 9999;
}

.cm-headline {
  opacity: .8;
  background-color: hsla(0,0%,91%,.4);
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 1.66667rem;
  pointer-events: none;
  white-space: nowrap;
  z-index: 999;
}

.cm-headline strong {
  position: absolute;
  display: block;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  font-weight: 400;
  font-size: .77778rem;
  text-transform: uppercase;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #fff;
  line-height: 1.66667rem;
  letter-spacing: .03em;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper .cm-dropdown>li:nth-child(2)>ul>li>ul {
  background-color: #e8e8e8;
  position: absolute !important;
  z-index: 4;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 100% !important;
  width: calc(100% + 1px);
  height: 100%;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 0% 50%;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  -o-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
  opacity: 0 !important;
  visibility: hidden !important;
}

.cm-dropdown>li:nth-child(2)>ul>li {
  position: static !important;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper .cm-dropdown>li:nth-child(2)>ul>li>ul>li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: 100%;
  background-color: #000;
  height: 33.33333%;
  margin-bottom: .66667rem;
  color: #222;
  border-radius: 4px;
  padding: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper .cm-dropdown>li:nth-child(2)>ul>li>ul>li:first-child>a {
  background-image: url(//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Images/TELECOMMUNICATIONS_HEADER_IMAGE_1920x780.png);
  color: #222;
  border-radius: 4px;
  display: block;
  width: 100% !important;
  padding: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper .cm-dropdown>li:nth-child(2)>ul>li>ul>li:first-child>a>span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  color: #fff;
  margin: 0;
  padding-right: 3.33333rem;
  padding-left: 3.33333rem;
  font-weight: 700;
  width: 100% !important;
}

.cm-dropdown>li:nth-child(2)>ul>li.hs-item-has-children>a {
  position: relative;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper .cm-dropdown>li:nth-child(2)>ul>li>ul>li:first-child:after {
  content: "";
  display: block!important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s ease .1s;
  transition: all .3s ease .1s;
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  right: 1px;
  border-bottom-right-radius: 0;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper .cm-dropdown>li:nth-child(2)>ul>li>ul>li:first-child:hover:after {
  border-color: RGB(var(--primary-rgb));
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper .cm-dropdown>li:nth-child(2)>ul>li>ul>li:not(:first-child)>a {
  display: block;
  color: #222;
  padding: .72222rem 3.33333rem .66667rem;
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper .cm-dropdown>li:nth-child(2)>ul>li>ul>li:not(:first-child)>a:hover {
  color: RGB(var(--primary-rgb));
}

.custom-menu-primary.desktop-nav .hs-menu-wrapper .cm-dropdown>li:nth-child(2)>ul>li.clicked>ul {
  -webkit-transform: perspective(350px) rotateY(0deg);
  -o-transform: perspective(350px) rotateY(0deg);
  transform: perspective(350px) rotateY(0deg);
  -webkit-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;
  visibility: visible !important;
  opacity: 1 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(3) .cm-dropdown>li:nth-child(3) > ul > li:nth-child(1) > a {
  background-image: url(//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Images/AWS_Partnership_1920x780.png);
}

.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(3) .cm-dropdown>li:nth-child(3) > ul > li:nth-child(2) > a {
  background-image: url(//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Images/19900_BEARINGPOINT_SUCCESS_TPG_HEADER_IMAGE.jpg);
}

.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(4) .cm-dropdown>li:nth-child(3) > ul > li:nth-child(2) > a {
  background-image: url(//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Images/19900_BEARINGPOINT_SUCCESS_TPG_HEADER_IMAGE.jpg);
}

.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(5) .cm-dropdown>li:nth-child(3) > ul > li:nth-child(1) > a {
  background-image: url(//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Images/A1_TELEKOM_580x297_dark.jpg);
}

.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(5) .cm-dropdown>li:nth-child(3) > ul > li:nth-child(2) > a {
  background-image: url(//cdn2.hubspot.net/hubfs/5391816/BearingPoint_March2019%20Theme/Images/BEARINGPOINT_1920X780_NEWS_TECH_IT_REPORT.jpg);
}







/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

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

  .custom-menu-primary.mobile-nav {
    display:none !important;
  } 

  .custom-menu-primary.desktop-nav {
    display:block !important;
  } 


}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1099px){

  .custom-menu-primary.mobile-nav {
    display:block !important;
  } 

  .custom-menu-primary.desktop-nav {
    display:none !important;
  } 

  .cm-lp-page .mobile-trigger {
    display: none !important; 
  }

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: fixed;
    top: 0px;
    left: 0;
    width: 44px;
    height: 40px;
    padding: 7px 10px 8px 10px;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    z-index: 9999999999999;
    border-bottom-right-radius: 4px;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,transform .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,transform .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
    background-color: #000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
  }

  .nav-opener .stripes {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale3d(.85,.85,1);
    transform: translate(-50%,-50%) scale3d(.85,.85,1);
    display: block;
    width: 22px;
  }

  .nav-opener .stripe {
    display: block;
    height: 2px;
    margin-top: 3px;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-radius: 1px;
    position: relative;
    overflow: hidden;
  }

  .nav-opener .stripe:first-child {
    margin-top: 0;
  }

  .nav-opener .stripe:nth-child(2) {
    -webkit-transition: opacity .15s,-webkit-transform .15s;
    transition: opacity .15s,-webkit-transform .15s;
    transition: opacity .15s,transform .15s;
    transition: opacity .15s,transform .15s,-webkit-transform .15s;
  }

  .nav-opener .stripe:after, .nav-opener .stripe:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
  }

  .nav-opener .stripe:after {
    -webkit-transition: clip 0s ease-out .25s,background-color .2s ease-out;
    transition: clip 0s ease-out .25s,background-color .2s ease-out;
    clip: rect(-1px,-1px,100px,-1px);
  }

  .nav-opener .stripe:before {
    background-color: #fff;
  }

  .nav-opener .stripe:before {
    clip: rect(-1px,22px,100px,-1px);
  }

  .nav-opener .stripe:after {
    background-color: transparent;
  }

  .nav-opener:focus .stripe:before, .nav-opener:hover .stripe:before {
    background-color: #fff;
  }

  .nav-opener:focus .stripe:before, .nav-opener:hover .stripe:before {
    clip: rect(-1px,22px,100px,22px);
  }

  .nav-opener:focus .stripe:after, .nav-opener:focus .stripe:before, .nav-opener:hover .stripe:after, .nav-opener:hover .stripe:before {
    -webkit-transition: clip .25s ease-out 0s;
    transition: clip .25s ease-out 0s;
  }

  .nav-opener:focus .stripe:after, .nav-opener:hover .stripe:after {
    background-color: RGB(var(--primary-rgb));
  }

  .nav-opener:focus .stripe:after, .nav-opener:hover .stripe:after {
    clip: rect(-1px,22px,100px,-1px);
  }

  .nav-opener:focus .stripe:nth-child(3):after, .nav-opener:focus .stripe:nth-child(3):before, .nav-opener:hover .stripe:nth-child(3):after, .nav-opener:hover .stripe:nth-child(3):before {
    -webkit-transition: clip .25s ease-out .1s;
    transition: clip .25s ease-out .1s;
  }

  .nav-opener:focus .stripe:nth-child(3):after, .nav-opener:focus .stripe:nth-child(3):before, .nav-opener:hover .stripe:nth-child(3):after, .nav-opener:hover .stripe:nth-child(3):before {
    -webkit-transition: clip .25s ease-out .1s;
    transition: clip .25s ease-out .1s;
  }

  .nav-opener:focus .stripe:nth-child(2):after, .nav-opener:focus .stripe:nth-child(2):before, .nav-opener:hover .stripe:nth-child(2):after, .nav-opener:hover .stripe:nth-child(2):before {
    -webkit-transition: clip .25s ease-out .05s;
    transition: clip .25s ease-out .05s;
  }

  .nav-opener:focus .stripe:nth-child(2):after, .nav-opener:focus .stripe:nth-child(2):before, .nav-opener:hover .stripe:nth-child(2):after, .nav-opener:hover .stripe:nth-child(2):before {
    -webkit-transition: clip .25s ease-out .05s;
    transition: clip .25s ease-out .05s;
  }

  .mobile-open .nav-opener .stripe:first-child {
    -webkit-transform: translate3d(0,5px,0) rotate(45deg) scale(1.1);
    transform: translate3d(0,5px,0) rotate(45deg) scale(1.1);
  }

  .mobile-open .nav-opener .stripe:nth-child(2) {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  .mobile-open .nav-opener .stripe:last-child {
    -webkit-transform: translate3d(0,-5px,0) rotate(-45deg) scale(1.1);
    transform: translate3d(0,-5px,0) rotate(-45deg) scale(1.1);
  }

  .mobile-open .nav-opener .stripe:nth-child(2) {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    opacity: 0;
  }

  .mobile-trigger:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.15)),to(hsla(0,0%,80%,.05)));
    background-image: linear-gradient(90deg,hsla(0,0%,100%,.15),hsla(0,0%,80%,.05));
    width: 2.22222rem;
    height: 100%;
    -webkit-transform: translate3d(-150%,0,0) skewX(-25deg);
    transform: translate3d(-150%,0,0) skewX(-25deg);
    -webkit-transition: none;
    transition: none;
  }

  .mobile-trigger:hover:after {
    left: 100%;
    -webkit-transform: translate3d(50%,0,0) skewX(-25deg);
    transform: translate3d(50%,0,0) skewX(-25deg);
    -webkit-transition: left .4s ease-out,-webkit-transform .4s ease-out;
    transition: left .4s ease-out,-webkit-transform .4s ease-out;
    transition: transform .4s ease-out,left .4s ease-out;
    transition: transform .4s ease-out,left .4s ease-out,-webkit-transform .4s ease-out;
  }



  /* ===== Mobile Menu Styles ===== */ 

  .custom-menu-primary.mobile-nav {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 1090px;
    height: 100%;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    z-index: 999999999;
    max-width: 100%;
  }

  .mobile-open .custom-menu-primary.mobile-nav {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .custom-menu-primary.js-enabled{
    position: relative;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: relative;
    top: 0;
    left: 0;
    overflow: visible !important;
    padding: 6.11111rem 0 3.05556rem;
    width: 29.3578%;
    height: 100%;
    overflow-y: auto !important;
    background-color: rgba(0,0,0,.9);
    display: block !important;
    overflow: visible !important;
    height: 100vh;
  }

  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul{
    padding: 0 2.22222rem;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li {
    position: static !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #fff;
    display: block;
    position: relative;
    padding: .34em 0;
    font-size: 1.11111rem;
    line-height: 1.6;
    white-space: pre-wrap !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:before {
    content: "\E911";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 1em;
    font-family: BPC Icons;
    right: 5.55556em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    opacity: 0;
    -webkit-transition: right .3s ease,opacity .3s ease;
    transition: right .3s ease,opacity .3s ease;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:hover:before,
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.clicked > a:before {
    right: 0;
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: RGB(var(--primary-rgb));
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul  ul {
    width: 100%;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: visibility 0s .3s,opacity .3s ease,-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    transition: visibility 0s .3s,opacity .3s ease,-webkit-transform .3s cubic-bezier(.165,.84,.44,1);
    transition: visibility 0s .3s,transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s ease;
    transition: visibility 0s .3s,transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s ease,-webkit-transform .3s cubic-bezier(.165,.84,.44,1) !important;
    visibility: hidden !important;
    pointer-events: none;
    border-left: 1px solid hsla(0,0%,100%,.2);
    padding: 6.11111rem 2.22222rem 3.05556rem;
    opacity: 0 !important;
    right: -100%;
    left: auto !important;
    display: block !important;
    position: absolute !important;
    top: 0;
    color: #fff;
    height: 100%;
    background-color: rgba(0,0,0,.9);
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.clicked > ul {
    pointer-events: auto;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: transform .3s ease,opacity .3s ease;
    transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease !important;
    z-index: 99999999999 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.custom-parent-link a {
    padding: .22222rem 0 1.44444rem !important;
    line-height: 1.4;
    font-size: 1.66667rem;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    margin-bottom: 1.11111rem;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    background-color: rgba(49,49,49,.9);
    right: -140.625%;
    width: 140.625%;
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{

  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{

  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  margin: 25px 0;
  padding-right: .55556rem;
  padding-left: .55556rem;
}
.blog-pagination a {
  display: inline-block;
  margin-right: 15px;
}


/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  display:block;
  margin-bottom:5px;
}

.hs-form {
  margin-bottom: 30px;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 767px;
  -webkit-appearance: none;
  margin-bottom: 1rem;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 .88889rem;
  padding: 10px 1.11111rem;
  border: 2px solid rgba(49,49,49,.6);
  border-radius: 4px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 1.11111rem;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 2px solid RGB(var(--primary-rgb));
  -webkit-box-shadow: 0 0 5px #e8e8e8;
  box-shadow: 0 0 5px #e8e8e8;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}

.invalid.error, textarea.error {
  border-color: #d52b1e;
}


/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{
  background-color: #d52b1e;
  color: #fff;
  padding: .22222rem .55556rem;
  cursor: pointer;
  margin-bottom: 1rem;
  display: block;
  border-radius: 4px;
  font-size: .83333rem;
  line-height: 1.6;
}

.hs-error-msgs {
  margin: 0px;
  list-style: none;
  padding: 0;
  color: red;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  white-space: pre-wrap;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 0;
  padding: .75em 3.11111em;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,transform .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,transform .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  background-color:#29d5ff;
  color: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2.88889em;
  font-family: FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  font-weight: 400;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
}

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

}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: RGB(var(--secondary-rgb));
  color: #fff;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline:none;
}

.hs-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.15)),to(hsla(0,0%,80%,.05)));
  background-image: linear-gradient(90deg,hsla(0,0%,100%,.15),hsla(0,0%,80%,.05));
  width: 2.22222rem;
  height: 100%;
  -webkit-transform: translate3d(-150%,0,0) skewX(-25deg);
  transform: translate3d(-150%,0,0) skewX(-25deg);
  -webkit-transition: none;
  transition: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hs-button:hover:after {
  left: 100%;
  -webkit-transform: translate3d(50%,0,0) skewX(-25deg);
  transform: translate3d(50%,0,0) skewX(-25deg);
  -webkit-transition: left .4s ease-out,-webkit-transform .4s ease-out;
  transition: left .4s ease-out,-webkit-transform .4s ease-out;
  transition: transform .4s ease-out,left .4s ease-out;
  transition: transform .4s ease-out,left .4s ease-out,-webkit-transform .4s ease-out;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


div#captcha_wrapper {
  width: 100%;
  overflow-x: auto;
}

.custom_error_message p {
  margin: 15px 0px;
}

.custom_error_message .hs-button {
  margin: 15px 0px !important;
}

div#hubspot-author_data span {
  display: inline-block;
}

.blog .blog-sidebar{
  margin-top: 30px;
}


/* -------------- Default Code for comment ------------ */

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}


#comments-listing.no-comments {
  border: none;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.blog-post-wrapper h2, .post-header h2 {
  margin-bottom: 20px;
}

.blog-post-wrapper h2 a, .post-header h2 a {
  text-decoration: none;
}

.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}
#hs_cos_wrapper_blog_subscription_title{}
#comment-form h4{}

.comment-body {
  border-bottom: medium none;
  color: #333;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  color: #333 !important;
  display: block !important;
  text-align: left;
}
.post-listing #hubspot-author_data{
  margin-top: 0;
}
.hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-form .input ul li{
  padding: 0 !important;
}

.more-link{
  display: inline-block;
  padding-top: 20px;
}
.hs-blog-social-share{
  height: auto;
}
.blog-template .blog-sidebar .cell-wrapper{
  margin-bottom: 15px;
}
.blog-template .blog-sidebar ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-template .blog-sidebar ul li{
  padding: 0 0 10px;
}

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

#recaptcha_response_field{
  width:auto !important;
  display:inline-block !important;
}
#captcha_wrapper > #recaptcha_area {
  margin: 0 0 20px;
}

.post-item {
  width: 33.33333%;
  float: left;
  padding-right: .55556rem;
  padding-left: .55556rem;
  margin-bottom: 1.11111rem;
}

.blog-listing-wrapper.cell-wrapper {
  margin-left: -.55556rem;
  margin-right: -.55556rem;
}

.post-inner-wrap {
  color: #222;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.post-content {}

h2.cm-post-title {
  font-size: 1.38889rem;
  padding-top: 2.77778rem;
  padding-right: 3.33333rem;
  padding-left: 3.33333rem;
  word-break: break-word;
  word-wrap: break-word;
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: 400;
  font-family: FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  font-style: normal;
}

h2.cm-post-title a {
  color: #222222;
}

.post-body.clearfix p {
  margin: 0;
}

.post-body.clearfix {
  padding-bottom: 2.77778rem;
  padding-right: 3.33333rem;
  padding-left: 3.33333rem;
  font-size: .77778rem;
  line-height: 1.6;
}

.post-inner-wrap:after {
  content: "";
  display: block!important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s ease .1s;
  transition: all .3s ease .1s;
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

.post-inner-wrap:hover:after {
  border-color: #29d5ff;
}

.comment-reply-to {
  margin-bottom: 15px;
  position: relative;
}

.comment-reply-to:after {
  display: none;
}

.hs-blog-post .banner-content {
  padding-bottom: 11.11111rem;
}

.hs-blog-post h1.cm-banner-title {
  line-height: 1.6;
}

.hs-blog-post h2.cm-banner-subtitle {
  font-size: 2.77778rem;
  line-height: 1.4;
  font-family: BearingPointSans,FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.hs-blog-post .body-container-wrapper .content-wrapper {
  padding-top: 4.44444rem;
  padding-bottom: 4.44444rem;
  position: relative;
}

.section.post-body p {
  margin-bottom: 2rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  margin-top: 0;
}

.related-post-wrappper {
  padding-top: 2.77778rem;
  padding-bottom: 2.77778rem;
  --primary-rgb: 41,213,255;
  --secondary-rgb: 108,3,168;
  background: linear-gradient(135deg,RGB(var(--secondary-rgb)) 10%,RGB(var(--primary-rgb)) 90%);
  position: relative;
  overflow: hidden;
}

h3.related-post-header-title {
  color: #fff;
  font-weight: 700;
  margin: 0 2.14286rem 1.78571rem;
  font-size: 1.38889rem;
  line-height: 1.4;
  margin-right: 2.77778rem;
  margin-bottom: 2.77778rem;
  margin-left: 2.77778rem;
}

a.related-post-link {
  padding: 2.5rem 3.05556rem;
  display: block;
  color: #222;
  height: 100%;
  background-color: #fff;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  outline: none;
}

.cm-rec-topic {
  font-size: .88889rem;
  margin-bottom: .66667rem;
  color: RGB(var(--primary-rgb));
  font-weight: 700;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  font-family: FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  display: inline-block;
  line-height: inherit;
}

h3.rec-post-title {
  font-size: 1.38889rem;
  margin: 0;
  word-wrap: break-word;
  line-height: 1.4;
  font-weight: 400;
  font-family: FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  font-style: normal;
  color: #222;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.related-slider-wrapper {
  margin: 0 10px;
}


a.related-post-link:hover .cm-rec-topic {
  color: RGB(var(--secondary-rgb));
}

a.related-post-link:hover h3.rec-post-title {
  color: RGB(var(--secondary-rgb));
}

.slick-dots {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
  padding: 0 50px !important;
}

button.custom-prev {
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out;
  color: transparent;
  width: 50px;
  z-index: 999;
  border: 0;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  outline: none;
}

button.custom-prev:before {
  content: "\E90A";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1.11111rem;
  font-family: BPC Icons;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: inherit;
  clip: rect(-1px,30px,100px,-1px);
}

button.custom-next {
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out;
  color: transparent;
  width: 50px;
  z-index: 999;
  border: 0;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  outline: none;
}

button.custom-prev:hover {
  background-color: RGB(var(--primary-rgb));
}

button.custom-next:hover {
  background-color: RGB(var(--secondary-rgb));
}

button.custom-next:before {
  content: "\E911";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1.11111rem;
  font-family: BPC Icons;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.slick-list.draggable {
  padding: 0 !important;
}

.related-post-wrappper .row-fluid-wrapper {
  margin: 0 -10px;
}

.section.post-footer form {
  max-width: 767px;
}

.monile-logo {
  display: none;
}

li.dl-back {
  display: none !important;
}

.cm-request-a-demo-popup .submitted-message {
  text-align: center;
  color: #fff;
  padding: 0 10px;
}

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


.cm-author-section ul.contact-list {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-right: -.13889rem;
  margin-left: -.13889rem;
}

.cm-author-section ul.share-list {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 3rem;
  position: static;
  display: table-cell;
  vertical-align: middle;
  height: auto;
  left: 1.11111rem;
  bottom: 1.11111rem;
}

.cm-author-section ul.contact-list > li {
  width: 40%;
  padding-right: .27778rem;
  padding-left: .27778rem;
  clear: both;
}

.cm-author-section a.profile-image {
  width: 4.72222rem;
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border-bottom-left-radius: 0;
}

.cm-author-section .profile-description {
  overflow: hidden;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0 1.11111rem;
  position: relative;
  background-color: #fff;
}

.cm-author-section .vcard {
  height: 4.72222rem;
  padding-left: 4.72222rem;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  position: relative;
  display: table;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.cm-author-section a.profile-link {
  padding-right: .5rem;
  padding-bottom: 0;
  min-width: 5em;
  display: table-cell;
  vertical-align: middle;
  height: auto;
}

.cm-author-section span.fn {
  font-weight: 700;
  font-size: .77778rem;
  line-height: 1.4;
  display: block;
}

.cm-author-section ul.share-list li {
  float: right;
}

.cm-author-section ul.share-list li a {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  position: relative;
  font-size: 0;
  display: block;
  margin: 0;
  --primary-rgb: 41,213,255;
  --secondary-rgb: 108,3,168;
}

.cm-author-section a.linkedin:before {
  content: "\E90C";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1rem;
  font-family: BPC Icons;
  color: RGB(var(--primary-rgb));
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  font-size: 1.11111rem!important;
}

.cm-author-section a.mail:before {
  content: "\E905";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1rem;
  font-family: BPC Icons;
  color: RGB(var(--primary-rgb));
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  font-size: 1.11111rem!important;
}

.cm-author-section ul.share-list li a:hover:before {
  color: RGB(var(--secondary-rgb));
}

.cm-author-section {
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-bottom: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 99999;
  overflow: hidden;
  padding: 0 3.33333rem;
}

h1.cm-banner-title.author-text {
  margin-bottom: .42857rem;
  background-image: linear-gradient(135deg,RGB(var(--primary-rgb)) 10%,RGB(var(--secondary-rgb)) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: RGB(var(--secondary-rgb));
  font-size: 2.77778rem;
  font-family: BearingPointSans,FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

ul.author-share-list {
  margin: 0 -.11111rem 1.66667rem;
  padding: 0;
  list-style: none;
}

ul.author-share-list li {
  float: left;
  padding: 0 .11111rem;
}

ul.author-share-list li a {
  width: 2.66667rem;
  height: 2.66667rem;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  font-size: 0;
  color: #fff;
  border-radius: 100%;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,transform .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,transform .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  background-image: radial-gradient(#313131 65%,transparent 0);
  border: 2px solid #fff;
  display: block;
}

ul.author-share-list li a.cm-mail:before {
  content: "\E907";
  border-radius: 100%;
  display: block;
  font-family: BPC Icons;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.66667rem;
  height: auto;
  font-size: 2.66667rem;
  line-height: 2.66667rem;
}

ul.author-share-list li a.cm-linkedin:before {
  content: "\E90B";
  border-radius: 100%;
  display: block;
  font-family: BPC Icons;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.66667rem;
  height: auto;
  font-size: 2.66667rem;
  line-height: 2.66667rem;
}

ul.author-share-list li a:hover {
  border-color: RGB(var(--primary-rgb));
  color: #fff;
  background-image: radial-gradient(#313131 65%,transparent 0);
}

.author-page .custom-banner-wrapper {
  background-image: none !important;
  background-color: #cfcfcf;
}

.blog .mobile-trigger,
.blog .custom-menu-primary.mobile-nav,
.blog ul.cm-ft-social-icon li a,
.blog .custom-menu-primary.desktop-nav,
.blog .popup-close span.icon-shadow,
.blog .cm-popup-form .hs-form .hs-button,
.blog .cm-request-a-demo-btn {
  --primary-rgb: 41,213,255;
  --secondary-rgb: 108,3,168;
}

.blog .cm-ft-menu ul li a:hover,
.blog .fixed-social-share ul li a:hover {
  color: #29d5ff;
}

.cm-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.fixed-social-share ul li a span {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  color: transparent;
  pointer-events: none;
  display: inline-block;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.fixed-social-share a span:before {
  content: " ";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1.33333rem;
  font-family: BPC Icons;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: clip 0s ease-out .25s;
  transition: clip 0s ease-out .25s;
  clip: rect(-1px,-1px,100px,-1px);
  height: auto;
  line-height: 1;
  margin-top: -1px;
}

.blog .fixed-social-share ul li a:hover span {
  -webkit-transition: none;
  transition: none;
  color: RGB(var(--primary-rgb));
  --primary-rgb: 41,213,255;
  --secondary-rgb: 108,3,168;
  font-size: 0;
  line-height: 1;
  position: relative;
}

.fixed-social-share ul li a:hover span {
  -webkit-transition: none;
  transition: none;
  color: RGB(var(--primary-rgb));
  font-size: 0;
  line-height: 1;
  position: relative;
}

.fixed-social-share ul li a:hover span:before {
  -webkit-transition: clip .25s ease-out 0s;
  transition: clip .25s ease-out 0s;
  clip: rect(-1px,30px,100px,-1px);
}

.fixed-social-share a.linkedin span:before {
  content: "";
}

.fixed-social-share a.mail span:before {
  content: "\E905";
}

.fixed-social-share a.linkedin span:before {
  content: "\E90C";
}

.fixed-social-share a.facebook span:before {
  content: "\E909";
}

.fixed-social-share a.twitter span:before {
  content: "\E917";
}

.fixed-social-share ul li a:hover:before {
  -webkit-transition: clip .25s ease-out 0s;
  transition: clip .25s ease-out 0s; 
  clip: rect(-1px,30px,100px,30px); 
}

.all-post-page .post-item {
  width: 100%;
}

h2.post-listing-simple.cm-post-title {
  padding: 0;
}

.post-listing-simple .post-item:first-child h2.post-listing-simple.cm-post-title {
  margin-top: 30px;
}

.hs-blog-listing .cm-author-section {
  display: none !important;
}


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1439px) {
  .cm-request-a-demo-btn p {
    height: 44px;
    top: 0;
    width: 8.83333rem;
    padding: .66667rem 0;
  }

  .cm-sidebar-social-share {
    width: 2.44444rem !important;
  }

  span.share-icon {
    padding: .55556rem;
    height: 2.57143rem;
  }

  span.share-icon:before {
    font-size: 1.11111rem;
  }

  .fixed-social-share ul li a:before {
    font-size: 1.11111rem !important;
  }

  .fixed-social-share ul li:first-child {
    padding-top: .38889rem;
  }

  .fixed-social-share ul {
    margin-bottom: 0;
  }

  .popup-close {
    width: 44px;
    height: 40px;
  }

  .popup-close:before {
    font-size: 1.11111rem;
  }

  .popup-close span.icon-shadow:before {
    font-size: 1.11111rem;
  }

  .cm-request-a-demo-popup {
    padding: 2.77778rem 0;
  }


}



@media (max-width: 1099px) {
  .cm-ft-copyright {
    float: none !important;
    display: block !important;
    margin-top: 13px !important;
    bottom: 0;
  }

  .cm-ft-menu {
    float: none !important;
    display: block !important;
    bottom: 0;
  }

  .cm-ft-content-group>.row-fluid-wrapper>.row-fluid {
    height: auto !important;
    display: block !important;
  }

  .cm-ft-menu ul li {
    padding: 0 1.42857rem 0 0;
  }

  .cm-footer-wrapper {
    padding-bottom: 1.45rem;
  }

  .post-item {
    width: 49.99%;
  }


  .slick-track {
    padding: 0;
  }

  .related-slider-wrapper {
    width: 50% !important;
    max-width: 100% !important;
  }

  .slick-dots {
    display: block !important;
    left: 0;
    margin-top: 2.22222rem !important;
    bottom: -58px !important;
  }

  .slick-dots li button:before {
    display: none;
  }

  .slick-dots li button {
    height: 15px !important;
    width: 15px !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    opacity: 1;
    background-color: transparent !important;
    border-radius: 100%;
    margin: 0 !important;
    background-color: currentColor !important;
  }

  .slick-dots li.slick-active button {
    background-color: transparent !important;
    border-color: currentColor !important;
  }

  .slick-list.draggable {
    padding: 0 !important;
    margin-bottom: 50px;
  }

  .slick-dots li {
    width: auto !important;
    height: auto !important;
  }

  .monile-logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
  }

  .monile-logo a {
    background-color: #222;
    z-index: 17;
    width: 100%;
    height: 2.85714rem;
    display: block;
  }

  .monile-logo a img {
    padding: .85714rem 2.14286rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 14.57143rem;
    margin-top: 1px;
  }

  .mobile-open .mobile-trigger {
    background-color: #222;
    border: 1px solid #222;
  }

  .cm-author-section ul.contact-list > li {
    width: 50%;
    padding-right: .27778rem;
    padding-left: .27778rem;
    clear: both;
  }



}


@media (max-width: 799px) {
  .cm-ft-social-icon-wrapper {
    float: none !important;
  }

  .container-fluid .row-fluid .page-center {
    padding-right: 2.14286rem;
    padding-left: 2.14286rem;
  }

  html {
    font-size: 87.5%;
  }

  .cm-ft-copyright p {
    font-size: 1rem;
    line-height: 22px;
  }

  .cm-ft-menu ul li a {
    font-size: 1rem;
    line-height: 22px;
  }

  .cm-ft-copyright {
    margin-top: 15px !important;
  }

  .cm-ft-social-icon-wrapper {
    margin-bottom: 1.66667rem;
  }

  ul.cm-ft-social-icon li:first-child {
    padding-left: 2px;
  }

  .cm-ft-contact-us-wrapper {
    padding: 2.85714rem 0;
  }

  .cm-contact-us-content h2 {
    font-size: 1.71429rem;
    line-height: 1.4;
  }

  .custom-banner-wrapper {
    background-image: none !important;
  }

  .banner-content {
    padding-top: 6.21429rem;
    padding-bottom: 4.28571rem;
  }

  h1.cm-banner-title {
    font-weight: 400;
    font-size: 1.14286rem;
    margin-bottom: .83333rem;
  }

  h2.cm-banner-subtitle {
    font-weight: 700;
    font-size: 1.71429rem;
    line-height: 1.4;
  }

  img.show-mobile-img {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .hs-blog-post .banner-content {
    padding-top: 6.21429rem;
    padding-bottom: 4.28571rem;
  }

  .hs-blog-post h2.cm-banner-subtitle {
    line-height: 1.4;
    font-size: 1.71429rem;
  }

  .hs-blog-post .body-container-wrapper .content-wrapper {
    padding-top: 2.85714rem;
    padding-bottom: 2.85714rem;
  }

  h3.related-post-header-title {
    margin: 0 2.14286rem 1.78571rem;
    font-size: 1.14286rem;
    line-height: 1.4;
  }

  .related-post-wrappper {
    background: linear-gradient(135deg,RGB(var(--secondary-rgb)) 10%,RGB(var(--primary-rgb)) 90%);
    position: relative;
    padding-top: 1.78571rem;
    padding-bottom: 1.78571rem;
  }

  button.custom-prev {
    width: 30px;
  }

  button.custom-next {
    width: 30px;
  }

  .slick-dotted.slick-slider {
    padding: 0 30px !important;
  }

  a.related-post-link {
    padding: 2.85714rem 1.35714rem;
  }

  .cm-rec-topic {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1rem;
  }

  h3.rec-post-title {
    font-size: 1.42857rem;
  }

  button.custom-next:before {
    font-size: 1.33333rem;
  }

  button.custom-prev:before {
    font-size: 1.33333rem;
  }

  .slick-dots li button {
    height: 12px !important;
    width: 12px !important;
    padding: 0 !important;
  }

  .slick-list.draggable {
    padding: 0 !important;
    margin-bottom: 31px;
  }

  .slick-dots {
    bottom: -33px !important;
  }

  .cm-sidebar-social-share {
    display: none !important;
  }

  .cm-request-a-demo-btn p {
    position: static;
    transform: none;
    background-color: #000 !important;
    padding: 1rem 2.14286rem;
    height: auto;
    display: block;
    width: 100%;
  }

  .cm-request-a-demo-btn p:after {
    display: none;
  }

  .active-popup .cm-request-a-demo-btn p {
    display: none;
  }

  .cm-popup-form .hs-form-field {
    float: none;
    width: 100%;
  }

  .cm-request-a-demo-popup {
    padding: 3.57143rem 0;
  }

  .cm-popup-form h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .cm-popup-form .hs-form .hs-input {
    padding: 7.4px 1.11111rem;
  }

  .popup-close {
    height: 40px;
    width: 40px;
  }

  .popup-close:before {
    font-size: 1.33333rem;
  }

  .popup-close span.icon-shadow:before {
    font-size: 1.33333rem;
  }

  .mobile-trigger {
    left: unset;
    right: 0;
    border-bottom-left-radius: 4px;
    height: 40px;
    width: 40px;
  }

  .cm-header-wrapper {
    padding: .85714rem 0;
    top: 0px;
    background: rgba(0,0,0,.1);
    height: 2.85714rem;
  }

  .cm-header-logo img {
    position: relative;
    top: -1px;
  }

  .cm-header-logo-wrapper {
    width: 14.57143rem !important;
  }

  .cm-header-wrapper:before {
    display: none;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    padding: 1.14286rem 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    left: 0 !important;
    border: none;
    background-color: #000;   
  }

  .custom-menu-primary.mobile-nav {
    padding: 2.85714rem 0 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    font-size: 1.14286rem;
    padding-top: .34em;
    padding-bottom: .34em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0 2.14286rem;
  }

  .mobile-open .mobile-trigger {
    background-color: #222;
    border-color: #222;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding-top: 0;
    padding: 4.65rem 2.14286rem;
    overflow-y: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.dl-back {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
    text-align: left;
    border-radius: 0;
    font-size: 1.14286rem;
    line-height: 1.2;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.dl-back a {
    text-transform: lowercase;
    padding: .65rem 2.1rem;
    background-color: RGB(var(--primary-rgb));
    -webkit-transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,transform .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out,width .25s ease-out,height .25s ease-out,opacity .25s ease-out,visibility .25s ease-out,border-color .25s ease-out,padding .25s ease-out,transform .25s ease-out,top .25s ease-out,left .25s ease-out,right .25s ease-out,bottom .25s ease-out,-webkit-transform .25s ease-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.dl-back a:hover {
    background-color: RGB(var(--secondary-rgb));
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.dl-back a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.15)),to(hsla(0,0%,80%,.05)));
    background-image: linear-gradient(90deg,hsla(0,0%,100%,.15),hsla(0,0%,80%,.05));
    width: 2.22222rem;
    height: 100%;
    -webkit-transform: translate3d(-150%,0,0) skewX(-25deg);
    transform: translate3d(-150%,0,0) skewX(-25deg);
    -webkit-transition: none;
    transition: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.dl-back a:hover:after {
    left: 100%;
    -webkit-transform: translate3d(50%,0,0) skewX(-25deg);
    transform: translate3d(50%,0,0) skewX(-25deg);
    -webkit-transition: left .4s ease-out,-webkit-transform .4s ease-out;
    transition: left .4s ease-out,-webkit-transform .4s ease-out;
    transition: transform .4s ease-out,left .4s ease-out;
    transition: transform .4s ease-out,left .4s ease-out,-webkit-transform .4s ease-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.dl-back a:before {
    content: "\E90A";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 1.11111rem;
    font-family: BPC Icons;
    left: .7rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.custom-parent-link a {
    font-size: 1.57143rem;
    padding: .22222rem 0 1.44444rem;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    background-color: #313131;
  }

  .monile-logo {
    display: block;
  }

  li.dl-back {
    display: block !important;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    overflow-y: auto !important;
  }

  h1 {
    font-size: 1.71429rem;
    line-height: 1.4;
  }

  .cm-author-section {
    padding: 0 2.14286rem;
  }

  .hs-blog-post .banner-content {
    padding-bottom: 10rem;
  }

  .cm-author-section .vcard {
    height: 6.07143rem;
    padding-left: 6.07143rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .cm-author-section a.profile-image {
    width: 6.07143rem;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom-left-radius: 0;
  }

  .cm-author-section ul.contact-list > li {
    padding-right: .35714rem;
    padding-left: .35714rem;
  }

  .cm-author-section span.fn {
    font-size: 1rem;
    line-height: 1.4;
  }

  .cm-author-section ul.share-list li a {
    display: block;
    width: 1.92857rem;
    height: 1.92857rem;
    line-height: 1.92857rem;
    text-align: center;
    position: relative;
    font-size: 0;
  }

  .author-page img.show-mobile-img {
    display: none;
  }

  h1.cm-banner-title.author-text {
    margin-bottom: .42857rem;
    font-family: BearingPointSans,FS Albert,Calibri,Helvetica,Trebuchet MS,Arial,sans-serif;
    font-weight: 700;
    font-size: 1.71429rem;
  }

  .author-page .custom-banner-wrapper {
    background-image: none !important;
    background-color: #222;
  }


}  


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .cm-ft-menu ul li {
    width: auto !important;
    display: inline-block;
    float: left !important;
  }

  .cm-ft-copyright {
    margin-top: 18px !important;
  }

  .cm-ft-copyright p {
    font-size: 1rem;
    padding: 0;
    white-space: nowrap;
  }

  .post-item {
    width: 100%;
  }

  h2.cm-post-title {
    padding-top: 1.71429rem;
    padding-right: 1.42857rem;
    padding-left: 1.42857rem;
    font-size: 1.28571rem;
  }

  .post-body.clearfix {
    font-size: 1rem;
    padding-right: 1.42857rem;
    padding-left: 1.42857rem;
    padding-bottom: 0;
  }

  .section.post-body img {
    max-width: 100% !important;
    width: 100% !important;
    margin-right: 0 !important;
  }


}  


@media (max-width: 579px) {
  .cm-author-section {
    padding: 0 0 2.14286rem;
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    overflow: visible;
  }

  .cm-author-section .vcard {
    height: auto;
    padding: 0;
    background-color: #fff;
  }

  .cm-author-section a.profile-image {
    padding: .71429rem;
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
    left: -1px;
    overflow: hidden;
  }

  .cm-author-section ul.contact-list > li {
    width: 100%;
  }

  .cm-author-section .profile-description {
    background-color: #fff;
    width: 62%;
    padding: .71429rem;
    display: table-cell;
    vertical-align: top;
    position: relative;
  }

  .cm-author-section a.profile-link {
    display: block;
    height: 100%;
    padding-bottom: 1.92857rem;
    min-width: auto;
  }

  .cm-author-section ul.share-list {
    position: absolute;
    left: .71429rem;
    bottom: .71429rem;
    height: 1.92857rem;
    margin-right: -.2rem;
    margin-bottom: -.4rem;
    margin-left: -.2rem;
  }

  a.profile-image img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .cm-author-section ul.contact-list {
    margin-right: -2.14286rem;
    margin-left: -2.14286rem;
  }

  .hs-blog-post .body-container-wrapper .content-wrapper {
    padding-bottom: 0;
  }

  .hs-blog-post .banner-content {
    padding-top: 6.21429rem;
    padding-bottom: 4.28571rem;
  }


}

/* =============== Landscape phones and smaller devices =============== */

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

@media (max-width: 400px) {
  .email-prefs .item .item-inner * {
    font-size: 12px;
  }   
  .subscribe-options label {
    margin-left: 0px;
  }
  .hs_recaptcha {
    overflow-y: auto;
    width: 100%;
  }
}

@media (max-width: 338px) {
  .email-prefs .item .item-inner * {
    font-size: 11px;
  }  

  .subscribe-options label span {
    font-size: 12px;
  }
  .subscribe-options label {
    margin-left: 0px;
  }
}

