*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

html {}

/* 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 */
  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;
}
html {
  scroll-behavior: smooth;
}
/* 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 ;
    }
}
.banner-section .row-fluid [class*="span"] {
  min-height: 0;
}

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

.content-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

@media (min-width: 768px) {

  .content-wrapper {
    max-width: 100%;
  }
}


@media (min-width: 992px) {

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

@media (min-width: 1200px) {

  .content-wrapper {
    max-width: 1160px;
  }
}
@font-face { 
  font-family: "Gotham Bold"; 
  src: url("https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/Hubbell_September2021/fonts/Gotham-Bold.eot") format("embedded-opentype"), 
    url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/Hubbell_September2021/fonts/Gotham-Bold.woff) format("woff"), 
    url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/Hubbell_September2021/fonts/Gotham-Bold.ttf) format("truetype");
  font-style: normal; 
  font-weight: 700; 
  font-display: block;
}


@font-face { 
  font-family: "Gotham Book"; 
  src: url("https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/Hubbell_September2021/fonts/Gotham-Book.eot") format("embedded-opentype"), 
    url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/Hubbell_September2021/fonts/Gotham-Book.woff) format("woff"), 
    url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/Hubbell_September2021/fonts/Gotham-Book.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: block;
}


@font-face { 
  font-family: "Gotham Light"; 
  src: url("https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/Hubbell_September2021/fonts/Gotham-Light.eot") format("embedded-opentype"), 
    url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/Hubbell_September2021/fonts/Gotham-Light.woff) format("woff"), 
    url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/Hubbell_September2021/fonts/Gotham-Light.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 200; 
  font-display: block;
}


@font-face { 
  font-family: "Gotham Medium"; 
  src: url("https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/Hubbell_September2021/fonts/Gotham-Medium.eot") format("embedded-opentype"), 
    url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/Hubbell_September2021/fonts/Gotham-Medium.woff) format("woff"), 
    url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/Hubbell_September2021/fonts/Gotham-Medium.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 500; 
  font-display: block; 
}

@font-face { 
  font-family: VideoJS; 
  src: url("data:application/font-woff;charset=utf-8;base64,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") format("woff"); font-style: normal; font-weight: 400; }


@font-face { 
  font-family: "hubicons"; 
  src: url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/Hubbell_September2021/fonts/hubicons.eot) format("embedded-opentype"), 
    url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/Hubbell_September2021/fonts/hubicons.woff) format("woff"), 
    url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/Hubbell_September2021/fonts/hubicons.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal;
}


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1.42857143;
  line-height: 22px;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/* Paragraphs */

p {
  /*   font-size: 1rem; */
  margin: 0 0 1.4rem;
  margin: 0 0 10px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  margin: 0 0 15px;
  line-height: 1.1;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #C8C9C7;
  border: none;
  color: #C8C9C7;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Gotham Bold",Helvetica,Arial,sans-serif;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
  background-color: var(--gray-700);
  color: #fff;
  border-color: var(--gray-700);
}

button:active,
.button:active {
  text-decoration: none;
}
.btn.btn-tertiary {
  margin-top: -20px;
  padding: 0;
}
.btn.btn-tertiary:hover {
  color: var(--blue-600);
}
/* Form */

form {
  max-width: 800px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}
fieldset.form-columns-1 select.hs-input {
    width: 100%!important;
}
/* Inline Checkbox Fields */
.multi-container li {
    display: inline-block!important;
    margin: 0 20px 0 0!important;
}
.multi-container li input[type='checkbox'] {
    margin-top: -1px!important;
}

/* Labels */

form label {
  /*   display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem; */
}

.hs-form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

.hs-form label {
  font-family: "Gotham Book",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  color: ;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 5px!important;
}

.inputs-list.hs-error-msgs label {
  font-family: "Gotham Book",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  line-height: 18px;
  margin-top: .5rem;
  color: var(--red);
}

.hs-error-msgs label {
  color: var(--red);
}

.hs_error_rollup .inputs-list.hs-error-msgs label {
  /*   border: 5px solid #b10e1e;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  color: #a6093d;
  padding: 20px 15px 15px;
  font-weight: 500;
  line-height: 1.6; */
}


/* 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 {
  color: #000;
  background-color: #fff;
  display: inline-block;
  height: 46px;
  padding: 6px 12px;
  width: 100%;
  font-family: "Gotham Book","Open Sans",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  border: 1px solid #dcdcdd;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea.hs-input {
  height: auto;
}


.hs-input:focus {
  outline: none;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
  font-weight: 400;
}

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

/* 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;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 12px;
  margin: 2rem 0 1rem 0;
}

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 {
    font-weight: 400;
    line-height: 1.5em;
}
.legal-consent-container .hs-form-booleancheckbox-display > span a {
    color: var(--blue-600);
}
/* Validation */

.hs-form-required {
  color: var(--red);
}

.hs-input.invalid.error {
  border-color: var(--red);
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.hs-input.invalid.error:focus {
  border-color: var(--red);
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #fd3b52;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #fd3b52;
}

.hs-error-msg {
  color: var(--red);
  margin-top: 0.35rem;
}

.hs-error-msgs label {
  color: var(--red);
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: none;
  transition: none;
  white-space: normal;
  border-style: solid;
  border-width: 1px;
  font-family: "Gotham Bold",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  letter-spacing: 2px;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

#hs-search-module .hs-input {
  margin-bottom: 1.4rem;
}
fieldset.form-columns-1 .hs_input {
    width: 100%!important;
}
@media (max-width: 767px) {

  form {
    max-width: 100%;
  }
  form .form-columns-2 .hs-form-field .hs-input, .form-columns-3 .hs-form-field .hs-input {
    width: 100%!important;
}
 fieldset.form-columns-2 .input {
    margin-right: 0!important;
}
}
/* 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;
}
.custom-header {
  font-family: "Gotham Book",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background: #F7F7F6;
}

body .site-search {
  display: block !important;
}

body .shortcut-links {
  display: inline-flex !important;
}

body .brand-logo {
  margin-right: 0;
  float: none;
}

body .site-search>div form {
  max-width: 100%;
  margin: 0;
}

.header__container {

}

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

.header__container:after,
.row:after {
  clear: both;
}

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

.top-action-bar {
  font-size: 14px;
  /*   max-height: 50px; */
  min-height: 50px;
}

.top-left-menu,
.top-right-menu {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-flex;
}

.top-left-menu .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.top-left-menu .hs-menu-wrapper > ul > li {
  float: left;
}

.top-left-menu .hs-menu-wrapper > ul > li:not(:first-child) {
  margin-left: 40px;
  position: relative;
}

.top-left-menu .hs-menu-wrapper > ul > li:not(:first-child):before {
  content: "";
  position: absolute;
  left: -20px;
  top: 19px;
  width: 1px;
  height: 12px;
  background-color: #5b5b5b;
}

.top-left-menu .hs-menu-wrapper > ul > li > a {
  font-size: 11px;
  font-family: "Gotham Medium",Helvetica,Arial,sans-serif;
  line-height: 50px;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  text-decoration: none;
}

.top-right-menu > div {
  width: 100%;
}

.top-right-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  float: right;
}

.top-right-menu ul:before,
.top-right-menu ul:after {
  content: " ";
  display: table;
}

.top-right-menu ul:after {
  clear: both;
}


.top-right-menu ul li {
  padding: 0 10px;
  display: inline-block;
  margin-left: 15px;
}

.top-right-menu ul li:first-child {
  padding-right: 20px;

  padding-right: 30px;
}

.top-right-menu ul li a {
  font-size: 11px;
  font-family: "Gotham Medium",Helvetica,Arial,sans-serif;
  line-height: 50px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  display: block;
  text-decoration: none;
}

.top-right-menu ul li a:hover {
  text-decoration: none;
}

.top-right-menu ul li a span.top-icon {
  width: 1em;
  margin-right: .2em;
  text-align: center;
  line-height: 50px;
  margin-left: .2em;
  font-size: 19px;
  color: var(--yellow);
  position: absolute;
  top: -1px;
  left: 0;
}

.top-right-menu ul li a [class^=icon-] {
  color: var(--yellow);
  font-size: 19px;
  position: absolute;
  top: -1px;
  left: 0;
}

.icon-user:before {
  content: '\004b';
}

.icon-file-alt:before {
  content: '\004f';
}

.header-bottom-inner {
  margin: 15px 0 0;
  position: relative;
  min-height: 50px;
}

.header-bottom-inner.lp {
  margin-bottom: 15px;
}

.header-bottom-inner:before, 
.header-bottom-inner:after {
  content: " ";
  display: table;
}

.header-bottom-inner:after {
  clear: both;
}

.custom-logo {

}

.custom-logo div {
  max-width: 125px;
  height: 55px;
  display: table-cell;
  vertical-align: middle;
}

.custom-logo a {
  display: block;
}

.custom-logo img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  vertical-align: middle;
}

.custom-menu-wrapper {
  padding: 3px 0 0 0;
  width: auto;
}

.custom-menu-wrapper:before, 
.custom-menu-wrapper:after {
  content: " ";
  display: table;
}

.custom-menu-wrapper:after {
  clear: both;
}

.custom-menu-primary.desktop {

}

.custom-menu-primary.desktop .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  margin-left: 20px;
  height: 67px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul:before,
.custom-menu-primary.desktop .hs-menu-wrapper > ul:after {
  content: " ";
  display: table;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul:after {
  clear: both;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li {
  position: static;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
  font-family: "Gotham Medium",Helvetica,Arial,sans-serif;
  color: var(--gray-700);
  border: 1px solid transparent;
  border-bottom-width: 0;
  text-transform: uppercase;
  display: block;
  padding: 15px;
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:hover > a {
  height: 67px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-search {
  background-color: #F7F7F6;
  z-index: 1000;
}

.header-search>div {
  position: relative;
  display: flex;
}

.header-search form {
  position: relative;
  z-index: 101;
  max-width: 100%;
  margin: 0;
}

.header-search .input-group {
  background-color: #fff;
  border: 1px solid #C8C9C7;
  border-radius: 4px;
  min-height: 38px;
  margin-bottom: 0;
  position: relative;
  display: table;
  border-collapse: separate;
}

.header-search .form-control::-webkit-input-placeholder {
  color: #999;
}

.header-search .form-control {
  height: 44px;
  position: relative;
  vertical-align: top;
  border: 0;
  box-shadow: none;
  width: 100%;
  display: table-cell;
  z-index: 2;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #C8C9C7;
  font-family: "Gotham Book","Open Sans",Helvetica,Arial,sans-serif;
  font-size: 12px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border: 0;
  box-shadow: none;
}

.header-search .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.header-search .input-group .btn {
  width: auto;
  z-index: 2;
  margin-left: -1px;
  background-color: #fff;
  padding: 0 10px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Gotham Bold",Helvetica,Arial,sans-serif;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
}

.header-search .icon-search {
  font-size: 25px;
  line-height: 42px;
  color: var(--yellow);
}

[class*='icon-']:before {
  display: inline-block;
  font-family: 'hubicons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: '\0043';
}


.mobile-trigger {
  line-height: 65px;
  text-align: center;
  font-size: 25px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-trigger a,
.mobile-trigger a:hover {
  color: #000;
  text-decoration: none;
}

.icon-menu:before {
  content: '\0042';
}

.mobile-search {
  line-height: 65px;
  text-align: center;
  font-size: 25px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-search a,
.mobile-search a:hover {
  color: #000;
  text-decoration: none;
}

.custom-logo-mobile {
  line-height: 65px;
  text-align: center;
  font-size: 25px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-logo-mobile div {
  margin: 0;
  text-align: center;
}

.custom-logo-mobile a {
  display: block;
}

.custom-logo-mobile img {
  min-width: 85px;
  max-width: 100px;
  margin-top: -5px;
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.body-wrapper {
  overflow-x: hidden;
}


/* Desktop Menu Styling */


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  margin-top: -1px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  background-clip: padding-box;
  overflow: hidden;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:hover > .dropdown-menu {
  display: block;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > .dropdown-menu .row-sm-height > ul > li:first-child {
  width: 240px;
  vertical-align: top;
  display: table-cell;
  float: none;
  height: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > .dropdown-menu .row-sm-height > ul {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > .dropdown-menu .row-sm-height > ul > li:first-child:before {
  content: "";
  position: absolute;
  left: 15px;
  z-index: 0;
  right: 15px;
  top: 0;
  bottom: 0;
  background-color: var(--gray-50);
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > .dropdown-menu .row-sm-height > ul > li:first-child > ul > li {
  position: relative;
  z-index: 1;
  margin-top: 0;
  border: 1px solid transparent;
  border-top: 0;
  border-left: 0;
  border-bottom-color: var(--gray-300);
  display: block;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > .dropdown-menu .row-sm-height > ul > li:first-child > ul > li > a {
  color: #000;
  font-family: "Gotham Medium",Helvetica,Arial,sans-serif;
  line-height: 22px;
  padding: 20px;
  text-transform: uppercase;
  position: relative;
  display: block;
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > .dropdown-menu .row-sm-height > ul > li:first-child > ul > li.active > a {
  background-color: #fff;
  color: #000;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > .dropdown-menu .row-sm-height > ul > li:nth-child(2) {
  vertical-align: top;
  display: table-cell;
  float: none;
  height: 100%;
  width: 83.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-menu .tab-content {
  padding: 30px;
  padding-left: 0;
}

.tab-content>.tab-pane {
  /*   display: none; */
}

.tab-content > .active {
  display: block;
}

.col-sm-12 {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: top;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > .dropdown-menu .row-sm-height > ul > li:nth-child(2) .col-sm-12 > .row > ul > li {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .col-sm-12>.row>ul>li:nth-child(4n+1) {
  clear: left;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .col-sm-12>.row>ul>li > a {
  margin-top: 10px;
  font-family: "Gotham Bold",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  text-transform: capitalize;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  color: #000;
  display: block;
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .col-sm-12>.row>ul>li > ul > li + li {
  margin-top: 3px;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .col-sm-12>.row>ul>li > ul > li > a {
  color: #000;
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child  .col-sm-12>.row>ul>li:nth-child(2)>ul>li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(6)>ul>li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(9)>ul>li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(10)>ul>li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(14)>ul>li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(17)>ul>li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(24)>ul>li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(26)>ul>li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(28)>ul>li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(30)>ul>li:last-child {
  margin: 0;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(2)>ul>li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(6)>ul>li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(9)>ul>li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(10)>ul>li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(14)>ul>li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(17)>ul>li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(22)>ul>li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(24)>ul>li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(26)>ul>li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(28)>ul>li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(30)>ul>li:last-child > a {
  display: block;
  margin: 10px 0 20px 0;
  font-family: "Gotham Medium",Helvetica,Arial,sans-serif;
  padding: 0;
  color: var(--blue-600);
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(2)>ul>li:last-child>a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(6)>ul>li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(9)>ul>li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(10)>ul>li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(14)>ul>li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(17)>ul>li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(22)>ul>li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(24)>ul>li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(26)>ul>li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(28)>ul>li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .col-sm-12>.row>ul>li:nth-child(30)>ul>li:last-child > a:hover {
  text-decoration: none;
}


.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:first-child > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(2) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(3) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(5) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(8) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(9) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(11) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(12) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(16) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(19) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(22) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(24) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(29) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(30) > ul > li:last-child {
  margin: 0;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:first-child > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(2) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(3) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(5) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(8) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(9) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(11) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(12) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(16) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(19) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(22) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(24) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(29) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(30) > ul > li:last-child > a {
  display: block;
  margin: 10px 0 20px 0;
  font-family: "Gotham Medium",Helvetica,Arial,sans-serif;
  padding: 0;
  color: var(--blue-600);
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:first-child > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(2) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(3) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(5) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(8) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(9) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(11) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(12) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(16) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(19) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(22) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(24) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(29) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(2) .col-sm-12 .row > ul > li:nth-child(30) > ul > li:last-child > a:hover {
  text-decoration: none;
}


.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:first-child > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(2) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(3) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(4) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(5) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(6) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(7) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(8) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(9) > ul > li:last-child {
  margin: 0;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:first-child > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(2) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(3) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(4) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(5) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(6) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(7) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(8) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(9) > ul > li:last-child > a {
  display: block;
  margin: 10px 0 20px 0;
  font-family: "Gotham Medium",Helvetica,Arial,sans-serif;
  padding: 0;
  color: var(--blue-600);
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:first-child > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(2) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(3) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(4) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(5) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(6) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(7) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(8) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(3) .col-sm-12 .row > ul > li:nth-child(9) > ul > li:last-child > a:hover {
  text-decoration: none;
}



.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:first-child > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(2) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(4) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(5) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(6) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(9) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(12) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(13) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(14) > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(16) > ul > li:last-child {
  margin: 0;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:first-child > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(2) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(4) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(5) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(6) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(9) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(12) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(13) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(14) > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(16) > ul > li:last-child > a {
  display: block;
  margin: 10px 0 20px 0;
  font-family: "Gotham Medium",Helvetica,Arial,sans-serif;
  padding: 0;
  color: var(--blue-600);
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:first-child > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(2) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(4) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(5) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(6) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(9) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(12) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(13) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(14) > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .dropdown-menu .tab-content > ul > li:nth-child(4) .col-sm-12 .row > ul > li:nth-child(16) > ul > li:last-child > a:hover {
  text-decoration: none;
}






.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) .col-sm-12 > ul,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(3) .col-sm-12 > ul,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(4) .col-sm-12 > ul,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(5) .col-sm-12 > ul {
  padding: 30px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) .col-sm-12 > ul > li,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(3) .col-sm-12 > ul > li,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(4) .col-sm-12 > ul > li,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(5) .col-sm-12 > ul > li {
  margin-bottom: 15px;
}


.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) .col-sm-12 > ul > li:first-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(3) .col-sm-12 > ul > li:first-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(4) .col-sm-12 > ul > li > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(5) .col-sm-12 > ul > li:first-child > a {
  font-family: "Gotham Book",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) .col-sm-12 > ul > li:first-child > ul > li p,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(3) .col-sm-12 > ul > li:first-child > ul > li p,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(5) .col-sm-12 > ul > li:first-child > ul > li p {
  line-height: 22px;
  margin: 10px 0 10px;
  margin: 11px 0 10px;
  margin-bottom: 20px;
  margin-bottom: 15px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(5) .col-sm-12 > ul > li:first-child > ul > li p {
  margin: 1px 0 10px;
  margin-bottom: 20px;
  margin-bottom: 15px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) .col-sm-12 > ul > li:nth-child(2) > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(3) .col-sm-12 > ul > li:nth-child(2) > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(4) .col-sm-12 > ul > li > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(5) .col-sm-12 > ul > li:nth-child(2) > a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) .col-sm-12 > ul > li:nth-child(2) > ul,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(3) .col-sm-12 > ul > li:nth-child(2) > ul,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(4) .col-sm-12 > ul > li > ul,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(5) .col-sm-12 > ul > li:nth-child(2) > ul {
  margin-left: -15px;
  margin-right: -15px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) .col-sm-12 > ul > li:nth-child(2) > ul > li,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(3) .col-sm-12 > ul > li:nth-child(2) > ul > li,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(4) .col-sm-12 > ul > li > ul > li,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(5) .col-sm-12 > ul > li:nth-child(2) > ul > li {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) .col-sm-12 > ul > li:nth-child(2) > ul ul> li > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(3) .col-sm-12 > ul > li:nth-child(2) > ul ul> li > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(4) .col-sm-12 > ul > li > ul ul> li > a,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(5) .col-sm-12 > ul > li:nth-child(2) > ul ul> li > a {
  display: block;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) .col-sm-12 > ul > li:nth-child(2) > ul:before, 
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) .col-sm-12 > ul > li:nth-child(2) > ul:after,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(3) .col-sm-12 > ul > li:nth-child(2) > ul:before,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(3) .col-sm-12 > ul > li:nth-child(2) > ul:after,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(4) .col-sm-12 > ul > li > ul:before,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(4) .col-sm-12 > ul > li > ul:after,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(5) .col-sm-12 > ul > li:nth-child(2) > ul:before,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(5) .col-sm-12 > ul > li:nth-child(2) > ul:after {
  content: " ";
  display: table;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) .col-sm-12 > ul >li:nth-child(2) > ul:after,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(3) .col-sm-12 > ul > li:nth-child(2) > ul:after,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(4) .col-sm-12 > ul > li > ul:after,
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(5) .col-sm-12 > ul > li:nth-child(2) > ul:after {
  clear: both;
}

.tab-content > ul > li {
  display: none;
}

.tab-content > ul > li.active {
  display: block;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > .dropdown-menu .row-sm-height > ul > li:first-child > ul > li.active {
  border-right-color: #fff;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child > .dropdown-menu .row-sm-height > ul > li:first-child:after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--gray-300);
}




.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .row > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:nth-child(2) .row > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:nth-child(3) .row > ul > li:last-child,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:nth-child(4) .row > ul > li:last-child {
  width: 100%;
  clear: both;
  float: none;
  text-align: center;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .row > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:nth-child(2) .row > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:nth-child(3) .row > ul > li:last-child > a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:nth-child(4) .row > ul > li:last-child > a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 24px;
  padding: 10px 25px;
  letter-spacing: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Gotham Bold",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  border: 1px solid var(--gray-500);
  margin-top: 15px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:first-child .row > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:nth-child(2) .row > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:nth-child(3) .row > ul > li:last-child > a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child>.dropdown-menu .row-sm-height>ul>li:nth-child(2) .tab-content > ul > li:nth-child(4) .row > ul > li:last-child > a:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}



.custom-tab-list {
  line-height: 65px;
  text-align: center;
  font-size: 25px;
  width: 16.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-tab-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-tab-list ul li:first-child {
  display: none;
}

.custom-tab-list span.top-icon {
  width: 1em;
  margin-right: .2em;
  text-align: center;
  line-height: 50px;
  margin-left: .2em;
  font-size: 19px;
  color: var(--yellow);
  position: absolute;
  top: -1px;
  left: 0;
}

.custom-tab-list span.link-title {
  display: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(2) .col-sm-12 > ul > li:first-child > ul > li > a p a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3) .col-sm-12 > ul > li:first-child > ul > li > a p a,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(5) .col-sm-12 > ul > li:first-child > ul > li > a p a {
  color: var(--blue-600);
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3) .col-sm-12 > ul > li:first-child > ul > li > a p a:hover,
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(5) .col-sm-12 > ul > li:first-child > ul > li > a p a:hover {
  text-decoration: none;
}



.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:nth-child(2) > ul > li:nth-child(2),
.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(4) > ul > li:nth-child(2) > ul > li:nth-child(2),
.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:nth-child(2) > ul > li:nth-child(2) {
  padding: 15px 20px;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:nth-child(2) > ul > li:nth-child(2) p,
.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(4) > ul > li:nth-child(2) > ul > li:nth-child(2) p,
.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:nth-child(2) > ul > li:nth-child(2) p {
  line-height: 22px;
  margin: 0 0 10px;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:nth-child(2) > ul > li:nth-child(2) p a,
.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(4) > ul > li:nth-child(2) > ul > li:nth-child(2) p a,
.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(6) > ul > li:nth-child(2) > ul > li:nth-child(2) p a {
  padding: 0 20px;
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
  line-height: inherit;
  white-space: normal;
  display: inline;
}


body .main-header .top-action-bar .our-brand>a, 
body .main-header .top-action-bar .welcome>a {
  white-space: nowrap;
}

body .main-header .top-action-bar .welcome {
  overflow: visible;
}

body header.main-header .visible-sm .container-fluid {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

body header.main-header #navbar-collapse-grid+.row {
  margin-left: 0;
  margin-right: 0;
}


@media (min-width: 768px) {

  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .custom-logo {
    float: left;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul {
    float: left;
  }

  .header-search {
    float: right;
    margin-right: -15px;
  }

  .header-search .input-group {
    width: 350px;
  }

  .mobile-trigger,
  .mobile-search {
    width: 16.66666667%;
    float: left;
  }

  .custom-logo-mobile {
    width: 33.33333333%;
    float: left;
  }


  .custom-tab-list {
    width: 16.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .top-action-bar,
  .header-bottom {
  }
}

@media (min-width: 992px) {

  .header-bottom-mobile {
  }

  .top-left-menu,
  .top-right-menu {
    width: 50%;
    float: left;
  }
}


@media (min-width: 768px) and (max-width: 1119px) {

  body .main-header .site-search div .input-group,
  .header-search .input-group {
    width: 205px;
  }
}

@media (max-width: 1057px) {

  .top-left-menu .hs-menu-wrapper > ul > li:not(:first-child) {
    /*     margin-left: 25px; */
  }

  .top-left-menu .hs-menu-wrapper > ul > li:not(:first-child):before {
    /*     left: -12px; */
  }
}


@media (max-width: 991px) {

  .custom-menu-primary.mobile {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 88%;
    opacity: 1;
    background-color: #fff;
    z-index: 2000;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
  }

  .mobile-open .custom-menu-primary.mobile {
    left: 0;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper {
    overflow-y: auto;
    height: 100%;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul:before,
  .custom-menu-primary.mobile .hs-menu-wrapper > ul:after {
    content: " ";
    display: table;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul:after {
    clear: both;
  }


  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li {
    position: relative;
    /*     float: left; */
    border-bottom: 1px solid var(--gray-300);
    padding: 15px 0;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    padding: 0 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    display: block;
    line-height: 20px;
    text-decoration: none;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a span {
    position: absolute;
    right: 2px;
    top: 0;
    text-transform: none;
  }

  .icon-right-arrow:before {
    content: '\0063';
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul {
    display: none;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 0;
    z-index: 2;
    background-color: #fff;
    width: 88%;
    left: 0;
    height: 100%;
    padding-left: 15px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul.active {
    display: block;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul li {
    border-bottom: 1px solid var(--gray-300);
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul li a {
    padding: 0 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 50px;
    display: block;
    text-decoration: none;
  }

  .back-title .back {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  .back-title span {
    display: block;
    height: 50px;
    width: 50px;
    background-color: #fff;
    font-size: 22px;
    border-right: 1px solid var(--gray-300);
    text-align: center;
    color: #737373;
    font-weight: 500;
  }

  .icon-left-arrow:before {
    content: '\0062';
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul li.back-title {
    position: relative;
    line-height: 50px;
    border: 1px solid var(--gray-300);
    border-right: 0;
    text-transform: capitalize;
    background-color: var(--gray-50);
    border-bottom: 1px solid var(--gray-300);
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul li.back-title > a {
    font-weight: 400;
    padding: 0;
    font-size: 14px;
    line-height: inherit;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li ul li.back-title div {
    text-align: center;
    background-color: var(--gray-50);
    padding-left: 50px;
    white-space: nowrap;
  }

  .icon-right-arrow {
    position: absolute;
    right: 2px;
    top: 0;
    text-transform: none;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .menu-close-overlay {
    position: fixed;
    height: 100%;
    width: 12%;
    right: 0;
    top: 0;
    background-color: #5b5b5b;
    z-index: 1000;
    display: none;
  }

  .mobile-open .menu-close-overlay {
    display: block;
  }

  .menu-close-overlay .close {
    width: 100%;
    position: absolute;
    right: 0;
    height: 50px;
    background-color: #fff;
    color: #737373;
    font-size: 22px;
    opacity: 1;
    padding: 0;
    cursor: pointer;
    border: 0;
    border-left: 1px solid var(--gray-300);
    -webkit-appearance: none;
    float: right;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    border-radius: 0;
  }

  .icon-cross:before {
    content: '\0066';
  }


  .header-mobiler-login {
    text-align: center;
    margin: 1em;
    display: block;
  }

  .header-mobiler-login ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }

  .header-mobiler-login ul li {
    background-color: var(--gray-700);
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    display: block;
  }

  .header-mobiler-login ul li:last-child {
    border: none;
  }

  .header-mobiler-login ul li div {
    background-color: var(--gray-700);
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    width: 50%;
    float: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-mobiler-login ul:before, 
  .header-mobiler-login ul:after {
    content: '';
    display: table;
  }

  .header-mobiler-login ul:after {
    clear: both;
  }

  .header-mobiler-login ul li a {
    color: var(--yellow);
    font-family: "Gotham Medium",Helvetica,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 50px;
    text-transform: uppercase;
  }

  .header-mobiler-login span.top-icon {
    width: 1em;
    margin-right: .2em;
    text-align: center;
    line-height: 50px;
    margin-left: .2em;
    font-size: 19px;
    color: var(--yellow);
    position: absolute;
    top: -1px;
    left: 0;
  }
}

@media (max-width: 767px) {

  .top-action-bar,
  .header-bottom {
  }

  .mobile-trigger,
  .mobile-search {
    width: 16.66666667%;
    float: left;
  }

  .custom-logo-mobile {
    width: 33.33333333%;
    float: left;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:first-child {
    border-top: 1px solid var(--gray-300);
  }
}

@media (max-width: 340px) {

  .custom-tab-list span.top-icon {
    left: auto;
    right: 0;
  }
}

@media (max-width: 1125px) and (min-width: 768px) {

  body .main-header .site-search div .input-group,
  body .header-search .input-group {
    width: 205px !important;
  }
}
.footer {
  font-size: 12px;
  margin: 0;
  background: var(--gray-700);
  color: #fff;
  font-weight: 300;
  line-height: 1.42857143;
}

.footer__container {

}

.footer-top {
  margin-bottom: 45px;
}

.footer-menu .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.footer-menu .hs-menu-wrapper > ul > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-menu .hs-menu-wrapper > ul > li .link-title {
  font-family: "Gotham Bold",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  text-transform: capitalize;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}

.footer-menu .hs-menu-wrapper > ul > li .link-title a {
  font-family: "Gotham Bold",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer-menu .hs-menu-wrapper > ul > li .link-title:after {
  content: "";
  display: block;
  border-bottom: 2px solid #F7F7F6;
  width: 35px;
  margin: 1em 0;
  opacity: .21;
}

.footer-menu .hs-menu-wrapper > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 2.1;
}

.footer-menu .hs-menu-wrapper > ul > li ul li a {
  font-size: 14px;
  text-decoration: none;
}

.footer-contact {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-contact h3 {
  font-family: "Gotham Bold",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  white-space: normal;
}

.footer-contact p {
  line-height: 22px;
  margin: 0 0 10px;
}

.footer-bottom {
  padding: 5px 0 25px;
  text-align: center;
}

.brand-logo-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.brand-logo {
  max-width: 125px;
  height: 55px;
  display: table-cell;
  vertical-align: middle;
  float: left;
  margin-right: 30px;
}

.brand-logo a {
  font-size: 12px;
  display: block;
}

.brand-logo img {
  display: block;
  max-width: 100%;  
  width: auto;
  height: auto;
}

.copyright {
  margin-right: 12px;
  padding: 19px 0;
  float: left;
}

.sitemap-links {
  padding: 19px 0;
  float: left;
}

.sitemap-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap-links ul:before,
.sitemap-links ul:after {
  content: " ";
  display: table;
}

.sitemap-links ul:after {
  clear: both;
}

.sitemap-links ul li {
  float: left;
  border-left: 1px solid #5b5b5b;
  padding: 0 10px;
  text-align: left;
}

.sitemap-links ul li a {
  font-size: 12px;
  color: #F7F7F6;
  text-decoration: none;
}


.footer-social {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-social.lp {
  height: 60px;
}

.social-media-links {
  line-height: 53px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 5px;
}

.social-media-links:before,
.social-media-links:after {
  content: " ";
  display: table;
}

.social-media-links:after {
  clear: both;
}

.social-media-links .simple-banner-component {
  display: inline-block;
  margin: 0;
}

.social-media-links a {
  font-size: 24px;
  color: #fff;
  padding: 0 .5em;
  display: block;
}

.social-media-links a[href*=twitter]:hover {
  color: #00aced;
}

.social-media-links a[href*=youtube]:hover {
  color: #b00;
}

.social-media-links a[href*=linkedin]:hover {
  color: #007bb6;
}

.social-media-links a::before {
  font-family: hubicons;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.social-media-links a[href*=twitter]::before {
  content: "\0069";
}

.social-media-links a[href*=youtube]::before {
  content: "\006c";
}

.social-media-links a[href*=linkedin]::before {
  content: "\006d";
}


@media (min-width: 768px) {

  .footer {
    padding: 45px 0;
  }

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

  .social-media-links {
    float: right;
    margin-top: 0;
  }
}

@media (min-width: 992px) {

  .footer-menu {
    width: 75%;
    float: left;
  }

  .footer-menu .hs-menu-wrapper > ul > li {
    width: 33.33333333%;
    float: left;
  }

  .footer-contact {
    width: 25%;
    float: left;
  }

  .brand-logo-wrapper {
    width: 75%;
    float: left;
  }

  .footer-social {
    width: 25%;
    float: left;
  }
}

@media (max-width: 991px) {

  .footer-menu .hs-menu-wrapper > ul > li .link-parent {
    border-bottom: 2px solid rgba(247,247,247,.21);
  }

  .footer-menu .hs-menu-wrapper > ul > li .link-title:after {
    content: none;
  }

  .footer-menu .hs-menu-wrapper > ul > li .link-title a br {
    display: none;
  }

  .footer-menu .hs-menu-wrapper > ul > li ul {
    margin-left: 15px;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height .35s ease;
    -o-transition: max-height .35s ease;
    transition: max-height .35s ease;
  }

  .footer-menu .hs-menu-wrapper > ul > li ul:after {
    content: "";
    display: block;
    margin-bottom: 30px;
  }

  .footer-menu .hs-menu-wrapper > ul > li ul.active {
    max-height: 500px;
  }

  .brand-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
  }

  .brand-logo-inner {
    margin-bottom: 5px;
  }

  .copyright {
    color: #F7F7F6;
    text-align: center;
    float: none;
    margin-right: 0;
  }

  .sitemap-links {
    padding: 0 0 19px;
    margin: 0 auto;
    float: none;
  }

  .sitemap-links ul li {
    float: none;
    display: inline-block;
    width: 23%;
    border: 0;
    text-align: center;
  }

  .sitemap-links ul li:first-child {
    padding-left: 0;
    border-left-width: 0;
  }

  .sitemap-links ul li:last-child {
    padding-right: 0;
    width: 27%;
  }

  .sitemap-links ul li a span {
    display: none;
  }

  .social-media-links {
    float: none;
    text-align: center;
  }
}

@media (max-width: 767px) {

  .brand-logo-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* Menu and simple menu */

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

:root {
  --yellow: #FDDB32;
  --accent: #2D8C9E;
  --accent-hover: #2D8C9E;
  --text: #646660;
  --dark: #202621;
  --light: #F7F7F6;
  --transparent: 'transparent';
  --black: #000000;
  --brand-color: #FDDB32;
  --main-black: #202621;
  --white: #ffffff;
  --red: #E21F2D;
  --green: #09B26D;
  --blue-500: #34A1B7;
  --blue-600: #2D8C9E;
  --orange: #F1C400;
  --gray-50: #F7F7F6;
  --gray-100: #EFEEED;
  --gray-200: #E7E6E4;
  --gray-300: #C8C9C7;
  --gray-400: #919490;
  --gray-500: #646660;
  --gray-600: #4D514D;
  --gray-700: #202621;
  --gray-800: #151916;
  --gray-900: #0B0D0B;
  --brand-acceltex-primary: #0d67a2;
  --brand-aclara-primary: #6aa2b8;
  --brand-acmeelectric-primary: #003875;
  --brand-aec-primary: #FDDB32;
  --brand-austdac-primary: #0066cc;
  --brand-beckwithelectric-primary: #EE2E3B;
  --brand-bell-primary: #008191;
  --brand-bryant-primary: #149367;
  --brand-burndy-primary: #e3173e;
  --brand-chalmit-primary: #103673;
  --brand-chancefoundationsolutions-primary: #FDDB32;
  --brand-cmc-primary: #FDDB32;
  --brand-cpi-primary: #1B273D;
  --brand-continentalindustries-primary: #26347C;
  --brand-ecm-primary: #112295;
  --brand-gai-tronics-primary: #0D2F63;
  --brand-gleasonreel-primary: #ff6d22;
  --brand-hawke-primary: #124577;
  --brand-hipotronics-primary: #ec1f26;
  --brand-homestyle-primary: #FDDB32;
  --brand-hubbell-primary: #FDDB32;
  --brand-hubbellcanada-primary: #FDDB32;
  --brand-hubbelldobrasil-primary: #FDDB32;
  --brand-hubbellindustrialcontrols-primary: #FDDB32;
  --brand-hubbellmexico-primary: #FDDB32;
  --brand-hubbellpowersystems-primary: #FDDB32;
  --brand-hubbellpremisewiring-primary: #FDDB32;
  --brand-wiringdevice-kellems-primary: #FDDB32;
  --brand-killark-primary: #f27221;
  --brand-lyall-primary: #FDDB32;
  --brand-metron-primary: #FDDB32;
  --brand-powerohm-primary: #FDDB32;
  --brand-progresslighting-primary: #00529c;
  --brand-raco-primary: #fcb828;
  --brand-rigpower-primary: #d9272d;
  --brand-taymac-primary: #e81f2d;
  --brand-vantage-primary: #b3282d;
  --brand-wiegmann-primary: #004693;
  --brand-wiley-primary: #39b54a;
  --brand-acceltex-primary-invert: #ffffff;
  --brand-aclara-primary-invert: #ffffff;
  --brand-acmeelectric-primary-invert: #ffffff;
  --brand-aec-primary-invert: #202621;
  --brand-austdac-primary-invert: #ffffff;
  --brand-beckwithelectric-primary-invert: #ffffff;
  --brand-bell-primary-invert: #ffffff;
  --brand-bryant-primary-invert: #ffffff;
  --brand-burndy-primary-invert: #ffffff;
  --brand-chalmit-primary-invert: #ffffff;
  --brand-chancefoundationsolutions-primary-invert: #202621;
  --brand-cmc-primary-invert: #202621;
  --brand-cpi-primary-invert: #ffffff;
  --brand-continentalindustries-primary-invert: #ffffff;
  --brand-ecm-primary-invert: #ffffff;
  --brand-gai-tronics-primary-invert: #ffffff;
  --brand-gleasonreel-primary-invert: #ffffff;
  --brand-hawke-primary-invert: #ffffff;
  --brand-hipotronics-primary-invert: #ffffff;
  --brand-homestyle-primary-invert: #202621;
  --brand-hubbell-primary-invert: #202621;
  --brand-hubbellcanada-primary-invert: #202621;
  --brand-hubbelldobrasil-primary-invert: #202621;
  --brand-hubbellindustrialcontrols-primary-invert: #202621;
  --brand-hubbellmexico-primary-invert: #202621;
  --brand-hubbellpowersystems-primary-invert: #202621;
  --brand-hubbellpremisewiring-primary-invert: #202621;
  --brand-wiringdevice-kellems-primary-invert: #202621;
  --brand-killark-primary-invert: #ffffff;
  --brand-lyall-primary-invert: #202621;
  --brand-metron-primary-invert: #202621;
  --brand-powerohm-primary-invert: #202621;
  --brand-progresslighting-primary-invert: #ffffff;
  --brand-raco-primary-invert: #000000;
  --brand-rigpower-primary-invert: #ffffff;
  --brand-taymac-primary-invert: #ffffff;
  --brand-vantage-primary-invert: #ffffff;
  --brand-wiegmann-primary-invert: #ffffff;
  --brand-wiley-primary-invert: #ffffff;
}
.font-medium {
  font-weight: 700!important;
}
.\!border-gray-300 {
  border-color: var(--gray-300)!important
}

.text-center {
  text-align: center;
}
  .btn {
    font-size: 12px; 
    letter-spacing: 2px!important;
    text-transform: uppercase;
    padding: 10px 16px;
    line-height: 1;
    border: 1px solid;
    border-radius: 4px;
    font-weight: 700;
    line-height: 16px;
  }
  .btn-primary {
      background-color: var(--brand-hubbell-primary);
      color: var(--brand-hubbell-primary-invert);
      border-color: var(--brand-hubbell-primary);
  }
  .btn-secondary {
      background-color: transparent;
      color: var(--gray-700);
      border-color: var(--gray-700);
  }
  .btn-secondary:hover {
      background-color: var(--gray-50);
      color: var(--gray-700);
      border-color: var(--gray-700);
  }

.slick-prev {
    left: -75px!important;
}
.slick-next {
    right: -75px!important;
}
.slick-prev, .slick-next {
  width: 50px!important;
  height: 50px!important;
}
.slick-prev:before {
  content: '3'!important;
}
.slick-next:before {
  content: '4'!important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'hubicons'!important;
    color: #000 !important;
    border-radius: 50%;
    font-size: 18px !important;
    padding: 16px;
    opacity: 1!important;
    font-weight: 300!important;
    box-shadow: -1px 4px 8px rgb(0 0 0 / 22%)!important;
    background-color: #fff;
    z-index: 9999;
}
.slick-slide img {
  max-width: 100%;
  height: auto;
}
.slick-dots {
  bottom: -50px!important
}
@media(max-width: 767px) {
.responsive {
  max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}
  .slick-prev {
    left: -25px!important;
}
.slick-next {
    right: -25px!important;
}
}