*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@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;
  }
}
@font-face {
  font-family: "Open Sans";
  src: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/fonts/OpenSans-Italic.woff);
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/fonts/OpenSans-Bold.woff); 
  font-weight: bold; 
}


html {
  -webkit-font-smoothing: antialiased;
  visibility: visible;
}

body {
  line-height: 24px;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

max-width:100%;

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

.content-wrapper,
.dnd-section > .row-fluid,
.page-center {
  margin: 0 auto;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  text-decoration: none;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
.hs-search-module .input a.hs-button.primary {
  margin-top: 27px;
}

/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0.35rem;
}

/* 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 {
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b !important;
  border: 1px solid;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  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.7rem 0;
}

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: #c87872;
}

.hs-error-msg,
.blog-comments form .hs_error_rollup label {
  color: #f2545b;
  margin-top: 0.35rem;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  white-space: normal;
  text-decoration: none;
  margin-top: 10px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: relative;
  z-index: 2;
  background: #fff;
}

header .top-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  z-index: 3;
  box-sizing: content-box;
}

.top-header .top-info {
  font-size: 14.4px;
}

.top-header .top-info p {
  margin: 0;
}

.top-header .top-info p:before {
  background: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/phone-h.png);
  content: '';
  display: inline-block;
  margin-right: 9px;
  height: 18px;
  width: 18px;
  vertical-align: middle;
}

.top-action .hs_cos_wrapper>a.top-hyp:first-child {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
  vertical-align: top;
  padding: 0 15px;
  font-size: 14.4px;
  color: #006097;
  text-decoration: none;
}

.top-action .hs_cos_wrapper>a.top-hyp:last-child {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
  vertical-align: top;
  padding: 0 15px;
  font-size: 14.4px;
  color: #006097;
  border-left: 1px solid #c6cdd2;
  text-decoration: none;
}

.top-action .hs_cos_wrapper>a.top-hyp:hover {
  text-decoration: underline;
}

.top-action .top-dropdown {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: transparent;
  display: inline-block;
  height: 21px;
  position: relative;
  line-height: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
  vertical-align: top;
  white-space: normal;
  z-index: 14;
  color: #006097;
  border-left-color: #c6cdd2;
}

.top-action>div {
  display: inline-block;
}

.top-action .top-dropdown .opener {
  position: relative;
  background: transparent;
  height: 100%;
  padding-bottom: 1px;
  min-width: 61px;
}

.top-action .top-dropdown .opener:before {
  background: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/login-red.png);
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  margin: auto;
  height: 18px;
  width: 16px;
  vertical-align: middle;
}

.top-action .top-dropdown .opener:after {
  background: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/arrow-down-grey.png);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  height: 5px;
  width: 11px;
}

.top-dropdown .summary {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 100%;
  z-index: -1;
  display: block;
  visibility: hidden;
  background: #fff;
  border-color: #c6cdd2;
  right: -1px;
  width: 218px;
}

.top-dropdown .summary .hs_cos_wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: 0;
  background: rgba(255,0,0,0);
  transition: none;
  pointer-events: auto;
  z-index: 12;
}

.top-dropdown .summary .hs_cos_wrapper a {
  cursor: pointer;
  text-decoration: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  display: block;
  padding-left: 20px;
  line-height: 40px;
  color: #006097;
  z-index: 999;
  position: relative;
}

.top-dropdown .summary .hs_cos_wrapper a:hover {
  background: #f4f6f7;
}

.top-action .top-dropdown:hover {
  margin-top: 0;
  margin-bottom: 0;
  height: 34px;
  border-color: #c6cdd2;
}

.top-action .top-dropdown:hover .opener {
  height: 34px;
  z-index: 12;
  background: #fff;
}

.top-dropdown:hover .summary {
  z-index: 11;
  visibility: visible;
}

header .middle-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 63px;
  margin: 15px auto 10px;
  max-width: 1000px;
  z-index: 2;
  border-color: #c6cdd2;
  box-sizing: content-box;
}

.middle-header .logo {
  position: relative;
  z-index: 2;
}

.middle-header .logo a {
  cursor: pointer;
  text-decoration: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #006097;
  display: block;
  line-height: 0;
}

.middle-header .logo a img {
  border-style: none;
  max-width: 100%;
}

.middle-header button.mob-account-btn {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none;
  outline: none;
  display: none;
  -webkit-appearance: button;
}

.middle-header .search {
  position: relative;
  margin: 0 10px;
  width: 55%;
}

.middle-header .basket {
  display: inline-block;
  position: relative;
  height: 50px;
  vertical-align: top;
  white-space: normal;
}

.middle-header .search .search-wrapper {
  z-index: 100;
  position: relative;
}

.middle-header .search .search-wrapper form .tbx-main-search {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
  border: 1px solid #c6cdd2;
}

.middle-header .search .search-wrapper form .tbx-main-search input {
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  font-family: Open Sans,sans-serif;
  color: #333;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  display: block;
  border: 0 none;
  background: transparent;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  padding: 0 14px;
  height: 42px;
  padding-left: 16px;
  padding-right: 65px;
  font-size: 12px;
}

.middle-header .search .search-wrapper form .tbx-main-search input::-webkit-input-placeholder {
  font-style: italic;
  color: #bfbfbf;
}

.middle-header .search .search-wrapper form button.btn-search {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 34px;
  padding: 0 40px 0 14px;
  text-align: center;
  text-decoration: none;
  text-shadow: rgb(0 0 0 / 30%) 0 1px 1px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: normal;
  border: none;
  border-radius: 0 2px 2px 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  min-width: 55px;
  font-family: Open Sans,sans-serif;
  color: #fff;
  font-size: 1em;
  background-color: #07b;
  border-color: #fff;
  padding-right: 14px;
}

.middle-header .search .search-wrapper form button.btn-search:hover {
  background-color: #235784;
  border-color: #fff;
  text-decoration: none !important;
}

.middle-header .search .search-wrapper form button.btn-search span.btn-cnt {
  display: none;
  line-height: 15px;
  padding-top: 3px;
}

.middle-header .search .search-wrapper form button.btn-search:before {
  background: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/search.png);
  content: '';
  display: inline-block;
  height: 17px;
  width: 17px;
}

.middle-header .basket .over-summary {
  background: transparent;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0 15px 0 46px;
  position: relative;
  height: 50px;
  line-height: 48px;
}

.middle-header .basket .over-summary a {
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-family: Open Sans,sans-serif;
  font-size: 12px;
  color: #999;
}

.middle-header .basket .over-summary a:before {
  background: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/basket.png) no-repeat scroll 0 0 transparent;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  height: 17px;
  width: 20px;
}

header .bottom-header {
  position: relative;
  z-index: 1;
  border-color: #c6cdd2;
  background: #fff;
}

.bottom-header .page-center {
  box-sizing: content-box;
}

.bottom-header .nav-opener-wrapper {
  border-width: 0 1px;
  border-style: solid;
  height: 60px;
  width: 64px;
  border-color: #c6cdd2;
  box-sizing: content-box;
}

.bottom-header .nav-opener-wrapper .nav-opener {
  cursor: pointer;
  position: relative;
  height: 60px;
  width: 64px;
  z-index: 1;
}

.bottom-header .page-center:before {
  content: " ";
  display: table;
}

.bottom-header .page-center:after {
  content: " ";
  display: table;
  clear: both;
}

.custom-menu-primary {
  display: block;
  position: relative;
  text-transform: none!important;
}

.custom-menu-primary .hs-menu-wrapper:before {
  display: table;
  content: " ";
}

.custom-menu-primary .hs-menu-wrapper:after {
  display: table;
  content: " ";
  height: 0;
  clear: both;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  max-height: 341px;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  font-family: Open Sans,sans-serif;
  color: #4f5b64;
  font-size: 17.6px;
  text-transform: none!important;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: transparent;
  padding: 0 16px;
  position: relative;
  display: block;
  line-height: 61px;
  z-index: 4;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  display: none;
  position: absolute;
  right: 0;
  padding: 27px 0 22px 0;
  z-index: 5;
  border-color: #c6cdd2;
  background-color: #fff;
  max-height: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table !important;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul li.separator {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul>li.hs-menu-item {
  box-sizing: border-box;
  display: table-cell;
  padding: 0 10px 0 25px;
  vertical-align: top;
  height: 100%;
  width: 20%;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e6e6e6;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul>li.hs-menu-item .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul>li.hs-menu-item .wrapper>a {
  line-height: 1.4em;
  font-weight: normal;
  margin: 0;
  font-family: Open Sans,sans-serif;
  color: #006097;
  text-transform: none!important;
  font-size: 1.15em;
  text-decoration: none;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul>li.hs-menu-item .wrapper>ul>li>a {
  display: inline-block;
  padding-left: 7px;
  position: relative;
  color: #006097;
  line-height: 18px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul>li.hs-menu-item .wrapper>ul>li>a:before {
  content: '› ';
  display: inline;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 0;
  color: #b2b2b2;
  top: 8px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul>li.hs-menu-item .wrapper>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul>li.hs-menu-item .wrapper>ul>li>a:hover {
  text-decoration: underline;
}

.sticky header .top-header {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: auto;
}

.bottom-header .nav-opener-wrapper .nav-opener:before {
  background: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/nav-open.png) no-repeat -9999px -9999px;
  content: '';
  position: absolute;
  top: 22px;
  left: 22px;
  height: 17px;
  width: 22px;
  background-position: 0 0;
}

.bottom-header .nav-opener-wrapper .nav-opener:after {
  background: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/nav-close.png) no-repeat -9999px -9999px;
  content: '';
  position: absolute;
  top: 21px;
  left: 23px;
  height: 19px;
  width: 18px;
}

.sticky .middle-header .logo {
  margin: 0 5px;
}

.sticky .middle-header .logo a img {
  max-height: 32px;
/*   width: 100% !important; */
  width: auto !important;
}

.sticky .middle-header .search {
  margin: 0 5px;
}

.sticky .top-header .top-info {
  display: none;
}

.sticky .top-action .hs_cos_wrapper>a.top-hyp:first-child,
.sticky .top-action .hs_cos_wrapper>a.top-hyp:last-child {
  display: none;
} 


.sticky .top-action .basket {
  display: inline-block;
  position: relative;
  height: 50px;
  vertical-align: top;
  white-space: normal;
}

.sticky .top-action .basket .over-summary.is-empty {
  background: transparent;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0 15px 0 46px;
  position: relative;
  height: 50px;
  line-height: 48px;
}

.sticky .top-action .basket .over-summary.is-empty a {
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-family: Open Sans,sans-serif;
  font-size: 12px;
  color: #999;  
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 3px;
}

.sticky .top-action .basket .over-summary.is-empty a:before {
  background: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/basket.png) no-repeat scroll 0 0 transparent;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  height: 17px;
  width: 20px;
  display: inline-block;
  position: static;
  vertical-align: middle;
}

.sticky .middle-header .basket {
  display: none;
}

.sticky .top-action .top-dropdown {
  height: 36px;
  border-left-color: transparent;
}

.sticky .top-action .top-dropdown:hover {
  height: 49px;
}

.sticky  .top-action .top-dropdown:hover .opener {
  height: 49px;
}

.sticky .top-action .top-dropdown:hover {
  border-left-color: #c6cdd2;
}

.sticky header.header.nav-open .bottom-header .nav-opener-wrapper:before {
  background: #000;
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: .3;
  height: 99999px;
}

.sticky header.header.nav-open .bottom-header .nav-opener-wrapper .nav-opener {
  background: #fff;
  border-bottom-color: #fff;
}

.sticky header.header.nav-open .bottom-header .nav-opener-wrapper .nav-opener:after {
  background-position: 0 0;
}

.sticky header.header.nav-open .bottom-header .nav-opener-wrapper .nav-opener:before {
  background: no-repeat;
}

.sticky header.header.nav-open .custom-menu-primary .hs-menu-wrapper>ul>li {
  float: none;
}

.sticky .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #4f5b64;
  border-width: 1px 0;
  margin-right: -1px;
  line-height: 20px;
  padding-top: 10px;
  padding-right: 26px;
  padding-bottom: 10px;
}

.sticky .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul {
  table-layout: fixed;
}

.top-action .basket {
  display: none;
}

.sticky .top-action .basket {
  display: inline-block;
  margin-right: 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a span:after {
  content: '';
  position: absolute;
  height: 3px;
  bottom: -6px;
  left: -6px;
  right: -6px;
  background: #235784;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a span {
  position: relative;
}

.sticky .top-action .top-dropdown .opener {
  min-width: 57px;
}

.middle-header .logo a img {
  min-height: 32px;
/*   width: auto !important; */
}













@keyframes show-header {
  from {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}




@media (min-width:640px) {
  .sticky .middle-header .logo {
    padding: 14px 0;
  }
  .middle-header .nav-opener-wrapper {
    display: none;
  }
  .middle-header .top-dropdown {
    display: none;
  }
  .middle-header .basket {
    display: none;
  }
  .sticky header.header.nav-open .custom-menu-primary .hs-menu-wrapper>ul {
    max-height: 318px;
  }
  .sticky header.header.nav-open .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 11px 0;
    width: 25%;
    background: #fff;
    border: 1px solid #c6cdd2;
    overflow-x: hidden;
    overflow-y: auto;
    float: none;
    box-sizing: content-box;
  }
  .sticky .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper {
    top: 0;
    right: 0;
    min-height: 100%;
    margin-left: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 75%;
    max-height: calc(100vh - 62px);
  }
  .sticky .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul>li.hs-menu-item {
    width: auto;
  }
  .sticky .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    -webkit-transform: rotate(
      -90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(
      -90deg);
    content: '';
    background: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/arrow-group-expand.png) no-repeat;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    right: 13px;
    height: 5px;
    width: 11px;
  }
  .sticky header .bottom-header {
    position: static;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    background: #fff;
  }
  .sticky header .middle-header {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    min-height: inherit;
  } 
  .sticky .bottom-header .page-center {
    padding: 0;
  }
  .sticky header.header.nav-open .custom-menu-primary {
    display: block;
  }
  .sticky .custom-menu-primary {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hover>a {
    z-index: 6;
    color: #4f5b64;
    border-color: #c6cdd2;
    background-color: #fff;
  }

}


@media (min-width:1024px) {
  .lp_html body.sticky {
    padding-top: 63px;
  }
  header .top-header {
    padding: 0 4%;
  }
  header .middle-header {
    padding: 0 4%;
  }
  .middle-header .logo {
    margin-right: 10px;
    max-width: 40%;
    flex: 0 0 auto;
  }
  header .bottom-header {
    background: #f7f7f7;
  }
  .bottom-header .page-center {
    padding: 0 4%;
  }
  .bottom-header .nav-opener-wrapper {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper {
    margin-top: -1px;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hover .nav-wrapper {
    display: block;
  }
  .sticky header .header-blocks-wrapper {
    margin: 0 auto;
    width: 1000px;
  }
  .sticky .bottom-header .nav-opener-wrapper {
    display: block;
  }
  .sticky .custom-menu-primary {
    margin: 0 auto;
    width: 1000px;
  }
  .sticky .middle-header .logo {
    max-width: inherit;
  }
  .sticky .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper {
    margin-top: 0;
  }
  .sticky .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul>li.hs-menu-item:nth-child(3n+1),
  .sticky .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul>li.hs-menu-item:nth-child(5n+1){
    border-left: none;
  }
  body.sticky {
    padding-top: 185px;
  }
  .sticky header.header {
    border-color: #c6cdd2;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    border-width: 1px 0;
    border-style: solid;
    animation: show-header 300ms ease-in-out;
    will-change: transform;
    z-index: 3;
  }
  .sticky header .header-blocks-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

}


@media (max-width:1023px) {
  header .top-header {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: auto;
  }
  .bottom-header .page-center {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    float: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul>li.hs-menu-item {
    width: auto;
  }
  .middle-header .logo {
    margin: 0 5px;
  }
  .middle-header .logo a img {
    max-height: 32px;
/*     width: 100% !important; */
    width: auto !important;
  }
  .middle-header .search {
    margin: 0 5px;
  }
  .top-header .top-info {
    display: none;
  }
  .top-action .hs_cos_wrapper>a.top-hyp:first-child,
  .top-action .hs_cos_wrapper>a.top-hyp:last-child {
    display: none;
  }
  .top-action .basket {
    display: inline-block;
    position: relative;
    height: 50px;
    vertical-align: top;
    white-space: normal;
  }
  .top-action .basket .over-summary {
    background: transparent;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: transparent;
    padding: 0 15px 0 46px;
    position: relative;
    height: 50px;
    line-height: 48px;
  }
  .top-action .basket .over-summary a {
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-family: Open Sans,sans-serif;
    font-size: 12px;
    color: #999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 3px;
  }
  .top-action .basket .over-summary a:before {
    background: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/basket.png) no-repeat scroll 0 0 transparent;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    height: 17px;
    width: 20px;
    display: inline-block;
    position: static;
    vertical-align: middle;
  }
  .top-action .top-dropdown {
    height: 36px;
    border-left-color: transparent;
  }
  .top-action .top-dropdown:hover {
    height: 49px;
  }
  .top-action .top-dropdown:hover .opener {
    height: 49px;
  }
  header.header.nav-open .custom-menu-primary {
    display: block;
  }
  header.header.nav-open .bottom-header .nav-opener-wrapper .nav-opener {
    background: #fff;
    border-bottom-color: #fff;
  }
  header.header.nav-open .bottom-header .nav-opener-wrapper .nav-opener:before {
    background: no-repeat;
  }
  header.header.nav-open .bottom-header .nav-opener-wrapper .nav-opener:after {
    background-position: 0 0;
  }
  header.header.nav-open .bottom-header .nav-opener-wrapper:before {
    background: #000;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: .3;
    height: 99999px;
  }
}



@media (max-width:1023px) and (min-width:640px) {
  header.header {
    border-color: #c6cdd2;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    border-width: 1px 0;
    border-style: solid;
    animation: show-header 300ms ease-in-out;
    will-change: transform;
    z-index: 3;
  }
  body {
    padding-top: 60px;
  }
  header .header-blocks-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header .middle-header {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    min-height: inherit;
  }
  .custom-menu-primary {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  header .bottom-header {
    position: static;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    background: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 11px 0;
    width: 25%;
    background: #fff;
    border: 1px solid #c6cdd2;
    overflow-x: hidden;
    overflow-y: auto;
    float: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #4f5b64;
    border-width: 1px 0;
    margin-right: -1px;
    line-height: 20px;
    padding-top: 10px;
    padding-right: 26px;
    padding-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper {
    top: 0;
    right: 0;
    min-height: 100%;
    margin-left: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 75%;
    max-height: 290px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul {
    table-layout: fixed;
  }
  header.header.nav-open .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 11px 0;
    width: 25%;
    background: #fff;
    border: 1px solid #c6cdd2;
    overflow-x: hidden;
    overflow-y: auto;
    float: none;
    box-sizing: content-box;
  }
  header.header.nav-open .custom-menu-primary .hs-menu-wrapper>ul {
    max-height: 318px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    -webkit-transform: rotate(
      -90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(
      -90deg);
    content: '';
    background: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/arrow-group-expand.png) no-repeat;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    right: 13px;
    height: 5px;
    width: 11px;
  }
  .lp-header .middle-header .logo {
    padding: 14px 0;
  }



  .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul>li.hs-menu-item:nth-child(4n+1) {
    border-left: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hover .nav-wrapper {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul li.separator:nth-of-type(4n) {
    display: table-row;
  }
}


@media (max-width:767px) and (min-width:640px) {
  .middle-header .search {
    margin-left: auto;
    max-width: initial;
  }
}

@media (max-width:639px) {
  header .header-blocks-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }
  header .top-header {
    display: none;
  }
  header .middle-header {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 1px 0;
    border-style: solid;
    min-height: initial;
    margin: 0;
    width: 100%;
  }
  header .bottom-header {
    display: none;
  }
  .middle-header .nav-opener-wrapper {
    border-width: 0 1px;
    border-style: solid;
    height: 60px;
    width: 64px;
    border-color: #c6cdd2;
    box-sizing: content-box;
  }
  .middle-header .nav-opener-wrapper .nav-opener {
    cursor: pointer;
    position: relative;
    height: 60px;
    width: 64px;
    z-index: 1;
  }
  .middle-header .nav-opener-wrapper .nav-opener:before {
    background: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/nav-open.png) no-repeat -9999px -9999px;
    content: '';
    position: absolute;
    top: 22px;
    left: 22px;
    height: 17px;
    width: 22px;
    background-position: 0 0;
  }
  .middle-header .nav-opener-wrapper .nav-opener:after {
    background: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/nav-close.png) no-repeat -9999px -9999px;
    content: '';
    position: absolute;
    top: 21px;
    left: 23px;
    height: 19px;
    width: 18px;
  }
  .middle-header .logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px;
    text-align: center;
  }
  .middle-header .search {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border-width: 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 15px 15px;
    width: 100%;
    z-index: 1;
    border-color: #c6cdd2;
    background: #fff;
  }
  .middle-header .basket {
    border-left-width: 1px;
    border-left-style: solid;
    position: relative;
    height: 60px;
    border-color: #c6cdd2;
    box-sizing: content-box;
  }
  .middle-header .basket .over-summary {
    border-width: 0;
    height: auto;
    min-width: 62px;
    line-height: 62px;
    position: static;
    padding: 0;
  }
  .middle-header .basket .over-summary a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 3px;
  }
  .middle-header .basket .over-summary a:before {
    display: inline-block;
    position: static;
    vertical-align: middle;
  }
  .middle-header .logo a img {
    width: auto !important;
  }
  .middle-header button.mob-account-btn {
    display: block;
    margin: 0;
    position: relative;
    height: 60px;
    width: 62px;
    border-width: 0 0 0 1px;
    border-style: solid;
    background: none;
    box-shadow: none;
    cursor: pointer;
    border-color: #c6cdd2;
  }
  .middle-header button.mob-account-btn:before {
    content: "";
    background: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/login-red.png) no-repeat center center;
    position: absolute;
    top: 2px;
    left: 16px;
    right: auto;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 18px;
  }
  .middle-header button.mob-account-btn:after {
    background: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/arrow-down-grey.png);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    height: 5px;
    width: 11px;
    top: 2px;
  }
  .bottom-header .nav-opener-wrapper {
    display: none;
  }
  header .bottom-header {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border-width: 0 0 1px 0;
    border-style: solid;
    width: 100%;
  }
  .bottom-header .page-center {
    padding: 0 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    float: none;
    max-height: unset;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    background-image: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/arrow-group-expand.png) !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    background-position: right center !important;
    background-repeat: no-repeat !important;
    cursor: default;
    border-width: 0;
    clear: both;
    padding: 10px 15px 10px 0;
    overflow: hidden;
    line-height: normal;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a span {
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper {
    border-width: 0;
    position: static;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul {
    display: block;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul>li.hs-menu-item {
    display: block;
    padding: 0;
    height: auto;
    width: auto;
    padding: 10px 0 10px 15px;
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .nav-wrapper>ul>li.hs-menu-item .wrapper {
    height: auto;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .child-trigger {
    position: absolute;
    width: 100%;
    height: 44px;
    top: 0;
    z-index: 9;
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a {
    background-image: url(https://8575691.fs1.hubspotusercontent-na1.net/hubfs/8575691/raw_assets/public/ERA_Waters_January2022/images/arrow-group-collapse.png) !important;
  }
  .middle-header .top-dropdown {
    border-style: solid;
    position: relative;
    line-height: 20px;
    vertical-align: top;
    white-space: normal;
    z-index: 14;
    display: block;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    color: #006097;
    border-color: #c6cdd2;
    border-width: 0;
    width: 100%;
    order: 2;
  }
  .middle-header .top-dropdown .opener.collapsed {
    display: none;
  }
  .middle-header .top-dropdown .summary {
    border-width: 0;
    display: block;
    position: static;
    visibility: visible;
    z-index: initial;
    transition: none;
    display: none;
    width: auto;
    border-top-width: 1px;
  }
  .login-open .middle-header button.mob-account-btn:after {
    top: 0;
    -webkit-transform: rotate(
      180deg);
    transform: rotate(
      180deg);
  }
  .login-open .middle-header button.mob-account-btn {
    background: #f2f2f2;
  }
  .middle-header .nav-opener-wrapper .nav-opener {
    border-bottom-style: solid;
    border-bottom-width: 0; 
    background: #fff;
    border-bottom-color: #fff;
  }
  .mobile-open .middle-header .nav-opener-wrapper .nav-opener:after {
    background-position: 0 0;
  }
  .mobile-open .middle-header .nav-opener-wrapper .nav-opener:before {
    display:none;
  }
  .middle-header .basket {
    border-color: #fff;
  }
  .lp-header .middle-header .nav-opener-wrapper {
    border: 0;
  } 
  .lp-header .middle-header .nav-opener-wrapper .nav-opener {
    display:none;
  }
  .lp-header .middle-header button.mob-account-btn {
    border: 0;
  }
  .lp-header .middle-header button.mob-account-btn {
    visibility: hidden;
  }
  .lp-header .middle-header .search {
    display: none;
  }
}
footer.footer {
  display: block;
  width: 100%;
  background: #2d3439;
  box-shadow: inset 0 1px 0 0 #e6e6e6;
}

footer.footer .page-center:before {
  content: " ";
  display: table;
}

footer.footer .page-center:after {
  content: " ";
  display: table;
  clear: both;
}

footer .top-footer,
footer .bottom-footer {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  margin: 0 -2%;
  padding: 12px 0;
  height: 100%;
  width: 104%;
}

footer .top-footer {
  padding-top: 40px;
  padding-bottom: 25px;
}

footer .bottom-footer {
  padding-top: 20px;
  padding-bottom: 38px;
  color: #fff;
  font-size: 12px;
}

.bottom-footer .copyright {
  box-sizing: border-box;
  display: table-cell;
  padding: 0 1.85%;
  height: 100%;
  outline: none;
  vertical-align: top;
}

.bottom-footer .footer-nav {
  text-align: right;
  box-sizing: border-box;
  display: table-cell;
  padding: 0 1.85%;
  height: 100%;
  outline: none;
  vertical-align: top;
}

.bottom-footer .copyright p {
  margin: 0;
}

.footer-nav ul li {
  display: inline-block;
  padding-left: 7px;
  text-decoration: none;
}

.footer-nav ul li a {
  color: #fff;
  text-decoration: none;
}

.top-footer .top-menu {
  box-sizing: border-box;
  display: table-cell;
  padding: 0 1.85%;
  height: 100%;
  outline: none;
  vertical-align: top;
}

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

.top-menu .hs-menu-wrapper>ul>li {
  float: left;
  padding-right: 13px;
  width: 130px;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 5px;
  box-sizing: content-box;
}

.top-menu .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  color: #e8eaed;
}

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

.top-menu .hs-menu-wrapper>ul>li>ul>li {
  float: left;
  padding-right: 13px;
  width: 130px;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 12px;
  box-sizing: content-box;
}

.top-menu .hs-menu-wrapper>ul>li>ul>li>a {
  text-decoration: none;
  color: #e8eaed;
}

button.btn-scroll-top {
  border-style: solid;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  text-shadow: rgb(0 0 0 / 30%) 0 1px 1px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: normal;
  position: fixed;
  right: 20px;
  bottom: 70px;
  padding: 0;
  opacity: 0;
  width: 45px;
  height: 45px;
  border-width: 0 0 1px 0;
  border-radius: 50%;
  -webkit-transform: translateX(0) translateY(70px);
  -ms-transform: translateX(0) translateY(70px);
  transform: translateX(0) translateY(70px);
  -webkit-transition: opacity 300ms ease-in-out,-webkit-transform 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out,transform 300ms ease-in-out;
  transition: opacity 300ms ease-in-out,-webkit-transform 300ms ease-in-out;
  transition: opacity 300ms ease-in-out,transform 300ms ease-in-out;
  will-change: transform;
  z-index: 2;
  visibility: hidden;
  font-family: Open Sans,sans-serif;
  color: #fff;
  font-size: 1em;
  background-color: #07b;
  border-color: #fff;
}

button.btn-scroll-top svg.arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

button.btn-scroll-top svg.arrow path.icon-shadow-layer,
button.btn-scroll-top svg.arrow path.icon-layer  {
  fill: #fff;
}

button.btn-scroll-top.back-open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

button.btn-scroll-top:hover {
  background-color: #235784;
  border-color: #fff;
}

.top-menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
  text-decoration: underline;
}



@media (min-width:1024px) {
  footer.footer .page-center {
    padding: 0 4%;
    box-sizing: content-box;
  }
}


@media (max-width:1023px) and (min-width:640px) {
  footer .page-center {
    padding: 0 2%;
  }
}

@media (max-width:639px) {
  footer .page-center {
    padding: 0 15px;
  }
  footer .bottom-footer {
    display: block;
    margin: 0;
    width: auto;
    padding: 10px 10px 10px 10px;
  }
  .bottom-footer .copyright {
    text-align: center;
    display: block;
    padding: 0;
    vertical-align: initial;
  }
  .bottom-footer .footer-nav {
    text-align: center;
    display: block;
    padding: 0;
    vertical-align: initial;
  }
  .footer-nav ul {
    margin-left: 2px !important;
  }
  footer .top-footer {
    margin: 0;
    width: auto;
    display: block;
    padding-top: 20px;
  }
  .top-footer .top-menu {
    margin-bottom: 20px;
    display: block;
    padding: 0;
    vertical-align: initial;
  }
  .top-menu .hs-menu-wrapper>ul {
    display: table;
    width: 100%;
  }
  .top-menu .hs-menu-wrapper>ul>li {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */


/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}