/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

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

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

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    text-align: center;
    min-height: 0;
  }
  .row-fluid [class*="span"] {
    margin-bottom: 50px;
  }
  .row-fluid [class*="span"]:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, 
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, 
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}
/* Password prompt */
.password-protected-form {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.password-protected-form form,
.password-protected-form .hs_cos_wrapper_type_rich_text {
  text-align: center;
}
.password-protected-form #hs-pwd-widget-password {
  height: 50px !important;
  margin-bottom: 40px;
  margin-top: 10PX !important;
}
/* End password prompt */

/* Backup unsubscribe */
.backup-unsubscribe-form {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.backup-unsubscribe-form h1 {
  font-size: 32px;
  margin: 0 0 40px;
  text-align: center;
}
.backup-unsubscribe-form h3 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #151e1b;
  font-size: 16px;
  text-align: left;
}
.backup-unsubscribe-form #content > div {
  margin: 0 0 30px;
}
.backup-unsubscribe-form #content {
  text-align: center;
}
/* End backup unsubscribe */

/* Subscriptions confirmation */
.subscriptions-confirmation h1 {
  margin: 0;
}

.subscriptions-confirmation #content {
  margin: 30px 0 0;
}
.subscriptions-confirmation .page-header br {
  display: none;
}
/* End subscriptions confirmation */

/* Search results */
.hs-search-field__bar form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
div.hs-search-field button {
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  opacity: 0;
}
div.hs-search-field button.opc-1 {
  opacity: 1;
}
div.hs-search-field button:hover {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div.hs-search-field .hs-search-field__input {
  padding-right: 65px;
}
.hs-search-field form label {
  display: flex;
  width: 100%;
  margin: 0 0 5px;
}
#hsresults a {
  display: inline-block;
  margin: 0 0 20px;
}
#hsresults p {
  margin: 0;
}
#hsresults li {
  margin: 0 0 40px;
}
.hs-search-results__pagination {
  margin: 80px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hs-search-results__pagination a {
  float: none;
}
.hs-search-results__featured-image {
  font-size: 0;
  line-height: 1;
  margin: 0 0 20px;
}
div.hs-search-field--open .hs-search-field__suggestions {
  margin: 20px 0 0;
  padding: 20px;
}

ul.hs-search-field__suggestions #results-for {
  margin: 0 0 10px;
  font-weight: inherit;
}
ul.hs-search-field__suggestions li {
  padding: 0 0 10px;
}
ul.hs-search-field__suggestions li:last-child {
  padding: 0;
}
.hs-search-field__suggestions li a {
  display: inline-block;
  background-color: transparent;
}
ul.hs-search-field__suggestions li a:focus,
ul.hs-search-field__suggestions li a:hover {
  background-color: transparent;
}
#hsresults .hs-search__no-results p {
  margin: 0 0 10px;
  text-align: center;
}
/* End search results */

/* Subscription preferences */
.subscription-preferences-page .email-prefs .item {
  display: inline-block;
  margin: 0 0 40px;
  width: 100%;
}
.subscription-preferences-page .checkbox-row .fakelabel {
  display: inline-block;
  position: relative;
}
.subscription-preferences-page .checkbox-row .fakelabel input {
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.subscription-preferences-page #globalunsub {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: -999;
}
.subscription-preferences-page .subscribe-options label>span, 
.subscription-preferences-page .checkbox-row .fakelabel>span {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding-left: 30px;
  position: relative;
}
.subscription-preferences-page .subscribe-options label>span:before, 
.subscription-preferences-page .checkbox-row .fakelabel>span:before {
  border-radius: 2px;
  content: '';
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  transition: .2s ease;
  width: 12px;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-family: 'Material Icons';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}
.subscription-preferences-page .subscribe-options label input[type=checkbox]:checked+span:before, 
.subscription-preferences-page .checkbox-row .fakelabel input[type=checkbox]:checked+span:before {
  content: 'done';
}
.subscription-preferences-page .email-prefs .item p {
  margin: 5px 0 0;
  padding-left: 30px;
}
.subscription-preferences-page #email-prefs-form p.header {
  margin: 0 0 40px;
  font-family: Oswald, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 40px;
}
.subscription-preferences-page #email-prefs-form .hs-button {
  margin: 60px 0 0;
}
.subscription-preferences-page #email-prefs-form h1 {
  text-align: left;
  margin: 0 0 10px;
}
.subscription-preferences-page #email-prefs-form h2 {
  text-align: left;
  margin: 0 0 30px;
}
.subscription-preferences-page #email-prefs-form br {
  display: none;
}
.subscription-preferences-page #email-prefs-form #content {
  margin: 80px 0 0;
}
.subscription-preferences-page #email-prefs-form .subscribe-options p:last-child {
  margin: 0;
}
/* End subscription preferences */

@media (max-width: 767px) {
  .hs-layout-sp .theme-card.pd-80 {
    padding: 25px;
  }
  .subscription-preferences-page #email-prefs-form p.header {
    font-size: 24px;
  }
}
.hs-form-field {
  padding-bottom: 20px;
  position: relative;
}

input[type=text], 
input[type=email], input[type=password], input[type=tel], input[type=number], input[type=file], select, textarea {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow: none;
  display: inline-block;
  font-family: inherit;
  font-size: 18px;
  height: auto;
  outline: none;
  padding: 14px 20px;
  transition: .2s ease;
  width: 100%;
}

form textarea {
  height: auto;
  min-height: 100px;
  resize: none;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=file]:focus, select:focus, textarea:focus {
  border: 1px solid rgba(0, 0, 0, .4);
}


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

.hsfc-RichText {
  color: #787878 !important; /* Replace with your desired color */
  font-size: 14px !important;
}

[data-hsfc-id=Renderer] .hsfc-NavigationRow {
    margin-top: 0px !important;
}



.hs_error_rollup {
  display: none !important;
}

.hs-form-field legend, .hs-form-field label {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 5px;
}

.hs-error-msgs label {
  cursor: default !important;
}

.hs-form-required {
  color: #f44;
}

.hs-form-field .hs-error-msgs {
  color: #f44;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-form-field .hs-error-msgs li {
  margin: 5px 0 -5px;
}

.hs-fieldtype-textarea.hs-form-field .hs-error-msgs li {
  margin: 0;
}

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

.inputs-list li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 20px;
  vertical-align: top;
}

.inputs-list li label {
  cursor: pointer;
  margin: 0;
}

.hs-form-checkbox label input, .hs-form-booleancheckbox label input {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: -999;
}

.hs-form-checkbox label>span, .hs-form-booleancheckbox label>span {
  display: inline-block !important;
  margin: 0 !important;
  padding-left: 22px;
  position: relative;
}

.hs-form-checkbox label>span:before,
.hs-form-booleancheckbox label>span:before {
  border-radius: 2px;
  content: '';
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s ease;
  width: 12px;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-family: 'Material Icons';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}

.hs-form-checkbox label input[type=checkbox]:checked+span:before,
.hs-form-booleancheckbox label input[type=checkbox]:checked+span:before {
  content: 'done';
}

.hs-form-radio label input {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: -999;
}

.hs-form-radio label>span {
  display: inline-block !important;
  margin: 0 !important;
  padding-left: 22px;
  position: relative;
}

.hs-form-radio label>span:before {
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s ease;
  width: 12px;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-family: 'Material Icons';
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 12px;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  text-align: center;
}

.hs-form-radio label input[type=radio]:checked+span:before {
  content: 'lens';
}

.legal-consent-container .field.hs-form-field {
  margin: 0 !important;
  overflow: hidden;
}

.submitted-message,
form {
  /*   background: #fff; */
  margin: 0 auto;
  text-align: left;
  /*   max-width: 500px; */
  /*   padding: 40px; */
  /*   text-align: left; */
  /*   box-shadow: 0 3px 6px rgba(0,0,0,.16); */
}

form .form-title {
  margin: 0 0 0px;
  text-align: center;
}

form h6, form h5, form h4, form h3, form h2, form h1 {
  margin: 0 0 5px;
  text-align: center;
}

form p {
  font-size: 16px;
}

#hs-pwd-widget-password {
  height: 50px !important;
  margin-bottom: 30px;
  margin-top: 0 !important;
}

form .hs_submit .actions {
  text-align: center;
  margin: 20px 0 0;
}

form .hs-button {
  cursor: pointer;
  display: inline-block;
  transition: .2s ease;
}

.hs-form fieldset.form-columns-2 div.input, .hs-form fieldset.form-columns-1 div.input {
  margin-right: 0;
}

.hs-form fieldset.form-columns-2>div.hs-form-field {
  width: 48%;
}

.hs-form fieldset.form-columns-2>div:first-child {
  margin-right: 2%;
}

.hs-form fieldset.form-columns-2>div:last-child {
  margin-left: 2%;
}

form.hs-form fieldset.form-columns-3 .input {
  margin: 0;
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 30.6%;
}

form.hs-form fieldset.form-columns-3 .hs-form-field:nth-child(2) {
  margin: 0 4%;
}

.hs-form fieldset.form-columns-1 div.hs-input, .hs-form fieldset.form-columns-1 input.hs-input {
  width: 100%;
}

.hs-form .hs-fieldtype-intl-phone.hs-input input {
  width: 66%!important;
}

.hs-form select {
  background-image :url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7.41" viewBox="0 0 12 7.41"><path id="Path_3377" data-name="Path 3377" d="M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z" transform="translate(-6 -8.59)"/></svg>');
  background-position: calc(100% - 8px) 52%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 15px;
  padding-right: 30px;
  width: 100% !important;
}

.hs-form .hs-richtext {
  margin: 0 0 20px;
  text-align: center;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  line-height: 20px;
}

.hs-form .legal-consent-container .hs-richtext {
  font-size: 12px;
  margin: 0 0 20px;
  text-align: left;
}

.hs-form .legal-consent-container .hs-richtext h1, .hs-form .legal-consent-container .hs-richtext h2, .hs-form .legal-consent-container .hs-richtext h3, .hs-form .legal-consent-container .hs-richtext h4, .hs-form .legal-consent-container .hs-richtext h5, .hs-form .legal-consent-container .hs-richtext h6 {
  font-size: 14px;
  margin: 0 0 5px;
  text-align: left;
}

/* .hs-form .legal-consent-container .hs-richtext p {
  font-size: inherit;
} */

/* .legal-consent-container .hs-form-booleancheckbox-display p {
  color: inherit;
  font-size: 16px;
  cursor: pointer;
} */

@media (max-width: 540px) {
  /*   form {
  padding: 30px 20px;
} */
  form.hs-form fieldset.form-columns-3 .hs-form-field, .hs-form fieldset.form-columns-2>div.hs-form-field {
    width: 100%;
  }
  .hs-form fieldset.form-columns-2>div:last-child {
    margin-left: 0;
  }
  .hs-form fieldset.form-columns-2>div:first-child {
    margin-right: 0;
  }
  form.hs-form fieldset.form-columns-3 .hs-form-field:nth-child(2) {
    margin: 0;
  }
  form h6, form h5, form h4, form h3, form h2, form h1 {
    margin: 0 0 5px;
    text-align: center;
  }
  form p {
    font-size: 16px;
  }
  form.hs-form .hs-input {
    width: 100% !important;
  }

  .hs-form select {
    background-size: 10px;
  }
  
  [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
   padding: 20px !important;
}
  
}
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

a i, a i svg path {
  transition: .2s ease;
}

img {
  max-width: 100%;
}

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

.flex-direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-align-center {
  -webkit-align-items: center;
  align-items: center;
}

.flex-align-start {
  -webkit-align-items: start;
  align-items: start;
}

.space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.align-items-stretch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-grow-1 {
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  flex: 1;
}

/* Text align */

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

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

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

/* Margins */

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mlr-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mlr-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-20 {
  margin-right: 20px;
}

.pd-20 {
}

.pd-40 {
  padding: 40px;
}

.pd-80 {
  padding: 80px;
}

.mw-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.mw-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.crs-pointer {
  cursor: pointer;
}

.buttons {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}

.buttons > a {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

/* Three columns - custom */
.three-columns-row {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
  position: relative;
}

.three-columns-row > .column {
  display: flex;
  flex-direction: column;
}

@media (min-width: 993px) {
  .three-columns-row > .column {
    margin: 20px;
    width: -webkit-calc(100% / 3 - 40px);
    width: -moz-calc(100% / 3 - 40px);
    width: calc(100% / 3 - 40px);
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .three-columns-row > .column {
    margin: 20px;
    width: -webkit-calc(100% / 2 - 40px);
    width: -moz-calc(100% / 2 - 40px);
    width: calc(100% / 2 - 40px);
  }
}

@media (max-width: 767px) {
  .three-columns-row {
    margin: -20px 0;
  }
  .three-columns-row > .column {
    margin: 20px;
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  div hr {
    margin-left: auto;
    margin-right: auto;
  }
  .text-left,
  .text-right {
    text-align: center;
  }
  ul li,
  ol li {
    text-align: left;
  }
}

/* Theme card */
.overflow-hidden {
  overflow: hidden;
}

.hover-translate-y {
  transition: .2s ease;
}

.hover-translate-y:hover {
  transform: translateY(-5px) scale(1.02);
}

.theme-card .card-image {
  height: 220px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat:no-repeat;
}
.theme-card .card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.theme-card .card-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex: 1;
  justify-content: space-between;
}

.theme-card .card-body .card-title {
  font-size: 20px;
  margin: 0 0 10px;
}

.theme-card .card-body .card-title.no-margin {
  margin: 0;
}

.theme-card .card-body .card-label {
  font-size: 20px;
  margin: 0;
}

.theme-card .card-body .card-description {
  font-size: 16px;
  margin: 25px 0 0;
}

.theme-card .card-extra-information {
  margin-top: 25px;
  margin-bottom: -10px;
}

.theme-card .card-extra-information p {
  font-size: 14px;
  position: relative;
  padding-left: 26px;
  margin: 0 0 10px;
  display: inline-block
}

.theme-card .card-extra-information .material-icons {
  font-size: 16px;
  position: absolute;
  top: 3px;
  left: 0;
/*   color:inherit; */
}

.theme-card .card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
:root {
  --tt-footer-color: #e0e0e0;
}

  address { 
    font-style: normal;
    margin-bottom: 1rem;
  }
  
.tt-footer {
  background: #000;
  color: var(--tt-footer-color);
  font-size: 0.9rem;
}
  
  .tt-footer .tt-footer__local a {
    color: #778d9b;

  }
  
  .tt-footer__local {
      margin-bottom: 0rem;
        margin-top: 2rem;
  }
    .tt-footer__local h5 {
      font-weight: 100;
  }
  
.tt-footer a {
  color: #fff;
  text-decoration: none;
}
.tt-footer a:hover {
  color: #778d9b;
}

.tt-footer__inner {
     display: grid;
    grid-template-columns: 30% 1fr 1fr 1fr;
    column-gap: 2rem;
    row-gap: 3rem;
    padding: 3rem 1rem;
    justify-content: start;
}

.tt-footer__inner-lander {
  display: flex;
  align-items: center;
  padding: 3rem 1rem;
  justify-content: center;
}

  .tt-footer__logo-row {
    display: flex;
    align-items: center;
        margin-bottom: 1rem;
  }

  .tt-footer__logo-row-lander {
    justify-content: center;
}
  
    .tt-footer__logo-row2 {
    flex-wrap: wrap;
  }
  
.tt-footer__col .tt-footer__logo-row2 h5, .tt-footer__col .tt-footer__logo-row2 h6, .tt-footer__form-intro {
      margin-bottom: 0rem;
  }
  
  .tt-footer__form-intro {
  margin-top: 1rem;
        max-width: 280px;
  }
  
.tt-footer__col h5 {
  margin-bottom: 1rem;
  color: #fff;
}

.tt-footer__col ul {
  list-style: none;
  margin: 0; padding: 0;
}
.tt-footer__col ul li {
  margin-bottom: 0.5rem;
}

.tt-footer__logo img {
  max-width: 60px;
}

.tt-footer__newsletter {
  display: flex;
  margin-top: 1rem;
      max-width: 280px;
    margin-left: 0px;
}
.tt-footer__newsletter input {
  flex: 1;
  padding: 0.5rem;
  border: none;
  border-radius: 4px 0 0 4px;
}
.tt-footer__newsletter button {
  background: #405058;
  border: none;
  color: #fff;
  padding: 0 1rem;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.tt-footer__social a {
  margin-right: 0rem;
  font-size: 1.2rem;
}
.tt-footer__bottom {
  text-align: center;
  padding: 1rem;
  border-top: 1px solid #333;
}
  .tt-footer__bottom p {
    margin-bottom: 0px;
  }
  @media (max-width: 767px) {
  .tt-footer__inner {
    display: flex;
    flex-wrap: wrap;
    }
  }
/* Search modal */
.search-modal-wrapper .modal {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -998;
}

.search-modal-wrapper .modal.visible {
  display: block;
  opacity: 1;
  transition: .2s ease;
  z-index: 999;
}

.search-modal-wrapper .overlay {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: -999;
  background-color: rgba(247, 248, 250,1.0);
}

.search-modal-wrapper .overlay.visible {
  display: block;
  opacity: 1;
  z-index: 997;
}

.search-modal-wrapper .modal-card {
  display: inline-block;
  height: auto;
  margin: 100px auto;
  max-width: 640px;
  padding: 0 20px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 999;
}

@media (max-width: 820px) {
  .modal-wrapper span.close {
    right: 15px;
    top: 15px;
  }
}

@media (min-width: 421px) and (max-width: 820px) {
  .modal-wrapper .modal-card {
    max-width:90%;
    padding:50px 30px 30px;
  }
  .modal-wrapper span.close {
    right: 15px;
    top: 15px;
  }
}

@media (max-width: 420px) {
  .modal-wrapper .modal-card {
    max-width:94%;
    padding:50px 20px 30px;
  }
}
/* End search modal */

/* Default modal */
.modal-wrapper .modal {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -998;
}

.modal-wrapper .modal.visible {
  display: block;
  opacity: 1;
  z-index: 999;
}

.modal-wrapper .overlay {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: -999;
}

.modal-wrapper .overlay {
  background-color: rgba(0,0,0,.7);
}

.modal-wrapper .overlay.visible {
  display: block;
  opacity: 1;
  z-index: 997;
}

.modal-wrapper .modal-card {
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0px 5px 10px 0px rgba(33, 32, 52, 0.13);
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  height: auto;
  margin: 80px auto;
  max-width: 800px;
  overflow: hidden;
  padding: 70px 50px 50px;
  position: relative;
  width: 100%;
  z-index: 999;
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.modal-wrapper .modal-card .modal-title {
  margin: 0 0 50px;
}

.modal-wrapper .modal-card .modal-title p {
  margin: 10px 0 0;
}

.modal-wrapper .modal-card .modal-body {
  font-size: 16px;
  text-align: left;
}

.modal-wrapper .modal-card .modal-body p {
  font-size: 16px !important;
}

.modal-wrapper .modal-card .modal-body>div h1,
.modal-wrapper .modal-card .modal-body>div h2,
.modal-wrapper .modal-card .modal-body>div h3,
.modal-wrapper .modal-card .modal-body>div h4,
.modal-wrapper .modal-card .modal-body>div h5,
.modal-wrapper .modal-card .modal-body>div h5,
.modal-wrapper .modal-card .modal-body>div p,
.modal-wrapper .modal-card .modal-body>div pre,
.modal-wrapper .modal-card .modal-body>div blockquote,
.modal-wrapper .modal-card .modal-body>div ol,
.modal-wrapper .modal-card .modal-body>div ul {
  display: inline-block;
  margin: 0 0 20px;
  width: 100%;
}

.modal-wrapper .modal-card .modal-body ul ul, 
.modal-wrapper .modal-card .modal-body ol ol, 
.modal-wrapper .modal-card .modal-body ul ol, 
.modal-wrapper .modal-card .modal-body ol ul {
  margin: 0;
}

.modal-wrapper .modal-card .modal-body ul li, 
.modal-wrapper .modal-card .modal-body ol li {
  margin-bottom: 5px;
}

.modal-wrapper .modal-card .modal-body ul li p, 
.modal-wrapper .modal-card .modal-body ol li p {
  margin: 0;
}

.modal-wrapper .modal-card .modal-body ul li:last-child, 
.modal-wrapper .modal-card .modal-body ol li:las-child {
  margin: 0;
}

.modal-wrapper .modal-card .modal-body img {
  display: block;
  height: auto;
  margin: 0 auto 20px;
  max-width: 100%;
}

.modal-wrapper .modal-card .modal-body p img {
  margin: 0 auto;
}

.modal-wrapper .modal-card .modal-body blockquote {
  border-left: 2px solid;
  font-style: italic;
  padding: 10px 20px;
}

.modal-wrapper .modal-card .modal-body pre {
  background: rgba(0, 0, 0, .03);
  border-radius: 4px;
  font-family: Menlo, monospace;
  overflow-x: auto;
  padding: 10px 15px;
}

.modal-wrapper span.close {
  color: inherit !important;
  cursor: pointer;
  font-size: 30px;
  opacity: .3;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: .2s ease;
  z-index: 2;
}

.modal-wrapper span.close:hover {
  opacity: 1;
}
@media (max-width: 820px) {
  .modal-wrapper span.close {
    right: 15px;
    top: 15px;
  }
}

@media (min-width: 421px) and (max-width: 820px) {
  .modal-wrapper .modal-card {
    max-width:90%;
    padding:50px 30px 30px;
  }
  .modal-wrapper span.close {
    right: 15px;
    top: 15px;
  }
}

@media (max-width: 420px) {
  .modal-wrapper .modal-card {
    max-width:94%;
    padding:50px 20px 30px;
  }
}

/* End default modal */
h1, h2, h3, h4, h5, p, ul, ol, pre, blockquote, hr {
  margin: 0 0 30px;
}

h6 {
  margin: 0 0 10px;
}

.half-margin {
  margin-bottom: 15px !important;
}

.tx-white {
  color: #fff
}

.tx-pop {
  color: #81959f
}

 .small {
      font-size: .9rem !important;
  }

/* p, ul, ol, pre, blockquote {
  margin: 0 0 50px;
} */

.strike {
  text-decoration-line: line-through;
}
.hs-blog-listing .article {
  color: inherit;
  text-decoration: none;
}

.blog-post-body {
  margin: 0 auto;
  max-width: 1100px;
}

.blog-post-body h2 {
  font-size: 2.2rem;
}

.blog-post-body h3 {
  font-size: 2rem;
}

.blog-post-body h4 {
  font-size: 1.8rem;
}

.hs-blog-listing  .theme-card .card-extra-information .material-icons {
  top: 50%;
  transform: translateY(-50%);
}

.theme-card .card-extra-information .post-author {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0;
}

.theme-card .card-extra-information .post-author .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.related-articles .three-columns-row {
  justify-content: center;
}

.blog-author-header .blog-header-author-avatar {
  width: 240px;
  height: 240px; 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 80px;
}

.blog-author-header .header-row {
  display: flex;
}

.blog-author-header .blog-header-author-details {
  width: 65%;
}

.blog-author-header .blog-header-author-social-links {
  margin: -5px;
}

.blog-author-header .blog-header-author-social-links > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin: 5px;
  transition: opacity .2s ease;
  border: 1px solid;
  border-radius: 50%;
  position: relative;
}

.blog-author-header .blog-header-author-social-links > a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: auto;
}

.blog-author-header .blog-header-author-social-links > a.icon-facebook svg path {
  fill: #3B5998;
}

.blog-author-header .blog-header-author-social-links > a.icon-twitter svg path {
  fill: #00ACED;
}

.blog-author-header .blog-header-author-social-links > a.icon-linkedin svg path {
  fill: #2A8CFF;
}

.blog-author-header .blog-header-author-social-links > a.icon-website svg path {
  fill: rgba(64, 80, 88, 1.0);
}

.blog-author-header .blog-header-author-social-links > a.icon-facebook {
  color: #3B5998;
}

.blog-author-header .blog-header-author-social-links > a.icon-twitter {
  color: #00ACED;
}

.blog-author-header .blog-header-author-social-links > a.icon-linkedin {
  color: #2A8CFF;
}

.blog-author-header .blog-header-author-social-links > a.icon-website {
  color: rgba(64, 80, 88, 1.0);
}

.blog-author-header .blog-header-author-social-links > a:hover {
  opacity:.6;
}

.blog-author-header h1 {
  margin: 0 0 10px;
}

.blog-author-header p {
  margin: 0;
}

.all-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.all-posts li {
  margin: 0 0 40px;
}

.all-posts li:last-child {
  margin: 0;
}

.all-posts li a {
  display: inline-block;
  margin: 0 0 20px;
}

.all-posts li p {
  margin: 0;
}

.filters ul {
  margin: -5px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.filters ul li {
  margin: 5px;
  line-height: 1;
  font-size: 0;
}

.filters ul li a {
  text-decoration: none;
}

.blog-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.blog-pagination a {
  margin: 0 5px;
  text-decoration: none;
  display: inherit;
  line-height: 1;
}

.blog-pagination a.active {
  opacity: .6;
}

.blog-pagination a span {
  font-size: inherit;
  line-height: 1;
}

.blog-pagination a.disabled {
  opacity: 0;
  visibility: hidden;
  z-index: -999;
}

@media (max-width: 767px) {
  .banner-blog_post_header div.post-meta {
    flex-direction: column;
    align-items: self-start;
  }
  .banner-blog_post_header p.post-author:after {
    display: none;
  }
  .banner-blog_post_header p.post-author {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blog-author-header div.header-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .blog-author-header div.blog-header-author-avatar {
    width: 200px;
    height: 200px;
    margin: 0 auto 40px;
  }
  .blog-author-header div.blog-header-author-details {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .blog-author-header div.blog-header-author-avatar {
    width: 220px;
    height: 220px;
    margin-right: 40px;
  }
}

/* Blog comments */
#hs_cos_wrapper_blog_comments {
  display: block;
  margin-top: 0;
}

#comments-listing {
  margin-bottom: 40px;
}

















.comment-reply-to {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background-color: rgba(255, 255, 255,1.0);
  color: rgba(119, 141, 155,1.0);
  border: 0px solid;
  border-color: rgba(119, 141, 155,0.0);
  border-radius: 4px;
  padding: 15px 20px;
  box-shadow : 0px 5px 10px 0px rgba(33, 32, 52,0.13);
  font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  font-size: 15px;
  transition: .2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.comment-reply-to:hover {
  background-color: rgba(255, 255, 255,1.0);
  color: rgba(21, 30, 27,1.0);
  border: 0px solid;
  border-color: rgba(64, 80, 88,0.0);
  border-radius: 4px;
  box-shadow : 0px 5px 10px 0px rgba(33, 32, 52,0.2);
  font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
}

.comment.depth-0 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(33, 32, 52, 0.13);
}

.comment {
  padding-top: 20px;
}

.comment-from h4 a {
  font-size: inherit;
}

.comment-from h4 {
  margin: 0 0 5px;
}

.comment-body p {
  margin: 20px 0;
}

.comment.depth-0:first-child {
  margin-top: 0;
}

.comment.depth-1 {
  padding-left: 2em
}

.comment.depth-2 {
  padding-left: 4em
}

.comment.depth-3 {
  padding-left: 6em
}

.comment.depth-4 {
  padding-left: 8em
}

.comment.depth-5 {
  padding-left: 10em
}

.comment.depth-6 {
  padding-left: 12em
}

.comment.depth-7 {
  padding-left: 14em
}

.comment.depth-8 {
  padding-left: 16em
}

.comment.depth-9 {
  padding-left: 18em
}

.comment-date {
  font-size: 14px;
  opacity: .8;
}

.hs-common-confirm-message {
  background-color: #cde3cc;
  border: 1px solid #360;
  border-radius: 4px;;
  color: #360;
  padding: 10px;
  margin: 0 0 20px;
}

@media (max-width: 992px) {
/*   
  
  button,
  .secondary-button {
    padding: 10px 20px;
    font-size: 14px ;
  } */
}