/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right:15px;
}

.dnd-section .widget-type-cell {
  padding-left: 15px;
  padding-right:15px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section>.row-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "DIN-Next-W01-Light";
  src: url('//2559659.fs1.hubspotusercontent-na1.net/hubfs/2559659/TotalUniformSolutions_May2020/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot') format("eot"), 
  url("//2559659.fs1.hubspotusercontent-na1.net/hubfs/2559659/raw_assets/public/TotalUniformSolutions_May2020/fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"), 
  url("//2559659.fs1.hubspotusercontent-na1.net/hubfs/2559659/raw_assets/public/TotalUniformSolutions_May2020/fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf" ) format("truetype");
}


@font-face {
  font-family: "DINNeuzeitGroteskLTW01-_812426";
  src: url(//2559659.fs1.hubspotusercontent-na1.net/hubfs/2559659/TotalUniformSolutions_May2020/fonts/b41558bd-2862-46c0-abf7-536d2542fa26.eot%27) format("eot"), 
  url(//2559659.fs1.hubspotusercontent-na1.net/hubfs/2559659/raw_assets/public/TotalUniformSolutions_May2020/fonts/5cee8d6e-89ad-4d8c-a0ac-584d316b15ae.woff2) format("woff2"),
  url(//2559659.fs1.hubspotusercontent-na1.net/hubfs/2559659/raw_assets/public/TotalUniformSolutions_May2020/fonts/388ef902-2c31-4818-abb1-a40dcd81f6d6.woff) format("woff"),
  url(//2559659.fs1.hubspotusercontent-na1.net/hubfs/2559659/raw_assets/public/TotalUniformSolutions_May2020/fonts/29c60077-2614-4061-aa8d-5bcfdf7354bb.ttf) format("truetype");
}



@font-face {
  font-family: "Open Sans";
  src: url(//2559659.fs1.hubspotusercontent-na1.net/hubfs/2559659/TotalUniformSolutions_May2020/fonts/opensans-regular-webfont.eot) format("embedded-opentype"),
  url(//2559659.fs1.hubspotusercontent-na1.net/hubfs/2559659/raw_assets/public/TotalUniformSolutions_May2020/fonts/opensans-regular-webfont.woff) format("woff"),
  url(//2559659.fs1.hubspotusercontent-na1.net/hubfs/2559659/raw_assets/public/TotalUniformSolutions_May2020/fonts/opensans-regular-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family: "Open Sans";
  src: url(//2559659.fs1.hubspotusercontent-na1.net/hubfs/2559659/TotalUniformSolutions_May2020/fonts/opensans-bold-webfont.eot) format("embedded-opentype"),
   url(//2559659.fs1.hubspotusercontent-na1.net/hubfs/2559659/raw_assets/public/TotalUniformSolutions_May2020/fonts/opensans-bold-webfont.woff) format("woff"),
    url(//2559659.fs1.hubspotusercontent-na1.net/hubfs/2559659/raw_assets/public/TotalUniformSolutions_May2020/fonts/opensans-bold-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}


html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.3em;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  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-weight: normal;
  font-size: 1.175rem;

}

h5 {
  font-size: 1rem;
  
}

h6 {
  font-size: .9rem;

}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}
ul.no-list.hs-error-msgs.inputs-list label {
  line-height: 1;
  margin: 5px 0 10px;
  color: #f2545b;
}
h3.form-title{
  font: normal normal normal 60px/1.4em dinneuzeitgroteskltw01-_812426,sans-serif;
  text-align: center;
  line-height: normal;
}

.blog .section.post-footer form,
.custom_error_message form,
.body-container .hs-search-field,
.body-container .widget-type-form,
.landing-page.one-column .body-container .hs_cos_wrapper_type_form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription {
  margin-top: 30px;
  box-shadow: 0 4px 8px 0 rgba(53,105,128,0.3), 0 6px 20px 0 rgba(165,200,213,0.41);
  margin-bottom:30px;
  padding:20px;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

.hs-button, .button--primary{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  text-decoration: none !important;
  margin-top: 18px;
  margin-bottom: 18px;

}
.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

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

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  height: 40px;
  display:block;
  width:100%;
  background-color: #f5f8fa;

}

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

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 992px){
  h3.form-title {
    font: normal normal normal 45px/1.4em dinneuzeitgroteskltw01-_812426,sans-serif;
    text-align: center;
    line-height: normal;
  }
}

@media (max-width: 767px){
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select,form {
    width:100% !important;
    max-width:100% !important;
  }
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    h3.form-title {
      font: normal normal normal 30px/1.4em dinneuzeitgroteskltw01-_812426,sans-serif;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.header .hs-button {
  font-size: 15px;
  line-height: normal;
  border: none !important;
  text-decoration: underline !important;
  padding: 26px 35px 23px 35px;
  margin-right: -10px;
  min-width: 161px;
  width: 100%;
  margin: 0;
  font-weight: normal;
  margin-right: -10px;
  font-family: din-next-w01-light;
}
.header__row-1 {
  display: flex;
  width: 100%;
}

.header_col2 h3 {
  padding: 16px 28px 0 0;
  margin: 0;
}

.header__logo img {
  width: 350px !important;
}
.header__row-1 {
  padding-top:0px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: initial;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  overflow: hidden;
  padding-left: 19px;
  padding-top:19px;
  padding-bottom: 45px;
}
.body-wrapper {
  padding-top: 180px;
}
header.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.header__logo img {
  max-width: 100%;
}
.header__logo img {
  width: 350px !important;
}
.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

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

/* Styles for the Search Bar */

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

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

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

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

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  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;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

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

/* Styles for the Language Switcher Component */

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

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

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

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

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

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

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

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

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

.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 {
  font-family: Lato, serif;
  color: #494a52;
}

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

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

.header__column {
  width: 100%;
}


@media (min-width: 768px)  {
  .mobile-trigger,
  .child-trigger {
    display: none !important;
  }
  header.header.hs-landing-page-header {
    min-height: 180px;
  }

}



/* Tablet Styles */

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

  .header__logo--main {
    display: none;
  }

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

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 0px 0 0;
  }
  .body-wrapper {
    padding-top: 0;
  }
  header.header {
    position: relative;
  }
  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 27px;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }
  .header_col2 h3 {
    padding: 0 5px 0 0;
    margin: 0;
    text-align: right;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    font-size: 24px;
  }
  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

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

  .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-right: auto;
    margin-left: 0;
  }

  .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;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
    display: block;
    padding:10px 10px 0;
  }

  .header__row-2 {

  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

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

  .header__language-switcher--toggle:after {
    content: "Language";
  }
  .tm2menuButton {
    border-radius: 4px;
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 40px;
    min-height: 40px;
    background-color: rgba(20,20,20,1);
    border: solid 0px rgba(255,255,255,1);
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 40px;
    height: 40px;
    margin: -7px 0 0 -5px;
    z-index: 9999;
  }
  .mobile-open .tm2menuButton {
    border-style: solid;
    border-color: transparent;
    background-color: rgba(2, 2, 2, 1);
    border-width: 0px;
  }

  .mobile-open .tm2menuButton .tm2_line1 {
    -webkit-animation-name: tm2_tiny-menu-open-squeeze-1;
    animation-name: tm2_tiny-menu-open-squeeze-1;
  }

  .mobile-open .tm2menuButton .tm2_line2 {
    -webkit-animation-name: tm2_tiny-menu-open-squeeze-2;
    animation-name: tm2_tiny-menu-open-squeeze-2;
  }

  .mobile-open .tm2menuButton .tm2_line3 {
    -webkit-animation-name: tm2_tiny-menu-open-squeeze-3;
    animation-name: tm2_tiny-menu-open-squeeze-3;
  }

  .tm2menuButton > .tm2_icon {
    width: 24px;
    overflow: visible;
    stroke-width: 3px;
    stroke: rgba(255, 255, 255, 1);
    height: 17px;
    padding-top: 0px;
    stroke-linecap: flat;
    stroke: rgba(255, 255, 255, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: stroke;
    transition-property: stroke;
  }

  .tm2menuButton > .tm2_icon.tm2_saveSelectedIconColor {
    stroke: rgba(255, 255, 255, 1);
  }
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }
  .tm2menuButton  .tm2_animating-line {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform-origin: 8.5px 0;
    transform-origin: 8.5px 0;
  }
  .header .hs-button {
    width: 110px;
    height: 46px;
    padding: 3px 10px 3px 10px;
    min-width: 110px;
    margin: 15px auto 10px;
    display: block;
    line-height: 41px;
  }
  body:not(.mobile-open) .tm2menuButton .tm2_line1 {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }

  body:not(.mobile-open) .tm2menuButton .tm2_line2 {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }
  .mobile-open .tm2menuButton>.tm2_icon {
    width: 17px;
    overflow: visible;
    stroke-width: 3px;
    stroke: rgba(255,255,255,1);
    height: 17px;
  }
  body:not(.mobile-open) .tm2menuButton .tm2_line3 {
    -webkit-transform: translateY(16.5px);
    transform: translateY(16.5px);
  }

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

  .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;
    width: 25px;
    height: 25px;
  }

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

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

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

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

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

  .header__close--toggle.show {
    display: block;
  }

  .header__row-2 {
    z-index: 1005;
    position: fixed;
    left: 0;
    top: 00px;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow-y: hidden;
    pointer-events: none;
    position: fixed;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s -webkit-transform step-end;
    transition: 0.3s -webkit-transform step-end;
    transition: 0.3s transform step-end;
    transition: 0.3s transform step-end, 0.3s -webkit-transform step-end;
    height: 0;
    min-height: 0;
    background-color: rgba(2, 2, 2, 0.9);
overflow-y: auto;
  }
  .header__logo {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 27px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .mobile-open .header__row-2 {
    pointer-events: inherit;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
    min-height: 100%;
    height: 100%;
  }
  .custom-menu-primary {
    width: 100%;
  }

}
.hs-menu-wrapper ul {
  padding: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: inline-block
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
  content: " ";
  display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
  content: " ";
  display: table;
  clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  display: inline-block
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
  position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  left: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul {
  margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children {
  position: static
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li {
  float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
  display: inline-block
}

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul {
  margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
  width: auto
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children {
  position: relative
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  left: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap
}

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

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible
}

@media(min-width: 768px) {
  .mobile-view {
    display:none !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:last-child>a {
    padding-right: 0;
}
}


@media(max-width: 767px) {
  .hs-menu-wrapper,.hs-menu-wrapper * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%
  }
 
 .custom-menu-primary.desktop {
    display:none !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
    display: block
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal
  }

  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: static;
    opacity: 1;
    visibility: visible
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1
}

.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1
}
.custom-menu-primary {
  text-align: center;
}


.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: block;
  max-width: 710px;
  margin: 0 auto;
  width:100%;
}

.custom-menu-primary {
  text-align: center;
  font-family: dinneuzeitgroteskltw01-_812426,sans-serif;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{}

.custom-menu-primary .hs-menu-wrapper>ul>li ul li>a {
  line-height: 33px;
  padding: 0 14px;
  font-family: dinneuzeitgroteskltw01-_812426,sans-serif;
  font-size: 18px;
  width: 100%;
  transition: color 0.4s ease 0s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  min-width: 154px;
  display: block;
  padding-top: 7px;
  margin-left: -2px;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
  padding: 7px 23px 7px 19px;

  transition: color .4s ease 0s;
  font-size: 18px;
  font-family: dinneuzeitgroteskltw01-_812426,sans-serif;
  text-align: center;
  /* line-height: 50px; */
  text-align: center;
}
@-webkit-keyframes tm2_tiny-menu-open-squeeze-1 {
  0% {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
    transform: translateY(8.5px) rotate(45deg);
  }
}

@keyframes tm2_tiny-menu-open-squeeze-1 {
  0% {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
    transform: translateY(8.5px) rotate(45deg);
  }
}

@-webkit-keyframes tm2_tiny-menu-open-squeeze-1-reverse {
  100% {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
    transform: translateY(8.5px) rotate(45deg);
  }
}

@keyframes tm2_tiny-menu-open-squeeze-1-reverse {
  100% {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
    transform: translateY(8.5px) rotate(45deg);
  }
}

@-webkit-keyframes tm2_tiny-menu-open-squeeze-2 {
  0% {
    -webkit-transform: translateY(16.5px);
    transform: translateY(16.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
}

@keyframes tm2_tiny-menu-open-squeeze-2 {
  0% {
    -webkit-transform: translateY(16.5px);
    transform: translateY(16.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
}

@-webkit-keyframes tm2_tiny-menu-open-squeeze-2-reverse {
  100% {
    -webkit-transform: translateY(16.5px);
    transform: translateY(16.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
}

@keyframes tm2_tiny-menu-open-squeeze-2-reverse {
  100% {
    -webkit-transform: translateY(16.5px);
    transform: translateY(16.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
}

@-webkit-keyframes tm2_tiny-menu-open-squeeze-3 {
  0% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotateX(90deg);
    transform: translateY(8.5px) rotateX(90deg);
  }
}

@keyframes tm2_tiny-menu-open-squeeze-3 {
  0% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotateX(90deg);
    transform: translateY(8.5px) rotateX(90deg);
  }
}

@-webkit-keyframes tm2_tiny-menu-open-squeeze-3-reverse {
  100% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }
}

@keyframes tm2_tiny-menu-open-squeeze-3-reverse {
  100% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }
}


@media (max-width: 767px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    min-width: 154px;
    display: block;
    padding-top: 7px;
    margin-left: -2px;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>span>a {
    padding: 7px 23px 7px 19px;
    color: #a29c9c;
    transition: color .4s ease 0s;
    font-size: 18px;
    font-family: dinneuzeitgroteskltw01-_812426,sans-serif;
    text-align: center;
    /* line-height: 50px; */
    text-align: center;
  }


  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block;
    max-width: 710px;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    letter-spacing: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
    width: auto;

    padding: 0 20px 0 20px;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>span {
    padding: 0 22px 0 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 22px 0 22px;
}
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:after {
    border-top: solid 1px rgba(162, 156, 156, 0.38);
    display: block;
    margin: 0 auto;
    width: 152px;
    content: "";
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:last-child:after {
    display: none;
    margin: 0 20px 0 20px;
    width: 152px;
    content: "";
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>span>a {
    width: auto;
    padding: 10px 20px;
    text-align: center;
    font: normal normal normal 22px/1.4em dinneuzeitgroteskltw01-_812426,sans-serif;
    color: #fff;
    display: inline-block;

  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>span>a {
    padding-left: 0;
  }
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link, .custom-menu-primary .hs-menu-wrapper>ul>li ul li>a {
    background-color: transparent !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    min-width: 100%;
    display: block;
    padding-top: 0;
    margin-left: 0;
    background: transparent;
  }
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link, .custom-menu-primary .hs-menu-wrapper>ul>li ul li>a {
    background-color: transparent;
  }
  .child-trigger {
    margin-left: 0;
    width:50px;
    text-align: right;
    display: inline-block;
    float: left;
    height: 50px;
    cursor: pointer;
  }
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link, .custom-menu-primary .hs-menu-wrapper>ul>li ul li>a {
    width: auto;
    padding: 10px 20px;
    text-align: center;
    font: normal normal normal 22px/1.4em dinneuzeitgroteskltw01-_812426,sans-serif;
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    font-size: 19.8px;
  }

  .child-trigger:after {
    content: '\ff0b';
    color: #FFFFFF;
    padding: 15px 16px 13px 15px;
    position: relative;
    display: inline-block;
    font-size: 22px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  text-align: center;
}
.footer__container {
  padding: 0;
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
}

.footer__container.footer-landing-page {
  padding-top: 40px;
}


.footer__copyright p {
  color: rgba(162,156,156,1.0);
  margin: 0;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-family: dinneuzeitgroteskltw01-_812426,sans-serif;
  line-height: 1.35;
  padding: 0 0 39px 11px;
  font-weight: normal;
}

.footer__container .span4.col {
  max-width: 175px;
  width: 100%;
  margin-left: 15px;
  text-align: left;
}

.footer__container .span4.col:first-child {
  margin: 0 0 0 15px;
}

.footer__container .span4.col p {
  font-size: 12px;
  line-height: 1.46em;
  font-family: open sans,sans-serif;
  margin-bottom: 43px;
}

.footer-row2 {
  max-width: 571px;
  margin: 0 auto;
}

.footer__container .span4.col3 p {
  font-size: 11px;
  line-height: 16px;
}

.footer__container .span4.col3 p span,
.footer__container .span4.col.col3 ul li span{
  font-size: 12px;
  display: inline-block;
  line-height: 1;
}
.footer__container .span4.col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 43px;
}
.footer__container .span4.col.col3 ul li {
    font-size: 11px;
    line-height: 16px;
}
.footer__container .span4.col ul li {
    font-size: 12px;
    line-height: 1.46em;
    font-family: open sans,sans-serif;
}
.footer__container .span4.col.col3 {
  margin-left: 9px;
}


.footer__container h5 {
  margin: 0;
  padding: 0 27px 9px 0px;
  line-height: normal;
}

.footer__container h2 {
  font-size: 30px;
  line-height: normal;
  font-family: "DINNeuzeitGroteskLTW01-_812426";
  letter-spacing: 0.05em;
  font-family: "DINNeuzeitGroteskLTW01-_812426";
  margin: 0 0 25px 10px;
}

.footer__container h2 a {
  font-family: "DINNeuzeitGroteskLTW01-_812426";
  text-decoration: underline;
}

.footer-social ul {
  margin: 0 0 19px;
  padding: 0;
  list-style: none;
}

.footer-social ul li {
  display: inline-block;
  line-height: normal;
  margin-left: 7px;
}

.footer-social ul li img {
  width: 39px;
}



.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  text-decoration: underline;
  font-family: dinneuzeitgroteskltw01-_812426,sans-serif;
  letter-spacing: 0.05em;
  padding: 0 16px;
  line-height: normal;
  margin: 39px 0px 34px;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(4) {
  padding: 0 22px;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child {
  padding-left: 0;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a {
  padding-left: 4px;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin-left: -25px;
}

@media (max-width: 900px){
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-left: 0;
    padding: 40px 0;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(4) {
    padding: 0;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
    display: inline-block;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    margin: 0;
  }
}
@media (max-width: 767px){
  .footer__copyright p {
    color: rgba(162,156,156,1.0);
    margin: 0;
    letter-spacing: .05em;
    font-size: 13px;
    font-family: dinneuzeitgroteskltw01-_812426,sans-serif;
    line-height: 1.35;
    padding: 0 20px 10px 20px;
    font-weight: normal;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a {
    padding-left: 16px;
}
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    margin: 0 0 13px;
    font-size: 17px;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-left: 0;
    padding: 25px 0 8px;
  }
  .footer__container h2 {
    font-size: 23px;
  }
  .footer__container h5 {
    margin: 0;
    padding: 0 20px 10px;
    line-height: normal;
  }
  .footer-row2 {
    overflow: hidden;
}
  .footer__container .span4.col:first-child {
    margin: 0;
    padding: 0 20px;
    max-width: 100%;
  }
  .footer__container .span4.col:first-child, .footer__container .span4.col {
    margin: 0;
    padding: 0 20px;
    max-width: 100%;
    text-align: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header__inner {
  max-width: 940px;
  padding-left:15px;
  padding-right:15px;
  margin: 0 auto;
  padding: 14px 0;
  overflow: hidden;
}
.blog-header__title {
  font-size: 40px;
  text-transform: uppercase;
  color: #8BAC0F;
}
.blog-header__subtitle {
  margin: 11px 0 0;
  font-size: 30px;
}
.blog-header__form {
  margin: 0 1rem;
}
.blog-header__inner h1 {
  text-transform: uppercase;
}
.blog-header-left-group {
  float: left;
  width: 60%;
  padding: 25px 27px;
}
.blog-header-right-group {
  float: right;
  text-align: right;
  width: 40%;
}
.blog-header__inner .back-btn {
  font: normal normal normal 13px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
  color: #858180;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border: solid rgba(133, 129, 128, 1) 2px;
  cursor: pointer !important;
  border-radius: 20px;
  transition: all ease 0.4s !important;
  text-decoration: none;
  padding: 9px 19px;
}
.blog-header__inner .back-btn:hover {
  background-color: rgba(50, 50, 50, 1);
  border-color: transparent;
  color:#fff;
}
.blog-header-right-group .hs-primary {
  font: normal normal normal 40px/1.4em dinneuzeitgroteskltw01-_812426,sans-serif;
  transition: color 0.4s ease 0s;
  color: #FFFFFF;
  display: inline-block;
  background-color: rgba(139, 172, 15, 1);
  border: solid transparent 0px;
  cursor: pointer !important;
  text-decoration: none;
  display: inline-block;
  margin-top: 43px;
  transition:all ease 0.4s;
}
.blog-header-right-group .hs-primary:hover {
  background-color: rgba(237, 235, 242, 1);
  border-color: transparent;
  color: #8BAC0F;
}
.cm-back-btn {
  padding-right: 7px;
}

.blog-post-inner {
  background-color: rgb(235, 235, 235);
  border: none;
  color: #2f2f30;
  padding: 20px;
}
.blog-post-content {
  max-width: 100%;
  margin: 0px auto;
  -webkit-font-smoothing: antialiased;
  border-color: rgba(20, 20, 20, 0.26);
  color: #000000;
  background-color: rgb(255, 255, 255);
  align-items: center;
  border: 1px solid rgba(20, 20, 20, 0.26);
  padding: 60px;
  /* max-width: 740px; */
}

.blog-post-content-inner {
  max-width: 740px;
  margin: 0 auto;
}
.blog-post-inner .reading-minutes:before {
  content: "";
  background-color: rgb(47, 47, 48);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  align-self: center;
  margin: 0 4px 0 1px;
  display: inline-block;
  vertical-align: middle;
}
.content-wrapper .blog-post .blog-post-content h1 {
  font: normal normal normal 40px/50px dinneuzeitgroteskltw01-_812426,sans-serif;
  text-transform: none;
  margin-bottom: 25px;
  color: rgb(2, 2, 2);
}

.blog-post .cm-blog-header-topics a {
    color: rgb(2, 2, 2);
}
.blog-post .WU4zd {
    cursor: pointer;
}

.follow-us-open ._1F3eV {
    opacity: .8;
    cursor: text;
}

.blog-post .cm-blog-header-topics a:hover{
     color: rgb(160, 160, 159);
}
.blog-post__meta a {
  color: rgb(47, 47, 48);
  text-decoration: none;
}
.blog-post__meta {
  font-size: 14px;
  margin-bottom: 0px;
}
.blog-post__meta a{
  color: #494a52;
  text-decoration: none;
}
.blog-post__meta .reading-minutes {
  padding: 0;
  font-size: 14px;
  color: rgb(47, 47, 48);
}
.blog-post__meta svg {
  position: relative;
  top: 6px;
  left: -3px;
}
.blog-post__body p {
  margin-bottom: 27px;
}
.blog-post__body {
  line-height: 1.5;
  font-size: 18px;
  padding-bottom: 31px;
}
.blog-mobile-heading {
  background-color: rgb(139, 172, 15);
  justify-content: space-between;
  padding: 18px 18px 17px;
  color: rgb(237, 235, 242);
  margin-left: -20px;
  margin-right: -20px;
}
.blog-mobile-heading h1 {
  color: rgb(237, 235, 242);
  font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
  font-size: 14px;
}
.blog-mobile-heading h2 {
  color: rgb(237, 235, 242);
  font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
  font-size: 14px;
}

.NrCbc.blog-more-icon-fill {
  text-align: right;
  float: left;
  width: 50%;
}
.blog-meta-left {
  float: left;
  width: 50%;
}
.WU4zd.more-button svg {
  fill: rgb(47, 47, 48);
}
.WU4zd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  width: 24px;

  float:right;
}
._2MSUB {
  font-size: 0;
}
.blog-icon-fill {
  fill: rgba(47,46,46,1);
}
._310VQ {
  position: absolute;
  top: 19px;
  z-index: 900;
  right: 17px;
  min-width: 200px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  color: rgb(2, 2, 2);
  font: normal normal normal 15px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
  line-height: normal;
  background-color: rgb(255, 255, 255);
  display: none;
}
._1F3eV {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #000;
  transition: opacity .5s ease;
}
.follow-us-open ._1F3eV {
  opacity: .8;
}
.Dg0hn.action-button {
  outline: 0;
}
.WU4zd.more-button svg {
  left: 9px;
  top: 3px;
}
._2FGh6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 25px 17px;
}
._2OloG.blog-icon-fill svg.blog-icon-fill {
  top: 0;
  left: 0;
}
._2OloG.blog-icon-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
._2FGh6 .zpcy7 {
  font: normal normal normal 13px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  line-height: normal;
  font-weight: normal;
  font-size: 14px;
  margin-left: 12px;
  white-space: nowrap;
}
._1nNlW ._1Hg1D._2rGMY {
  top: -100px;
  transition: top .5s ease;
  visibility: hidden;
  opacity: 0;
}
._1nNlW ._1Hg1D {
  max-width: 296px;
  width: 100%;
}
._2lr5V {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 15px;
  padding: 0;
  background: transparent;
  border: 0;
}
._1Hg1D {
  z-index: 1;
  position: relative;
}
._1nNlW ._1Hg1D {
  max-width: 296px;
  width: 100%;
  background-color: #fff;
}
._1nNlW ._1Hg1D._2rGMY {
  top: -100px;
  transition: top .5s ease;
  visibility: hidden;
  opacity: 0;
}
.follow-us-open ._1nNlW ._1Hg1D._2rGMY {
  top: 0;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 980px){
  ._1nNlW ._1Hg1D._2rGMY {
    max-width: 452px;
  }
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
  .cm-blog-header-topics select#tinynav1 {
    display: none;
  }
  .cm-blog-topics-header {
    display: none;
  }
  .blog-mobile-heading{
    display:none;
  }
  .cm-related-post-inner-group .related-post-item,
  .cm-related-post-inner-group{
    display:flex;
    display:-webkit-flex;
  }
  .cm-related-post-inner-group .related-post-item {
    width: 33.333% !important;
    float: left;
  }
  a.search-icon{
    display:none
  }

}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
.blog-index__post u{
  color: rgb(103, 110, 113);
}
.the
}
.blog-post__tags {
  border-top: 1px solid rgba(47, 47, 48,.2);

  font-size: 14px;
}
.blog-post__tags a {
  color:#020202;
  text-decoration: none;
  font-size: 14px;
}
.blog-post__tags a:hover{

}
.blog-post__tags a:hover{
    color: rgb(160, 160, 159);
}
.blog-post__tags svg {
  width: 19px;
  height: auto;
  margin-right: 30px;
}
.blog-post__tags a:hover svg {
  fill: #0077b5;
}
.blog-post__tags .right-group {
  float: right;
}
.blog-post__tags .left-group {
  float: left;
}

a.see-all-link:hover {
  color: #020202;
  opacity: 0.5;
}
.blog-post__tags {
  overflow: hidden;
  padding: 20px 0px 15px;
}
.blog-post__tags .right-group span {
  font-size: 9px;
  margin: 0 5px 0 9px;
}

.custom-blog-top-row.clearfix {
  padding: 0 20px;
  background: #fff;
}
.blog-banner-area {
  position: relative;
  height: 251px;
  background-size:cover;
  background-repeat: no-repeat;
  padding: 103px 0 90px;
}
.hs-blog-listing .content-wrapper {
  max-width: 980px;
  padding: 0;
}
.blog-banner-area:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(20, 20, 20, 0.93);
  font-family: dinneuzeitgroteskltw01-_812426,sans-serif;
  opacity: 0.93;
}
.blog-listing-container {
  background-color: #ebebeb;
}

.custom-blog-top-row.clearfix {
  padding: 0 20px;
  background: #fff;
  display: flex;
  /* align-items: center; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.blog-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.blog-banner-content h1 {
  letter-spacing: 0.15em;
  color: #fff;
  font-size: 50px;
  font-family: dinneuzeitgroteskltw01-_812426,sans-serif;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.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__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  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);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-body-container.blog-post-container .content-wrapper {
  padding: 0 15px;
}

.blog-post__body img {
  margin-bottom: 10px;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}
.cm-blog-header-topics {
  padding-bottom:40px;
}
.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
.hs-blog-listing .blog-header-right-group .hs-primary {
  font-size: 24px;
  padding: 4px 23px 3px;
}
.hs-blog-listing .blog-header-right-group {
  padding-top: 16px;
  padding-right: 22px;
}
.hs-blog-listing .blog-header-left-group {
  padding-bottom: 20px;
}
.listing-header-content p {
  margin-bottom: 20px;
}
.listing-header-content {
  clear: both;
  padding: 0 27px;
}
.post-item .featured-image-wrapper,
.post-item .post-description {
  width: 100%;
}
.post-item {
  width: 47%;
  display: block;
  padding: 0 15px;
}
.hs-blog-listing .blog-index {
  margin: 0 -40px 0 -15px;
}
.post-item-inner{
  border: 1px solid rgba(20,20,20,0.26);
  display: block;
  margin-bottom: 30px;
  background: #fff;
}
.blog-body-container.blog-listing-container {
  overflow: hidden;
}
._2MSUB:hover svg {
  fill: #80A315;
}
.post-item .post-description {
  color: #2f2f30;
  padding: 24px 29px 30px;
}
.post-item .post-description p.date {
  font: normal normal normal 18px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
  color: rgb(2, 2, 2);
  font-size: 12px;
  /* font-family: helvetica-w01-light,helvetica-w02-light,sans-serif; */
  padding-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: .8;
  width: calc(100% - 54px);
  height: 34px;
  margin: 0;
}
.post-item .post-description h2 {
  font-size: 28px;
  text-transform: none;
  color: rgb(2, 2, 2);
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 28px/1.4em dinneuzeitgroteskltw01-_812426 ,sans-serif;
}
.post-item .post-description h2 a {
  color: rgb(2, 2, 2);
  text-decoration: none !important;
  font: normal normal normal 28px/1.4em dinneuzeitgroteskltw01-_812426 ,sans-serif;
}
.post-item .post-description h2 a:active{
  opacity: .5;
  cursor: pointer;
}

.Dg0hn.action-button {
    outline: 0;
    cursor: pointer;
}
.post-item .post-description h2 a:hover{
  opacity: .5;
  cursor: pointer;
}
.post-body-content {
  line-height: 1.5;
  opacity: .8;
  color: #2f2f30;
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
  font: normal normal normal 16px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
}
.post-body-content a{
  text-decoration:none;
  color:inherit;
  font-family:inherit;
}

.cm-blog-header-topics {
  overflow: hidden;
}
.post-body-content a:hover{
  text-decoration:none;
  color: rgb(103, 110, 113);
}
.page-center.no-img .featured-image-wrapper {
  display: none;
}
.page-center.no-img .post-description {
  width: 100%;
}
.cm-blog-header-topics a:hover,
.cm-blog-header-topics a.active {
  color: #80A315;
}
.hs-blog-listing .blog-index {
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
}
.cm-blog-header-topics {
  padding-bottom: 0;
  padding-top: 0px;
}
.blog-search .hs-search-field input {
  font: normal normal normal 18px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
  text-decoration:;
  line-height: normal;
  padding: 0;
  margin: 0;
  border: 0;
  padding-right: 20px;
  display: inline-block;
  color: rgb(2, 2, 2);
  background: transparent;
  padding-left: 30px;
  height: 25px;
  line-height: 1;
  min-height: 1px;
}


.blog-search .hs-search-field input::-webkit-input-placeholder {
  opacity: .4;
  color: inherit;
}

.blog-search .hs-search-field input:-moz-placeholder,
.blog-search .hs-search-field input::-moz-placeholder {
  opacity: .4;
  color: inherit;
}

.blog-search .hs-search-field input:-ms-input-placeholder {
  opacity: .4;
  color: inherit;
}
.cm-blog-header-topics {
  display: flex;
  width: 100%;
  height: 80px;
}
.blog-search.search-open {
  width: 266px;
}
.post-item .featured-image-wrapper img {
  width: 100%;
}
.blog-search.search-open .hs-search-field {
  width: 200px;
  border-bottom: 1px solid rgb(2, 2, 2);
  overflow: visible;
  display: block;
}

.blog-search.search-open .search-icon {
  margin-right: -19px;
}
span.search-close {
  display: none;
}
.blog-search {
  display: flex;
  line-height: 1;
  margin-left: 20px;
  transition: all .5s ease;
  height: 16px;
  margin-right: 16px;
}
.post-item .post-description .reading-minutes {
  padding-left: 13px;
  padding-bottom: 0;
  position:relative;
}
.post-item .post-description .reading-minutes:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgb(47, 47, 48);
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 8px;
}
.hs-blog-listing .content-wrapper {
  max-width: 980px;
}
.post-item .featured-image-wrapper .overlay:active:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  pointer-events: none;
}
.cm-related-post-inner-group {
  margin-left: -17px;
  margin-right: -17px;

  padding-top: 24px;
}
.cm-related-post-inner-group .related-post-item{
  padding-left:17px;
  padding-right:17px;
  width:33.333%;
  float:left;
}
.related-post-inner-item {
  background-color: #fff;
  border: 1px solid rgb(190, 188, 194);
  width:100%;
}
.related-post-inner-item .related-content {
  padding: 24px;
}
.related-content .related-title a {
  color: rgb(2, 2, 2);
  text-transform: none;
  font-size: 18px;
  font-family: dinneuzeitgroteskltw01-_812426,sans-serif;
  text-decoration: none;
  display: block;
}

.related-content .related-title a:hover{
  color: rgb(160, 160, 159);
}
.hs-blog-post footer.footer {
/*     background-color: #1a1919; */
}
.related-post-inner-item .related-image {
  min-height: 165px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.custom_listing_comments {
  font-size: 12px;
  padding-top: 18px;
  color: #2f2f30;
  opacity: .8;
  border-top: 1px solid rgba(47, 47, 48,0.2);
  margin-top: 20px;
}
.custom_listing_comments a {
  color: rgb(47, 47, 48);
  text-decoration: none;
}
.custom_listing_comments a:hover {
  color: rgb(47, 47, 48);
}
.cm-blog-header-topics ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 36px;
    overflow: hidden;
}
.cm-blog-header-topics ul li {
  display: inline-block;
}
body .cm-related-post-group>h3 {
  display: inline-block;
  font: normal normal normal 18px/22px din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
  color: rgb(2, 2, 2);
}
.blog-search {
  display: flex;
  line-height: 1;
  margin-left: 20px;
  transition: all .5s ease;
  height: 16px;
  margin-right: 16px;
}

.blog-search .hs-search-field {
  width: 0;
  overflow: hidden;
  display: none;
}

.blog-search .hs-search-field input {
  font: normal normal normal 18px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
  text-decoration:;
  line-height: normal;
  padding: 0;
  margin: 0;
  border: 0;
  padding-right: 20px;
  display: inline-block;
  color: rgb(2, 2, 2);
  background: transparent;
  padding-left: 30px;
  height: 25px;
  line-height: 1;
  min-height: 1px;
}
.search-icon,
span.search-close {
  cursor: pointer;
}
.cm-blog-header-topics {
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
}
.blog-search.search-open span.search-close {
  display: block;
  opacity: .8;
  margin: -3px 0 0 -9px;
}
span.search-close {
  display: none;
}

.search-icon {}

.blog-search.search-open {
  width: 266px;
}

.blog-search.search-open .hs-search-field {
  width: 200px;
  border-bottom: 1px solid rgb(2, 2, 2);
  overflow: visible;
  display: block;
}

.blog-search.search-open .search-icon {
  margin-right: -19px;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}

.comment-date {
  display: block !important;
  margin: 0 0 5px;
}
 .post-item-inner:hover .post-description h2 a {
    opacity: .5;
  }
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}
.comment.depth-0:first-child {
  margin-top: 0;
  border-top: 0;
}
.blog-comments {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
  border: 1px solid #bebcc2;
  padding: 30px;
  background: rgb(255, 255, 255);
  margin-top: 35px;
}
.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;
  text-decoration: underline;
  color: #494A52;
}
.cm-blog-header-topics a {
  color: rgb(47, 47, 48);
  text-decoration: none;
  display:inline-block;
  margin-bottom:0px;
  margin-right: 18px; /* 36px was the default */
  -webkit-font-smoothing: antialiased;
      font-family: din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
}
.cm-related-post-group h3 {
  color: rgb(47, 47, 48);
  font-size: 18px;
  font-family: inherit;
}
.cm-related-post-group {
  padding-top: 27px;
  -webkit-font-smoothing: antialiased;
}
.see-all-link {
  text-decoration: none !important;
  float: right;
  font-size: 14px;
  color: #020202;
}
.cm-related-post-group > h3 {
  display: inline-block;
}
.post-item .featured-image-wrapper {

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.post-item .featured-image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.hs-blog-post .cm-blog-header-topics ul li a:hover{
  color: rgb(103, 110, 113);
}

.blog-byline {
  display: flex;
}
/*             Blog Listing with Sidebar            */
.post-item .page-center{

  margin-bottom:0;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.fixed-social-icon-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all .5s ease;
}
._3cKpp {
  padding: 60px;
  color: rgba(47,46,46,1);
}
.fXLE2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fixed-social-icon-wrapper svg.blog-icon-fill {
  display: none;
}

span._1tGe7 a.share_googleplus.share-button__facebook {
  background: #4464a3;
}

span._1tGe7 a.share_googleplus.share-button__twitter{
  background: #55acee;
}

._3bgY7 {
  font-size: 16px;
  font-weight: 700;
  font-family: dinneuzeitgroteskltw01-_812426,sans-serif;
  color: rgb(2, 2, 2);
}
.I_okD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 0 12px;
}
.fXLE2 {
  margin-bottom: 10px;
}
.I_okD {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
._1tGe7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
._1tGe7:not(:last-child) {
  margin-right: 38px;
}
span._1tGe7 a {
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: buttontext;
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  position: relative;
  top: 15px;
  cursor: pointer;
}
span._1tGe7 a.share_facebook {
  background: #4464a3;
}
span._1tGe7 a.share_twitter {
  background: #55acee;
}
span._1tGe7 a.share_googleplus {
  background: #0077b5;
}
span._1tGe7 a.copy-link {
  background: #333;
}
span._1tGe7 a svg,
span._1tGe7 a:hover svg {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%,-50%);
  fill: #fff !important;
}
.open-copy-link ._1nNlW ._1Hg1D._2rGMY {
  display: none;
}
._1nNlW ._1Hg1D._2rGMY {
  max-width: 452px;
  background-color:#fff;
}
.open-copy-link .copy-link-wrapper {
  display: block !important;
}
.follow-us-open .fixed-social-icon-wrapper {
  z-index: 2000;
}
.only-copy-link-wrapper {
  z-index: -1 !important;
}
.copy-link-wrapper-open .only-copy-link-wrapper {
  z-index: 2000 !important;
}
._2nD-G._1nNlW {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
._2nD-G {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.copy-link-wrapper-open .only-copy-link-wrapper ._1F3eV {
  opacity: .8 !important;
}
.only-copy-link-wrapper ._1F3eV {
  opacity: 0 !important;
}
.copy-link-wrapper-open .only-copy-link-wrapper ._1nNlW ._1Hg1D._2rGMY {
  top: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}
._1nNlW ._1Hg1D._2rGMY {
  top: -100px;
  transition: top .5s ease;
  visibility: hidden;
  opacity: 0;
}
.copy-link-wrapper ._1x2ef {
  margin: 0 0 30px;
  line-height: 1;
  text-align: center;
  font-family: dinneuzeitgroteskltw01-_812426,sans-serif;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.copy-link-wrapper ._3TdXr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -12px;
}
._1x2ef svg {
  fill: rgb(47, 47, 48);
  width: 19px;
  height: 19px;
  margin-right: 12px;
}
.copy-input-wrapper {
  position: relative;
  margin-bottom: 30px;
}
input#copy-input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  box-shadow: none;
  font-family: Avenir Next;
  font-size: 14px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: rgb(47, 47, 48);
  border: 1px solid rgba(47, 47, 48,.2);
}
._1Hg1D {
  z-index: 1;
  position: relative;
}
.copy-link-wrapper {
  background-color: #fff;
  position: relative;
  z-index: 1;
  font: normal normal normal 110px/1.4em helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
  line-height: normal;
  color: #2f2f30;
  padding: 60px;
  font-size: 16px;
  max-width: 450px;
  margin: 0px auto;
  width: 100%;
}
._1nNlW ._1Hg1D {
  width: 100%;
}
.blog-post__tags .left-group svg {
  fill: rgb(47, 47, 48);
}
.left-group a.share_copy_link.share-button-copy-link {
  margin-left: 0px;
}
.blog-post__tags .left-group a:hover svg,
.blog-post__tags .left-group svg:hover {
  fill: rgb(103, 110, 113);
}
.only-copy-link-wrapper ._1Hg1D._2rGMY {
  top: -100px !important;
  transition: top .5s ease !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.copy-link-wrapper ._1me73 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 12px;
}
.hs-blog-post .copy-link-wrapper .blog-button-border-color, .hs-blog-post .copy-link-wrapper .blog-button-primary-text-color {
  display: block;
}

.cm-related-post-inner-group {
  display: block !important;
}
.copy-link-wrapper .blog-button-border-color {
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0 24px;
  border-radius: 0;
  border-style: none;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  padding: 0 24px;
  font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color: rgb(103, 110, 113);
  border-color: rgb(103, 110, 113);
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  outline: 0;
  font-size: 14px;  
}

.copy-link-wrapper .blog-button-border-color {
  color: rgb(238, 230, 230);
  border-color: rgb(238, 230, 230);
  padding: 0 24px;
}
._2lr5V.modal__close{
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 15px;
  padding: 0;
  background: transparent;
  border: 0;
}
button.copy-link-button._2A1QS._2vbZq.button-group__primary-button {
  position: relative;
  background-color: rgb(238, 230, 230);
  color: #edebf2;
  font-family: din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
  font-size: 18px;
  border: 0;
  font-size: 14px;
  padding: 11px 20px;
  cursor: pointer;
  color: rgb(176, 56, 32);
}
button.copy-link-button._2A1QS._2vbZq.button-group__primary-button:active:after,
.copy-link-wrapper .blog-button-border-color:active:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: rgb(238, 230, 230);
}
.copy-link-wrapper .blog-button-border-color, .copy-link-wrapper .blog-button-primary-text-color {
  -webkit-font-smoothing: antialiased;
}

.copy-link-wrapper ._1x2ef svg.blog-icon-fill {
  display: inline-block;
  vertical-align: middle;
}

.blog-post__tags .left-group svg._3iWSW.blog-icon-fill:hover {
  fill: #4464a3;
}



.blog-post__tags .left-group a:nth-child(2) svg._3iWSW.blog-icon-fill:hover {
  fill: #55acee;
}

.blog-post__tags .left-group a:nth-child(3) svg._3iWSW.blog-icon-fill:hover {
  fill: #0077b5;
}



.blog-body-container.blog-post-container {
  background: #000;
}
@media (max-width: 1000px){
  .hs-blog-listing .blog-index {
    margin: 0 -20px 0 -15px;
  }
}
@media (min-width: 768px) and (max-width: 1000px){
  .cm-blog-header-topics a {
    color: #2f2f30;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 11px;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
  }
}

@media (min-width: 980px){
  ._1nNlW ._1Hg1D._2rGMY {
    max-width: 452px;
    background-color: #fff;
  }
}

@media (min-width: 660px){
  .copy-link-wrapper ._1me73 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .copy-link-wrapper .blog-button-border-color, .copy-link-wrapper .blog-button-primary-text-color {
    padding: 0 18px;
  }
}


@media screen and (max-width: 767px) {
  .hs-blog-post .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  span.search-icon{
    display:none !important;
  }
  .blog-post-inner{
    border:0;
  }
  .custom-blog-top-row.clearfix .blog-search {
    display: none;
  }
  .cm-related-post-inner-group button {
    display: none !important;
  }
  ._1tGe7:not(:last-child) {
    margin-right: 24px;
  }
  .copy-link-wrapper .blog-button-border-color {
    color: #eee6e6;
    border-color: #eee6e6;
    padding: 0 24px;
    display: block;
    width: 100%;
  }
  ._3cKpp {
    padding: 33px 28px;
    color: rgba(47,46,46,1);
  }
  .custom-blog-top-row.clearfix {
    display: block;
  }
  .blog-banner-area {
    position: relative;
    min-height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 27px 0;
  }
  .blog-banner-content h1 {
    letter-spacing: .15em;
    color: #fff;
    font-size: 28px;
    font-family: dinneuzeitgroteskltw01-_812426,sans-serif;
    margin: 0;
  }
  .cm-blog-header-topics select#tinynav1 {
    width: 100%;
    height: 30px;
    margin-bottom: 0;
    position: absolute;
    opacity: 0;
        color: #000;
    left: 0;
    top: 10px;
  }
  .cm-related-post-inner-group ul.slick-dots li.slick-active {
    opacity: 1;
    background-color:rgb(238, 230, 230);
  }
  .cm-related-post-inner-group ul.slick-dots {
    margin: 10px 0 0;
    text-align: center;
    padding:0;
  }
  .cm-related-post-inner-group ul.slick-dots li {
    display: inline-block;
    background-color: rgb(2, 2, 2);
    margin: 0 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: .2;
  }
  .hs-blog-post .cm-blog-header-topics .cm-blog-topics-header {
    height: 50px;
  }
  .cm-blog-header-topics ul.l_tinynav1 {
    display: none;
  }
  .blog-post__body p a {
    word-break: break-word;
  }
  .hs-blog-post .cm-blog-header-topics {
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
  }
  .hs-blog-post .cm-blog-header-topics {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    height: 50px;
  }
  .cm-related-post-inner-group .related-post-item {
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 0;
    margin-right: 0;
  }
  .blog-post{
    padding-bottom:30px;
  }
  .cm-related-post-group {
    padding: 20px;
    background-color: rgb(237, 235, 242);
    margin-top: 12px;
  }
  .see-all-link {
    font-size: 16px;
  }
  .cm-related-post-group>h3 {
    display: inline-block;
    font-size: 16px;
  }
  .blog-header-left-group, .blog-header-right-group {
    width: 100%;
    float: none;
    text-align: center;
  }
  span#hs_cos_wrapper_post_body img {
    float: none !important;
    margin: 10px 0 20px !important;
    display: block !important;
  }
  .blog-header-right-group .hs-primary {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cm-blog-header-topics {
    text-align: center;
  }
  .blog-post-inner {
    padding: 20px;
  }
  .hs-blog-listing .blog-header-right-group {
    padding-top: 16px;
    padding: 0 20px 20px;
  }
  .listing-header-content {
    clear: both;
    padding: 0 20px;
  }
  .post-item .featured-image-wrapper,
  .post-item .post-description {
    width: 100%;
  }
  .post-item .post-description{
    padding:30px;
  }
  .post-item .page-center {
    flex-direction: column;
  }
  .cm-blog-header-topics a {
    margin-left: 20px;
    margin-right: 20px;
  }
  .blog-body-container.blog-post-container {
    background: #fff;
  }
  .blog-body-container.blog-post-container .content-wrapper {
    padding: 0;
  }
  .cm-blog-topics-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
    height: 100%;
    height: 50px;
    color: #2f2f30;
    font-family: DIN-Next-W01-Light;
    font-size: 14px;
    line-height: normal;
    padding-bottom: 12px;
  }
  body .blog-post-inner {
    padding: 12px 0;
  }
  .blog-post-content {
    max-width: 100%;
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
    border-color: rgba(20,20,20,0.26);
    color: #020202;
    background-color: #fff;
    align-items: center;
    border: none;
    padding: 0;
  }
  .blog-post-content {
    max-width: 100%;
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
    border-color: rgba(20,20,20,0.26);
    color: #020202;
    background-color: #fff;
    align-items: center;
    border: 0;
    padding: 30px 20px 25px;
  }
  .blog-post__meta {
    font-size: 12px;}

  .blog-post-content {
    max-width: 100%;
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
    border-color: rgba(20,20,20,0.26);
    color: #020202;
    background-color: #fff;
    align-items: center;
    border: 1px solid rgba(20,20,20,0.26);
    padding: 0;
  }
  .blog-post-content {
    max-width: 100%;
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
    border-color: rgba(20,20,20,0.26);
    color: #020202;
    background-color: #fff;
    align-items: center;
    border: none;
    padding: 20px;
  }
  .cm-blog-header-topics ul {
    display: none;
    opacity: 1;
    font-size: 16px;
    padding-top:5px;
    font-family: Helvetica, Arial, sans-serif;
    background: #fff;
    border: 1px solid rgb(169, 169, 169);
  }
  .cm-blog-header-topics ul li {
    display: block;
    text-align: left;
    padding: 5px;
  }
  .cm-blog-header-topics ul li a {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
  }
  .cm-blog-header-topics {
    padding-bottom: 0;
    position: relative;
    padding-top: 18px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #edebf2;
    width: auto;
  }
  .blog-banner-area {
    position: relative;
    min-height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 27px 0;
    height: auto;
  }
  .blog-mobile-heading {
    background-color: rgb(238, 230, 230);
    justify-content: space-between;
    padding: 0 18px 0;
    color: #edebf2;
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 0px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .blog-search.search-open div {
    width: 100%;
  }
  .blog-search.search-open {
    width: 100%;
  }
  .blog-search .hs-search-field input {
    color: rgb(176, 56, 32);
  }
  .blog-search .hs-search-field input {
    color: rgb(176, 56, 32);
  }
  .blog-search.search-open span.search-close {
    display: block;
    opacity: .8;
    margin: 0;
    position: absolute;
    left: 15px;
  }
  .blog-search.search-open .hs-search-field {
    width: 100%;
    border-bottom: 1px solid rgb(176, 56, 32);
    overflow: visible;
    display: block;
  }
  .blog-search.search-open .hs-search-field {
    width: 100%;
  }
  .blog-search svg {
    fill: rgb(176, 56, 32);
  }
  .blog-mobile-heading.search-open-mobile h1 {
    display: none;
  }
  .search-icon {
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
  }
  .blog-mobile-heading h1 {
    color: rgb(176, 56, 32);
    text-transform: uppercase;
    margin: 0;
  }
  .blog-mobile-heading h2 {
    color: rgb(176, 56, 32);
    text-transform: uppercase;
    margin: 0;
  }
  .blog-search svg {
    fill: rgb(176, 56, 32);
  }
  .blog-search {
    display: flex;
    line-height: 1;
    margin-left: 0;
    transition: all .5s ease;
    height: 48px;
    margin-right: 0;
  }
  .cm-blog-header-topics {
    padding-bottom: 0;
    position: relative;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    width: auto;
    height: 50px;
    font-size: 14px;
  }
  .custom-blog-top-row.clearfix {
    display: flex;
    height: auto;
    justify-content: left;
  }
  .post-item .post-description h2 {
  
    text-transform: none;
  }
  .cm-blog-header-topics {
    padding-bottom: 0;
    position: relative;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    width: auto;
    height: 50px;
    font-size: 14px;
    width: 100%;
  }
  .post-item .post-description h2 a {
    font-size: 22px;
  }
  .cm-blog-topics-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    height: 64px;
    color: #2f2f30;
    font-family: DIN-Next-W01-Light;
    font-size: 14px;
    line-height: normal;
    padding-bottom: 0;
    width: 100%;
  }
  .post-body-content {
    line-height: 1.5;
    opacity: .8;
    color: #2f2f30;
    font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
    font: normal normal normal 14px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
  }

  .blog-listing-container {
    background-color: #fff;
  }
  .post-item-inner {
    border: none;
    display: block;
    margin-bottom: 0px;
    background: #fff;
  }
  .post-item {
    width: 100%;
    border: 0;
    display: block;
    margin-bottom: 0px;
    padding: 0;
  }
  .post-item .post-description {
    padding: 30px 18px;
  }
  .hs-blog-listing .blog-index {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .post-body-content {
    line-height: 1.5;
    opacity: .8;
    color: #2f2f30;
    font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
    font: normal normal normal 14px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(20, 20, 20, 0.26);
  }
  .blog-mobile-heading.search-open-mobile {
    padding-right: 18px;
  }
  .blog-search.search-open .hs-search-field {
    width: 100%;
    margin-top: 15px;
  }
  .blog-mobile-heading {
    background-color: #eee6e6;
    justify-content: space-between;
    padding: 0 18px 0;
    color: #edebf2;
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 10px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .blog-search svg {
    fill: #b03820;
    margin-right: -25px;
  }
  .blog-post {
    padding-bottom: 0;
  }
  .cm-related-post-inner-group .related-post-item {
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .cm-related-post-inner-group {
    margin-left: 0;
    margin-right: 0;
  }
  .blog-search.search-open {
    width: 100%;
    align-items: center;
  }
  .cm-related-post-inner-group .related-post-item {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .hs-blog-listing .blog-index {
    margin: 0;
  }
  .cm-related-post-inner-group .related-post-item {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 7px;
    margin-right: 7px;
  }
  .content-wrapper .blog-post .blog-post-content h1 {
    line-height: 1.2!important;
    font-size: 26px;
    margin-top: 13px;
    margin-bottom: 40px;
  }
  .blog-post__body {
    line-height: 1.5;
    font-size: 16px;
  }
   .WU4zd{
    cursor:pointer;
  }
}

@media screen and (max-width: 479px) {
  .blog-post__tags a {
    color: #2f2f30;
    text-decoration: none;
    font-size: 12px;
  }
  .blog-post__tags .left-group {
    float: none;
    padding-bottom:0px;
  }
  .blog-post__tags .left-group {
    float: left;
    width: 100%;
    order: 2;
  }
  .blog-post__tags .right-group {
    float: none;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
    height: 86px;
  }

  .cm-blog-header-topics a+a {
    margin-left: 20px;
  }
  .copy-link-wrapper {
    padding: 30px;
  }
  .blog-header-right-group .hs-primary {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24.25px;
    margin-top: 20px;
  }
  .blog-post{
    padding-bottom:0;
  }
  .copy-link-wrapper,
  ._1nNlW ._1Hg1D._2rGMY {
    width: calc(100% - 24px);
  }
  .fXLE2 {
    margin-bottom: 7px;
}
  .blog-post__tags {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-post__tags .left-group {
    float: left;
    width: 100%;
  }
  .blog-post__tags .right-group {
    float: right;
    margin-bottom: 20px;
  }
  .blog-post__body {
    line-height: 1.5;
    font-size: 16px;
    padding-bottom: 0;
  }
  button.copy-link-button._2A1QS._2vbZq.button-group__primary-button {
    width: 100^;
    padding: 12px 20px;
  }
   .WU4zd{
    cursor:pointer;
  }
  .cm-related-post-inner-group {

    padding-top: 15px;
  }
  body .cm-related-post-group>h3 {
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
  }

 
  .blog-comments {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    border: none;
    padding: 30px 20px;
    background: #fff;
    margin-top: 0;
  }
  .blog-comments>div {
    border-top: 1px solid #bebcc2;
  }
  .cm-related-post-inner-group .related-post-item {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
  }
  .copy-link-wrapper ._3TdXr {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
  .cm-related-post-group {
    padding: 20px;
    background-color: #fff;
    margin-top: 12px;
  }
  .blog-post__tags {
    border-top: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(47,47,48,.2);
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

p.header {
    background: transparent !important;
}

.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.hs-search-field--open .hs-search-field__suggestions a {
    padding: 5px 10px;
    display: block;
    text-decoration: none !important;
    line-height: 1.2;
    font-size: 15px;
}
.hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #000;
    z-index: 9999;
    position: relative;
    background: #fff;
    padding: 10px;
}

ul.no-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    line-height: 1.2;
}
ul.no-list label {
    line-height: 1.5;
    display: block;
}
.systems-page .hs-form-field {
    margin-bottom: 18px;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
    display: inline-block;
    margin: 2rem 0;
    max-width: 650px;
    background-color: #cde3cc;
    border: 1.5px solid #4f7d24;
    border-radius: 6px;
    font-size: .75rem;
    color: #4f7d24;
    padding: .1rem .75rem;
    width: 100%;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}