@import url('//fonts.googleapis.com/css?family=Rubik:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto');


@font-face {
    font-family: 'dinregular';
    src: url('https://cdn2.hubspot.net/hubfs/1828513/dinregular-webfont.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/1828513/dinregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dinregular';
    src: url('https://cdn2.hubspot.net/hubfs/1828513/dinbold-webfont.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/1828513/dinbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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


.bdm-lp-main-content-wrapper .hbspt-form{
    width: 500px;
    margin: 0 auto;
}
.bdm-lp-main-content-wrapper .hbspt-form label, .bdm-landing-page .landing-page-sidebar label{
    font-weight: 500;
    font-size: 13px;
}
.hbspt-form .actions input[type="submit"] {
    /* primary style attached to .contact-form .actions input[type="submit"] */
}
.lp-section-header{
    font-weight: inherit;
    font-size: 30px;
    font-weight: 400;
    color: #44b5e8;
}
.bdm-landing-page .landing-page-sidebar .hs-button.primary, body input[type="submit"] {
    /* primary style attached to .contact-form .actions input[type="submit"] */
}
.webinar .blog-hero-section .section-heading h2{
    margin: 10px auto;
}
.webinar-header-outer{
    background-image: url('https://cdn2.hubspot.net/hubfs/1828513/Webinar/template-assets/webinar-bg-img-header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
}
.webinar-header-inner{
    background-color: rgba(0, 0, 0, .75);
    height: 350px;
    position: relative;
}
.webinar .webinar-hero-text h2 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}
.webinar-hero-text{
    width: 220px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -110px !important;
    margin-top: -24px;
}
.webinar-inner-wrapper, .bdm-webinar-content{
    padding-top: 30px;
}
.webinar-date span, .webinar-time span{
    font-weight: 700;
}
.bdm-webinar-content p{
    color: #666;
    /*font-size: 30px;*/
    font-family: 'Roboto', sans-serif;
    
}
.bdm-webinar-body{
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/*
.webinar h1, .webinar h2 {
    color: #01345e;
    font-weight: 600;
    font-size: 42px;
}
*/
@media (min-width: 1281px){
    .webinar h1, .webinar h2, .webinar .webinar-headline,  .bdm-webinar-content{
        max-width: 780px;
    }
    .webinar-sidebar {
        margin-left: 30px !important;
    }
}

.webinar h1{
    line-height: 1.25em;
    margin: 30px 0;
    padding: 0px;
}
.webinar .webinar-headline{
    color: #0098ef;
    /*font-size: 34px;*/
    font-weight: bold;
    line-height: 1.25em;
    margin-top: 30px;
}
/* Single Post View Form */
.webinar-single-post .download-form .contact-form{
    background-color: transparent;
}
.webinar-single-post .hs-form-field {
    background: #3c97e8;
    padding: 10px 20px;
    margin-bottom: 0px !important;
}
.webinar-single-post .actions {
    width: 88%;
    margin: 0 auto;
}
    
/* Presenter_Info Module */
.grid-container, .webinar .bdm-presenter-info-container .grid-container{
    display: grid;
}

.webinar .bdm-presenter-info-container .grid-container {
    grid-column-gap: 10px;
    grid-template-columns: 100px auto;
    margin-top: 10px;
}
.webinar .row-fluid .bdm-presenter-info-container{
    margin-left: 0;
    margin-bottom:20px;
}
.span12.row-fluid.bdm-presenter-info-container:last-child {
    margin-top: 0px;
    margin-bottom: 50px;
    border-bottom: none;
}
.bdm-headshot-container {
    grid-column-start: 1;
    grid-row-start: 1;
}
.bdm-person-info {
    vertical-align: top;
    grid-column-start: 2;
}
.bdm-person-info h3 {
    line-height: 28px;
    margin: 0;
}

.bdm-headshot{
    height: 115px;
    width: auto;
}
.bdm-person-info {
    vertical-align: top;
    display: grid;
}
.bdm-person-info .bdm-header {
    height: 30px;
}
.bdm-header h3 {
    text-transform: none;
    padding-top: 0;
    color: #666;
    font-size: 24px;
    font-weight: 300;
    margin-bottom:0px;
}
.bdm-name{
    align-self: end;
}
.bdm-title {
    align-self: center;
}
.bdm-title p{
    font-size:16px;
    border-bottom: 0px;
    line-height: 16px;
} 
@media (max-width: 767px){
    .webinar .row-fluid .bdm-presenter-info-container{
        margin-bottom: 0px;
    }
}




 

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body {
    font-family:'Rubik', sans-serif;
    font-weight: 300;
}

body .container {
    /*max-width:1399px;
    width:90%;*/
    margin:0px auto;
}
body .site-header .container  {
    position:relative;
    max-width:1780px;
    margin:0px auto;
    padding:0px !important;
    width:90%;
}
a{
    color:#3c97e8;
}
a:hover, a:focus{
    text-decoration:underline;
    color:#3c97e8;
}
ul {
    padding-left: 20px;
    list-style: square;
}
li {
    margin-bottom: 5px;
    color: #666;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-seriff;
}
.blog-title{
   color: #054477;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.25em;
    padding-top: 90px;
}
.blog-hero-section p{
    color:#fff;
    max-width: 780px;
    width: 95%;
    margin: 0 auto;
}
.blog-hero-section p br{
    display:none;
}
.blog-hero-section ul{
    display:inline-block;
}
.blog-hero-section ul li {
    margin-right: 35px;
    color: #fff;
    list-style: inherit;
    text-align: left;
    float: left;
    width: auto;
}

.hs_cos_wrapper_type_rich_text ul li{
    list-style: square;
}
.hs_cos_wrapper_type_rich_text ul li:before{
    display:none;
}

body  h1 {
    font-family:'Roboto', sans-serif;
    font-weight:bold;
}

body.homepage  h1 {
    font-family:'Rubik', sans-serif;
    font-weight:500;
}

body p {
    font-family:'Rubik', sans-serif;
    font-weight:300;
}

body h2 {
    font-family:'Rubik', sans-serif;
    font-weight:600;
}

body.homepage h2 {
    font-family:'Rubik', sans-serif;
    font-weight:500;
}
body .webinar-listing h2, body .section-heading h1{
    font-family: 'Rubik', sans-seriff !important;
    font-weight: 500 !important;
}

body h3 {
    font-family:'Rubik', sans-serif;
    font-weight:400;
}

.header-container {
    padding:0px;
}

.section {
    padding:100px 0px;
}

.text-center {
    text-align:center;
}

.bp-module {
    padding: 5%;
    margin: 30px 0px 0px;
}

.protect-section .bp-module{
    margin-bottom:0px;
}

.bp-icon {
    margin-bottom:20px;
}

.bp-content {
    margin-top:20px;
}
.offer-section .bp-content{
    position:relative;
    padding-bottom: 80px;
    min-height: 320px;
}
.offer-section .bp-content p.cta-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.bp-content h3 {
    color: #054477;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 35px;
    text-transform: uppercase;
    padding: 0px 15px;
}

.logo-section {
    margin:100px 0px 70px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    max-width:100% !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color:#054477 !important;
    border-bottom:1px solid #eff3f6;
    padding:10px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a{
    border-bottom:none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper li {
    padding:0px 10px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
   color:#3c97e8 !important;
   cursor:pointer;
}


.hs-menu-wrapper.hs-menu-flow-horizontal  > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background:#fff;
}

.site-btn {
    color:#3c97e8;
    font-size:18px;
    line-height:20px;
    text-transform:uppercase;
    font-family:'Roboto', sans-serif;
    font-weight:500;
    display:inline-block;
    padding:15px 30px;
    border:1px solid #3c97e8;
    margin:20px 0px;
}

.site-btn:hover {
    background:#3c97e8;
    color:#fff;
}

.site-header {
    background-color:#3c97e8;
    padding:24px 0px;
    min-height:90px !important;
}

.section-heading h2, .section-heading h1 {
    color:#054477;
    text-transform:uppercase;
    font-size:48px;
    line-height:1;
    text-align:center;
    font-weight:500;
}

.inner-page-hero h2, .inner-page-hero h1 {
    font-family: 'Rubik', sans-seriff;
    color: #fff;
}

.site-header .header-menu-cta-wrapper {
    position:absolute;
    right:0;
    width:168px;
    top:6px;
}
.site-header .site-nav {
    width:calc(100% - 200px);
    margin-left:0px;
}
.site-header .site-nav ul {
    margin-right:178px;
    padding-top:0px;
    float:right;
}
.site-header .site-logo {
    max-width:200px;
    position:relative;
    z-index:999999;
}

.site-header .site-logo img {
    margin-top:0px !important;
}

.site-header .site-nav li a {
    font-size:16px;
    text-transform:uppercase;
    color:#fff !important;
    font-family:'Roboto', sans-serif;
    font-weight: 500;
}
.site-header .header-menu-cta-wrapper .header-menu-cta{
    background:#fff;
    padding:5px;
    max-width:168px;
    width:100% !important
    display: block !importnat;
    text-align:center;
    color:#054477 !important;
    font-family:'Roboto', sans-serif;
    font-weight: 500;
}

/* Mobile-Menu Style */

/*.site-header a.mobile-menu {*/
/*    position: absolute;*/
/*    width: 52px;*/
/*    height: 4px;*/
/*    background: #fff;*/
/*    right: 0px;*/
/*    top: 20px;*/
/*    display:none;*/
/*}*/

/*.site-header a.mobile-menu:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    height: 4px;*/
/*    background: #fff;*/
/*    width: 52px;*/
/*    top: -12px;*/
/*}*/

/*.site-header a.mobile-menu:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    height: 4px;*/
/*    background: #fff;*/
/*    width: 52px;*/
/*    top: 12px;*/
/*}*/


.custom-section .bg-section{
    background-size:cover;
    padding:50px 0px;
    background-position:left top;
    background-repeat:no-repeat;
}

.custom-section .bg-text {
    max-width:50%;
    width:100%;
    overflow:hidden;
}

.bar-section .custom-section .bg-section .site-btn {
    border:1px solid #fff;
    background:#fff;
    color:#054477;
}

.patents-section .custom-section .bg-text {
    float:right;
}
.patents-section .custom-section .container {
    overflow:hidden;
}

.patents-section .custom-section .bg-text p:last-child {
    margin-bottom:30px;
}
.custom-section .bg-text h1 {
    color:#fff;
    font-size:48px;
    line-height:58px;
    text-transform:uppercase;
    
}
.video-section, .bdm-video-section {
    position:relative;
}
.video-section:before, .bdm-video-section:before {
    content:"";
    width:100%;
    position:absolute;
    left:0;
    top:0;
    
    bottom:7px;
    /*background:rgba(0,0,0,.6);
    height:100%;*/
}
.video-section:before{
    background:rgba(60, 151, 232, 0.65);   
}
.video-section .video-text {
    position:absolute;
    top:50%;
    left:0;
    right:0;
    text-align:center;
    color:#fff;
    font-size:30px;
    line-height:36px;
    transform:translateY(-50%);
}

.video-section .video, .bdm-video-section .video{
    width:100%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}
.webinar-thankyou .video-section:before {
    content: none;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(60, 151, 232, 0.65);
    bottom:7px;
    height:100%;
}

.hero-section .custom-section .bg-text li {
    color: #fff;
}
.hero-section .custom-section .bg-text  p {
    margin:20px 0px;
    color:#fff;
    font-size:28px;
    line-height:38px;
    
}

a.ply-btn {
    font-size: 0px;
    width:120px;
    height:120px;
    /*background:rgba(60, 151, 232, 0.65);*/
    background:rgba(0,0,0,.4);
    border-radius:50%;
    display: inline-block;
    position:relative;
    outline:none;
    margin-bottom:10px;
}

a.ply-btn:before {
    content: "";
    position: absolute;
    border-top: 30px solid transparent;
    border-left: 40px solid #fff;
    border-bottom: 30px solid transparent;
    border-radius: 4px;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
}

.video-text.active {
    display: none;
}
.video-text p {
    font-size:48px;
}

a.clx-btn {
    font-size: 40px;
    width:80px;
    height:80px;
    background:rgba(60, 151, 232, 0.65);
    border-radius:50%;
    display: inline-block;
    position:absolute;
    outline:none;
    line-height:80px;
    color:#fff;
    right:10px;
    top:10px;
    text-align:center;
    display:none;
}

.video-section.active a.clx-btn {
    display:block;
}

section.video-section.active:before {
    display: none;
}

.hero-section .custom-section .bg-text  {
    margin:6% 0 12%;
}

.hero-section .custom-section {
    position:relative;
}

/*.hero-section .custom-section:before {
    content:"";
    width:48%;
    max-width:640px;
    position:absolute;
    left:52%;
    height:100%;
    background-image:url('https://cdn2.hubspot.net/hubfs/1828513/Redeisgn%20images/Brain-Anim_Transparent4.gif');
    background-repeat:no-repeat;
    background-position:left bottom;
    background-size:100%;
}*/

@-webkit-keyframes spriteAnimation {
	100% {
		background-position: 0px -27324px;
	}
}
@-ms-keyframes spriteAnimation {
	100% {
		background-position: 0px -27918px;
	}
}
@-o-keyframes spriteAnimation {
	100% {
		background-position: 0px -27918px;
	}
}
@-moz-keyframes spriteAnimation {
	100% {
		background-position: 0px -27918px;
	}
}
@keyframes spriteAnimation {
	100% {
		background-position: 0px -27324px;
	}
}
.hero-section .custom-section:before {
    content:"";
    width:100%;
    position:absolute;
    left:52%;
    bottom:0px;
    max-width: 640px;
    height: 588px;
    -webkit-animation: spriteAnimation 5s steps(46) infinite;
    -moz-animation: spriteAnimation 5s steps(47) infinite;
    -ms-animation: spriteAnimation 5s steps(47) infinite;
    -o-animation: spriteAnimation 5s steps(47) infinite;
    animation: spriteAnimation 5s steps(46) infinite;
    animation-fill-mode:forward;
    background-repeat: no-repeat;
    background-image: url('https://cdn2.hubspot.net/hubfs/1828513/Biocatch-Jan-16-Images/anim-sprite.jpg');
    mix-blend-mode:lighten;
    
}

.patents-section .custom-section .bg-section {
    background-position:center center;
}
.custom-section .bg-text h2 {
    color:#3c97e8;
    font-size:48px;
    font-weight:500;
    line-height:58px;
    text-transform:uppercase;
}
.custom-section .bg-text p {
    color:#fff;
    font-size:24px;
    line-height:32px;
    margin-bottom:85px;
}

.site-footer {
    background-color:#1f1f1f;
    padding:55px 0px 100px;
}

.sidebar-box-container .row-fluid-wrapper:last-child .span12.widget-span.widget-type-cell.sidebar-box {
    border: none;
    margin-bottom: 0;
}

@media (max-width:767px){
    .footer-container-wrapper .widget-type-global_group{
        width: 100% !important;
    }
    .span12.widget-span.widget-type-cell.site-footer {
        width: 100% !important;
    }
}

.site-footer .footer-link ul li {
    padding:10px 0px;
    display:block !important;
    float:none !important;
    line-height:10px;
}

.site-footer .footer-link ul li a {
    font-sizE:14px !important;
    color:#a5a5a5 !important;
    text-transform: uppercase;
    line-height:16px;
    padding:0px !important;
    cursor:pointer;
}
.site-footer .footer-link ul li:first-child a {
    font-size:18px !important;
    color:#fff !important;
}
.site-footer .footer-link ul li a:hover {
    color:#3c97e8 !important;
}

.bar-section .custom-section .bg-section .bg-text{
    max-width:100%;
}

.site-footer .contact-us h4 a {
    font-size: 18px !important;
    color: #fff !important;
    font-weight: 500;
    padding-top: 5px;
    display: block;
    text-transform: uppercase;
}

.s-icon a {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    margin: 0px 5px;
}

.s-icon a.fb-icon {
    background-color:#4e71a8;
}
.s-icon a.tw-icon {
    background-color:#1cb7eb;
}
.s-icon a.you-icon {
    background-color:#ca3737;
}
.s-icon a.link-icon {
    background-color:#1686b0;
}

.footer-link-list {
    width:20% !important;
    margin:0px !important;
    float:left;
}

/* Blog-Section-Style */


body.blog .body-container-wrapper {
    padding-top:75px;
}

.blog-section-main {
    padding:50px 0px;
    position:relative;
}

.breadcrumb {
    margin-top:-22px;
}

.breadcrumb a {
    color:#3c97e8;
    font-size:14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 250px;
    display: inline-block 
}

.blog-hero-section  .section-heading h2, .blog-hero-section  .section-heading h1 {
    color:#fff;
    font-weight:500;
    font-family: 'Rubik', sans-serif;
}

.blog-hero-section {
    background-image: url('https://cdn2.hubspot.net/hubfs/1828513/Redeisgn%20images/bg-images/blog-page-bg.png');
    background-repeat:no-repeat;
    background-size:cover;
    
}

.blog-hero-section .blog-hero-text {
    margin:8% 0px;
    color:#fff;
}

.blog-section-main .page-center, body .container {
    max-width:1199px !important;
    width:90%;
}

.blog-section-main .blog-left {
    padding-right:45px;
}

.blog-section-main .blog-left .post-item {
    padding:45px 0px;
    border-bottom:1px solid #b4c7d6;
    clear:both;
    overflow:hidden;
}

.blog-section-main.all-blogs .blog-left .post-item{
    padding:20px 0;
}

@media(max-width:767px){
    .blog-section-main .blog-left .post-item {
        padding: 20px 0px;
    }
}

.blog-section-main .post-item-left {
    width:30%;
    float:left;
}


.blog-section-main .blog-sidebar.blog-right .tabber-wrap.blog-tabber, .blog-section-main .blog-sidebar.blog-right .tabber-content{
    background:#f4f4f4;
    overflow:hidden;
}

.blog-section-main .blog-sidebar.blog-right .tabber-wrap.blog-tabber {
    padding-bottom:50px;
}
.blog-section-main .blog-sidebar.blog-right .tabber-tabs li.active a {
    background-color:#3c97e8;
    color:#fff;
}
.blog-section-main .blog-sidebar.blog-right .tabber-tabs li a {
    font-size:14px;
    font-weight:400;
    text-transform:uppercase;
    border:none;
    border-radius:0px;
    padding:15px 0px;
}

.blog-section-main .blog-sidebar.blog-right .tab-pane.post-tags ul li , .blog-section-main .blog-sidebar.blog-right .filter-expand-link{
    padding:15px 0px;
    border-bottom:1px solid #b4c7d6;
}

.blog-section-main .blog-sidebar.blog-right .tabber-content .hs-rss-module.feedreader_box .hs-rss-item , .blog-section-main .blog-sidebar.blog-right .popular-posts ul li{
    padding:20px 0px;
    float:left;
    overflow:hidden;
    margin:0px;
    border-bottom:1px solid #b4c7d6;
}


.blog-section-main .blog-sidebar.blog-right .tabber-content {
    border:none;
    border-top: 2px solid #3c97e8;
    padding:4px 20px 24px;
}
.blog-section-main .blog-sidebar.blog-right .tabber-tabs {
    width:100%;
}
.blog-section-main .blog-sidebar.blog-right .tabber-tabs li {
    width:33.33%;
    text-align:center;
}
.rss-wrapper {
    background: #f4f4f4;
    margin-top: 20px;
}
.rss-interior {
    padding: 15px 20px;
}
.rss-wrapper h4 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}
.blog-section-main .post-item-left .hs-featured-image-wrapper {
    margin-right:15px;
}

.webinar h1 {
    color: #054477;
}
.webinar h2{
    font-weight: 500;
}
.webinar .content-block h3{
    font-weight: 400;
}
.webinar .section{
    padding: 0;
}
.blog-section-main.awards-section.webinar-blog-section .post-item-left .hs-featured-image-wrapper {
    margin-right:15px;
    width: 224px;
    height: 224px;
    border: 1px solid #054477;
    line-height: 220px;
    vertical-align: middle;
    padding: 0px;
    text-align:center;
}

@media (max-width:1300px){
    .blog-section-main.awards-section.webinar-blog-section .post-item-left .hs-featured-image-wrapper {
        width: 190px;
        height: 190px;
        line-height:190px;
    }
}

@media (max-width:1170px){
    .blog-section-main.awards-section.webinar-blog-section .post-item-left .hs-featured-image-wrapper {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }
}

@media (max-width:991px){
    .blog-section-main.awards-section.webinar-blog-section .post-item-left .hs-featured-image-wrapper {
        width: 224px;
        height: 224px;
        line-height: 224px;
    }
}

@media (max-width:860px){
    .blog-section-main.awards-section.webinar-blog-section .post-item-left .hs-featured-image-wrapper {
        width: 190px;
        height: 190px;
        line-height:190px;
    }
}

@media (max-width:734px){
    .blog-section-main.awards-section.webinar-blog-section .post-item-left .hs-featured-image-wrapper {
        width: 150px;
        height: 150px;
        line-height:150px;
    }
}

.blog-section-main .post-item-left .hs-featured-image-wrapper  img {
    width:100%;
    max-width:100%;
    height:auto;
    min-height:0px;
    object-fit:contain;
    margin:0px;
}

.blog-section-main .blog-sidebar.blog-right .popular-posts ul li img{
    float:left;
    max-width:35%;
    padding-right:10px;
}

.blog-section-main .blog-sidebar.blog-right .popular-posts ul li a{
    float:right;
    width:65%;
}

.blog-section-main .post-item-right {
    width:70%;
    float:right;
}

.blog-section-main .post-header h3 {
    font-size:22px;
    line-height:32px;
    color:#054477;
    font-weight:500;
    /*text-transform:uppercase;
    font-size:28px;
    line-height:38px;*/
}

.blog-section-main .page-header.section-header h1{
    font-size:18px;
    color:#fff;
    font-weight:500;
}
.blog-section-main .page-header.section-header h4{
    font-size:18px;
    color:#fff;
    text-transform: uppercase;
}
.blog-section-main .page-header.section-header p{
    font-size:14px;
    color:#fff;
    font-weight:300;
}

.blog-section-main  .form-widget {
    background-color: #054477;
    padding:20px 15px !important;
    margin-top:35px;
}
.blog-section-main  .form-widget .sidebar-subheader{
    color: #fff;
    margin-bottom: 7px;
}

.blog-section-main  .blog-pagination {
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 40px 0px;
    /*border-top: 1px solid #b4c7d6;*/
}

.blog-section-main  .blog-pagination a {
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #3c97e8;
    display: block;
    width: 49%;
    text-transform:uppercase;
    padding: 20px 0px;
}

.blog-section-main  .form-widget .widget-span {
    padding-bottom:0px;
}

.blog-section-main .stay-form form label {
    display:none;
}

.blog-section-main .stay-form form input {
    height:40px;
    border-radius:0px;
    border:none;
}

.blog-section-main .stay-form form  .actions input {
    height:40px;
    width:100%;
    border-radius:0px;
    border:none;
    color:#fff;
    background-color:#3c97e8;
}

.blog-section-main .post-header h3 a , .tabber-content .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-title , .blog-section-main .blog-sidebar.blog-right .popular-posts ul li a{
    color:#054477;
}

.blog-section-main .post-header h3 a:hover , .tabber-content .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-title:hover , .blog-section-main .blog-sidebar.blog-right .popular-posts ul li a:hover{
    color:#3c97e8;
    text-decoration:none;
}

.team-section {
    padding:4% 0px;
}

.team-section .wrapper {
    max-width:860px;
    margin:0px auto;
}
.team-hero.section {
    background-image:url('https://cdn2.hubspot.net/hubfs/1828513/Redeisgn%20images/bg-images/FSDF.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:left top;
}
.team-hero.section .section-heading h2, .team-hero.section .section-heading h1 {
    color:#fff;
}
.team-hero.section p {
    color:#fff;
}
.team-member {
    padding:45px 0px;
    border-bottom:1px solid rgba(5, 68, 119, 0.302);
    position:relative;
}
.team-member_left {
    float:left;
    width:35%;
    padding-right:45px;
}
.team-member_right {
    float:right;
    width:65%;
}

.team-section.team-blocks .wrapper{
    max-width:100%;
}
.team-blocks .team-member_left, .team-blocks .team-member_right{
    width:100%;
    padding:0px;
}
.team-blocks .team-member_left img {
    max-width:346px;
    object-fit: cover;
    object-position: top center;
    width:100%;
}
.team-blocks .team-member_right {
    padding: 15px;
}
.team-blocks .team-member {
    padding: 0px 0 50px 0;
    border-bottom: none;
    position: relative;
    margin:10px;
    height:100%;
}
.team-member-block {
    box-shadow:0px 0px 10px 0px rgba(15, 16, 15, 0.29);
    margin-bottom: 25px;
}

.management-row-wrap .row-number-1>.row-fluid{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display:flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
}

.management-row-wrap .flex-outer-wrapper .hs_cos_wrapper_widget_container{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display:flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
    width:100%;
}


.flex-outer-wrapper .hs_cos_wrapper{
    width: 31.623931624%;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-inline-flex;
    display: -webkit-inline-flex; 
    display:inline-flex;
}
.flex-outer-wrapper .hs_cos_wrapper:first-child, .flex-outer-wrapper .hs_cos_wrapper:nth-child(3n+1){
    margin-left: 0;
}

@media (min-width:1200px){
    .team-blocks .flex-outer-wrapper .hs_cos_wrapper_widget_container .hs_cos_wrapper{
        width:23%;
    }
    .team-blocks .flex-outer-wrapper .hs_cos_wrapper_widget_container .hs_cos_wrapper:nth-child(3n+1){
        margin-left: 2.564102564%;
    }
    .team-blocks .flex-outer-wrapper .hs_cos_wrapper_widget_container .hs_cos_wrapper:nth-child(4n+1){
        margin-left: 0;
    }
}

.flex-outer-wrapper .team-member-block{
    padding-top:8px;
}

h3.team-member-name {
    font-size: 22px;
    text-transform: capitalize;
    color: #054477;
    font-weight:500;
}

h5.team-member-title {
    color: #2d2926;
    font-size: 16px;
    min-height:82px;
}

p.team-member-social {
    position: absolute;
    top: 0px;
    right: 18px;
    margin:0px;
}

p.team-member-social .fa {
    color:#3c97e8;
}

@media (max-width:767px){
    .management-row-wrap{
        width:100% !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
    .team-member-block{
        width:100% !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
    .flex-outer-wrapper .hs_cos_wrapper{
        width:48%;
    }
    .flex-outer-wrapper .hs_cos_wrapper:nth-child(3n+1) {
        margin-left: 2.564102564%;
    }
    .flex-outer-wrapper .hs_cos_wrapper:nth-child(2n+1) {
        margin-left: 0%;
    }
}
@media (max-width:599px){
    .management-row-wrap{
        max-width:365px;
    }
    .team-member-block{
        width:100% !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
    .flex-outer-wrapper .hs_cos_wrapper{
        width:100%;
        margin-left:0;
    }
    .flex-outer-wrapper .hs_cos_wrapper:nth-child(3n+1) {
        margin-left: 0;
    }
    .flex-outer-wrapper .hs_cos_wrapper:nth-child(2n+1) {
        margin-left: 0;
    }
}

.lets-section {
    padding:20px 0px;
    background:#054477;
}

.lets-section h1, .lets-section p {
    color:#fff;
}

.blog .blog-sidebar.event-sidebar .widget-span {
    padding:0px;
}

.span12.widget-span.widget-type-cell.sidebar-box {
    padding:0px;
    border-bottom:1px solid rgba(5, 68, 119, 0.302);
    /*margin-bottom:20px;*/
    margin-bottom:0px;
}

.span12.widget-span.widget-type-cell.sidebar-box{
    text-align:center;
}
 
.span12.widget-span.widget-type-cell.sidebar-box a {
    /*box-sizing:border-box !important;
    padding:20px 15px !important;
    display:block !important;
    width:100% !important;
    min-height: 45px;
    font-size: 20px !important;
    font-weight:500;*/
    margin-bottom:27px;
    margin-left:auto;
    margin-right:auto;
    display:block !important;
}
.span12.widget-span.widget-type-cell.sidebar-box img {
    display:block;
    margin:0px auto 24px auto;
    max-width:80%;
}

.sidebar-box-container {
    background:#f4f4f4;
    /*margin-top:40px;*/
}

.span12.widget-span.widget-type-cell.sidebar-box-container {
    padding: 10px 20px;
}

.sidebar-box {
    padding: 0px;
    border-bottom: 1px solid rgba(5, 68, 119, 0.302);
    margin:15px 0px;
}

.inner-page-content.blog-section-main .inner-page-left {
    padding-right:40px;
}
.inner-page-content.blog-section-main.award-page .inner-page-left{
    padding-right:0px;
}

.inner-page-content.blog-section-main .inner-page-left img{
    margin:20px 0px;
}

.form-widget h1 {
    text-transform:uppercase;
}

.inner-page-content.blog-section-main .inner-page-left h2{
    font-size:28px;
    /*text-transform:uppercase;*/
    color:#054477;
    line-height:48px;
    font-weight:400;
    margin:20px 0px;
} 

.sidebar-box h3 {
    font-family: 'Roboto', sans-seriff;
    color: #3c97e8;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0px 20px;
    text-transform:uppercase;
    text-align:center;
}

.b-list {
    overflow: hidden;
    clear: both;
    
}

.b-list .b-img {
    float: left;
    max-width: 55px;
    width: 100%;
    line-height:34px;
}

.b-list .b-img img {
    max-width:28px !important;
    width: 100% !important;
    margin: 0px !important;
}

.b-list .b-text {
    float: left;
    width: calc(100% - 55px);
    margin-bottom: 15px;
}

.b-text h3, .accordion-section .job-title {
    font-size: 18px;
    color: #054477;
    font-weight: 500;
    line-height: 28px;
}

.b-text h3 a, .accordion-section .job-title {
    color: #054477;
}

/* Inner-page-Style */

.inner-page-hero {
    background-image: url('https://cdn2.hubspot.net/hubfs/1828513/Redeisgn%20images/bg-images/innerpage-bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    position:relative;
}
.inner-page-hero:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 0;
}
.inner-page-hero .row-fluid-wrapper {
    position: relative;
    z-index: 1;
}

.inner-page-hero h2 {
    color:#fff;
}

.inner-page-hero p {
    color:#fff;
    font-size:18px;
}

.sidebar-box-container .sidebar-box .sidebar-text {
    margin:10px 0px;
}

.sidebar-box-container .sidebar-box img {
    display:block;
    margin:10px auto;
    float:none;
}
.section.protect-section  {
    padding-bottom:50px;
}
.sidebar-box-container .sidebar-box  a {
    /*display:block;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 10px;
    background-color: #3c97e8;
    text-align: center;
    font-size: 18px;
    font-weight: 500;*/
}


/* Case Studies Page Styles */

.blog-section-main.case-studies .post-item-left {
    width:30%;
}

.blog-section-main.case-studies .post-item-right {
    width:70%;
}

.blog-section-main.case-studies.all-blogs .post-item-left {
    max-width:104px;
    width:100%;
}
.blog-section-main.case-studies.all-blogs .post-item-right {
    width:-webkit-calc(100% - 120px);
    width:-moz-calc(100% - 120px);
    width:-ms-calc(100% - 120px);
    width:-o-calc(100% - 120px);
    width:calc(100% - 120px);
}

.blog-section-main.case-studies .post-header h3 {
    line-height:32px;
    color:#054477;
    margin-bottom:0px;
}

.blog-section-main.case-studies p.dcasestudy a, .blog-section-main.whitepaper-content p.dcasestudy a, .blog-section-main.datasheet-content p.dcasestudy a, .webinar p.dcasestudy a{
    color: #3c97e8;
    font-size: 12px;
    font-weight: 500;
    text-transform:uppercase;
}

.blog-section-main.case-studies  .blog-pagination a {
    width:100%;
}

/* Download Page Style */

/* ======== contact page style =========*/
.section-background {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
.inner-page-hero.section-background {
    background-position:top center;
}
.inner-page-hero.section-background:before{
    display:none;
}
.contact-section .banner-section {
    margin-bottom: 60px;
}
.banner-title{
    color:#fff;
    font-size:48px;
    font-family:'Rubik', sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    margin:0px;
}
.banner-section p{
    font-size:18px;
    color:#fff;
}
.section.contact-section{
    padding-top:80px;
    padding-bottom:80px;
}
.contact-form {
    width:100%;
    background-color:rgba(0,0,0,0.7);
    padding:20px;
}

@media (min-width:1200px) and (max-width:1340px){
    .contact-form{
        /*padding-right:45px;*/
    }
}
  
@media (min-width:1341px) and (max-width:1400px){
    .contact-form{
        padding-right:25px;
    }
  
}
@media (max-width:480px){
  .contact-us form .hs-form-field .hs-input{width: 100% !important}
  .contact-form .form-columns-2 .hs-form-field{padding-right: 0px !important}
}
.contact-form label{
    display: none;
}
.contact-form h3.form-title {color: #fff}
.contact-form .input input, .contact-form .input select{
    border:none;
    border-radius:0px;
    height:51px;
    color:rgba(45,41,38,0.7);
    font-size:18px;
    font-family:'Rubik', sans-serif;
    font-weight:300;
    box-shadow:none;
}
.contact-form .input textarea{
    border:none;
    border-radius:0px;
    color:rgba(45,41,38,0.7);
    font-size:18px;
    font-family:'Rubik', sans-serif;
    font-weight:300;
}
.contact-form .input input{
    -webkit-appearance:none;
    appearance:none;
}

.download-form .contact-form .input input[type="checkbox" i] {
    height: 14px;
}
.contact-form .input input:focus, .contact-form .input select:focus{
    box-shadow:0 0 0 3px #3c97e8 inset;
}
.contact-form .input input.error, .contact-form .input select.error{
    box-shadow:0 0 0 3px #ff0000 inset;
}
.contact-form .hs-form-field{
    margin-bottom:30px;
}
body .contact-form form.hs-form fieldset .hs-form-field{
    padding-right:20px;
}
body .contact-form form.hs-form fieldset .hs_company.hs-form-field {
/*     padding-right: 20px !important; */
}

@media (max-width:400px){
    body form.hs-form fieldset .hs-form-field, body .contact-form form.hs-form fieldset .hs_company.hs-form-field{
        padding:0px !important;
    }
}

body .contact-form form.hs-form fieldset .hs-form-field + .hs-form-field {
    padding-right:0px;
}
body .contact-form form.hs-form fieldset .hs_vertical.hs-form-field, body .contact-form form.hs-form fieldset .hs_what_is_the_intent_of_your_inquiry_.hs-form-field,
body .contact-form form.hs-form fieldset .hs_company.hs-form-field, body .contact-form form.hs-form fieldset .hs_which_department_, body .contact-form .hs_message.field.hs-form-field {
    padding-right: 0px;
}

.contact-form .actions input[type="submit"], .hbspt-form .actions input[type="submit"], .password-page .hs-button.primary, body input[type="submit"], .landing-page-thank-you .landing-page-sidebar .hs-button.primary{
    background-color:#3c97e8;
    font-size:20px;
    color:#fff;
    font-family:'Rubik', sans-serif;
    font-weight:500;
    width:100%;
    border:none;
    border-radius:0px;
    min-height:51px;
    text-transform:uppercase;
    white-space: normal;
}
.contact-form .actions input[type="submit"]{background-color:#054477;}
.contact-form .actions input[type="submit"]:focus{
    background-color:#354450;
}
.contact-content-section {
    margin: 0px !important;
}
.small-contact-heading h4{
    font-size:20px;
    font-family:'Rubik', sans-serif;
    font-weight:400;
    color:#000;
    text-transform:uppercase;
    margin-bottom:30px;
    line-height:normal;
}
.contact-details ul{
    margin:0;
    padding:0;
    list-style:none;
}
.contact-details ul li, .contact-details address{
    font-size:16px;
    color:#000;
    font-family:'Rubik', sans-serif;
    font-weight:400;
    line-height:normal;
}
.contact-details ul li{
    margin-bottom:15px;
}
.contact-details ul li:last-child{
    margin-bottom:0px;
}
.contact-details ul li:before{
    display:none;
}
.contact-details ul li a{
    font-size:16px;
    color:#67b7ff;
    font-family:'Rubik', sans-serif;
    font-weight:300;
    text-decoration:underline;
}
.horizontal-spacer-contact{
    background-color:#fff;
    visibility:visible;
    margin-top:30px;
    margin-bottom:30px;
    height:1px;
    opacity:0.3;
    display:block;
}
.contact-details ul li span, .contact-details address span{
    display:block;
}
.contact-details address{
    font-size:14px;
    font-style:normal;
    margin-bottom:20px;
}
.contact-details address span{
    font-size:16px;
    font-weight:500;
    margin-bottom:15px;
}
.contact-form .hs-error-msgs{
    margin:0px;
    display:inline-block;
}
.contact-form .hs-error-msgs label {
    display: block;
    background-color:#ff0000;
    color:#fff;
    font-size:13px;
    font-weight:400;
    font-family:'Rubik', sans-serif;
    display:inline-block;
    padding:3px 5px;
    border-radius:3px;
    text-align:center;
    position:absolute;
    margin-left:10px;
    margin-top:-5px;
}
.contact-form .hs-error-msgs label:after {
	bottom: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 0, 0, 0);
	border-bottom-color: #ff0000;
	border-width: 8px;
	margin-left: -10px;
}
.blog-section-main .stay-form form .actions input{font-size: 18px;}
.contact-form .legal-consent-container, .stay-form .legal-consent-container{color: #fff;}
.stay-form .legal-consent-container a, .contact-form .legal-consent-container a {color: #fff; text-decoration: underline;}
/*==== breadcrumb css ========*/
.breadcrumb-section{
    padding:25px 0px;
}

body.blog .breadcrumb-section {
    padding: 0px; 
}
.download-section{background-color:#fff;}
/*.download-section{
    background-color:#f4f4f4;
}*/
.content-block{
    margin:0px;
}

.download-content .content-block h1 {
    font-family: 'Roboto', sans-seriff;
    font-weight: 400;
    line-height: 1.25em;
    color: #054477;
}

.content-block h3{
    color:#054477;
    font-size:35px;
    font-family:'Rubik', sans-serif;
    font-weight:500;
    line-height:40px;
    margin-bottom:20px;
    text-transform:uppercase;
}
.content-block h5{
    margin-bottom:30px;
}
.content-block h5, .content-block p{
    font-size:16px;
    color:#2d2926;
    font-weight:300;
    margin-top:0px;
    font-family:'Rubik', sans-serif;
}
.content-block p{
    margin-bottom:20px;
}
.content-block ul li{
    list-style:square;
    margin-bottom:5px;
    color:#2d2926;
    font-family:'Rubik', sans-serif;
    font-weight:300;
}
.content-block ul li:before{
    display:none;
}
.download-form{
    background-color:#054477;
    padding:30px 25px 35px;
    color:#fff;
}
.download-form label.hs-form-checkbox-display {
    color: #fff;
}
.download-inner-wrapper{
    max-width:1180px;
    width:100% !important;
    margin:0 auto !important;
    float:none !important;
}
.download-form .contact-form .hs-form-field {
    margin-bottom: 20px;
}
.download-form .contact-form .input input, .download-form .contact-form .input select{
    font-size:14px;
    height:37px;
}
body .download-form .contact-form form.hs-form fieldset .hs-form-field {
    padding-right: 10px;
}
.download-form h3{
    font-size:24px;
    font-weight:500;
    text-transform:uppercase;
    margin:0px 0 5px 0;
    text-align:center;
}

.download-form .hs_cos_wrapper_type_text{
    font-size:14px;
    font-weight:300;
    line-height:normal;
    margin-bottom:25px;
    display:block;
}

.download-section.section {
    padding: 60px 0px;
    margin-bottom:0px;
}

.download-content {
    padding-top:30px;
}
/* BLOG POST Sidebar */
.social-media-module-container {
    margin-bottom: 20px;
}
.hs-blog-post .social-sharing-module{
    display: inline;
    padding-left: 0px;
}
.social-sharing-module, .blog-sidebar ul{
    padding-left: 0px;
}
.social-sharing-module li {
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
}
.social-sharing-module li a img {
    padding: 0px;
    width: 45px;
}
.webinar .download-form, .blog .download-form{
    background-color: #f4f4f4;
}
.webinar .contact-form .blog .contact-form{
    background-color: #0098ef;
}
.contact-form{background-color: #3c97e8 !important;}

.webinar .contact-form .actions input[type="submit"], .blog .contact-form .actions input[type="submit"]{
    background-color: #01345e;
}
.webinar .download-form h3, .blog .download-form h3{
    color: #0098ef;
    font-weight: 600;
}

.sidebar-descriptive-text{
    color: #666;
}
.webinar-single-post .hs_submit, .blog .hs-submit  {
    margin: 0px -20px -20px;
    background: #f4f4f4;
}
.hs-blog-id-5199665884 .hs_submit{
    margin: 0px -40px -20px;
}
.lets-section {
    margin-bottom:30px;
}
.lets-section h1 {
    font-size:28px;
    line-height:38px;
}

.blog-section .topic-link {
    color:#3c97e8;
}

.blog-section #hubspot-author_data {
    font-size:16px;
}

.blog-section-main .blog-sidebar.blog-right .popular-posts ul li {
    width:100%;
}


.media-box {
    padding-right:20px !important;
}
.media-box h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.media-box p {
    color:#fff;
}

.media-box a {
    color:#fff;
}
.media-box a:hover {
    text-decoration:underline;
    color:#73bdff;
}

/* Press-Realeases-Page  */

.blog-hero-section.press-hero {
    background-image:url('https://cdn2.hubspot.net/hubfs/1828513/Redeisgn%20images/bg-images/fef.png');
}

.eventyear {
    font-size: 24px;
    color: #054477;
    font-weight: 400;
    padding-bottom:15px;
    border-bottom:1px solid #b4c7d6;
    text-transform:uppercase;
}
.press-blog-section.blog-section-main .post-header h3 {
    font-size:22px;
    line-height:32px;
}

.press-blog-section.blog-section-main.all-blogs .post-header h3{
    line-height:1.1;
    margin-bottom:10px;
}

.all-blogs .post-body {
    font-weight:300;
}

.press-blog-section.blog-section-main.all-blogs .post-header h3:first-child{
    font-size:18px;
    font-weight:300;
    line-height:1;
    margin-bottom:8px;
}

.press-blog-section.blog-section-main .blog-left .post-item {
    border-top:none;
    border-bottom: 1px solid #b4c7d6;
}
.press-blog-section.blog-section-main .blog-left .post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.press-blog-section.blog-section-main.all-blogs .blog-left .post-item:first-child{
    border-top: 1px solid #b4c7d6;
}
.press-blog-section.blog-section-main .post-item-left .hs-featured-image-wrapper  img {
    min-height:0px;
}
.blog-section-main.awards-section.webinar-blog-section .post-item-left .hs-featured-image-wrapper  img {
    vertical-align: middle;
    display: inline-block;
    float: none;
    max-width:95%;
}

.blog .blog-sidebar .widget-span {
    padding:0px;
}

.press-blog-section.blog-section-main .blog-pagination {
    border-top:none;
    padding:20px 0px;
}

.press-blog-section.blog-section-main .blog-pagination .next-posts-link {
    width:100%;
}
.media-contact {
    background: #054477;
    text-align: center;
    padding: 25px 0px;
    color: #fff;
    margin:30px 0px;
}

.media-contact h2 {
    font-size:24px;
    line-height:34px;
    text-transform:uppercase;
    font-weight:500;
    margin-bottom:15px;
}

.media-contact a {
    color:#fff;
}

.media-contact a:hover {
    color:#73bdff;
    text-decoration:underline;
}
/* Social Sharing */
/*
.hs-blog-post .social-sharing-module{
    display: table
}
.social-sharing-module {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
}
.blog-sidebar .social-sharing-module, .landing-page-sidebar .social-sharing-module{
    padding-left: 0px;
    margin-bottom: 1em;
    height: 80px;
    background-color: #f4f4f4;
    width: 100%;
} 
.social-sharing-module li{
    display: table-cell;
    vertical-align: middle;
}
.social-sharing-module li a img{
    padding: 10px;
    width: 100%;
}
*/
/* Case-Page-style */

.blog-hero-section.case-hero {
    background-image:url('https://cdn2.hubspot.net/hubfs/1828513/Redeisgn%20images/bg-images/we.png');
}

/* Resource-Page-style */

.blog-hero-section.resource-hero {
    background-image:url('https://cdn2.hubspot.net/hubfs/1828513/social-suggested-images/resource-hero-bg1.jpg');
}


/* Event-Page-style */

.blog-hero-section.event-hero {
    background-image:url('https://cdn2.hubspot.net/hubfs/1828513/Redeisgn%20images/bg-images/saf-1.png');
}

.press-blog-section.blog-section-main .blog-pagination.event-pagination .next-posts-link, 
.press-blog-section.blog-section-main.webinar-blog-section .blog-pagination .next-posts-link {
    width:49%;
}

/* Webinar-Page-style */
.presenter-info-container {
    display: inline-block;
    width: 100%;
}
.webinars.blog-hero-section {
    background-image: url('https://cdn2.hubspot.net/hubfs/1828513/Redeisgn%20images/bg-images/webinar-bg.png');

}

.left-sidebar-webinar {
    margin-bottom:40px;
}

.hs-playbutton-wrapper a {
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #3c97e8;
    display: block;
    /* width: 49%; */
    padding: 15px 0px;
    margin-right: 15px;
}


/* In The News */

.blog-hero-section.news-hero {
    background-image: url('https://cdn2.hubspot.net/hubfs/1828513/Redeisgn%20images/bg-images/news-hero-bg.png');
}

a.innewsemail {
    color: #73bdff;
    text-decoration: none;
    font-size: 14px;
}

.blog-section-main .post-header h3 a {
    color: #054477 !important;
    font-weight:400;
}

.blog-section-main .post-header h3 a:hover {
    color:#3c97e8 !important;
}


.news-blog-section .post-header  p.hubspot-editable {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0px;
    font-weight: 400;
    color: #2d2926;
}

.news-blog-section.press-blog-section.blog-section-main .post-header h3 {
    margin-bottom:0px;
}

.news-blog-section .span12.widget-span.widget-type-raw_html.iframe-container {
    position: relative;
    height: 800px;
    margin-top:20px;
}
.news-blog-section.press-blog-section.blog-section-main .blog-pagination .next-posts-link {
        width:49%;
}
.news-blog-section iframe#twitter-widget-0 {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}

/* Awards-Page */

.blog-hero-section.awards-hero {
    background-image: url('https://cdn2.hubspot.net/hubfs/1828513/Redeisgn%20images/bg-images/ba.jpg');
}

.awards-section.blog-section-main  .post-item-right h3 {
    position:relative;
    padding-left:20px;
}

@media (max-width:767px){
    .press-blog-section.blog-section-main .post-header h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .awards-section.blog-section-main  .post-item-right h3{
        padding-left:0px;
    }
}

.awards-section.blog-section-main  .post-item-right h3:before {
    content:url('https://cdn2.hubspot.net/hubfs/1828513/Redeisgn%20images/bg-images/Untitled-2.png');
    position:absolute;
    top:5px;
    left:0px;
    display:none;
}


/* Override Style */

body.blog .body-container-wrapper {
    padding-top:90px;
}

.next-btn-cta .cta_button, .inner-page-left .next-btn-cta .cta_button, .inner-page-left .cta_button {
    display:block !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    -webkit-transition: opacity 0s;
    -webkit-box-shadow: 5px 5px 4px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 4px -5px rgba(0,0,0,0.5);
    -ms-box-shadow: 5px 5px 4px -5px rgba(0,0,0,0.5);
    -o-box-shadow: 5px 5px 4px -5px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 4px -5px rgba(0,0,0,0.5);
}

.hidden {
    display:none !important;
}

.footer-link.contact-us.footer-link-list p span, .footer-link.contact-us.footer-link-list p a, .footer-link.contact-us.footer-link-list p a{
    color: #a5a5a5 !important;
}
.footer-link.contact-us.footer-link-list p a:hover, .footer-link.contact-us.footer-link-list p a:focus, .footer-link.contact-us.footer-link-list p a:hover span, .footer-link.contact-us.footer-link-list p a:focus span{
    color: #3c97e8 !important;
    text-decoration:none;
}

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

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        padding:10px 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header a.mobile-menu {
        display:block;
    }
    .mean-container .mean-bar {
        position:fixed !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        position:static;
        opacity:1;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children >ul.hs-menu-children-wrapper , ul.hs-menu-children-wrapper{
        background:rgba(255,255,255,.2);
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper li {
        padding:0px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
        overflow:hidden;
        margin-bottom:0px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
        color:#fff !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after {
        display:none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
        display: block;
        width: 90% !important;
        padding: 0.9em 5%;
        color: #fff !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
        margin-bottom: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        background:rgba(255,255,255,.2);
        top:5px !important;
    }
    
    .site-header .site-nav ul {
        display:none;
    }
    
    .site-header .header-menu-cta-wrapper {
        right:80px;
    }
    
    .hero-section .custom-section .bg-text {
        margin:2% 0px;
    }
    
    .offer-section .span3.widget-span.widget-type-custom_widget {
        width: 46%;
        float: left;
        margin: 0px 2%;
    }
    .offer-section .span3.widget-span.widget-type-custom_widget:nth-child(odd){
        clear:both;
    }
    .offer-section .span3.widget-span.widget-type-custom_widget .bp-module {
        margin:50px 0px 0px;
    }
    .contact-content-section{
        padding-left:5%;
    }
    /*.team-section {
        padding:90px 0px;
    }*/
    .team-section .wrapper {
        max-width:100%;
    }
}

@media only screen and (max-width: 991px) {
    .hero-section .custom-section .bg-text {
        max-width: 100%;
        text-align: center;
        margin: 2% 0px 55%;
    }
    
    /*.hero-section .custom-section:before {
        width:60%;
        max-width:100%;
        right:0;
        left:0;
        margin:auto;
        background-position: center bottom;
        background-size: 100%;
    }*/
    
    .hero-section .custom-section:before {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        transform: scale(0.8);
        bottom: -59px;
    }
    
    .hero-section .custom-section .bg-text h1 ,
    .section-heading h2,
    .section-heading h1,
    .custom-section .bg-text h2, 
    .video-text p, .banner-title{
        font-size:38px;
        line-height:48px;
    }
    
    .hero-section .custom-section .bg-text  p, 
    .custom-section .bg-text p {
        font-size:22px;
        line-height:32px;
    }
    
    .custom-section .bg-text p {
        margin-bottom:55px;
    }
    
    .section.protect-section {
        /*padding-bottom:0px;*/
    }
    
    a.ply-btn {
        width:100px;
        height:100px;
    }
    
    .bp-content h3 {
        margin-bottom:20px;
    }
    
    .logo-section {
        padding:60px 0 40px;
        margin:0px;
    }
    
    .logo-section  .span2.widget-span.widget-type-linked_image {
        width:30.33%;
        margin:4% 1.5%;
        float:left;
    }
    .logo-section  .span2.widget-span.widget-type-linked_image:nth-child(3n+1) {
         clear:both;
    }
    .bar-section .custom-section .bg-section {
        padding:35px 0px;
    }
    
    a.ply-btn  {
        width:100px;
        height:100px;
    }

    .footer-container .row-fluid {
    	display:-webkit-box;
    	display:-ms-flexbox;
    	display:flex;
    	-ms-flex-wrap:wrap;
    	    flex-wrap:wrap;
    }
    
    .footer-container .row-fluid .footer-link-list {
    	width: 33% !important;
    	-webkit-box-ordinal-group: 2;
    	    -ms-flex-order: 1;
    	        order: 1;
    }
    
    
    .footer-container .row-fluid .footer-link-list.partner-links {
    	-webkit-box-ordinal-group: 3;
    	    -ms-flex-order: 2;
    	        order: 2;
    }
    
    .download-inner-wrapper .download-content,
    .download-inner-wrapper .download-form, .download-inner-wrapper .download-form .contact-form {
        width:100%;
        margin:0px;
        max-width:100%;
    }
    
    .download-inner-wrapper .download-form  {
        text-align:center;
    }
    
    .download-inner-wrapper .download-content {
        margin-bottom:30px;
    }
    
    .media-box {
        text-align:center;
    }
     .media-box br {
         display:none;
     }
    .contact-wrapper {
        display: block;
        float: none !important;
        margin: 0px auto 30px !important;
        max-width: 580px !important;
        width: 100% !important;
        padding: 0px;
    }
    .team-hero.section {
        background-position:center center;
    }
    
    .blog-section-main  .sidebar {
        width:100%;
        margin:0px;
    }
    
    .blog-section-main  .sidebar .sidebar-box-container>.row-fluid-wrapper , .blog-section-main .blog-sidebar.blog-right .sidebar-box-container>.row-fluid-wrapper{
        width:48% !important;
        margin:0px 1% !important;
        float:left !important;
    }
    .span12.widget-span.widget-type-cell.sidebar-box{
        border-bottom:none;
        margin-top: 0;
        margin-bottom:15px;
    }
    .sidebar-box h3{
        margin-top:20px;
        font-size:18px;
    }
    
    .span12.widget-span.widget-type-cell.sidebar-box img{
        max-width:170px;
    }
    
    .blog-section-main.case-studies .blog-sidebar.blog-right.event-sidebar .sidebar-box-container .row-fluid-wrapper {
        width:48% !important;
    }
    
    .blog-section-main .blog-sidebar.blog-right .sidebar-box-container>.row-fluid-wrapper.row-depth-2:nth-child(3) {
        clear: both;
    }
    
    .blog-section-main .blog-sidebar.blog-right .sidebar-box-container .row-fluid-wrapper .sidebar-box .row-fluid-wrapper {
        width:100% !important;
        margin:0px !important;
    }
    
    .sidebar-box-container {
        background: #fff;
        overflow: hidden;
        padding: 20px 0px;
    }
    
   .blog-section-main .blog-sidebar.blog-right .span12.widget-span.widget-type-cell.sidebar-box {
        padding:10px 20px;
        border-bottom:none;
    }
    
    .inner-page-content.blog-section-main .inner-page-left {
        width:100%;
        padding:0px;
        margin:0px;
    }
    .span12.widget-span.widget-type-cell.sidebar-box-container {
        padding:30px 0px;
    }
    .sidebar-box {
        border-bottom:none;
        text-align:center;
        padding:30px 20px;
        background-color:#f4f4f4;
    }
    
    .inner-page-content.blog-section-main {
        position:relative;
        padding-bottom:150px;
    }
    .hs-content-id-5284966259 .inner-page-content.blog-section-main {
        padding-bottom:50px;
    }
    
    .next-btn-cta {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        max-width: 90%;
        margin: auto !important;
        float:none !important;
    }
    
    .blog-section-main.press-blog-section  {
        position:relative;
        padding-bottom:150px;
    }
    .inner-page-content.blog-section-main .inner-page-left h2 {
        font-family: 'Roboto', sans-seriff;
        font-size:32px;
        line-height:42px;
    }
    .blog-content.blog-left, .blog-sidebar.blog-right {
        width:100%;
        padding:0px;
        margin:0px;
    }
    .press-blog-section.blog-section-main .blog-pagination {
        position:absolute;
        bottom:50px;
        left:0;
        right:0;
        margin:auto;
        width:90%;
    }
    .media-contact {
        display:none;
    }
    .span12.widget-span.widget-type-cell.sidebar-box a {
        font-size:16px !important;
        line-height:26px !important;
        width: 90%;
        box-sizing: border-box !important;
        margin-bottom:15px;
    }
    .span12.widget-span.widget-type-cell.sidebar-box a span {
        font-size:16px !important;
    }
    .press-blog-section.blog-section-main .blog-pagination a {
        font-size:16px;
    }
    .iframe-container {
        display:none;
    }
    
}

@media only screen and (max-width:768px) {
    body.blog .body-container-wrapper {
        padding-top:0px;
    }
    .site-header .site-logo {
        position:absolute;
        top:0px;
        z-index:999999;
    }
    
    .mean-container .mean-bar {
        position:absolute !important;
    }

}

@media only screen and (max-width: 767px) {
    .site-header .header-menu-cta-wrapper {
        display:none;
    }
    
    .hero-section .custom-section .bg-text {
        /*max-width:50%;
        text-align:left;*/
        margin:2% 0 40%;
    }
    
    .hero-section .custom-section .bg-text h1, .section-heading h2, .section-heading h1, .video-text p, .banner-title{
        /*font-size:32px;*/
        font-size:29px;
        line-height:42px;
    }
    
    .hero-section .custom-section .bg-text  p {
        font-size:18px;
        line-height:28px;
        margin:10px 0px;
    }
    
    .bp-module, .offer-section .span3.widget-span.widget-type-custom_widget .bp-module {
        margin:10px 0px;
    }
    
    .patents-section .custom-section .bg-text {
        max-width:62%;
    }
    
    .custom-section .bg-text p {
        font-size:18px;
        line-height:28px;
    }
    .hero-section .custom-section:before {
        left:auto;
    }
    
    .section.protect-section {
        padding-top:50px;
        padding-bottom:50px;
    }
    
    .team-member-name, .team-member-title {
        text-align: left;
    }
    
    .banner-section p {
        font-size:16px;
    }
    
    p.team-member-social {
        display:none;
    }
    .bp-content h3 {
        font-size:20px;
        line-height:30px;
    }
    .protect-section .span6.widget-span.widget-type-custom_widget {
        width:50%;
        float:left;
    }
    
    .team-member_left {
        padding-right:20px;
    }
    .patents-section .custom-section .bg-text h2 {
        font-size:32px;
        line-height:42px;
    }
    .logo-section .span2.widget-span.widget-type-linked_image {
        padding:4%;
    }
    .feature-section.section {
        padding:50px 0px 0px;
    }
    .bar-section .custom-section .bg-section {
        padding:15px 0px;
    }
    
    a.ply-btn{
        width:80px;
        height:80px;
    }
    
    a.ply-btn:before{
        border-top: 20px solid transparent;
        border-left: 30px solid #fff;
        border-bottom: 20px solid transparent;
    }
    
    .footer-container .row-fluid .footer-link-list {
    	width: 33% !important;
    	-webkit-box-ordinal-group: 2;
    	    -ms-flex-order: 1;
    	        order: 1;
    }
    
    .footer-container .row-fluid .footer-link-list.partner-links, .footer-container .row-fluid .footer-link-list.solution-links  {
    	-webkit-box-ordinal-group: 3;
    	    -ms-flex-order: 2;
    	        order: 2;
    }
    
    .site-footer .footer-link ul li:first-child a , .site-footer .contact-us h4 a{
        font-size:16px !important;
    }
    .site-footer .footer-link ul li a {
        font-size:13px !important;
        line-height:15px;
        white-space:normal;
    }
    .download-inner-wrapper .download-content .image-block {
        width:40% !important;
        float:left;
        margin:0px;
    }
    .download-inner-wrapper .download-content .content-block {
         width:60% !important;
         float:left;
         margin:0px;
         padding-left:20px;
     }
    .content-block h3 {
         font-size:30px !important;
         line-height:40px !important;
    }
    .contact-details {
        width:50% !important;
        float:left !important;
        margin:0px !important;
    }
    
    .lets-section h1 {
        font-size:24px;
        line-height:34px;
    }
    
    .blog-section-main .sidebar .sidebar-box-container .row-fluid-wrapper ,  .blog-section-main .blog-sidebar.blog-right .sidebar-box-container .row-fluid-wrapper ,.blog-section-main.case-studies .blog-sidebar.blog-right.event-sidebar .sidebar-box-container .row-fluid-wrapper  {
        width: 100% !important;
        margin: 0px !important;
        float: none !important;
    }
    
    .inner-page-content.blog-section-main .inner-page-left h2 {
        font-size:28px;
        line-height:38px;
    }
    
    .blog-section-main .post-header h3 {
        font-size:24px;
        line-height:34px;
    }
    
    .media-box h2 {
        font-size:22px;
        line-height:32px;
    }
    .blog-section-main .blog-sidebar.blog-right .span12.widget-span.widget-type-cell.sidebar-box {
        padding:0px 20px;
    }
    /*.blog-section-main .blog-sidebar.blog-right .row-fluid-wrapper.row-depth-2:last-child .sidebar-box, .sidebar-box-container .row-fluid-wrapper:last-child .span12.widget-span.widget-type-cell.sidebar-box {
        padding-bottom: 14px !important;
    }*/
    .span12.widget-span.widget-type-cell.sidebar-box a{
        margin-bottom:15px;
    }
    .span12.widget-span.widget-type-cell.sidebar-box-container {
        padding: 0px 0px 30px;
    }
    .blog-section-main.press-blog-section{
        padding-bottom:50px;
    }
}

@media only screen and (max-width: 539px) {
    
    .hero-section .custom-section .bg-text {
        max-width:100%;
        margin:2% 0px 75%;
        text-align:center;
    }
    
    .site-btn {
        display:block;
        font-size:16px;
    }
    
    .hero-section .custom-section .bg-text  p {
        font-size:18px;
        line-height:28px;
        margin:10px 0px;
        
    }
    .patents-section .custom-section .bg-text h2 {
        font-size:30px;
        line-height:40px;
    }
    
    .custom-section .bg-text p {
        margin-bottom:30px;
    }
    
    .hero-section .custom-section:before {
        left:0;
    }
    
    .patents-section .custom-section .bg-text {
        max-width:100%;
    }
    
    .patents-section .custom-section .bg-section {
        background-image:url('https://cdn2.hubspot.net/hubfs/1828513/Redeisgn%20images/mobile-bg.png') !important;
        background-position: center top !important;
        padding: 130px 0px 20px;
    }
    
    .protect-section .span6.widget-span.widget-type-custom_widget, 
    .offer-section .span3.widget-span.widget-type-custom_widget {
        width:100%;
        float:left;
        margin:0px;
    }
    
    .logo-section .span2.widget-span.widget-type-linked_image {
        width: 48%;
        margin:1%;
        padding:4%;
        float:left;
    }
    
    .logo-section  .span2.widget-span.widget-type-linked_image:nth-child(3n+1) {
        float:left;
        clear:none;
    }
    
    .logo-section .span2.widget-span.widget-type-linked_image:nth-child(2n+1){
        clear:both;
    }
    
    .bar-section .custom-section .bg-section {
        padding:5px 0px;
    }

    .footer-container .row-fluid .footer-link-list {
    	width: 49% !important;
    	-webkit-box-ordinal-group: 2;
    	    -ms-flex-order: 1;
    	        order: 1;
    	 clear:none;
    }
    
    .footer-container .row-fluid .footer-link-list.resource-links  {
	   -webkit-box-ordinal-group: 4;
	       -ms-flex-order: 3;
	                order: 3;
    }
    
    .download-inner-wrapper .download-content .image-block {
         text-align:center;
    }
    
    .download-inner-wrapper .download-content .image-block, .download-inner-wrapper .download-content .content-block {
        width:100% !important;
        float:left;
        margin:0px;
    }
    
    .contact-details address {
        padding-right:10px;
    }
    
    .footer-link.contact-us.footer-link-list p {
        font-size:14px;
    }
    
    .inner-page-content.blog-section-main {
        padding-bottom:100px;
    }
    .team-member_left,  .team-member_right {
        width:100%;
        padding:0px;
        margin:5px 0px;
    }
    
    .hs-form-b2ca6b49-4449-4a98-ab55-6e0a003bcdab_e0e9869d-d1bd-44e8-a610-6b7a9baf68aa fieldset.form-columns-2 .hs-form-field {
        width: 50% !important;
        float: left !important;
    }
    
    .blog-section-main .post-item-left {
        display:none;
    }
    
    .press-blog-section.blog-section-main .post-item-left {
        display:block;
        width:100%;
        margin:5px 0px;
    }
    
    .blog-section-main .post-item-right {
        width:100%;
        margin:5px 0px;
    }
    .blog-section-main .post-item-left .hs-featured-image-wrapper {
        margin:0px;
    }
    
    .press-blog-section.blog-section-main .post-item-right {
        width:100%;
        margin:5px 0px;
    }
    
    .press-blog-section.blog-section-main .blog-pagination a {
        width:100% !important;
        margin:10px 0px;
    }
    
    .event-blog-content.press-blog-section.blog-section-main .post-item-left ,
    .event-blog-content.press-blog-section.blog-section-main .post-item-right,
    .blog-section-main.case-studies .post-item-left,
    .blog-section-main.case-studies .post-item-right {
        display:block;
        width:100%;
        margin:5px 0px;
    }
    
    .event-blog-content.press-blog-section.blog-section-main .blog-pagination , 
    .webinar-blog-section.press-blog-section.blog-section-main .blog-pagination,
    .news-blog-section.press-blog-section.blog-section-main .blog-pagination{
        bottom:0px;
    }
    
    .webinar-blog-section.blog-section-main.press-blog-section , .news-blog-section.press-blog-section.blog-section-main{
        padding-bottom:200px;
    }
    
}

.blog-left, .inner-page-left {
    max-width: 805px;
}
.blog-right, .sidebar {
    max-width: 304px;
    float: right !important;
}


.bdm-landing-page .form-container {
  background-color: #054477;
  padding: 20px 30px 30px;
  color: #fff
}
.bdm-landing-page .form-container .primary, .bdm-landing-page .form-container .primary:hover{
  background-color:#3c97e8;
  color: #fff;
  font-size: 18px
}

@media (max-width:991px){
    .blog-right, .sidebar{
        max-width:100%;
    }
}

@media (max-width:1366px){
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li>a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
    }
}

@media (max-width:1280px){
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:767px){
    .blog-sidebar.blog-right {
        margin-top: 25px;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        display: block;
    }
}

@media (max-width:568px){
    .blog-section-main .post-item-left .hs-featured-image-wrapper  img{
        display:block;
        max-width: 312px;
        margin: 0 auto;
    }
}


select.filters-select {
    border: 1px solid #a0b8cb;
    box-shadow: none;
    border-radius: 0px;
    max-width: 265px;
    height:37px;
}

body .filter-nav select:focus{
    -webkit-box-shadow: 0.07px 0.998px 10px 0px rgba(0, 0, 0, 0.16) !important;
    -moz-box-shadow: 0.07px 0.998px 10px 0px rgba(0, 0, 0, 0.16) !important;
    -ms-box-shadow: 0.07px 0.998px 10px 0px rgba(0, 0, 0, 0.16) !important;
    -o-box-shadow: 0.07px 0.998px 10px 0px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0.07px 0.998px 10px 0px rgba(0, 0, 0, 0.16) !important;
}

select.filters-select option{
    color:#054477;
    font-size:14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

.filters-section .filter-nav{
    text-align:center;
    width:100%;
    padding-bottom:30px;
}

.filters-section .filter-nav select{
    display:inline-block;
    vertical-align:middle;
}
.filters-section .filter-nav select:first-child{
    margin-right:20px;
}

@media (max-width:1150px){
    select.filters-select {
        max-width:250px;
        width: 47%;
    }
    .filters-section .filter-nav select:first-child{
        margin-right:8px;
    }
}

@media (max-width:767px){
    .blog-section-main .page-center, body .container{
        width:100%;
        padding: 0px 15px !important;
    }
    select.filters-select {
        width:45%;
        max-width:100%;
    }
    .filters-section .filter-nav select:first-child{
        margin-right:0px;
        margin-bottom:35px;
        float:left;
    }
    .filters-section .filter-nav select:last-child{
        float:right;
    }
}

@media (max-width:374px){
    .blog-section-main.case-studies.all-blogs .post-item-left{
        max-width:100%;
        width:100%;
        margin-bottom:20px;
    }
    .filters-section .filter-nav{
        float:left;
    }
    .blog-section-main.case-studies.all-blogs .post-item-right{
        width:100%;
    }
    select.filters-select {
        width:100%;
        max-width:100%;
    }
    .filters-section .filter-nav select:first-child{
        margin-right:0px;
        margin-bottom:10px;
    }
}

.logo-section .row-fluid-wrapper.row-depth-1.row-number-22{
    margin-top:25px;
}
.logo-section .row-fluid-wrapper.row-depth-1.row-number-21 .span2, .logo-section .row-fluid-wrapper.row-depth-1.row-number-22 .span2 {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

@media (min-width:1280px){
    .logo-section .row-fluid-wrapper.row-depth-1.row-number-21 .span2, .logo-section .row-fluid-wrapper.row-depth-1.row-number-22 .span2 {
        width: 14.1%;
    }
}

@media (min-width:1199px){
    .logo-section .row-fluid-wrapper.row-depth-1.row-number-21 .span2, .logo-section .row-fluid-wrapper.row-depth-1.row-number-22 .span2 {
        width: 14%;
    }
}

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

@media (min-width:992px){
    .logo-section .row-fluid-wrapper.row-depth-1.row-number-21 .span2, .logo-section .row-fluid-wrapper.row-depth-1.row-number-22 .span2 {
        width: 13%;
    }
}

@media only screen and (max-width: 991px){
    .logo-section .row-fluid-wrapper.row-depth-1.row-number-21 .span2, .logo-section .row-fluid-wrapper.row-depth-1.row-number-22 .span2 {
        width: 30%;
    }
}

.term-condition-page .inner-page-left{
    padding-right: 0;
    width: 100% !important;
    max-width: 100%;
}
.term-condition-page p {
    margin-bottom: 30px;
}
.term-condition-page .privacy-policy p{
    width:100%;
    float:left;
}
.term-condition-page .privacy-policy p span{
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: calc(100% - 80px);
    float: left;
}
.term-condition-page .privacy-policy p span.list-number{
    width:40px;
}
.term-condition-page .privacy-policy p{
    line-height:normal;
    margin-bottom:18px;
    margin-top: 0;
}
p.list-title {
    padding-left: 0px !important;
}
p.list-title + p, p.list-title + p ~ p {
    padding-left: 40px;
}
p.sub-sub-list{
    padding-left:80px !important;
}
.term-condition-page .privacy-policy p.sub-sub-list span.list-number {
    width: 30px;
}


/*=============== accordion css ==============*/
.accordion, .accordion * {
 -webkit-box-sizing:border-box; 
 -moz-box-sizing:border-box; 
 box-sizing:border-box;
}
 
.accordion {
 overflow:hidden;
 border-radius:3px;
 background:#f7f7f7;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
 width:100%;
 padding:15px 45px 15px 15px;
 display:inline-block;
 background:#8bc2ea;
 transition:all linear 0.15s;
 /* Type */
 font-size:1.200em;
 color:#fff;
 text-decoration:none;
 position:relative;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
 background:#c8c8c8;
 /* Type */
 text-decoration:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
 padding:15px;
 display:none;
}
.accordion-section-title:before{
    content: "\f055";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    position:absolute;
    right:20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordion-section-title.active:before{
    content: "\f056";
}
.award-block-wrap{
    box-shadow: 0px 0px 10px 0px rgba(15, 16, 15, 0.29);
    margin-bottom:25px;
    background-color: #f4f5f7;
}
.award-block-wrap a:hover, .award-block-wrap a:focus{
    text-decoration:none;
}
.award-text-block{
    padding:24px 30px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    transition:all 300ms ease;
    min-height:110px;
}
.award-block-wrap a{
    border:1px solid transparent;
    display:block;
    height:100%;
}
.award-block-wrap:hover a, .award-block-wrap:focus a{
    border:1px solid #3c97e8;
}
.award-block-wrap a:hover, .award-block-wrap a:focus{
    background-color: #fff;
}
.award-text-block h3{
    font-size:18px;
    color:#054477;
    margin:0;
    line-height:1.2;
}
.award-image-block {
    height: 210px;
    line-height:210px;
    overflow:hidden;
    background-color:#fff;
}
.award-image-block img {
    margin: 0px !important;
    width:100%;
    height:auto;
    vertical-align: middle;
}
.award-page .span4.widget-span {
    margin-bottom: 35px;
}
.hs-blog-id-5251694216 .download-form .row-number-4 {
    display: none;
}

.event-block-post-listing .post-listing {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display:flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
    margin-top:35px;
}
.blog-section-main .event-block-post-listing .post-item {
    width: -webkit-calc(50% - 14px);
    width: -moz-calc(50% - 14px);
    width: -ms-calc(50% - 14px);
    width: calc(50% - 14px);
    border: none !important;
    box-shadow:0px 0px 10px 0px rgba(15, 16, 15, 0.29);
    margin-bottom:25px;
    margin-right:25px;
    padding:0px;
    background:#f4f5f7;
}
.blog-section-main .event-block-post-listing .post-item:nth-child(even) {
    margin-right:0px;
}
.blog-section-main .event-block-post-listing .post-item-left, .blog-section-main .event-block-post-listing .post-item-right{
    width:100%;
}
.blog-section-main .event-block-post-listing .post-item-right{
    padding:20px;
    background-color: #f4f5f7;
}
.blog-section-main .event-block-post-listing .post-item-left{
    height:210px;
    line-height:210px;
    overflow:hidden;
    text-align:center;
    background-color:#fff;
    margin: 0px !important;
}
.blog-section-main .event-block-post-listing .post-item-left img{
    vertical-align:middle;
    display: inline-block;
    float: none;
    margin: 0 auto !important;
    max-height: 210px;
    object-fit: cover;
}
.blog-section-main .event-block-post-listing .post-item-left .hs-featured-image-wrapper{
    margin:0;
}


.mean-container .mean-nav ul li a.mean-expand{
    height:28px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a.mean-expand {
    width: 26px !important;
    height: 28px !important;
}


.team-blocks p.team-member-bio {
    position: absolute;
    background: #fff;
    z-index: 999;
    padding: 10px 15px;
    left: 0;
    right: 0;
    bottom:0;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}
 
.team-member-bio.show{
    box-shadow: 5px 8px 10px -8px rgba(0,0,0,0.5);
    border: 1px solid #ddd;
}
.popupmember{
    position:fixed;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    background-color:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    z-index:999999999999910;
    display:none;
}
.popupmember .popupinner {
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    position:absolute;
    max-width:600px;
    width:90%;
    padding:30px;
    background-color:#fff;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    margin: 0 auto;
    left: 0;
    right: 0;
}
.popupmember a.clspopup {
    display: inline-block;
    background: #3c97e8;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    float: right;
    top: -15px;
    right: -15px;
    position: absolute;
}
.popupmember a.clspopup:hover, .popupmember a.clspopup:focus{
    background-color:#ff0000;
    text-decoration:none;
}
.popupmember .pcontent{
    float:left;
    width: 100%;
    max-height: 400px;
    overflow: auto;
}

@media (max-width:767px){
    .popupmember .popupinner{
        padding:15px;
        width: 85%;
    }
    .inner-page-content.blog-section-main.award-page {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .span12.widget-span.widget-type-cell.sidebar-box img {
        width:80%;
        max-width:150px;
    }
    .hs-featured-image-wrapper .hs-featured-image-link{
        text-align:center;
    }
    .hero-section .site-btn{
        background-color:#3c97e8;
        color:#fff;
        font-size:20px;
    }
    .hero-section .custom-section:before{
        transform: scale(0.55);
        bottom: -132px;
        width:120%;
        margin-left: -10%;
    }
    .section{
        padding:50px 0px;
    }
    .blog-section-main .event-block-post-listing .post-item{
        width:47%;
    }
    .event-blog-content .blog-content.blog-left {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }
    .blog-section #hubspot-author_data{
        margin:0px;
    }
    .blog-section-main .page-center{
        padding-bottom:50px !important;
    }
    .blog-section-main  .form-widget{
        margin-bottom:25px;
    }
    .press-blog-section.blog-section-main .blog-pagination{
        bottom:20px;
    }
}

@media (max-width:599px){
    .blog-section-main .event-block-post-listing .post-item{
        width:100%;
        margin-right:0px !important;
    }
    .award-block-wrap{
        width:100%;
    }
}

@media (max-width:539px){
    .blog-section-main .page-center {
        padding-bottom: 130px !important;
    }
}

@media (max-height:413px) and (orientation:landscape){
    .popupmember .popupinner {
        top: 0%;
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -o-transform: translateY(10%);
        transform: translateY(10%);
    }
    .popupmember .pcontent{
        max-height:250px;
    }
}

.site-footer .footer-link ul li a .spl-text {
    text-transform: none;
}

/*@media only screen and (min-width: 768px){
        .management-row-wrap .row-fluid {
            display: -webkit-box;
        	display: -ms-flexbox;
        	display: flex;
        }
        
        .management-row-wrap .row-fluid .team-member-block{
        	-webkit-box-flex: 1;
        	    -ms-flex: 1;
        	        flex: 1;
        }
    }*/
    
    
.footer-scripts-block{
    position:absolute;
    bottom:0;
}


@media (max-width:480px){
    .hero-section .custom-section .bg-text{
        margin-bottom:70%;
    }
    .hero-section .custom-section:before {
        transform: scale(0.50);
        bottom: -147px;
        width: 200%;
        margin-left: -24%;
    }
    .blog-section-main .post-item-left .hs-featured-image-wrapper  img{
        max-width:200px;
    }
}

@media (max-width:413px){
    .hero-section .custom-section .bg-text h1, .section-heading h2, .section-heading h1, .video-text p, .banner-title{
        font-size:26px;
    }
    .hero-section .custom-section:before {
        margin-left: -35%;
    }
}

body .stay-form form.hs-form fieldset .hs-form-field{
    padding:0px;
}
body .stay-form form.hs-form fieldset .hs-form-field.hs_lastname, body .stay-form form.hs-form fieldset .hs-form-field.hs_phone{
    padding-left:10px;
}
.contact-content-section {
    padding-left: 25px;
}
.contact-form-content {
    padding-right: 25px;
}
@media (max-width: 991px){
   .contact-content-section {
        padding-left: 0px;
    }
    .contact-form-content {
        padding-right: 0px;
    } 
}
/* contact address module */
.contact-address-wrapper{
   background-color: #eceaeb;
   text-align: center;
   color: #000;
   margin-bottom: 10px;
   height: 93px;
}
.contact-address-heading {
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.contact-address-heading h4{
    font-weight: 500;
    font-size: 17px;
    margin-top: -7px
}
.contact-address-country {
    font-size: 17px;
    padding-top: .5em;
    font-weight: 500;
}
.contact-address-address {
    line-height: 16px;
}
.contact-address-phone, .contact-address-address{
    font-size: 13px;
    font-weight: 400;
}
.contact-address-phone {
    color: #3c97e8;
    padding-bottom: .5em;
}



/*webinar update styles*/
.webinar-inner-wrapper, .bdm-webinar-content{
    padding-top: 50px;
}
.webinar h1 {
    color: #054477;
    font-weight: 400;
}





/* BDM MODULE */


/* Webinar Preview Image */
.img-container{
    position: relative;
}
.bdm-webinar-slide-title {
    position: absolute;
    top: 45%;
    left: 10%;
    font-size: 1.5vw;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
/* Password Page */
.password-wrapper{
    margin: 50px 0;
}
.password-text-container {
    text-align: center;
    
}
.password-page .body-container-wrapper .password-container {
    max-width: 500px;
    margin: 0 auto;
}
.password-page .hs-button.primary, body input[type="submit"]{
/* primary styling with -- .contact-form .actions input[type="submit"], .hbspt-form .actions input[type="submit"] */    
    margin-top:1em
}
.accordion-two {
    overflow: hidden;
    border-radius: 3px;
    background: #f7f7f7;
    margin-bottom: 20px;
}


/* 2018 Blog Listing Styling */


.hs-breadcrumb-menu {list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}
.hs-breadcrumb-menu-item {float:left;padding:10px 0px 10px 10px}
.hs-breadcrumb-menu-divider:before {content:'›';padding-left:10px}

.custom-blog-body .container-fluid .row-fluid .page-center {max-width:1199px;width:90%;}
.custom-blog .post-item:first-child, .custom-blog .post-item:nth-child(3n+1) {margin-left: 0;}
.custom-blog .post-item {width: 31.123931624%;margin-left: 2.564102564%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;display: -ms-inline-flex;display: -webkit-inline-flex; display:inline-flex;}
.custom-blog .post-item .post-header {box-shadow: 0px 0px 10px 0px rgba(15, 16, 15, 0.29);margin-bottom:25px;background-color: #f4f5f7;}

.custom-blog .post-item .post-header a{border:1px solid transparent;display:block;height:100%;}
.custom-blog .post-item .post-header:hover a, .custom-blog .post-item .post-header:focus a{border:1px solid #3c97e8;text-decoration:none;}
.custom-blog .post-item .post-header a:hover, .custom-blog .post-item .post-header a:focus{background-color: #fff;text-decoration:none;}

.custom-blog .post-item .hs-featured-image-wrapper {height: 227px;line-height: 210px;overflow: hidden;background-color: #fff;}
.custom-blog .post-item .post-header .bog-title{padding:24px 30px;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;transition:all 300ms ease;min-height:185px;}
.custom-blog .post-item .hs-featured-image-wrapper .hs-featured-image {margin: 0 auto;width: 100%;max-width: 100%;}

.custom-blog .post-item .post-header .bog-title h2{font-size: 18px;color: #054477;margin: 0;line-height: 1.2;font-weight: 300;}

.listing-header-image-wrapper {background: url('//cdn2.hubspot.net/hubfs/1828513/Redeisgn%20images/bg-images/innerpage-bg.jpg') no-repeat scroll center center / cover ;}
.listing-header-image-wrapper h1, .single-post-image-wrapper h1 {margin:0px;color:#fff;font-family: 'Rubik', sans-serif;font-weight: 500;text-transform: uppercase;font-size: 48px;line-height: 58px;text-align: center;}
.listing-header-image-wrapper .overlay, .single-post-image-wrapper .overlay {background: rgba(0,0,0,0.6);padding: 100px 0;}


.body-content-404 h1{
    color: #338de5; 
    font-size: 70px;
     font-family: 'dinregular' !important;
     font-weight:bold;
}
.body-content-404 h2{
    color: #fff;
    text-transform: uppercase;"
     font-family: 'dinregular' !important;;
}

.body-content-404 p{
    font-family: 'dinregular' !important;
     color: #fff;
     letter-spacing: 1px;
    font-weight: 100 !important;
    font-size: 15px;
}
.body-content-404 ul li{
    list-style: none !important;
}
.body-content-404 ul li a{
    text-decoration: underline;
    font-family: 'dinregular' !important;;
}
.landing-page-paid .download-form h3, .landing-page-paid #hs_cos_wrapper_module_1508444550302158 h1{
        text-align: left;
        font-size: 24px !important;
        font-weight: 500 !important;
}
.leadinModal-content-wrapper .gdpr-options a{color: #666; text-decoration: underline;}

.logo-container{
	position: absolute;
  left: 50%;
/*   bottom: -90px; */
  top: -77px
}
.header-logo{
	position: relative;
  left: -50%;
  max-height: 50px;
  width: auto
}
@media (max-width: 767px){
  .logo-container{
/*     bottom: -35px; */
    top: -47px
  }
  .header-logo{
	}

}




/******************New Home *************/
.cases-blocks-outer {
    -webkit-box-shadow: 0px 0px 28px -14px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 28px -14px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 28px -14px rgba(0,0,0,0.45);
    background: #fff;
    border-radius:4px;
}
.cases-blocks-inner {
    padding: 55px 30px 40px;
    position: relative;
}
.cases-blocks-inner:hover img.mouse-out-img {
    display: none;
}
.cases-blocks-inner:hover img.mouse-in-img {
    display: inline-block;
}
.cases-blocks-inner:hover .block-read-more {
    display: inline-block;
}
.cases-blocks-outer:hover {
    background: #3c97e8;
}
.cases-blocks-outer:hover .case-block-content h4,.cases-blocks-outer:hover .case-block-content p {
  color:#fff;
}
.block-read-more {
    display: none;
}
.block-read-more a {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
}

.case-block-icon img.mouse-in-img {
    display: none;
}
.case-block-icon {
    position: absolute;
    //background: #fff;
    //border-radius: 50px;
    top: -30px;
    //width: 66px;
    //height: 66px;
}
.case-block-icon img {
    max-width: 60px;
}
.case-block-content h4 {
    color: #054477;
    font-size: 16px;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0px;
    padding: 10px 0px;
}
.case-block-content p {
    color: #054477;
    font-size: 14px;
    font-weight:300;
    margin: 0px;
    padding: 10px 0px;
}
.cases-desc-outer h3 {
    color: #054477;
    font-size: 32px;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0px;
    padding: 10px 0px;
    font-weight: 500;
}
.cases-desc-outer p {
    color: #054477;
    font-size: 16px;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0px;
    padding: 10px 0px;
    font-weight: 400;
}
.cases-desc-outer {
    text-align:center;
    padding-bottom: 30px;
}
.use-cases-outwrap {
    padding: 100px 20px 60px;
    background: url(https://cdn2.hubspot.net/hubfs/1828513/Home%202019-March/Body-bg.png);
    background-size: cover;
    background-position: center;
}