/* ==========================================================================
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 url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
    font-family: "UbuntuThin";
    src: url("//info.vismaconnect.nl/hubfs/Templates/VismaConnect_September2019/Fonts/ubuntu-th.eot");
    src: url("//info.vismaconnect.nl/hubfs/Templates/VismaConnect_September2019/Fonts/ubuntu-th.woff2") format("woff2"), url("//info.vismaconnect.nl/hubfs/Templates/VismaConnect_September2019/Fonts/ubuntu-th.woff") format("woff"), url("//info.vismaconnect.nl/hubfs/Templates/VismaConnect_September2019/Fonts/ubuntu-th.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}


@font-face {
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  src: url("//5865271.fs1.hubspotusercontent-na1.net/hubfs/5865271/VismaConnect_September2019/Fonts/socicon.eot") format("embedded-opentype"),
    url("//5865271.fs1.hubspotusercontent-na1.net/hubfs/5865271/VismaConnect_September2019/Fonts/socicon.woff") format("woff"), 
    url("//5865271.fs1.hubspotusercontent-na1.net/hubfs/5865271/VismaConnect_September2019/Fonts/socicon.ttf") format("truetype");
}




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

/* 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 */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* 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)*/
@media only screen and (max-width: 767px){
  .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.net/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.net/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;
  font-size: 16px;
} 

body {
  background: #fff;
  color: #282828;
  font-family: 'Open Sans',sans-serif;
  line-height: 1.5em;
}

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

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


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

/* Basic text */
p {} 
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 {
  margin: 0 0 24px;
  color: #222;
  font-family: 'UbuntuThin';
  font-weight: 200;
}

h4, h5, h6 {
  margin: 0 0 24px;
  color: #222;
  font-family: 'Ubuntu';
  font-weight: 300;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.75rem;
  line-height: 1.15em;
}
h2 {
  font-size: 2.75rem;
  line-height: 1.15em;
}
h3 {
  font-size: 2rem;
  line-height: 1.15em;
}
h4 {
  font-size: 1.6rem;
  line-height: 1.15em;
}
h5{
  font-size: 22px;
  line-height: 1.15em;
}
h6 {
  font-size: 20px;
  line-height: 1.15em;
}

/* Anchor Links */
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #007ACA;
}
a:hover, a:focus {
  color: #222;
}



/* Block Quotes */
blockquote {
    color: #007aca;
    margin-bottom: 10px;
    padding: 1em 3em;
    margin: 0 auto;
    text-align: center;
}
/* blockquote:before {
  content: "\f10d";
  font-family: "Fontawesome";
  position: absolute;
  left: 0;
  top: 20px;
  font-style: normal;
  color: #dfdfdf;
  font-size: 50px;
} */
blockquote p {
  margin: 0 0 10px;
}

figure {
  margin: 0;
}
figcaption,
figure{
  display:block;
}
div.vismaquotesharebox {
    position: relative;
    right: 0px;
    top: -0.5em;
    border-radius: 5em;
    opacity: 0.6;
    display: block;
    margin: 0 auto !important;
    width: 9em;
    text-align: center;
    height: 34px;
}
.quote_box a {
    display: inline-block;
    margin-right: 0.4em;
}
.quote_box img {
    width: 32px !important;
    height: auto !important;margin:0 !important;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */



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


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




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

.header-container-wrapper {}
.header-container .page-center{
  padding:0 15px;
}
.cm-height{
  min-height:5em !important;
}
.cm-position{
  background-color: #007ACA;
  position: fixed;
  z-index: 9999;
  left: 0;
  width:100% !important;
  top:0;
}
.cm-position .page-center > div.row-fluid-wrapper > div.row-fluid:after,
.cm-position .page-center > div.row-fluid-wrapper > div.row-fluid:before{
  display:none;
}
/* .cm-position .page-center > div.row-fluid-wrapper > div.row-fluid{
  margin:0 -15px;
  width:calc(100% + 30px);
  display: -webkit-flex;
  display: flex;
  align-items: center;
} */

 .cm-position .page-center > div.row-fluid-wrapper > div.row-fluid{
  margin:0 ;
  width:100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
} 

.cm-logo{
  padding: 15px 0;
  width: 25% !important;
}
.cm-logo img{
  max-height: 30px;
}

.cm-banner-area h1{
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 45px;
  font-family: 'UbuntuThin';
  font-weight: normal;
}






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


/* .body-container .page-center{
  padding: 30px;
} */


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

.footer-container-wrapper {
  border-top: 1px grey solid;
  padding: 10px 0;
  background-color: #ffffff !important;
  color: rgba(109, 109, 109, 0.5);
}
.footer-container .page-center{
  padding:0 15px;
}
.cm-copyright-group{
  padding:0 15px;
  width: 50% !important;
}
.cm-copyright-group{
  padding:0 15px;
  width: 50% !important;
}
.cm-copyright .hs-menu-wrapper > ul{
  display:block;
}
.cm-copyright p,
.cm-copyright .hs-menu-wrapper > ul > li{
  display:inline-block;
  color: rgba(109, 109, 109, 0.5);
  float:none !important;
  width:auto;
}
.cm-copyright .hs-menu-wrapper > ul > li > a{
  display:inline-block;
  color: #007ACA;
  text-decoration: none;
  width:auto;
}
.cm-copyright .hs-menu-wrapper > ul > li > a:hover{
  color: #666;
}
.cm-copyright .hs-menu-wrapper > ul > li:first-child > a{
  color: rgba(109, 109, 109, 0.5);
  cursor:text;
}
.cm-copyright .hs-menu-wrapper > ul > li:after{
  content: "|";
  display: inline-block;
  padding: 0 4.5px 0 9px;
}
.cm-copyright .hs-menu-wrapper > ul > li:last-child:after{
  display:none;
}

.cm-kvk p{
  margin:0;
}


.cm-footer-social-icons-group{
  padding:0 15px;
  width: 50% !important;
  margin:0 !important;
}
.cm-footer-social-icons ul{
  display:block;
  margin:0;
  padding:2px 0 0;
  list-style:None;
  width: calc(27.5915% - ( 0.724085365854 * 30px ) );
  float: right;
}
.cm-footer-social-icons ul li{
  display:inline-block;
  margin: 4px;
}
.cm-footer-social-icons ul li a{
  display:inline-block;
  color: #ffffff;
  vertical-align: middle;
  text-align:center;
  position: relative;
}
.cm-footer-social-icons ul li a:hover{   
  opacity: .9;
}

.cm-footer-social-icons ul li a:before {
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1.2em;
  padding: 8px;
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.cm-footer-social-icons ul li.linkedin a:before {
  content: "\e049";
  background-color: #3371b7;
}

.cm-footer-social-icons ul li.twitter a:before {
  background-color: #55acee;
  content: "\e040";  
}

.back-to-top{
  position: fixed;
  right: 30px;
  bottom: -45px;
  color: #fff;
  background-color:#1e7ab0;
  display: block;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  width: 40px;
  height: 40px;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.back-to-top:hover{
  background-color: #000;
  color: #fff;
}
.back-to-top.back-active{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary {
  padding:0 15px;
  width: 100% !important;
  margin:0 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul{
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  padding: 22px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #fff;
  text-transform: none;
  font-size: 17px;
  display: inline-block;
  font-family: 'Open Sans',sans-serif;
  transition: color 0.3s linear;
  padding: 10px 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover{
  background-color: #0062A3;
}

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul:before {
  content: "";
  position: absolute;
  left: 30px;
  top: -13px;
  border-width: 5px;
  border-style: solid;
  padding-top: 8px;
  border-color: transparent transparent #ffffff transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper{
  padding: 5px 0 0 0;
  width: 180px;
  top: 100%;
  visibility: hidden;
  box-shadow: 0 0 8px rgba(194, 194, 194, 0.4);
  transform: translateY(5px);
  transition: opacity 150ms ease-out 0s, transform 150ms ease-out 0s !important;
  opacity: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover.hs-item-has-children > ul.hs-menu-children-wrapper{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  font-size: 17px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: block;
  background-color: #fff;
  font-weight: 400;
  padding: 8px 18px;
  text-transform: none;
  font-family: 'Open Sans',sans-serif;
  color: #222;
  white-space:normal !important;
  border-top: 1px solid #eee;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child a{
  border:0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background-color: #007aca;
  color:#fff;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary.mobile,
  .cm-trigger{
    display:none !important;
  }
  .cm-logo.no-nav{
    padding:30px 0 29px;
  }
}


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

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



@media screen and (min-width: 980px){
.post-item , .related-post-item{padding-right: 30px !important;}
.post-item:nth-child(3n), .related-post-item:nth-child(3n) {padding-right: 0px !important;}
.section.post-body { width: 67%;}
}


/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item, .related-post-item {
  vertical-align: top;
    width: 33.33%;
    padding: 20px 0px 25px;
    margin-bottom: 0px;
    overflow: hidden;
    background: #fff;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}
.post-listing {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.cm-blog-post-section {
    padding: 0 35px;
}

.post-header h1 {
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 45px;
  font-family: 'UbuntuThin';
  font-weight: normal;
  color: #222;
}
.post-header h2 {
  font-size: 32.3px;
    margin-bottom:0;
    line-height: 45px;
    font-family: 'UbuntuThin';
    font-weight: normal;
    color: #222;
}
.post-header h2 a {
  text-decoration: none;
  color: #000;
}

.post-item p#hubspot-topic_data {
    color: #aaa;
    display: inline;
    font-size: 14px;
}
.post-item p.date {
    font-size: 14px;
    color: #999;
    display: inline;
}
p#hubspot-topic_data a {
    color: #aaa;
}
a.post-contet p {
    color: #333;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    line-height: 26.16px;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper-post{
  text-align: center;
  
}
.hs-featured-image-wrapper-post img{
  width:100%;
  margin:0 auto;
}
a.post-contet p:hover {
    color: #2d81b2;
    opacity: .9;
}
.hs-featured-image-wrapper {
  margin-bottom: 3px;
  text-align: center;position: relative;
}
p#hubspot-topic_data a.topic-link:hover {
    border-bottom: 1px #000 dotted;
    color: #000;
    text-decoration: none;
}
.hs-featured-image-wrapper a:hover img {
    opacity: .6;
}
.hs-featured-image-wrapper img.hs-featured-image {
    float: none !important;
    max-width: 100%;
    margin: 0;
    object-fit: cover;
    height: 300px !important;
    width: 100% !important;
}
.topic-box {
    display: inherit !important;
    background: #007aca;
    position: absolute;
    color: #fff;
    left: 0px !important;
    top: 0px !important;
    padding: 2px 12px 3px 12px !important;
    z-index: 1;
}
.topic-box a {
    display: inline-block;
    color: #fff !important;
    z-index: 1;
    position: relative;
    font-size: 12px !important;
}
.topic-box a:hover {
    color: #000 !important;border: 0 !important;
}
.blog-pagination {margin-bottom: 35px;
    display: flex;
}
.blog-pagination a {
    margin-right: 3px;
    color: #777;
    padding: 6px 10px 3px;
}
.blog-pagination a:hover {
    color: #000;
}
.blog-pagination a.active {
    color: #FFF;cursor: auto;
    background-color: #1e7ab0;
    text-shadow: 0 1px 0 #000;
    padding: 4px 10px 6px;
}
.page-list {
    margin-left: auto;
}
span.pages {
    display: block;
    font-size: 85%;
    padding: 7px 0 2px;
}

.button {
   
    border-radius: 5em;
    background: #007aca;
    color: #f9f9f9;
    border: 2px solid transparent;
    display: inline-block;
    line-height: 1.5em;
    min-height: 25px;
    height: auto;
    margin: 0 5px 10px;
    transition: all .5s;padding: .5em 1.5em .4em 1.5em;
    box-shadow: 0 15px 20px rgba(9,116,179,.2);
}
a.button.blue, a.button.gray, a.button.orange, a.button.white {
    min-height: 25px;
    height: auto;
    margin: 0 5px 10px;
}
.button.medium {
    font-size: 1.2em;
}
.button.blue:hover, .button.black:hover, .button.white:hover {
    text-decoration: none;
    background: #27588d;
    color: #f9f9f9;
    box-shadow: 0 0 20px rgba(9,116,179,.2);
}
.section.post-body p {
    padding: 0.5em 0;font-family: 'Open Sans', sans-serif !important;
    margin: 0;font-size: 16px;
}
.section.post-header p.post-meta {margin: 0px 0 0;}
.section.post-header .hs-featured-image-wrapper-post {
    text-align: center;
    margin-top: 30px;
}
.hs-blog-post .section.post-header h1 {
    width: 100%;
    padding: 2em 1em 0.8em 0em;
    font-size: 3.1rem !important;
    margin: 0;
    line-height: 1.4em;
    color: #282828;
}
p.post-meta {
    color: #999;
    margin: 0px 0 25px;
    font-size: .85em;
}
p.post-meta a{
    color: #999;
    
}
a.author-link:before {
    content: url(https://5865271.fs1.hubspotusercontent-na1.net/hubfs/5865271/VismaConnect_September2019/Images/iconuser.png);
    position: relative;
    opacity: 0.4;
    top: 1px;
    left: -2px;
}
.section.post-body {
    
    padding-top: 28px;
    margin: 0 auto;
    line-height: 2em;
    font-family: 'Open Sans', sans-serif !important;
}

img.alignright {
    padding: 4px 0 4px 4px;
    margin: 2px 0 3px 8px;
    display: inline;
    max-width: 100%;
}
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
    max-width: 100%;
    height: auto;
}
img.centered, img.aligncenter {
    display: block;
    margin: 2px auto;
    padding: 4px;
    max-width: 100%;
}
.section.post-body img {
    max-width: 100%!important;
}
div.vismaquotesharebox:hover {
    opacity: 1;
}
img.zoomonclick:hover {
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
    cursor: zoom-in !important;
}
img.zoomonclick {
    transition: all 0s;
    cursor: pointer !important;
}
.alignright {
    float: right;
    margin-left: 1em;
}
.alignleft {
    float: left;
    margin-right: 1em;
}
.section.post-body ul {
    padding-left: 20px;
}
.section.post-body iframe {
    max-width: 100%;
}
.section.post-body blockquote p {
    line-height: 1.3em;
    font-size: 1.6em;
    color: #007aca;
   
}
.section.post-body h1, .section.post-body h2, .section.post-body h3, .section.post-body h4, .section.post-body h5, .section.post-body h6 {
    color: #000;
    margin: 1.2em 0 0em;
    line-height: auto;
    font-weight: 400;
}
.section.post-body  h2 {
    font-size: 1.9em;
}
.section.post-body h3 {
    font-size: 1.5em;
}
.section.post-body h4 {
    font-size: 1.3em;
}
.quote_box {
    position: relative;
    background: #999;
}
.quote_box:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #999);
    border-bottom-color: #999;
    border-width: 10px;
    margin-left: -10px;
}
.social-link {
    display: flex;
    font-size: 16px;
    color: #13204a;
    padding-top: 80px;
    margin-bottom: 20px;
    align-items: center;
}
.social-link p {
    font-size: 15px;
    margin: 0;
    color: #000;
}
ul.ssk-group {
    display: flex;
    margin-left: 12px;
    align-items: center;
    margin: 0;
}
ul.ssk-group li {
    margin-right: 26px;
    list-style-type:none;
}
.social-link ul li a {
    font-size: 20px;
    color: #007aca;
}
ul.ssk-group li a:hover {
    color: #27588d;
}
.tag-div p {
    color: #999;margin-top: 0;
    margin-bottom: 0;
    font-size: .85em;margin-right: 14px;
}
.tag-div a.topic-link {
    display: inline-block;
    text-decoration: none;
    font-size: 10px;
    padding: 3px 8px;
    line-height: 20px;
    color: #555;
    text-transform: uppercase;
    border: 1px solid #DEDEDE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;margin-right: 7px
}
.tag-div {
    display: flex;
    align-items: center;
}
/* .related-post-item {
    width: 100%;
    margin: 0 10px 10px 0;
    padding-right: 30px;
    background: #fff;
    border-bottom: none;
    min-height: 320px;
} */
.blog-listing-wrapper.cell-wrapper > h1 {
    padding: 65px 0 0;
    text-transform: capitalize;
}
.related-post-item .post-header h3 {
    padding: 8px 12px 4px;
    font-size: 20px;
    line-height: 1.35;    margin: 0;
}
p.post-date {
    color: #999;
    margin: 0px 0;
    font-size: .85em;
    padding: 2px 12px 4px;
}
.rel-articles h3 {
    margin-top: 20px;
    font-size: 22px;color: #282828;
    margin-bottom:0px;
}
.rel-articles .post-listing {  margin-top: 10px;margin-bottom: 70px;}
img.zoomonclickactive {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed !important;
    margin: 1% !important;
    width: auto;
    height: auto;
    z-index: 999999999 !important;
    box-shadow: 0px 0px 222em 147em rgba(0,0,0,0.4) !important;
}
.related-post-item .hs-featured-image-wrapper:hover .overlay-icon {
    opacity: .7;
}
.overlay-icon {
    background: url(https://5865271.fs1.hubspotusercontent-na1.net/hubfs/5865271/Templates/link-overlay.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0;
    top: 2px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.related-post-item .hs-featured-image-wrapper a {
    display: block;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.hs-author-profile-wrapper {
      padding: 50px 0px 0;
}
h2.hs-author-name {
    font-size: 26px;
    color: #000;
    margin: .5em 0;
}
.hs-author-profile .hs-author-avatar img {
    background: #fff;
    padding: 2px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0 0 2px #B5B5B5;
    -moz-box-shadow: 0 0 2px #b5b5b5;
    -webkit-box-shadow: 0 0 2px #B5B5B5;
}
.hs-author-profile {
    clear: both;overflow: hidden;
    margin: 10px 0px -20px;
}


.hs-author-profile .hs-author-avatar {
  max-width: 100px;
  padding: 10px 10px 10px 1px;
  float:left;
}
.hs-author-profile .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}
.hs-author-bio {
    width: calc( 100% - 100px);
    float: right;
}
.about-author-sec .span2 img {
    padding: 0;
    background: #fff;
    float: left;
    margin: 0 10px 20px 0;
    width: 90px;
    height: 90px;
}
#author-box {
    border: 1px solid #ccc;
    padding: 2em 2em 0 2em;
    margin: 0.5em 0 1em 0;
    box-shadow: 6px 6px 15px rgba(0,0,0,0.05);
}
div#author-box h3 {
    float: none;
    margin-right: 10px;
    font-size: 22px;
}
div#author-box .span2 {
    width: 100px !important;float: none;
    display: inline-block !important;
}
#author-box .span10 {
    margin: 0;float: none;
    display: inline-block !important;
    vertical-align: top;width: calc(100% - 140px);
}
#author-box .span10 p {
    margin: 0;
    font-size: 1em;
    line-height: 1.7em;
   font-family: 'UbuntuThin';
   
    color: #282828 !important;
}
.hs-author-social-section h4 {
    font-size: 1em;
    line-height: 1.7em;
    margin: 0 14px 0 0px;
}
.hs-author-social-section {
    clear: both;
    margin: 10px 0px 20px;
    padding: 6px 0 12px 0;
    border-top: 1px solid #EAEAEA;
    background: #fff;
    display: flex;justify-content: space-between;
    align-items: center;
}
.hs-author-social-links a.hs-author-social-link {
    width: 16px;
    height: 16px;
   opacity: .7;
    line-height: 16px;
    background-size: 16px 16px;
   
}
p.post-meta span a:hover {
    border-bottom: 1px #000 dotted;
    color: #000;
    text-decoration: none;
}
.post-cleft {
    display: flex;
}
.post-cright span {
    
    line-height: 14px;
    color: #555555;
    display: inline-block;
    text-decoration: none;
    font-size: 10px;
    padding: 3px 8px;border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #DEDEDE;
}


@media(max-width:767px){
ul.ssk-group li {margin-right: 19px;}
  .span-10 {margin-left: 16px !important;}
  .blog-listing-wrapper .post-listing .post-item, .related-post-item{width:100%;padding-left: 0 !important;padding-right: 0 !important;}
}



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


/* =============== Global Form Styles =============== */
form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
    margin: 38px 14px;
}
.cm-form{
  width:50% !important;
}
.hs-form{
  margin:30px 0 40px;
}
.submitted-message{
  margin:0 0 20px;
}

/* Labels and Legends */


/* 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%;
  background-color: #ffffff;
  border: 1px solid #cccccc;

  box-shadow:none;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 10px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top:8px;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  font-family: 'Open Sans',sans-serif;
}
span.hs-form-required {
    display: none;
}
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: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.hs-error-msgs {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  color: red;
}


/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}


/* Required */
li.hs-form-booleancheckbox span {
    padding-left: 52px;
    display: inline-block;
    vertical-align: top;margin: 0;
    font-size: .9rem;
    color: #6D6D6D;
    text-align: left;
}
li.hs-form-booleancheckbox {
    position: relative;
}
li.hs-form-booleancheckbox span a {
    text-decoration: underline;
}
/******************************************** Check Box CSS*******************************************************/
form .input ul.inputs-list li label input[type="checkbox"]:checked+span:before {background: url('https://5865271.fs1.hubspotusercontent-na1.net/hubfs/5865271/Templates/VismaConnect_September2019/Images/check.svg');background-size: 14px; background-position: center center;background-repeat:no-repeat;}
form .input ul.inputs-list li label input[type="checkbox"] { opacity: 0; display:none !important;}
form .input ul.inputs-list li label input[type="checkbox"]+span:before {
    margin-top: -3px;
    content: '';
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 0px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 9px;
}/******************************************** Button CSS*******************************************************/

li.hs-form-booleancheckbox span.hs-form-required {
    position: absolute;
    top: 0;
    left: -10px;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    padding-left: 5px;
    top: 0px;
    left: 1.7rem;
}


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



/* Multiple Selection Inputs */

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

@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 Subscription Form =============== */



/* Inputs */

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    padding: .5rem 1.5rem .4rem 1.5rem;
    border-radius: 5rem;
    display: inline-block;
    line-height: 1.5em;
    font-size: 18px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: 2px solid transparent;
    background: #007ACA;
    color: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(9, 116, 179, 0.2);
    box-shadow: 0 15px 20px rgba(9, 116, 179, 0.2);
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 2rem 0;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
    background: #0062A3;
    -webkit-box-shadow: 0 0 20px rgba(9, 116, 179, 0.2);
    box-shadow: 0 0 20px rgba(9, 116, 179, 0.2);
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
 outline: 0;
}





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

#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing:not([data-has-comment="true"]) {
  display: none;
}

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


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


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1400px) {
.post-listing, .top-head {
    padding: 0 30px;
  }
  .hs-author-profile-wrapper {
    padding: 50px 30px 0;
  }
  .rel-articles .post-listing {
    
    padding: 0;
}
  .blog-pagination {padding: 0 30px;}
}

@media (max-width: 1199px) {
/*   .container-fluid .row-fluid .page-center{
    max-width: 970px;
  } */
  .vis-blog.page-center.content-wrapper {
    max-width: 100%;
    padding: 0;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px ;
    font-size: 16px;
  }
  
  
}




@media (max-width: 1024px){
  .cm-position .page-center > div.row-fluid-wrapper > div.row-fluid {
    margin: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
  .custom-menu-primary.desktop{
    display:none !important;
  }
  .cm-trigger{
    width: 75% !important;
    text-align:right;
    padding:0 15px;
    height: 20px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin:0 !important;
  }
  .btn-menu span {
    display:none !important;
  }
  .btn-menu{
    font-size: 28px;
    color:#fff;
    cursor: pointer;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    display: inline-block
  }

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

  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* ===== 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;
  }
  .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: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .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{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin:0;
  }

  /* 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{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    max-height: calc(100vh - 58px);
    overflow-y: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #007aca;
    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{
    text-decoration: none;
    padding: 15px 40px;
    color: #fff;
    display: block;
    font-size: 17px;
    font-family: 'Open Sans',sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1.5em;
    font-weight: normal;
  }
  .child-trigger:before {
    content: "\f107";
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    font-family: "Fontawesome";
    font-size: 22px;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
  }
  .child-open.child-trigger:before{
    content: "\f106";  
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-decoration: none;
    padding: 15px 45px;
    display: block;
    border-top-color: rgba(255,255,255,0.1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #007ACA;
    line-height: 1.5em;
    font-family: 'Open Sans',sans-serif;
    border:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: #0062A3;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    padding: 5px 0 0 0;
    width: 100%;
    top: 100%;
    visibility: visible;
    box-shadow: none;
    transform: translateY(0);
    opacity: 1;
    background:#fff;
  }
  .hs-blog-post .section.post-header h1 {
    width: 100%;
    padding: 1em 1em 0.8em 0em;
    font-size: 2.25rem !important;
    
    line-height: 1.2em;
}
}


@media (max-width: 991px) {
/*   .container-fluid .row-fluid .page-center {
    max-width: 750px;
  } */
  .cm-footer-social-icons-group {
    padding: 0 15px 57px;
    width: 100% !important;
    margin: 0 !important;
  }
  .cm-copyright-group {
    padding: 0 15px 51px;
    width: 100% !important;
  }
  html, body {
    font-size: calc(13px + 4 * ((100vw - 320px) / 672));
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: calc(13px + 4 * ((100vw - 320px) / 672));
  }
  .cm-copyright .hs-menu-wrapper > ul > li:after {
    content: "|";
    display: inline-block;
    padding: 0 4.5px 0 8px;
  }
  .post-listing {padding: 0 10px; }
 
  .hs-featured-image-wrapper img.hs-featured-image { height: 255px !important;}
  .post-header h2 {font-size: 27px;line-height: 37px;}
}  
@media (max-width:979px) {
 .blog-listing-wrapper .post-listing .post-item, .related-post-item {padding: 20px 10px 25px;}
  .hs-blog-post .section.post-header h1 { font-size: 25.5px !important; }
}
@media (max-width: 800px) {
  .cm-logo{
    margin-left: 10px !important;
  }
  .cm-footer-social-icons ul {
    padding: 2px 15px 0;
    width: 100%;
    float: none;
  }
  .social-link {
   
    padding-top: 50px;}
}


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

@media (min-width: 769px) {
/* .related-post-item:nth-of-type(3n) {
    padding-right: 0;
} */
}


@media (max-width: 768px) {

  .form-left h1, .form-left p {
   
    text-align: center;
}
  .hs-featured-image-wrapper img.hs-featured-image {
    height: auto !important;
}
.hs-blog-post .section.post-header h1 {
   
   
    font-size: 25px !important;
   
    line-height: 1.2;
    padding: 1em 1em 0.8em 0em;
}
  .related-post-item {
   
    padding-right: 0;
  }

}
@media only screen and (max-width: 767px) and (min-width: 480px){
.blog-listing-wrapper .post-listing .post-item, .related-post-item{
  width: 100%; display: block;}
}

@media (max-width: 767px) {
  .cm-copyright .hs-menu-wrapper > ul > li:after {
    padding: 0 3.5px 0 8px;
  }
  .cm-form{
    width:100% !important;
  }

  
  .blog .blog-content {
    padding-right: 0;
  }
  .hs-author-profile .hs-author-avatar {
    padding: 10px 10px 10px 0;
    float:none;
  }
  .hs-author-profile-wrapper {
    padding: 20px 20px 0;
  }
  .image-right {
    text-align: center;
}
  .post-header h2 {
    margin-top: 18px;
  }
  .alignleft, .alignright {
    float: none;
}  
  .section.post-body img {
   
    display: block;
    margin: 10px 0;
}
}

@media (max-width: 600px) {
  .cm-position .page-center > div.row-fluid-wrapper > div.row-fluid {   
    display: -webkit-block;
    display: block;
  }

  .cm-logo {
    margin: 0 !important;
    width: 50% !important;
    text-align: center;
    float: left !important;
    display: inline-block !important;
  }
  .cm-logo img{
    margin-left: 10px;
  }
  .cm-trigger {
    margin: 0 !important;
    width: 50% !important;
    float: left !important;
    display: inline-block !important;
    height:unset;
  }
  .btn-menu {
    margin: 15px auto 10px;
  }
/*   .body-container .page-center {
    padding: 15px;
  } */
  .cm-footer-social-icons-group {
    padding: 0 15px 58px;
  }
  .blog-listing-wrapper .post-listing .post-item, .related-post-item {
    padding: 15px;
    margin: 0 0 30px;
  }
  .cm-blog-post-section {
    padding: 15px;
  }  

  .cm-footer-social-icons-group.no-nav{
    display:None !important;
  }
}

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

@media (max-width: 480px) {
  .subscribe-options label {margin-left: 0; margin-right: 0;}
  .post-header h2 {font-size: 22px;line-height: 28px;margin-bottom: 4px;}
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {overflow: auto; }
  .blog-pagination {flex-wrap: wrap;}
  .page-list { margin: 20px 0 0; width: 100%;}
  .section.post-body h2 {font-size: 1.3em!important;line-height: 1.3em;}
  .section.post-body p {font-size: 15px;}
  .rel-articles .post-listing { padding: 0;}
  #author-box .span10 { width: 100%;}
  .hs-author-social-section {padding: 6px 0 12px 0;}
}

/*  Landing Page CSS */

.lp-div {padding: 3rem 0;}
.lp .custom-menu-primary { display: none !important;}
.form-left h1 {margin-bottom: 62px;}
.lp-container.page-center { padding: 0 20px;}
}

.form-left ul.no-list.hs-error-msgs.inputs-list {
    margin: 0 !important;
}
.post-listing > h3 {
    display: block !important;
    width: 100%;
}
hr.dik1 {
  height: 10px;
}

hr.dik2 {
  height: 9px;
}

hr.dik3 {
  height: 8px;
}

hr.dik4 {
  height: 7px;
}

hr.dik5 {
  height: 6px;
}

hr.dik6 {
  height: 5px;
}

hr.dik7 {
  height: 4px;
}

hr.dik8 {
  height: 3px;
}

hr.dik9 {
  height: 2px;
}