/* ==========================================================================
   Index:
   INITIAL SETUP
    - Google Fonts
    - CSS reset
    - HubSpot Helpers
   BASE STYLES
    - Variables
    - Macros
    - Base
    - Typography
   COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
   MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
   TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
   COS COMPONENTS
    - Blog
    - Forms
    - Buttons
   MISCELLANOUS
   MOBILE MEDIA QUERIES
   ========================================================================== */







/* ==========================================================================
    INITIAL SETUP                                            
========================================================================== */

/***************************************
Google Fonts
****************************************/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/***************************************
Custom Fonts
****************************************/



@font-face {
    font-family: 'Px Grotesk Screen';
    src: url('https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/Fonts/PxGrotesk-Screen.eot');
    src: url('https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/Fonts/PxGrotesk-Screen.eot#iefix') format('embedded-opentype'),
        url('https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/Fonts/PxGrotesk-Screen.woff2') format('woff2'),
        url('https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/Fonts/PxGrotesk-Screen.woff') format('woff'),
        url('https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/Fonts/PxGrotesk-Screen.ttf') format('truetype'),
        url('https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/Fonts/PxGrotesk-Screen.svg#PxGrotesk-Screen') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/***************************************
CSS reset
****************************************/
/* Images */ 
*{
	box-sizing:border-box;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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




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




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

/***************************************
HubSpot Helpers
****************************************/

/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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





/* ==========================================================================
    BASE STYLES                                             
========================================================================== */

/******************************************************************************
Variables
*******************************************************************************/

/* Colors */

  /* donkerblauw*/
  /* donkerblauw -hoover*/
  /* donkergrijs*/
  /* lichtblauw*/
  /* lichtblauw - hoover*/
  /* CTA rood*/
  /* CTA rood - hoover*/
  /* lichtrood hover*/
  /* lichtblauw selectie*/



/* Typography */
  




/* Buttons */











/* Containers */
 /* HubSpot default 960px Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
















/******************************************************************************
Macros
*******************************************************************************/



 

 

 

 

 







/******************************************************************************
Base
*******************************************************************************/

/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
body{
  overflow-x: hidden;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #1e5a64;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  line-height: 26px;
  scroll-behavior: smooth;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
/*   text shadow bugs on older Safari browser */
/*   text-shadow: rgba(0, 0, 0, .01) 0 0 1px; */
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center, .container {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
  padding:0 20px;
}

a { color: #000000; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out; }
a:hover { color: #56969D; }
a:focus{outline-color: rgba(0,0,0,0.2);outline-style: dotted;outline-width: 2px;}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

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

/******************************************************************************
Animations
*******************************************************************************/

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-360deg); 
        transform:rotate(-360deg); 
    } 
}

/******************************************************************************
Typography
*******************************************************************************/

/* Basic text */
p {margin:0 0 20px 0; font-size: 16px;} 
small {font-size:80%; line-height:normal;}
strong {font-weight:900;}
em {}
cite {}
code {}
pre {
 display: block;
 padding: 11.5px;
 margin: 0 0 12px;
 word-break: break-all;
 word-wrap: break-word;
 white-space: break-spaces;
 border: 1px solid #ccc;
 background-color: #eee;
 border-radius: 3px;
 font-family: courier, monospace;

}


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

/* Headings */
h1 {font-family:'Bebas Neue', cursive; }
h2, h3, h4, h5, h6 {font-family:'Space Grotesk', sans-serif }
h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty{display:none;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {font-size:100px; line-height:85px; margin:0 0 20px 0; font-weight:850; width: 790px;}
h2 {font-size:50px; line-height:50px; margin:0 0 20px 0; font-weight:900;}
h3 {font-size:24px; line-height:24px; margin:0 0 20px 0; }
h4 {font-size:35px; line-height:35px; margin:0 0 20px 0; font-weight:700;}
h5 {font-size:16px; line-height:16px; margin:0 0 20px 0; }
h6 {font-size:16px; line-height:16px; margin:0 0 20px 0; }


h1 span {font-size:60px; line-height:60px; margin:0 0 20px 0; font-weight:900; color: #1e5a64;}


.survey--centered {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
  h1{font-size:45px !important; line-height:40px !important; width: 100%;}
  h1.alt-header{font-size:45px !important; line-height:40px !important;}
  h2{font-size:30px; line-height:30px;}
  h3{font-size:18px; line-height:18px;}

}

@media (max-width: 768px) {
h1 span {font-size:45px; line-height:40px ; }

}

h1.alt-header{
  color: #1e5a64;

}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Buttons */

.hs-cta-landingpages:hover{color: #fff;background-color:#FF5050 !important; outline:none;}

.hs2-cta-landingpages:hover{color: #fff;background-color:#56969D !important; outline:none;}

.hs1-cta-landingpages{color:#1e5a64; background-color:transparent;}
.hs1-cta-landingpages:hover{color:#1e5a64; background-color:#9fdee3; box-shadow:0 0 0 1px  inset;}

.hs-btn, .hs-button{font-family:'Space Grotesk', sans-serif;color: #fff; font-weight: bold;font-size:16px;line-height:26px;text-decoration: none; cursor:pointer; display: inline-block;margin: 3px;padding: 10px 25px;background-color:#FF5050; -webkit-appearance: none;-moz-appearance: none;appearance: none; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
.hs-btn:hover, .hs-button:hover{color: #fff;background-color:#FF5050;outline:none;}

.hs-btn.invert, .hs-button.invert{background-color:#1e5a64;}
.hs-btn.invert:hover,.hs-button.invert:hover{background-color:#56969D;}

.hs-btn.white, .hs-button.white{color:#1e5a64; background-color:#fff; outline: none;} 
.hs-btn.white:hover, .hs-button.white:hover{background-color:#fff; color:#FF5050}

.hs-btn.blue, .hs-button.blue{color:#1e5a64; background-color:#fff; outline: none;} 
.hs-btn.blue:hover, .hs-button.blue:hover{background-color:#fff; color:#FF5050}

.hs-btn.blue.outline, .hs-button.blue.outline{color:#1e5a64; background-color:#fff; box-shadow:0 0 0 1px #1e5a64 inset;}
.hs-btn.blue.outline:hover, .hs-button.blue.outline:hover{color:#fff; background-color:#56969D; box-shadow:0 0 0 0px #56969D inset;}

.hs-btn.red.outline, .hs-button.outline{color:#FF5050; background-color:transparent; box-shadow:0 0 0 1px #FF5050 inset;}
.hs-btn.red.outline:hover, .hs-button.outline:hover{color:#fff; background-color:#FF5050; box-shadow:0 0 0 0px #FF5050 inset;}

.hs-btn.outline, .hs-button.outline{color:#1e5a64; background-color:transparent; box-shadow:0 0 0 1px #1e5a64 inset;}
.hs-btn.outline:hover, .hs-button.outline:hover{color:#1e5a64; background-color:#9fdee3; box-shadow:0 0 0 1px  inset;}

.hs-btn.white.outline, .hs-button.white.outline{color:#ffffff; background-color:transparent; box-shadow:0 0 0 1px #ffffff inset;}
.hs-btn.white.outline:hover, .hs-button.white.outline:hover{color:#444; background-color:#f4f2f3; box-shadow:0 0 0 0px #f4f2f3 inset;}

/* Quotes */
blockquote {font-size: 16px;line-height: 30px;font-weight: 300;background-color: transparent;border: 2px solid #FF5050;margin: 1.5em 10px;padding: 1.5em 35px 1.5em 35px;quotes: "\201C""\201D""\2018""\2019";position: relative;}
blockquote p {display: block;}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

/* Outro */
outro {font-size: 14px;line-height: 30px;font-weight: 300;background-color:  ;border: none ;margin: 1.5em 10px;padding: 1.5em 35px 1.5em 35px;position: relative;}
outro p {display: block;}
outro small {}
outro small:before {}

q:before, q:after, outro:before, outro:after {}



/* ==========================================================================
    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 {width:100%; z-index: 2000; position: fixed;} 
.header-container-wrapper .header{ -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out; }
.header-container-wrapper .header.scroll-up{background-color:rgba(0,0,0,1); opacity:1; visibility:visible; -webkit-transform: translateY(0%);-moz-transform: translateY(0%);-ms-transform: translateY(0%);-o-transform: translateY(0%);transform: translateY(0%); } 
.header-container-wrapper .header.scroll-down{overflow:hidden; background-color:rgba(0,0,0,1);opacity:0; visibility:hidden; -webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%); }

.header-container-wrapper .header{background-color:rgba(145,211,215,1); opacity:1; visibility:visible;}
.header-container-wrapper {background-color:rgba(145,211,215,1); width:100%; z-index: 2000; position: fixed; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out; }
.header-container-wrapper.scroll-top{ opacity:1; visibility:visible;}
.header-container-wrapper.scroll-up{ box-shadow: 0 2px 3px rgba(116,116,116,0.25); opacity:1; visibility:visible; -webkit-transform: translateY(0%);-moz-transform: translateY(0%);-ms-transform: translateY(0%);-o-transform: translateY(0%);transform: translateY(0%); } 
.scroll-up ul li a{color:#1e5a64;}

.scroll-up span.slicknav_icon-bar{background:#000 !important;}
.scroll-up .responsive-nav.open .slicknav_menu{background-color:#fff !important; box-shadow: 0 -20px 10px 20px rgba(255,255,255,.3) !important;}
.scroll-up .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(2){background-color:transparent !important;}

.logo-header, .logo-header a {display: inline-flex;}
.logo-header svg{height: 40px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; } 
.fill-none{fill:none; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; }
.fill-white{fill:#FFFFFF; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; }
.fill-accent{fill:#B2C829; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; }



.lang_switcher_class {
/*   margin-left:30px; 
  padding-top:10px; 
  padding-left:30px;
  padding-right:24px; */
  display:inline-block; 
  vertical-align:top; 
/*   text-align:right; 
  position:relative; */
}

.CTA-nav .hs-menu-wrapper > ul {
  flex-wrap: nowrap !important; 
}

.lang_switcher_class .globe_class{width:18px; height:30px; background-repeat:no-repeat; background-size:auto; background-position: center center; position:relative; -webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0; }
.lang_switcher_class .globe_class:before{content:''; position:absolute; top:0; left:0; bottom:0; width:40px;}
.lang_switcher_class .globe_class:after{content:''; margin: -1px 0 0 0;display: inline-block;width: 6px;height: 6px;border: 2px solid #1e5a64;border-left: 0;border-top: 0; position:absolute; top:50%; left:calc(100% + 7px); -webkit-transform: translateY(-3px) rotate(45deg);-moz-transform: translateY(-3px) rotate(45deg);-ms-transform: translateY(-3px) rotate(45deg);-o-transform: translateY(-3px) rotate(45deg);transform: translateY(-3px) rotate(45deg); -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;  }
.lang_switcher_class .globe_class .lang_list_class{display:block; opacity:0; visibility:hidden; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out; -webkit-transform: translate(-50%, 10px);-moz-transform: translate(-50%, 10px);-ms-transform: translate(-50%, 10px);-o-transform: translate(-50%, 10px);transform: translate(-50%, 10px); }
.lang_switcher_class .globe_class:hover .lang_list_class{opacity:1; visibility:visible;-webkit-transform: translate(-50%, 0px);-moz-transform: translate(-50%, 0px);-ms-transform: translate(-50%, 0px);-o-transform: translate(-50%, 0px);transform: translate(-50%, 0px); }
.lang_switcher_class .globe_class .lang_list_class li a:hover{color:#ff8080; }
.lang_switcher_class .globe_class .lang_list_class li a:hover{color:#ff8080; }

html[lang*="nl"] .lang_switcher_class .globe_class{background-image:url(https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/Images%20website%20pages/Background%20Images/Tilla%20Theme%20nov%202019/images/nl.svg);}
html[lang*="en"] .lang_switcher_class .globe_class{background-image:url(https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/Images%20website%20pages/Background%20Images/Tilla%20Theme%20nov%202019/images/en.svg);}


.header-container-wrapper.scroll-down{overflow:hidden; background-color:rgba(0,0,0,1);opacity:0; visibility:hidden; -webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%); }
.header-container-wrapper .header .top-nav .top-wrapper{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-direction: normal;-moz-box-direction: normal;-webkit-box-orient: horizontal;-moz-box-orient: horizontal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: end;-moz-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;-webkit-align-content: flex-start;-ms-flex-line-pack: start;align-content: flex-start;-webkit-box-align: start;-moz-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;}
.header-container-wrapper .header .top-nav .topnav-wrapper{display:inline-block; vertical-align:top;}
.header-container-wrapper .responsive-nav{display:none; max-height:100vh; }
.header-container-wrapper .header-main {padding: 10px 0;}
.header-container-wrapper .header-main .row-fluid{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-direction: normal;-moz-box-direction: normal;-webkit-box-orient: horizontal;-moz-box-orient: horizontal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-pack: start;-moz-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;-webkit-align-content: flex-start;-ms-flex-line-pack: start;align-content: flex-start;-webkit-box-align: center;-moz-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.header-container-wrapper .header-main .row-fluid .main-logo{width:auto; margin:17px 0; margin:-3px 0 0 0; z-index:10;}
.header-container-wrapper .header-main .row-fluid .header-info{width:auto;-webkit-box-flex: 1;-webkit-flex: 1 1 0px;-moz-box-flex: 1;-ms-flex: 1 1 0px;flex: 1 1 0px;}
.header-container {} @media (max-width: 992px) {
.header-container-wrapper .responsive-nav{display:block; background-color: #91D2D7}
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {display:block;}
.header-container .hs_cos_wrapper_type_logo a img {display:block; vertical-align:top;}

@media (max-width: 992px) {
  .header-container .hs_cos_wrapper_type_logo a img{margin:4px 0; height:46px; width:auto!important;}
}

@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation; display:none;}.plyr__badge{background:#4a5764;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background: #1e5a64;color:#fff}.plyr__control--overlaid{background:#ff5050;border:0;border-radius:100%;color:#ffffff;display:none;left:50%;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#1e5a64}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr__controls .plyr__controls__item.plyr__volume{padding-right:5px}.plyr__controls .plyr__controls__item.plyr__volume:first-child{padding-right:0}.plyr__controls:empty{display:none}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4a5764;padding:10px}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5764;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(74,87,100,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(74,87,100,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#c1c9d1;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;color:#b2c82a;display:block;height:19px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px}.plyr--full-ui 
input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr__progress{left:6.5px;margin-right:13px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-right:-6.5px;width:calc(100% + 13px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;left:0;margin-top:-2.5px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress__buffer{color:rgba(193,201,209,.66)}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,41,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,41,47,.6) 50%,rgba(35,41,47,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,201,209,.66)}.plyr__volume{align-items:center;display:flex;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}@media (min-width:480px){.plyr__volume{max-width:90px}}@media (min-width:768px){.plyr__volume{max-width:110px}}.plyr--is-ios .plyr__volume{display:none!important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;
  border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(35,41,47,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;left:0;margin:-2.5px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:10px;opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c9d1;border-radius:2px;overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;color:#fff;font-size:14px;padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
.plyr--video {width: 100%;}

.plyr--stopped .plyr__controls {
       opacity: 0;
   }

/* Owl slider */
.owl-carousel,.owl-carousel .owl-item{
  -webkit-tap-highlight-color:transparent;
  position:relative
}

.owl-carousel{
  display:none;
  width:100%;
  z-index:1
}

.owl-carousel .owl-stage{
  position:relative;
  -ms-touch-action:pan-Y;
  touch-action:manipulation;
  -moz-backface-visibility:hidden
}

.owl-carousel .owl-stage:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0
}

.owl-carousel .owl-stage-outer{
  position:relative;
  overflow:hidden;
  -webkit-transform:translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0)
}

.owl-carousel .owl-item{
  min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}

.owl-carousel .owl-item img{
  display:block;width:100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}

.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}

.owl-carousel.owl-loading{opacity:0;display:block}

.owl-carousel.owl-hidden{opacity:0}

.owl-carousel.owl-refresh .owl-item{visibility:hidden}

.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

.owl-carousel.owl-grab{cursor:move;cursor:grab}

.owl-carousel.owl-rtl{direction:rtl}

.owl-carousel.owl-rtl .owl-item{float:right}

.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}

.owl-carousel .owl-animated-in{z-index:0}

.owl-carousel .owl-animated-out{z-index:1}

.owl-carousel .fadeOut{animation-name:fadeOut}

@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}

.owl-height{transition:height .5s ease-in-out}

.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}

.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}

.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}

.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}

.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}

.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}

.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-stage {
  min-height: 255px;
}
  
/* Owl theme */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}

.owl-theme .owl-nav{margin-top:5px}

.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:16px;margin:5px;padding:4px 7px;background:#91D2D7;display:inline-block;cursor:pointer;border-radius:5px}

.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}

.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}

.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}

.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}

.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 10px;background:#91D2D7;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background: #fff ; }
 *:focus {
    outline: none;
}


/******************************************************************************
Content
*******************************************************************************/

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


/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */


.no-padding-top {
  padding-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.section-usp-home .wrapper {
    margin: 0 !important;
}

.getting-started-button {
    position: relative;
    left: 0;
    top: -88px;
}

@media (max-width: 992px ){
  .getting-started-button {
    top: -10px;
  }
}

/******************************************************************************
Footer
*******************************************************************************/

.footer-container-wrapper{
  position:relative;
  overflow:hidden;
}

.footer-container-wrapper:before{content:''; width:100%; height:160px; position:absolute; left:0; right:0; bottom:100%; bottom:calc(100% - 1px)}

#footer{ background-color:#1e5a64; }
#footer.blackfriday{ background-color:#000 !important; }

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6{font-weight:bold;}

#footer h1{font-size:28px; line-height:30px; margin:0 0 10px 0;}
#footer h2{font-size:24px; line-height:30px; margin:0 0 10px 0;}
#footer h3{font-size:16px; line-height:16px; margin:0 0 10px 0;}
#footer h4{font-size:18px; line-height:30px; margin:0 0 10px 0;}
#footer h5{font-size:16px; line-height:30px; margin:0 0 10px 0;}
#footer h6{font-size:14px; line-height:30px; margin:0 0 10px 0;}

#footer .footer-title{font-family:'Space Grotesk', sans-serif;font-size:14px; line-height:18px; margin:0 0 20px 0;}
#footer a strong:after{content:'';margin:0 0 0 8px; display:inline-block; width:5px; height:5px; border:2px solid #fff; border-bottom:0; border-left:0; -webkit-transform: translateY(-1px) rotate(45deg);-moz-transform: translateY(-1px) rotate(45deg);-ms-transform: translateY(-1px) rotate(45deg);-o-transform: translateY(-1px) rotate(45deg);transform: translateY(-1px) rotate(45deg); }
#footer a[class*="btn"]{margin:0 0 20px 0;}
#footer h3{color: #fff; position:relative;}
#footer h3 span{position:absolute; right:0px;}

/* Main footer */
#footer .footer-main{}
#footer .footer-main .footer-more-info a:after{content:'';margin:0 0 0 8px; display:inline-block; width:5px; height:5px; border:2px solid #fff; border-bottom:0; border-left:0; -webkit-transform: translateY(-1px) rotate(45deg);-moz-transform: translateY(-1px) rotate(45deg);-ms-transform: translateY(-1px) rotate(45deg);-o-transform: translateY(-1px) rotate(45deg);transform: translateY(-1px) rotate(45deg); }
#footer .footer-main a{color:#fff; text-decoration:none;}
#footer .footer-main a:hover{text-decoration:underline}


/* Copyright */
#footer .footer-bottom{ margin: auto; margin-top:-1px; background-color:#91D2D7 ;padding:20px 0;font-size:12px;position:relative;}  
#footer .footer-bottom p {margin:0px 5px; font-size:12px; color:#1e5a64}
#footer .footer-bottom .footer-copyright .hs-menu-wrapper{display:inline;}
#footer .footer-bottom .footer-copyright .hs-menu-wrapper ul{display:inline; margin:0; padding:0; list-style-type:none;}
#footer .footer-bottom .footer-copyright .hs-menu-wrapper ul li{display:inline;}
#footer .footer-bottom .footer-copyright .hs-menu-wrapper ul li:before{content:'|\00a0'; margin:0 4px;}
#footer .footer-bottom .footer-copyright .hs-menu-wrapper ul li ul{display:none;}

#footer .footer-bottom .footer-bottom-wrapper{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .footer-bottom .footer-bottom-wrapper p {color: #1e5a64}
#footer .footer-bottom .footer-bottom-wrapper a {color: #1e5a64}

#footer .footer-bottom .hs-menu-wrapper{display:inline;}
#footer .footer-bottom .hs-menu-wrapper ul{margin:0; padding:0; list-style-type:none; display:inline;}
#footer .footer-bottom .hs-menu-wrapper ul li{display:inline;}
#footer .footer-bottom .hs-menu-wrapper > ul > li ul{display:none;}
#footer .footer-bottom .hs-menu-wrapper > ul > li + li:before{margin:0 5px; content:'|\00a0'; }
#footer .footer-bottom .hs-menu-wrapper a{color:; text-decoration:none;}
#footer .footer-bottom .hs-menu-wrapper a:hover{text-decoration:underline}
#footer .footer-bg{padding: 120px 0px 300px 0px; position:relative; z-index:3;background: repeat-x bottom center url(https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/footer_BG8.svg);}
#footer .footer-item {margin-bottom:30px;}
/* #footer .footer-bg-bf21{padding: 120px 0px 300px 0px; position:relative; z-index:3; */

/* Labels */
.footer-labels{ 
  margin: auto; 
  margin-top:-1px; 
  background-color:#91D2D7;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size:12px;
  position:relative;
  display: flex !important;
  justify-content: center !important;
}  

#footer .close {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  top: -8px;
  transform: rotate(180deg);
}

#footer .footer-item.active .close {
  transform: rotate(0);
}

@media (max-width: 768px) {
  #footer .close {
    display: inline;
    cursor: pointer;
  }
/*   .grid_product_title {
    white-space: normal;
  } */
} 
  
  #footer .title {
    cursor: pointer;
  }
}

@media (max-width: 1400px) {
  #footer .footer-bg{background-position: bottom right -200px;}
}

@media (max-width: 768px) {
  #footer .close {
    width: 32px;
    height: 32px;
  }
  #footer .close:hover {opacity: 1;}
  #footer .close:before { transition:all 200ms ease-in-out;  transform: rotate(90deg);}
  #footer .close:after {transition:all 200ms ease-in-out;  transform: rotate(0deg);}
  #footer .footer-item .desc{    margin-left: 10px;}
  #footer .active .close:after {transition:all 200ms ease-in-out; transform: rotate(90deg);}
  #footer{text-align:left;}
  #footer h3:after{width:100%;}
  #footer .row-fluid .span3:not(:last-child){margin-bottom:20px;}
}



/* ==========================================================================
MAIN NAVIGATION
========================================================================== */

/**********************************
Main nav
**********************************/
.main-nav { display: inline-flex !important; }
.main-nav .hs-menu-wrapper ul{margin:0; padding:0; list-style-type:none;}
.main-nav .hs-menu-wrapper ul:after{content:''; display:table; clear:both;}
.main-nav .hs-menu-wrapper ul li{position:relative;}
.main-nav .hs-menu-wrapper ul li.desktop-hide{display:none;}
.main-nav .hs-menu-wrapper ul li ul{position:absolute; opacity:0;visibility: hidden; -webkit-transform: translateY(10px);-moz-transform: translateY(10px);-ms-transform: translateY(10px);-o-transform: translateY(10px);transform: translateY(10px); -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out; }
.main-nav .hs-menu-wrapper ul li:hover > ul{opacity:1;visibility: visible; -webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px); }
.main-nav .hs-menu-wrapper ul li a{display:inline-block; color:#1e5a64;font-size:14px !important; font-size: 0.8888888888888888rem; line-height:1.4; text-decoration:none; font-weight:400;}
.main-nav .hs-menu-wrapper ul li[class*="active"] > a,
.main-nav .hs-menu-wrapper ul li:hover > a{color:#56969D;}

/* First level */
.main-nav .hs-menu-wrapper > ul{margin: 0; display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-direction: normal;-moz-box-direction: normal;-webkit-box-orient: horizontal;-moz-box-orient: horizontal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: end;-moz-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;-webkit-align-content: center;-ms-flex-line-pack: center;align-content: center;-webkit-box-align: center;-moz-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.main-nav .hs-menu-wrapper > ul > li > a{padding:8px 0; font-family:'Space Grotesk', sans-serif; font-size:20px; font-size:16px; line-height:1.4; }
.main-nav .hs-menu-wrapper > ul > li:hover > a:after{width:100%; margin-left:0; background-color:#56969D } */
.main-nav .hs-menu-wrapper > ul > li:hover > a,
.main-nav .hs-menu-wrapper > ul > li[class*="active"] > a{text-decoration:none;}
.main-nav .hs-menu-wrapper > ul > li + li{margin-left:30px;}
.main-nav .hs-menu-wrapper > ul > li[class*="has-children"] > a:after{content:''; margin:0 5px 0 7px; display:inline-block; width:6px; height:6px; background-color:transparent; border:2px solid currentColor; border-left:0; border-top:0; -webkit-transform: translateY(-3px) rotate(45deg);-moz-transform: translateY(-3px) rotate(45deg);-ms-transform: translateY(-3px) rotate(45deg);-o-transform: translateY(-3px) rotate(45deg);transform: translateY(-3px) rotate(45deg); -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out; }
.main-nav .hs-menu-wrapper > ul > li[class*="has-children"]:hover > a:after{border-color:#56969D;}


/* Second level */
.main-nav .hs-menu-wrapper > ul > li{}
.main-nav .hs-menu-wrapper > ul > li ul{ padding:10px 0; background:#fff; z-index:9;  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.2);-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.2);box-shadow: 0 4px 4px rgba(0,0,0,0.2); }
.main-nav .hs-menu-wrapper > ul > li ul li a{padding:4px 18px; font-size:18px; font-size:1rem; font-weight:normal; white-space:nowrap; width:100%; color:#444;}
.main-nav .hs-menu-wrapper > ul > li > ul > li[class*="has-children"] > a:after{content:''; margin:0 5px; display:inline-block; width:5px; height:5px; border:1px solid #444; border-left:0; border-top:0; -webkit-transform: translateY(-2px) rotate(-45deg);-moz-transform: translateY(-2px) rotate(-45deg);-ms-transform: translateY(-2px) rotate(-45deg);-o-transform: translateY(-2px) rotate(-45deg);transform: translateY(-2px) rotate(-45deg); -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out; }
.main-nav .hs-menu-wrapper > ul > li > ul > li[class*="has-children"]:hover > a:after{border-color:#56969D;}

/* Third level */
.main-nav .hs-menu-wrapper > ul > li > ul > li ul{margin-left:0; top:-10px; left:100%;}

/**********************************
CTA nav
**********************************/
.CTA-nav .hs-menu-wrapper ul{margin:0; padding:0; list-style-type:none;}
.CTA-nav .hs-menu-wrapper ul:after{content:''; display:table; clear:both;}
.CTA-nav .hs-menu-wrapper ul li{position:relative;}
.CTA-nav .hs-menu-wrapper ul li.desktop-hide{display:none;}
.CTA-nav .hs-menu-wrapper ul li ul{position:absolute; opacity:0;visibility: hidden; -webkit-transform: translateY(10px);-moz-transform: translateY(10px);-ms-transform: translateY(10px);-o-transform: translateY(10px);transform: translateY(10px); -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out; }

.CTA-nav .hs-menu-wrapper ul li a{display:inline-block;font-size:14px; line-height:1.4; text-decoration:none; font-weight:400;}
.CTA-nav .hs-menu-wrapper ul li[class*="active"] > a,



.CTA-nav .hs-menu-wrapper > ul > li > a:not([href="configure-vps"]){background-color:#91D2D7; border:1px solid; color:#1E5A64;} 
.CTA-nav .hs-menu-wrapper ul li:hover > a:not([href="configure-vps"]){background-color:#9fdee3;}
.CTA-nav .hs-menu-wrapper > ul > li > a:not([href="vps-samenstellen"]){background-color:#91D2D7; border:1px solid; color:#1E5A64;} 
.CTA-nav .hs-menu-wrapper ul li:hover > a:not([href="vps-samenstellen"]){background-color:#9fdee3;}

.CTA-nav .hs-menu-wrapper > ul > li > a[href*="en/configure-vps"]{background-color:#FF5050; color:#fff; border:0px ;} 
.CTA-nav .hs-menu-wrapper ul li:hover > a[href*="en/configure-vps"]{color:#fff; background-color:#ff8080;}

.CTA-nav .hs-menu-wrapper > ul > li > a[href*="nl/vps-samenstellen"]{background-color:#FF5050; color:#fff; border:0px ;} 
.CTA-nav .hs-menu-wrapper ul li:hover > a[href*="nl/vps-samenstellen"]{color:#fff; background-color:#ff8080;}


/* First level */
.CTA-nav .hs-menu-wrapper > ul{margin: 0; display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-direction: normal;-moz-box-direction: normal;-webkit-box-orient: horizontal;-moz-box-orient: horizontal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: end;-moz-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;-webkit-align-content: center;-ms-flex-line-pack: center;align-content: center;-webkit-box-align: center;-moz-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.CTA-nav .hs-menu-wrapper > ul > li > a{padding:8px 8px 8px 8px; font-family:'Space Grotesk', sans-serif; line-height:1.4; }
.CTA-nav .hs-menu-wrapper > ul > li[class*="active"] > a{text-decoration:none;}
.CTA-nav .hs-menu-wrapper > ul > li + li{margin-left:30px;}
.CTA-nav .hs-menu-wrapper > ul > li[class*="has-children"] > a:after{content:''; margin:0 5px 0 7px; display:inline-block; width:6px; height:6px; background-color:transparent; border:2px solid currentColor; border-left:0; border-top:0; -webkit-transform: translateY(-3px) rotate(45deg);-moz-transform: translateY(-3px) rotate(45deg);-ms-transform: translateY(-3px) rotate(45deg);-o-transform: translateY(-3px) rotate(45deg);transform: translateY(-3px) rotate(45deg); -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out; }.CTA-nav .hs-menu-wrapper > ul > li[class*="has-children"]:hover > a:after{border-color:#ff8080;}


/******************************************************************************
Mobile Menu
*******************************************************************************/

.slicknav_menu{display:none; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out; }
.slicknav_menu .slicknav_btn{display:inline-block; vertical-align:top;}
.slicknav_menu .slicknav_btn .slicknav_menutxt{display:inline-block;vertical-align:middle;font-size:14px;line-height: 16px;color: #726f69;}
.slicknav_menu .slicknav_btn .slicknav_icon{display:inline-block; vertical-align:middle; padding: 8px; background-color:rgba(145,211,215,1); opacity:1; visibility:visible;}
.slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar{width: 18px;height:2px;margin: 3px 0; background:#1E5A64; display: block; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}


.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:first-child{ -webkit-transform: translateY(5px) rotate(45deg);-moz-transform: translateY(5px) rotate(45deg);-ms-transform: translateY(5px) rotate(45deg);-o-transform: translateY(5px) rotate(45deg);transform: translateY(5px) rotate(45deg); }
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(2){background-color:#91D2D7 ;}
.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:last-child{ -webkit-transform: translateY(-5px) rotate(-45deg);-moz-transform: translateY(-5px) rotate(-45deg);-ms-transform: translateY(-5px) rotate(-45deg);-o-transform: translateY(-5px) rotate(-45deg);transform: translateY(-5px) rotate(-45deg); }
.slicknav_menu .slicknav_nav, .slicknav_menu .slicknav_nav ul{margin:0;padding:0;list-style-type:none; background-color:rgba(145,211,215,1); /* border-bottom:1px solid #000; */}
  
  
.slicknav_menu .slicknav_nav{padding:0 10px 10px 10px;box-shadow: 0 3px 3px 0px rgba(0,0,0,0.1);position:relative;}
.slicknav_menu .hs-menu-children-wrapper a{padding-left:15px !important;}
.slicknav_menu .hs-menu-children-wrapper .active{border-top:1px solid transparent;}
.slicknav_menu .slicknav_nav.slicknav_hidden{box-shadow: 0 0px 0px 0px rgba(0,0,0,0.1);}
.slicknav_menu .slicknav_nav li, .slicknav_menu .slicknav_nav ul li{margin:0; padding:0;}
.slicknav_menu .slicknav_nav a{display:block;color:#1e5a64; text-decoration:none;position: relative;}
.slicknav_menu .slicknav_nav a > a{padding:0;}
.slicknav_menu .slicknav_nav li > a{padding: 7px 7px;}
.slicknav_menu .slicknav_nav li > a svg{display:none;}
.slicknav_menu .slicknav_nav li[class*="active"] > a,
.slicknav_menu .slicknav_nav li > a:hover{color:#56969d; } 
.slicknav_menu .slicknav_nav li > a:hover > a{color:#56969d;}

.slicknav_menu .slicknav_nav a .slicknav_arrow{position:absolute;top:0;font-size:20px;right:0;width: 40px;text-align: center;line-height: 40px;border-left: 1px solid #1e5a64;}


.slicknav_menu .slicknav_nav li.button > a{margin-top:10px; background-color:#91D2D7 ; padding-left: 10px;padding-right: 14px;box-shadow: 0 0 0 1px #1e5a64 inset; }
.slicknav_menu .slicknav_nav li.button > a:hover{color: #444;text-decoration: none;background-color: #fff;}
.slicknav_menu .slicknav_nav li.button > a { box-shadow: 0 0 0 1px #1e5a64 inset;}

.responsive-nav-wrapper{background-color:rgba(145,211,215,1); margin: 0 auto;padding: 0 10px;max-width: 1170px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-direction: normal;-moz-box-direction: normal;-webkit-box-orient: horizontal;-moz-box-orient: horizontal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-moz-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-align-content: flex-start;-ms-flex-line-pack: start;align-content: flex-start;-webkit-box-align: center;-moz-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.responsive-nav-wrapper > a[id*="logo"]{margin:10px 0 10px 10px; display:block; width: 110px!important;height: 40px; padding: 6px 0px;}


.responsive-nav.open .slicknav_menu{background-color:rgba(145,211,215,1); box-shadow: 0 -20px 10px 20px rgba(255,255,255,.3);}


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){
  .body-content img { width: 100% !important; }

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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-color: rgba(145,211,215,1);
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #91D2D7; /* Background color */
    border: 1px solid #91D2D7;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #91D2D7; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #91D2D7; 
    border-color: transparent;
  }

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


  /* 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: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #91D2D7; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .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;
  }
  .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:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#91D2D7; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}




/* ==========================================================================
    TEMPLATE MODULE CLASSES
========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{
}
.sidebar.right{}
.sidebar.left{}
.post-template__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

/******************************************************************************
Common template Classes
*******************************************************************************/

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}



/******************************************************************************
Site Pages
*******************************************************************************/

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}



/******************************************************************************
Landing Pages
*******************************************************************************/

#landing-page{padding:40px 0;}
#landing-page .lp-heading{text-align:center;margin: 0 0 40px 0;padding: 0 0 20px 0;border-bottom: 1px solid rgba(0,0,0,0.2);}

@media (max-width: 992px) {
  body.landing-page #header .top-nav, body.landing-page #header .header-main{display: block;}
}

body.landing-page {background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 40%);background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 40%);background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 40%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );}
body.landing-page.full-width.typ{}
body.landing-page .main-content{padding:50px 0;}
body.landing-page .custom-section-header h1{/*font-family: 'Oleo Script Swash Caps',cursive;color: #de0613;font-size: 51px;line-height: 1.1;font-weight: 400;*/text-align: center;}
body.landing-page .custom-subheader h2 {font-size: 20px;line-height: 1.4;font-weight: 300;margin: 5px 0 20px 0;color: #726e6b;text-align: center;border-bottom: solid 1px rgba(0,0,0,0.1);padding-bottom: 20px;}
body.landing-page div[class*="span"].main-content{max-width:992px;margin: 0 auto;float: none;}

body.landing-page .white-form{padding:20px; background-color:#ffffff; box-shadow: 0 4px 12px -5px rgba(0,0,0,0.6);}
body.landing-page .gray-form{padding:20px; background-color:#eeeeee;}

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


.bitter{
  font-family: 'Bitter',serif;
}

/******************************************************************************
System Pages
*******************************************************************************/

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

body.error-template #error-page{padding:100px 0;}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

body.password-template .page-content .page-inner{max-width:500px; margin:0 auto; float:none; padding:50px 0;}
body.password-template .page-content .page-inner form{text-align:center;}
body.password-template .page-content .page-inner input[type="submit"]{margin:10px 0 0 0;}

#password-page{padding: 80px 0 200px 0;}
body.password-template #password-page .password-inner{}
body.password-template #password-page .password-inner input[type="submit"]{margin:10px 0 0 0;}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}






/* ==========================================================================
    COS COMPONENTS                                        
========================================================================== */

/******************************************************************************
Blog
*******************************************************************************/


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

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

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

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

/* Blog overview first item */

.blog-section {width:100%; display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-direction: normal; -moz-box-direction: normal; -webkit-box-orient: horizontal; -moz-box-orient: horizontal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start;-moz-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch;-webkit-box-align: stretch; -moz-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;}
.blog-section a{text-decoration:none; display:block; color:currentColor;position: relative; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out; width:100%; }

.blog-item-content h2{font-size: 35px; line-height: 35px; font-weight:900; margin: 10px 0px;}
.blog-item-content{margin-top: 15px;}
.blog-overview{ padding-bottom:180px;}
.blog-overview .blog-first-title{font-size:35px; line-height:35px;font-weight: 900;margin: 10px 0 20px 0px;}
.blog-overview .blog-content-published{line-height: 20px; margin:15px 0px;}
.blog-overview .blog-content-date{display:inline-block;}
.blog-overview .blog-content-author{display:inline-block; font-weight:bold;font-size:16px;}
.blog-overview .blog-content-tag{font-weight:600;color:#ff8080; text-transform:uppercase; font-size:16px; }
.blog-overview .blog-content-minutes{font-size:14px;margin-bottom: 10px;}


.blog-detail{padding:0 0 40px 0; z-index:10px; position:relative;}
.blog-detail .inner{background-color:#fff; padding:30px;}
.blog-detail .inner a.tag{font-weight:600;color:#ff8080; text-transform:uppercase; font-size:16px;text-decoration:none;}
.blog-detail .inner h1{font-size:80px; line-height:80px ;margin: 10px 0px; overflow:hidden;}

.blog-detail .inner .reading-time{display:block; font-size:14px; line-height:1.4; margin:0 0 8px 0;}
.blog-detail .inner .blog-content-date{display:inline-block;}
.blog-detail .inner .blog-content-author{display:inline-block; font-weight:bold;font-size:16px;}
.blog-detail .inner .blog-image{margin-bottom:20px;width:100%;}
.blog-detail .inner a.blog-content-back{margin:10px 0px 10px 0px;font-weight:600; display:block; font-size: 14px; text-decoration:none;}
.blog-detail .inner a.blog-content-back:before{	left: .25em;transform: rotate(-135deg);border-style: solid;border-width: .12em .12em 0 0;top: 9px; content: '';  display: inline-block;  height: .50em;  margin-right: 12px;  position: relative;  vertical-align: top;  width: 0.5em; }

/* .blog-detail .sidebar .item{padding:20px;} */
.blog-detail .sidebar .item h2:after{display:none;}
.blog-detail .sidebar .item h2{color:#1e5a64; font-size: 30px;line-height: 30px}
.blog-detail .sidebar .item.whitepaper{background-color:white;margin:6px;}

.blog-detail .sidebar .item.articles{background-color:white; margin:6px; margin-top:10px;}
.blog-detail .sidebar .item.articles a {color: #0091ae; text-decoration: none;}
.blog-detail .sidebar .item.articles a:hover{color: #444; text-decoration: none;}

.blog-detail .sidebar .item.green{background-color:white; margin:6px; margin-top:10px;}
.blog-detail .sidebar .item.green a {text-decoration: none;}

.blog-detail .sidebar .item.mysql{background-color:white; margin:6px; margin-top:10px;}
.blog-detail .sidebar .item.mysql a {text-decoration: none;}

.blog-detail .sidebar .item.stealtime{background-color:white; margin:6px; margin-top:10px;}
.blog-detail .sidebar .item.stealtime a {text-decoration: none;}

.blog-detail .sidebar .item.vps{margin-top:20px;}

.blog-detail .sidebar .item.title{padding-top: 20px; background-color:white; margin:6px; font-size: 30px; font-weight: bold; color: #1e5a64; }




.blog-section .item-newsletter{border: solid 1px #E2E2E2;margin:6px;}
.blog-section .item-newsletter h2{margin:0px; padding: 15px 20px;font-size:28px; font-weight:600;display:inline-block;}
.blog-section .item-newsletter .hs-btn{display:inline-block;margin: 17.3px 20px; right: 0px;position: absolute;}

.blog-section .item a:hover{ -webkit-box-shadow: 0 4px 20px rgb(0,0,0,0.3);-moz-box-shadow: 0 4px 20px rgb(0,0,0,0.3);box-shadow: 0 4px 20px rgb(0,0,0,0.3); }
.blog-first-wrapper .blog-first-content{width:50%;margin-left:auto;padding: 10px 30px;min-height: 280px;} 
.blog-first-wrapper .blog-first-img{width: calc(50% - 20px); background-position: center center; background-size: cover; background-repeat: no-repeat; position: absolute; left: 20px;right: 0px;top: 20px;bottom: 20px;-webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out; }
a:hover .blog-first-img{opacity:0.5;}
.blog-first-wrapper h2:after{display:none;}

.blog-listing-wrapper{margin: 0px -6px;position:relative;}

.blog-section a .blog-item-img{position:relative; width:100%;padding-bottom: 40%;background-repeat:no-repeat; background-position: center center; background-size:cover; background-color:#fff;overflow:hidden; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out; }
.blog-section a:hover .blog-img{opacity:0.5;}
.blog-section a .blog-item-img img {position:absolute; top:50%; left:0; width:100%; -webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%); }


.blog-section a.item{padding: 25px 25px 75px 25px;width:calc(100% / 3 - 12px);border: solid 1px #E2E2E2;margin:6px; background-color:#FCFCFC;display: inline-block;}
.blog-section a.item:first-child{width:100%;}
.blog-section a.item:nth-child(3),.blog-section .item:nth-child(4),.blog-section .item:nth-child(8),.blog-section .item:nth-child(9){width:49%;display: inline-block; width: calc(100% / 2 - 12px);}
.blog-section a.item .hs-btn{bottom: 25px;position:absolute;}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-section a.item{width:calc(100% / 3 - 14px);}
}

@supports (-ms-ime-align:auto) {
  .blog-section a.item{width:calc(100% / 3 - 14px);}
}



@media (max-width: 992px ){
  .blog-first-wrapper .blog-first-img{width:100%; position:static; height:0; padding-bottom:60%;}
  .blog-first-wrapper .blog-first-content{padding:20px 0 0 0;width:100%;}
  }

@media (max-width: 768px ){
  .blog-detail .inner h1{font-size:45px; line-height:45px; width: auto;}
  .blog-section .item-newsletter{text-align:center;}
  .blog-section a.item, .blog-section a.item:nth-child(3),.blog-section .item:nth-child(4),.blog-section .item:nth-child(8),.blog-section .item:nth-child(9){width: 100%;}
  .blog-section .item-newsletter h3{padding:20px 0; display:block;}
  .blog-section .item-newsletter .hs-btn{margin:0 0 20px 0; position:static;}
  
  .hs-blog-listing .sidebar .item-cat{margin:0 0 20px 0;}
  .hs-blog-listing .sidebar .item-cat .title .desktop{display:none;}
  .hs-blog-listing .sidebar .item-cat .title .mobile{padding: 10px 40px 10px 10px;display: block;font-size:20px; cursor: pointer;box-shadow: 0 0 0 1px rgba(0,0,0,0.3) inset;position: relative;}
  .hs-blog-listing .sidebar .item-cat .title .mobile:after{content:''; width:12px; height:12px; border: 2px solid #343434; border-bottom:0; border-left:0; position:absolute; top:calc(50% - 7px); right:16px; -webkit-transform: rotate(135deg);-moz-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg); -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out; }
  .hs-blog-listing .sidebar .item-cat.open .title .mobile:after{ -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg); }
  .hs-blog-listing .sidebar .item-cat .filters{padding:10px; display:none; background:rgba(0,0,0,0.05);}
  .hs-blog-listing .sidebar .item-cat .filters .widget-module > ul{margin:0;}
  
}


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

#blog-single{padding:30px 0 40px 0;}
#blog-single .tags{margin:0px; font-size:16px; line-height:22px; color:#444; font-weight:900; display:inline-block;}
#blog-single .tags .tag{color:#444; text-decoration:none;}
#blog-single .tags .tag:hover{text-decoration:underline;}
#blog-single .tags .tag:focus{outline:none;}
#blog-single .published-date{font-size:18px; margin:0 0 20px 0;}
#blog-single .blog-archive-content:after{content:''; display:block; width:75px; height:2px; background-color:#bfb561;}
#blog-single .blog-archive-content .blog-image{display:block; vertical-align:top; width:100%; margin:0 0 20px 0;}

#blog-single .blog-main-ingcomments{margin:10px 0 0 0; padding:40px 0 0 0; border-top:1px solid #d6d6d6;}

#blog-single .sidebar > div .item{}

#blog-single .sidebar .author-wrapper{padding:30px; background-color: #ff8080; color:fff;}
#blog-single .sidebar .author-wrapper a{color:fff;}
#blog-single .sidebar .author-avatar{height: 0;display:block; width:100%;margin:0px auto; padding-bottom:100%; background-position:center center; background-repeat:no-repeat; background-color:#eeeeee; background-size:cover; position:relative; overflow:hidden;}
#blog-single .sidebar .author-avatar.empty:before{content:'';display:block;width: 46px;height: 46px;background:#fff;border-radius:100%;border: 2px solid #eeeeee;position: absolute;left: 50%;margin-left: -23px;top: 20px;z-index: 2;}
#blog-single .sidebar .author-avatar.empty:after{content:'';display:block;width: 70px;height: 48px;background:#fff;border-radius:100%;position: absolute;left: 50%;margin-left: -35px;bottom: -10px;}
#blog-single .sidebar .author-info{text-align:center; display:block; color:white;}
#blog-single .sidebar .author-name{font-size:20px;font-family:'Space Grotesk', sans-serif; margin-top:30px;}
#blog-single .sidebar .author-link{display:block; text-decoration:none;}
#blog-single .sidebar .author-name{font-weight:bold;}

#blog-single .sidebar .item.cta-wrapper{margin-top:30px; text-align:center;}
#blog-single .sidebar .item.cta-wrapper img#hs-cta-img-3363362d-b705-4f0d-963c-1be8f72f8434{width:100%;}
#blog-single .sidebar .item.cta-wrapper img{max-width:100%; height:auto;}

.cta-wrapper-value {
  white-space: nowrap;
  flex-wrap: wrap;
}

#blog-single .sidebar > div .item.recent-blogs .widget-module > ul{margin:0; padding:0; list-style-type:none;}
#blog-single .sidebar > div .item.recent-blogs .widget-module > ul li{margin:0; padding:0;}
#blog-single .sidebar > div .item.recent-blogs .widget-module > ul li:before{content: '\203A\00a0';}
#blog-single .sidebar > div .item.recent-blogs .widget-module > ul li a{display:inline-block;text-decoration:none;}
#blog-single .sidebar > div .item.recent-blogs .widget-module > ul li a:hover{text-decoration:underline;}
#blog-single .blog-content-detail{padding:20px 0px;}
#blog-single .blog-detail-date {color:#444;display:inline-block; margin-left: 5px;}

#blog-single .hr-middle {width:80px; height:2px; margin:20px auto;background-color:;}
#blog-single .hr-left {width:150px; height:2px;background-color:; margin: 10px 0px 25px 0px;}

#blog-single #comments-listing {display:none;}
#blog-single input.hs-input {border-radius: 5px !important;}

.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 a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */

/* #blog-archive{padding:40px 0 20px 0; background-color: #eeeeee } */
.blog-section .blog-header{max-width:720px; margin:0 auto; text-align:center;}
.blog-section .blog-header h1{margin:0 0 30px 0; font-size:40px; line-height:40px; text-align:center;}

@media (max-width: 992px ){
  .flex-module section.section-overview .overview-items > .item{width:49%;}
  .flex-module section.section-overview .overview-items > .item:nth-child(odd){margin-left:0;}
}

@media (max-width: 768px ){
  #blog-single .sidebar{margin:20px 0 0 0;}
}


@media (max-width: 480px ){
	.flex-module section.section-overview .overview-items > .item{width:100%; margin-left:0;}
}



#related-blogs{background:#eeeeee;}
#related-blogs .related-post-items{padding:60px 0;}
#related-blogs .related-post-items .related-post-header-title{font-size:22px; line-height:30px; color:#ff8080;font-weight:900;margin:0 0 30px 0;}

.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
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.socialMediaShare {margin: 20px 0px;text-align: left;}
.socialMediaShare a {color: black;text-decoration: none;font-size: 20px;margin: 0 3px;vertical-align: top;display:inline-block;}
.socialMediaShare a:hover {	color: #3d8e03;}
.socialMediaShare span{font-weight:600;font-size:12px;vertical-align:baseline;display:inline-block;margin-right: 13px;}
/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#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 {margin:20px 0; text-align:center;}
.blog-pagination a {margin:3px;}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {display:none;}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.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-single-sidebar.sticky{position:sticky; top:20px;}
.sidebar-widget{background:#eeeeee; padding:25px;}

.sidebar-widget .author-wrapper{margin:0 0 40px 0;}
.sidebar-widget .author-wrapper .author-avatar{display:inline-block; vertical-align:middle; width:80px; margin-right:15px; border-radius:100%; overflow:hidden;}
.sidebar-widget .author-wrapper .author-avatar + .author-info{width:calc(100% - 95px);}
.sidebar-widget .author-wrapper .author-link{text-decoration:none; display:block;}
.sidebar-widget .author-wrapper .author-link:focus{outline:none;}
.sidebar-widget .author-wrapper .author-info{display:inline-block; vertical-align:middle;}
.sidebar-widget .author-wrapper .author-info .author-name{font-size:18px; line-height:22px; color:#ff8080; font-weight:900;}
.sidebar-widget .author-wrapper .author-link:hover .author-info .author-name{text-decoration:underline;}
.sidebar-widget .author-wrapper .author-info .author-bio{font-size:16px; line-height:22px;}

@media (max-width: 768px) {
  .sidebar-widget{margin-top:20px;}
}

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* Newsletter Blog footer
   ========================================================================== */

.footer-newsletter {
  background-color: #91d2d7;
  padding: 60px 0;
}

.footer-newsletter .footer_newsletter_text {
  color: #1e5a64;
}

.footer-newsletter h2 {
  color: #fff;
}

/* .footer_newsletter_form form {
  display: flex;
} */

.footer_newsletter_form .input input[type="email"]::placeholder {
  color: #91d2d7;
  font-family: 'Space Grotesk',sans-serif;
  font-size: 16px !important;
  box-shadow: none;
}

.footer_newsletter_form .legal-consent-container {
  color: #1e5a64;
  font-size: 12px;
  width: 50%;
  max-width: 100%;
  min-width: 50%;
}

.footer_newsletter_form .legal-consent-container p {
  font-size: 14px;
}

.footer_newsletter_form .legal-consent-container label {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.footer_newsletter_form .legal-consent-container label span {
  margin-left: 0;
}


@media(max-width:480px){
  .footer_newsletter_form .input input[type="email"]::placeholder {
    font-size: 12px !important;
  }
} 

@media(max-width:768px){
  .footer_newsletter_form .input input[type="email"]::placeholder {
    font-size: 14px !important;
  }
  #footer-newsletter .footer_newsletter_form .input input[type="email"]{
    width: 100% !important;
    min-width: 100%;
  }
  .footer_newsletter_form .legal-consent-container {
   width: 100% !important;
   min-width: 100%;
  }
} 

#footer-newsletter .footer_newsletter_form .input input[type="email"] {
  border-radius: 0px !important;
  padding: 10px 20px;
  line-height: 28px;
  font-family: 'Space Grotesk',sans-serif;
  font-size: 16px;
  box-shadow: none;
  width: 47%;
  max-width: 100%;
  min-width: 47%;
}

.footer_newsletter_form .input{
  max-width: 100%;
  margin-right: 20px;
}

.footer_newsletter_form .hs-button.primary.large {
  background-color: #ff5050 !important;
}

/******************************************************************************
Forms
*******************************************************************************/

/* All Global Forms
   ========================================================================== */

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

/* Descriptions */
body .hs-field-desc {margin:0 0 5px 0;}

/* Labels */
body label {display:block; font-weight:bold;}
body .hs-form-field > label {font-weight:bold;}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  margin:0;
  padding: 6px 8px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border:0;
  outline:none;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 24px;
  background-color:#fff;
  border-radius:5px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  -webkit-box-shadow: 0 0 0 1px #c3c3c3 inset;
  -moz-box-shadow: 0 0 0 1px #c3c3c3 inset;
  box-shadow: 0 0 0 1px #c3c3c3 inset;
  -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;
}


body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  -webkit-box-shadow: 0 0 0 1px #c3c3c3 inset, 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 0 1px #c3c3c3 inset, 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 0 1px #c3c3c3 inset, 0 0 10px rgba(0,0,0,0.2);
}

body input[type="text"].error,
body input[type="password"].error, 
body input[type="datetime"].error, 
body input[type="datetime-local"].error, 
body input[type="date"].error, 
body input[type="month"].error, 
body input[type="time"].error, 
body input[type="week"].error, 
body input[type="number"].error, 
body input[type="email"].error, 
body input[type="url"].error, 
body input[type="search"].error, 
body input[type="tel"].error, 
body input[type="color"].error,
body input[type="file"].error,
body textarea.error,
body select.error {
  box-shadow: 0 0 0 1px #ff8080 inset;
}

body input[type="text"].error:focus,
body input[type="password"].error:focus, 
body input[type="datetime"].error:focus, 
body input[type="datetime-local"].error:focus, 
body input[type="date"].error:focus, 
body input[type="month"].error:focus, 
body input[type="time"].error:focus, 
body input[type="week"].error:focus, 
body input[type="number"].error:focus, 
body input[type="email"].error:focus, 
body input[type="url"].error:focus, 
body input[type="search"].error:focus, 
body input[type="tel"].error:focus, 
body input[type="color"].error:focus,
body input[type="file"].error:focus,
body textarea.error:focus,
body select.error:focus {
  box-shadow: 0 0 0 1px #ff8080 inset, 0 0 10px rgba(0,0,0,0.2);
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
  min-height:150px;
}
body textarea:focus {}

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

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  margin:0;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li label{
  cursor:pointer;
  font-weight:normal;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

body form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs{
  color:#fff;
  background-color:#ff8080;
  position:relative;
}
body form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs:before{
	content:'';
  display:block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #00a4bd transparent;
  position:absolute;
  bottom:100%;
  left:6px;
}

body form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs li label{
  padding:2px 6px;
  font-size:14px;
  line-height:24px;
  background-color:#00a4bd;
  border-radius:5px;
}

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

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

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


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

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field, .hs-form-field {margin:0 0 10px 0;}
.legal-consent-container .hs-richtext{font-size:12px; line-height:25px;}
.legal-consent-container .hs-richtext p{margin:0 20px 20px 0;}

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

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

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

/* Error */
body .hs-common-error-message {}


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


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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

  

/******************************************************************************
Buttons
*******************************************************************************/

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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  margin:0;
  cursor: pointer;
  -webkit-appearance: ;-moz-appearance: ;appearance: ;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  text-decoration: none;
}

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

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


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

.hs_cos_wrapper_type_form .hs-button.primary.large{padding:10px 20px; font-size:16px; line-height:28px; color:#fff; background-color: #ff8080; border:0; outline:none; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover,
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {color:#fff; background-color:;}
.highlighted .hs-button.primary.large{background-color:white; border:1px solid #fff; border-radius:100px; color:#000;}
.highlighted .hs-button.primary.large:hover{background-color:transparent; border:1px solid #fff; border-radius:100px;}
/* 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 {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}

a {
   outline: 0 !important;
}

/* ==========================================================================
    MISCELLANOUS
========================================================================== */

/* trial information dutch */

@media (min-width: 992px ){
  .trial-info--nl{padding-left: 60px;};
}

@media (min-width: 768px ){
  .trial-info--nl{padding-top: 50px;};
}

@media (max-width: 768px ){
  .trial-info--nl{padding-top: 50px;};
}

.trial-info--nl{color: #ff5050;};

/* trial information english */

@media (min-width: 992px ){
  #trial_info{padding-left: 60px;};
}

@media (max-width: 768px ){
  #trial_info{padding-top: 50px;};
}

@media (max-width: 768px ){
  #trial_info{padding-top: 50px;};
}

#trial_info{
  color: #ff5050;
};

#trial_info span{
  font-size: 24px;
};

#trial_info div{
  font-size: 16px;
};

/* Cookie bar */
body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom{box-shadow: 0 0 10px rgba(0,0,0,0.2)!important;border:0;}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{padding: 10px!important;}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{display: inline!important;}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p:empty{display: none;}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area{display:inline;margin: 0!important;}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a{color:#313131;}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover{color:#313131;}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{color:#313131;border:0!important;box-shadow:0 0 0 1px #313131 inset!important;padding:6px 12px!important;background:transparent!important;margin: 10px!important;}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover{background:#313131!important;color:#fff;}

@media (max-width:768px){
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p:empty{display: none;}
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{display: block!important;}
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{margin:0!important; }
}

/* Hubspot editor button */
@media (max-width:768px){
	body .hs-tools-menu.hs-collapsed{top: inherit!important;right: inherit!important;bottom: 10px;left: 10px;}
}

/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 


/* Lightbox https://github.com/lokesh/lightbox2/ */
.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(https://5153444.fs1.hubspotusercontent-na1.net/hubfs/5153444/XLwood%20theme%20dec%202018/lightbox/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(https://5153444.fs1.hubspotusercontent-na1.net/hubfs/5153444/XLwood%20theme%20dec%202018/lightbox/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(https://5153444.fs1.hubspotusercontent-na1.net/hubfs/5153444/XLwood%20theme%20dec%202018/lightbox/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(https://5153444.fs1.hubspotusercontent-na1.net/hubfs/5153444/XLwood%20theme%20dec%202018/lightbox/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}



/**********************************************/
/* Youtube wrapper                            */
/**********************************************/
.youtube-wrapper {cursor:pointer; position: relative;width:100%; padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;height: 0; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.youtube-wrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.youtube-wrapper .play-button {width: 80px;height: 80px;background-color: transparent;box-shadow: 0 0 30px rgba( 0,0,0,0.6 );border: 2px solid #fff;z-index: 1;opacity: 1;border-radius: 6px;border-radius: 100%;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.youtube-wrapper .play-button:before {content: "";border-style: solid;border-width: 22px 0 22px 38px;border-color: transparent transparent transparent #fff;}
.youtube-wrapper:hover .play-button{background:#ff8080;}
.youtube-wrapper .play-button {cursor: pointer;}
.youtube-wrapper iframe,
.youtube-wrapper .play-button,
.youtube-wrapper .play-button:before {position: absolute;}
.youtube-wrapper .play-button{top: 50%;left: 50%;-webkit-transform: translate3d( -50%, -50%, 0 );-moz-transform: translate3d( -50%, -50%, 0 );-ms-transform: translate3d( -50%, -50%, 0 );-o-transform: translate3d( -50%, -50%, 0 );transform: translate3d( -50%, -50%, 0 );}
.youtube-wrapper .play-button:before {top: 50%;left: 57%;-webkit-transform: translate3d( -50%, -50%, 0 );-moz-transform: translate3d( -50%, -50%, 0 );-ms-transform: translate3d( -50%, -50%, 0 );-o-transform: translate3d( -50%, -50%, 0 );transform: translate3d( -50%, -50%, 0 );}
.youtube-wrapper iframe {height: 100%;width: 100%;top: 0;left: 0;}



/* ==========================================================================
    MOBILE MEDIA QUERIES
========================================================================== */




   

/* Screen sizes smaller than site maxWidth (.page-center) small screen
   ========================================================================== */

@media (max-width: 1200px) {
  .container,
  .container-fluid .row-fluid .page-center,
  .page-center{
    max-width: 970px;
  }
}

@media (max-width: 992px) {
  .container,
  .container-fluid .row-fluid .page-center,
	.page-center{
    max-width: 750px;
  }
  
  #header .top-nav, #header .header-main{}#header .globe_class{width:auto; height:auto; margin: 7px 0 0 0;padding: 16px 0 0 18px; font-size:14px; text-transform:uppercase; }
  #header .header{display:none;}
  #header.no-nav .header{display:block;}
  .slicknav_menu{display:block;}
  .grid_product_title {
    white-space: normal;
  }
}


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

@media (max-width: 768px) {
  .container,
  .container-fluid .row-fluid .page-center,
	.page-center{
    max-width: inherit;
  }
}
     

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

@media (max-width: 768px) {
  .container,
  .container-fluid .row-fluid .page-center,
	.page-center{
  }
  .grid-product-item {
    padding: 10px !important;
  }

}
/* Landscape phones and smaller devices  mobile extra small
   ========================================================================== */

@media (max-width: 480px) {
  .container,
  .container-fluid .row-fluid .page-center,
	.page-center{
  }
  
  .mobile-hidden {
    display: none;
  }
  
   .grid-product-item {
    padding: 10px !important;
  }

}




.brands{    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;}

.brands img{margin:5px;}

/* image class - negatieve margin voor overlay image
   ========================================================================== */

.negative-margin {
  margin-top:-30%;
}

.negative-margin-valentine {
    margin-bottom: -100px !important;
    z-index: 99 !important;
}

.negative-margin-bottom {
  margin-bottom:-25%;
}

/* Breakout home - certificaten alignment
   ========================================================================== */

.breakout-usp  {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.breakout-usp__usp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Black Friday 
   ========================================================================== */
 .black-friday-countdown {
    display: flex;
    font-size: 3em;
    font-weight: 100;
    color: #000;
    padding: 20px 0;
    width: 700px;
    font-weight: 600;
    margin-left: 3px;
    margin-bottom: 12px;
}

.black-friday-countdown .countdown-item {
    text-align: center;
    display: inline-block;
    min-width: 90px;
    padding: 0.2em 13px;
    background: #fafafa;
}

.black-friday-countdown .countdown-item:first-of-type {
    padding-left: 18px;
}

.black-friday-countdown .countdown-item:last-of-type {
    padding-right: 18px;
}

.black-friday-countdown .countdown-item div:first-child {
    font-weight: 600;
    line-height: 1em;
}

@media (max-width: 768px) {
  .black-friday-countdown {
    font-size: 2.5em;
  }
  .black-friday-countdown .countdown-item {
    min-width: 83px;
  }
}

.black-friday-countdown .label {
    color: #000;
    text-transform: uppercase;
    display: block;
    font-size: .35em;
    font-weight: 300;
    font-size: 0.3em;
    line-height: 0.5em;
    margin-top: 0.25em;
}

.black-friday-header {
    display: flex;
    background-image: url(https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/bf_visual22.svg);
    background-repeat: no-repeat;
    background-position: 160px 200%;
    background-size: 1000px;
}

/* .black-friday-header--homepage {
    background-image: url(https://www.tilaa.com/hubfs/laptop_homepage.png);
    min-height: 368px;
} */

.black-friday-header--homepage .black-friday-header__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.black-friday-header--homepage h1 span {
    display: inline !important;
}

@media (max-width: 768px) {
    .black-friday-header--homepage {
        min-height: unset;
        background-image: none;
    }}
}

@media (max-width: 992px) {
    .black-friday-header--homepage {
        background-image: none;
    }}
}

@media (max-width: 1200px) {
    .black-friday-header {
        background-size: 450px !important;
    }
}

@media (max-width: 992px) {
    .black-friday-header {
        background-image: none;
    }
}

.black-friday-header h1 span {
    display: block;
}

.black-friday-header__content {
    flex-basis: 66%;
    max-width: 100%;
}

@media (max-width: 768px) {
  .black-friday__spinner{
    top: -115px !important;
    width: 220px !important;
    height: 220px !important;
  }
}

.black-friday-header__code-black {
    text-shadow: -3px -3px 0 #ff5050, 0 0px 0 #ff5050, 3px -3px 0 #ff5050, 3px 3px 0 #ff5050, 0px 1px 0 #ff504f, 0 -2px 0 #ff5050, -3px 3px 0 #ff5050, 0px 0 0 #ff5050;
    letter-spacing: 2px;
    color: black;
    font-size: inherit;
}

@media (max-width: 768px) {
    .black-friday-header__code-black {
        text-shadow: -1px -1px 0 #ff5050, 0 0px 0 #ff5050, 1px -1px 0 #ff5050, 1px 1px 0 #ff5050, 0px 1px 0 #ff504f, 0 -2px 0 #ff5050, -1px 1px 0 #ff5050, 0px 0 0 #ff5050;
        margin-bottom: 0;
    }
}

@font-face {
    font-family: 'Px Grotesk Screen';
    src: url('https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/Fonts/PxGrotesk-Screen.eot');
    src: url('https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/Fonts/PxGrotesk-Screen.eot#iefix') format('embedded-opentype'),
    url('https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/Fonts/PxGrotesk-Screen.woff2') format('woff2'),
    url('https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/Fonts/PxGrotesk-Screen.woff') format('woff'),
    url('https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/Fonts/PxGrotesk-Screen.ttf') format('truetype'),
    url('https://6364181.fs1.hubspotusercontent-na1.net/hubfs/6364181/Fonts/PxGrotesk-Screen.svg#PxGrotesk-Screen') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
        }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.black-friday .ticker-wrap {
    position: relative;
    top: 50px;
    left: -10px;
    width: calc(100vw + 10px);
    overflow: hidden;
    height: 2.5rem;
    margin-bottom: 6em;
    margin-top: -4em;
    background-color: #ff5050;
    box-sizing: content-box;
}

@media (max-width: 480px) {
    .black-friday .ticker-wrap {
        margin-top: -1em;
    }
}

.black-friday .ticker-wrap--rotated {
    transform: rotate(-3deg);
}

.black-friday .ticker {
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    white-space: nowrap;
    box-sizing: content-box;
}

.black-friday .ticker__item {
    position: absolute;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Px Grotesk Screen';
    font-size: 1.5rem;
    color: #000;
    width: 100vw;
  
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-name: ticker;
    -webkit-animation-name: ticker;
    animation-duration: 15s;
    -webkit-animation-duration: 15s;
}

@media (max-width: 480px) {
    .black-friday .ticker__item {
        font-size: 1rem;
    }
}

.black-friday .ticker__item.one {
    left: 0;
}

.black-friday .ticker__item.two {
    left: 100vw;
}

.black-friday--no-max-width {
  max-width: unset !important;
}

/* LOGO COLOR OVERRIDE */

.st0 {
  fill: #1E5A64 !important;
}

/* MENU OVERRIDE */

@media (max-width: 1200px) {
  .main-nav .hs-menu-wrapper>ul>li+li {
    margin-left: 15px;
  }
  .CTA-nav .hs-menu-wrapper ul li {
    white-space: nowrap; 
  }
  
  .lang_switcher_class {
    padding-left: 10px;
  }
  
}

@media (max-width: 992px) {
  .lang_switcher_class {
    margin-left: auto;
    padding-right: 24px;
    bottom: 3px;
  }
  
  .responsive-nav-wrapper>a[id*="logo"] {
    height: 50px;
  }
  
}