/* ==========================================================================
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 =============== */

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

@import url('//fonts.googleapis.com/css?family=Rubik:400,500');
@import url('//fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('//cdn2.hubspot.net/hubfs/6127672/BrightRiver_July2019/css/2327b.css');
@font-face { 
	font-family: "entypo-fontello"; 
	src: url("//cdn2.hubspot.net/hubfs/6127672/BrightRiver_July2019/Fonts/entypo-fontello.eot?#iefix") format("embedded-opentype"), 
		url("//cdn2.hubspot.net/hubfs/6127672/BrightRiver_July2019/Fonts/entypo-fontello.woff") format("woff"), 
		url("//cdn2.hubspot.net/hubfs/6127672/BrightRiver_July2019/Fonts/entypo-fontello.ttf") format("truetype"), 
		url("//cdn2.hubspot.net/hubfs/6127672/BrightRiver_July2019/Fonts/entypo-fontello.svg#entypo-fontello") format("svg"); 
	font-style: normal; 
	font-weight: normal; 
}


/* 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;
} 
html{
	background: #0d0d28;	
}
body {
	color: #6e6e7d;
	font-family: 'Lato','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.65em;
	font-weight: lighter;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
	float: none;
	max-width: 1310px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}

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


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

/* Basic text */
p {
	margin: 0.85em 0;
} 
small {}
strong {
	font-weight:bold;
}
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 {
	font-weight: 600;
	margin: 0;
	font-size: 100%;
	font: inherit; 
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	color: #8dc440;
	font-size: 40px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.1em;
	padding-bottom: 10px;
}
h2 {
	font-size: 38px;
	font-weight: 300;
	color: #8dc440;
	line-height: 1.1em;
	padding-bottom: 10px;
}
h3 {
	font-size: 36px;
	font-weight: 300;
	color: #8dc440;
	line-height: 1.1em;
	padding-bottom: 10px;
}
h4 {
	font-size: 18px;
	line-height: 1.1em;
	margin-bottom: 4px;
	color: #8dc440;
}
h5 {   
	color: #8dc440;
	font-size: 16px;
	line-height: 1.1em;
}
h6 { 
	color: #8dc440;
	font-size: 14px;
	line-height: 1.1em;
}

/* Anchor Links */
a { 
	color: #3d3e52;
	text-decoration: none;
}
a:hover { 
	color: #8dc440;
	text-decoration: underline;
}
a:focus { }
/* Lists */
ul, ol {
	margin: 0 0 20px;
	margin-left: 7px;
	padding: 0;
	list-style: disc outside;
	padding-left: 1em;
}
ol {
	list-style: decimal;
	margin-left: 15px;
	padding: 0;
	list-style-position: outside;
	padding-left: 1em;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
}
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;
}

[data-av_icon]:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	content: attr(data-av_icon);
	speak: none;
}
#top .avia-font-entypo-fontello, 
body .avia-font-entypo-fontello, 
html body [data-av_iconfont='entypo-fontello']:before {
	font-family: 'entypo-fontello';
}



/* =============== 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 {}


.custom-header-group .page-center {
	max-width: 100% !important;
	width: 96%;
	padding: 0 !important;
	min-height: 90px !important;
	position: relative;
}
.custom-logo img {
	max-width: 240px;
	width: 100%;
	margin-top: 25px;
}
.custom-header-group {
	min-height: 90px !important;
	background: #fff;
}
.custom-lang-switcher .globe_class {
	background: transparent;
	height: 90px;
	width: auto;
	border-radius: 0;
}
.custom-lang-switcher .lang_switcher_class {
	top: -1px;
}
.custom-lang-switcher .lang_switcher_class a{
	position: relative;
	font-size: 0;
}
.custom-lang-switcher .globe_class > a {
	padding: 0 13px;
	display: inline-block;
	margin-left: 1px;
}
.custom-lang-switcher .globe_class > a:before{
	font-size: 13px;
	display: inline-block;
	font-weight: bold;
	color: #0d0d29;
}
.custom-lang-switcher .lang_switcher_class a[data-language="en"]:before,
.custom-lang-switcher .lang_switcher_class a[data-language="en-us"]:before {
	content: "US";
}
.custom-lang-switcher .lang_switcher_class a[data-language="de"]:before {
	content: "DE";
}
.custom-lang-switcher .lang_switcher_class a[data-language="en-gb"]:before {
	content: "UK";
}
.custom-lang-switcher .lang_switcher_class a[data-language="nl"]:before {
	content: "NL";
}
.custom-lang-switcher .lang_switcher_class a[data-language="fr"]:before {
	content: "FR";
}
.custom-lang-switcher .globe_class ul.lang_list_class li:first-child {
	display: none;
}
.custom-lang-switcher ul.lang_list_class {
	top: 100%;
	color: #6e6e7d;
	min-width: 48px;
	text-align: left;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	margin-top: 1px;
}
.custom-lang-switcher ul.lang_list_class:before,
.custom-lang-switcher ul.lang_list_class:after{
	content: none;
}
.custom-lang-switcher ul.lang_list_class li {
	padding: 0;
	border: 0 none;
}
.custom-lang-switcher ul.lang_list_class li a:before{
	display: inline-block;
	font-weight: 400;
	line-height: 23px;
	padding: 8px 15px;
	min-height: 23px;
	max-width: none;
	text-decoration: none;
	font-family: inherit;
	font-size: 12px;
	color: #0d0d29;
}
.custom-lang-switcher ul.lang_list_class li a:hover:before {
	color: #0d0d29;
}
.span12.widget-type-custom_widget {
	margin-left: 0;
	min-height: 0;
}
html[lang="nl"] .banner-content .banner-content-holder .banner-sub_heading p {
	font-weight: normal;
}









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

.body-container-wrapper {}
.body-container {
	background: #fff;
}
.body-container .page-center{
	padding-top: 50px;
	padding-bottom: 50px;
}

.body-container ul li,
.body-container ol li{
	padding: 3px 0;
}
.body-container ul ul li,
.body-container ol ol li{
	margin-bottom: 6px;
}

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


/*===== banner area ======*/

.custom-banner-area {
	background-position: center center;
	background-size: cover;
	min-height: 100px;
	position: relative;
	overflow: hidden;
}
.custom-banner-area .page-center {
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 5;
}
.banner-content {
	display: table;
	table-layout: fixed;
	width: 100%;
	min-height: 25vh;
}
.banner-content .banner-content-holder {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}
.banner-content .banner-content-holder .banner-sub_heading {
	color: #fff;
	line-height: 1.65em;
}
.banner-content .banner-content-holder .banner-heading {
	padding-bottom: 10px;
}
.banner-content .banner-content-holder .banner-heading h1 {
	padding: 0;
}
.banner-content .banner-content-holder .banner-icon {
	margin-bottom: 50px;
}
.banner-content .banner-content-holder .banner-heading .banner-sub_heading {
	opacity: 0.8;
	margin-top: 0.3em;
	line-height: 1.3em;
	margin-bottom: 0;
}
.banner-content .banner-content-holder .banner-heading .banner-sub_heading p {
	margin: 0;
}
.banner-content .banner-content-holder .banner-button a,.btn {
	outline: 0;
	text-decoration: none;
	display: inline-block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
	padding: 15px 30px 13px;
	font-size: 13px;
	min-width: 139px;
	border-radius: 0px;
	box-sizing: border-box !important;
}
.btn_black{
	background-color: #3d3e52;
	color: #fff !important;
	border-color: #1b1c30;
}
.btn_green,.btn-green{
	color: #fff !important;
	border-color: #8dc440;
	background-color: #8dc440;
}
.banner-content .banner-content-holder .banner-button a:hover{
	opacity: 0.9;
}
.banner-button .avia_button_icon {
	position: relative;
	left: -0.3em;
	-webkit-perspective: 1000px;
	-webkit-backface-visibility: hidden;
}
[data-av_icon]:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	content: attr(data-av_icon);
	speak: none;
}
#top .avia-font-entypo-fontello,
body .avia-font-entypo-fontello,
html body [data-av_iconfont='entypo-fontello']:before {
	font-family: 'entypo-fontello';
}
.custom-banner-area .banner-overlay {
	background-repeat: repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	pointer-events: none;
}
.parallax-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	will-change: transform;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.parallax-wrapper .parallax-image {
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-repeat: no-repeat;
	left: 0;
	background-position: center center;
}
.custom-banner-area .video-banner-wrapper{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.custom-banner-area .video-banner-wrapper video {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100% !important;
	transform: translateY(-50%);
}
.custom-banner-area.height_issue .video-banner-wrapper.type1 video {
	height: 100%;
	width: auto !important;
	transform: translate(-50%,0px);
	top: 0;
	left: 50%;
	max-width: none;
}
.btn_white-border {
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
}
.banner-button > .hs_cos_wrapper_type_cta {
	display: inline-block;
	margin-bottom: auto;
	margin-left: 3px;
	margin-right: 6px;
}
.checklist-wrapper .col-grid {
	position: relative;
	border-top-style: solid;
	width: 100%;
	table-layout: fixed;
	display: table;
	border-top-stye: none;
	border-top-width: 0px;
	border-color: #cecfd4;
	background-color: #fff;
	color: #6e6e7d;
}
.checklist-wrapper .col-grid .col {
	display: table-cell;
	padding: 30px;
	vertical-align: top;
	border-color: #cecfd4;
	border-left-style: solid;
	border-left-width: 1px;
	margin-left: 0;
	margin-top: 0;
	text-align: center;
}
.checklist-wrapper .col-grid .col:first-child {
	border: none;
}
.checklist-wrapper .col-grid .col.col2 {
	width: 20%;
}
.checklist-wrapper .col-grid .col span.av_font_icon {
	display: block;
	text-align: center;
	opacity: 0.1;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	color: #8cc440;
	border-color: #8cc440;
}
.checklist-wrapper.active .col-grid .col span.av_font_icon {
	-webkit-transition: all 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.checklist-wrapper .col-grid .col span.av_font_icon span.av-icon-char {
	font-size: 20px;
	line-height: 20px;
}
.content-with-360-degree-image-wrapper {
	background-color: #f4f4f4;
}
.content-with-360-degree-image-wrapper .page-center {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.content-with-360-degree-image {
	padding: 50px 0;
	color: #6e6e7d;
	border-color: #cecfd4;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.content-with-360-degree-image .image {
	vertical-align: middle;
	position: relative;
	min-height: 1px;
	width: 64.66666666666666%;
	float: none;
	display: table-cell;
	padding: 0px 0px 0px 80px;
	height: 607px;
	text-align: center;
}
.content-with-360-degree-image-wrapper .page-center .av-flex-placeholder {
	display: table-cell;
	width: 6%;
	vertical-align: middle;
}
.content-with-360-degree-image-wrapper .content {
	width: 29.333333333333332%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}
.content-with-360-degree-image-wrapper .content h3 {
	text-align: left;
	font-size: 36px;
	color: #8dc440;
	font-weight: 300;
	line-height: 1.1em;
	margin-bottom: 8px;
	padding: 0;
}
.content-with-360-degree-image-wrapper img {
	border: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	max-width: 100%;
	height: auto;
	image-rendering: optimizeQuality;
	vertical-align: inherit;
}
.accordion-slider-wrapper {
	clear: both;
	position: relative;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	background-color: #fff;
	color: #6e6e7d;
}
.accordion-slider-wrapper .accordion-slider {
	max-height: 430px;
	position: relative;
	overflow: hidden;
}
.accordion-slider-wrapper .accordion-slider ul.aviaccordion-inner {
	list-style: none outside;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	list-style-type: none;
}
.accordion-slider-wrapper .accordion-slider ul.aviaccordion-inner > li {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
	z-index: 2;
	overflow: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	list-style-type: none;
	-webkit-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.accordion-slider-wrapper .accordion-slider ul.aviaccordion-inner > li > a {
	color: #3d3e52;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	list-style-type: none;
}
.accordion-slider-wrapper .accordion-slider ul.aviaccordion-inner > li > a .aviaccordion-preview {
	position: absolute;
	z-index: 10;
	height: 100%;
}
.accordion-slider-wrapper .accordion-slider ul.aviaccordion-inner > li > a img.aviaccordion-image {
	height: 100%;
	position: absolute;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: none 0s ease 0s;
	opacity: 1;
	transform: none;
}
.aviaccordion-slide-1{
	left: 0%;
	transform: translate3d(0%, 0px, 0px);
}
.aviaccordion-slide-2{
	left: 25%;
	transform: translate3d(0%, 0px, 0px);
}
.aviaccordion-slide-3{
	left: 50%;
	transform: translate3d(0%, 0px, 0px);
}
.aviaccordion-slide-4{
	left: 75%;
	transform: translate3d(0%, 0px, 0px);
}

ul.aviaccordion-inner[data-id="pos1"] .aviaccordion-slide-2{
	transform: translate3d(50%, 0px, 0px);
}
ul.aviaccordion-inner[data-id="pos1"] .aviaccordion-slide-3{
	transform: translate3d(33.3333%, 0px, 0px);
}
ul.aviaccordion-inner[data-id="pos1"] .aviaccordion-slide-4{
	transform: translate3d(16.6667%, 0px, 0px);
}


ul.aviaccordion-inner[data-id="pos2"] .aviaccordion-slide-2{
	transform: translate3d(-16.6667%, 0px, 0px);
}
ul.aviaccordion-inner[data-id="pos2"] .aviaccordion-slide-3{
	transform: translate3d(33.3333%, 0px, 0px);
}
ul.aviaccordion-inner[data-id="pos2"] .aviaccordion-slide-4{
	transform: translate3d(16.6667%, 0px, 0px);
}


ul.aviaccordion-inner[data-id="pos3"] .aviaccordion-slide-2{
	transform: translate3d(-16.6667%, 0px, 0px);
}
ul.aviaccordion-inner[data-id="pos3"] .aviaccordion-slide-3{
	transform: translate3d(-33.3333%, 0px, 0px);
}
ul.aviaccordion-inner[data-id="pos3"] .aviaccordion-slide-4{
	transform: translate3d(16.6667%, 0px, 0px);
}


ul.aviaccordion-inner[data-id="pos4"] .aviaccordion-slide-2{
	transform: translate3d(-16.6667%, 0px, 0px);
}
ul.aviaccordion-inner[data-id="pos4"] .aviaccordion-slide-3{
	transform: translate3d(-33.3333%, 0px, 0px);
}
ul.aviaccordion-inner[data-id="pos4"] .aviaccordion-slide-4{
	transform: translate3d(-50%, 0px, 0px);
}


.custom-content-bg-img {
	text-align: center;
	color: #fff;
}
.custom-content-bg-img .content-group h2 {
	font-size: 40px;
	font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}
.custom-content-bg-img .content-group h2 > span {
	font-family: "Baskerville","Palatino Linotype","Palatino","Times New Roman",serif;
	font-style: italic;
	font-size: 1.3em;
	line-height: 0.5em;
	font-weight: normal;
}
.custom-content-bg-img .content-group p {
	font-weight: 400;
}
.custom-content-bg-img .parallax-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	will-change: transform;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.custom-content-bg-img .parallax-wrapper .parallax-image {
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-repeat: no-repeat;
	left: 0;
	background-position: center center;
}
.custom-content-bg-img.bg_parallax {
	position: relative;
	overflow: hidden;
}
.custom-content-bg-img.bg_parallax .col {
	width: 100%;
}




.featured-items-wrapper {
	background-color: #f2f2f2;
}
.featured-items-wrapper .page-center {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.featured-items-wrapper .col-grid {
	padding-top: 70px;
	padding-bottom: 70px;
}
.featured-items-wrapper .col-grid .col.col3 {
	width: 29.333333333333332%;
	vertical-align: top;
}
.featured-items-wrapper .featured-items-title {
	padding: 80px 0px 10px 0px;
	font-size: 36px;
}
.featured-items-grid .featured-item-image {
	margin-right: 15px;
	margin-top: 5px;
}
.featured-items-grid:first-child .featured-item-image {
	margin-top: 0;
}
.featured-items-grid .featured-item-content p {
	font-weight: lighter;
	color: #6e6e7d;
}
.featured-items-grid .featured-item-content p strong {
	color: #3d3e52;
}
.featured-items-grid .featured-item-content p {
	font-weight: lighter;
	color: #6e6e7d;
	margin-top: 0;
}
.featured-items-grid:first-child .featured-item-content p{
	padding-bottom:5px;
}


.content-with-image-group {
	background-color: #fff;
	color: #6e6e7d;
	clear: both;
	position: relative;
	width: 100%;
	table-layout: fixed;
	display: table;

}
.content-with-image-group .col-img {
	width: 50%;
	display: table-cell;
	background-size: cover;
	vertical-align: top;
	background-repeat:no-repeat !important;
}
.content-with-image-group .col-content img {
	vertical-align: inherit;
}
.content-with-image-group .col-content {
	display: table-cell;
	vertical-align: middle;
}
.content-with-image-group .col-content .btn {
	padding-top: 15px !important;
}
.btn.btn-dark-blue {
	padding: 15px 30px 13px;
	background-color: #0d0d28;
	border-color: #0d0d28;
	color: #ffffff;
}




.box-content-group .page-center {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.box-content-group .content-box-wrapper {
	padding-top: 130px;
	padding-bottom: 130px;
	text-align: center;
}
.box-content-group .content-box-wrapper .box-heading {
	padding-bottom: 25px;
	margin-top: 50px;
	color: #8cc440;
	font-size: 36px;
}
.box-content-group .content-box-wrapper .box-heading h3 {
	padding: 0;
}
.box-content-group .content-box-wrapper .box-wrapper .box-section {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.box-content-group .content-box-wrapper .box-wrapper .box-section > .box-item {
	vertical-align: middle;
	position: relative;
	min-height: 1px;
	width: 29.333333333333332%;
	opacity: 0;
	float: none;
	display: table-cell;
	background: #f9f9f9;
	border-width: 1px;
	border-color: #c9c9c9;
	border-style: solid;
	padding: 30px;
	background-color: #f9f9f9;
	border-radius: 0px;
}
.box-section.active .box-item.avia-fadein{
	-webkit-animation: avia-fadein 1.5s 1 ease-out;
	animation: avia-fadein 1.5s 1 ease-out;
	opacity: 1 !important;
}
@-webkit-keyframes avia-fadein {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes avia-fadein {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}
.box-section.active .box-item.avia_image_appear{
	-webkit-animation: avia_image_appear 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia_image_appear 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1 !important;
}
@-webkit-keyframes avia_image_appear {
	0% {
		-webkit-transform: scale(0.7);
		opacity: 0.1
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1
	}
}

@keyframes avia_image_appear {
	0% {
		transform: scale(0.7);
		opacity: 0.1
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}
.box-content-group .content-box-wrapper .box-wrapper .box-section>.box-item .box-content strong {
	color: #8dc440;
}
.box-content-group .content-box-wrapper .box-wrapper .box-section>.box-item .box-content {
	font-size: 18px;
	font-weight: lighter;
	color: #0d0d28;
	line-height: 1.35;
}
.box-content-group .content-box-wrapper .box-wrapper .box-section>.box-item .author-name {
	font-weight: lighter;
	font-size: 11px;
	line-height: 1.65;
}
.box-content-group .content-box-wrapper .box-wrapper .box-section:last-child {
	margin-bottom: 0;
}


.gallery-module-wrapper {
	clear: both;
	position: relative;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #cecfd4;
}
.gallery-module-wrapper .page-center {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.gallery-module-grid {
	padding: 50px 0;
}
.gallery-module-slider {
	padding: 0;
	margin: 0;
	width: 57.599999999999994%;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
.video-banner-wrapper.type2 {
	opacity: 0 !important;
	pointer-events: none !important;
}
a.cta_button {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	vertical-align: middle;
}
.gallery-module-slider ul.slick-dots {
	margin: 0;
	padding: 0;
	bottom: 0;
	text-align: center;
}
.gallery-module-slider ul.slick-dots > li > button {
	display: none !important;
}
.gallery-module-slider ul.slick-dots>li {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	display: inline-block;
	height: 13.5px;
	width: 13.5px;
	border-radius: 14px;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=60);
	text-indent: 100px;
	overflow: hidden;
	margin: 0 1px;
	padding: 7px;
	-webkit-backface-visibility: hidden;
	position: relative;
	bottom: 7px;
}
.gallery-module-slider:hover ul.slick-dots > li{
	opacity: .6;
}
.gallery-module-slider:hover ul.slick-dots > li:hover,
.gallery-module-slider:hover ul.slick-dots > li.slick-active{
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #fff;
}
.gallery-module-slider .slick-arrow {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
	display: block;
	text-decoration: none;
	color: #fff;
	visibility: visible;
	position: absolute;
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 62px;
	font-size: 25px;
	top: 50%;
	margin: -30px 15px 0;
	z-index: 99;
	overflow: hidden;
	text-indent: -600%;
}
.gallery-module-slider:hover .slick-arrow{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.gallery-module-slider:hover .slick-arrow:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
[data-av_icon]:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	content: attr(data-av_icon);
	speak: none;
}
.prev-slide:before {
	text-indent: -2px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.next-slide:before {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	text-indent: 0px;
}
.gallery-module-slider .slick-arrow:before {
	visibility: visible;
	display: block;
	position: absolute;
	z-index: 100;
	background: #aaa;
	background: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0px;
	text-align: center;
	line-height: 62px;
	color: inherit;
	font-family: 'entypo-fontello';
}
a.next-slide.slick-arrow {
	right: 0;
}
.checklist-wrapper .col-grid .col strong {
	color: #3d3e52;
}
.content-with-image-group .col-content.content_15px {
	font-size: 15px;
	line-height: 1.65em;
}
.custom-content-bg-img .btn {
	text-decoration: none !important;
}
.custom-content-bg-img .btn:hover{
	opacity: 0.9 !important;
}



.video-wrapper .button-wrapper {
	text-align: center;
}
.video-wrapper .button-wrapper a.btn {
	padding: 25px 50px 23px;
	font-size: 15px;
	min-width: 200px;
}
.video-wrapper .button-wrapper a.btn:hover{
	text-decoration:none;
	opacity:0.9;
}



.custom-banner-v2 {
	background-color: #fff;
	color: #6e6e7d;
	position: relative;
	overflow: hidden;
}
.custom-banner-v2 .parallax-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	height: calc((100vh * 0.3)+100%);
	will-change: transform;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.custom-banner-v2 .parallax-wrapper .parallax-image {
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-size: cover;
}
.custom-banner-v2 .page-center {
	position: relative;
	z-index: 9;
}
.custom-banner-v2 .banner-content {
	text-align: center;
}
.custom-banner-v2 .banner-content .icon-wrapper {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
	clear: both;
}
.custom-banner-v2 .banner-content .bottom-pane-wrapper {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
	clear: both;
}
.custom-banner-v2 .banner-content .heading-wrapper {
	text-align: center;
	padding-bottom: 0px;
	color: #0d0d28;
	margin-top: 50px;
}
.custom-banner-v2 .banner-content .heading-wrapper h1 {
	color: inherit;
	padding: 0;
}
.custom-banner-v2 .banner-content .sub-heading-wrapper {
	font-size: 24px;
	color: #ffffff;
	line-height: 1.65em;
}



.hs-stream-post-production-platform .content-with-image-wrapper p {
	font-weight: lighter;
}
.hs-stream-post-production-platform .content-with-image-wrapper p strong {
	color: #3d3e52;
}
.content-with-gradient-wrapper .heading.size_40 {
	padding-bottom: 10px;
	color: #ffffff;
	text-align: center;
}
.content-with-gradient-wrapper .heading.size_40 {
	font-size: 40px;
}
.content-with-gradient-wrapper .heading h3 {
	color: inherit;
	padding: 0;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: inherit;
	letter-spacing: 1px;
}
.content-with-gradient-wrapper .content {
	color: #ffffff;
	text-align: center;
	line-height: 1.65em;
}
.content-with-gradient-wrapper .content.content_24 {
	font-size: 24px;
}
.content-with-slider-group .page-center {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.content-with-slider-group .page-center .col-grid .col.col-4 {
	width: 29.333333333333332%;
	vertical-align: middle;
}
.content-with-slider-group .page-center .col-grid .col.col-8 {
	width: 64.66666666666666%;
	vertical-align: middle;
}
.custom-dark-sider .hs_cos_gallery_main {
	padding: 0;
	margin: 0;
}
.custom-dark-sider .hs_cos_gallery_main img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 3px;
	position: relative;
}
.custom-dark-sider .hs_cos_gallery_main .slick-slide-inner-wrapper {
	display: block;
}
.custom-dark-sider .hs_cos_gallery_main ul.slick-dots {
	position: absolute;
	bottom: 6px;
	margin: 0;
}
.custom-dark-sider .hs_cos_gallery_main ul.slick-dots > li > button {
	display: none;
}
.custom-dark-sider .hs_cos_gallery_main ul.slick-dots > li {
	margin: 0;
	padding: 0;
	text-indent: 100px;
	overflow: hidden;
	margin: 0 1px;
	display: inline-block;
	height: 13.5px;
	width: 13.5px;
	border-radius: 14px;
	opacity: 0;
	filter: alpha(opacity=0);
	border: 2px solid #fff;
	background: transparent;
	padding: 5px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.custom-dark-sider .hs_cos_gallery_main:hover ul.slick-dots > li{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.custom-dark-sider .hs_cos_gallery_main:hover ul.slick-dots > li:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.custom-dark-sider .hs_cos_gallery_main:hover ul.slick-dots > li.slick-active{
	background: #fff;
	border: 2px solid #fff;
}
.custom-dark-sider .hs_cos_gallery_main button.slick-arrow {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-color: #cecfd4;
	display: block;
	text-decoration: none;
	color: #fff;
	visibility: visible;
	position: absolute;
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 62px;
	font-size: 25px;
	top: 50%;
	margin: -30px 15px 0;
	z-index: 99;
	overflow: hidden;
	text-indent: -600%;
	opacity:0;
}
.custom-dark-sider .hs_cos_gallery_main:hover button.slick-arrow{
	opacity:0.6;
}
.custom-dark-sider .hs_cos_gallery_main:hover button.slick-arrow:hover{
	opacity:0.8;
}
.custom-dark-sider .hs_cos_gallery_main button.slick-arrow:before{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	content: "";
	speak: none;
	text-indent: -2px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	visibility: visible;
	display: block;
	position: absolute;
	z-index: 100;
	background: #aaa;
	background: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	text-align: center;
	line-height: 62px;
	color: inherit;
	border-radius: 0px;
	font-family: 'entypo-fontello';
	border: 2px solid #fff;
	background: transparent;
	line-height: 60px;
}
.custom-dark-sider .hs_cos_gallery_main button.slick-arrow.slick-next:before{
	content:"";
}




.custom-image-with-gradient-bg .page-center {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.custom-image-with-gradient-bg .page-center .header-wrapper {
	padding-bottom: 10px;
	color: #0d0d28;
	font-size: 36px;
	text-align: center;
	margin-top: 50px;
}
.custom-image-with-gradient-bg .page-center .header-wrapper h3 {
	color: inherit;
	padding: 0;
}
.custom-image-with-gradient-bg .page-center .sub-header-wrapper {
	font-size: 26px;
	color: #ffffff;
	line-height: 1.65em;
	text-align: center;
}



.advanced-tabber-wrapper.image-with-content-module .advanced-tabber-top {
	padding: 0;
	overflow:hidden;
}
.advanced-tabber-wrapper.image-with-content-module .advanced-tabber-title-wrapper .page-center {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.advanced-tabber-wrapper.image-with-content-module h3 {
	padding-bottom: 10px;
	color: #0d0d28;
	margin-top: 50px;
	padding-top: 10px;
}
.advanced-tabber-wrapper.image-with-content-module .advanced-tabber-tabs-wrapper {
	text-align: center;
	padding: 20px 0 8px 0;
	display:table;
	margin-left: auto;
	margin-right: auto;
}
.advanced-tabber-wrapper.image-with-content-module .advanced-tabber-tabs-wrapper a.advanced-tabber-tab {
	padding: 10px 20px 0px 20px;
	display: inline-block;
	text-decoration: none;
	color: rgb(140, 196, 64);
	font-weight: 400;
	display:table-cell;
	vertical-align:center;
}
.advanced-tabber-wrapper.image-with-content-module .advanced-tabber-tabs-wrapper a.advanced-tabber-tab.active{
	color: #3d3e52;
}
.advanced-tabber-wrapper.image-with-content-module span.av-outer-tab-title {
	padding: 20px 0;
	display: block;
}
.advanced-tabber-wrapper.image-with-content-module span.av-tab-arrow-container {
	display: block;
	height: 15px;
	overflow: hidden;
	position: relative;
	top: 8px;
	width: 90px;
	margin-left: auto;
	margin-right: auto;
}
.advanced-tabber-wrapper.image-with-content-module span.av-outer-tab-title span.av-inner-tab-title {
	text-transform: uppercase;
	display: block;
	line-height: 1.2em;
	margin-top: 7px;
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
	width: 90px;
}
.advanced-tabber-group.image-with-content .tabber-iwcontent-item {
	width: 100vw;
	padding: 50px 0;
}
.advanced-tabber-group.image-with-content .tabber-iwcontent-item .page-center {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.advanced-tabber-group.image-with-content .col.col4 {
	position: relative;
	min-height: 1px;
	width: 29.333333333333332%;
	vertical-align: middle;
}
.advanced-tabber-group.image-with-content .col.col8 {
	width: 64.66666666666666%;
	position: relative;
	vertical-align: middle;
}
.advanced-tabber-group.image-with-content .iwcontent-content-image img {
	border-radius: 3px;
	display: block;
	position: relative;
	max-width: 100%;
}
.advanced-tabber-group.image-with-content .col.col4 h3 {
	margin-top: 0;
	padding-top: 0;
	color: #8dc440;
}
.advanced-tabber-group.image-with-content .tabber-iwcontent-item {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
}
.advanced-tabber-group.image-with-content .tabber-iwcontent-item.active{
	opacity:1;
	pointer-events:auto;
	position:relative;
}
.advanced-tabber-group.image-with-content {
	overflow: hidden;
	display: table;
	position: relative;
	width: 100vw;
}
.advanced-tabber-group.image-with-content .tabber-iwcontent-item {
	display: table-cell;
	border: none;
	vertical-align: middle;
}
.advanced-tabber-wrapper.image-with-content-module span.av-tab-arrow-container > span {
	position: absolute;
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top: 40px;
	background-color: #fff;
}
.advanced-tabber-wrapper.image-with-content-module a.active span.av-tab-arrow-container > span {
	top: 10px;
}
.custom-content-with-top-icon-group {
	background-color: #f2f2f2;
	text-align: center;
	min-height: 50vh;
	display: table;
	width: 100%;
	table-layout: fixed;
}
.custom-content-with-top-icon-group > div {
	display: table-cell;
	vertical-align: middle;
}
.custom-content-with-top-icon-group .header-wrapper {
	padding-bottom: 10px;
	color: #0d0d28;
	font-size: 36px;
}
.custom-content-with-top-icon-group .header-wrapper h3 {
	color: inherit;
	margin: 0;
	padding: 0;
}
.col-wrapper.four .col-group {
	margin-left: 6%;
	width: 20.5%;
	float: left;
	position: relative;
	min-height: 1px;
}
.col-wrapper.three .col-group {
	margin-left: 6%;
	width: 29.333333333333332%;
	float: left;
}
.col-wrapper .col-group:first-child{
	margin-left:0 !important;
}


.gallery-module-slider.custom-dark-sider ul.slick-dots {
	position: absolute;
	bottom: 6px;
	margin: 0;
}
.gallery-module-slider.custom-dark-sider ul.slick-dots > li > button {
	display: none;
}
.gallery-module-slider.custom-dark-sider ul.slick-dots > li {
	margin: 0;
	padding: 0;
	text-indent: 100px;
	overflow: hidden;
	margin: 0 1px;
	display: inline-block;
	height: 13.5px;
	width: 13.5px;
	border-radius: 14px;
	opacity: 0;
	filter: alpha(opacity=0);
	border: 2px solid #fff;
	background: transparent;
	padding: 5px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.gallery-module-slider.custom-dark-sider:hover ul.slick-dots > li{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.gallery-module-slider.custom-dark-sider:hover ul.slick-dots > li:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.gallery-module-slider.custom-dark-sider:hover ul.slick-dots > li.slick-active{
	background: #fff;
	border: 2px solid #fff;
}
.gallery-module-slider.custom-dark-sider .slick-arrow {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-color: #cecfd4;
	display: block;
	text-decoration: none;
	color: #fff;
	visibility: visible;
	position: absolute;
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 62px;
	font-size: 25px;
	top: 50%;
	margin: -30px 15px 0;
	z-index: 99;
	overflow: hidden;
	text-indent: -600%;
	opacity:0;
}
.gallery-module-slider.custom-dark-sider:hover .slick-arrow{
	opacity:0.6;
}
.gallery-module-slider.custom-dark-sider:hover .slick-arrow:hover{
	opacity:0.8;
}
.gallery-module-slider.custom-dark-sider a.slick-arrow:before{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	content: "";
	speak: none;
	text-indent: -2px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	visibility: visible;
	display: block;
	position: absolute;
	z-index: 100;
	background: #aaa;
	background: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	text-align: center;
	line-height: 62px;
	color: inherit;
	border-radius: 0px;
	font-family: 'entypo-fontello';
	border: 2px solid #fff;
	background: transparent;
	line-height: 60px;
}
.gallery-module-slider.custom-dark-sider .slick-arrow.next-slide:before{
	content:"";
}
.gallery-module-slider.custom-dark-sider img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 3px;
	position: relative;
}
.hs-stream-post-production-platform .bcwc-group {
	border: 0;
	padding-bottom: 50px;
}
.hs-stream-post-production-platform .bcwc-group .custom-heading {
	margin-top: 0;
	padding-bottom: 0;
}
.hs-stream-post-production-platform .bcwc-group .custom-heading h3.size_ {
	color: #8dc440;
	padding: 0;
}
.hs-stream-post-production-platform .bcwc-group .col-grid.two-col .col p {
	font-weight: lighter;
}
.custom-heading-with-icon-group .page-center {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.custom-heading-with-icon-group .header-wrapper {
	text-align: center;
	padding-bottom: 10px;
	color: #0d0d28;
	font-size: 36px;
}
.custom-heading-with-icon-group .header-wrapper h3 {
	font-weight: 300;
	color: inherit;
	padding: 0;
}
.col-wrapper.five .col-item {
	margin-left: 6%;
	width: 15.2%;
	float: left;
}
.col-wrapper.five .col-item:nth-child(5n + 1) {
	margin-left: 0;
	clear: left;
}
.col-wrapper.three .col-item {
	margin-left: 6%;
	width: 29.333333333333332%;
	float: left;
}
.col-wrapper.three .col-item:nth-child(3n + 1) {
	margin-left: 0;
}
.col-wrapper .col-item:first-child{
	margin-left:0 !important;
}
.custom-heading-with-icon-group .col-wrapper .col-item .icon-wrapper {
	display: block;
	text-align: center;
	opacity: 0.1;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	color: #8cc440;
	border-color: #8cc440;
}
.custom-heading-with-icon-group .col-wrapper .col-item.active .icon-wrapper{
	-webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 0.7s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.custom-heading-with-icon-group .col-wrapper .col-item .icon-wrapper span.av-icon-char {
	font-size: 40px;
	line-height: 40px;
}
.custom-heading-with-icon-group .col-wrapper .col-item .icon-wrapper span.av-icon-char:before{
	font-family: 'entypo-fontello';
}
.custom-heading-with-icon-group .col-wrapper .col-item .title-wrapper {
	clear: both;
	line-height: 1.65em;
	font-size: 18px;
	text-align: center;
}
.col-wrapper.five .col-item:nth-child(n + 6) {
	margin-top: 50px;
}
.col-wrapper.three .col-item:nth-child(n + 4) {
	margin-top: 50px;
}
.custom-heading-with-icon-group .sub-header-wrapper {
	margin-top: .3em;
	line-height: 1.3em;
	text-align: center;
	font-size: 20px;
}
.custom-heading-with-icon-group .sub-header-wrapper p {
	font-weight: lighter;
	margin: 0;
}
.hs-stream-post-production-platform .content-with-image-group .col-content.content_15px {
	font-weight: 400;
}
.content-with-image-wrapper .col.content h4 {
	font-size: 20px;
	margin-top: -4px;
	padding: 0;
	margin-bottom: 0;
	line-height: 1.3em;
	padding-bottom: 10px;
	color: #6e6e7d;
}
.content-with-gradient-wrapper .content.content_18 {
	font-size: 18px;
}
.content-with-gradient-wrapper .button-wrap a.btn.btn-black-border {
	border: 3px solid #000;
	color: rgba(0,0,0,0.6);
	border-color: rgba(0,0,0,0.6);
	background: transparent;
	border-width: 1px;
	padding: 25px 50px 23px;
	font-size: 15px;
	min-width: 200px;
}
.accordion-group.with_padding .accordion-wrapper {
	clear: both;
	position: relative;
	width: 100%;
	table-layout: fixed;
	display: table;
	background-color: #fff;
	color: #6e6e7d;
}
.accordion-group.with_padding .accordion .col.col6 {
	display: table-cell;
	margin-left: 0;
	margin-top: 0;
	width: 50%;
	vertical-align: top;
	padding: 100px;
}
.accordion-group .accordion-section-heading {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.1em;
	font-family: 'Lato','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #8dc440;
	white-space: normal;
	float: none;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.accordion-group .accordion-item {
	width: 100%;
	display: block;
	margin: 0 0 -2px 0;
	padding-bottom: 1px;
	overflow: hidden;
	position: relative;
}
.accordion-group .accordion-item .heading {
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 9px 3px 9px 35px;
	position: relative;
	top: 1px;
	border-style: solid;
	border-width: 1px;
	line-height: 1.65em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	color: #6e6e7d;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	font-weight: lighter;
	border-color: #cecfd4;
}
.accordion-group .accordion-item .heading:hover {
	background: #f8f8f8;
}
.toggle_icon {
	position: absolute;
	width: 15px;
	height: 15px;
	border-style: solid;
	border-width: 1px;
	top: 50%;
	left: 10px;
	margin-top: -8px;
	border-color: #cecfd4;
}
.toggle_icon .vert_icon {
	border-left-style: solid;
	border-left-width: 3px;
	position: absolute;
	left: 5px;
	top: 1px;
	height: 11px;
	border-color: #cecfd4;
}
.toggle_icon .hor_icon {
	border-top-style: solid;
	border-top-width: 3px;
	position: absolute;
	top: 5px;
	left: 1px;
	width: 11px;
	border-color: #cecfd4;
}
.accordion-item .content .content-inner {
	border-color: #cecfd4;
	padding: 12px 30px 11px 30px;
	margin: 0px 0 5px 0;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	overflow: hidden;
	background: #f8f8f8;
}
.accordion-group .accordion-item.active .heading {
	background-color: #fff;
	color: #6e6e7d;
}
.accordion-item.active .toggle_icon .vert_icon {
	display: none;
}
.hs-how-can-we-help .content-with-image-group .col-content {
	text-align: center;
	vertical-align: top;
}
.hs-how-can-we-help .content-with-image-group .col-content h3 {
	color: #8dc440;
	font-size: 20px;
	line-height: 1.1em;
	padding-bottom: 10px;
	display: block;
	margin-top: 50px;
	margin-bottom: 20px;
}
.hs-how-can-we-help .content-with-image-group .col-content .btn {
	background-color: #3d3e52;
	padding: 12px 16px 10px !important;
	font-size: 13px;
	min-width: 90px;
}

a.btn.btn-black-border {
	border: 3px solid #000;
	color: rgba(0,0,0,0.6);
	border-color: rgba(0,0,0,0.6);
	background: transparent;
	border-width: 1px;
}
.banner-button-wrapper span.banner-button {
	display: inline-block;
	margin-right: 5px;
}
.hs-visual-content-production .custom-content-with-top-icon-group {
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	border-color: #cecfd4;
	min-height: 0 !important;
}
.hs-visual-content-production .custom-content-with-top-icon-group .header-wrapper {
	padding: 0;
}
.hs-visual-content-production .custom-content-with-top-icon-group div[style*="height"] {
	display: none;
}
.hs-visual-content-production .custom-content-with-top-icon-group .col-wrapper.four .col-group {
	padding: 20px;
	text-align: left;
}
.hs-visual-content-production .custom-content-with-top-icon-group .col-content p {
	margin-top: 0;
}
.parallax-banner {
	overflow: hidden;
}
.hs-visual-content-production .custom-content-with-top-icon-group .col-content p strong {
	color: #3d3e52;
	margin-bottom: -12px;
	display: block;
}
.hs-visual-content-production div#platform h3 {
	color: inherit;
	font-size: inherit;
	padding: 0;
}
.hs-visual-content-production div#platform .custom-heading {
	padding-bottom: 10px;
	color: #0d0d28;
	font-size: 34px;
	margin-bottom: 20px;
}
.platform-group .image-wrapper.one_third {
	margin-top: 50px;
	width: 29.333333333333332%;
	padding: 0;
	float: left;
	text-align: center;
	margin-right: 6%;
}
.platform-group .image-wrapper.one_third:last-child {
	margin-right: 0;
}
.platform-group .content-wrapper:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}
.hs-visual-content-production .custom-content-wrapper .custom-item .content-text {
	padding-bottom: 0;
}
.custom-content-wrapper .custom-item:nth-last-child(-n + 2) {
	margin-bottom: 0;
}
.hs-visual-content-production .custom-content-wrapper .inner-group {
	margin-bottom: 30px;
}
.content-with-top-icon-image-wrapper {
	background-color: #f6f9fd;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #cecfd4;
}
.content-with-top-icon-image {
	padding-top: 130px;
	padding-bottom: 130px;
}
.content-with-top-icon-image .page-center {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.content-with-top-icon-image .top {
	text-align: center;
	color: #0d0d28;
	font-size: 34px;
	padding-bottom: 0px;
	margin-bottom: 0;
}
.content-with-top-icon-image .top .heading {
	color: inherit;
	font-size: 1em;
	line-height: 1.1em;
	padding: 0px 100px 0px 100px;
}
.content-with-top-icon-image .bottom.col-grid {
	margin-top: 20px;
	padding-top: 50px;
}
.content-with-top-icon-image .bottom.col-grid .item.col.col3 {
	background: #ffffff;
	border-width: 1px;
	border-color: #cecfd4;
	border-style: solid;
	padding: 40px;
	background-color: #ffffff;
	border-radius: 0px;
	text-align: center;
}
.content-with-top-icon-image .bottom.col-grid .item.col.col3 .image {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
	clear: both;
}
.content-with-top-icon-image .bottom.col-grid .item.col.col3 .content.heading_small {
	padding-top: 5px;
	color: #0d0d28;
	padding-bottom: 20px;
}
.content-with-top-icon-image a.btn.btn-black {
	background-color: #3d3e52;
	color: #fff;
	border-color: #1b1c30;
}
.services-item-wrapper .item-button a.btn.btn-black {
	min-width: 0;
}
.content-with-gradient-wrapper.without-container {
	vertical-align: middle;
	padding: 50px 200px 50px 200px;
	text-align: center;
}
.content-with-gradient-wrapper.without-container .heading.size_30 {
	padding-bottom: 10px;
	margin: 0 0 0 0;
	color: #ffffff;
	font-size: 30px;
}
.hs-visual-content-production .content-with-gradient-wrapper.without-container .heading.size_30 {
	padding-bottom: 0;
}
.hs-visual-content-production .content-with-gradient-wrapper .content p {
	margin-top: 6px;
	opacity: 0.8;
	margin-bottom: 5px;
	line-height: 1.3em;
}
.hs-visual-content-production .content-with-gradient-wrapper.without-container .heading.size_30 h3 {
	letter-spacing: normal;
}
.hs-visual-content-production .content-with-gradient-wrapper .button-wrap > *:not(:last-child) {
	display: inline-block;
	margin-right: 9px;
}
.btn.btn-black.btn-green-text {
	background-color: #0d0d28 !important;
	border-color: #0d0d28 !important;
	color: #8cc440 !important;
}
.custom-services {
	background-color: #f2f2f2;
	position: relative;
	overflow: hidden;
	background-size: cover;
}
.custom-services .services-content-wrapper {
	position: relative;
	z-index: 1;
}
.custom-services .services-content-wrapper .content-overlay {
	opacity: 0.9;
	background-color: #f2f2f2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.custom-services .services-content-wrapper .page-center {
	position: relative;
	z-index: 2;
}
.custom-services .services-content-wrapper .page-center {
	position: relative;
	z-index: 2;
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.services-section-header {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #ffffff;
	border-width: 1px;
	border-color: #cecfd4;
	border-style: solid;
	padding: 40px 120px 40px 120px;
	background-color: #ffffff;
	border-radius: 0px;
	text-align: center;
}
.services-section-header .service-header {
	padding-bottom: 10px;
	color: #0d0d28;
	font-size: 40px;
}
.services-section-header .service-header h3 {
	font-size: 1em;
	padding: 0;
	color: inherit;
}
.services-section-header .service-content a {
	color: inherit;
	text-decoration: underline;
}
.services-item-wrapper.clearfix .services-item {
	margin-top: 50px;
	margin-bottom: 50px;
	background: #ffffff;
	border-width: 1px;
	border-color: #cecfd4;
	border-style: solid;
	padding: 40px;
	background-color: #ffffff;
	border-radius: 0px;
	width: 29.333333333333332%;
	margin-left: 6%;
	float: left;
	text-align: center;
}
.services-item-wrapper.clearfix .services-item:first-child {
	margin-left: 0;
}
.services-item-wrapper.clearfix .services-item .item-icon-image {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
	clear: both;
	overflow: hidden;
}
.services-item-wrapper.clearfix .services-item .item-icon-image .item-icon-image-inner {
	margin: 0 auto;
	display: inline-block;
	vertical-align: bottom;
}
.services-item-wrapper.clearfix .services-item .item-icon-image .item-icon-image-inner img {
	-webkit-transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	border-radius: 3px;
	display: block;
	position: relative;
	max-width: 100%;
}
.services-item-wrapper.clearfix .services-item .item-icon-image:hover .item-icon-image-inner img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.services-item-wrapper .item-header {
	text-align: center;
	padding-bottom: 10px;
	color: #8cc440;
	font-size: 24px;
	margin-top: 50px;
}
.services-item-wrapper .item-header h3 {
	font-size: 1em;
	padding: 0;
	color: inherit;
}
.services-item-wrapper .item-button {
	padding-top: 20px;
	text-align: center;
}
.hs-visual-content-production .content-with-image-wrapper {
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #cecfd4;
}
.hs-visual-content-production .content-with-image-wrapper .four-eight .col.content h3 {
	color: #0d0d28;
	font-size: 34px;
}
.hs-visual-content-production div#hs_cos_wrapper_widget_11649516573 .content-with-image-wrapper {
	border: 0;
	box-shadow: none;
}
.hs-visual-content-production div#hs_cos_wrapper_widget_11649516573 .content-with-image-wrapper .col.content {
	width: 36.4%;
}
.hs-visual-content-production div#hs_cos_wrapper_widget_11649516573 .content-with-image-wrapper .col.image {
	width: 57.599999999999994%;
}
div#hs_cos_wrapper_widget_11649516572 .content-with-gradient-wrapper.without-container {
	padding: 50px 150px 50px 100px;
	height: 300px;
	min-height: 300px;
	table-layout: fixed;
	display: table;
}
div#hs_cos_wrapper_widget_11649516572 .content-with-gradient-wrapper.without-container .inner-group.clearfix {
	display: table-cell;
	vertical-align: middle;
}
.hs-visual-content-production div#hs_cos_wrapper_widget_11649516573 .content-with-image-wrapper .col.content h3 {
	padding-bottom: 10px;
	color: #0d0d28;
	font-size: 40px;
	margin-bottom: 25px;
}
.hs-visual-content-production div#hs_cos_wrapper_widget_11649516573 .content-with-image-wrapper .col.content .btn-green {
	background-color: #8cc440;
	border-color: #8cc440;
	color: #ffffff;
	margin-bottom: 5px;
	padding-top: 15px !important;
}
.hs-visual-content-production .content-with-image-wrapper p {
	font-weight: lighter;
}
.hs-visual-content-production .custom-banner-v3-area .banner-sub_heading {
	font-weight: lighter;
}
.hs-visual-content-production .content-with-image-wrapper p strong {
	color: #3d3e52;
}
.content-with-gradient-wrapper .button-wrap .btn.btn-gray-text {
	color: #cecfd4;
}
.content-with-gradient-wrapper .button-wrap .btn.btn-gray {
	background-color: #3d3e52;
}






/* ======= UK =======*/

html[lang="en-gb"] .hs-3d-product-visualization .banner-content .banner-content-holder .banner-heading h1{
	font-size: 36px;
}
html[lang="en-gb"] .hs-3d-product-visualization .custom-content-bg-img .content-group p {
	font-weight: 300;
}
html[lang="en-gb"] .hs-3d-product-visualization .btn.btn-dark-blue {
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
}
html[lang="en-gb"] .hs-3d-product-visualization .box-content-group .content-box-wrapper .box-heading h3 {
	font-size: 44px;
	letter-spacing: 1px;
}




html[lang="en-gb"] .hs-visual-content-production .custom-banner-v3-area .banner-button>.hs_cos_wrapper_type_cta .btn {
	background-color: #0d0d28;
	border-color: #0d0d28;
}



/* ======= NL =======*/

html[lang="nl"] .hs-3d-product-visualization .banner-content .banner-content-holder .banner-heading h1{
	font-size: 36px;
}
html[lang="nl"] .hs-3d-product-visualization .banner-content .banner-content-holder .banner-sub_heading {
	font-weight: 400;
}
html[lang="nl"] .hs-3d-product-visualization .custom-content-bg-img .content-group p {
	font-weight: 400;
}
html[lang="nl"] .hs-3d-product-visualization .btn.btn-dark-blue {
	background-color: #3d3e52;
}

html[lang="nl"] .hs-3d-product-visualization .featured-items-grid .featured-item-content p {
	font-weight: 400;
}
html[lang="nl"] .hs-3d-product-visualization .content-with-image-group .col-content .btn {
	padding: 12px 16px 10px !important;
	font-size: 13px;
	min-width: 90px;
}
html[lang="nl"] .hs-3d-product-visualization .box-content-group .content-box-wrapper .box-wrapper .box-section>.box-item .author-name {
	font-weight: 400;
}


html[lang="nl"] .hs-visual-content-production .custom-content-with-top-icon-group .col-group:first-child .col-content p strong {
	display: inline;
	margin: 0;
}
html[lang="nl"] .hs-visual-content-production .custom-content-with-top-icon-group .col-group .col-content {
	font-weight: 400;
}
html[lang="nl"] .hs-visual-content-production .custom-content-wrapper .custom-item .content-text {
	font-weight: 400;
}
html[lang="nl"] .hs-visual-content-production .content-with-top-icon-image .bottom.col-grid .item.col.col3 .content.heading_small {
	font-weight: 400;
}
html[lang="nl"] .hs-visual-content-production .content-with-gradient-wrapper .content p {
	font-weight: 400;
}
html[lang="nl"] .hs-visual-content-production .services-section-header {
	font-weight: 400;
}
html[lang="nl"] .hs-visual-content-production .services-item-wrapper.clearfix .services-item {
	font-weight: 400;
}
html[lang="nl"] .hs-visual-content-production .content-with-image-wrapper .four-eight .col.content p {
	font-weight: 400;
}
html[lang="nl"] .hs-visual-content-production .content-with-image-wrapper p {
	font-weight: 400;
}










/* ======= FR =======*/

html[lang="fr"] .hs-3d-product-visualization .banner-content .banner-content-holder .banner-heading h1{
	font-size: 36px;
}
html[lang="fr"] .hs-3d-product-visualization .custom-content-bg-img .content-group p {
	font-weight: 300;
}
html[lang="fr"] .hs-3d-product-visualization .btn.btn-dark-blue {
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
}
html[lang="fr"] .hs-3d-product-visualization .custom-content-bg-img .content-group p a {
	text-decoration: underline;
}
html[lang="fr"] .hs-3d-product-visualization .content-with-image-group .col-content .btn {
	padding: 12px 16px 10px !important;
	font-size: 13px;
	min-width: 90px;
}
html[lang="fr"] .hs-3d-product-visualization .box-content-group .content-box-wrapper .box-heading h3 {
	font-size: 44px;
	letter-spacing: 1px;
}
html[lang="fr"] .hs-3d-product-visualization .featured-items-wrapper .featured-items-title h3 {
	font-size: 40px;
	letter-spacing: 1px;
	padding-bottom: 0;
}
html[lang="fr"] .hs-3d-product-visualization .featured-items-wrapper .col-grid .col.col3 {
	vertical-align: middle;
}
html[lang="fr"] .hs-3d-product-visualization .content-with-image-group .col-content.content_15px h3 {
	font-size: 40px;
}
html[lang="fr"] .hs-3d-product-visualization .custom-content-bg-img .btn.btn-green {
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
}

/* ======= DE =======*/

html[lang="de"] .hs-3d-product-visualization .banner-content .banner-content-holder .banner-heading h1{
	font-size: 36px;
}
html[lang="de"] .hs-3d-product-visualization .custom-content-bg-img .content-group p {
	font-weight: 300;
}
html[lang="de"] .hs-3d-product-visualization .btn.btn-dark-blue {
	background-color: #3d3e52;
}
html[lang="de"] .hs-3d-product-visualization .custom-content-bg-img .content-group p a:hover {
	text-decoration: underline;
}
/* html[lang="de"] .hs-3d-product-visualization .content-with-image-group .col-content.content_15px h3 {
	font-size: 40px;
} */
html[lang="de"] .hs-3d-product-visualization .custom-content-bg-img .btn.btn-green {
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
}




html[lang*="DE"] .hs-visual-content-production .custom-banner-v3-area .banner-sub_heading {
	font-weight: 400;
}
html[lang*="DE"] .hs-visual-content-production .services-item-wrapper.clearfix .services-item .item-content {
	font-weight: 400;
}


/* Product Detail */

.product-detail-group .col4 {
	width: 33.3%;
	background: #f2f2f2;
	vertical-align: middle;
	padding: 30px 30px 30px 50px;
	background-color: #f2f2f2;
}
.col-inner {
	display: block;
	position: relative;
}
.product-detail-group .col8 {
	width: 66.6%;
	vertical-align: top;
	padding: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.avia_textblock {
	clear: both;
	line-height: 1.65em;
}
.product-detail-group .avia_textblock {
	font-size: 16px;
	color: #0d0d28;
}
.video-popup-wrapper {
	z-index: 1;
	float: left;
	position: relative;
	min-height: 1px;
	width: 47%;
	margin-top: 50px;
}
.video-popup-wrapper + .video-popup-wrapper {
	margin-left: 6%;
	padding: 0px 0px 0px 60px;
}
.video-popup-wrapper .top-heading {
	font-size: 16px;
	color: #0d0d28;
	clear: both;
	line-height: 1.65em;
}
.video-popup span#wistia-r7crygijvj-1 {
	display: inline-block;
	height: 125px;
	position: relative;
	width: 222px;
}
span#wistia-nll6oa4to8-1 {
	display: inline-block;
	height: 125px;
	position: relative;
	width: 100px;
}
.product-detail-group .col4 .col-inner {
	padding-bottom: 50px;
}
.product-detail-group .col4 .col-inner:after {
	content: "";
	display: table;
	clear: both;
}

/* Pricing Group */

.pricing-group {
	background-color: #fff;
	color: #6e6e7d;
}
.pricing-group .content {
	background-size: cover;
	width: 33.3%;
	vertical-align: middle;
	padding: 60px;
	background-position: center right;
	background-repeat: no-repeat;
}
.pricing-group .pricing-wrapper {
	width: 66.6%;
	vertical-align: top;
	padding: 60px 30px 30px 70px;
}
.pricing-group .content h3.heading {
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 36px;
}
.pricing-group .custom-content {
	line-height: 1.65em;
	font-size: 22px;
	color: #ffffff;
	padding-bottom: 25px;
}
.btn {
	outline: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
	text-decoration: none;
	padding: 14px 30px 13px;
	font-size: 13px;
}
.btn {
	text-decoration: none;
}
.btn-black {
	background-color: #0d0d28;
	border-color: #0d0d28;
	color: #ffffff;
}
.pricing-group .ptsBlock {
	padding-top: 50px;
}
.ptsBlock p {
	margin: 0;
	line-height: normal;
}
.ptsContainer {
	clear: both;
	text-align: center;
}
.ptsEl {
	display: inline-block;
	min-width: 15px;
}
.pricing-wrapper .custom-item {
	float: left;
	padding: 0 10px;
	width: 25%;
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	min-height: auto;
}
.pricing-wrapper .item-area {
	position: relative;
	transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
	-webkit-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
	-moz-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
	-ms-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
	-o-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
}
.pricing-wrapper .item-header {
	position: relative;
	text-align: center;
	padding: 12px;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #fff;
	color: #fff;
	background-color: rgba(140,196,64,1);
}
.pricing-wrapper .price {
	padding: 30px 15px;
	color: rgba(255,255,255,1);
	background-color: #69a11d;
}
.pricing-wrapper .price h3 {
	transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
	-webkit-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
	-moz-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
	-ms-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
	-o-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
	color: rgb(255, 255, 255);
	font-size: 48px;
	padding: 0;
}
.pricing-wrapper .price p {
	line-height: normal;
	padding-bottom: 19px;
}
.pricing-wrapper .item-content {
	border: 1px solid #d2d2d2;
	border-top-width: 0;
	border-bottom-width: 0;
	color: rgba(13,13,40,1);
	background-color: #f5f5f5;
}
.pricing-wrapper .item-content .ptsCell {
	padding: 12px;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #fff;
}
.pricing-wrapper .ptsColFooter {
	position: relative;
	padding: 20px;
	border: 1px solid #d2d2d2;
	background-image: linear-gradient(to bottom, #ffffff, #e1e1e1);
	border-bottom: none;
	border-top: 0;
}
.pricing-wrapper .black .item-header {
	background-color: rgba(13,13,40,1);
}
.pricing-wrapper .black .price {
	background-color: #000005;
}
.pricing-wrapper .dark-gray .item-header {
	background-color: rgba(61,62,82,1);
}
.pricing-wrapper .dark-gray .price {
	background-color: #1a1b2f;
}
.pricing-wrapper .gray .item-header {
	background-color: rgba(110,110,125,1);
}
.pricing-wrapper .gray .price {
	background-color: #4b4b5a;
}
.pricing-wrapper .gray .price h3 {
	font-size: 24px;
}
.pricing-group .bottom-text {
	padding-bottom: 50px;
}



/* Team Members Group */
.team-members-group {
	background-color: #f2f2f2;
	color: #6e6e7d;
}
.team-members-group .page-center {
	padding-top: 0;
	padding-bottom: 0;
}
.team-members-group .inner-group {
	padding-top: 130px;
	padding-bottom: 130px;
}
.team-members-group .section-header h2 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 36px;
	padding-bottom: 10px;
	color: #8cc440;
	text-align: center;
}
.team-members-group .section-header p {
	line-height: 1.65em;
	font-size: 20px;
	color: #0d0d28;
	text-align: center;
	font-weight: lighter;
	margin: 0.85em 0;
}
.col-grid {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.col-grid .col {
	display: table-cell;
	float: none;
}
.team-members-group .col{
	vertical-align: top;
	position: relative;
	min-height: 1px;
}
.team-members-group .col4 {
	width: 29.333333333333332%;
}
.team-members-group .col * {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.image-ultimate-responsive-1 {
	padding: 20px;
}
.image-ultimate-hover-14 .iheu-img img {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
}
.av-flex-placeholder {
	display: table-cell;
	width: 6%;
}
.button-wrap {
	display: block;
	text-align: center;
	clear: both;
}
.btn-transparent {
	outline: 0;
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
	text-decoration: none;
	display: inline-block;
	padding: 12px 16px 10px;
	font-size: 13px;
	border: 3px solid #000;
	color: rgba(0,0,0,0.6);
	border-color: rgba(0,0,0,0.6);
	background: transparent;
	border-width: 1px;
}
.btn-transparent:hover {
	opacity: 0.7;
	color: rgba(0,0,0,0.6);
	border-color: rgba(0,0,0,0.6);
	text-decoration: none;
}
.image-ultimate-map-absulate{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.image-ultimate-map-absulate img{
	width: 100%;
	height: 100%;
}

.image-ultimate-map-absulate a{
	text-decoration: none !important;
}
.image-ultimate-hover-14{
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.image-ultimate-hover-14 .iheu-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.image-ultimate-hover-14 .iheu-info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: table;
}

.image-ultimate-hover-animation-14 {
	animation-duration: 1s;
}
.image-ultimate-hover-14, 
.image-ultimate-hover-14 .iheu-img, .image-ultimate-hover-14 a .iheu-img,
.image-ultimate-hover-14 .iheu-img:before, .image-ultimate-hover-14 a .iheu-img:before,
.image-ultimate-hover-14 .iheu-img img, .image-ultimate-hover-14 a .iheu-img img,
.image-ultimate-hover-14 .iheu-info, .image-ultimate-hover-14 a .iheu-info{
	border-radius: 0%;
	-moz-border-radius:  0%;
	-webkit-border-radius:  0%;
	transition: 0.5s;
}
.image-ultimate-hover-padding-14{
	padding: 20px;
}
.image-ultimate-map-14 {
	max-width: 303px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.image-ultimate-map-14:after {
	padding-bottom: 99.009900990099%;
	content: "";
	display: block;
}

.image-ultimate-hover-14 .iheu-img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 0px rgba(0, 146, 194, 0.3);
	z-index: +1;
}
.image-ultimate-hover-14{
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	perspective: 900px;
}
.image-ultimate-hover-14 .iheu-img {
	width: 100%;
	float: left;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	transition: all 0.35s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.image-ultimate-hover-14 .iheu-info-2{
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	width:100%;
	top:0 ;
	bottom:0;
}
.image-ultimate-hover-14 .iheu-info-2 .iheu-info {
	background: rgba(141, 196, 64, 1);
	opacity: 1;
	visibility: hidden;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	transition: all 0.35s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.image-ultimate-hover-14 .iheu-info .iheu-data{
	display: table-cell;
	vertical-align: middle;text-align: center;                    padding: 25px; 
}
.image-ultimate-hover-14 .iheu-info h3 {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 120%;
	font-family: "Lato";
	display: inline-block;
	color: #ffffff;
}
.image-ultimate-hover-14 .iheu-info p {
	font-size: 14px;
	font-weight: 100;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 120%;
	width:100%;
	float: left;
	font-family: "Lato";
	color: #ffffff;
}
.image-ultimate-hover-14 a.iheu-button{
	padding: 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 300;
	font-size: 14px;
	font-family: "Open Sans";
	background: rgba(126, 0, 158, 1);
	color: #ffffff;
	text-decoration: none;
	display:table;
	margin: 0 auto;                   
}
.image-ultimate-hover-14 a.iheu-button:hover{
	background: rgba(255, 255, 255, 1);
	color: #7e009e;
}

.image-ultimate-hover-14:hover .iheu-img,
.image-ultimate-hover-14.iheu-touch .iheu-img{
	opacity: 0;
}
.image-ultimate-hover-14:hover .iheu-info-2 .iheu-info,
.image-ultimate-hover-14.iheu-touch .iheu-info-2 .iheu-info{
	opacity: 1;
	visibility: visible;
}
.image-ultimate-hover-14.top_to_bottom .iheu-info-2 .iheu-info {
	-webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
}
.image-ultimate-hover-14.top_to_bottom:hover .iheu-img,
.image-ultimate-hover-14.top_to_bottom.iheu-touch .iheu-img{
	-webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
}
.image-ultimate-hover-14.top_to_bottom:hover .iheu-info-2 .iheu-info,
.image-ultimate-hover-14.top_to_bottom.iheu-touch .iheu-info-2 .iheu-info{
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	-moz-transform: rotate3d(1, 0, 0, 0deg);
	-ms-transform: rotate3d(1, 0, 0, 0deg);
	-o-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
}

.image-ultimate-hover-14.bottom_to_top .iheu-info-2 .iheu-info {
	-webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	-o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
}
.image-ultimate-hover-14.bottom_to_top:hover .iheu-img,
.image-ultimate-hover-14.bottom_to_top.iheu-touch .iheu-img{
	-webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	-o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
}
.image-ultimate-hover-14.bottom_to_top:hover .iheu-info-2 .iheu-info,
.image-ultimate-hover-14.bottom_to_top.iheu-touch .iheu-info-2 .iheu-info{
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	-moz-transform: rotate3d(1, 0, 0, 0deg);
	-ms-transform: rotate3d(1, 0, 0, 0deg);
	-o-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
}


.partners-inner {
	padding-top: 50px;
	padding-bottom: 100px;
}
.partners-item-image {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
	clear: both;
}
.partners-wrapper .col6 {
	padding: 30px;
	vertical-align: top;
	width: 47%;
}
.partners-wrapper .col6:first-child {
	padding-right: calc(30px + 3%);
}
.partners-wrapper .col6:last-child {
	padding-left: calc(30px + 3%);
}
.partners-inner a {
	font-weight: 300;
	color: #8dc440;
}
.partners-wrapper .col6:last-child .partners-desc {
	padding-top: 10px;
}
.bcwc-group {
	border-top: 1px solid #cecfd4;
	border-bottom: 1px solid #cecfd4;
}
.bcwc-group .page-center {
	padding-top: 0;
	padding-bottom: 0;
}
.bcwc-group .size_70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.bcwc-group .custom-image {
	text-align: center;
	margin-bottom: 10px;
}
.bcwc-group .custom-heading {
	margin-top: 50px;
	padding-bottom: 10px;
	color: #0d0d28;
	font-size: 36px;
	text-align: center;
}
.bcwc-group .custom-heading h3 {
	color: #0d0d28;
}
.product-video-layout .banner-content .banner-content-holder .banner-heading {
	padding-bottom: 0;
}
.bcwc-group .two-col .col {
	width: 47%;
	z-index: 1;
	float: left;
	position: relative;
	min-height: 1px;
}
.bcwc-group .two-col .col + .col {
	margin-left: 6%;
}
.bcwc-group .two-col .col p {
	font-weight: 400;
}
.bcwc-group .two-col .col p strong {
	color: #3d3e52;
}
.content-with-image-wrapper .page-center {
	padding-top: 0;
	padding-bottom: 0;
}
.content-with-image-wrapper .space_50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.content-with-image-wrapper .six-six .col {
	width: 47%;
	vertical-align: middle;
}
.content-with-image-wrapper p {
	font-weight: 400;
}
.btn-dark-gray {
	background-color: #3d3e52;
	color: #fff;
	border-color: #1b1c30;
}
.btn-dark-gray:hover {
	opacity: 0.9;
	color: #fff;
	text-decoration: none;
}
.counter-group {
	background-color: #0d0d28;
	background-image: linear-gradient(to right,#8cc440,#6dbdfa);
}
.counter-group .page-center {
	padding-top: 0;
	padding-bottom: 0;
}
.counter-group .inner-group {
	padding-top: 70px;
	padding-bottom: 70px;
}
.counter-group .custom-heading {
	padding-bottom: 50px;
}
.counter-group .custom-heading h3 {
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.counter-group .col {
	width: 20.5%;
	z-index: 1;
	float: left;
	position: relative;
	min-height: 1px;
}
.counter-group .col + .col {
	margin-left: 6%;
}
.counter-group .avia-animated-number {
	color: #fff;
	text-align: center;
}
.counter-group strong.heading {
	font-size: 60px;
	white-space: nowrap;
	line-height: 1em;
	position: relative;
	letter-spacing: -2px;
	font-weight: 400;
	margin-bottom: 4px;
}
.counter-group .avia-no-number {
	opacity: 0.5;
	font-size: 0.8em;
	font-weight: normal;
}
.counter-group .content {
	font-size: 20px;
	line-height: 1.3em;
}
.counter-group .content p {
	margin: 0;
}
.col4 {
	width: 33.3%;
}
.col8 {
	width: 66.6%;
}
.practical-aspects-group .image {
	vertical-align: middle;
	padding: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.practical-aspects-group .content {
	vertical-align: middle;
	padding: 45px;
}
.practical-aspects-group .heading {
	padding-bottom: 10px;
}
.practical-aspects-group .content-col {
	padding-top: 5px;
}
.practical-aspects-group .av_textblock_section {
	width: 47%;
	z-index: 1;
	float: left;
	position: relative;
	min-height: 1px;
	padding-top: 10px;
	margin-left: 6%;
}
.practical-aspects-group .av_textblock_section:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}
.practical-aspects-group {
	font-weight: 400;
}
.practical-aspects-group strong {
	color: #3d3e52;
}
.practical-aspects-group .av_textblock_section .inner {
	margin: 0.85em 0;
}
.practical-aspects-group .button-wrap {
	text-align: left;
	padding-top: 15px;
}
.practical-aspects-group .btn-green {
	padding: 15px 30px 13px;
	min-width: auto;
}
.col-content-main-wrap {
	text-align: center;
}
.col-content-main-wrap .avia-image-overlay-wrap {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
	clear: both;
}
.col-content-main-wrap .terms-content {
	width: 100%;
	clear: both;
	display: block;
	margin-top: 50px;
	position: relative;
	padding-bottom: 25px;
	font-size: 20px;
}
.col-content-main-wrap.three-col-wrapper .terms-content h3 {
	padding-bottom: 36px;
}
.col-content-main-wrap .terms-content p {
	line-height: 1.65em;
}
.col-content-main-wrap p.normal {
	font-size: 20px;
}
.col-content-main-wrap p.big {
	font-size: 26px;
}
.col-content-item strong {
	color: #3d3e52;
}
.col-content-item {
	margin-top: 50px;
	width: 29.333333333333332%;
	float: left;
	position: relative;
	min-height: 1px;
	margin-left: 6%;
}
.three-col-row .col-content-item:nth-child(1),
.three-col-row .col-content-item:nth-child(3n+1){
	margin-left: 0;
	clear: left;
}
.product-video-layout .custom-content-bg-img .content-group {
	text-align: center;
	padding-bottom: 10px;
}
.product-video-layout .custom-content-bg-img h2 {
	letter-spacing: 1px;
	font-weight: bold;
}
html[lang="en-gb"] .product-video-layout .banner-content .banner-content-holder .banner-heading h1 {
	font-size: 40px;
}
html:not([lang="en-us"]) .product-detail-group .col4 {
	background-color: #cecfd4;
}
.product-detail-group {
	border-top: 1px solid #cecfd4;
	border-bottom: 1px solid #cecfd4;
}
.product-video-layout .custom-content-bg-img .content-group h3 {
	color: #ffffff;
	font-size: 30px;
	padding: 0;
}
.product-video-layout .custom-content-bg-img.bg_parallax .col {
	width: 100%;
	vertical-align: middle;
}
.ptsBlock {
	width: 100%;
}
.ptsBlock .ptsCol {
	width: 25%;
	padding: 0 10px;
}
.ptsBlock .ptsCol .ptsTableElementContent .ptsRows {
	background-color: #f5f5f5;
}
.ptsBlock .ptsCol .ptsColHeader {
	padding: 15px;
}
.ptsBlock .ptsCol .ptsColDesc {
	padding: 30px 15px;
}
.ptsBlock .ptsCol .ptsRows {
	border: 1px solid #d2d2d2;
	border-top-width: 0;
	border-bottom-width: 0;
}
.ptsBlock .ptsCol .ptsCell {
	padding: 12px;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #fff;
}
.ptsBlock .ptsCol .ptsCell:last-of-type {
	border-bottom: none;
}
.ptsBlock .ptsCol .ptsColFooter {
	padding: 20px;
	border: 1px solid #d2d2d2;
	background-image: linear-gradient(to bottom, #ffffff, #e1e1e1);
}
.ptsBlock .ptsCol .ptsActBtn {
	width: 100%;
	border-radius: 3px;
	cursor: pointer;
}
.ptsBlock .ptsCol .ptsActBtn .ptsEditArea {
	font-size: 1.4em;
	width: 100%;
	padding: 10px 0;
	text-decoration: none !important;
	border: none !important;
}
.ptsBlock .ptsTableDescCol {
	display: none;
}
.ptsBlock .ptsCol.ptsTableDescCol .ptsColHeader,
.ptsBlock .ptsCol.ptsTableDescCol .ptsColDesc,
.ptsBlock .ptsCol.ptsTableDescCol .ptsColFooter {
	visibility: hidden;
}
.ptsBlock p {
	margin: 0;
}
html[lang="en-gb"] .pricing-group .content {
	background-position: center center;
}
html[lang="en-gb"] .pricing-group .content h3.heading {
	font-weight: bold;
	font-size: 40px;
}
html[lang="en-gb"] .bcwc-group .custom-heading h3 {
	font-size: 40px;
	letter-spacing: 1px;
}
html[lang="en-gb"] .content-with-image-wrapper h2 {
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 28px;
}
html[lang="en-gb"] .practical-aspects-group h3 {
	font-size: 28px;
	font-weight: bold;
}
html[lang="nl"] .product-video-layout .banner-content .banner-sub_heading {
	font-weight: 400;
}
html[lang="nl"] .product-detail-group .avia_textblock {
	font-weight: 400;
}
html[lang="nl"] .pricing-group .content {
	background-position: center center;
	background-attachment: fixed;
}
html[lang="nl"] .pricing-group {
	font-weight: 400;
}
html[lang="nl"] .pricing-group .content h3.heading {
	font-weight: bold;
	font-size: 40px;
}
html[lang="nl"] .pricing-wrapper .price h3 {
	font-weight: 400;
}
html[lang="nl"] .bcwc-group .custom-heading h3 {
	letter-spacing: 1px;
	font-size: 40px;
}
html[lang="nl"] .counter-group .content p {
	font-weight: 400;
}




/*Animations*/
.ptsBlock .ptsCol .ptsTableElementContent,
.ptsBlock .ptsCol .ptsTableElementContent span {
	transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
	-webkit-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
	-moz-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
	-ms-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
	-o-transition: box-shadow 0.3s ease, margin 0.3s ease, font 0.3s ease;
}
.ptsBlock .ptsCol.hover .ptsTableElementContent {
	z-index: 101;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	margin-top: -20px;
}
.ptsBlock .ptsCol .ptsActBtn:hover {
	background-color: #d2d2d2;
}
.ptsBlock span, .ptsBlock p {
	word-break: break-word;
}
/*Colors set*/
.ptsBlock .ptsCol .ptsColHeader {
	color: #fff;
}
.ptsBlock .ptsCol .ptsColDesc {
	color: rgba(255,255,255,1);
}
.ptsBlock .ptsCol .ptsRows {
	color: rgba(13,13,40,1);
}


/*start for col color 1*/
.ptsBlock .ptsCol-1 .ptsColHeader {
	background-color: rgba(140,196,64,1);
}
.ptsBlock .ptsCol-1 .ptsColDesc,
.ptsBlock .ptsCol-1 .ptsActBtn:hover {
	background-color: #69a11d;
}
.ptsBlock .ptsCol-1 .ptsActBtn {
	background-color: rgba(140,196,64,1);
}
/*end for col color 1*//*start for col color 4*/
.ptsBlock .ptsCol-4 .ptsColHeader {
	background-color: rgba(110,110,125,1);
}
.ptsBlock .ptsCol-4 .ptsColDesc,
.ptsBlock .ptsCol-4 .ptsActBtn:hover {
	background-color: #4b4b5a;
}
.ptsBlock .ptsCol-4 .ptsActBtn {
	background-color: rgba(110,110,125,1);
}
/*end for col color 4*//*start for col color 2*/
.ptsBlock .ptsCol-2 .ptsColHeader {
	background-color: rgba(13,13,40,1);
}
.ptsBlock .ptsCol-2 .ptsColDesc,
.ptsBlock .ptsCol-2 .ptsActBtn:hover {
	background-color: #000005;
}
.ptsBlock .ptsCol-2 .ptsActBtn {
	background-color: rgba(13,13,40,1);
}
/*end for col color 2*//*start for col color 3*/
.ptsBlock .ptsCol-3 .ptsColHeader {
	background-color: rgba(61,62,82,1);
}
.ptsBlock .ptsCol-3 .ptsColDesc,
.ptsBlock .ptsCol-3 .ptsActBtn:hover {
	background-color: #1a1b2f;
}
.ptsBlock .ptsCol-3 .ptsActBtn {
	background-color: rgba(61,62,82,1);
}
/*end for col color 3*/


.pricing-wrapper .item-content .ptsCell,
.pricing-wrapper .price{
	padding: 0 !important;
}
.cell-inner-wrap {
	padding: 12px;
}
.pricing-wrapper .price,
.pricing-wrapper .item-header {
	padding: 0 !important;
	border:0 !important;
}
.pricing-wrapper .item-header p {
	padding: 12px;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #fff;
}
.pricing-wrapper .price .price-inner {
	padding: 30px 15px;
}
.hs-csr .bcwc-group .custom-heading {
	margin-top: 0;
}
.hs-csr .inner-group.size_50 {
	padding: 50px 0;
}
.row1-content-csr {
	float: none !important;
	margin-right: auto !important;
	margin-left: 0 !important;
	width: 57.599999999999994% !important;
	margin: 0 auto !important;
}
.hs-csr .bcwc-group .custom-heading h3 {
	color: #6e6e7d;
	padding: 0;
}
.hs-csr .bcwc-group .custom-heading {
	padding-bottom: 0;
}
.hs-csr .bcwc-group .two-col .col p {
	font-weight: lighter;
}
.hs-csr .bcwc-group .custom-image {
	margin: 0;
}
.hs-csr h3.av-special-heading-tag {
	padding-bottom: 0;
}
.four-col-row .col-content-item {
	width: 20.5%;
}

html[lang="en-gb"] .hs-csr .bcwc-group .custom-heading h3 {
	font-weight: bold;
}

.join-our-team {
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #cecfd4;
}

.join-our-team .av_promobox {
	position: relative;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	padding: 20px 30px;
	clear: both;
	margin: 50px 0;
	width: 100%;
	float: left;
	border-color: #cecfd4;
	background: #f8f8f8;
	margin-top: 0;
	margin-bottom: 0;
}

.join-our-team .avia-promocontent {
	margin-right: 200px;
	position: relative;
	z-index: 3;
}

.join-our-team .avia-promocontent p {
	font-weight: lighter;
	font-size: 14px;
}

.join-our-team .avia-button-wrap.avia-button-right {
	display: block;
	float: right;
}

.join-our-team a.avia-button {
	padding: 15px 30px 13px;
	font-size: 13px;
	min-width: 139px;
	right: 30px;
	top: 50%;
	margin: 3px 0;
	position: absolute;
	z-index: 2;
	background-color: #3d3e52;
	margin-top: -21px;
	border-radius: 0px;
	color: #ffffff;
	border-color: #1b1c30;
	font-weight: normal;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 1.2em;
	max-width: 100%;
}

.join-our-team a.avia-button:hover {
	color: #ffffff;
	border-color: #1b1c30;
	text-decoration: none;
	background-color: #3d3e52;
	opacity: 0.9;
}
html[lang="nl"] .hs-csr .banner-sub_heading.size_20px p {
	font-family: Lato, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
}

html[lang="nl"] .hs-csr .row1-content-csr p {
	font-weight: 400;
}

html[lang="nl"] .hs-csr .bcwc-group .custom-heading h3 {
	font-size: 1em !important;
	font-family: 'Lato', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: normal;
}

html[lang="nl"] .hs-csr .bcwc-group .two-col .col p {
	font-weight: 400;
}

html[lang="nl"] .hs-csr h3.av-special-heading-tag {
	font-weight: bold !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 28px;
	line-height: 1.1em;
}

html[lang="nl"] .hs-csr .col-content-main-wrap p.normal {
	font-weight: 400;
}

html[lang="nl"] .hs-csr .col-content-wrap.clearfix.four-col-row p {
	font-weight: 400;
}
.custom-banner-v3-area .col6 {
	width: 50%;
}
.custom-banner-v3-area .banner-v3-content {
	padding: 50px 150px 50px 100px;
	vertical-align: middle;
	height: 50vh;
}
.custom-banner-v3-area .banner-heading {
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 50px;
}
.custom-banner-v3-area .banner-heading.size_40px {
	font-size: 40px;
}
.custom-banner-v3-area .banner-heading h1 {
	padding-bottom: 0;
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
	text-transform: inherit;
	letter-spacing: 0;
}
.custom-banner-v3-area .banner-sub_heading {
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 1.65em;
	padding-bottom: 20px;
}
.banner-button-wrapper .btn_black a {
	text-decoration: none;
	display: inline-block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
	padding: 15px 30px 13px;
	font-size: 13px;
	color: #fff;
	border-color: #1b1c30;
	margin-bottom: 5px;
	margin-right: 5px;
	min-width: 139px;
}
.banner-button-wrapper .btn-white-border {
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
	text-decoration: none;
	display: inline-block;
	padding: 15px 30px 13px;
	font-size: 13px;
	min-width: 139px;
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	margin-bottom: 5px;
}
.custom-banner-v3-area .banner-button>.hs_cos_wrapper_type_cta {
	margin: 0;
}
.banner-v3-image {
	vertical-align: top;
	padding: 30px;
	background-size: cover;
	height: 50vh;
}
.heading-with-box-icon .custom-item {
	vertical-align: middle;
	padding: 30px;
	width: 33.3%;
	height: 200px;
}
.heading-with-box-icon .image {
	margin: 0 auto 14px auto;
	text-align: center;
}
.heading-with-box-icon .heading h5 {
	text-align: center;
	color: #6e6e7d;
	line-height: 1.65em;
}
.heading-with-box-icon .custom-item + .custom-item {
	border-left: 1px solid #cecfd4;
}
.heading-with-box-icon .heading {
	line-height: 1.65em;
	margin-bottom: 14px;
}
.heading-with-box-icon .image a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.heading-with-box-icon .image a img {
	-webkit-transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.vcp-services-layout .bcwc-group {
	padding-top: 106px;
}
.vcp-services-layout .bcwc-group .size_50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vcp-services-layout .custom-heading {
	margin: 0;
	color: #8cc440;
}
.vcp-services-layout .custom-heading h3.size_40 {
	font-size: 40px;
	font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #8dc440;
	letter-spacing: 1px;
}
.vcp-services-layout .bcwc-group .col {
	padding: 20px;
}
.vcp-services-layout .two-col .col:first-child {
	padding-left: 50px;
}
.vcp-services-layout .two-col .col:last-child {
	padding-right: 50px;
}
.vcp-services-layout .bcwc-group .two-col .col p {
	font-weight: lighter;
}
.vcp-services-layout .two-col {
	padding-bottom: 40px;
}
.col2 {
	width: 25%;
}
.col10 {
	width: 75%;
}
.testimonial-v2-group .image {
	background: #0d0d28;
	vertical-align: top;
	padding: 80px 30px 30px 30px;
	background-color: #0d0d28;
	text-align: center;
}
.testimonial-v2-group .content {
	vertical-align: top;
	padding: 70px 30px 30px;
	text-align: center;
	color: #ffffff;
}
.cwi-group {
	border-top: 1px solid #cecfd4;
}
.cwi-group .col6 {
	width: 47%;
	vertical-align: middle;
}
.cwi-group .content {
	padding: 50px;
}
.cwi-group .col-grid:first-child .content h3.heading {
	margin-top: 50px;
}
.cwi-group .content h3.heading {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 10px;
	color: #8cc440;
	font-weight: bold;
	font-size: 28px;
}
.cwi-group .image img {
	-webkit-transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.cwi-group .image:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.cwi-group .content .btn {
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.9;
}
.cwi-group .inner-group {
	padding-bottom: 50px;
}
.wtlm-wrapper .col3 {
	width: 29.333333333333332%;
	vertical-align: middle;
}
.wtlm-wrapper .col9 {
	width: 64.66666666666666%;
	vertical-align: middle;
}
.wtlm-wrapper h2 {
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 60px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wtlm-wrapper .cta_button.btn-dark-gray {
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.btn_white_border,
.btn-white-border{
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
}
.wtlm-wrapper .btn_white_border {
	margin-bottom: 5px;
}
.btn_white_border:hover, .btn-white-border:hover {
	color: #fff;
	opacity: 0.7;
}

.fwc-with-icon-wrapper .page-center {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
	text-align: center;
}
.fwc-with-icon-image {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
	clear: both;
}
.fwc-with-icon-content-wrapper {
	font-size: 20px;
	clear: both;
	line-height: 1.65em;
}
.fwc-with-icon-content-wrapper h3 {
	color: #6e6e7d;
}
.intakeon-page .content-with-image-group .col-img {
	min-height: 75vh;
	height: 75vh;
}
.intakeon-page .content-with-image-group .col-content {
	min-height: 75vh;
	height: 75vh;
}
.image-with-icon-content-wrapper .col-grid {
	background-color: #fff;
	color: #6e6e7d;
	border-bottom: 1px solid #cecfd4;
	position: relative;
}
.image-with-icon-content-wrapper .col {
	vertical-align: middle;
	height: 75vh;
	min-height: 75vh;
	padding: 30px;
	text-align: center;
}
.image-with-icon-content-wrapper .col:not(:first-child) {
	border-left: 1px solid #cecfd4;	
}
.image-with-icon-content-wrapper .col4 {
	width: 25%;
}
.image-with-icon-content-wrapper .col6 {
	width: 50%;
}
.image-with-icon-content-wrapper .item-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	vertical-align: top;
}
.icon-with-content-image {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
	clear: both;
}
.icon-with-content-item h3 {
	font-size: 20px;
	margin-top: 50px;
	color: #6d6e7d;
}
.icon-with-content-btn-wrapper .btn {
	background-color: #3d3e52;
	color: #fff;
	border-color: #1b1c30;
	padding: 15px 30px 14px;
	font-size: 13px;
	min-width: 139px;
	border: none;
}
.custom-content-bg-img.bg_scroll .col {
	background-attachment: scroll;
	background-position: center center;
	background-color: #0d0d28;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
}
.intakeon-page .custom-content-bg-img .content-group h2 {
	font-size: 28px;
	line-height: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.intakeon-page .content-with-image-group .col-content.content_right {
	text-align: right;
	font-size: 20px;
	line-height: 1.65em;
}
.intakeon-page .content-with-image-group .col-content.content_right h3 {
	padding-bottom: 0;
}
.intakeon-page .content-with-image-group strong {
	color: #3d3e52;
}
.vcontent-layout .custom-banner-v3-area .banner-sub_heading {
	font-weight: lighter;
}
.vcontent-layout .btn-green {
	padding: 15px 30px 13px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.vcontent-layout .col-group {
	text-align: left;
}
.vcontent-layout .header-wrapper {
	padding: 0;
}
.vcontent-layout .custom-content-with-top-icon-group div {
	height: auto !important;
}
.vcontent-layout .four .col-group {
	padding: 20px;
}
.vcontent-layout .four .col-group p {
	margin-top: 0;
}
.vcontent-layout .four .col-group p br {
	display: none;
}
.vcontent-layout .four .col-group p strong {
	margin-bottom: .85em;
	display: block;
	color: #3d3e52;
}
.vcontent-layout .custom-content-with-top-icon-group {
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	border-bottom: 1px solid #cecfd4;
	min-height: auto !important;
}
.vcontent-layout .content-with-image-wrapper {
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
.vcontent-layout .content-with-image-wrapper h3 {
	padding-bottom: 10px;
	color: #0d0d28;
	font-size: 34px;
}
.vcontent-layout .content-with-gradient-wrapper .size_30 {
	padding-bottom: 6px;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
}
.vcontent-layout .content-with-gradient-wrapper.without-container {
	padding: 50px 150px 50px 100px;
}
.vcontent-layout .content-with-gradient-wrapper .size_30 h3 {
	letter-spacing: 0;
}
.vcontent-layout .content-with-gradient-wrapper .content.content_20 {
	font-size: 20px;
	opacity: 0.8;
	margin-top: 0;
}
.vcontent-layout .content-with-gradient-wrapper .content.content_20 p {
	margin: 0;
	line-height: 1.3em;
}
.vcontent-layout .content-with-gradient-wrapper .content {
	padding-bottom: 60px;
}
.vcontent-layout .content-with-gradient-wrapper .button-wrap {
	padding-top: 10px;
	padding-bottom: 3px;
}
.vcontent-layout .content-with-gradient-wrapper .button-wrap a.btn.btn-gray {
	background-color: #3d3e52;
}
.platform-group .content-wrapper {
	padding-top: 20px;
}
.platform-group .page-center {
	padding-top: 0;
	padding-bottom: 0;
}
.platform-group .custom-heading {
	text-align: center;
	color: #0d0d28;
	font-size: 34px;
	margin-top: 50px;
	padding-bottom:20px;
}
.platform-group .image-wrapper {
	padding: 20px;
}
.custom-content-wrapper .custom-item {
	padding: 20px;
	width: 47%;
	float: left;
	margin-left: 6%;
	margin-bottom: 50px;
}
.custom-content-wrapper .custom-item:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.custom-content-wrapper .custom-item .content-text h3 {
	margin: 0.85em 0;
	color: #3d3e52;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	line-height: 1.65em;
}
.custom-content-wrapper .custom-item .content-text {
	padding-bottom: 20px;
}
.custom-content-wrapper .image {
	text-align: center;
}
.custom-content-wrapper .inner-group:after {
	content: "";
	display: table;
	clear: both;
}
.vcontent-layout .row-5-group {
	border-top: 1px solid #cecfd4;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
.vcontent-layout .custom-content-wrapper .inner-group {
	padding-bottom: 30px;
}
.vcontent-layout .row-5-group .page-center {
	padding-top: 130px;
	padding-bottom: 130px;
}
.vcontent-layout .row-5-group h2 {
	text-align: center;
	padding-bottom: 60px;
	color: #0d0d28;
	letter-spacing: 0;
	font-size: 34px;
	text-transform: inherit;
}
.step-process-group {
	background-size: cover;
}
.step-process-group .page-center {
	padding-top: 130px;
	padding-bottom: 130px;
}
.step-process-group .section-header {
	text-align: center;
	padding-bottom: 50px;
}
.step-process-group .heading {
	color: #8cc440;
	font-size: 30px;
}
.step-process-group .heading h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #8cc440;
	font-size: 1em;
}
.step-process-group .sub-heading {
	color: #ffffff;
	line-height: 1.65em;
	font-size: 18px;
}
.timeline-slide-carousel ul.slide-wrapper  {
	padding: 15px 0 15px 15px;
	transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	white-space: nowrap;
	margin: 0;  
	user-select: unset;
	-webkit-user-select: unset;
	-moz-user-select: unset;
	-ms-user-select: unset;
}
.timeline-slide-carousel ul.slide-wrapper li {
	list-style: none;
	display: inline-block;
	padding: 0;
	vertical-align: top;
	-webkit-animation: avia-fadein 1.5s 1 ease-out;
	animation: avia-fadein 1.5s 1 ease-out;
	opacity: 1;
	width: 33.33%;
	outline: 0;

}
.timeline-slide-carousel ul.slide-wrapper li h2 {
	font-weight: bold;
	overflow: hidden;
	font-size: 25px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 30px 30px 110px;
	color: rgb(255, 255, 255);
	min-height: 57px;
}
span.av-milestone-indicator {
	display: block;
	zoom: 1;
	position: absolute;
	width: 30px;
	height: 1px;
	left: -65px;
	top: 0.5em;
	background-color: #8cc440;
}
.timeline-slide-carousel ul.slide-wrapper li h2 strong span.av-milestone-indicator {
	display: block;
}
html[lang="nl"] .timeline-slide-carousel ul.slide-wrapper li h2 strong span.nl {
	display: inline-block;
}
html[lang="nl"] .timeline-slide-carousel ul.slide-wrapper li h2 strong span.default {
	display: none;
}
span.av-milestone-indicator:before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	right: 0;
	border-radius: 100%;
	background-color: inherit;
	margin-top: -2px;
}
span.av-milestone-indicator:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 500px;
	top: 0;
	background-color: inherit;
}
.timeline-slide-carousel ul.slide-wrapper li h2 strong {
	position: relative;
}
.timeline-slide-carousel ul.slide-wrapper .av-milestone-icon-wrap {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
}
.av-milestone-icon-wrap .milestone_icon {
	display: block;
	height: 90px;
	width: 90px;
	line-height: 90px;
	font-size: 30px;
	text-align: center;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	z-index: 5;
	color: #fff;
	padding: 2px;
	background-color: #ffffff;
}
.timeline-slide-carousel ul.slide-wrapper .av-milestone-icon-wrap:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	border-top-style: dashed;
	border-top-width: 1px;
	border-color: #bdbec3;
}
.timeline-slide-carousel ul.slide-wrapper .av-milestone-icon-wrap .milestone_inner {
	height: 100%;
	width: 100%;
	display: block;
	background-position: center;
	background-size: cover;
	border-radius: 100%;
	line-height: 86px;
	background-color: #8cc440;
}
.timeline-slide-carousel .av-milestone-content-wrap {
	padding: 30px 15px 10px 110px;
	position: relative;
	white-space: normal;
}
.timeline-slide-carousel .av-milestone-contentbox h4 {
	color: #e8e8e8;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.1em;
	margin-bottom: 4px;
	font-family: 'Lato','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	white-space: normal;
}
.timeline-slide-carousel .av-milestone-contentbox p {
	color: #ffffff;
	margin-bottom: 0;
}
.timeline-slide-carousel .entry-footer {
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 45px;
	background-color: #8cc440;
}
.timeline-slide-carousel .entry-footer:after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	bottom: 0;
	border-radius: 100%;
	background-color: inherit;
	margin-left: -2px;
}
.timeline-slide-carousel ul.slide-wrapper i.milestone-char {
	font-style: normal;
}
.timeline-slide-carousel {
	padding-bottom: 50px;
	position: relative;
}
.step-process-group .button-wrapper {
	text-align: center;
}
.step-process-group .btn-bark-gray {
	padding: 15px 30px 13px;
	font-size: 13px;
	min-width: 139px;
	color: #fff;
	border-color: #1b1c30;
	margin-bottom: 5px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #3d3e52;
}
.vcontent-layout .row-7-group .content-with-image-wrapper .four-eight .col.content {
	width: 36.4%;
}
.vcontent-layout .row-7-group .content-with-image-wrapper .four-eight .image {
	width: 57.599999999999994%;
}
.vcontent-layout .row-7-group h3 {
	padding-bottom: 35px;
	color: #0d0d28;
	font-size: 40px;
}
.vcontent-layout .row-7-group .content p {
	line-height: 1.65em;
}
.vcontent-layout .row-7-group .content p strong {
	color: #3d3e52;
}
.platform-group .custom-heading h3 {
	font-size: 1em;
	color: inherit;
}
html[lang="nl"] .vcontent-layout .content-with-image-wrapper h3 {
	padding-bottom: 10px;
	color: #0d0d28;
	font-size: 34px;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: inherit;
}
html[lang="nl"] .vcontent-layout .content-with-gradient-wrapper .button-wrap .btn.btn-bark-gray, 
.vcontent-layout .content-with-gradient-wrapper .button-wrap .btn.btn-bark-gray {
	color: #ffffff;
	border-color: #1b1c30;
	margin-bottom: 5px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #3d3e52;
	padding: 15px 30px 13px;
	font-size: 13px;
	min-width: 139px;
}
html[lang="nl"] .vcontent-layout .row-7-group .content-with-image-wrapper h3 {
	padding-bottom: 35px;
	color: #0d0d28;
	font-size: 40px;
}
.timeline-slide-carousel ul.slide-wrapper li h2 strong span {
	display: none;
}
.timeline-slide-carousel ul.slide-wrapper li h2 strong span.default {
	display: inline-block;
}
html[lang="fr"] .timeline-slide-carousel ul.slide-wrapper li h2 strong span.default {
	display: none;
}
html[lang="fr"] .timeline-slide-carousel ul.slide-wrapper li h2 strong span.fr {
	display: inline-block;
}
html[lang="de"] .timeline-slide-carousel ul.slide-wrapper li h2 strong span.default {
	display: none;
}
html[lang="de"] .timeline-slide-carousel ul.slide-wrapper li h2 strong span.de {
	display: inline-block;
}





















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

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

.custom-footer-bottom-group {
	font-size: 11px;
	margin-top: -1px;
	z-index: 1;
	background-color: #0d0d28;
	color: #e8f2da;
	border-top: 1px solid #cecfd4;
}
.custom-footer-top-group {
	padding: 15px 0 30px 0;
	background-color: white;
	color: #6e6e7d;
	border-top: 1px solid #cecfd4;
}
.custom-footer-bottom-group .page-center {
	padding-top: 15px;
	padding-bottom: 15px;
}
.custom-copyright p {
	margin: 0;
	color: #e8f2da;
	font-weight: normal;
}
.custom-copyright p a {
	color: #8dc440;
}
.custom-footer-address {
	margin-top: 31px;
	margin-bottom: 30px;
	width: 29.333333333333332% !important;
}
.custom-footer-top-group a {
	color: #0d0d29 ;
}
.custom-footer-top-group a:hover {
	color: #0d0d29 ;
}
.custom-footer-menu .hs-menu-wrapper>ul ul li.active > a {
	color: #0d0d29;
	padding: 6px 7px 7px 0;
}
.custom-footer-menu {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0 !important;
	width: calc(100% - 29.333333333333332% ) !important;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
	margin-top: 0.85em;
	color: #6e6e7d;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 8px;
	text-decoration: none;
	cursor: text;
}
.custom-footer-menu .hs-menu-wrapper > ul {
	display: block;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
	width: 41.5%;
	margin-left: 8.5%;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li {
	font-size: 13px;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a {
	padding: 4px 0px 5px 0;
	text-decoration: none;
	font-weight: normal;
	white-space:normal !important;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li.active a {
	font-weight: bold;
}
a#back-to-top {
	position: fixed;
	border-radius: 2px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	opacity: 0;
	right: 50px;
	bottom: 50px;
	z-index: 1030;
	visibility: hidden;
	background-color: #0d0d28;
	color: #e8f2da;
	border: 1px solid #cecfd4;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a#back-to-top:hover {
	background-color: #f8f8f8;
	color: #3d3e52;
	border: 1px solid #cecfd4;
}
.show-to-top a#back-to-top {
	opacity: 0.7;
	visibility: visible;
}
a#back-to-top:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	content: attr(data-av_icon);
	speak: none;
	font-family: 'entypo-fontello';
}





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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
	float: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
	color: #6e6e7d;
	line-height: 89px;
	padding: 0 13px;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	padding-top: 1px;
	-webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a > span{
	padding-left: 0;
	margin-left: 0;
	border-left: 0 none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a > span {
	color: #0d0d29;
	text-transform: uppercase;
	padding-left: 13px;
	margin-left: -13px;
	border-left: 1px solid #cecfd4;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-login > a > span,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-contact-us > a > span,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-kontaktieren-sie-uns > a > span,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-nous-contacter > a > span,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-contact > a > span {
	border: 1px solid;
	text-align: center;
	padding: 9px;
	margin-right: 1px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-cr-ez-un > a > span,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-maak-een-account > a > span,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-ein-konto-erstellen > a > span,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-create-account > a > span {
	border: 1px solid #8dc440;
	background-color: #8dc440;
	color: #0d0d29;;
	text-align: center;
	padding: 9px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-cr-ez-un > a:hover > span,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-maak-een-account > a:hover > span,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-ein-konto-erstellen > a:hover > span,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-create-account > a:hover > span {
	opacity: 0.9;
}




/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
	background-color: #fff;
	text-transform: uppercase;
	color: #6e6e7d;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	min-width: 208px;
	margin-top: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
	line-height: 23px;
	padding: 8px 15px;
	font-size: 12px;
	min-height: 23px;
	text-decoration: none;
	font-family: inherit;
	color: #0d0d29;
	font-weight: normal;
	border-right: 1px solid #cecfd4;
	border-left: 1px solid #cecfd4;
	-webkit-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
	-webkit-transition: background 0.15s ease-out;
	transition: background 0.15s ease-out;
	white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child a{
	border-bottom: 1px solid #cecfd4;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
	color: #0d0d29;
}

/* 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:1301px) {
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary .hs-menu-wrapper > ul ul { 
		display:block !important;
	}
	.custom-menu-primary{
		width: auto !important;
		float: right !important;
	}
	.custom-lang-switcher {
		float: right !important;
		width: auto !important;
		line-height: 90px;
		margin-left: 0 !important;
	}
	.custom-lang-switcher .globe_class > a:after {
		content: "";
		height: 16px;
		width: 1px;
		position: absolute;
		left: -1px;
		top: 37px;
		background: #cecfd4;
	}

	/* ====== Mega Menu ========= */
	.custom-menu-primary .hs-menu-wrapper > ul {
		float: left;
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platformen-diensten,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plateforme-et-services,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plattformen-und-dienstleistungen,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platforms-services {
		position: static !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platformen-diensten > ul,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plateforme-et-services > ul,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plattformen-und-dienstleistungen > ul,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platforms-services > ul {
		border: 1px solid #cecfd4;
		background-color: #fff;
		box-shadow: 0 32px 60px rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid #6e6e7d;
		border-left: 1px solid #6e6e7d;
		border-right: 1px solid #6e6e7d;
		width: 47.58vw;
		left: auto !important;
		right: 0;
		padding: 20px 30px 30px;
		overflow: hidden;
		margin-top: 0;
		right: -43px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platformen-diensten > ul > li,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plateforme-et-services > ul > li,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plattformen-und-dienstleistungen > ul > li,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platforms-services > ul > li {
		width: 50%;
		float: left;
		padding: 10px 14px 0 15px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platformen-diensten > ul > li:first-child,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plateforme-et-services > ul > li:first-child,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plattformen-und-dienstleistungen > ul > li:first-child,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platforms-services > ul > li:first-child {
		padding-left: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platformen-diensten > ul > li:last-child,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plateforme-et-services > ul > li:last-child,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plattformen-und-dienstleistungen > ul > li:last-child,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platforms-services > ul > li:last-child {
		padding-right: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platformen-diensten > ul > li > a,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plateforme-et-services > ul > li > a,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plattformen-und-dienstleistungen > ul > li > a,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platforms-services > ul > li > a {
		color: #666;
		margin-bottom: 8px;
		font-size: 17px;
		line-height: 1.1em;
		font-weight: 600;
		display: block !important;
		padding: 0;
		border: none;
		cursor: text;
		min-height: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platformen-diensten > ul ul,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plateforme-et-services > ul ul,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plattformen-und-dienstleistungen > ul ul,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platforms-services > ul ul {
		position: static !important;
		box-shadow: none;
		min-width: 0;
		margin: 0;
		background: transparent;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platformen-diensten:hover > ul ul,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plateforme-et-services:hover > ul ul,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plattformen-und-dienstleistungen:hover > ul ul,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platforms-services:hover > ul ul {
		visibility: visible !important;
		opacity: 1 !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platformen-diensten > ul ul li a,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plateforme-et-services > ul ul li a,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plattformen-und-dienstleistungen > ul ul li a,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platforms-services > ul ul li a {
		font-size: 12px;
		min-height: 23px;
		line-height: 23px;
		display: block;
		border: none;
		padding: 3px 12px 3px 12px;
		font-weight: normal;
		color: #0d0d29;
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platformen-diensten > ul ul li a:before,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plateforme-et-services > ul ul li a:before,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plattformen-und-dienstleistungen > ul ul li a:before,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platforms-services > ul ul li a:before {
		content: "";
		border-top: 3px solid transparent !important;
		border-bottom: 3px solid transparent !important;
		border-left: 3px solid green;
		position: absolute;
		height: 0;
		width: 0;
		margin-top: 12px;
		left: 3px;
		display: block;
		top: 0;
		border-color: #6e6e7d;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platformen-diensten > ul ul li a:hover:before,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plateforme-et-services > ul ul li a:hover:before,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plattformen-und-dienstleistungen > ul ul li a:hover:before,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platforms-services > ul ul li a:hover:before {
		border-color: #8dc440;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platformen-diensten > ul ul li,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plateforme-et-services > ul ul li,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plattformen-und-dienstleistungen > ul ul li,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platforms-services > ul ul ul li {
		padding-left: 15px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platformen-diensten > ul > li > ul > li > a,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plateforme-et-services > ul > li > ul > li > a,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plattformen-und-dienstleistungen > ul > li > ul > li > a,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platforms-services > ul > li > ul > li > a {
		border-right: 1px solid #f4f4f4;
	}
	.home-page .custom-menu-primary .hs-menu-wrapper > ul > li > a > span {
		font-size: .95em;
		font-weight: 400;
	}
	.home-page .custom-lang-switcher .globe_class > a:before {
		font-size: 12.35px;
		font-weight: 400;
	}
	.home-page .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
		border-top: 1px solid #8dc440;
	}
	.custom-lang-switcher ul.lang_list_class,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul {
		border-top: 1px solid #8dc440;
	}

	.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.hs-menu-item.hs-menu-depth-3.active-branch:not(.active) > a {
		color: #8cc440;
	}
	body{
		overflow-x: hidden;		
	}


}


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

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

@media (max-width: 1300px){


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

	.mobile-trigger{
		display: inline-block !important; /* Show button on mobile */
		cursor: pointer; /* Mouse pointer type on hover */
		position: absolute; /**************************************/
		top: 0px;
		right: 0;
		width: auto;
		height: 90px;
		line-height: 90px; 
		background-color: white;
		z-index: 99;
	}
	.mobile-trigger:hover{
		text-decoration: none; /* Removes link text underline on button */
	}

	/* Change button when menu is open */
	.mobile-open .mobile-trigger {
		position: fixed;
		right: 26px;
		top: 0;
	}

	/* Toggle Button Icon */
	.mobile-trigger i{
		display: inline;
		position: relative;
		top: -4px;
	}
	.mobile-trigger i:before, .mobile-trigger i:after{
		position: absolute;
		content: '';
	}
	.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
		width: 35px; /* Icon line width */
		height: 3px; /* Icon line height */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color: #6e6e7d; /* Icon color */
		display: inline-block;
		transition: transform 0.15s ease;
	}
	.mobile-trigger i:before{ top: -10px; } /* Position top line */
	.mobile-trigger i:after{ top: 10px; } /* Position bottom line */
	.mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
		background-color: #8dc440;
	}
	.mobile-open .mobile-trigger i{
		background-color: transparent;
	}
	.mobile-trigger .trigger-inner {
		padding: 0 0 0 0;
		display: inline-block;
		cursor: pointer;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		overflow: visible;
	}
	.mobile-trigger .triggerLine-wrapper {
		display: inline-block;
		position: relative;
		width: 35px;
		height: 10px;
	}
	.trigger-line:after, .trigger-line:before {
		content: "";
		display: block;
	}
	.trigger-line {
		display: block;
		top: 50%;
		margin-top: -2px;
		transition-duration: 0.3s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.trigger-line:after, .trigger-line:before, .trigger-line {
		border-radius: 3px;
		position: absolute;
		transition: transform 0.15s ease;
		height: 3px;
		width: 100%;
		border-color: #cecfd4;
		background-color: #6e6e7d;
	}
	.trigger-line:before {
		top: -10px;
		transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in, background-color 0.15s ease;
	}
	.trigger-line:after {
		bottom: -10px;
		transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) , background-color 0.15s ease;
	}

	.mobile-open .trigger-line {
		transform: rotate(225deg);
		transition-delay: 0.14s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.mobile-open .trigger-line, .mobile-open .trigger-line:after, .mobile-open .trigger-line:before {
		background-color: #8dc440;
	}
	.mobile-open .trigger-line:before {
		top: 0;
		opacity: 0;
		transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease;
	}
	.mobile-open .trigger-line:after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease;
	}


	/* ===== 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: 1px dotted rgba(255, 255, 255, .20);
	}
	.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{}


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

	.custom-menu-primary .hs-menu-wrapper {
		width: 350px;
		-webkit-transform: translateX(350px);
		transform: translateX(350px);
		right: 0;
		max-width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		position: fixed;
		height: 100%;
		z-index: 10;
		top: 0;
		padding: 90px 0px;
		background-color: #0d0d29;
		-webkit-transform: translateX(350px);
		transform: translateX(350px);
		-webkit-transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
		transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
	}

	.mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}


	/* Level 1 Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li a{
		display: block;
		color: #0d0d29 ;
		line-height: 1.3em;
		height: auto;
		padding: 15px 50px;
		font-size: 16px;
		font-weight: normal;
		border-bottom: 1px solid #0d0d29;
		transition: none;
	}
	/* Level 1 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul {
		float: none;
		display: block;
	}
	.custom-menu-primary .hs-menu-wrapper > ul li{
		float: none !important;
		display: block;
	}
	.custom-menu-primary .hs-menu-wrapper >  ul li a{
	}
	.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
	}

	/* Level 2 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		background-color: #fff;
		box-shadow: none;
		margin-top: 0;
		min-width: auto;
		font-size: .95em;
		text-transform: uppercase;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li{
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		color: #0d0d29;
		padding: 15px 50px;
		padding-left: 70px;
		text-transform: uppercase;
		font-size: 1em;
		white-space: normal !important;
		line-height: 1.3em;
		border-left: 0 none;
		border-right: 0 none;
		position: relative;
	}

	/* Level 3 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
		padding-left: 90px;
	}

	/* Level 4 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
		padding-left: 110px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child a {
		border-color: #0d0d29;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a > span {
		border-left: 0 none;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
		height: 1px;
		display: block;
		position: absolute;
		margin-top: 0;
		opacity: 0.3;
		border: none!important;
		width: 7px;
		left: 50px;
		top: 50%;
		background-color: #8dc440;
		content: "";
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:before {
		left: 70px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a:before {
		left: 90px;
	}
	.custom-lang-switcher .globe_class > a {
		line-height: 1.3em;
		display: block;
		padding: 15px 50px;
		margin-left: 0;
		border-bottom: 1px solid #0d0d29;
	}
	.custom-lang-switcher .lang_switcher_class {
		top: 0;
		display: block;
		width: 100%;
	}
	.custom-lang-switcher ul.lang_list_class {
		position: static;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		display: block;
		line-height: normal;
		min-width: auto;
		box-shadow: none;
		margin-top: 0;
	}
	.custom-lang-switcher .globe_class > a:before {
		color: #8dc440;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.3em;
	}
	.custom-lang-switcher ul.lang_list_class li a.lang_switcher_link {
		line-height: 1.3em;
		padding: 13px 50px;
		display: block;
		border-bottom: 1px solid #0d0d29;
		padding-left: 70px;
	}
	.custom-lang-switcher ul.lang_list_class li a:before {
		font-size: 16px;
		font-weight: normal;
		color: #8dc440;
		padding: 0;
		line-height: 1.3em;
	}
	.custom-lang-switcher ul.lang_list_class li a.lang_switcher_link:after {
		height: 1px;
		display: block;
		position: absolute;
		margin-top: 0;
		opacity: 0.3;
		border: none!important;
		width: 7px;
		left: 50px;
		top: 50%;
		background-color: #8dc440;
		content: "";
	}
	.custom-lang-switcher .globe_class {
		height: auto;
		background: #fff;
	}
	.custom-lang-switcher {
		width: 100% !important;
		float: none !important;
		margin-left: 0 !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-commencer > a > span,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-aanmelden > a > span,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-anmelden > a > span,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-login > a > span,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-get-started > a > span{
		margin-left: 0;
	}
	.custom-lang-switcher ul.lang_list_class li a.lang_switcher_link:hover:before {
		color: #0d0d29;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover span {
		color: #0d0d29;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
		color: #0d0d29;
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		background: #fff;
	}
	.custom-lang-switcher ul.lang_list_class li a:before,
	.custom-lang-switcher .globe_class>a:before {
		color: #0d0d29;
	}
	.custom-header-group .widget-type-custom_widget {
		width: 100%;
		margin-left: 0;
	}
	.av-burger-overlay-bg {
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		min-height: 700px;
		vertical-align: middle;
		text-align: center;
		z-index: 3;
		opacity: 0.9;
		background: #000;
		display: none;
		position: fixed;
		transition: all 0.5s ease-out;
	}
	.mobile-open .av-burger-overlay-bg {
		display: block;
		opacity: 0.3;
		cursor: pointer;
	}
	.header-container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-platforms-services > ul > li > ul > li.active-branch > a {
		color: #0d0d29 !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 {}
.post-header h2 a {}

/* 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 {}
.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: 170px;
	max-width: 210px;
	height: auto;
	width: auto;
	display: inline-block !important;
	float: right;
	margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
	margin-top: 20px;
	padding: 10px 0 0 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: auto;
}

/* Blog Commments */
#comments-listing {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
.comment {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.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 {}


/* =============== 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 {}


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


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

/* Form Field */
.hs-form-field {}

/* 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 {
	border: 1px solid #cecfd4;
	font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 13px;
	font-weight: lighter;
	background-color: #f8f8f8;
	color: #0d0d28;
	width: 100%;
	display: block;
	outline: 0;
	margin-top: 8px;
}
.hs-form-field {
	margin: 9px 0 10px;
	padding: 0 16px 0 0 !important;
}
label {
	font-weight: bold;
	font-size: 0.92em;
	line-height: 1.3;
}
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 {
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

.hs-error-msgs {
	color: #790000;
	font-weight: 700;
	border-top: 1px solid #c89797;
	border-bottom: 1px solid #c89797;
	background-color: rgba(255,223,224,.25);
	padding: 5px 0 !important;
	font-size: .813em;
	line-height: inherit;
	font-family: inherit;
	margin-top: 15px !important;
}
ul.no-list.hs-error-msgs.inputs-list {
	margin: 0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
	resize: none;
}
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{}

/* Placeholder Text */
::-webkit-input-placeholder {
	color:#0d0d28;
	opacity:1;
} /* Webkit Browsers */
:-moz-placeholder {
	color:#0d0d28;
	opacity:1;
} /* Firefox 18- */
::-moz-placeholder {
	color:#0d0d28;
	opacity:1;
} /* Firefox 19+ */
:-ms-input-placeholder {
	color:#0d0d28;
	opacity:1;
} /* 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%; }

@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;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size: 1em;
	width: auto;
	margin: 0 16px 0 0;
	color: #fff;
	background-color: #8dc440;
	min-width: 142px;
	padding: 16px 20px;
	margin-top: 16px;
	border: 0;
	outline: 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

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


/* =============== 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                                      
========================================================================== */
@-moz-document url-prefix() {
	select {
		background-image: none !important;
	}
	.banner-content {
		height: 25vh;
	}

}
/* error page styles */
.error-layout .body-container strong {
	color: #3d3e52;
}
.error-layout .bottom-content ul {
	font-weight: normal;
}
.error-layout .hs-search-field form .input-wrapper {
	position: relative;
	max-width: 300px;
}
.error-layout .hs-search-field form input#searchsubmit {
	width: 40px;
	height: 100%;
	line-height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	margin: 0;
	border-radius: 0;
	min-width: 40px;
	font-size: 17px;
	font-family: 'entypo-fontello';
	background-color: #3d3e52;
	color: #fff;
	border-color: #1b1c30;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.error-layout .hs-search-field form input#searchsubmit:hover {
	background-color: #8dc440;
	color: #fff;
	border-color: #6ba220;
}
.error-layout .hs-search-field form input.hs-search-field__input {
	width: 100%;
	position: relative;
	padding: 11px 47px 11px 5px;
	z-index: 1;
	margin: 0;
	box-shadow: none;
}
.error-layout .hs-search-field {
	padding-bottom: 40px;
}
/* ====== UK ========*/

html[lang="en-gb"] .hs-stream-post-production-platform .custom-banner-v2 .banner-content .sub-heading-wrapper {
	font-size: 26px;
}
html[lang="en-gb"] .hs-stream-post-production-platform .custom-banner-v2 .banner-content .sub-heading-wrapper + div[style*="50px"] {
	height: 0 !important;
}
html[lang="en-gb"] .hs-stream-post-production-platform .content-with-image-wrapper .six-six .col h3 {
	font-size: 30px;
	letter-spacing: 1px;
}
html[lang="en-gb"] .hs-stream-post-production-platform .content-with-slider-group .page-center .col-grid .col.col-4 h3 {
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 30px;
}
html[lang="en-gb"] .hs-stream-post-production-platform .custom-image-with-gradient-bg {
	background-image: linear-gradient(45deg,#88cc40,#6dbdfa) !important;
}
html[lang="en-gb"] .hs-stream-post-production-platform .custom-image-with-gradient-bg .page-center .header-wrapper {
	font-size: 40px;
}
html[lang="en-gb"] .hs-stream-post-production-platform .custom-image-with-gradient-bg .page-center .header-wrapper h3 {
	font-size: inherit;
	letter-spacing: 1px;
}
html[lang="en-gb"] .hs-stream-post-production-platform .advanced-tabber-wrapper.image-with-content-module .advanced-tabber-title-wrapper h3 {
	font-size: 30px;
	text-transform: uppercase;
}
html[lang="en-gb"] .hs-stream-post-production-platform .advanced-tabber-group.image-with-content .col.col4 h3 {
	font-weight: bold;
}
html[lang="en-gb"] .hs-stream-post-production-platform .custom-content-with-top-icon-group .header-wrapper h3 {
	font-size: 1em;
}
html[lang="en-gb"] .hs-stream-post-production-platform .custom-content-with-top-icon-group .header-wrapper {
	font-size: 30px;
}
html[lang="en-gb"] .hs-stream-post-production-platform .col-wrapper .col-group strong {
	color: #3d3e52;
}
html[lang="en-gb"] .hs-stream-post-production-platform .bcwc-group {
	padding-top: 50px;
}
html[lang="en-gb"] .hs-stream-post-production-platform .bcwc-group .custom-heading {
	margin-top: 50px;
	font-size: 30px;
}
html[lang="en-gb"] .hs-stream-post-production-platform .bcwc-group .custom-heading h3.size_ {
	font-size: inherit;
	font-weight: bold;
	text-transform: uppercase;
}
html[lang="en-gb"] .hs-stream-post-production-platform .content-with-image-group .col-content h3 {
	font-weight: bold;
	text-transform: uppercase;
}
html[lang="en-gb"] .hs-stream-post-production-platform .content-with-image-group .col-content .btn {
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
}
html[lang="en-gb"] .hs-stream-post-production-platform .content-with-image-group .col-content .btn:hover{
	opacity: 0.7;
}
html[lang="en-gb"] .hs-stream-post-production-platform .custom-heading-with-icon-group .header-wrapper h3 {
	font-size: inherit;
}
html[lang="en-gb"] .hs-stream-post-production-platform .custom-heading-with-icon-group .header-wrapper {
	font-size: 40px;
}
html[lang="en-gb"] .hs-stream-post-production-platform .content-with-slider-group .page-center {
	padding-top: 130px !important;
	padding-bottom: 130px !important;
}

/* ====== NL ========*/

html[lang="nl"] .hs-stream-post-production-platform .custom-banner-v2 .banner-content .sub-heading-wrapper {
	font-size: 26px;
}
html[lang="nl"] .hs-stream-post-production-platform .custom-banner-v2 .banner-content .sub-heading-wrapper + div[style*="50px"] {
	height: 0 !important;
}
html[lang="nl"] .hs-stream-post-production-platform .content-with-image-wrapper .six-six .col h3 {
	font-size: 30px;
	letter-spacing: 1px;
}
html[lang="nl"] .hs-stream-post-production-platform .content-with-slider-group .page-center .col-grid .col.col-4 h3 {
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 30px;
}
html[lang="nl"] .hs-stream-post-production-platform .advanced-tabber-wrapper.image-with-content-module .advanced-tabber-title-wrapper h3 {
	font-size: 30px;
	text-transform: uppercase;
}
html[lang="nl"] .hs-stream-post-production-platform .advanced-tabber-group.image-with-content .col.col4 h3 {
	font-weight: bold;
}
html[lang="nl"] .hs-stream-post-production-platform .custom-content-with-top-icon-group .header-wrapper h3 {
	font-size: 1em;
}
html[lang="nl"] .hs-stream-post-production-platform .custom-content-with-top-icon-group .header-wrapper {
	font-size: 30px;
}
html[lang="nl"] .hs-stream-post-production-platform .col-wrapper .col-group strong {
	color: #3d3e52;
}
html[lang="nl"] .hs-stream-post-production-platform .bcwc-group {
	padding-top: 50px;
	border-color: #cecfd4;
	border-top-style: solid;
	border-top-width: 1px;
}
html[lang="nl"] .hs-stream-post-production-platform .bcwc-group .custom-heading {
	margin-top: 50px;
	font-size: 30px;
}
html[lang="nl"] .hs-stream-post-production-platform .bcwc-group .custom-heading h3.size_ {
	font-size: inherit;
	font-weight: bold;
	text-transform: uppercase;
}
html[lang="nl"] .hs-stream-post-production-platform .content-with-image-group .col-content h3 {
	font-weight: bold;
}
html[lang="nl"] .hs-stream-post-production-platform .content-with-image-group .col-content .btn {
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	padding: 15px 30px 13px;
	font-size: 13px;
	min-width: 139px;
}
html[lang="nl"] .hs-stream-post-production-platform .content-with-image-group .col-content .btn:hover{
	opacity: 0.7;
}
html[lang="nl"] .hs-stream-post-production-platform .custom-heading-with-icon-group .header-wrapper h3 {
	font-size: inherit;
}
html[lang="nl"] .hs-stream-post-production-platform .custom-heading-with-icon-group .header-wrapper {
	font-size: 40px;
}

/*=====*/

html[lang="nl"] .hs-stream-post-production-platform .content-with-image-wrapper p {
	font-weight: normal;
}
html[lang="nl"] .hs-stream-post-production-platform .content-with-gradient-wrapper .content.content_18 {
	font-weight: normal;
}
html[lang="nl"] .hs-stream-post-production-platform .content-with-gradient-wrapper .button-wrap .btn {
	padding: 25px 50px 23px;
	font-size: 15px;
	min-width: 200px;
}
html[lang="nl"] .hs-stream-post-production-platform .content-with-slider-group .page-center .col-grid .col.col-4 h2 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}
html[lang="nl"] .hs-stream-post-production-platform .content-with-slider-group .page-center .col-grid .col.col-4 {
	font-weight: normal;
}
html[lang="nl"] .hs-stream-post-production-platform .custom-image-with-gradient-bg .page-center .sub-header-wrapper {
	font-weight: normal;
}
html[lang="nl"] .hs-stream-post-production-platform .content-with-image-wrapper .col.content h4 {
	font-weight: normal;
}
html[lang="nl"] .hs-stream-post-production-platform .content-with-image-wrapper .six-six .col.content:last-child h3 {
	letter-spacing: normal;
}
html[lang="nl"] .hs-stream-post-production-platform .advanced-tabber-group.image-with-content .col.col4 {
	font-weight: normal;
}
html[lang="nl"] .hs-stream-post-production-platform .col-wrapper .col-group .col-content {
	font-weight: normal;
}
html[lang="nl"] .hs-stream-post-production-platform .bcwc-group .col-grid.two-col .col p {
	font-weight: normal;
}
html[lang="nl"] .hs-stream-post-production-platform .custom-heading-with-icon-group .col-wrapper .col-item .title-wrapper {
	font-weight: normal;
}


/* ====== FR ========*/


html[lang="fr"] .hs-stream-post-production-platform .content-with-image-wrapper .six-six .col h3 {
	font-size: 30px;
	letter-spacing: 1px;
}
html[lang="fr"] .hs-stream-post-production-platform .content-with-slider-group .page-center .col-grid .col.col-4 h3 {
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 30px;
}

html[lang="fr"] .hs-stream-post-production-platform .custom-image-with-gradient-bg .page-center .header-wrapper {
	font-size: 40px;
}
html[lang="fr"] .hs-stream-post-production-platform .custom-image-with-gradient-bg .page-center .header-wrapper h3 {
	font-size: inherit;
	letter-spacing: 1px;
}
html[lang="fr"] .hs-stream-post-production-platform .advanced-tabber-wrapper.image-with-content-module .advanced-tabber-title-wrapper h3 {
	font-size: 30px;
	text-transform: uppercase;
}
html[lang="fr"] .hs-stream-post-production-platform .advanced-tabber-group.image-with-content .col.col4 h3 {
	font-weight: bold;
}
html[lang="fr"] .hs-stream-post-production-platform .custom-content-with-top-icon-group .header-wrapper h3 {
	font-size: 1em;
}
html[lang="fr"] .hs-stream-post-production-platform .custom-content-with-top-icon-group .header-wrapper {
	font-size: 30px;
}
html[lang="fr"] .hs-stream-post-production-platform .col-wrapper .col-group strong {
	color: #3d3e52;
}
html[lang="fr"] .hs-stream-post-production-platform .bcwc-group .custom-heading {
	font-size: 30px;
}
html[lang="fr"] .hs-stream-post-production-platform .bcwc-group .custom-heading h3.size_ {
	font-size: inherit;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
html[lang="fr"] .hs-stream-post-production-platform .content-with-image-group .col-content h3 {
	font-weight: bold;
}
html[lang="fr"] .hs-stream-post-production-platform .content-with-image-group .col-content .btn {
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	padding: 15px 30px 13px;
	font-size: 13px;
	min-width: 139px;
}
html[lang="fr"] .hs-stream-post-production-platform .content-with-image-group .col-content .btn:hover{
	opacity: 0.7;
}
html[lang="fr"] .hs-stream-post-production-platform .custom-heading-with-icon-group .header-wrapper h3 {
	font-size: inherit;
}
html[lang="fr"] .hs-stream-post-production-platform .custom-heading-with-icon-group .header-wrapper {
	font-size: 40px;
}

html[lang="fr"] .hs-stream-post-production-platform .content-with-gradient-wrapper .button-wrap .btn {
	padding: 25px 50px 23px;
	font-size: 15px;
	min-width: 200px;
}
html[lang="fr"] .hs-stream-post-production-platform .content-with-slider-group .page-center .col-grid .col.col-4 h2 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}
html[lang="fr"] .hs-stream-post-production-platform .custom-image-with-gradient-bg .page-center .sub-header-wrapper {
	font-weight: normal;
}
html[lang="fr"] .hs-stream-post-production-platform .content-with-image-wrapper .six-six .col.content:last-child h3 {
	letter-spacing: normal;
}


/* ====== DE ========*/


html[lang="de"] .hs-stream-post-production-platform .content-with-image-wrapper .six-six .col h3 {
	font-size: 30px;
	letter-spacing: 1px;
}
html[lang="de"] .hs-stream-post-production-platform .content-with-slider-group .page-center .col-grid .col.col-4 h3 {
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 30px;
}

html[lang="de"] .hs-stream-post-production-platform .custom-image-with-gradient-bg .page-center .header-wrapper {
	font-size: 40px;
}
html[lang="de"] .hs-stream-post-production-platform .custom-image-with-gradient-bg .page-center .header-wrapper h3 {
	font-size: inherit;
	letter-spacing: 1px;
}
html[lang="de"] .hs-stream-post-production-platform .advanced-tabber-wrapper.image-with-content-module .advanced-tabber-title-wrapper h3 {
	font-size: 30px;
	text-transform: uppercase;
}
html[lang="de"] .hs-stream-post-production-platform .advanced-tabber-group.image-with-content .col.col4 h3 {
	font-weight: bold;
}
html[lang="de"] .hs-stream-post-production-platform .custom-content-with-top-icon-group .header-wrapper h3 {
	font-size: 1em;
}
html[lang="de"] .hs-stream-post-production-platform .custom-content-with-top-icon-group .header-wrapper {
	font-size: 30px;
}
html[lang="de"] .hs-stream-post-production-platform .col-wrapper .col-group strong {
	color: #3d3e52;
}
html[lang="de"] .hs-stream-post-production-platform .bcwc-group .custom-heading {
	font-size: 30px;
}
html[lang="de"] .hs-stream-post-production-platform .bcwc-group .custom-heading h3.size_ {
	font-size: inherit;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
html[lang="de"] .hs-stream-post-production-platform .content-with-image-group .col-content h3 {
	font-weight: bold;
}
html[lang="de"] .hs-stream-post-production-platform .content-with-image-group .col-content .btn {
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	padding: 15px 30px 13px;
	font-size: 13px;
	min-width: 139px;
}
html[lang="de"] .hs-stream-post-production-platform .content-with-image-group .col-content .btn:hover{
	opacity: 0.7;
}
html[lang="de"] .hs-stream-post-production-platform .custom-heading-with-icon-group .header-wrapper h3 {
	font-size: inherit;
}
html[lang="de"] .hs-stream-post-production-platform .custom-heading-with-icon-group .header-wrapper {
	font-size: 40px;
}

html[lang="de"] .hs-stream-post-production-platform .content-with-gradient-wrapper .button-wrap .btn {
	padding: 25px 50px 23px;
	font-size: 15px;
	min-width: 200px;
}
html[lang="de"] .hs-stream-post-production-platform .content-with-slider-group .page-center .col-grid .col.col-4 h2 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}
html[lang="de"] .hs-stream-post-production-platform .custom-image-with-gradient-bg .page-center .sub-header-wrapper {
	font-weight: normal;
}
html[lang="de"] .hs-stream-post-production-platform .content-with-image-wrapper .six-six .col.content:last-child h3 {
	letter-spacing: normal;
}

html[lang="de"] .hs-stream-post-production-platform .custom-banner-v2 .banner-content .sub-heading-wrapper {
	font-size: 26px;
}
html[lang="de"] .hs-stream-post-production-platform .content-with-gradient-wrapper .content.content_18 {
	font-weight: normal;
}
html[lang="de"] .hs-stream-post-production-platform .content-with-gradient-wrapper .button-wrap .btn {
	padding: 25px 50px 23px;
	font-size: 15px;
	min-width: 200px;
}
html[lang="de"] .hs-stream-post-production-platform .content-with-slider-group .page-center {
	padding-top: 130px !important;
	padding-bottom: 130px !important;
}
html[lang="de"] .hs-stream-post-production-platform .custom-image-with-gradient-bg .page-center .header-wrapper {
	font-size: 40px;
}
html[lang="de"] .hs-stream-post-production-platform .custom-image-with-gradient-bg .page-center .header-wrapper h3 {
	font-size: inherit;
	letter-spacing: 1px;
}
html[lang="de"] .hs-stream-post-production-platform .custom-image-with-gradient-bg .page-center .sub-header-wrapper {
	font-size: 20px;
	line-height: 1.1em;
	margin-bottom: 8px;
}
html[lang="de"] .hs-stream-post-production-platform .custom-image-with-gradient-bg .page-center .sub-header-wrapper p {
	margin: 0;
}
html[lang="de"] .hs-stream-post-production-platform .content-with-image-wrapper .six-six .col h3 {
	font-size: 30px;
	font-weight: 100;
}
html[lang="de"] .hs-stream-post-production-platform .advanced-tabber-wrapper.image-with-content-module h3 {
	font-size: 30px;
}
html[lang="de"] .hs-stream-post-production-platform .advanced-tabber-group.image-with-content .col.col4 h3 {
	font-weight: bold;
	font-size: 36px;
}
html[lang="de"] .hs-stream-post-production-platform .custom-content-with-top-icon-group .header-wrapper h3 {
	font-size: inherit;
}
html[lang="de"] .hs-stream-post-production-platform .custom-content-with-top-icon-group .header-wrapper {
	font-size: 30px;
}
html[lang="de"] .hs-stream-post-production-platform .col-wrapper .col-group strong {
	color: #3d3e52;
}
html[lang="de"] .hs-stream-post-production-platform .bcwc-group {
	padding-top: 50px;
}
html[lang="de"] .hs-stream-post-production-platform .bcwc-group .custom-heading {
	margin-top: 50px;
}
html[lang="de"] .hs-stream-post-production-platform .bcwc-group .custom-heading h3.size_ {
	font-weight: bold;
	text-transform: none;
	font-size: 30px;
	letter-spacing: 1px;
}
html[lang="de"] .hs-stream-post-production-platform .content-with-image-group .col-content.content_15px h3 {
	font-weight: bold;
}
html[lang="de"] .hs-stream-post-production-platform .content-with-image-group .col-content .btn {
	padding: 15px 30px 13px;
	font-size: 13px;
	min-width: 139px;
}
html[lang="de"] .hs-stream-post-production-platform .custom-heading-with-icon-group .header-wrapper h3 {
	font-size: 40px;
}

/* Style 2 */

.custom-headerv2-group {
	position: fixed;
	width: 100% !important;
	top: 0;
	background: #fff;
	font-size: 13px;
	line-height: 1.65em;
	border-bottom: 1px solid #cecfd4;
	z-index: 99;
}
.headerv2-height {
	min-height: 52px !important;
}
.custom-headerv2-group .page-center {
	padding: 0 !important;
}
.header2-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header2-menu ul li {
	padding: 15px 0;
	display: inline-block;
}
.header2-menu ul li a:hover {
	color: #8dc440;
}
.header2-menu ul li:not(:first-child) a {
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #cecfd4;
	display: block;
}
.header2-menu ul li a {
	padding: 0px 10px 0px 12px;
	color: #6e6e7d;
	font-weight: 400;
	text-decoration: none;
}
.content-with-form .inner {
	display: flex;
	flex-wrap: wrap;
}
.content-with-form .left-content {
	width: 36.4%;
	padding-right: 10px;
}
.content-with-form .right-from {
	margin-left: 6%;
	width: 57.599999999999994%;
	padding: 0px 35px 1px 35px;
}
select option:first-child {
	display: none;
}
.hs-lastname span.hs-form-required {
	opacity: 0;
}
span.hs-form-required {
	margin-left: 4px;
	font-weight: normal;
	font-size: 13px;
}
legend.hs-field-desc {
	font-weight: bold;
	font-size: 0.92em;
	margin: 1px 0 9px 1px;
	padding: 0;
	letter-spacing: .5pt;
}
select {
	background-image: url(//cdn2.hubspot.net/hubfs/6127672/BrightRiver_July2019/Images/download.png);
	background-position: center right;
	background-repeat: no-repeat;
	border-radius: 2px;
	-webkit-appearance: none;
	box-shadow: none !important;
}
.content-with-form .left-content h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 28px;
	padding: 0;
	margin-bottom: 10px;
	word-break: break-word;
}
.content-with-form .left-content .image {
	padding-top: 95px;
	padding-right: 15px;
}
.req-row1 .left-content .image,
.contact_us .left-content .image{
	padding-top: 25px;
}
.custom-footerv2-top-group {
	padding: 16px 0 30px 0;
	background-color: white;
	border-top: 1px solid #cecfd4;
}
.content-with-form fieldset:last-of-type {
	padding-bottom: 3px !important;
}
.content-with-form .right-from div:first-child {
	padding-bottom: 6px;
}
textarea {
	min-height: 160px;
	line-height: 1.5em !important;
	padding: 8px 6px !important;	
	resize: none;
}
ul.no-list.hs-error-msgs.inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner-content .banner-content-holder .banner-button.btn_white_border a {
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	padding: 25px 50px 23px;
	font-size: 15px;
	min-width: 200px;
	display: inline-block;
}
.banner-content .banner-content-holder .banner-button.btn_white_border a:hover {	
	opacity: 0.7;
}
.hs_error_rollup {
	padding-right: 16px;
}
.contact_us_v2 .content-with-form {
	padding-top: 50px;
}
.contact_us_v2 .content-with-form .left-content {
	padding-right: 30px;
}
/* .contact_us_v2  label {
font-weight: 400;
} */
.content-with-form .left-content p:first-of-type {
	padding-top: 20px;
}
.content-with-form .left-content p:last-of-type em{
	font-size: 12px;
	line-height: 1.65em;
	display: block;
}
.thankyou-message-inner > div {
	width: 47%;
}
.thankyou-message-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: calc(100vh - 90px);
}
.thanks_image .avia-image-overlay-wrap {
	margin-left: 15px;
}
.thanks_content h2 {
	padding-bottom: 10px;
	color: #6e6e6e;
	margin-top: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.1em;
}
.thanks_content h1{
	font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 80px;
	padding: 0;
	padding-top: 1px;
}

/* .custom-image-group .inner-group {
display: flex;
flex-wrap: wrap;
}
*/

.custom-image-group .image.five_image_row{
	width: 20%;
}
.ps-row1 .custom-content-bg-img .col-inner{
	max-width: 1310px;
	margin: auto;
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.ps-row1 .custom-content-bg-img h2{
	margin-top: 50px;
}
.ps-row1 .custom-content-bg-img .content-group p {
	font-weight: lighter;
	font-size: 20px;
	color: #0d0d28;
	padding-top: 28px;
	padding-bottom: 5px;
	line-height: 33px;
}
.ps_page .content-with-image-group .col-content-inner {
	text-align: right;
}
.ps_page .content-with-image-group .col-content-inner h3 {
	padding: 0;
	font-size: 36px !important;
}
.ps_page .col-btn {
	margin-top: 39px;
}
.ps_page .col-btn .btn-black:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.9;
}
.ps-row1 .content-with-image-group {
	border-bottom: 1px solid #cecfd4;
}
.ps-row2 .content-with-button {
	text-align: center;
	padding-top: 100px;
}
.ps-row2 .content-with-button h3.av-special-heading-tag {
	color: #6d6e7d;
	/* 	font-size: 40px !important; */
}
.ps_page .col-btn .btn-black {
	background-color: #3d3e52;
}
.ps-row2-image {
	text-align: center;
	padding: 0 50px;
}
.ps-row2 .content-with-button .page-center {
	padding-bottom: 0;
}
.ps-row2 .content-with-image-group .col-content-inner h3 {
	color: #fff !important;
}
.ps-row1 .av-image-hotspot:after {
	content: ""attr(data-avia-tooltip) "";
	background: rgba(0,0,0,0.8);
	display: inline-block;
	font-size: 16px;
	padding: 12px;
	border-radius: 2px;
	text-align: center;
	width: 140px;
	color: #fff;
	font-weight: 400;
	transition: all 0.3s linear;
	position: absolute;
	left: -4px;
	letter-spacing: -0.6px;
}
.ps-row1 .av-image-hotspot.tooltip-1:after{
	top: -212px;
	left: -4px;
}
.ps-row1 .av-image-hotspot.tooltip-1:hover:after{
	top: -185px;
}

.ps-row1 .av-image-hotspot.tooltip-2:hover:before {
	bottom: -24px;
}
.ps-row1 .av-image-hotspot.tooltip-2:before {
	bottom: -60px;
	left: 11px;
}
.ps-row1 .av-image-hotspot.tooltip-2:hover:after {

	bottom: -113px;
}
.ps-row1 .av-image-hotspot.tooltip-2:after {
	bottom: -150px;
	left: -113px;
}
.ps-row1 .av-image-hotspot:hover:after{
	opacity:1;
	visibility:visible;
}
.ps-row1 .av-image-hotspot:after {
	content: ""attr(data-avia-tooltip) "";
	background: rgba(0,0,0,0.8);
	display: inline-block;
	font-size: 16px;
	padding: 12px;
	border-radius: 2px;
	text-align: center;
	width: 140px;
	color: #fff;
	font-weight: 400;
	position: absolute;
	opacity:0;
	visibility:hidden;
	letter-spacing: -0.6px;
	transition: all 0.3s linear;
}
.ps-row1 .av-image-hotspot:hover:before {
	visibility:visible;
}
.ps-row1 .av-image-hotspot:before {
	height: 10px;
	width: 10px;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 1px;
	border-style: solid;
	content: "";
	visibility:hidden;
	background: rgba(0, 0, 0, 0.8);
	transition: all 0.3s linear;

}
.ps-row1 .av-image-hotspot.tooltip-1:hover:before {
	top: -23px;
}
.ps-row1 .av-image-hotspot.tooltip-1:before {
	top: -50px;
}
.ps-row1 .av-image-hotspot{
	text-align: center;
	position: absolute;
	z-index: 1;
	margin: -9px 0 0 -9px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	font-size: 11px;
}
.ps-row1 .av-hotspot-container-inner-cell{
	position: relative;
}
.ps-row1 .av-image-hotspot .av-image-hotspot_inner {
	display: block;
	border-radius: 100px;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
	cursor: pointer;
	text-decoration: none;
	background-color: #8cc440;
	color: #ffffff;
	font-weight: 400;
}
@keyframes av_pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0
	}

	50% {
		opacity: 0.7
	}

	100% {
		transform: scale(1);
		opacity: 0.0
	}
}

.ps-row1 .av-image-hotspot .av-image-hotspot-pulse {
	position: absolute;
	-webkit-animation: av_pulsate 2s ease-out infinite;
	animation: av_pulsate 2s linear infinite;
	display: block;
	background: #fff;
	border-radius: 100px;
	height: 54px;
	width: 54px;
	top: -15px;
	left: -15px;
	background-color: #0d0d28;
	z-index: 1;
}
.mobile-tooltip-content {
	display: none;
}
.mobile-tooltip-content .av-hotspot-fallback-tooltip:first-child {
	padding-bottom: 0;
}

.mobile-tooltip-content .av-hotspot-fallback-tooltip {
	padding: 15px 0;
	position: relative;
}
.mobile-tooltip-content .av-hotspot-fallback-tooltip-count {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	border-radius: 100px;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 10;
	border-color: #cecfd4;
	background-color: #fff;
	color: #6e6e7d;
}
.mobile-tooltip-content .avia-arrow {
	left: 60px;
	top: 13px;
	border-right: none;
	border-top: none;
	background-color: #fff;
}
.mobile-tooltip-content .av-hotspot-fallback-tooltip-inner p {
	margin: 0;
	font-weight: lighter;
}
.mobile-tooltip-content .av-hotspot-fallback-tooltip-inner {
	background-color: #fff;
	color: #6e6e7d;
	margin-left: 60px;
	border: 1px solid;
	padding: 15px;
	position: relative;
	border-radius: 2px;
	border-color: #cecfd4;
}
.mobile-tooltip-content .av-hotspot-fallback-tooltip-count {
	font-weight: 400;
}
.mobile-tooltip-content .avia-arrow {
	border-left: 1px solid #cecfd4;
}
.ps-row1 .custom-content-bg-img .col {
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto !important;
	min-height: 50vh !important;
}
.custom-image-group .image.five_image_row:not(:first-child) {
	border-left: 1px solid #cecfd4;
}
.accordion-group .accordion {
	display: flex;
	flex-wrap: wrap;
}
.accordion-group .accordion .col6:nth-child(even) {
	margin-left: 6%;
}
.accordion-group .accordion .col6 {
	width: 47%;
}
.accordion-item .content {
	display: none;
}
.btn-white_border:hover {
	opacity: 0.7;
}
.btn-white_border {
	border: 1px solid rgba(0,0,0,0.6);
	color: rgba(0,0,0,0.6) !important;
	padding: 12px 16px 10px !important;
	min-width: auto;
}
.content-with-image-group .btn-white_border {
	border-color: #fff !important;
	color: #fff !important;
	padding: 12px 16px 10px !important;
}
body.faq_draft_page .body-container .page-center.content-wrapper {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.faq_draft_page .accordion-group .accordion .col6 + .col6 + .col6 {
	margin-top: 50px;
}


.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background-image: url(https://cdn2.hubspot.net/hubfs/6127672/BrightRiver_July2019/Images/chosen-sprite.png) !important;
}
/* li.search-choice.search-choice-disabled {
display: none !important;
} */
.gform_wrapper .chosen-container-multi .chosen-choices {
	Height: 46px !important;
	background-color: #f7f7f7 !important;
	background-image: none !important;
	border: solid 1px #e1e1e1 !important;
	box-shadow: 0 0 0px rgba(0,0,0,.3) !important;
	font-size: 16px !important;
	padding-top: 10px important;
	display: inline-block;
}
.chosen-container-multi .chosen-results li:first-child {
	display: none;
}
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
	background: transparent;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	font-size: 16px;
	line-height: inherit !important;
}
.hs_error_rollup {
	padding-right: 16px;
	color: #790000;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 25px;
	border-top: 2px solid #790000;
	border-bottom: 2px solid #790000;
	padding: 13px 0;
	clear: both;
	width: 100%;
	text-align: center;
}
.chosen-container {
	width: 100% !important;
}

/* Style 3 */

/* issues  */
.advanced-tabber-wrapper .advanced-tabber-top a.advanced-tabber-tab.tabs-icon.av-active-tab-title span {
	color: #3d3e52;
}
.hs-how-can-we-help .content-with-image-group .col-content .btn {
	color: #fff;
}
.ready-to-go:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3d3e52;
	opacity: 0.9;
}
.services-item-wrapper.clearfix a.btn.btn-black:hover {
	color: #fff;
}

.advanced-tabber-wrapper .advanced-tabber-top {
	background-color: #f8f8f8;
	text-align: center;
	padding: 20px 0 0 0;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.advanced-tabber-wrapper {
	overflow: hidden;
}

.advanced-tabber-wrapper .advanced-tabber-top a.advanced-tabber-tab.tabs-icon {
	padding: 10px 20px 0px 20px;
	display: inline-block;
	text-decoration: none;
	margin-left: -3.5px;
}

.advanced-tabber-wrapper.accordion-module .advanced-tabber-top {
	min-width: 650px;
}

a.advanced-tabber-tab.tabs-icon span.av-tab-section-icon {
	display: inline-block;
	font-size: 40px;
	line-height: 1em;
}

a.advanced-tabber-tab.tabs-icon span.av-outer-tab-title {
	margin-bottom: 10px;
	padding: 0 0;
	display: block;
	color: #3d3e52;
	font-weight: 400;
}

a.advanced-tabber-tab.tabs-icon span.av-tab-arrow-container {
	display: block;
	height: 15px;
	overflow: hidden;
	position: relative;
	top: 8px;
}

a.advanced-tabber-tab.tabs-icon span.av-tab-section-icon,
a.advanced-tabber-tab.tabs-icon span.av-outer-tab-title,
a.advanced-tabber-tab.tabs-icon span.av-tab-arrow-container {
	width: 90px;
	/* 	color: #3d3e52; */
	color: #0d0d28;
}

a.advanced-tabber-tab.tabs-icon span.av-outer-tab-title span.av-inner-tab-title {
	text-transform: uppercase;
	display: block;
	line-height: 1.2em;
	margin-top: 7px;
	margin-bottom: 3px;
	font-size: 13px;
	text-align: center;
}

.advanced-tabber-wrapper.accordion-module .advanced-tabber-top a.advanced-tabber-tab.tabs-icon:first-child {
	margin-left: 0;
}

a.advanced-tabber-tab.tabs-icon span.av-tab-arrow-container span {
	position: absolute;
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top: 40px;
}

a.advanced-tabber-tab.tabs-icon.av-active-tab-title span.av-tab-arrow-container span {
	top: 10px;
	background-color: #fff;
}

.advanced-tabber-group.accordion {
	display: table;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-bottom: 141px;
}

.advanced-tabber-group.accordion .tabber-accordion-wrapper {
	display: table-cell;
	border: none;
	padding: 50px 0;
	width: 100vw;
	padding-top: 70px;
	padding-bottom: 70px;
	vertical-align: middle;
}

.tabber-accordion-item-inner {
	width: 100%;
	float: left;
	display: block;
	margin: 0 0 -2px 0;
	padding-bottom: 1px;
	overflow: hidden;
	position: relative;
	border-color: #cecfd4;
}

.tabber-accordion-item:after {
	clear: both;
	content: "";
	display: block;
}

.advanced-tabber-group.accordion .tabber-accordion-wrapper .page-center {
	padding-top: 0;
	padding-bottom: 0;
}

.tabber-accordion-title {
	margin-bottom: 30px;
}

.tabber-accordion-title h3 {
	font-size: 20px;
	line-height: 1.1em;
	font-weight: 300;
}

.tabber-accordion-item-inner p.tabber-accordion-item-trigger {
	border-color: #cecfd4;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 9px 3px 9px 35px;
	position: relative;
	top: 1px;
	border-style: solid;
	border-width: 1px;
	line-height: 1.65em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	color: #6e6e7d;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	font-weight: lighter;
}

.tabber-accordion-item-inner p.tabber-accordion-item-trigger:hover{
	background: #f8f8f8;
}

.tabber-accordion-item-inner span.toggle_icon {
	position: absolute;
	width: 15px;
	height: 15px;
	border-style: solid;
	border-width: 1px;
	top: 50%;
	left: 10px;
	margin-top: -8px;
	border-color: #cecfd4;
}

.tabber-accordion-item-inner span.toggle_icon span.vert_icon {
	border-left-style: solid;
	border-left-width: 3px;
	position: absolute;
	left: 5px;
	top: 1px;
	height: 11px;
	border-color: #cecfd4;
}

.tabber-accordion-item-inner span.toggle_icon span.hor_icon {
	border-top-style: solid;
	border-top-width: 3px;
	position: absolute;
	top: 5px;
	left: 1px;
	width: 11px;
	border-color: #cecfd4;
}

.tabber-accordion-content {
	visibility: hidden;
	position: absolute;
	z-index: 0;
	width: 100%;
	left: 120%;
}

.tabber-accordion-item-inner .active-heading span.toggle_icon span.vert_icon {
	border: none;
}

.tabber-accordion-content{
	display:none;	
}

.tabber-accordion-content.active-content {
	position: static;
	visibility: visible;
	left: 0;
	width: auto;
	z-index: 1;
	border-color: #cecfd4;
}

.tabber-accordion-content .tabber-accordion-content-inner {
	padding: 12px 30px 11px 30px;
	margin: 0px 0 5px 0;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	overflow: hidden;
	border-color: #cecfd4;
	background: #f8f8f8;
}

.tabber-accordion-content .tabber-accordion-content-inner strong {
	color: #8dc440;
}

html[lang="nl"] .fw-page .tabber-accordion-item-inner p.tabber-accordion-item-trigger {
	font-weight: 400;
}

html[lang="nl"] .fw-page .tabber-accordion-content .tabber-accordion-content-inner {
	font-weight: 400;
}

.twp-about .content-with-image-wrapper .six-six .col.image {
	width: 36.4%;
}

.twp-about .content-with-image-wrapper .six-six .col.content {
	margin-left: 6%;
	width: 47%;
}

.twp-about .content-with-image-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #cecfd4;
}

.twp-about .content-with-image-wrapper .col-grid {}

.twp-about .content-with-image-wrapper .col-grid:before,.twp-about .content-with-image-wrapper .col-grid:after {
	content: none;
}

.twp-about .content-with-image-wrapper .six-six .col.content h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 28px;
	line-height: 1.1em;
	margin-top: 50px;
	font-weight: bold !important;
}

.twp-about .content-wrapper .col4:nth-child(3) .image-ultimate-hover-14 .iheu-info-2 .iheu-info {
	background: rgba(13, 13, 40, 1);
}

.twp-about .image-ultimate-map-14 {
	max-width: 305px;
}

.twp-about .image-ultimate-map-14:after {
	padding-bottom: 98.360655737705%;
}

.twp-about .team-members-group .col-grid:before,
.twp-about .team-members-group .col-grid:after {
	content: none;
}

.image-with-section-header-wrapper {
	text-align: center;
}

.image-with-section-header-wrapper .image-with-section-header {
	padding-top: 130px;
	padding-bottom: 130px;
}

.image-with-section-header-wrapper .page-center {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.image-with-section-header-wrapper .image-with-section-header h2 {
	margin-top: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold !important;
	font-size: 28px;
	line-height: 1.1em;
}

.content-with-slider-group {}

.content-with-slider-group > .col-grid > .av-flex-placeholder {
	display: none;
}

.content-with-slider-group .col-8 {
	width: 60%;
}

.content-with-slider-group .col-4 {
	width: 40%;
}

.content-with-slider-group > .col-grid {
	background-color: #fff;
	color: #6e6e7d;
}

.content-with-slider-group > .col-grid > .custom-light-slider {}

.content-with-slider-group > .col-grid >.custom-content {
	background: #0d0d28;
	vertical-align: middle;
	padding: 60px 100px 60px 60px;
	background-color: #0d0d28;
}

.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main {
	padding: 0;
	margin: 0;
}

.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main img {
	width: 100% !important;
}

.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main .slick-slide-inner-wrapper {
	display: block;
}

.content-with-slider-group > .col-grid >.custom-content h3 {
	font-size: 36px;
	font-weight: bold !important;
	margin-top: 50px;
	line-height: 1.1;
}

.content-with-slider-group > .col-grid >.custom-content p {
	font-size: 15px;
	line-height: 1.65em;
	color: #cecfd4;
}

.content-with-slider-group > .col-grid >.custom-content a {
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
	float: left;
	display: block;
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
}

.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main > button.slick-arrow {
	z-index: 1;
	display: block;
	text-decoration: none;
	color: #fff;
	visibility: visible;
	position: absolute;
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 62px;
	font-size: 25px;
	top: 50%;
	margin: -30px 15px 0;
	z-index: 99;
	overflow: hidden;
	text-indent: -600%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 2;
}

.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main > button.slick-arrow.slick-prev:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	content: '';
	speak: none;
	text-indent: -2px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	visibility: visible;
	display: block;
	position: absolute;
	z-index: 100;
	background: #aaa;
	background: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	text-align: center;
	line-height: 62px;
	color: inherit;
	border-radius: 0px;
	font-family: 'entypo-fontello';
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main:hover > button.slick-arrow {
	opacity: 1;
}

.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main > button.slick-arrow.slick-next:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	content: '';
	speak: none;
	text-indent: -2px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	visibility: visible;
	display: block;
	position: absolute;
	z-index: 100;
	background: #aaa;
	background: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	text-align: center;
	line-height: 62px;
	color: inherit;
	border-radius: 0px;
	font-family: 'entypo-fontello';
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main ul.slick-dots {
	position: absolute;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-left: 0;
	margin-bottom: 17px;
}

.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main .slick-list {
	max-height: 100%;
	height: 100%;
}

.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main:hover ul.slick-dots {
	opacity: 1;
}

li#slick-slide00 {}

.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main ul.slick-dots li {
	margin: 0 1px;
	padding: 0;
	height: 14px;
	width: 14px;
}

.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main ul.slick-dots li button {
	padding: 0;
	width: 14px;
	height: 14px;
}

.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main ul.slick-dots li button:before {
	width: 15px;
	height: 15px;
	font-size: 16px;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main ul.slick-dots li:hover button:before,
.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main ul.slick-dots li.slick-active button:before {
	opacity: 0.8;
	color: #fff;
}

.content-with-slider-group > .col-grid >.custom-content a:hover {opacity: 0.7;text-decoration: \none;}

.content-with-slider-group > .col-grid > .custom-light-slider .hs_cos_gallery_main:hover > button.slick-arrow {
	opacity: 1;
}

.twp-about .content-with-image-wrapper .space_70 {
	padding: 0;
}

.twp-about .content-with-slider-group>.col-grid>.custom-content h3 {
	margin-top: 100px;
}

.team-members-group .col{
	overflow: hidden;
}

.button-wrapper:after {
	clear: both;
	content: "";
	display: block;
}

h1.post-title.entry-title {
	line-height: 1.3em;
	margin-bottom: 10px;
	padding: 0px 0 15px;
	text-align: left;
	letter-spacing: 1px;
	color: #8dc440;
	font-size: 40px;
	font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
}

.big-preview.single-big {
	margin-top: 20px;
	padding: 0 0px 10px 0;
}

.twp-blog-content-group .span9.blog-content {
	width: 73%;
}

.twp-blog-content-group .span3.blog-sidebar {
	margin-left: 0;
	width: 27%;
}

.twp-blog-content-group .blog-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.twp-blog-content-group .blog-content > div {
	padding-right: 50px;
}

h1.post-title.entry-title > span {
	display: block;
	margin-bottom: 1px;
}

.twp-blog-content-group .blog-sidebar {
	padding-top: 50px;
	padding-bottom: 50px;
}

.twp-blog-content-group .blog-sidebar > div {
	margin-left: 49px;
}

.twp-blog-content-group .blog-sidebar a {
	color: #000;
	border: 3px solid #000;
	color: rgba(0,0,0,0.6);
	border-color: rgba(0,0,0,0.6);
	background: transparent;
	border-width: 1px;
	padding: 15px 30px 13px;
	font-size: 13px;
	display: inline-block;
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
}

.body-container .twp-blog-content-group .page-center {
	padding-top: 0;
	padding-bottom: 0;
}

.twp-blog-content-group .blog-sidebar a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.entry-content strong {
	color: #3d3e52;
}

.form {
	width: 100%;
	margin: 0 auto;
	background: #f2f2f2;
	padding: 5%;
}

.form iframe {
	max-width: 100%;
	width: 100% !important;
	margin-top: 28px;
	margin-bottom: 8px;
}

.form h3 {
	font-size: 20px;
	line-height: 1.1em;
	font-weight: 600;
}


span.post-meta-infos {
	text-align: left;
	border: none;
	margin-top: 21px;
	font-size: 0.9em;
	padding: 10px 0;
	display: block;
}

span.post-meta-infos time.date-container.minor-meta.updated {
	text-transform: uppercase;
	color: #0d0d28;
	font-family: Lato, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12.96px;
	font-weight: 400;
}

.av-share-box {
	width: 100%;
	clear: both;
	float: left;
	font-size: 13px;
	margin-top: 38px;
	margin-bottom: 0;
	padding: 0;
}

.av-share-box h5.av-share-link-description {
	margin-bottom: 20px;
	display: block;
	font-size: 16px;
	line-height: 1.1em;
	font-weight: 600;
	font-family: 'Lato','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.av-share-box ul.av-share-box-list.noLightbox {
	padding: 0;
	margin: 0;
	list-style: disc outside;
	color: #6e6e7d;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	display: table;
	width: 100%;
	text-align: center;
	table-layout: fixed;
	border-radius: 3px;
	background: transparent;
	border-color: #cecfd4;
}

.body-container .av-share-box ul li {
	margin: 0;
	padding: 0;
	display: table-cell;
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #cecfd4;
}

.av-share-box ul li:first-child {
	border: none;
}

.av-share-box ul li a {
	display: block;
	padding: 15px 0;
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.av-share-box ul li .avia_hidden_link_text {
	display: none;
}

.av-social-link-facebook:hover a {
	color: #fff;
	background-color: #37589b;
}

.av-social-link-linkedin:hover a {
	color: #fff;
	background-color: #419cca;
}

.av-social-link-mail:hover a {
	color: #fff;
	background-color: #9fae37;
}

.post_delimiter {
	margin: 0 0 20px 0;
	padding: 40px 0 0 0;
}

footer.entry-footer:after {
	clear: both;
	content: "";
	display: block;
}

.hs_recaptcha {
	overflow-x: auto;
	overflow-y: hidden;
}

.big-preview.single-big span.image-overlay {
	position: absolute;
	background: #fff;
	z-index: 300;
	top: 0px;
	left: -5px;
	overflow: hidden;
	display: block;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	height: 100%;
	width: calc( 100% + 10px );
	opacity: 0;
}

.big-preview.single-big a {
	display: block;
	position: relative;
}

.big-preview.single-big a:hover span.image-overlay {
	opacity: 0.7 !important;
}

.big-preview.single-big span.image-overlay span.image-overlay-inside {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.big-preview.single-big a:hover span.image-overlay span.image-overlay-inside {
	-webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.image-overlay .image-overlay-inside:before {
	position: absolute;
	border-radius: 50px;
	background: #000;
	height: 80px;
	width: 80px;
	line-height: 80px;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
	z-index: 500;
	text-align: center;
	color: #fff;
}

.image-overlay .image-overlay-inside:before {
	content: "\E869";
	font-family: 'entypo-fontello';
	font-size: 18px;
	font-weight: normal;
	background-color: #3d3e52;
	color: #fff;
	border-color: #1b1c30
}









@keyframes avia_pop_small{0%{transform:rotate(-175deg) scale(0.2)}100%{transform:rotate(0deg) scale(1)}}

.blog .banner-content .banner-content-holder .banner-heading {
	padding-bottom: 0;
}

.blog .banner-content .banner-content-holder .banner-sub_heading p {
	margin-top: 6px;
	margin-bottom: 0;
	font-family: Lato, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	line-height: 1.3;
}

.blog .banner-content .banner-content-holder {
	text-align: left;
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.blog .banner-content .banner-content-holder .banner-heading h1 {
	font-family: Lato, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 45px;
	text-transform: none;
	letter-spacing: 0;
}

.blog .banner-content .banner-content-holder .banner-sub_heading {
	opacity: 0.8;
}

.blog .custom-banner-area .parallax-wrapper {
}

.blog .banner-content {}

.blog .custom-banner-area {}

.blog .custom-banner-area .page-center {
	padding-top: 0;
	padding-bottom: 0;
}

.blog .banner-content .banner-content-holder .banner-button a {
	padding: 12px 16px 10px;
	font-size: 13px;
	background-color: #0d0d28;
	border-color: #0d0d28;
	color: #ffffff;
	min-width: 0;
}

.blog .banner-button.type_standard.btn_black {
	padding-top: 60px !important;
	margin-bottom: 7px;
}

.hs-blog-listing .twp-blog-content-group {
	position: relative;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #cecfd4;
}

.hs-blog-listing .twp-blog-content-group .page-center {
	padding: 0px 50px;
}

.hs-blog-listing .twp-blog-content-group .blog-content > div {
	padding-right: 0 !important;
}

.recent-post {
	margin-bottom: 82px;
	padding-bottom: 83px;
	border-bottom: 1px solid #cecfd4;
}

.recent-post .heading {
	padding-bottom: 50px;
}

.recent-post .heading h3 {
	font-size: 33px;
	color: rgb(110, 110, 125);
	text-transform: capitalize;
}

.isotope-group {
	width: calc(100% + 15px);
}

.isotope-group .av-masonry-container.isotope {
	position: relative;
	-webkit-transition: height 0.5s 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: height 0.5s 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	width: 100.4%;
	float: left;
	clear: both;
}

.isotope-group .av-masonry-container.isotope a.post-item {
	position: relative;
	display: block;
	float: left;
	clear: none;
	text-decoration: none;
	width: 49.80%;
	color: #3d3e52;
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.isotope-group .av-masonry-container.isotope a.post-item .av-inner-masonry-sizer {
	width: 100%;
	padding-bottom: 100%;
	z-index: 1;
}

.isotope-group .av-masonry-container.isotope a.post-item figure.av-inner-masonry.main_color {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 15px;
	bottom: 15px;
	display: block;
	color: #6e6e7d;
	overflow: hidden;
	background-color: transparent;
	margin: 0;
}

.isotope-group .av-masonry-container.isotope a.post-item figure.av-inner-masonry.main_color .av-masonry-outerimage-container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.isotope-group .av-masonry-container.isotope a.post-item figure.av-inner-masonry.main_color .av-masonry-outerimage-container .av-masonry-image-container {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	position: absolute;
	text-align: center;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0.7;
}

.recent-post-inner {
	width: 78.8%;
}

.isotope-group .av-masonry-container.isotope a.post-item figure.av-inner-masonry.main_color figcaption.av-inner-masonry-content.site-background {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 20px;
	z-index: 2;
	width: 100%;
	position: absolute;
	bottom: -1px;
	background-color: #f8f8f8;
}

.isotope-group .av-masonry-container.isotope a.post-item figure.av-inner-masonry.main_color figcaption.av-inner-masonry-content.site-background h3.av-masonry-entry-title.entry-title {
	line-height: 1.3em;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	padding-bottom: 0;
}

.isotope-group:after {
	clear: both;
	content: "";
	display: block;
}

.hs-blog-listing .blog-section .post-listing {
	width: 78.8%;
}

.av-masonry-entry-content.entry-content {
	padding-top: 4px;
	font-weight: 400;
}

span.av-masonry-date.meta-color.updated {
	color: #0d0d28;
	font-size: 11px;
	font-weight: 400;
}

span.av-masonry-text-sep.text-sep-author {
	display: none;
}

span.av-masonry-author.meta-color.vcard.author {
	display: none;
}

.blog-section .heading {
	font-family: Lato, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 33px;
	padding-bottom: 10px;
	color: #0d0d28;
	line-height: 1.1;
	margin-bottom: 50px;
}

.blog-section .isotope-group .av-masonry-container.isotope a.post-item .av-inner-masonry-sizer {
	padding-bottom: 80%;
}

.twp-blog-subscription {
	background-color: #f4f4f4;
}

.twp-blog-subscription .page-center {
	padding-bottom: 49px;
}

.twp-blog-subscription .blog-subscritpion-from {
	margin-bottom: 7px;
}

.twp-blog-subscription .blog-subscritpion-from input.hs-button.primary.large {
	margin-top: 19px;
}

.blog-subscritpion-from h3 {
	font-size: 20px;
	line-height: 1.1em;
	text-align: center;
	font-weight: 600;
	padding-bottom: 9px;
}

.big-preview.single-big a img + img {
	display: none;
}

.avia-post-nav{
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: fixed;
	height: 110px;
	top: 50%;
	background: #aaa;
	background: rgba(0,0,0,0.1);
	color: #fff !important;
	margin-top: -55px;
	padding: 15px;
	text-decoration: none !important;
	z-index: 501;
	-webkit-transform: translate3d(0,0,0);
	font-weight: 400;
}

.avia-post-prev {
	left: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.avia-post-nav .label {
	position: absolute;
	top: 50%;
	height: 22px;
	line-height: 22px;
	margin-top: -11px;
	font-size: 24px;
}

.avia-post-prev .label {
	left: 10px;
}

.avia-post-nav .entry-info-wrap {
	width: 0;
	overflow: hidden;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.avia-post-nav .entry-info {
	display: block;
	height: 80px;
	width: 220px;
	display: table;
}

.avia-post-prev .entry-info {
	margin: 0 1px 0 20px;
}

.avia-post-nav .entry-info span {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.65em;
}

.avia-post-nav .entry-image {
	height: 80px;
	width: 80px;
	display: block;
}

.avia-post-nav .entry-info span {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.65em;
}

.avia-post-nav .entry-image img {
	border-radius: 100px;
	display: block;
	max-width:80px;
	max-height:80px;
	width:100%;
	height:100%;
	object-fit: cover;
}

.avia-post-next.with-image {
	text-align: right;
}

.avia-post-next {
	right: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.avia-post-nav:hover {
	background: #222;
	background: rgba(0,0,0,0.8);
}

.avia-post-nav:hover .entry-info-wrap {
	width: 240px;
}

.avia-post-nav .entry-info span {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.65em;
	height: 80px !important;
}

.avia-post-nav .entry-info span .entry-title-inner {
	display: block;
}

.form h3 {
	padding-bottom: 20px;
	margin-bottom: 14px
}

.form .hs-form-field {
	margin: 8px 0 10px;
}

.form .hs-form-field > label {
	font-weight: 400;
	font-family: Lato, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	display: inline-block;
}

.form .hs-form-field > label span.hs-form-required {
	display: none;
}

.form input {
	margin-top: 0px !important;
	line-height: 18px !important;
	min-height: 0 !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.form .hs_submit.hs-submit {
	margin-bottom: 12px;
}

.form .hs_submit.hs-submit input.hs-button.primary.large {
	margin-top: 39px !important;
	background-color: #3d3e52;
	color: #fff;
	border-color: #1b1c30;
	padding: 15px 30px 13px !important;
	font-size: 13px;
	min-width: 139px;
	line-height: 16px !important;
	transition: none;
}

.form .hs_submit.hs-submit input.hs-button.primary.large:hover {
	background-color: #8dc440;
	color: #fff;
	border-color: #6ba220;
}

.form2 {
	margin-top: 41px;
	margin-bottom: 21px;
}

.form2 h3 {
	font-size: 28px;
	line-height: 1.1em;
	margin-bottom: 7px;
	font-weight: bold;
}

.form2 .hs-form-field {
	margin: 8px 0 13px;
}

.avia-related-tooltip {
	position: absolute;
	z-index: 9999999;
	padding: 0;
	width: 200px;
	border-radius: 2px;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
	border-width: 1px;
	border-style: solid;
	padding: 15px;
	margin-top: -10px;
	background-color: #fff;
	color: #0d0d28;
	border-color: #cecfd4;
	font-size: 13px;
	font-family: 'Lato','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	width: 150px;
	font-weight: 400;
}

.avia-related-tooltip .avia-arrow-wrap .avia-arrow {
	border-top: none;
	border-left: none;
	top: -4px;
	background-color: #fff;
	color: #0d0d28;
}

.avia-arrow {
	height: 10px;
	width: 10px;
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 1px;
	border-style: solid;
	border-top: none;
	border-left: none;
	top: -4px;
	border-color: #cecfd4;
}

.avia-related-tooltip .avia-arrow-wrap {
	top: auto;
	bottom: 0;
	position: absolute;
	left: 50%;
	border-color: #cecfd4;
}

.content-with-image-group.quater {}

.content-with-image-group.quater .col-content.content_left {
	width: 33.3%;
	border-right: solid 1px #e6e7e8 !important;
	border-bottom: 2px solid #e6e7e8 !important;
}

.content-with-image-group.quater .col-img {
	width: 66.6%;
	border-bottom: 2px solid #e6e7e8 !important;
}

.image-editing .content-with-image-group a.cta_button {
	display: inline-block;
}

.image-editing .content-with-image-group .col-btn {
	float: right;
}

.image-editing .content-with-image-group h3 {
	text-align: right;
	padding-bottom: 0;
	color: #0d0d28;
}

.image-editing .av-tab-section-image {
	display: block;
	opacity: 0.65;
	filter: grayscale(1);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 90px;
}

.image-editing .advanced-tabber-wrapper.image-with-content-module span.av-outer-tab-title {
	padding: 10px 0;
}

.image-editing .advanced-tabber-wrapper.image-with-content-module span.av-outer-tab-title span.av-inner-tab-title {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

.image-editing .advanced-tabber-wrapper.image-with-content-module .advanced-tabber-tabs-wrapper a.advanced-tabber-tab {
	display: inline-block;
	color: rgb(13, 13, 40);
}

.image-editing .advanced-tabber-wrapper.image-with-content-module .advanced-tabber-tabs-wrapper {
	padding-bottom: 0;
}

.image-editing .advanced-tabber-wrapper.image-with-content-module .advanced-tabber-tabs-wrapper a.advanced-tabber-tab.active {
	color: rgb(206, 207, 212);
}

.image-editing .advanced-tabber-wrapper.image-with-content-module .advanced-tabber-tabs-wrapper a.advanced-tabber-tab.active .av-tab-section-image {
	opacity: 1;
	filter: grayscale(0);
}

.image-editing .advanced-tabber-wrapper.image-with-content-module .advanced-tabber-group .col {
	vertical-align: middle;
}

.image-editing .align-right {
	text-align: right;
}

.image-editing .advanced-tabber-wrapper.image-with-content-module h3 {
	font-size: 36px;
	padding: 0;
	line-height: 1.65em;
}

.image-editing .iwcontent-btn.iwcontent-cta-btn {}

.image-editing .iwcontent-btn.iwcontent-cta-btn a.cta_button {
	display: inline-block;
}

.image-editing .iwcontent-btn.iwcontent-cta-btn a.cta_button:hover {
	background-color: #8cc440;
	border-color: #8cc440;
	color: #ffffff;
}

.image-editing .advanced-tabber-group.image-with-content .iwcontent-content-image img {
	margin-left: auto;
	margin-right: auto;
}

.image-editing .image-with-icon-content-wrapper {
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #cecfd4;
}

.image-editing .image-with-icon-content-wrapper .icon-with-content-heading {
	font-size: 36px;
}

.image-editing .image-with-icon-content-wrapper .icon-with-content-heading h3 {
	font-size: 1em;
}

.image-editing .icon-with-content-btn-wrapper .btn {
	color: #fff;
	border-color: #8dc440;
	background-color: #8dc440;
	padding: 15px 30px 14px;
}

.image-editing .icon-with-content-btn-wrapper .btn:hover {
	opacity: 0.9;
}

.image-editing .icon-with-content-desc {
	color: #0d0d28;
}

.image-editing .content-with-gradient-wrapper {}

.image-editing .content-with-gradient-wrapper .page-center {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.image-editing .content-with-gradient-wrapper .custom-image {
	text-align: center;
}

.image-editing .content-with-gradient-wrapper .heading.size_36 {
	color: #ffffff;
	font-size: 36px;
	margin-top: 50px;
}

.image-editing .content-with-gradient-wrapper .button-wrap {
	padding-top: 15px;
}

.image-editing .content-with-gradient-wrapper .button-wrap .btn {
	color: #fff;
	border-color: #1b1c30;
	background-color: #3d3e52;
}

.image-editing .content-with-gradient-wrapper .button-wrap .btn:hover {
	opacity: 0.9;
}

.image-editing .custom-row5-group .content-with-image-group h3 {
	text-align: left;
	padding-bottom: 10px;
}

.content-with-image-group .col-content {
	height: 75vh;
}

.content-with-image-group .col-img {
	height: 75vh;
}

.image-editing .advanced-tabber-wrapper.image-with-content-module .iwcontent-item-content h3 {
	font-size: 30px;
	margin: 0.85em 0;
}

.advanced-tabber-wrapper.image-with-content-module .av-section-tab-title {
	padding: 10px 20px 0px 20px;
	display: inline-block;
	text-decoration: none;
	margin-left: -3px;
}

.advanced-tabber-title-wrapper {
	text-align: center;
}

.advanced-tabber-wrapper.image-with-content-module .advanced-tabber-top {
	text-align: center;
	padding: 20px 0 0 0;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: block;
	background: transparent;
}

.advanced-tabber-wrapper.image-with-content-module .av-section-tab-title:first-child {
	margin-left: 0;
}

.advanced-tabber-wrapper.image-with-content-module .advanced-tabber-group.image-with-content {
	background-color: #fff;
}

.advanced-tabber-wrapper.image-with-content-module .av-active-tab-title span.av-tab-arrow-container>span {
	top: 10px;
}

.advanced-tabber-wrapper.image-with-content-module .av-section-tab-title {
	padding: 10px 20px 0px 20px;
	display: inline-block;
	text-decoration: none;
	margin-left: -3.5px;
}

.advanced-tabber-wrapper.image-with-content-module .av-section-tab-title:first-child {
	margin-left: 0;
}

.advanced-tabber-wrapper.image-with-content-module .av-section-tab-title span.av-inner-tab-title {
	font-weight: 400;
	color: #0d0d28;
}

.advanced-tabber-wrapper.image-with-content-module .advanced-tabber-top .av-active-tab-title,
.advanced-tabber-wrapper.image-with-content-module .advanced-tabber-top .av-active-tab-title .av-inner-tab-title {
	color: rgb(206, 207, 212);
}

.advanced-tabber-wrapper.image-with-content-module .advanced-tabber-top .av-active-tab-title span.av-tab-section-image {
	filter: grayscale(0);
}

.advanced-tabber-group.image-with-content .tabber-iwcontent-item {
	position: static !important;
	opacity: 1 !important;
}

html[lang="en-gb"] .image-editing .content-with-image-group.quater .col-content.content_left h3 {
	font-size: 30px;
	margin: 0.85em 0;
	line-height: 1.65em;
}

html[lang="en-gb"] .image-editing .content-with-image-group.quater .col-content.content_left a.cta_button {
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
	border: 1px solid #000;
	color: rgba(0,0,0,0.6);
	border-color: rgba(0,0,0,0.6);
	background: transparent;
}

html[lang="en-gb"] .image-editing .content-with-image-group.quater .col-content.content_left {
	border-bottom: 0 !important;
	border-right: 0 !important;
}

html[lang="en-gb"] .image-editing .content-with-image-group.quater .col-img {
	border-bottom: 0 !important;
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #cecfd4;
}

html[lang="en-gb"] .image-editing .advanced-tabber-wrapper.image-with-content-module .advanced-tabber-title-wrapper h3 {
	font-size: 30px;
	line-height: 1.1em;
	margin-top: 60px;
	padding-bottom: 10px;
}

html[lang="en-gb"] .image-editing .iwcontent-btn.iwcontent-cta-btn a.cta_button {
	padding: 9px 10px 7px;
	font-size: 13px;
	min-width: 80px;
}

html[lang="en-gb"] .image-editing .image-with-icon-content-wrapper .icon-with-content-heading {
	font-size: 30px;
}

html[lang="en-gb"] .image-editing .icon-with-content-btn-wrapper .btn {
	padding: 12px 16px 11px;
	font-size: 13px;
	min-width: 90px;
}

html[lang="en-gb"] .image-editing .icon-with-content-desc {
	color: #6e6e7d;
}

.content-with-gradient-wrapper .inner-group {
	text-align: center;
}

.content-with-gradient-wrapper .inner-group span.av-icon-char {
	font-size: 50px;
	line-height: 50px;
}

.content-with-gradient-wrapper .inner-group .heading.size_30 {
	font-size: 30px;
	margin-top: 50px;
	font-family: 'Lato', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	padding-bottom: 10px;
}

.content-with-gradient-wrapper .inner-group .heading.size_30 h3 {
	letter-spacing: 0;
}

html[lang="en-gb"] .image-editing .content-with-gradient-wrapper .button-wrap a.btn {
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
	border: 1px solid #000;
	color: rgba(0,0,0,0.6);
	border-color: rgba(0,0,0,0.6);
	background: transparent;
}

html[lang="en-gb"] .image-editing .custom-row5-group .content-with-image-group h3 {
	font-size: 40px;
}

html[lang="en-gb"] .image-with-icon-content-wrapper .col {
	padding: 45px;
}

html[lang="en-gb"] .image-with-icon-content-wrapper .col.item-image{
	padding: 30px;	
}

html[lang="fr"] .image-editing .content-with-image-group h3 {
	font-weight: 400;
	font-size: 30px;
	line-height: 1.65em;
	margin: 0.85em 0;
}

html[lang="fr"] .image-editing .content-with-image-group  p {
	font-weight: 400;
}

html[lang="fr"] .image-editing .content-with-image-group .col-content .btn.gray-border {
	padding: 12px 16px 10px !important;
	font-size: 13px;
	min-width: 90px;
	height: auto;
}

html[lang="fr"] .image-editing .content-with-image-group.quater {
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #cecfd4;
}

html[lang="fr"] .image-editing .content-with-image-group.quater .col-img {
	border-bottom: 0 !important;
}

html[lang="fr"] .image-editing .content-with-image-group.quater .col-content.content_left {
	border-bottom: 0 !important;
}

html[lang="fr"] .image-editing .advanced-tabber-wrapper.image-with-content-module h3 {
	font-size: 30px;
	padding-bottom: 10px;
	line-height: 1.1;
	margin-top: 60px;
}

.blog .banner-content .banner-content-holder .banner-sub_heading {
	padding-bottom: 10px;
}

.blog .banner-content .banner-content-holder .banner-button.type_standard {
	padding-bottom: 7px;
}

.isotope-group .av-masonry-container.isotope a.post-item:hover figure.av-inner-masonry.main_color .av-masonry-outerimage-container .av-masonry-image-container {
	opacity: 1;
	-webkit-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}

.isotope-group .av-masonry-container.isotope a.post-item figure.av-inner-masonry.main_color figcaption.av-inner-masonry-content.site-background .avia-arrow {
	border: 0;
	background-color: #f8f8f8;
}
.hs-stream-post-production-platform .content-with-gradient-wrapper .button-wrap {
	padding-top: 0;
}
.advanced-tabber-wrapper.image-with-content-module .av-section-tab-title.av-tab-no-image span.av-inner-tab-title {
	color: rgb(140, 196, 64);
}
.advanced-tabber-wrapper.image-with-content-module .av-section-tab-title.av-tab-no-image.av-active-tab-title span.av-inner-tab-title {
	color: #3d3e52;
}



/* Style 4 */


.our-story .custom-row1-group .content-with-image-wrapper {
	border-color: #cecfd4;
	border-top-style: solid;
	border-top-width: 1px;
}

.content-with-image-wrapper .space_70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.content-with-image-wrapper .four-eight .col.image {
	width: 36.4%;
}

.content-with-image-wrapper .four-eight .col {
	vertical-align: middle;
}

.content-with-image-wrapper .four-eight .col.content {
	width: 57.599999999999994%;
}

.content-with-image-wrapper .four-eight .col.content p {
	font-weight: lighter;
}


.custom-image-group .one_third_size {
	vertical-align: top;
	width: 33.3%;
}

.custom-image-group .image {
	float:left;
	vertical-align: top;
	padding: 30px;
	background-size: cover;
	height: 25.2vh;
	background-position: center center;
	background-repeat: no-repeat;
}


.custom-image-group .half_size {
	width: 50%;
}

.bcwc-group.full-width-wrapper .custom-heading h3 {
	text-align: center;
	padding-bottom: 0;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.1em;
	font-size: 1em;
	color: #8dc440;
}

.bcwc-group.full-width-wrapper .custom-heading {
	margin-top: 0;
	padding-bottom: 0;
}


.bcwc-group.full-width-wrapper .col-grid .col {
	font-weight: lighter;
	font-size: 20px;
	line-height: 1.65em;
	text-align:center;
}

.our-story .content-with-image-wrapper .six-six .col p {
	font-weight: lighter;
}

.our-story .content-with-gradient-wrapper .page-center {
	padding-top: 130px;
	padding-bottom: 130px;
}

.content-with-gradient-wrapper {
	background-image: linear-gradient(45deg,#fc268b,#6dbdfa);
}


.content-with-gradient-wrapper .heading.size_36 h3 {
	padding-bottom: 10px;
	color: #fff;
	margin-top: 0;
	text-align: center;
	font-weight: 300;
	font-family: 'Lato','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 1.1em;
	font-size: 36px;
	text-transform: none;
	letter-spacing: 0;
}

.content-with-gradient-wrapper .content_20 p {
	font-weight: lighter;
	margin: 0.85em 0;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.65em;
}

.content-with-gradient-wrapper .button-wrap .btn  {
	background-color: #0d0d28;
	border-color: #0d0d28;
	color: #ffffff;
	padding: 15px 30px 13px;
	font-size: 13px;
	min-width: 139px;
	text-decoration: none;
	display: inline-block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
}

.content-with-gradient-wrapper .button-wrap .btn:hover  {
	opacity: 0.9;
}

.content-with-gradient-wrapper .button-wrap {
	display: block;
	text-align: center;
	clear: both;
	padding-top: 25px;
}

.our-story .content-with-gradient-wrapper {
	background-image: linear-gradient(45deg,#fc268b,#6dbdfa) !important;
}

html[lang="de"] .our-story .bcwc-group.full-width-wrapper .custom-heading h3 {
	color: #8dc440;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
}

html[lang="de"] .our-story .bcwc-group.full-width-wrapper .col p {
	font-weight: 400;
}  

html[lang="de"] .our-story .bcwc-group.full-width-wrapper .custom-heading p {
	margin:0;
}

html[lang="de"] .our-story .content-with-image-wrapper .six-six .col p {
	font-weight: lighter;
	color: #3d3e52;
}

html[lang="de"] .our-story .content-with-gradient-wrapper {
	background-image:none !important;
}


html[lang="de"] .our-story  .content-with-gradient-wrapper .heading h3 {

}


html[lang="de"] .our-story .content-with-gradient-wrapper .heading h3 {
	color: #0d0d28;
}

html[lang="de"] .our-story .content-with-gradient-wrapper .content_20 p {
	color: #6e6e7d;
	font-weight: normal;
}

html[lang="de"] .our-story .content-with-gradient-wrapper .button-wrap .btn {
	color: #000;
	border: 3px solid #000;
	color: rgba(0,0,0,0.6);
	border-color: rgba(0,0,0,0.6);
	background: transparent;
	border-width: 1px;
}


.content-with-image-wrapper .content-wrapper.space_130 {
	padding-top: 130px;
	padding-bottom: 130px;
}


html[lang="nl"] .our-story .content-with-image-wrapper .content h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #8dc440;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.1em;
}

html[lang="nl"] .our-story .content-with-image-wrapper .four-eight .col.content p {
	color: #6e6e7d;
	font-weight: normal;
}

html[lang="nl"] .our-story  .content-with-image-wrapper .four-eight .col.content p strong {
	color: #3d3e52;
}


html[lang="nl"] .our-story .bcwc-group.full-width-wrapper .col-grid .col p {
	font-weight:normal;
}

html[lang="nl"] .our-story .bcwc-group.full-width-wrapper .custom-heading p {
	margin-bottom:0;
	margin-top:0;
}

html[lang="nl"] .our-story  .bcwc-group.full-width-wrapper .custom-heading h3 {
	color: #8dc440;
	font-size: 40px;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
}

html[lang="nl"] .our-story .content-with-image-wrapper .six-six .col p {
	font-weight:normal;
}

html[lang="nl"] .our-story .content-with-gradient-wrapper .heading {
	color: #fff;
	font-size: 40px;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
}

html[lang="nl"] .our-story .content-with-gradient-wrapper .content_20 p {
	font-weight:normal;
}

html[lang="nl"] .our-story .content-with-gradient-wrapper .button-wrap .btn {
	padding: 25px 50px 23px;
	font-size: 15px;
	min-width: 200px;
}

html[lang="nl"] .our-story .content-with-gradient-wrapper .button-wrap {
	padding-top:0;
}

html[lang="nl"]  .our-story .content-with-gradient-wrapper .page-center {
	padding-top:50px;
	padding-bottom:50px;
}



html[lang="nl"] .our-story .content-with-gradient-wrapper {
	background-image: linear-gradient(to right,#fc268b,#6dbdfa) !important;
}


html[lang="fr"] .our-story  .content-with-image-wrapper h3  {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #8dc440;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.1em;
}

html[lang="fr"] .our-story .bcwc-group.full-width-wrapper .custom-heading h3 {
	letter-spacing: 1px;
}


html[lang="fr"] .our-story .content-with-image-wrapper .four-eight .col.content p strong {
	color: #3d3e52;
}


html[lang="fr"] .our-story .content-with-image-wrapper .six-six .col p strong {
	color: #3d3e52;
}

html[lang="fr"] .our-story .content-with-gradient-wrapper {
	background-color: #cecfd4;
	color: #6e6e7d;
}

html[lang="fr"] .our-story .content-with-gradient-wrapper .page-center {
	padding-top: 130px;
	padding-bottom: 130px;
}

html[lang="fr"] .our-story .content-with-gradient-wrapper {
	color: #6e6e7d;
	background-image: none !important;
}

html[lang="fr"] .our-story .content-with-gradient-wrapper .heading h3 { 
	font-size: 40px;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0d0d28;
}

html[lang="fr"] .our-story .content-with-gradient-wrapper .content_20 p  { 
	color: #6e6e7d;
	font-weight:normal;
}

html[lang="fr"] .our-story  .content-with-gradient-wrapper .button-wrap .btn {   
	background: transparent;
	border: 1px solid #000;
	color: rgba(0,0,0,0.6);
	border-color: rgba(0,0,0,0.6);
	background: transparent;
	padding: 15px 30px 13px;
	font-size: 13px;
	min-width: 139px;
}

html[lang="fr"] .our-story .banner-content .banner-content-holder .banner-heading h1 {
	padding-bottom: 0;
	text-align: center;
	font-size: 40px;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
}

/* Home Page Styles */
.home-banner-area {
	position: relative;
	text-align: center;
	overflow: hidden;
	background-color: #0d0d28;
}
.home-banner-content {
	display: table;
	table-layout: fixed;
	height: 75vh;
	min-height:75vh;
	width: 100%;
}
.home-banner-content-inner {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
	width: 100%;
	color: #fff;
}
.home-banner-content-inner .banner-headings {
	font-size: 40px;
	font-weight: lighter;
}
.home-banner-content-inner .banner-headings p span {
	font-size: 60px;
}
.home-banner-content-inner .banner-headings p strong span {
	color: #0d0d28;
	font-size: 32px;
}
.home-banner-area .parallax-wrapper {
	opacity: 0;
}
.home-banner-area .av-parallax-inner {
	background-color: #3d3e52;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-size: cover;
	pointer-events: none;
}
.h-banner-content-inner {
	-webkit-animation: avia-fadein 1.5s 1 ease-out;
	animation: avia-fadein 1.5s 1 ease-out;
	opacity: 1;
	margin-top: 50px;
	margin-bottom: 20px;
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
	padding: 40px 60px 40px 60px;
	border-radius: 0px;
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
}
.h-banner-content-inner .avia-image-container {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
	clear: both;
}
.h-banner-content-inner .av-special-heading {
	text-align: center;
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 28px;
	width: 100%;
	clear: both;
	display: block;
	margin-top: 50px;
	position: relative;
}
.h-banner-content-inner .av-special-heading h3 {
	font-size: 1em;
	color: inherit;
	padding-bottom: 0;
}
.h-banner-content-inner .av-special-heading .av-subheading {
	opacity: 0.8;
	font-size: 20px;
	margin-top: 0.3em;
	line-height: 1.3em;
}
.h-banner-content-inner .av-special-heading .av-subheading p {
	margin: 0;
	font-weight: lighter;
}
.h-banner-content-inner .avia-button-wrap {
	margin-top: 25px;
}
.h-banner-content-inner .avia-button-wrap .btn-black {
	color: #fff;
	border-color: #1b1c30;
	background-color: #3d3e52;
	padding: 15px 30px 13px;
}
.home-page .custom-content-bg-img .col {
	vertical-align: middle;
}
.home-page .custom-content-bg-img .content-group h2 {
	padding: 0;
	letter-spacing: normal;
}
.home-page .custom-content-bg-img p {
	font-weight: lighter;
}
.home-page .custom-content-bg-img p:last-child {
	margin-bottom: 0px;
}
.home-page .custom-content-bg-img p:first-of-type {
	margin-top: 0.3em;
}
.home-page .custom-content-bg-img .content-group {
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 40px;
	text-align: center;
}
.home-page .custom-content-bg-img .content-group p {
	font-size: 20px;
	opacity: 0.8;
}
.home-page .custom-content-bg-img .btn {
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #0d0d28;
	border-color: #0d0d28;
	color: #cecfd4;
	padding: 15px 30px 13px;
}
.home-page .custom-content-bg-img .btn:hover {
	opacity: 0.9;
}
.home-page .custom-content-bg-img .hs_cos_wrapper_type_cta:first-child .btn {
	color: #8cc440;
}
.content-with-top-icon-image .bottom.col-grid .item.col.col3.highlighed-col {
	background-color: #f2f2f2;
}
.home-page .image-width-heading .page-center {
	padding-top: 70px;
	padding-bottom: 70px;
}
.image-width-heading .col6 {
	width: 50%;
	vertical-align: middle;
}
.image-width-heading .col6:first-child {
	padding-right: 3%;
}
.image-width-heading .col6:last-child {
	padding-left: 3%;
}
.image-width-heading h3 {
	color: #0d0d28;
	margin-bottom: 20px;
}
.latest-post-wrap {
	background-color: #f2f2f2;
	color: #6e6e7d;
	text-align: center;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #cecfd4;
}
.home-page .latest-post-wrap .page-center {
	padding-top: 130px;
	padding-bottom: 130px;
}
.latest-post-wrap h3.av-special-heading-tag {
	color: #0d0d28;
}
.image-width-heading .btn {
	padding: 15px 30px 13px;
	margin-bottom: 10px;
}
.latest-post-inner {
	padding-top: 75px;
}
.latest-post-content-item {
	width: 29.333333333333332%;
	float: left;
	position: relative;
	min-height: 1px;
}
.latest-post-content-item + .latest-post-content-item {
	margin-left: 6%;
}
.latest-post-content-item .avia-image-overlay-wrap {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
	clear: both;
}
.latest-post-content-item h3.av-special-heading-tag {
	padding-bottom: 10px;
	color: #0d0d28;
	margin-top: 50px;
	font-size: 20px;
	line-height: 1.1em;
}
.latest-post-content-item h3.av-special-heading-tag * {
	font-weight: 300;
	font-style: normal;
	font: inherit;
	margin: 0;
}
.latest-post-content-item .lt-news-btn {
	margin-top: 30px;
}
.latest-post-content-item .btn {
	border: 3px solid #000;
	color: rgba(0,0,0,0.6);
	border-color: rgba(0,0,0,0.6);
	background: transparent;
	border-width: 1px;
	padding: 15px 30px 13px;
}
.latest-post-content-item .btn:hover {
	opacity: 0.7;
}

.home-page .content-with-top-icon-image .top .heading {
	font-size: 36px;
	padding-bottom: 10px;
}
.home-page .content-with-top-icon-image {
	padding-top: 70px;
	padding-bottom: 70px;
}
.home-page .content-with-top-icon-image .bottom.col-grid {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 25px;
}
.content-with-top-icon-image .heading.large h3 {
	padding-top: 28px;
	font-weight: 300;
	font-size: 28px;
	color: #8cc440;
	line-height: 1.1em;
	margin-bottom: 8px;
}
.home-page .content-with-top-icon-image .button {
	padding-top: 20px;
}
.home-page .content-with-top-icon-image .btn {
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
}
.content-with-top-icon-image .highlighed-col .heading.large h3 {
	margin-bottom: 43px;
}
.content-with-top-icon-image .highlighed-col .button {
	padding-top: 30px;
}
.home-page .content-with-top-icon-image a.btn.btn-black {
	background-color: #0d0d28;
	border-color: #0d0d28;
}
.home-page .content-with-top-icon-image-wrapper {
	background-color: #fff;
	border: none;
}
.latest-post-content-item .avia-image-overlay-wrap img {
	border-radius: 3px;
	display: block;
	position: relative;
	max-width: 100%;
}

/* Style 5 */
html[lang="nl"] .hs-csr {
	font-weight: 400;
}
html[lang="de"] .hs-csr h3.av-special-heading-tag {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 28px;
	line-height: 1.1em;
}
.content-with-video-group.clearfix .content-section {
	width: 47%;
	float: left;
}
.content-with-video-group.clearfix .video-section {
	margin-left: 6%;
	width: 47%;
	float: left;
}
.content-with-video-group.clearfix {
	color: #3d3e52;
}
.content-with-video-group.clearfix .content-section {
	font-weight: lighter;
	color: rgb(110, 110, 125);
}
.content-with-video-wrapper {
	padding-top: 70px;
	padding-bottom: 70px;
}
.video-section iframe {
	display: block;
	width: 100%;
}
.content-with-video-wrapper .page-center {
	padding-top: 0 !important;
	PADDING-BOTTOM: 0  !important;
}
.content-with-video-group.clearfix .content-section strong {
	color: #3d3e52;
}
html[lang="en-gb"] .hs-data-logistics .bcwc-group .custom-heading h3 {
	letter-spacing: 0 !important;
}
html[lang="en-gb"] .hs-data-logistics  .bcwc-group.padding-high  .custom-heading h3 {
	letter-spacing: 0 !important;
	letter-spacing: 1px !important;
}
html[lang="nl"] body.hs-data-logistics p {
	font-weight: 400;
}

.hs-data-logistics .content-with-gradient-wrapper .button-wrap a.btn.btn-black {
	padding: 15px 30px 13px;
	font-size: 15px;
	min-width: auto;
	font-size: 13px;
}
html[lang="nl"] body.hs-data-logistics .bcwc-group .two-col .col p {
	font-weight: 400;
}
html[lang="nl"] body.hs-data-logistics .bcwc-group .custom-heading h3 {
	font-weight: lighter;
	line-height: 1.1em;
	letter-spacing: normal;
	padding: 0;
	text-transform: inherit;
	padding-bottom: 0;
}
html[lang="nl"] body.hs-data-logistics .bcwc-group.padding-high.two-col-wrapper{
	letter-spacing: normal !important;
}
html[lang="nl"] body.hs-data-logistics  .banner-sub_heading.size_24px p {
	line-height: 33px;
}
.hs-data-logistics .col-content-main-wrap .page-center {
	padding-top: 70px;
	padding-bottom: 70px;
}

.five-col-row .col-content-item {
	width: 15.2%;
}
.five-col-row .col-content-item:first-child {
	margin-left: 0;
}
.hs-data-logistics  .terms-content {
	padding-bottom: 0 !important;
}
.hs-data-logistics  .bcwc-group .custom-heading {
	margin: 0;
	padding-bottom: 4px;
}
.hs-data-logistics .bcwc-group .custom-heading h3 {
	color: #8DC43D;
	padding-bottom: 0;
}
.hs-data-logistics .bcwc-group .custom-heading p {
	font-size: 26px;
	color: #6e6e7d;
	line-height: 1.65em;
}
.hs-data-logistics .col-grid.two-col {
	padding-top: 22px;
}
.hs-data-logistics  .bcwc-group .two-col .col p {
	font-weight: lighter;
}
.hs-data-logistics .col-grid.two-col ul {
	font-weight: normal;
}
.hs-data-logistics .col-grid.two-col {
	font-weight: lighter;
}
.hs-data-logistics .bcwc-group .two-col .col > span.hs-cta-wrapper {
	padding-top: 25px;
	display: block;
}

.bcwc-group.padding-high .page-center {
	padding-top: 130px;
	padding-bottom: 130px;
}
.hs-data-logistics .bcwc-group {
	border: 0;
}
.hs-data-logistics .bcwc-group.padding-high .custom-heading h3 {
	line-height: 1.1em;
	letter-spacing: 1px;
	padding: 0;
	padding-bottom: 7px;
}

.hs-data-logistics .bcwc-group.padding-high .col-grid.two-col {
	padding: 0;
}

.hs-data-logistics .content-with-gradient-wrapper .heading.size_36 h3 {
	color: #0d0d28;
}
/* .hs-data-logistics .content-with-gradient-wrapper {
background-image: linear-gradient(45deg,#8cc440,#6dbdfa) !important;
} */
.hs-data-logistics .content-with-gradient-wrapper .button-wrap a.btn.btn-black-border {
	padding: 15px 30px 13px;
	font-size: 15px;
	min-width: auto;
	font-size: 13px;
}

.hs-data-logistics .content-with-gradient-wrapper .button-wrap {
	padding: 0;
}
.hs-data-logistics  .bcwc-group.padding-high.two-col-wrapper {
	border-top: 1px solid #cecfd4;
}
html[lang="nl"] .hs-data-logistics .custom-content-bg-img.col-grid.bg_parallax .col {
	padding: 0;
	height: 100% !important;
}
html[lang="nl"] .hs-data-logistics .custom-content-bg-img.col-grid.bg_parallax h3 {
	padding-bottom: 10px;
	color: #0d0d28;
	font-size: 36px;
}
html[lang="fr"] body.hs-data-logistics .banner-sub_heading.size_24px p {
	font-weight: lighter;
}
html[lang="nl"] .hs-data-logistics  .terms-content h3.av-special-heading-tag {
	font-weight: lighter !important;
}
html[lang="fr"] body.hs-data-logistics .col-content-item strong {
	font-weight: bold;
}
html[lang="fr"]  .inner-group.clearfix .content.content_20 p {
	color: #fff;
}
html[lang="fr"] .hs-data-logistics .content-with-gradient-wrapper .heading h3 {
	text-transform: inherit;
	font-size: 36px;
	letter-spacing: normal;
	font-weight: lighter;
}

html[lang="nl"] .hs-data-logistics .custom-content-bg-img .content-group p {
	font-family: Lato, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-stretch: 100%;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
}
html[lang="fr"]  .hs-data-logistics .bcwc-group .custom-heading h3 {
	font-weight: lighter;
}
html[lang="fr"]  .hs-data-logistics .bcwc-group.padding-high p {
	font-weight: 400 !important;
}

html[lang="de"]  .hs-data-logistics .bcwc-group.padding-high .custom-heading h3 {
	font-weight: lighter;
	text-transform: inherit;
	letter-spacing: normal;
}
html[lang="nl"] .hs-data-logistics .custom-content-bg-img .btn {
	text-decoration: none !important;
	background-color: #0d0d28;
	border-color: #0d0d28;
	color: #ffffff;
}
html[lang="fr"] body.hs-data-logistics .body-container-wrapper * {
	font-weight: 400;
}
html[lang="fr"] .bcwc-group .size_70 .col-grid.two-col .col p strong {
	font-weight: bold;
}
html[lang="fr"] .bcwc-group .size_70 .col-grid.two-col .col p {
	font-weight: 400;
}
html[lang="fr"] .col-content-main-wrap.five-col-wrapper .teams-wrap h3.av-special-heading-tag {
	font-weight: lighter;
}
html[lang="de"] .hs-data-logistics .bcwc-group .two-col .col p,
html[lang="de"]  .hs-data-logistics  .bcwc-group .custom-heading p,
html[lang="de"]  .hs-data-logistics .col-content-wrap .col-content-item p,
html[lang="de"]  .hs-data-logistics .col-content-main-wrap p.big {
	font-weight: 400;
}
html[lang="de"]  .hs-data-logistics .custom-content-bg-img .content-group p {
	font-size: 20px;
	color: #ffffff;
	line-height: 1.65em;
}
html[lang="de"]  .hs-data-logistics .hs-data-logistics .bcwc-group.padding-high .custom-heading h3 {
	font-weight: lighter;
	text-transform: inherit;
	letter-spacing: normal;
}
html[lang="de"]  .hs-data-logistics .custom-content-bg-img.col-grid.bg_parallax h3
{
	color: #fff;
}
html[lang="de"]  .hs-data-logistics .custom-content-bg-img .btn:hover 
{
	opacity: .9 !important;
	color: #fff;
}
html[lang="de"]  .custom-content-bg-img.col-grid.bg_scroll h3 {
	color: #fff;
}
.hs-media-kit .content-with-button .content-with-btn-inner {
	text-align: center;
	padding: 50px 35px 0px 35px;
}
.company-overview .page-center h3.av-special-heading-tag {
	color: #0d0d28;
	font-size: 36px;
	letter-spacing: normal;
}
.hs-media-kit  .content-with-btn-inner h3 {
	color: #0d0d28;
	font-size: 38px;
	letter-spacing: 1px;
}
.hs-media-kit  .content-with-btn-inner-img {
	padding-top: 50px;
	padding-bottom: 50px;
}
.hs-media-kit  .content-with-btn-inner-img img {
	margin: 0 auto 10px auto;
}
.hs-media-kit  .content-with-btn-inner a.btn.btn-black {
	background-color: #3d3e52;
	border-color: #1b1c30;
	margin-bottom: 5px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 15px 30px 13px;
}
.hs-media-kit  .content-with-btn-inner a.btn.btn-black:hover {
	color: #fff;
}

.company-overview {
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #cecfd4;
	text-align: center;
}

.company-overview .page-center {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.company-overview .page-center h3.av-special-heading-tag {
	color: #0d0d28;
	font-size: 36px;
	letter-spacing: normal;
}
.company-overview-item {
	width: 29.333333333333332%;
	float: left;
	margin-left: 6%;
}
.company-overview-item:first-child {
	margin-left: 0;
}

.company-overview-inner:after {
	display: table;
	content: "";
	clear: both;
}
.company-overview-inner:before {
	content: "";
	display: table;
	clear: both;
}
.company-overview-inner {
	padding-top: 50px;
}
.company-overview-item .c-o-content {
	margin-top: 50px;
}
.company-overview-item img {
	border-radius: 3px;
	display: block;
	position: relative;
	max-width: 100%;
	-webkit-transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.company-overview-item .avia-image-overlay-wrap:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.avia-image-overlay-wrap {
	-webkit-transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 1.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	overflow: hidden;
}
.row1-content-media-kit > span > div:last-child > .content-with-button {
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #cecfd4;
}
.row1-content-media-kit > span > div:last-child > .content-with-button .content-with-btn-inner {
	padding-top: 80px;
}

.row1-content-media-kit > span > div:last-child > .content-with-button .content-with-btn-inner h3.av-special-heading-tag {
	font-size: 36px;
	letter-spacing: normal;
}
.company-overview-item a.btn.btn-green {
	padding: 15px 30px 13px;
	margin-bottom: 5px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 4px;
}
html[lang="en-gb"]  .hs-media-kit .content-with-btn-inner h3{
	letter-spacing: normal;
}
html[lang="nl"] .hs-media-kit .content-with-button .content-with-btn-inner p {
	font-weight: 400;
}
html[lang="de"] .hs-media-kit .banner-sub_heading.size_24px p,
html[lang="fr"] .hs-media-kit .banner-sub_heading.size_24px p,
html[lang="nl"] .hs-media-kit .banner-sub_heading.size_24px p,
html[lang="en-gb"] .hs-media-kit .banner-sub_heading.size_24px p {
	line-height: 26.4px !important;
}

html[lang="de"] .hs-media-kit  .row1-content-media-kit>span>div:last-child>.content-with-button .content-with-btn-inner,
html[lang="fr"] .hs-media-kit  .row1-content-media-kit>span>div:last-child>.content-with-button .content-with-btn-inner,
html[lang="en-gb"] .hs-media-kit  .row1-content-media-kit>span>div:last-child>.content-with-button .content-with-btn-inner {
	padding-top: 100px;
}
html[lang="nl"] .company-overview p {
	font-weight: 400;
}
html[lang="nl"]  .row1-content-media-kit>span>div:last-child>.content-with-button .content-with-btn-inner {
	padding-top: 100px;
}
.hs-edition-video .banner-sub_heading.size_20px {
	font-weight: 400;
}

.edition-video-wrapper .col-content-inner h3 {
	margin: 0.85em 0;
	font-size: 30px;
	color: #0d0d28;
	font-weight: 400;
	line-height: 1.65em;
	padding-bottom: 0;
}

.edition-video-wrapper .col-content.content_right.content_16px {
	text-align: right;
}

.edition-video-wrapper .col-content-inner p {
	font-weight: 400;
}

.hs-edition-video .bcwc-group .custom-heading p {
	font-size: 16px !important;
	font-weight: 400;
	color: rgb(110, 110, 125);
}
.edition-video-wrapper .col-content.content_right.content_16px {
	text-align: right;
	vertical-align: middle !important;
	padding: 30px 30px 30px 50px !important;
}
.content-with-image-group.edition-video-wrapper.quater .col-img {
	padding: 30px;
	background-color: #f2f2f2;
	vertical-align: middle;
}
.content-with-image-group.edition-video-wrapper .col-content .btn.gray-border {
	border: 3px solid #000;
	color: rgba(0,0,0,0.6);
	border-color: rgba(0,0,0,0.6);
	background: transparent;
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
	border-width: 1px;
	padding-top: 12px !important;
}
.hs-edition-video .bcwc-group .custom-heading {
	padding-bottom: 0;
}
.hs-edition-video .bcwc-group {
	border-bottom: 0;
}
.hs-edition-video  .flex_cell.col.col8.content.left .heading h3 {
	font-weight: bold;
	font-size: 28px;
	line-height: 1.1em;
	white-space: normal;
	float: none;
}
.hs-edition-video  .cta_button.btn.btn-dark-gray {
	background-color: #8cc440;
	border-color: #8cc440;
	color: #ffffff;
	padding: 15px 30px 13px;
}
.hs-edition-video  .practical-aspects-group .button-wrap {
	text-align: left;
	padding-top: 40px;
}
.practical-aspects-group  .flex_cell.col.col8.content.right {
	padding: 50px 50px 50px 80px;
}
.practical-aspects-group  .flex_cell.col.col8.content.right .heading h3 {
	color: #0d0d28;
	font-size: 40px;
	padding-bottom: 0;
}
.practical-aspects-group  .flex_cell.col.col8.content.right p.subheaidng {
	margin: 0;
	margin-top: 0.3em;
	font-weight: lighter;
	font-size: 20px;
}
.practical-aspects-group .flex_cell.col.col8.content.right .heading {
	padding: 0;
	padding-bottom: 30px;
}
.practical-aspects-group .flex_cell.col.col8.content.right .content-col {
	padding-top: 0;
}
.practical-aspects-group .flex_cell.col.col8.content.right .av_textblock_section {
	padding-top: 0;
}
.practical-aspects-group .flex_cell.col.col8.content.right strong {
	margin: 0.85em 0;
	display: block;
}


.practical-aspects-group .flex_cell.col.col8.content.right .btn-green {
	margin-top: 22px;
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
}
.hs-edition-video  .practical-aspects-group .flex_cell.col.col8.content.right .content {
	vertical-align: middle;
	padding: 45px;
	padding: 50px 50px 50px 80px;
}
.hs-edition-video  .practical-aspects-group .flex_cell.col.col4.image.right {
	background-position: center right;
}
.practical-aspects-group .flex_cell.col.col8.content.right .btn-green {
	margin-top: 22px;
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
}

html[lang="nl"] body .footer-container-wrapper .custom-footer-address p {
	font-weight: 400;
}

.cell-inner-wrap {
	line-height: 19px;
}

.pricing-wrapper .price h3 {
	line-height: 57px;
}

.pricing-wrapper .gray .price h3 {
	line-height: 29px;
}

.vcontent-layout .content-with-gradient-wrapper .inner-group .heading.size_30 {
	margin-top: 0;
	padding-bottom: 0;
}
.vcontent-layout .content-with-gradient-wrapper .content {padding-bottom: 50px;}
.vcontent-layout .content-with-gradient-wrapper .content.content_20 {margin-top: 0.3em;}
.cell-inner-wrap,
.cell-inner-wrap p{
	line-height: 19px !important;
}

.cell-inner-wrap{
	padding: 12px 12px 14px !important;
	color: #3d3e52;
}

.pricing-wrapper .ptsColFooter{
	padding: 21px 21px 20px 21px !important;
}

.pricing-group .buttom-wrapper {
	margin-bottom: 7px !important;
}

.pricing-group .buttom-wrapper a.cta_button {
	padding: 15px 30px 13px !important;
}
.content-with-bg-image-wrapper {
	overflow: hidden;
}
.content-with-bg-image-wrapper {
	overflow: hidden;
	display: block;
	width: 100%;
}   
html[lang="de"] body.image-editing  .advanced-tabber-wrapper.image-with-content-module .av-section-tab-title.av-tab-no-image span.av-inner-tab-title {
	color: #0d0d28;
}

html[lang="de"] body.image-editing .advanced-tabber-wrapper.image-with-content-module .av-section-tab-title.av-tab-no-image.av-active-tab-title span.av-inner-tab-title {
	color: rgb(206, 207, 212);
}

html[lang="de"] body.image-editing .advanced-tabber-wrapper.image-with-content-module h3 {
	font-size: 30px;
}


html[lang="de"] body.image-editing .icon-with-content-btn-wrapper .btn {
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
	text-transform:none;
}


html[lang="de"] body.image-editing .image-with-icon-content-wrapper .icon-with-content-heading h3
padding-bottom: 10px;
color: #0d0d28;
font-size: 30px;
}

html[lang="de"] .image-editing .image-with-icon-content-wrapper .icon-with-content-heading {
	padding-bottom:0 !important;
}


html[lang="de"] .image-editing .content-with-gradient-wrapper .heading.size_36 h3 {
	font-size:36px;
}

html[lang="de"] .image-editing .content-with-gradient-wrapper .button-wrap .btn {
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
	background-color: #0d0d28;
	border-color: #0d0d28;
	color: #ffffff;
}


html[lang="de"] .image-editing .icon-with-content-desc p,
html[lang="de"] .image-editing .content-with-gradient-wrapper .content p {
	font-weight:normal;
} 

html[lang="de"] .image-editing .content-with-gradient-wrapper .button-wrap .btn:hover {
	opacity: 0.9;
}


html[lang="de"]  .image-editing .custom-row5-group .content-with-image-group h3 {
	font-size:40px;
}
html[lang="de"]  .image-editing .tabber-iwcontent-inner .align-right p {
	font-weight:normal;
}
html[lang="de"]  .image-editing  .content-with-image-group .col-content-inner p {
	font-weight:normal;
}
html[lang="de"]  .image-editing  .content-with-image-group .col-content-inner p {
	font-weight:normal;
}
html[lang="de"]  .image-editing .image-with-icon-content-wrapper .icon-with-content-heading {
	padding-bottom:0 !important;
}

html[lang="fr"] .hs-data-logistics .bcwc-group .custom-heading h3 {
	font-weight: lighter;
	letter-spacing: normal;
}
@keyframes zoomIn{
	from{
		opacity:0;
		transform:scale3d(.3,.3,.3)
	}
	50%{
		opacity:1
	}
}
.zoomIn{
	animation-name:zoomIn
}

.team-members-group .col .image-ultimate-responsive-1{
	animation-duration: 1s; 
}  

/*search page styles*/
.search-top-content h4 {
	font-weight: 600;
}
h4.search-heading {
	color: #0d0d28;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.1em;
	padding-bottom: 20px;
}
.search-layout .hs-search-field {
	padding-bottom: 0;
}
.search-layout .hs-search-field .hs-search-field__bar {
	padding-bottom: 44px;
	border-bottom: 1px solid #cecfd4;
	margin-bottom: 40px;
}
.search-layout .hs-search-results__listing {
	counter-reset: counting;
	font-weight: normal;
}
.search-layout .hs-search-results__listing li {
	padding-bottom: 40px;
	padding-left: 55px;
	font-size: 13px;
	clear: both;
	position: relative;
}
.search-layout .hs-search-results__listing li:before {
	content: counter(counting);
	counter-increment: counting;
	background: #f8f8f8;
	position: absolute;
	left: 0;
	top: 1px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
	height: 44px;
	line-height: 24px;
	padding: 10px;
	text-align: center;
	border-radius: 100px;
	width: 44px;
}
.search-layout .hs-search-results__listing li a.hs-search-results__title {
	font-size: 2em;
	text-align: left;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0px 0 15px;
	line-height: 1.3em;
	margin-bottom: 10px;
	color: #8dc440;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.search-layout .hs-search-results__listing li a.hs-search-results__title:hover {
	opacity: 0.7;
}
.search-layout .hs-search-results__listing li p.hs-search-results__description {
	font-weight: lighter;
}
.search-layout .hs-search-results__pagination a {
	line-height: 35px;
	text-align: center;
	padding: 0;
	border-radius: 100px;
	margin-right: 3px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
	background: #f8f8f8;
	color: #0d0d28;
	-webkit-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
	-webkit-transition: background 0.15s ease-out;
	transition: background 0.15s ease-out;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 0px 10px;
	font-weight: normal;
}



















html[lang="nl"] body.image-editing .parallax-wrapper .parallax-image {
	background-position: center center !important;
}


html[lang="nl"] body.image-editing .content-with-image-group h3 {
	text-align: right;
	padding-bottom: 0;
	color: #0d0d28;
	font-weight: normal;
	font-size: 30px;
	color: #0d0d28;
}


html[lang="nl"] body.image-editing .advanced-tabber-wrapper.image-with-content-module .av-section-tab-title.av-tab-no-image span.av-inner-tab-title {
	color: rgb(206, 207, 212);  
}


html[lang="nl"] body.image-editing .advanced-tabber-wrapper.image-with-content-module .av-section-tab-title.av-tab-no-image span.av-inner-tab-title {
	color: #0d0d28;
}

html[lang="nl"] body.image-editing  .tabber-iwcontent-inner .align-right p {
	font-weight:normal;
}

html[lang="nl"] body.image-editing  .advanced-tabber-wrapper.image-with-content-module .iwcontent-item-content h3 {
	font-weight:normal;
}


html[lang="nl"] body.image-editing .iwcontent-btn.iwcontent-cta-btn a.cta_button {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
	text-decoration: none;
	padding: 9px 10px 7px;
	font-size: 13px;
	min-width: 80px;
	background-color: #8cc440;
	border-color: #8cc440;
	color: #ffffff;
}


html[lang="nl"] body.image-editing .advanced-tabber-wrapper.image-with-content-module h3 {
	font-size:30px;
}

html[lang="nl"] body.image-editing .icon-with-content-desc p {
	font-weight:normal;
}

html[lang="nl"] body.image-editing .image-with-icon-content-wrapper .icon-with-content-heading {
	padding-bottom:0 !important;
}


html[lang="nl"] body.image-editing .icon-with-content-btn-wrapper .btn {
	background-color: #8cc440;
	border-color: #8cc440;
	color: #ffffff;
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
	text-decoration: none;
	display: inline-block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
}


html[lang="nl"] body.image-editing .icon-with-content-btn-wrapper .btn:hover {
	opacity: 0.9;
}

html[lang="nl"] body.image-editing .content-with-gradient-wrapper .heading.size_36 h3 {
	font-size:30px;
	color: #0d0d28;
}


html[lang="nl"] body.image-editing .content-with-gradient-wrapper .button-wrap .btn {
	text-decoration: none;
	display: inline-block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
	color: #ffffff;
	border-color: #1b1c30;
}


html[lang="nl"] body.image-editing .content-with-gradient-wrapper .button-wrap .btn:hover {
	opacity: 0.9;
}


html[lang="nl"] body.image-editing .custom-row5-group .content-with-image-group h3 {
	font-size: 40px;
	font-weight: 300;
	text-align: left;
	padding-bottom: 10px;
	color: #0d0d28;
}

html[lang="nl"] body.image-editing  .custom-row5-group .content-with-image-group p {
	font-weight:normal;
}


html[lang="nl"] body.image-editing  .content-with-image-group .col-img {
	height: 335px;
	background-position: center center !important;
	background-size: cover !important;
}


html[lang="nl"] body.image-editing .content-with-image-group .col-content {
	height:auto;
}

html[lang="nl"] body.image-editing .icon-with-content-desc p {
	color: #6e6e7d;
}


html[lang="nl"] body.image-editing .advanced-tabber-wrapper.image-with-content-module .av-section-tab-title.av-tab-no-image span.av-inner-tab-title {
	color: #6e6e7d;
}

html[lang="nl"] .banner-content .banner-content-holder .banner-sub_heading p {
	font-weight: 300;
}

html[lang="nl"] body.image-editing .content-with-image-group h3 {
	margin: 25px 0;
	line-height: 49.5px;
}

html[lang="nl"] body.image-editing .image-with-icon-content-wrapper .icon-with-content-heading h3 {
	font-size: 30px;
	color: #0d0d28;
}
/* .content-with-form-wrapper .hs-form-field > label {
font-weight: 400;
} */
html[lang="de"] .ps-row1 .custom-content-bg-img .content-group p {
	padding-top: 25px;
	color: #6e6e7d;
	padding-bottom: 1px;
}
html[lang="de"] .ps_page .content-with-image-group .col-content-inner p {
	font-weight: 400;
}
html[lang="de"] .ps_page .content-with-image-group .col-btn .btn-black {
	padding: 12px 16px 10px;
	padding-top: 12px !important;
}
.thankyou-message-inner > div.thanks_content p {
	font-weight: 400;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-platforms-services > ul > li > ul > li.active-branch > a {
	color: #8cc440 !important;
}
html[lang="de"] .ps-row2 .content-with-button h3.av-special-heading-tag {
	letter-spacing: 1px;
}
html[lang="de"] .ps-row2 .content-with-button p {
	font-weight: 400;
}

.hs-visual-content-production .content-with-gradient-wrapper.without-container .heading.size_30 {
	padding-bottom: 0;
	margin-top: 0;
}
.hs-visual-content-production .content-with-gradient-wrapper .button-wrap .btn {
	margin-bottom: 10px;
}

/* A */


.chosen-with-drop .search-choice-disabled, .demo .search-choice-disabled {
	display: none !important;
}
li.search-choice.search-choice-disabled {
	border: 0 !important;
	background: no-repeat !important;
	box-shadow: none !important;
	background-color: #f8f8f8;
	color: #0d0d28 !important;
	outline: none;
	font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.custom-banner-area .page-center{
	opacity: 0;
	-webkit-transition: opacity 0.6s ease-in;
	transition: opacity 0.6s ease-in;
}

.hs-lay a.btn.btn_white_border {
	padding: 25px 50px 23px;
	font-size: 15px;
	min-width: 200px;
}
.hs-lay a.btn.btn_white_border:hover {
	opacity: 0.7;
}
html[lang="de"] .step-process-group .sub-heading p {
	font-weight: 400;
}
.av-timeline-nav button.slick-arrow:hover:before {
	opacity: 1;
}

/* ======================================================================================================================================================
ANIMATIONS
====================================================================================================================================================== */
.avia_transform.avia_desktop .av-animated-generic{
	opacity: 0;
}


.avia_transform .avia_start_delayed_animation.fade-in {
	-webkit-animation: avia-fadein 1.5s 1 ease-out; /* Safari 4+ */
	animation:         avia-fadein 1.5s 1 ease-out; /* IE 10+ */
	opacity: 1;
}

.avia_transform .avia_start_delayed_animation.pop-up {
	-webkit-animation: avia_image_appear 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
	animation:         avia_image_appear 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
	opacity: 1;
}

.avia_transform .avia_start_delayed_animation.top-to-bottom {
	-webkit-animation: avia-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
	animation:         avia-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
	opacity: 1;
}

.avia_transform .avia_start_delayed_animation.bottom-to-top {
	-webkit-animation: avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* Safari 4+ */
	animation:         avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); /* IE 10+ */
	opacity: 1;
}

.avia_transform .avia_start_delayed_animation.left-to-right {
	-webkit-animation: avia-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
	animation:         avia-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
	opacity: 1;
}

.avia_transform .avia_start_delayed_animation.right-to-left {
	-webkit-animation: avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
	animation:         avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
	opacity: 1;
}

.avia_transform .avia_start_delayed_animation.av-rotateIn {
	-webkit-animation: avia-rotateIn 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia-rotateIn 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
}

.avia_transform .avia_start_delayed_animation.av-rotateInUpLeft {
	-webkit-animation: avia-rotateInUpLeft 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia-rotateInUpLeft 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
}

.avia_transform .avia_start_delayed_animation.av-rotateInUpRight {
	-webkit-animation: avia-rotateInUpRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia-rotateInUpRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
}


/*pop up animation*/
@-webkit-keyframes avia_appear {
	0%   { -webkit-transform:scale(0.5); opacity: 0.1;  }
	100% { -webkit-transform:scale(1); opacity: 1; }
}
@keyframes avia_appear {
	0%   { transform:scale(0.5); opacity: 0.1;  }
	100% { transform:scale(1); opacity: 1;  }
}


@-webkit-keyframes avia_image_appear {
	0%   { -webkit-transform:scale(0.7); opacity: 0.1;  }
	100% { -webkit-transform:scale(1); opacity: 1; }
}
@keyframes avia_image_appear {
	0%   { transform:scale(0.7); opacity: 0.1;  }
	100% { transform:scale(1); opacity: 1;  }
}

@-webkit-keyframes avia_hotspot_appear {
	0%   { -webkit-transform:translate(0, 80px); opacity: 0.1;  }
	100% { -webkit-transform:translate(0, 0px); opacity: 1; }
}
@keyframes avia_hotspot_appear {
	0%   { transform:translate(0, 80px); opacity: 0.1;  }
	100% { transform:translate(0, 0px); opacity: 1;  }
}



@-webkit-keyframes avia_appear_short {
	0%   { -webkit-transform:scale(0.5); opacity: 0;  }
	50%  { opacity: 1;  }
	100% { -webkit-transform:scale(1); opacity: 0;  }
}
@keyframes avia_appear_short {
	0%   { transform:scale(0.5); opacity: 0;  }
	50%  { opacity: 1;  }
	100% { transform:scale(1); opacity: 0;  }
}



/*pop up animation*/
@-webkit-keyframes avia_msonry_show {
	0%   { -webkit-transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
	100% { -webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@keyframes avia_msonry_show {
	0%   { transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
	100% { transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
}

/*animated arrow animattion*/
@-webkit-keyframes avia_fade_move_down {
	0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
	50%  { opacity: 1;  }
	100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@keyframes avia_fade_move_down {
	0%   { transform:translate(0,-20px); opacity: 0;  }
	50%  { opacity: 1;  }
	100% { transform:translate(0,20px); opacity: 0; }
}


/*slide down (height increase) animation*/
@-webkit-keyframes avia_slide_down {
	0%   { height:0%; }
	100% { height:100%; }
}
@keyframes avia_slide_down {
	0%   { height:0%; }
	100% { height:100%; }
}

/*expand width animation*/
@-webkit-keyframes avia_expand {
	0%   { width:0%; }
	100% { width:100%; }
}
@keyframes avia_expand {
	0%   { width:0%; }
	100% { width:100%; }
}

/*fade in animation*/

@-webkit-keyframes avia-ltr {
	0%   { -webkit-transform:translate(-10%,0); opacity: 0;  }
	100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes avia-ltr {
	0%   { transform:translate(-10%,0); opacity: 0;  }
	100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes avia-rtl {
	0%   { -webkit-transform:translate(10%,0); opacity: 0;  }
	100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes avia-rtl {
	0%   { transform:translate(10%,0); opacity: 0;  }
	100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes avia-btt {
	0%   { -webkit-transform:translate(0,50%); opacity: 0;  }
	100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes avia-btt {
	0%   { transform:translate(0,50%); opacity: 0;  }
	100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes avia-ttb {
	0%   { -webkit-transform:translate(0, -10%); opacity: 0;  }
	100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes avia-ttb {
	0%   { transform:translate(0, -10%); opacity: 0;  }
	100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes avia-fadein {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes avia-fadein {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

/*rotate*/

@-webkit-keyframes avia-rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes avia-rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@-webkit-keyframes avia-rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes avia-rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}


@-webkit-keyframes avia-rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -22deg);
		transform: rotate3d(0, 0, 1, -22deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes avia-rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -22deg);
		transform: rotate3d(0, 0, 1, -22deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}



/*background animation*/
@-webkit-keyframes avia-bg-move {
	0%   { background-position: -31px 0;  }
	100% { background-position: 0 0; }
}
@keyframes avia-bg-move {
	0%   { background-position: -31px 0;  }
	100% { background-position: 0 0; }
}




/*caption animation*/

@-webkit-keyframes caption-right {
	0%   { -webkit-transform:translate(2000px,0); opacity: 0;  }
	100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-right {
	0%   { transform:translate(2000px,0); opacity: 0;  }
	100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes caption-left {
	0%   { -webkit-transform:translate(-2000px,0); opacity: 0;  }
	100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-left {
	0%   { transform:translate(-2000px,0); opacity: 0;  }
	100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes caption-top {
	0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
	100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-top {
	0%   { transform:translate(0,-20px); opacity: 0;  }
	100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes caption-bottom {
	0%   { -webkit-transform:translate(0,20px); opacity: 0;  }
	100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-bottom {
	0%   { transform:translate(0,20px); opacity: 0;  }
	100% { transform:translate(0,0); opacity: 1; }
}

/*image hotspot pulse*/
@-webkit-keyframes av_pulsate {
	0% {-webkit-transform: scale(0.1); opacity: 0.0;}
	50% {opacity: 0.7;}
	100% {-webkit-transform: scale(1); opacity: 0.0;}
}

@keyframes av_pulsate {
	0% {transform: scale(0.1); opacity: 0.0;}
	50% {opacity: 0.7;}
	100% {transform: scale(1); opacity: 0.0;}
}


/*sonar effect*/
@-webkit-keyframes sonarEffect {
	0% {opacity: 0.3;}
	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);}
	100% {box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);-webkit-transform: scale(1.5);opacity: 0;}
}
@keyframes sonarEffect {
	0% {opacity: 0.3;}
	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);}
	100% {box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);transform: scale(1.5);opacity: 0;}
}


.content-with-image-group.edition-video-wrapper.quater .col-img {
	border-bottom: 1px solid #e6e7e8 !important;
}
.edition-video-wrapper .col-content-inner p {
	font-weight: lighter;
}

.col-group.top_to_bottom {
	opacity: 0;
}
.col-group.top_to_bottom.active {
	-webkit-animation: avia-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
}
.col-group.fade {
	opacity: 0;
}
.col-group.fade.active{
	-webkit-animation: avia-fadein 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia-fadein 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
}
.col-group.right_to_left {
	opacity: 0;
}
.col-group.right_to_left.active {
	-webkit-animation: avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
}
html[lang="nl"] .hs-stream-post-production-platform .custom-heading-with-icon-group .sub-header-wrapper p {
	font-weight: normal;
	color: #0d0d28;
	opacity: 0.8;
}

.image-ultimate-hover-14 .iheu-info-2 {
	overflow-y: auto;
}


html[lang="nl"] body.hs-visual-content-production .banner-v3-content a.cta_button:hover {
	color: #fff;
}


.video-banner a.banner-button.btn_white-border:hover {
	color: #fff;
	opacity: 0.7;
}
html[lang="nl"] .hs-3d-product-visualization .banner-content .banner-content-holder .banner-sub_heading p {
	font-weight: normal;
}
.content-with-360-degree-image-wrapper .content h3 {
	word-break: break-word;
}
.sind-sie-bereit:hover {
	text-decoration: none;
	color: #fff;
}
.intakeon-page .fwc-with-icon-wrapper a.cta_button {
	padding-top: 15px;
}
html[lang="de"] .image-editing .image-with-icon-content-wrapper .icon-with-content-heading {
	font-size: 30px;
	color: #0d0d28;
}
html[lang="de"] .image-editing .image-with-icon-content-wrapper .icon-with-content-heading h3 {
	color: #0d0d28;
}

html[lang="de"] .image-editing .image-with-icon-content-wrapper .icon-with-content-desc {
	color: #6e6e7d;
}

.hs_full .banner-content .banner-content-holder .banner-heading h1 {
	font-size: 40px !important;
}
.globe_class:hover .lang_list_class {
	display: block;
}

.lang_list_class li {
	position: relative;
	line-height: 1;
	font-size: 13px;
	padding: 0 15px 10px 15px;
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.lang_list_class li a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

.lang_switcher_class {
	position: relative;
	display: inline-block;
}

.lang_list_class {
	display: none;
	position: absolute;
	top: 17px;
	left: 0;
	-webkit-transform: none;
	transform: none;
	text-align: center;
	z-index: 100;
	list-style-type: none;
	padding: 15px 0 0 0;
	margin: 0;
	width: 208px;
}
.home-banner-content-inner,
.content-with-top-icon-image .bottom.col-grid .item.col {
	opacity: 0;
}
.home-banner-content-inner.active,
.content-with-top-icon-image .bottom.col-grid .item.col.active {
	-webkit-animation: avia-fadein 1.5s 1 ease-out;
	animation: avia-fadein 1.5s 1 ease-out;
	opacity: 1;
}
#comments-listing:not([data-has-comments="true"]) {
	display: none;
}
/* .image-editing .content-with-image-group .col-content:first-child .col-content-inner h3 {
font-size: 30px;
font-weight: 400;
} */

.de-blog h1.post-title.entry-title {
	padding-bottom: 0;
	margin-bottom: 7px;
	letter-spacing: 0;
}

.de-blog  span.post-meta-infos {
	padding-top: 0;
	margin-top: 5px;
	padding-bottom: 7px;
	font-weight: normal;
	letter-spacing: 0;
	font-family: Lato, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12.96px;
}

.de-blog .entry-content {
	font-weight: normal;
}

.de-blog span.post-meta-infos time.date-container.minor-meta.updated {
	text-transform: none;
}

.de-blog span.post-meta-infos span.entry-author-link {
	font-weight: normal;
}
.author-box .blog-meta {
	float: left;
	margin-right: 50px;
}

.author-box .author_description {
	overflow: hidden;
}

img.avatar.avatar-81.photo {
	border-radius: 111px;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 2;
}

span.rounded-container {
	float: left;
	width: 81px;
	height: 81px;
	text-align: center;
	line-height: 81px;
	border-color: #cecfd4;
	background: #0d0d28;
	color: #ffffff;
	border-radius: 111px;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 2;
}

.author-box .author_description h3.author-title {
	font-size: 20px;
	line-height: 1.1em;
	margin-bottom: 8px;
	font-weight: 600;
	padding: 0;
}

section.author-box {
	margin-bottom: 60px;
}

.custom-banner-area .video-banner-wrapper {
	opacity: 0;
	transition: all 0.5s;
}
.custom-banner-area.active .video-banner-wrapper {
	opacity: 1;
}
.custom-header-group.no-naviagtion {
	min-height: 91px !important;
}
.wistia_placebo_close_button {
	opacity: 1 !important;
}
.nu a.hs-button.large.primary {
	margin-top: 15px;
	display: inline-block;
}
.hs-landing-page .hs-button.primary, .hs-landing-page input[type="submit"], .hs-landing-page input[type="button"] {
	display: inline-block;
}
input#hs-pwd-widget-password {
	max-width: 767px;
}

body.wistia_popover_mode {
	overflow: hidden;
}
.nu .hs-input {
	max-width: 767px;
}
.req .content-with-form .left-content p:first-of-type {
	padding-top: 0;
}
.custom-content-bg-img.bg_fixed > .col {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
}
.thankyou-message-inner > div {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
.thankyou-message-inner > div.av-flex-placeholder {
	width: 6%;
}
.thankyou-message-inner > div {
	width: 47%;
}
.thankyou-message-inner {
	height: calc(100vh - 90px);
	display: table;
	table-layout: fixed;
}
.gform_wrapper .chosen-container-multi .chosen-choices {
	margin-top: 8px;
}
















/* 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) {
	.video-popup {
		overflow: hidden;
	}
	.video-popup span {
		width: 100% !important;
	}
	.video-popup-wrapper+.video-popup-wrapper {
		padding: 0;
	}
	.pricing-wrapper .price h3 {
		word-break: break-word;
	}

}

@media (max-width: 1300px){
	.custom-lang-switcher ul.lang_list_class,
	.custom-menu-primary .hs-menu-wrapper > ul li.hs-about-us > ul,
	.custom-menu-primary .hs-menu-wrapper > ul li.hs-platforms-services > ul >li:last-child,
	.custom-menu-primary .hs-menu-wrapper > ul li.hs-platforms-services > ul,
	.custom-menu-primary .hs-menu-wrapper > ul li.hs-platforms-services > ul > li > ul,
	.custom-menu-primary .hs-menu-wrapper > ul li.hs-platforms-services > ul > li > ul > li > ul{
		border-top: 1px solid #8dc440;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:nth-chid(2) > ul{
		border-top: 1px solid #8dc440;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul >li:last-child{
		border-top: 1px solid #8dc440;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul{
		border-top: 1px solid #8dc440;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > ul{
		border-top: 1px solid #8dc440;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > ul{
		border-top: 1px solid #8dc440;
	}

	.custom-header-group.no-naviagtion {
		min-height: 90px !important;
	}


}


@media (max-width:1200px) and (min-width:768px) {
	html[lang="de"]  .image-editing .content-with-image-group h3 {
		font-size: 25px;
	}
}

@media (max-width: 1068px) {
	.pricing-wrapper .custom-item {
		width: 100%;
	}
	.pricing-wrapper .price p {
		padding-bottom: 0;
	}
	.pricing-wrapper .price .price-inner {
		min-height: 156px;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.thanks_content h1 {
		font-size: 50px;
	}
	.content-with-top-icon-image .heading.large h3 {
		word-break: break-word;
	}
}

@media(min-width:990px) {
	.four-col-row .col-content-item:nth-child(5n+1) {
		margin-left: 0;
	}
}
@media(max-width:990px) {
	html[lang="de"] .image-editing .image-with-icon-content-wrapper .item-image {
		vertical-align: top;
		overflow: hidden;
		padding-left: 8% !important;
		padding-right: 8% !important;
		height: 375px !important;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 989px) {
	.custom-logo img {
		margin-top: 17px;
	}
	.four-col-row .col-content-item:nth-child(2n+1) {
		margin-left: 0;
		clear: both;
	}

	.four-col-row .col-content-item {
		width: 48%;
		margin-left: 4%;
	}

	.four-col-row .col-content-item {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.four-col-row .col-content-item:nth-child(2),
	.four-col-row .col-content-item:first-child {
		margin-top: 50px;
	}
	html[lang="en-gb"] .hs-csr .four-col-row .col-content-item {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.av-timeline-nav {
		padding-top: 70px;
		position: absolute;
		right: 0;
		top: 27px;
	}
	.av-timeline-nav:after {
		content: "";
		display: table;
		clear: both;
	}
	.av-timeline-nav button.slick-arrow {
		display: inline-block !important;
		position: relative;
		font-size: 0px;
		overflow: hidden;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 100%;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		margin: 0 0 0 2px;
		-webkit-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
		background-color: #fff;
		left: 0;
		top: 0;
		right: 0;
	}
	.av-timeline-nav button.slick-arrow:before {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-weight: normal;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 100%;
		color: #fff;
		background-color: #bdbec3;
		opacity: 0.5;
		transition: all 0.2s ease-in;
		display: block;
		font-size: 18px;
		font-family: 'entypo-fontello';
	}
	.av-timeline-nav button.slick-prev.slick-arrow:before {
		content: "";
	}
	.av-timeline-nav button.slick-next.slick-arrow:before {
		content: "";
	}


}

@media only screen and (max-width: 989px) and (min-width: 768px) {
	.counter-group .col+.col {
		margin-left: 4%;
	}
	.counter-group .col {
		width: 48%;
	}
	.counter-group .col:nth-child(3n+1) {
		margin-left: 0;
		clear: both;
	}
	.counter-group .col:nth-last-child(-n+2) {
		margin-top: 30px;
	}
	.practical-aspects-group .button-wrap {
		text-align: left;
		padding-top: 0;
	}
	.vcontent-layout  .col-wrapper.four .col-group:nth-child(2n+1) {
		clear: both;
	}
	.col-wrapper.four .col-group {
		margin-left: 4%;
		width: 48%;
	}
	.col-wrapper.four .col-group:nth-child(2n + 1) {
		margin-left: 0;
	}
	.col-wrapper.four .col-group:nth-child(n + 3) {
		margin-top: 30px;
	}

	/* 	style 3 */
	.av-masonry-entry-content.entry-content {
		display: none;
	}

}

@media (max-width: 991px) {

	.image-with-icon-content-wrapper .col {
		width: 100%;
		margin: 0;
		display: block;
		padding-left: 8%;
		padding-right: 8%;
		height: auto;
		min-height: 0;
		overflow: hidden;
	}

	.hs-visual-content-production .banner-button-wrapper .btn {
		margin: 3px 0 5px;
		padding: 15px 30px 13px;
	}

	html[lang="fr"] .image-editing .content-with-image-group .col-content-inner h3 {
		font-size: 30px;
	}

}

@media (max-width:991px) and (min-width:768px) {
	/* 	Style 4 */
	.content-with-top-icon-image .bottom.col-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.content-with-top-icon-image .bottom.col-grid .item.col.col3 {
		display: inline-block;
		width: 50%;
	}
}

@media (max-width:900px) and (min-width:768px){
	.hs-3d-product-visualization .content-with-image-group .col-content h3 {
		font-size: 30px;
	}
	.content-with-360-degree-image-wrapper .content h3 {
		word-break: break-word;
		font-size: 30px;
	}
	html[lang="fr"] .hs-3d-product-visualization .featured-items-wrapper .featured-items-title h3 {
		font-size: 36px;
	}
	.hs-3d-product-visualization .content-with-image-group .col-content {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}



}





@media(max-width:870px) and (min-width:768px){
	html[lang="de"] .hs-data-logistics .five-col-row .col-content-item:nth-child(3n+1) {
		clear: left;
		margin-left: 0;
	}

	html[lang="de"] .hs-data-logistics .five-col-row .col-content-item {
		width: 28.333%;
	}
}
@media(min-width:768px){
	/* 	Style 3 */
	.hs-edition-video	.practical-aspects-group .flex_cell.col.col4.image.left {
		height: 75vh;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-depth-1:not(.active).active-branch > a > span,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plattformen-und-dienstleistungen > ul ul li.active-branch > a {
		color: #8cc440;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-plattformen-und-dienstleistungen > ul ul li.active.active-branch > a {
		color: #0d0d29;
	}
}

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

@media (max-width: 767px) {

	.container-fluid .row-fluid .page-center {
		width: 85%;
		max-width: 85%;
		padding-left: 0;
		padding-right: 0;
	}
	.custom-header-group .page-center {
		max-width: 85% !important;
		width: 85%;
		min-height: 80px !important;
	}
	.custom-logo {
		width: 80%;
		display: table;
		height: 80px;
	}
	.custom-logo a {
		display: table-cell;
		vertical-align: middle;
	}
	.custom-logo img {
		margin-top: 7px;
		max-width: 100%;
		vertical-align: baseline;
	}
	.custom-menu-primary.js-enabled {
		min-height: 0;
	}
	.custom-header-group{
		min-height: 80px !important;
	}
	.mobile-trigger {
		height: 80px;
		line-height: 80px;
	}
	.custom-footer-menu .hs-menu-wrapper > ul > li {
		width: 100%;
		padding-left: 0;
		padding-bottom: 52px;
		padding-top: 30px;
		margin-left: 0;
	}
	.custom-footer-menu {
		margin-top: 0;
		margin-bottom: 0;
		width: 100% !important;
	}
	.custom-footer-menu .hs-menu-wrapper > ul ul li {
		line-height: 1.8em;
	}
	.custom-footer-menu .hs-menu-wrapper > ul ul li a {
		padding: 4px 0px 5px 0;
	}
	.custom-footer-address {
		margin-top: 29px;
		margin-bottom: 30px;
		padding-bottom: 21px;
		padding-top: 1px;
		width: 100% !important;
	}
	a#back-to-top {
		display: none;
	}
	.partners-wrapper .col-grid .col {
		width: 100%;
		display: block;
		padding: 30px !important;
		margin-bottom: 20px;
	}
	.col-content-item {
		width: 100% !important;
		margin-left: 0 !important;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.product-detail-group .col4 {
		width: 100%;
		display: block;
		padding-left: 8%;
		padding-right: 8%;
	}
	.product-detail-group .col8 {
		display: block;
		margin: 0;
		padding-left: 8%;
		padding-right: 8%;
		width: 100%;
	}
	.video-popup-wrapper {
		width: 100%;
		margin-left: 0 !important;
		margin-top: 0;
	}
	/* 	.video-popup span {
	width: auto !important;
} */
	.product-detail-group .col4 .col-inner {
		padding-bottom: 70px;
	}
	.pricing-group .content, .pricing-group .pricing-wrapper {
		display: block;
		width: 100%;
		padding-left: 8%;
		padding-right: 8%;
	}
	.pricing-group .btn-black {
		min-width: auto;
	}
	.col-content-main-wrap .terms-content h3 {
		font-size: 28.8px;
	}
	.bcwc-group .custom-heading h3 {
		font-size: 0.8em;
	}
	.bcwc-group .two-col .col {
		width: 100%;
		margin-left: 0 !important;
		float: none;
		display: block;
		padding-bottom: 20px;
	}
	.content-with-image-wrapper .six-six .col {
		width: 100%;
		display: block;
	}
	.content-with-image-wrapper .six-six .col {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.content-with-image-wrapper .space_50 {
		display: block;
	}
	.content-with-image-wrapper h3 {
		padding-bottom: 10px;
		font-size: 28.8px;
	}
	.content-with-image-wrapper .btn-dark-gray {
		padding: 15px 30px 13px;
	}
	.content-with-image-wrapper .content {
		padding-bottom: 7px;
	}
	.counter-group .custom-heading h3 {
		font-size: 32px;
	}
	.counter-group .col {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 20px;
	}
	.practical-aspects-group .col {
		display: block;
		margin: 0;
		padding-left: 8%;
		padding-right: 8%;
		width: 100%;
		height: auto !important;
	}
	.practical-aspects-group .heading h3 {
		font-size: 28.8px;
	}
	.practical-aspects-group .av_textblock_section {
		width: 100%;
		display: block;
		float: none;
		margin-left: 0;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li>a>span {
		display: inline;
		width: auto;
	}
	.row1-content-csr {
		float: none !important;
		margin-right: auto !important;
		margin-left: 0 !important;
		width: 100% !important;
		margin: 0 auto !important;
		margin-bottom: 37px !important;
	}

	.four-col-row .col-content-item {
		margin: 0;
		margin-bottom: 20px;
	}

	.four-col-row .col-content-item:nth-child(2),
	.four-col-row .col-content-item:first-child {
		margin-top: 0;
	}

	.hs-csr .banner-content .banner-content-holder .banner-heading h1 {
		font-size: 40px;
		font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-weight: lighter;
		text-transform: uppercase;
	}
	.row1-content-csr {
		width: 100% !important;
	}
	.join-our-team a.avia-button {
		width: 100%;
		margin-top: 4px;
		position: relative;
		top: 0;
		left: 0;
		text-align: center;
		float: none;
		display: block;
	}

	.join-our-team .avia-button-wrap.avia-button-right {
		display: block;
		float: none;
	}

	.join-our-team .avia-promocontent {
		margin-right: 0;
	}
	html[lang="nl"] .hs-csr .bcwc-group .custom-heading h3 {
		font-size: 0.8em !important;
	}
	.fwc-with-icon-content-wrapper h3 {
		font-size: 28.8px;
	}	
	.custom-banner-v3-area .banner-v3-content {
		padding-left: 8%;
		padding-right: 8%;
		width: 100%;
		display: block;
	}
	.custom-banner-v3-area .col6 {
		display: block;
		width: 100%;
	}
	.custom-banner-v3-area .banner-v3-content {
		height: auto;
	}
	.custom-banner-v3-area .banner-heading h1 {
		font-size: 0.8em !important;
		word-break: break-word;
	}
	.banner-v3-image {
		height: auto;
	}
	.heading-with-box-icon .custom-item {
		border: none;
		width: 100%;
		display: block;
	}
	.vcp-services-layout .two-col .col:first-child {
		padding-left: 20px;
	}
	.vcp-services-layout .bcwc-group .two-col .col {
		margin-bottom: 20px;
	}
	.vcp-services-layout .two-col .col:last-child {
		padding-right: 20px;
	}
	.testimonial-v2-group .col {
		width: 100%;
		display: block;
		padding-left: 8%;
		padding-right: 8%;
	}
	.cwi-group .col6 {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.cwi-group .col-grid {
		display: block;
		width: 100%;
	}
	.wtlm-wrapper .col {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.wtlm-wrapper .col-grid {
		display: block;
	}
	.wtlm-wrapper h2 {
		font-size: 48px;
	}
	.intakeon-page .content-with-image-group .col-content,
	.intakeon-page .content-with-image-group .col-img {
		height: auto !important;
		min-height: 0 !important;
		padding: 30px;
		margin: 0 !important;
	}
	.icon-with-content-item h3 {
		font-size: 16px;
	}
	.custom-content-bg-img.bg_scroll .col {
		height: auto !important;
	}
	.vcontent-layout .content-with-image-wrapper h3 {
		font-size: 27.2px;
	}
	.vcontent-layout .content-with-gradient-wrapper.without-container {
		padding-left: 8%;
		padding-right: 8%;
	}
	.platform-group .custom-heading h3 {
		font-size: 0.8em;
	}
	.custom-content-wrapper .custom-item {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.platform-group .image-wrapper {
		padding: 20px;
		margin-bottom: 20px;
	}
	.custom-content-wrapper .custom-item:nth-last-child(-n+2) {
		margin-bottom: 20px;
	}
	.vcontent-layout .row-5-group h2 {
		font-size: 27.2px;
	}
	.step-process-group .heading h3 {
		font-size: 0.8em;
	}
	.timeline-slide-carousel ul.slide-wrapper li h2 {
		padding: 0 0 30px 90px;
	}
	.timeline-slide-carousel ul.slide-wrapper .av-milestone-icon-wrap .milestone_inner {
		line-height: 60px;
	}
	.timeline-slide-carousel .av-milestone-content-wrap {
		padding: 30px 0 10px 90px;
	}
	.av-timeline-nav {
		padding-top: 57px;
	}
	span.av-milestone-indicator {
		left: -58px;
	}
	.timeline-slide-carousel .entry-footer {
		left: 32px;
	}
	.vcontent-layout .row-7-group .content-with-image-wrapper .four-eight .content {
		width: 100%;
	}
	.vcontent-layout .row-7-group .four-eight .image {
		width: 100%;
	}
	.vcontent-layout .row-7-group .content-with-image-wrapper h3 {
		font-size: 32px;
	}
	html[lang="nl"] .vcontent-layout .content-with-image-wrapper h3 {
		font-size: 27.2px;
	}
	.av-milestone-icon-wrap .milestone_icon {
		height: 64px;
		width: 64px;
		line-height: 64px;
	}
	html[lang="nl"] .vcontent-layout .row-7-group .content-with-image-wrapper h3 {
		font-size: 32px;
	}
	/* 	Style 1 */
	.banner-content .banner-content-holder .banner-heading {
		font-size: 40px;
	}
	.banner-content .banner-content-holder .banner-heading h1 {
		font-size: 0.8em;
		word-break: break-word;
	}
	.banner-content .banner-content-holder>*:last-child {
		margin-bottom: 20px;
	}
	.checklist-wrapper .col-grid .col {
		width: 100% !important;
		display: block;
		margin: 0;
		height: auto !important;
		overflow: hidden;
		padding-left: 8% !important;
		padding-right: 8% !important;
	}
	.content-with-360-degree-image {
		display: block;
	}
	.content-with-360-degree-image .image {
		display: flex;
		margin: 0;
		margin-bottom: 20px;
		width: 100%;
		align-items: center;
		padding-left: 0;
	}
	.content-with-360-degree-image-wrapper .page-center .av-flex-placeholder {
		display: none;
	}
	.content-with-360-degree-image-wrapper .content {
		display: block;
		width: 100%;
		margin-bottom: 34px;
	}
	.featured-items-wrapper .col-grid .col.col3 {
		display: block;
		width: 100%;
	}
	.col-grid {
		display: block;
	}
	.featured-items-wrapper .featured-items-title h3 {
		font-size: 0.8em;
	}
	.featured-items-wrapper .featured-items-title {
		padding-bottom: 0;
	}
	.featured-items-wrapper .col-grid .av-flex-placeholder {
		display: none;
	}
	.featured-items-wrapper .col-grid .col.col3 {
		padding-bottom: 20px;
	}
	.content-with-image-group {
		display: block;
	}
	.content-with-image-group .col-img {
		display: block;
		width: 100%;
	}
	.content-with-image-group .col-content {
		display: block;
		width: 100%;
		padding-left: 8% !important;
		padding-right: 8% !important;
		height: auto !important;
	}
	.content-with-image-group .col-content .col-content-inner h3 {
		font-size: 29px;
	}
	.custom-content-bg-img .col .col-inner>*:last-child {
		margin-bottom: 20px;
	}
	.box-content-group .content-box-wrapper .box-heading h3 {
		font-size: 0.8em;
	}
	.box-content-group .content-box-wrapper .box-wrapper .box-section {
		display: block;
	}
	.box-content-group .content-box-wrapper .box-wrapper .box-section>.box-item {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.box-content-group .content-box-wrapper .box-wrapper .box-section .av-flex-placeholder {
		display: none;
	}
	.gallery-module-slider {
		width: 100%;
		margin-bottom: 20px;
	}
	.content-with-image-group .col-content:first-child {
		margin-bottom: 20px;
	}

	.content-with-gradient-wrapper .heading h3 {
		font-size: 0.8em;
	}
	.col-grid {
		display: block !important;
	}
	.content-with-slider-group .page-center .col-grid .col.col-4 {
		width: 100%;
		display: block;
		padding-bottom: 20px;
	}
	.content-with-slider-group .page-center .col-grid .av-flex-placeholder {
		display: none;
	}
	.content-with-slider-group .page-center .col-grid .col.col-8 {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.content-with-slider-group .page-center .col-grid .col.col-4 h3 {
		font-size: 29px;
	}
	.custom-image-with-gradient-bg .page-center .header-wrapper h3 {
		font-size: 0.8em;
	}
	.advanced-tabber-wrapper.image-with-content-module h3 {
		font-size: 29px;
	}
	.advanced-tabber-group.image-with-content .tabber-iwcontent-item {
		display: block;
	}
	.col-grid .col {
		display: block !important;
	}
	.advanced-tabber-group.image-with-content .col.col4 {
		width: 100%;
		padding-bottom: 20px;
	}
	.advanced-tabber-group.image-with-content .col.col8 {
		width: 100%;
	}
	.custom-content-with-top-icon-group .header-wrapper h3 {
		font-size: 0.8em;
	}
	.col-wrapper .col-group {
		width: 100% !important;
		float: none !important;
		padding-bottom: 20px;
		margin: 0 !important;
	}
	.col-wrapper .col-group:last-child{
		padding-bottom: 0px;
	}
	.col-wrapper.four .col-group strong {
		color: #3d3e52;
	}
	.hs-stream-post-production-platform .content-with-image-group .col-img {
		padding: 30px;
	}
	.custom-heading-with-icon-group .header-wrapper h3 {
		font-size: 0.8em;
	}
	.col-wrapper .col-item {
		float: left !important;
		width: 100% !important;
		margin: 0 !important;
		padding-bottom: 20px;
	}
	.col-wrapper .col-item:last-child{
		padding-bottom:0;
	}
	.hs-how-can-we-help .banner-content .banner-content-holder .banner-heading h1 {
		font-size: 40px;
	}
	.accordion-group.with_padding .accordion-wrapper {
		display: block;
	}
	.accordion-group.with_padding .accordion .col.col6 {
		display: block;
		width: 100%;
		overflow: hidden;
		padding-left: 8% !important;
		padding-right: 8% !important;
		margin-bottom:0;
	}
	.hs-how-can-we-help .content-with-image-group .col-content .col-content-inner h3 {
		font-size: 20px;
	}
	.hs-how-can-we-help .content-with-image-group .col-content {
		min-height: 0 !important;
		height: auto !important;
	}
	.hs-visual-content-production .custom-content-with-top-icon-group .col-wrapper.four .col-group {
		margin-bottom: 20px !important;
	}
	.hs-visual-content-production div#platform h3 {
		font-size: 0.8em !important;
	}
	.platform-group .image-wrapper.one_third {
		margin: 0 auto 20px;
		float: none;
		width: 100%;
	}
	.content-with-top-icon-image .top .heading {
		font-size: 0.8em !important;
		padding-bottom: 20px;
		padding: 0;
	}

	.content-with-gradient-wrapper.without-container {
		display: block;
		margin: 0;
		height: auto !important;
		overflow: hidden;
		padding-left: 8% !important;
		padding-right: 8% !important;
	}
	.content-with-gradient-wrapper .button-wrap .btn {
		margin-bottom: 10px;
	}
	.services-section-header .service-header h3 {
		font-size: 0.8em !important;
	}
	.services-item-wrapper.clearfix .services-item {
		width: 100%;
		margin-left: 0;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.services-item-wrapper .item-header h3 {
		font-size: 0.8em !important;
	}
	.hs-visual-content-production .content-with-image-wrapper .four-eight .col.content h3 {
		font-size: 29px;
	}
	.hs-visual-content-production div#hs_cos_wrapper_widget_11649516573 .content-with-image-wrapper .col.content {
		width: 100%;
	}
	.hs-visual-content-production div#hs_cos_wrapper_widget_11649516573 .content-with-image-wrapper .col.content h3 {
		font-size: 32px;
	}
	.hs-visual-content-production div#hs_cos_wrapper_widget_11649516573 .content-with-image-wrapper .col.content .btn-green {
		margin-bottom: 2px;
	}
	.hs-visual-content-production div#hs_cos_wrapper_widget_11649516573 .content-with-image-wrapper .col.image {
		width: 100%;
	}

	.mobile-tooltip-content {
		display: block;
	}



	/* ======= UK =======*/

	html[lang="en-gb"] .hs-3d-product-visualization .banner-content .banner-content-holder .banner-heading h1 {
		font-size: 29px;
	}
	html[lang="en-gb"] .hs-3d-product-visualization .content-with-image-group .col-content:first-child {
		margin-bottom: 0px;
	}
	html[lang="en-gb"] .hs-3d-product-visualization .box-content-group .content-box-wrapper .box-heading {
		font-size: 44px;
	}
	html[lang="en-gb"] .hs-3d-product-visualization .box-content-group .content-box-wrapper .box-heading h3 {
		font-size: 0.8em;
	}

	.custom-content-bg-img .col {
		display: table-cell !important;
	}
	/* ======= NL =======*/

	html[lang="nl"] .hs-3d-product-visualization .banner-content .banner-content-holder .banner-heading h1 {
		font-size: 29px;
	}
	html[lang="nl"] .hs-3d-product-visualization .content-with-image-group .col-content:first-child {
		margin-bottom: 0px;
	}
	html[lang="nl"] .hs-3d-product-visualization .box-content-group .content-box-wrapper .box-heading h3 {
		font-size: 0.8em;
	}

	/* ======= FR =======*/

	html[lang="fr"] .hs-3d-product-visualization .banner-content .banner-content-holder .banner-heading h1 {
		font-size: 29px;
	}
	html[lang="fr"] .hs-3d-product-visualization .content-with-image-group .col-content:first-child {
		margin-bottom: 0px;
	}
	html[lang="fr"] .hs-3d-product-visualization .box-content-group .content-box-wrapper .box-heading h3 {
		font-size: 0.8em;
	}
	html[lang="fr"] .hs-3d-product-visualization .box-content-group .content-box-wrapper .box-heading {
		font-size: 44px;
	}

	/* ======= DE =======*/

	html[lang="de"] .hs-3d-product-visualization .banner-content .banner-content-holder .banner-heading h1 {
		font-size: 29px;
	}
	html[lang="de"] .hs-3d-product-visualization .content-with-image-group .col-content:first-child {
		margin-bottom: 0px;
	}
	html[lang="de"] .hs-3d-product-visualization .box-content-group .content-box-wrapper .box-heading h3 {
		font-size: 0.8em;
	}
	html[lang="de"] .hs-3d-product-visualization .content-with-image-group .col-content.content_15px h3 {
		font-size: 29px;
	}
	/* ====== UK ========*/

	html[lang="en-gb"] .hs-stream-post-production-platform .content-with-image-wrapper .six-six .col h3 {
		font-size: 24px;
	}
	html[lang="en-gb"] .hs-stream-post-production-platform .content-with-slider-group .page-center .col-grid .col.col-4 h3 {
		font-size: 24px;
	}
	html[lang="en-gb"] .hs-stream-post-production-platform .advanced-tabber-wrapper.image-with-content-module .advanced-tabber-title-wrapper h3 {
		font-size: 24px;
	}
	html[lang="en-gb"] .hs-stream-post-production-platform .custom-content-with-top-icon-group .header-wrapper h3 {
		font-size: 0.8em;
	}
	html[lang="en-gb"] .hs-stream-post-production-platform .bcwc-group .custom-heading h3.size_ {
		font-size: 0.8em;
	}
	html[lang="en-gb"] .hs-stream-post-production-platform .content-with-image-group .col-content h3 {
		color: #8dc440;
		font-size: 29px;
	}
	html[lang="en-gb"] .hs-stream-post-production-platform .custom-heading-with-icon-group .header-wrapper h3 {
		font-size: 0.8em;
	}

	/* ====== NL ========*/

	html[lang="nl"] .hs-stream-post-production-platform .content-with-image-wrapper .six-six .col h3 {
		font-size: 24px;
	}
	html[lang="nl"] .hs-stream-post-production-platform .content-with-slider-group .page-center .col-grid .col.col-4 h3 {
		font-size: 24px;
	}
	html[lang="nl"] .hs-stream-post-production-platform .advanced-tabber-wrapper.image-with-content-module .advanced-tabber-title-wrapper h3 {
		font-size: 24px;
	}
	html[lang="nl"] .hs-stream-post-production-platform .custom-content-with-top-icon-group .header-wrapper h3 {
		font-size: 0.8em;
	}
	html[lang="nl"] .hs-stream-post-production-platform .bcwc-group .custom-heading h3.size_ {
		font-size: 0.8em;
	}
	html[lang="nl"] .hs-stream-post-production-platform .content-with-image-group .col-content h3 {
		color: #8dc440;
		font-size: 29px;
	}
	html[lang="nl"] .hs-stream-post-production-platform .custom-heading-with-icon-group .header-wrapper h3 {
		font-size: 0.8em;
	}
	html[lang="nl"] .hs-stream-post-production-platform .content-with-gradient-wrapper .heading h3 {
		font-size: inherit;
	}
	html[lang="nl"] .hs-stream-post-production-platform .content-with-slider-group .page-center .col-grid .col.col-4 h2 {
		font-size: 24px;
	}
	html[lang="nl"] .hs-stream-post-production-platform .content-with-gradient-wrapper .heading h3 {
		word-break: break-word;
	}


	/* ====== FR ========*/

	html[lang="fr"] .hs-stream-post-production-platform .content-with-image-wrapper .six-six .col h3 {
		font-size: 24px;
	}
	html[lang="fr"] .hs-stream-post-production-platform .content-with-slider-group .page-center .col-grid .col.col-4 h3 {
		font-size: 24px;
	}
	html[lang="fr"] .hs-stream-post-production-platform .advanced-tabber-wrapper.image-with-content-module .advanced-tabber-title-wrapper h3 {
		font-size: 24px;
	}
	html[lang="fr"] .hs-stream-post-production-platform .custom-content-with-top-icon-group .header-wrapper h3 {
		font-size: 0.8em;
	}
	html[lang="fr"] .hs-stream-post-production-platform .bcwc-group .custom-heading h3.size_ {
		font-size: 0.8em;
	}
	html[lang="fr"] .hs-stream-post-production-platform .content-with-image-group .col-content h3 {
		color: #8dc440;
		font-size: 29px;
	}
	html[lang="fr"] .hs-stream-post-production-platform .custom-heading-with-icon-group .header-wrapper h3 {
		font-size: 0.8em;
	}
	html[lang="fr"] .hs-stream-post-production-platform .content-with-gradient-wrapper .heading h3 {
		font-size: inherit;
	}
	html[lang="fr"] .hs-stream-post-production-platform .content-with-slider-group .page-center .col-grid .col.col-4 h2 {
		font-size: 24px;
	}
	html[lang="fr"] .hs-stream-post-production-platform .content-with-gradient-wrapper .heading h3 {
		word-break: break-word;
	}
	html[lang="fr"] .hs-stream-post-production-platform .advanced-tabber-group.image-with-content .col.col4 {
		padding-bottom: 1px;
	}


	/* ====== DE ========*/

	html[lang="de"] .hs-stream-post-production-platform .content-with-image-wrapper .six-six .col h3 {
		font-size: 24px;
	}
	html[lang="de"] .hs-stream-post-production-platform .advanced-tabber-wrapper.image-with-content-module .advanced-tabber-title-wrapper h3 {
		font-size: 24px;
	}
	html[lang="de"] .hs-stream-post-production-platform .custom-content-with-top-icon-group .header-wrapper h3 {
		font-size: 0.8em;
	}
	html[lang="de"] .hs-stream-post-production-platform .bcwc-group .custom-heading h3.size_ {
		font-size: 0.8em;
	}
	html[lang="de"] .hs-stream-post-production-platform .content-with-image-group .col-content h3 {
		color: #8dc440;
		font-size: 29px;
	}
	html[lang="de"] .hs-stream-post-production-platform .custom-heading-with-icon-group .header-wrapper h3 {
		font-size: 0.8em;
	}
	html[lang="de"] .hs-stream-post-production-platform .content-with-slider-group .page-center .col-grid .col.col-4 h2 {
		font-size: 24px;
	}
	html[lang="de"] .hs-stream-post-production-platform .content-with-gradient-wrapper .heading h3 {
		word-break: break-word;
	}
	html[lang="de"] .hs-stream-post-production-platform .advanced-tabber-group.image-with-content .col.col4 {
		padding-bottom: 1px;
	}
	html[lang="de"] .hs-stream-post-production-platform .content-with-slider-group .page-center .col-grid .col.col-4 h3 {
		font-weight: 300;
		font-size: 29px;
	}
	html[lang="de"] .hs-stream-post-production-platform .custom-image-with-gradient-bg .page-center .sub-header-wrapper {
		font-weight: lighter;
	}
	html[lang="de"] .hs-stream-post-production-platform .advanced-tabber-group.image-with-content .col.col4 h3 {
		font-size: 29px;
	}
	/* Style 2 */
	.content-with-form .left-content {
		width: 100%;
		padding-bottom: 70px;
	}
	.content-with-form .right-from {
		margin-left: 0;
		width: 100%;
		padding: 0px 35px 21px 35px;
	}
	.custom-footerv2-top-group {
		min-height: 109px !important;
	}
	/* 	textarea {
	min-height: 120px;
} */
	.hs_error_rollup {
		padding-right: 0;
	}
	.thankyou-message-inner>div {
		width: 100%;
	}
	.thankyou-message-inner {
		display: block;
		height: auto;
	}
	.thanks_content h1 {
		font-size: 0.8em;
	}
	.thanks_content {
		font-size: 80px;
	}

	.thanks_image {
		margin-bottom: 20px;
	}
	.thanks_content h1 {
		padding-top: 0;
	}
	.thanks_content p {
		font-size: 16px;
	}
	.ps-row1 .custom-image-group {
		display: none;
	}
	.ps_page .content-with-image-group .col-content:first-child {
		margin-bottom: 0;
	}
	.ps_page .content-with-btn-inner h3 {
		font-size: 29px !important;
		font-weight: 300;
	}
	.ps-row1 .custom-content-bg-img .col-inner {
		width: 85%;
		max-width: 85%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.ps-row2-image {
		padding: 0;
		max-width: 85%;
		margin: auto !important;
	}
	.accordion-group .accordion .col6 {
		width: 100%;
		margin-left: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 20px;
	}
	.accordion-group.with_padding .accordion-wrapper:first-child {
		background-color: rgba(242, 242, 242,1.0);
	}

	/* 	Style 3 */
	.twp-about .content-with-image-wrapper .six-six .col.image {
		width: 100%;
	}

	.av-flex-placeholder {
		display: none;
	}

	.twp-about .content-with-image-wrapper .six-six .col.content {
		width: 100% !important;
		margin-left: 0;
		padding-bottom: 1px;
	}

	.twp-about .content-with-image-wrapper .space_70 {
		display: block;
	}

	.team-members-group .section-header h2 {
		font-size: 28.8px;
	}

	.twp-about .team-members-group .col {
		width: 100% !important;
		display: block;
		margin-bottom: 20px;
	}

	.team-members-group .content-wrapper.col-grid.clearfix {
		display: block;
	}

	.twp-about .image-ultimate-map-14 {
		max-width: 305px;
	}

	.twp-about .image-ultimate-map-14:after {
		padding-bottom: 98.360655737705%;
	}

	.twp-about .team-members-group .col:first-child {}

	.twp-about .team-members-group .col:first-child .image-ultimate-map-14 {
		max-width: 303px;
	}

	.twp-about .team-members-group .col:first-child .image-ultimate-map-14:after {
		padding-bottom: 99.009900990099%;
	}

	.content-with-slider-group>.col-grid > div {
		width: 100%;
		display: block;
	}

	.twp-about .content-with-slider-group>.col-grid>.custom-content h3 {
		font-size: 28.8px;
	}

	.content-with-slider-group>.col-grid>.custom-content {
		padding-left: 8% !important;
		padding-right: 8% !important;
	}

	.button-wrapper.standard {
		margin-bottom: 27px;
	}

	.twp-blog-content-group .blog-content {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.twp-blog-content-group .blog-content>div {
		padding-right: 0;
	}

	.twp-blog-content-group .blog-sidebar {
		display: none !important;
	}

	.avia-post-nav {
		display: none;
	}

	.content-with-image-group.quater .col-content.content_left {
		width: 100% !important;
		margin-bottom: 0;
	}

	.image-editing .content-with-image-group .col-content .col-content-inner h3 {
		font-size: 36px;
	}

	.image-editing .content-with-image-group .col-btn {}

	.content-with-image-group.quater .col-content .col-content-inner:after {
		clear: both;
		content: "";
		display: block;
	}

	.content-with-image-group.quater .col-img {
		width: 100% !important;
		height: auto;
		padding: 30px;
	}

	.image-editing .advanced-tabber-wrapper.image-with-content-module h3 {
		font-size: 28.8px;
		line-height: 1.1;
		padding-top: 10px;
	}

	.image-editing .custom-row5-group .content-with-image-group .col-content .col-content-inner h3 {
		font-size: 28.8px;
		line-height: 1.1em;
	}

	.content-with-image-group .col-img {
		height: auto;
		padding: 30px;
	}

	.image-editing .image-with-icon-content-wrapper .icon-with-content-heading h3 {
		font-size: 0.8em;
	}

	.image-editing .advanced-tabber-wrapper.image-with-content-module h3 {
		padding-bottom: 10px;
	}

	.advanced-tabber-group.image-with-content .tabber-iwcontent-item {
		display: table-cell;
	}

	.advanced-tabber-wrapper.image-with-content-module .iwcontent-item-content h3 {
		padding: 0;
		line-height: 1.65em;
	}

	.advanced-tabber-wrapper.image-with-content-module .advanced-tabber-group .col {
		margin-bottom: 20px;
	}

	html[lang="en-gb"] .image-editing .advanced-tabber-wrapper.image-with-content-module .advanced-tabber-title-wrapper h3 {
		font-size: 24px;
		padding-top: 0;
	}

	html[lang="en-gb"] .image-with-icon-content-wrapper .col.item-image {
		background-position: top;
	}

	html[lang="en-gb"] .image-with-icon-content-wrapper .col {
		padding-left: 8% !important;
		padding-right: 8% !important;		
	}

	.blog .banner-content .banner-content-holder .banner-heading h1 {
		font-family: Lato, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 36px;
	}

	.blog .banner-content .banner-content-holder .banner-button.type_standard {
		margin-bottom: 0;
	}

	.blog .banner-content .banner-content-holder .banner-button.type_standard {
		margin-bottom: 0;
	}

	.recent-post-inner {
		width: 100%;
	}

	.hs-blog-listing .twp-blog-content-group .page-center {
		padding: 0;
	}

	.recent-post .heading h3 {
		font-size: 26.4px;
	}

	.recent-post {margin-bottom: 82px;padding-bottom: 103px;}

	.blog-section .heading {
		font-size: 26.4px;
	}

	.hs-blog-listing .blog-section .post-listing {
		width: 100%;
	}


	/* 	Style 4 */
	.content-with-image-wrapper .av-hotspot-container-inner-cell img {
		width: 100%;
	}	
	.content-with-gradient-wrapper .heading.size_36 h3 {
		font-size:29px;
	}	
	.custom-image-group .image {
		float: none;
		vertical-align: top;
		padding: 30px;
		background-size: cover;
		height: auto;
		background-position: center center;
		background-repeat: no-repeat;
		width: 100%;
	}	
	.custom-image-group .half_size {
		width: 100%;
	}	
	.content-with-image-wrapper .four-eight .col.image {
		width: 100%;
	}	
	.custom-image-group .half_size {
		width: 100%;
	}	
	.content-with-image-wrapper .four-eight .col.content {
		width: 100%;
	}	
	.content-with-image-wrapper .four-eight .col {
		margin-bottom: 20px;
	}	
	.our-story .banner-content .banner-content-holder .banner-heading h1 {
		font-size: 40px;
	}	
	.bcwc-group.full-width-wrapper .custom-heading h3 {
		font-size: .8em !important; 
	}	
	html[lang="nl"] .our-story .bcwc-group.full-width-wrapper .custom-heading h3,
	html[lang="nl"] .our-story .content-with-gradient-wrapper .heading h3,
	html[lang="de"] .our-story .content-with-gradient-wrapper .heading h3,
	html[lang="de"] .our-story .bcwc-group.full-width-wrapper .custom-heading h3 {
		font-size:40px !important;
	}	

	/* Home Page Styles */
	.h-banner-content-inner {
		width: 100%;
		clear: both;
	}
	.h-banner-content-inner .av-special-heading h3,
	.home-page .custom-content-bg-img .content-group h2 {
		font-size: 0.8em;
	}
	.home-page .custom-content-bg-img .col .col-inner {
		padding-left: 8% !important;
		padding-right: 8% !important;
	}
	.home-page .custom-content-bg-img .col {
		height: auto !important;
		overflow: hidden;
	}
	.home-page .custom-content-bg-img .col .col-inner > *:last-child {
		margin-bottom: 0;
	}
	.image-width-heading .col6 {
		width: 100%;
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-bottom: 20px;
	}
	.latest-post-wrap h3.av-special-heading-tag {
		font-size: 28.8px;
	}
	.latest-post-wrap .latest-post-content-item h3.av-special-heading-tag {
		font-size: 20px;
	}
	.home-page .content-with-top-icon-image .top .heading,
	.image-width-heading h3 {
		font-size: 28.8px;
	}
	.content-with-top-icon-image .bottom.col-grid .item.col.col3 {
		margin-bottom: 20px;
	}
	.latest-post-content-item+.latest-post-content-item {
		margin-left: 0;
	}
	.latest-post-content-item {
		margin-bottom: 20px;
		width: 100%;
		float: none;
		display: block;
		clear: both;
	}

	/* 	Style 5 */
	.content-with-video-group.clearfix .content-section, .content-with-video-group.clearfix .video-section {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		float: left !important;
	}
	.content-section strong {
		color: #3d3e52;
	}
	.hs-video .banner-content .banner-content-holder .banner-heading h1 {
		font-size: 40px;
		margin-bottom: 0 !important;
	}

	.hs-video 	.banner-content .banner-content-holder .banner-heading{
		margin-bottom: 0 !important;
	}
	.content-with-video-group.clearfix .video-section {
		margin-bottom: 26px;
	}
	.hs-data-logistics	.banner-content .banner-content-holder .banner-heading h1 {
		font-size: .8em;
		font-size: 40px;
	}
	.hs-data-logistics	.bcwc-group .two-col .col+.col {
		margin-left: 6%;
		padding-bottom: 28px;
	}
	.hs-data-logistics .bcwc-group.padding-high .col-grid.two-col .col+.col {
		padding-bottom: 20px;
	}
	html[lang="en-gb"] .hs-data-logistics .bcwc-group .custom-heading h3 {
		font-size: .8em !important;
	}
	html[lang="nl"] body.hs-data-logistics .bcwc-group .custom-heading h3 {
		font-size: 0.8em !important;
	}
	html[lang="nl"] body.hs-data-logistics .bcwc-group .two-col .col {
		padding-bottom: 20px;
	}
	html[lang="nl"] body.hs-data-logistics	.bcwc-group .two-col .col {
		padding-bottom: 40px;
	}
	html[lang="nl"] body.hs-data-logistics .bcwc-group .two-col .col:last-child {
		padding-bottom: 30px;
	}
	html[lang="de"] .hs-data-logistics .custom-content-bg-img.col-grid.bg_scroll h3,
	html[lang="de"] .hs-data-logistics .bcwc-group.padding-high .custom-heading h3, 
	html[lang="de"] .hs-data-logistics .bcwc-group .custom-heading h3,
	html[lang="fr"] .hs-data-logistics .content-with-gradient-wrapper .heading h3,
	html[lang="fr"] .hs-data-logistics .bcwc-group.padding-high .custom-heading h3,
	html[lang="fr"] .hs-data-logistics .bcwc-group .custom-heading h3,
	html[lang="nl"] .hs-data-logistics .custom-content-bg-img.col-grid.bg_parallax h3 {
		font-size: 28.8px !important;
	}
	html[lang="nl"] .hs-data-logistics .custom-content-bg-img .col .col-inner>*:last-child {
		margin-bottom: 0;
	}
	html[lang="fr"] body.hs-data-logistics .banner-sub_heading.size_24px p {
		font-weight: lighter;
		line-height: 33px;
	}
	html[lang="de"]	.banner-content .banner-content-holder .banner-sub_heading p {
		line-height: 33px;
	}
	.hs-media-kit .banner-content .banner-content-holder .banner-heading h1 {
		font-size: 40px;
	}
	.hs-media-kit .content-with-button .content-with-btn-inner h3.av-special-heading-tag {
		font-size: 30.4px !important;
	}
	.hs-media-kit .content-with-button .content-with-btn-inner {
		padding: 50px 35px 20px 35px;
	}
	.company-overview .page-center h3.av-special-heading-tag {
		color: #0d0d28;
		font-size: 28.8px;
		letter-spacing: normal;
	}
	.company-overview-item {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.row1-content-media-kit>span>div:last-child>.content-with-button .content-with-btn-inner {
		padding: 80px 0 0px 0;
	}
	.row1-content-media-kit>span>div:last-child>.content-with-button .content-with-btn-inner h3.av-special-heading-tag {
		font-size: 28.8px !important;
	}
	html[lang="de"] 	.hs-media-kit .content-with-button .content-with-btn-inner h3.av-special-heading-tag,
	html[lang="fr"] 	.hs-media-kit .content-with-button .content-with-btn-inner h3.av-special-heading-tag,
	html[lang="nl"] 	.hs-media-kit .content-with-button .content-with-btn-inner h3.av-special-heading-tag,
	html[lang="en-gb"] 	.hs-media-kit .content-with-button .content-with-btn-inner h3.av-special-heading-tag {
		font-size: 28.8px !important;
		letter-spacing: normal;
	}
	.company-overview-item img {
		margin: 0 auto;
	}
	.edition-video-wrapper .col-content.content_right.content_16px {
		text-align: right;
		vertical-align: middle !important;
		padding: 30px 30px 30px 50px !important;
		display: block;
		margin: 0;
		height: auto !important;
		overflow: hidden;
		padding-left: 8% !important;
		padding-right: 8% !important;
		min-height: auto !important;
	}
	.hs-edition-video .banner-content .banner-content-holder .banner-heading h1 {
		font-size: 40px;
	}
	.content-with-image-group.edition-video-wrapper .col-content .col-content-inner h3 {
		font-size: 29px;
		font-size: 30px;
		color: #0d0d28;
	}
	.content-with-image-group.edition-video-wrapper
	.col-content .btn.gray-border {
		border: 3px solid #000;
		color: rgba(0,0,0,0.6);
		border-color: rgba(0,0,0,0.6);
		background: transparent;
		padding: 6px 16px 10px;
		font-size: 13px;
		min-width: 90px;
		border-width: 1px;
		padding-top: 12px !important;
	}
	.content-with-image-group.edition-video-wrapper.quater .col-img {
		padding: 30px;
		background-color: #f2f2f2;
		vertical-align: middle;
		display: block;
		margin: 0;
		height: auto !important;
		overflow: hidden;
		padding-left: 8% !important;
		padding-right: 8% !important;
	}
	.hs-edition-video 	.bcwc-group .custom-heading h3 {
		font-size: 24px !important;
		line-height: 26.4px;
	}
	.practical-aspects-group .flex_cell.col.col8.content.right {
		padding: 50px 50px 50px 80px;
		overflow: hidden;
		padding-left: 8% !important;
		padding-right: 8% !important;
	}
	.practical-aspects-group .flex_cell.col.col8.content.right .heading h3 {
		color: #0d0d28;
		font-size: 32px;
		line-height: 35.2px;
		padding-bottom: 0;
	}
	.practical-aspects-group .flex_cell.col.col8.content.right .av_textblock_section {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.practical-aspects-group .flex_cell.col.col8.content.right .av_textblock_section:last-child {
		padding-bottom: 10px;
	}
	html[lang="en-gb"] .hs-3d-product-visualization .content-with-image-group .col-content .col-content-inner h3 {
		font-weight: 300;
		color: #8dc440;
		line-height: 1.1em;
		padding-bottom: 10px;
	}
	.ps-row1 .av-image-hotspot .av-image-hotspot-pulse {
		height: 40px;
		width: 40px;
		top: -11px;
		left: -11px;
	}
	.ps-row1 .av-image-hotspot {
		line-height:1.7;
	}
	html[lang="de"] .image-editing .content-with-image-group .col-img {
		height: auto;
		padding: 30px;
		background-size: cover !important;
	}
	.content-with-top-icon-image .heading.large h3 {
		word-break: break-word;
	}
	.contact_us_v2 .content-with-form .left-content h3{
		font-size: 28.8px !important;
	}
	.vcontent-layout .row-7-group .content-with-image-wrapper .four-eight .image,
	.vcontent-layout .row-7-group .content-with-image-wrapper .four-eight .col.content {
		width: 100%;
	}


	html[lang="en-gb"] body.hs-data-logistics .banner-content .banner-content-holder .banner-sub_heading {
		line-height: 1.38;
	}

	h1.post-title.entry-title {
		font-size: 30px;
	}
	/* 	.hs-3d-product-visualization .custom-content-bg-img.bg_parallax .col {
	display: block !important;
} */

	.custom-content-bg-img.bg_parallax {
		display: table !important;
	}
	.company-overview .page-center h3.av-special-heading-tag {
		word-break: break-word;
	}
/* 	.hs-3d-product-visualization .content-with-image-group .col-content {
		padding-left: 20px !important;
		padding-right: 20px !important;
	} */
	html[lang="nl"] .fw-page .banner-content .banner-content-holder .banner-heading h1 {
		font-size: 40px;
		font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-weight: lighter;
		text-transform: uppercase;
	}
	html[lang="nl"] .product-video-layout .pricing-group .content {
		background-position: center right;
	}
	html[lang="nl"] .product-video-layout  .bcwc-group .custom-heading h3 {
		font-size: 32px;
	}

	html[lang="nl"] body.product-video-layout .custom-content-bg-img .col .col-inner>*:last-child {
		margin-bottom: 0;
	}

	html[lang="nl"] body.product-video-layout .custom-content-bg-img .content-group h3 {
		color: #ffffff;
		font-size: 24px;
		padding: 0;
		margin-bottom: 0;
	}
	.fw-page .banner-content .banner-content-holder .banner-sub_heading {
		line-height: 26px;
	}
	.icon-with-content-item h3 {
		font-size: 36px;
	}
	html[lang="nl"] body.image-editing .content-with-gradient-wrapper .heading.size_36 h3 {
		font-size:24px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		word-break: break-word;
	}
	.author-box .blog-meta {
		display: none;
	}
	.custom-menu-primary .hs-menu-wrapper {
		padding: 80px 0px;
	}
	.custom-header-group.no-naviagtion {
		min-height: 80px !important;
	}

	.req .banner-content .banner-content-holder .banner-heading {
		margin: 0;
	}

	.req .banner-content .banner-content-holder .banner-heading h1 {
		font-size: 40px;
	}
	.custom-content-with-top-icon-group .col-wrapper .col-group {
		margin-bottom: 20px !important;
		padding-bottom: 20px !important;
	}
	.thankyou-message-inner > div {
		display: block;
		width: 100%;
	}
	.thankyou-message-inner > div.av-flex-placeholder {
		display: none !important;
	}
	.thankyou-message-inner > div.thanks_content {
		padding-bottom: 20px;
	}

	.video-wrapper .button-wrapper.standard {
		margin-bottom: 0;
	}
	.isotope-group .av-masonry-container.isotope a.post-item {
		width: 100%;
	}
	
	
	
}  

@media(max-width:640px){
	/* Style 2 */
	.content-with-form .hs-form-field{
		padding: 0 !important;
		width: 100% !important;
	}
	.hs-lastname span.hs-form-required{
		opacity: 0;
		display: none;
	}
	fieldset.form-columns-2 div:first-child{
		margin-bottom: 0;
	}
	fieldset.form-columns-2 div:last-child{
		margin-top: 0;
	}
	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% !important;
	}	
	.content-with-form .hs-button.primary,
	.content-with-form input[type="submit"], 
	.content-with-form input[type="button"] {
		line-height: 2;
		min-height: 2rem;
		width: 100% !important;
	}
	/* Style 3 */
	.twp-blog-subscription .blog-subscritpion-from input.hs-button.primary.large {
		min-width: 142px;
		padding: 16px 20px;
		margin-top: 29px;
		display: block;
		width: 100%;
		line-height: 2;
		min-height: 2rem;
	}

	.blog-subscritpion-from  .hs-form-field {
		padding-right: 0 !important;
	}


	.ps-row1 .av-image-hotspot:after,
	.ps-row1 .av-image-hotspot:before{	
		display:none;
	}
	.ps-row1 .av-image-hotspot {
		height: 18px;
		width: 18px;
	}
	body.contact_us_v2 .banner-content .banner-content-holder .banner-heading {
		margin-bottom: 0;
	}
	html[lang="de"] .image-editing .content-with-image-group.quater .col-content.content_left {
		border-bottom: 0 none !important;
	}



	html[lang="de"] .image-editing .content-with-image-group.quater .col-img {
		padding-top:190px;
		padding-bottom:190px;
	}
	html[lang="de"] .image-editing .banner-content .banner-content-holder .banner-heading h1 {
		font-size: 27px;
	}
	html[lang="de"] .image-editing  .image-with-icon-content-wrapper .col.item-image {
		overflow: hidden;
		padding-left: 8% !important;
		padding-right: 8% !important;
		height: 375px !important;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.hs-form-field {
		margin: 9px 0 10px;
		padding: 0 !important;
	}



}


@media (max-width:600px){
	/* 	Style 1 */
	.services-section-header {
		padding-left: 20px;
		padding-right: 20px;
	}
}


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

@media(max-width:479px){
	/* 	Style 2 */
	.ps_page .custom-content-bg-img .content-group h2 {
		font-size: 27px;
	}
	.hs-csr .banner-content .banner-content-holder .banner-heading h1 {
		word-break: break-word;
	}
	/* 	Style 3 */
	h1.post-title.entry-title>span {
		margin-bottom: 0;
	}

	.avia-related-tooltip {
		width: 100px;
	}

	.isotope-group .av-masonry-container.isotope a.post-item {
		width: 100%;
	}

	/* 	Style 4 */
	.home-banner-content-inner .banner-headings {
		font-size: 32px;
	}
	.home-banner-content-inner .banner-headings p span {
		font-size: 42px;
	}
	.home-banner-content-inner .banner-headings p strong span {
		font-size: 25px;
	}
	.h-banner-content-inner {
		padding: 40px;
	}

	/* 	Style 5 */
	html[lang="de"] .hs-csr h3.av-special-heading-tag {
		font-size: 17px;
	}
	html[lang="de"] .hs-csr .banner-content .banner-content-holder .banner-heading h1 {
		font-size: 25px;
	}
	.thanks_content h1 {
		font-size: .6em;
	}
	.col-content-main-wrap p {
		font-weight: normal;
		word-break: break-word;
	}
	.services-section-header .service-header h3 {
		word-break: break-word;
	}
}

