
/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

@font-face {
    font-family: "Myriad";
    src: url('//cdn2.hubspot.net/hubfs/2010384/Wps_Font/myraid/myriadpro-bold.eot')format('eot'),
    url('//cdn2.hubspot.net/hubfs/2010384/Wps_Font/myraid/myriadpro-bold.woff')format('woff'),
    url('//cdn2.hubspot.net/hubfs/2010384/Wps_Font/myraid/myriadpro-bold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Icons";
    src: url('//cdn2.hubspot.net/hubfs/2010384/Wps_Font/icon/icons.eot')format('eot'),
    url('//cdn2.hubspot.net/hubfs/2010384/Wps_Font/icon/icons.woff')format('woff'),
    url('//cdn2.hubspot.net/hubfs/2010384/Wps_Font/icon/icons.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    background: #fff;
    color: #231c34;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    line-height: 18px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1420px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}
::selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}


/* =============== Typography =============== */

/* Basic text */
p {
    margin: 0 0 18px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 20px;
    color:#231c34;
    font-family:​Arial,Helvetica,sans-serif;
    font-weight:700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size:28px;
    line-height:42px;
    font-family:"Myriad",Arial,Helvetica,sans-serif;
    font-weight:400;
}
h2 {
    font-size:18px;
    line-height:27px;
    font-family:"Myriad",Arial,Helvetica,sans-serif;
    font-weight:400;
}
h3 {
    font-size:16px;
    line-height:18px;
}
h4 {
    font-size:14px;
    line-height:18px;
}
h5 {
    font-size:12px;
    line-height:18px;
}
h6 {
    font-size:14px;
    line-height:18px;
}

/* Anchor Links */
a { color: #231c34; text-decoration: underline; }

a:hover, a:focus { color: #231c34; text-decoration: underline; }

/* Lists */
ul, ol {
    margin: 0 0 18px;
    padding-left: 18px;
}
ul ol, ol ol, ul ul, ol ul {
    margin: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
img {
    vertical-align: bottom;
}
.alignRight {
    float: right;
    clear: right;
    margin: 0 0 20px 20px;
}

/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */
    
    
    
    
    
    
    
/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.header-container .page-center{
    padding:0 40px;
}
.custom-logo {
    margin-left: -15px !important;
}


.custom-google-search{
    display: none !important;
}
.row-fluid .textside-marging{ margin:0 !important; } 
.custom-sidebar-link.hifde-p{ margin-top:25px !important; }
.row-fluid .textside-marging .hs_cos_wrapper.hs_cos_wrapper_widget{ margin:0 !important;  margin-bottom:5px !important; }

.custom-top-link ul {
    list-style: outside none none;
    margin: -5px -14px 0 0;
    padding: 6px 0;
    text-align: right;
}

.custom-top-link ul >li {
    display: inline-block;
    margin-left:2px;
    vertical-align:top;
    position:relative;
}

.custom-top-link ul >li.language {
    font-size: 12px;
    line-height: 22px;
    white-space: nowrap;
    color: #231c34;
    background: 0;
    padding: 5px 0 2px !important;
    min-width: 58px;
    text-align: center;
    margin-left: 0 !important;
    margin-right: -3px;
}
.custom-top-link ul >li.language:hover{
    background-color: #e8dd2d;
}
.lang_list_class {
    margin: 0 !important;
    text-align: left !important;
    padding: 0 !important;
    top: 28px;
    right: 0;
    background: #e8dd2d;
    padding: 7px 38px 6px 6px !important;
    transform: none !important;
    left: auto;
}
.globe_class {
    background-image: url(//cdn2.hubspot.net/hubfs/2010384/Wps_January2018-Theme/Images/languages.png);
    background-position: 13px 0;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 0px;
    height: 19px;
    padding: 0 15px 0 43px;
}

.header-pt .globe_class{
    background-position: 13px -154px;
}

.header-nl .globe_class{
    background-position: 13px -22px;
}

.header-de .globe_class{
    background-position: 13px -44px;
}
.custom-top-link ul >li.language:after {
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    content: '\e600';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 10px;
    right: 8px;
    cursor: default;
    font-size: 10px;
    color: #e5e5e5;
}
.custom-top-link ul >li.language:hover:after { 
    color: #fff;
}

.lang_list_class li {
    position: relative;
    font-size: 100%;
    padding: 0 !important;
    background-color: transparent !important;
    border-left: none;
    border-right: none;
    margin: 8px 0 !important;
    display: block !important;
    background: url(//cdn2.hubspot.net/hubfs/2010384/Wps_January2018-Theme/Images/languages.png);
    background-repeat: no-repeat;
    background-size: auto;
    line-height: 22px;
    color: #231c34;
  background-position:13px 0; 
}
.lang_list_class li:first-child {
    border-top: none;
}
.lang_list_class li.english {
    background-position: 13px 0;
}
.lang_list_class li.deutsch {
    background-position: 13px -44px;
}
.lang_list_class li.nederlands {
    background-position: 13px -22px;
}
.lang_list_class li.portuguese {
    background-position: 13px -154px;
}
.lang_list_class:after,.lang_list_class:before{
    content: none;
}

.language:hover .lang_list_class {
    display: block;
}

.lang_list_class li.deutsche {background-position: 12px -44px;}
.lang_list_class li.português { background-position: 14px -155px;}

a.lang_switcher_link {
    padding: 0 15px 0 43px;
    display: block;
    text-decoration: none !important;
    color: #fff !important;
}

a.lang_switcher_link:hover {
    color: #231c34 !important;
}

.lang_list_class li:last-child {
    border-bottom: none;
}
.custom-top-link ul >li > ul >li{
    margin-left:0;
}

.custom-top-link ul > li:last-child {
    margin: 0;
    padding: 0;
}

.custom-top-link ul > li > a{
    text-decoration:none;
    text-transform:normal;
}

.custom-top-link .hs_cos_wrapper > ul > li > a{
    text-transform:uppercase;
    margin-right: 15px;
    text-decoration:none;
}
.custom-top-link .hs_cos_wrapper  ul > li:hover > a{
    text-decoration:underline;
}

.custom-top-link ul > li{
    padding: 8px 0;
     margin-top: 5px;
}

.custom-search-form .hs-button.primary{
    position: absolute;
    background: transparent !important;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.custom-search-form .hs-button.primary:after{
    color: #b3b3b3;
    content: '\e60f';
    font-family: "Icons";
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    position: absolute;
    right: 9px;
    text-transform: none;
    top: 11px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.custom-top-link input[type="text"]{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    height: 32px;
    padding: 0 10px;
    vertical-align: top;
    transition: width 250ms ease-in-out 0s;
    width: 120px;
    font-family: arial;
    max-width: 100%;
    font: 400 13.3333px Arial;
    margin: 0;
}


.custom-top-link .custom-search-form form{position:relative;width: 120px;}
/* .custom-top-link .custom-search-form form:before{color: #b3b3b3;  content: '\e60f';  font-family: "Icons";  font-size: 20px;  font-style: normal;  font-variant: normal;  font-weight: normal;  line-height: 1em;  position: absolute;  right: 9px;  text-transform: none;  top: 7px;}
 */

.custom-top-link ul > li.top-search{padding-top: 6px;}
.top-search form{position:relative;}
.top-search form:before{color: #b3b3b3;  content: '\e60f';  font-family: "Icons";  font-size: 20px;  font-style: normal;  font-variant: normal;  font-weight: normal;  line-height: 1em;  position: absolute;  right: 9px;  text-transform: none;  top: 7px;}



.custom-top-link .input {
    overflow: hidden;
    margin-bottom: 7px;
}
.custom-search-form {
    padding-top: 5px;
}
.header-container .search{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 0 none;
    height: 32px;
    margin-left: -28px;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    width: 24px;
    z-index: 2;
    top: -10px;
}

.header-container .search:hover{
    background: none;
}
.header-container .search:focus{
    outline: none;
}

.custom-top-link input[type="text"]:focus {
    width: 300px;
    border:1px solid #666666;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.custom-top-link input[type="text"]{
    transition: all 0.2s;
    outline: none;
}
.custom-top-link input[type="text"]::-webkit-input-placeholder{
  color: #e5e5e5;
   font-size: 14px;
}





/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.body-container-wrapper {}
.body-container {}
.body-container .page-center{
    padding: 20px 40px;
}


.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.hs-full-width-page .main-content p+ul,
.hs-full-width-page .main-content p+ol {
    margin-top: -18px;
}

.custom-section-menu {
    background: #231c34;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 3;
}

.custom-bisection-menu{}

.custom-section-menu .page-center {
    padding: 0 0px!important;
    max-width: 1380px !important;
}

.custom-bisection-menu .hs-menu-wrapper > ul{
    background: #4f495d;
    padding: 16px 20px;
    text-align: center;
    width: 100%;
    display: block;
    border: 1px solid #231c34;
    border-top-color: #5a5567;
}

.custom-sidebar-group .widget-module a{margin-top:5px;}

.custom-products-module .product-inner ul li a.active {
   font-weight: bold;
}   

.custom-bisection-menu .hs-menu-wrapper > ul li{
  display: inline-block;
  float: none !important;
}
.custom-bisection-menu .hs-menu-wrapper > ul > li a{
    font-family:"Myriad",Arial,Helvetica,sans-serif;
    font-size:16px;
    font-weight:400;
    font-style:normal;
    font-size-adjust:none;
    color:#ffffff;
    text-transform:uppercase;
    text-decoration:none;
    letter-spacing:normal;
    word-spacing:0px;
    line-height:24px;
    text-align:center;
    padding: 3px 9px;
    z-index: 99;
    position: relative;
    background: transparent;
    border: 1px solid transparent;
}

.custom-bisection-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a{
    padding-right: 30px;
}
.custom-bisection-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a{
    border-color: #ffffff #ffffff #4f495d;
}
.custom-bisection-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    color: #ffffff;
    content: "";
    font-family: "Icons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    position: absolute;
    right:8px;
    text-transform: none;
    top: 7px;
}
.custom-bisection-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after{
    color: #e8dd2d;
}
.custom-bisection-menu .hs-menu-wrapper > ul > li.hs-item-has-children:after {
    content: "";
    background: transparent;
    height: 1px;
    width: 1px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 999;
}
.custom-bisection-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover:after {
    background:#fff;
}

.custom-bisection-menu .hs-menu-wrapper > ul > li:hover > a,.custom-bisection-menu .hs-menu-wrapper > ul > li.active-branch > a,
.custom-bisection-menu .hs-menu-wrapper > ul > li.active-branch > a:after{
    color: #e8dd2d;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.custom-two-col-right-sidebar-layout-row-1 .main-content .hs-button.primary.large {
        font-size: 11px;
    }
}

.custom-bisection-menu .hs-menu-wrapper > ul ul{
    background: #4f495d;
    border: 1px solid #ffffff;
    height: auto;
    left: 0 !important;
    padding: 10px;
    right: auto !important;
    width: auto;
    margin-top: 0px;
    top: 31px;
    min-width: 222px;
}

.custom-bisection-menu .hs-menu-wrapper > ul ul li a:before{
    color: #fff;
    content: "•";
    left: -16px;
    top: 0;
    position: relative;
}

.custom-bisection-menu .hs-menu-wrapper > ul ul li {
    padding: 0 17px 0 16px;
    display: block;
    -webkit-padding-end: 19px;
}

.custom-bisection-menu .hs-menu-wrapper > ul ul li a{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 0;
    text-transform: none;
    text-align: left;
    line-height: 22px;
}

.custom-bisection-menu .hs-menu-wrapper > ul ul li:hover> a,
.custom-bisection-menu .hs-menu-wrapper > ul ul li.active-branch> a{
    color: #e8dd2d;
}
.custom-slider-group{
    position: relative;
    overflow: hidden;
}

.custom-slider-group .hs_cos_gallery_main {
   margin: 0;
   padding: 0;
   list-style: none;
}
.custom-slider-group .slick-dots {
   position: absolute;
   top: auto;
   bottom: 25px;
   z-index: 3;
   text-align: center;
   list-style: none;
   width: 100%;
   height: 16px;
   padding: 0;
   margin: 0;
}
.custom-slider-group .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
   display: block;
   margin: 0;
}
.custom-slider-group .slick-dots li {
   width: auto;
   height: auto;
   margin: 0;
}
.custom-slider-group .slick-dots li button {
   display: inline-block;
   position: static;
   cursor: pointer;
   text-indent: -9999px;
   background: #fff;
   overflow: hidden;
   width: 16px;
   height: 16px;
   border-radius: 50%;
   margin: 0 10px 10px 0;
}
.custom-slider-group .slick-dots li button:hover {
   background: #231c34;
}
.custom-slider-group .slick-dots li.slick-active button {
   background: #e8dd2d;
}
.custom-slider-group .slick-dots li button:before {
   content:none;
}

.custom-slider-group .slick-arrow {
   display: none !important;
}
.custom-breadcrumb-group .page-center {
   padding-top: 0;
   padding-bottom: 0;
}
.custom-breadcrumb-link ul.hs-breadcrumb-menu {
   float: right;
   line-height: 28px;
   font-size: 14px;
   margin-top: -20px;
}
.custom-breadcrumb-link ul.hs-breadcrumb-menu li {
   padding: 0;
   margin: 0;
   color: #c8c6cc;
   padding-left: 13px;
}
.custom-breadcrumb-link ul.hs-breadcrumb-menu li:first-child {
   padding-left: 0;
}
.custom-breadcrumb-link ul.hs-breadcrumb-menu li a {
   color: #c8c6cc;
}
.custom-breadcrumb-link ul.hs-breadcrumb-menu li .hs-breadcrumb-menu-divider {
   display: none;
}
.custom-breadcrumb-link ul.hs-breadcrumb-menu li:before {
   content: '/';
   float: left;
   position: relative;
   left: -7px;
}
.custom-breadcrumb-link ul.hs-breadcrumb-menu li:first-child:before {
   content:none;
}

.custom-floating-banner-group{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-width: 1420px !important;
    padding: 0 40px 0 100px;
    margin: 0 auto !important;
    float: none !important;
}

.custom-floating-banner-content{
    position: relative;
    z-index: 2;
    float: right !important;
    background: #231c34;
    overflow: hidden;
    width: 33.33333333% !important;
    padding: 20px;
    color: #fff;
    height: 1001vh;
}
.custom-floating-banner-content h2{
    color: #e8dd2d;
}

.custom-floating-banner-content ul{
    list-style: none;
    padding: 0;
    color: #fff;
}
.custom-floating-banner-content ul li{
    margin-bottom: 10px;
    font-size: 14px;
}
.custom-floating-banner-content ul li:before {
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    content: '\e610';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    padding: 2px 20px 2px 0;
    font-size: 16px;
    color: #e8dd2d;
}

.custom-share-group .share {
    float: left;
    clear: both;
    background: #e5e5e5;
    overflow: hidden;
    width: 100%;
    padding: 10px 20px;
    margin-top: 18px;
}
.custom-share-group .share h2 {
    float: left;
    margin: 4px 20px 0 0;
}
.custom-share-group .share ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
.custom-share-group .share ul li a {
    margin: 0 3px;
}


/*===========================Two Column Right Sidebar Website page=======================*/

.hs-two-col-eq-with-bottom-social-layout .custom-two-col-eq-layout-row2 {
    padding-top: 20px;
}
.custom-two-col-right-sidebar-layout-row-1 .hs_cos_wrapper_type_header h1 {
    padding: 0 20px;
}
.custom-two-col-right-sidebar-layout-row-1 .main-content {
    padding: 19px;
    border: 1px solid #e5e5e5;
}
.custom-sidebar h2,
.custom-sidebar .hs_cos_wrapper_type_header h1 {
    background: #231c34;
    color: #e8dd2d;
    padding: 7px 40px 7px 20px !important;
    margin: 0;
    position: relative;
    font-size: 18px;
    line-height: 27px;
}
.custom-sidebar h2:after,
.custom-sidebar .hs_cos_wrapper_type_header h1:after {
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    content: '\e60b';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    font-size: 16px;
}
/*.custom-sidebar-slider .widget-type-gallery,*/
.custom-sidebar-slider .hs_cos_gallery {
    background: #e8dd2d;
    padding: 20px 20px 0;
}
.custom-sidebar-slider .hs_cos_gallery_main {
    margin: 0;
    padding: 0 0 46px;  
}
.custom-sidebar-slider .hs_cos_gallery_main .slick-arrow {
    display:none !important;
}
.custom-sidebar-slider .hs_cos_gallery_main .slick-slide img {
    width: auto;
}
.custom-sidebar-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper > img {
    float: left;
    width: 50%;
    height: auto;
    margin: 0 20px 20px 0;
}
.custom-sidebar-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: 0;
}
.custom-sidebar-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
    margin: 0;
    display: block;
}
.custom-sidebar-slider .hs_cos_gallery_main .caption p {
    margin-bottom: 10px;
}
.custom-sidebar-slider .hs_cos_gallery_main .caption h6 {
    margin: 10px 0 0;
    color: #231c34;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    overflow: hidden;
}
.custom-sidebar-slider .hs_cos_gallery_main .caption h6 span {
    float: left;
    margin-left: 10px;
}
.custom-sidebar-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    z-index: 3;
    text-align: center;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 16px;
    padding: 0;
    margin: 0;
    top: auto;
}
.custom-sidebar-slider .slick-dots li {
    display: inline-block;
    position: static;
    cursor: pointer;
    overflow: hidden;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 10px 10px 0;
}
.custom-sidebar-slider .slick-dots li button {
    display: inline-block;
    position: static;
    cursor: pointer;
    text-indent: -9999px;
    background: #fff;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.custom-sidebar-slider .slick-dots li button:before {
    content:none;
}
.custom-sidebar-slider .slick-dots li.slick-active button, .custom-sidebar-slider .slick-dots li button:hover {
    background: #231c34;
}

.iframe-wrapper {
   position: relative;
   height: 0;
   padding-bottom: 56.25%;
   padding-top: 20px;
   margin: 0 0 20px;
}
.iframe-wrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
img.alignRight, img.alignright {
    float: right;
    clear: right;
    margin: 0 0 20px 20px;
}
a.custom-btn {
   display: inline-block;
   font: bold 14px/18px Arial,Helvetica,sans-serif;
   text-decoration: none;
   white-space: normal;
   overflow: hidden;
   -ms-text-overflow: ellipsis;
   text-overflow: ellipsis;
   color: #231c34;
   background: #e8dd2d;
   padding: 9px 20px;
   border-bottom: 2px solid #b1a822;
   border-radius: 3px;
   position: relative;
}
a.custom-btn:hover {
   background: #f4e826;
   border-color: #bab11d;
}
a.custom-btn:before {
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
    margin-left: -10px;
}
a.phone:before {
    content: '\e614';
}
a.calendar:before {
    content: '\e613';
}
.custom-two-col-right-sidebar-layout-row-1 .main-content h2 {
   clear: both;
}
.custom-two-col-with-light-box-md-wrapper .custom-lightbox-md-img-wrapper {
   float: right;
   clear: right;
   margin: 0 0 20px 20px;
}
.custom-two-col-right-sidebar-layout-row-1 .custom-contact-info {
    margin-bottom: 40px;
}

/* ============== Reference Page ===================== */
.hs-row1-reference-three-col-group .hs_cos_wrapper_type_widget_container,
.hs-row1-reference-logo-group .hs_cos_wrapper_type_widget_container {
    display: block;
    margin: 0 -10px;
}
.hs-row1-reference-three-col-group .hs_cos_wrapper_type_custom_widget {
    width: 33.33333333%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin-bottom: 20px;
    margin-right: -3px;
}
.hs-row1-reference-three-col-group .hs_cos_wrapper_type_custom_widget .custom-full-width-right-logo-mod {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 40px;
    background: #e8dd2d;
    height: 100%;
}
.custom-full-width-right-logo-inner.col1 {
    float: left;
    width: 50%;
    height: auto;
    margin: 0 20px 20px 0;
}

.hs-row1-reference-three-col-group .hs_cos_wrapper_type_custom_widget .custom-full-width-right-logo-mod .custom-full-width-right-logo-inner p:last-child {
    margin: 0;
}
.hs-row1-reference-logo-group .hs_cos_wrapper_type_custom_widget {
    float: left;
    width: 16.66666667%;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 10px;
}
.hs-row1-reference-logo-group .hs_cos_wrapper_type_custom_widget img {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: auto;
}

.custom-sidebar .hs_cos_wrapper_type_rich_text p {
    margin: 0 0 10px;
}

.custom-slider-gallery .hs_cos_gallery_main {
   margin: 0;
   padding: 0;
}
.custom-download-whitepaper-sec {
   padding: 10px;
   border: 1px solid #e5e5e5;
}
.nl-with-recent-post .custom-download-whitepaper-sec {
    margin-top: 20px;
}

.custom-two-col-right-sidebar-layout-row-1 figure {
   background: #e5e5e5;
   padding: 20px;
   margin: 0 0 20px;
}
.custom-two-col-right-sidebar-layout-row-1 figure ul {
   margin: 0;
}
.custom-two-col-right-sidebar-layout-row-1 figure ul li a {
   font-weight: bold;
   line-height: 28px;
}
.custom-two-col-right-sidebar-layout-row-1 p + ul {
   margin-top: -18px;
}
img.alignLeft, img.alignleft {
   float: left;
   clear: left;
   margin: 0 20px 20px 0;
}

/*======================Newsletter=================*/
.custom-newsletter-form .form-title {
    font: 18px/28px Arial, Helvetica, sans-serif;
    color: #231c34;
    margin: 0 0 20px;
    font-weight: normal;
}
.custom-newsletter-form .hs-form-field > label {
    margin: 0 12px 0 0;
    float: left;
    font-weight: bold;
    width: 100%;
    max-width: 200px;
}
.custom-newsletter-form .input {
    float: left;
    width: 100%;
    max-width: 310px;
}
.custom-newsletter-form .hs-form-field {
    clear: both;
}
.custom-newsletter-form .hs-form-required {
    margin-left: 10px;
}
.custom-newsletter-form ul.inputs-list.multi-container .hs-input {
    margin: 3px 7px 0px 5px;
}
.custom-newsletter-form .hs_submit {
    clear: both;
    padding-left: 220px;
}
.custom-newsletter-form {
    max-width: 542px;
    margin: 0 auto !important;
    float: none !important;
}
.custom-newsletter-form ul.hs-error-msgs.inputs-list {
    clear: both;
    padding-left: 213px !important;
    color: #cf4640;
    margin-bottom: 8px;
}
.custom-newsletter-form ul.hs-error-msgs.inputs-list label{
    color: #cf4640;
}
.custom-newsletter-form .hs-button.primary{
    font: 400 13.3333px Arial;
    font-weight: 700;
}
.hs_error_rollup ul.hs-error-msgs.inputs-list {
    list-style: none;
}
.custom-newsletter-form .hs_email .input {
    margin-bottom: 10px;
}
.custom-newsletter-form .hs_email .input .hs-input {
    margin: 0;
}
.custom-newsletter-form .input > .hs-input {
   text-rendering: auto;
   color: initial;
   letter-spacing: normal;
   word-spacing: normal;
   text-transform: none;
   text-indent: 0px;
   text-shadow: none;
   display: block;
   text-align: start;
   margin: 0em;
   font: 400 13.3333px Arial;
   -webkit-appearance: textfield;
   background-color: white;
   -webkit-rtl-ordering: logical;
   cursor: text;
   padding: 1px;
   border-width: 2px;
   border-style: inset;
   border-color: initial;
   border-image: initial;
   padding: 1px 0px;
   width: 100%;
   max-width: 100%;
}
.custom-newsletter-form .input > .hs-input:focus {
   outline: -webkit-focus-ring-color auto 5px;
   outline-offset: -2px;
}
.custom-newsletter-form .input {
   margin-bottom: 10px;
}
.custom-newsletter-form ul.inputs-list.multi-container {
   margin: 0;
}
.custom-newsletter-form .input > select.hs-input {
   -webkit-appearance: menulist;
   box-sizing: border-box;
   align-items: center;
   white-space: pre;
   -webkit-rtl-ordering: logical;
   color: black;
   background-color: white;
   cursor: default;
   border-width: 1px;
   border-style: solid;
   border-color: initial;
   border-image: initial;
   border-radius: 0px;
   border-color: rgb(169, 169, 169);
}

.two-column-right-product .custom-two-col-right-sidebar-layout-row-1 .custom-contact-info {
    margin-bottom: 0px;
}

/*============================Two Column Right Sidebar with Form Website page======================*/
.custom-two-col-right-sidebar-layout-row-1 .main-content .form-title {
    font: 28px/42px 'Myriad',Arial,Helvetica,sans-serif;
    color: #231c34;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 27px;
}
.custom-two-col-right-sidebar-layout-row-1 .main-content .hs-form-field {
    margin: 0 0 10px;
    overflow: hidden;
}
.custom-two-col-right-sidebar-layout-row-1 .main-content .hs-form-field > label {
    float: left;
    clear: both;
    width: 25%;
    padding: 7px 0;
}
.custom-two-col-right-sidebar-layout-row-1 .main-content .hs-form-field .input {
    float: left;
    width: 75%;
}
.custom-two-col-right-sidebar-layout-row-1 .main-content .hs-form-field .input > .hs-input {
    vertical-align: top;
    background: #fff;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    min-height: 0;
    font-size: 13.3333px;
    line-height: normal;
    max-width: 100%;
    margin: 0;
}
.custom-two-col-right-sidebar-layout-row-1 .main-content .hs-form-field .input > .hs-input:focus {
    border-color: #666;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.custom-two-col-right-sidebar-layout-row-1 .main-content ul.hs-error-msgs.inputs-list {
    float: left;
    margin: 0 0 0 25%;
    padding:0;
}
.custom-two-col-right-sidebar-layout-row-1 .main-content ul.hs-error-msgs.inputs-list label {
    padding: 7px 0;
    float: left;
    clear: both;
}
.custom-two-col-right-sidebar-layout-row-1 .main-content .hs-form-field .input > select.hs-input {
    height: 37px;
    padding: 2px 5px;
}
.custom-two-col-right-sidebar-layout-row-1 .main-content .hs_submit {
    margin-left: 25%;
    clear: both;
}
.custom-two-col-right-sidebar-layout-row-1 .main-content .hs-button.primary.large {
    margin: 0;
    padding: 9px 20px; 
    background: #e8dd2d; 
}
.custom-two-col-right-sidebar-layout-row-1 .main-content .hs-button.primary.large:hover {
    background: #231c34;
    color: #fff;
}
.main-content-right {
   margin-bottom: 20px;
}
.custom-two-col-eq-layout-row2 .hs_cos_wrapper_widget {
   clear: both;
   padding: 0 10px;
   width: 100%;
}
.custom-two-col-eq-layout-row2 .hs_cos_wrapper_type_widget_container {
   margin: 0 -10px 20px;
   overflow: hidden;
   display: block;
}
.custom-two-col-eq-layout-row2 .hs_cos_wrapper_widget {
   clear: both;
   padding: 0 10px;
   width: 100%;
}
.custom-two-col-eq-layout-row2 .hs_cos_wrapper_widget.one-col-logo-md {
   float: left;
   width: 16.66%;
   padding: 0 10px;
   margin-top: 20px;
   clear: inherit;
   display:none;
}
body.nl-two-col-social-layout .custom-two-col-eq-layout-row2 .hs_cos_wrapper_widget.one-col-logo-md {
    width: 16.66%;
}
.one-col-logo-md .custom-full-col-logo-group img {
   border: 1px solid #e5e5e5;
   width: 100%;
   height: auto;
}

.custom-sidebar-slider h1, .custom-sidebar-slider h2 {
   font: 28px/42px 'Myriad',Arial,Helvetica,sans-serif;
   font-size: 18px;
   line-height: 27px;
   background: #231c34;
   color: #e8dd2d;
   padding: 7px 40px 7px 20px !important;
   margin: 0;
   position: relative;
}
.custom-sidebar-slider h1:after, .custom-sidebar-slider h2:after {
   line-height: 1em;
   font-family: 'Icons';
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   speak: none;
   content: '\e60b';
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   position: absolute;
   top: 50%;
   right: 20px;
   margin-top: -8px;
   font-size: 16px;
}
.hs-two-col-eq-with-bottom-social-layout .custom-sidebar-slider {
   margin-bottom: 20px;
}
.custom-two-col-eq-layout-row2 h2 small {
   margin-left: 20px;
   font: 12px/18px Arial,Helvetica,sans-serif;
   color: #231c34;
}

/*=====================Full Width Product List Website Page========================*/
.custom-product-filter {
    overflow: hidden;
    background: #e8dd2d;
    padding: 10px 20px;
}
.custom-product-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.custom-product-filter ul li {
    float: left;
    margin: 0 10px 0 0;
    padding: 4px 0;
}
.custom-product-filter ul li.active a {
    background-color: #231c34;
    color: #fff;
}
.custom-product-filter ul li a {
    display: inline-block;
    font: bold 14px/18px Arial,Helvetica,sans-serif;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 9px 20px;
    border-bottom: 2px solid #b1a822;
    border-radius: 3px;
    position: relative;
    background: #fff;
    color: #231c34;
    white-space: normal;
    text-decoration: none;
}
.custom-product-filter ul li a:hover {
    background: #231c34;
    color: #fff;
}
.custom-solution-product-item-wrapper .hs_cos_wrapper_type_widget_container {
    margin: -20px -10px 20px;
    overflow: hidden;
    display: block;
}
.custom-solution-product-item-wrapper .hs_cos_wrapper_type_custom_widget {
}
.custom-solution-product-item-wrapper .hs_cos_wrapper_type_custom_widget .custom-products-module {
    padding: 0px 10px;
    width: 25%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
}
.custom-solution-product-item-wrapper a.product-title {
    text-decoration: none;
}
.custom-solution-product-item-wrapper .custom-top-tag {
    text-decoration: underline;
    color: #231c34;
    font-weight: bold;
}
/*========================Two Column Equal With Social Website Page===================*/
.custom-sidebar-product-group .hs_cos_wrapper_type_widget_container {
   margin: -20px -10px 0;
   overflow: hidden;
   display: block;
}
.custom-sidebar-product-group .hs_cos_wrapper_type_custom_widget {
    width: 50%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
}
.custom-sidebar-product-group a.product-title {
   text-decoration: none;
}
.custom-sidebar-product-group .custom-top-tag {
   text-decoration: underline;
   color: #231c34;
   font-weight: bold;
}

.custom-lightbox-slider-gallery .hs_cos_gallery_main {
    padding: 0px;
    margin: 0 0 20px;
}
.custom-lightbox-slider-gallery .hs_cos_gallery_main.with-arrow {
    padding: 0 85px;
}
.custom-lightbox-slider-gallery .slick-slide-inner-wrapper {
    padding: 0 5px;
}
.custom-lightbox-slider-gallery .slick-prev, 
.custom-lightbox-slider-gallery .slick-next {
    position: absolute;
    display: block;
    width: 85px;
    top: 43%;
    margin: 0;
}
.custom-lightbox-slider-gallery button.slick-next.slick-arrow:after {
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    content: '\e60b';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    color: #e8dd2d;
    font-size: 24px;
    text-indent: 0;
    z-index: 99;
}
.custom-lightbox-slider-gallery button.slick-prev.slick-arrow:after {
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    content: '\e60c';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    color: #e8dd2d;
    font-size: 24px;
    text-indent: 0;
    z-index: 99;
}
.custom-lightbox-slider-gallery button.slick-prev.slick-arrow:hover:after,
.custom-lightbox-slider-gallery button.slick-next.slick-arrow:hover:after {
    color: #231c34;
}

.custom-lightbox-slider-gallery .slick-next:before,
.custom-lightbox-slider-gallery .slick-prev:before {
    display: none;
}

.custom-view-more-product-md {
    margin-top: 71px;
    min-height: 164px;
    padding: 20px;
    font: 24px/36px 'Myriad',Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #e8dd2d !important;
    background: #231c34;
    display: block;
    text-decoration: none !important;
}
.custom-view-more-product-md:after {
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    content: '\e60b';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #e8dd2d;
    padding-left: 6px;
}

.main-content-right .custom-white-paper-section {
   margin-top: 20px;
}
.custom-products-module a.product-title {
   text-decoration: none;
}
.custom-products-module a.product-title .custom-top-tag {
   text-decoration: underline;
   color: #231c34;
   font-weight: bold;
}

.custom-full-width-right-logo-inner p {
    margin-bottom: 10px;
}

 /* ====================== NL - Two Column Equal With Social and Slider Website Page =================================== */
.custom-recent-post-inner-wrapper {
    margin: 0 -10px 0;
}
.custom-recent-post-wrapper .custom-rss-item {
    width: 50%;
    padding: 0 10px;
    float: left;
    position: relative;
    overflow:hidden;
    margin-bottom:20px;
}
.custom-recent-post-wrapper .custom-rss-item .custom-rss-post-blog-title {
    background: #231c34;
    color: #e8dd2d;
    padding: 7px 40px 7px 20px;
    margin: 0;
    position: relative;
}
.custom-recent-post-wrapper .custom-rss-item .custom-rss-post-blog-title:after {
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    content: '\e60b';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    font-size: 16px;
}
.custom-recent-post-wrapper .custom-rss-item .custom-rss-feach-img {
    margin: 0 0 20px;
    width: 100%;
    display: block;
    padding-bottom: 43.5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.custom-recent-post-wrapper .custom-rss-item .custom-rss-post-body {
    position: relative;
    overflow: hidden;
    background: #e5e5e5;
    padding: 20px 20px 20px;
    display: block;
    height: 100%;
}
.custom-recent-post-wrapper .custom-rss-item a.custtom-rss-link {
    display: block;
    margin: -20px -20px 0;
    text-decoration: none;
}
.custom-recent-post-wrapper .custom-rss-item .custom-rss-title {
    padding: 0 20px;
    color: #231c34;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}
.nl-two-col-social-layout .custom-white-paper-section {
    margin-bottom: 0;
}

.hs-search-field__suggestions{display:none;}

/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-group{}

.custom-footer-group .page-center{}
.footer-container-wrapper .widget-type-raw_html {
    min-height: 0;
}
.footer-container-wrapper {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("//cdn2.hubspot.net/hubfs/2010384/Wps_January2018-Theme/Images/pattern.svgz.svg"), none;
    background-origin: padding-box;
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: auto auto;
    color: #231c34;
    padding-bottom: 66px;
}

.footer-container{
    background: #231c34;
    color:#ffffff;
}

.footer-container .page-center{
  padding: 20px 40px 0;
}


.custom-copy-right p{
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:400;
    color:#ffffff;
    text-transform:none;
    text-decoration:none;
    letter-spacing:normal;
    word-spacing:0px;
    line-height:18px;
    margin: 0 0 18px;
}

.custom-footer-text h2,.custom-middle-text h2,.custom-footer-left-text h2{
    font-family:"Myriad",Arial,Helvetica,sans-serif;
    font-size:18px;
    font-weight:400;
    color:#ffffff;
    text-transform:none;
    text-decoration:none;
    letter-spacing:normal;
    word-spacing:0px;
    line-height:27px;
    margin: 0 0 20px;
}

.custom-middle-text h2{
    margin-bottom: 28px;
}

.custom-footer-text p{
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:400;
    color:#ffffff;
    text-transform:none;
    text-decoration:none;
    letter-spacing:normal;
    word-spacing:0px;
    line-height:18px;
    margin:0 0 18px;
}

.custom-middle-text p{
      margin: 0 0 25px;
}

.custom-middle-text p a{
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    font-family: Arial,Helvetica,sans-serif;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    background: #ffffff;
    color: #231c34;
    white-space: normal;
    border-radius: 3px;
    border-bottom:2px solid #918e9a;
    margin-bottom:10px;
}

.custom-middle-text ul {
    list-style: outside none none;
    margin: -8px 0 1px;
    padding: 0;
}

.custom-middle-text ul li {
    border: 1px solid #ffffff;
    border-radius: 16px;
    display: inline-block;
    height: 32px;
    margin: 0 8px 20px;
    overflow: hidden;
    vertical-align: bottom;
    width: 32px;
}

.custom-middle-text ul li a{
    color: #ffffff;
    font-family: "Icons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    text-indent: 0;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    margin: -8px 0 0 -8px;
    position:relative;
    top:25%;
    left:50%;
}

.custom-middle-text p a:hover{
     background: #e8dd2d;
}

.custom-footer-left-text a {
    color: #ffffff;
    text-decoration: underline !important;
}

.custom-home-page-layout .custom-footer-left-text a {
    text-decoration: none !important;
}

.custom-footer-top {
    margin-bottom: 20px;
}

.custom-middle-text ul li:first-child {
    margin: 0 8px 20px 0;
}
.custom-footer-bottom-group .page-center{
    padding-top: 0;
    padding-bottom: 20px;
}

.custom-footer-top-container{
    background: #fff;
}
.custom-footer-top-container .page-center{
    padding: 19px 0;
}
.custom-footer-top-container .page-center h2{
    margin: 0;
    font: 28px/42px 'Myriad',Arial,Helvetica,sans-serif;
    text-align: center;
    text-transform: uppercase;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */
.custom-menu-bg {
    margin-top: -12px;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  text-align: right;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    display:inline-block;
    float:none !important;
    margin-left:6.1px;
    position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    margin-left:0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: block;
    font-size: 19px;
    line-height: 28px;
    font-family: "Myriad",Arial,Helvetica,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 20px;
    color: #231c34;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    background: #231c34;
    color: #e8dd2d;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    background: #4f495d;
    border-bottom: 10px solid #231c34;
    border-top: 10px solid #231c34;
    padding: 16px 20px;
    text-align: center;
    width: 100%;
    margin-top: -1px;
}


.custom-menu-primary .hs-menu-wrapper > ul ul li{
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-family:"Myriad",Arial,Helvetica,sans-serif;
    font-size:16px;
    font-weight:400;
    font-style:normal;
    font-size-adjust:none;
    color:#ffffff;
    text-transform:uppercase;
    text-decoration:none;
    letter-spacing:normal;
    word-spacing:0px;
    line-height:24px;
    text-align:center;
    padding: 4px 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a{
    padding-right: 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children:hover > a{
    border-color: #ffffff #ffffff #4f495d;
    border-style: solid;
    border-width: 1px;
    padding: 3px 29px 3px 9px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after{
    color: #ffffff;
    content: "";
    font-family: "Icons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    position: absolute;
    right:8px;
    text-transform: none;
    top: 8px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children:hover > a:after{
    color: #e8dd2d;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a {
    color: #e8dd2d;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul{
    background: #4f495d;
    border: 1px solid #ffffff;
    height: auto;
    left: 0 !important;
    padding: 10px;
    right: auto !important;
    top: 31px !important;
    width: auto;
    z-index: -1 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul >li > ul >li > ul >li >a:before{
    color: #fff;
    content: "•";
    left: -16px;
    top: 0;
    position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li {
    padding: 0 17px 0 16px;
    display: block;
    -webkit-padding-end: 19px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 0;
    text-transform: none;
    text-align: left;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li:hover >a {
    color: #e8dd2d;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.service {
    display:none !important;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

.gsc-adBlock { display: none !important; }

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper{ 
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.contact,
    .custom-menu-primary .hs-menu-wrapper > ul > li.contatos,
    .custom-menu-primary .hs-menu-wrapper > ul > li.soluções,
    .custom-menu-primary .hs-menu-wrapper > ul > li.kontakt,
    .custom-menu-primary .hs-menu-wrapper > ul > li.werken-bij {
        display:none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
        background: #231c34;
        color: #e8dd2d;
    }
    /*.custom-menu-primary .hs-menu-wrapper > ul ul{
        display: none !important;
    }*/

   /*.custom-home-page-layout   .custom-menu-primary .hs-menu-wrapper > ul ul{ display:block !important; }*/
   
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper:after{ left:0; right:0; top:0; bottom:0; content:""; position:absolute; content:"";  z-index:-2;  background-color:#231c34;  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper:before { background-color: #4f495d;/* max-width: 1340px;*/ content: ""; z-index: -1; position: absolute; left: 0; right: 0;/* margin: 0 auto;*/   margin: 0 20px; top: 0; bottom: 0; }
  .custom-bisection-menu .hs-menu-wrapper > ul{ display:none; }
  
  
}

@media (min-width: 1367px) and (max-width: 1500px) {
  .row-fluid .resourcebox7-img { min-height: 250px; } 
  
  
}
@media (min-width: 1501px){ .row-fluid .resourcebox7-img { min-height: 290px; } }

/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 767px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    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;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    background: rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 4px;
    color: #000000;
    cursor: pointer;
    display: inline-block !important;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    left:2px;
    padding: 7px 10px 8px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: -4px;
    width: auto;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -3px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 5px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius:0;
    background-color: #ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -7px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 7px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 0;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:transparent; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    margin: 8px 0 0;
    padding-top: 40px;
    position: relative;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    left: 0;
    padding: 0;
    position: absolute;
    top: 39px;
    width: 100%;
    z-index: 999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#231C34; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 17px; /* Font size of top level list items */
    line-height: 34px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: none; /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 8px 10px 6px 20px;
    color:#fff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#e8dd2d; /* link hover color set by global mobile-aColorHover variable */
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    background: none;
    border-bottom: 0;
    border-top: 0;
    margin-top: 0;
    padding: 0 20px;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background: #5a5567;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 10px 20px !important;
    font-size: 17px;
    line-height: 28px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children:hover>a {
    border: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a{
    background: #231c34;
    color: #e8dd2d;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a:after{
    content: none;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    padding: 10px 30px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
    .custom-menu-primary .hs-menu-wrapper ul > li.active > a,
    .custom-menu-primary .hs-menu-wrapper ul > li.active-branch > a {
        background: #231c34 !important;
        color: #e8dd2d !important;
    }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */


.post-header h2, h2.post-listing-simple {}
.post-header h2 a, h2.post-listing-simple a{
    text-decoration: none;
color: inherit;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
    text-decoration: none;
}
.section.post-header h1 {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-top:none;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: auto;
  max-width: auto;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: margin:0;
}

/* Read More Link */
a.more-link {
    display:block;
    margin:15px 0;
}

/* Blog Topics List */
#hubspot-topic_data {
    margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
   border: 1px solid #e2e2e2;
   display: block;
   line-height: 165%;
   padding: 15px;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    display: block;
    padding: 0;
}

.comment-reply-to{
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

#comments-listing.no-comments {
   border: none;
}

#comment-form {
    background: #fff;
    border: 1px solid #000;
    margin: 15px 0;
    padding: 30px;
}

.comment-date { font-size: 13px; text-align: right; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    clear: both;
}
.blog-pagination a {
    display: block;
    margin: 10px 0;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

.hs-blog-social-share {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: auto;
    margin-top: 10px;
    padding: 15px 0 9px;
    margin-bottom: 20px;
}



/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.field.hs-form-field > label {}
body .hs-form-field  {
    margin: 0 0 7px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    vertical-align: middle;
    max-width: 400px;
    display: block;
    background: #fff;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 7px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border-color: #666;
    outline: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{
    color: red;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }


/* 28-11-2018 */

.gsc-orderby { display: flex; align-items: center; float: right; width: 32%; text-align: right; }
.gsc-orderby .gsc-option-menu-container { width: calc(100% - 37%); }


@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display:inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
    background: #eedc00;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    margin-top: 15px;
    padding: 8px 20px;
    font-weight:700;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
   background: #231c34;
    color: #ffffff;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    background: #231c34;
    color: #ffffff;
    
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

/* Styles that do not fit into any of the available sections above can go here. */

/* ========== Two Column Product ============= */
a.pp_previous {
    background: url(//cdn2.hubspot.net/hubfs/2010384/Wps_January2018-Theme/Images/previous.png) no-repeat 0 50% !important;
    margin-left: 10px;
    -webkit-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s;
    opacity: 0;
}
div.pp_default .pp_previous:hover {
    opacity: 1;
    background-position: 0 50% !important;
}
a.pp_next {
    margin-right: 10px;
    opacity: 0;
    background: url(//cdn2.hubspot.net/hubfs/2010384/Wps_January2018-Theme/Images/next.png) no-repeat 100% 50% !important;
    -webkit-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s;
}
div.pp_default .pp_next:hover {
    opacity: 1;
    background-position: 100% 50% !important;
}
.pp_overlay {
    background: #231c34 !important;
    opacity: 0.9 !important;
}
.ppt {
    display: none !important;
}
a.pp_close {
    float: right;
    z-index: 6;
    background: url(//cdn2.hubspot.net/hubfs/2010384/Wps_January2018-Theme/Images/close.png) no-repeat !important;
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin-top: 12px;
    right: -13px;
}
.custom-contact-info h2 {
    background: #231c34;
    color: #e8dd2d;
    padding: 7px 40px 7px 20px;
    margin: 0;
    position: relative;
}
.custom-contact-info h2:after {
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    content: '\e60b';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    font-size: 16px;
}
.custom-contact-info .contact-us-bottom-contact {
    background: #e5e5e5;
    padding: 20px 20px 40px;
}
.custom-contact-info .contact-us-bottom-contact p {
    margin-bottom: 10px;
}

.custom-contact-info .contact-us-bottom-contact a.button {
    display: inline-block;
    font: bold 14px/18px Arial,Helvetica,sans-serif;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #231c34;
    background: #e8dd2d;
    padding: 9px 20px;
    border-bottom: 2px solid #b1a822;
    border-radius: 3px;
    position: relative;
    padding-left: 40px;
}
.custom-contact-info .contact-us-bottom-contact a.button:first-of-type {
    margin-right: 5px;
}
.custom-contact-info .contact-us-bottom-contact a.button:hover {
    background: #f4e826;
    border-color: #bab11d;
}
.custom-contact-info .contact-us-bottom-contact a.button.phone:before, 
.custom-contact-info .contact-us-bottom-contact a.button.calendar:before {
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    content: '\e613';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -6px;
    font-size: 12px;
}
.custom-contact-us-inner-row2 {
    padding-bottom: 20px;
}
.custom-contact-info .contact-us-bottom-contact a.button.phone:before {
    content: '\e614';
}
.custom-white-paper-section {
    padding: 10px 10px 30px;
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-bottom: 40px;
}
.custom-download-whitepaper a{
    background: #e6e6e6;
    display: block;
    min-height: 60px;
    padding: 10px 10px 10px 60px;
    color: #000;
    text-decoration: none;
    position: relative;
    margin: 0 0 5px;
}
.custom-download-whitepaper a:before {
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    content: '\e612';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 40px;
    margin-top: -18px;
}
.custom-download-whitepaper .custom-download-whitepaper-inner span {
    font-weight: normal;
    font-size: 10px;
    text-decoration: underline;
}
.custom-download-whitepaper .custom-download-whitepaper-inner span.pdf-size:before {
    content: '|';
    padding-right: 10px;
}
.custom-download-whitepaper .custom-download-whitepaper-inner span.pdf-size {
    margin-left:10px;
}
.custom-download-whitepaper .custom-download-whitepaper-inner h3 {
    font-size: 14px;
    margin: 0;
}
.custom-download-whitepaper a:hover {
    background: #ccc;
}
.custom-download-whitepaper a:hover h3 {
    text-decoration: underline;
}
.custom-related-products, 
.custom-products-module {
    margin-top: 20px;
    overflow: hidden;
}
.custom-related-products .related-product-inner figure,
.custom-products-module .product-inner {
    margin: 0;
}
.custom-related-products .related-product-inner h2,
.custom-products-module .product-inner h2{
    margin-top: -4px;
    margin-bottom: 10px;
}
.custom-related-products .related-product-inner h2:before,
.custom-products-module .product-inner h2:before {
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    content: '\e60b';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    padding: 6px 10px 0 0;
    font-size: 16px;
    color: #e8dd2d;
}
.custom-related-products .custom-bottom-product-tag ul,
.custom-products-module .product-inner ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0;
    float: left;
}
.custom-related-products .custom-bottom-product-tag ul li,
.custom-products-module .product-inner ul li {
    padding: 4px 0;
    float: left;
    margin: 0 10px 0 0;
}
.custom-products-module .product-inner ul li.active {
    padding: 0;
}
.custom-products-module .custom-bottom-product-tag span.category {
    font-weight: normal;
    margin: 0;
    background: #e5e5e5;
    padding: 4px 8px;
    display: block;
}
.main-content figure.youtube {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 20px;
    margin: 0 0 20px;
}
.main-content figure.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
img.align-right {
    float: right;
    clear: right;
    margin: 0 0 20px 20px;
}
img.align-left {
    float: left;
    clear: left;
    margin: 0 20px 20px 0;
}

.two-column-product-right-slider .custom-white-paper-section {
    margin-top: 0;
}
.two-column-product-right-slider .custom-sidebar-slider {
    margin-bottom: 40px;
}
.two-column-product-right-slider .custom-contact-info {
    margin-bottom: 40px !important;
}

ul.vacancy.listing {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

ul.vacancy.listing li {
    margin: 0 0 10px;
}

/* ========= Contact us =============== */

.custom-sec-header h1 {
    padding:0 20px;
    margin: 10px 0 0;
}
.custom-contact-us-inner-row1 .hs_cos_wrapper_type_header h1 {
    font-size: 18px;
    line-height: 27px;
    background: #231c34;
    color: #e8dd2d;
    padding: 7px 40px 7px 20px;
    margin: 0;
    position: relative;
}
.custom-contact-us-inner-row1 .hs_cos_wrapper_type_header h1:after {
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    content: '\e60b';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    font-size: 16px;
}
.custom-contact-us-inner-row1 .contact-column {
    padding: 20px 20px 40px;
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
}
.custom-contact-us-inner-row1 .contact-column.blue-column {
    background: #231c34;
    color: #fff;
}
.custom-contact-us-inner-row1 .contact-column.yellow-column {
    background: #e8dd2d;
}
.custom-contact-us-inner-row1 .contact-column p {
    margin-bottom: 10px;
}
.contact-main-content {
    margin-top: 20px;
    overflow: hidden;
}
.contact-main-content .row-fluid-wrapper:nth-child(2), .contact-main-content .row-fluid-wrapper:nth-child(2) .row-fluid {
    height: 100%;
}
.custom-contact-us-inner-row1 {
    margin-bottom: 20px;
}
.custom-contact-us-row2-right-content {
    padding: 20px 20px 40px;
    position: relative;
    overflow: hidden;
    background: #231c34;
    color: #fff;
}
.custom-contact-us-row2-right-content h2 {
    color: #fff;
    padding: 0;
    margin-bottom: 20px;
}
a.white-btn {
    background: #fff;
    color: #231c34;
}
.custom-follow-me ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 -10px;
}
.custom-follow-me ul li {
    display: inline-block;
    vertical-align: bottom;
    text-indent: -9999px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 16px;
    margin: 0 10px 20px;
}
.custom-follow-me ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}
.custom-follow-me ul li a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    color: #fff;
    margin: -8px 0 0 -8px;
}
.custom-follow-me ul li.facebook a:after {
    content: '\e603';
}
.custom-follow-me ul li.twitter a:after {
    content: '\e602';
}
.custom-follow-me ul li.youtube a:after {
    content: '\e605';
}
.custom-follow-me ul li.linkedin a:after {
    content: '\e601';
}
.custom-contact-us-row2-left-group {
    background: #e5e5e5;
    overflow: hidden;
    width: 100%;
    height: 360px;
    margin: 0;
    position: relative;
}
.custom-contact-us-address {
    padding: 20px;
}
.custom-contact-us-address p {
    margin: 0;
}

/* ============ HOme Page ============== */

.custom-home-page-layout .body-container.container-fluid .row-fluid .page-center {
    max-width: 1420px;
}
.custom-home-page-layout .custom-slider-group {
    background-color: #231c34;
    background-image: url(//cdn2.hubspot.net/hubfs/2010384/Wps_January2018-Theme/Images/pattern.svgz.svg),none;
    background-repeat: repeat-x;
    padding-bottom: 33px;
    background-position: 50% 100%;
}
.custom-slider-group .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font: bold 14px/18px Arial,Helvetica,sans-serif;
    background: url(//cdn2.hubspot.net/hubfs/2010384/Wps_January2018-Theme/Images/slideshow-overlay.png) no-repeat 0 0;
    background-size: auto 100%;
}
.custom-slider-group .caption > span {
    display: block;
    max-width: 200px;
    height: 72px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -36px;
}
.custom-slider-group .caption h2 {
    font: 36px/36px 'Myriad',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    margin: 0;
}
.custom-home-page-row1 {
    background: #e5e5e5;
}
.custom-home-page-row1 .main-content .hs_cos_wrapper_type_widget_container > div {
    height: 100%;
}
.custom-home-page-row1 .main-content .hs_cos_wrapper_type_widget_container {
    display: block;
    height: 100%;
}
.custom-home-page-row1 .main-content {
    margin-bottom: 20px;
}
.custom-home-page-row1 .main-content > div,
.custom-home-page-row1 .main-content > div > .row-fluid,
.custom-home-page-row1 .main-content .widget-type-widget_container {
    height: 100%;
}
.custom-two-col-img-content-with-btn-wrapper {
    padding: 19px;
    border: 1px solid #cbcbcb;
    background: #fff;
    position: relative;
    height: 100%;
}
.custom-two-col-img-content-with-btn-wrapper a.custom-md-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}
.custom-two-col-img-content-with-btn-wrapper .custom-right-img-md {
    width: 100%;
    max-width: 200px;
    float: right;
    margin: 0 0 0 20px;
    vertical-align: bottom;
}
.custom-two-col-img-content-with-btn-wrapper a {
    text-decoration: none;
    z-index: 2;
    position: relative;
}
.custom-two-col-img-content-with-btn-wrapper h2 {
    font-size: 28px;
    position: relative;
    padding-left: 30px;
    line-height: 27px;
}
.custom-home-slick-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-track {
    margin: 0 auto;
}
.custom-two-col-img-content-with-btn-wrapper h2:after {
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    content: '\e60b';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 4px;
    left: 0;
    color: #e8dd2d;
    font-size: 20px;
    text-indent: 0;
}
.custom-two-col-img-content-with-btn-wrapper p {
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
}
.custom-home-page-row2 h2 {
    background: #fff;
    padding: 19px 0;
    margin: 0;
    font: 28px/42px 'Myriad',Arial,Helvetica,sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.custom-home-page-row2 .page-center {
    padding-top: 0;
}
.custom-home-page-layout .custom-footer-top-container {
    display: none;
}
.custom-home-slick-slider .slick-slider {
    margin: 0 auto 20px;
    padding: 20px 40px;
    max-width: 1420px;
}
.custom-home-slick-slider .hs_cos_gallery_main .slick-slide img {
    width: auto;
    margin: 0 auto;
}
.custom-home-slick-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: 20px 0 0;
    display: block;
}
.custom-home-slick-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
    display: block;
    margin: 0;
}
.custom-home-slick-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper > img {
    margin-bottom: 10px;
    width: 75%;
}
.custom-home-slick-slider .caption {
    text-align: center !important;
}
.custom-home-slick-slider .caption h5 {
    font: 60px/60px 'Myriad',Arial,Helvetica,sans-serif;
    color: #e8dd2d;
    margin: 0;
}
.custom-home-slick-slider .caption p {
    font: bold 14px/21px Arial,Helvetica,sans-serif;
}
.custom-home-slick-slider ul.slick-dots {
    display: none !important;
}
.custom-home-slick-slider .slick-arrow {
    width: 10%;
    height: 100%;
    text-decoration: none;
    top: 0;
    z-index: 2;
    margin: 0;
}
.custom-home-slick-slider .slick-arrow:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    color: #e8dd2d;
    font-size: 24px;
    text-indent: 0;
    line-height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
}
.custom-home-slick-slider .slick-arrow:before {
    content:none;
}
.custom-home-slick-slider .slick-prev:after {
    content: '\e60c';
}
.custom-home-slick-slider .slick-next:after {
    content: '\e60b';
}
.custom-home-slick-slider .slick-arrow:hover:after {
    color: #231c34;
}
.custom-home-recent-post .custom-rss-item {
    background: #fff;
    padding: 20px;
    border: 1px solid #cbcbcb;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.custom-home-recent-post .custom-rss-item .custom-rss-feach-img {
    float: left;
    width: 33.33333333%;
    max-width: 300px;
    height: auto;
    margin: 0 20px 20px 0;
    vertical-align: bottom;
}
.custom-home-recent-post .custom-rss-item a {
    text-decoration: none;
}
.custom-home-recent-post .custom-rss-item a:hover h2.custom-rss-title {
    text-decoration: underline;
}
.custom-rss-date {
    float: left;
    margin-right: 10px;
    margin-bottom: 4px;
    text-transform: lowercase;
}
.custom-rss-topic span {
    float: left;
    margin: 0 10px 0 0;
}
.custom-rss-topic span:first-child {
    background: #e5e5e5;
    float: left;
    padding: 4px 8px;
    margin: -4px 10px 0 0;
    color: #231c34;
    margin-bottom: 10px;
    text-decoration: none;
}
.custom-rss-topic span:nth-child(1n+2) {
    text-decoration: underline;
}


.custom-wps-newsletter-form ul.inputs-list.multi-container {
    margin: 6px 0;
}






/*---------- 04-04-2018  ----------------*/

.post-item:first-child .custom-post-body { width:64.6666%; }
.post-item:first-child .hs-featured-image-wrapper {     max-width: 300px; }





/*------------ 25-04-2018  ---------------*/

.menu-hover .custom-menu-primary .hs-menu-wrapper > ul > li.werken-bij > ul.hs-menu-children-wrapper { opacity: 1; visibility: visible; }
.menu-hover .custom-menu-primary .hs-menu-wrapper > ul > li.werken-bij > ul.hs-menu-children-wrapper li a { color:#e8dd2d; }





/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media(max-width:1299px){
    .hs-row1-reference-three-col-group .hs_cos_wrapper_type_custom_widget {
        width: 30.33%;
    }
  /*   28-11-2018 */
  .gsc-orderby .gsc-orderby-label { width: 110px; }
  .gsc-orderby .gsc-option-menu-container { width: calc(100% - 59px); }
  .gsc-orderby { width: 42%; }
}

@media(max-width:1279px){
    .custom-floating-banner-content {
        width: 53.5% !important;
    }
  

}
@media (max-width: 1024px) and (min-width: 768px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 15px;
        padding: 10px 13px;
    }
    .custom-middle-text p a{
       font: bold 9px/18px Arial,Helvetica,sans-serif;
    }
}

@media (max-width: 1024px) {
    .custom-full-width-right-logo-inner.col1 {
        width: 30%;
    }
    .container-fluid .row-fluid .page-center {
          max-width: 728px;
    }
    
    .custom-middle-text ul li {
         margin: 0 10px 20px 0;
    }
    
    .blog-sidebar a{
         font: bold 12px/18px Arial,Helvetica,sans-serif;
    }
    
    .custom-sidebar-link a{
        font: bold 11px/18px Arial,Helvetica,sans-serif;
        padding: 9px 6px;
    }
    .blog .blog-content {
        width: 100%;
        float: none;
        margin: 0 0 30px;
    }
    .hs-blog-listing .blog-sidebar {
        border-left: 0;
        padding: 0;
        width: 100%;
        margin: 0;
        float: none;
    }
    .post-item:first-child .hs-featured-image-wrapper{
        max-width: 100%;
        width: 50%;
    }
    .hs-row1-reference-three-col-group .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        margin: 0 0 20px;
    }
    .custom-floating-banner-group {
        position: static;
        padding: 0 40px;
    }
    .custom-floating-banner-content {
        float: none !important;
        background: #231c34;
        width: 100% !important;
        padding: 20px;
        color: #fff;
        height: auto;
        float: none;
        max-width: 648px !important;
        margin: 20px auto !important;
    }
    .custom-two-col-right-sidebar-layout .main-content,
    .two-column-right-product .main-content{
        width: 100% !important;
        margin-bottom: 20px;
    }
    .custom-two-col-right-sidebar-layout .hs-right-sidebar,
    .two-column-right-product .custom-right-sidebar {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .two-column-right-product .main-content {
        margin-bottom: 20px;
    }
    .two-column-right-product .custom-sidebar {
        margin-bottom: 20px;
    }
    .custom-white-paper-section {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .two-column-product-right-slider .custom-sidebar-slider {
        margin-bottom: 20px;
    }
    .two-column-product-right-slider .custom-contact-info {
        margin-bottom: 20px !important;
    }
    .custom-solution-product-item-wrapper .hs_cos_wrapper_type_custom_widget {
	    width: 50%;
	}
	
    .main-content-right {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
    }
    .custom-solution-product-item-wrapper .hs_cos_wrapper_type_custom_widget .custom-products-module {
        width: 50%;
    }
    .custom-slider-group .caption h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .custom-slider-group .caption p {
        font-size: 12px;
    }
    .custom-home-slick-slider .caption h5 {
        font: 32px/32px 'Myriad',Arial,Helvetica,sans-serif;
    }
    .custom-two-col-img-content-with-btn-wrapper .custom-right-img-md img {
        width: 100%;
    }
    .custom-two-col-img-content-with-btn-wrapper .custom-right-img-md {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    .custom-sidebar {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .custom-middle-text p a {
        display: inline-block;
        text-align: center;
    } 
    .custom-menu-bg {
        margin-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    
    body input[type="text"],
    body input[type="password"], 
    body input[type="datetime"], 
    body input[type="datetime-local"], 
    body input[type="date"], 
    body input[type="month"], 
    body input[type="time"], 
    body input[type="week"], 
    body input[type="number"], 
    body input[type="email"], 
    body input[type="url"], 
    body input[type="search"], 
    body input[type="tel"], 
    body input[type="color"],
    body input[type="file"],
    body textarea,
    body select {
        max-width: 100%;
    }
    
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        border-width: 0;
        max-height: 100%;
        max-width: 100%;
        height: 100%;
        width: 100%;
        float: none;
        margin: 20px 0 20px 0px;
    }
    
    .header-container .page-center {
     padding: 0 20px;
    }
    .custom-menu-bg{
        background:#231c34 none repeat scroll 0 0;
        margin-top:0;
    }
    .mobile-trigger > span {
        color: #ffffff;
        cursor: pointer;
        font: 19px/27px "Myriad",Arial,Helvetica,sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        padding-left: 21px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size:17px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        text-align: left;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul{
        border:none;
    }
    .child-trigger:after{
        color: #ffffff;
        content: "";
        font-family: "Icons";
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1em;
        position: absolute;
        right: 28px;
        text-transform: none;
        top: 9px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children:hover > a{
        border:1px solid transparent;
    } 
    .custom-menu-primary .hs-menu-wrapper > ul li > a[href*="/en/contact"] {
        display:block !important;
    }
    .custom-top-link {
        margin-top: 20px;
    }
    .custom-bisection-menu .hs-menu-wrapper > ul > li.hs-item-has-children:after {
        content:none;
    }
    
    .custom-top-link ul > li {
         display: none;
    }
    .custom-top-link ul > li:last-child {
        margin-left: 0;
        width: 100% !important;
        display: block;
      
    }
  .custom-top-link ul > li.top-search{margin-bottom: 12px;}
  
    .custom-top-link input[type="text"]{
      width: 100%;
    }
    .custom-top-link input[type="text"]:focus {
      width: 100%;
      border:1px solid #666666;
    }
    .custom-top-link ul {
        list-style: outside none none;
        margin: -25px -14px 0 0;
        padding: 0 10px 0 0;
        text-align: right;
    }
    
  
    .main-content {
        margin-bottom:20px;
    }
    
    .custom-menu-bg .page-center{
        padding:0;
    }
    
    .custom-menu-bg .page-center {
        max-width: 100% !important;
    }
    .footer-container .page-center {
        padding: 20px 20px 0;
   }
   
    .custom-breadcrumb-link {
        display: none !important;
    }
    .custom-slider-group .slick-arrow {
        display: block !important;
        z-index: 3;
    }
    .custom-slider-group .slick-arrow {
        display: block !important;
        z-index: 3;
        width: 40px;
        height: 40px;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .custom-slider-group .slick-arrow:before {
        content:none;
    }
    .custom-slider-group .slick-arrow:after {
        content: '‹';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -1px;
        margin-left: -20px;
        color: #fff;
        font-size: 40px;
        text-indent: 0;
    }
    .custom-slider-group .slick-next:after {
        content: '›';
        margin-right: -20px;
        margin-left: 0;
    }
    .custom-slider-group .slick-next {
        right: 10px;
        left: auto;
    }
    .custom-slider-group .slick-prev {
        left: 10px;
    }
    .custom-sidebar-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper > img {
        /*float: none;*/
        /*width: auto;*/
        /*margin: 0 auto 20px;*/
    }
    
    .custom-sidebar-slider .hs_cos_gallery_main .caption {
        width: 100%;
        text-align: center !important;
        float: none !important;
    }
    .custom-sidebar-slider .hs_cos_gallery_main .caption h6 span {
        float: none;
    }
    .custom-slider-group .slick-dots {
        display:none !important;
    }
    .hs-row1-reference-three-col-group .custom-full-width-right-logo-inner.col1 img {
        float: left;
        width: 45%;
        margin-right: 15px;
    }
    .custom-two-col-with-light-box-md-wrapper .custom-lightbox-md-img-wrapper {
       float: none;
       margin: 0 0 20px;
       text-align: center;
    }
    .custom-two-col-with-light-box-md-wrapper .custom-lightbox-md-img-wrapper img {
       width: 100%;
       display: block;
       margin: 0 auto;
    }
    .custom-newsletter-form .hs-form-field > label {
        max-width: 100%;
        float: none;
        margin: 0;
    }
    .custom-newsletter-form .input {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .custom-newsletter-form .hs_submit {
        clear: both;
        padding-left: 0;
    }
    .custom-newsletter-form ul.hs-error-msgs.inputs-list {
        padding: 0 !important;
    }
    .custom-two-col-right-sidebar-layout-row-1 .main-content .hs-form-field > label {
        width: 100%;
    }
    .custom-two-col-right-sidebar-layout-row-1 .main-content .hs-form-field .input {
        width: 100%;
        float: none;
    }
    .custom-two-col-right-sidebar-layout-row-1 .main-content ul.hs-error-msgs.inputs-list {
        margin: 0;
        float: none;
    }
    .custom-two-col-right-sidebar-layout-row-1 .main-content .hs_submit {
        margin: 0;
    }
    .custom-two-col-right-sidebar-layout-row-1 .main-content .hs-button.primary.large {
        font-size: 13.3333px;
        line-height: normal;
        padding: 9px 20px 8px;
    }
    .custom-two-col-eq-layout-row2 .hs_cos_wrapper_widget.one-col-logo-md {
        /*width: 50%;*/
    }
    img.align-left,
    img.align-right {
        float: none;
        clear: left;
        margin: 0 0px 20px 0;
    }
    .custom-contact-us-row2-right-content {
        margin-top: 20px;
    }
  .custom-home-slick-slider .slick-slider {
        padding: 0 10%;
        margin: 0;
    }
    .custom-home-page-row2 .page-center {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .custom-slider-group .caption {
        background: #231c34;
        min-height: 30px;
        color: #fff;
        position: static;
        margin: 10px 0 0;
    }
    .custom-slider-group .caption > span {
        position: static;
        height: auto;
        margin: 0;
        max-width: 100%;
        padding: 0 5px;
    }
    .custom-slider-group .caption h2 {
        font-size: 24px;
        color: #fff;
        line-height: 24px;
    }
    .custom-slider-group .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
        margin: 0;
        display: block;
    }
    .custom-two-col-img-content-with-btn-wrapper .custom-right-img-md {
        max-width: 100%;
        display: block;
        margin: 0 0 20px;
        float: none;
    }
    .custom-home-slick-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
        padding: 0 12%;
    }
    .custom-home-page-row2 .page-center {
        padding: 0 !important;
    }
    .custom-home-recent-post .custom-rss-item .custom-rss-feach-img {
        width: 100%;
        margin-right: 0;
        display: block;
        float: none;
    }
    .custom-recent-post-inner-wrapper {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .custom-search-form {
        padding-top: 1px;
        padding-bottom: 4px;
    }
    .custom-top-link ul >li.language {
        display: block;
        position: absolute;
        top: 1px;
        right: 23px;
    }
    .custom-search-form .hs-button.primary:after {
        top: 6px;
    }
    img.alignRight, img.alignright {
        float: none;
        display: block;
        margin: 0 0 15px;
    }
    .custom-full-width-right-logo-inner.col1 {
        width: 100%;
        float: none;
        text-align: center;
    }
    .custom-solution-product-item-wrapper {
        margin-top: 20px;
    }
    .custom-follow-me ul li {
        margin: 0 7px 20px 10px;
    }
    .custom-footer-top-container .page-center{
        padding-bottom: 20px !important;
    }
    
    
    
/*--------  04-04-2018  ------------*/    
    .post-item:first-child .hs-featured-image-wrapper { width:100%; }
    .post-item:first-child .custom-post-body { width:100%; }

}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
    .custom-share-group .share ul li a {
        margin-bottom: 3px;
    }
    .custom-recent-post-wrapper .custom-rss-item {
        width:100%;
        float:none;
    }
    
    .checkbox-row span.fakelabel span {
        float: none;
    }
    .body-container .page-center{
        padding: 20px;
    }    
    .container-fluid .row-fluid .page-center{
        max-width: 440px;
    }
    .bg-image-section .page-center h1{
        padding: 0;
    }
    .hs-row1-reference-logo-group .hs_cos_wrapper_type_custom_widget {
        float: left;
        width: 30%;
        padding: 0;
        margin-right: 10px;
    }
    .hs-row1-reference-logo-group .hs_cos_wrapper_type_custom_widget:nth-child(3n+3) {
        margin-right: 0;
    }
    .hs-row1-reference-logo-group {
        padding-left: 15px;
    }
    .custom-full-width-right-logo-inner.col1 {
        text-align: center;
        margin: 0 0 20px;
    }
    .custom-full-width-right-logo-inner {
        width: 100%;
        display: block;
    }
    .custom-two-col-eq-layout-row2 .hs_cos_wrapper_widget.one-col-logo-md {
       width: 33.3%;
       /*float: none;*/
       /*display: block;*/
    }
    .custom-sidebar-product-group .hs_cos_wrapper_type_custom_widget,
    .custom-solution-product-item-wrapper .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        float: none;
        display: block;
    }
    .custom-sidebar-product-group .custom-products-module {
        display: none;
    }
    .custom-view-more-product-md {
        width: 100%;
        min-height: 0;
        margin: 20px 0 0;
    }
    .custom-solution-product-item-wrapper .hs_cos_wrapper_type_custom_widget .custom-products-module {
        width: 100%;
        padding: 0;
    }
    a.custom-btn {
        white-space: normal;
        text-align: center;
    }
    .custom-two-col-img-content-with-btn-wrapper .custom-right-img-md {
        display: none;
    }
    .custom-home-page-row1 .page-center {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .custom-two-col-img-content-with-btn-wrapper {
        margin-bottom: 0;
    }
    .custom-lightbox-slider-gallery .hs_cos_gallery_main.with-arrow {
        padding: 0 25px;
    }
    .custom-lightbox-slider-gallery .slick-prev, .custom-lightbox-slider-gallery .slick-next {
        width: 25px;
    }
    .custom-floating-banner-group {
        padding: 0 20px;
    }
    .custom-two-col-right-sidebar-layout-row-1 .hs_cos_wrapper_type_header h1 {
        padding: 0 0 0 20px;
    } 
 

}
.gsc-control-cse{    border-color: transparent !important;    background-color: transparent !important;}



/* 28-11-2018 */
@media (max-width: 1199px) {
	.gsc-orderby .gsc-orderby-label { width: 110px; }
.gsc-orderby .gsc-option-menu-container { width: calc(100% - 50%); }
.gsc-orderby { width: 42%; }
}


@media ( max-width:991px){
	.gsc-orderby {width: 79%;}
  .gsc-orderby .gsc-option-menu-container {width: calc(100% - 60%);}
}


@media (max-width:767px){

  .gsc-above-wrapper-area-container tbody { }
  .gsc-above-wrapper-area-container tbody tr { display: inherit; }
  .gsc-above-wrapper-area-container tbody tr td.gsc-result-info-container { width: 100%; display: table-row; }
  .gsc-orderby-container { width: 100%; text-align: center; }
  .gsc-orderby-container .gsc-orderby { width: 100%; }
  .gsc-orderby .gsc-option-menu-container { width: 100%; }
  .gsc-orderby .gsc-orderby-label { width: 80%; }
}


