*, *:before, *:after {
  box-sizing: border-box;
}



.training-inner-page .dnd-section .dnd-column {
  padding: 0;
}

.training-inner-page {
    overflow: hidden;
}


.training-inner-two-col-sec {
  padding: 46px 0 110px;
}

.training-inner-two-col-sec .tcc-in {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.training-inner-two-col-sec .left-column {
  width: 62%;
}

.training-inner-two-col-sec .right-column {
  width: 34%;
  border-left: 1px solid #707070;
  padding-left: 40px;
}

.training-inner-two-col-sec .dnd-section > .row-fluid {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.training-inner-page .widget-type-header h2,
.training-inner-page .widget-type-rich_text h2 {
  padding-bottom: 39px;
}
.training-inner-page .widget-type-header h4,
.training-inner-page .widget-type-rich_text h4{
  font-size: 20px;
  line-height: 24px;
  color: #028e33;
  font-weight: 700;
  padding: 0 0 10px;
}

.training-inner-page .widget-type-rich_text ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.training-inner-page .widget-type-rich_text ul li {
  margin: 0;
  padding-left: 12px;
  position: relative;
}
.training-inner-page .widget-type-rich_text ul li + li {
  margin-top: 10px;
}
.training-inner-page .widget-type-rich_text ul li:before {
  width: 6px;
  height: 6px;
  background: #6c6c6c;
  position: absolute;
  border-radius: 6px;
  top: 6px;
  left: 0;
  content: '';
}

.training-inner-page .widget-type-rich_text ul ul {
  margin-top: 10px;
}
.training-inner-page .widget-type-rich_text ul ul li:before {
  width: 6px;
  height: 6px;
  top: 7px;
  background: transparent;
  border: 1px solid #6c6c6c;
}



.training-inner-page .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}
.training-inner-page .widget-type-rich_text ul+h6 {
  margin-top: 20px;
}

.training-inner-page .widget-type-rich_text ul+h4 {
  margin-top: 21px;
}

.training-inner-two-col-sec .right-column .dnd-row + .dnd-row {
  margin-top: 75px;
}

.training-inner-page .right-column .widget-type-header h2,
.training-inner-page .right-column .widget-type-rich_text h2 {
  padding-bottom: 40px;
}

.training-inner-two-col-sec .right-column .hs-button {
  text-decoration: none;
  min-height: 40px;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "lato",sans-serif;
  line-height: 30px;
  font-weight: 700;
  border-radius: 15px;
  text-align: center;
  padding: 0 15px;
  outline: 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  background: rgba(0,0,0,0);
  border: 2px solid #fff;
  border-color: #028e33;
  color: #028e33;
  min-width: 141px;
  font-size: 14px;
  width: auto;
}

.training-inner-two-col-sec .right-column .hs-button:hover {
  background: #028e33;
  color: #fff;
}


.training-inner-page .request-form-wrapper {
  padding: 67px 0 100px;
}

.training-inner-page .request-form-wrapper .custom-content {
  margin: 0 auto 27px;
}
.training-inner-page .request-form-wrapper .custom-content h2 {
  color: #028e33;
  padding: 0 0 14px;
}
.training-inner-page .request-form-wrapper .custom-content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.training-inner-page .request-form-wrapper .form-title:empty {
  display: none;
}
.training-inner-page .request-form-wrapper .hs_lastname > label,
.training-inner-page .request-form-wrapper .hs_firstname > label,
.training-inner-page .request-form-wrapper .hs_email > label,
.training-inner-page .request-form-wrapper .hs_phone > label{
  margin-bottom: 8px;
}

.training-inner-page .request-form-wrapper form fieldset.form-columns-1 .hs-form-field {
  width: 100% !important;
}

.training-inner-main-sec .dnd-section {
  padding: 46px 0 110px;
}

/* .training-inner-page .training-inner-main-sec .widget-type-rich_text p:last-child {
  margin-bottom: 23px;
}
 */


@media (min-width: 1025px) {
 
  .training-inner-page .request-form-wrapper {
    padding: 134px 0 169px;
  }
  .training-inner-page .request-form-wrapper form label {
    font-size: 18px;
  }

  .training-inner-page .row-fluid .span8:not(:first-child) {
    padding-left: 20px;
  }
  .training-inner-page .row-fluid .span4:not(:first-child) {
    padding-left: 20px;
  }
  .training-inner-page .row-fluid .span6:not(:first-child) {
    padding-left: 7px;
  }

  .training-inner-page .widget-type-rich_text ul+h6 {
    margin-top: 25px;
  }
}  

@media (max-width: 1024px) {
  .training-inner-page .request-form-wrapper .input input::placeholder {
    font-size: 16px;
  }
  .training-inner-main-sec .dnd-section {
    padding: 46px 0 55px;
  }
  .training-inner-two-col-sec {
    padding: 46px 0 55px;
  }
  .training-inner-two-col-sec .left-column {
    width: 100%;
    margin: 0 0 40px;
  }
  .training-inner-two-col-sec .right-column {
    padding-left: 0;
    border-left: 0;
    width: 100%;
    border-top: 1px solid #707070;
    padding-top: 40px;
  }
  .training-inner-two-col-sec .right-column .dnd-row + .dnd-row {
    margin-top: 30px;
  }

  .training-inner-page .row-fluid [class*="span"] {
    width: 100%;
    margin-left: 0;
  }

  .training-inner-page .row-fluid [class*="span"] + [class*="span"] {
    margin-top: 20px;
  }

  .training-inner-page .widget-type-header h4,
  .training-inner-page .widget-type-rich_text h4{
    font-size: 16px;
  }

  .training-inner-page .widget-type-rich_text ul {
    margin: 0 0 10px;
  }
  
  .training-inner-page .widget-type-rich_text p {
    font-size: 14px;
    line-height: 20px;
  }

  .training-inner-page .widget-type-header h2,
  .training-inner-page .widget-type-rich_text h2 {
    line-height: 24px;
    font-size: 20px;
    padding-bottom: 20px;
  }

  .training-inner-page .right-column .widget-type-header h2,
  .training-inner-page .right-column .widget-type-rich_text h2 {
    padding-bottom: 20px;
  }
  
/*   .training-inner-page .widget-type-rich_text p:last-child {
    margin-bottom: 13px;
  } */

}
/*! 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;
    }
}

@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;
}

/* 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,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}


.dnd-section .dnd-column {
  padding: 0 20px;
}
.dnd-section[class*="full-width-section"] {
  padding-top: 0;
  padding-bottom: 0;  
}
.dnd-section[class*="force-full"]>.row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.Banner-row-0-force-full-width-section > .row-fluid{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "fa-solid-900";
  src: url(https://21351144.fs1.hubspotusercontent-na1.net/hubfs/21351144/raw_assets/public/EPTAC_February2022/css/fonts/FontAwesome5Free-Solid.eot) format("eot"),
    url(https://21351144.fs1.hubspotusercontent-na1.net/hubfs/21351144/raw_assets/public/EPTAC_February2022/css/fonts/fa-solid-900.woff) format("woff"),
    url(https://21351144.fs1.hubspotusercontent-na1.net/hubfs/21351144/raw_assets/public/EPTAC_February2022/css/fonts/FontAwesome5Free-Solid.ttf) format("truetype"), 
    url(https://21351144.fs1.hubspotusercontent-na1.net/hubfs/21351144/raw_assets/public/EPTAC_February2022/css/fonts/FontAwesome5Free-Solid.svg) format("svg"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap; 
}
.fa, .fas {
  font-family: "fa-solid-900";
  font-weight: 900;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
body {
  line-height: 19px;
  word-break: break-word;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Paragraphs */

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
p {
  margin: 0 0 23px;
}
@media(max-width:1024px){
  p {

    margin: 0 0 13px;
  }
}
/* Anchors */

a {
  cursor: pointer;
  -webkit-transition: color .25s ease-in-out 0s,background-color .25s ease-in-out 0s,border-color .25s ease-in-out 0s,outline-color .25s ease-in-out 0s;
  transition: color .25s ease-in-out 0s,background-color .25s ease-in-out 0s,border-color .25s ease-in-out 0s,outline-color .25s ease-in-out 0s;
}
a:hover{
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}
h1{
  line-height: 64px;
  text-transform: uppercase;
}
h2{
  padding-bottom: 14px;
  line-height:30px;
}
h3{
  line-height: 24px;
  padding-bottom: 8px;
}
h4{
  line-height: 22px;
}
h5{
  line-height: 22px;
}
h6{
  line-height: 20px;
  padding-bottom: 13px;
}
/* Lists */


ol li, ul li {
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul,
ol {
  margin-left: 52px;
  padding-bottom: 0;
  padding-left: 0;
}
ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  display: block;
  height: 1px;
  border-top: 1px solid #b5b4b4;
  margin: 1em 0;
  padding: 0;
}
button,
.button {
  cursor: pointer;
  white-space: normal;
  max-width: 173px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 15px;
  background: linear-gradient(#f88730 0%,#d57429 100%);
  text-align: center;
  padding: 0 15px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "lato",sans-serif;
  margin:15px 0;
  transition: all .25s ease-in-out 0s;
}
@media only screen and (min-width: 1025px){
  button,
  .button {
    font-size: 14px;
  }
}
button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 11px;
  display: block;
  line-height: 1.3;
}

/* Help text - legends */

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 {
  width: 100%;
  height: 44px;
  background: #fff;
  border: 0;
  letter-spacing: normal;
  outline: none;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
  border-radius: 8px;
  padding: 0 18px;
  font-size: 16px;
  font-family: "lato",sans-serif;
  margin-top: 0;
  color:#000;
}
form textarea {
  height: 150px;
}
.hs_cos_wrapper_type_password_prompt, .hs-search-field__bar,
.hs_cos_wrapper_type_form, 
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form, 
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset {
  background: linear-gradient(to bottom,rgba(185,185,185,0) 0%,#c7c7c7 100%);
  display: block;
  padding: 20px;
  margin: 15px 0;
}
.form-title {
  padding: 0 0 14px;
  line-height: 24px;
  font-weight: 700;
  font-size: 20px;
}

@media screen and (min-width: 1025px){
  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 {
    font-size: 18px;
  }
  form textarea {
    height: 185px;
  }
  .form-title {
    font-size: 26px;
    line-height: 30px;
  }
  form label {
    font-size: 18px;
  }
}
form fieldset {
  max-width: 100% !important;
}
@media screen and (max-width: 641px){
  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 {
    line-height: 2;
    min-height: 2rem;
  }
}
@media screen and (max-width: 400px){
  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 {
    line-height: 2;
    min-height: 2rem;
    width: 100% !important;
  }
}
/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin:  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 - datepicker */

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



label.hs-main-font-element,
label.hs-error-msg {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  margin-top: 8px !important;
  max-width: 100%;
  letter-spacing: normal;
  color: red !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0;
}

label.hs-main-font-element {
  background: #fff;
  border: 2px solid red!important;
  color: red!important;
  padding: 20px!important;
  border-radius: 8px;
  font-size: 1em!important;
  font-weight: 400!important;
  text-align: center;
  margin-bottom: 20px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  white-space: normal;
  max-width: 173px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 15px;
  background: linear-gradient(#f88730 0%,#d57429 100%);
  text-align: center;
  padding: 0 15px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "lato",sans-serif;
  margin:15px 0;
  font-size: 14px;
  transition: all .25s ease-in-out 0s;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin-left: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 1025px){
  form input[type=submit],
  form .hs-button {
    font-size: 14px;
  }
}
/* Captcha */

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

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.contact-page .request-form-wrapper fieldset.form-columns-1 .hs-form-field {
  width: 100% !important;
}
.website-page-wrapper .request-form-wrapper form fieldset.form-columns-1 .hs-form-field {
  width: 100% !important;
}
.website-page-wrapper .request-form-wrapper .custom-form {
  max-width: 820px;
  padding: 0 15px;
}
@media(max-width:767px){
  .website-page-wrapper .request-form-wrapper .custom-form {
    max-width: 820px;
    padding: 0 0;
  }
  .website-page-wrapper   fieldset.form-columns-2 input  {
    width: 100% !important;
}
}
header.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .header-top {
  width: 100%;
  min-height: 48px;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#f88730 0%,#d57429 100%);
  padding: 10px;
  text-align: center;
  position: relative;
  display: flex;
  z-index: 999;
}
header.header .hs-search-field--open .hs-search-field__suggestions{
  position: absolute;
  top: auto;
  left: 0;
  background-color: #fff;
  padding: 12px;
  z-index: 1;
}
.header .header-top a.button {
  max-width: 250px;
  min-height: 37px;
  margin-top: 10px;
  background: linear-gradient(#93cc18 0%,#028e33 100%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "lato",sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 15px;
  text-align: center;
  padding: 0 15px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  color: #fff;
  margin-bottom:0;
}
.header .header-top h4 {
  color: #fff;
}
.header  .header-bottom  {
  padding-top: 14px;
  padding-bottom: 0;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.header  .header-bottom  .header-logo {
  z-index: 999;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header  .header-bottom .header-logo a {
  width: 175px;
  display: block;
  margin-top: -10px;
}
.header .header-bottom .header-logo a img{
  display: block;
  width: 100%;
}
.header .header-bottom .custom-right-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.header .header-bottom  .search-login-area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.header .header-bottom  .search-form {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.header .header-bottom .search-form input {
  margin: 0;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  background: #f5f5f5;
  box-shadow: 0 0 4px rgb(0 0 0 / 76%);
  border: 0;
  outline: 0;
  padding-left: 44px;
  font-size: 15px;
  line-height: 40px;
  font-weight: 400;
  color: #6c6c6c;
  font-family: "lato",sans-serif;
  padding-right: 10px;
}
.header .header-bottom  .fa-search {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.header .header-bottom  .fa-search:before {
  content: "\f002";
}
.header .header-bottom .custom-menu-primary .navigation-primary>ul>li {
  display: block;
  position: relative;
  text-transform: uppercase;
}

.header .header-bottom .custom-menu-primary .navigation-primary>ul>li>a {
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
  font-family: "lato",sans-serif;
  text-decoration:none;
}
.header .header-bottom .custom-menu-primary .navigation-primary>ul>li+li {
  margin-top: 20px;
}
.header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li {
  font-size: 14px;
  line-height: 20px;
}
.header .header-bottom .hs_cos_wrapper_type_password_prompt, 
.header .header-bottom .hs-search-field__bar,
.header .header-bottom .hs_cos_wrapper_type_form,
.header .header-bottom .widget-type-blog_subscribe,
.header .header-bottom .widget-type-google_search, 
.header .header-bottom .widget-type-password_prompt.custom_error_message, 
.header .header-bottom .widget-type-email_simple_subscription,
.header .header-bottom .section.post-footer form,
.header .header-bottom .hs_cos_wrapper_type_member_login, 
.header .header-bottom .hs_cos_wrapper_type_member_register, 
.header .header-bottom .hs_cos_wrapper_type_password_reset_request, 
.header .header-bottom .hs_cos_wrapper_type_password_reset {
  background: inherit;
  display: inherit;
  padding: inherit;
  margin: inherit;
}
.header .header-bottom .hs-search-field button {
  background: transparent;
  position: absolute;
  left: 3.5px;
  transform: translateY(-50%);
  top: 50%;
  font-family: "fa-solid-900";
  font-weight: 900;
  color: #6c6c6c;
  width: inherit;
  padding: 0;
  margin: 0;
  max-width: inherit;
  display: block;
  font-size: 15px;
  line-height: 1;
  padding: 0px;
  height: 40px;
  width: 40px;
}

.header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li>a:hover,
.header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a:hover {
  background: #ededed;
}
.header .header-bottom  .hs-search-field__bar button svg {
  display: none;
}
.header .hs-search-field__bar button svg {
  height: 0;
}
.header .header-bottom .hs-search-field button:before {
  content: "\f002";
}
@media only screen and (min-width: 1025px){
  .header .header-top {
    padding: 0;
  }
  .header .header-top a.button {
    margin-left: 20px;
    margin-top: 0;
    margin-right: 26px;
  }
  .header  .header-bottom  {
    min-height: 136px;
  }
  .header  .header-bottom .header-logo {
    width: auto;
  }
  .header .header-bottom .custom-right-wrap {
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
  .header .header-bottom  .custom-menu-primary {
    margin-left: auto;
  }
  .header .header-bottom  .search-login-area {
    justify-content: flex-end;
    padding-bottom: 13px;
  }
  .header .header-bottom  .search-form {
    width: auto;
    margin-bottom: 0;
  }
  .header .header-bottom  .search-form input {
    width: 350px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul {
    display: flex;
    flex-wrap: wrap;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>a {
    line-height: 53px;
  }

  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li+li {
    margin-top: 0px;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li:hover>ul {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul ul:after {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul {
    width: 317px;
    max-height: 0;
    height: auto;
    opacity: 0;
    padding: 0;
    position: absolute;
    z-index: 99;
    box-shadow: 0 0 6px rgb(0 0 0 / 60%);
    border-top: 11px solid #f88730;
    visibility: hidden;
    transition: all .3s ease-in-out 0s;

    left: 0;
    opacity: 1;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li {
    opacity: 0;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li:hover>ul>li {
    opacity: 1;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li,
  .header .header-bottom .custom-menu-primary  .navigation-primary>ul>li>ul>li>ul>li{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
    transition: all .4s ease-in-out 0s;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li>a,
  .header .header-bottom .custom-menu-primary  .navigation-primary>ul>li>ul>li>ul>li>a{
    display: block;
    padding: 13px 22px 13px 24px;
    background: 0 0;
    color: #707070;
    text-decoration: none;
  }
  .header .header-bottom .custom-menu-primary  .navigation-primary>ul>li>ul>li>ul {
    width: 317px;
    height: auto;
    padding: 0;
    position: absolute;
    z-index: 99;
    box-shadow: 0 0 6px rgb(0 0 0 / 60%);
    border-top: 11px solid #f88730;
    transition: all .3s ease-in-out 0s;
    top: 0;
    max-height: inherit;
    visibility: visible;
    left: auto;
    right: 90%;
    opacity: 0;
  }

  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li:hover>ul {
    right: 100%;
    opacity: 1;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li.has-submenu:before {
    font-family: "fa-solid-900";
    font-weight: 900;
    position: absolute;
    top: 13px;
    right: 20px;
    color: #028e33;
    content: "\f054";
  }
  .header .header-bottom .hamburger-wrap  {
    display: none;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul {
    pointer-events: none;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li:hover>ul {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1281px){
  .header  .header-bottom  .header-logo a {
    width: 220px;
  }
  .header .header-bottom .custom-right-wrap {
    width: calc(100% - 310px);
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>a {
    font-size: 16px;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li+li {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
  .header .header-top a.button {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 25px
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1025px){
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px){
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li+li {
    margin-left: 25px;
    margin-top: 0;
  }
  .header .header-top h4,
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>a {
    font-size: 15px;
  }
  .header .header-bottom .custom-right-wrap {
    width: calc(100% - 240px);
  }


}

@media only screen and (max-width: 1024px){
  .header .header-bottom .hamburger-wrap {
    width: 54px;
    height: 54px;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li>a,
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a{
    color: #6c6c6c !important;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li>a:hover,
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a:hover{
    color: #acb93b !important;
  }
  .search-form form {
    position: relative;
  }
  .header .header-bottom .search-form .hs-search-field.hs-search-field--open .hs-search-field__bar {
    padding: 5px;
  }
  .hs-search-field.hs-search-field--open {
    overflow: auto;
    height: 150px;
    margin: -3px;
    overflow-x: hidden;
  }
  @media(max-height: 700px){
    .hs-search-field.hs-search-field--open {
      height: 100px !important;
    }
  }
  .header .header-bottom .search-form ul.hs-search-field__suggestions {
    top: 46px;
    width: 98%;
    left: 3px;
  }
  .header .header-bottom .hamburger-wrap .hamburger-icon {
    position: relative;
    height: 3px;
    width: 25px;
    top: 0;
    background-color: #f88730;
    border-radius: 3px;
    transition: all .3s ease-in-out 0s;
  }

  .header .header-bottom .hamburger-wrap .hamburger-icon:before,
  .header .header-bottom .hamburger-wrap .hamburger-icon:after {
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #f88730;
    content: "";
    top: -8px;
    border-radius: 3px;
    -webkit-transition-delay: 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
  }
  .header .header-bottom {
    padding-top: 15px;
    padding-bottom:11px;
  }
  .header .header-bottom .header-logo a {
    margin-top: 0;
  }
  .header .header-bottom .hamburger-wrap .hamburger-icon:after {
    top: 8px;
  }
  .open-menu .header .header-bottom .hamburger-wrap .hamburger-icon {
    background: 0 0;
  }

  .open-menu .header .header-bottom .hamburger-wrap .hamburger-icon:before {
    transform: rotateZ(
      45deg
    ) scaleX(1.25) translate(5.5px,5.5px);
  }

  .open-menu .header .header-bottom .hamburger-wrap .hamburger-icon:after {
    transform: rotateZ(
      -45deg
    ) scaleX(1.25) translate(5px,-5px);
  }


  .header .header-bottom .custom-right-wrap {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    padding: 31vh 15px 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    z-index: 99;
    -webkit-transition-delay: 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>.child-trigger{
    width: 32px;
    height: 32px;
    background: url() no-repeat center 7px;
    background-size: 10px auto;
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 3;
    text-indent: -200000px;
    cursor: pointer;
    transform-origin: center 10px;
    transition: all .3s ease-in-out 0s;
  }
  .open-menu .header .header-bottom .custom-right-wrap {
    opacity: 1;
    visibility: visible;
  }
  .header .header-bottom .custom-menu-primary {
    width: 100%;
    height: 65%;
    overflow: auto;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li:first-child,
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li:first-child{
    padding-top: 20px;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul ,
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li>ul{
    padding: 0 0 0 20px;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li:last-child,
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li:last-child{
    padding-bottom: 7px;
    margin-bottom: 0;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul {
    display: none;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li>a,
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a{
    text-decoration: none;
  }
  .header .header-bottom .search-login-area {
    height: 40px;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>a:hover {
    color: #f88730;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li>a:hover,
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a:hover{
    color: #acb93b !important;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul ul li a {
    color: #1f2533 !important;
  }

  .header .header-bottom .custom-menu-primary .navigation-primary>ul ul li a:hover {
    background: transparent !important;
    color: #1f2533 !important;
  }
}

@media only screen and (max-width: 767px){
  @media(max-height: 550px){
    .header .header-bottom .custom-right-wrap {
      padding-top: 180px;
    }
  }
  .header .header-top {
    flex-direction: column;
  }
  .header .header-top a.button {
    padding: 0px 29px;
    white-space: nowrap;
  }
}
footer.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.footer {
  width: 100%;
  padding-top: 1px;
  position: relative;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 41%);
}

.footer-newsletter .hs_firstname ul.no-list.hs-error-msgs.inputs-list {
  margin-right: 7px;
}
.footer-newsletter .hs_email ul.no-list.hs-error-msgs.inputs-list {
  margin-left: 6px;
}
.footer .newsletter-form input.hs-button.primary.large:hover {
  background: -webkit-linear-gradient(#ffb277 0%,#f88730 100%) !important;
  background: linear-gradient(#ffb277 0%,#f88730 100%) !important;
}
.footer .footer-newsletter {
  margin: -63px 15px 0;
  border-radius: 15px;
  padding: 20px 15px 35px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 41%);
}
.footer .footer-newsletter h2 {
  text-align: center;
  padding: 0 0 25px;
}
.footer .footer-newsletter form .hs-form-field {
  margin-bottom: 0;
}
.footer .hs_error_rollup {
  order: 4;
  width: 100%;
}

.footer .newsletter-form form {
  position: relative;
}
.footer .footer-newsletter form fieldset.form-columns-2 .input {
  margin-right: 6.5px;
}
.footer .footer-newsletter  .hs_email .input {
  margin-right: 0 !important;
  margin-left: 6.5px;
}
.footer .footer-newsletter  .footer-top {
  padding: 53px 0 37px;
}
.footer .footer-newsletter form .input input {
  width: 100% !important;
  height: 44px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
  font-family: "lato",sans-serif;
  font-size: 18px;
  line-height: 44px;
  padding: 0 17px;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  outline: none;
  margin-bottom: 4px;
}
.footer .footer-newsletter  .form-title ,
.footer .footer-newsletter form  label{
  display: none;
}
.footer .newsletter-form  input.hs-button.primary.large {
  width: 146px;
  margin-bottom: 8px;
  max-width: 300px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "lato",sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 15px;
  text-align: center;
  padding: 0 15px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  margin:0;
}
.footer .footer-top {
  padding: 53px 0 37px;
}
.footer .footer-top .footer-top-inner {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-top .footer-logo {
  max-width: 200px;
  margin: 0 auto 20px;
}
.footer .footer-top .footer-logo {
  display: block;
}
.footer .footer-top .footer-logo  img {
  width: 100%;
}
.footer .footer-top  .footer-menu {
  width: 100%;
}
.footer .footer-top .footer-menu .hs-menu-wrapper>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.footer .footer-top .footer-menu .hs-menu-wrapper>ul>li {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.footer .footer-top .footer-menu .hs-menu-wrapper>ul>li+li {
  margin-left: 20px;
}
.footer .footer-top .footer-menu .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
}
.footer  .footer-middle{
  margin-bottom: 30px;
  text-align: center;
}
.footer .footer-middle p {
  font-size: 14px;
  margin: 0 0 13px;
  line-height: 20px;
}
.footer .footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-bottom .footer-bottom-inner {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
.footer .footer-middle  p:last-child ,
.footer .footer-bottom .footer-bottom-inner p:last-child {
  margin-bottom: 0;
}
.footer .footer-bottom .footer-bottom-inner p {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;

}
.footer  .footer-copyright-wrapper {
  padding: 20px 0 25px;
  position: relative;
  z-index: 1;
}

.footer  .footer-copyright-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .67;
  z-index: -1;
  content: '';
}

.footer  .footer-copyright-wrapper .content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.footer  .footer-copyright-wrapper .col-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 0 20px;
}
.footer  .footer-copyright-wrapper  .col-right {
  width: 100%;
  text-align: center;
}
.footer  .footer-copyright-wrapper  .copyright p {
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 13px;
  line-height: 20px;
  margin-bottom:0;
}
.footer  .footer-copyright-wrapper  .copyright p:last-child {
  margin-bottom:0;
}
.footer-nav .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
}
.footer-nav .hs-menu-wrapper>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-nav .hs-menu-wrapper>ul>li {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}
.footer-nav .hs-menu-wrapper>ul>li+li {
  margin-left: 15px;
}
.footer .footer-newsletter form ul.no-list.hs-error-msgs.inputs-list li label {
  display: block;
  border-radius: 5px;
  padding: 0 17px;
  margin-top: 5px;
  background: #fff9f9;
  border: 1px solid #c02b0a;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 400;
  color: red;
  line-height: 19px;
}
footer .footer-newsletter label.hs-main-font-element {
  padding: 5px !important;
}
.footer .footer-newsletter form .inputs-list>li {
  margin: 0;
}
.footer .footer-newsletter .hs_cos_wrapper_type_password_prompt, 
.footer .footer-newsletter .hs-search-field__bar, 
.footer .footer-newsletter .hs_cos_wrapper_type_form,
.footer .footer-newsletter .widget-type-blog_subscribe,
.footer .footer-newsletter .widget-type-google_search,
.footer .footer-newsletter .widget-type-password_prompt.custom_error_message,
.footer .footer-newsletter .widget-type-email_simple_subscription,
.footer .footer-newsletter .section.post-footer form,
.footer .footer-newsletter .hs_cos_wrapper_type_member_login, 
.footer .footer-newsletter .hs_cos_wrapper_type_member_register,
.footer .footer-newsletter .hs_cos_wrapper_type_password_reset_request, 
.footer .footer-newsletter .hs_cos_wrapper_type_password_reset{
  background: inherit;
  display: inherit;
  padding: inherit;
  margin: inherit;
}
@media only screen and (min-width: 1025px){
  .footer .footer-newsletter {
    max-width: 900px;
    padding: 20px 40px 35px 45px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .newsletter-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .newsletter-form form  fieldset.form-columns-2 {
    width: calc(100% - 159px);
  }
  .footer .newsletter-form  input.hs-button.primary.large {
    font-size: 14px;
    height: 40px;
  }
  .footer .footer-top {
    padding-top: 45px;
  }
  .footer .footer-top .footer-logo {
    max-width: 220px;
    margin: 0;
  }
  .footer .footer-top  .footer-menu {
    width: auto;
  }
  .footer .footer-middle {
    text-align: left;
    margin-bottom: 40px;
  }
  .footer .footer-middle p,
  .footer .footer-bottom .footer-bottom-inner p{
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 23px;
    max-width: 931px;
  }
  .footer .footer-bottom .footer-bottom-inner {
    width: auto;
    text-align: left;
    margin: 0;
  }
  .footer  .footer-copyright-wrapper  .col-left{
    justify-content: inherit;
    width: auto;
    margin: 0;
  }

  .footer  .footer-copyright-wrapper  .col-right {
    width: auto;
    text-align: left;
  }
  .footer  .footer-copyright-wrapper .copyright p {
    line-height: 19px;
    margin: 0 0 23px;
    font-size: 16px;
  }
  .footer-nav {
    margin-left: 35px;
  }
  .footer-nav .hs-menu-wrapper>ul {
    justify-content: inherit;
  }
  .footer-nav .hs-menu-wrapper>ul>li {
    font-size: 16px;
  }
  .footer-nav .hs-menu-wrapper>ul>li+li {
    margin-left: 30px;
  }
  .footer .footer-top .footer-menu .hs-menu-wrapper>ul {
    position:relative;
    top: 1px;
  }
}
@media only screen and (min-width: 1601px){
  .footer .footer-top .footer-menu .hs-menu-wrapper>ul>li {
    font-size: 16px;
  }

  .footer .footer-bottom .footer-bottom-inner p{
    font-size: 16px;
  }
  .footer .footer-top .footer-menu .hs-menu-wrapper>ul>li+li {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px){
  .footer .footer-top .footer-menu .hs-menu-wrapper>ul>li+li {
    margin-left: 25px;
  }
  .footer .footer-top .footer-menu .hs-menu-wrapper>ul>li{
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px){
  .footer-nav {
    margin-top: 1px;
  }
  .footer .footer-newsletter form  fieldset.form-columns-2 .hs-form-field{
    width: 100% !important;
  }
  .footer .footer-newsletter form .hs-form-field{
    margin-bottom: 15px;
  }
  .footer .footer-newsletter form fieldset.form-columns-2 .input {
    margin: 0 !important;
  }
  .footer .footer-newsletter form  fieldset.form-columns-2 .hs-form-field{
    width: 100% !important;
  }
  .footer .footer-newsletter form .hs-form-field{
    margin-bottom: 15px;
  }
  .footer .footer-newsletter h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.contact-page-wrapper,
.website-page-wrapper {
  overflow: hidden;
}

.website-page-wrapper a:hover{
  text-decoration:none;
}
.website-page-wrapper .request-form-wrapper .hs-form-field input::placeholder,
.website-page-wrapper .request-form-wrapper .hs-form-field input::placeholder{
  font-size:16px;
}
.website-page-wrapper .request-form-wrapper .hs-richtext.hs-main-font-element {
  margin: 7px 0 0;
  margin-bottom: 29px;
}
.website-page-wrapper h2 {
  padding-bottom: 20px
}
.website-page-wrapper h4 {
  color: #028e33;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.contact-page-wrapper .request-form-wrapper {
  padding: 134px 0 169px;
}
.contact-page-wrapper  .request-form-wrapper .custom-content {
  max-width: 950px;
}
.contact-page-wrapper  .request-form-wrapper .custom-content p {
  width: 100%;
}
.contact-page-wrapper  .request-form-wrapper .custom-content  h2 {
  padding-bottom: 14px;
  color: #028e33;
}
.contact-page-wrapper   .request-form-wrapper form label {
  font-size: 18px;
  margin-top: 4px;
  margin-left: 0;
}
.contact-page-wrapper  .request-form-wrapper p:last-child {
  margin-bottom:22px !important;
}
.contact-page-wrapper  .request-form-wrapper .hs_email .input   input::placeholder {
  font-size: 18px;
}
.contact-page-wrapper .request-form-wrapper input.hs-button.primary.large {
  margin-top: 7px;
}
.contact-page-wrapper  .custom-two-column-content-wrapper .custom-two-column-content-items ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-page-wrapper  .custom-two-column-content-wrapper .custom-two-column-content-items ul li{
  position: relative;
  padding-left: 13px;
  margin-bottom: 0;
  font-size: 14px;
}

.contact-page-wrapper h4 {
  font-family: "lato",sans-serif;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #028e33;
}
.contact-page-wrapper ul {
  margin:0;
  margin-left: 52px;
  padding: 0;
  padding-bottom: 15px;
  list-style-type: disc;
}
.contact-page-wrapper  .custom-two-column-content-wrapper .custom-two-column-content-items ul li:before {
  width: 6px;
  height: 6px;
  background: #6c6c6c;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
}
.contact-page-wrapper a:hover {
  text-decoration: none !important;
}
.contact-page-wrapper  .custom-two-column-content-wrapper .content-wrapper {
  padding: 0;
}
.custom-two-column-content-wrapper .custom-two-column-content-items ul p:last-child {
  display: none;
}
.contact-page-wrapper p:last-child {
  margin-bottom: 0 !important;
}

.webinar-blog section.simple-content {
  padding: 0;
}
.webinar-blog  section.custom-listing-wrapper {
  padding-top: 35px;
}
.webinar-blog section.simple-content h2 {
  color: #f88730;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 20px;
  line-height: 24px;
}
.webinar-blog section.custom-listing-wrapper .content {
  padding: 0 17px 45px;
}
.webinar-blog .blog-pagination {
  min-height: 48px;
  align-items: inherit;
  margin-top: 13px;
  padding-bottom: 100px;
}

.soldertips-blog section.custom-listing-wrapper {
  padding-top: 50px;
}
.soldertips-blog  .blog-pagination {
  padding-bottom: 100px;
}
.soldertips-blog  section.custom-listing-wrapper .content {
  padding: 0 17px 45px;
}
.webinar-blog-post .webinar-button-wrap{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.webinar-blog-post .webinar-button-wrap .button-wrap a {
  width: 100%;
  max-width: 300px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "lato",sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 15px;
  background: linear-gradient(#f88730 0%,#d57429 100%);
  text-align: center;
  padding: 0 15px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  color: #fff;
}
.webinar-blog-post .webinar-meta p {
  font-weight: 700;
  color: #6c6c6c;
  margin-bottom: 23px;
}
.webinar-blog-post .webinar-button-wrap .button-wrap+.button-wrap {
  margin-top: 15px;
}
.webinar-blog-post .webinar-button-wrap .button-wrap a:hover .btn-inn {
  opacity: 1;
}
.webinar-blog-post .webinar-button-wrap .button-wrap a .btn-inn {
  background: -webkit-linear-gradient(#ffb277 0%,#f88730 100%);
  background: linear-gradient(#ffb277 0%,#f88730 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition-delay: 0s;
  -webkit-transition: all .25s ease-in-out 0s;
  transition: all .25s ease-in-out 0s;
}
.press-releases-blog-post .wp-caption-img {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 0;
  margin: 0 0 23px;
  border-radius: 8px;
  padding-bottom: 8px;
  width: 224px;
}

.press-releases-blog-post p.wp-caption-text {
  padding: 0 4px 5px;
  font-size: 14px;
  margin: 0;
  line-height: 20px;
}
.press-releases-blog-post .wp-caption-img img {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  width: 100%;
}
.webinar-blog-post .banner-image img,
.webinar-blog .banner-image img,
.press-releases-blog-post .banner-image img,
.press-releases-blog .banner-image img,
.soldertips-blog  .banner-image img,
.soldertips-blog-post .banner-image img,
.press-releases-blog  .banner-image img,
.careers-blog .banner-image img,
.ask-helena-leo-blog  .banner-image img,
.careers-blog-post .banner-image img,
.training-blog .banner-image img,
.training-blog-post .banner-image img{
  display: none;
}

.webinar-blog-post .banner-image,
.webinar-blog .banner-image{
  background-image:url();
  min-height: 156px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.careers-blog-post .banner-image,
.press-releases-blog-post .banner-image,
.press-releases-blog .banner-image,
.soldertips-blog  .banner-image,
.soldertips-blog-post .banner-image,
.press-releases-blog  .banner-image{
  background-image:url();
  min-height: 156px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ask-helena-leo-blog  .banner-image{
  background-image:url();
  min-height: 156px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ask-helena-leo-blog section.simple-content {
  padding: 40px 0 46px;
}
.ask-helena-leo-blog  section.simple-content h2 {
  padding: 0 0 14px;
}
.careers-blog section.simple-content p a:hover {
  text-decoration: none;
}
.careers-blog section.simple-content p {
  margin-bottom: 0;
}
.ask-helena-leo-blog  .hs_cos_wrapper_type_password_prompt,
.ask-helena-leo-blog  .hs-search-field__bar, 
.ask-helena-leo-blog  .hs_cos_wrapper_type_form,
.ask-helena-leo-blog  .widget-type-blog_subscribe,
.ask-helena-leo-blog  .widget-type-google_search, 
.ask-helena-leo-blog  .widget-type-password_prompt.custom_error_message,
.ask-helena-leo-blog  .widget-type-email_simple_subscription, 
.ask-helena-leo-blog  .section.post-footer form, 
.ask-helena-leo-blog  .hs_cos_wrapper_type_member_login,
.ask-helena-leo-blog  .hs_cos_wrapper_type_member_register,
.ask-helena-leo-blog  .hs_cos_wrapper_type_password_reset_request,
.ask-helena-leo-blog  .hs_cos_wrapper_type_password_reset {
  background: inherit;
  display: inherit;
  padding: inherit;
  margin: inherit;
}
.ask-helena-leo-blog .hs-form-required {
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0.125em;
  margin-left: 16px;
}
.ask-helena-leo-blog .hs_email .input {
  margin-right: 0 !important;
}

.ask-helena-leo-blog  .form {
  max-width: 760px;
  margin: 0 auto;
  margin-top:25px;
}
.ask-helena-leo-blog  .hs-form-field {
  margin-bottom: 20px;
}

.ask-helena-leo-blog  fieldset.form-columns-3 .hs-form-field {
  width: 32.35% !important;
  margin: 2.8% .45% 20px!important;
}
.ask-helena-leo-blog fieldset.form-columns-3 {
  display: flex;
  margin: 0 -.45% 0!important;
  width: 103%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto !important;
  max-width: unset !important;
  line-height: 0;
}
.ask-helena-leo-blog .simple-content .input {
  margin-right: 0 !important;
}
.ask-helena-leo-blog  fieldset.form-columns-1 .hs-input {
  width: 100% !important;
  padding: 18px;
}
.ask-helena-leo-blog  fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}
.ask-helena-leo-blog section.custom-listing-wrapper {
  padding-top: 50px;

}
.ask-helena-leo-blog  .blog-pagination {
  margin-top: 13px;
  align-items: inherit;
  min-height: 48px;
  padding-bottom: 100px;
}
.careers-blog  .blog-pagination {
  margin-top: 13px;
  align-items: inherit;
  min-height: 48px;
  padding-bottom: 100px;
}
.careers-blog section.custom-listing-wrapper {
  padding-top: 62px;
}

.careers-blog .banner-image{
  background-image:url();
  min-height: 156px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.training-blog section.simple-content p{
  margin-bottom:0;
}

.training-blog section.custom-listing-wrapper {
  padding: 63px 0 0;
}
.training-blog .custom-tag h2 {
  font-weight: 700;
  padding-bottom: 25px;
  line-height: 24px;
  color: #6c6c6c;
  text-align: center;
  text-transform: uppercase;
}
.training-blog  .training-categories h3 {
  display: none;
}
.training-blog  .top-section-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px;
}
.training-blog  ul.l_tinynav1 {
  display: none;
}
.training-blog select#tinynav1:before {
  font-family: fa-solid-900;
  font-weight: 900;
  content: "\f0d7";
  position: absolute;
  right: 15px;
  font-size: 18px;
  color: #6C6C6C;
  height: 44px;
  line-height: 44px;
}
.training-blog section.custom-listing-wrapper .content{
  padding: 5px 20px 20px;
}
.training-blog select#tinynav1 {
  width: 100%;
  height: 44px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 49%);
  border-radius: 8px;
  font-size: 17px;
  color: #6c6c6c;
  padding: 10px 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform .001s linear !important;
  cursor: pointer;
}
.training-blog .blog-pagination a {
  background: rgba(0,0,0,0);
  border: 2px solid #fff;
  max-width: 178px;
  border-color: #028e33;
  color: #028e33;
  margin: 0 auto;
  transition: transform .001s linear !important;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  padding: 0 15px;
  font-weight: 700;
  line-height: 30px;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  align-items: center;
  width: 100%;
  font-family: "lato",sans-serif;
  text-decoration: none;
  display: flex;
  border-radius: 15px;
}
.training-blog  .blog-pagination {
  display: block;
  text-align: center;
  padding-bottom:73px;
}
.training-blog .training-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.training-blog .training-btn a {
  border: 2px solid #fff;
  border-color: #028e33;
  color: #028e33;
  max-width: 141px;
  background: rgb(255, 255, 255);
  transition: transform .001s linear !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "lato",sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 15px;
  text-transform: uppercase;
  z-index: 1;
  text-decoration: none;
  position: relative;
  padding: 0 15px;
  height: 40px;
}
.training-blog .blog-pagination a:hover {
  background: #028e33;
  color: #fff;
}
.training-blog  .banner-image{
  background-image:url();
  min-height: 156px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.training-blog-post .banner-image{
  background-image:url();
  min-height: 156px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.training-blog-post  .custom-tag ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.training-blog-post .custom-tag ul li {
  border: 2px solid #028e33;
  border-radius: 15px;
  height: 37px;
  padding: 6px 10px;
  display: block;
  font-size: 14px;
  font-weight: 900;
  color: #028e33;
  text-align: center;
  margin: 8px 0 0;
}
.training-blog-post .custom-tag ul li+li {
  margin-left: 8px;
}
.training-blog-post  section.simple-content {
  padding: 56px 0 86px;
}
.training-blog-post .custom-post-wrapper {
  padding: 46px 0 55px;
}
.press-releases-blog .blog-bottom-pane-wrapper fieldset.form-columns-1 textarea {
  padding-top: 18px;
  padding-bottom: 18px;
}
.press-releases-blog .blog-bottom-pane-wrapper .hs-message{
  width: 100% !important;
}
@media(min-width:1025px){
  .soldertips-blog  section.custom-listing-wrapper {
    padding-top: 95px;
  }
  .webinar-blog-post .webinar-button-wrap .button-wrap+.button-wrap {
    margin-left: 22px;
  }
  .webinar-blog-post section.simple-content {
    padding: 55px 0;
  }
  .webinar-blog .blog-pagination {
    padding-bottom: 124px;
  }
  .soldertips-blog  .blog-pagination {
    padding-bottom: 169px;
  }
  .contact-page-wrapper .custom-two-column-content-wrapper .custom-two-column-content-items ul li{
    font-size: 16px;
  }
  .press-releases-blog-post p.wp-caption-text {
    font-size: 15px;
    line-height: 19px;
  }
  .contact-page-wrapper h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .contact-page-wrapper h2 {
    padding-bottom: 20px;

  }
  .soldertips-blog section.custom-listing-wrapper .content {
    padding: 0 17px 73px;
  }
  .webinar-blog section.simple-content h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .webinar-blog section.custom-listing-wrapper .content {
    padding: 0 17px 73px;
    min-height: 237px;
  }
  .soldertips-blog section.simple-content h2 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .soldertips-blog  section.simple-content {
    padding-bottom:67px;
  }
  .ask-helena-leo-blog section.simple-content h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .ask-helena-leo-blog section.custom-listing-wrapper {
    padding-top: 95px;

  }

  .training-blog-post .custom-tag ul li {
    font-size: 14px;
    padding: 6px 10px;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .training-blog-post .custom-post-wrapper {
    padding: 46px 0 110px;
  }

  .training-blog-post .custom-tag ul li+li {
    margin-left: 12px;
  }
  .ask-helena-leo-blog  .blog-pagination {
    padding-bottom: 124px;
  }
  .careers-blog  section.simple-content h2 {
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }
  .careers-blog  section.custom-listing-wrapper {
    padding-top: 62px;

  }
  .careers-blog .blog-pagination {
    padding-bottom: 224px;
  }
  .training-blog section.simple-content h2 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .training-blog section.simple-content p{
    margin-bottom:0;
  }
  .training-blog section.custom-listing-wrapper {
    padding: 63px 0 0;
  }
  .training-blog  .blog-pagination {
    padding-bottom: 146px;
  }
  .training-blog  .custom-tag h2 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 45px;
  }
  .training-blog-post  .custom-tag ul {
    justify-content: inherit;
  }
}

@media(max-width:1024px){


  .press-releases-blog-post .banner-image,
  .press-releases-blog .banner-image,
  .soldertips-blog  .banner-image,
  .soldertips-blog-post .banner-image,
  .press-releases-blog  .banner-image{
    background-image:url();
  }
  .careers-blog-post .banner-image,
  .webinar-blog-post .banner-image,
  .webinar-blog .banner-image{
    background-image:url();
  }
  .ask-helena-leo-blog  .banner-image{
    background-image:url();
  }
  .careers-blog .banner-image{
    background-image:url();
  }
  .training-blog  .banner-image{
    background-image:url();
  }
  .training-blog-post .banner-image{
    background-image:url();
  }
  .website-page-wrapper h2 {
    padding-bottom: 12px;
  }
  .website-page-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
  .soldertips-blog section.simple-content p:last-child {
    margin-bottom: 0;
  }
  .website-page-wrapper h4 {
    font-size: 16px;
  }
  .contact-page-wrapper  .request-form-wrapper .custom-content {
    padding: 0 0px;
  }
  .contact-page-wrapper .request-form-wrapper {
    padding: 67px 0 100px;
  }
  .contact-page-wrapper .request-form-wrapper form {
    max-width: 100%;
  }
  .contact-page-wrapper .request-form-wrapper p:last-child {
    margin-bottom: 28px !important;
  }
  .webinar-blog section.simple-content h2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .contact-page-wrapper .request-form-wrapper .hs_firstname, 
  .contact-page-wrapper  .request-form-wrapper .hs_email{
    padding-right: 12px !important;
    padding-left: 0px !important;
  }
  .contact-page-wrapper  .request-form-wrapper .hs_lastname,
  .contact-page-wrapper  .request-form-wrapper .hs_phone{
    padding-left: 12px !important;
  }
  .contact-page-wrapper .request-form-wrapper .hs-form-field {
    margin-bottom: 24px !important;
  }
  .contact-page-wrapper   .request-form-wrapper form label,
  .contact-page-wrapper  .request-form-wrapper .hs_email .input   input::placeholder {
    font-size: 16px;
  }
  .contact-page-wrapper .request-form-wrapper input.hs-button.primary.large {
    margin-top: 1px;
  }
  .contact-page-wrapper .request-form-wrapper .hs_lastname,
  .contact-page-wrapper .request-form-wrapper .hs_phone {
    padding-right: 0 !important;
  }
  .contact-page-wrapper h2 {
    padding-bottom: 15px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .contact-page-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
  .webinar-blog-post .webinar-button-wrap  {
    display: block;
  }
}
@media(max-width:767px){
  .website-page-wrapper .request-form-wrapper .hs_0-2\/state,
  .website-page-wrapper .request-form-wrapper .hs_0-2\/name,
  .website-page-wrapper .request-form-wrapper .hs_0-2\/zip {
    padding: 0 !important;
  }
  .contact-page-wrapper .request-form-wrapper .hs_firstname,
  .contact-page-wrapper .request-form-wrapper .hs_email,
  .contact-page-wrapper .request-form-wrapper .hs_lastname,
  .contact-page-wrapper .request-form-wrapper .hs_phone{
    padding: 0 !important;
  }
  .contact-page-wrapper .request-form-wrapper p:last-child {
    margin-bottom: 20px !important;
  }

  .contact-page-wrapper .request-form-wrapper .hs_firstname,
  .contact-page-wrapper .request-form-wrapper .hs_email, 
  .contact-page-wrapper .request-form-wrapper .hs_lastname, 
  .contact-page-wrapper .request-form-wrapper .hs_phone {
    padding: 0px 4px !important;
  }
  .contact-page-wrapper  .request-form-wrapper .hs-form-field {
    margin-bottom: 17px !important;
  }
  .contact-page-wrapper .request-form-wrapper form .hs_message label {
    margin-top: 13px;
  }
  .contact-page-wrapper .request-form-wrapper input.hs-button.primary.large {
    margin-top: 8px;
  }
  .contact-page-wrapper .request-form-wrapper .hs_firstname input,
  .contact-page-wrapper .request-form-wrapper .hs_email input, 
  .contact-page-wrapper .request-form-wrapper .hs_lastname input, 
  .contact-page-wrapper .request-form-wrapper .hs_phone input{
    width: 100%!important;
  }
  .ask-helena-leo-blog fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
  .ask-helena-leo-blog  fieldset.form-columns-3 .input {
    margin-right: 0!important;
  }
}
@media (max-width: 479px){
  .contact-page-wrapper .request-form-wrapper p:last-child {
    margin-bottom: 12px !important;
  }
  .contact-page-wrapper .request-form-wrapper .hs-form-field {
    margin-bottom: 9px !important;
    padding: 0px 3px !important;
  }
  .contact-page-wrapper .request-form-wrapper form .hs_message label {
    margin-top: 10px;
  }
}
@media (max-width: 429px){
  .soldertips-blog .blog-banner .content h1,
  .webinar-blog .blog-banner .content h1,
  .press-releases-blog .blog-banner .content h1,
  .training-blog .blog-banner .content h1,
  .training-blog-post .blog-banner .content h1,
  .banner .content h1 {
    font-size: 24px;
  }
}
@media (max-width: 320px){
  .contact-page-wrapper .request-form-wrapper p:last-child {
    margin-bottom: 8px !important;
  }
  .contact-page-wrapper .request-form-wrapper .hs-form-field {
    margin-bottom: 15px !important;
    padding: 0px 2px !important;
  }
  .contact-page-wrapper .request-form-wrapper form .hs_message label {
    margin-top: 0;
  }
}
.location-inner-page-one .dnd-section>.row-fluid {
  padding: 0;
}
.location-inner-page-two .dnd-section>.row-fluid {
  padding: 0;
}
.location-inner-page-four {
  background: -webkit-linear-gradient(top,rgba(185,185,185,0) 0%,#c7c7c7 100%);
  background: linear-gradient(to bottom,rgba(185,185,185,0) 0%,#c7c7c7 100%);
  padding: 134px 0 169px;
}
.location-inner-page-four .hs_cos_wrapper_type_form {
  padding: 0;
  margin: 0;
  background: no-repeat;
}
.location-inner-page-four blockquote {
  border: 0 !important;
  margin: 0 auto 27px !important;
  text-align: center;
  max-width: 950px;
  padding: 0;
}
.webinar-blog-post .webinar-button-wrap .button-wrap+.button-wrap {
  margin-top: 0 !important;
}
.bcws-left {
  margin-top: -38px;
}
.location-inner-page-four blockquote h2 {
  color: #028e33;
  padding: 0 0 14px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
.location-inner-page-four blockquote p {
  font-size: 15px;
  line-height: 19px;
  margin: 0 0 23px;
}
.location-inner-page-four blockquote p:last-child {
  margin: 0;
}
.location-inner-page-four form {
  max-width: 760px;
  margin: 0 auto;
}
.custom-training-group .training-filter-left .ui-group:after{
  cursor: pointer;
}
.location-inner-page-four form fieldset .hs-form-field>label {
  display: none;
}
.location-inner-page-four form fieldset {
  margin: 0 -.6% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto !important;
  max-width: unset !important;
  line-height: 0;
}
.location-inner-page-four form .hs-button {
  margin: 0;
}
.location-inner-page-four form fieldset .hs-form-field {
  width: 48.2% !important;
  margin: 2.8% .6% 0!important;
}
.location-inner-page-four form fieldset .hs-form-field .input {
  margin: 8px 0 0;
}
.location-inner-page-four form fieldset .hs_message {
  width: 100% !important;
}
.location-inner-page-four form fieldset .hs_message>label {
  display: block !important;
}
.location-inner-page-four form fieldset .hs_message textarea {
  margin: 0;
  width: 100% !important;
  padding: 18px;
}
.location-inner-page-four form fieldset .hs_message .hs-input {
  color: #000;
}
.location-inner-page-four form .hs-submit {
  margin: 29px 0 0;
}
.location-inner-page-three .dnd-section>.row-fluid {
  padding: 0;
}
.location-page-three .dnd-section .dnd-column {
  padding: 0;
}
div#content-with-side-image {
  position: relative;
}
.home-page-one section.recent-press-releases {
  box-shadow: unset;
  padding: 63px 0 0;
  background: transparent;
}
.home-page .recent-press-releases .rpr-items.flex .rpr-item .rpr-cont {
  padding: 0 17px 62px;
}
.home-page-four .recent-press-releases .rpr-items.flex .rpr-item,
.home-page-four .recent-press-releases .rpr-items.flex .rpr-item img.hs-rss-featured-image{
  border-radius: 8px 8px 0 0;
}
.recent-press-releases .rpr-items.flex .rpr-item .rpr-cont .btn span.btn-inn {
  background: -webkit-linear-gradient(#ffb277 0%,#f88730 100%);
  background: linear-gradient(#ffb277 0%,#f88730 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition-delay: 0s;
  -webkit-transition: all .25s ease-in-out 0s;
  transition: all .25s ease-in-out 0s;
}
.home-page-four .cat {
  height: 18px;
}
.recent-press-releases .rpr-items.flex .rpr-item .rpr-cont .btn:hover {
  background: -webkit-linear-gradient(#f88730 0%,#d57429 100%) !important;
  background: linear-gradient(#f88730 0%,#d57429 100%) !important;
}
.recent-press-releases .rpr-items.flex .rpr-item .rpr-cont:hover .btn span.btn-inn {
  opacity: 1;
}
.home-page-one section.recent-press-releases .rpr-items.flex .rpr-item .rpr-cont h4 {
  font-weight: 600;
}
.contact-page .contact-page-wrapper .request-form-wrapper p:last-child {
  margin: 0 !important;
}
.home-page-one section.recent-press-releases .rpr-items.flex .rpr-cont {
  padding: 5px 15px 0;
}
body.open-menu {
  overflow: hidden;
}
.cm-content-with-video-wrapper .text-wrap a:hover {
  text-decoration: none;
}
.home-page-one .recent-press-releases .rpr-items.flex .rpr-item img.hs-rss-featured-image {
  height: auto;
}
.home-page-one .recent-press-releases .rpr-items.flex .rpr-item {
  margin-bottom: 15px;
}
.home-page-four .recent-press-releases {
  padding: 140px 0 223px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  box-shadow: unset;
  
}
@media (min-width: 765px) {
    .home-page-four .recent-press-releases {
        background-image: url("https://21351144.fs1.hubspotusercontent-na1.net/hubfs/21351144/latest-blog-article-bg%20-%20Desktop.webp");
    }
}
@media (max-width: 764px) {
    .home-page-four .recent-press-releases {
        background-image: url("https://21351144.fs1.hubspotusercontent-na1.net/hubfs/21351144/latest-blog-article-bg%20-%20Desktop.webp");
    }
}
.home-page-four .recent-press-releases .rpr-items.flex .rpr-item {
  margin-bottom: 1.2%;
}
.content-with-side-map .content-wrapper .left-wrapper p a:hover {
  text-decoration: none;
}
.custom-post-wrapper .col-left .share {
  margin-top: 10px !important;
}
@media(max-width: 1024px){
  .location-inner-page-four form {
    max-width: 100%;
    margin: 0 auto;
  }
  .location-inner-page-four {
    padding: 67px 0 100px;
  }
  .location-inner-page-four blockquote p {
    font-size: 14px;
    margin: 0 0 13px;
    line-height: 20px;
  }
  .location-inner-page-four blockquote h2 {
    color: #028e33;
    padding: 0 0 14px;
    font-size: 20px;
    line-height: 24px;
  }
  .location-inner-page-four form .hs-button {
    margin: 0;
    font-size: 14px;
  }
  .home-page-four .recent-press-releases {
    padding: 70px 0 113px;
  }
  .cm-training-instructor-wrapper .item-wrap .content-area form .hs_submit{
    position: static !important;
  }
}

@media(max-width: 767px){
  .location-inner-page-four form fieldset .hs-form-field {
    width: 100% !important;
    margin: 2.8% .6% 0 !important;
  }
  .location-inner-page-four form fieldset {
    margin: 0% !important;
  }
  .location-inner-page-four form fieldset .hs_message {
    width: 100% !important;
    margin: 4.2% 0 0!important;
  }
  .location-inner-page-four form fieldset .hs-form-field .hs-input {
    width: 100% !important;
  }

  .website-page-wrapper .dnd_area-row-0-background-gradient h2 {
    line-height: 24px;
    padding-bottom: 15px;
  }
}

@media(max-width: 439px){
  .banner .content h1 {
    font-size: 35px;
  }
}