/* @import url('http://example.com/example_style.css'); */
@import '//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css';


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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

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

@font-face {
  font-family: 'SofiaProBold';
  src: url('//cdn2.hubspot.net/hubfs/2872216/blog-assets/fonts/2E93A5_0_0.eot');
  src: url('//cdn2.hubspot.net/hubfs/2872216/blog-assets/fonts/2E93A5_0_0.eot?#iefix') format('embedded-opentype'), url('//cdn2.hubspot.net/hubfs/2872216/blog-assets/fonts/2E93A5_0_0.woff2') format('woff2'), url('//cdn2.hubspot.net/hubfs/2872216/blog-assets/fonts/2E93A5_0_0.woff') format('woff'), url('//cdn2.hubspot.net/hubfs/2872216/blog-assets/fonts/2E93A5_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'SofiaProMedium';
  src: url('//cdn2.hubspot.net/hubfs/2872216/blog-assets/fonts/2E93A5_1_0.eot');
  src: url('//cdn2.hubspot.net/hubfs/2872216/blog-assets/fonts/2E93A5_1_0.eot?#iefix') format('embedded-opentype'), url('//cdn2.hubspot.net/hubfs/2872216/blog-assets/fonts/2E93A5_1_0.woff2') format('woff2'),
  url('//cdn2.hubspot.net/hubfs/2872216/blog-assets/fonts/2E93A5_1_0.woff') format('woff'), url('//cdn2.hubspot.net/hubfs/2872216/blog-assets/fonts/2E93A5_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'SofiaProRegular';
  src: url('//cdn2.hubspot.net/hubfs/2872216/blog-assets/fonts/2E93A5_2_0.eot');
  src: url('//cdn2.hubspot.net/hubfs/2872216/blog-assets/fonts/2E93A5_2_0.eot?#iefix') format('embedded-opentype'), url('//cdn2.hubspot.net/hubfs/2872216/blog-assets/fonts/2E93A5_2_0.woff2') format('woff2'),
  url('//cdn2.hubspot.net/hubfs/2872216/blog-assets/fonts/2E93A5_2_0.woff') format('woff'), url('//cdn2.hubspot.net/hubfs/2872216/blog-assets/fonts/2E93A5_2_0.ttf') format('truetype');
}

@font-face {
    font-family: 'sofia_prolight';
    src: url('https://cdn2.hubspot.net/hubfs/2872216/Archief/blog-assets/fonts/sofiapro-light-webfont.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/2872216/Archief/blog-assets/fonts/sofiapro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sofia_prolight';
    src: url('https://resources.gxsoftware.com/hubfs/font-italic/Sofia%20Pro%20Light%20Italic.woff') format('woff'),
          url('https://resources.gxsoftware.com/hubfs/font-italic/Sofia%20Pro%20Light%20Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}




https://resources.gxsoftware.com/hubfs/font-italic/Sofia%20Pro%20Light%20Italic.eot





* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; outline:none;}
body {  margin:0; padding:0; font-size:16px; line-height:34px; font-family: 'Ubuntu', sans-serif; font-weight:400; color:#000; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-transition:transition: all 0.4s ease-in-out; -webkit-font-smoothing: antialiased;}

h1 { color:#333c4e; font-family:'SofiaProMedium', Arial, Helvetica, sans-serif; font-size:30px; margin:0; padding:15px 0 25px; line-height:40px; font-weight:normal; clear:both; }
h2 { font-weight:normal; color:#2da2ef; font-family:'SofiaProMedium', Arial, Helvetica, sans-serif; /*font-size:32px;*/font-size:28px; line-height:40px; margin:0; padding:10px 0 10px; clear:both; }
h3 { font-weight:500; color:#2da2ef; font-family:'SofiaProMedium', Arial, Helvetica, sans-serif; font-size:24px; line-height:36px; margin:0; padding:10px 0 10px; clear:both }
h4 { font-weight:normal; color:#333; font-family:'SofiaProMedium', Arial, Helvetica, sans-serif; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px; clear:both }
h5 { font-weight:normal; color:#333; font-family:'SofiaProMedium', Arial, Helvetica, sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:400; color:#333; font-family:'SofiaProMedium', Arial, Helvetica, sans-serif; font-size:22px; margin:0; padding:10px 0; line-height:26px; clear:both }

img { max-width:100%; height:auto; border:none; }
a { text-decoration:none; color:#000; transition:all ease 0.3s; }

p { margin:0; }
* + h1, * + h2, * + h3 { margin-top:25px; }
* + h4, * + h5, * + h6 { margin-top:20px; }
* + p { margin-top:15px;}

.widget-type-rich_text ul{ padding-left:0; margin:5px 0;}
.widget-type-rich_text ul li{ position:relative; list-style:none; padding:7px 0; padding-left:25px;   color:#000; font-size:20px;   font-family: 'SofiaProRegular'; }
.widget-type-rich_text ul li:before{ content:"\f058"; font-family:'fontawesome'; left:0px; color:#0aa7ff; position:absolute; }

.row-fluid .Product-Detaile h1{ font-weight:400; color:#1ca7fc; }

.row-fluid .container{width:1100px; margin:0 auto !important; float:none !important; }
.row-fluid .Product-Detaile{ font-size:20px; }

.row-fluid .Product-Detaile p{ color:#000; font-size:20px; }
.row-fluid .fetures-text h3{ font-weight:600; color:#1ca7fc;   font-size: 30px; margin-bottom:25px; }
.row-fluid .fetures-text ul li{ color:#000; font-size:20px; font-weight: 600; }
.row-fluid .fetures-text{ color:#000; font-size:20px; }
.Lp-Right-Part .row-fluid .form-lp form .input input{  border-radius: 20px !important;  padding-left: 15px !important; padding-right: 15px !important; font-size: 18px !important;}
.row-fluid .form-lp .actions input[type="submit"]{ font-weight:normal; }
.Lp-Right-Part  .row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; font-size:12px; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }


.row-fluid .meer-area .hs-rss-item.hs-with-featured-image .hs-rss-item-text a.hs-rss-title,.row-fluid .meer-area .hs-rss-description a{ font-weight:600; font-family: 'SofiaProMedium'; }
.row-fluid .meer-area .hs-rss-description a{margin:0 0 0 7px; color:#1ca7fc;}


/* start css */
.row-fluid .headerLp{ background-color:#1ca7fc; padding:25px 0;}
.headerLp .row-fluid .header-title{ text-align:center; color:#fff; font-size:24px; line-height:28px; font-weight:600; }
.row-fluid .main-lpbody-part{ background-color:#f2f2f2; }
/*.row-fluid .Product-Detaile{ padding-bottom:60px; }*/
.row-fluid .main-lpbody-part{ padding-top:86px; padding-bottom:30px; }
/*.row-fluid form ul li{  padding-left:0; }*/ 


input , button , textarea, select , 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"] { margin-bottom: 0px !important;  outline:none; border:none !important; border-radius:25px !important; padding-left:15px !important;  background:#fff; height:36px; padding:0 20px; font-family:'Opan Sans', Arial, Helvetica, sans-serif; font-size:16px; width:100%;  }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button { width:auto; border:none; cursor:pointer; background:url(images/blank.png) no-repeat left top #01adf1; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; -webkit-transition: all  0.4s ease-in-out;
    -moz-transition: all  0.4s ease-in-out;
    -o-transition: all  0.4s ease-in-out;
    -ms-transition: all  0.4s ease-in-out;
    transition: all  0.4s ease-in-out;; }
input[type=submit]:hover , button:hover { background-color:#00658b; }

.row-fluid .form-lp ul.hs-error-msgs { margin:0 !important; padding:0 !important; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 16px; height: 16px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:16px; height:16px; border:1px solid #ccc; border-radius:4px; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#23a5f3; color:#fff; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }
.row-fluid .right-banner-image{ padding-bottom:20px; }
.row-fluid .form-lp{ padding:0 20px; }
.row-fluid .form-lp form label{ display: inline-block; text-transform:inherit; font-size: 12px; padding-bottom: 2px;  padding-left: 3px; color:#2da2ef; }
.row-fluid .form-lp form  .hs-form-field{ padding:7px 0; }

.row-fluid .form-lp  .input  ul.inputs-list li label span{ display:inline-block; padding-left:7px; color:#000; font-size:16px; }
/*.row-fluid .form-lp  .input  ul.inputs-list{ margin-top:100px; }*/
.row-fluid .form-lp .actions input[type="submit"]{  background-color: rgb(241, 72, 75) !important; border-radius:25px !important; text-transform:inherit !important;  font-size: 14px !important; font-family:inherit !important;  line-height: 18px !important; padding:9px 20px !important; }
/*.row-fluid .form-lp .hs_submit { position: relative; top: -153px; }*/
.row-fluid .form-lp .hs-error-msgs li label{ color:red; }
.row-fluid .form-lp .actions input[type="submit"]:hover{ background:#2da2ef !important; }
.row-fluid .form-lp  ul li:before{ display:none; }
.row-fluid .LP-Left-Part{ padding-right:78px; }
.row-fluid .right-banner-image{ padding-bottom:60px; } 
h3:empty{  display:none }
.row-fluid .form-lp .hs_submit{ padding-bottom: 15px;  padding-top: 30px;  }

.row-fluid .decoratio-none a{ text-decoration:none; }

/* ======= start gx ty page ======= */
.row-fluid .header .row-fluid .container{ max-width:1215px;width:100%; }
.row-fluid .header{ padding-bottom:19px; }
.row-fluid .header ul li{ list-style:none; padding:0; margin:0; display:inline-block;  }
.row-fluid .header ul { padding:0; margin:0; }
.row-fluid .header  ul li::before{ display:none; }
.row-fluid .top-nave{ text-align:right; }
.row-fluid .page-logo img{ max-width:110px; }
.row-fluid .top-nave{ padding:6px 0 0; }
.row-fluid .top-nave ul li{ display: inline-block; border-right: 1px solid #dedede;  padding: 0 6px; }
.row-fluid .top-nave ul li a { font-size: 12px; line-height: 10px; line-height: 1rem;  color: #00a5ff; letter-spacing: 1px;  display: block;  text-transform: lowercase; text-decoration:none; }
.row-fluid .top-nave ul li a:hover{ text-decoration:underline; }
.row-fluid .search-area{ text-align:right; padding-top:12px; }
.row-fluid .search-area ul li a{text-decoration:none; font-size:14px; color:#fff; line-height:25px; background-color:#cfd3db; height:25px;  font-size:11px; width:25px; text-align:center; border-radius:50%; display:inline-block; }
.row-fluid .search-area ul li:first-child a {line-height: 26px;}
.row-fluid .search-area ul li{padding:0 3px; } 
.row-fluid .search-area ul li a:hover{ background-color:#00a5ff; }
.row-fluid .navigation ul li a { text-transform: uppercase;  padding: 14px 18px 12px; font-weight:400; font-family: "SofiaProBold"; display: block;  text-decoration: none;  font-size: 14px; line-height: 19px;  color: #000; letter-spacing: 1px; }
.row-fluid .navigation ul li {  border-left: 1px solid #DEDEDE; }  
.row-fluid .navigation ul li:first-child{border-left:none; }
.row-fluid .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ text-overflow:inherit; }
.row-fluid .navigation{ text-align:center; }
.row-fluid .navigation ul li a:hover{ text-decoration:underline; }

.row-fluid .socile-sharing ul li{ padding:0; list-style:none; display:inline-block; padding:0 7px; }
.row-fluid .socile-sharing  ul li::before {  display:none; } 
.row-fluid .socile-sharing {padding-top:60px; padding-bottom:50px }
.row-fluid .socile-sharing ul li a{ color:#9d9d9c; height:30px; width:30px; padding:2px 0; border-radius:100%; border:1px solid #9d9d9c;  display:inline-block; text-align:center; }
.row-fluid .socile-sharing ul { margin: 15px 0;  }

.row-fluid .Dankjewel-Left h2{  font-size: 42px;  line-height: 48px;  color:#1ca7fc; font-weight:600;}
.row-fluid .Dankjewel-Left h3{ margin-top:0; }
.row-fluid .Dankjewel-Left .tilte { padding-bottom:50px; }
.row-fluid .Dankjewel-Body { background-color:#f2f2f2; }

.row-fluid .Dankjewel-Body{ padding:78px 0; }
.row-fluid .detaile2 h3 {  font-size: 27px;  font-weight: bold;  line-height: 30px; }
.row-fluid .detaile2 ul li::before{ content:"\f054"; color:#1ca7fc; }
.row-fluid .detaile2 ul li{ font-weight:bold;  }
.row-fluid .onlin-height{ color:#858585; text-align:center; }

.row-fluid .gx-cta-download{ text-align:center; padding:53px 0 25px; }
.row-fluid .bg-img { display:none; }
.row-fluid .bgimg-main{ background-repeat:no-repeat; background-size:cover; background-position:center center; }
.row-fluid .Dankjewel-Right .bgimg-main.back-image{ height:350px; }
.row-fluid .gx-cta-download a { background-color: rgb(238, 75, 70); border-radius: 50px; color: rgb(255, 255, 255);  display: inline-block; min-width: 150px;  padding: 7px 0; }
.row-fluid .gx-cta-download a:hover{ background-color:#1ca7fc; }

.row-fluid .footer .row-fluid .col{ width:17.9%; float:left }
.row-fluid .footer .row-fluid .col .title{color: #fff; font-size: 27px; font-weight:400; font-family: SofiaProMedium,Arial,sans-serif; margin-bottom: 20px; line-height: 36px; text-align: left; margin-top: 0;  }
.row-fluid .footer{ background:#000000; } 
.row-fluid .footer ul li{ padding:0; margin:0; list-style:none; }
.row-fluid .footer ul li:before{ display:none; }
.row-fluid .footer ul li a { color: rgb(255, 255, 255); display: inline-block;  font-size: 14px; padding: 2px 0; text-decoration:none; }
.row-fluid .footer ul li a:hover {color:#1aa6fd; }

.row-fluid .col.col-5 ul li{ display:inline-block; }
.row-fluid .col.col-5 ul li a{ color:#fff; background-color:#1aa6fd; height:42px; width:42px; font-size:22px; text-align:center; /*padding:10px 0;*/padding:0;line-height:42px; }
.row-fluid .col.col-5 ul li a:hover{ background-color:#c8c8c8; color:#000; } 

.row-fluid .declaration-link ul li a {  color: rgb(160, 160, 160); font-size:14px; text-decoration: none; }
.row-fluid .declaration-link ul li{ display:inline-block;  padding: 0 18px;  border-left: 1px solid rgb(160, 160, 160); line-height: 18px; }
.row-fluid .declaration-link ul li:first-child{ border:none; }
.row-fluid .declaration-link{ text-align:right; }
.row-fluid .footer .row-fluid .container{ max-width:1215px;width:100%; }
.row-fluid .footer-2{ background-color: rgb(31, 31, 31); padding: 20px 0 20px; background-color:#1f1f1f;   }
.row-fluid .footer-2 .row-fluid .left { font-weight:bold; color:#93a0a0; padding-top:8px;  }
.row-fluid .footer-1{ padding:75px 0; }

/* =============  start blog css  ============== */
body.blog-new.hs-blog-listing .row-fluid .blog-right{ display:none; } 
body.blog-new.hs-blog-listing .row-fluid .blog-left{ width:100%; padding-bottom:124px; }
body.blog-new .blog-body-part{ background-color:#f2f2f2; padding-top:120px; }  

.post-listing .post-item,.related-post-item{ text-align:left; float:left;  width:31.2%; margin-right:33.5px;  background-color:#fff;  margin-bottom:35px; background-image:url(https://cdn2.hubspot.net/hubfs/2872216/blog%20border-3.png);  background-position: center bottom;   background-repeat: no-repeat;    background-size: 100% auto; }
.post-listing .post-item:nth-child(3n){ margin-right:0; }
.post-listing{ float:left; width:100%;  }
.post-listing  .post-header{ float:left; width:100%; }
.post-listing  a.hs-featured-image-link,.related-image { height:220px; float:left; width:100%; background-repeat:no-repeat; background-size:cover; background-position:center center;  }
#hubspot-topic_data{ float:left; width:100%; margin-top:0;  }
.topic-link {  background-color: rgb(191, 191, 191); color: rgb(255, 255, 255);  float: right; font-size: 13px; line-height: 20px; text-transform: uppercase;  width: auto; border-radius:0 0 0 6px; padding: 5px 15px; }
.post-listing .post-detaile{ float:left; width:auto; /*padding:25px 35px 0;*/   padding:10px 35px 0;}
.post-detaile h2{ /*font-size:27px;*/ font-size:23px; line-height:30px; font-weight:600; }
#hubspot-author_data{ float:left;  width:100%; padding:12px 35px 42px; line-height: 23px;   color:#7f7f7f;    font-size:15px; }
.post-detaile span{ display:inline-block; font-size:18px;  }
#hubspot-author_data .author-link{ float:left;margin-right:-3px; }
.post-detaile-all{ float:left; width:100%; }
#hubspot-author_data a{ font-size:15px; color:#7f7f7f;  }
#hubspot-author_data .more-link { border: 1px solid rgb(204, 204, 204); color:#7f7f7f;   border-radius: 50%; display: inline-block;  float: right;  height: 35px;  margin-top: -15px; padding: 5px 0; text-align: center; vertical-align: top; width: 35px; }
.post-header > p:first-child{ padding-top:220px; }

a.show-more{ border: 1px solid rgb(97, 97, 97); border-radius: 25px; color: rgb(97, 97, 97); display: inline-block;  font-size: 16px; line-height: 30px; padding: 5px 25px; margin-top:70px;  }
body.blog-new .blog-listing-wrapper{ text-align:center; }
body.blog-new.hs-blog-listing .related-post-section{ display:none; }

.row-fluid .Newsletter-Section{ text-align:center; padding:84px 0px; }
.row-fluid .Newsletter-Section h3{ font-weight:bold; color:#1ca7fc; font-size:36px; line-height:38px; }
.row-fluid .Newsletter-Section .container{ max-width:460px; }
.hs-error-msgs li:before{ display:none; }
.hs-error-msgs li { text-align:left; color:red; font-size:14px; }
.row-fluid .Newsletter-Section .hs-form-required{ display:none; }
.row-fluid .Newsletter-Section form input{ background-color:#f2f2f2; }
.row-fluid .Newsletter-Section form .hs_submit input{ background-color: #ee4b46;   font-family: 'SofiaProRegular'; font-size: 16px;  font-weight: normal; text-align: center; display: inline-block;  padding: 0px 20px !important; /* box-shadow: 0 2px 1px 0px #ccc;*/ box-shadow:inherit; }
.row-fluid .Newsletter-Section form .hs_submit input:hover{ background-color:#1ca7fc;/*box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.4);*/box-shadow:inherit; } 

.row-fluid .Newsletter-Section .hs_email.field.hs-form-field{ float:left }
.row-fluid .Newsletter-Section form .hs_email .input input{ background-color: rgb(242, 242, 242); max-width: 314px;  width: 314px; margin-right:13px; }
.row-fluid .Newsletter-section-text{ padding-bottom:54px; }

.row-fluid .header-blog .row-fluid .title i{ /*font-weight:normal;font-weight:700;*/ font-family: 'sofia_prolight'; }
.row-fluid .header-blog .row-fluid .title{ font-size:30px; line-height:32px; /*font-weight:bold;*/ color:#fff;  font-family: 'SofiaProMedium', Arial, Helvetica, sans-serif;}
.row-fluid .header-blog { text-align:center; padding:30px 0px 34px; background-color:#1ca7fc; }
.row-fluid .filter-tag-section ul li:before{  display:none; }
.row-fluid .filter-tag-section ul li{ display:inline-block; padding:0px 20px; }
.row-fluid .filter-tag-section ul li a{ text-transform:capitalize;  font-size:18px; line-height:24px; font-family: 'SofiaProRegular'; font-weight: normal;  font-style: normal; }
.row-fluid .filter-tag-section ul li span{ display:none; }
.row-fluid .filter-tag-section ul li a:hover{font-weight:bold;}

.row-fluid .search-frm{ position:relative; }
.row-fluid .search-frm a{ position:absolute; color:#939292; top:5px; right:14px; }
.row-fluid .search-frm input{ border:1px solid #939292 !important; padding-right:30px; }
.row-fluid .blog-search{ padding:28px 0 26px; }
.row-fluid .filter-tag-section{ text-align: right;  padding-right: 40px; }
.row-fluid .filter-tag-section ul li a.active{ color:#fff; }

.row-fluid .blog-footer{ background-color:#1ca7fc; padding:70px 0 55px; }
.row-fluid .blog-footer .row-fluid .title { font-size:24px; line-height:32px; /*font-weight:bold;*/ color:#fff;  font-family: 'SofiaProMedium', Arial, Helvetica, sans-serif;}
.row-fluid .blog-footer .row-fluid .title i{ /*font-weight:normal;font-weight:700;*/ font-family: 'sofia_prolight'; }
.row-fluid .blog-footer ul li { display:inline-block; padding:7px 15px !important;}
.row-fluid .blog-footer ul li:first-child{ padding-left:0; }
.row-fluid .blog-footer ul li a{ color:#fff; } 
.row-fluid .blog-footer{ text-align:center; } 
.row-fluid .blog-footer ul{ margin:11px 0px; padding:0; }
 
body.blog-new.hs-blog-post  .blog-body-part{ background-color:#fff; } 
.blog-post-wrapper .hs-featured-image-wrapper a{ background-repeat:no-repeat; height:460px; background-size:cover; background-position:center center; float:left; width:100%; }
.blog-post-wrapper .post-date{ float:left; width:100%; padding-top:67px; padding-bottom:5px;   }
.blog-post-wrapper .post-date .date{  float: left;  padding-left: 15px;  font-size: 15px; }
.blog-post-wrapper #hubspot-topic_data{ width:auto; }
.blog-post-wrapper .topic-link{ padding: 3px 12px }
body.blog-new.hs-blog-post  .blog-search{ display:none; }
.blog-post-wrapper h1{ font-weight:bold; color:#1ca7fc; font-size:44px; line-height:50px; }
.blog-post-wrapper h3{ font-weight:bold; color:#000; font-size:28px; line-height:32px; padding-bottom:0; }
.blog-post-wrapper h4{ font-size:24px; line-height:28px; /*font-weight:bold;*/ }
.blog-post-wrapper h3{ font-weight:bold; }

body.blog-new.hs-blog-post .blog-body-part{ padding-top:82px; }
.row-fluid .Authors-Details{  }
.row-fluid .Authors-Details .span2{ background-repeat:no-repeat; background-size:cover; background-position:center center;  float:left; width:125px; height:125px; border-radius:50%; }
.row-fluid .Authors-Details .span10{ float:left; width:100%; color:#999999; padding-top:38px; }
.row-fluid .Authors-Details .span10 a{ font-weight:bold; font-size:18px; line-height:22px; color:#000;  }
body.blog-new.hs-blog-post  .Contact-Section h4{ font-weight:bold; font-size:18px; line-height:22px; color:#000;  padding-bottom:22px;}
body.blog-new.hs-blog-post  .Contact-Section a{  border: 1px solid #999999; border-radius: 15px; color:#999999;  display: inline-block; font-size: 13px; margin-bottom: 18px;  min-width: 82px; padding: 1px 0;    text-align: center; }
body.blog-new.hs-blog-post  .Contact-Section{ padding-top:30px; }
body.blog-new.hs-blog-post .share-socile h4{ font-weight:bold; font-size:18px; line-height:22px; color:#000;  padding-bottom:12px; }
body.blog-new.hs-blog-post .share-socile{ padding-top:15px; padding-top: 25px;  padding-bottom: 20px; }
body.blog-new.hs-blog-post  .Contact-Section a:hover{ color:#1ca7fc; border:1px solid #1ca7fc; }
body.blog-new.hs-blog-post .share-socile ul li:before{ display:none; }
body.blog-new.hs-blog-post .share-socile ul li{ display:inline-block; padding-left:0; }
body.blog-new.hs-blog-post .share-socile ul li a{ color:#a5a5a4; height:35px; width:35px; border-radius:50%; border:1px solid #a5a5a4; display:inline-block; margin:0 5px; text-align:center; padding:5px 0; }
body.blog-new.hs-blog-post .share-socile ul li a:hover{ color:#1ca7fc; border:1px solid #1ca7fc; }
.row-fluid .Whitepaper-Section{ padding-top:15px; }  
.row-fluid .Whitepaper-Section h4{ font-weight:bold; font-size:18px; line-height:22px; color:#000;  padding-bottom:18px; }
.row-fluid .Whitepaper-Section a{ background-color: #ee4b46; font-size: 16px; border-radius:20px; font-weight: normal; text-align: center; color:#fff; display: inline-block;  padding: 5px 20px !important;  box-shadow: 0 2px 1px 0px #ccc; }
.row-fluid .Whitepaper-Section a:hover{ background-color:#1ca7fc;box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.4); }
/*body.blog-new.hs-blog-post ul li:before{ content:"\f054"; }*/
body.blog-new.hs-blog-post .post-detaile {  float: left; width: 100%;  padding: 25px 35px; padding-bottom:0; }
body.blog-new.hs-blog-post .related-post-section{ background-color:#f2f2f2; padding:60px 0 90px; margin-top:40px; }
.row-fluid .Whitepaper-Section a:hover{ color:#1ca7fc; color:#fff; }
body.blog-new.hs-blog-post .related-post-section h3{  font-size: 28px;  text-align: center; padding-bottom: 50px;    }
#hubspot-author_data a.more-link:hover{ border:1px solid #1ca7fc; color:#1ca7fc; }
.related-post-item:nth-child(3n){ margin-right:0; }

.hs-author-profile .hs-author-avatar{ background-repeat:no-repeat; background-size:cover; background-position:center center; height:125px; width:125px; border-radius:50%; display:block; margin:0 auto; }
.hs-author-profile h2{ font-weight:600; margin-top: 15px;  }
.hs-author-profile{ padding-bottom:50px;  float:left; width:100%; }
 
.row-fluid .vragen-area .row-fluid .container{ max-width:364px; }
.row-fluid .vragen-area{ text-align:center; }
.row-fluid .vragen-area .row-fluid .title h2{ font-weight:bold; font-size:36px; }
.row-fluid .vragen-area .right-side { text-align:left; font-size: 16px; }
.row-fluid .vragen-area .row-fluid .sub-title{ font-size:25px; padding-bottom:52px;  }
.row-fluid .profile-image{ height:125px; width:125px; float:right;  margin-right: 27px;   border-radius: 50%; } 
.row-fluid .vragen-area{ background-color:#f2f2f2; padding:75px 0 102px; } 
body.blog-new.hs-blog-post .row-fluid .vragen-area{ display:none; }

.search-results + .post-listing + a.show-more{ display:none; }
.row-fluid .search-result a.show-more{ display:none; }
.row-fluid .search-result{ display:none; }
body.blog_search .row-fluid .search-result{ display:block; }
body.blog_search .row-fluid .blog-body-part{ display:none; }
.row-fluid .search-result { background-color:#f2f2f2; }
.row-fluid .search-result .blog-listing-wrapper{  text-align:left;  max-width: 700px; display: block; margin: 0 auto; }
.row-fluid .search-result .blog-listing-wrapper h2{ padding-bottom:0;   padding-bottom: 0;  }
.row-fluid .search-result .blog-listing-wrapper h2 a{ color: #1ca7fc;  }
.row-fluid .search-result{ padding:60px 0; }
.row-fluid .search-result  .post-listing{ padding-bottom: 29px; padding-top: 11px; }
<input id="searchBox" type="text" placeholder="search" />

.right-side strong{ font-size: 20px;  }


.row-fluid .dankjewel-left-detaile{ color:#000; font-size:20px;  font-family: 'SofiaProRegular'; }
.row-fluid .col-5 ul{ padding-left:0; }
/*.row-fluid .dankjewel-left-detaile h1{ padding-bottom:70px; color:#1ca7fc; font-weight:600;  font-size:45px; line-height:50px;     padding-bottom: 56px; }*/
.row-fluid .dankjewel-left-detaile h1{ padding-bottom:70px; color:#1ca7fc; font-weight:100; font-family:SofiaProRegular,Arial,sans-serif; font-size:45px; line-height:50px; padding-bottom: 56px; }
.row-fluid .dankjewel-left-detaile h2{ font-size: 30px; line-height: 36px; font-weight: 600; }

.row-fluid .meer-area{ padding-top:120px; }
.row-fluid .meer-area .hs-rss-item.hs-with-featured-image .hs-rss-item-text{ float:right; padding-left: 25px; padding-right:0px;   font-family: 'SofiaProRegular'; color:#000; }
.widget-type-rss_listing {  padding-top: 21px; }
.row-fluid .meer-area .hs-rss-item{ margin-bottom:20px; }

.row-fluid .footer ul{ padding-left:0; }


.row-fluid .logo-blog img{  max-width: 77px; }
.row-fluid .filter-tag-section a.mobile-trigger{ padding: 0 25px;    padding-right: 20px !important;  font-size:24px; line-height:40px; color:#fff; cursor:pointer; color:#8dd3fd !important; font-family: 'SofiaProRegular';text-transform:lowercase !important; }
.blog-global-header .row-fluid .filter-tag-section a.mobile-trigger{text-align:left !important; width: auto !important;}

.row-fluid .filter-tag-section { text-align:left; font-family: 'SofiaProRegular';  }
.row-fluid .filter-tag-section ul{  padding:25px; margin: 0; background: #3eb4fc;  position: absolute;  /*top: 67px;*/ top:72px; left:-25px; display:none; width:300px; max-width:300px; }
.row-fluid .filter-tag-section ul li{ padding:0 0; }
.row-fluid .filter-tag-section ul li a{ font-size:18px; line-height:36px; color:#8dd3fd; }
.row-fluid .filter-tag-section .widget-module{ position:relative; }
.row-fluid .filter-tag-section ul li{ display:inline-block; width:100%; }
.row-fluid .filter-tag-section ul li a:hover{ color:#fff; }


.row-fluid .filter-tag-section a.mobile-trigger{ position: relative; }
.row-fluid .filter-tag-section a.mobile-trigger:before { content: "\f0d7 "; font-family: fontawesome;  position: absolute;  right: 4px;  font-size: 16px;  top: 7px; }
/* .row-fluid .filter-tag-section a.mobile-trigger.add-open:before{ content: "\f0d7 "; } */

.row-fluid .f-logo-title{ color: #fff; font-size: 14px; line-height: 18px; padding: 0 11px;  margin-bottom: 15px; }  
.row-fluid  .footer-logo-f img{     max-width: 84px; }
.blog-new .row-fluid .footer-right{ border-left: 1px solid #7bccfe; padding:20px 0; }
.blog-new .row-fluid .footer-left{ padding:15px 0; }
.blog-new .row-fluid .row-footer > div > div { display:flex; }
 
.row-fluid .topic-header{ text-align:center;  background:#f2f2f2; padding-bottom:50px;  }  
.row-fluid .topic-header .row-fluid .topic-name{ font-size:21px; line-height:35px; color:#1ca7fc;  text-transform:none; font-family: 'sofia_prolight'; font-weight: normal;  font-style: normal; }
.row-fluid .topic-header h2, .row-fluid .topic-header h1{ color:#1ca7fc;  font-weight:bold;    font-family: 'SofiaProMedium';  font-size: 35px;  line-height: 39px; }
 .row-fluid .topic-header h1{padding:10px 0; margin:0;}


.row-fluid .author-bio{ color:#1ca7fc; font-size:21px; font-family: 'sofia_prolight'; font-weight: normal;  font-style: normal;  padding-bottom:20px;  } 
body.blog-new.hs-blog-post .share-socile ul{ padding-left:0;  margin-left: -4px; }
body.blog-new{  font-family: 'SofiaProRegular'; font-weight:normal; font-style:normal; }

body.blog-new.hs-blog-post .hs_cos_wrapper_type_rich_text{ font-family: 'SofiaProRegular'; line-height: 30px; font-size:20px;   }
body.blog-new.hs-blog-post .hs_cos_wrapper_type_rich_text ul{ background: #f2f2f2;  padding: 42px 55px;  line-height: 45px;   margin: 55px 0; font-size:20px; }

body.blog-new h1,body.blog-new h2,body.blog-new h3,body.blog-new h4{  font-family: 'SofiaProMedium'; }
body.blog-new .post-detaile h2{ font-weight:600; }


body.blog-new .row-fluid .blog-left{ padding-right: 45px; }


#hubspot-author_data{  font-family: 'sofia_prolight'; font-weight: normal;  font-style: normal; }
#hubspot-author_data a{ font-family: 'sofia_prolight'; font-weight: normal;  font-style: normal;  }
.Authors-Details{ font-family: 'sofia_prolight'; font-weight: normal;  font-style: normal; }
.row-fluid .Authors-Details .span10 a{      font-family: 'SofiaProMedium';  font-weight:normal;  }




/* start responsiv */
@media (max-width: 1199px){
    .row-fluid .header .row-fluid .container,.row-fluid .footer .row-fluid .container{ width:95%; padding:0 15px; }
    .blog-global-header .row-fluid .filter-tag-section a.mobile-trigger{left:25px;}
    .blog-global-header .row-fluid .filter-tag-section ul{left:0 !important;}
    .blog-global-header .row-fluid .filter-tag-section ul li {padding: 0 !important;}
}
@media (max-width: 1099px){
 .row-fluid .container{ width:95%; padding:0 15px; }   
 .row-fluid .header .row-fluid .container,.row-fluid .footer .row-fluid .container{ width:95%; }
    
}

@media (min-width:992px) and (max-width: 1199px){
 .row-fluid .search-area {  margin-left: 0;  max-width: 78px;  padding-top: 12px;  text-align: right;  width: 78px; }
 .row-fluid .navigation ul li a{ font-size:12px; }
 .row-fluid .header{ padding-bottom:14px; }
 .span3.widget-span.widget-type-cell.col.col-5{ margin-left:0; width:20%; }
 .row-fluid .footer-2{padding:20px 0px; }
     
}

@media (min-width:768px) and (max-width: 991px){
.row-fluid .search-area{  width: 295px;      max-width: 295px; }
.row-fluid .Dankjewel-Body{ padding:60px 0; }
.row-fluid .Dankjewel-Left .tilte{  padding-bottom: 26px;  }
.row-fluid .socile-sharing { padding-bottom: 34px;  padding-top: 46px; }
.row-fluid .footer-1{ padding:54px 0; }
.row-fluid .footer .row-fluid .col{  width: 31.4%;  margin-bottom:24px; }
.row-fluid .footer-2{ padding:10px 0 3px; }
.row-fluid .footer-2 .row-fluid .left{   font-size: 14px; }
.post-listing a.hs-featured-image-link, .related-image{  height: 160px; }
.post-listing .post-detaile{ padding-bottom:0; }
 
body.blog-new .row-fluid .blog-left { padding-right: 0px; }
 
}

@media (max-width: 991px){
    
.row-fluid .header .row-fluid .container,.row-fluid .footer .row-fluid .container{ width:95%; }
.row-fluid .navigation.mainmenu{ min-height: 0; }
.row-fluid .search-area{ padding-top:0; }
.row-fluid .top-nave{ display:none; }
.row-fluid .header{ padding-bottom: 0; }
.row-fluid .search-area { position: absolute; right: 70px;  top: 26px; }
.row-fluid .page-logo {  padding: 21px 0; }
.row-fluid .navigation ul li{ border-left:none; }
.row-fluid .navigation ul li a{ font-size:14px !important; color:#fff; }
.row-fluid .vragen-area .right-side{ text-align:center; }


/* === menu === */
  
      
 
.mainmenu, .mainmenu *{display: block;float: none;position: static;top: auto;right: auto;left: auto;bottom: auto;padding: 0px;margin: 0px;background-image: none;background-color: transparent;
border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: none;-moz-box-shadow:    none;box-shadow: none; max-width: none;width: 100%;height: auto;
line-height: 1;  font-weight: normal;text-decoration: none;text-indent: 0px;text-align: left;color: #fff;}
a.mobile-trigger {  display: inline-block !important;  cursor: pointer;   position: absolute;   top: 19px;     right: 15px;       width: 40px;   height: 38px;   padding: 9px 8px;
  background: #000;  z-index: 99999999999;  -webkit-transition: background-color 0.2s linear;   font-size: 16px;  font-weight: normal;  text-align: left;  text-transform: uppercase;
  border-radius: 6px;  -webkit-transition:color .2s ease-in;   -moz-transition:color .2s ease-in;  transition:color .2s ease-in;}
a.mobile-trigger:hover {  text-decoration: none;   color: #fff;}
a.mobile-trigger span{  display: inline;}
a.mobile-trigger span:before{  position: absolute;  content: 'Menu'; }
a.mobile-trigger span:after{  position: relative;  right: 2px;  content: 'Close'; 
  background-color: #000;  opacity: 0;  transition: opacity .4s ease-in-out;  -moz-transition: opacity .4s ease-in-out;  -webkit-transition: opacity .4s ease-in-out; }

/* Change button when menu is open */
.mobile-open a.mobile-trigger{  -webkit-transition:background-color 0.2s linear;   -moz-transition:background-color 0.2s linear;   transition:background-color 0.2s linear;  background: transparent;   }
.mobile-open a.mobile-trigger span:after{ opacity: 1; }

/* Toggle Button Icon & Animations */
a.mobile-trigger i {  display: inline;  position: relative;  top: -2px;  margin-left: 0;  -webkit-transition-duration: 0s;  -webkit-transition-delay: .2s;  -moz-transition-duration: 0s;  -moz-transition-delay: .2s;
  transition-duration: 0s;  transition-delay: .2s;}
a.mobile-trigger  i:before, a.mobile-trigger i:after {  position: absolute;  content: '';}
a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {  width: 24px;  height: 3px;  background-color: #fff;  display: inline-block;}
a.mobile-trigger  i:before {  margin-top: -8px;   -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0;}
a.mobile-trigger  i:after {  margin-top: 8px;   -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0;}
.mobile-open a.mobile-trigger i {  background-color: rgba(0,0,0,0.0);  -webkit-transition-delay: .2s;  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
  box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);}
.mobile-open a.mobile-trigger i:before {  margin-top: 0;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  transform: rotate(45deg);  -webkit-transition-delay: 0, .2s;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);  box-shadow:  0px 1px 1px rgba(0, 0, 0, 0);}
.mobile-open a.mobile-trigger i:after {  margin-top: 0;  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  transform: rotate(-45deg);  -webkit-transition-delay: 0, .2s;  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);  box-shadow:0px 1px 1px rgba(0, 0, 0, 0);}

/* Child Toggle Button */
span.child-triggerm {  display: block !important;   cursor: pointer;   position: absolute;  top: 0px;  right: 0px;  width: 55px !important;  min-width: 55px !important;  height: 45px !important; 
  padding: 0 !important;  border-left: 1px dotted rgba(255, 255, 255, .20);}
span.child-triggerm:hover {  text-decoration: none;}

/* Child Toggle Button Icon & Animations */
span.child-triggerm span {  position: relative;  top: 50%;   margin: 0 auto !important;  -webkit-transition-duration: .2s;  -moz-transition-duration: .2s;  transition-duration: .2s;}
span.child-triggerm span:after {  position: absolute;  content: '';}
span.child-triggerm span, span.child-triggerm span:after {  width: 10px;  height: 1px;   background-color: #fff;  display: block;}
.row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
span.child-triggerm span:after {  -webkit-transform: rotate(-90deg);   -ms-transform: rotate(-90deg);  transform: rotate(-90deg);   -webkit-transition-duration: .2s;   -moz-transition-duration: .2s;
  transition-duration: .2s;}
span.child-triggerm.child-open span:after {  -webkit-transform: rotate(-180deg);   -ms-transform: rotate(-180deg);  transform: rotate(-180deg);   -webkit-transition-duration: .2s;   -moz-transition-duration: .2s;
  transition-duration: .2s;}
span.child-triggerm.child-open span {  -webkit-transform: rotate(180deg);   -ms-transform: rotate(180deg);  transform: rotate(180deg);   -webkit-transition-duration: .2s;   -moz-transition-duration: .2s;
  transition-duration: .2s;}

/* Menu Styles on Mobile Devices */  
.mainmenu.js-enabled .hs-menu-flow-horizontal,.mainmenu.js-enabled .hs-menu-children-wrapper{  display: none;}  
.mainmenu ul.hs-menu-children-wrapper {  visibility: visible !important;  opacity: 1 !important;  position: static !important;  display: none;}
.mainmenu.js-enabled .hs-menu-flow-horizontal{  position: absolute;  top: 00px; padding-top:80px;  left: 0px;   width: 100%;  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);  -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
  box-shadow:  0px 5px 5px 0px rgba(0, 0, 0, 0.65);}
.mainmenu .hs-menu-flow-horizontal{  padding: 40px 0 0 0;  background-color: #000;   width: 100%;  z-index: 8888;}
.mainmenu .hs-menu-flow-horizontal > ul > li{  position: relative;}
.mainmenu .hs-menu-flow-horizontal > ul > li a{  font-size: 17px;  line-height: 45px;  overflow: visible;}
.mainmenu .hs-menu-flow-horizontal ul li{  border-top: 1px dotted rgba(255, 255, 255, .35); }
.mainmenu .hs-menu-flow-horizontal ul li a{  padding: 0 10px;}
.mainmenu .hs-menu-flow-horizontal ul li a:hover{  color: #fff; }
.mainmenu .hs-menu-flow-horizontal > ul ul li{ background-color: rgba(255, 255, 255, .08);}
.mainmenu .hs-menu-flow-horizontal > ul ul li a{  text-indent: 10px;  font-size: 16px; }
.mainmenu .hs-menu-flow-horizontal > ul ul ul li a{  text-indent: 30px; }
.mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{  text-indent: 50px;}

.blog-global-header .row-fluid .filter-tag-section a.mobile-trigger {
    line-height:24px;
}
.blog-global-header .row-fluid .filter-tag-section a.mobile-trigger:before {
    top:5px !important;
}


    
}

@media (max-width: 767px){
.row-fluid .logo-lp  img{ max-width:70px; }
.row-fluid .logo-lp { text-align:center; left:0px;  top:23px; right:0; margin:0 auto; position:absolute; }
.headerLp .row-fluid .header-title{ padding-top:45px; }
.row-fluid .main-lpbody-part{ padding-top:6px; text-align:left; }
.row-fluid .LP-Left-Part{ padding-right:0; }
/*.row-fluid .Product-Detaile{ padding-top:26px; }*/
.row-fluid .fetures-text{ text-align:left; }
ul li{ padding:4px 0 4px 25px; }
.row-fluid .Lp-Right-Part{ padding-top:25px; }
.row-fluid .form-lp{ text-align:left;padding:0; }
/*.row-fluid .Product-Detaile{ padding-bottom: 32px;  }*/
.row-fluid .right-banner-image{ padding-bottom:20px; } 
h3:empty{  display:none }
.row-fluid .Dankjewel-Body{ padding:34px 0; }
.row-fluid .Dankjewel-Left h2{  line-height: 36px;  font-size: 32px }
.row-fluid .Dankjewel-Left .tilte{  padding-bottom: 25px;  }
.row-fluid .socile-sharing { padding-bottom: 18px;  padding-top: 32px; }
.row-fluid  .Dankjewel-Right{ padding-top:20px; }
.row-fluid .gx-cta-download{ padding:41px 0 25px; }
.row-fluid .footer-1{ padding:44px 0; }
.row-fluid .footer .row-fluid .col{ width:100%; }
.row-fluid .declaration-link{ text-align:left; }
.row-fluid .footer-2 .row-fluid .left{ padding-bottom: 10px; }
.row-fluid .declaration-link ul li{  padding: 0 10px;  font-size:15px;}
 .row-fluid .footer-2{ padding:20px 0 24px; }
.row-fluid .declaration-link ul li:first-child{ padding-left:0; }

body.blog-new .row-fluid .blog-left{ padding-right: 0px; }


.row-fluid .header-blog .row-fluid .title{  padding-right: 122px; text-align: left; font-size: 22px; line-height: 30px; }
.row-fluid .header-blog{ padding:15px 0; }
.row-fluid .filter-tag-section .widget-module > ul {display:none; background-color: rgb(28, 167, 252); left: 0; padding: 10px 24px;  position: absolute; right: 0; top: 78px; z-index:1; width: 100%; }
.row-fluid .filter-tag-section .widget-module > ul > li{  float: left; padding: 4px 0; text-align: left; width: 100%; }
.row-fluid .filter-tag-section ul li a{ color:#fff; }
.row-fluid .filter-tag-section{ min-height:0; }
body.blog-new .blog-body-part{ padding-top:60px; }
.post-listing .post-item, .related-post-item{ margin-right:0; width:100%; }
.post-detaile-all { height:auto !important; } 
.post-header > p:first-child{ padding-top:30px; }
.post-listing .post-detaile{ padding:25px }
#hubspot-author_data{ padding:12px 25px 38px; }
.post-detaile h2{ font-size: 24px; line-height: 29px; } 
a.show-more{ margin-top:20px; }
body.blog-new.hs-blog-listing .row-fluid .blog-left{ padding-bottom:60px; }
.row-fluid .Newsletter-Section{ padding:38px 0 47px; }
.row-fluid .Newsletter-section-text{ padding-bottom:32px; }
.row-fluid .Newsletter-Section form .hs_email .input input{ width:100%; }
.row-fluid .Newsletter-Section .hs_email.field.hs-form-field{ width:100%; }
.row-fluid .vragen-area{ padding:35px 0 56px; }
.row-fluid .vragen-area .row-fluid .sub-title{ padding-bottom:35px; }
.row-fluid .covere-main { text-align: center; }
.row-fluid .profile-image{ float: none; display:inline-block; margin-right: 0; }
.row-fluid .right-side { padding-top: 15px;  text-align: center; }
.row-fluid .blog-footer{ padding:28px 0 15px; }
body.blog-new.hs-blog-post .blog-body-part{ padding-top: 60px;  }
.blog-post-wrapper .hs-featured-image-wrapper a{ height:280px; }
.blog-post-wrapper h1{ font-size: 36px;   line-height: 45px;  }
.blog-post-wrapper .post-date{   padding-top: 44px; }
body.blog-new.hs-blog-post .related-post-section{ padding:38px 0 16px; }
body.blog-new.hs-blog-post .related-post-section h3{ padding-bottom:30px;  }
.row-fluid .Authors-Details{ padding-top:40px; }
.row-fluid .main-lpbody-part{ padding-top: 38px; }


.row-fluid .dankjewel-left-detaile h1 { font-size: 36px; line-height: 46px; padding-bottom: 10px; }
.row-fluid .Dankjewel-Body{ padding:18px 0; }
.row-fluid .meer-area { padding-top: 30px; }

.row-fluid .meer-area .hs-rss-item.hs-with-featured-image .hs-rss-item-text{ float: right;  padding-left: 0; width:100%; padding-bottom:20px; }
.row-fluid .meer-area .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{ display: inherit; width: 100%;  float: right; }


.row-fluid .Dankjewel-Right{ padding-top:0; }


.row-fluid .filter-tag-section a.mobile-trigger{ background:transparent; /*width:100%;*/ width:auto; text-align:right; text-transform:capitalize; right:auto; left:5px; top:10px;}
.row-fluid .header-blog .row-fluid .title{ width:100%; padding:0; padding-top:50px; text-align:center; }
.row-fluid .filter-tag-section a.mobile-trigger:before{ top:5px !important; }

.row-fluid .filter-tag-section{ position: absolute;  right: 0;  padding: 0; top: 2px; width:100%; }
.row-fluid .logo-blog{ position: absolute;  /*left: 15px;*/ right:15px;     top: 16px; }    
.row-fluid .filter-tag-section .widget-module > ul{ max-width: 100%; margin-top: 0;  border-top: 1px solid #ffffff73;  top: 107px; }
.row-fluid .filter-tag-section ul li a{ color:#c6e9fe; }
.blog-new .row-fluid .footer-right {  border-top: 1px solid #7bccfe; border-left:0; padding-top: 28px;   }
.blog-new .row-fluid .footer-left{ padding: 15px 0;  width: 100%; padding:5px 0; }
.blog-new .row-fluid .row-footer > div > div{ display:inherit;  }

.row-fluid .topic-header{  padding-bottom: 40px; }

}

@media (min-width: 768px) and (max-width:991px){
    .span8.widget-span.widget-type-cell.Dankjewel-Left { width: 100%; }
.span4.widget-span.widget-type-cell.Dankjewel-Right{ display:none; }
.row-fluid .meer-area{padding-top:45px;  }
.row-fluid .Dankjewel-Body{ padding:40px 0; }
.row-fluid .dankjewel-left-detaile h1{ padding-bottom: 26px; }   
.row-fluid .filter-tag-section a.mobile-trigger{ background:transparent; }
.row-fluid .filter-tag-section a.mobile-trigger{ text-transform:capitalize; }

.row-fluid .filter-tag-section a.mobile-trigger:before{     top: 3px; }
.row-fluid .filter-tag-section a.mobile-trigger{ width: 122px;  max-width:122px; top:5px; }
.row-fluid .header-blog{ padding: 25px 0px 18px; }
.row-fluid .filter-tag-section ul{ top: 56px; }
.blog-new .row-fluid .footer-right{ width:20%; }
.blog-new .row-fluid .footer-left{ width:80%; }


    
}

@media (min-width: 768px) and (max-width:1100px){
.row-fluid .right-banner-image{ padding-bottom:20px; } 
.row-fluid .main-lpbody-part{ padding-top:45px; }
.headerLp .row-fluid .header-title{ width: 84%; }
.row-fluid .span1.widget-span.widget-type-linked_image.logo-lp{ width: 10%; }
.row-fluid .logo-lp  img{ max-width:67px; }
.row-fluid .LP-Left-Part{  padding-right: 15px;  }
.span4.widget-span.widget-type-cell.Lp-Right-Part{  width: 42.2%;  }
.span8.widget-span.widget-type-cell.LP-Left-Part { width: 55%; }

.row-fluid .filter-tag-section ul li{ padding: 0 15px; }
.row-fluid .filter-tag-section { padding-right:0; }
.post-listing .post-item, .related-post-item{ margin-right: 22px;  }
.post-listing .post-detaile{ padding:15px 20px; }
.post-detaile h2{ font-size: 24px;  line-height: 28px; }
#hubspot-author_data{ padding:12px 15px 38px; }
a.show-more{   margin-top: 30px;  }
body.blog-new.hs-blog-listing .row-fluid .blog-left{  padding-bottom: 60px;  }
.row-fluid .Newsletter-Section{ padding:60px 0; }
.row-fluid .Newsletter-section-text{ padding-bottom: 38px;  }
.row-fluid .Newsletter-Section form .hs_email .input input{ width:295px;  }
.row-fluid .vragen-area{ padding:49px 0 76px; }
.row-fluid .vragen-area .right-side{ text-align:left; font-size:14px; }
.row-fluid .blog-footer{ padding:48px 0 25px; }

.row-fluid .filter-tag-section ul li a{ font-size:15px; }  
body.blog-new .blog-body-part{   padding-top: 70px;  }
body.blog-new.hs-blog-post .post-detaile{ padding:25px 20px; }
body.blog-new.hs-blog-post .related-post-section{ padding:42px 0 38px }
.span4.widget-span.widget-type-cell.Lp-Right-Part{  width: 31.4%; }
.row-fluid .form-lp{  padding:0; }

    
}


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

                                                    New Changes Code 07-05-2018

******************************************************************************************************************************/
body.hs-blog-post .detail-sidebar-plus-main-content{padding-top: 30px !important;}
body.hs-blog-post .blog-right ul.share-buttons{margin:10px auto !important;}
.post-listing >div { display: flex; flex-wrap: wrap; }
body.hs-blog-listing .post-item.first_post { width: 100% !important;}
.post-item { width: 31.2% !important; margin-right: 3.2% !important; }
.post-listing .post-item:nth-child(3n + 1) { margin-right: 0 !important; }
a.show-more:hover { background-color: #999;border-color:#999; color:#fff; }
body.hs-blog-post .section.post-body ul,body.hs-blog-post .section.post-body ol{padding: 0!important;margin-top: 10px !important;margin-bottom: 10px !important;}
.post-detaile h2,.accordion_content h4 a{word-break: break-word; padding-right:75px;}
.accordion_content1{width:auto !important;}
body.hs-blog-post .top-post-desc{padding-right:0 !important;}
body.hs-blog-post .blog-post-content .post-body p { font-size: 21px; }
body.hs-blog-post .section.post-body .quote, body.hs-blog-post .section.post-body blockquote { padding: 30px 0; font-size: 27px; line-height: 36px; margin: 0; font-style: italic; }
body.hs-blog-post .section.post-body li { font-size: 21px !important; margin-bottom: 5px !important; line-height: 30px !important; list-style: none !important; position: relative !important; padding-left: 20px !important; }
body.hs-blog-post .section.post-body li:before { content: '\f111 '; font-family: FontAwesome; display: inline-block; float: left; font-size: 8px; position: absolute; left: 0; }

.accordion_content { margin-bottom: 0px !important; background: #fff !important;background-image:none !important;     overflow: inherit !important;}
/*.Search-page .blog-section > div {margin-bottom: 35px; background-image: url(https://resources.gxsoftware.com/hubfs/blog%20border-3.png?t=1525763382417); background-repeat: no-repeat; background-position: center bottom; background-repeat: no-repeat; background-size: 100% auto;}*/
.post-listing .post-header{width:auto !important;}

/* Post Listing Tag Page */

.post-listing > div > .post-item.col-0 {margin-right: 3.2% !important;}
.post-listing > div > .post-item.col-1 {margin-right: 3.2% !important;}
.post-listing > div > .post-item.col-2 {margin-right: 0% !important;}
.post-listing > div > .post-item.first_post {margin-right: 0% !important;}




/* Blog Page */

.ias-trigger { margin: 0 auto; width: 100%; }
.ias-trigger a { background-color: #1ca7fc; font-family: 'SofiaProRegular'; font-size: 16px; font-weight: normal; text-align: center; display: inline-block; padding: 4px 20px !important; border-radius: 19px; color: #fff; margin: 0 auto !important; text-align: center; }
.ias-trigger a:hover{background:#ee4b46;}
.ias-spinner {text-align: center !important;width:100% !important;}



/********************************************************* Search Page *********************************/






.row-fluid .header-blog .row-fluid .title a,.search-header-box a{color:#fff;}
.Search-page .blog-listing-wrapper.cell-wrapper .blog-section { display: flex; flex-wrap: wrap;}
.Search-page .blog-listing-wrapper.cell-wrapper .blog-section > div { text-align: left; float: none;  width: 31.2% !important; margin-right: 3.2% !important; margin-left: 0 !important;background-color: #fff; margin-bottom: 35px; background-image: url(https://cdn2.hubspot.net/hubfs/2872216/blog%20border-3.png?t=1525763382417); background-position: center bottom; background-repeat: no-repeat; background-size: 100% auto; }
.Search-page .blog-listing-wrapper.cell-wrapper .blog-section > div.col-2{ margin-right: 0 !important; }
.post-item{   position: relative;}
.post-listing .post-header{overflow: hidden; padding-bottom: 60px;}
.post-listing .post-header div#hubspot-author_data { position: absolute; bottom: 30px; padding: 0 35px; left: 0; }
.post-item.first_post.first.first div#hubspot-author_data { position: relative; bottom: 0px; padding: 0 35px; left: 0; }



.row-fluid .Newsletter-Section form{display: flex; flex-wrap: wrap;    justify-content: center;}
.row-fluid .Newsletter-Section form .hs_error_rollup { display: none;}
.row-fluid .Newsletter-Section form ul.inputs-list {position: absolute;padding:0;}
.row-fluid .Newsletter-Section form .hs-form-field { padding: 0 0 25px; width: 90%;float:none !important;}
.row-fluid .Newsletter-Section form .hs_submit.hs-submit { width: 123px;}
.row-fluid .Newsletter-Section form .hs_email .input input{width:100% !important;max-width:100% !important;margin:0 !important;}
.post-item.first #hubspot-author_data .author-link{margin-right:0px;}

body.hs-blog-post .section.post-body ol {    padding-left: 19px !important;}
body.hs-blog-post .section.post-body ol li:before {    display: none;}
body.hs-blog-post .section.post-body ol li {    list-style: inherit !important;    padding-left: 0 !important;}

body .row-fluid .filter-tag-section ul li a{text-decoration:none !important;}
.blue-box{  background-color: rgba(28, 167, 252, .1); padding: 25px 40px 45px; margin-top: 35px; margin-bottom: 35px; -webkit-border-bottom-right-radius: 20px; -moz-border-radius-bottomright: 20px; border-bottom-right-radius: 20px;  width: 100%; white-space: inherit; overflow: inherit !important; font-family: 'SofiaProRegular'; box-sizing: border-box; -webkit-box-sizing: border-box;}
.blue-box pre{background:transparent !important;    padding: 0 !important;}
.auther-social-link .left-block a,.auther-social-link .right-block a{line-height:1.5;padding: 2px 20px 5px;}




div#hubspot-author_data { display: flex !important; flex-wrap: wrap; align-items: center; margin-top: 10px; margin-bottom: -15px; }
body.hs-blog-post .related-post-section div#hubspot-author_data p { width: auto !important; margin-right: 10px !important; }
body.hs-blog-post .related-post-section div#hubspot-author_data p:last-child{margin-right: 0px !important;}
.Search-page .blog-listing-wrapper.cell-wrapper .blog-section > div{position:relative;padding-bottom:25px;}
.Search-page a.author-link{ color: #7f7f7f; }
.author-date { position: absolute; bottom: 25px; left: 35px; }

.row-fluid .filter-tag-section ul{z-index:12;}

/*************************************************** Blog Listing Section CSS ******************************************************/
.blog-body-part { background-color: #f2f2f2; padding: 120px 0 120px; }

.post-listing >.container { display: flex; flex-wrap: wrap; }
.post-listing .normal .post-items:first-child { width: 100%; margin-right: 0;    align-items: center; background-image: url(https://cdn2.hubspot.net/hubfs/2872216/_archief/March2018/Images/Blog/first_post_bg.png?t=1528970269289); display: flex; flex-wrap: wrap; padding: 30px; }
.post-listing .normal .post-items:first-child .post-col { width: 50%; }
.post-listing .normal .post-items:first-child .post-author { position: relative; bottom: 0; left: 0; font-size: 15px; color: #7f7f7f; padding-left: 25px; }
.post-listing .normal .post-items:first-child .post-items-img { height: 335px; }
.post-listing .normal .post-items:first-child .post-topics { text-align: left; padding-left: 25px;  }
.post-listing .normal .post-items:first-child .post-tittle{margin-bottom:0;}
.post-listing .normal .post-items:first-child .post-tittle a h2{font-size:40px;}

/*.post-listing .normal .post-items:nth-child(2) { width: 48.5%;background-image: url(https://resources.gxsoftware.com/hubfs/js/post-img.png); }
.post-listing .normal .post-items:nth-child(3){ width: 48.5%;background-image: url(https://resources.gxsoftware.com/hubfs/js/post-img.png);  }*/
.post-listing .post-items{cursor:pointer; text-align: left; width: 31.2%; margin-right: 3%; background-color: #fff; position:relative;margin-bottom: 35px; background-image: url(https://cdn2.hubspot.net/hubfs/2872216/_archief/blog%20border-3.png); background-position: center bottom; background-repeat: no-repeat; background-size: 100% auto; }
.post-listing .post-items:nth-child(3n+1){margin-right:0;}
.post-listing .container.autho .post-items:nth-child(3n+1){margin-right:3%;}
.post-listing .container.autho .post-items:nth-child(3n){margin-right:0%;}

.topics .post-listing .container .post-items:nth-child(3n+1){margin-right:3%;}
.topics .post-listing .container .post-items:nth-child(3n){margin-right:0%;}


.post-items-img { height: 220px; }
.post-items-img a { display: block; background-size: cover; background-repeat: no-repeat; height: 100%; width: 100%; }
.post-topics { text-align: right; }
.topic-links { background-color: rgb(191, 191, 191); color: rgb(255, 255, 255); font-size: 13px; line-height: 20px; text-transform: uppercase; width: auto; border-radius: 0 0 0 6px; padding: 5px 15px; display: inline-block; vertical-align: top; }

.post-tittle a h2{color:#000;font-weight:600;    line-height: 1.2;font-size:24px;}
.post-tittle{ padding: 0 25px 25px;margin-bottom:50px; }

.post-author {  position: absolute; bottom: 20px; left: 25px; font-size: 15px; color: #7f7f7f;}
.post-author a{color:inherit;}



body .blog-section .container,body.hs-blog-listing .hs-author-profile .container{padding:0 !important;max-width:1100px !important;width:100% !important;}

@media (max-width: 1200px){
.post-listing .normal .post-items:first-child .post-tittle a h2{font-size:35px;}
    .post-listing {width: auto; padding: 0 15px; }
      .post-listing >.container {padding: 0; width: 100%; }
}

@media (max-width: 1024px){
.post-listing .normal .post-items:first-child .post-tittle a h2{font-size:28px;}
}
@media (max-width: 991px){
.Search-page .blog-listing-wrapper.cell-wrapper .blog-section > div {  width: 48% !important; margin-right: 4% !important; }
.Search-page .blog-listing-wrapper.cell-wrapper .blog-section > div.col-3 { margin-right: 4% !important; }
.Search-page .blog-listing-wrapper.cell-wrapper .blog-section > div.col-2 { margin-right: 0% !important; }

}
@media (max-width: 840px){
.post-listing .normal .post-items:first-child  .post-tittle a h2,.post-tittle a h2{font-size:23px;}
    .post-listing .normal .post-items:first-child { padding: 0px; background-image: url(https://resources.gxsoftware.com/hubfs/js/post-img.png);  }
    .post-listing .normal .post-items:first-child .post-col { width: 100%; }
    .post-listing .normal .post-items:first-child .post-author { position: absolute; bottom: 20px; left: 25px; padding-left:0;}
    .post-listing .normal .post-items:first-child .post-items-img { height: 220px; }
    .post-listing .normal .post-items:first-child .post-topics {text-align: right;padding:0; }
    .post-listing .normal .post-items:first-child .post-tittle{margin-bottom:50px;}
   .post-listing .post-items,.post-listing .normal .post-items { width:100% !important;margin-right:0 !important;}
   .post-listing .container.autho .post-items:nth-child(3n+1){margin-right:0;}
.post-listing .container.autho .post-items:nth-child(3n){margin-right:0%;}
.topics .post-listing .container .post-items:nth-child(3n+1){margin-right:0;}
.topics .post-listing .container .post-items:nth-child(3n){margin-right:0%;}
}
@media (max-width: 767px){
    .Search-page .blog-listing-wrapper.cell-wrapper .blog-section > div:nth-child(3n) { margin-right: 0% !important; }
    .post-item,.Search-page .blog-listing-wrapper.cell-wrapper .blog-section > div {    max-width: 100% !important; width: 100% !important; margin-right: 0 !important;margin-bottom:20px !important;margin-right: 0% !important;  } 
    .row-fluid .Newsletter-Section form .hs-error-msgs li{padding:0;}
/*     .row-fluid .Newsletter-Section form .hs_submit.hs-submit { width: 100%; } */
    .row-fluid .Newsletter-Section .hs_email.field.hs-form-field{ margin-right: 0% !important; }
    .blog-body-part {padding: 60px 0;}
  .row-fluid .Newsletter-Section .hs_email.field.hs-form-field {
    width: 96%;
}

     body.author.page .post-listing .post-item:nth-child(4){    margin-right: 0% !important;}
    
}

@media (max-width: 400px){
   .row-fluid .Newsletter-Section .hs_email.field.hs-form-field {
    width: 100%;
}
}