

















/* 1a. Global Settings */
















  










  











  









/* 1b. Header Settings */




































/* 1c. Typography */



























































































































































/* 1d. Buttons */




















































/* 1e. Forms */
















































































/* 1f. Tables */


















 

/* 1g. Blog */



















    




















/* 1h. Footer */






















/* 1i. Theme general settings */














*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

html {
  font-size: 14px;
}


@media(min-width: 768px) {
  html {
      font-size: 14px;
  } 
}


@media(min-width: 1025px) {
  html {
      font-size: 14px;
  }
}

body {
  font-family: Lato, sans-serif;
  color: #494A52;
  line-height: 1.4;
  line-height: 1.29;
  letter-spacing: 0px;
  word-break: break-word;
  background-color: #FFFFFF;

  
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color:#343457;
    color: #343457; 
  
}


html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
    line-break: strict;
    word-break: break-all;
}

/* Paragraphs */

p {
    font-size: 1rem;
    margin: 0 0 1.4rem;
    margin-bottom: 20px;
}

strong {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

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

/* Anchors */

a {
  color: #0270E0;
  color: rgba(0, 200, 147, 1.0);
  text-transform: none;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  color: rgba(220, 0, 0, 1.0);
}

a:active {
  color: rgba(220, 0, 0, 1.0);
}

.tag-listing-link-wrapper {
  text-align: right;
}

.tag-listing-link,
.read-more {
  
    font-family: Roboto;
  
  color: rgba(52, 52, 87, 1);
  font-size: 12px;
  line-height: 1.29;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
}

.tag-listing-link:hover,
.tag-listing-link:focus,
.read-more:hover,
.read-more:focus {
  color: rgba(0, 200, 147, 1.0);
}

.tag-listing-link,
.read-more.link-small {
    display: flex;
}

.tag-listing-link svg,
.read-more.link-small svg {
  height: 14px;
  width: 14px;
  fill: rgba(52, 52, 87, 1);
}

.tag-listing-link:hover svg,
.read-more.link-small:hover svg {
  fill: rgba(0, 200, 147, 1.0);
}

.tag-listing-link .link-icon,
.read-more.link-small .link-icon {
  padding-left: 5px;
}


@media(min-width: 768px) {
  .read-more,
  .tag-listing-link {
    font-size: 12px;
  } 
}


@media(min-width: 1025px) {
  .tag-listing-link,
  .read-more {
    font-size: 12px;
  }
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  font-family: serif;
  font-weight: 900;
  margin: 0 0 1.4rem;
  font-family: Roboto; font-style: normal; font-weight: 900; text-decoration: none; color:#343457;
}

h1 {
  font-size: 2.1rem;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0px;
  
    font-family: Roboto; font-style: normal; font-weight: 900; text-decoration: none; color:#343457;
    color: #343457; 
  
}

h2 {
  font-size: 1.6rem;
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: 0px;
  
    font-family: Roboto; font-style: normal; font-weight: 900; text-decoration: none; color:#343457;
    color: #343457; 
  
}

h3 {
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0px;
  
    font-family: Roboto; font-style: normal; font-weight: 900; text-decoration: none; color:#343457;
    color: #343457; 
  
}

h4 {
  font-size: 1.175rem;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0px;
  
    font-family: Roboto; font-style: normal; font-weight: 900; text-decoration: none; color:#343457;
    color: #343457; 
  
}

h5 {
  font-size: 1rem;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 0px;
  
    font-family: Roboto; font-style: normal; font-weight: 900; text-decoration: none; color:#343457;
    color: #343457; 
  
}

h6 {
  font-size: 0.9rem;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.66px;
  text-transform: uppercase;
  
    font-family: Roboto; font-style: normal; font-weight: 900; text-decoration: none; color:#343457;
    color: #343457; 
  
}


@media(min-width: 768px) {
  h1 {
    font-size: 32px;
  } 
  h2 {
    font-size: 32px;
  } 
  h3 {
    font-size: 20px;
  } 
  h4 {
    font-size: 16px;
  } 
  h5 {
    font-size: 15px;
  } 
  h6 {
    font-size: 14px;
  } 
}


@media(min-width: 1025px) {
  h1 {
    font-size: 48px;
  } 
  h2 {
    font-size: 32px;
  } 
  h3 {
    font-size: 20px;
  } 
  h4 {
    font-size: 16px;
  } 
  h5 {
    font-size: 15px;
  } 
  h6 {
    font-size: 14px;
  } 
}

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote,
.hs-blog-post blockquote {
  margin: 2rem 0;
  padding-left: 3rem;
  position: relative;
}

blockquote,
blockquote p,
.hs-blog-post .blog-post blockquote,
.hs-blog-post .blog-post blockquote p {
  font-size: 22px;
  line-height: 1.33;
  letter-spacing: 0px;
  
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color:#343457;
    color: #f6aa2d;
  
}

blockquote:before {
    content: "";
    background-image: url(https://www.leadstreet.be/hubfs/raw_assets/public/Marketplace/leadstreet/themes/magazine/images/Icon%20open-double-quote-sans-left.svg);
    height: 27px;
    width: 36px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
}


@media(min-width: 768px) {
  blockquote,
  blockquote p,
  .hs-blog-post .blog-post blockquote,
  .hs-blog-post .blog-post blockquote p {
    font-size: 28px;
  } 

  blockquote:before {
      left: -10px;
  }
}


@media(min-width: 1025px) {
  blockquote,
  blockquote p,
  .hs-blog-post .blog-post blockquote,
  .hs-blog-post .blog-post blockquote p {
    font-size: 32px;
  } 
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button,
.cta_button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button,
.button,
.cta_button {
  background-color: rgba(0, 200, 147, 1.0);
  border: 1px none #00c893;
  border-radius: 3px;
  color: rgba(255, 255, 255, 1.0);
  padding: 12px 25px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0px
}

.button svg {
    fill: rgba(255, 255, 255, 1.0);
}

.button.button--icon-right svg {
  margin-right: 0;
  margin-left: 10px;
}

.button svg {
  margin-right: 5px;
}

button:disabled,
.button:disabled,
.cta_button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.cta_button:hover,
.cta_button:focus {
  background-color:rgba(0, 200, 147, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border: 1px none #00c893;
}

button:active,
.button:active,
.cta_button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active,
.cta_button:hover,
.cta_button:focus,
.cta_button:active {
  background-color: rgba(0, 200, 147, 1.0);
  border: 1px none #00c893;
  color: rgba(255, 255, 255, 1.0);
}

.button--icon-right {
  display: inline-flex;
  flex-direction: row-reverse;
}

/* Secondary Button */

.button.button--secondary,
.cta_button.cta_secondary {
  background-color: rgba(100, 98, 137, 1.0);
  border: 1px none #646289;
  border-radius: 3px;
  color: rgba(255, 255, 255, 1.0);
  padding: 12px 25px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0px
}

.button.button--secondary svg {
  fill: rgba(255, 255, 255, 1.0);
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active,
.cta_button.cta_secondary:hover,
.cta_button.cta_secondary:focus,
.cta_button.cta_secondary:active {
  background-color: rgba(100, 98, 137, 1.0);
  border: 1px none #646289;
  color: rgba(255, 255, 255, 1.0);
}

/* Simple Button */
.button.button--simple,
.cta_button.cta_simple {
  color: rgba(0, 200, 147, 1.0);
  text-transform: none;
  font-weight: 900;
  letter-spacing: 0px;
  background: none;
  padding: 0 !important;
  position: relative;
}

.button.button--simple svg {
  fill: rgba(0, 200, 147, 1.0);
}



  .button.button--simple:after,
  .cta_button.cta_simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active,
.cta_button.cta_simple:hover,
.cta_button.cta_simple:focus,
.cta_button.cta_simple:active {
  border: none;
  color: rgba(0, 200, 147, 1.0);
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after,
  .cta_button.cta_simple:hover,
  .cta_button.cta_simple:focus,
  .cta_button.cta_simple:active {
    content: none;
  }



/* Button Sizing */
.button.button--small,
.cta_button.button--small {
  font-size: 12px;
  padding: 7px 7px;
}

.button.button--large,
.cta_button.button--large {
  font-size: 16px;
  padding: 12px 25px;
}
/* Form */

.widget-type-form,
.blog-comments form {
  background-color: rgba(100, 98, 137, 1.0);
  border: 1px none #f6aa2d;
  border-radius: 0px;
  padding: 20px;
}

@media(min-width: 1025px) {
  .widget-type-form,
  .blog-comments form {
    padding: 45px 45px;
  }
}

form {
  font-family: Lato, sans-serif;
  
    font-family: Roboto;
  
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

fieldset.form-columns-1 .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100% !important;
}

/* Form Title */

.form-title {
  background-color: rgba(246, 170, 45, 1.0);
  border: 1px none #D0D0D0;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: #343457;
  padding: 25px 25px;
  margin-bottom: 0;
}

/* Labels */

form label,
.hs-form-field > label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
  font-size: 14px;
  padding: 6px 0px;
  
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color:#343457;
    color: #111111; 
  
}


/* Help text - legends */

form legend,
.hs-form-field legend {
  color: #33475B;
  font-size: 0.875rem;
  color: #111111;
  font-size: 12px;
  line-height: 1.4;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  
  
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color:#343457;
    color: #343457; 
  

  background-color: rgba(255, 255, 255, 1.0);
  border: 1px none #111111;
  border-radius: 4px;
  font-size: 14px;
  padding: 12px 12px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}


::-webkit-input-placeholder {
  color: #222222;
}

::-moz-placeholder {
  color: #222222;
}

:-ms-input-placeholder {
  color: #222222;
}

:-moz-placeholder {
  color: #222222;
}

::placeholder {
  color: #222222;
}


/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer; 
  line-height: normal;
  margin: 0 15px 3px 0px;
  padding: 0;
  width: auto;
}

input[type=radio],
input[type=checkbox]{
    background-color: #FFFFFF;
    -webkit-appearance: none;
    width: 24px !important;
    height: 24px;
    margin-right: .9rem;
    margin-top: 2px;
    float: left;
}

input[type=radio]{
  border-radius: 50%;
  border: 6px solid #fff;
  color: transparent;
  border: none;
}

input[type=radio]:checked {
  background-color: #00c893;
  box-shadow: 0px 0px 8px 0px #d2d2d2;
  -webkit-box-shadow: 0px 0px 8px 0px #d2d2d2;
  -moz-box-shadow: 0px 0px 8px 0px #d2d2d2;
  border: 6px solid #FFFFFF;
}

input[type=checkbox]:checked {
  background-color: #FFFFFF;
}

input[type=checkbox]:checked:before {
  content: "";
  display: block;
  margin: 3px auto;
  width: 8px;
  height: 13px;
  border: solid #00c893;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.hs-fieldtype-radio > label,
.hs-fieldtype-checkbox > label {
    font-weight: bold;
    font-style: normal;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
}


/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - Datepicker */

.hs-datepicker .is-selected button.pika-button {
  background-color: #646289;
}

.hs-datepicker button.pika-button:hover {
  background-color: #00c893 !important;
}


/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  color: #111111;
  line-height: 1.4;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p,
form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-size: 0.875rem;
  color: #111111;
  font-size: 12px;
  line-height: 1.4;
}


/* Validation */

.hs-form-required {
  color: red;
  color: #a30001;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
  border-color: #a30001;
}

.hs-error-msg {
  color: #EF6B51;
  color: #a30001;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Submit */



  form input[type=submit],
  form .hs-button {
    background-color: rgba(0, 200, 147, 1.0);
    border: 1px none #00c893;
    border-radius: 3px;
    color: rgba(255, 255, 255, 1.0);
    padding: 12px 25px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0px
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus,
  form input[type=submit]:active,
  form .hs-button:active {
    background-color: rgba(0, 200, 147, 1.0);
    border: 1px none #00c893;
    color: rgba(255, 255, 255, 1.0);
  }





  form input[type=submit],
  form .hs-button {
    font-size: 14px;
    padding: 12px 25px;
  }



/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



@media(min-width: 768px) {
  form label,
  .hs-form-field > label,
  form .hs-richtext,
  form .hs-richtext p {
    font-size: 14px;
  } 

  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=file],
  select,
  textarea {
    font-size: 14px;
  } 

  .legal-consent-container .hs-form-booleancheckbox-display > span,
  .legal-consent-container .hs-form-booleancheckbox-display > span p,
  form .legal-consent-container,
  form .legal-consent-container .hs-richtext,
  form .legal-consent-container .hs-richtext p {
    font-size: 12px;
  }
}


@media(min-width: 1025px) {
  form label,
  .hs-form-field > label,
  form .hs-richtext,
  form .hs-richtext p {
    font-size: 14px;
  } 

  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=file],
  select,
  textarea {
    font-size: 14px;
  } 

  .legal-consent-container .hs-form-booleancheckbox-display > span,
  .legal-consent-container .hs-form-booleancheckbox-display > span p,
  form .legal-consent-container,
  form .legal-consent-container .hs-richtext,
  form .legal-consent-container .hs-richtext p {
    font-size: 12px;
  }
}

/* Header container */

.header {
  background-color: #F8FAFC;
  background-color: rgba(255, 255, 255, 1.0);
  font-family: Roboto; font-style: normal; font-weight: 300; text-decoration: none;
  font-size: 14px;
  color: rgba(52, 52, 87, 1);
  position: relative;
}

.custom-section-header-wrapper .section-title-custom {
  font-family: Roboto; font-style: normal; font-weight: 300; text-decoration: none;
  font-size: 14px;
}

body.body-header__scroll [data-global-resource-path*=header],
body.body-header__scroll header.header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

body.body-header__scroll header.header-scroll {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
}



@media(max-width: 1024px) {
  body [data-global-resource-path*=header] {
      top: 0 !important;
  }
  body.body-header__scroll header.header-scroll .header__logo-advertisement {
    display: none !important;
  }
}



.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* header top navigation */
.header__top-navigation {
    background-color: rgba(100, 98, 137, 1.0);
    color: rgba(240, 237, 255, 1.0);
    padding: 0 10px;
    position: relative;
    z-index: 9;
}

.header__top-navigation-right {
    width: 15%;
    display: flex;
    justify-content: flex-end;
}

.header__top-navigation .header__container {
    align-items: center;
}

.header__top-navigation .header__navigation {
    margin-bottom: 0 !important;
}

.header__top-navigation .submenu.level-1>li:first-child {
    padding-left: 0;
}

.header__top-navigation .submenu.level-1>li.has-submenu {
  padding-right: 23px;
}

.header__top-navigation .submenu.level-1>li {
    padding: 11px 12px;
}

.header__top-navigation .navigation-primary a {
    font-size: 14px; 
    color: rgba(240, 237, 255, 1.0);
    text-transform: none;
    letter-spacing: 0px;
}

.header__top-navigation .submenu.level-1>.has-submenu>.menu-arrow {
    color: rgba(240, 237, 255, 1.0);
}

.header__top-navigation .navigation-primary a:hover,
.header__top-navigation .navigation-primary a:focus,
.header__top-navigation .navigation-primary a:active {
    color: rgba(0, 200, 147, 1.0);
}

.header__top-navigation .submenu.level-1>.has-submenu> a.menu-link ~ .menu-arrow {
    border-top-color: rgba(240, 237, 255, 1.0);
    top: 18px;
    right: 10px;
}

.header__top-navigation .submenu.level-1>.has-submenu> a.menu-link:hover ~ .menu-arrow {
    border-top-color: rgba(0, 200, 147, 1.0);
}

.header__top-navigation .navigation-primary .submenu.level-1 > li ul a {
    color: rgba(240, 237, 255, 1.0);
}

.header__top-navigation .navigation-primary .submenu.level-1 > li ul a:hover,
.header__top-navigation .navigation-primary .submenu.level-1 > li ul a:focus,
.header__top-navigation .navigation-primary .submenu.level-1 > li ul a:active{
    color: rgba(0, 200, 147, 1.0);
}

.header__top-navigation .submenu.level-1>li.has-submenu .submenu.level-2 {
    display: none;
}

.header__top-navigation .submenu.level-1>li.has-submenu:hover .submenu.level-2 {
    display: block;
}

.header__top-navigation .submenu.level-2, 
.header__top-navigation .header__language-switcher .lang_list_class,
.header__top-navigation .submenu.level-2 .menu-item .menu-link,
.header__top-navigation .submenu.level-2>li:first-child:before {
    background-color: rgba(100, 98, 137, 1.0);
}

.header__top-navigation .submenu.level-2 .menu-item .menu-link:hover, 
.header__top-navigation .submenu.level-2 .menu-item .menu-link:focus,
.header__top-navigation .submenu.level-2 > li:first-child:hover:before {
    background-color: rgba(100, 98, 137, 1.0);
}



/* Language switcher */
.header__language-switcher .globe_class {
    background-image: none !important;
}

.header__language-switcher {
  cursor: pointer;
}

@media(min-width: 1025px) {
  .header__language-switcher {
      padding-top: 11px;
      padding-bottom: 11px;
  }
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  left: auto;
  right: -10px;
  opacity: 0;
  min-width: 150px;
  padding-top: 0;
  text-align: left;
  top: 130%;
  transition: opacity 0.3s;
  visibility: hidden;
  transform: none;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #d1d6dc;
  left: auto;
  top: -23px;
  right: 10px;
}

.header__language-switcher .lang_list_class:after {
  border-bottom-color:  rgba(100, 98, 137, 1.0);
  left: auto;
  top: -20px;
  right: 10px;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  background-color: rgba(100, 98, 137, 1.0);
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li a {
  text-transform: none;
  font-size: 14px; 
  color: rgba(240, 237, 255, 1.0);
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 14px; 
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid rgba(240, 237, 255, 1.0);
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

.header__language-switcher--label-current:hover,
.header__language-switcher--label-current:focus,
body .header__language-switcher--label-current:active {
  color: rgba(0, 200, 147, 1.0);
}

.header__language-switcher--label-current:hover:after {
  border-top-color: rgba(0, 200, 147, 1.0);
}

.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus, 
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(0, 200, 147, 1.0);
}



/* header lp */
.header--no-navigation .header__container {
    justify-content: flex-end;
}

.header--no-navigation .header__language-switcher {
    padding: 8px 0;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 555px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main,
.header__advertisement{
  padding-top: 20px;
}

.header__advertisement{
  text-align: center;
  
}


@media(min-width: 1025px) {
  .header__advertisement{
    text-align:right;
    padding-left: 2rem;
  }
}

.header__logo-advertisement {
    padding-bottom: 32px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 10px !important;
}

.header__logo-advertisement:after {
    content: "";
    width: 100%;
    height: 15px;
    background-image: url('https://f.hubspotusercontent10.net/hubfs/369261/raw_assets/public/Marketplace/leadstreet/themes/magazine/images/pattern-breaker.svg');
    position: absolute;
    bottom: 2px;
    background-repeat: repeat;
    left: 0;
}

.header__advertisement * {
    padding: 0;
    margin: 0;
}


@media(max-width: 1024px) {
  .header__logo-advertisement {
      display: block;
      padding-bottom: 30px !important;
  }

  .header__logo-advertisement ~ .header__container{
      padding-top: 0;
      padding-bottom: 0;
  }

}

/* Navigation */

.header__logo-advertisement-navigation-search {
    background: rgba(255, 255, 255, 1.0);
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
}



@media(min-width: 1025px) {
  .header__navigation-cta {
    display: flex;
    align-items: center;
  }
}

.header__navigation {
    margin-bottom: 10px !important;
}

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

body .navigation-primary a,
.header__logo .logo-company-name,
.special-menu a {
  font-family: Roboto; font-style: normal; font-weight: 300; text-decoration: none;
  color: rgba(52, 52, 87, 1);
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.2;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
body .navigation-primary a:active,
.special-menu a:hover,
.special-menu a:focus,
.special-menu a:active {
  color: rgba(0, 200, 147, 1.0);
}

body .submenu.level-1>.has-submenu> a:hover ~ .menu-arrow {
    border-top-color: rgba(0, 200, 147, 1.0);
}

body .submenu.level-1>li:first-child {
    padding-left: 0;
}

body .submenu.level-1>.has-submenu>.menu-arrow {
    border-top-color: rgba(52, 52, 87, 1);
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #00c893;
}

header .submenu.level-1,
header .submenu.level-2 li {
  white-space: initial;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: rgba(255, 255, 255, 1.0);
 
}

body .submenu.level-2 .menu-item .menu-link {
  color: rgba(52, 52, 87, 1)
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus {
  color: rgba(0, 200, 147, 1.0)
}

body .submenu.level-2 .menu-item .menu-link,
body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .submenu.level-2 > li:first-child.focus:before,
body .submenu.level-2>li:first-child:before,
body .submenu.level-2>li:first-child:hover:before{
  background-color: rgba(255, 255, 255, 1.0);
}


@media(max-width: 1024px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(52, 52, 87, 1);
  }
}


/* Search bar */

.header__search-input {
    display: none;
    width: 250px;
    position: absolute;
    right: 0;
    padding: 0;
    top: 100%;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
}


.header__search {
  padding: 0 10px;
  position: relative;
  height: 100%;
  align-items: center;
  display: flex;
  width: 100px;
  justify-content: flex-end;
}

.header__search .header__search--toggle {
    cursor: pointer;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;*/
  border-radius: 0;
  color: #494A52;
  height: 45px;
  padding: 0 15px;
  position: relative;
  z-index: 2;

}

.header__search.header--element:hover .header__search-input {
  display: block;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.hs-search-field__bar form {
    display: flex;
    flex-wrap: wrap;
}

.hs-search-field__bar form label:first-child {
        width: 100%;
    background: #fff;
    z-index: 99999;
    position: relative;
    padding: 10px 10px 5px;
}

.hs-search-field__bar form button {
        position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 100%;
}

@media(min-width: 1025px) {
  .hs-search-field__bar:before {
      background-color: rgba(255, 255, 255, 1.0);
      border: 2px solid #fefeff;
      box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
      content: '';
      display: block;
      height: 30px;
      right: 8px;
      margin-left: 20px;
      overflow: hidden;
      position: absolute;
      top: -6px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      transition: background-color .3s;
      width: 30px;
      z-index: 1;
  }
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media(min-width: 1025px) {
  .header__element-mobile {
      display: none !important;
  }
}




@media(min-width: 1025px) {
  .header__top-navigation-menu {
    width: 85%;
  }

}

@media(max-width: 1400px) and (min-width: 1025px) {

  .header__navigation-cta .navigation-primary .submenu.level-1>li {
        padding: 15px 10px;
  }
  body .submenu.level-1>li:first-child {
      padding-left: 0;
  }
  
  .header__navigation-cta .submenu.level-1>.has-submenu>.menu-arrow {
        right: -2px;
  }
}

@media(max-width: 1280px) and (min-width: 1025px) {

    body .navigation-primary a {
      font-size: 13px;
    }
}

/* Mobile styles */

@media (max-width: 1024px) {
  .header__container {
    padding: 10px 0;
  }
  
  .header__logo--main {
      padding-top: 0;
  }
  
  .header__navigation--toggle {
    width: 30px;
    height: 26px;
    margin: 0 auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: relative;
    cursor: pointer;
    z-index: 999;
}
  
  .header__navigation--toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: rgba(240, 237, 255, 1.0);;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
  
  .header__navigation--toggle span:nth-child(1) {
      top: 0px;
  }
  
  .header__navigation--toggle span:nth-child(2), 
  .header__navigation--toggle span:nth-child(3) {
      top: 9px;
  }
  
  .header__navigation--toggle span:nth-child(4) {
    top: 19px;
}
  
  .header__navigation--toggle.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}
  
  .header__navigation--toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
  
  .header__navigation--toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  
  .header__navigation--toggle.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}
  
  .header__logo {
      width: 100%;
      margin: 0 auto;
  }
  
  .header__top-navigation-menu:not(.header__element-mobile) {
      display: none !important;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
      display: none;
      width: 100%;
  }
  
  .header__navigation {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      height: 100vh;
      overflow-y: auto;
      display: inline-block;
      padding: 3.5rem 0;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: transform .5s;
      transition: transform .5s;
      z-index: 8;
  }
  
  .header__navigation.open {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }
  
  .header__cta--wrapper {
      margin-left: 15px;
      margin-top: 20px;
  }
  
  .submenu.level-1 > li {
    border-bottom: 2px solid rgba(52, 52, 87, 1);
  }
  
  .submenu.level-1 > .has-submenu > .menu-arrow-bg, 
  .submenu > .has-submenu > .menu-arrow-bg, 
  .submenu .menu-arrow-bg {
      background: none;
  }


  .header__search.open {
      display: block;
      position: absolute;
      top: 30px;
      background-color: rgba(100, 98, 137, 1.0);
      height: auto;
      left: 0;
      padding: 10px 10px 20px;
      box-shadow: 0 3px 13px 0 rgba(0,0,0,0.3);
  }

  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0;
    position: relative;
  }


  .header__search--toggle.hide {
    display: none;
  }

  .header__search--toggle.open {
    display: block;
  }

  .header__search--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__search--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }
  
  .header__search-input {
      top: 6px;
      display: block;
      position: relative;
      width: 100%;
  }

  .header__top-navigation-right {
      align-items: center;
  }
  
  .header__top-navigation-right > div {
      margin-left: 20px;
      cursor: pointer;
  }

  .header__language-switcher {
       margin: 0 !important;
  }
  .header__language-switcher.open {
      display: block;
  }

  .header__language-switcher--label {
    position: static;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    opacity: 1;
    padding: 0;
    top: 33px;
    right: 0;
    visibility: visible;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }


  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 5px 0;
  }

  .special-menu {
    position: relative;
    border-bottom: 2px solid #ced4db;
    font-weight: 500;
  }

  .special-menu .submenu.level-2 .submenu.level-2 .menu-item .menu-link {
        padding: 10px 50px;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
.footer {
  background-color: rgba(100, 98, 137, 1.0);
}

.footer__container {
  padding: 1rem;
  max-width: 1170px;
  margin: 0 auto;
}

.footer__container.custom {
  max-width: 1170px;
}

.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #f8f8f8;
  margin-bottom: 24px;
}

.footer,
.footer p,
.footer span,
.footer i {
  color: #f8f8f8;
}

.footer a:not(.cta_button) {
  color: #f8f8f8;
}

.footer a:not(.cta_button):hover,
.footer a:not(.cta_button):focus {
  color: rgba(248, 248, 248, 1.0);
}

.footer hr {
  color: rgba(112, 112, 112, 1.0);
  background-color: rgba(112, 112, 112, 1.0);
}

.footer .footer__content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer,
.footer .footer__content p,
.footer .footer__content span,
.footer .footer__content li {
font-size: 14px;
}

.footer .footer__content p {
    margin-bottom: 20px;
}

.footer__copyright {
padding: 1rem 0;
}

.footer__copyright > div {
padding: .5rem 0;
}

.footer__copyright,
.footer__copyright p,
.footer__copyright span,
.footer__copyright li {
font-size: 14px;
}


body .footer-social-links .social-links__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

body .footer-social-links .social-links__icon svg {
  fill: #ffffff;
}

body .footer-social-links .social-links__icon:hover,
body .footer-social-links .social-links__icon:hover svg {
  fill: rgba(255, 255, 255, 1.0);
}

.footer .footer__content .hs-menu-wrapper .hs-menu-item {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.footer .footer__content .hs-menu-wrapper .hs-menu-item:first-child {
  padding-top: 0;
}

.footer .footer__content .hs-menu-wrapper .hs-menu-item a {
  padding-right: 0;
  padding-left: 0;
}

.footer__copyright  .footer__bottom--wrapper-content ul li a {
  padding: 0 1rem;
}

@media(min-width: 768px) {
  .footer .footer__content {
      padding-top: 80px;
      padding-bottom: 57px;
  }

  .footer__content--column:first-child .rich-text-content {
      padding-right: 1rem;
  }

  .footer__copyright  .footer__bottom--wrapper-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
  }

  .footer__copyright  .footer__bottom--wrapper-content .footer__bottom--copyright {
      border-right: 1px solid rgba(51,71,93,1.0);
      padding-right: 30px;
      margin-right: 10px;
  }

  .footer__copyright  .footer__bottom--wrapper-content ul {
      margin-top: 0;
  }

}


@media(max-width: 767px) {
  .footer__content--column > div > div:first-child {
      margin-top: 2rem;
  }

  .footer .footer__content,
  .footer__copyright {
      text-align: center;
  }

  .footer__copyright .footer__bottom--wrapper-content ul {
      align-items: center;
      justify-content: center;
      margin-top: 20px;
  }
}

@media(min-width: 768px) {
  .footer__landing .social-links {
    float:right; 
  }
}

/* back to top */

.back_to_top {
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #00c893;
  color: rgba(255, 255, 255, 1.0);
  cursor: pointer;
  border-radius: 2px;
  display: none;
}

.back_to_top:hover {
  background: rgba(0, 200, 147, 0.8);
}

.back_to_top-show {
  display: block;
}

.leadin-popup-exist .back_to_top {
  bottom: 170px;
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}



.header__container.standard,
.footer__container.standard,
.cta-container {
    max-width: 1170px;
    margin: 0 auto;
}

.header__container.full,
.footer__container.full {
   max-width: 100%;    
}

.header__container.custom {
   max-width: 1440px;    
   margin: 0 auto;
}
/* Error pages */

.error-page {
  padding: 8rem 0;
  position: relative;
  text-align: center;
}
@media(min-width: 768px) {
  .error-page {
    padding: 13rem 0;
  }
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 10rem;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  max-width: 700px;
  margin: 5rem auto;
  padding: 4rem 3rem;
  background: #efefef;
}

.systems-page.search-page {
    max-width: 900px;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input:not([type=checkbox]):not([type="radio"]):not([type="submit"]) {
  width: 100% !important;
}

.systems-page form label ~ a {
  margin-bottom: 6px;
  display: block;
}

.systems-page form input[type="submit"] {
  margin: 10px 0;
}

.systems-page form ul.hs-error-msgs {
  padding: 0;
}

.systems-page form {
  background: none;
  border: none;
  padding: 0;
}

#email-prefs-form .header {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  padding-top: 10px;
}

#email-prefs-form .item-inner p {
  margin-left: 38px;
  margin-top: 3px;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
 /* color: #0270E0;*/
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}