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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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






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

.full-width-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}

body{
  font-family: 'Nunito Sans', sans-serif;
  margin:0;
  padding:0;
  -webkit-font-smoothing: antialiased;
}
h1{
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: -0.6px;
  color: #4a4a4a;
}
h2{
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -0.5px;
  color: #4a4a4a;
}
h3{
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -0.5px;
  color: #4a4a4a;
}
h4{
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -0.4px;
  color: #4a4a4a;
}
h5{
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #4a4a4a;
}
p{
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #4a4a4a;
}
a{
  text-decoration:none;
  font-weight: 600;
  color: #00a8e6;
}
strong{
  font-weight: 600;
}

ul,ol{
  padding:0;
  list-style:none;
  padding-left: 40px;
}
ol {
  counter-reset: ol-counter;
}
ol li:before {
  content: counter(ol-counter)'.';
  counter-increment: ol-counter;
  position: absolute;
  left: -30px;
  color: #00a8e6;
  font-size: 18px;
  font-weight: 600;
}
ul li,
ol li{
  position:relative;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #4a4a4a;
  margin-bottom:10px;
}
ul li:before{
  font-family:fontAwesome;
  position:absolute;
  content:'\f111';
  font-size: 8px;
  vertical-align: middle;
  top: 0;
  left: -20px;
  color:#00a8e6;
}
ul ul {
  margin-top:15px;
}
ul ul li:before{
  color:#e30475;
}
ul ul ul li:before{
  color:#66b22e;
}
blockquote{
  background-color: #fdfdfd;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding:20px 30px;
  max-width:689px;
  margin-left:25px;
  margin-right:25px;
}
small{
  font-size: 14px;
  line-height: 20px;
  color: #6b6a6a;
}
blockquote,
blockquote p{
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
  color: #929292;
}



/*Forms*/
input[type="radio"],
input[type="checkbox"]{
  position:relative;
  width:20px !Important;
  height:20px !important;
  margin-top: 0px !important;
  margin-right:15px;
  margin-bottom: 10px !important; 
}
form .hs_cv label,
form .hs_cover_letter label{
  position:static;
}
.form-columns-1 .hs-form-field .input .hs-form-radio label,
.form-columns-1 .hs-form-field .input .hs-form-checkbox label{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items:center;
  margin-top:10px;
  }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  max-width:100% !important;
}
.hs_cos_wrapper_type_form form{
  max-width:500px;
}
input[type="radio"]:after{
  content:'';
  background:#fff;
  box-sizing:border-box;
  width:20px;
  height:20px;
  font-family:fontAwesome;
  /*position:absolute; */
  border-radius:100px;
  border: solid 1px #dcdcdc;
  color:#00a8e6;
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items:center;
  justify-content:center;
}
input[type="radio"]:checked:after{
  content:'\f111';
  font-size: 14px;
}
input[type="checkbox"]:after{
  content:'';
  background:#fff;
  box-sizing:border-box;
  width:20px;
  height:20px;
  font-family:fontAwesome;
  /* position:absolute; */
  border: solid 1px #dcdcdc;
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items:center;
  justify-content:center;
}
input[type="checkbox"]:checked:after{
  content:'\f00c';
  font-size: 14px;
  background:#00a8e6;
  color:#fff;
}



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{
  border:0;
  border-radius: 0;
  border-bottom:1px solid #ccc;
  padding: 10px;
   
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;

  position:relative;
  background:transparent;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Nunito Sans', sans-serif;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}
form input:focus,
form textarea:focus,
form select:focus{
  outline:0;

}
form .form-columns-1{

}
form textarea{
  width:100% !important;
}
form select{
  width:100% !Important;
}
form label{
  font-size: 16px;
  line-height: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  display:inline-block;
  vertical-align:middle;
}
form .form-columns-1:last-child{
  float:left;
  width:calc(100% - 18px);
}
form .hs_submit{
  float:left;
  height: auto;
  width: auto;
}
.widget-type-form h3{
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #4a4a4a;
  margin: 0;
  margin-bottom:14px;
}
form .hs_submit .actions,
form .hs_submit .actions input{
  height:100%;
  width:100%;
}
form .hs_submit .actions {
  margin-top:30px;
}
form ul{
  padding:0;
}
form .hs_submit input{
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  border-radius: 3px;
  padding: 4px 24px ;
  background-color: #00a8e6 ;
  outline:0;
  border:0;
  vertical-align: middle;
  cursor:pointer;
  font-family: 'Nunito Sans', sans-serif;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;

}

.hs-button {
  color: #fff;
  border-radius: 3px;
  background-color: #00a8e6 ;
  outline:0;
  border:0;
  vertical-align: middle;
  cursor:pointer;

  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  padding:8px 25px !important;

  font-family: 'Nunito Sans', sans-serif;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;

}
.hs-form-field{
  position:relative;
}
.hs-form-field > label{
  position:absolute;
  top:5px;
}

.hs-blog-listing .desc h4,
.hs-blog-listing .desc h3,
.hs-blog-listing .desc h2 {
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 26px !important;
  text-align: left !important;
  margin:18px 0 !important; 
}
.hs-blog-listing .desc strong{
  font-weight: 300 !important;
}


.hs-form-field .input.open input,
.hs-form-field .input.open select,
.hs-form-field .input.open textarea{
  margin-top:25px;
}
.hs-form-field .input{
  padding-top:0;
  padding-bottom:5px;
   
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;

}
.hs-form-field .input input.error{
  border-color:red;
}
.hs-error-msgs{
  margin:0 0;
}
.hs-error-msgs li label {
  color:red;
}
.form-columns-1 .hs-form-field .input input{
  width:100% !important;
}
.form-columns-1 .hs-form-field .input .hs-form-radio input,
.form-columns-1 .hs-form-field .input .hs-form-checkbox input{
  width:20px !Important;
}
.hs-form-radio .hs-form-field .input input{
  width:20px !Important;
}
/*========== Form Fixes ================*/
.hs-fieldtype-radio label {
position:relative !Important;
}
.form-columns-1 .hs-form-field .input input { width:unset !important; }

.hs-fieldtype-text label,
.hs-fieldtype-text .input.open {
  position: relative !important;
}

.hs-fieldtype-text .input.open input {
  width: unset !important;
}

/*========== Prepare For Peak ================*/
.hs-menu-children-wrapper{
  background:#fff;
  min-width: 310px;
  padding: 30px 15px;

}
.hs-menu-children-wrapper li:before{
  content:'';
}
.hs-menu-children-wrapper li a{
  width:100% !important;
  overflow:visible !important;
  max-width: 100% !important;
  box-sizing: border-box;
  margin:5px 0;
}
.challenges-wrapper{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  text-align: center;
  align-items: center;
  flex-wrap:wrap;

}
.vimeo-video{
  padding-right: 20px;
  box-sizing: border-box;
}
.vimeo-video iframe{
  width: 100%;
  height: 330px;
}
.vimeo-video ~ .content-1{
  padding-left:15px;
  box-sizing:border-box;
}
.challenge-wrapper .text {
  padding: 20px 20px;
  min-height: 145px;
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items: center;
}
.challenge-wrapper .text p{
  opacity:0;
  width:100%;
  font-weight:600;
  -webkit-animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
}
.challenge-wrapper .border-line{
  height: 38px;
  width: 100%;
  position: relative;
  overflow:hidden;
}
.challenge-wrapper .fake-svg .round{
  height: 19px;
  width: 19px;
  border-radius: 100px;
  margin: 0 auto;
  position:relative;
  left:1px;
}
.challenge-wrapper .fake-svg .round svg circle {
  fill: transparent;
  stroke-width: 3;
  stroke-dasharray: 250;
  stroke-dashoffset: 0;
  -webkit-animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
}
.our-approach{
  background-color: #f9f9f9;
  padding:40px 0 130px;
}
.our-approach h2{
  color: #b9b9b9;
}
.our-approach .page-center{
}
.approach-wrapper {
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items: center;
  justify-content: flex-start;
  text-align: center;

}
.one-line-slider{
  margin:50px 0;
}
.approach-wrapper .approach-item {
  position: relative;
  width: 100%;
  cursor:help;
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.approach-wrapper .approach-item-wrapper{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items:center;
  width:25%;
}

.approach-wrapper .approach-item:hover{
  background-color: #fdfdfd;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.approach-wrapper .approach-item .img{
  margin-top:20px;
}
.approach-wrapper .approach-item .content {
  padding: 0 5px;
}
.approach-wrapper .approach-item .content p{
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #4a4a4a;
  display: inline-block;
  width: 100%;
}
.approach-wrapper .arrow{
  float: left;
  margin: 0 10px;
  width:33px;
}
.approach-wrapper .approach-item .rollover {
  position: absolute;

}
.approach-wrapper .approach-item.first .rollover,
.approach-wrapper .approach-item.last .rollover{

}
.approach-wrapper .approach-item .rollover .icon .line{
  height: 15px;
  margin: 0 auto;
  width: 0px;
  position:relative;
}
.approach-wrapper .approach-item .rollover .icon .circle{
  height: 20px;
  width: 20px;
  margin: 0 auto;
  position: relative;
  left: 1px;
  margin: 0 auto;
  top:-1px;
}
.approach-wrapper .approach-item .rollover .content-over{
  margin-top:5px;
  opacity:0;
  -webkit-animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
}
.approach-wrapper .approach-item .rollover .content-over p{
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  color: #4a4a4a;
  display:inline-block;
  width:100%;
  margin:0;
}
.approach-wrapper .approach-item .rollover .icon svg{
  -ms-transform: rotate(270deg); /* IE 9 */
  -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}
.challenge-wrapper .fake-svg .round svg{
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.approach-wrapper .approach-item .rollover .icon svg circle {
  fill: transparent;
  stroke-width: 3;
  stroke-dasharray: 250;
  stroke-dashoffset: 0;
  -webkit-animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;

}
.approach-wrapper .approach-item:hover .rollover .icon svg circle {
  -webkit-animation-name: rotate;
  -webkit-animation-delay: .4s;
}
.approach-wrapper .approach-item:hover .rollover .content-over{
  -webkit-animation-name: opacity;
  -webkit-animation-delay: .8s;
}
.approach-wrapper .approach-item .rollover .icon .line:before {
  position: absolute;
  content: "";
  border-left: 3px solid #00a8e6;
  height: 0;
  width: 2px;
  margin: 0 auto;
  -webkit-animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
}

.hs-responsive-embed iframe{
  min-height:26vw !important;
}

.approach-wrapper .approach-item:hover .rollover .icon .line:before{
  -webkit-animation-name: b1;
  -webkit-animation-delay: 0s;
}
@keyframes opacity {

  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes rotate {

  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke: #00a8e6;
    stroke-dasharray: 500;
    stroke-dashoffset: 1000;
  }
}


.dot-image-wrapper .image-maxed-right{
  position: relative;
  max-width: 300px;
}


@keyframes colorchange
{
  0%   {background: #e30475;}
  33%  {background: #00a8e6;}
  66% {background: #66b22e;}
  100%   {background: #e30475;}
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
  0%   {background: #e30475;}
  33%  {background: #00a8e6;}
  66% {background: #66b22e;}
  100%   {background: #e30475;}
}


.dot-image-wrapper img{
  width:100% !important;
}
.dot-image-wrapper .dot{
  background: red;
  width: 24px;
  height: 24px;
  min-height: 0 !important;
  border-radius: 100px;
  position: absolute;
  top: 7%;
  left: 20%;
  -webkit-animation:  colorchange 5s infinite; /* Safari 4+ */
  -moz-animation:    colorchange 5s infinite; /* Fx 5+ */
  -o-animation:      colorchange 5s infinite; /* Opera 12+ */
  animation:         colorchange 5s infinite; 
}

.challenges-bg {
  background:url(https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Website/Prepare%20for%20Peak/adobe-stock-100239096.jpg);
  background-repeat:no-repeat !important;
  background-size:cover !important;
}
.challenge-wrapper .fake-svg .line{
  width: 0;
  height: 30px;
  margin: 0 auto;
  positioN:relative;
}
.challenges-wrapper .row-fluid-wrapper {
  width: 25%;
}
.challenge-wrapper .fake-svg .line:before{
  position: absolute;
  content: "";
  border-left:3px solid #fff;
  height: 0;
  width: 3px;
  margin: 0 auto;
  -webkit-animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
}
.challenge-wrapper .border-line:before{
  position: absolute;
  content: "";
  border-left:3px solid #fff;
  height: 0;
  width: 2px;
  margin: 0 auto;
  -webkit-animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
}
.challenge-wrapper .border-line:after{
  height: 2px;
  position: absolute;
  border-bottom:3px solid #fff;
  bottom: 0;
  content: '';
  width: 0;
  left: 0;
  right: 0;
  -webkit-animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
}
.first .challenge-wrapper .border-line:after{
  left:auto;
}

.challenge-wrapper.isHovered .fake-svg .round svg circle{
  -webkit-animation-name: rotate-top;
  -webkit-animation-delay: 0s;    
}

.challenge-wrapper.isHovered .fake-svg .line:before{

  -webkit-animation-name: b1;
  -webkit-animation-delay: 0s;
}

.challenge-wrapper.isHovered .text p{
  -webkit-animation-name: b1a;
  -webkit-animation-delay: .4s;
}
.challenge-wrapper.isHovered .border-line:before{

  -webkit-animation-name: b1;
  -webkit-animation-delay: .8s;
}
.middle .challenge-wrapper.isHovered .border-line:after{
  -webkit-animation-name: b2;
  -webkit-animation-delay: .8s;
}
.first .challenge-wrapper.isHovered .border-line:after,
.last .challenge-wrapper.isHovered .border-line:after{
  -webkit-animation-name: b2a;
  -webkit-animation-delay: .8s;
}
@-webkit-keyframes b1 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@-webkit-keyframes b2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes b2a {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}


.l1, .l2, .l3, .l4 {
  width: 0px;
  height: 0px;
  border-color:transparent;
  position:absolute;
  -webkit-animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
}

.l1 {

  height: 100%;
  width: 0px;
  left:0;
  bottom:0;
  border-left:2px solid green;
  -webkit-animation-name: l1;
  -webkit-animation-delay: 0s;
}

.l2 {
  left:0;
  top:0;
  width: 100%;
  height: 0px;
  border-top:2px solid green;
  -webkit-animation-name: l2;
  -webkit-animation-delay: .4s;
}

.l3 {
  top:0;
  right:0;
  height: 100%;
  width: 0px;
  border-right:2px solid green;
  -webkit-animation-name: l3;
  -webkit-animation-delay: .8s;
}

.l4 {
  right:0;
  bottom:0;
  width: 100%;
  height: 0px;
  border-bottom:2px solid green;
  -webkit-animation-name: l4;
  -webkit-animation-delay: 1.2s;
}

@-webkit-keyframes l1 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes l2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes l3 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes l4 {
  0% {
    width: 0;

  }
  100% {
    width: 100%;

  }
}

/*Add-on*/
.logos-wrapper{
  padding: 33px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03);
}
.logos-wrapper .hs_cos_wrapper_type_widget_container{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.logos-wrapper .hs_cos_wrapper_type_custom_widget {
  width: 16%;
  text-align: center;
}
.logos-wrapper .logo-item{
  margin:15px;
}
.logos-wrapper .logo-item img{
  height:auto !important;
}
/*System Pages*/

.error-template-404 .content-wrapper {
  padding: 208px 0 189px;
  background-color: #f4f4f4;
}
.error-template-404 .content-wrapper h2{
  margin:40px 0 0px;
  display:inline-block;
  width:100%;
}
.error-template-404 .content-wrapper .btn{
  margin-top:30px;
}
.error-template-404 .content-wrapper p{
  line-height:36px; 
}
/*========== Solutions Hub ================*/
.flexi-solution .row-fluid{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items:center;
  flex-wrap:wrap;
  justify-content: flex-end;
}
.flexi-solution{
  padding-bottom:43px;
}
.solution-item{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  justify-content: center;
  flex-wrap: wrap;
  background-color: #f9f9f9;
  margin-top:30px;
}
.solution-item.reverse{
  flex-direction: row-reverse;
}
.solution-item .image{
  width: 45%;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat;
}
.solution-item .content{
  width:55%;
  padding: 50px;
  box-sizing: border-box;
}
.solution-item .content h2{
  margin-top:0;
}
.solution-item .content p{
  margin-bottom:0;
  margin-top:20px;
}
.solution-item .content .btn{
  margin-top:15px;
}
.solution-page .it-challenges .content{
  max-width:819px;
}
/*========== Blog ================*/
.blog-listing-wrapper .post-item {
  margin-bottom:65px;
  display:inline-block;
  width:100%;
}
.blog-listing-wrapper .post-item .f-image{
  width:39%;
  float:left;
  height: 234px;
  position: relative;
}
.blog-listing-wrapper .post-item .f-image a{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.blog-listing-wrapper .post-item .content{
  width:61%;
  float:left;
  padding-left:60px;
  box-sizing:border-box;
  max-width:685px;
}
.blog-listing-wrapper .post-item .content h2{
  margin:0;
}
.blog-listing-wrapper .post-item .content h2 a{
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #4a4a4a;
}
.blog-listing-wrapper .post-item .content .date,
.blog-post-wrapper .date-wrapper{
  display:inline-block;
  width:100%;
  margin-top:3px;
}
.blog-listing-wrapper .post-item .content .date-spans,
.blog-post-wrapper .date-wrapper{
  display:inline-block;
  float:left;
  width:auto;
}
.blog-post-wrapper .date-wrapper{
  width:100% !important;
}
.blog-post-wrapper .date-wrapper .date-spans{
  width:auto !important;
}
.blog-listing-wrapper .post-item .content .date-spans span,
.blog-listing-wrapper .post-item .content .date-spans,
.blog-post-wrapper .date-wrapper span,
.blog-post-wrapper .date-wrapper{
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: #979797;
}
.blog-listing-wrapper .post-item .content .date-spans a{
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: #00a8e6;
}
.blog-listing-wrapper .post-item .content .date-spans a:hover{
  text-decoration:none;
}
.blog-listing-wrapper .post-item .content .topics-list{
  margin:5px 0 25px 0;
}
.blog-listing-wrapper .post-item .content .topics-list a.topic-link,
.blog-post-wrapper a.topic-link{
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #4a4a4a;
  border-radius: 18px;
  background-color: #f2f2f2;
  padding: 8px 22px;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
  line-height: 1;
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.blog-listing-wrapper .post-item .content .topics-list a.topic-link:hover,
.blog-post-wrapper a.topic-link:hover{
  color:#fff;
  background:#00a8e6;
}
.blog-post-wrapper .date-wrapper{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items:center;
  flex-wrap:wrap;
}
.blog-post-wrapper a.topic-link{
  margin-right:10px;
  margin-top:0;
}
.blog-post-wrapper .date-wrapper a{
  margin-right:20px !important;
  margin-top:0;
}
.blog-post-wrapper a.topic-link{
  margin-right:10px;
  margin-top:0;
}
.blog-post-wrapper a.topic-link:first-child{
  margin-left:20px;
}
.blog-post-wrapper .f-image{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display:inline-block;
  width:100%;
  height: 400px;
  margin-top:30px;
  margin-bottom:40px;
}
.blog-post-wrapper{
  max-width:792px;
  float:none !important;
  margin:0 auto !important;
}
.blog-post-wrapper .back-top-blog{
  text-align: center;
  margin-top: 60px;
}
.blog-post-wrapper .date-wrapper,
.blog-post-wrapper .f-image img{
  width:100% !important;
}
.blog-listing-wrapper .post-item .content .desc p,
.blog-listing-wrapper .post-item .content .desc a,
.blog-listing-wrapper .post-item .content .desc li,
.blog-listing-wrapper .post-item .content .desc span{
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 26px !important;
  text-align: left !important;
}

.blog-pagination {
  text-align:center;
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items: center;
  justify-content: center;
}
.blog-pagination .see-more{
  max-width: 500px;
  width: 100%;
}
.hs-blog-post .delimiter-space{
  padding-top:50px !important;
}
.hs-blog-post .header-title h2{
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #4a4a4a;
}
.hs-blog-listing .hs-author-profile{
  padding-bottom:50px;
  display: inline-block;
}
.hs-blog-listing .hs-author-profile .hs-author-avatar{
  width: 180px;
  float: left;
}
.hs-blog-listing .hs-author-profile .hs-author-avatar img{
  margin-top:5px;
  width:100%;
}
.hs-blog-listing .hs-author-profile .hs-author-bio{
  width: calc( 100% - 180px);
  float: left;
  box-sizing: border-box;
  padding-left: 40px;
}
.hs-blog-listing .hs-author-profile .hs-author-bio p{
  margin-top:0;
}
.hs-blog-listing .delimiter-space{
  padding-top:70px !important;
}
/*========== Services Page ================*/
.services-wrapper{
  background-color: #f9f9f9;
  padding: 55px 0;
}
.service-item{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  flex-wrap:wrap;
  margin:60px 0;
}
.service-item .icon{
  width: 130px;
  text-align: center;
}
.service-item .content{
  width: calc(100% - 130px);
  padding: 0px 0 0 50px;
  box-sizing: border-box;
}
.service-item h2{
  margin-bottom: 0;
  margin-top: 0;
}
.service-item p{
  margin: 15px 0 0 0;
}
.services-page .it-challenges {
  margin-top:67px !important;
}
.services-page .it-challenges .content{
  max-width:975px;
}

/*========= Consultation Page ==========*/

.consultation-panel .panel {
  padding-bottom: 84px !important;
}

.consultation-heading {
  text-align: center;
  max-width: 860px;
  margin: 0 auto !important;
}

.consultation-section-1 {
  margin-top: 128px !important;
}

.page-center {
  max-width: 1240px;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 20px;
  box-sizing: border-box;
}

.consultation-form-section {
  background-image: url(https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Website/Homepage/cpt-stripes.png?t=1542644672493);
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  padding: 100px 50px;
  margin-bottom: 50px !important;
  max-width: 1200px !important;
}

#consultation-form-anchor {
  outline: 0 none;
}

.bg-light-grey {
  background-color: #f9f9f9;
}

.consultation-section-3 {
  padding-top: 0 !important;
  padding-bottom: 80px !important;
  margin-bottom: 80px;
}

.consultation-form-wrapper {
  background-color: #fff;
  padding: 25px 56px 56px 56px;
}

.consultation-form-wrapper h2, .consultation-form-wrapper .hs-button {
  text-align: center;
}

.consultation-form-wrapper form, .consultation-form-wrapper fieldset {
  max-width: none !important;
}

.consultation-form-wrapper h2 {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: -0.4px;
}

.consultation-form-wrapper .hs-form-field span {
  color: #7a7a7a;
}

.consultation-form-wrapper p {
  font-size: 10px !important;
  font-weight: 600 !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8 !important;
  letter-spacing: normal;
  color: #7a7a7a;
}

.consultation-form-wrapper .legal-consent-container a {
  font-size: 10px !important;
  font-weight: 600 !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8 !important;
  letter-spacing: normal;
}

.consultation-form-wrapper .hs-form-field {
  margin-top: 5px; 
}

.consultation-form-wrapper .hs_submit {
  width: 100% !important;
}

.consultation-form-wrapper .actions {
  text-align: center;
}

.consultation-form-wrapper .hs-button {
  width: auto !important;
  padding: 9px 60px !important;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.65;
  letter-spacing: normal;
}

.consultation-form-wrapper a:hover {
  text-decoration:underline; 
}

/*========== About Us ================*/


.about-us-page .solution-item .image{

}
.about-us-page  .solution-item .content h2{
  margin-bottom: 13px;
}
.about-us-page  .solution-item .content p{
  margin-top: 10px;
}
.our-services{
  padding-top: 60px;
  padding-bottom: 112px;
}
.our-story .left{
  max-width:460px;
}
.our-story .right{
  max-width:470px;
}


/*========== Performance Engineering ================*/

.performance-engineering-page .particles-js .panel{
  position:static;
  display: inline-block !important;
  text-align: left;
  padding: 89px 50px 36px 50px;
  box-sizing: border-box;
  max-width: 466px;
}
.performance-engineering-page .particles-js .panel h1{
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: -0.6px;
  color: #4a4a4a;
  margin-bottom: 24px;
}
.performance-engineering-page .particles-js .panel p{
  margin:13px 0;
}

.performance-engineering-page .section-1{
  padding: 90px 0;
}

.performance-engineering-page td {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #4a4a4a;
}

.performance-engineering-page .icon-wrapper {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  font-size: 18px;
  margin-bottom: 25px;
}

.performance-engineering-page .icon-wrapper .colored-icon {
  min-width: 150px;
  padding-right: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.performance-engineering-page tr span.blue,
.performance-engineering-page .icon-wrapper.blue strong { color: #00a8e6; }
.performance-engineering-page tr span.pink,
.performance-engineering-page .icon-wrapper.pink strong { color: #e30475; }
.performance-engineering-page tr span.green,
.performance-engineering-page .icon-wrapper.green strong { color: #66b22e; }



.performance-engineering-page .circle-icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  margin: 18px 20px 0px 0px;
}
.performance-engineering-page .circle-icon.pink {
  background: #e30475;
}

.performance-engineering-page .circle-icon.blue {
  background: #00a8e6;
}

.performance-engineering-page .flex {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
}
.performance-engineering-page p.indent { margin-left: 55px; }
.performance-engineering-page li.p1,
.performance-engineering-page .number-icons li { padding-left: 16px; }

.performance-engineering-page .number-icons .p1,
.performance-engineering-page .number-icons ul { margin-top: 8px; }

.performance-engineering-page .circle-icon.pink span,
.performance-engineering-page .circle-icon.blue {color: #fff;}

.performance-engineering-page .author-module:first-child {
  padding-top:100px;
}
.performance-engineering-page .author-module{
  padding-bottom:60px;
  padding-top:0;
}

.about-us-page .section-1{
  padding-top: 90px;
}
.performance-engineering-page .section-1 .content-1{
  padding-right: 63px;
}
.performance-engineering-page .section-1 .content-2{
  text-align:center;
}

.flexed .row-fluid,
.flexi{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  flex-wrap: wrap;
  align-items: center;
}

.performance-engineering-page .section-4 .flexed .row-fluid{
  align-items:flex-start;
}
.performance-engineering-page .section-4 .text-slider{
  margin-top:65px;
}
.performance-engineering-page.prepare-peak .section-4 .text-slider{
  margin-top:0;
}
.performance-engineering-page.prepare-peak .section-4 .btn{
  margin-top:20px;
}
.performance-engineering-page.prepare-peak .section-4 .flexed .row-fluid{
  align-items: center;
}
.performance-engineering-page.prepare-peak .section-2{
  padding:100px 0 !important;
}
.performance-engineering-page.prepare-peak .section-3 .btn{
  margin-top:20px;
}
.performance-engineering-page.prepare-peak .section-4{
  padding:100px 0;
}
.performance-engineering-page.prepare-peak .section-5{
  padding: 0;
}
.performance-engineering-page .section-2{
  background-color: #f9f9f9;
  padding:129px 0 105px;
}
.performance-engineering-page .section-2 h2{
  margin-top:0;
}
.performance-engineering-page .page-center a { font-weight: 300; }
.performance-software{
  padding:15px;
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

  margin-bottom:15px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.performance-software:hover{
  background-color: #fdfdfd;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.performance-software:hover h3{
  color: #00a8e6;
}
.performance-software h3,
.performance-software p{
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #979797;
  text-align:center;
  margin:0;
}
.performance-software h3{
  font-weight: 600;
  margin-bottom:5px;
}


.performance-engineering-page .section-3{
  padding:60px 0 0 0;
}
.performance-engineering-page.prepare-peak .section-3{
  padding:100px 0 120px;
}
.performance-engineering-page.prepare-peak .section-3-aws{
  padding-top:100px;
}
.performance-engineering-page .section-4{
  padding:120px 0 140px;
}
.text-slider ol li:before{
  content:'';
}
.performance-engineering-page .text-slider{
  background: #f9f9f9;
}
.performance-engineering-page .text-slider .hs_cos_flex-slider .caption p big{
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #4a4a4a;
}
.performance-engineering-page .text-slider .hs_cos_flex-slider .caption {
  padding: 10px 50px;
  position: static;
  vertical-align: middle;
  width: 100%;
  background: transparent;
  max-width: 538px;
  margin: 0 auto;
  box-sizing: border-box;
}
.softwares-wrapper span.hs_cos_wrapper_type_widget_container{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items:center;
  flex-wrap:wrap;
}
.softwares-wrapper .hs_cos_wrapper_type_custom_widget{
  margin-left:80px;
  width: calc(50% - 80px);
  float:left;
}
.soft-img-special img{
  margin-bottom:100px;
}

/*Breadcrumbs*/
.breadcrumbs{
  background-color: #f9f9f9;
  padding: 11px 0;
}

.breadcrumbs ul{
  list-style:none;
  width:100%;
  display:inline-block;
  margin:0;
  vertical-align:middle;
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  flex-wrap: wrap;
  width: auto;


}
.breadcrumbs ul li{
  float:left;
  padding-right:30px;
  position:relative;
  color: #4a4a4a;
  vertical-align:middle;
  margin:0;
}
.breadcrumbs ul li:after{
  content:'>';
  position:absolute;
  right:10px;
  font-size: 13px;
  top: 2px;
}
.breadcrumbs ul li:last-child:after{
  content:'';
  position:absolute;
  right:10px;
}
.breadcrumbs ul li:last-child{
  padding-right:0;
}
.breadcrumbs ul li a{
  text-decoration:none;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  color: #4a4a4a;
  vertical-align:middle;
}
.breadcrumbs ul li a i{
  color: #00a8e6;
}
.breadcrumbs ul li:last-child a{
  font-weight: 600;
}

/*Back-to-top*/
.back-to-top {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03);
  top: 0;
  z-index: 99;
  position: fixed;
  background-color: #f9f9f9;
  padding: 11px 0;
}

.back-to-top-text {
  position:relative;
  vertical-align:middle;
  margin:0;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
}

.back-to-top-text {
  padding: 5px 0px 5px 20px;
}

.back-to-top-btn .widget-type-rich_text {
  float: right;;
  margin-right: 105px;
}

.show-back-to-top {
  top: 58px;
  -webkit-transition: top .3s ease-in;
  -moz-transition: top .3s ease-in;
  -o-transition: top .3s ease-in;
  transition: top .3s ease-in; 
}

/* Clients */

.pg-clients .header .page-center,
.pg-clients .client-anchors .page-center,
.pg-clients .delimiter-space .page-center {
  max-width:1200px;
}

.delimiter-space.clients-anchors {
  padding-top:50px!important;
  padding-bottom:0!important;
}

.clients-anchors a {
  display: inline-block;
  float: left;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #4a4a4a;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: #f2f2f2;
  padding: 1px 15px;
  margin-right: 8px;
  margin-bottom: 12px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.clients-anchors a:hover {
  background-color: #00a8e6;
  color:#ffffff;
}

.delimiter-space.clients-row {
  padding-top:80px!important;
  padding-bottom:0!important;
}

.clients-row h2 {
  margin:0 0 27px 0;
}

.clients-row .logos-wrap .hs_cos_wrapper_type_widget_container {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.clients-row .logos-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_linked_image {
  width: 23.076923077%;
  margin-right: 2.564102564%;
  margin-bottom: 23px;
  background-color: #ffffff;
  text-align: center;
  min-height: 87px;
  padding: 20px 0px;
  align-items: center;
  justify-content: center;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  position:relative;
}
.clients-row .logos-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_module .hs_cos_wrapper_type_linked_image{
  width:100%;
}
.clients-row .logos-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_module{
width: 23.076923077%;
}
.clients-row .logos-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_linked_image:nth-child(4n) {
  margin-right:0;
}

.clients-row .logos-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_linked_image:before {
  position:absolute;
  content:'';
  border: solid 1px #f2f2f2;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.clients-row .logos-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_linked_image img {
  max-width:90%;
}

#mediaadvertising:focus,
#financeinsurance:focus,
#retail:focus,
#leisure:focus,
#publicsectoreducational:focus,
#legalconsultancy:focus,
#manufacturing:focus,
#transportair:focus,
#telecomssecurity:focus,
#healthcare:focus,
#utilities:focus {
  outline:none;
}

.delimiter-space.btm-padding {
  padding-bottom:120px!important;
}


/* Webinars New */

.webinars-form-delimiter {
  background:url(https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Webinars/webinars-form-bg.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}

.webinars-wrap {
  max-width:1096px;
  float: none!important;
  margin-left: auto!important;
  margin-right: auto!important;
}

.featured-webinar .webinar-box {
  max-width:1160px;
  float: none!important;
  margin-left: auto!important;
  margin-right: auto!important;
}

.webinars-list {
  padding:90px 0 83px 0;
}

.webinar-section-title {
  max-width:1096px;
  float: none!important;
  margin-left: auto!important;
  margin-right: auto!important;
}

.webinar-section-title h2 {
  margin:0 0 60px 0;
}

.od-title {
  margin-top:46px;
}

.webinars-wrap .hs_cos_wrapper_type_widget_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.webinars-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget {
  width:33.3%;
  margin-bottom: 57px;
}

.webinars-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget .webinar-box {
  max-width:286px;
  margin-left:auto;
  margin-right:auto;
  height: 100%;
}

.webinars-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) .webinar-box {
  margin-right:auto;
  margin-left:0;
}

.webinars-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(3n) .webinar-box {
  margin-right:0;
  margin-left:auto;
}

.webinars-wrap .webinar-box .webinar-img {
  margin-bottom:16px;
  width: 100%;
  position:relative;
}

.webinars-wrap .webinar-box .webinar-img img {
  width:100%;
  height:auto;
}

.webinar-box .icn-overlay.Clock.Icon {
  position:absolute;
  background:url(https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Webinars/icn-clock.svg);
  background-repeat:no-repeat;
  background-size: 76px;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.webinar-box .icn-overlay.Microphone.Icon {
  position:absolute;
  background:url(https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Webinars/icn-mic.svg);
  background-repeat:no-repeat;
  background-size: 76px;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.webinar-box .icn-overlay.Play.Icon {
  position:absolute;
  background:url(https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Webinars/icn-play.svg);
  background-repeat:no-repeat;
  background-size: 76px;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.webinar-box:hover .icn-overlay.Clock.Icon,
.webinar-box:hover .icn-overlay.Microphone.Icon,
.webinar-box:hover .icn-overlay.Play.Icon {
  transform: scale(1.1);
}

.featured-webinar .webinar-img.Coming.Soon {
  position:relative;
}

.featured-webinar .webinar-img.Coming.Soon:before {
  content:'';
  position:absolute;
  display:block;
  background:url(https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Webinars/cpt-coming-big.png);
  background-size:175px auto;
  background-repeat:no-repeat;
  background-position:left top;
  width:175px;
  height:175px;
  top:0;
  left:0;
}

.webinars-wrap .webinar-img.Coming.Soon {
  position:relative;
}

.webinars-wrap .webinar-img.Coming.Soon:before {
  content:'';
  position:absolute;
  display:block;
  background:url(https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Webinars/cpt-coming-small.png);
  background-size:137px auto;
  background-repeat:no-repeat;
  background-position:left top;
  width:137px;
  height:137px;
  top:0;
  left:0;
}

.webinar-box h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: -0.4px;
  margin:0 0 20px 0;
}

.webinar-box h3 a {
  color: #4a4a4a;
  font-weight: 300;
}

.webinar-box .webinar-date {
  display:block;
  float: left;
  width:100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  color: #00a8e6;
}

.webinar-box .webinar-tags {
  display:block;
  float: left;
  width:100%;
}

.webinar-box .webinar-tags p {
  display: inline-block;
  float: left;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #4a4a4a;
  border-radius: 18px;
  background-color: #f2f2f2;
  padding: 1px 15px;
  margin-right: 8px;
  margin-bottom: 16px;
}

.webinar-box .webinar-tags p:last-child {
  margin-right:0;
}

.webinars-wrap .webinar-box .webinar-button {
  display:block;
  float: left;
  width:100%;
  margin-top: 16px;
}

.webinar-box .webinar-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  color: #4a4a4a;
}

.featured-webinar .webinar-box .webinar-desc {
  display:block;
  float: none;
  width:100%;
  margin-bottom:22px;
  max-width: 611px;
  margin-right: auto;
}

.webinars-wrap .webinar-box .webinar-desc {
  display:none;
}

.featured-webinar .webinar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.featured-webinar .imglink {
  width:37%;
  float: left;
  margin-right: 5%;
}

.featured-webinar .webinar-img img {
  width:100%;
  height:auto;
  max-width:420px;
}

.featured-webinar .webinar-info {
  width:58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-webinar .webinar-box .webinar-button {
  display:block;
  float: none;
  width:100%;
}

.featured-webinar .webinar-box .webinar-date {
  margin-bottom:11px;
}

.webinars-form-delimiter {
  padding:45px 0 30px 0;
}

.webinars-form-delimiter-wrapper {
  padding-top:58px;
}

.webinars-form-delimiter-wrapper:focus {
  outline:none;
}

.delimiter-space.featured {
  padding-top: 75px!important;
  padding-bottom: 22px!important;
}

.webinars-form-delimiter .form-intro h2 span {
  display:block;
  font-size: 12px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 2px;
  color: #00a8e6;
  display: inherit;
  text-transform: uppercase;
}

.webinars-form-delimiter .form-intro h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin:0 0 18px 0;
}

.webinars-form-delimiter .page-center {
  max-width: 1136px;
  float: none!important;
  margin-left: auto!important;
  margin-right: auto!important;
}

.webinars-form-delimiter .webinars-form {
  background:#ffffff;
  padding:21px 23px 22px 19px;
}

.webinars-form-delimiter .webinars-form h3 {
  display:none;
}

.webinars-form textarea, 
.webinars-form input[type="text"], 
.webinars-form input[type="password"], 
.webinars-form input[type="datetime"], 
.webinars-form input[type="datetime-local"], 
.webinars-form input[type="date"], 
.webinars-form input[type="month"], 
.webinars-form input[type="time"], 
.webinars-form input[type="week"], 
.webinars-form input[type="number"], 
.webinars-form input[type="email"], 
.webinars-form input[type="url"], 
.webinars-form input[type="search"], 
.webinars-form input[type="tel"], 
.webinars-form input[type="color"], 
.webinars-form select {
  border-bottom: 1px solid #b8b8b8;
  padding: 5px 8px;
}

.webinars-form form label {
  color: #979797;
}

.webinars-form .hs-form-field > label {
  top: 6px;
  left: 8px;
}

.webinars-form .hs-form-field .input {
  padding-bottom:9px;
}

.webinars-form form {
  position:relative;
}

.webinars-form form .form-columns-1 .hs_company .input {
  padding-right:35px;
}


/*Resources*/


/*Slider*/
.no-image-slider .hs_cos_flex-slider .caption{
  position:static;
  box-sizing: border-box;
  background:transparent;
  max-width: 1084px;
  margin: 0 auto;
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  flex-wrap: wrap;
}
.no-image-slider .hs_cos_flex-slider .caption .slider-col{
  display: inline-block;
  width: 35%;
  margin-right:5%;
}
.no-image-slider .hs_cos_flex-slider .caption .slider-col img{
  height:auto !important;
  margin:0;
}
.no-image-slider .hs_cos_flex-slider .caption .slider-col.slider-col-2{
  width: 60%;
  text-align: left;
  margin-right:0;
}
.grey-bg{
  background-color: #f2f2f2;
}
.no-image-slider .hs_cos_flex-slider {
  background:transparent;
  margin-bottom:38px;
}
.no-image-slider .hs_cos_flex-slider li:before{
  content:'';
}
.no-image-slider .hs_cos_flex-slider .hs_cos_flex-slides img{
  display:none;
  margin-right:60px;
}
.no-image-slider .hs_cos_flex-slider .caption img{
  width:auto;
  display:block;
  color:#4a4a4a;
  text-align:left;
}
.no-image-slider .hs_cos_flex-slider .caption span{
  font-size: 12px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 2px;
  color: #00a8e6;
  display: inherit;
  text-align:left;
}
.no-image-slider .hs_cos_flex-slider .caption h2{
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #4a4a4a;
  margin:0;
}
.no-image-slider .hs_cos_flex-slider .caption p{
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  color: #4a4a4a;
}
.no-image-slider .hs_cos_flex-slider .caption p .btn{
  margin-top:5px;
}
.hs_cos_flex-control-nav li:before{
  content:'';
}

.no-image-slider .hs_cos_flex-direction-nav{
  display:none !important;
}

.resources-flex .hs_cos_wrapper_type_widget_container{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items:flex-start;
  flex-wrap:wrap;
}
.resources-flex .hs_cos_wrapper_type_rich_text{
  width:100%;

}
.resources-flex .hs_cos_wrapper_type_rich_text:first-child h2{
  padding-top:0;
}
.resources-flex .hs_cos_wrapper_type_rich_text h2{
  padding:40px 60px 50px;
  margin:0;
}
.resources-flex .hs_cos_wrapper_type_custom_widget{
  max-width:280px;
  float:left;
  margin: 0 60px 60px;
}
.ebook-module .image{
  height: 197px;
  overflow: hidden;
}
.ebook-module .image img{
  margin: 35px 55px 0;
  box-sizing: border-box;
  height: auto !important;
  -webkit-box-shadow: 0px 4px 20px 1px rgba(0,0,0,.3);
  -moz-box-shadow: 0px 4px 20px 1px rgba(0,0,0,.3);
  box-shadow: 0px 4px 20px 1px rgba(0,0,0,.3);
  max-width: 170px;
}
.ebook-module.capacitas-primer .image{
  background:#4a4a4a;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.ebook-module.aws-cost-optimisation .image,
.ebook-module.video-module .image.aws-cost-optimisation{
  background:url(https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Website/Resources/cpt_bluebg.jpg) !important;
  background-size:cover !important; 
  background-position:center !important;
  background-repeat:no-repeat !important;
}
.ebook-module.continuous-performance .image,
.ebook-module.video-module .image.continuous-performance{
  background:url(https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Website/Resources/cpt_pinkbg.jpg) !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}
.ebook-module.prepare-for-peak .image,
.ebook-module.video-module .image.prepare-for-peak{
  background:url(https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Website/Resources/cpt_greenbg.jpg) !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}
.ebook-module .title h3 a{
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.4px;
  text-align: left;
  color: #4a4a4a;
  margin:18px 0;
}
.ebook-module .tags{
  width:100%;
  display:inline-block;
  margin-bottom:15px;
}
.ebook-module .tags p{
  display:inline-block;
  float:left;
  margin:0;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #4a4a4a;
  border-radius: 18px;
  background-color: #f2f2f2;
  padding: 1px 18px;
  margin-right: 10px;
  margin-bottom:7px;
}
.ebook-module .content .title h3{
  margin-bottom:15px;
}
.ebook-module .image img{
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.ebook-module:hover .image img{
  transform: scale(1.1);
}

.ebook-module.video-module .image{
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.ebook-module.video-module .image a{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
}
.ebook-module.video-module .image a img{
  padding:0;
  box-shadow: none;
  margin:0;
}

.ribbon{
  font-size: 11px;
  width: 200px;
  background: #4a4a4a;
  position: absolute;
  text-align: center;
  line-height: 35px;
  letter-spacing: 3px;
  color: #fff;
  top: 40px;
  left: -40px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.ebook-module.video-module .content .date p{
  margin: -5px 0 25px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: #4a4a4a;
}


.resources-main-body{
  padding:85px 0 135px;
}

/*.corner-ribbon.shadow{
box-shadow: 0 0 3px rgba(0,0,0,.3);
}
*/





/*Team Page*/

.flexi-team-wrapper{
  overflow:hidden;
}

.flexi-team-wrapper .hs_cos_wrapper_type_widget_container{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  flex-wrap: wrap;
  align-items: center;
}
.flexi-team-wrapper .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget{
  width: calc(25% - 19px);
  float: left;
  margin-left: 25px;
  margin-bottom: 25px;
}
.flexi-team-wrapper .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(4n + 1){
  margin-left:0;
}
.team-item .team-box{
  position:relative;
}
.team-item .team-box .image{
  overflow:hidden;
}
.team-item .team-box .image img{
  height:auto !important;
  width:100%;
  cursor: pointer;
   
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;

}
.team-item .team-box .image img:hover{
  transform: scale(1.1);
}
.team-item .team-box .overlay{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items: center;
  padding: 15px 50px 15px 18px;
  background-image: linear-gradient(to top, rgba(27, 27, 27, 0.8), rgba(27, 27, 27, 0));
}
.team-item .team-box .overlay .name-details p{
  margin:0;
  color:#fff;
}
.team-item .team-box .overlay .name-details p.name{
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.6px;
}
.team-item .team-box .overlay .name-details p.role{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: normal;
}

.team-item .team-box .overlay .ex{
  display: inline-block;
  position: absolute;
  right: 18px;
  bottom: 18px;
  cursor:pointer;
  z-index:1;
   
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;

}
.team-item .team-box .overlay .ex:hover{
  transform: scale(1.2);


}


.team-item .popup-wrapper{
  position: fixed;
  background-color: rgba(74, 74, 74, 0.86);
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

  visibility:hidden;
  opacity:0;
  overflow-x: scroll;
  display: inline-block !important;
}
.team-item.team-popup-open .popup-wrapper{
  visibility:visible;
  opacity:1;
}
.team-item  .popup-wrapper .popup-insider{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items: flex-start;
  justify-content: center;
  max-width: 1000px;
  margin: 7vh auto;
}
.team-item  .popup-wrapper .popup-insider .image{
  width:40%;
}
.team-item  .popup-wrapper .popup-insider .image img{
  width: 100%;
  height: auto;
  display:block;
}
.team-item  .popup-wrapper .popup-insider .content{
  width: 60%;
  background: #fff;
  padding: 40px 50px;
  box-sizing: border-box;
  position:relative;
  min-height: 427px;
}
.team-item  .popup-wrapper .popup-insider .content .header-details p{
  margin:0;
}
.team-item  .popup-wrapper .popup-insider .content .header-details .title{
  padding-right:40px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 39px;
}
.team-item .popup-wrapper .popup-insider .content .header-details .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #00a8e6;
}
.team-item  .popup-wrapper .popup-insider .content .header-details .title p.name{
  color: #4a4a4a;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.6px;
}
.team-item  .popup-wrapper .popup-insider .content .header-details .title p.role{
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #4a4a4a;
}
.team-item  .popup-wrapper .popup-insider .content .header-details .ex{
  display: inline-block;
  position: absolute;
  top: 44px;
  right: 44px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  cursor:pointer;

}

.jobcrowd-space{
  padding-bottom:110px;
}


/*EOF FORMS*/

.delimiter-space{
  padding-top:110px !important;
  padding-bottom:110px !important;
}
.delimiter-space-small{
  padding-top:65px !important;
  padding-bottom:65px !important;
}
.txt-center{
  text-align:center;
}
.none{
  display:none !important;
}
.small-page-center{
  max-width:792px;
  margin: 0 auto !important;
  float:none !important;
  padding:0 20px;
  box-sizing:border-box;
}
.page-center-no-padding{
  max-width:1200px;
  margin: 0 auto !important;
  float:none !important;
  box-sizing:border-box;
}
.page-center-small{
  max-width: 1075px;
  margin: 0 auto !important;
  float:none !important;
  padding:0 20px;
  box-sizing:border-box;
}
.nav-height{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03);
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100% !important;
  color: #4a4a4a;
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.nav-wrapper{
  padding:25px 0px;
  background:#fff;
  font-size: 14px;
  color: #4a4a4a;
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.nav-wrapper.trans-wrapper{
  background:transparent;
  box-shadow:none;
  position:absolute;
}
.nav-wrapper.trans-wrapper.small{
  padding-top:25px;
  padding-bottom:25px;
}
.nav-wrapper.trans-wrapper.small .nav-logo img{
  max-width:100%;
  padding-top:0;
}
.header-container .widget-type-global_group{
  min-height:0;
}
.nav-wrapper .page-center{
  padding:0 40px;
}
.nav-wrapper.small{
  padding-top:10px;
  padding-bottom:10px;
}
.nav-wrapper.small .nav-logo{
  position: relative;
  bottom: -3px;
}
.nav-wrapper .nav-logo img{
  max-width:204px;
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.nav-wrapper.small .nav-logo img{
  max-width: 150px;
  padding-top: 3px;
}
.fake-nav{
  width:100%;
  height:86px;
}

.nav-trigger{
  display:none !important;
}
.toggle-nav{
  margin: 0 !important;
  width: 76% !important;
}
.main-nav ul{
  vertical-align:middle;
}
.main-nav .hs-menu-depth-1{
  vertical-align:middle;
}
.main-nav .hs-menu-depth-1:before,
.simple-nav ul li:before,
.breadcrumbs ul li:before,
.hs-form-field ul li:before,
.footer ul li:before{
  content:'';
}
.breadcrumbs ul{
  padding-left:0;
  margin:0 20px;
}
.main-nav .hs-menu-depth-1 a{
  padding:4px 19px !important;
  vertical-align:middle;
  font-size: 14px;
  line-height:28px;
  color: #4a4a4a;
  position:relative;
}
.main-nav .hs-menu-depth-1 a:before{
  position:absolute;
  content:'';
  left:0;
  bottom:0;
  background:#00a8e6;
  height:2px;
  width:0;
  margin: 0 auto;
  right: 0;
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.main-nav .hs-menu-depth-1 a:hover:before{
  width:87%;
}

.main-nav ul li,
.simple-nav ul li {
  margin-bottom:0;
}
.simple-nav ul{
  vertical-align:middle;    
}
.simple-nav {
  text-align:right;
}
.simple-nav a{
  font-size: 14px;
  font-weight: 600; 
  line-height: 28px;
  color:#fff;
  max-width:100% !important;
  border:1px solid transparent;
  border-radius: 3px;
  background-color: #00a8e6;
  padding:4px 19px !important;
  vertical-align:middle;
  position:relative;
  overflow:visible !important;
   
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;    
transition: all .2s ease-in-out;

}
.simple-nav a:before,
.simple-nav a:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
  border-radius: 3px;
  box-sizing: content-box;
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}

.simple-nav a:before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
  top: -1px;
  left: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.simple-nav a:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  top: 0;
  left: -1px;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.simple-nav a:hover {
  background-color: transparent;
}

.simple-nav a:before, .simple-nav a:after {
  border-color: #00a8e6;
}
.simple-nav a:hover {
  color: #00a8e6;
  background:transparent !important;
}
.simple-nav a:hover:before {
  width: 100%;
}
.simple-nav a:hover:after {
  height: 100%;
}







.btn{
  font-size: 14px;
  font-weight: 600; 
  line-height: 28px;
  color:#fff;
  border-radius: 3px;
  border:1px solid transparent;
  padding:4px 24px !important;
  vertical-align:middle;
  text-decoration:none;
  display:inline-block;
  position:relative;
   
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;    
transition: all .2s ease-in-out;

}

.btn:before,
.btn:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
  border-radius: 3px;
  box-sizing: content-box;
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}

.btn:before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
  top: -1px;
  left: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.btn:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  top: 0;
  left: -1px;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.btn:hover {
  background-color: transparent;
}
.btn-blue-trans{
  background: transparent !important;
  color: #00a8e6;
  border-color: #00a8e6;
}
.btn-blue-trans:hover{
  background: #00a8e6 !important;
  color: #fff;
  border-color: #00a8e6;
}
.btn.btn-download{
  color: #4a4a4a;
  background:#fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  padding:7px 28px !important;
}
.btn-download i{
  color:#00a8e6;
  margin-left:10px;
}
.btn-download:hover{
  background: #00a8e6 !important;
  color: #fff;
  border-color: #00a8e6;
}
.btn-download:hover i{
  color: #fff;    
}


.main-copy{
  padding:60px 0;
}
.main-copy blockquote{
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
  margin-top:50px;
  margin-bottom:50px;
}
.main-copy h3{
  margin:50px 0 20px;
}
.main-copy ul{
  max-width:560px;
}
.main-copy img{
  margin-bottom:30px;
}
.main-copy blockquote span{
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.63;
  color: #00a8e6;
}
.btn.btn-blue:before, .btn.btn-blue:after {
  border-color: #00a8e6;
}
.btn.btn-blue:hover {
  color: #00a8e6;
  background:transparent !important;
}
/*BTN GREEN*/
.btn.btn-green:before, .btn.btn-green:after {
  border-color: #66b22e;
}
.btn.btn-green:hover {
  color: #66b22e;
  background:transparent !important;
}
.btn-green {
  background-color: #66b22e !important;
}

/*BTN PINk*/
.btn.btn-pink:before, .btn.btn-pink:after {
  border-color: #e30475;
}
.btn.btn-pink:hover {
  color: #e30475;
  background:transparent !important;
}
.btn-pink {
  background-color: #e30475 !important;
}

.btn.btn-white:before, .btn.btn-white:after {
  border-color: #fff;
}
.btn.btn-white:hover {
  color: #fff !important;
  background:transparent !important;
}
.btn:hover:before {
  width: 100%;
}
.btn:hover:after {
  height: 100%;
}

.btn-big {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  padding:8px 25px !important;
}
.btn-blue {
  background-color: #00a8e6 !important;
}
.btn-white{
  color: #4a4a4a !important;
  background:#fff;
}


.performance-management .content{
  max-width:820px !Important;
  margin:0 auto !important;
  float:none !important;
}
.management-box-wrapper > span, .consultation-management-box-wrapper > span {
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
}
.management-box-wrapper, .consultation-management-box-wrapper {
  margin-top: 25px;
}
.consultation-management-box-wrapper {
  margin-bottom: 150px; 
}
.management-box-wrapper > span span .hs_cos_wrapper_type_custom_widget, .consultation-management-box-wrapper > span .hs_cos_wrapper_type_custom_widget, .consultation-management-box-wrapper > span .hs_cos_wrapper_type_module {
  width:25%;
}
.management-box, .consultation-management-box {
  text-align:center;
  padding:25px;
  margin:5px;
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.management-box:hover{
  background-color: #fdfdfd;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.management-box.more-services:hover{
  background-color:transparent;
  box-shadow:none;
}
.management-box .arrow{
  opacity:0;
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.management-box:hover .arrow{
  opacity:1;
}
.management-box a {
  text-decoration:none;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #b9b9b9;
}
.management-box a, .management-box p, .consultation-management-box p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #b9b9b9;
}

/*Thank You and Landing Pages*/

.ty-form form .hs_submit{
  float:right;
  margin-top:30px;
}
.lp-form form .hs_submit{
  float:none;
  margin-right:auto !important;
  margin-left:auto !important;
  width:100%;
  display:inline-block;
}
.lp-form form .hs_submit .actions{
  text-align: center;
  display: inline-block;
  margin-top:30px;
}
.lp-form form .hs_submit .actions input{
  width:auto !important;
}
.ty-form .form-columns-1,
.lp-form .form-columns-1{
  width:100% !Important;
}
.ty-form form .hs_submit input,
.lp-form form .hs_submit input{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}



/*Case Studies*/

.logo-over-image .image{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items: center;
  justify-content: center;
  height: 400px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.logo-over-image .image img{
  margin:0;
}
.case-study-topics{
  margin-bottom:30px;
}
.case-study-topics ul{
  list-style:none;
  padding:0;
  margin:0;
}
.case-study-topics ul li{
  margin:0;
  float:left;
  margin-right:10px;
}
.case-study-topics ul li:before{
  content:'';
}
.non-btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  color: #4a4a4a;
  border-radius: 18px;
  background-color: #f2f2f2;
  padding: 1px 20px;
  vertical-align: middle;
}
.non-btn.green{
  background-color: #66b22e;
  color:#fff;
}
.non-btn.blue{
  background-color: #00a8e6;
  color:#fff;
}
.non-btn.pink{
  background-color: #e30475;
  color:#fff;
}
.pdf-download{

}
.pdf-download a{
  color:#fff;
  padding: 3px 7px;
  background-color: #00a8e6;
  border-radius:100px;
  vertical-align: middle;

}

.result-item {
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items: center;
  flex-wrap: wrap;
  padding:20px 0;
}
.result-item .image-logo{
  position:relative;
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items: center;
  justify-content: center;
  width: 40%;
}
.result-item .image-logo .image{
  width:100%;
}
.result-item .image-logo .logo{
  position:absolute;
  padding:50px;
  top:0;
  bottom:0;
  left:0;
  right:0;
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items:center;
  justify-content:center;
}
.result-item .image-logo img{
  margin:0;
  height:auto;
  width:100%;
}
.result-item .case-study-topics{
  width:100%;
  display:inline-block;
  margin-bottom:0px;
  margin-top: -5px;
}
.result-item .title h2{
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: left;
  color: #4a4a4a;
  margin-bottom:22px;
}
.result-item .btn-wrapper{
  margin-top:28px;
}
.result-item .btn-wrapper .btn{
  padding: 3px 35px !important;
}

.result-item .content{
  width: 60%;
  padding-left: 60px;
  box-sizing: border-box;
  max-width: 625px;
}
/*Prticles Js*/

canvas{
  display:block;
  vertical-align:bottom;
  height:560px !important;
  width:100% !important;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #00a8e6;
  background-image: url('https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Website/Homepage/cpt_bg_repeat.jpg');
  background-size: 96px;
  background-position: 50% 50%;
  background-repeat: repeat;
  position:relative;
}
.particles-js .panel{
  max-width: 368px;
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  flex-wrap: wrap;
  align-items:center;
  padding:50px;
  box-shadow: inset 0 -1px 3px 0 rgba(0, 0, 0, 0.05);
}
.particles-js .panel .btn{
  margin-top:10px;
}
.particles-js .panel h1{
  margin:0;
}

/*Special slider*/
.special-slider{
  margin-top:40px;
}
.special-slider .owl-item .image{
  width:calc(100% - 425px);
  float:left;
  position: relative;
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

}
.special-slider .owl-item .image img{
  width:100%;
}
.special-slider .owl-item .image .logo img{
  width:auto;
}
.special-slider .owl-item .image .logo{
  position: absolute;
}
.special-slider .owl-item .text{
  max-width: 425px;
  display: inline-block;
  float: left;
  background:#fff;
  padding:20px 50px;
  box-sizing:border-box;
}
.special-slider .owl-item .text h2{
  margin-top:0;
}
.special-slider .owl-item .text .btn{
  margin-top:10px;
}
.special-slider .owl-controls{
  text-align: right;
  width: auto;
  position: relative;
  bottom: 22px;
  padding-right: 50px;
}
.owl-page {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #f1f1f1;
  margin-right: 12px;
  display: inline-block;  /*for making them horizontal, if you want vertical then you can use- display: block*/
}
.owl-page.active {
  background: #00a8e6;
}

/*Metodologie*/

.accordion-wrapper .title{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items: center;
  vertical-align: middle;
  cursor:pointer;
}
.accordion-wrapper .icon{
  float:left;
  width:45px;
}
.accordion-wrapper .icon img{
  height:auto !important;
}
.accordion-wrapper .head{
  float:left;
  width:calc(100% - 45px);
}
.accordion-wrapper .head h3{
  margin:0;
  position:relative;
  padding:0 35px;
}
.accordion-wrapper .head h3:before{
  content:'';
  background:url(https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Website/Global/CIRCLE%20BTN%20%281%29.png);
  background-size:30px;
  background-repeat:no-repeat;
  background-position:center;
  width: 30px;
  height: 30px;
  top:2px;
  position: absolute;
  right: 0;
}
.accordion-wrapper .head h3:after{
  content:'';
  background-size:30px;
  background-repeat:no-repeat;
  background-position:center;
  width: 30px;
  height: 30px;
  top:2px;
  position: absolute;
  right: 0;
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border: 1px solid #fff;
  width: 16px;
  height: 0px;
  right: 6px;
  top: 16px;

}

.top-acc-wrapper .hs_cos_wrapper_type_linked_image{
  margin-top:50px;
  margin-bottom:80px;
}
.accordion-wrapper .acc-open .head h3:after{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion-wrapper{
  margin-bottom:25px;
}
.accordion-wrapper .content{
  padding:33px 45px 33px 45px;
  background-color: #f9f9f9;
}
.accordion-wrapper .accordion-trigger{
  display:none;
}
.accordion-wrapper .accordion-trigger .answer{
  margin-top:25px;
  padding-bottom:15px;
}
.accordion-wrapper .accordion-trigger .answer img{
  height:auto !important;
}
/*Email Pref*/

#email-prefs-form .page-header h1{
  display:inline-block;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.13;
  letter-spacing: -0.5px;
  text-align: left;
  color: #4a4a4a;
}
#email-prefs-form .page-header h2{
  display:inline-block;
  color: #00a8e6;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.13;
  letter-spacing: -0.5px;
  text-align: left;
}
#email-prefs-form .page-header p {
  padding-top:25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  text-align: left;
  color: #4a4a4a;
}
#email-prefs-form  #content p.header{
  font-size: 24px;
  font-weight: 300;
  line-height: 1.42;
  letter-spacing: -0.4px;
  text-align: left;
  color: #4a4a4a;
  margin-bottom:25px;
  margin-left:0;
}
.email-prefs .item .item-inner{
  border:0;
  box-shadow:none;
  background:#fff;
  padding:0 0 15px 0 !important;
}
.email-prefs .item .item-inner.hovered{
  box-shadow:none;
}
.email-prefs .item .item-inner.selected {
  background: #fff;
  border: 0;
}
.email-prefs .item .item-inner p{
  display:none;
}
.email-prefs .hs-button{
  margin-top:55px;
}
.subscribe-options label{
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  margin:0;
}
.checkbox-row{
  overflow:visible;
}
.checkbox-row span.fakelabel span,
.subscribe-options label span{

  font-weight:normal;
}
.email-prefs .item{
  margin:0;
}
.subscribe-options p.header{
  margin-top:25px;
}
.subscribe-options label span{
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  color: #4a4a4a;
}
input[type="checkbox"]#globalunsub{
  margin-left:0;
}
.subscription-template .content-wrapper{
  padding-top:60px;
  padding-bottom:160px;
}
.subscription-template .main-content{
  max-width:785px;
  margin: 0 auto !important;
  float: none;
}
html body .page-header {
  margin: 0px;
  padding-bottom: 30px;

}


/* ---- Events Page ---- */
h3.small{
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 27px;
}
h3.blue{
  color: #00a8e6;
}
.events-quotes blockquote{
  margin-bottom:40px;
}
.max-600{
  max-width:610px !important;
  margin:0 auto !Important;
  float:none !Important;
}

.event-module .content-date .date{
  margin:0;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #00a8e6;
}
.event-module .content-date .address p{
  margin:0;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: normal;
  text-align: left;
  color: #979797;
}
.event-module .event-manager .event-manager-wrapper{
  margin:10px 0;
}
.event-module .event-manager .img{
  width: 50px;
  display: inline-block;
  vertical-align: sub;
}
.event-module .event-manager .img img{
  border-radius: 100px;
}
.event-module .event-manager{
  margin:10px 0;
  display:inline-block;
  width:100%;
}
.event-module .event-manager .content{
  width: calc(100% - 60px);
  display: inline-block;
  box-sizing:border-box;
  padding-left:10px;
}
.event-module .event-manager .content p{
  margin:0;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}
.event-module .content .text {
  margin-top:10px;
  display:inline-block;
}
.event-module .content .text p{
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
  margin-top:0;
  margin-bottom:26px;
}
.event-module .content h3{
  margin-top:0;
  margin-bottom:10px;
}
.event-module .grow {
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

  height: 75px;
  overflow: hidden;
}
.event-module.show-full .grow{
  height:auto;
}
.event-module .content .button{
  margin-top:15px;
}
.event-module  {
  margin: 35px 0;
  display: inline-block;
}
.event-module .image{
  position:relative;
}
.event-module .image img{
  width:100%;
}
.event-module > .content{
  box-sizing:border-box;
  padding-left:30px;
}
.event-module .image .img-date{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 46px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: -0.6px;
  color: #ffffff;
  text-align:center;
  padding: 25px;
  box-sizing: border-box;
}

.upcoming-events{
  background-color: #f9f9f9;
}   
.upcoming-events h2,
.past-events h2{
  margin-bottom:0;
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: -0.6px;
  text-align: left;
  color: #4a4a4a;
}
.past-events{
  padding-bottom:0 !important;
}
.events-page .it-challenges{
  padding:40px 0;
}
.form-popup{
  position: fixed;
  background: RGBA(0,0,0,0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -100;
  visibility:hidden;
  opacity:0;
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.form-open,
.form-open-event{
  overflow:hidden;
}
.form-open .touch-form .form-popup{
  z-index:100;
  opacity:1;
  visibility:visible;
  overflow: scroll;
}
.form-open-event .event-form .form-popup{
  z-index:100;
  opacity:1;
  visibility:visible;
  overflow: scroll;
}
.form-popup .form{
  background: #fff;
  padding: 30px;
  position:relative;
  display: block;
  margin: 0 auto;
  float: none;
  max-width: 400px;
  margin-top: 10vh;
  margin-bottom: 10vh;
}
.form-popup .form .close{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 20px;
}
.form-popup .form .close img{
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

}
.form-popup .form .actions{
  margin-top:15px;
}
.form-popup .form .hbspt-form{
  display:inline-block;
  width:100%;
}
.form-popup .form input[type="checkbox"] ~ span{
  vertical-align: super;
}
.touch-form,
.event-form{
  min-height:0 !important;
}
/********
* pulse *
*********/

@-webkit-keyframes pulse { 
  0% { -webkit-transform: scale(1); } 
  50% { -webkit-transform: scale(1.1); } 
  100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
  0% { transform: scale(1); } 
  50% { transform: scale(1.1); } 
  100% { transform: scale(1); } 
} 
.more-services:hover .img img { 
  -webkit-animation-name: pulse; 
  animation-name: pulse; 
}
.more-services .arrow{
  visibility:hidden;
}
.more-services .text p{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #00a8e6;
}


/*Text Slider*/

.text-slider .hs_cos_flex-slider .hs_cos_flex-slides img{
  display:none;
}
.text-slider .hs_cos_flex-direction-nav{
  display:none !Important;   
}
.text-slider ul li:before{
  content:'';
}
.text-slider ol li:before{
  content:'';
}
.text-slider .hs_cos_flex-slider .caption{
  padding:10px 0;
  position:static;
  vertical-align:middle;
  width:100%;
  background:transparent;
  max-width:660px;
  margin:0 auto;
}
.text-slider .hs_cos_flex-slider .caption p{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #4a4a4a;
  margin:0;
}
.text-slider .hs_cos_flex-slider .caption p big{
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: -0.5px;
  margin-bottom:25px;
  display:inline-block;
}
.text-slider .hs_cos_flex-slider .caption p span{
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #00a8e6;
}
.hs_cos_flex-control-paging li a{
  background: #e2e2e2;
  width:13px;
  height:13px;
  box-shadow:none;
}
.hs_cos_flex-control-paging li a.hs_cos_flex-active{
  background: #00a8e6;
}
.hs_cos_flex-control-paging li a:hover{
  background: #e2e2e2;  
}
.text-slider{
  background:url(https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Website/Homepage/AdobeStock_116396297.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}
.text-slider .hs_cos_wrapper_type_image_slider{
  background:rgba(244,244,244, .94);
}
.text-slider .hs_cos_flex-slider{
  background:transparent;
  margin:40px 0 80px 0;
}

.simple-flexed .row-fluid {
   
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

  align-items: center;
  flex-wrap: wrap;
}
.primer-content {
  padding-right:60px;
}
.primer-content .btn{
  margin-top:10px;
}
.primer-content h2{
  margin-top:0;
}

.homepage .delimiter-space.section-3{
  padding-top:135px !important;
  padding-bottom:135px !important;
}
.homepage .delimiter-space.section-1{
  padding-top:70px !important;
  padding-bottom:0px !important;
}
/*Homepage New hero Section*/
.homepage-hero{
  display: inline-block;
  width: 100%;
  position:relative;
}
.homepage-hero .right {
  width:39%;
  float:left;
  margin-left:1%;
}
.homepage-hero .left{
  width:60%;
  float:left;
}
.homepage-hero .left .content{
  max-width:468px;
  padding:103px 50px;
  box-sizing: border-box;
  background:#fff;
}
.homepage-hero .hero-slider-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow:hidden;
}
span.bg-slide-item {
  height: 500px;
  background-size: cover !important;
}
.homepage-hero .hero-slider{
  background:#fff;
  margin-top: 130px;
  padding: 45px 40px 40px;
  box-sizing: border-box;
}
.homepage-hero .hero-slider .caption:focus{
  outline:0;
}
.homepage-hero .slick-dots{
  left:0;
}
.homepage-hero .hero-slider .caption{
  text-align:center;
}
.homepage-hero .hero-slider .caption img{
  margin-left:auto;
  margin-right:auto;
}
.homepage-hero .hero-slider .caption p{
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #4a4a4a;
}

.homepage-hero .hero-slider .caption p:last-child{
  font-weight: 600;
  line-height: 24px;
  color: #4a4a4a;
  font-size: 16px;
}
.homepage-hero .hero-slider .caption p:last-child span{
  display:block;
  color: #00a8e6;
  font-size: 18px;
}
.homepage-hero .slick-dots li:before{
  content:'' !important;
}
.homepage-hero .slick-dots li button:before{
  font-size:13px;
  color:#fff;
  opacity:1;
}
.homepage-hero .slick-dots li.slick-active button:before{
  opacity:1;
  color:#00a8e6;
}
/*It Challenges*/
.it-challenges{
  background-image: url('https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Website/Homepage/cpt-stripes.png');
  background-repeat: repeat;
  background-position: center;
  background-size:auto;
  padding:75px 0;
  margin-bottom:50px !important;
  max-width:1200px !important;
}
.it-challenges *{
  color:#fff;
}
.it-challenges .content{
  max-width:700px;
  margin:0 auto !Important;
  float:none !Important;
}
.it-challenges .btn{
  margin-top:25px;    
}

.it-challenges.cta-2col {
  padding:55px 20px 0 20px;
}

.it-challenges.cta-2col .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.it-challenges.cta-2col .content {
  max-width:none;
  float:left!important;
  padding-bottom:43px;
}

.it-challenges.cta-2col .widget-type-linked_image .layout-widget-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  overflow: hidden;
}

.it-challenges.cta-2col .widget-type-linked_image .layout-widget-wrapper .hs_cos_wrapper_type_linked_image {
  align-self: flex-end;
}

.it-challenges.cta-2col .widget-type-linked_image .layout-widget-wrapper .hs_cos_wrapper_type_linked_image img {
  max-width:283px;
  height:auto;
  margin-bottom: -40px;
}

.it-challenges.cta-2col .content a.cta_button {
  margin-top: 25px;
  color: #4a4a4a !important;
  background: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  padding: 8px 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid transparent;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.it-challenges.cta-2col .content a.cta_button:before,
.it-challenges.cta-2col .content a.cta_button:after {
  border-color: #fff;
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
  border-radius: 3px;
  box-sizing: content-box;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.it-challenges.cta-2col .content a.cta_button:before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
  top: -1px;
  left: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.it-challenges.cta-2col .content a.cta_button:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  top: 0;
  left: -1px;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.it-challenges.cta-2col .content a.cta_button:hover {
  color: #fff !important;
  background: transparent !important;
}

.it-challenges.cta-2col .content a.cta_button:hover:before {
  width: 100%;
}

.it-challenges.cta-2col .content a.cta_button:hover:after {
  height: 100%;
}


/*Footer*/
.footer ul{
  list-style:none;
  padding:0;
  font-size: 14px;
  line-height: 20px;
  color: #6b6a6a;
  margin: 10px 0;
}
.footer i{
  margin-right:8px;
}
.footer{
  background-color: #ffffff;
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.05);
  padding:55px 0 85px;
}
.footer h6{
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #4a4a4a;
  margin:0;
}
.footer p{
  margin:9px 0;
}
.footer a,
.footer p,
.footer li{
  font-size: 14px;
  line-height: 20px;
  color: #6b6a6a;
  text-decoration:none;
}
.footer a:hover{
  text-decoration:underline;
}
.footer .hs-menu-depth-1{
  width:100% !important;
}
.footer .hs-menu-depth-1 a{
  padding:0 !important;
  vertical-align:middle;
  font-weight: 300;
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;

}
.footer .hs-menu-depth-1 a:hover{
  text-decoration:none !important;
  padding-left:10px !important;
}
.footer .social{
  font-size:20px;
  color:#00a8e6;
  margin:10px 0;
  display:inline-block;
   
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;

}
.footer .social:hover{
  text-decoration:none;
  color:#6b6a6a;
}
.footer-logo{
  margin-top:55px;
}
.footer-nav .hs-menu-children-wrapper{
  display:none !important;
}
.footer textarea,
.footer input[type="text"],
.footer input[type="password"],
.footer input[type="datetime"],
.footer input[type="datetime-local"],
.footer input[type="date"],
.footer input[type="month"],
.footer input[type="time"], 
.footer input[type="week"],
.footer input[type="number"],
.footer input[type="email"],
.footer input[type="url"],
.footer input[type="search"],
.footer input[type="tel"],
.footer input[type="color"],
.footer select{
  border:0;
  border-bottom:1px solid #ccc;
  padding: 7px 10px;
   
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;

  position:relative;
  background:transparent;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Nunito Sans', sans-serif;
}
.footer form input:focus,
.footer form textarea:focus,
.footer form select:focus{
  outline:0;

}
.footer form textarea{
  width:100% !important;
}
.footer form label{
  font-size: 14px;
  line-height: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #b9b9b9;
}
.footer form .form-columns-1:last-child{
  float:left;
  width:calc(100% - 18px);
}
.footer form .hs_submit{
  float:left;
  height: auto;
  width: auto;
}
.footer form .hs_submit .actions {
  margin-top:30px; 
}
.footer .widget-type-form h3{
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #4a4a4a;
  margin: 0;
  margin-bottom:5px;
}
.footer form .hs_submit .actions,
.footer form .hs_submit .actions input{
  height:100%;
  width:100%;
}

.footer form .hs_submit input{
  background-color: #00a8e6;
  padding: 8px 25px !important;
  color: #fff;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 22px;
  background-size: 20px 14px;
  background-repeat: no-repeat;
  background-position: center right 7px;
  border: 0;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.footer form .hs_submit input:hover {
  background-position: center right 4px;
}
.footer .hs-form-field{
  position:relative;
}
.footer .hs-form-field > label{
  position:absolute;
  top:10px;
}

.footer form {
  position:relative;
}

.footer .hs-fieldtype-textarea.hs-form-field .input {
  padding-right: 0;
  margin-right:0;
}

.footer .hs-form-field .input.open input,
.footer .hs-form-field .input.open select,
.footer .hs-form-field .input.open textarea{
  margin-top:25px;
}
.footer .hs-form-field .input{
  padding-top:0;
  padding-bottom:5px;
   
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;

}
.footer .hs-form-field .input input.error{
  border-color:red;
}
.footer .hs-error-msgs{
  margin:0;
}
.footer .hs-error-msgs li label {
  color:red;
}
.footer .form-columns-1 .hs-form-field .input input{
  width:100%;
}

.small-footer{
  background-color: #f9f9f9;
  padding:15px 0 10px;
}
.small-footer p{
  display:inline-block;
  width:100%;
  margin:0;
  vertical-align: middle;
}
.small-footer span{
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #b8b8b8;
  vertical-align: middle;
}
.small-footer a{
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #b8b8b8;
  text-decoration:none;
  vertical-align: middle;
}
.small-footer .text1{
  float:left;
  margin-right: 57px;
}
.small-footer .text2{
  float:left;
}
.small-footer .text3{
  float:right;
}
.small-footer .text3 a{
  text-decoration:underline;
  color: #00a8e6;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .challenge-wrapper .text{
    min-height: 250px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .flexi-team-wrapper .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget {
    width: calc(33% - 15px);
    float: left;
    margin-left: 25px;
    margin-bottom: 25px;
  }
  .flexi-team-wrapper .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(4n + 1) {
    margin-left: 25px;
  }
  .flexi-team-wrapper .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(3n + 1) {
    margin-left: 0;
  }
  .hs-responsive-embed iframe{
    min-height:46vw !important;
  }

  .event-module .image .img-date{
    font-size:30px;
  }

  .webinars-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget {
    width:50%;
  }

  .webinars-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) .webinar-box,
  .webinars-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(3n) .webinar-box {
    margin-right:auto;
    margin-left:auto;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

  .hs-responsive-embed iframe{
    min-height:56vw !important;
  }

  .img-header-wrapper{
    width:100% !important;
    text-align:center;
  }
  .img-header-wrapper .header-img{
    width:100%;
  }

  .flexi-team-wrapper .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget {
    width: calc(50% - 13px);
    float: left;
    margin-left: 25px;
    margin-bottom: 25px;
  }
  .flexi-team-wrapper .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(4n + 1) {
    margin-left: 25px;
  }
  .flexi-team-wrapper .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(3n + 1) {
    margin-left: 25px;
  }
  .flexi-team-wrapper .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(2n + 1) {
    margin-left: 0;
  }

  .team-item  .popup-wrapper .popup-insider .image{
    width: 100%;
    background: #fff;
    padding:0 20px;
  }
  .team-item  .popup-wrapper .popup-insider .image img{
    max-width: 100%;
  }
  .team-item  .popup-wrapper .popup-insider .content{
    width: 100%;
    position:static;
    padding: 40px 20px;
  }
  .team-item  .popup-wrapper .popup-insider .content .header-details .ex{
    top: 20px;
    right: 20px;
  }

  .team-item  .popup-wrapper .popup-insider{
    position:relative;
    flex-wrap: wrap;
  }
  .nav-trigger{
    display:block !Important;
    position: absolute;
    top: 32px;
    right: 36px;
    font-size: 24px;
  }
  .vimeo-video{
    width:100% !important;
  }
  .softwares-wrapper .hs_cos_wrapper_type_custom_widget{
    margin-left:0;
    width:100%;
  }
  .performance-engineering-page .text-slider .hs_cos_flex-slider .caption{
    padding:10px;
  }
  .nav-wrapper.small .nav-trigger{
    top:17px;
  }
  .main-nav .hs-menu-depth-1{
    float:none !important;
    text-align:center;
    border-top: 1px solid #f1f1f1;
  }
  .main-nav ul,
  .simple-nav ul,
  .simple-nav ul li{
    width:100% !important;
  }
  .simple-nav ul li a{
    width:100%;
    max-width:100% !important;
    box-sizing: border-box;
    text-align:center;
  }
  .toggle-nav{
    max-height: 0;
    overflow: hidden;
    min-height: 0 !important;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    width:100% !important;
     
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;

  }
  .footer-logo{
    margin:25px 0 !important;
  }
  .toggle-nav .main-nav{
    padding-top:15px;
  }
  .nav-open .toggle-nav{
    max-height:100vh;
  }

  /*Homepage*/
  .particles-js .panel{
    position:static;
  }
  .management-box-wrapper > span .hs_cos_wrapper_type_custom_widget, .consultation-management-box-wrapper > span .hs_cos_wrapper_type_custom_widget, .consultation-management-box-wrapper > span .hs_cos_wrapper_type_module {
    width: 50%;
  }
  .special-slider .owl-item .image{
    width:100%;
  }
  .special-slider .owl-item .text{
    max-width:100%;
    padding-left:0;
    padding-right:0;
  }
  .primer-content{
    padding-right:0;
    padding-bottom:30px;
  }
  .grided {
    width: 30% !important;
    float: left !important;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .grided:last-child {
    margin-right: 0;
  }
  .it-challenges{
    padding:75px 20px;
  }
  .form-columns-2 .hs-form-field .hs-input{
    width:100% !important;
  }
  .delimiter-space{
    padding-top:50px !important;
    padding-bottom: 50px !important;
  }
  .management-box, .consultation-management-box {
    margin:0;
  }
  .performance-engineering-page .text-slider{
    width:100%;
  }
  .performance-engineering-page .section-1 .content-1{
    padding-right:0;
    padding-bottom:30px;
  }
  .performance-engineering-page .section-2{
    padding:50px 0 50px;
  }
  .softwares-wrapper{
    margin-top:30px;
  }
  .simple-flexed .row-fluid{
    justify-content:center;
  }

  #nav-icon3 {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #4a4a4a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  /* Icon 3 */

  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }

  #nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    top: 8px;
  }

  #nav-icon3 span:nth-child(4) {
    top: 16px;
  }

  .nav-open #nav-icon3 span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .nav-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .nav-open #nav-icon3 span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .text-slider .hs_cos_flex-slider{
    padding: 0 20px;
  }
  .homepage .delimiter-space.section-3 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .flexed .row-fluid{
    justify-content:center;
  }
  .text-slider{
    margin-top:30px;
  }
  .performance-engineering-page .particles-js .panel{
    padding:50px 30px !important;
    width:100%;
  }
  .our-approach{
    display:none !important;
  }
  .challenges-wrapper .row-fluid-wrapper {
    width: 50%;
    margin: 30px 0;
  }
  .first .challenge-wrapper.isHovered .border-line:after,
  .last .challenge-wrapper.isHovered .border-line:after{
    -webkit-animation-name: b2;
    -webkit-animation-delay: .8s;
  }
  .widget-type-space{
    display:none !Important;
  }
  .widget-type-space.fake-nav{
    display:block !important;
  }
  .page-center-no-padding{
    padding:0 20px;
  }
  .performance-engineering-page.prepare-peak .section-4{
    padding-top:0;
  }
  .performance-engineering-page.prepare-peak .section-4 .text-slider{
    margin-top:25px;
  }
  .performance-engineering-page.prepare-peak  .section-3{
    padding:100px 0;
  }
  .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    position:static !important;
    display:none;
    visibility:visible;
    opacity:1;
  }
  .main-nav .hs-menu-depth-1.hs-item-has-children{
    position:relative;
    z-index:5;
  }
  .main-nav .hs-menu-depth-1.hs-item-has-children:after{
    content: '\f078' !important;
    width: 65px;
    height: 36px;
    position: absolute;
    top: 0px;
    right: 20px;
    font-family: fontAwesome;
    z-index: 10;
  }
  .main-nav .hs-menu-depth-1.hs-item-has-children a{
    position:relative;
    z-index:6;
  }
  .result-item .image-logo,
  .result-item .content{
    width:100%;
    max-width:100%;
    padding-left:0;
  }
  .logos-wrapper .hs_cos_wrapper_type_custom_widget{
    width:33%;
  }
  .small-footer span{
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  .solution-item .image{
    min-height:420px;
  }
  .about-us-page .solution-item .image{
    min-height:320px;
  }
  .solution-item .image,
  .solution-item .content{
    width:100%;
  }
  .solution-item .content{
    padding:35px;
  }
  .flexi-solution .img-wrapper{
    width:100% !important;
  }
  .dot-image-wrapper{
    margin-top:25px;
  }
  .flexi-solution .row-fluid{
    justify-content: center;
  }
  .our-story .left{
    max-width:100%;
    margin-bottom:60px;
  }
  .our-story .right{
    max-width:100%;
  }
  .logos-wrapper .logo-item{
     
display: -webkit-box !important;  
display: -ms-flexbox !important; 
display: -webkit-flex !important;
display: flex !important; 

    align-items:center;
    justify-content:center;
  }
  .logos-wrapper .logo-item img{
    height:auto !important;
  }
  .main-nav .hs-menu-depth-1 a:hover:before{
    content:'';
    width:0;
  }
  .blog-listing-wrapper .post-item .f-image{
    width: 100%;
    margin-bottom: 25px;
  }
  .blog-listing-wrapper .post-item .f-image img{
    width:100% !important;
    height:auto !important;
  }
  .blog-listing-wrapper .post-item .content{
    width:100%;
    padding-left:0;
    max-width:100%;
  }
  .no-image-slider .hs_cos_flex-slider .caption .slider-col{
    width: 100% !important;
    margin-right:0;
  }
  .no-image-slider .hs_cos_flex-slider .caption .slider-col img{
    margin-bottom:20px;
  }
  .event-module > .content{
    padding-left:0;
    padding-top:30px;
  }

  /* Clients */

  .clients-row .logos-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_linked_image {
    width: 48%;
    margin-right: 4%;
  }

  .clients-row .logos-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_linked_image:nth-child(2n) {
    margin-right:0;
  }

  .delimiter-space.clients-row {
    padding-top: 50px!important;
  }

  .delimiter-space.btm-padding {
    padding-bottom:50px!important;
  }

  .clients-row h2 {
    text-align:center;
  }


  /* CTA Section Update */

  .it-challenges.cta-2col {
    padding: 75px 20px;
  }

  .it-challenges.cta-2col .content {
    padding-bottom:0;
    text-align:center;
  }

  .it-challenges.cta-2col .widget-type-linked_image {
    display:none;
  }

  .it-challenges.cta-2col .row-fluid {
    display:block;
  }


  /* Webinars */

  .featured-webinar .webinar-box {
    display:block;
    max-width: 420px;
  }

  .featured-webinar .imglink {
    width:100%;
    margin-right:0;
    margin-bottom: 25px;
  }

  .featured-webinar .webinar-img {
    width:100%;
  }

  .featured-webinar .webinar-info {
    width:100%;
  }

  .webinars-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget {
    width:100%;
    margin-bottom:40px;
  }

  .webinars-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:last-child {
    margin-bottom:0;
  }

  .webinars-form-delimiter .form-intro {
    text-align:center;
  }

  .webinars-form-delimiter .webinars-form {
    margin-top: 18px;
  }

  .webinars-form form {
    max-width:none;
  }

  .webinars-form form fieldset {
    max-width:none;
  }

  .webinars-list {
    padding:50px 0;
  }

  .webinar-section-title h2 {
    text-align:center;
  }

  .webinars-form-delimiter-wrapper {
    padding-top:50px;
  }

  .delimiter-space.featured {
    padding-top:50px!important;
    padding-bottom:0!important;
  }

  .blog-post-wrapper .f-image {
    height:200px;
  }

  .blog-post-wrapper a.topic-link {
    margin-bottom: 12px;
  }
  .homepage-hero .left,
  .homepage-hero .left .content{
    width:100%;
    max-width:100%;
  }
  .homepage-hero .hero-slider{
    margin-top:35px;
    margin-bottom:100px;
  }
  .homepage-hero .right {
    width: 100%;
    margin-left:0;
  }
  .homepage-hero .left .content{
    padding: 15px 50px;
    margin-top: 35px;
  }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

  .performance-engineering-page .icon-wrapper {
    display: block;
  }
  .grided {
    width: 100% !important;
  }
  .challenges-wrapper .row-fluid-wrapper {
    width: 100%;
    margin: 30px 0;
  }
  .challenge-wrapper .text{
    min-height:0;
  }
  .flexi-team-wrapper .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget {
    width: calc(100% - 13px);
    float: left;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .flexi-team-wrapper .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(4n + 1) {
    margin-left: 0;
  }
  .flexi-team-wrapper .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(3n + 1) {
    margin-left: 0;
  }
  .flexi-team-wrapper .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget:nth-child(2n + 1) {
    margin-left: 0;
  }
  .service-item .icon{
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .service-item .content {
    width: 100%;
    padding:0;
  }

  .clients-row .logos-wrap .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_linked_image {
    width: 100%;
    margin-right: 0;
  }

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

/* IN PAGE CONACT POPUP DEMO */
/* AWS Pop up Styling */
.popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: RGBA(0,0,0,0.8);
   
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;
  
  z-index: -100;
  visibility:hidden;
  opacity:0;
}
.popup-overlay:target {
  z-index:1000;
  visibility: visible;
  opacity: 1;
  overflow:scroll;
}

.popup { 
  background: #fff;
  padding: 30px;
  position: relative;
  display:block; 
  margin: 0 auto;
  float: none!important; 
  max-width: 400px;
  margin-left: auto!important;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

/* original */
.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 20px
}

.aws-popup .popup .close img{
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

}

.aws-popup .popup .hbspt-form{
  display:inline-block;
  width:100%;
}
.aws-popup .popup input[type="checkbox"] ~ span{
  vertical-align: super;
}

.popup form select {
  padding-top: 30px;
}

/* Thank you page */
.text-center {
  text-align: center;
}

.row-flex > .row-fluid-wrapper > .row-fluid {
  display: flex;
}

.thanks-img img {
    max-width: 200px!important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px!important;
    margin-top: 30px!important;
}

.left-thnks-image img {
  margin-bottom: 5px!important;
  max-width: 300px!important;
  margin-top: 0!important;
}


.tnks-col,
.tnks-col-2 {
      -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.tnks-col:hover,
.tnks-col-2:hover {
    -webkit-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.thank-you-content {
  padding-bottom: 100px;
  padding-top: 50px;
}

.thanks-page-title p {
   text-align: center;
   max-width: 100%;
   margin-bottom: 60px;
}

.thanks-page-title h2 {
    display: block;
    margin-bottom: 30px;
}

.tnks-col .row-fluid-wrapper > .row-fluid .widget-span {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.tnks-col-2 {
    display: flex!important;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.tnks-col-2 p {
  color: #fff;
  margin-bottom: 0;
}

.thanks-p p {
  max-width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .row-flex>.row-fluid-wrapper>.row-fluid {
    display: block;
  }
}

.center-vertically {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* Module Container with Background and Padding */
.one-pager-module {
    display: flex;
    flex-direction: column;   /* Stack items vertically */
    align-items: center;      /* Center items horizontally */
    justify-content: center;  /* Center items vertically */
    padding: 20px;            /* Add padding inside the module */
    text-align: center;
    background: #F9F9F9;      /* Background colour */
    border-radius: 8px;       /* Optional: Rounded corners */
}

/* Ensure Image Displays Correctly */
.one-pager-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

/* Adjusted Button Width and Centre Alignment */
.one-pager-button {
    width: 80%;                /* Button takes 80% of the container */
    max-width: 300px;          /* Optional: Limit max width */
    padding: 15px 20px;
    background: #00A7E6;
    color: white;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.3s ease;
    margin-top: 10px;           /* Add space from the image */
}

/* Hover Effect */
.one-pager-button:hover {
    background: #E10F76;
    color: white;
}


/* Container: force 2 columns with spacing */
.new-testimonial-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* Child: each widget block */
.new-testimonial-images > .hs_cos_wrapper {
  flex: 1 1 calc(50% - 10px);
  box-sizing: border-box;
}

/* Image: fill block */
.new-testimonial-images img {
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile: stack */
@media screen and (max-width: 768px) {
  .new-testimonial-images > .hs_cos_wrapper {
    flex: 1 1 100%;
  }
}

/* Stat Boxes */

.stats-section .stat-card {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    border-bottom: 3px solid #651566;
    padding: 45px 40px;
    min-height: 260px;
    box-sizing: border-box;
    height: 100%;
}

.stats-section .stat-card-highlight {
    background: #f7f7f9;
}

.stats-section .stat-number {
    font-size: 52px;
    font-weight: 700;
    color: #e30576;
    letter-spacing: -1px;
    line-height: 1.15;
    margin: 0 0 12px;
}

.stats-section .stat-text {
    font-size: 15px;
    color: #666666;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991px) {
    .stats-section .stat-card {
        min-height: auto;
        margin-bottom: 24px;
    }

    .stats-section .hs_cos_wrapper:last-child .stat-card {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .stats-section .stat-card {
        padding: 30px;
        margin-bottom: 20px;
    }

    .stats-section .stat-number {
        font-size: 40px;
    }

    .stats-section .hs_cos_wrapper:last-child .stat-card {
        margin-bottom: 0;
    }
}

/* Hero Heading */

.hero-big-text {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    max-width: 900px;
    margin-bottom: 45px;
}

.highlight-purple {
    color: #651566;
    font-weight: 700;
}

.highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 6px;
    background: #e30576;
    opacity: 0.25;
    z-index: -1;
}

/* LOGO BAR SECTION WRAPPER */
.logo-bar {
    text-align: center;
}

/* TITLE ABOVE LOGOS */
.logo-bar-title {
    font-size: 18px;
    line-height: 1.5;
    color: #3a3a3a;
    margin: 0 0 35px;
}

/* IMAGE MODULE WRAPPER ALIGNMENT */
.logo-bar .hs_cos_wrapper_type_image {
    text-align: center;
}

/* LOGO IMAGE SIZE CONTROL */
.logo-bar img {
    max-height: 48px;      /* controls logo height */
    width: auto;           /* keeps aspect ratio */
    max-width: 100%;
    object-fit: contain;
    opacity: 0.75;         /* makes logos slightly faded */
    transition: opacity 0.25s ease;
}

/* LOGO HOVER EFFECT */
.logo-bar img:hover {
    opacity: 1;
}

/* TABLET ADJUSTMENTS */
@media (max-width: 991px) {
    .logo-bar-title {
        margin-bottom: 28px;
    }

    .logo-bar img {
        max-height: 40px;  /* slightly smaller logos */
    }
}

/* MOBILE ADJUSTMENTS */
@media (max-width: 767px) {
    .logo-bar-title {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .logo-bar img {
        max-height: 34px;  /* smaller logos on mobile */
    }
}

/

/* ========================= */
/* STATUS QUO SECTION */
/* ========================= */

.context-status {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* left text column */
.context-status h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #2d2d2d;
}

.context-status p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0 0 20px;
}

.context-status ul {
    margin: 0 0 24px 20px;
    padding: 0;
}

.context-status li {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 10px;
}

/* right highlight box */
.context-box {
    background: #f7f7f9;
    padding: 35px 30px;
    border-bottom: 3px solid #651566;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.context-box p {
    margin: 0 0 16px;
}

.context-box p:last-child {
    margin-bottom: 0;
}

/* tablet */
@media (max-width: 991px) {
    .context-status {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .context-status h2 {
        font-size: 30px;
    }

    .context-status p,
    .context-status li {
        font-size: 16px;
    }

    .context-box {
        margin-top: 30px;
    }
}

/* mobile */
@media (max-width: 767px) {
    .context-status {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .context-status h2 {
        font-size: 26px;
    }

    .context-box {
        padding: 28px 24px;
        margin-top: 24px;
    }
}

/* ========================= */
/* FULL WIDTH QUOTE SECTION */
/* ========================= */

.quote-section {
    background-image: url('https://2045131.fs1.hubspotusercontent-na1.net/hubfs/2045131/Home.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

/* quote container */
.quote-block {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 50px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* quote text */
.quote-text {
    font-size: 24px;
    line-height: 1.6;
    color: #2d2d2d;
    margin-bottom: 20px;
}

/* author */
.quote-author {
    font-size: 15px;
    color: #666;
}

/* mobile */
@media (max-width: 767px) {
    .quote-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .quote-block {
        padding: 30px 25px;
    }

    .quote-text {
        font-size: 20px;
    }
}



/* ========================= */
/* CASE STUDIES SECTION */
/* ========================= */

.case-studies-section h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #2d2d2d;
    margin-bottom: 50px;
}

/* add breathing room between HubSpot rows */
.case-row {
    margin-bottom: 36px;
}

/* ========================= */
/* CASE STUDY CARD */
/* ========================= */

.case-study-card {
    background: #ffffff;
    padding: 28px 28px 30px;
    border-top: 4px solid #00a7e6;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    height: 100%;
}

/* sector */
.case-study-sector {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    color: #00a7e6;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* client name */
.case-study-client {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #2d2d2d;
}

/* highlight line */
.case-study-highlight {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #425b76;
}

/* body text */
.case-study-card p:last-child {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #4a4a4a;
}

/* ========================= */
/* TABLET */
/* ========================= */

@media (max-width: 991px) {
    .case-studies-section h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .case-row {
        margin-bottom: 28px;
    }

    .case-study-card {
        padding: 24px;
    }

    .case-study-client {
        font-size: 22px;
    }

    .case-study-highlight {
        font-size: 17px;
    }
}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 767px) {
    .case-studies-section h2 {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .case-row {
        margin-bottom: 22px;
    }

    .case-study-card {
        padding: 22px;
    }

    .case-study-sector {
        font-size: 14px;
    }

    .case-study-client {
        font-size: 20px;
    }

    .case-study-highlight {
        font-size: 16px;
    }
}

/* ========================= */
/* GROWTH DRIVER SECTION */
/* ========================= */

.growth-driver-section {
    background: #3D4752;
    color: #ffffff;
    padding: 90px 0;
}

.growth-driver-section h2 {
    color: #ffffff;
}

.growth-driver-section p {
    color: #c7d0d9;
}

/* Intro spacing */
.growth-driver-section .span11.page-center > .hs_cos_wrapper_type_rich_text {
    margin-bottom: 30px;
}

/* ========================= */
/* ROW SPACING */
/* ========================= */

.page-center.growth-driver-row {
    margin-bottom: 36px;
}

.page-center.growth-driver-row:last-child {
    margin-bottom: 0;
}

/* kill HubSpot extra spacing inside cards only */
.growth-driver-row .hs_cos_wrapper_type_rich_text,
.growth-driver-row .dnd-module {
    margin-bottom: 0 !important;
}

/* ========================= */
/* CARDS */
/* ========================= */

.growth-card {
    background: #4a5662;
    padding: 30px;
    border-radius: 6px;
    position: relative;
    min-height: 280px;
}

/* Accent line */
.growth-card::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    bottom: 24px;
    width: 4px;
    background: #00A7E6;
}

/* Headings */
.growth-card h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 14px;
    padding-left: 22px;
    min-height: 60px;
}

/* Text */
.growth-card p {
    color: #d5dde5;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    padding-left: 22px;
}

/* Alternate shades */
.growth-driver-row .dnd-column:nth-child(1) .growth-card {
    background: #4a5662;
}

.growth-driver-row .dnd-column:nth-child(2) .growth-card {
    background: #46515c;
}

.growth-driver-row .dnd-column:nth-child(3) .growth-card {
    background: #4a5662;
}

/* ========================= */
/* TABLET */
/* ========================= */

@media (max-width: 991px) {
    .growth-driver-section {
        padding: 70px 0;
    }

    .page-center.growth-driver-row {
        margin-bottom: 28px;
    }

    .growth-card {
        padding: 26px;
        min-height: 240px;
    }

    .growth-card::before {
        top: 20px;
        left: 20px;
        bottom: 20px;
    }

    .growth-card h3 {
        font-size: 18px;
        padding-left: 20px;
        min-height: 54px;
    }

    .growth-card p {
        font-size: 15px;
        padding-left: 20px;
    }
}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 767px) {
    .growth-driver-section {
        padding: 60px 0;
    }

    .page-center.growth-driver-row {
        margin-bottom: 20px;
    }

    .growth-card {
        padding: 22px;
        min-height: auto;
    }

    .growth-card::before {
        top: 18px;
        left: 18px;
        bottom: 18px;
    }

    .growth-card h3 {
        font-size: 18px;
        padding-left: 18px;
        min-height: auto;
    }

    .growth-card p {
        font-size: 15px;
        padding-left: 18px;
    }
}


/* GROWTH SECTION MANUAL SPACER */
.section-spacer {
    height: 36px;
}

/* GROWTH SECTION MANUAL SPACER MOBILE */
@media (max-width: 767px) {
    .section-spacer {
        height: 20px;
    }
}

/* ========================= */
/* CTA TEXT WHITE */
/* ========================= */

.cta-section,
.cta-section h1,
.cta-section h2,
.cta-section h3,
.cta-section h4,
.cta-section h5,
.cta-section h6,
.cta-section p,
.cta-section span,
.cta-section li,
.cta-section div {
    color: #ffffff !important;
}

/* ========================= */
/* LOGO SECTION */
/* ========================= */

.logo-section {
    background: #f5f6f8;
    padding: 70px 20px;
    text-align: center;
}

.logo-bar-title {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    color: #3D4752;
    margin: 0 0 45px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

/* 5 column logo grid */
.logo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    gap: 40px 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* force logo sizing */
.logo-grid img,
.logo-grid picture img,
.logo-grid a img,
.logo-grid span img,
.logo-grid div img {
    display: block;
    margin: 0 auto;
    width: auto !important;
    height: 80px !important;
    max-height: 80px !important;
    max-width: 180px !important;
    object-fit: contain;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.logo-grid img:hover,
.logo-grid picture img:hover,
.logo-grid a img:hover,
.logo-grid span img:hover,
.logo-grid div img:hover {
    opacity: 1;
}

/* tablet */
@media (max-width: 991px) {
    .logo-section {
        padding: 55px 20px;
    }

    .logo-bar-title {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px 24px;
    }

    .logo-grid img,
    .logo-grid picture img,
    .logo-grid a img,
    .logo-grid span img,
    .logo-grid div img {
        height: 60px !important;
        max-height: 60px !important;
        max-width: 160px !important;
    }
}

/* mobile */
@media (max-width: 767px) {
    .logo-section {
        padding: 40px 16px;
    }

    .logo-bar-title {
        font-size: 20px;
        margin-bottom: 28px;
    }

    .logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 20px;
    }

    .logo-grid img,
    .logo-grid picture img,
    .logo-grid a img,
    .logo-grid span img,
    .logo-grid div img {
        height: 48px !important;
        max-height: 48px !important;
        max-width: 140px !important;
    }
}