<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

/*-------------------Arial Regular--------------------*/

@font-face {
  font-family: 'Arial';
  src: url('https://download.bctsoftware.com/hubfs/Font%20-%20Arial/ArialRegular.ttf') format('truetype'), url('https://download.bctsoftware.com/hubfs/Font%20-%20Arial/ArialRegular.woff') format('woff'), url('https://download.bctsoftware.com/hubfs/Font%20-%20Arial/ArialRegular.eot') format('eot');
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto Light';
  src: url('https://download.bctsoftware.com/hubfs/BCTNov%20Assets/Font%20-%20Roboto%20Light/roboto.light.ttf') format('truetype'), url('https://download.bctsoftware.com/hubfs/BCTNov%20Assets/Font%20-%20Roboto%20Light/roboto.light-webfont.woff') format('woff');
  font-weight: 100;
}

/* 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 &gt; ul {
    display: inline-block;
    margin-bottom: 20px;
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; 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 &gt; ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; 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 &gt; 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 &gt; 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 &gt; ul li.hs-item-has-children:hover &gt; ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal &gt; 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 &gt; ul {
    margin-bottom: 0;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; 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 &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; 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 &gt; ul {
    margin-bottom: 20px;
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-vertical &gt; 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 &gt; ul li.hs-item-has-children:hover &gt; 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 &gt; ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; 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 &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li.hs-item-has-children &gt; 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 &gt; a {
    padding-left: 4em;
}

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

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

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 &gt; 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 &gt; ul {
        display: block;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; 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 &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts &gt; 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 &gt; 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;}



/* ==========================================================================
Variables                                               
========================================================================== */

/* Colors */






/* Typography */










/* Containers */





/* ==========================================================================
General                                               
========================================================================== */
*{
  margin: 0;
  padding: 0;
}

body{
  font-family:'Roboto', regular !important;
  font-size:20px !important;
  font-weight: 400 !important;
  line-height:30px !important;
  color: #525252 !important;
}

p{
  color:#525252 !important;
}

a{
  color:#a93a8b;
}

a:hover{
  color:#525252;
}


::placeholder {
  color:rgba(255,255,255,0.8);
  font-size: 16px;
  font-weight: 400;
}

h1{
  font-family: 'Roboto Slab', serif !important;
  margin-top:0;
  margin-bottom:10px;
  font-size:44px;
  line-height:1.2;
  color: #333333;
  font-weight: 500;
}

h2{
  font-family: 'Roboto Slab', serif !important;
  margin-top:0;
  margin-bottom:10px;
  font-size:36px;
  line-height:1.2;
  font-weight: 500;
}

h3{
  font-family: 'Roboto Slab', serif !important;
  margin-top:0;
  margin-bottom:10px;
  font-size:32px;
  line-height:1.2;
  font-weight: 500;
}

h4{
  font-family: 'Roboto Slab', serif !important;
  margin-top:0;
  margin-bottom:10px;
  font-size:26px;
  line-height:1.2;
  font-weight: 500;
}

h5{
  font-family: 'Roboto Slab', serif !important;
  margin-top:0;
  margin-bottom:10px;
  font-size:20px;
  line-height:1.2;
  font-weight: 500;
}

h6{
  font-family: 'Roboto Slab', serif !important;
  margin-top:0;
  margin-bottom:10px;
  font-size:16px;
  line-height:1.2;
  font-weight: 500;
}

@media (max-width:767px){
  body{
    font-size:14px !important;
  }

  h1{
    margin-top:0;
    margin-bottom:20px;
    font-size:36px;
    line-height:1.33;
    color: #333333;
    font-weight: 500;
  }

  h2{
    margin-top:0;
    margin-bottom:20px;
    font-size:28px;
    line-height:1.33;
    color: #333333;
    font-weight: 500;
  }

  h3{
    margin-top:0;
    margin-bottom:20px;
    font-size:24px;
    line-height:1.33;
    color: #333333;
    font-weight: 500;
  }

  h4{
    margin-top:0;
    margin-bottom:20px;
    font-size:20px;
    line-height:1.33;
    color: #333333;
    font-weight: 500;
  }

  h5{
    margin-top:0;
    margin-bottom:20px;
    font-size:16px;
    line-height:1.33;
    color: #333333;
    font-weight: 500;
  }

  h6{
    margin-top:0;
    margin-bottom:20px;
    font-size:12px;
    line-height:1.33;
    color: #333333;
    font-weight: 500;
  }
}

@media (min-width:1200px){
  .row-fluid .page-center{
    float: none !important;
    max-width: 1140px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding: 0 15px !important;
  }
}

@media (min-width:992px) and (max-width:1199px){
  .row-fluid .page-center{
    float: none !important;
    max-width: 900px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding: 0 15px !important;
  }
}

@media (min-width:768px) and (max-width:991px){
  .row-fluid .page-center{
    float: none !important;
    max-width: 700px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding: 0 15px !important;
  }
}

@media (min-width:576px) and (max-width:767px){
  .row-fluid .page-center{
    float: none !important;
    max-width: 500px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding: 0 15px !important;
  }
}

@media (max-width:575px){
  .row-fluid .page-center{
    float: none !important;
    max-width: 340px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding: 0 15px !important;
  }
}

@media (min-width:1280px){
  .row-fluid .page-center-blog{
    float: none !important;
    max-width: 1240px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding: 0 15px !important;
  }
}

@media (min-width:1200px) and (max-width: 1279px){
  .row-fluid .page-center-blog{
    float: none !important;
    max-width: 1140px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding: 0 15px !important;
  }
}

@media (min-width:992px) and (max-width:1199px){
  .row-fluid .page-center-blog{
    float: none !important;
    max-width: 960 !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding: 0 15px !important;
  }
}

@media (min-width:768px) and (max-width:991px){
  .row-fluid .page-center-blog{
    float: none !important;
    max-width: 720px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding: 0 15px !important;
  }
}

@media (min-width:576px) and (max-width:767px){
  .row-fluid .page-center-blog{
    float: none !important;
    max-width: 540px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding: 0 15p !important;
  }
}

@media (max-width:575px){
  .row-fluid .page-center-blog{
    float: none !important;
    max-width: 340px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding: 0 15px !important;
  }
}

.section-header{
  font-family: 'Roboto Slab', serif !important;
  margin-top:0;
  margin-bottom:40px;
  font-size:36px;
  line-height:1.2;
  font-weight: 500;
  color: #A93A8B;
}

@media (max-width: 767px){
  .section-header{
    margin-top:0;
    margin-bottom:20px;
    font-size:28px;
    line-height:1.33;
    color: #A93A8B;
    font-weight: 500;
  }
}

.section-header-lg{
  font-family: 'Roboto Slab', serif !important;
  margin-top:0;
  margin-bottom:40px;
  font-size:48px;
  line-height:48px;
  font-weight: 500;
  color: #525252;
}

@media (max-width: 767px){
  .section-header-lg{
    margin-top:0;
    margin-bottom:20px;
    font-size:36px;
    line-height:1.33;
    color: #525252;;
    font-weight: 500;
  }
}
/****************** Sidebar Styles *****************
*******************************************************/

.sidebar-full-bleed{
  background: #E9EBEB;
}

@media (min-width:1200px){
  .sidebar-full-bleed{
    padding: 80px 0% 80px 2%;
    margin-left: 0px !important;
  }
}

@media (min-width:768px) and (max-width: 1199px){
  .sidebar-full-bleed{
    padding: 50px 0% 50px 2%;
    margin-left: 0px !important;
  }
}

@media (max-width: 767px){
  .sidebar-full-bleed{
    padding: 30px 20px;
  }
}
.main-content-lp{
  padding: 12px 25px 12px 0px !important;
}

@media (max-width: 1199px){
  .main-content-lp{
    padding: 12px 0px !important;
  }
}

@media (min-width: 768px){
  .lp-background-fullwidth{
    background: linear-gradient(to right, #fff 0%, #fff 50%, #e9ebeb 50%, #e9ebeb 100%);
  }
}

.equal-heights &gt; .row-fluid-wrapper &gt; .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
/******************* Sidebar Form Styles *********************
***************************************************************************/

@media (min-width: 768px){
  .sidebar-form .form-title{
    font-size: 30px !important;
    line-height: 48px !important;
    color: #C50084;
    font-family: 'Roboto Slab', serif;
  }
}

.sidebar-form .form-title{
  font-size: 24px;
  line-height: 32px;
  color: #C50084;
  font-family: 'Roboto Slab', serif;
}

.hs-form-required{
  display:none !important;
}

.sidebar-form .hs-form-field{
  margin: 30px auto;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Arial';
  color: rgba(51, 51, 51, 0.5);
}

.legal-consent-container p{
  margin: 30px auto;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Arial';
  color: rgba(51, 51, 51, 0.5) !important;
}

.sidebar-form .hs-input{
  border: 0px;
  background: #fff;
  padding: 15px 20px;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
}

ul.inputs-list{
  list-style-type: none!important;
}

ul.inputs-list.multi-container{
  list-style-type: none !important;
}

ul.hs-error-msgs.inputs-list{
  list-style-type: none !important;
  color: rgba(51, 51, 51, 0.5) !important;
}

.hs-button, .primary{
  margin-top: 40px;
  background: #C50084;
  border: 0px;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Roboto', regular;
  line-height: 19px;
}

.sidebar-form a:hover, .hs-button:hover, .primary:hover{
  opacity: 0.8;
}

/*************** Case Blog Styles ************
**************************************************************/

@media (min-width: 768px){
  .case-video{
    margin-left: 0px !important;
    margin-top: 80px;
  }
}

.aanleiding{
  background-color: #E2E4E5;
}

@media (min-width: 992px){
  .aanleiding, .aanpak{
    padding: 60px 0;
  }

  .aanleiding-heading, .aanpak-heading{
    font-size: 44px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    line-height: 58px;
    color: #A93A8B;
    text-transform: uppercase;
  }

  .aanpak-heading{
    font-size: 44px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    line-height: 58px;
    color: #00B0CA;
    text-transform: uppercase;
  }
}

@media (max-width: 991px){
  .aanleiding, .aanpak{
    padding: 30px 0;
  }

  .aanleiding-heading, .aanpak-heading{
    font-size: 36px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    line-height: 48px;
    color: #A93A8B;
    text-transform: uppercase;
  }

  .aanpak-heading{
    font-size: 36px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    line-height: 48px;
    color: #00B0CA;
    text-transform: uppercase;
  }
}

.topic-link{
  color: #00B0CA !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Arial';
  margin-right: 5px;
}

#hubspot-topic_data{
  margin: 15px 0px;
}

.cta-after .cta_button::after {
  content: '\f019';
  font-size: 18px;
  color: #fff;
  font-family: Fontawesome;
  opacity: 0.5;
  margin-left:15px;
}


/************************** Content Page Styles ***********
***************************************************************************/
@media (min-width: 992px){
  .section-one{
    padding: 0px 0px 60px 0px !important;
  }
  .section-two, .section-three, .section-four, .section-five{
    padding: 60px 0px !important;
  }
}


@media (max-width: 991px){
  .section-one{
    padding: 0px 0px 30px 0px !important;
  }

  .section-two, .section-three, .section-four, .section-five{
    padding: 30px 0px !important;
  }
}
/*****************************************/
/* Header Wrapper */

.logo{
  width: 120px;
}
.span12.widget-span.widget-type-cell.header{
  margin: 0 auto!important;
  float: none;
}
.span12.widget-span.widget-type-cell.header-inner{

  width: 100%;
  /*     padding-right: 15px;
  padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
}

.lan-tab{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex !important;
  flex-direction: row!important;
  justify-content: flex-end;
  align-items: center !important;
  padding: 0 10px;
}
.lan-tab li a{
  display: inline-block;
  padding: 0 4px;
  text-transform: uppercase;
  text-decoration: none;
  color: #525252;
  opacity: .9;
}
.lan-tab .active a{
  color: #00b0ca;
}
.lan-tab li+li:before{
  content: '|';
}
.lan-tab li a:hover{
  cursor: pointer;
  color: #00b0ca;
  opacity: 1;
}

.span12.widget-span.widget-type-cell.nav-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;

}

/* top menu */

.nav-bottom li a{
  padding: 5px!important;
  color: #7ab41e;
  opacity: .8;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
}
.nav-bottom li:hover a{
  opacity: 1;
}
.hidden{
  display: none;
}
/* top menu ends here */

/* main-menu style */
.main-menu {
  margin-top: 6px;
  left: -50px;
}
.main-menu ul li a{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  padding: 5px 10px 15px 5px !important;
  color: #525252;
  opacity: .9;
  display: inline-block;
}
.main-menu ul li a:hover{
  opacity: 1;
}


/* Dropdown Menu */
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children {

  position: static!important; 

}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {

  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
  background: #00b0ca;
  color: #fff;
  display: block;
  width: 100%;

}

/* Dropdown Menu Style ends here */
/* service portal CTA */
.main-cta{
  width: 150px;
  padding: 10px 5px 10px 10px;
  background-image: url(https://download.bctsoftware.com/hubfs/helpdesk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
/* .span12.widget-span.widget-type-cell.header-bottom{
display: flex;
float: none;
} */
/************************************************  */






/* Responsive Styling Goes Here */
@media(max-width: 1020px){
  ul.hs-menu-children-wrapper {
    grid-template-columns: 275px 1fr !important;
    grid-gap: 25px 0px;
  }

}

/* for screen smaller than 768px */
@media (max-width: 767px){

  a{
    font-family: 'Roboto', sans-serif;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
    float: none !important;
  }


  .span12.widget-span.widget-type-cell.header{
    background-color: #fff;
    position: relative;
    padding: 8px 15px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .logo{
    margin: 0 auto !important;
  }
  .nav-top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


  .header-right{
    float: none !important;
    width: auto;
    display: block;
    z-index: 6000;
    margin: 0 auto !important;
    text-align: center;
  }
  .header-bottom{
    display: block !important;
  }
  .header .fixed{
    display: block;
  }
  .header-inner .logo{
    display: block;
    z-index: 90000;
  }
  .sticky-logo{
    width: 120px !important;
    height: auto;
  }
  #pop-menu{
    position: fixed;
    z-index: 6000;
    left: 0;
    top: -webkit-calc(100vh - 57px);
    top: calc(100vh - 57px);
    height: 75px;
    width: 100vw;
    padding-bottom: 57px;
    /*     overflow: auto; */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
  }


  .open{
    top: 0 !important;
  }





  .logo{
    width: 120px!important;
  }

  /*  bottom navigation on small devices  */
  .nav-bottom-mob{
    position: fixed;
    z-index: 7000;
    bottom: 0;
    left: 0;
    width: 100vw !important;
    background-color: #f2f5f7;
    padding: 12px 0;
    height: 57px;
  }
  .nav-bottom-mob{
    width: 100%;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
  }
  .nav-bottom-mob .icon-envelop{
    background: #00b0ca;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 7px;
  }

  .nav-bottom-mob .icon-envelop img{
    vertical-align: middle;
    height: 12px;
    width: auto;
  }

  .nav-bottom-mob .icon-phone{
    background: #7ab41e;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 7px;
  }

  .nav-bottom-mob .icon-phone img{
    vertical-align: middle;
    height: 12px;
    width: auto;
  }

  .nav-bottom-mob .icon-hamburger{
    width: 30px;
    height: 30px;
    outline: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    position: relative;
    padding: 4px;
  }

  .nav-bottom-mob .icon-hamburger span{
    width: 22px;
    height: 2.5px;
    border-radius: 1px;
    background-color: #424B5A;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .icon-hamburger .ln-a{
    top: 6px;

  }

  .icon-hamburger .ln-b{
    top: 14px;
    width: 20px !important;
  }

  .icon-hamburger .ln-c{
    top: 22px;
    width: 18px !important;
  }
  .icon-hamburger:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color !important;
  }
  .icon-hamburger.cross span:nth-child(1){
    top: 14px !important;
    width: 22px!important;
    webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .icon-hamburger.cross span:nth-child(2){
    opacity: 0;
  }
  .icon-hamburger.cross span:nth-child(3){
    top: 14px !important;
    width: 22px!important;
    webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}


/* for screen with resolution larger than 768px */
@media (min-width: 768px){
  /*  important rule for overriding links behaviour   */

  .importantRule{
    display: grid !important;
  }

  .hs-menu-depth-2 a{
    font-family: 'Roboto', sans-serif !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
    float: left !important;
  }

  .sticky-logo{
    display: none !important;
  }
  .logo{
    width: 180px;
  }
  .header .main-cta {
    bottom: 8px;
  }
  .span12.widget-span.widget-type-cell.header{
    position: static;
    padding: 15px 0 0;
  }

  .span12.widget-span.widget-type-cell.header{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 126px;
    z-index: 999;
  } 

  .header .fixed{
    height:126px;
  }
  .span12.widget-span.widget-type-cell.header-inner{

    /*   height: 143px; */
    margin: 0 auto;
    float: none;
    /*   overflow:hidden; */
  }
  .nav-bottom ul{
    float: right!important;
  }
  .span12.widget-span.widget-type-cell.header.off-canvas {
    height: 70px;
    border-bottom: 1px solid #f2f2f2;
  }
  .main-cta{
    position: absolute;
    right: 0;
    bottom: 8px;
  }


  /*  style for dropdown menu  */

  .nav-bottom-mob{
    display: none;
    opacity: 0;
  }
}
/* ends here */


/* for screen with resolution larger than 1200px  */
@media (min-width: 1200px){
  .span12.widget-span.widget-type-cell.header-inner{
    width: 1140px;
    margin: 0 auto;
  }

  .logo {
    width: 225px !important;
    margin-left: -45px !important;
  }
  .sticky-logo{
    display: none !important;
  }

}

/* 1200px ends here */

.hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{
  left: 0 !important;
}

/********************************************************************** main css  ********************************************************************************/


/* Header Wrapper */

/* Global Important Rule */
.importantRule{
  display: grid !important;
}
.sideBarCalendar .calHeader h4{
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.hs-menu-depth-2 &gt; a {
  pointer-events: none;
}
/* global important rule ends here */
::-webkit-scrollbar{
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
}

#hs_cos_wrapper_module_1543039273216322_ ul li a{
  color: #525252 !important;
  text-decoration: none;
}

.fa-download:before {
  font-family: FontAwesome;
  content: "\f019";
}

.main-section-wrapper{
  float: none !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children {
  position:static !important;
  /*   	background: #00b0ca; */
}
ul.hs-menu-children-wrapper {
  background: #00b0ca;
  width: 100%;
  /*     	padding: 20px; */
  display: grid;
  grid-template-columns: 375px 1fr;
  grid-gap: 25px 0px;
  visibility: visible;
  opacity: 1;
  margin-top: 10px !important;
}

.hs-menu-depth-1 ul .hs-menu-depth-2 .hs-menu-children-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  top: 0;
  left: 0;
  display: inline-block !important;
}

.hs-menu-depth-1 ul .hs-menu-depth-2 .hs-menu-children-wrapper li a{
  display: inline !important;
}

.hs-menu-depth-1 ul .hs-menu-depth-2 a{
  display: inline !important;
  font-size: 16px;
  font-weight: 700;
}

.section-two{
  background-color: #E9EBEB;
}


.parallax-section-1 {
  height: 300px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('https://download.bctsoftware.com/hubfs/BCTNov%20Assets/contentpage-parallax.jpg');
}

.bottom-banner-section{
  background-image: url('https://download.bctsoftware.com/hubfs/BCTNov%20Assets/dummy-01312312.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bottom-banner-overlay{
  background-image: url('https://download.bctsoftware.com/hubfs/BCTNov%20Assets/overlay-white-right.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.main-banner-overlay .cta-button a:after{
  padding: 2px;
  font-family: FontAwesome;
  content: '\f019';
}

.main-banner-overlay .cta-button{
  position: relative;
  top: 100px;
}
.main-banner-overlay .cta-button{
  margin-top: 0 !important;
}
.banner-bottom-overlay .caption{
  text-align: left !important;
}

.banner-bottom-overlay .cta-button{
  margin-top: 32px !important;
}
a#cta_button_1972206_868b7eb6-3529-4d7f-947d-bd5dd89cdd27{
  font-size: 16px;
}

.logo{
  width: 120px;
}
.span12.widget-span.widget-type-cell.header{
  margin: 0 auto!important;
  float: none;
}
.span12.widget-span.widget-type-cell.header-inner{
  width: 100%;
  /*  padding-right: 15px;
  padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
}


.lan-switcher{
  padding: 3px;
}
.lan-tab{
  /*       padding: 0; */
  /*       margin: 0; */
  list-style: none;
  display: flex !important;
  flex-direction: row!important;
  justify-content: flex-end;
  align-items: center !important;
}
.lan-tab li a{
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  padding: 0 4px;
  text-transform: uppercase;
  text-decoration: none;
  color: #525252;
  opacity: .9;
}
.lan-tab .active a{
  color: #00b0ca !important;
}
.lan-tab li+li:before{
  content: '|';
}
.lan-tab li a:hover{
  cursor: pointer;
  color: #00b0ca !important;
  opacity: 1;
}
input.hs-search-field__input {
  /*     width: 170px; */
  border: 1px solid #525252;
  height: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding: 4px;
}

.nav-top input.hs-search-field__input{
  width: 170px !important;
  background: #fff;
}
.span12.widget-span.widget-type-cell.nav-top {
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;

}

.hs-search-field i.fa.fa-search {
  position: relative;
  padding: 7px; 
  border-bottom: 1px solid #525252;
  left: -28px;
  top: -2px;
  transform: rotate(90deg);
}

.header-top .hs-search-field i.fa.fa-search {
border:none;
}

/* top menu */
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a{
  display: inline !important;
}
.nav-bottom li a{
  font-size: 16px !important;
  padding: 5px!important;
  color: #7ab41e;
  opacity: .8;
}

.hidden{
  display: none !important;
}
/* top menu ends here */

/* main-menu style */
.main-menu ul li a{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  padding: 5px 10px 15px 5px !important;
  color: #525252;
  opacity: .9;
  display: inline-block;
}


/* Dropdown Menu */

/* Dropdown Menu Style ends here */
/* service portal CTA */
.main-cta{
  width: 150px;
  padding: 10px 5px 10px 10px;
  background-image: url(https://download.bctsoftware.com/hubfs/helpdesk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 18px !important;
  text-transform: uppercase;
  text-decoration: none;
}
/* .span12.widget-span.widget-type-cell.header-bottom{
display: flex;
float: none;
} */


/* main-section styling */

.section-one h2, .section-three h2{
  font-size: 28px !important;
  color: #a93a8b!important;
}

.section-two .page-center{
  padding: 45px 10px !important;
}

a#cta_button_1972206_2cab95ab-8f87-4524-a678-981006ecf860:hover{
  border: 1px solid #333 !important;
  background-size: 200% 100% !important;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #f2f2f2), color-stop(50%, #fff)) !important;
  background-image: -webkit-linear-gradient(right, #f2f2f2 50%, #fff 50%) !important;
  background-image: linear-gradient(to left, #f2f2f2 50%, #fff 50%) !important;
  color: #333 !important;
  background-position: -100% 0 !important;
  color: #525252 !important;
}

/*********ends here******/

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

.footer:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  z-index: 1;
  background-image: url(http://www.testmonkeys.nl/bct/wp-content/themes/bct/assets/img/footer-overlay.png);
  background-size: cover;
  background-position: -240px center;
  background-repeat: no-repeat;
}

.footer:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  z-index: 1;
  background-image: url(http://www.testmonkeys.nl/bct/wp-content/themes/bct/assets/img/color-line.jpg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.footer{
  position: relative;
  background: #333;
  color: rgba(255,255,255,0.8) !important;
  /*     padding: 30px 0 15px; */
  padding: 30px 0;
  text-align: center;
}

.footer-copyright a{
  text-decoration:none;
  color: #fff;
  opacity: 0.8;
}

.footer-copyright a:hover{
  text-decoration:none;
  color: #fff;
  opacity: 1;
}


/* Blog Listing Page */
#bctLoadBtn{
  display: none;
}

.blogPageBanner{
  background-image: url(https://download.bctsoftware.com/hubfs/BCTNov%20Assets/blogBanner.png);
  height: 171px;
  background-size: cover;
}

.blogNav{
  list-style: none;
  color: #00B0CA;
  opacity: 0.9;
}

@media(min-width: 1200px){
  .post-item{
    -ms-flex: 0 0 30.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30.333333%;
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
    margin-bottom: 118px;
    padding: 0 10px;
  }

}
@media(min-width:767px){
  #hs_menu_wrapper_module_1543039399337419_ &gt;ul{
    margin-right:10px;
  }
  .sideBarCalendar{
    width: 100%;
    display: block;
  }

  .blogNav{
    font-family: 'Roboto Slab', serif !important;
    font-size: 18px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    color: #00B0CA;
    opacity: 0.9;
    list-style: none;
    margin-bottom: 30px;
  }
  .blogNav-item:after{
    content: ' |';
  }
  .blogNav-item:last-child:after{
    content: '';
  }

  #hubspot-topic_data {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }

  .post-header &gt;a{
    display: inline-block;
    font-family: 'Roboto Slab', Regular;
    font-size: 26px;
    max-height: 60px;
    color: #333333;
    overflow: hidden;
    margin-bottom: 24px;
  }

}


@media(max-width: 992px){
  .sideBarCalendar{
    width: 100% !important;
    display: block !important;
  }
  .blogListingCstModule{
    width: 100% !important;
  }
  .blogListingModuleWrapper {
    width: 100% !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px){
  .page-center .caseBlogListingCstModule, .caseBlogListingFilterNav, .caseBlogHeaderContent {
    float: none !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
  }
  .caseBlogHeaderContent{
    margin: 40px auto !important;
  }

}


@media(max-width: 1199px){

  .post-item{
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 118px;
    padding: 0 10px;
  }

  .post-header &gt;a{
    display: inline-block;
    font-family: 'Roboto Slab', Regular;
    font-size: 26px;
    max-height: 60px;
    color: #333333;
    overflow: hidden;
  }

}


@media(max-width: 767px ){

  .blogById_featured-image{
    min-height: 300px;
  }
  .blogListingContentWrapper{
    display: flex;
    flex-direction: column;
  }

  .post-header{
    order: 1;
    line-height: 20px;
  }
  #hubspot-topic_data{
    order: 2;
    margin-top: 10px !important;
  }

  #hubspot-author_data{
    order: 3;
    margin-top: 10px !important;
  }

  .post-item{
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
  }

/*   .post-body{
    max-width: 40%;
  } */
  .blogListingContentWrapper{
    max-width: 50%;
  }
  .post-body .hs-featured-image{
    min-height: auto;
  }
  .post-header p{
    display: none;
  }
  #hubspot-topic_data {
    height: auto;
    line-height: 1.5;
    margin: 0;
  }
  .post-header a{
    font-size: 18px;
  }
}


.blogNavTitle{
  font-weight: 700;
  margin-right: 10px;
}
.blogNavTitle:after{
  content: ' : ';
}
.blogNav-item{
  margin-right: 10px;
  cursor: pointer;
  font-weight: 500;
}
.blogNav-item:hover{
  color: #7ab41e !important;
  cursor: pointer;
  opacity: 1;
}


.hs-featured-image{
  float: none;
  max-width: 100%;
  padding: 0;
  margin: 0;
  min-height:225px;
}
.cstPostListing{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -15px;
  margin-left: -15px;
}



.topic-link, .postListingDate{
  font-family: 'Arial', Regular;
  font-size: 12px;
  color: #A93A8B !important;
  text-transform: uppercase;
}

#hubspot-author_data, .author-link{
  font-family: 'Arial', Regular;
  font-size: 12px;
  color: #2E4747 !important;
  text-transform: uppercase;
}


.post-header &gt; p{
  font-family: 'Roboto', Regular;
  font-size: 16px;
  color: #333333 !important;
  opacity: .5;
  max-height:70px;
  overflow: hidden;
  line-height: 24px;
}
.blogListingPageHeader{
  padding: 50px 0;

}

.blogListingPageHeader h2{
  font-size: 44px;
  font-weight: bold;
  line-height: 58px;
  color: #333333 !important;
}




/* Blog listing page ends here */
/*****************************/
/* case listing styles code */

.caseListingQuote{
  margin-top: 100px;
  margin-bottom: 137px;
}

.caseListingBanner{
  background-image: url(https://download.bctsoftware.com/hubfs/BCTNov%20Assets/caseBanner-sm.png);
  background-size: cover;
  height: 171px;
}

@media(min-width: 767px){
  #hs_menu_wrapper_module_1543039248097320_ &gt;ul{
    margin-left: -52px !important;
  }

  .caseBlogListing{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
  .caseBlog-post-item{
    max-width: 40.333333%;
    padding: 0 15px;
  }

  .caseBlogListingFeaturedImg .hs-featured-image{
    min-width: 357px;
    max-height: 253px;
    min-height: 253px;
  }

  .caseListingContentWrapper a{
    text-decoration: none;
  }
  .caseListingContentWrapper .author-link{
    font-family: 'Roboto', Regular;
    font-size: 14px;
    line-height: 16px;
    color: #fff !important;
  }

  .caseListingContentWrapper .post-header{
    font-size: 16px;
    line-height:17px;
    padding-left: 10px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;

  }
  .caseListingContentWrapper .post-header &gt; a{
    font-size: 16px;
    line-height:17px;
    color: #fff;

  }


  .caseListingContentWrapper{
    background: rgba(0, 172, 262, 0.75);
    width: 253px;
    height: 83px;
    position: relative;
    bottom: 83px;
    left: 37%;

  }

}

@media(max-width: 767px){
  .hidden{
    display: block!important;
    visibility: visible;
  }
  .logo-small{
    display: none!important;
  }
  .header-dropdown--logo{
    display: none!important;
  }

  .caseBlog-post-item {
    width: 100%;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    margin-left: -15px;
    margin-right: -15px;
  }

  .caseListingContentWrapper{
    width: 50%;
  }
  .caseBlog-post-item .post-body{
    width: 40%;
  }
  .caseListingContentWrapper .post-header &gt;a{
    text-decoration: none;
    line-height: 20px;
  }
  .caseListingContentWrapper .author-link{
    text-decoration: none;
  }

}

@media(min-width: 992px){
  .caseListingContentWrapper{
    left: 29%;
  }
}

@media(min-width: 1200px){
  .caseBlogListing{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }

  .caseBlog-post-item{
    max-width: 30.333333%;
  }
  .caseListingContentWrapper{
    left: 30%;
  }

}


/* case listing styles ends here */



/* Responsive Styling Goes Here */


/* for screen smaller than 768px */
@media (max-width: 767px){

  .header-dropdown--logos{
    display: none !important;
  }
  .topSubmenu{
    position: absolute;
    top: 0;
    left: 0;
  }

  .main-cta{
    display: inline-block;
    padding: 10px !important;
    padding-right: 58px !important;
    margin-top: 2rem;
  }


  .hs-menu-depth-2 .hs-menu-children-wrapper{
    left: 0 !important;
    background: #fff;
  }
  .hs-child-trigger{
    background: rgba(3, 2, 1, 0);
    width: 50px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 25px;
    font-size: 15px;
    display: block;
    margin: 0;
    cursor: pointer;
    color: #000;

  }


  /*  new child trigger style ends  */


  .col-right-s5{
    padding-top: 15px;
  }

  .dots{
    text-align: center;
    padding-top: 1.5rem !important;
  }
  .dots img{
    width:38px !important;
  }

  .section-two{
    padding: 30px 15px 45px 30px;
  }

  /*  overlay on small device  */
  .banner-bottom-overlay .overlay-banner {
    background-position: left center !important;
    background-size: cover;
    background-image: url(https://download.bctsoftware.com/hubfs/BCTNov%20Assets/overlay-dark-left.png) !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .span4{
    margin: 0 !important;
  }
  .banner-bottom-overlay .banner-caption{
    display: block;
  }
  .banner-bottom-overlay .banner-caption span{
    color: #fff;
  }
  .banner-bottom-overlay .banner-caption span p{
    color: #fff;
  }
  .banner-bottom-overlay .cta-button{
    display: block !important;
    width: 200px;
  }


  a{
    font-family: 'Roboto', sans-serif;
  }

  .span12.widget-span.widget-type-cell.header{
    background-color: #fff;
    position: relative;
    padding: 8px 15px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .logo{
    margin: 0 auto !important;
  }
  .nav-top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


  .header-right{
    float: none !important;
    width: auto;
    display: block;
    z-index: 6000;
    margin: 0 auto !important;
    text-align: center;
  }
  .header-bottom{
    display: block !important;
  }
  .header .fixed{
    display: block;
  }
  .header-inner .logo{
    display: block;
    z-index: 90000;
  }
  .sticky-logo{
    width: 120px !important;
    height: auto;
  }
  #pop-menu{
    position: fixed;
    z-index: 6000;
    left: 0;
    top: -webkit-calc(100vh - 57px);
    top: calc(100vh - 57px);
    height: 75px;
    width: 100vw;
    padding: 30px 0;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
  }


  .open{
    top: 0 !important;
    height: -webkit-calc(100vh - 57px);
    height: calc(100vh - 57px) !important;
    overflow: auto;
  }

  /*  small screen Submenu  */

  .hs-menu-depth-2:hover{
    cursor: pointer !important;
  }
  .hs-menu-depth-2 a{
    font-size: 14px !important;
    color: #525252;
    line-height: 24px;
    text-transform: uppercase;
  }

  .hs-menu-depth-3 a{
    font-size: 14px!important;
    font-weight: 400 !important;
    line-height: 21px !important;
  }
  .callSubMenu{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #fff !important;
    padding-top: 10px !important;
    padding-bottom: 10px!important;
    transition: all 0.4s ease!important;
    transform: translateX(0);
  }

  .append-menu {
    font-family: 'Roboto slab', serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .hs-menu-item .hs-menu-depth-1 .hs-item-has-children{
    position: relative !important;
  }


  .hs-menu-depth-1{
    padding: 5px;
  }

  .goBack{
/*     display: none !important; */
    transform: translateX(100%);
    transition: all 0.4s ease!important;
    background: #fff!important;
  }
  /*

  /*  bottom navigation on small devices  */
  .nav-bottom-mob{
    position: fixed;
    z-index: 7000;
    bottom: 0;
    left: 0;
    width: 100vw !important;
    background-color: #f2f5f7;
    padding: 12px 0;
    height: 57px;
  }
  .nav-bottom-mob{
    width: 100%;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
  }
  .nav-bottom-mob .icon-envelop{
    background: #00b0ca;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 7px;
  }

  .nav-bottom-mob .icon-envelop img{
    vertical-align: middle;
    height: 12px;
    width: auto;
  }

  .nav-bottom-mob .icon-phone{
    background: #7ab41e;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 7px;
  }

  .nav-bottom-mob .icon-phone img{
    vertical-align: middle;
    height: 12px;
    width: auto;
  }

  .nav-bottom-mob .icon-hamburger{
    width: 30px;
    height: 30px;
    outline: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    position: relative;
    padding: 4px;
  }

  .nav-bottom-mob .icon-hamburger span{
    width: 22px;
    height: 2.5px;
    border-radius: 1px;
    background-color: #424B5A;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .icon-hamburger .ln-a{
    top: 6px;

  }

  .icon-hamburger .ln-b{
    top: 14px;
    width: 20px !important;
  }

  .icon-hamburger .ln-c{
    top: 22px;
    width: 18px !important;
  }
  .icon-hamburger:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color !important;
  }
  .icon-hamburger.cross span:nth-child(1){
    top: 14px !important;
    width: 22px!important;
    webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .icon-hamburger.cross span:nth-child(2){
    opacity: 0;
  }
  .icon-hamburger.cross span:nth-child(3){
    top: 14px !important;
    width: 22px!important;
    webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .footer{
    padding: 30px 0 15px;
  }

  /*   .footer:before{
  background-position: center center;
} */

  .footer-top-nav{
    padding: 30px 0;
  }
  .footer-main-nav{
    padding: 30px 0;
  }

  .footer-top-nav ul li{
    list-style: none;
  }
  .footer-main-nav ul li{
    list-style: none;
  }

  .footer-top-nav ul li a{
    font-family: 'Roboto Slab', Serif;
    text-transform: uppercase !important;
    font-size: 16px!important;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
  }

  .footer-main-nav ul li a{
    font-weight: 40px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
  }

  .footer-logo{
    padding: 30px 70px 15px 0;
  }
  .footer-social{
    width: 60%;
    margin-bottom: 3rem;
  }

  .footer-social a{
    display: inline-block;
    width: 23px;
    height: 23px;
    padding: 2px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.8);
    color: rgba(255,255,255,0.8);
  }
  .footer .hs-search-field i.fa.fa-search {
    color: #ccc !important;
  }
  .footer .hs-search-field i.fa.fa-search {
    top: -32px !important;
    left: 85% !important;
  }

  .footer-wrapper{
    margin-bottom: 30px;
    width: 60% !important;
    text-align: left;
    margin: 0 auto !important;
  }

  .main-menu ul li:hover ul{
    width : 100%;
    background : #00b0ca;
  }


  #hs_cos_wrapper_module_1543402137897638_ {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-right: 10px;
  }

  input.hs-search-field__input {
    background: #333;
  }
  .footer-container-wrapper{
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .footer-copyright{
    width: 70% !important;
    margin: 0 auto !important;
  }


}  /*  css ends for max-width:767px  */



/* for screen with resolution larger than 768px */



@media (min-width: 768px){ 

  /*  css for sticky social icons  */
  #hs_cos_wrapper_module_154479151048488{
    position: fixed;
    top: 220px;
    right: 0;
    z-index: 9999;

  }
  #hs_cos_wrapper_module_154479151048488 a{
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-align: center;
    width: 24px;
    height: 24px;
    color: #fff;
    background-color: #00b0ca;
    opacity: .9;
    margin-bottom: 3px;
  }


  /*  ends  */

  #bctLoadBtn {
    font-size:16px;
    display: block;
    width: 166px;
    height: 41px;
    margin: 0 auto;
    background: #fff;
    color: #707070;
    border: 1px solid #707070;
    cursor: pointer;
    background-position: -100% 0 !important;
    transition: all 0.5s ease
  }
  #bctLoadBtn:hover {
    background: rgba(82,82,82,0.1);
    background-position: 100 0 !important;

  }

  .append-menu{
    display: none !important;
  }
  .m-subMenu-btn{
    display: none !important;
  }
  .n-btn{
    display: none !important;
  }
  /*  Dropdown Menus on Screen above 769px  */

  /*  dropdown logos  */
  .hs-menu-depth-3{
    line-height: 21px;
  }
  .header-dropdown--logos {
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: calc(100% - 250px);
    width: 300px;
    height: 90%;
    z-index: 999;
    vertical-align: middle;
    margin-top: 10px;
  }
  .header-dropdown--logos-two {
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: calc(100% - 250px);
    width: 300px;
    height: 90%;
    z-index: 1000;
    vertical-align: middle;
    margin-top: 10px;
  }
  .header-dropdown--logos-two .row{
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 65px;
  }
  .header-dropdown--logos .row {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 65px;
  }

  .header-dropdown--logo {
    width: 100%;
  }
  .header-dropdown--logos-two .header-dropdown--logo:nth-child(2) {
    padding-left: 18px;
  }


  .main-menu .hs-menu-depth-1 &gt;a{
    font-family: 'Roboto slab', serif;
    text-decoration: none;
    line-height: 27px;
  }
  .main-menu .hs-menu-depth-2 &gt;a{
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
  }

  .hs-menu-children-wrapper{
    display: none;
    padding-top: 20px !important;
    padding-bottom: 20px !important;

  }

  .hs-menu-depth-2{
    display: none;

  }
  .hs-menu-depth-2 .hs-menu-children-wrapper{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 5px;
  }

  #hs_cos_wrapper_module_1543039273216322_ .hs-menu-depth-3 &gt; a{
    padding-left: 0 !important;
    padding-right: 0 ! important;
    padding-bottom: 0 ! important;
  }

  #hs_menu_wrapper_module_1543039248097320_ ul li:hover .hs-menu-depth-2{
    display: list-item;
  }

  #hs_menu_wrapper_module_1543039248097320_ ul li:hover .hs-menu-children-wrapper{
    display: grid;
  }
  #hs_menu_wrapper_module_1543039248097320_ &gt;ul &gt;li &gt;.hs-menu-children-wrapper{
    display: grid !important;
    grid-template-columns: repeat(2, 375px);
    justify-content: center;
    align-content: start;
  }
  #hs_menu_wrapper_module_1543039248097320_ &gt;ul &gt;li &gt;.hs-menu-children-wrapper{
    min-height: 190px;
  }


  .hs-menu-depth-2 .hs-menu-children-wrapper{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    grid-gap: 0 !important;
    line-height: 15px !important;
  }


  .hs-menu-depth-1 ul .hs-menu-depth-2 a {
    display: inline !important;
    font-size: 16px;
    font-weight: 700 !important;
  }

  .hs-menu-depth-2 a{
    font-family: 'Roboto', sans-serif !important;
  }
  .hs-menu-depth-1 ul .hs-menu-depth-2 ul .hs-menu-depth-3 a {
    display: inline !important;
    font-size: 14px !important;
    font-weight: 400 !important;
  }

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

  input[type="text"]{
    border-radius: 0 !important;
    margin-bottom: 0 !important;
  }
  .sticky-logo{
    display: none !important;
  }
  .logo{
    width: 180px;
  }
  .header .main-cta {
    bottom: 8px;
  }
  .span12.widget-span.widget-type-cell.header{
    position: static !important;
    padding: 15px 0 0;
  }

  .span12.widget-span.widget-type-cell.header{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 115px;
    z-index: 999;
  } 

  .header .fixed{
    height:126px;
  }
  .span12.widget-span.widget-type-cell.header-inner{

    /*     height: 143px; */
    margin: 0 auto;
    float: none;
    /* 	  overflow:hidden; */
  }
  .nav-bottom ul{
    float: right!important;
    list-style: none;
    font-size: 16px;
    font-weight: 400;

  }

  .nav-bottom ul li a{
    text-decoration: none;
  }

  .nav-bottom li+li:before{
    content: '|';
    color: #7ab41e !important;
  }
  
  .nav-bottom {
  padding-right:1rem;
  }

  /*   .fixed{
  position: fixed;
  top: 0;
  left: 0;
  height: 126px !important;
  border-bottom: none;
} */

  .s1-textBoxWrapper{
    display: flex !important;
    justify-content: space-between;
  }
  .section-one{
    padding: 60px 0;
  }


  .sec6{
    padding-top: 140px;
    padding-bottom: 102px;
  }

  .section-two .col-left-secTwo{
    width: 32.333333% !important;
  }
  .section-two .col-right-secTwo{
    width: 64.666666%;
  }

  .section-three{
    padding: 70px 0;
  }
  .header-container{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 126px;
    z-index: 999;
    background: #fff;

  }
  .off-canvas {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 70px;
    border-bottom: 1px solid #f2f2f2;
  }

  .off-canvas .main-logo{
    height: 0;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .main-cta{
    position: absolute;
    right: 0;
    bottom: 8px;
  }


  /*  style for dropdown menu  */
  .main-menu ul li{
    list-style: none;
  }
  .main-menu ul li ul li a{
    color: #fff;
  }




  .body-container-wrapper{
    padding-top: 126px;
  }
  .nav-bottom-mob{
    display: none;
    opacity: 0;
  }

  .footer{
    position: relative;
    background: #333;
    color: rgba(255,255,255,0.8) !important;
    /*     padding: 30px 0 15px; */
    padding: 30px 0;
  }

  .footer-wrapper{
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 3rem;
  }

  .footer-top-nav{
    text-align: left;
  }

  .footer-top-nav ul li{
    list-style: none;
  }
  .footer-top-nav ul li a{
    font-family: 'Roboto Slab';
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255,255,255,0.8);
    line-height: 24px;
  }
  .footer-top-nav ul li a:hover{
    cursor: pointer;
    color: #fff;
  }

  .footer-main-nav{
    text-align: left;
  }
  .footer-main-nav ul li{
    list-style: none;
  }

  .footer-main-nav ul li a{
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: rgba(255,255,255,0.8);
    line-height: 24px;
  }

  .footer-main-nav ul li a:hover{
    color: #fff;
    cursor: pointer;
  }
  .footer-copyright{
    margin: 0 auto !important;
    width: 80%;
    float: none;
    text-align: center;
  }
  .footer-copyright a{
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
  }
  .footer-copyright a:hover{
    cursor: pointer;
    opacity: 1;
  }


  .footer:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    z-index: 1;
    background-image: url(http://www.testmonkeys.nl/bct/wp-content/themes/bct/assets/img/color-line.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
  }

  .footer:before {
    width: 120px;
    background-position: right center;
  }

  .footer-social a{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    width: 23px;
    height: 23px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.8);
    color: rgba(255,255,255,0.8);
  }

  .footer-social a:hover{
    color: #fff;
  }

  .footer-social .hs-search-field i.fa.fa-search {
    position: relative;
    left: 175px;
    top: -31px;
    transform: rotate(90deg);
  }
  .social-icon{
    width: 185px !important;
  }
  .social-icon input.hs-search-field__input{
    width: 100%;
    background: #333333;
    color:rgba(255,255,255,0.8);
  }

  .social-icon .hs-search-field i.fa.fa-search {
    left: 78px;
    top: -32px;
    font-size: 15px;
  }

  /*   .hs-search-field i.fa.fa-search {
  color: #000;
} */
  #hs_cos_wrapper_module_1543402137897638_{
    display: flex;
    justify-content: space-between;
  }
  .footer-social{
    margin-bottom: 45px;
  }
  .footer:after{
    bottom: 15px;
  }
  .footer-container{
    width: 100%;
    margin:0 !important;
    padding:0 !important;
  }

  /*  Body section -  */
  /*  Hero Section  */
  .body-container{
    width: 100%;
    margin:0 !important;
    margin: 0 auto;
    padding:0 !important;  
  }

  .hero-section{
    width: 100%;
    /*     padding-top: 126px; */
    background-image: url(http://www.testmonkeys.nl/bct/wp-content/uploads/2018/10/contentpage-banner.png);
  }

  .hero-overlay{
    background-size: 117% 100%; /* move this code to screen 1200px*/
    background-image: url(http://www.testmonkeys.nl/bct/wp-content/themes/bct/assets/img/overlay-white-right.png);
    background-position: right center;
    padding: 95px 0 125px;/* move this code to screen min-769px*/
    min-height: 300px;
    background-repeat: no-repeat;
  }
  .hero-banner{
    width: 80%!important;
    margin: 0 auto !important;	
    float: none !important;
  }
  .hero-banner{
    position: relative;
  }


  /*  bottom banner and overlay  */

  .banner-bottom-overlay .overlay-banner {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .centered-box{
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    bottom: -125px;
    left: 0;
    background: #fff;
  }
  .title h2{
    font-family: "Roboto Slab", serif !important;
    font-size: 48px !important;
    font-weight: 500;
  }
  .text-box-s1{
    padding-top: 60px;
  }



} /*Media Screen 768 ends here*/ 


.hero-cta-group{
  float: right!important;
  width: auto!important;
  margin-right: 100px;
  /* font-family: FontAwesome; */
  text-align: center;
}


/* Hero Section Ends here */

/* Body Section ends here */


/* ends here */

@media (min-width: 576px){  
  .hero-banner {
    max-width: 540px;
  }
  .dots{
    display: none !important;
  }

}


/* for screen with resolution larger than 1200px  */
@media (min-width: 1200px){
  .span12.widget-span.widget-type-cell.header-inner{
    width: 1140px;
    margin: 0 auto;
  }
  .header-dropdown--logos{
    width: 255px;
  }
  .hs-menu-depth-2 {
    width: 375px;
    margin-left: 2.5em;
  }

  .hs-menu-depth-1 .hs-menu-item-has-children &gt;.hs-menu-children-wrapper{
    padding-left: calc(100%-72%);
  }

  .logo {
    width: 225px !important;
    margin-left: -45px !important;
    padding: 0 15px;
  }
  .sticky-logo{
    display: none !important;
  }
  .footer:before {
    width: 200px;
  }



}

/* 1200px ends here */

@media(max-width: 920px){
  .header-dropdown--logos{
    width: 200px;


  }
  /* 	.header-dropdown--logos .row{
  padding-left: 30px;
} */

}

@media(max-width: 567px){
  /*  css for js appended elements  */
  .m-subMenu-btn{
    background: #fff;
    position: absolute;
    left: 100px;
    border: none;
    font-size: 24px;
  }
  .header-dropdown--logos{
    display: none;
  }

}

@media(min-width: 567px){
  .m-subMenu-btn {
    background: #fff;
    position: absolute;
    right:160px;
    /*     left: 100px; */
    border: none;
    font-size: 24px;
  }
}

@media (max-width: 820px){
  .main-cta {
    width: 142px !important;
  }
}

/* style for langauge switcher */
.lang_switcher_class{
  position: absoluute;
  display: inline-block;
}
.globe_class {
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; 
  border-radius: 10px; 
  width: auto;
  height: auto; 
  cursor: pointer;
}
.globe_class:hover .lang_list_class {
  display: flex;
}
.lang_list_class {
  display: flex;
  position: relative;
  top: 0 !important;
  left: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  list-style-type: none;
  padding:0;
  margin: 0;
}

.lang_list_class:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-bottom-color: none;
  margin-left:0;
}
.lang_list_class:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 0;
  border-bottom-color: none;
  margin-left: 0;
  margin-bottom: 0;
}
.lang_list_class li:first-child {
  padding: 0!important;
  border-top : none;
  border-bottom: none;

}
.de-order:before{
  content: "|";
  color: #525252;
}
.fr-order:before{
  content: "|";
  color: #525252;
}
.lang_list_class li:first-child a{
  color: #00b0ca !important;
}
.lang_list_class li:last-child {
  padding: o !important;
  border: none !important;
}

.lang_list_class li:hover a{
  color: #00b0ca !important;
}
.lang_list_class li {
  font-size: 14px!important;;
  line-height: 18px!important;;
  font-weight: 400 !important;
  position: relative;
  background-color: #fff;
  border: none;
  padding: 0 !important;
}
.lang-switcher li.current-lang a {
  color: #00b0ca;
}
.lang_list_class li a{
  font-family: 'Roboto', sans-serif !important;
  padding: 0 4px;
  border: none;
  color:#525252 !important;
}


@media(max-width: 767px){
  .lang_list_class {
    left: 50%;
    right: 0;
    margin: 0 auto;
  }
  #hs_cos_wrapper_module_154479151048488{
    display: none;
  }
    #hs_cos_wrapper_module_154479151048488 &lt; div{
    display: none;
  }
}


</pre></body></html>