/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.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;}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/fontawesome-webfont.eot?v=4.3.0');
  src:url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/fontawesome-webfont.eot#iefix&v=4.3.0') format('embedded-opentype'),
    url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
    url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
    url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
    url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'Rubik-Regular';
  src: url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Rubik-Regular.eot');
  src: url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Rubik-Regular.woff2') format('woff2'),
    url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Rubik-Regular.woff') format('woff'),
    url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Rubik-Regular.ttf') format('truetype'),
    url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Rubik-Regular.svg#Rubik-Regular') format('svg'),
    url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Rubik-Regular.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik-Medium';
  src: url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Rubik-Medium.eot');
  src: url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Rubik-Medium.woff2') format('woff2'),
    url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Rubik-Medium.woff') format('woff'),
    url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Rubik-Medium.ttf') format('truetype'),
    url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Rubik-Medium.svg#Rubik-Medium') format('svg'),
    url('https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Rubik-Medium.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/*****************************************/
/* Reset css starts    */
/*****************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight:normal;
  vertical-align: baseline;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  line-height: 1;
}

body {
  line-height:1;
  font-family: 'Rubik', sans-serif;
  /*background-color:#2b2b35; */
  background-color:#f8f8fa;
  -webkit-overflow-scrolling: touch;
}
h1, h2, h3, h4, h5, h6,p,a,div,ul,ol,li,table,td,span {
  font-family: 'Rubik', sans-serif;
}
.body-container {
  background: none;
  background-color:#ffffff;
}
/*body:not(.hs-content-name-home-new-july-2017) {
padding-top:80px;
}*/
body:not(.hs-content-name-home-new-july-2017) div#site-wrapper{
  padding-top:96px;
}
body:not(.hs-content-name-home-new-july-2017) div#site-wrapper div#site-wrapper {
  padding-top:0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  color:#d62c60;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
a:hover{
  color:#000000;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
a:focus,a:active,a:visited{
  /* color:#000000; */
}
p {
  font-size:16px;
  color:#000000;
  line-height:26px;
  padding:0 0 20px;
}
.padding-top-none{
  padding-top:0 !important;
}
.padding-bottom-none{
  padding-bottom:0 !important;
}
.padding-right-none{
  padding-top:0 !important;
}
.padding-left-none{
  padding-top:0 !important;
}

.margin-top-none{
  margin-top:0 !important;
}
.margin-bottom-none{
  margin-bottom:0 !important;
}
.margin-right-none{
  margin-top:0 !important;
}
.margin-left-none{
  margin-top:0 !important;
}


table {
  border-collapse:collapse;
  border-spacing:0;
}
.body-container-wrapper {
  margin-top: 0px;
  max-width: 1440px;
  float: none;
  margin: 0 auto;
}

.float-right{
  float:right !important;
}

.btn{
  font-size: 16px;
  display: inline-block;
  color: #000;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 11px 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-resource-box-inner .btn:hover{
  color: #fff;
  background-color:#2a2b34;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.main-resource-box-inner:hover .btn:hover{
  color: #fff;
  background-color:#2a2b34;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.btn.large {
  font-size: 18px;
  /*padding: 14px 24px;*/
  padding: 14px 10px;
}
.btn.medium {
  font-size: 16px;
  padding: 13px 22px;
  border-width: 2px;
}




.btn.purple-border {
  border-color:#9a488d; 
  color:#000000;
}
.btn.pink-border {
  border-color:#d62c60;
  color:#000000;
}
.btn.orange-border {
  border-color:#f37f32;
  color:#000000;
}
.btn.purple-dark-border {
  border-color:#693377;
  color:#000000;
}
.btn.white-border {
  border-color:#ffffff; 
  color:#ffffff;
}


.btn.video {
  border-color: #9a2c69;
  color:#000000;
}
.btn.webinars{
  border-color: #d62c60;
  color:#000000;
}
.btn.case-studies,
.btn.casestudies,
.btn.case-study,
.btn.casestudy{
  border-color: #b7212d;
  color:#000000;
}
.btn.infographic{
  border-color: #e91e38;
  color:#000000;
}
.btn.white-papers,
.btn.whitepapers,
.btn.whitepaper,
.btn.white-paper{
  border-color: #f37f32;
  color:#000000;
}
.btn.newsletter{
  border-color: #693377;
  color:#000000;
}
.btn.archive{
  border-color: #ee574a;
  color:#000000;
}
.btn.brochure{
  border-color: #ee574a;
  color:#000000;
}

.btn.video:hover {
  background-color: #9a2c69;
  color:#ffffff;
}
.btn.webinars:hover{
  background-color: #d62c60;
  color:#ffffff;
}
.btn.case-studies:hover{
  background-color: #b7212d;
  color:#ffffff;
}
.btn.infographic:hover{
  background-color: #e91e38;
  color:#ffffff;
}
.btn.white-papers:hover{
  background-color: #f37f32;
  color:#ffffff;
}
.btn.newsletter:hover{
  background-color: #693377;
  color:#ffffff;
}
.btn.archive:hover{
  background-color: #ee574a;
  color:#ffffff;
}
.btn.brochure:hover{
  background-color: #ee574a;
  color:#ffffff;
}


.btn.video-filled {
  border-color: #9a2c69;
  background-color: #9a2c69;
  color:#ffffff;
}
.btn.webinars-filled{
  border-color: #d62c60;
  background-color: #d62c60;
  color:#ffffff;
}
.btn.case-studies-filled,
.btn.casestudies-filled,
.btn.case-study-filled,
.btn.casestudy-filled{
  border-color: #b7212d;
  background-color: #b7212d;
  color:#ffffff;
}
.btn.infographic-filled{
  border-color: #e91e38;
  background-color: #e91e38;
  color:#ffffff;
}
.btn.white-papers-filled,
.btn.whitepapers-filled,
.btn.white-paper-filled,
.btn.whitepaper-filled{
  border-color: #f37f32;
  background-color: #f37f32;
  color:#ffffff;
}
.btn.newsletter-filled{
  border-color: #693377;
  background-color: #693377;
  color:#ffffff;
}
.btn.archive-filled{
  border-color: #ee574a;
  background-color: #ee574a;
  color:#ffffff;
}
.btn.brochure-filled{
  border-color: #ee574a;
  background-color: #ee574a;
  color:#ffffff;
}


.btn.video-filled:hover {
  border-color: #9a2c69;
  background-color: transparent;
  color:#000000;
}
.btn.webinars-filled:hover{
  border-color: #d62c60;
  background-color: transparent;
  color:#000000;
}
.btn.case-studies-filled:hover,
.btn.casestudies-filled:hover,
.btn.casestudy-filled:hover,
.btn.case-study-filled:hover{
  border-color: #b7212d;
  background-color: transparent;
  color:#000000;
}
.btn.infographic-filled:hover{
  border-color: #e91e38;
  background-color: transparent;
  color:#000000;
}
.btn.white-papers-filled:hover,
.btn.whitepapers-filled:hover,
.btn.whitepaper-filled:hover,
.btn.white-paper-filled:hover{
  border-color: #f37f32;
  background-color: transparent;
  color:#000000;
}
.btn.newsletter-filled:hover{
  border-color: #693377;
  background-color: transparent;
  color:#000000;
}
.btn.archive-filled:hover{
  border-color: #ee574a;
  background-color: transparent;
  color:#000000;
}
.btn.brochure-filled:hover{
  border-color: #ee574a;
  background-color: transparent;
  color:#000000;
}



.btn.purple-border:hover {
  background-color:#9a488d;
  color:#ffffff;
}
.btn.pink-border:hover {
  background-color:#d62c60;
  color:#ffffff  !important;
}
.btn.orange-border:hover {
  background-color:#f37f32 !important;
  color:#ffffff  !important;
}
.btn.purple-dark-border:hover {
  background-color:#693377;
  color:#ffffff;
}
.btn.white-border:hover {
  background-color:#ffffff; 
  color:#000000;
}




.btn.purple-filled {
  background-color:#9a488d;
  border-color:#9a488d;
  color:#ffffff;
}
.btn.pink-filled {
  background-color:#d62c60;
  border-color:#d62c60;
  color:#ffffff;
}
.btn.orange-filled {
  background-color:#f37f32;
  border-color:#f37f32;
  color:#ffffff;
}
.btn.purple-dark-filled {
  background-color:#693377;
  border-color:#693377;
  color:#ffffff;
}
.btn.white-filled {
  background-color:#ffffff;
  border-color:#ffffff;
  color:#0000;
}


.btn.purple-filled:hover {
  background-color:transparent;
  border-color:#9a488d;
  color:#9a488d;
}
.btn.pink-filled:hover {
  background-color:transparent;
  border-color:#d62c60;
  color:#d62c60;
}
.btn.orange-filled:hover {
  background-color:transparent;
  border-color:#f37f32;
  color:#f37f32;
}
.btn.perpul-dark-filled:hover {
  background-color:transparent;
  border-color:#693377;
  color:#693377;
}
.btn.white-filled:hover {
  background-color:transparent;
  border-color:#ffffff;
  color:#ffffff;
}

.btn.purple.watch-now:before {
  /*background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Play_Purple.png) 0 0 no-repeat;*/
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/play_icons-04.svg) 0 0 no-repeat;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 8px;
  background-size:40px;
}

.btn.purple.watch-now:hover:before {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/play_hover.png) 0 0 no-repeat;
}

.btn.watch-now {
  position: relative;
  padding: 20px 19px 20px 67px;
}
.btn.watch-now:before {
  /*background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/paly.png) 0 0 no-repeat;*/
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/play_icons-02.svg) 0 0 no-repeat;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 8px;
  background-size:40px;
}
.btn.watch-now:hover:before {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/play_hover.png) 0 0 no-repeat;
}
.btn.watch-now.medium {
  padding: 13px 19px 13px 52px;
}
.btn.watch-now.medium:before {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/paly.png) 0 0 no-repeat;
  content: "";
  width: 31px;
  height: 31px;
  position: absolute;
  left: 10px;
  top: 5px;
  background-size: 100%;
}
.btn.watch-now.medium:hover:before {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/play_hover.png) 0 0 no-repeat;
  background-size: 100%;
}
.testimonials .news-single-box a:last-child {
  margin-right: 0;
}





.new-logo-wrap{display:block; float:left;  position:relative; z-index:9999;}
.new-logo-wrap a{display:block; float:left;  position:relative; z-index:9999;}
.new-logo-wrap span{display:block; float:left; position:relative; z-index:9999;}



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

/*****************************************/
/* Header style starts    */
/*****************************************/

.page-container {
  float: none !important;
  margin: 0 auto !important;
  max-width: 1240px;
  width: 100%;
  padding:0 20px;
}
.header-container-wrapper{
  /*background-color: #2b2b35;*/
  background-color:#f8f8fa;
  height: 80px;
  transform: translateZ(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}
.header-container {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 80px;
  min-height: inherit;
  padding:0;
  max-width: 1440px;
  margin: 0 auto;
  position:relative;
  z-index:9999;
}

/*****************************************/
/* Mega menu style starts    */
/*****************************************/

.new-logo-wrap {
  max-width: 112px;
  padding: 10px 0 0;
}
.mash-menu .mash-list-items > li > a {
  font-size: 14px;
  padding: 36px 10px 28px;
  font-weight:500;
  color: #2a2b34;
  text-transform: uppercase;
  border-bottom:2px solid transparent;
} 
.mash-menu.separator .mash-brand > li > a, .mash-menu.separator .mash-list-items > li > a {
  border-right: none;
  box-shadow: none;
}
.mash-menu .mash-social-icons a {
  color: #2a2b34;
}
.mash-menu section.mash-menu-inner-container {
  background: transparent;
}
.mash-menu.separator .mash-list-items.right > li > a {
  border-left: none;
  box-shadow: none;
}
.header-wrapper .span10.widget-type-raw_html {
  width: calc(100% - 125px);
  margin: 0;
  padding: 0;
  float: right;
}
.mash-menu{position: static;}
.mash-menu .mash-list-items > li:hover > a,
.mash-menu .mash-list-items-main > li:last-child > a{
  color: #d52c5f;
  background: transparent;
  position: relative;
  border-color: #d52c5f;
}
.mash-menu .mash-list-items-main > li:last-child > a{
  border: none;
}
.mash-menu .mash-list-items-main > li:last-child:hover > a{
  color: #2a2b34;
  border-bottom:2px solid transparent;
  border-color: #2a2b34;
}
.mash-menu .drop-down-large, .mash-menu .drop-down-medium{ 
  box-shadow: none;
  border-top:1px solid #f1f1f1;
  border-bottom:1px solid #f1f1f1;
  padding: 50px 10px;
}
.mash-menu .drop-down-large > .vertical-tabs-container, .mash-menu .drop-down-medium > .vertical-tabs-container{
  top:0;
}
.solutions-dropdown-wrapper {
  float: left;
  width: 100%;
  margin-left: -25px;
}
.solutions-dropdown ul {
  padding: 0 0 0 25px;
  border-right: 1px solid #f1f1f1;
  min-height: 215px;margin:0;
}
.solutions-dropdown ul li{
  font-size:14px;
  color:#2a2b34;
  font-weight:400;
  text-transform: uppercase;
  padding:0 0 10px;margin:0;
}
.solutions-dropdown>ul>li:first-child a, .solutions-dropdown ul li a.color-item{
  text-transform: uppercase;
  font-weight: 500;
  font-size:14px;
  color: #d62c60;
}
.mash-menu a{
  font-size:15px;
  color:#2a2b34;
  text-transform: none;
  font-weight:400;
}
.mash-menu a:hover{
  color: #d52c5f;
}
.solutions-dropdown-img img {
  border: none !important;
  float: right;
}
.mash-menu .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0px;
}
.customers-dropdown-wrapper a, .cusotmers-dropdown-wrapper a {
  text-align:center;
  display: block;
}
.resource-dropdown-wrapper a img
.customers-dropdown-wrapper a img, .cusotmers-dropdown-wrapper a img {
  margin: 0 auto 15px !important;
}
.mash-menu .vertical-tabs:before {
  background: transparent;
}
.mash-menu .vertical-tabs {
  background: transparent;
}
.mash-menu .vertical-tabs a:hover, .mash-menu .vertical-tabs a.active {
  color: #d62c60;
}
.mash-menu .new-room-dropdown-wrapper .vertical-tabs a {
  text-align: left;
}
.new-room-dropdown-wrapper .vertical-tabs {
  max-width: 200px !important;
  float: right;
  padding-top: 12px;
}

.mash-menu .mash-social-icons {
  margin: 0;
}
.mash-menu .mash-social-icons a {
  color: #2a2b34;
  font-size: 19px;
  line-height: 80px;
  padding: 0 10px;
}
.mash-menu .mash-social-icons a:hover{
  color: #d62c60;  
}
.mash-menu.separator .mash-list-items.right.customer-support > li > a {
  font-size: 13px;
  margin: 0;
  padding: 35px 13px 30px;
}
.search-outer-header {
  position: relative;
  float: right;
  width: auto;
}
ul.mash-search-bar.right {
  position: absolute;
  top: 100%;
  right: 0 !important;
  background-color: #fff;
  width: 260px;
  left: auto !important;
}
.mash-menu .mash-search-bar li {
  width: 100%;
}
#ss360-layer .ss360-layer-content .ss360-suggests .ss360-content-container img{
  display:none;
}
#ss360-layer .ss360-layer-content .ss360-suggests .ss360-result-link {
  display: none;
}
.mash-menu .mash-social-icons{ padding:0 5px;}
ul.mash-search-bar input[title="search"] {
  line-height: 40px;
  width: 100% !important;
  color: #000;
  font-size: 14px;
  max-width: inherit;
  height:40px;
  padding-right: 24px !important;
}
ul.mash-search-bar .gsc-input-box {
  border: none;
  background: #fff;
  height: 25px;
}
ul.mash-search-bar .gsc-input-box, ul.mash-search-bar .gsc-input-box-focus  {
  border: none;
  background: #fff;
  height: 25px;
  box-shadow:none;
}
.mash-menu .mash-list-items > li > a i.fa.fa-search {
  font-size: 18px;
}
.mash-menu .mash-list-items.active > li > a i.fa.fa-search {
  color:#d52c5f;
}
.mash-menu .mash-list-items.search-form-toggle > li > a,
.mash-menu .mash-list-items.search-form-toggle > li > a:hover,
.mash-menu .mash-list-items.search-form-toggle > li > a:focus,
.mash-menu .mash-list-items.search-form-toggle > li > a:active{
  border:none !important;
  padding: 32px 15px 31px;
}

.mash-search-bar .gsc-control-searchbox-only table, 
.mash-search-bar .gsc-control-searchbox-only td, 
.mash-search-bar .gsc-control-searchbox-only tr, 
.mash-search-bar .gsc-control-searchbox-only tbody {
  display: block !important;
  width: 100%;
}
.mash-search-bar .gsc-control-searchbox-only  table.gsc-branding {
  display: none !important;
}
.mash-search-bar .gsc-control-searchbox-only table a.gsst_a {
  position: absolute;
  right: 0;
  top: 9px;
}
.mash-search-bar .gsc-control-searchbox-only table td.gsc-input {
  padding: 0 !important;
}
.mash-menu ul.mash-search-bar.right {
  border: 1px solid #f1f1f1;
}


ul.mash-search-bar input[title="search"]::-webkit-input-placeholder {
  color: #999;
  font-style:italic;
}
ul.mash-search-bar input[title="search"]::-moz-placeholder {
  color: #999;
  font-style:italic;
}
ul.mash-search-bar input[title="search"]:-ms-input-placeholder {
  color: #999;
  font-style:italic;
}
ul.mash-search-bar input[title="search"]:-moz-placeholder { 
  color: #999;
  font-style:italic;
}
.vertical-tabs.newsroom-dorpdown {
  float: right;
  max-width: 250px;
  text-align: left;
  padding: 20px 10px;
}
.vertical-tabs.newsroom-dorpdown a {
  text-align: left;
  font-size: 15px;
  padding: 0 0 12px;
  font-weight:400;
}

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

/**************************************************/
/* Maximize banner style starts here    */
/*************************************************/

.maximize-title {
  padding: 215px 0 35px;
  float:left;
  width:100%;
}
.maximize-banner-wrapper {
  float: left;
  width: 100%;
  background-position: center top !important;
  background-repeat: no-repeat !important; background-size: cover;
}
.maximize-title h1, .maximize-title h2 {
  font-size: 84px;
  color: #000;
  float:left;
  width:100%;
  line-height: 84px;
}
.maximize-title h3, .maximize-title h1 span {
  font-size: 63px;
  line-height: 63px;
  color: #000;
  margin-bottom:24px;
  float:left;
  width:100%;
}
.maximize-title p {
  font-size: 25px;
  line-height: 36px;
  color: #000;
  margin-bottom:15px;
  float:left;
  width:100%;
  max-width: 520px;
}
.subtitle-maximize {
  font-size: 40px;
  line-height: 44px;
  color: #000 ;
  float:left;
  width:100%;
  padding: 50px 0 40px;
}
.maximize-title.maxizie-title-two {
  padding: 110px 0 0;
}
.maximize-title ul {
  float: left;
  width: auto; 
  list-style: none;
  margin:0 0 75px;
  padding:0;
  position: relative;
}
.maximize-title ul li a {
  font-size: 25px; 
  display:block;
  width:100%;
  color: #000;
  padding: 18px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.maximize-title ul li a:hover{
  color:#6c3779;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.maximize-title ul li {
  padding:0;
  position: relative;
}
.maximize-title ul li:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.05) 99%, rgba(0,0,0,0.05) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.05) 99%,rgba(0,0,0,0.05) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.05) 99%,rgba(0,0,0,0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
}
.maximize-title ul li:hover:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(108,55,121,1) 0%, rgba(108,55,121,0.05) 99%, rgba(108,55,121,0.05) 100%);
  background: -webkit-linear-gradient(left, rgba(108,55,121,1) 0%,rgba(108,55,121,0.05) 99%,rgba(108,55,121,0.05) 100%);
  background: linear-gradient(to right, rgba(108,55,121,1) 0%,rgba(108,55,121,0.05) 99%,rgba(108,55,121,0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c3779', endColorstr='#0d6c3779',GradientType=1 );
}
.maximize-title ul:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.05) 99%, rgba(0,0,0,0.05) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.05) 99%,rgba(0,0,0,0.05) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.05) 99%,rgba(0,0,0,0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
}

ul.banner-tabs {
  width: 100%;
  float: left;
  text-align: center;
  list-style: none;
  display:none;
}
ul.banner-tabs li {
  display: inline;
}
ul.banner-tabs li a {
  color: #ffffff;
  font-size:19px;
  min-width:214px;
  text-transform: uppercase;
  padding: 35px 30px;
  cursor: pointer;
  display: inline-block;
  background-color: rgba(0,0,0,0.6);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
ul.banner-tabs li a:hover{
  background-color: rgba(119,70,131,0.9);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.maximize-title ul.tv-tabs {
  min-width: 180px;
  margin-bottom:298px;
}
.maximize-title ul.tv-tabs li:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.05) 99%, rgba(0,0,0,0.05) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.05) 99%,rgba(0,0,0,0.05) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.05) 99%,rgba(0,0,0,0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
}
.maximize-title ul.tv-tabs li:hover:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(243,128,52,1) 0%, rgba(243,128,52,0.05) 99%, rgba(243,128,52,0.05) 100%);
  background: -webkit-linear-gradient(left, rgba(243,128,52,1) 0%,rgba(243,128,52,0.05) 99%,rgba(243,128,52,0.05) 100%);
  background: linear-gradient(to right, rgba(243,128,52,1) 0%,rgba(243,128,52,0.05) 99%,rgba(243,128,52,0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38034', endColorstr='#0df38034',GradientType=1 );
}
.maximize-title ul.tv-tabs:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.05) 99%, rgba(0,0,0,0.05) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.05) 99%,rgba(0,0,0,0.05) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.05) 99%,rgba(0,0,0,0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
}
.maximize-title ul.tv-tabs li a:hover{
  color: #f38035; 
}
.maximize-title.maxizie-title-two.maxizie-title-three {
  max-width: 440px;
  clear: both;
  float: left; 
  padding:0 0 50px;
}
.explore {
  float: left;
  margin: 20px 0;  
}
p.orange-wrap {
  color: #f37e31;
}
.hs-content-name-home-new-july-2017 .home-banner .subtitle-maximize {color: #000!important;font-size: 28px;font-weight: bold;}
@media screen and (max-width: 600px) {
  .maximize-banner-wrapper.home-banner .maximize-title {
    transform: translateY(-40px);
  }
  .maximize-banner-wrapper.cont-value, .maximize-banner-wrapper.cont-delivery {
    background-position: left top !important;
  }
}


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

/**************************************************/
/* Counter style starts here    */
/*************************************************/

.counter-wrapper-outer{
  padding-top:70px;
  padding-bottom:70px;
}
.counter-wrapper {
  text-align: center;
}
.counter-wrapper h2 {
  color: #9a478d;
  float: left;
  width: 100%;
  font-size: 30px;
  margin-bottom: 10px;
}
.counter-wrapper h2 .big {
  font-size: 80px;
  display: block;
  clear: both;
  padding:0;
}
.counter-wrapper p {
  font-size: 25px;
  float: left;
  padding: 0 10%;
  line-height: 30px;
  color: #000;
}
.counter-wrapper-outer .counter-wrapper {
  width: 20% !important;
  margin: 0;
}
.counter-wrapper-outer .counter-wrapper.orange-counter {
  padding: 35px 0 0;
}
.counter-wrapper-outer .counter-wrapper.orange-counter p {
  padding: 0 12%;
}

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

/**************************************************/
/* Counter style starts here    */
/*************************************************/
.home-page-blog-wrapper .span4 p:empty, .home-page-blog-wrapper .span4 p:blank{ display:none; }
.home-page-blog-wrapper{
  text-align:center;
  width:100%;
  padding:100px 0;
  float:left;
}
.home-page-blog-wrapper .span4 {
  padding: 20px 40px;
  border-right: 1px solid #f1f1f1;
  margin: 0;
  width: 33.33%;
}
.home-page-blog-wrapper .span4 h2 {
  font-size: 25px;
  line-height: 28px;
  padding: 42px 0 25px;
  float:left;
  width:100%;
}
.home-page-blog-wrapper .span4 p {
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 40px;
  float:left;
  color: #000;
  width:100%;
}
.glance-page-blog-wrapper{
  padding-top:0;
}
.glance-page-blog-wrapper .page-container {
  padding: 0;
}
.home-page-blog-wrapper.glance-page-blog-wrapper .span4 {
  padding: 20px 55px;
  border-right: none;
}

.news-box h2 a, .news-box h2{
  color: #f37f32;
}
.blog-box h2 a, .blog-box h2{
  color: #d62c60;
}
.event-box h2 a, .event-box h2{
  color: #693377;
}

.home-page-blog-wrapper .span4 a.box-icon {
  font-size: 19px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  width: 164px;
  height: 165px;
  line-height: 160px;
  text-align: center;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat !important;
}

.home-page-blog-wrapper .news-box a.box-icon:hover{
  color: #f37f32;
}
.home-page-blog-wrapper .blog-box a.box-icon:hover {
  color: #d62c60;
}
.home-page-blog-wrapper .event-box a.box-icon:hover {
  color: #693377;
}

.home-page-blog-wrapper .span4.news-box a.box-icon {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/news-icon.png);
}
.home-page-blog-wrapper .span4.blog-box a.box-icon {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/blog-icon.png);
}
.home-page-blog-wrapper .span4.event-box a.box-icon {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/event-icon.png);
}
.btn-wrap {
  float: left;
  width: 100%; 
}
.btn-wrap .btn{
  padding: 10px 18px;
  font-size: 16px;
}

.news-box a.btn {
  border: 2px solid #f37f32;
  color: #000;
}
.blog-box a.btn {
  border: 2px solid #d62c60;
  color: #000;
}
.event-box a.btn {
  border: 2px solid #693377;
  color: #000;
} 

.news-box a.btn:hover {
  border: 2px solid #f37f32;
  color: #fff;
  background-color:#f37f32;
}
.blog-box a.btn:hover {
  border: 2px solid #d62c60;
  color: #fff;
  background-color:#d62c60;
}
.event-box a.btn:hover {
  border: 2px solid #693377;
  color: #fff;
  background-color:#693377;
}


.home-page-blog-wrapper .event-box {
  border-right:none;
}

/*****/
.new-resource-box-wrapper{display:flex;justify-content: center;row-gap: 10px;column-gap: 5vw;}
.home-page-blog-wrapper.new-resource-box .span4.news-box a.box-icon {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Icons%20-%20solution%20pages/pr-shape.svg);background-size: contain;background-position: center;
}
.home-page-blog-wrapper.new-resource-box .span4.blog-box a.box-icon {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Icons%20-%20solution%20pages/blog-shape.svg);background-size: contain;background-position: center;
}
.home-page-blog-wrapper.new-resource-box .span4.event-box a.box-icon {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/Icons%20-%20solution%20pages/latest-shape.svg);background-size: contain;background-position: center;
}
.home-page-blog-wrapper.glance-page-blog-wrapper.new-resource-box .span4{padding: 20px 0px 60px;position: relative;}
.home-page-blog-wrapper.new-resource-box .span4 a.box-icon{color:#fff;}
.home-page-blog-wrapper.new-resource-box .span4 h2,.home-page-blog-wrapper.new-resource-box .span4 h2 *,.home-page-blog-wrapper.glance-page-blog-wrapper.new-resource-box .span4 h2,.home-page-blog-wrapper.glance-page-blog-wrapper.new-resource-box .span4 h2 *{color:#1F1F1F;}
.home-page-blog-wrapper.new-resource-box .span4.news-box h2 a, .home-page-blog-wrapper.new-resource-box .span4.news-box h2,
.home-page-blog-wrapper.glance-page-blog-wrapper.new-resource-box .span4.news-box h2 a, .home-page-blog-wrapper.glance-page-blog-wrapper.new-resource-box .span4.news-box h2{
  color: #a3669c;
}
.home-page-blog-wrapper.new-resource-box .span4.blog-box h2 a, .home-page-blog-wrapper.new-resource-box .span4.blog-box h2,
.home-page-blog-wrapper.glance-page-blog-wrapper.new-resource-box .span4.blog-box h2 a, .home-page-blog-wrapper.glance-page-blog-wrapper.new-resource-box .span4.blog-box h2{
  color: #808080;
}
.home-page-blog-wrapper.new-resource-box .span4.event-box h2 a, .home-page-blog-wrapper.new-resource-box .span4.event-box h2,
.home-page-blog-wrapper.glance-page-blog-wrapper.new-resource-box .span4.event-box h2 a, .home-page-blog-wrapper.glance-page-blog-wrapper.new-resource-box .span4.event-box h2{
  color: #693378;
}
.home-page-blog-wrapper.new-resource-box .span4 p{color:#535353;padding: 0 0 25px;}

.home-page-blog-wrapper.new-resource-box .btn-wrap .btn{color:#9A488D;border: 1px solid #9A488D;border-radius: 100vw;}
.home-page-blog-wrapper.new-resource-box .btn-wrap .btn:hover{color:#ffffff;background-color: #9A488D;}

@media(min-width:1920px){
  .new-resource-box-wrapper{column-gap: 100px;}
}
@media(min-width:993px){
  .home-page-blog-wrapper.new-resource-box .btn-wrap{position: absolute;bottom: 20px;}
}
@media(max-width:992px){
  .home-page-blog-wrapper.glance-page-blog-wrapper.new-resource-box .span4{width:100%;padding: 20px 0px;}
  .new-resource-box-wrapper{flex-direction: column;}
}
/*****/



.footer-wrapper {
  float: left;
  width: 100%;
  /*background-color: #2b2b35;*/
  background-color:#f8f8fa;
  padding: 0;
}
ul.footer-menu {
  float: right;
  list-style: none;
  width: auto;
  padding:32px 0 0;
}
ul.footer-menu li {
  float: left;
  padding: 0 9px;
  width: auto;
}
ul.footer-menu li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #2a2b34;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
ul.footer-menu li a:hover{
  color: #d52c5f;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer-row {
  float: none;
  width: 100%;
  clear: both;
  padding: 36px 0;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #ebebeb;
  overflow: hidden;
}
.copyright-footer {
  font-size: 13px;
  color: #7d7e7f;
  line-height:18px;
}
.footer-wrapper .social-icon-footer {
  float: right;
  padding: 35px 0 0;
}
.footer-logo {
  padding-bottom: 15px;
  float: left;
}
.social-icon-footer ul {
  float: right;
  width: auto;
  list-style: none;
}
.social-icon-footer ul li.customer-btn-footer a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight:500;
}
.social-icon-footer ul li {
  float: left;
  padding: 0 3px;
}
.social-icon-footer ul li a.g_plus {
  width: 22px;
  height: 22px;
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/g_plus.png) 0 0px;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0;
}
.social-icon-footer ul li a.g_plus:hover {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/g_plus_hover.png) 0 0px;
  background-repeat: no-repeat;
}
.social-icon-footer ul li a {
  color: #2a2b34;
  font-size: 19px;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;    
}
.social-icon-footer ul li a:hover {
  color: #d52c5f;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;    
}
.footer-container {
  padding: 0;
}
.span9.copyright-footer br {
  display: none;
}
.span9.copyright-footer span {
  padding: 0 3px;
}  

.footer-navigation-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.f-market-menu-list{
  padding-bottom:10px !important;
  float:left;
}

.footer-navigation-wrapper ul li {
  float: left;
  color: #2a2b34;
  font-size: 14px;
  width: 100%;
  padding: 0 0 12px;
  font-weight:400;
  text-transform: uppercase;margin:0; 
}
.footer-navigation-wrapper ul li:first-child a{
  text-transform: uppercase; 
  font-weight:500;
}
/*.footer-navigation-wrapper div:last-child ul li:first-child a {
font-weight: 400;
text-transform: none;
}*/
.footer-navigation-wrapper ul li a {
  float: left;
  color: #2a2b34;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  padding:0; 
  font-weight:normal;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;   
}
.footer-navigation-wrapper ul li a:hover {
  color: #d62c60;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;  
}
a.btn.contact_us_footer {
  border:2px solid #d62c60;
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 18px;
  margin-top: 20px;
  float: left;
  display: block;
}
a.btn.contact_us_footer:hover{ background-color:#d62c60; color:#fff;}
.footer-navigation-wrapper {
  float: left;
  width: 100%;
  padding: 24px 0 0;
}
.footer-logo img {
  float: left;
  width: auto;
}
.footer-logo p {
  float: left;
  width: auto;
  color: #2a2b34;
  /*font-size: 25px;*/
  font-style: italic;font-size: 20px;
  padding: 31px 0 0 35px;
}
.footer-logo p.tag-line-logo{padding: 0 0 0 35px;max-width:205px}

.term-menu-footer ul {
  float: right;
  width: auto;
}
.term-menu-footer ul li {
  float: left;
  list-style: none;
  padding: 0 10px;
  line-height: 11px;
  border-left: 1px solid #8d8e92;
}
.term-menu-footer ul li:first-child {
  border-left: none;
}
.term-menu-footer ul li a {
  color: #8d8e92;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;   
}
.term-menu-footer ul li a:hover {
  color: #d52c5f;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; 
}
.footer-navigation-wrapper .span4 {
  border-bottom: 1px solid #c1c3c8;
  padding-bottom: 45px;
  float: right;
  max-width: 342px;
}
.footer-row.top-footer {
  padding: 0;
}
.footer-row.down-footer {
  padding: 5px 0 20px;
}

iframe[name="google_conversion_frame"] {
  display: none;
}

.old_footer_design .footer-row-top {
  padding-bottom:0px;
}
.old_footer_design .footer-row-down {
  padding-top:30px;
}
.old_footer_design .footer-wrapper .social-icon-footer{
  padding-top:0px;
}

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

/*  Ebook Style   */
/***********************************/
.hs-content-name-vr-ebook-landing-page .resource-container hr{background-color: #ed8352!important;}
.hs-content-name-vr-ebook-landing-page .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large {background-color: #ed8352!important;}
.hs-content-name-vr-ebook-landing-page .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover {background-color: #fff!important; border-color: #ed8352!important;}

/**************************************************/
/* Event style starts here    */
/*************************************************/

.event-slider-wrapper {
  float: left;
  width: 100%;
  background-color: #ebebeb;
}
.event-slider-container {
  max-width: 1440px;
  margin: 0 auto;
}
.event-slider-container .span6{
  width:50% !important;
}
.event-img {
  float:left;
  width:100%;
}
.event-img img{
  float:left;
}
.image-tagline {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #ebebeb;
  padding: 20px 0 20px 20px;
  font-size: 26px;
  font-weight:500;
  text-transform: uppercase;
  color: #000;
  max-width: 190px;
  line-height: 28px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display:none;
}
.event-slider-container .span6 {
  margin: 0;
}
.event-logo {
  padding: 100px 0 0;
}
.span7.event-title-outer {
  max-width: 280px;
  width:100%;
}
.event-month-date {
  float: left;
  width: 100%;
  color: #000;
  font-size: 30px;
  border-bottom: 2px solid #959595;
  padding-bottom: 14px;
  margin-bottom: 15px;
  padding-top: 112px;
}
.event-title {
  float: left;
  width: 100%;
}
.event-title a {
  float: left;
  width: 100%;
  color: #d91b22;
  font-size: 30px;
  line-height: 38px;
  font-weight:500;
}

.webinar-home-page-wrapper {
  float: left;
  width: 100%;
}
.webinar-home-page-wrapper-inner {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webinar-home-page-wrapper-inner > div {
  flex: 1;
}
.webinar-home-page-left {
  float: left;
  padding-left:120px; 

} 
.webinar-home-page-right,
.webinar-home-page-right img{
  float:left;
} 

.webinar-home-page-left h2 {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  margin-bottom: 24px;
  float: left;
  width: 100%;
}
.webinar-home-page-left p {
  font-size: 25px;
  line-height: 36px;
  color: #000;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  max-width: 520px;
}


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

/**************************************************/
/* Logo carousel style starts here    */
/*************************************************/

.logo-carousel-wrapper {
  height: 160px;
  width: 100%;
  background-color: rgba(255,255,255,0.5);
  margin-top: -235px;
  position:relative;
  padding:48px 0;
}
.customNavigation {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.customNavigation .page-container {
  position: relative;
}
.customNavigation a.prev {
  left: 20px;
}
.customNavigation a.next {
  right: 20px;text-align: right;
}
.span12.widget-span.widget-type-cell.logo-carousel-wrapper {float: left;width: 100%;}

.customNavigation a {
  position:absolute;
  cursor: pointer;
  top: 0;
  width: 50px;
  padding: 10px 0px;
  z-index: 99;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
  cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.logo-carousel-outer .itme {
  text-align: center;
}
.logo-carousel-outer .itme img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.logo-carousel-outer .itme:hover img {
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  -webkit-transition: height 500ms ease-in;
  -moz-transition: height 500ms ease-in;
  -ms-transition: height 500ms ease-in;
  -o-transition: height 500ms ease-in;
  transition: height 500ms ease-in;
}

.updated_sep2021 .footer-navigation-wrapper>.span3:first-child, .row-fluid .span2 {width: 16%;}
.updated_sep2021 .row-fluid .span3.btn_span {width: 22%;}


@media(max-width:1440px){

  .webinar-home-page-left {
    padding-left:calc(((100vw - 1240px ) / 2) + 20px);

  } 
}

@media(max-width:1240px){

  .webinar-home-page-left{
    padding-left:20px; 
  }

}
@media(max-width:1200px){
  .search-outer-header {
    position: relative;
    float: right;
    width: 100%;
  }
  .mobile-menu-wrap {
    margin:0;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    max-height: 76vh;
    overflow-y: auto;
  }
  .mobile-menu-wrap.active {
    margin:80px 0 0; 
  }
  .mash-menu .mash-mobile-button {
    border: none;
    width: 60px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    display: block;
    background-color: transparent;
  }
  .mash-menu .mash-mobile-button span {
    width: 60px;
    height: 80px;
    float: right;
    line-height: 54px;
    position: absolute;
    top: 0;
    text-align: center;
    margin: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 9999;
    background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/download-10.png) no-repeat center;
  }
  .new-logo-wrap {
    position: absolute;
    left: 20px;
    top: 0;
  }
  .mash-menu .mash-social-icons {
    text-align: right;
    background-color: #fff;
    float: left;
    width: 100%;
    padding-right: 60px;
    margin-top: -3px;
  }
  .mash-menu .active .mash-social-icons{
    padding-right: 0;
    margin-top: 0;
    text-align: center;
  }
  .header-wrapper .span10.widget-type-raw_html {
    width: 100%;
  }
  .mash-menu .mash-list-items>li>a {
    padding: 15px 25px 15px;
  }
  .mash-menu {
    float: left;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .mash-menu .drop-down-large{display:none;}
  .vertical-tabs.newsroom-dorpdown a {
    padding: 0 0 12px;
    display: block;
  }
  .vertical-tabs.newsroom-dorpdown {
    padding: 0;
    float: left;
    width: 100%;
  }
  .mash-menu .solutions-dropdown-wrapper > div {
    width: 100% !important;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 20px !important;
  }
  .mash-menu .drop-down-large {
    display: none;
    float: left;
    width: 100%;
    padding: 25px 0;
  }
  .solutions-dropdown ul {
    padding: 0 5px;
    border-right: none;
    min-height: inherit;
  }
  .solutions-dropdown-wrapper {
    margin-left: 0;
  }
  .solutions-dropdown-img img {
    border: none !important;
    float: left;
  }
  .mobile-menu-wrap.active .search-form-toggle {
    display: none !important;
  }
  .mobile-menu-wrap.active ul.mash-search-bar.search-form-box.right {
    display: block !important;
    position: static;
    padding: 20px 20px 10px;
    width: 100%;
    border: none
  }
  .mash-search-bar .gsc-control-searchbox-only table a.gsst_a {
    right: 4px;
    top: -30px;
  }
  /*ul.mash-list-items.right.customer-support a {
  text-align: center;
  font-size: 15px !important;
  padding-top: 10px !important;
}*/
  ul.mash-search-bar input[title="search"] {
    max-width: inherit;
    padding-right: 24px !important;
    background: none !important;
    text-indent: 15px !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }
  ul.mash-search-bar .gsc-control-searchbox-only.gsc-control-searchbox-only-en {
    max-width: 400px;
    margin: 0 auto;
  }
  .mash-menu.separator .mash-list-items.right > li > a {
    border-left: 1px solid #f1f1f1;
  } 
  .newsroom-dorpdown-outer {
    display: block;
    padding:0 !important;
    margin-left:-10px;
  }
  .newsroom-dorpdown-images-outer {
    display: none;
  }
  .event-month-date {
    padding-top: 22%;
  }
  .event-logo {
    padding: 15% 0 0;
  }
}
@media(max-width:1024px){
  .span5.event-logo {
    max-width: 175px;
  }
  .footer-logo p {
    font-size: 20px;
    padding: 34px 0 0 35px;
  }
}
@media(max-width:990px){
  .event-img img {
    width: 100%;
  }
  .event-slider-container .span6 {
    width: 100%;
  }
  .event-month-date { 
    padding-top: 0;
  }
  .event-logo {
    padding: 50px 0;
  }
  .span7.event-title-outer {
    padding: 25px 0 40px;
  }
  .home-page-blog-wrapper .span4 {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 50px;
    float:left;      
    border-right: none;
  }
  .home-page-blog-wrapper .span4.event-box {
    border-bottom:none;
  }
  .home-page-blog-wrapper {
    padding: 20px 0;
  }
  ul.footer-menu li {
    padding: 0 6px;
  }
  .footer-logo p {
    font-size: 15px;
    padding: 16px 0 0 0px;
    float: left;
    width: 100%;
  }
  .footer-logo {
    padding-bottom: 0;
  }
  .social-icon-footer ul li {
    float: left;
    padding: 0px 1px;
  }
  .footer-navigation-wrapper .span3 {
    width: 32%;
    margin: 0;
  }
  .footer-navigation-wrapper .span2 {
    width: 15%;
    margin: 0;
  }
  .footer-navigation-wrapper .span4 {
    width: 20%;
    margin: 0;
  }
  .maximize-banner-innerwrapper {
    max-width: 300px;
  }
  .maximize-title h1, .maximize-title h2 {
    font-size: 44px;
    line-height: 45px;
  }
  .maximize-title h3, .maximize-title h1 span {
    font-size: 33px;
    line-height: 43px;
  }
  .maximize-title p {
    font-size: 22px;
    line-height: 28px;
  }
  .btn {
    font-size: 16px;
    padding: 15px 15px;
  }
  .subtitle-maximize {
    font-size: 22px;
    line-height: 36px;
    padding: 45px 0 36px;
  }
  .maximize-title {
    padding: 235px 0 35px;
  }
  .maximize-title ul li a {
    font-size: 18px;
  }
  .maximize-title ul li {
    padding: 15px 0;
  }
  .maximize-title ul {
    margin: 0 0 40px;
  }
  ul.banner-tabs li {
    display: block;
    float: left;
    width: 100%;
  }
  ul.banner-tabs li a {
    font-size: 16px;
    padding: 25px 20px;
    min-width: inherit;
    width: 100%;
    margin-bottom: 5px;
  }
  .counter-wrapper p{ padding:0;}
  .updated_sep2021 .footer-navigation-wrapper>.span3:first-child, .row-fluid .span2 {width: 17%;}
}
@media(max-width:768px){
  .new-logo-wrap {
    float: left !important;
  }
  .event-slider-container .span6{
    width:100% !important;
  }
  .webinar-home-page-wrapper-inner{
    display:block;
  }
  .webinar-home-page-left {
    padding:40px 20px 20px;
  }
  .webinar-home-page-right {
    float: left;
    width: 100%;
  }
}
@media(max-width:767px){
  .f-market-menu-list{
    padding-bottom:30px !important;
    float:left;
  }
  .footer-row{ padding:0;}
  .footer-wrapper .social-icon-footer {
    width: 100%;
  }
  .customers-dropdown-wrapper a, .cusotmers-dropdown-wrapper a {
    padding: 0 0 35px;
  }
  .counter-wrapper-outer .counter-wrapper {
    width: 100% !important;
    margin: 0;
    float: left;
    text-align: center; 
    padding: 50px 0;
    border-bottom: 1px solid #f1f1f1;
  }
  .counter-wrapper-outer .counter-wrapper.orange-counter{
    border-bottom: none;
    padding: 50px 0 20px;
  }
  .counter-wrapper p {
    float: left;
    padding: 0;
    width: 100%;
  }
  .counter-wrapper-outer {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .span7.event-title-outer {
    float: left;
    width: calc(100% - 190px);
    padding-left: 25px;
    max-width: inherit;
  }
  .footer-logo {
    text-align: center;
  }
  ul.footer-menu {
    width: 100%;
    padding: 32px 0;
    text-align: center;
  }
  ul.footer-menu li {
    padding: 0 6px;
    float: none;
    display: inline;
  }
  .span9.copyright-footer {
    float: left;
    padding: 5px 0 0;
  }
  .social-icon-footer {
    float: right;
  }
  ul.banner-tabs li a {
    font-size: 16px;
    padding: 25px 20px;
    min-width:inherit;
  }
  .span5.event-logo {
    float: left;
  }
  .footer-navigation-wrapper div[class*="span"] {
    width: 100% !important;
    float: left;
    margin-bottom: 40px;
    text-align: center;
    max-width: inherit !important;
  }
  .footer-navigation-wrapper ul {
    width: 100%;
    text-align: center;
  }
  .footer-row.down-footer .span6 {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .footer-logo {
    float: left;
    width: 100%;
    text-align: center;
  }
  .footer-logo img {
    float: none;
  }
  .footer-row.down-footer .span6 {
    padding-bottom: 0;
  }
  .social-icon-footer ul {
    width: 300px; text-align: center; padding: 0; margin: 0 auto; float: none !important;
  }
  .social-icon-footer ul li.customer-btn-footer{width:100%;}
  .social-icon-footer ul li {
    padding: 0 0 24px;
    display: inline !important;
    float: left;
    width: 25%;
  }
  .span6.copyright-footer {
    margin-bottom: 30px;
  }
  .span6.term-menu-footer ul {
    float: left;
    width: 100%;
    text-align: center;
  }
  .term-menu-footer ul li {
    display: inline;
    float: none;
  }
  a.btn.contact_us_footer {
    float: none;
    clear: both;
    max-width: inherit;
    margin: 0px auto;
    width: auto !important;
    display: inline-block;
    line-height: 22px;
  }

  .footer-logo p.tag-line-logo{padding: 35px 0 0 0;max-width:100%}
}

@media(max-width:630px){
  ul.footer-menu {
    padding: 32px 0 0;
  }
  ul.footer-menu li {
    padding: 12px 6px;
    float: left;
    display: inline;
    width: 100%;
  }
  .span9.copyright-footer {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    line-height: 22px;
  }
  .social-icon-footer {
    float: right;
    width: 100%;
    text-align: center;
  }
  .social-icon-footer ul {
    float: right;
    list-style: none;
    width: 100%;
    text-align: center;
  }
  .span9.copyright-footer br {
    display: block;
  }
  .span9.copyright-footer span {
    display: none;
  }
  .maximize-title h1, .maximize-title h2 {
    font-size: 44px;
    line-height: 45px;
  }
  .maximize-title h3, .maximize-title h1 span {
    font-size: 33px;
    line-height: 43px;
  }
  .maximize-title p {
    font-size: 22px;
    line-height: 28px;
  }
  .btn {
    font-size: 16px;
    padding: 15px 15px;
  }
  .maximize-banner-innerwrapper {
    max-width: 300px;
  }

}
@media(max-width:460px){
  .span5.event-logo {
    max-width: 75px;
  }
  .span7.event-title-outer {
    width: calc(100% - 75px);
  } 
  .event-month-date {
    font-size: 20px;
  }
  .event-title a {
    font-size: 20px;
    line-height: 28px;
  }
  .term-menu-footer ul li {
    float: left;
    width: 100%;
    padding: 0 0 15px;
    border: none;
  }
  .footer-wrapper {
    padding:0; 
  }
}


/* dropdown colors */ 

/*.markets a:hover{
color:#f37f32;  
}
.cloud_tv_ervices a:hover{
color:#D62C60;  
}
.tv_platform_solutions a:hover{
color:#693377;  
}
.content_protection a:hover{
color:#9A488D;  
}*/
/* ------------------------------ */


/* inner page  */   


/* ----------- Resources details page ----------------- */

.back_to_resources { 
  float: left;
  width: 100%;
  padding: 35px 0 30px;
}
.back_to_resources a {
  color: #59595c;
  font-size: 16px;
}
.back_to_resources a .fa {
  padding-right: 5px;
  font-size: 19px;
  line-height: 16px;
  float: left;
} 
.resource-container { 
  max-width:800px;
  padding-bottom:50px;
}

.resource-containerthank-you { 
  max-width:1160px;
  padding-bottom:70px;
}
.resource-form-container {
  margin-left: 0 !important;
  max-width: 400px;
  width: 100% !important;
  padding-left: 55px;
  float: right !important;
}
.resource-banner-image {
  padding-bottom: 15px;
}

.resource-containerthank-you h1 {
  font-size: 40px;
  line-height: 48px;
  padding: 20px 0;
}

.resource-container h1 {
  font-size: 40px;
  line-height: 50px;
  padding: 20px 0;
  font-family: 'Rubik', sans-serif;
  color:#000000;
}

.resource-container h2 {
  font-size: 33px;
  line-height: 44px;
  padding: 20px 0 10px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  color:#000000;
}
.resource-container h3 {
  font-size: 28px;
  line-height: 44px;
  padding: 20px 0 10px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  color:#000000;
}
.resource-container h4 {
  font-size: 22px;
  line-height: 44px;
  padding: 20px 0 10px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  color:#000000;
}
.resource-container h5 {
  font-size: 18px;
  line-height: 22px;
  padding: 20px 0 10px;
  font-family: 'Rubik', sans-serif;
  color:#000000;
  font-weight: 500;
}
.resource-container h6 {
  font-size: 16px;
  line-height: 22px;
  padding: 20px 0 10px;
  font-family: 'Rubik', sans-serif;
  color:#000000;
  font-weight: 500;
}
.resource-container blockquote {
  float: left;
  width: 100%;
  /*padding: 35px 0 25px;*/
}
.resource-container blockquote span {
  float: left;
  width: 50%;
  font-size: 25px;
  color: #8d8e92;
  font-style: italic;
  line-height: 37px;
}
.resource-container blockquote img {
  margin: 0 !important;
  max-width: 50%;
}

.resource-container p {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  font-weight: normal;
  padding-bottom: 30px;
}
.resource-container ul {
  padding:0 20px;
  margin:0 0 20px;
}
.resource-container ul li {
  font-size: 15px;
  color: #000;
  line-height: 26px;
  font-weight: normal;
  padding-bottom: 10px;
}
.resource-containerthank-you hr {
  margin: 15px 0;
  color: #f47f30;
  background-color: #f47f30;
  height: 2px;
  border: none;
  float: left;
  clear: both;
  width: 100%;
}
.resource-containerthank-you blockquote {
  float: left;
  width: 100%;
  padding: 25px 0;
}
.resource-containerthank-you blockquote span {
  float: left;
  width: 50%;
  font-size: 24px;
  color: #8e8d92;
  font-style: italic;
  line-height: 40px;
}
.resource-containerthank-you blockquote img {
  margin: 0 !important;
  max-width: 50%;
}

.resource-containerthank-you p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: normal;
  font-family: 'Rubik-Regular';
  padding-bottom:24px;
}
.medium-fonts {
  float: left;
  font-size: 16px;
  padding: 30px 0 0;
}
h3.trusted_by {
  width: 100%;
  float: left;
  font-size: 25px;
  color: #8e8d92;
  line-height: 26px;
  clear: both;
  padding: 35px 0 20px;
}
h3.trusted_by ~ img {
  margin: 0 0 20px !important;
}
.resource-form-container h3 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 25px;
  line-height: 28px;
  margin: -7px 0 28px;

}
.resource-form-container .hs-form-field>label span.hs-form-required {
  padding: 0 0 0 4px;
  position: absolute;
  top: 5px;
  font-size: 16px;
  display:none;
}
.resource-form-container div {
  float: left;
  width: 100%;
}
.resource-form-container .hs-form-field>label {
  color: #59595c;
  font-size: 15px;
  font-weight:400;
  float: left;
  width: 100%;
  position:relative;
}
.resource-form-container .hs-form-field>label>span {
  color: #59595c;
  font-size: 15px;
  line-height:30px;
  font-family: 'Rubik', sans-serif;
}
.resource-form-container ul.hs-error-msgs.inputs-list {
  float: left;
  width: 100%;
  padding: 5px 0 0;
}
.resource-form-container  ul.hs-error-msgs.inputs-list label {
  color: #ff0000;
}
.resource-form-container .input input {
  background-color: #ffffff;
  border: 1px solid #8d8e92;
  border-radius: 3px;
  color: #8d8e92 !important;
  margin: 0;
  box-shadow: 0px 0px 0px 1px #c2c3c5 inset;
  line-height: 45px;
  padding: 0 10px;
  height: 45px;
}
.resource-form-container  .hs-form-field {
  padding-bottom: 20px;
}
.resource-form-container .hs_email.hs-form-field {
  padding-bottom: 15px;
}
.resource-form-container .input select {
  background-color: #ffffff !important;
  border: 1px solid #8d8e92 !important;
  color: #8d8e92 !important;
  border-radius: 3px;
  margin: 0;
  box-shadow: none !important;
  padding: 0 10px !important;
  height: 38px !important;
  box-shadow: 0px 0px 0px 1px #c2c3c5 inset !important;
  line-height: 45px;
  padding: 0 10px;
  height: 45px !important;
}
.resource-form-container input[type="checkbox"] {
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
}
.resource-form-container input[type="checkbox"] + span {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/check-new.png) no-repeat 0 0; 
  height: 20px;
  display: inline-block;
  line-height: 22px;
  padding: 0 0 0 30px;
  color: #8d8e92;
  font-size: 14px;
}
.resource-form-container input[type="checkbox"]:checked + span{
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/check-new.png) no-repeat 0 -20px;   
}
.resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large {
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  min-height: 42px;
  line-height: 42px;
  outline: 0 none;
  padding: 0 10px;
  display: inline-block;
  margin: 12px 0;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  font-family: 'Rubik', sans-serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

body[class*="video"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large,
body[class*="videos"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large{
  background: #d62c60;
}
body[class*="webinars"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large,
body[class*="-pr-"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large,
body[class*="webinar"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large{
  background: #d62c60;
}
body[class*="case-studies"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large,
body[class*="case-study"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large,
body[class*="casestudy"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large,
body[class*="casestudies"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large{
  background: #b7212d;
}
body[class*="infographic"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large,
body[class*="infographics"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large{
  background: #e91e38;
}
body[class*="white-papers"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large,
body[class*="whitepapers"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large,
body[class*="white-paper"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large,
body[class*="whitepaper"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large,
body[class*="events"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large,
body[class*="event"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large{
  background: #f37f32;
}
body[class*="newsletter"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large,
body[class*="newsletters"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large{
  background: #693377;
}
body[class*="archive"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large,
body[class*="archives"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large{
  background: #ee574a;
}
body[class*="brochure"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large,
body[class*="brochures"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large{
  background: #ee574a;
}

body[class*="video"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
body[class*="videos"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover{
  border: 2px solid #d62c60;
  background: #ffffff;
}
body[class*="webinars"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
body[class*="-pr-"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
body[class*="webinar"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover{
  border: 2px solid #d62c60;
  background: #ffffff;
}
body[class*="case-studies"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
body[class*="casestudies"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
body[class*="casestudy"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
body[class*="case-study"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover{
  border: 2px solid #b7212d;
  background: #ffffff;
}
body[class*="infographic"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
body[class*="infographics"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover{
  border: 2px solid #e91e38;
  background: #ffffff;
}
body[class*="white-papers"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
body[class*="whitepapers"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
body[class*="white-paper"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
body[class*="whitepaper"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
body[class*="events"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
body[class*="event"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover{
  border: 2px solid #f37f32;
  background: #ffffff;
}
body[class*="newsletter"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
body[class*="newsletters"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover{
  border: 2px solid #693377;
  background: #ffffff;
}
body[class*="archive"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
body[class*="archivea"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover{
  border: 2px solid #ee574a;
  background: #ffffff;
} 
body[class*="brochure"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover,
body[class*="brochures"] .resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover{
  border: 2px solid #ee574a;
  background: #ffffff;
} 


body[class*="video"] .back_to_resources a:hover,
body[class*="videos"] .back_to_resources a:hover{ 
  color:#9a2c69;
}
body[class*="webinars"] .back_to_resources a:hover,
body[class*="webinar"] .back_to_resources a:hover{ 
  color:#d62c60;
}
body[class*="case-studies"] .back_to_resources a:hover,
body[class*="casestudies"] .back_to_resources a:hover,
body[class*="casestudy"] .back_to_resources a:hover,
body[class*="case-study"] .back_to_resources a:hover{ 
  color:#b7212d;
}
body[class*="infographic"] .back_to_resources a:hover,
body[class*="infographics"] .back_to_resources a:hover{ 
  color:#e91e38;
}
body[class*="white-papers"] .back_to_resources a:hover,
body[class*="whitepapers"] .back_to_resources a:hover,
body[class*="white-paper"] .back_to_resources a:hover{ 
  color:#f37f32;
}
body[class*="newsletter"] .back_to_resources a:hover,
body[class*="newsletters"] .back_to_resources a:hover{ 
  color:#693377;
}
body[class*="archive"] .back_to_resources a:hover,
body[class*="archives"] .back_to_resources a:hover{ 
  color:#ee574a;
} 
body[class*="brochure"] .back_to_resources a:hover,
body[class*="brochures"] .back_to_resources a:hover{ 
  color:#ee574a;
} 



.resource-form-container .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
  color:#000000;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}


.resource-container hr {
  margin: 15px 0;
  color: #f47f30;
  height: 2px;
  border: none;
  float: left;
  clear: both;
  width: 100%;
}

body[class*="video"] .resource-container hr,
body[class*="videos"] .resource-container hr{
  background-color: #9a2c69;
}
body[class*="webinars"] .resource-container hr,
body[class*="webinar"] .resource-container hr{
  background-color: #f37f32;
}
body[class*="case-studies"] .resource-container hr,
body[class*="case-study"] .resource-container hr,
body[class*="casestudies"] .resource-container hr,
body[class*="casestudy"] .resource-container hr{
  background-color: #b7212d;
}
body[class*="infographic"] .resource-container hr,
body[class*="infographics"] .resource-container hr{
  background-color: #e91e38;
}
body[class*="white-papers"] .resource-container hr,
body[class*="white-paper"] .resource-container hr, 
body[class*="events"] .resource-container hr,
body[class*="event"] .resource-container hr,
body[class*="whitepapers"] .resource-container hr,
body[class*="whitepaper"] .resource-container hr{
  background-color: #f37f32;
}
body[class*="newsletter"] .resource-container hr,
body[class*="newsletters"] .resource-container hr{
  background-color: #693377;
}
body[class*="archives"] .resource-container hr,
body[class*="archive"] .resource-container hr{
  background-color: #ee574a;
}
body[class*="brochures"] .resource-container hr,
body[class*="brochure"] .resource-container hr{
  background-color: #9a488d;
}


body[class*="events"]  .back_to_resources,
body[class*="event"]  .back_to_resources{
  float: left;
  width: 100%;
  padding: 10px;
}


@media(max-width:1220px){
  .resource-form-container {
    max-width: inherit;
    width: 35% !important;
  }
  .resource-container {
    max-width: 65%;
  }
}
@media(max-width:880px){
  .resource-form-container {
    max-width: inherit;
    width: 100% !important;
    padding-left:0;
    padding-bottom: 70px;
    float: left !important;
  }
  .resource-container {
    max-width: 100%;
    width: 100% !important;
  }
  .resource-banner-image img.hs-image-widget {
    width: 100% !important;
  }
  .resource-form-container .cell-wrapper.layout-widget-wrapper {
    margin: 0 auto;
    float: none;
    max-width: 400px;
  }
}
@media(max-width:600px){
  .resource-container blockquote{ text-align:center; }
  .resource-container blockquote img{ max-width:100%;    float: none !important; }
  .resource-container blockquote span { width: 100%; padding-bottom:25px;}
}

/* ---------------------------------- */

/* ----------- Content Protection listing page ----------------- */

.resource-title-wrapper {
  background-color: #f1f1f1;
}
.resource-title-wrapper h1 {
  font-size: 63px;
  font-weight: 400;
  color: #000;
  margin: 0 0 0 -42px;
  padding: 42px 0 42px 42px;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.resource-description h2 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  padding:50px 0 15px;
}
.resource-description h3 {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  padding:50px 0 15px;
}
.resource-description h4 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  padding:50px 0 15px;
}
.resource-description h5 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding:50px 0 15px;
}
.resource-description h6 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding:50px 0 15px;
}
.resource-description p{
  padding-bottom:30px;
}
.resource-description p:empty{ 
  padding: 0; 
}
.resource-description { 
  color:#693377;
  font-size: 19px;
  font-weight: 400;
  line-height:28px;
}
.resource-description ul {
  padding-left: 22px;
  float:left;
  width:100%;
} 
.resources-listing-wrapper{ 
  float:left; 
  width:100%;
  padding:0 0 70px;
}
.resources-listing-wrapper .page-container {
  max-width: 1280px;
}
.resource-box-row{
  width:100%;
  float:left;
  clear:both;
}
.resource-box-outer {
  float: left;
  width: 25%;
  padding: 12px;
  margin-bottom:0px;
}
.resource-box-inner {
  padding: 14px;
  cursor:pointer;
  border-radius: 10px;
  float:left;
  width:100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.resource-box-inner-content {
  float: left;
  width: 100%;
  max-height: 210px;
  min-height: 210px;
  overflow-y: auto;
}
.resource-box-inner:hover{
  box-shadow: 0px 0px 9px 5px #f1f1f1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.resource-box-inner img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px; 
  margin-bottom:15px;
  padding:0;
  max-width:100%;
  width:100%;
}
.resource-box-inner h3{
  color:#000000;
  font-size: 19px;
  font-weight: 400;
  line-height:25px;
  margin-bottom:10px;
  padding:0;
}
.resource-box-inner p{
  color:#8d8e92;
  font-size: 16px;
  font-weight: 400;
  line-height:26px;
  margin-bottom:20px;
  padding:0;
}
.resource-box-inner .btn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.resource-box-inner:hover .btn {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.related_solutions_section .hs_cos_wrapper_widget_container {
  text-align: center;
  float: none;
  width: 100%;
  display: table;
}
.related_solutions_section .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget {
  float: none;
  display: inline-table;
  width: 25%;
  text-align: left;
}
.related_solutions_section .resource-box-outer {
  float: none;
  width: 100%;
  overflow:hidden;
}
.related_solutions_section .resource-box-inner{float: none;}


.content-protection .resource-box-inner .btn {
  border-color:#9A488D;  
}
.tv-platform-solutions .resource-box-inner .btn {
  border-color:#d62c60;  
}
.cloud-tv-services .resource-box-inner .btn {
  border-color:#B8212E;  
}
.markets .resource-box-inner .btn {
  border-color:#f37f32;  
}

.content-protection .resource-box-inner .btn:hover {
  background-color:#9A488D;
  color:#ffffff;
}
.tv-platform-solutions .resource-box-inner .btn:hover {
  background-color:#d62c60;
  color:#ffffff;
}
.cloud-tv-services .resource-box-inner .btn:hover {
  background-color:#B8212E;
  color:#ffffff;
}
.markets .resource-box-inner .btn:hover {
  background-color:#f37f32;

}


.hs-content-name-content-protection .resource-description p {
  color:#9A488D;  
}
.hs-content-name-tv-platform-solutions .resource-description p {
  color:#693377;  
}
.hs-content-name-cloud-tv-services .resource-description p {
  color:#D62C60;  
}
.hs-content-name-markets .resource-description p {
  color:#f37f32;  
}


@media(max-width:1281px){
  .resources-listing-wrapper .page-container {
    padding:0;
  }
}
@media(max-width:1200px){
  .resource-title-wrapper h2 {
    margin: 0;
  }  
  .resource-box-outer,
  .resource-box-inner{
    padding: 10px;
  }
  .resources-listing-wrapper .page-container{ padding:0;}
  .mash-menu a[href$="request-a-demo"] img {
    max-width: 130px;
    max-height: 44px;
  }
}
@media(max-width:860px){
  .resource-box-outer {
    width: 50%;
  }
  .resource-box-inner img {
    width: 100%;
  }
  .related_solutions_section .hs_cos_wrapper_widget_container {
    text-align: left;
  }
  .related_solutions_section .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget {
    width: 50%;
  }
  body.partners .benefits-box-wrapper .benefit-box .benefit-icon img {
    max-width: 74px !important;
    width: 100% !important;
  }
}
@media(max-width:768px){
  .resource-title-wrapper h2 {
    font-size: 42px !important;
    padding: 50px 0 50px 36px; 
  } 
  .resource-title-wrapper h1 {
    font-size: 50px;
    margin: 0;
  }
}
@media(max-width:600px){
  .resource-box-outer {
    width: 100%;
  }
  .resource-title-wrapper h1 {
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 50px 0 50px 42px;
  }
  .resource-description h2 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
  }
  .resource-description h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
  }
  .resource-description h4 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
  }
  .resource-description h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
  }
  .resource-description h6 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
  }
  .related_solutions_section .hs_cos_wrapper_widget_container .hs_cos_wrapper_widget {
    width: 100%;
  }
}
@media(max-width:460px){
  .resource-box-outer {
    width: 100%;
  }
  .resource-title-wrapper h2 {
    font-size: 32px !important;
    padding: 15px 0 15px 0px;
    background: none !important;
  }
}

/* ----------- Resources listing page ----------------- */

.resources-filters-row {
  float: left;
  width: 100%;
  box-shadow: 0px 4px 5px 0px #e4e4e4;
  padding: 14px 0 2px;
  margin-bottom: 25px;
}



.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}
.resources-filters-row .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px !important;
  color: black;
  min-height: 35px;
  border-radius: 5px;
  width: 33%;
  margin-right: 30px;
  max-width: 250px;
}
.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0px 20px 0 10px;
  font-weight: normal;
  font-size: 19px !important;
  background-color: transparent;
  line-height: 40px;
  color: #000000;
  overflow: hidden;
}
.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border:7px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);

}
.resources-filters-row .options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 6px 0;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.resources-filters-row .options li {
  margin: 0 0 0px !important;
  padding: 5px 10px 5px 10px !important;
  clear: both;
  font-size: 16px !important;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
  line-height: 23px;
  border-bottom: 1px dashed #eee;
}
.resources-filters-row .options li:hover {
  background-color: #39f;
  color: white;
}

.resources-filters-row select {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  float: left !important;
  width: 240px !important;
  font-size: 19px !important;
  line-height: 26px !important;
  -webkit-appearance: none;
}
.outer-select {
  width: 220px;
  float: left;
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/drop-down-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  overflow: hidden;
  margin-right: 40px;
}

#post-listing{overflow:hidden;}
.main-resources-listing-wrapper .resource-box-outer{
  padding:26px; 
  max-width:310px;
}
/*.main-resources-listing-wrapper .resource-box-outer:nth-child(4n-7) {
padding-left: 0;
}
.main-resources-listing-wrapper .resource-box-outer:nth-child(4n-4) {
padding-right: 0px;
}*/
.main-resource-box-inner img{
  margin-bottom:15px;
  min-height: 175px;
  padding:0;
  max-width:100%;
  width:100%;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.main-resource-box-inner  .box-inner {
  float: left;
  width: 100%;
  padding: 0 22px 22px;
}
.main-resource-box-inner {
  border: 1px solid #f1f1f1;
  float:left;
  overflow:hidden;
  width:100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-resource-box-inner:hover{
  border: 1px solid #9a488d;
  box-shadow: 0px 0px 1px 0px #9a488d;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.main-resource-box-inner h3{
  color:#000000;
  font-size: 16px;
  font-weight: 400;
  line-height:23px;
  margin-bottom:10px;
  padding:0;
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
}
.main-resource-box-inner p{
  color:#8d8e92;
  font-size: 16px;
  font-weight: 400;
  line-height:23px;
  margin-bottom:20px;
  padding:0;
  min-height: 95px;
  max-height: 95px;
  overflow: hidden;
}
.main-resource-box-inner p:empty{
  display:none;
}
.main-resource-box-inner .btn {
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-resource-box-inner:hover .btn {
  color:#000;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.brochure .main-resource-box-inner .btn {
  border-color:#9a488d;  
}
.case-study .main-resource-box-inner .btn {
  border-color:#d62c60;  
}
.archive .main-resource-box-inner .btn {
  border-color:#f37f32;  
}
.newsletter .main-resource-box-inner .btn {
  border-color:#693377;  
}
.webinar .main-resource-box-inner .btn {
  border-color:#693377;  
}
.whitepaper .main-resource-box-inner .btn {
  border-color:#f37f32;  
}
.infographic .main-resource-box-inner .btn {
  border-color:#9a488d;  
}
.video .main-resource-box-inner .btn {
  border-color:#d62c60;  
}



.brochure .main-resource-box-inner:hover .btn {
  background-color:#9a488d;  color:#fff; 
}
.case-study .main-resource-box-inner:hover .btn {
  background-color:#d62c60;  color:#fff;
}
.archive .main-resource-box-inner:hover .btn {
  background-color:#f37f32;  color:#ffffff;
}
.newsletter .main-resource-box-inner:hover .btn {
  background-color:#693377;  
  color:#fff;
}
.webinar .main-resource-box-inner:hover .btn {
  background-color:#693377;    color:#ffffff;
}
.whitepaper .main-resource-box-inner:hover .btn {
  background-color:#f37f32;  color:#ffffff; 
}
.infographic .main-resource-box-inner:hover .btn {
  background-color:#9a488d;   color:#ffffff;
}
.video .main-resource-box-inner:hover .btn {
  background-color:#d62c60;  
  color:#fff;
}

.ebook .main-resource-box-inner:hover {
  border: 1px solid #ed8352;
  box-shadow: 0px 0px 1px 0px #ed8352;
}
.ebook .main-resource-box-inner .btn{
  border: 2px solid #ed8352;
}
.ebook .main-resource-box-inner:hover .btn {
  background-color: #ed8352;
  color: #fff;
}



.brochure .main-resource-box-inner:hover{
  border: 1px solid #9a488d;
  box-shadow: 0px 0px 1px 0px #9a488d;
}
.case-study .main-resource-box-inner:hover{
  border: 1px solid #d62c60;
  box-shadow: 0px 0px 1px 0px #d62c60;
}
.archive .main-resource-box-inner:hover{
  border: 1px solid #f37f32;
  box-shadow: 0px 0px 1px 0px #f37f32;
}
.newsletter .main-resource-box-inner:hover{
  border: 1px solid #693377;
  box-shadow: 0px 0px 1px 0px #693377;
}
.webinar .main-resource-box-inner:hover{
  border: 1px solid #693377;
  box-shadow: 0px 0px 1px 0px #693377;
}
.whitepaper .main-resource-box-inner:hover{
  border: 1px solid #f37f32;
  box-shadow: 0px 0px 1px 0px #f37f32;
}
.infographic .main-resource-box-inner:hover{
  border: 1px solid #9a488d;
  box-shadow: 0px 0px 1px 0px #9a488d;
}
.video .main-resource-box-inner:hover{
  border: 1px solid #d62c60;
  box-shadow: 0px 0px 1px 0px #d62c60;
}




.main-resource-box-inner span.cat{
  font-size: 16px;
  line-height: 25px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 7px;
  margin-bottom: 20px;
  color: #000;
  display: inline-block; 
}

.brochure .main-resource-box-inner span.cat {
  border-color:#9a488d;  
}
.case-study .main-resource-box-inner span.cat {
  border-color:#d62c60;  
}
.archive .main-resource-box-inner span.cat {
  border-color:#f37f32;  
}
.newsletter .main-resource-box-inner span.cat {
  border-color:#693377;  
}
.webinar .main-resource-box-inner span.cat {
  border-color:#693377;  
}
.whitepaper .main-resource-box-inner span.cat {
  border-color:#f37f32;  
}
.infographic .main-resource-box-inner span.cat {
  border-color:#9a488d;  
}
.video .main-resource-box-inner span.cat {
  border-color:#d62c60;  
}
.ebook  .main-resource-box-inner span.cat {
  border-color:#ed8352;  
}

@media(max-width:1200px){
  .main-resources-listing-wrapper .resource-box-outer {
    padding: 8px;
  }
}

@media(max-width:768px){
  .resources-filters-row .select{
    width: 33%;
    margin-right: 0px;
    padding-right:10px;
  }
}

@media (max-width: 600px){
  .resources-filters-row .select {
    width: 100%;
    margin-right: 0px;
    padding-right: 10px;
    max-width: inherit;
  }
}



/* ----------- customers page style starts here ---------------- */

.select_a_region {
  float: left;
  width: 33%;
  font-size: 19px;
  color: #8d8e92;
  border-right: 1px solid #8d8e92;
  padding-right: 20px;
  margin: 8px 10px 10px 0;
  line-height: 21px;
  max-width: 160px;
}

.customer_logo_wrapper img {
  width: auto !important;
  min-height: inherit;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.customer_logo_wrapper:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.customer_logo_wrapper .customer-plus{
  font-size: 26px;
  position: absolute;
  right: 12px;
  bottom: 7px;
  display: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.customer_logo_wrapper:hover .customer-plus {
  display:block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
} 

.customer_logo_wrapper {
  float: left;
  width: 100%;
  padding: 15px;
  display: table-cell;
  height: 154px;
  position: relative;
}

.apac .main-resource-box-inner:hover .customer-plus {
  color:#9a488d;  
}
.europe .main-resource-box-inner:hover .customer-plus {
  color:#d62c60;  
}
.latina-america .main-resource-box-inner:hover .customer-plus {
  color:#f37f32;  
}
.africa-and-middle-east .main-resource-box-inner:hover .customer-plus {
  color:#693377;  
}
.usa .main-resource-box-inner:hover .customer-plus {
  color:#693377;  
}


.apac .main-resource-box-inner:hover{
  border-color:#9a488d;  
}
.europe .main-resource-box-inner:hover {
  border-color:#d62c60;  
}
.latina-america .main-resource-box-inner:hover {
  border-color:#f37f32;  
}
.africa-and-middle-east .main-resource-box-inner:hover {
  border-color:#693377;  
}
.usa .main-resource-box-inner:hover {
  border-color:#693377;  
}

.sub-title-wrapper {
  float: left;
  width: 100%;
  color: #59595c;
  font-size: 19px;
  line-height: 26px;
  padding-bottom: 5px;
  padding-top: 15px;
  padding-left: 30px;
}

@media(max-width:1200px){
  .sub-title-wrapper{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 600px){
  .select_a_region {
    float: left;
    width: 100%;
    border-right: none;
    padding-right: 20px;
    margin: 8px 10px 10px 0;
    max-width: inherit;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 10px;
  }
}


/* ------------- Customer details page --------------- */

.logo-row {
  float: left;
  width: 100%;
  padding: 5px 0 10px;
}

.Customer-details-title {
  font-size: 40px; 
  color: #000000;
  padding: 25px 0 30px;
}

.customer-details {
  float: left;
  width: 100%;
  margin-bottom:10px;
  padding-right: 50px;
  border-bottom:1px solid #d62c60;
}

.customer-details p {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #8d8e92;
}

.customer-info {
  float: left;
  width: 100%;
  padding: 0 0 50px;
}

.customer-info-row {
  float: left;
  width: 100%;
  padding-top: 30px;
}

.customer-info-row h3 {
  color: #000000;
  font-size: 19px;
  padding-bottom: 12px;
}

.customer-info-row span {
  color: #8d8e92;
  font-size: 16px;
}

.customer-info-row .cus-website-info span {
  color: #d62c60; 
}

.customer-detail-sidebar-wrapper {
  padding-top: 95px;
  padding-bottom: 40px;
  float: left !important;
  margin-left: 0 !important;
  max-width: 346px;
}

.customer-sidebar-row {
  float: left;
  width: 100%;
}

.wm-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.wm-caption {
  float: left;
  width: 100%;
  padding: 15px 0;
  font-size: 15px;
  font-style: italic;
  color: #8d8e92;
  line-height: 20px;
}
.wm_name_company_wrapper {
  float: left;
  width: 100%;
}

.customer_wm_name {
  float: left;
  width: auto;
  padding: 0 10px 0 0;
  border-right: 2px solid #000;
}

.customer_wm_name {
  float: left;
  width: auto;
  padding: 0 10px 0 0;
  border-right: 2px solid #000;
  color: #000000;
  font-size: 15px;
  margin-bottom: 7px;
  line-height: 18px;
}
.customer_wm_company {
  font-size: 15px;
  color: #000;
  padding: 0 0 0 10px;
  float: left;
  width: auto;
  margin-bottom: 7px;
  line-height: 18px;
}

.customer_wm_post {
  float: left;
  width: 100%;
  padding: 0 0 25px;
  font-size: 15px;
  color: #000;
}

.customer-sidebar-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d62c60;
  padding-bottom: 45px;
  margin-bottom: 35px;
}

.customer-casestudy-wrapper {
  float: left;
  width: 100%;
}

.customer-casestudy-wrapper h3.customer-casestudy-title {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  padding: 0 0 3px;
  border-bottom: 2px solid #d62c60;
  margin-bottom: 15px;
  width: auto;
  display: inline-block;
}
.customer-casestudy-content {
  font-size: 15px;
  color: #8d8e92;
  line-height: 20px;
  padding: 0 0 20px;
}

.customer-sidebar-row iframe,
.customer-sidebar-row embed,
.customer-sidebar-row object{
  max-width: 100%;
  max-height: 213px;
}

.no_sidebar .customer-detail-box {
  width: 100%;
}
.no_sidebar .customer-details{
  padding-right:0px;
}

.no_sidebar .sidebar-outer-wrapper{
  display:none;
}  


.apac .customer-details {
  border-color:#9a488d;  
}
.europe .customer-details {
  border-color:#d62c60;  
}
.latina-america .customer-details {
  border-color:#f37f32;  
}
.africa-middle-east .customer-details {
  border-color:#693377;  
}
.usa .customer-details {
  border-color:#693377;  
}


.apac .customer-detail-sidebar-wrapper .btn {
  border-color:#9a488d;  
}
.europe .customer-detail-sidebar-wrapper .btn {
  border-color:#d62c60;  
}
.latina-america .customer-detail-sidebar-wrapper .btn {
  border-color:#f37f32;  
}
.africa-middle-east .customer-detail-sidebar-wrapper .btn {
  border-color:#693377;  
}
.usa .customer-detail-sidebar-wrapper .btn {
  border-color:#693377;  
}


.apac .customer-detail-sidebar-wrapper .btn:hover {
  background-color:#9a488d;
  color:#ffffff;
}
.europe .customer-detail-sidebar-wrapper .btn:hover {
  background-color:#d62c60;
  color:#ffffff;
}
.latina-america .customer-detail-sidebar-wrapper .btn:hover {
  background-color:#f37f32;
  color:#ffffff;
}
.africa-middle-east .customer-detail-sidebar-wrapper .btn:hover {
  background-color:#693377;
  color:#ffffff;
}
.usa .customer-detail-sidebar-wrapper .btn:hover {
  background-color:#693377;
  color:#ffffff;
}

.apac .cus-website-info a {
  color:#9a488d;  
}
.europe .cus-website-info a {
  color:#d62c60;  
}
.latina-america .cus-website-info a {
  color:#f37f32;  
}
.africa-middle-east .cus-website-info a {
  color:#693377;  
}
.usa .cus-website-info a {
  color:#693377;  
}


.apac .customer-sidebar-row  {
  border-color:#9a488d;  
}
.europe .customer-sidebar-row  {
  border-color:#d62c60;  
}
.latina-america .customer-sidebar-row  {
  border-color:#f37f32;  
}
.africa-middle-east .customer-sidebar-row  {
  border-color:#693377;  
}
.usa .customer-sidebar-row  {
  border-color:#693377;  
}


.apac .customer-casestudy-wrapper h3.customer-casestudy-title  {
  border-color:#9a488d;  
}
.europe .customer-casestudy-wrapper h3.customer-casestudy-title  {
  border-color:#d62c60;  
}
.latina-america .customer-casestudy-wrapper h3.customer-casestudy-title  {
  border-color:#f37f32;  
}
.africa-middle-east .customer-casestudy-wrapper h3.customer-casestudy-title  {
  border-color:#693377;  
}
.usa .customer-casestudy-wrapper h3.customer-casestudy-title {
  border-color:#693377;  
}

@media(max-width:767px){
  .customer-detail-sidebar-wrapper {
    max-width: inherit;
  }
  .customer-sidebar-row iframe, .customer-sidebar-row embed, .customer-sidebar-row object {
    max-width: 100%;
    max-height: inherit;
    width: 100% !important;
  }
}


/* -------------------- Product Page starts Here --------------------- */

.product-page-banner{
  float:left;
  width:100%;
  min-height:487px;
  padding:157px 0 0;
}
.product-page-banner h1 {
  float: left;
  width: 100%;
  font-size: 63px;
  color: #000;
  background-position: 0px 0px !important;
  background-repeat: no-repeat !important;
  margin: -37px 0 0 -65px;
  padding: 25px 0 0 65px;
  min-height: 112px;
  line-height:63px;
}

.product-page-banner h3 {
  float: left;
  width: 100%;
  font-size: 40px;
  color: #000;
  line-height:47px;
  max-width: 518px;
}

.Product-page-section-one{
  float:left;
  width:100%;
  font-size:25px;
  line-height:36px;
  color:#000000;
  text-align:center;
  padding:40px 0;
}
.Product-page-section-one span{
  font-size:25px;
  line-height:36px;
  color:#000000;
  display:inline-block;
  text-align:center;
}

.benefits-wrapper {
  background-color: #f1f1f1;
  padding:40px 0 80px 0;
  float:left;
}

.benefit-section-title,
.benefit-section-title span{
  font-size: 63px;
  color: #000000;
  text-align: center;
  padding-bottom: 25px;
  font-family: 'Rubik', sans-serif;
  display: block;
  width: 100%;
}

.benefits-box-wrapper .hs_cos_wrapper_widget_container{
  float: left;
  width: 100%;
  text-align:center;
}

.benefits-box-wrapper .hs_cos_wrapper_widget{
  width: calc(25% - 20px);
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  vertical-align: top;
}
.benefits-box-wrapper .benefit-box{
  width:100%;
  overflow:hidden;
  text-align:left;
  background-color:#ffffff;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
}
.benefits-box-wrapper .benefit-box-inner {
  float: left;
  width: 100%;
  padding: 30px 28px 10px;
  /*min-height: 300px;
  max-height: 300px;*/
  /*overflow-y: auto;*/
}

.benefits-box-wrapper .benefit-box-inner h3 {
  font-size: 19px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.benefits-box-wrapper .benefit-box-inner p {
  font-size: 16px;
  color: #8d8e92;
  line-height: 26px;
  padding-bottom:15px;
}
.secure_player {
  padding: 70px 0 50px;
  text-align: center;
}
.text_secure_player, .text_secure_player p {
  color: #fff;
  font-size: 25px;
  line-height: 36px;
  padding-bottom: 25px;
}
.glance_subscribe_cta_wrapper .hs_cos_wrapper{
  display:inline-block;
  padding:0 20px;
}

.highlights-section {
  float: left;
  width: 100%;
  background: rgba(241,241,241);
  background: -moz-linear-gradient(left, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(241,241,241,1) 0%,rgba(241,241,241,1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(241,241,241,1) 0%,rgba(241,241,241,1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='transparent',GradientType=1 );
}
.highlights-section.glance-video-banner {
  position: relative;
}
.glance-video-banner .highlight-right:after {
  content: "";
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 0;
}
.glance-video-banner .highlight-left,
.glance-video-banner .highlights-list-wrapper{
  position: relative;
  z-index: 1;
}

.highlight-left {
  float: left;
  width: 100%; 
  padding:60px 0 45px;
  max-width: 50%;
}
.glance-video-banner  .highlight-right {
  float: left;
  width: 50%;
  text-align: right;
  padding: 60px 0 0;
}
.highlight-right img {
  float: left;
  width: 100%;
  padding-top:70px;
}
.highlight-left h1 {
  font-size: 63px;
  color: #000000;
  margin: 0;
  padding: 0 0 20px;
}
.team-section-title-wrapper h2,
.team-section-title-wrapper h1{
  font-size: 63px;
  color: #000000;
  margin: 0;
  padding: 0 0 35px;
}
.highlight-left h3{
  font-size: 63px;
  color: #000000;
  margin: 0;
  padding: 0 0 20px;
  line-height:63px;
}
.highlights-list-wrapper {
  float: left;
  width: 100%;
}
.highlights-list-wrapper strong {
  font-weight: 500;
}
.highlights-section-full .highlights-list-wrapper {
  float: left;
  width: 50%;
}
.highlights-list-wrapper a {
  color: #d62c60;
}
.highlights-list-wrapper .hs_cos_wrapper_widget_container {
  float: left;
  width: 100%;
  display: block;
}
.highlights-list-wrapper .hs_cos_wrapper_widget {
  float: left;
  width: 100%;
  min-height: 95px;
  display: table;
  height: auto;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
.hightlight_single {
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  padding: 0 30px 0px 90px;
  /*padding: 0 0 0px 90px;*/
  color: #000;
  font-size: 16px;
  line-height: 26px;
  display: table-cell;
  vertical-align: middle;
}
.hightlight_single ul {
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
  margin: 0 0 10px;
}
.hightlight_single ul li {
  padding: 0 0 15px;
  font-size: 15px;
  line-height: 24px;
}
.highlights-list-wrapper .hs_cos_wrapper_widget:last-child {
  border-bottom: none;
}
.highlights-section-wrapper {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/highlight-bg-1.png?t=1502177525155);
  background-position: top right !important;
  background-repeat: no-repeat !important;
}


/* -------- hightlights new css starts here ---------------- */

.highlights-section-new .highlight-left {
  background-color: #f1f1f1;
}
.highlights-section-new .highlight-left-inner {
  float: right;
  width: 100%;
  max-width: 620px;
  padding-right: 60px;
  padding-left: 20px;
}
.highlights-section-new .highlight-right {
  float: left;
  width: 50%;
  overflow: hidden;
}

.highlights-section.highlights-section-full {
  background-color: #f1f1f1;
}
.highlights-section-full .highlight-left h3 {
  padding: 10px 0 65px;
}

.highlights-section-full .highlights-list-wrapper .hs_cos_wrapper_widget {
  padding: 0px 35px 0px;
  border-bottom: none;
  max-width: 100%;
}

.highlights-section-full .highlights-list-wrapper #hs_cos_wrapper_Add_Highlights_left .hs_cos_wrapper_widget {
  padding-left: 0;
}

.highlights-section-full .highlights-list-wrapper #hs_cos_wrapper_Add_Highlights_right .hs_cos_wrapper_widget {
  padding-right: 0;
}

.highlights-section-full .hightlight_single {
  padding: 0 0 15px 85px;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px !important;
  float: left;
  width: 100%; min-height:83px;
}
.highlights-section-full .hightlight_single p {
  padding-bottom: 15px;
}
.highlights-section-full .hightlight_single p {
  padding-bottom: 15px;
}

.highlights-section-full .highlight-left {
  max-width: 100%;
}
.free_trial_row{
  float:left;
  width:100%;
  padding:0 0 40px;
  background-color:#ffffff;
}
.free_trial_row .free-trial-section{
  border-bottom:2px solid #8d8e92;
  padding:100px 0 80px;
}
#hs_cos_wrapper_free_trial_Items {
  float: left;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  justify-content: space-around;

} 
#hs_cos_wrapper_free_trial_Items > .hs_cos_wrapper {
  display: inline-block;
  width: auto;
  flex: 1;
  text-align: center;
  flex-basis: inherit !important;
}
#hs_cos_wrapper_free_trial_Items > .hs_cos_wrapper:first-child .free_trial_item_download_button {
  text-indent: 19px;
}
.free_trial_item_title {
  font-size: 19px;
  color: #000000;
  padding: 15px 0px 10px 0;

}
.free_trial_item_download_button a {
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.free_trial_item_download_button a:hover {
  color:#000;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.free_trial_btn {
  font-size: 25px;
  line-height: 80px;
  text-align: center;
  border-width: 5px;
  border-style: solid;
  display:block;
  border-radius: 5px;
  position:relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  float: right;
  width: 100%;

  text-indent: 10px; 
  margin-top:40px;
}
.free_trial_btn:hover {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.free_trial_btn img {
  float: right;
  margin: 12px 10px 0 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.free_trial_btn img.hover-icon {
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.free_trial_btn:hover img {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.free_trial_btn:hover img.hover-icon {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/*.free_items_wrapper{
max-width:988px;
}*/
.related_solutions_section {
  float: left;
  width: 100%;
  padding:30px 0 50px;
}
.related_solutions_section .page-container{
  padding-left:0px;
  padding-right:0px;
}
.related_solutions_section h2 {
  float: left;
  width: 100%;
  font-size: 63px;
  color: #000000;
  line-height: 63px;
  padding-bottom:20px;
  text-align:center;
  padding-left:20px;
  padding-right:20px;
}
.related_solutions_box_inner {
  float: left;
  width: 100%;
  overflow-y: auto;
} 


.product-video-section {
  float: left;
  width: 100%;
  padding: 103px 0;
}

.vidoe-text-container h2 {
  font-size: 40px;
  line-height: 50px;
  color: #693377;
  font-weight: normal;
  padding-bottom: 25px;
}
.vidoe-text-container {
  float: left;
  width: 50%;
  max-width: 430px;
}
.vidoe-text-container p {
  color: #8d8e92;
  font-size: 16px;
  line-height: 26px;
  float: left;
  width: 100%;
}
.video-embedded-box {
  margin-left: 16px !important;
}
.vidoe-video-code-container {
  float: right;
  width: 50%;
}
.vidoe-video-code-container iframe {
  float: right;
  width: 100%;
}
.video-with-bottom-border {
  border-bottom: 2px solid #8d8e92;
  padding-bottom: 100px;
  float: left !important;
  width: 100% !important;
}
.product-video-section-with-border{padding-bottom:0px;}


@media(max-width:1280px){
  .free_items_wrapper {
    max-width: inherit;
    width: 100% !important;
  }
  .free-trial-button-wrapper {
    float: left !important;
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
    padding: 60px 0 0;
  }
  .free_trial_btn{
    display:inline-block; 
    float:none;
  }
  .free_trial_row .free-trial-section {
    padding: 100px 0 50px;
  }
  .resource-box-outer, .resource-box-inner .btn{margin-top:15px;}
  #hs_cos_wrapper_free_trial_Items > .hs_cos_wrapper:first-child {
    max-width: 245px;
    text-align: center;
  }
  #hs_cos_wrapper_free_trial_Items > .hs_cos_wrapper:first-child .free_trial_item_download_button {
    text-indent: 0;
  }
}
@media(max-width:1240px){
  .product-page-banner h1 {
    font-size: 63px;
    margin: -37px 0 0 0px;
  }
  .product-page-banner h3 {
    padding-left: 70px;
    padding-top:5px;
  }
  .product-page-banner .btn {
    margin-left: 70px;
  }
}
@media(max-width:1080px){
  .highlights-section {
    background-color: rgba(241,241,241,0.9);
    background: -moz-linear-gradient(left, rgba(241,241,241,0.9) 0%, rgba(241,241,241,0.9) 50%, rgba(241,241,241,0.9) 50%, rgba(241,241,241,0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(241,241,241,0.9) 0%,rgba(241,241,241,0.9) 50%,rgba(241,241,241,0.9) 50%,rgba(241,241,241,0.9) 100%);
    background: linear-gradient(to right, rgba(241,241,241,0.9) 0%,rgba(241,241,241,0.9) 50%,rgba(241,241,241,0.9) 50%,rgba(241,241,241,0.9) 100%);
  }
  .highlights-section-wrapper {
    background-size: cover !important;
  }
  .highlights-list-wrapper .hs_cos_wrapper_widget {
    border-bottom: 1px solid #f3f3f3;
  }
  .text_secure_player br {
    display: none;
  }
  .highlight-left{ width:100%; max-width:inherit;}
  .product-page-banner h1 {
    font-size: 52px;
    margin: -37px 0 0 0px;
    line-height: 52px;
  }
  .product-page-banner h3 {
    padding-left: 70px;
    padding-top: 5px;
    font-size: 30px;
    line-height: 36px;
  }
  .product-page-banner {
    padding: 145px 0 0;
  }
  .highlights-section-new .highlight-left-inner{
    max-width:inherit;
  }
  .highlights-section-new .highlight-right {
    width: 100%;
  }
  .glance-video-banner .highlight-right {
    padding: 0;
    margin-left: -10px;
    width:100%;
  }
  .glance-video-banner .highlight-right iframe {
    width:100% !important;
  }
}
@media(max-width:990px){
  #hs_cos_wrapper_free_trial_Items > .hs_cos_wrapper:first-child {
    max-width: inherit;
  }

  .highlights-section-new .highlight-left {
    float: left;
    width: 100%;
    padding: 60px 0 45px;
    max-width: inherit;
    position: relative;
    background-color: rgba(241,241,241,0.9);
    z-index: 1;
  }
  .highlights-section-new .highlight-left-inner {
    float: right;
    width: 100%;
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .highlights-section-new .highlight-right {
    float: left;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
  }
  .highlights-section-full .highlights-list-wrapper {
    float: left;
    width: 100%;
  }
  .highlights-section-full .highlights-list-wrapper #hs_cos_wrapper_Add_Highlights_right .hs_cos_wrapper_widget {
    padding-right: 0;
    padding-left: 0;
  }
  .highlights-section-full .highlight-left h3 {
    padding: 10px 0 30px;
    font-size: 50px;
    line-height: 55px;
  }
  .highlight-left h3 {
    font-size: 44px;
    line-height: 50px;
  }
  .related_solutions_section h2 {
    font-size: 44px;
    line-height: 50px;
    text-align: center;
  }
  .benefit-section-title, .benefit-section-title span {
    font-size: 44px;
    padding-bottom: 25px;
    line-height: 50px;
  }
  #hs_cos_wrapper_free_trial_Items > .hs_cos_wrapper.free_trial_btn_wrapper {
    width: 100%;
    text-align: center;
  }
  .free_trial_btn {
    float: none;
    display: inline-block;
  }
  .vidoe-text-container {
    float: left;
    width: 100%;
    max-width: inherit;
    padding-bottom: 40px;
  }
  .vidoe-video-code-container {
    float: right;
    width: 100%;
  }
  .product-video-section {
    padding: 50px 0;
  }
  .video-with-bottom-border {
    padding-bottom: 50px;
  }
}
@media(max-width:860px){
  /*.related_solutions_section .resource-box-outer {
  min-height: 525px;
}*/ 
  .benefits-box-wrapper .hs_cos_wrapper_widget {
    width: calc(50% - 20px);
    display: inline-block;
    margin: 0 10px;
    padding: 0 0 20px;
    float:left;
  }
  .benefits-box-wrapper .benefit-box img {
    width: 100%;
  }
}
@media(max-width:768px){
  /* .related_solutions_section .resource-box-outer {
  min-height: 445px;
}*/
  #hs_cos_wrapper_free_trial_Items {
    display: block !important;
  }
  #hs_cos_wrapper_free_trial_Items > .hs_cos_wrapper {
    width: 50%;
    float: left;
    padding-bottom: 80px;
  }
  .free-trial-button-wrapper {
    padding: 0;
  }
  .highlights-section-full .highlight-left h3 {
    padding: 10px 0 30px;
  }

}
@media(max-width:600px){
  .benefits-box-wrapper .hs_cos_wrapper_widget {
    width: 100%;
    margin: 0px;
  }
  .highlight-left h1,.team-section-title-wrapper h2,.team-section-title-wrapper h1 {
    font-size: 42px;
  }
  .benefits-wrapper {
    padding: 60px 0 40px;
  }
  .hightlight_single {
    background-position: 0 7px !important;
    padding: 0 0 0px 60px;
    background-size: 45px !important;
  }
  .product-page-banner {
    min-height: 345px;
    padding: 55px 0 40px;
    text-align: center;
  }
  .product-page-banner h1 {
    font-size: 32px;
    line-height:38px;
    margin: 0;
    padding: 0px 0 20px 0px;
    min-height: inherit;
    background: none !important;
  }
  .product-page-banner h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .product-page-banner .btn {
    margin-left: 0px;
  }
  #hs_cos_wrapper_free_trial_Items > .hs_cos_wrapper {
    width: 100%;
  }
  .product-page-banner h3 {
    padding-left:0;
    padding-top:0;
  }
  .benefits-box-wrapper .benefit-box-inner h3 br{
    display:none;
  }
  .benefits-box-wrapper .benefit-box{min-height:inherit !important;}
  .vidoe-text-container h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .free_trial_row .free-trial-section {
    padding: 20px 0 0;
  }
}
@media(max-width:480px){
  .highlight-left h1,.team-section-title-wrapper h2, .team-section-title-wrapper h1 {
    font-size: 32px;
  }
  .free_trial_btn {
    float: none;
    width: auto !important;
    padding: 0 10px;
    text-align: center;
    text-indent: 0;
    font-size: 20px;
    line-height: 70px;
  }
  .free_trial_btn img {
    display:none;
  }
  .vidoe-video-code-container iframe {
    height: auto;
  }
  .news_pr_title_wrapper .resource-title-wrapper h1 {
    font-size: 30px;
  }
}

/* ----------  About us page style starts here  --------------------- */

.counter-wrapper-outer.about_container{padding-top:30px;}
.about-cta-wrapper {
  float: left;
  width: 100%;
  padding: 0 0 15px;
}
.about-info-box-wrapper {
  float: left;
  width: 100%;
  padding: 100px 0;
  border-bottom: 2px solid #8d8e92;
  border-top: 2px solid #8d8e92;
}
.management-section {
  padding: 20px 0;
}
.item.bio-single {
  float: left;
  width: 25%;
  padding: 0 26px 0;
  margin-bottom: 50px;
  position:relative;
}
.item.bio-single.grid-item.bio-details-opened {z-index: 2;}
.team-section-wrapper {
  float: left;
  width: calc(100% + 52px );
  margin-left: -26px;
  margin-right: -26px;
}
.short-bio {
  float: left;
  width: 100%;
  overflow: hidden;
  border: 2px solid #f1f1f1;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
}
.short-bio .img {
  float: left;
  width: 100%;
  max-height: 210px;
  overflow: hidden;
}
.short-bio .img img {
  width: 100%;
}
.short-bio .info {
  float: left;
  width: 100%;
  padding: 15px;
}
.short-bio .info h4 {
  font-size: 16px;
  color: #000000;
  padding: 0 0 5px;
}
.short-bio .info .position {
  font-size: 16px;
  color: #8d8e92;
  display: block;
  float: left;
  width: 100%;
}
.bio-warp {
  display: none;
  float: left;
  background-color: #fff;
  padding: 50px 30px;
  border: 2px solid #d62c60;
  margin: -80px 0 0;
  text-align: left;
  position:relative;
}
.bio-details-opened .bio-warp {
  display: block;
} 
.bio-details-opened .short-bio{
  border: 2px solid #d62c60;
}
.bio-details-opened {
  z-index: 1;
}
.team-row {
  float: left;
  width: 100%;
  clear: both;
}
.bio-warp h2 {
  font-size: 40px;
  color: #000000;
  padding:0 40px 8px 0;
}
.bio-warp h3 {
  font-size: 25px;
  color: #d62c60;
}
.text-content-bio {
  float: left;
  padding: 35px 0 0;
  width: 100%;
}
.text-content-bio p {
  float: left;
  padding: 0 0 20px;
  width: 100%;
  font-size:16px;
  color:#8d8e92;
  line-height:26px;
}
.text-content-bio p br{ display:none;}
.social-bio {
  float: left;
  width: 100%;
}
.social-bio h4 {
  font-size: 16px;
  line-height: 26px;
  color: #2a2b34;
}
.social-bio ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 25px 0 0;
}
.social-bio ul li {
  display: inline;
  float: left;
  padding: 0 10px;
  line-height:34px;
}
.social-bio ul li:first-child {
  padding-left:0;
}
.social-bio ul li:last-child {
  padding-right:0;
}
span.close-bio {
  position: absolute;
  right: 30px;
  top: 50px;
  cursor: pointer;
}

.bio-single.bio-details-opened .short-bio:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  height: 2px;
  left: 0;
  bottom: 79px;
  z-index: 1;
}

.team-row .item.bio-single:nth-child(2) .bio-warp {
  transform: translateX(-26%);
  -webkit-transform: translateX(-26%);
  -moz-transform: translateX(-26%);
  -ms-transform: translateX(-26%);
}

.team-row .item.bio-single:nth-child(3) .bio-warp {
  transform: translateX(-52%);
  -webkit-transform: translateX(-52%);
  -moz-transform: translateX(-52%);
  -ms-transform: translateX(-52%);
}

.team-row .item.bio-single:nth-child(4) .bio-warp {
  float:right;
}

@media(max-width:1270px){

  .team-section-wrapper {
    width: calc(100% + 20px );
    margin-left: -10px;
    margin-right: -10px;
  }
  .item.bio-single {
    padding: 0 10px 0;
    margin-bottom: 20px;
  }
  .bio-warp:before {
    width: calc(25% - 18px );
  }
  .team-row .item.bio-single:nth-child(3) .bio-warp {
    transform: translateX(-51%);
    -webkit-transform: translateX(-51%);
    -moz-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
  }
  .team-row .item.bio-single:nth-child(2) .bio-warp {
    transform: translateX(-25.5%);
    -webkit-transform: translateX(-25.5%);
    -moz-transform: translateX(-25.5%);
    -ms-transform: translateX(-25.5%);
  }
}

@media(max-width:768px){

  .item.bio-single {
    width: 50%;
  }
  .short-bio .img {
    max-height: 270px;
  }
  .team-row .item.bio-single:nth-child(3) .bio-warp {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
  .team-row .item.bio-single:nth-child(2) .bio-warp {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
  .team-row .item.bio-single:nth-child(even) .bio-warp {
    float: right;
  }
  .team-row-two{
    float:left;
    width:100%;
    clear:both;
  }
}

@media(max-width:480px){
  .item.bio-single {
    width: 100%;
  }
  .bio-warp h2 {
    font-size: 24px;
  }
  .bio-warp h3 {
    font-size: 18px;
  }
  span.close-bio {
    right: 15px;
    top: 10px;
  }
}


/* ----------  Careers page style starts here  --------------------- */

.careers-banner-left-part {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/careers-left-img.png?t=1502545407804); 
  float: left;
  width: 50%;
  clear: both;
  background-position: center;
}
.careers-left {
  float: left;
  width: 100%;
  padding: 0;
  max-width: 600px;
  margin-left: -36px;
}
.careers-title-wrapper h1 {
  font-size: 63px;
  font-weight: 400;
  color: #000;
  margin: 0 0 0 -27px;
  padding: 40px 0 42px 42px;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.careers-title-wrapper h2 {
  float: left;
  width: 100%;
  font-size: 25px;
  padding: 0 0 15px 20px;
  color: #d62c60;
  line-height: 30px;
  margin: -5px 0 0;
}
.careers-description {
  float: left;
  width: 100%;
  padding: 0 0 20px 20px;
}
.careers-description h2 {
  float: left;
  width: 100%;
  font-size: 25px;
  padding: 0 0 25px 0px;
  color: #d62c60;
  line-height: 30px;
  margin: -5px 0 0;
}
.openings-wrapper {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.opening-section h2 {
  font-size: 63px;
  color: #000000;
  letter-spacing: 0;
  padding: 0 0 40px;
  float: left;
  width: 100%;
}
.opening-location {
  float: left;
  width: 100%;
}
.opening-location-left {
  float: left;
  /* width: 72%;
  max-width: 856px; */
  width: 50%;
  max-width: 600px;
  padding:0 70px 0 0;
}
.opening-location-right {
  float: left;
  width: 50%;
  max-width: 600px;
  /* width: 28%;
  max-width: 340px; */
}
.opening-location h3 {
  float: left;
  width: 100%;
  color: #d52c5f;
  font-size: 25px;
  line-height: 20px;
  padding:0 0 20px;
}
.opening-location h3 img {
  float: left;
  width: auto;
  margin-right: 10px;
}
.accordion-wrapper {
  float: left;
  width: 100%;
  padding: 20px 0;
}



/*----- Accordion -----*/
.accordion, .accordion * {
  -webkit-box-sizing:border-box; 
  -moz-box-sizing:border-box; 
  box-sizing:border-box;
}

.accordion {
  overflow:hidden;
  border-radius:3px;
}

/*----- Section Titles -----*/
.accordion-section-title {
  width: 100%;
  padding: 0 0 25px 24px;
  display: inline-block;
  transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
  -moz-transition: all linear 0.15s;
  -ms-transition: all linear 0.15s;
  font-size: 19px;
  color: #000000;
  position: relative;
}
.accordion-section-title .fa {
  font-size: 22px;
  float: left;
  margin-right: 12px;
  line-height: 19px;
  position: absolute;
  left: 0;
  top: 0;
}
.accordion-section-title .fa.fa-angle-down{
  display:none;
}
.accordion-section-title .fa.fa-angle-right {
  left: 5px;
}
.accordion-section-title.active {
  color: #d62c60;
}
.accordion-section-title.active .fa.fa-angle-down{
  display:block;
}
.accordion-section-title.active .fa.fa-angle-right{
  display:none;
}

.accordion-section:last-child .accordion-section-title {
  border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
  padding: 0 15px 50px;
  display: none;
  float: left;
  width: 100%;
}

.job-description {
  float: left;
  width: 100%;
  padding: 0 20px 20px 20px;
}
.job-description p {
  font-size: 16px;
  color: #8d8e92;
  line-height: 26px;
  padding: 0 0 20px;
  float:left;
  width:100%;
}

.job-description ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0 0 15px;
}
.job-description ul li {
  font-size: 16px;
  color: #8d8e92;
  line-height: 26px;
  padding: 0 0 0 25px;
  position: relative;
}
.job-description h4 {
  color: #000;
  font-size: 19px;
  padding: 15px 0;
  float:left;
  width:100%;
}
.job-description strong {
  color: #000;
  font-size: 19px;
  padding: 15px 0;
}
.job-description ul li:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 5px;
  height: 5px;
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/job-description-list-icon.png);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.apply-now-form-wrapper {
  float: left;
  width: 100%;
  padding: 0 0 20px 20px;
  border-bottom: 2px solid #d52c5f;
}
.apply-now-form-inner {
  float: left;
  width: 100%;
  max-width: 460px;
  border-top: 2px solid #f1f1f1;
  padding: 40px 0 20px;
}
.apply-now-form-inner .hs-form-field{
  float: left;
  width: 100%;
  padding-bottom:20px;
}
.apply-now-form-inner .hs_firstname {
  float: left;
  width: 50%;
  padding-right:5px;
  padding-bottom:20px;
}
.apply-now-form-inner .hs_lastname {
  float: left;
  width: 50%;
  padding-left:5px;
  padding-bottom:20px;
}
.apply-now-form-inner .hs_email{
  padding-bottom:20px;
} 
.apply-now-form-inner .hs_submit {
  float: left;
  width: 100%;
}
.apply-now-form-inner input[type="text"],
.apply-now-form-inner input[type="tel"],
.apply-now-form-inner input[type="email"]{
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #8d8e92;
  border-radius: 4px;
  margin:0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}
.apply-now-form-inner input[type="file"] {
  margin: 10px 0;
}
.apply-now-form-inner .field > label {
  font-size: 15px;
  line-height: 18px;
  color: #59595c;
  padding-bottom:7px;
  display:inline-block;
}
.apply-now-form-inner .field > label .hs-form-required {
  padding: 0 0 0 4px;
  display: inline-block;
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
}
.apply-now-form-inner .hs-error-msgs label {
  font-size: 12px;
  color: #d52c5f;
  padding: 3px;
}
.apply-now-form-inner .hs_submit input[type="submit"] {
  font-size: 16px !important;
  display: inline-block !important;
  color: #ffffff !important;
  border: 2px solid #d52c5f !important;
  padding: 10px 18px !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 20px !important;
  float: right;
  background-color: #d52c5f !important;
  box-shadow: none !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
}
.apply-now-form-inner .hs_submit input[type="submit"]:hover {
  color: #000000 !important;
  border: 2px solid #d52c5f !important;
  background-color: #ffffff !important;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.apply-now-form-inner a {
  font-size: 16px !important;
  display: inline-block !important;
  color: #fff !important;
  border: 2px solid #d52c5f !important;
  padding: 10px 18px !important;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  line-height: 20px !important;
  /* float: right; */
  background-color: #d52c5f !important;
  box-shadow: none !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
}
.apply-now-form-inner a:hover {
  color: #000 !important;
  border: 2px solid #d52c5f !important;
  background-color: #fff !important;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.opening-email-id-wrapper {
  float: left;
  padding: 15px 0;
  width: 100%;
}
.opening-email-id-wrapper h5 {
  color: #000000;
  font-size: 19px;
  line-height: 19px;
  padding-bottom: 7px;
  float: left;
  width: 100%;
}
.opening-email-id-wrapper {
  float: left;
  padding: 16px 0;
  width: 100%;
}
.banner-uploader{ 
  background-color: rgba(241,241,241,0.9);
}
.apply-now-form-inner .hs_attach_your_cv_word_or_pdf_format_250kb_max_.field.hs-form-field {
  padding-bottom: 0;
}


@media(min-width:768px) and (max-width:990px){
  .footer-navigation-wrapper>div:not(:last-child) {padding-right: 10px;}
  .footer-navigation-wrapper>.span3:first-child {width: 23%;}
}
@media(max-width:1170px){
  .careers-left {
    max-width: 500px;
  }
}

@media (max-width: 1080px){
  .careers-left {
    max-width: inherit;
  }
  .careers-title-wrapper h1 {
    margin: 0 0 0 5px;
  }
  .careers-banner-left-part{
    display: none;
  }
}

@media (max-width: 990px){

  .opening-location-left {
    float: left;
    width: 100%;
    max-width: inherit;
    padding: 0 0 20px;
  }
  .opening-location-right {
    float: left;
    width: 100%;
    max-width: inherit;
  }
}

@media (max-width: 600px){

  .apply-now-form-inner .hs_firstname {
    width: 100%;
    padding-right: 0px;
  }
  .apply-now-form-inner .hs_lastname {
    width: 100%;
    padding-right: 0px;
  }
  .job-description {
    padding: 0 0px 20px 0px;
  }
  .apply-now-form-wrapper {
    padding: 0 0 20px 0px;
  }
}


/* ----------  News and PR page style starts here  --------------------- */

.news_pr_title_wrapper .resource-title-wrapper h1 {
  font-size: 63px;
  font-weight: 400;
  color: #000;
  margin: 0 0 0 -42px;
  padding: 0px 0 0px 42px;
  background-repeat: no-repeat;
  background-position: 16px center;
  height: 150px;
  line-height: 150px;
}
.news-listing-wrapper {
  float: left;
  width: 100%;
}
.news-single-box {
  float: left;
  width: 100%;
  padding: 50px 0;
  border-bottom: 2px solid #d52c5f;
}
.news-listing-wrapper .news-single-box:last-child {
  border-bottom: none !important;
}
.news-single-box-left {
  float: left;
  width: 60%;
  padding-right: 15px;
}
.news-single-box-right {
  float: left;
  width: 40%;
  text-align:right;
}
.news-single-box-right img {
  max-width: 100%;
}
.news-single-box-left h2 {
  color: #000000;
  float: left;
  width: 100%;
  padding: 0 0 20px;
  font-size: 25px;
  line-height:32px;
}
.news-single-box-left h2 a{
  color: #000000;
}
.news-single-box-left .news-date {
  float: left;
  width: 100%;
  clear: both;
  color: #8d8e92;
  font-size: 16px;
  padding-bottom: 15px;
}

.news-single-box-description {
  float: left;
  width: 100%;
  padding: 0 0 25px;
  line-height: 1.5;
}
.news-single-box-left p {
  float: left;
  width: 100%;
  font-size: 16px;
  padding:0;
  color: #8d8e92;
}
.news_pr_pagination {
  float: left;
  width: 100%;
  border-top:2px solid #f1f1f1;
  border-bottom:2px solid #f1f1f1;
  padding:20px;
  margin-bottom:40px;
}
.news_pr_pagination ul {
  float: left;
  width: 100%;
  list-style:none;
  text-align:center;
}
.news_pr_pagination ul li {
  float: none;
  width: auto;
  display:inline-block;
  padding:0 13px;
}
.news_pr_pagination ul li a{
  display:inline-block;
  color:#8d8e92;
  font-size:19px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news_pr_pagination ul li a:hover,
.news_pr_pagination ul li a:focus,
.news_pr_pagination ul li a.active{
  color:#d62c60;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.news-pr-page-wrapper{
  float:left;
  width:100%;
  padding:0 0 50px;
}

.news-pr-page-wrapper .page-container{
  overflow:hidden;
}

.isotope-pager {
  float: left;
  width: 100%;
  padding: 60px 0 40px;
  text-align: center;
}

.isotope-pager a {
  display: inline-block;
  width: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  border: 1px solid #ccc;
  color: #8d8e92;
  margin: 0 5px 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.isotope-pager a:hover,
.isotope-pager a.active{
  border: 1px solid #d62c60;
  color: #fff;
  background-color: #d62c60;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 600px){
  .news-single-box-left {
    float: left;
    width: 100%;
    padding-right: 0;
    padding-top: 0px;padding-bottom: 40px;
  }
  .news_pr_pagination ul li {
    float: none;
    width: 100%;
    display: inline-block;
    padding: 15px 0px 15px;
  }
  .news-single-box-right {
    float: left;
    width: 50%;
    text-align: left;
  }
  .news_pr_title_wrapper .resource-title-wrapper h1 {
    font-size: 44px;
  }
}
@media (max-width: 480px){

  .news_pr_title_wrapper .resource-title-wrapper h1 {
    font-size: 35px;
  }
}


/* ------------------------ Event and PR Details page style stats here --------------------*/


.top_bar_event_pr_detail {
  float: left;
  width: 100%;
  box-shadow: 0px 4px 5px 0px #e4e4e4;
  padding: 12px 0 12px;
  margin-bottom: 25px;
}
.top_bar_event_pr_detail_left {
  float: left;
  width: auto;
}
.top_bar_event_pr_detail_right {
  float: right;
  width: auto;
}
.top_bar_event_pr_detail_left a {
  font-size: 16px;
  line-height: 34px;
  color: #59595c;
  display: inline-block;
}
.top_bar_event_pr_detail_left a .fa {
  font-size: 18px;
}
.top_bar_event_pr_detail_left a:hover{
  color: #d62c60;
}

.top_bar_event_pr_detail_right ul {
  float: left;
  text-align: left;
  list-style: none;
  width: auto;
  line-height: 34px;
}
.top_bar_event_pr_detail_right ul li {
  float: left;
  width: auto;
  height: 34px;
  color: #2a2b34;
  font-size: 16px;
  line-height:34px;
}
.top_bar_event_pr_detail_right ul li a {
  float: left;
  width: 35px;
  display: inline-block;
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/social-icons.png?t=1502876914148);
  height: 34px;
  background-repeat: no-repeat;
  margin-right: 2px;
}
.top_bar_event_pr_detail_right ul li.faceboot-btn a {
  background-position: 14px 9px;
}
.top_bar_event_pr_detail_right ul li.google-plus-btn a {
  background-position: -22px 8px;
}
.top_bar_event_pr_detail_right ul li.twitter-btn a {
  background-position: -55px 8px;
}
.top_bar_event_pr_detail_right ul li.youtube-btn a {
  background-position: -96px 6px;
}
.top_bar_event_pr_detail_right ul li.linkedin-btn a {
  background-position: -138px 8px;
}

.top_bar_event_pr_detail_right ul li.faceboot-btn a:hover{
  background-position: 14px -71px;
}
.top_bar_event_pr_detail_right ul li.google-plus-btn a:hover {
  background-position: -22px -72px;
}
.top_bar_event_pr_detail_right ul li.twitter-btn a:hover {
  background-position: -55px -72px;
}
.top_bar_event_pr_detail_right ul li.youtube-btn a:hover {
  background-position: -96px -74px;
}
.top_bar_event_pr_detail_right ul li.linkedin-btn a:hover {
  background-position: -138px -72px;
}


.event_pr_detail_wrapper {
  float: left;
  width: 100%;
  padding: 30px 0 60px;
}
.event_pr_detail_left_contant {
  float: left;
  width: 65%;
  max-width: 940px;
  padding-right:20px;
}
.event_pr_detail_right_sidebar {
  float: left;
  width: 35%;
}
.event_pr_date {
  font-size: 16px;
  line-height: 26px;
  color: #8d8e92;
  float: left;
  width: 100%;
}

.event_pr_title,.event_pr_title.h2 {
  float: left;
  width: 100%;
  color: #d52c5f;
  font-size: 40px;
  line-height: 50px;
  padding: 5px 20px 20px 0;
  border-bottom: 2px solid #d52c5f;
  margin-bottom: 30px;
}
.event_pr_contant {
  float: left;
  width: 100%;
  padding-right: 20px;
}
.event_pr_contant p {
  color: #8d8e92;
}
.event_pr_contant strong {
  font-size: 19px;
  color: #000000;
}

.event_pr_post_url {
  float: left;
  width: 100%;
  color: #8d8e92;
}
.event_pr_post_url a {
  color: #d52c5f;
}
.event_pr_post_url a:hover {
  color: #000000;
}
.event_pr_sidebar_img {
  float: right;
  width: 100%;
  margin-bottom: 100px;
  overflow: hidden;
  text-align: right;
}
.event_pr_sidebar_img img {
  max-width: 258px;
  max-height: 154px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
}

.event_pr_contant ul,
.event_pr_contant ol{
  float: left;
  width: 100%;
  padding: 15px;
}
.event_pr_contant ul li,
.event_pr_contant ol li{
  float: left;
  width: 100%;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}
.blog-pagination {
  text-align: center;
}
.blog-pagination a {
  color: #d62c60;
  display: inline-block;
  margin:0;
  padding:0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-pagination a:hover {
  color: #000000;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-pagination a:first-child {
  float: left;
}
.blog-pagination a:last-child {
  float: right;
}

.address-wrap-pr-page {
  float: left;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 40px 0;
}
.address-wrap-pr-page .hs_cos_wrapper_widget {
  float: left;
  width: 50%;
  padding: 0 40px 0 0;
}

.address-wrap-pr-page .hs_cos_wrapper_widget h2 {
  font-size: 22px;
  color: #000000;
  padding: 0 0 18px;
}
.address-wrap-pr-page .hs_cos_wrapper_widget p {
  color: #8d8e92;
  font-size: 16px;
  line-height: 26px;
  padding: 0;
}

@media(max-width:1240px){
  .event_pr_title br{display:none;}
}

@media(max-width:880px){
  .event_pr_detail_right_sidebar .hs_cos_wrapper_widget {
    float: none;
    width: 100%;
    padding: 0;
    margin: 30px auto;
    overflow: hidden;
    max-width: 400px;
  }
  .event_pr_detail_left_contant {
    float: left;
    width: 100%;
  }
  .address-wrap-pr-page .hs_cos_wrapper_widget {
    float: left;
    width: 100%;
    padding: 0 0 40px 0;
  }
  .address-wrap-pr-page {
    padding: 40px 0 0;
  }
}
@media(max-width:768px){

  .event_pr_detail_left_contant {
    float: left;
    width: 100%;
    padding-right:0;
  }
  .event_pr_detail_right_sidebar {
    float: left;
    width: 100%;
    padding-top: 60px;
  }
  .event_pr_sidebar_img {
    float: right;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
  }
  .event_pr_sidebar_img img {
    max-width: 258px;
    max-height: 154px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    width: 100%;
    min-height: 154px;
  }
}


@media(max-width:600px){
  .event_pr_detail_right_sidebar .hs_cos_wrapper_widget {
    width: 100%;
    margin-bottom: 30px;
  }
  .event_pr_sidebar_img img {
    max-width: inherit;
    max-height: inherit;
  }
  .top_bar_event_pr_detail_right {
    float: right;
    width: 100%;
    padding-top: 10px;
  }
  .event_pr_contant table {
    float: left;
    width: 100%;
  }
  .event_pr_contant table td {
    float: left;
    width: 100%;
    padding-bottom: 20px;
  }
}



/* ------------------ Blog listing page style starts here  -----------------------------*/


.new-blog-design {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.new-blog-design .blog-listing-outer {
  width: 65%;
  float: left;
  padding-right: 50px;
}
.blog-template .new-blog-design .blog-sidebar,
.hs-content-name-search-results .new-blog-design .blog-sidebar{
  max-width: 300px;
  float: right;
  width: 30%;
}
.new-blog-design .post-header h2{
  color: #000000;
  line-height: 30px;
  font-size: 24px;
}
.new-blog-design .post-header h2 a {
  color: #000000;
  /*line-height: 26px;
  font-size:20px;*/
  line-height: 26px;
  font-size: 23px;
}
}
.new-blog-design .blog-listing-wrapper .post-listing .post-item .post-body p {
  /*font-size: 16px;*/
  font-weight: normal;
  /*line-height: 26px;*/
  color: #8d8e92;
  font-size: 13px;
  line-height: 17px;
}
.new-blog-design .blog-listing-wrapper .post-listing .post-item .post-body p:empty{
  display:none;
}

.blog-template .new-blog-design .blog-sidebar,
.hs-content-name-search-results .new-blog-design .blog-sidebar{
  max-width: 350px;
  float: right;
  width: 35%;
  margin-left: 0 !important;
}

.new-blog-design .blog-sidebar .cell-wrapper {
  text-align: center;
}
.new-blog-design .blog-sidebar .first-widget-sidebar .cell-wrapper {
  padding-top:0;
}

.new-blog-design .blog-social-icon-sidebar .hs_followme {
  text-align: center;
}

.new-blog-design .blog-social-icon-sidebar .hs_followme a.fm_button.fm_pinterest {
  display: none;
}
p#hubspot-author_data {
  padding: 5px 0 10px;
}
/** Sidebar Social Icons **/
.new-blog-design .blog-sidebar .social-icon-sidebar ul {
  width: auto;
  margin: 0px;
  padding: 0px;
  display: block;
  list-style: none;
  text-align: center;
}
.new-blog-design .blog-sidebar .social-icon-sidebar ul li {
  padding: 0 3px;
  display: inline-block;
  overflow: hidden;
}
.new-blog-design .blog-sidebar .social-icon-sidebar ul li a.g_plus {
  width: 22px;
  height: 19px;
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/g_plus.png) 0 0;
  background-repeat: no-repeat;
  padding: 0;
  overflow: hidden;
  display: block;

}
.new-blog-design .blog-sidebar .social-icon-sidebar ul li a.g_plus:hover {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/g_plus_hover.png) 0 0px;
  background-repeat: no-repeat;
}
.new-blog-design .blog-sidebar .social-icon-sidebar ul li a {
  color: #2a2b34;
  font-size: 19px;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;    
}
.new-blog-design .blog-sidebar .social-icon-sidebar ul li a:hover {
  color: #d52c5f;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;    
}

.new-blog-design .recent-posts-wrapper h2, .post-by-topic h2 {
  text-align: left !important;
  color: #000000 !important;
  font-weight: normal !important;
}

.new-blog-design #hubspot-topic_data a {
  font-size: 14px;
  color: #8d8e92 !important;
}
.new-blog-design #hubspot-topic_data a:hover {
  color:#d62c60 !important;
}
/** Sidebar Social Icons **/

.new-blog-design  .blog-sidebar .recent-posts-wrapper ul, 
.new-blog-design  .blog-sidebar .post-by-topic ul {
  margin: 0;
  padding: 10px 20px 0px;
  list-style: square;
  color: #999;
}

.new-blog-design .blog-sidebar .recent-posts-wrapper ul li,
.new-blog-design .blog-sidebar .post-by-topic ul li{
  padding-bottom: 12px;
  text-align: left;
}
.new-blog-design .blog-sidebar .recent-posts-wrapper ul li:last-child,
.new-blog-design .blog-sidebar .post-by-topic ul li:last-child{
  padding-bottom: 0px;
}
.new-blog-design .blog-sidebar .recent-posts-wrapper ul li a,
.new-blog-design .blog-sidebar .post-by-topic ul li a{
  font-size: 16px;
  line-height: 20px;
  color: #d62c60;
}
.new-blog-design .blog-sidebar .recent-posts-wrapper ul li a:hover,
.new-blog-design .blog-sidebar .post-by-topic ul li a:hover{
  color:#000000;
}

.new-blog-design .blog-listing-wrapper .post-listing .post-item .post-body .hs-featured-image {
  float: left;
  margin: 0 20px 10px 0px;
  width: 100%;
  max-height: 220px;
  border: 1px solid #f1f1f1;
  padding: 5px;
}

.new-blog-design .blog-sidebar .post-by-topic .cell-wrapper {
  text-align: left;
}

.new-blog-design .blog-sidebar .cell-wrapper {
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 30px;
}

.new-blog-design .blog-sidebar .blog-subscribe .cell-wrapper {
  text-align: left;
}
.new-blog-design .blog-sidebar .blog-subscribe h2 {
  font-size: 19px;
  color: #000000;
  padding-bottom: 15px;
}
.new-blog-design .blog-sidebar .blog-subscribe h3 {
  font-size: 16px;
  font-weight: normal;
  color: #8d8e92;
  line-height:22px;
  padding-bottom: 15px;
}
.new-blog-design .post-by-topic .widget-module> a {
  display: inline-block;
  margin-top: 20px;
  color: #000;
  font-size: 16px !important;
  text-transform: capitalize;
  border-bottom: 1px solid #999999;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.new-blog-design .post-by-topic .widget-module> a:hover{
  color: #d62c60;
  border-bottom: 1px solid #d62c60;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.new-blog-design  #hs_form_target_blog_subscription .hs-form-field > label {
  font-size: 15px;
  line-height: 18px;
  color: #59595c;
  padding-bottom: 7px;
  display: inline-block;
}
.new-blog-design  #hs_form_target_blog_subscription .hs-form-field > label > .hs-form-required {
  padding: 0 0 0 4px;
  display: inline-block;
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
}

.new-blog-design #hs_form_target_blog_subscription input[type="email"] {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #8d8e92;
  border-radius: 4px;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}

.new-blog-design #hs_form_target_blog_subscription input[type="submit"] {
  font-size: 16px !important;
  display: inline-block !important;
  color: #ffffff !important;
  border: 2px solid #d52c5f !important;
  padding: 10px 18px !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 20px !important;
  background-color: #d52c5f !important;
  box-shadow: none !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
}
.new-blog-design #hs_form_target_blog_subscription input[type="submit"]:hover {
  color: #000000 !important;
  border: 2px solid #d52c5f !important;
  background-color: #ffffff !important;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.new-blog-design #hs_form_target_blog_subscription .hs-error-msgs label {
  font-size: 12px;
  color: #d52c5f;
  padding: 7px 0 8px;
  float: left;
}

.new-blog-design .blog-listing-wrapper .post-listing .post-item .post-body a.more-link:after{
  display:none;
}
.new-blog-design .blog-listing-wrapper .post-listing .post-item .post-body a.more-link {
  color: #d62c60;
}
.new-blog-design .blog-listing-wrapper .post-listing .post-item .post-body a.more-link:hover {
  color: #000000;
}
.blog-single h1 {
  float: left;
  width: 100%;
  font-size: 45px;
  color: #000000;
  line-height: 54px;
}

.blog-single h2 {
  float: left;
  width: 100%;
  font-size: 33px;
  color: #000000;
  line-height: 44px;
  font-weight:500;
  margin-bottom:15px;
  font-weight: normal;
}

.blog-single h3 {
  float: left;
  width: 100%;
  font-size: 24px;
  color: #000000;
  line-height: 44px;
  font-weight:500;
  margin-bottom:15px;
  font-weight: normal;
}

.blog-single h4 {
  float: left;
  width: 100%;
  font-size: 24px;
  color: #000000;
  line-height: 44px;
  font-weight:500;
  margin-bottom:15px;
  font-weight: normal;
}

.blog-single h5 {
  float: left;
  font-weight:500;
  width: 100%;
  font-size: 20px;
  color: #000000;
  line-height: 22px;
  margin-bottom:15px;
  font-weight: normal;
}
.blog-single h6 {
  float: left;
  font-weight:500;
  width: 100%;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  margin-bottom:15px;
  font-weight: normal;
}

.blog-single .post-body ul, .blog-single .post-body ol {
  float: left;
  width: 100%;
  padding: 20px 0 10px 20px;
}

.blog-single .post-body ul li, .blog-single .post-body ol li {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}

.blog-listing-wrapper .hs-author-profile {
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #efefef;
  margin-bottom: 40px;
}
.blog-listing-wrapper h2.hs-author-name {
  color: #000;
  line-height: 26px;
  font-size: 20px;
  float: left;
  width: calc(100% - 170px);
  padding: 0 0 10px;
  margin:0;
}
.blog-listing-wrapper .hs-author-bio {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #8d8e92;
}
.blog-listing-wrapper h3.hs-author-listing-header {
  float: left;
  width: 100%;
  padding: 0 0 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.hs-author-bio-wrap img {
  float: left;
  margin: 0 20px 5px 0;
  max-width: 150px;
}


@media(max-width:990px){
  .new-blog-design .blog-listing-outer {
    width: 55% !important;
    float: left;
    padding-right: 30px !important;
  }
  .blog-template .new-blog-design .blog-sidebar,
  .hs-content-name-search-results .new-blog-design .blog-sidebar{
    max-width: 350px !important;
    float: right;
    width: 45% !important;
    margin-left: 0 !important;
    padding-left:30px;
  }
}

@media(max-width:768px){
  .new-blog-design .blog-listing-outer {
    width: 100% !important;
    float: left;
    padding-right: 0px !important;
  }
  .blog-template .new-blog-design .blog-sidebar,
  .hs-content-name-search-results .new-blog-design .blog-sidebar{
    max-width: inherit !important;
    float: right;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left:0px;
    padding-top:50px;
  }
  .blog-sidebar iframe {
    width: 100%;
    height: 320px;
  }
}

@media(max-width:480px){
  .blog-sidebar iframe {
    width: 100%;
    height: 220px;
  }
  .new-blog-design .blog-listing-wrapper .post-listing .post-item .post-body .hs-featured-image {
    margin: 0 20px 20px 0px;
    max-width: inherit;
  }
  .hs-author-bio-wrap img {
    max-width: 75px;
    margin: 0 10px 5px 0;
  }
  .blog-listing-wrapper h2.hs-author-name {
    width: calc(100% - 100px);
    line-height: 22px;
    font-size: 18px;
  }
}

/* ------------------ Partners page style starts here  -----------------------------*/

.partners-banner-content .highlight-left h1 {
  font-size: 25px;
  color: #d62c60;
  margin: 0;
  padding: 0 0 10px;
}
.partners-banner-content .highlight-left {
  max-width: 600px;
  padding: 35px 0 30px;
}
.partners-banner-content .highlights-list-wrapper ul {
  float: left;
  width: 100%;
  list-style: none;
}
.partners-banner-content .highlights-list-wrapper ul li {
  float: left;
  width: 100%;
  font-size: 19px;
  color: #000;
  line-height: 38px;
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/check-crl-partners.png) no-repeat;
  padding-left: 50px;
  margin-bottom: 7px;
}
.partners-banner-content .highlights-list-wrapper ul li:last-child{
  margin-botton:0;
}

.partners-section .resources-filters-row {
  padding: 15px 0 0px;
}

.partners-section  .bio-warp {
  float: left;
  background-color: #fff;
  padding: 50px 30px;
  border: 2px solid #d62c60;
  margin: -10px 0 0 0;
  text-align: left;
  position: relative;
}

.partners-section .team-col{
  width:100% !important;
  float:left;
}
.partner-page-overflow-issue #site-wrapper {overflow: hidden;}

.partners-section .team-col .bio-single:nth-child(4n+2)  .bio-warp {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
}

.partners-section .team-col .bio-single:nth-child(4n+3)  .bio-warp {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
}

.partners-section .team-col .bio-single:nth-child(4n+4)  .bio-warp {
  float:left;
}

.partners-section .clear {
  display: block;
  width: 100%;
  float: left;
  clear: both;
}

.partners-section .short-bio{
  display: table;
}

.partners-section .short-bio .img {
  float: none;
  width: 100%;
  max-height: 210px;
  height: 154px;
  white-space: nowrap;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 30px;
}
.partners-section .short-bio .img img {
  vertical-align: middle;
  max-width: 154px;
  /* -webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.partners-section .short-bio:hover .img img,
.partners-section .bio-details-opened .short-bio .img img{
  vertical-align: middle;
  max-width: 154px;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.partners-section .select_a_region{
  max-width: 180px;
}

.partners-section .team-section-wrapper {
  padding: 32px 0;
}

.bio-single.bio-details-opened .short-bio:after{
  bottom: 6px;
}

.bio-warp-left {
  float: left;
  width: 70%;
  padding-right:60px;
}
.bio-warp-right {
  float: left;
  width: 30%;
}

.partners-section .text-content-bio {
  float: left;
  padding: 30px 0 20px;
  width: 100%;
  border-bottom: 2px solid #d62c60;
}
.partner-company-website {
  float: left;
  width: 100%;
  padding: 40px 0 20px;
}
.partner-company-website h4 {
  font-size: 19px;
  color: #000;
  float: left;
  width: 100%;
  padding-bottom:10px;
}
.partner-company-website a {
  color: #d62c60;
  font-size: 16px;
  display: inline-block;
  float: left;
}
.partner-company-website a:hover {
  color: #000000;
}
.partners-video-wrap {
  float: left;
  width: 100%;
  padding: 68px 0 0;
}
.partners-video-wrap iframe {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.partners-video-wrap p {
  font-size: 15px;
  line-height: 20px;
  color: #8d8e92;
  font-style: normal;
  padding-bottom: 12px;
}

.partner-name-designation {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #000000;
  line-height: 24px;
}
.partner-name-designation span.partner-name {
  padding-right: 3px;
}
.partner-name-designation span.partner-country {
  padding-left: 7px;
  border-left: 2px solid #000;
}
.partner-name-designation span.partner-designation {
  display: block;
  width: 100%;
  clear: both;
  padding-bottom: 20px;
}


.become_partner_strip {
  padding: 25px 0;
  float: left;
  width: 100%;
  margin-bottom:125px;
}
.become_partner_strip h3 {
  font-size: 30px;
  background-repeat: no-repeat;
  font-weight: 100;
  color: #ffffff;
  float: left;
  padding: 32px 20px 32px 41px;
  width: calc(100% - 230px);
}

.become_partner_strip h3 span{
  font-weight: 400;
  color: #000000;
  display:inline-block;
  padding-right:5px;
}

.become_partner_strip a {
  float: left;
  margin-top: 24px;
}


@media(max-width:1240px){
  .become_partner_strip h3 {
    width: calc(100% - 140px);
  }
}
@media(max-width:768px){
  .bio-warp-left {
    float: left;
    width: 100%;
    padding-right:0px;
  }
  .bio-warp-right {
    float: left;
    width: 100%;
  }
  .partners-video-wrap {
    padding: 30px 0 0;
  }
  .partners-section .team-col .bio-single:nth-child(odd)  .bio-warp {
    float:left;
  }
  .partners-section .team-col .bio-single:nth-child(even)  .bio-warp {
    float:right;
  }
  .partners-section .clear{display:none;}
}

@media(max-width:600px){
  .become_partner_strip{text-align:center;}
  .become_partner_strip a { float: none;margin-top: 0;margin-bottom: 10px;}
  .become_partner_strip h3 { background-image: none !important; line-height:36px; width:100%;padding: 32px 0px 32px 0px;}
}

/* ------------------ Contact us style starts here  -----------------------------*/

/*----- address -----*/
.address, .address * {
  -webkit-box-sizing:border-box; 
  -moz-box-sizing:border-box; 
  box-sizing:border-box;
}

.address {
  overflow:hidden;
}


/*----- Section Titles -----*/
.address-section-title {
  width:100%;
  display:inline-block;
  transition:all linear 0.15s;
  -webkit-transition:all linear 0.15s;
  -moz-transition:all linear 0.15s;
  -ms-transition:all linear 0.15s;
  /* Type */
}

.address-section-title.active, .address-section-title:hover {
  text-decoration:none;
}

.address-section:last-child .address-section-title {
  border-bottom:none;
}

/*----- Section Content -----*/

.contact-us-section-two .hs_cos_wrapper {
  float: left;
  width: 100%;
  display: block;
}
.address-section-content {
  padding:15px;
  display:none;
}
.contact-us-section-one {
  float: left;
  width: 100%;
  background-color: #f1f1f1;
  padding: 30px 0;
}
.contact-us-section-two {
  float: left;
  width: 100%;
  position: relative;
  padding: 55px 0 90px;
}
.contact-us-section-two h2 {
  font-size: 63px;
  color: #000000;
  padding-bottom: 30px;
  float: left;
  width: 100%;
}
.contact-us-section-two .address {
  float: left;
  width: 100%;
  position: relative;
  min-height: 605px;
}
.contact-us-section-two .address div#address-map {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  border: 2px solid #d62c60;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
}

.contact-us-section-two #address-map iframe {
  height: 100%;
  width: 100%;
}

.contact-us-section-two .address-section-title {
  padding: 16px 0;
  max-width: 455px;
  border-top: 2px solid #8d8e92;
  font-size: 25px;
  color: #000;
  position:relative;
}
.contact-us-section-two .address-section-title.active{
  color: #d62c60;
}

.contact-us-section-two .address-section-title:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #d62c60;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.contact-us-section-two .address-section-title:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #d62c60;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.contact-us-section-two .address-section-content {
  padding: 5px 15px 10px;
}

.contact-us-section-two .address-section-title.active:before{
  display:none;
}
.contact-us-section-two #hs_cos_wrapper_Address_column .hs_cos_wrapper:last-child .address-section-title {
  border-bottom: 2px solid #8d8e92;
}
.contact-us-section-two #hs_cos_wrapper_Address_column .hs_cos_wrapper:last-child .address-section-title.active {
  border-bottom: none;
}

.contact-us-section-two .job-description {
  max-width: 455px;
  padding-left: 25px;
}
.contact-us-section-two .job-description p {
  color:#8d8e92;
  font-size:16px;
  line-height:26px;
  padding:0;
}

.contact-us-section-one-left h2,
.contact-us-section-one-left h1{
  font-size: 60px;
  float: left;
  width: 100%;
  color: #000000;
  padding: 0 0 30px;
  margin: 0 0 0 -41px;
  line-height: 60px;
}

.contact-us-section-one-left h2 span,
.contact-us-section-one-left h1 span{
  display:inline-block;
}

.contact-us-section-one-left h2 img,
.contact-us-section-one-left h1 img{
  float: left;
  width: auto;
  margin-right: 14px;
}
.contact-us-banner-img {
  float: left;
  width: 100%;
  max-width: 500px;
}
.contact-us-banner-img img {
  border: 2px solid #d62c60 !important;
  border-radius: 10px !important;
  width: 100% !important;
}
.contact-us-form-section form {
  width: 100%;
  float: left;
}

.contact-us-form-section fieldset {
  max-width: inherit !important;
}
.contact-us-form-section fieldset .field {
  max-width: inherit !important;
  padding-bottom: 20px !important;
}
.contact-us-form-section .field > label {
  font-size: 15px;
  line-height: 18px;
  color: #59595c;
  padding-bottom: 7px;
  display: inline-block;
}
.contact-us-form-section .hs-error-msgs label {
  color: #d62c60;
  font-size: 12px;
  padding: 4px 0 0;
  display: inline-block;
  float: left;
  width: 100%;
}
ul.hs-error-msgs.inputs-list {
  float: left;
  width: 100%;
}

.contact-us-form-section .field select {
  background-color: #f1f1f1 !important;
  box-shadow: none !important;
  border: 1px solid #8d8e92 !important;
  border-radius: 4px;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 4px 2px 4px 3px !important;
  height: 43px !important;
  font-size: 15px !important;
  color: #59595c !important;
}
.contact-us-form-section .field input[type="text"],
.contact-us-form-section .field input[type="tel"],
.contact-us-form-section .field input[type="email"]{
  background-color: #f1f1f1 !important;
  box-shadow: none !important;
  border: 1px solid #8d8e92 !important;
  border-radius: 4px;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 4px 5px 4px 5px !important;
  height: 43px !important;
  font-size: 15px !important;
  color: #59595c !important;
}

.contact-us-form-section .field input[type="checkbox"] {
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
}
.contact-us-form-section .field input[type="checkbox"] + span {
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/check-new.png) no-repeat 0 0; 
  height: 20px;
  display: inline-block;
  line-height: 22px;
  padding: 0 0 0 30px;
  color: #8d8e92;
  font-size: 14px;
}
.contact-us-form-section .field input[type="checkbox"]:checked + span{
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/check-new.png) no-repeat 0 -20px;   
}
.contact-us-form-section fieldset .field ul.inputs-list.multi-container li {
  padding-bottom: 5px;
}
.contact-us-form-section fieldset .field ul.inputs-list.multi-container {
  padding: 10px 10px 0;
}
.hs_product_of_interest.field.hs-form-field {
  margin-bottom: 10px;
}

.contact-us-form-section .field textarea{
  background-color: #f1f1f1 !important;
  box-shadow: none !important;
  border: 1px solid #8d8e92 !important;
  border-radius: 4px;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 4px 5px 4px 5px !important;
  height: 60px !important;
  font-size: 15px !important;
  color: #59595c !important;
}

.contact-us-form-section .hs_submit input[type="submit"] {
  font-size: 16px !important;
  display: inline-block !important;
  color: #ffffff !important;
  border: 2px solid #d52c5f !important;
  padding: 10px 18px !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 20px !important;
  background-color: #d52c5f !important;
  box-shadow: none !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  float:right !important;
  margin:0 !important;
}
.contact-us-form-section .hs_submit input[type="submit"]:hover {
  color: #000000 !important;
  border: 2px solid #d52c5f !important;
  background-color: #f1f1f1 !important;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.testimonials .news-single-box a {
  margin-right:15px;
  margin-bottom:15px;
}
.latest-features h3 {
  font-size: 40px;
  background-repeat: no-repeat;
  background-position: top left;
  padding:12px 0 29px 77px;
  color: #000;
  min-height: 64px;
}
.latest-features .news-single-box-left {
  width: 71%;
  padding-right: 60px;
}
.latest-features .news-single-box-right {
  width: 29%;
}
.latest-features .news-single-box-description {
  padding: 0 0 25px 77px;
}
.latest-features .news-single-box-description p {
  padding: 0 0 15px;
}
.latest-features .news-single-box-description ul {
  width: 100%;
  float: left;
  display: block;
  padding-left: 25px;
}
.latest-features .news-single-box-description ul li {
  line-height: 22px;
  color: #8d8e92;
  width: 100%;
  float: left;
}
.latest-features .hs_cos_wrapper:not(:last-child) .news-single-box:after {
  background: #693377;
  height:2px;
  width:calc(71% - 60px);
  position:absolute;
  bottom:0;
  left:0;
  content:'';

}
.latest-features .news-single-box-right {
  margin-top: 9px;
}
.latest-features {
  padding-top: 25px;
}
.latest-features .news-single-box {
  padding: 25px 0 0;
  position:relative;
}
.latest-features-heading .resource-title-wrapper h1 {
  padding: 0px 0 0px 57px;
}
.latest-features-heading .resource-title-wrapper {
  background-repeat:no-repeat;
  background-size: cover;
}
@media(max-width:1240px){
  .contact-us-section-two .address-section-title {
    max-width: 45%;
  }
  .contact-us-form-section .field input[type="text"],.contact-us-form-section .field input[type="tel"], .contact-us-form-section .field input[type="email"]{ width:100% !important;} 
  .contact-us-section-one-left .single-line-title h2 img { max-width: inherit !important;}
  .latest-features-heading .resource-title-wrapper h1 {
    font-size:55px;
  }
}
@media(max-width:1170px){
  .contact-us-section-one-left h2,
  .contact-us-section-one-left h1{
    font-size: 50px;
    margin: 0 0 0 0px;
    line-height: 55px;
  }
}

@media(max-width:1024px){
  .contact-us-section-one-left h2 img,
  .contact-us-section-one-left h1 img{
    max-width: 50px !important;
  }
  .contact-us-section-one-left .single-line-title h2 img {
    max-width: inherit !important;
  }
  .contact-us-section-one-left h2,
  .contact-us-section-one-left h1{
    font-size: 40px;
    margin: 0 0 0 0px;
    line-height: 45px;
  }
  .single-line-title #hs_cos_wrapper_contact_us_title {
    margin-top: 30px !important;
  }
  .latest-features-heading .resource-title-wrapper h1 {
    font-size:50px;
  }
}

@media(max-width:900px){
  .latest-features-heading .resource-title-wrapper h1 {
    line-height: inherit;
    background-position: 19px 19px;
    padding-top: 53px;
    font-size:45px;
  }
}

@media(max-width:768px){
  .contact-us-section-one-left h2 img,
  .contact-us-section-one-left h1 img{
    max-width: inherit !important;
  }
  .contact-us-section-one-left h2,
  .contact-us-section-one-left h1{
    font-size: 55px;
    margin: 0 0 0 0px;
    line-height: 55px;
  }
  .contact-us-banner-img {
    max-width: inherit;
    margin-bottom: 50px;
  }
  .contact-us-section-two .address div#address-map {
    position: static;
    width: 100%;
  }
  .contact-us-section-two .job-description {
    padding-left: 0;
    max-width: inherit;
  }
  .contact-us-section-two .address-section-content {
    padding: 5px 15px 40px;
  }
  .contact-us-section-two .address-section-title {
    max-width: inherit;
  }
  .contact-us-section-two .address {
    height: auto;
  }
  .single-line-title #hs_cos_wrapper_contact_us_title {
    margin-top: 25px !important;
  }
  .latest-features .news-single-box-left {
    width: 100%;
    padding-right: 0px;
  }
  .latest-features .news-single-box-right {
    width: 50%;
  }
  .latest-features .hs_cos_wrapper:not(:last-child) .news-single-box:after {
    width:100%;
  }
  .latest-features .news-single-box-description {
    padding: 0;
  }
  .latest-features .news-single-box-right {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .latest-features .news-single-box-left {
    padding-bottom: 20px;
  }
}

@media(max-width:540px){
  .contact-us-section-one-left h2 img,
  .contact-us-section-one-left h1 img{
    max-width: 50px !important;
  }
  .contact-us-section-one-left h2,
  .contact-us-section-one-left h1{
    font-size: 40px;
    margin: 0 0 0 0px;
    line-height: 45px;
  }
  .contact-us-section-one-left h2,
  .contact-us-section-one-left h1{
    font-size: 30px;
    margin: 0 0 0 0px;
    line-height: 35px;
    padding-bottom: 10px;
  }
  .contact-us-section-one-left h2 br,
  .contact-us-section-one-left h2 br{
    display: none;
  }
  .contact-us-section-two .address-section-title {
    font-size: 20px;
  }
  .contact-us-banner-img {
    max-width: inherit;
    margin-bottom: 30px;
  }
  .single-line-title #hs_cos_wrapper_contact_us_title {
    margin-top: 36px !important;
  }
}

@media(max-width:400px){
  .contact-us-form-section fieldset .hs_firstname, 
  .contact-us-form-section fieldset .hs_company,
  .contact-us-form-section fieldset .hs_jobtitle{
    float: left !important;
    width: 100% !important;
  }
  .contact-us-form-section fieldset .field {
    max-width: inherit !important;
    padding-bottom: 20px !important;
  }
  .contact-us-form-section fieldset .input {
    margin-right: 0 !important;
  }
  .hs_cos_wrapper_type_form .hs-button.primary.large {
    margin: 0 0 15px;
  }
  .single-line-title #hs_cos_wrapper_contact_us_title {
    margin-top: 0px !important;
    margin-left: 0 !important;
    padding: 0 0 10px 0;
  }
  .contact-us-section-one-left h2,
  .contact-us-section-one-left h1{
    font-size: 30px;
  }
  .contact-us-section-one-left .single-line-title h2 img {
    display: none;
  }
}


/* ---------------- career banner new style --------------------- */

.careers-left {
  float: left;
  width: 100%;
  padding: 0;
  max-width: 50%;
  margin-left:0px;
  background-color:#f1f1f1;
}
.careers-left-banner {
  float: left;
  width: 100%;
}
.careers-left-banner img {
  float: left;
  max-width: 50%;
}
.careers-banner-right-part {
  float: left;
  width: 100%;
  max-width: 50%;
}
.careers-banner-right-part-half-left {
  float: left;
  width: 50%;
}
.careers-banner-right-part-half-left img {
  float: left;
  width: 100%;
}
.careers-banner-right-part-half-right {
  float: left;
  width: 50%;
}
.careers-banner-right-part-half-right img {
  float: left;
  width: 50%;
  max-width: 50%;
}
.careers-left .hs_cos_wrapper_widget {
  display: block;
  float: right;
  padding:0 20px 0 0;
  max-width: 620px;
}
.highlights-section.careers-banner-content{
  background: none;
  background-image: none;
  position: relative;
  background-color:#f1f1f1;
}

.highlights-section.careers-banner-content img{
  opacity:0;
}

@media(max-width:1024px){
  .careers-banner-right-part {
    float: left;
    width: 100%;
    max-width: inherit;
  }
  .careers-banner-right-part img {
    width: 100% !important;
  }
  .careers-left-banner img {
    width: 50% !important;
  }
  .careers-left .hs_cos_wrapper_widget {
    display: block;
    float: right;
    padding: 0 20px 0 0;
    max-width: inherit;
    position: absolute;
    z-index: 1;
  }
  .careers-left {
    max-width: inherit;
  }
  .highlights-section.careers-banner-content:after {
    content: "";
    background-color: rgba(241,241,241,0.9);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
  }
}

@media(max-width:600px){
  .openings-wrapper {
    padding: 40px 0;
  }
  .opening-section h2 {
    font-size: 45px;
  }
  .latest-features-heading .resource-title-wrapper h1 {
    background: none !important;
    margin: 0;
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    padding: 30px;
  }
  .latest-features-heading .resource-title-wrapper {
    background-position: -210px center;
  }
  .latest-features h3 {
    font-size: 28px;
  }
}


.new-blog-design .search-results-banner {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 2px solid #8d8e92;
}

.new-blog-design .search-results-banner h1 {
  font-size: 30px;
  color: #000;
  margin: 0;
  padding: 0 0 25px;
}

.new-blog-design .gsc-input-box {
  height: 36px !important;
  margin: 0 auto !important;
  width: 100% !important;
}
.new-blog-design .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}

.new-blog-design .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
  border: none !important;
  box-shadow: none !important;
  line-height: 26px;
}

.new-blog-design .gsc-search-box .gsc-input>input:hover, 
.new-blog-design .gsc-input-box-hover {
  border-top-color: #a0a0a0;
  border-top-color: #D9D9D9;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.new-blog-design .gsc-search-box .gsc-input>input:focus, 
.new-blog-design .gsc-input-box-focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.search-results-wrapper{
  padding-right:40px;
}

@media (max-width: 990px){
  .blog-sidebar iframe {
    width: 100%;
  }
}

/* banner Video */

.wistia_popover_overlay {
  z-index: 99999 !important;
}
.wistia_popover_embed{
  z-index: 999999 !important;
}
.video-btn-banner-row{
  float: left;
  width: 100%;
  padding: 30px 0 0;
}

/* team */

.leadership_container {
  border-bottom: 2px solid #8d8e92;
  padding-bottom: 40px;
  margin-bottom: 60px;
}



/* CTA */

body .blog-section .hs-cta-node{
  float: left;
  width: 100%;
  display: block;
  margin-bottom:40px;
}

body #hs_cos_wrapper_post_body .hs-cta-node a{width: 100% !important; position: relative; padding: 6px 72px 9px 18px !important; border: 1px solid #fff!important;
  text-align: left !important; box-sizing: border-box !important; min-height: 55px; line-height: 45px!important;}
body #hs_cos_wrapper_post_body .hs-cta-node a.cta_button::before {
  content: "";
  position: absolute;
  width: 39px;
  height: 43px;
  background: url("https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/btn-icon.png");
  background-repeat: no-repeat;
  background-position: right center;
  float: right;
  right: 18px;
  top: 13%;
}

body #hs_cos_wrapper_post_body .hs-cta-node a.cta_button:hover{color: rgb(153,51,102) !important; background: #fff !important; border: 1px solid rgb(153,51,102) !important;}
body #hs_cos_wrapper_post_body .hs-cta-node a.cta_button:hover::before{background: url("https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/btn-icon_hover.png");}
body #hs_cos_wrapper_post_body .hs-cta-node a.cta_button.ott_orange_cta:hover::before{background: url("https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/orange%20btn%20for%20cta%20hover.png");}

body #hs_cos_wrapper_post_body .hs-cta-node a.cta_button.ott_orange_cta:hover{color: rgb(243, 127, 50) !important; background: #fff !important; border: 1px solid rgb(243, 127, 50) !important;}

/* If Cta text in two line than use it*/

body #hs_cos_wrapper_post_body .hs-cta-node a#cta_button_330957_18c663a3-f9a8-443f-8270-ac3125de5710 {
  line-height: 26px !important;
}
body #hs_cos_wrapper_post_body .hs-cta-node a#cta_button_330957_a88497bc-bafc-4e27-b85c-6704892ae916 {
  line-height: 26px !important;
}
.brochure .main-resource-box-inner:hover .btn {
  background-color: #9a488d;
  color: #fff;
}
.resource-box-outer.post-item.report .main-resource-box-inner:hover{border: 1px solid #f37f32; box-shadow: 0 0 1px 0 #f37f32;}
.resource-box-outer.post-item.report .main-resource-box-inner .btn{ border: 2px solid #f37f32;}
.resource-box-outer.post-item.report .main-resource-box-inner:hover .btn{color: #fff; background-color: #f37f32;}
.resource-box-outer.post-item.report .main-resource-box-inner span.cat {border-color: #f37f32;}

@media only screen and (min-width: 220px) and (max-width: 990px){
  body #hs_cos_wrapper_post_body .hs-cta-node a{line-height: 25px!important;}
  @media only screen and (max-width : 768px){
    body #hs_cos_wrapper_post_body .hs-cta-node a{line-height: 45px!important;}
  }
  @media only screen and (max-width : 540px){
    body #hs_cos_wrapper_post_body .hs-cta-node a{line-height: 25px!important;}
  }
}

.latest-features .red-separator .news-single-box:after {
  background: #B8212E !important;
}
.form-wrap.red-button .hs-form .hs_submit .hs-button {
  background: #B8212E !important;
}
.form-wrap.red-button .hs-form select {
  -webkit-appearance: none;
  color: #000 !important;
  padding: 2px 10px !important;
}
.free_trial_item_single a {
  display:inline-block;
}
.anchor_btn {
  padding: 10px 20px;
  border-radius: 4px;
  float: none !important;
  margin: 30px 0;
}

/* ------------------ Blog Inner page January 2019 style starts here  -----------------------------*/

.new-blog-design .blog-listing-outer-new {
  width: 60%;
}
.section.post-header {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  display: block;
}
.featured-image {
  /* width: 40%;
  max-width: 294px; */
  width: 100%;
  float: left;
  /* margin: 0 15px 0 0px; */
  margin: 0px;
  padding: 0px;
  display: block;
}
.featured-image img {
  width: 100%;
  max-width: 100%;
  /* max-width: 294px; */
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  line-height: 0;
}
.post-title {
  /* width: calc(100% - 40% - 15px); */
  width: 100%;
  float: left;
  margin: 0 0 15px;
  padding: 0px;
  display: block;
  /* border-bottom: solid 1px #5c3634; */
}
.post-title h1 {
  font-size: 24px;
  line-height: 38px;
}
.post-meta {
  width: 100%;
  float: left;
  margin: 15px 0px;
  padding: 0 0 15px;
  display: block;
  border-bottom: solid 1px #5c3634;
}

.post-meta #hubspot-author_data {
  width: auto;
  float: left;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.post-meta .blog-date {
  width: auto;
  float: right;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
#hs_cos_wrapper_blog_social_sharing {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  display: block;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item-google-plus {
  display: none;
}
.section.post-body {
  width: 100%;
  float: left;
  margin: 15px 0 0px;
  padding: 0px;
  display: block;
}
.blog-template .new-blog-design .blog-sidebar.blog-sidebar-new {
  /* max-width: 420px; */
  max-width: 380px;
  background: #f1f1f1;
}
.blog-template .new-blog-design .blog-sidebar-new .subscribe-box {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 34px 46px;
  /* background: #6a3377; */
  background: #9A488D;
}
.blog-template .new-blog-design .blog-sidebar-new .subscribe-box .cell-wrapper {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  border: none;
}
.blog-template .new-blog-design .blog-sidebar-new .subscribe-box h3 {
  color: #fff;
  text-align: left;
  font-size: 21px;
  line-height: 1.21;
}
.blog-template .new-blog-design .blog-sidebar-new .subscribe-box form {
  width: 100%;
  float: left;
  margin: 10px 0 0px;
  padding: 0px;
  display: block;
}
.blog-template .new-blog-design .blog-sidebar-new .subscribe-box form .hs_email > label {
  display: none;
}
.blog-template .new-blog-design .blog-sidebar-new .subscribe-box form .hs_email label {
  color: #f3739a;
}
.blog-template .new-blog-design .blog-sidebar-new .subscribe-box form .hs_error_rollup {
  display: none;
}
.blog-template .new-blog-design .blog-sidebar-new .subscribe-box form .hs_email input {
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  border-bottom: solid 1px #fff;
  font-size: 17px;
  line-height: 1.61;
  color: #fff;
  font-weight: 300;
  font-family: 'Rubik',sans-serif;
}
.blog-template .new-blog-design .blog-sidebar-new .subscribe-box form .hs_email input::placeholder {
  color: #fff;
}
.blog-template .new-blog-design .blog-sidebar-new .subscribe-box form .hs_email input.error {
  border-bottom: solid 1px #f3739a;
}
.blog-template .new-blog-design .blog-sidebar-new .subscribe-box form .hs-submit {
  width: auto;
  float: left;
  margin: 22px 0 0;
  padding: 0;
  display: block;
}
.blog-template .new-blog-design .blog-sidebar-new .subscribe-box form .hs-submit input {
  background: #f8f8f8 !important;
  margin: 0 !important;
  padding: 0 20px !important;
  color: #000 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 2.1 !important;
  box-shadow: none !important;
  min-height: auto;
}
.blog-template .new-blog-design .blog-sidebar-new .recent-posts {
  padding: 0 46px;
}
.blog-template .new-blog-design .blog-sidebar-new .blog-cta {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  display: block;
}
@media(max-width:990px){
  .new-blog-design .blog-listing-outer-new {
    width: 50%;
  }
  .featured-image {
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin-right: 0;
  }
  .featured-image img {
    float: none;
  }
  .blog-template .new-blog-design .blog-sidebar.blog-sidebar-new {
    /* max-width: 420px !important; */
    max-width: 380px !important;
    padding: 0px;
  }
  .post-title {
    width: 100%;
    margin: 20px 0 0px;
  }
}
@media(max-width:768px){
  .new-blog-design .blog-listing-outer-new {
    width: 100%;
  }
  .blog-template .new-blog-design .blog-sidebar.blog-sidebar-new {
    max-width: inherit !important;
    margin-top: 20px;
  }
}

/* ------------------ Blog Inner page January 2019 style ends here  -----------------------------*/

.resource-container ul li {
  padding-bottom: 0;
}
@media(min-width:600px){
  .landing-page-fix .resource-container ul {
    margin-left: 80px;
    margin-top: -10px;
  }
}
.blog-single .post-body ul, .blog-single .post-body ol {
  padding: 0px 0 10px 20px;
  margin-top: -10px;
}
/* ------------------ Partners 2019 style start here  -----------------------------*/
.partners .contact-us-form-section .field input[type="checkbox"] + span { 
  margin-left: 0;
}
.partners .hs_error_rollup {
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
}
/* ------------------ Partners 2019 style ends here  -----------------------------*/

.solutions-dropdown-wrapper>div {
  width: 25% !important;
}
.markets.solutions-dropdown ul {
  border-right: none;
}

.top_bar_event_pr_detail_right .widget-type-social_sharing a{float: left;
  width: 35px!important;
  display: inline-block;
  background: url(https://330957.fs1.hubspotusercontent-eu1.net/hubfs/330957/social-icons.png?t=1502876914148);    
  height: 34px;
  background-repeat: no-repeat;
  margin-right: 2px;}
.top_bar_event_pr_detail_right .widget-type-social_sharing a img{display:none;}

.top_bar_event_pr_detail_right .widget-type-social_sharing a:first-child {background-position: 14px 9px;}
.top_bar_event_pr_detail_right .widget-type-social_sharing a:first-child:hover {  background-position: 14px -71px;}

.top_bar_event_pr_detail_right .widget-type-social_sharing a:nth-child(2){background-position: -55px 8px;}
.top_bar_event_pr_detail_right .widget-type-social_sharing a:nth-child(2):hover{ background-position: -55px -72px;}

.top_bar_event_pr_detail_right .widget-type-social_sharing a:nth-child(3){background-position: -138px 8px;}
.top_bar_event_pr_detail_right .widget-type-social_sharing a:nth-child(3):hover{background-position: -138px -72px;}

.top_bar_event_pr_detail_right .widget-type-social_sharing a:nth-child(4){background-position: -22px 8px;}
.top_bar_event_pr_detail_right .widget-type-social_sharing a:nth-child(4):hover{background-position: -22px -72px;}

.hs_cos_wrapper_type_form .hs-error-msg { color: red;}
/******************09-03-2020*********************/
.resource-box-outer .PopupBox{display:none}
.resource-box-outer .popupOverlay {position: fixed;top: 0;  left: 0;width: 100%;min-height: 100vh;background: rgba(0, 0, 0, 0.80);z-index: 99999;}
.resource-box-outer .PopupBoxInner {position: fixed;top: 0;left: 0;background: #fff;z-index: 99999;left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 100%;max-height: 100%;overflow: auto;padding: 40px 20px;}
.resource-box-outer .PopupBoxInner .closeBtn:after {content: '+';font-size: 22px;font-weight: 600;transform: rotate(45deg);display: inline-block;position: relative;left: 4px;top: 0px;color: #693377;}
.resource-box-outer .PopupBoxInner .closeBtn {position: absolute;top: 10px;right: 10px;font-size: 0px;display: block;height: 25px;width: 25px;border: 2px solid #693377;border-radius: 50%;cursor:pointer}
.overflowHidden{overflow:hidden}
/******/
.career-new .header-container-wrapper, .career-new #site-wrapper {height: 0px; padding: 0px !important;}
.hs-content-name-careers-new .header-container-wrapper{position:relative}
.error-text {font-size:28px; line-height:1.3; text-align:center; padding:100px 0px 50px}


/*****  Events Page August 2021 Starts  *****/

.events21 {margin-top: 36px;}
.events21 .grid-item {background-image: linear-gradient(360deg, #FFFFFF 0%, #E3E3E3 100%);border: none;padding: 35px 0 0;margin-bottom: 65px;position: relative;display: flex;align-items: center;}
.events21 .grid-item .news-single-box-left {width: 280px;padding-top: 50px;padding-bottom: 40px;}
.events21 .grid-item .news-single-box-left img:not(:first-child) {margin-left: 50px;padding-right: 17px;max-height: 70px;max-width: 180px;}
.events21 .grid-item .news-single-box-left img:not(:last-child) {margin-left: -5px;position: absolute;top: 30px;left: 0;}
.events21 .grid-item .news-single-box-left img:only-of-type {margin-left: -5px;position: absolute;top: 30px;left: 0;}
.events21 .grid-item .news-single-box-right {width: calc(100% - 280px);text-align: left;}
.events21 .grid-item .news-single-box-right .top-section {border-bottom: 1px solid #D62B60;padding-bottom: 20px;}
.events21 .grid-item .news-single-box-right .top-section .date-location {display: flex;flex-wrap: wrap;justify-content: flex-start;grid-column-gap: 10px;grid-row-gap: 10px;}
.events21 .grid-item .news-single-box-right .top-section .date-location > div {margin-right: 25px;display: flex;align-items: center;}
.events21 .grid-item .news-single-box-right .top-section .date-location img {margin-right: 8px;}
.events21 .grid-item .news-single-box-right .top-section h2 {font-size: 20px;line-height: 24px;color: #4E5055;margin-bottom: 10px;color: #4E5055;font-weight: 500;}
.events21 .grid-item .news-single-box-right .top-section h2 a {color: #4E5055;font-weight: 500;}
.events21 .grid-item .news-single-box-right .bottom-section {padding-top: 15px;}
.events21 .grid-item .news-single-box-right .bottom-section h6 {font-size: 13px;line-height: 16px;color: #4E5055;font-weight: 600;}
.events21 .grid-item .news-single-box-right .bottom-section h6:last-of-type {margin-bottom: 8px;}
.events21 .grid-item .news-single-box-right .bottom-section h6:first-of-type {margin-bottom: 5px;}
.events21 .grid-item .news-single-box-right .bottom-section p {padding-bottom: 8px;}
.events21 .grid-item .news-single-box-right .bottom-section :is(p, li) {font-size: 13px;line-height: 16px;color: #4E5055;font-weight: 300;}
.events21 .grid-item .news-single-box-right .bottom-section li {margin-bottom: 8px;}
.events21 .grid-item .news-single-box-right .bottom-section ul {margin-left: 15px;}
.events21 .grid-item .news-single-box-right .bottom-section .watch-now {margin-top: 20px;}
.events21 .grid-item .news-single-box-right .bottom-section .watch-now a {border: 1px solid #D62B60;border-radius: 4px;padding: 5px 30px;font-size: 13px;line-height: 15px;font-weight: 500;background:#fff;color: #4E5055;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.events21 .grid-item .news-single-box-right .bottom-section .watch-now a:hover {background: #D62B60;color: #fff;}
.events21 .grid-item .news-single-box-right .bottom-section .description {min-height: 96px;}
.events21main .resource-title-wrapper h2,.events21main .resource-title-wrapper h1 {line-height: 350px !important;padding-left: 80px !important;}
.events21 .grid-item .news-single-box-right .btn.medium {font-size: 13px;padding: 5px 30px;border-width: 1px;line-height: 15px;font-weight: 500;}
.events21 .grid-item .news-single-box-right .btn.pink-border {border-color: #d62b60;color: #4e5055;}

/** Start event page updates **/
.events21.future-event-data .grid-item .news-single-box-right .top-section {border-bottom: 1px dashed #d62b60;}
.events21.future-event-data .grid-item .news-single-box-right .bottom-section .description {min-height: 60px;margin-bottom:12px;}
.events21.future-event-data .grid-item .news-single-box-right .bottom-section {padding-top: 20px;padding-right: 36px;}
.events21.future-event-data .grid-item .news-single-box-right .btn.pink-border {float: right;margin-right: 36px;}
.events21.future-event-data .grid-item{margin-bottom:36px;}
.events21.future-event-data .grid-item:last-child{margin-bottom:0px;}
.events21.future-event-data .grid-item .news-single-box-right .top-section .date-location>div span,
.events21.past-event-data .grid-item .news-single-box-right .top-section .date-location>div span{font-size: 14px;font-weight: 300;line-height: 17px;padding-top: 2px;}
.events21.past-event-data .past-event-data-heading {position: relative;min-height: 50px;display: flex;justify-content: center;align-items: center;font-family: 'Rubik',sans-serif;font-size: 27px;line-height: normal;
  color: #fff;font-weight: 500;margin-left: -6px;margin-right: -6px;background: #D62B60;border-bottom-left-radius: 7px;border-bottom-right-radius: 7px;}
.events21.past-event-data .past-event-data-heading:before,.events21.past-event-data .past-event-data-heading:after {content: "";position: absolute;height: 9px;width: 6px;border: 4px solid #992b68;top: -9px;}
.events21.past-event-data .past-event-data-heading:before{border-top-left-radius: 7px;left: 0;}
.events21.past-event-data .past-event-data-heading:after {border-top-right-radius: 7px;right: 0;}
.events21.past-event-data .grid-item .news-single-box-right .top-section{border-bottom:none;}
.events21.past-event-data .grid-item {background-image: none;justify-content: space-between;padding: 40px 0;margin-bottom: 0;border: 1px dashed #D62B60;border-width: 0px 0px 1px;}
.events21.past-event-data .grid-item .news-single-box-left{background-image: linear-gradient(360deg,#fff 0%,#e3e3e3 100%);border: 0;padding: 21px 40px;margin-bottom: 0px;position: relative;display: flex;align-items: center;justify-content: center;width: 240px;min-height: 130px;border-radius: 20px;}
.events21.past-event-data .grid-item .news-single-box-left img {margin-left: 0px;padding-right: 0px;max-height: 70px;max-width: 180px;position: relative;top: auto;left: auto;}
@media(min-width: 768px) {.events21.past-event-data,.events21.future-event-data{padding:0 16px;}}
@media(max-width: 768px) {
  .events21.past-event-data .grid-item .news-single-box-left{width:100%;}
  .events21.future-event-data .grid-item .news-single-box-right .bottom-section{padding-right:0px;}
  .events21.future-event-data .grid-item .news-single-box-right .btn.pink-border{margin-right: 0;}
}
@media(max-width: 480px) {.events21.past-event-data .grid-item .news-single-box-left img {height: auto;} }
/** End event page updates **/

@media(max-width: 768px) {
  .events21 .grid-item {flex-wrap: wrap;}
  .events21 .grid-item .news-single-box-left {width: 100%;display: flex;justify-content: space-between;margin-bottom: 20px;}
  .events21 .grid-item .news-single-box-left img:not(:last-child) {position: unset;}
  .events21 .grid-item .news-single-box-left img {max-width: 100%;height: auto;}
  .events21 .grid-item .news-single-box-right {width: 100%;padding: 0 20px;}
}

@media(max-width: 480px) {
  .events21 .grid-item .news-single-box-left img {height: 34px;}
  .events21 .grid-item .news-single-box-right .top-section .date-location {flex-direction: column;grid-row-gap: 10px;}
  .events21 .grid-item .news-single-box-right .top-section .date-location>div {width: 100%;}
}

/*****  Events Page August 2021 Ends  *****/


/****** Homepage banner small screen font fix starts ******/

@media(max-width: 768px) {
  .btn.watch-now {color: #fff !important;}
  .btn.purple.watch-now:before {filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7468%) hue-rotate(335deg) brightness(110%) contrast(116%);}
  .subtitle-maximize {color: #fff !important;}
}

/****** Homepage banner small screen font fix ends ******/