@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://www.biocatch.com/hubfs/dinregular-webfont.woff2') format('woff2'),
         url('https://www.biocatch.com/hubfs/dinregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dinregular';
    src: url('https://www.biocatch.com/hubfs/dinbold-webfont.woff2') format('woff2'),
         url('https://www.biocatch.com/hubfs/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;
}
.mean-nav .hs-menu-item.hs-menu-depth-1:last-child {
    border-bottom: none;
    background-color: #e7651f;
    font-weight: 700;
    margin-bottom: 0px
}
@supports (-moz-appearance:none) {
    .mean-nav .hs-menu-item.hs-menu-depth-1:last-child {
        margin-bottom: -7px;
    }
}
@media (min-width: 1200px){
  .hs-menu-item.hs-menu-depth-1:last-child {
      display: none;
  }
}
.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; 
    z-index:999999;
}

.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('//www.biocatch.com/hubfs/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;
}

/** 1-11-2019 **/




@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;
}
.hs-fieldtype-select label {
    display: block !important;
    font-size: 14px;
    color: #fff;
}
@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;
}
.hs-featured-image-wrapper a[href*="solutions-for-identity-fraud-behavioral-biometrics"]{
    background-color: #184f86;
}
/* 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.initial{
/*   overflow: initial !important */
}
.mean-container .mean-nav ul li.mean-last a{
  background-color: #e7651f !important;
}
.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 *************/

.use-cases-outwrap {
    padding: 10% 0px 60px;
    background: url(https://www.biocatch.com/hubfs/Home%202019-March/bg-img.png);
    background-size: cover;
    background-position: center top;
    margin-top: -6%;
    z-index: 99999;
    position: relative;
}


.technology-platform-outwrap {
    padding: 8% 0px 60px;
    background: url(https://cdn2.hubspot.net/hubfs/1828513/Home%202019-March/bg.png);
    background-size: cover;
    background-position: bottom;
    margin-top: -8%;
}


.bn-module-outer {
    background-image: url(https://cdn2.hubspot.net/hubfs/1828513/Home%202019-March/bg0img-o.png);
    background-position: center top;
    margin-top: -5.6%;
    position: relative;
    z-index: 999;
    padding: 8% 0px 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    display:table;
    width:100%;
}
.customer-say-outer {
    background-image: url(https://cdn2.hubspot.net/hubfs/1828513/Home%202019-March/Body-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #F8F9FB;
    padding: 14% 0px 60px;
    margin-top: -10%;
}
.home-blog-list-outer {
    background: url(https://www.biocatch.com/hubfs/Home%202019-March/image%20blue-img.png);
    background-position: top;
    padding: 5% 0px;
    margin-top: -6%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.request-demo-form h3{
    color: #054477;
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0px;
    padding: 10px 20px 50px;
    font-weight: 500;
}
.request-demo-form {
    background: #fff;
    padding: 40px 60px 9%;
    -webkit-box-shadow: 0px 0px 19px -9px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 19px -9px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 19px -9px rgba(0,0,0,0.35);
}

.request-demo-form label {
    font-family: 'Rubik', sans-serif !important;
    font-size: 14px;
    font-weight: 400 !important;
    color: #000;
    //text-transform: capitalize;
}

.request-demo-form .hs-form-field input {
    background: #F2F3F5 !important;
    border-radius: 0px !important;
    border: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
    font-family: 'Rubik', sans-serif !important;
    min-height: 40px;
    color:#000 !important;
    font-size: 14px;
    font-weight: 500;
    width:100%;
}
.request-demo-form .hs-form-field select {
    background: #F2F3F5 !important;
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none !important;
    font-family: 'Rubik', sans-serif !important;
    min-height: 40px;
    color:rgba(45,41,38,0.7) !important;
    font-size: 18px !important;
    font-weight: 300; 
    width:100%;
}
.request-demo-form .hs-form-field select option {
    font-size: 18px !important;
    font-weight: 400;
    color:rgba(45,41,38,0.7) !important;
}
.request-demo-form .hs-form-field select {
  //font-size:0px;
}
.request-demo-form .hs-form-field select option{
  font-size:14px;
}
.request-demo-form .hs-form-field textarea {
    background: #E7ECEF !important;
    box-shadow: none !important;
    border: none !important;
    min-height: 135px !important;
    color:#000 !important;
    font-size: 14px;
    font-family: 'Rubik', sans-serif !important;
    font-weight: 500;
}
 .hs-form-field .input {
  position:relative;
}
/*.hs-fieldtype-select .input:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(https://cdn2.hubspot.net/hubfs/1828513/Home%202019-March/Form-List-Arrow.png);
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 25px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
}*/
.request-demo-form input.hs-button.primary.large {
    background: #3c97e8;
    border: 1px solid #3c97e8;
    box-shadow: none !important;
    border-radius: 0px !important;
    -webkit-appearance: none !important;
    color: #fff;
    font-weight: 400 !important;
    font-family: 'Rubik', sans-serif !important;
    font-size: 16px !important;
    max-width:200px;
    margin-top: 40px;
}
.request-demo-form .actions {
    margin: 0 auto !important;
    float: none !important;
    text-align: center;
}
.request-demo-form input.hs-button.primary.large:hover {
    background: transparent;
    border: 1px solid #3c97e8;
    color: #3c97e8;
}
.request-demo-form .hs-form-field {
    margin: 0px;
    padding: 0px !important;
    min-height: 85px;
}
.request-demo-form fieldset.form-columns-2 .hs-form-field:nth-child(1) {
    margin-right: 2%;
    width: 48%;
}
.request-demo-form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
    margin-left: 2%;
    width: 48%;
}
.request-demo-form ul.hs-error-msgs.inputs-list li {
  margin:0px;
}
.request-demo-form ul.hs-error-msgs.inputs-list {
    margin: 0px;
    padding: 0px;
  line-height: 15px;
}
.request-demo-form ul.hs-error-msgs.inputs-list label{
    font-size: 12px !important;
    color: #ff0000 !important;
}

.site-footer.footer-new-wrap {
    background-image: url(https://www.biocatch.com/hubfs/Home%202019-March/sdgfvsd.png);
    background-color: transparent !important;
    padding: 12% 0px 100px;
    background-size: 100%;
    background-position: top center;
    margin-top: -11%;
    background-repeat: no-repeat;
}
.container-fluid .row-fluid .page-center2 {
    padding: 0px !important;
    float: none;
    max-width: 1199px !important;
    margin: 0 auto;
    width: 90%;
}
.request-demo-form span.hs-form-required {
    //display: none;
}
.header-container-wrapper {
    z-index: 999999;
}
.mean-container .mean-bar,.container-fluid .row-fluid .back-to-top {
    z-index: 99999999 !important;
}
/*****************************Responsive Code Starts Here***********************************/


/************** ipad rotate ***************/
@media (max-width: 1080px) {
  .hp-banner-wrapin {
      max-width: 90%;
      padding-top: 60px;
  }
  .request-demo-form {
    padding-bottom: 30px;
  }
  .site-footer.footer-new-wrap {
      background-image: url(https://cdn2.hubspot.net/hubfs/1828513/Home%202019-March/sdgfvsd.png);
      background-color: #1f1f1f;
      padding: 40px 0px 40px;
      background-size: 100%;
      background-position: top center;
      margin-top: 0px;
  }
  .hp-banner-outer .hp-banner-slide .hp-banner-inner {
      background-size:cover;
  }
  .use-cases-outwrap {
    padding: 40px 20px 20px;  
    margin:0px;
    background-color: #F3F6F8;
        background-image: none;
  }
  .hp-banner-outer {
      background-color: #F3F6F8;
  }
  
  .site-footer.footer-new-wrap {
      background-image: url(https://www.biocatch.com/hubfs/Home%202019-March/footer-bg-=imh.jpg);
      padding: 100px 0px 0px;
  }
  .site-footer.footer-new-wrap>div {
      background-color: #1F1F1F !important;   
      padding: 0px 0px 60px;
  }
  .home-blog-list-outer {
      background: #F2F9FD;
  }
}


/************** ipad ***************/
@media only screen and (min-width:768px) and (max-width: 1024px){ 
  .hp-banner-outer .hp-banner-slide .hp-banner-inner {
    background-size:cover;
  }
  .hp-banner-wrapin {
      max-width: 100%;
      padding-top: 50px;
  }
  .cases-blocks-outer {
      width: 48%;
      float: left;
      margin-bottom:40px;
  }
  .cases-blocks-outer:nth-child(4n+2) {
      margin-left: 0%;
      margin-right: 0%;
  }
  .cases-blocks-outer:nth-child(4n+3) {
      margin-left: 0px;
      margin-right: 0px;
  }
  .cases-blocks-outer:nth-child(odd) {
      margin-left: 0px;
      margin-right: 2% !important;
  }
  .cases-blocks-outer:nth-child(even) {
      margin-right: 0px;
      margin-left: 2% !important;
  }
  .tp-blocks-inner {
    padding: 20px 0px 10px 0px;
  }
  .tp-blocks-outer {
      background: #fff0;
      width: 80%;
      float: none;
      margin: 0 auto 15px !important;
      display:table;
  }
  .tp-block-read-more a:after {
    position:absolute;
    right:-25px;
  }
  .bn-blocks-outer {
    width: 45%;
    float: left;
    margin: 0px 0% 20px 0%;
  }
  .bn-blocks-outer:nth-child(3n+2) {
      margin: 0px 0% 0px 10%;
  }
  .bn-blocks-outer:last-child {
      float: none;
      clear: both;
      margin: 0 auto !important;
  }
  .bn-module-outer {
      padding: 0px;
      background: none;
      margin: 0px;
  }
  .number-section-outer {
      padding: 30px 20px;
      background:#3D91DB;
  }
  .customer-say-outer {
      padding: 40px 0px 60px;
      margin-top: 0%;
  }
  .technology-platform-outwrap {
      background: #F2F9FD;
      padding: 30px 20px;
      margin: 0px;
  }
  .use-cases-outwrap {
    padding: 8% 20px 20px;
  }
  .use-cases-outwrap {
      padding: 40px 20px 20px;
      margin: 0px;
  }
}

@media (max-width: 1080px) {
  .home-page-blog-list {
      margin: 0px auto !important;
      width: 75% !important;
  }
  .arrow-dot-wrap {
      max-width: 80%;
      margin: 0 auto;
  }
}

/************** iphone rotate***************/
@media (max-width: 767px) {
  
  .arrow-dot-wrap {
      max-width: 100%;
      margin: 0 auto;
  }
  .hp-banner-outer .hp-banner-slide .hp-banner-inner {
    background-size:cover;
  }
  .use-cases-outwrap {
    padding: 40px 20px 20px;  
    margin:0px;
    background-color: #F3F6F8;
  }
  .hp-banner-wrapin {
      max-width: 100%;
      padding-top: 50px;
  }
  .technology-platform-outwrap {
      background: #F2F9FD;
      padding: 30px 20px;
      margin: 0px;
  }
  
  .customer-say-outer {
      padding: 40px 0px 60px;
      margin-top: 0%;
  }
  .bn-module-outer {
      padding: 0px;
      background: none;
      margin: 0px;
  }
  .bn-module-inner {
    padding: 10px;
  }
  .number-section-outer {
      padding: 30px 20px;
      background:#3D91DB;
  }
  .cases-blocks-outer {
      width: 48%;
      float: left;
      margin-bottom:40px;
  }
  .cases-blocks-outer:nth-child(4n+2) {
      margin-left: 0%;
      margin-right: 0%;
  }
  .cases-blocks-outer:nth-child(4n+3) {
      margin-left: 0px;
      margin-right: 0px;
  }
  .cases-blocks-outer:nth-child(odd) {
      margin-left: 0px;
      margin-right: 2% !important;
  }
  .cases-blocks-outer:nth-child(even) {
      margin-right: 0px;
      margin-left: 2% !important;
  }
  .tp-blocks-inner {
    padding: 20px 0px 10px 0px;
  }
  .tp-blocks-outer {
      background: #fff0;
      width: 80%;
      float: none;
      margin: 0 auto 15px !important;
      display:table;
  }
  .tp-block-read-more a:after {
    position:absolute;
    right:-25px;
  }
  .bn-blocks-outer {
    width: 45%;
    float: left;
      margin: 0px 0% 20px 0%;
  }
  .bn-blocks-outer:nth-child(3n+2) {
      margin: 0px 0% 0px 10%;
  }
  .bn-blocks-outer:last-child {
      float: none;
      clear: both;
      margin: 0 auto !important;
  }
  .hp-banner-content h2 {
    font-size: 28px;
  }
  br {
    display:none;
  }
  .cus-say-outer {
      width: 100%;
  }
  .request-demo-form {
    padding: 30px;
  }
  .home-blog-list-outer {
      background: #F2F9FD;
  }
  .home-page-blog-list {
      margin: 0px auto !important;
      width: 85% !important;
  }
  .customer-content main p {
    font-size:14px;
  }
}


@media (max-width: 620px) {
  .bn-blocks-outer {
      width: 100%;
      float: none;
      margin: 0px 0% 20px 0% !important;
      clear: both;
  }
  .home-page-blog-list {
    margin: 0px auto !important;
      width: 100% !important;
  }
}
/************** iphone ***************/
@media (max-width: 479px) {

  .hp-banner-wrapin {
      padding-top: 20px;
  }
  .hp-banner-content h2,.cases-desc-outer h3,.tp-desc-outer h3,.bn-module-outer h2 {
    font-size: 26px;
  }
  .blog-list-outer h3,.cus-say-outer h3,.request-demo-form h3 {
    font-size: 26px;
  }
  .cases-blocks-outer {
      width: 100%;
      float: none;
      margin: 0px 0px 40px 0px !important;
  }
  .cases-blocks-outer:nth-child(even),.cases-blocks-outer:nth-child(odd) {
      margin: 0px 0px 40px 0px !important;
  }
  .tp-blocks-outer {
    width: 100%;
  }
  .tp-blocks-inner .tp-block-content {
    width: 76%;
  }
  .tp-blocks-inner .tp-block-icon {
    width: 22%;
  }
  .arrow-dot-wrap {
    max-width: 100%;
  }
  .request-demo-form {
    padding: 20px;
  }
  .request-demo-form fieldset.form-columns-2 .hs-form-field:nth-child(1) {
      margin-right: 0%;
      width: 100%;
  }
  .request-demo-form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
      margin-left: 0%;
      width: 100%;
  }
  .blog-list-outer .post-name a,.blog-list-outer .post-cont p{
      min-height:auto;
  }
  .bn-blocks-circle {
    max-width: 100%;
    max-height: 100%;
  }
  .bn-blocks-circleinner {
    top:60px;
  }
  .bn-blocks-inner h3 {
    font-size:26px;
  }
  .request-demo-form .hs-form-field input, .request-demo-form .hs-form-field select {
    margin-right:0px !important;
    width:100% !important;
  }
}



@media (max-width: 1199px) {
  .mean-bar .mean-nav .hs-menu-wrapper>ul.active-menu-ul {
    display: block !important; 
  }
}
/*****************************Responsive Code Ends Here***********************************/


/**************** 1-11-2019 ******************/

.top-banner{
      background-color: #FFB40F;
    width: 100%;
    color: #fff;
    padding: 14px 0;
	position:relative;
}

.top-banner>.container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-button{
  font-family: 'Roboto', sans-seriff;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #3A9CE5;
	width:210px;
	padding: 7px;
    background-color: #fff;
    text-align: center;
  margin-left:auto;
}

.banner-button::after{
  content: ' \2192';
}

.banner-text{
	font-family: 'Roboto', sans-seriff;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
}
.banner-text span{font-weight:700;}
.top-banner .close {
    position: absolute;
    right: 15px;
    font-size: 16px;
    cursor: pointer;
    height: 18px;
    line-height: 17px;
    width: 18px;
    background-color: #fff;
    color: #ffb40f;
    text-align: center;
    top: 21px;
    border-radius: 50%;
    font-weight: bold;
}
.banner-button a:hover {
    text-decoration: unset;
}

@media screen and (max-width:1200px){
	.mean-container a.meanmenu-reveal{top: -7px;}
}

@media screen and (max-width:767px){
	.top-banner{padding:14px 0 0;}
	.top-banner>.container{display:block;width:100%;}
	.banner-text{padding:0 15px;}
	.banner-button{width:100%;margin-top:12px;}
	.mean-container a.meanmenu-reveal{top:-68px !important;}
}

/* .mean-container a.meanmenu-reveal{ */
  /* top: -6px; */
/* } */

/**************** 1-11-2019 ******************/

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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
  font-family:'Gilroy';
  src: url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-light-italic/font.woff2') format('woff2'), url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-light-italic/font.woff') format('woff');
  font-weight: 300;
  font-style: italic;
font-display: swap;
}

@font-face {
   font-family:'Gilroy';
  src: url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-regular-italic/font.woff2') format('woff2'), url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-regular-italic/font.woff') format('woff');
  font-weight: 400;
  font-style: italic;
font-display: swap;
}

@font-face {
  font-family:'Gilroy';
 src: url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-extra-bold-italic/font.woff2') format('woff2'), url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-extra-bold-italic/font.woff') format('woff');
  font-weight: 800;
  font-style: italic;
font-display: swap;
}

@font-face {
  font-family:'Gilroy';
 src: url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-extra-bold/font.woff2') format('woff2'), url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-extra-bold/font.woff') format('woff');
  font-weight: 800;
  font-style: normal;
font-display: swap;
}

@font-face {
   font-family:'Gilroy';
 src: url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-semibold/font.woff2') format('woff2'), url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-semibold/font.woff') format('woff');
  font-weight: 600;
  font-style: normal;
font-display: swap;
}

@font-face {
   font-family:'Gilroy';
  src: url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-bold/font.woff2') format('woff2'), url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-bold/font.woff') format('woff');
  font-weight: 700;
  font-style: normal;
font-display: swap;
}

@font-face {
   font-family:'Gilroy';
  src: url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-light/font.woff2') format('woff2'), url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-light-italic/font.woff') format('woff');
  font-weight: 300;
  font-style: normal;
font-display: swap;
}

@font-face {
   font-family:'Gilroy';
 src: url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-ultra-light/font.woff2') format('woff2'), url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-ultra-light/font.woff') format('woff');
  font-weight: 100;
  font-style: normal;
font-display: swap;
}

@font-face {
   font-family:'Gilroy';
 src: url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-bold-italic/font.woff2') format('woff2'), url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-bold-italic/font.woff') format('woff');
  font-weight: 700;
  font-style: italic;
font-display: swap;
}

@font-face {
  font-family:'Gilroy';
  src: url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-heavy/font.woff2') format('woff2'), url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-heavy/font.woff') format('woff');
  font-weight: 900;
  font-style: normal;
font-display: swap;
}

@font-face {
  font-family:'Gilroy';
 src: url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-heavy-italic/font.woff2') format('woff2'), url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-heavy-italic/font.woff') format('woff');
  font-weight: 900;
  font-style: italic;
font-display: swap;
}

@font-face {
  font-family:'Gilroy';
 src: url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-semibold-italic/font.woff2') format('woff2'), url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-semibold-italic/font.woff') format('woff');
  font-weight: 600;
  font-style: italic;
font-display: swap;
}

@font-face {
  font-family:'Gilroy';
  src: url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-regular/font.woff2') format('woff2'), url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-regular/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
font-display: swap;
}

@font-face {
   font-family:'Gilroy';
  src: url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-ultra-light-italic/font.woff2') format('woff2'), url('https://www.biocatch.com/hubfs/2020%20Rebrand/fonts/gilroy-ultra-light-italic/font.woff') format('woff');
  font-weight: 100;
  font-style: italic;
font-display: swap;
}

body, li {
  color: #000022;
}

body, h1, h2, h3, h4, h5, h6, p {
  font-family:'Gilroy', 'Roboto', sans-serif !important;
}

body .webinar-listing h2, body .section-heading h1 {
  font-family:'Gilroy', 'Roboto', sans-serif !important;
  font-weight: 700!important;
}




a {
  color: #0076BB;
  
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;

}

a:hover, a:focus {
color: #172852;
}
.form-button.cta,
a.cta_button, .media-contact a  {
background:#0076BB !important;
border-radius:50px !important;
font-family:'Gilroy', 'Roboto', sans-serif !important;
font-size:12px !important;
text-transform:uppercase;
letter-spacing:1.5px;
font-weight:700 !important;
color:#fff !important;
padding: 10px 25px;
}

a.cta_button.btn--orange {
  background: #f2633b!important;
}

.form-button.cta:hover,
a.cta_button:hover, .media-contact a:hover  {
  background:#172852 !important;
/*     color:#0076BB !important; */
  text-decoration: none !important;

}

a.cta_button.btn--orange:hover {
  color: #f2633b!important;
  background: #fff!important;
}

a.cta_button span{
  font-family:'Gilroy', 'Roboto', sans-serif !important;
  font-size:12px !important;
  text-transform:uppercase;
  letter-spacing:1.5px;
  font-weight:700 !important;
  color:#fff !important;
}


.leadinModal-263780 .leadin-button-secondary {
 background-color: #19988B!important;
  color: #fff !important;
}

.site-header {
  background-color:#0076BB;
  padding:35px 0 25px;
  padding:25px 0 10px;
transition:500ms ease-in-out;
}

.small-header--theme .site-header,
.small-header .site-header {
  padding:20px 0 0;
  padding:25px 0 10px;
}

.site-header .site-nav li a {
  font-size:14px!important;
  font-family:'Gilroy', 'Roboto', sans-serif;
  line-height:24px;
  font-weight:bold;
  letter-spacing:1.5px;
  text-transform: none;
  padding: 10px 15px!important;
}

.site-header .site-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  color:#0076BB!important;
}

.site-header .header-menu-cta-wrapper .header-menu-cta {
  background:#fff;
  color:#0076BB;
  border-radius:50px;
  padding:11px 0;
  width:120px;
  font-size:12px;
  font-weight:bold;
  font-family:'Gilroy', 'Roboto', sans-serif;
  position:relative;
  top:-4px;
  letter-spacing:1.5px;
  
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
;
}

.site-header .header-menu-cta-wrapper .header-menu-cta:hover {
  background:#172852;
  color:#fff;
}

.site-header .header-menu-cta-wrapper .header-menu-cta a {
  color:#0076BB;
  
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
;
}

.site-header .header-menu-cta-wrapper .header-menu-cta:hover a {
  color:#fff;
  text-decoration:none;
}

.mean-container .mean-nav {
  background:#0076BB !important;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
}

.mean-container .mean-nav li {
  font-family:'Gilroy', 'Roboto', sans-serif;
}

.hp-banner-wrapin {
  max-width:55%;
}

.hp-banner-content {
  text-shadow:none;
}

body.homepage h2 {
  font-weight:700;
}

.hp-banner-cta a {
  background:#f2633b;
  border:none;
  border-radius:50px;
  padding:10px 25px;
  font-size:12px;
  letter-spacing:1.5px;
  font-family:'Gilroy', 'Roboto', sans-serif;
  font-weight: bold;
}

.hp-banner-cta a:hover {
  background-color: #fff;
  color: #f2633b;
  border: none;
  text-decoration: none;
}

.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: #0076BB;
}

.use-cases-outwrap {
  background:#F2F8FC;
  padding:50px 0 60px;
  margin-top:0;
}

.case-block-icon {
  top:15px;
}

.cases-desc-outer h3, .tp-desc-outer h3, .cus-say-outer h3, .blog-list-outer h3, .request-demo-form h3 {
font-weight:700;
text-transform: none;
}

.cases-desc-outer p, .tp-desc-outer p {
  position:relative;
margin:0 auto;
width:90%;
max-width:670px;
color:#000022;
}

.cases-inner-group {
  display:flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items:stretch;
}

.case-block-content h4 {
  color:#0076bb;
  font-family:'Gilroy', 'Roboto', sans-serif;
  font-size:22px;
  font-weight:bold;
  line-height:28px;
}

.cases-blocks-outer .block-read-more {
  position:relative;
  margin-top:10px;
}

.block-read-more a {
  font-family:'Gilroy', 'Roboto', sans-serif;
  font-weight: bold;
  color:#fff;
  font-size:12px;
letter-spacing:1.5px;
text-transform:uppercase;
background:#0076BB;
border-radius:50px;
padding:10px 25px;
border:1px solid #0076BB;
}



.block-read-more a:hover {
text-decoration:none;
color:#0076BB !important;
}

.block-read-more a:after {
  display:none;
}

.cases-blocks-outer:hover {
  background:#0076BB;
}

.cases-blocks-outer:hover .block-read-more a {
  background:#fff;
  border:1px solid #fff;
text-decoration:none;
color:#0076BB !important;

}

.cases-blocks-outer:hover .block-read-more a:before {
  background:transparent !important;
}

.technology-platform-outwrap {
  background:#fff;
  margin-top:0;
padding:50px 0 60px;
}

.tp-block-content h4 {
  font-family:'Gilroy', 'Roboto', sans-serif;
  color:#0076bb;
  font-size:22px;
  line-height:28px;
  font-weight:700;
}

.bn-module-outer {
  background:transparent;
  margin-top:0;
  padding:0;
}

.number-section-outer {
  background-image: url('https://www.biocatch.com/hubfs/2020%20Rebrand/backgrounds/by-the-numbers-bg@2x.jpg');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  background-color:#F2F8FC;
  padding:75px 0 100px;
}

.number-section-outer .bn-module-outer h2 {
  color:#172852 !important;
  text-transform: none;
}

.bn-blocks-outer {
  background: #0076BB;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.customer-say-outer {
  background:#fff;
  padding:50px 0 60px;
  margin-top:0;
}

.home-blog-list-outer {
  background: #F6F8FA;
  margin-top:0;
padding:50px 0 0;
}

.blog-list-outer {
  padding:0;
}

.home-blog-list-outer .hs-testimonial-slider {
  max-width:1199px;
position:relative;
margin:0 auto 50px;
width:90%;
}

.blog-list-outer .hs-testimonial {
  overflow:hidden;
  border-radius:5px;
}

.blog-list-outer .post-name a {
  font-family:'Gilroy', 'Roboto', sans-serif;
color:#0076bb;
font-weight:700;
font-size:22px;
line-height:28px;
}

.blog-list-outer a.read-more-inner {
  font-family:'Gilroy', 'Roboto', sans-serif;
  font-weight: bold;
  color:#fff;
  font-size:12px;
letter-spacing:1.5px;
text-transform:uppercase;
background:#0076BB;
border-radius:50px;
padding:10px 25px;
border:none;
}

.blog-list-outer a.read-more-inner:hover, .blog-list-outer .home-page-blog-list:hover a.read-more-inner {
  background:#172852;
color:#fff !important;
  outline:none;
box-shadow:none !important;
}

.blog-list-outer a.read-more-inner img {
  display:none;
}

.slick-dots li button:before {
  opacity:.3;
  color:transparent !important;
  border:2.5px solid #0076BB;
  width:12px;
  height:12px;
  border-radius:50%;
}

.slick-dots li.slick-active button:before {
  transform:none !important;
}

.arrow-dot-wrap .slick-arrow {
  top:-5px !important;
}

.slick-prev {
  left:0;
}

.slick-next:before {
  background:url('https://www.biocatch.com/hubfs/2020%20Rebrand/icons/color/icon-right-arrow.svg') no-repeat;
  background-size:6px 12px;
  background-position:left center;
width:100%;
}

.slick-prev:before {
  background:url('https://www.biocatch.com/hubfs/2020%20Rebrand/icons/color/icon-left-arrow.svg') no-repeat;
  background-size:6px 12px;
  background-position:right center;
width:100%;
}

.home-blog-list-outer .row-fluid .page-center2 {
  max-width:100% !important;
  width:100%;
}

.request-demo-form {
  background:#fff;
box-shadow:none;
padding:80px 0;
}

.request-demo-form form {
  position:relative;
width:90%;
  max-width:1199px;
  margin:0 auto;
}

.site-footer.footer-new-wrap, .site-footer {
  background-image:url('https://www.biocatch.com/hubfs/2020%20Rebrand/backgrounds/footer-bg@2x.jpg') !important;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  margin-top:0;
  padding:80px 0;
}


.request-demo-form input.hs-button.primary.large {
  font-family:'Gilroy', 'Roboto', sans-serif!important;
  font-weight: bold!important;
  color:#fff;
  font-size:12px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  background:#f2633b;
  border-radius:50px !important;
  padding:10px 25px;
  border:none;
}

.request-demo-form input.hs-button.primary.large:hover {
  color:#fff !important;
border:none;
background:#0076bb !important;
}

.request-demo-form label {
  font-family:'Gilroy', 'Roboto', sans-serif;
  font-weight:700;
font-size:12px;
line-height:21px;
letter-spacing:1.5px;
text-transform:uppercase;
color:#000022;
}

.request-demo-form .hs-form-field input, .request-demo-form .hs-form-field select, .request-demo-form .hs-form-field textarea {
font-family:'Gilroy', 'Roboto', sans-serif !important;
background: #F6F8FA !important;
  border: 1px solid rgba(0, 118, 187, 0.2) !important;
  box-sizing: border-box;
  border-radius: 5px !important;
height:55px;
margin-bottom:25px;
}

.request-demo-form .hs-form-field select {
margin-bottom:10px;
}

.request-demo-form .hs-fieldtype-select {
  margin-bottom:25px;
}

.request-demo-form .hs-form-field textarea {
  margin-bottom:5px;
}

.site-page.mean-container a.meanmenu-reveal {
  width:21px;
height:auto;
right:4% !important;
top:-60px !important;
cursor:pointer;
}

.site-page.mean-container a.meanmenu-reveal.meanclose {
  font-family:'Gilroy', 'Roboto', sans-serif !important;
font-weight:400;
font-size:25px !important;
cursor:pointer;
}

.mean-container a.meanmenu-reveal span {
  width:21px;
  height:3px !important;
  margin-top:4px !important;
border-radius:1.5px;
}

.social-sharing-module {
  display:flex !important;
  flex-flow:row nowrap;
  justify-content:flex-start;
  align-items:flex-start;
margin-bottom:0;
}

.social-sharing-module li {
  margin:0;
width:25%;
text-align:center;
}

.social-sharing-module li:first-child {
    background:#3389d9;
}

.social-sharing-module li:nth-child(2) {
    background:#3B82B7;
}

.social-sharing-module li:nth-child(3) {
    background:#03ABF0;
}

.social-sharing-module li:nth-child(4) {
    background:#ababab;
}

.blog-section-main .blog-sidebar.blog-right .tabber-tabs {
  margin:0;
  border-bottom:none;
}

.blog-section-main .blog-sidebar.blog-right .tabber-tabs li {
  margin-bottom:0;
}

.blog-section-main .blog-sidebar.blog-right .tabber-tabs li a {
  font-family:'Gilroy', 'Roboto', sans-serif !important;
  font-weight:700;
letter-spacing:1.5px;
font-size:12px;
text-transform:uppercase;
color:#0076BB;

}

.blog-section-main .blog-sidebar.blog-right .tabber-tabs li.active a {
  background-color:#0076BB;
color:#fff;
}

.blog-section-main .blog-sidebar.blog-right .tabber-content {
  border-top:1px solid #0076bb;
  padding:4px 0 0;
}

.popular-posts ul li img, .blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
  padding-left:15px !important;
padding-right:0 !important;
}

.blog-section-main .blog-sidebar.blog-right ul li a {
  font-family:'Gilroy', 'Roboto', sans-serif !important;
  font-size:16px;
  font-weight:400;
  line-height:23px;
color:#172852;
padding-right:15px;
padding-left:15px;
}

.blog-section-main .blog-sidebar.blog-right .tabber-wrap.blog-tabber {
  padding-bottom:0;
}

.blog-section-main .blog-sidebar.blog-right .popular-posts ul li:last-child {
  border-bottom:none;
}

.blog-section-main .form-widget {
  background-color:#172852;
  padding:35px 20px !important;
text-align:center;
}

.download-form, .contact-form {
  background-color:#172852 !important;
}

.blog-section-main .page-header.section-header h4 {
  text-transform:none;
  font-family:'Gilroy', 'Roboto', sans-serif !important;
font-size:22px;
line-height:28px;
font-weight:700;
}


.blog-section-main .form-widget .hs-submit {
  background-color:#172852 !important;
width:100%;
      margin:0 auto;
}

.blog-section-main .form-widget .actions input,
.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,
.download-form form .actions input,
.contact-form form .actions input {
  background-color:#f2633b !important;
  border-radius:50px !important;
  font-family:'Gilroy', 'Roboto', sans-serif !important;
  font-weight:700!important;
  font-size:12px !important;
  letter-spacing:1.5px;
  color:#fff!important;
  width:auto !important;
  min-width:0;
  padding: 16px 32px;
  margin:0 auto;
  border: none!important;
}

.blog-section-main .form-widget .actions input:hover,
.contact-form .actions input[type="submit"]:hover,
.hbspt-form .actions input[type="submit"]:hover,
.password-page .hs-button.primary:hover, body input[type="submit"]:hover,
.landing-page-thank-you .landing-page-sidebar .hs-button.primary:hover,
.download-form form .actions input:hover,
.contact-form form .actions input:hover {
  background-color:#fff !important;
  color:#f2633b !important;
}


.blog-section-main .stay-form form label, .download-form form label, .contact-form form label {
  width:100%;
  text-align:left;
  color:#fff;
  display:block;
  margin-bottom:8px;
  font-family:'Gilroy', 'Roboto', sans-serif !important;
  font-size:12px;
  letter-spacing:1.5px;
  font-weight:400;
  text-transform:uppercase;
}

.contact-form form label {
  width:auto;
}

.blog-section-main .stay-form form input, .blog-section-main .stay-form form select,
.download-form form input, .download-form form select,
.contact-form form input, .contact-form form select {
  background:#f6f8fa;
  border-radius:5px !important;
  border:1px solid #0076bb;
  height:55px !important;
}
.download-form form input[type=checkbox]{height:unset!important; margin:0px 10px;}
form ul li { list-style-type:none!important;}

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

.bottom-title p {
  color:#19988B;
  font-weight: bold;
}

.form-button.cta, .form-button.cta:hover {
  background-color:#172852 !important;
}

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

.site-footer .footer-link ul li a {
  color: rgba(255,255,255,.5)!important;
  font-weight: bold;
  text-transform: capitalize;
}

.site-footer .footer-link ul li a:hover {
  color: #0076BB!important;
}

.site-footer p.s-icon {
  line-height: 1.5;
}

.footer-link.contact-us.footer-link-list p span i {
  color:#0076BB !important;
}

.sidebar-box h3 {
  text-transform: capitalize;
  font-weight: 700;
  color:#0076BB;
}

.footer-link.contact-us .s-icon a.tw-icon, .footer-link.contact-us .s-icon a.link-icon {
  background:#fff;
}

.footer-link.contact-us .s-icon a.tw-icon i, .footer-link.contact-us .s-icon a.link-icon i {
 color:#172852 !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: #fff!important;
}

.footer-bottom,
.footer-bottom a {
  color: rgba(255,255,255,.5)!important;
}

.footer-bottom a {
  font-weight: bold;
}

.flex-outer-wrapper .team-member-block {
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding-top:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.team-blocks .team-member {
  margin:0 0 10px !important;
border-radius:5px 5px 0 0;
overflow:hidden;
}


.b-list .b-img {
display: none;
}

.layout-widget-wrapper .b-list .b-img {
  display:block;
}

.item__icon {
  background: transparent;
  background: #0076BB;
  box-shadow: none;
}

.list--icons--global .item__icon {
  background: transparent;
}

.list--icons--global .item__icon svg {
  height: 100%;
}

.cards__link a {
  font-weight: 700;
}

.section--stats {
  background-color: rgba(0, 118, 187,.05);
}

.blog-hero-section .section-heading h2, .blog-hero-section .section-heading h1 {
  font-weight: 700;
}

.blue-strip {
background-color: #172852!important;
}

#stats-slider .slide:after {
background-color: #F3B120!important;
width: 5px!important;
left: calc(50% - 2.5px)!important;
}

#slider-resources:after {
background-color: #F3B120;
height: 5px;
}

.contact-address-wrapper {
  background-color:#F6F8FA;
}

.blog-section-main .blog-pagination a {
  border-radius:50px;
  background-color:#0076BB;
  font-family:'Gilroy', 'Roboto', sans-serif !important;
  font-size:12px;
  letter-spacing:1.5px;
  font-weight:400;
}

.blog-section-main .blog-pagination a:hover {
  background-color:#172852;
  text-decoration:none;
}

.blog-section-main .blog-pagination a i {
  display:none;
}

.section ul {
  padding-left: 20px;
}

.section ul li {
  list-style: disc;
}

.section ul li::marker {
  color: #0076bb;
}

.comparison__inner {
  border: 1px solid #F2633B;
}

.comparison__inner:last-child {
  border: 1px solid #172852;
}

.comparison__title.bg--orange {
  background: #F2633B;
}

.comparison__title.bg--blue {
  background: #172852;
}

.comparison__icon:after,
.comparison__icon {
  background-color: #F2633B;
}
.comparison__inner:last-child .comparison__icon:after,
.comparison__inner:last-child .comparison__icon {
  background-color: #172852;
}

.section .comparison__text ul {
  padding-left: 25px;
}
.section .comparison__text ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.section--slider-resources .slider .owl-nav button.owl-prev img, .section--slider-resources .slider .owl-nav button.owl-next img {
  visibility: hidden;
  opacity: 0;
}
.section--slider-resources .slider .owl-nav button.owl-prev, .section--slider-resources .slider .owl-nav button.owl-next {
  background-color: #0076bb;
  background-image: url(https://www.biocatch.com/hubfs/arrow-left__white.svg);
  background-size: 8px auto;
  background-position: 50%;
  background-repeat: no-repeat;
  box-shadow: none;
}

.section--slider-resources .slider .owl-nav button.owl-next {
  background-image: url(https://www.biocatch.com/hubfs/arrow-right__white.svg);
}
p.team-member-social .fa {
  color: #0076bb;
}
.lets-section {
  background-color: #172852;
}

.popupmember a.clspopup {
  background: #0076bb;
}

.popupmember a.clspopup:hover {
  background: #172852;
}

h5.team-member-title {
  font-weight: bold;
  min-height: initial;
}

.form-button.cta svg {
  display: none;
}

.download-content .content-block h1 {
  font-weight: 700;
}

.webinar-single-post .hs_submit, .blog .hs-submit {
  background-color: transparent;
  text-align: center;
}

.webinar .download-form .hs-richtext,
.blog .download-form .hs-richtext {
  text-align: center;
}

.webinar .download-form h3, .blog .download-form h3 {
  color: #fff;
}

.blog-section-main .blog-pagination a {
  font-weight: 700;
}

.media-contact {
 background: transparent;
  color: #000022;
}

.media-contact h1, .media-contact h2 {
  font-weight: 700;
}

.tp-blocks-inner:hover .tp-block-content p, .tp-blocks-inner:hover .tp-block-content h4 {
  color: #172852;
}

.tp-blocks-inner::after {
  background: #172852;
}

.tp-block-read-more a:after {
  background-image: url(https://www.biocatch.com/hubfs/Home%202019-March/icons8-forward-filled-50_dkBlue.png);
}

.webinar-single-post .hs-form-field {
  background: transparent;
}

/**** Accordions ****/
.accordion-section .job-title:not(:hover):not(.active),
.select2-container:not(.select2-container-active):not(.select2-dropdown-open) .select2-choice:not(:hover) {
  background-color: #0076bb!important;
  color: #fff!important;
}

.accordion-section .job-title:hover,
.accordion-section .job-title.active,
.select2-container:hover .select2-choice,
.select2-container.select2-container-active .select2-choice,
.select2-container.select2-dropdown-open .select2-choice {
  background-color: #172852!important;
  color: #fff!important;
}

/**** AO Page ****/
.u-bg--white h1, .u-bg--white h2, .u-bg--offwhite h1, .u-bg--offwhite h2 {
  color: #0076bb;
}
h3.team-member-name,
.inner-page-content.blog-section-main .inner-page-left h2,
.section__header h2,
.section__header h3,
.section--stats h2 {
  color: #0076bb;
  font-weight: bold;
}

.u-bg--tertiary .section__header h2,
.u-bg--tertiary .section__header h3 {
  color: #fff;
}

.section--slider-resources .section__header h2 {
  color: #fff;
}

.hs_cos_wrapper_type_rich_text ul li {
  list-style: disc;
}

.hs_cos_wrapper_type_rich_text ul li::marker {
  color: #0076bb;
}

.blog-section-main .post-header h3 a {
  font-weight: bold;
  color: #0076bb!important;
}

.press-blog-section.blog-section-main.all-blogs .post-header h3:first-child {
  text-transform: uppercase;
  color: #0076bb;
}

.lets-section {
  background-color: transparent;
}

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

.lets-section h1 {
  font-weight: 700!important;
}

@media only screen and (max-width:1280px) {
  .site-header .site-nav li a {
    padding: 10px 8px!important;
  }
}

@media only screen and (max-width:1199px) {
  .site-header .header-menu-cta-wrapper {
      right:44px;
    top:-3px;
    width:auto;


}
.site-header .header-menu-cta-wrapper .header-menu-cta {
    top:0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  background:#fff;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background:#fff !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  color:#0076BB !important;
  opacity:1;
}

}

@media only screen and (max-width:1080px) {
  .site-footer.footer-new-wrap>div {
      background-color:#172852 !important;
}
}

@media only screen and (max-width:999px) {
  .hp-banner-wrapin {
      max-width:75%;
}
}

@media only screen and (max-width:767px) {
  .site-footer.footer-new-wrap {
      padding:50px 5%;
}
}

@media only screen and (max-width:599px) {
  .hp-banner-wrapin {
    max-width:100%;
}
.cases-blocks-outer, .cases-blocks-outer:nth-child(even) {
    width:100%;
  margin:0 auto 50px !important;
}
}