*, *: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;
}

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

/* 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%;
    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: 768px) {
    .row-fluid {
        width: 100%;
    }

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

@media (min-width: 769px) and (max-width: 1150px) {
    .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%;
        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%;
        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%;
    }
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


.d-flex {
  display: flex !important;
}
.flex-column {
  flex-direction: column !important;
}

/* Responsive Grid */

.row {
  margin-right: -9px;
  margin-left: -9px;

  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row [class*="col"] {
  min-height: 28px;
  padding-left: 9px;
  padding-right: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row .offset11 {
  margin-left: 91.66666667%;
}

.row .offset10 {
  margin-left: 83.33333333%;
}

.row .offset9 {
  margin-left: 75%;
}

.row .offset8 {
  margin-left: 66.66666667%;
}

.row .offset7 {
  margin-left: 58.33333333%;
}

.row .offset6 {
  margin-left: 50%;
}

.row .offset5 {
  margin-left: 41.66666667%;
}

.row .offset4 {
  margin-left: 33.33333333%;
}

.row .offset3 {
  margin-left: 25%;
}

.row .offset2 {
  margin-left: 16.66666667%;
}

.row .offset1 {
  margin-left: 8.33333333%;
}

.row .offset0 {
  margin-left: 0;
}

.row .col12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.row .col11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
}

.row .col10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
}

.row .col9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.row .col8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
}

.row .col7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
}

.row .col6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.row .col5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
}

.row .col4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
}

.row .col3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.row .col2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
}

.row .col1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
}


@media (max-width: 768px) {

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .row [class*="col"],
  .row [class*="offset"] {
      margin-left: 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding: 0;
  }

  .row .sm-offset11 {
    margin-left: 91.66666667%;
  }
  
  .row .sm-offset10 {
    margin-left: 83.33333333%;
  }
  
  .row .sm-offset9 {
    margin-left: 75%;
  }
  
  .row .sm-offset8 {
    margin-left: 66.66666667%;
  }
  
  .row .sm-offset7 {
    margin-left: 58.33333333%;
  }
  
  .row .sm-offset6 {
    margin-left: 50%;
  }
  
  .row .sm-offset5 {
    margin-left: 41.66666667%;
  }
  
  .row .sm-offset4 {
    margin-left: 33.33333333%;
  }
  
  .row .sm-offset3 {
    margin-left: 25%;
  }
  
  .row .sm-offset2 {
    margin-left: 16.66666667%;
  }
  
  .row .sm-offset1 {
    margin-left: 8.33333333%;
  }
  
  .row .sm-offset0 {
    margin-left: 0;
  }
  
  .row .sm-col12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .row .sm-col11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  
  .row .sm-col10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  
  .row .sm-col9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  
  .row .sm-col8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  
  .row .sm-col7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  
  .row .sm-col6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  
  .row .sm-col5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  
  .row .sm-col4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  
  .row .sm-col3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  
  .row .sm-col2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  
  .row .sm-col1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
  }

}

@media (min-width: 769px) and (max-width: 1150px) {
  .row [class*="col"] {
      display: block;
      min-height: 28px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
  }
  .row .md-offset11 {
    margin-left: 91.66666667%;
  }
  
  .row .md-offset10 {
    margin-left: 83.33333333%;
  }
  
  .row .md-offset9 {
    margin-left: 75%;
  }
  
  .row .md-offset8 {
    margin-left: 66.66666667%;
  }
  
  .row .md-offset7 {
    margin-left: 58.33333333%;
  }
  
  .row .md-offset6 {
    margin-left: 50%;
  }
  
  .row .md-offset5 {
    margin-left: 41.66666667%;
  }
  
  .row .md-offset4 {
    margin-left: 33.33333333%;
  }
  
  .row .md-offset3 {
    margin-left: 25%;
  }
  
  .row .md-offset2 {
    margin-left: 16.66666667%;
  }
  
  .row .md-offset1 {
    margin-left: 8.33333333%;
  }
  
  .row .md-offset0 {
    margin-left: 0;
  }
  
  .row .md-col12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .row .md-col11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  
  .row .md-col10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  
  .row .md-col9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  
  .row .md-col8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  
  .row .md-col7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  
  .row .md-col6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  
  .row .md-col5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  
  .row .md-col4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  
  .row .md-col3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  
  .row .md-col2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  
  .row .md-col1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
  }

}

@media (min-width: 1280px) {
  .row [class*="col"] {
      display: block;
      min-height: 28px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
  }
}

/* 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 (min-width: 1151px) {
  .visible-desktop {
    display: inherit !important;
  }
}
@media (max-width: 768px) {
  
  .hidden-phone {
    display: none !important;
  }
  
  .hidden-desktop {
    display: inherit !important;
  }
  
  .visible-desktop {
    display: none !important;
  }

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

@media (min-width: 769px) and (max-width: 1150px) {
  
  .hidden-tablet {
    display: none !important;
  }
  
  .hidden-desktop {
    display: inherit !important;
  }
  
  .visible-desktop {
    display: none !important ;
  }

  .visible-tablet {
      display: inherit !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

/* @media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
} */

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  /* margin: 0 auto; */
  /* margin: 0; */
  max-width: 1200px;
}
/* .dnd-section .row-fluid {
  margin: 0;
}
.dnd-section .row-fluid [class*="span"]:first-child {
  padding-left: 0;
  padding-right: 0;
} */

.dnd-section .dnd-column {
  padding: 0;
}

.dnd-column .dnd-row {
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 24px;
}

@media (max-width: 768px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  line-height: 1.4;
}

/* Paragraphs */

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

strong {
  font-weight: 700;
}

.font-weight-lighter {
  font-weight: 300;
}
.font-weight-black {
  font-weight: 800;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* 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 {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  border: none;
  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;
}

.uppercase {
  text-transform: uppercase;
}
button,
.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:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

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

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

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

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* 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: 14px;
  padding: 0 12px;
  width: 100%;
}

textarea {
  padding: 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: #BFBFBF;
}

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

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

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

::placeholder {
  color: #BFBFBF;
}

/* 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;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  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;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hs-menu-item a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}





/* Header container */

.header {
  background-color: #F8FAFC;
}

.header.sticky {
  position: fixed;
}

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

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* 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: 200px;
  overflow: hidden;
}

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

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

.header__logo--tablet {
  display: none;
}

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

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.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: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

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

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  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;
  font-family: Lato, serif;
  font-size: 22px;
}

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

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

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

.header__language-switcher .lang_list_class {
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 42px;
  transition: opacity 0.3s;
  visibility: hidden;
}

.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;
  border-radius: 6px;
  left: 70%;
  top: -24px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.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;
  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 #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

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

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
} */

/* Mobile styles */

@media (max-width: 1150px) {
  .header__container {
    align-items: center;
    padding: 0;
    height: 54px;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    /* margin: 0 auto; */
    /* width: 100%; */
  }

  .header__navigation {
    transition: left .3s cubic-bezier(.4,.01,.165,.99);
  }

  .header__navigation {
    background-color:

  
  
    
  


  rgba(0, 154, 218, 1.0)

;
    left: -100%;
    width: 100%;
    height: calc(100vh - 54px);
    position: absolute;
    top: 54px;
    width: 268px;
    z-index: 2;
  }

  .header__navigation.open {
    left: 0;
  }

  /* @-webkit-keyframes menuslidein {
    100% { left: 0; }
  }

  @keyframes menuslidein {
    100% { left: 0; }
  }

  @-webkit-keyframes menuslideout {
    100% { left: -268px; }
  }

  @keyframes menuslideout {
    100% { left: -268px; }
  } */

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

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    flex: 0;
  }

  .header__navigation--toggle {
    background-color: 

  
  
    
  


  rgba(0, 154, 218, 1.0)

;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    height: 54px;
    width: 54px;
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

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

  .header__language-switcher .globe_class {
    background-image: 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--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .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: 10px 0;
  }

  .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: #F8FAFC;
  text-align: center;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}
.blog-author-header {
  align-items: flex-start;
  background-color: #f6f4f2;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 2.5rem;
  margin-bottom: 60px;
}

.blog-author-header__title {
  color: #5f6062;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 60px 0 1.5rem;
}
.blog-author-header__subtitle {
  color: #5f6062;
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.blog-author-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  /* box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15); */
  height: 150px;
  width: 150px;
  min-width: 150px;
  margin-right: 2.5rem;
}

.blog-author-header__author-social-links a:hover,
.blog-author-header__author-social-links a {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #505050;
  text-decoration: none;
}
.blog-author-header__author-social-links .social-links__icon:hover,
.blog-author-header__author-social-links .social-links__icon {
  background-color: #007ab3;
  margin: 0;
  margin-right: 11px;
}
.blog-author-header__author-social-links .social-links__icon:hover svg,
.blog-author-header__author-social-links .social-links__icon svg {
  fill: #ffffff;
}

/* Blog header */

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Montserrat;
  padding: 0;
  margin-bottom: 1.5rem;
}

.blog-card-content,
.blog-card-content p,
.blog-card-content h2,
.blog-index h1,
.blog-index h2,
.blog-index h3,
.blog-index h4,
.blog-index h5,
.blog-index h6,
.blog-index p {
  font-family: Montserrat;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

.blog-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  /* margin: 0 1rem 1rem; */
  background-color: #f6f4f2;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.blog-card-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.blog-card--large {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .blog-card-grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
  /* .blog-card {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  } */
}

@media screen and (min-width: 1100px) {
  .blog-card-grid {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }

  /* .blog-card {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  } */
}

.blog-card-image {
  display: block;
  background-image: url("https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 52%;
  width: 100%;
}

.blog-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card-content--large {
  padding: 1.4rem 2.5rem 1.625rem;
}
.blog-card-content--small {
  padding: 1.25rem 1.5rem 1.5rem;
}
.blog-card-tag {
  color: #009ada;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.6875rem;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  /* .blog-card-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  } */

  /* .blog-card-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  } */

  .blog-card-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-card-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}

.blog-card-content h2 {
  /* margin: 0.5rem 0; */
  flex: 1 1 100%;
  font-weight: normal;
}
.blog-card-content h2 strong.black {
  font-weight: 900;
}

.blog-card-content--large h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  max-width: 650px;
}

.blog-card-content--small h2 {
  font-size: 1.25rem;
}

.blog-card-content p {
  font-size: 0.875rem;
  font-family: Montserrat;
  line-height: 2.1;
}

.blog-post__body li,
.blog-post__body p {
  color: #5f6062;
  font-size: 0.875em;
  font-family: Montserrat;
  line-height: 2.1;
}

.blog-post__body img {
  max-width: 100%;
  height: auto;
}

.blog-card-content a {
  color: #494a52;
}
.blog-card-content a:hover {
  color: #007ab3;
  text-decoration: none;
}

.blog-card img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__spacer {
  align-items: flex-end;
  display: flex;
  height: 36px;
  justify-content: center;
  line-height: 1;
  width: 18px;
}

.blog-pagination__link {
  border: 1px solid #9d9fa2;
  border-radius: 0;
  color: #9d9fa2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  margin: 0 7px;
  text-decoration: none;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
}
.blog-pagination__link:focus,
.blog-pagination__link:active,
.blog-pagination__link:hover {
  color: inherit;
}

.blog-pagination__link.blog-pagination__link--active {
  border: 1px solid #009ada;
  background-color: #009ada;
  color: #ffffff;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: none;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__link:first-child {
  margin-left: 0;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  padding: 0;
  font-family: Montserrat;
}

.blog-post *,
.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6,
.blog-post p {
  font-family: Montserrat;
}

.blog-post h1 {
  color: #5f6062;
  font-size: 1.75rem;
  line-height: 1.28;
  margin-bottom: 40px;
}
.blog-post h1 strong.black {
  font-weight: 900;
}

.blog-post h2,
.blog-post h3 {
  font-size: 1rem;
  font-weight: bold;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: Montserrat;
}

.blog-post__tag-link {
  color: #5f6062;
  font-size: 0.875rem;
}
.blog-post__tag-link.button {
  background-color: transparent;
  border-color: #707070;
  border-width: 1px;
  font-weight: normal;
  margin-bottom: 0.625rem;
  padding: 11px 12px;
  text-transform: none;
}
.blog-post__tag-link.button:hover,
.blog-post__tag-link.button:focus,
.blog-post__tag-link.button:active {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .blog-post__tags {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0.625rem;
  }

  .blog-post__tag-link.button {
    margin-right: 0.625rem;
  }
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #f8fafc;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
}

.blog-recent-posts__post {
  color: #494a52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 52%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494a52;
  color: #494a52;
}

.blog-comments .hs-button:hover {
  background-color: #494a52;
  color: #fff;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494a52;
  text-decoration: underline;
}

.blog-breadcrumbs {
  color: #5f6062;
  font-size: 0.625rem;
  list-style: none;
  margin-bottom: 1.75rem;
  padding: 0;
  text-transform: uppercase;
}
.blog-breadcrumbs li {
  display: inline-block;
}
.blog-breadcrumbs li a {
  color: #5f6062;
}
.blog-breadcrumbs li:not(:first-child)::before {
  content: "/";
  margin: 0 5px 0 3px;
}
.blog-breadcrumbs .replace-with-current {
  display: none;
}

/*
  New custom
*/

.blog-post__buckets-container {
  display: flex;
  flex-direction: column;
}
.blog-post__buckets-container.reversed {
  flex-direction: column-reverse;
}

.blog-post__author {
  align-items: center;
  color: #5f6062;
  display: flex;
  flex-direction: row;
  font-size: 0.875rem;
  justify-content: start;
  margin-bottom: 40px;
}
.blog-post_author-avatar-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 200px;
  height: 72px;
  margin-right: 1rem;
  width: 72px;
}

.blog-post__featured-image-container {
  margin-bottom: 1.75rem;
}
.blog-post__featured-image-container img {
  max-width: 100%;
}

.blog-filter-tags {
}
.back-to-blog-home {
  display: block;
  color: #007ab3;
  font-size: 1.125rem;
  font-weight: bolder;
  margin-bottom: 2.125rem;
}
.blog-filter-tags__group {
  font-size: 0.875rem;
}
.blog-filter-tags__group label {
}
.blog-filter-tags__group ul {
  list-style: none;
  line-height: 30px;
  padding: 0;
  margin-bottom: 2.5rem;
}
.blog-filter-tags__group li {
}
.blog-filter-tags__group a {
  color: #5f6062;
}
.blog-filter-tags__more-container label:hover,
.blog-filter-tags__more-container label:hover:before,
.blog-filter-tags__group a:hover,
.blog-filter-tags__group a.active {
  color: #007ab3;
  text-decoration: underline;
}

.blog-filter-tags__more-container {
  position: relative;
  height: auto;
  border-top: 0;
}

.blog-filter-tags__more-container [type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.blog-filter-tags__more-container label {
  background: #ffffff;
  display: block;
  width: 100%;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  transition: top 0.45s cubic-bezier(0.44, 0.99, 0.48, 1);
}
/*
 * use the rule below for testing purposes
 * label:hover {
 *    background: yellow;
 *  }
 */

.blog-filter-tags__more-container label:before,
.blog-filter-tags__more-container label:after {
  position: absolute;
}

.blog-filter-tags__more-container label:before {
  content: "More";
}

@keyframes sudo {
  from {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  to {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

.blog-filter-tags__more-container input[type="checkbox"] ~ ul {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s cubic-bezier(0.44, 0.99, 0.48, 1);
}
/* CHECKED STATE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.blog-filter-tags__more-container [type="checkbox"]:checked ~ ul {
  /**
   * the value of the `max-height` property specifies the transition speed
   * set a very big value (e.g. 9999px) to see the difference
   */

  max-height: 1000px;
}

.blog-filter-tags__more-container [type="checkbox"]:checked + label {
  top: 100%;
}

.blog-filter-tags__more-container [type="checkbox"]:checked + label:before {
  content: "Less";
}

.blog-filter-tags__more-container ul li:last-child {
  /* margin-bottom: 50px; */
}

.open-filter-mobile__container {
  display: none;
}

@media (max-width: 768px) {
  .blog-post__author {
    margin-bottom: 1.25rem;
  }

  .blog-card-content--large {
    padding: 1.25rem 1.5rem 1.5rem;
  }

  .blog-card-content--large h2 {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .blog-author-header {
    flex-direction: column;
    padding: 1.5rem;
  }
  .blog-author-header__author-avatar-container {
    width: 100%;
  }
  .blog-author-header__author-avatar {
    margin: 0 auto;
  }
  .blog-author-header__title {
    margin-top: 2.5rem;
  }

  .blog-post__body li,
  .blog-post__body p {
    font-size: 1rem;
  }

  .blog-post h2,
  .blog-post h3 {
    font-size: 1.125rem;
  }

  .blog-post h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .blog-filter-tags__group {
    margin-left: 3px;
  }

  .blog-filter-container {
    overflow: hidden;
  }

  .open-filter-mobile__container {
    display: flex;
    justify-content: space-between;
    height: 36px;
    margin-bottom: 1.5rem;
  }
  .open-filter-mobile__container .open-button {
    align-items: center;
    border: 1px solid #027ab3;
    border-radius: 36px;
    color: #007ab3;
    display: flex;
    height: 36px;
    padding: 9px 22px;
    text-decoration: none;
  }
  .open-filter-mobile__container .close-button {
    align-items: center;
    color: #007ab3;
    height: 36px;
    width: 36px;
    text-decoration: none;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-out;
  }
  .blog-filter-container.open .open-filter-mobile__container .close-button {
    opacity: 1;
    visibility: visible;
  }
  .open-filter-mobile__container .close-button::after,
  .open-filter-mobile__container .close-button::before {
    content: "";
    border: 1px solid #007ab3;
    width: 36px;
    position: absolute;
  }
  .open-filter-mobile__container .close-button::after {
    transform: rotate(45deg);
  }
  .open-filter-mobile__container .close-button::before {
    transform: rotate(-45deg);
  }

  .blog-filter-container .mobile-collapse {
    background-color: rgba(255, 255, 255, 0.95);
    left: 0;
    margin-top: -1px; /* fix picture behind leaking through */
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0 24px;
    position: absolute;
    transition: max-height 0.3s ease-in-out;
    width: 100%;
  }
  .blog-filter-container.open .mobile-collapse {
    min-height: inherit;
    max-height: 1500px;
  }
  /* .blog-filter-container:not(.open) .mobile-collapse * {
    visibility: hidden;
  } */

  .blog-filter-container:not(.open) .blog-filter-tags__more-container {
    /* position: initial; */
  }

  .blog-post__featured-image-container,
  .blog-breadcrumbs {
    margin-bottom: 1.125rem;
  }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  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: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

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

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 500px;
  padding: 3rem 1.4rem;
}

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

#email-prefs-form .header {
  background-color: transparent;
}

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








/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */

























/* 1d. Buttons */







/* 1e. Forms */
















/* 1f. Tables */











/* 1g. Site header */












/* 1h. Site footer */





/* 1i. Site Breadcrubs */




/* 1j. Left nav */
















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

.content-wrapper {
  max-width: 1240px;
}

.body-container-wrapper {
  padding-bottom: 132px;
  padding-top: 72px;
}
.body-container-wrapper.company-template {
  padding-top: 47px;
}

.dnd-section {
  padding: 0px 18px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}

.mb {
  margin-bottom: 18px;
}
.pb {
  padding-bottom: 18px;
}

@media (max-width: 768px) {
  .mobile-full-width-content {
    margin-left: -24px;
    margin-right: -24px;
  }

  .content-wrapper {
    padding: 0 24px;
  }
  .mobile-content-wrapper-full {
    padding: 0;
  }

  .mobile-reorder {
    display: flex;
    flex-flow: column;
  }

  .mobile-reorder .mobile-order-1 {
    order: 1;
  }
  .mobile-reorder .mobile-order-2 {
    order: 2;
  }
  .mobile-reorder .mobile-order-3 {
    order: 3;
  }
  .mobile-reorder .mobile-order-4 {
    order: 4;
  }  

  .body-container-wrapper.company-template {
    padding-top: 18px;
  }
}

@media (max-width: 1150px) {
  .body-container-wrapper {
    padding-top: 45px; /* todo fix for tablet */
    padding-bottom: 45px;
  }

  .blog-body-container-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

}

@media (min-width: 769px) and (max-width: 1150px) {
  .tablet-reorder {
    display: flex;
    flex-flow: column;
  }

  .tablet-reorder .tablet-order-1 {
    order: 1;
  }
  .tablet-reorder .tablet-order-2 {
    order: 2;
  }
  .tablet-reorder .tablet-order-3 {
    order: 3;
  }
  .tablet-reorder .tablet-order-4 {
    order: 4;
  }
}





html {
  font-size: 16px;
}

body {
  font-family: 'Zilla Slab', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #666666;
  overflow-x: hidden; /* todo figure out menu width */
}

/* Paragraphs */

p {
  font-family: 'Zilla Slab', serif; font-style: normal; font-weight: normal; text-decoration: none;
  margin-bottom: 0px;
}

.dnd-section p {
  margin-bottom: 18px;
}

.dnd-section h1 {
  margin-bottom: 44px;
  margin-top: 0px;
}

.dnd-section h2 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.dnd-section h3 {
  margin-bottom: 14px;
  margin-top: 30px;
}

/* Anchors */

a {
  color: #007ab3;
}

a:hover,
a:focus {
  color: #00528b;
}

a:active {
  color: #28a2db;
}

/* Headings */

h1 {
  font-weight: 300; text-decoration: none; font-family: 'Zilla Slab'; font-style: normal;
  color: #007ab3;
  font-size: 44px;
}

h2 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #007ab3;
  font-size: 15px;
}

h3 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #007ab3;
  font-size: 15px;
}

h4 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #666666;
  font-size: 24px;
}

h5 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 16px;
}

h6 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #666666;
  font-size: 14px;
}

/* Blockquote */

blockquote {
  border-left-color: #5F6062;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(0, 122, 179, 1.0)

;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  padding: 11px 21px;
  text-transform: uppercase;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 82, 139, 1.0);
  border-color: #d7d7d7;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(40, 162, 219, 1.0);
  border-color: #ffffff;
  color: #FFFFFF;
}





form,
.submitted-message {
  {font=Zilla Slab, font_set=GOOGLE, styles={font-family='Zilla Slab', serif, font-style=normal, font-weight=normal, text-decoration=none}, size=16, size_unit=px, color=#666666, variant=regular, fallback=serif, style=font-family: 'Zilla Slab', serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #666666;font-size: 16px;font-family: 'Zilla Slab', serif;};
}

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
  color: #5F6062;
}

/* Form label */

form label {
  color: #666666;
}

/* Form help text */

form legend {
  color: #666666;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-color: #D1D6DC;
  color: #666666;
}

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 {
  border-color: #666666;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #666666;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #666666;
}

.fn-date-picker td .pika-button:hover {
  background-color: #666666 !important;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(0, 122, 179, 1.0)

;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 11px 21px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 82, 139, 1.0);
  border-color: #d7d7d7;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 162, 219, 1.0);
  border-color: #ffffff;
  color: #FFFFFF;
}

/* Custom Form */

.custom-form__container {
  background-color: 

  
  
    
  


  rgba(0, 122, 179, 1.0)

;
  color: #FFFFFF;
}

.custom-form__container .hs-error-msgs label {
  color: #E69138;
}

.custom-form__container .hs-form-field input,
.custom-form__container .hs-form-field textarea,
.custom-form__container .hs-form-field select {
  background-color: 

  
  
    
  


  rgba(2, 96, 139, 1.0)

;
  color: #FFFFFF;
}

.custom-form__container .hs-form-field input::placeholder,
.custom-form__container .hs-form-field textarea::placeholder,
.custom-form__container .hs-form-field select {
  color: #FFFFFF;
}

.full-page-form .hs-form-field select,
.custom-form__container .hs-form-field select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 98% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
  appearance: none;
}

/* autofill colors */
.custom-form__container :-webkit-autofill,
.custom-form__container :-webkit-autofill:hover, 
.custom-form__container :-webkit-autofill:focus, 
.custom-form__container :-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px 

  
  
    
  


  rgba(2, 96, 139, 1.0)

 inset !important;
}
/*Change text in autofill textbox*/
.custom-form__container :-webkit-autofill {
  -webkit-text-fill-color: #FFFFFF !important;
}
.grecaptcha-badge {
  max-width: 235px;
}
.hs-recaptcha {
  transform: scale(0.93);
  -webkit-transform: scale(0.93);
  transform-origin: 0;
  -webkit-transform-origin: 0;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #666666;
}

th,
td {
  border-color: #666666;
  color: #666666;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
  border-bottom-color: #666666;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #666666;
}

tbody + tbody {
  border-top-color: #666666;
}





.header {
  background-color: 

  
  
    
  


  rgba(95, 96, 98, 1.0)

;
  display: block;
  font-family: Montserrat; font-style: normal; font-weight: normal; text-decoration: none;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  z-index: 50;
}

body.sticky-header {
  margin-top: 64px;
}
body.sticky-header .company-header {
  margin-top: 136px;
}

.header__logo--main {
  padding-top: 5px;
}

.navigation-primary {
  display: inline-block;
  padding-right: 12px;
}

.navigation-primary a,
.navigation-primary .menu-link {
  color: #494A52;
  font-size: 13px;
  line-height: 40px;
}

.navigation-primary a.active-item,
.navigation-primary .menu-link.active-item {
  text-decoration: underline;
  position: relative;
}

.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu .menu-link,
.navigation-primary .submenu p {
  text-decoration: none;
}

.navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow,
.navigation-footer .submenu.level-1 > .has-submenu > .menu-arrow {
  display: none;
}

.navigation-primary .submenu.level-1>li.has-submenu .submenu.level-2 > .menu-item {
  padding-left: 12px;
}

.navigation-footer {
  text-align: left;
}
.navigation-footer .submenu.level-1 {
  padding-left: 0;
  margin: 0;
}
.navigation-footer .submenu.level-1 > li {
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  vertical-align: top;
  padding: 0;
}
.navigation-footer .submenu.level-1 > li a,
.navigation-footer .submenu.level-1 > li .menu-link {
  justify-content: space-between;
  line-height: 24px;
  padding: 3px 0;
}
.navigation-footer .submenu.level-2 {
  font-size: 12px;
  font-weight: normal;
  list-style: none;
  padding: 0;
  visibility: visible;
}

.navigation-footer .submenu.level-2 .menu-item .menu-link {
  line-height: 24px;
  padding: 0;
}
/* @media (min-width: 768px) and (max-width: 1150px) {
  .navigation-primary a {
    font-size: 20px;
  }
} */

@media (min-width: 1151px) {
  .navigation-footer .submenu.level-1 {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 1150px) {
  body.sticky-header {
    margin-top: 54px;
  }
  .body.sticky-header .company-header {
    margin-top: 99px;
  }

  .navigation-primary a,
  .navigation-primary .menu-link {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
  }

  .navigation-primary {
    display: block;
    padding-top: 7px;
  }
  
  .navigation-primary .submenu.level-1 > li > a.active-item:after,
  .navigation-primary .submenu.level-1 > li > .menulink.active-item:after {
    content: none;
    display: none;
  }

  .navigation-primary .submenu {
    padding: 0 25px;
  }

  .navigation-primary .submenu.level-1 > li,
  .navigation-primary .submenu.level-2 > li {
    align-items: center;
    border-top: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
  }
  .navigation-primary .submenu.level-1 > li:first-child,
  .navigation-primary .submenu.level-1 > li.menu-open {
    border-top: none;
  }

  .navigation-footer .submenu.level-1 > li a,
  .navigation-footer .submenu.level-1 > li .menu-link {
    padding: 10px 0;
  }

  .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow,
  .navigation-footer .submenu.level-1 > .has-submenu > .menu-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navigation-primary .menu-open a.desktop-menu-link {
    font-weight: bold;
  }

  .navigation-footer .submenu.level-2 .menu-item .menu-link {
    padding: 3px 0;
  }

  .navigation-primary .submenu.level-1>li.has-submenu .submenu.level-2 > .menu-item {
    padding-left: 0;
  }
}

body .navigation-primary a,
body .navigation-primary .menu-link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #ffffff;
  font-family: Montserrat;
}

.navigation-primary .submenu.level-1 > .menu-item > a.menu-link:hover,
.navigation-primary .submenu.level-1 > .menu-item > a.menu-link:focus,
.navigation-primary .submenu.level-1 > .menu-item > a.menu-link.active-item,
.navigation-primary .submenu.level-1 > .menu-item > a.menu-link:active {
  text-decoration: underline;
}

.menu-link.non-link {
  cursor: default;
}
.navigation-primary .submenu.level-1 > .menu-item > a.menu-link.non-link:hover {
  text-decoration: none;
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}

body .navigation-primary .submenu.level-2 {
  background-color: 

  
  
    
  


  rgba(246, 244, 242, 0.95)

;
  margin: -1000em;
  margin-top: 16px;
  opacity: 0;
  padding: 36px 1000em;
  position: absolute;
  visibility: hidden;
  z-index: 50;
}

body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(95, 96, 98, 1.0)

;
}

body .navigation-primary .submenu.level-2 .menu-item .menu-link {
  color: #5F6062;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Zilla Slab;
}

.header__language-switcher-label-current:after {
  border-top-color: #ffffff;
}

@media(min-width: 1151px) {
  .navigation-primary .submenu.level-1 > .menu-item > a.menu-link:hover,
  .navigation-primary .submenu.level-1 > .menu-item > a.menu-link:focus,
  .navigation-primary .submenu.level-1 > .menu-item > a.menu-link.active-item,
  .navigation-primary .submenu.level-1 > .menu-item > a.menu-link:active {
    text-decoration: underline;
  }

  body .navigation-primary .submenu.level-2 > .menu-item > .menu-link.active-item,
  body .navigation-primary .submenu.level-2 > .menu-item > .menu-link:hover {
    color: #007AB3;
  }
}

@media(max-width: 1150px) {
  .header__logo img {
    max-width: 100%;
    max-height: 100%;
    height: 38px;
    width: auto !important; /* override hubspot logo module */
  }
  .header__logo--main {
    padding: 0 0 0 10px;
  }

  .header__logo.header__logo--main * {
    display: block;
  }

  .header__navigation--toggle {
    align-items: center;
    background-image: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .header__navigation--toggle.open {
    display: flex;
    margin: 0;
  }

  .header__navigation--toggle div {
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    margin: .25rem 0;
    transform-origin: center;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    width: 18px;
  }

  .header__navigation--toggle div:nth-child(3) {
    width: 0;
    margin: 0;
  }

  .header__navigation--toggle.open div:nth-child(1),
  .header__navigation--toggle.open div:nth-child(2) {
    width:22px;
    margin: -1px 0;
  }
  .header__navigation--toggle.open div:nth-child(1) {
    transform: rotate(45deg);
  }  
  .header__navigation--toggle.open div:nth-child(2) {
    transform: rotate(-45deg);
  }

  .header__navigation--toggle.level-2 div:nth-child(1) {
    transform: translateX(-4px) translateY(4px) rotate(45deg);
    width: 12px;
  }
  .header__navigation--toggle.level-2 div:nth-child(2) {
    transform: translateX(-4px) translateY(-4px) rotate(-45deg);
    width: 12px;
  }
  .header__navigation--toggle.level-2 div:nth-child(3) {
    display: block;
    margin: -1px 0;
    width: 18px;
  }

  .navigation-primary .submenu.level-1 > .menu-item > a.menu-link:hover,
  .navigation-primary .submenu.level-1 > .menu-item > a.menu-link:focus,
  .navigation-primary .submenu.level-1 > .menu-item > a.menu-link.active-item,
  .navigation-primary .submenu.level-1 > .menu-item > a.menu-link:active {
    text-decoration: none;
  }

  .menu-arrow .icofont-thin-right {
    font-weight: bold;
  }

  body .navigation-primary .submenu.level-2 {
    background-color: 

  
  
    
  


  rgba(0, 154, 218, 1.0)

;
    position: relative;
    margin: 0;
    opacity: 1;
    padding: 0;
    top: 0;
    visibility: visible;
  }

  body .navigation-primary .submenu.level-2 .menu-item .menu-link {
    color: #FFFFFF;
  }

  .navigation-primary .child-menu-open > li.menu-item:not(.menu-open) {
    display: none;
  }

  .navigation-primary .submenu.level-2 .menu-item .menu-link {
    line-height: 26px;
  }

  .desktop-menu-link {
    display: none !important;
  }
  .menu-open .desktop-menu-link {
    display: flex !important;
  }
  .menu-open .mobile-menu-link {
    display: none !important;
  }
}

/*
IE11 Logo Fix
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header__logo.header__logo--main {
    display: block;
    line-height: 92px;
  }
  .header__logo img.hs-image-widget {
    height: auto;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(0, 122, 179, 1.0)

;
  font-family: Montserrat; font-style: normal; font-weight: normal; text-decoration: none;
}

.footer__container { 
  padding-top: 60px;
  padding-bottom: 260px;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #FFFFFF;
}

.footer .footer__line2 {
  display: flex;
  justify-content: space-between;
}
.footer .footer__contact-us a {
  background-color: transparent;
  padding-left: 45px;
  padding-right: 45px;
}

.footer .footer__copyright {
  border-top: 1px solid;
  font-size: 11px;
  font-weight: 500;
  padding-top: 5px;
  margin-top: 20px;
  text-align: left;
}
.footer .footer__copyright * {
  display: inline-block;
}

.mobile-menu-link {
  display: none;
}
.footer .footer__nav {
  padding-bottom: 60px;
}

.footer .footer__copyright .copyright-link {
  text-decoration: underline;
}
.footer .footer__copyright .copyright-link::after {
  content: '|';
  display: inline-block;
  padding: 0 8px 0 10px;
}

@media(max-width: 1150px) {
  .footer__container {
    padding: 0 25px;
  }
  .footer .footer__nav {
    padding-bottom: 0;
  }
  .footer .footer__contact-us {
    text-align: left;
  }
  .footer .footer__copyright {
    border-top: none;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  .navigation-footer ul.submenu.level-1 {
    padding: 12px 0;
    margin: 0;
  }
  .navigation-footer .submenu.level-1 > li {
    border-top: 1px solid #CED4DB;
    padding: 0;
  }

  .navigation-footer .submenu.level-1 > li:first-child {
    border-top: none;
  }

  .navigation-footer .submenu.level-1 > li .menu-link.mobile-menu-link {
    padding: 10px 0;
  }

  .navigation-footer .submenu.level-1>li {
    font-weight: normal;
  }

  .navigation-footer .submenu .level-2 {
    padding-left: 24px;
    padding-bottom: 10px;
  }
  .navigation-footer .submenu .menu-arrow-close {
    display: block;
  }

  .footer .footer__copyright .footer__contact-us {
    padding-bottom: 24px;
  }
  .footer .footer__copyright .copyright-link {
    display: block;
    padding-bottom: 8px;
  }
  .footer .footer__copyright .copyright-link::after {
    display: none;
  }
  .footer .social-links {
    padding: 20px 0 58px;
  }
  .footer .social-links__icon {
    margin: 0 10px 0 0;
  }
}





iframe[data-name="pb-iframe-player"] {
  max-width: 100%;
}

.blog-post__date {
  border-color: #666666;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #666666;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #3e3e3e;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #8e8e8e;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #666666;
}

.blog-pagination__link {
  color: #666666;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #666666;
}

.blog-post__title {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #007ab3;
  font-size: 15px;
}

#comments-listing .comment-reply-to {
  color: #007ab3;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #00528b;
}

#comments-listing .comment-reply-to:active {
  color: #28a2db;
}





.body-container--feature {
  border: 1px solid #C4C6C8;
}
.body-container--feature h2 {
  padding-right: 100px;
}

@media (max-width: 768px) {
  .body-container--feature {
    border: none;
  }
  .body-container--feature .dnd-section {
    padding: 0 !important;
    margin: 0 !important;
  }

  .body-container--feature h1 {
      font-size: 30px !important;
      line-height: 30px !important;
  }

  .body-container--feature h2 {
    font-size: 14px !important;
    line-height: 24px !important;
    padding-right: 0;
  }

  .body-container--feature p {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .body-container--feature li {
      font-size: 16px !important;
      line-height: 28px !important;
  }

}






body .icon svg {
  fill: #666666;
}

body .tns-nav button.tns-nav-active {
  background-color: #666666;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #666666;
}

body .team-member__description {
  background-color: #5F6062;
}

/* need to override some of the default styling for video module for ipad */ 
.video_area-row-0-vertical-alignment > .row-fluid > div {
  flex: 1;
}
.hs-breadcrumb-menu-item {
  font-family: Montserrat; font-style: normal; font-weight: normal; text-decoration: none;
  color: #5F6062;
}

.hs-breadcrumb-label {
  color: #5F6062;
}

.hs_cos_wrapper_type_rich_text ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
.hs_cos_wrapper_type_rich_text ul > li:before {
  display: inline-block;
  content: "–";
  width: 1em;
  margin-left: -1em;
}

.widget-type-cta img {
  max-width: 100%;
  height: auto;
}

a.cta_button {
  transition: 0.2s ease-in-out;
}
a.cta_button:hover {
  filter: brightness(0.8);
}

.video_area-row-0-vertical-alignment > .row-fluid:before,
.video_area-row-0-vertical-alignment > .row-fluid:after {
  display: none;
}

@media (max-width: 1150px) {
  .body-container-wrapper:not(.content-wrapper) .cards {
    padding-left: 24px;
    padding-right: 24px;
  }
}





.left-sub__container {	
  font-family: Montserrat;	
}	

.left-sub__container .dnd-section,	
.left-sub__container .dnd-section .dnd-column {	
  padding: 0;	
}

.navigation-left ul.submenu.level-1 {
  margin: 0;
  padding: 0;
  width: 100%;
}
.navigation-left ul.submenu.level-1 li {
  display: block;
  margin-bottom: 4px;
  padding: 0;
}
.navigation-left ul.submenu.level-1 li:last-child {
  margin-bottom: 0;
}

.navigation-left ul.submenu.level-1 li a {
  background-color: 

  
  
    
  


  rgba(246, 244, 242, 1.0)

;
  color: #C4C6C8;
  display: block;
  font-weight: 600;
  padding: 15px 20px;
  text-transform: none;
}

.navigation-left ul.submenu.level-1 li a:hover,
.navigation-left ul.submenu.level-1 li a:focus,
.navigation-left ul.submenu.level-1 li a.active-item {
  text-decoration: none;
}

.navigation-left ul.submenu.level-1 li a:hover {
  background-color: 

  
  
    
  


  rgba(186, 178, 160, 1.0)

;
  color: #FFFFFF;
}

.navigation-left ul.submenu.level-1 li a.active-item,
.navigation-left ul.submenu.level-1 li.active a {
  background-color: 

  
  
    
  


  rgba(2, 122, 179, 1.0)

;
  color: #FFFFFF;
}

@media (max-width:768px) {
  .left-sub__container {
    max-width: 285px;
    margin-right: auto;
    margin-left: auto;
  }
}






.bg-primary.text-white a {
  color: white;
}





.landing-page-wrapper {

}
.landing-page-wrapper h1 {
  color: #5F6062;
  font-family: Montserrat;
  font-size: 1.75rem;
  line-height: 2.25rem;
}

button.glide__arrow {
  padding: 0;
  border: 0 !important;
  outline: 0 !important;
}