/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
/* 
@font-face {
  font-family: 'Roboto Black';
  src: url('https://21636115.fs1.hubspotusercontent-na1.net/hubfs/21636115/fonts/roboto-black-webfont.woff2') format('woff2'),
       url('https://21636115.fs1.hubspotusercontent-na1.net/hubfs/21636115/fonts/roboto-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Medium';
  src: url('https://21636115.fs1.hubspotusercontent-na1.net/hubfs/21636115/fonts/roboto-medium-webfont-1.woff2') format('woff2'),
       url('https://21636115.fs1.hubspotusercontent-na1.net/hubfs/21636115/fonts/roboto-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Light';
  src: url('https://21636115.fs1.hubspotusercontent-na1.net/hubfs/21636115/fonts/roboto-light-webfont.woff2') format('woff2'),
       url('https://21636115.fs1.hubspotusercontent-na1.net/hubfs/21636115/fonts/roboto-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Thin';
  src: url('https://21636115.fs1.hubspotusercontent-na1.net/hubfs/21636115/fonts/roboto-thin-webfont.woff2') format('woff2'),
       url('https://21636115.fs1.hubspotusercontent-na1.net/hubfs/21636115/fonts/roboto-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */
/* 
h3{
  font-family:'Roboto Light';
  font-weight: 400;
} */
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 600;
}

/**
 * 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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

/* @media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
} */

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

.hs-breadcrumb-menu {
  padding-top: 30px;
  padding-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}

.hs-breadcrumb-menu-item {
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
  padding-top: 0;
  line-height: 1 !important;
  padding-left: 0px;
  float: none;
}

.hs-breadcrumb-menu li span {
  font-weight: 100;
}

.hs-breadcrumb-menu li span,
.hs-breadcrumb-menu li a {
  font-size: 12px;
  text-transform: uppercase;
}

.hs-breadcrumb-menu li a {
  color: #4b9343;
}

.dnd_area-row-0-background-image .hs-breadcrumb-menu li span,
.dnd_area-row-0-background-image .hs-breadcrumb-menu li a {
  color: #ffffff;
}

.dnd_area-row-0-background-image .hs-breadcrumb-menu li a {
  font-weight: 700;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  letter-spacing: 1px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

.body-container a:not(.hs-button, .cta_button, .blog-index__post-title-link, .apply-button a, .button, .hero-phone a){
  color: #4B9343;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* SAFETY FORM */
#hs_form_target_widget_1658189059108 .form-columns-1 ul {
  column-count: 3 !important;
  margin-bottom: 30px !important;
}

@media(max-width:1024px){
  
  #hs_form_target_widget_1658189059108 .form-columns-1 ul {
    column-count: 2 !important;
    margin-bottom: 30px !important;
  }
}

@media(max-width:768px){
  #hs_form_target_widget_1658189059108 .form-columns-1 ul {
    column-count: 1 !important;
    margin-bottom: 30px !important;
  }
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}

@media (min-width: 1200px) {
  .header__row-1 {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1199.99px) {
  .header__row-1,
  .header__row-2 {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }


  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
    margin-top: 5px;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 220px !important;
  overflow: hidden;
}

@media (max-width: 1199.99px) {
  .header__logo {
    margin-left: 0px;
    width: 100%;
    padding-left: 20px !important;
  }

  .header__close--toggle,
  .header__language-switcher--toggle,
  .header__navigation--toggle,
  .header__search--toggle {
    margin: 0px !important;
  }

  .header__navigation {
    overflow: auto;
  }

  .header__row-2 {
    padding-right: 20px !important;
  }

  .header__search--toggle {
    background-image: none !important;
  }

  .header__search--toggle path {
    fill: #000 !important;
  }

  .header__search--toggle {
    display: block !important;
  }

  .header__search--toggle.open path {
    fill: transparent !important;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

/* Search bar */

.header__search {
  padding: 0 0 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border: 2px solid #d1d6dc;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #d1d6dc;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  padding: 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 14px;
}

.header__search .hs-search-field__suggestions li a .hs-search-highlight {
  padding: 0;
  letter-spacing: 0;
  font-weight: normal;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 1200px) {
  .header__search--toggle,
  .header__navigation--toggle {
    display: none;
  }
}


.header__column {
  width: 100% !important;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 1199.99px) {
  .header__language-switcher {
    border-top: 2px solid #ced4db;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .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;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media screen and (max-width: 1199.99px) {
  .body-container--home {
    margin-top: 70px;
  }

  .header__container {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
  }

  .header__navigation--toggle {
    background: none !important;
  }

  .h-logo-light {
    display: none !important;
  }

  .h-logo-dark {
    display: block !important;
  }

  .header li a,
  .header li span {
    color: #000000 !important;
  }

  /* Hamburguer menu */
  #nav-icon {
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #nav-icon span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #nav-icon span:nth-child(1) {
    top: 0px;
  }

  #nav-icon span:nth-child(2),
  #nav-icon span:nth-child(3) {
    top: 18px;
  }

  #nav-icon span:nth-child(4) {
    top: 36px;
  }

  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  /***/

  .header__navigation.open,
  .header__language-switcher.open {
    background-color: #ffffff;
    display: block;
    left: 0;
    min-height: calc(100vh - 62px);
    position: absolute;
    right: 0;
    top: 54px;
    z-index: 999;
  }

  .header__search.open {
    background-color: #ffffff;
    display: block;
    left: 0;
    min-height: 60px;
    position: absolute;
    right: 0;
    top: 54px;
    z-index: 999;
  }

  .header__search.open .hs-search-field__input {
    width: 100%;
    border: 1px solid #000000;
    margin-left: 0px !important;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 18px;
    width: 25px;
  }

  .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;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 20px;
    width: 25px;
    right: 15px;
  }

  .header__search--toggle.open {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAtMSkiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHRyYW5zZm9ybT0icm90YXRlKC00NSAxMCAxMC41KSIgeD0iLS41IiB5PSIxMC41IiB3aWR0aD0iMjEiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMTAgMTAuNSkiIHg9Ii0uNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIuNSIvPjwvZz48L3N2Zz4=) !important;
    background-size: cover;
    height: 19px;
    width: 24px;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/* Header container */

/* this is for home */
.header:not(.sticky) {
  background-color: transparent;
}

.hs-content-id-78640669571 .header:not(.sticky) .h-logo-dark,
.hs-content-id-111007323013 .header:not(.sticky) .h-logo-dark {
  display: none;
  position: relative;
}

body:not(.hs-content-id-78640669571, .hs-content-id-111007323013) .h-logo-light,
.hs-content-id-78640669571 .header.sticky .h-logo-light,
.hs-content-id-111007323013 .header.sticky .h-logo-light {
  display: none;
}

@media (min-width: 1200px) {

  div[data-global-resource-path="first-theme-hs/templates/partials/header.html"].sticky .header {
    background-color: #fff !important;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

div[data-global-resource-path="first-theme-hs/templates/partials/header.html"].sticky .hs-search-field__input {
  border: 1px solid #000000;
}

.header-internal .hs-search-field__input {
  border: 1px solid #000000 !important;
}

.header li a,
.header li span {
  font-weight: bold;
  letter-spacing: 1px;
  transition: ease all 0.3s;
  padding: 1.2rem 1rem;
  border-bottom: 3px;
}


/* MENU TEXT BLACK ON SCROLL */
div[data-global-resource-path="first-theme-hs/templates/partials/header.html"] {
  position: sticky;
  z-index: 999;
  top: 0;
}

.header__column {
  display: flex;
  width: calc(100% - 220px);
  justify-content: flex-end;
}

.menu__item--depth-1 {
  padding: 0 !important;
}

@media screen and (min-width: 1200px) {
  header {
    padding: 25px 0px;
  }

  .menu .menu__submenu {
    border: none !important;
    left: 50%;
    top: 46px;
  }

  .header .menu .menu__item--depth-1>.menu__link--active-link:after,
  .header li.menu__item--depth-1>a:hover:after,
  .header li.menu__item--depth-1>span:hover:after {
    bottom: -18px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: #4b9343 !important;
  }

  .header li a:hover,
  .header li span:hover,
  .header .menu .menu__item--depth-1>.menu__link--active-link {
    color: #4b9343 !important;
  }

  div[data-global-resource-path="first-theme-hs/templates/partials/header"] header:not(.sticky) {
    transition: 0.2s;
    background-color: transparent !important;
  }

  .menu__child-toggle-icon {
    display: none !important;
  }

  .menu__submenu--level-2>.menu__item:first-child:before {
    content: unset !important;
  }
}

@media screen and (min-width: 1200px) {

  .header li a,
  .header li span {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .header li a,
  .header li span {
    padding: 1.2rem 0.75rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1150px) {
  .header li a,
  .header li span {
    letter-spacing: 0px;
    padding: 1.2rem 0.5rem;
  }
}

@media screen and (max-width: 1199.99px) {
  .header__search {
    padding: 0 1rem 0 1rem;
  }

  header {
    padding: 0px;
  }
}

/* SEARCH ICON */
@media screen and (min-width: 1200px) {
  .hs-search-field__bar button {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    background-color: transparent;
    border: 0;
    width: 50px !important;
    height: 50px !important;
    padding: 0;
  }

  .hs-search-field__bar button:hover,
  .hs-search-field__bar button:active,
  .hs-search-field__bar button:focus {
    background-color: transparent !important;
  }

  .hs-search-field__bar button svg {
    display: none !important;
  }
}

@media screen and (max-width: 1199.99px) {
  .hs-search-field__bar button {
    display: none !important;
  }

  .header li a,
  .header li span {
    padding: 0.5rem 1rem;
  }
}

/* SUBMENU */
@media screen and (min-width: 1200px) {
  .menu__submenu {
    width: 370px !important;
  }

  .menu__submenu li a {
    font-size: 14px !important;
  }

  .menu__submenu .menu__link {
    padding: 0.2rem 1.05rem !important;
  }
}


/* Sticky header in some pages */
body:is(.hs-content-id-78640669571, .hs-content-id-111007323013) .body-container {
  margin-top: -115px;
}

/* color of nav items on sticky header in dark pages */
@media (min-width: 1200px) {
  body:is(.hs-content-id-78640669571, .hs-content-id-111007323013) .header:not(.sticky) .megamenu--item-1 > .megamenu--item-link {
    color: white;
  }

  body:is(.hs-content-id-78640669571, .hs-content-id-111007323013) .header:not(.sticky) .megamenu__chevron {
    stroke: white;
  }

}
.footer-logos {
  background-color: rgba(242, 242, 242, 1);
  padding-top: 40px;
  padding-bottom: 40px;
}
footer {
  background-color: #000000;
}
footer .footer-row {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding-top: 58px;
  padding-bottom: 30px;
}
footer .footer-col img {
  max-width: 220px;
}
footer .footer-row > div {
  width: 25%;
  padding-left: 17px;
  padding-right: 17px;
}
footer .footer-row > div:not(:last-child) {
  border-right: 1px solid #77bf45;
}
footer .footer-row > div:not(:first-child) {
  padding-left: 25px;
}

footer .contact-info a {
  transition: ease all 0.3s;
}
footer .contact-info a:hover {
  color: #77bf45;
}
footer .contact-info > div {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  line-height: 1;
}

footer .contact-info > div > div:first-child {
  padding-right: 10px;
  padding-top: 5px;
}
footer .footer-menu ul li {
  padding: 0px !important;
  display: block !important;
}
footer .footer-menu ul li a,
footer .footer-menu ul li span {
  transition: ease all 0.3s;
}
footer #hs_cos_wrapper_address,
footer #hs_cos_wrapper_phone {
  line-height: 1.1;
}
footer .menu__item--depth-1 > span,
footer .menu__item--depth-1 > a {
  padding-left: 0px;
  padding-right: 0px;
}
footer .menu__item--depth-1 > .menu__link--active-link:after {
  content: unset !important;
}
footer .menu__submenu {
  width: auto !important;
}
footer .menu__submenu--level-2 > .menu__item:first-child:before {
  content: unset !important;
}
footer .menu .menu__submenu {
  background-color: unset !important;
  border: unset !important;
  position: unset !important;
}
footer .menu__item--has-submenu .menu__submenu {
  margin-top: 30px;
}
footer .menu__submenu .menu__item {
  border-bottom: unset !important;
}
footer .menu__submenu .menu__link,
footer .menu__submenu .menu__link:hover,
footer .menu__submenu .menu__link:focus {
  background-color: unset !important;
  padding: 0px !important;
}

footer .menu__link:focus {
  color: #77bf45 !important;
}
footer .menu__submenu .menu__link {
  transition: ease all 0.3s;
}
/* Footer */
footer .menu__wrapper > li {
  margin-bottom: 10px !important;
}
.footer-col h4 {
  margin-top: 40px;
}
.footer-col h4 a {
  font-family: "Roboto";
  transition: ease all 0.3s;
}
.footer-col h4 a,
footer .menu__item--depth-1 > a,
footer .menu__item--depth-1 > span,
.footer-col-mobile h4,
.footer-col-mobile h4 a {
  font-weight: bold;
  color: #77bf45;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
}
footer button.menu__child-toggle {
  display: none !important;
}
footer .menu__item--depth-2 span,
footer .menu__item--depth-2 a {
  text-transform: capitalize;
  font-size: 16px;
  color: #ffffff !important;
}
footer .menu__item--depth-1 > span:hover,
footer .menu__item--depth-1 > a:hover,
.footer-col h4 a:hover,
.copyright a:hover {
  color: #ffffff !important;
}
footer .menu__item--depth-2 span:hover,
footer .menu__item--depth-2 :hover {
  color: #77bf45 !important;
}
footer .words span {
  font-size: 28px;
  color: #ffffff;
  font-weight: 300;
}
footer .copyright {
  margin-top: 40px;
  font-size: 12px;
  color: #ffffff;
}
footer .copyright a {
  color: #77bf45;
  transition: ease all 0.3s;
}
footer .contact-info {
  color: #ffffff;
  font-size: 16px;
}
footer .social-buttons {
  margin-top: 40px;
}
.footer-col-mobile {
  display: none;
}
@media screen and (min-width: 992px) {
  footer .menu__submenu {
    display: block !important;
  }
  .footer-logo-mobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .footer-logo-desktop {
    display: none;
  }

  .footer-logo-mobile img {
    width: 51px;
  }

  footer .menu__submenu {
    display: none !important;
  }

  footer .footer-col .dropdown_list {
    display: block;
    height: auto;
  }

  footer .footer-menu ul li:not(:first-child) {
    border-bottom: none !important;
  }

  footer .footer-row {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 10px;
    align-items: center;
  }

  footer .menu__item--depth-1 {
    border-top: none !important;
  }

  footer .footer-row > div {
    width: 100% !important;
  }

  footer .menu__item--depth-1 > .menu__link {
    padding: 0px !important;
  }

  footer .menu__submenu--level-2 {
    padding-top: 10px;
  }

  footer .footer-row > div {
    border-right: none !important;
  }

  footer #hs_cos_wrapper_site_logo {
    margin-top: 10px;
  }

  footer .footer-row > div #hs_cos_wrapper_menu-footer-6 {
    margin-top: 0px;
  }

  footer .footer-row > div #hs_cos_wrapper_social-icons .social-links__link {
    margin-top: 20px;
  }

  footer .footer-row > div .submenu.level-1 > li:last-child {
    border-bottom: none !important;
  }

  footer .footer-row > div:last-child {
    order: 2;
    display: flex;
    flex-flow: column;
  }

  footer .footer-row > div:last-child .footer-menu {
    order: 1;
  }

  .footer-col-mobile {
    display: block;
  }

  .footer-col-desktop {
    display: none;
  }

  .footer-col h4 {
    margin-top: 0px;
  }

  .words {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  footer .social-buttons {
    margin-top: 0px;
  }

  footer .footer-row > div:not(:first-child) {
    padding-left: 17px !important;
  }

  footer .footer-row > div:last-child .contact-info {
    order: 2;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
  }

  footer .footer-row > div:last-child .contact-info > div {
    width: 136px;
  }

  footer .footer-logo {
    display: none;
  }

  footer .footer-bottom {
    border-top: none;
  }

  footer .menu__item--depth-1 a.menu__link {
    text-align: left;
    padding: 0;
  }

  footer .menu__child-toggle {
    display: none;
  }

  footer .menu__item--has-submenu .menu__submenu {
    margin-top: 0;
  }

  footer .contact-info a,
  footer .contact-info div {
    text-align: left;
  }

  footer .footer-bottom .content-wrapper {
    justify-content: center !important;
  }

  footer .footer-bottom .content-wrapper {
    text-align: center;
  }

  footer .footer-bottom .content-wrapper span {
    display: none;
  }

  footer .contact-info > div:last-child {
    margin-bottom: 20px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.blog-post,
.blog-related-posts,
.blog__sidebar {
	padding: 40px 0 !important;
}

@media (max-width: 768px) {
	.blog__sidebar {
		padding: 0px !important;
	}
}
/* Blog listing */

.blog .blog-index {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 3.3rem 0;
}

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

.blog .blog-index__tag-header {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	padding: 1rem;
	padding-bottom: 0;
	margin-bottom: 1rem;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.blog .blog-index__tag-header h1 {
	margin-bottom: 0;
}

.blog .blog-index__tag-header.blog-index__author {
	justify-content: flex-end;
}

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

.blog .blog-index__tag-heading {
	padding-bottom: 0;
	margin-bottom: 0;
}

.blog .blog-category-search {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog .blog-category-search a[href*="featured"],
.blog .blog-category-search a[href*="will"],
.blog .blog-category-search a[href*="brad"],
.blog .blog-category-search a[href*="robb"],
.blog .blog-category-search a[href*="jeff"],
.blog .blog-category-search a[href*="trista"],
.blog .blog-category-search a[href*="mike"],
.blog .blog-category-search a[href*="parker"],
.blog .blog-category-search a[href*="travis"],
.blog .blog-category-search a[href*="matt"] {
	display: none;
}

.blog .blog-category-search .hs_cos_wrapper_type_post_filter {
	position: relative;
}

.blog .blog-category-search .search {
	display: flex;
	align-items: center;
	position: relative;
}

.blog .blog-category-search .search svg {
	right: 10px;
	left: auto;
	position: absolute;
	z-index: 9;
}

.blog .blog-category-search .search .hs_cos_wrapper_type_module {
	width: 250px;
	transition: 2s;
}

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

.blog .blog-index__post:not(.blog-index__post--large) > div {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	min-height: 500px;
}

.blog .blog-index__post-content {
	padding: 0 20px 10px;
}

.blog .blog-index__post.blog-index__post--large {
	padding: 0;
	background-color: #f2f2f2;
}

.blog .blog-index__post.blog-index__post--large a.blog-post__tag-link,
.hs-blog-post-listing__post-tag,
.blog .blog-index__post.blog-index__post--large .blog-post__meta a {
	opacity: 0.8;
}

.blog .blog-index__post.blog-index__post--large a.blog-post__tag-link:hover,
.hs-blog-post-listing__post-tag:hover,
.blog .blog-index__post.blog-index__post--large .blog-post__meta a:hover {
	opacity: 1;
}

.hs-search-results__featured-image {
	display: block;
}

.hs-blog-post-listing__post-image {
	max-width: 100%;
	object-position: right;
	height: auto;
	aspect-ratio: 1200/628 !important;
}

.blog-post h1 {
	color: var(--color-font);
	font-size: 40px;
	line-height: 1.1;
}

@media screen and (min-width: 768px) {
	.hs-search-results__listing,
	.blog .blog-index__post {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
	}
}

@media screen and (min-width: 1000px) {
	.hs-search-results__listing,
	.blog .blog-index__post {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
	}
}

@media screen and (min-width: 768px) {
	.blog .blog-index__post--large {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		justify-items: space-between;
	}
}

@media screen and (max-width: 768px) {
	.blog .blog-index__post {
		padding-left: 0;
		padding-right: 0;
	}
	.blog-post h1 {
		color: var(--color-font);
		font-size: 30px;
		line-height: 1.1;
	}
}

@media screen and (min-width: 768px) {
	.blog .blog-index__post-image--large {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding-bottom: 0;
		display: flex;
		justify-content: end;
	}

	.blog .blog-index__post-content--large {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding-left: 2rem;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.blog .blog-index__post-image--large {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 48%;
		flex: 1 1 48%;
		background-color: none;
	}

	.blog .blog-index__post-image--large img {
		max-height: 450px;
		object-fit: contain;
		object-position: right;
		width: 100%;
	}

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

.blog .blog-index__post-content h2 {
	margin: 0.5rem 0;
}

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

.blog .blog-index__post-content p {
	font-family: Lato, sans-serif;
}

.blog .blog-index__post-content a {
	color: #494a52;
}

.blog .blog-index__post-content a:hover {
	color: var(--color-primary);
}

.blog .blog-index__post-content a.orange-btn {
	color: white;
}

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

h2.hs-blog-post-listing__post-title {
	line-height: 0.8;
}
h2.hs-blog-post-listing__post-title a {
	color: #111 !important;
	font-size: 21px !important;
}

/* Blog pagination */

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

.blog .blog-pagination__link {
	border: 2px solid transparent;
	border-radius: 7px;
	color: #494a52;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 1;
	margin: 0 0.1rem;
	padding: 0.25rem 0.4rem;
	text-decoration: none;
}

.blog .blog-pagination__link--active {
	border: 2px solid #b0c1d4;
}

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

.blog .blog-pagination__prev-link,
.blog .blog-pagination__next-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

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

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

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

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

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

.blog .blog-pagination__number-link:hover,
.blog .blog-pagination__number-link:focus {
	border: 2px solid #b0c1d4;
}

/* Blog Tag Selector */

.blog__post-filter__style .widget-type-post_filter .block {
	position: relative;
}

.blog__post-filter__style .widget-type-post_filter .widget-module {
	display: none;
	height: 250px;
	overflow-y: scroll;
	background-color: #fff;
	padding: 20px;
	border-radius: 0px;
	border: 1px solid #f2f2f2;
	position: absolute;
	max-width: 300px;
	width: 100%;
}

.blog__post-filter__style
	.widget-type-post_filter
	.widget-module::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.blog__post-filter__style
	.widget-type-post_filter
	.widget-module::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.blog__post-filter__style
	.widget-type-post_filter
	.widget-module::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.blog__post-filter__style
	.widget-type-post_filter
	.widget-module::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.blog__post-filter__style .widget-type-post_filter .widget-module ul {
	list-style: none;
	padding-left: 0;
}

.blog__post-filter__style .widget-type-post_filter .block h3 {
	margin-bottom: 0;
	font-size: 0.875rem;
	cursor: pointer;
	padding-right: 22px;
	width: 100%;
	display: inline-block;
	border: 2px solid #d1d6dc;
	border-radius: 3px;
	padding: 0.7rem;
	text-align: left;
	line-height: 1.15;
	position: relative;
	font-family: var(--primary-font);
}

.blog__post-filter__style .widget-type-post_filter .block h3:after {
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid black;
	display: block;
	height: 0;
	margin-left: 1px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 0;
}

.blog__post-filter__style .widget-type-post_filter .block:hover .widget-module {
	display: block;
}

.blog__post-filter__style .widget-type-post_filter a {
	color: var(--color-body-text);
}

@media (max-width: 1200px) {
	.blog .blog-index__tag-header {
		display: block;
	}

	.blog .blog-category-search {
		display: flex;
		justify-content: flex-end;
	}
}

@media (max-width: 620px) {
	.blog .blog-category-search {
		justify-content: center;
	}

	.blog .blog-category-search {
		height: 90px;
	}

	.blog__post-filter__style .widget-type-post_filter .block {
		right: 0;
		left: 0;
	}

	.blog .blog-category-search .search {
		margin-top: 90px;
		margin-bottom: 0;
	}

	.blog .blog-category-search .search,
	.blog .blog-category-search .search .hs_cos_wrapper_type_module {
		width: 100% !important;
	}

	.blog .blog-category-search .hs_cos_wrapper_type_post_filter {
		position: initial;
	}

	.blog__post-filter__style .widget-type-post_filter .block {
		width: 100%;
		z-index: 9;
	}

	.blog__post-filter__style .widget-type-post_filter .block h3 {
		position: relative;
		margin-right: 0;
		margin-left: auto;
		width: 100%;
	}
}

/* Search in listing */

.blog__post-filter__style .hs-search-field .hs-search-field__suggestions {
	position: absolute;
	background: white;
}

/* Blog post */
.blog .blog-post {
	margin: 0 auto;
	max-width: 960px;
	padding: 3.3rem 0;
}

.blog .blog-post h1 {
	margin-bottom: 0;
}

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

.blog .blog-post__meta a {
	text-decoration: underline;
}

.blog .blog-post__tags {
	color: #000;
	font-family: Lato, sans-serif;
	line-height: 1;
	margin-top: 10px;
}

.blog .blog-post__tags svg {
	height: auto;
	margin-right: 10px;
	width: 15px;
}

.blog a.blog-post__tag-link,
.hs-blog-post-listing__post-tag {
	font-size: 0.8rem;
}

.hs-blog-post-listing__post-tag:not(:last-child):after,
.blog-post__tag-link:not(:last-child):after {
	content: ",";
	display: inline-block;
	margin-left: 0px;
}

.blog .hs_cos_wrapper_type_social_sharing {
	padding: 15px 0;
}

.blog .hs_cos_wrapper_type_social_sharing img {
	height: 30px !important;
	width: 30px !important;
	margin-right: 5px;
}

/* Blog comments */

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

.blog .blog-comments h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

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

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

.blog .blog-comments .hs-button {
	color: #fff !important;
	display: inline-block;
	transition: 0.3s;
}

.blog .blog-comments .hs-button:hover {
	color: white;
	text-decoration: none;
}

.blog .blog-comments .comment-reply-to {
	border: 0 none;
	padding-left: 35px;
	background-position-x: 15px;
}

.blog .blog-comments .comment-reply-to:hover {
	color: white;
	text-decoration: none;
}

.blog .blog-comments .hs_comment textarea {
	height: 200px;
}

.blog .new-comments {
	margin-bottom: 50px;
}

/* Recent Posts */
@media (min-width: 1000px) {
	.blog main .blog-recent-posts__list.hs-rss-module {
		display: flex;
	}
}

.blog .blog-recent-posts {
	padding-top: 80px;
	padding-bottom: 80px;
}

.blog h2.blog-recent-posts-title {
	border-bottom: 3px solid #d1d6dc;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.blog .blog-recent-posts .read-more {
	color: white;
	background: #2b637f;
	display: block;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: auto;
}

.blog .blog-recent-posts .read-more:hover {
	background: #494a52;
	text-decoration: none;
}

.blog .blog-recent-posts .blog-index__post > div {
	min-height: 470px;
	display: flex;
	flex-direction: column;
}

.blog .blog-recent-posts .blog-subscribe-block.blog-index__post > div {
	flex-direction: row;
}

/* Author Cards in Posts */

.blog .blog-author-card {
	padding-bottom: 3.3rem;
}

.blog .blog-author__inner {
	display: flex;
	margin: 0 auto;
	max-width: 960px;
}

.blog .blog-author__inner .blog-author-image {
	background-image: url(https://cdn2.hubspot.net/hubfs/6680537/Kuzneski-favicon-2.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
	height: 100px;
	margin: 0 20px 1.5rem 0;
	width: 100px;
}

.blog .blog-author__inner .blog-author-content {
	flex: 4 0 0;
}

.blog .blog-author__inner .blog-author-content h3 {
	margin-bottom: 0;
}

/* Single Post */

@media (min-width: 799px) {
	.author-desc {
		display: flex;
		gap: 30px;
	}

	.author-desc .author-bio {
		flex: 1 1 0;
	}
}

.blog-post__meta-wrapper {
	margin-bottom: 2em;
}

.blog-post__tags,
.blog-post__meta {
	margin-bottom: 0.5em;
	font-size: 14px;
}

.blog__search_topics__wrapper {
	background-color: var(--color-background-light);
	padding: 30px;
	margin-bottom: 1em;
}

.blog__search {
	margin-bottom: 50px;
}

.blog__search form {
	display: flex;
}

.blog__search form input[type="text"] {
	border-radius: 0;
	border: 0px;
}

.blog__search form button {
	border-radius: 0;
	background: var(--color-primary);
	padding: 15px 20px;
}

.blog__search form button:hover {
	background: var(--color-body-text);
}

.blog__search form button svg {
	fill: white;
	height: 15px;
	width: 15px;
}

.blog__search .hs-search-field__suggestions {
	display: none !important;
}

.blog__topics h2 {
	margin-bottom: 0.5em;
}

.blog__topics ul {
	list-style: none;
	padding-left: 0;
}

.blog__topics a {
	color: var(--color-primary);
	display: block;
	font-family: var(--secondary-font);
	font-weight: 600;
	margin-bottom: 0.5em;
	text-decoration: underline;
	transition: 0.2s;
}

.blog__topics a:hover,
.blog__topics a:focus,
.blog__topics a:active {
	color: var(--color-body-text);
	font-weight: 600;
	text-decoration: underline;
}

.blog__contact {
	margin-top: 50px;
}

.blog__contact p {
	margin-bottom: 0.1em;
}

.blog-post .hs-featured-image-wrapper img {
	width: 100%;
	margin-bottom: 30px;
}

/* CTA DISPLAY */

@media (max-width: 799px) {
	.cta-desktop {
		display: none;
	}
	.cta-mobile {
		display: block;
	}
}
@media (min-width: 800px) {
	.cta-desktop {
		display: block;
	}
	.cta-mobile {
		display: none;
	}
}

code {
	white-space: pre-wrap; /* CSS3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.code-box {
	background-color: black;
	color: white;
	padding: 20px;
}

/* BLOG SUSCRIPTION MODULE */
.blog-suscription-module {
	background: linear-gradient(to right, #e94490, #f18a62);
	padding: 30px;
	margin-bottom: 30px;
}

.blog-suscription-module .hs-submit > div > input {
	background: #000;
	border: 0px;
	box-shadow: none;
	border-radius: 0 25px 25px 0;
	margin-top: 25px;
	height: 43px;
	padding-top: 13px;
}
.blog-suscription-module .hs-submit > div > .hs-button:hover {
	background: #333;
	border: 0px;
	box-shadow: none;
}

.blog-suscription-module .hs_email > div > input {
	border: 0px;
	border-radius: 25px 0px 0px 25px !important;
	height: 42px;
}

#hs_cos_wrapper_suscription-next-title > span {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}
#hs_cos_wrapper_suscription-next-subtitle > span {
	font-size: 25px;
	color: #000;
}
#hs_cos_wrapper_suscription-next-post {
	padding: 20px 0px;
}

#hs_cos_wrapper_suscription-next-post > span {
	color: #fff;
	font-size: 25px;
}

.blog-suscription-module form {
	max-width: 100%;
	display: grid;
	grid-template-columns: 3fr 1fr;
}

.blog-suscription-module form label {
	color: #ffffff;
}

.blog-suscription-module .hs-error-msg {
	color: hsl(64deg 100% 51%);
	margin-top: 0.35rem;
}

.blog-suscription-module .hs_error_rollup {
	display: none !important;
}

.blog-suscription-module .submitted-message {
	color: #fff;
	text-align: center;
	font-size: 24px !important;
	background-color: #eab62f;
	border-radius: 15px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.blog-suscription-module .submitted-message p {
	margin: 0;
}

@media (max-width: 980px) {
	.blog-suscription-module .hs-submit > div > input {
		background: #000;
		border: 0px;
		box-shadow: none;
		border-radius: 0 25px 25px 0;
		margin-top: 5px;
		height: 43px;
		padding-top: 13px;
		font-size: 14px;
		padding: 13px 10px;
	}
	.blog-suscription-module form {
		max-width: 100%;
		display: grid;
		grid-template-columns: 2fr 1fr;
	}
}
.gradient-bg {
	background-color: var(--color-primary);
}
.gradient-bg p {
	color: #fff;
}
/* BLOG LISTING STYLES */
.blog h1 {
	color: #fff;
}

.blog-index__tag-header h1 {
	color: #111;
}
.blog .blog-index__post-content h2 {
	line-height: 1 !important;
}

.blog .blog-index__post-content h2 a {
	font-size: 18px;
	font-weight: 600;
}

.blog .blog-post__timestamp {
	display: none;
}
.blog .blog-index__post-content.blog-index__post-content--small {
	font-size: 14px;
}

.blog .blog-index__post img {
	max-width: 100%;
	height: 250px;
	object-fit: cover;
}

.text-center {
	text-align: center;
}
.blog-case-studies--top {
	color: #fff;
	font-size: 22px;
	padding: 60px 0;
}

/* Blog Listing Module */

article.hs-blog-post-listing__post {
	margin-bottom: 2.5em;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

article.hs-blog-post-listing__post .hs-blog-post-listing__post-content {
	padding: 20px;
}

.hs-blog-post-listing__post-title,
.hs-blog-post-listing__post-tags {
	margin: 0 0 0.5rem;
}

.hs-blog-post-listing__post-button {
	color: var(--color-primary);
	font-family: var(--secondary-font);
	font-size: 13px;
	font-weight: 500;
	text-decoration: underline;
	transition: 0.2s;
}

.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus,
.hs-blog-post-listing__post-button:active {
	color: var(--color-body-text);
	font-size: 13px;
	font-weight: 500;
	text-decoration: underline;
}

/*  Minutes READ */
.minutes-read {
	display: flex;
	align-items: center;
	margin-bottom: 10px !important;
}
.minutes-read__style {
	color: var(--color-body-text);
	font-size: 0.8rem;
	text-transform: capitalize;
	font-weight: 300;
}

.minutes-read__style::before {
	content: "|";
	display: inline-block;
	margin-left: 4px;
	margin-right: 2px;
}
.minutes-read .blog-post__tags {
	margin: 0px;
}

/* Icon titles on blogs */

.blog-title--icons {
	display: grid;
	grid-template-columns: 110px 1fr;
	align-items: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
.blog-title--icons h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.nojob-listed {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding: 40px 0px;
}

.employment-subheader-inner {
  text-align: center;
}

.employment-index__post h4 {
  font-family: "Roboto Light";
  font-size: 28px;
  font-weight: 400;
}

.employment-index__post {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px;
}

.employment-subheader {
  background-color: rgba(242, 242, 242, 1);
}

.employment-subheader-inner {
  max-width: 966px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.employment-index__post-content h2 {
  font-family: "Roboto" !important;
  font-weight: 300 !important;
  font-size: 28px !important;
}

.employment-button {
  margin-top: 40px;
}

/* Single Employment */

.employment-post {
  display: flex;
  gap: 40px
}

.employment-post .employment-content {
  padding-right: 30px;
  padding-bottom: 40px;
  flex: 1;
}

.employment-title span {
  color: #575757;
}

.employment-title #hs_cos_wrapper_name {
  color: #000000;
}

/* Form Styles */
.text-form-form {
  width: 100%;
}

.text-form-form .form-title {
  margin-bottom: 0px;
}

.contact-form {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000 !important;
}

.contact-form form label {
  color: #ffffff;
  font-size: 17px;
}

.contact-form form input[type="text"],
.contact-form form input[type="tel"],
.contact-form form input[type="email"] {
  border-radius: 5px;
  height: 38px;
}

.contact-form form textarea {
  width: 100% !important;
  height: 130px;
  border-radius: 5px;
}

.contact-form select {
  width: 100% !important;
  padding: 0.5rem 0.7rem !important;
  border-radius: 5px;
}

.contact-form form>fieldset:last-of-type .hs_accept_storage_data label,
.contact-form .hs-error-msg {
  font-size: 12px;
  line-height: 1;
}

.contact-form form>fieldset:last-of-type .inputs-list>li {
  margin-top: 0px;
}

.contact-form form input[type="file"] {
  border: none !important;
  background-color: transparent;
  color: #ffffff;
}

.contact-form form .hs-form-required {
  color: #ffffff;
}

.contact-form form .hs_fileupload {
  display: flex;
  flex-flow: column;
}

.contact-form form .hs_fileupload label {
  order: 1;
}

.contact-form form .hs_fileupload .input {
  order: 2;
}

.contact-form form .hs_fileupload legend {
  order: 3;
  color: #ffffff;
  font-size: 12px;
  margin-top: 8px;
}

/* Employment Form */
.employment-post .employment__form__wrapper {
  flex: 1;
  flex-flow: column;
  justify-content: center;
}

.employment__form {
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  max-width: 500px;
  margin: auto;
}

.employment__form__wrapper h2 {
  color: #ffffff;
}

.employment__form__wrapper form {
  margin-right: 0px !important;
}

.employment__form__wrapper fieldset {
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 0px;
}

.employment__form__wrapper fieldset>div {
  width: 100%;
}

.employment__form__wrapper .hs-form-field {
  margin-bottom: 0.6rem;
}

.employment__form__wrapper .form-columns-2>div:first-child {
  margin-right: 5px;
}

.employment__form__wrapper .form-columns-2>div:last-child {
  margin-left: 5px;
}

@media screen and (min-width: 1380px) {
  .employment-post {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1539px) {
  .employment-post .employment__form__wrapper {
    padding-left: 3rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .employment-body {
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg,
        rgba(0, 0, 0, 1) 50%,
        rgba(255, 255, 255, 1) 50%);
  }

  .employment__form__wrapper {
    position: sticky;
    top: 118px;
    height: calc(100vh - 118px);
    overflow: scroll;
  }

  .employment__form__wrapper::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .employment-post .employment__form__wrapper {
    padding-left: 1rem;
  }

  .employment-post {
    flex-flow: column;
  }

  .employment-post .employment-content,
  .employment-post .employment__form__wrapper {
    width: 100%;
  }

  .employment-post .employment__form__wrapper {
    padding-right: 1rem;
  }

  .employment-body .content-wrapper {
    padding: 0 !important;
  }

  .employment-post .employment-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 480px) {
  .contact-form form>fieldset.form-columns-1:last-of-type {
    float: left;
    width: 50%;
  }

  .contact-form form .hs_submit {
    margin-right: 8px;
    text-align: right;
  }
}

@media screen and (max-width: 479px) {

  .employment-post input[type="tel"],
  .employment-post input[type="text"],
  .employment-post input[type="email"] {
    width: 100% !important;
  }

  .employment__form__wrapper fieldset {
    flex-flow: column;
  }

  .employment__form__wrapper .form-columns-2>div {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .employment__form__wrapper form {
    margin-bottom: 80px;
  }
}

/**/

@media screen and (min-width: 1380px) {
  .employment-index {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media screen and (min-width: 768px) {
  .employment-index {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .employment-index {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    margin-bottom: 40px;
    padding-top: 90px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .employment-index {
    display: block;
    margin-bottom: 50px;
    margin-top: 10px;
  }
}
body p {
	font-weight: 300;
}

.h3-custom {
	font-size: 17px;
	font-family: "Roboto";
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.center {
	text-align: center;
}

.body-container ul:not(.hs-breadcrumb-menu, .inputs-list) {
	line-height: 2;
	padding-left: 20px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.gray-link {
	color: #343a40 !important;
	font-weight: 300;
	transition: ease all 0.3s;
	cursor: pointer;
}

.gray-link:hover {
	font-weight: 300;
	text-decoration: underline;
}

.green-link {
	color: #4b9343 !important;
	font-weight: 300;
	transition: ease all 0.3s;
	cursor: pointer;
}

.green-link:hover {
	font-weight: 300;
	text-decoration: underline;
}

.hs-error-msg {
	color: #f0fc2f !important;
}

.hero-h4 {
	color: #ffffff;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.hero-h1 {
	margin-top: 0px;
	line-height: 1;
}

.hero-content {
	color: #ffffff;
	margin-bottom: 30px;
	font-weight: 400 !important;
	line-height: 25px;
}

.white {
	color: #ffffff;
}

@media screen and (min-width: 480px) {
	.body-container--service--parent textarea {
		width: 100% !important;
	}

	.body-container--service--parent .hs_message .input {
		margin-right: 0px !important;
	}

	.body-container--service--parent fieldset.form-columns-3 .hs-form-field {
		width: 33.33% !important;
	}

	.body-container--service--parent .form-columns-2>div:first-child .input {
		margin-right: 6px !important;
	}

	.body-container--service--parent .form-columns-2>div:last-child .input {
		margin-right: 0px !important;
		margin-left: 6px;
	}

	.body-container--service--parent .form-columns-3>div:last-child .input {
		margin-right: 0px !important;
		margin-left: 8px;
	}

	.body-container--service--parent .form-columns-3>div:nth-child(2) .input {
		margin-right: 4px !important;
		margin-left: 4px;
	}
}

@media screen and (max-width: 479px) {
	.body-container--service--parent .input {
		margin-right: 0px !important;
	}

	.body-container--service--parent .input input[type="text"],
	.body-container--service--parent .input input[type="tel"],
	.body-container--service--parent .input input[type="email"],
	.body-container--service--parent .input textarea {
		width: 100% !important;
	}

	form .inputs-list>li {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
}

/* HERO BACKGROUND */
.dnd_area-row-0-background-image {
	background-color: #444;
	background-blend-mode: overlay;
}

/* Image Hover animations */