*, *: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 ;
    }
}
.dnd-section{
  margin: 0 -30px;
}
.dnd-section > .row-fluid,
.content-wrapper {
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section {
    margin: 0;
}
}
@font-face {
  font-family: "museo-sans"; 
  src: url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal; 
  font-weight: 700; 
}
@font-face { 
  font-family: "museo-sans"; 
  src: url("https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), 
    url("https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),
    url("https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype"); 
  font-style: normal;
  font-weight: 900; 
}
@font-face { 
  font-family: "noto-serif"; 
  src: url("https://use.typekit.net/af/70c13d/00000000000000003b9b258c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/70c13d/00000000000000003b9b258c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/70c13d/00000000000000003b9b258c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 400; 
}
body {
  overflow-x: hidden;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
}

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

/* Paragraphs */

p {
  font-size: 22px;
  line-height: 28px;
  margin: 15px 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top:0;
  line-height:1.2;
}

/* 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;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 15px;
}
.hs_cos_wrapper_type_rich_text ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-image: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/arrow-blue.png);
}
.hs_cos_wrapper_type_rich_text ul li {
  padding-bottom: 10px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  word-break: break-word;
}
.hs_cos_wrapper_type_rich_text ol li:before {
  margin-right: 10px;
  content: counters(item,".") ". ";
  display: inline-block;
  color: #005aa5;
  font-size: 18px;
}
.hs_cos_wrapper_type_rich_text ol li {
  counter-increment: item;
}
.hs_cos_wrapper_type_rich_text ol {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  counter-reset: item;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 767px){
  p {
    font-size: 16px;
  }
}
@media (max-width: 480px){
  p {
    line-height: 34px;
    margin-bottom: 10px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  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;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */
.body-container-wrapper .custom_error_message form, 
.body-container-wrapper .widget-type-form, 
.body-container-wrapper .widget-type-blog_subscribe, 
.body-container-wrapper .widget-type-google_search, 
.body-container-wrapper .widget-type-password_prompt.custom_error_message, 
.body-container-wrapper .widget-type-email_simple_subscription, 
.hs-blog-post .body-container-wrapper .widget-type-blog_comments, 
.body-container-wrapper .hs-search-field__bar, 
.body-container-wrapper .submitted-message, 
.body-container-wrapper #hs_cos_wrapper_password_prompt, 
.body-container .submitted-message, .form-container form,
#hs_cos_wrapper_backup_unsubscribe form, #hs_cos_wrapper_password_prompt form {
  -webkit-box-shadow: 2px 5px 6px #5757571c;
  box-shadow: 2px 5px 6px #5757571c;
  background-color: #fff;
  padding:15px 20px;
  margin:0 0 10px;
}
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

.hs-form label {
  font-family: "museo-sans",sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 15px;
  display: inline-block;
}

/* 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 {
  background: #fff;
  border: 3px solid #d8cfbe;
  border-radius: 0;
  height: auto!important;
  padding: 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  display:block;
  width:100%!important;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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


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 {
  font-size: 0.875rem !important;
  line-height: 1.3rem !important;
}

/* Validation */

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

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

.hs-error-msg,
ul.no-list.hs-error-msgs label{
  color: #ff0000!important;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button{
  margin:20px 0;
  cursor: pointer;
  white-space: normal;
  color: #fff;
  border: none;
  border-radius: 5px;
  border: none;
  font-size: 1.375rem;
  font-weight: 900;
  font-family: "museo-sans",sans-serif;
  text-align: center;
  text-decoration: none!important;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs-error-msg, ul.no-list.hs-error-msgs label {
  font-weight: normal;
}
/* 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-group {
  background-color: #193966;
  background-image: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/dixon_top_header_bk.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 10px solid #ffc02f;
  box-shadow: 2px 5px 6px 0 rgb(0 0 0 / 10%);
  display: flex;
  height: 204px;
  position: relative;
  z-index: 3;
}


.header-container {
  display: flex;
  margin: 0 auto;
  max-width: 1420px;
  width: 100%;
}
.header-container .header-left {
  margin: 0 30px 0 50px;
  position: relative;
  z-index: 2;
}
.header-container .header-left .header-left-inner {
  margin: 53px 0;
}
.header-left .header-left-inner section.header-logo {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.header-left .header-left-inner section.header-logo a {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: #193a67;
}
.header-left .header-left-inner section.header-logo a>img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}


.header-container .header-right {
  width: 100%;
}
.header-container .header-right .container-header-top {
  margin: 20px 0 0;
}

.header-container .header-right .container-header-bottom {
  margin: 103px -2px 0 -10px;
}
.custom-menu-primary {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-menu-primary .hs-menu-wrapper> ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  text-transform: capitalize;
}
.custom-menu-primary .hs-menu-wrapper> ul>li {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper> ul>li>a {
  white-space: nowrap;
  color: #fff;
  display: inline;
  font-family: "museo-sans",sans-serif;
  font-size: 28px;
  font-weight: 900;
  padding: 0 25px 59px 0;
  text-align: right;
}
.custom-menu-primary .hs-menu-wrapper> ul>li>a:hover {
  color: #ffe5a9;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper> ul>li>ul {
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  position: absolute;
  float: none;
  background-color: #fff;
  border-radius: 0;
  border-top: 10px solid #cc982b;
  box-shadow: 2px 5px 6px 0 rgb(0 0 0 / 10%);
  color: #212529;
  margin-top: 0;
}
.custom-menu-primary .hs-menu-wrapper> ul>li>ul>li {
  background-color: transparent;
  border: 0;
  color: #212529;
  display: block;
  padding: 0 30px;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
  clear: both;
  font-weight: 400;
}
.custom-menu-primary .hs-menu-wrapper> ul>li>ul>li>a {
  color: #060e14;
  font-family: "museo-sans",sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 49px;
}
.custom-menu-primary .hs-menu-wrapper> ul>li>ul>li>a:hover {
  color: #005aa5;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper> ul>li:last-child a {
  background: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/search-icon.svg) no-repeat;
  background-size: contain;
  height: 50px;  
  width: 54px;
  background-position: center;
  color: transparent;
  margin: -10px 0;
  position: absolute;
  background-size: 85%;
}
.custom-menu-primary .hs-menu-wrapper> ul>li:last-child>a:hover {
  color: transparent;
  height: 55px;
  width: 59px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}


.custom-menu-primary .hs-menu-wrapper> ul>li.show>ul {
  position: absolute;
  top: 0px;
  left: 0px;
  will-change: transform;
  display: block;
  transform: translate3d(0px,96px,0px);
}
div#hs_cos_wrapper_header-logo-mobile {
  display: none;
}
.main-header-top {
  float: right;
  margin-right: 70px;
  text-transform: capitalize;
}
.region-header-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.top-nav{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.top-nav a{
  color: #dae4ef;
  font-family: "museo-sans",sans-serif;
  font-size: 22px;
  margin-right: 8px;
}
.top-nav a:hover {
  color: #ffe5a9;
  text-decoration:none;
}
.country-icon:hover {
  color: #ffe5a9;
}
.lang-link a:hover{
  text-decoration:none; 
}
.phone-menu {
  background-image: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/phone-icon.svg);
  background-position: left;
  background-repeat: no-repeat;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem!important;
  display: none;
}
.nav-link--en-user-login{
  padding: 0.5rem;
  display:none;
}
.nav-link--en-user-login::before {
  background-image: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/person.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 2.2rem;
  content: '';
  background-size: 22px;
}
.lang-link a{
  display: inline-block;
  padding: 0.5rem;
}
.country-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  position: relative;
  color: #dae4ef;
  font-family: "museo-sans",sans-serif;
  font-size: 22px;
}
.country-icon img {
  margin-top: -1px;
  border: 3px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 6px;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
}
.menu--search {
  display: none;
}
.menu--search ul {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.menu--search ul li a {
  color: #dae4ef;
  font-family: "museo-sans",sans-serif;
  font-size: 22px;
  margin-right: 8px;
  display: block;
  padding: 0.5rem 1rem;
  padding-right: 32px;
}
.mobile-open .mobile-menu-primary{
  display: block;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.close-mobile-menu {
  background: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/cancel-white.svg) no-repeat;
  background-size: contain;
  width: 33px;
  background-size: inherit;
  cursor: pointer;
  float: right;
  height: 33px;
  right: 20px;
  top: 20px;
  display: block;
  position: relative;
  z-index: 1;
  padding: 3px 20px;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-menu-primary{
  bottom: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: 0s,.6s;
  -o-transition-delay: 0s,.6s;
  transition-delay: 0s,.6s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9995;
  width: 80%;
  min-width: 100%;
  max-width: 100%;
  -webkit-transition: bottom 0s ease 0s,-webkit-transform .3s ease 0s;
  transition: bottom 0s ease 0s,-webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s,bottom 0s ease 0s;
  transition: transform .3s ease 0s,bottom 0s ease 0s;
  transition: transform .3s ease 0s,bottom 0s ease 0s,-webkit-transform .3s ease 0s;
  height: 100%;
  background: #060E14;
  color: #fff;
  font-family: 'museo-sans',sans-serif;
  font-size: 20px;
  line-height: 52px;
  opacity: 0.98;
  cursor: default;
  display: none;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  padding: 0;
  margin: 0 0 10px 0;
}
.mobile-menu-primary .hs-menu-wrapper >ul.open{
  left: -100%;
  overflow-y: hidden;
}
.mobile-menu-primary .hs-menu-wrapper >ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 50px;
  left: 100%;
  bottom: 0;
  width: 200%;
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left .3s ease 0s;
  -o-transition: left .3s ease 0s;
  transition: left .3s ease 0s;
  cursor: default;
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  padding-right: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  margin-top: 20px;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li {
  position: relative;
  background: inherit;
  cursor: pointer;
  line-height: 40px;
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li.hs-item-has-children:before{
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 0;
  background-image: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/arrow-right.svg);
  width: 17px;
  height: 26px;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li>a{
  position: relative;
  z-index: 1;
  padding: 3px 20px;
  display: block;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color:#fff;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li>a:hover{
  color:#fff;
  text-decoration:none;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li:after{
  content: '';
  display: block;
  margin-left: 20px;
  opacity: .15;
}
.mobile-menu-primary .hs-menu-wrapper >ul:after {
  content: '';
  display: block;
  height: 50px;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li.child-open>ul{
  left: 0;
  margin-top: 0;
  padding-top: 20px;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li>ul{
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 200%;
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 100%;
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left .3s ease 0s;
  -o-transition: left .3s ease 0s;
  transition: left .3s ease 0s;
  cursor: default;
  list-style:none;
}

.mobile-menu-primary .hs-menu-wrapper >ul>li>ul>li {
  position: relative;
  background: inherit;
  cursor: pointer;
  line-height: 40px;
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li>ul>li>a{
  background: inherit;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 3px 20px;
  display: block;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li.dl-back{
  display: block;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  border-top: 5px solid;
  border-left: 5px solid;
  -webkit-transform: rotate(
    -45deg) translate(50%,-50%);
  -ms-transform: rotate(-45deg) translate(50%,-50%);
  transform: rotate(
    -45deg) translate(50%,-50%);
  opacity: 1;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li.dl-back>a{
  padding:0;
  margin:0;
}
.mobile-menu-cta-container {
  display: block;
  margin: 40px 0 0;
  padding: 0 20px;
}
.mobile-menu-cta-container .user-login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li.dl-back {
  margin: 8px 0 18px 20px;
  border: 0;
  transform: none;
  width: 50%;
  height: 24px;
  position: relative;
  top: -3px;
  left: 0;
}

.mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li.dl-back>a:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-item-height)/ 2);
  left: 20px;
  left: var(--mm-item-indent);
  width: 20px;
  height: 20px;
  margin-top: 10px;
  border-top: 5px
    solid;
  border-left: 5px
    solid;
  -webkit-transform: rotate(
    -45deg) translate(50%,-50%);
  -ms-transform: rotate(-45deg) translate(50%,-50%);
  transform: rotate(
    -45deg) translate(50%,-50%);
  opacity: 1;
}
.mobile-menu-cta-container .user-icon {
  background: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/user-icon.svg) no-repeat;
  background-size: contain;
  height: 31px;
  width: 26px;
  background-position: left;
  background-size: inherit;
  margin: 10px 0 0;
}
.mobile-menu-cta-container a{
  background: inherit;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 3px 20px;
  display: block;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-menu-cta-container a:hover{
  color: #fff;
}
.mobile-menu-cta-container .small-action-btn {
  cursor: pointer;
  font-family: 'museo-sans',sans-serif;
  text-align: center;
  text-decoration: none;
  background: #005aa5;
  -webkit-box-shadow: 0 3px 0 #00527d;
  box-shadow: 0 3px 0 #00527d;
  color: #fff;
  border: none;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  font-weight: 900;
  padding: 12px;
  min-width: 100%;
  width: calc(100% - 50px);
}
.mobile-menu-cta-container .small-action-btn:hover {
  background: #00447c;
  color: #fff;
}
.mobile-menu-cta-container .small-action-btn:after,
.mobile-menu-cta-container .chat-with-support:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .15;
}
.mb-20 {
  display: block;
  margin-bottom: 20px;
}
.mobile-menu-cta-container .chat-with-support {
  cursor: pointer;
  font-family: 'museo-sans',sans-serif;
  text-align: center;
  text-decoration: none;
  background: #ffc02f;
  -webkit-box-shadow: 0 3px 0 #cc982b;
  box-shadow: 0 3px 0 #cc982b;
  color: #060e14;
  border: none;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  font-weight: 900;
  padding: 12px;
  min-width: 100%;
  width: calc(100% - 50px);
  display: block;
}
.mobile-menu-cta-container .chat-with-support:hover {
  background: #ffb406;
  color: #060e14;
}
.mobile-menu-cta-container .mobile-region-link {
  padding-top: 20px;
}
.mobile-menu-cta-container .mobile-region-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile-menu-cta-container .mobile-region-link a .flag-icon {
  height: 3.5rem;
  width: 3.5rem;
  border: 3px solid white;
  border-radius: 50px;
}
.mobile-menu-cta-container .mobile-region-link a .rl-country-code {
  height: 2.5rem;
  font-size: 34px;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 3px 20px;
  color: #dae4ef;
  font-family: "museo-sans",sans-serif;
  display: block;
}
.mobile-menu-cta-container .mobile-region-link a .rl-change-region {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding: 3px 20px;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-menu-primary .hs-menu-wrapper>ul>li>ul {
  margin-top: 0;
  padding-top: 20px;
}
.menu--search ul li a:hover{
  text-decoration:none;
}
@media (min-width: 1281px) and (max-width: 1350px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 26px;
    padding: 0 15px 59px 0;
  }
}
@media (min-width: 481px){
  .header-container .header-right .container-header-bottom {
    margin: 103px 0 0 -15px;
  }
}
@media (min-width: 768px){
  .phone-menu,
  .nav-link--en-user-login{
    display: block;
  }
}
@media (min-width: 1281px){
  .header-container .header-right .container-header-bottom {
    margin: 103px 0 0 40px;
  } 
  .custom-menu-primary .hs-menu-wrapper> ul>li>ul {
    top: -3px !important;
  }

}
@media (min-width: 1351px){
  .custom-menu-primary .hs-menu-wrapper> ul>li>ul {
    top: -5px !important;
  }
}

@media (max-width:1280px){
  .header-left .header-left-inner section.header-logo,
  .region-header-top{
    margin: 0;
  }
  .nav-link--en-user-login::before {
    background-size: 18px;
    padding-left: 1.8rem;
  }
}



@media (min-width: 768px) and (max-width: 1280px){
  .header-group{
    background-position: 0;
  }
  .header-container .header-left .header-left-inner {
    margin: 26px 0;
    width: 224px;
  }
  .header-left .header-left-inner section.header-logo a>img {
    margin-top: 15px;
  }
  .mobile-menu-wrapper {
    margin-top: 115px;
    position: relative;
    right: 210px;
  }
  .hamburger-menu {
    background: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/menu.svg) no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    cursor: pointer;
    float: right;
    margin-right: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hamburger-menu:after {
    color: #fff;
    content: 'MENU';
    font-family: "museo-sans",sans-serif;
    font-size: 25px;
    padding-left: 40px;
    position: absolute;
    box-sizing: border-box;
  }
  .header-container .header-right .container-header-bottom .header-bottom-inner {
    display: none;
  }
  div#hs_cos_wrapper_header-logo-desktop {
    display: none;
  }
  div#hs_cos_wrapper_header-logo-mobile {
    display: block;
  }
  .main-header-top{
    margin-right: 40px;
  }
  .top-nav a{
    margin-right: 0;
    font-size: 18px;
  }
  .country-icon{
    font-size: 18px;
  }
  .menu--search{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 40px;
    top: 108px;
    width: 200px;
  }
  .menu--search ul{
    margin-left: 3rem;
  }
  .menu--search ul li a{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "museo-sans",sans-serif;
    font-size: 25px;
    margin: 1px 0;
    padding: 0 0 0 40px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
  }
  .menu--search ul li a:before{
    content: '';
    position: absolute;
    background: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/search-icon.svg) no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    left: 0;
    margin-right: 10px;
  }
  .menu--search ul li a:hover::before {
    margin-left: 10px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .nav-link--en-user-login {
    padding: 0.5rem!important;
  }
}
@media (min-width: 481px) and (max-width: 767px){
  .menu--search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu--search ul li a {
    background: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/search-icon.svg) no-repeat;
    background-size: contain;
    height: 32px;
    width: 32px;
    background-size: cover;
    float: right;
    color: transparent !important;
    background-position: center;
    margin: 1px;
  }
  .menu--search ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lang-link{
    display:none;
  }
  .header-right{
    height: 100%;
  }
  .header-container .header-left .header-left-inner{
    margin: 0;
  }
  #hs_cos_wrapper_header-logo-desktop{
    display:none;
  }
  div#hs_cos_wrapper_header-logo-mobile{
    display:block;
  }
  .header-left .header-left-inner section.header-logo a>img{
    display: block;
    height: 70px;
  }
  .header-bottom-inner{
    display:none;
  }
  .mobile-menu-wrapper {
    margin-right: 25px;
    margin-top: 0;
  }
  .hamburger-menu{
    background: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/menu.svg) no-repeat;
    background-size: contain;
    height: 28px;
    width: 32px;
    background-size: cover;
    cursor: pointer;
    float: right;
    margin-right: 45px;
    position: absolute;
    right: 36px;
  }
}

@media (max-width: 767px){
  .header-group {
    background-position: top;
    height: auto;
  }
  .menu--search ul li{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu--search ul li a {
    padding-right: 16px;
  }
  .menu--search ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-header-top{
    margin-right: 6px!important;
  }
  .container-header-top {
    margin: 0 15px 0 0 !important;
  }
  .header-container .header-right{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 70%;
  }
  .header-container .header-left{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 !important;
    width: 30%;
  }
  .header-left .header-left-inner section.header-logo a{
    margin: 0;
    padding: 15px;
    vertical-align: middle;
  }
  .hamburger-menu{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header.lp-header .header-right {
    min-height: 103px;
  }
}
@media (max-width: 480px){

  .mobile-menu-wrapper {
    display: inline-block;
    margin-right: 0;
    width: auto;
  }
  .hamburger-menu {
    background: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/menu.svg) no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    background-size: contain;
    cursor: pointer;
    float: right;
    margin-right: 25px;
    position: absolute;
    right: 30px;
  }
  .header-bottom-inner{
    display:none;
  }
  .menu--search {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
  }
  .menu--search ul{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .menu--search ul li a{
    background: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/search-icon.svg) no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    background-size: cover;
    float: right;
    color: transparent !important;
    background-position: center;
    margin: 0;
    padding: 0;
    font-size: 18px;
  }
  .lang-link{
    display:none;
  }
  .main-header-top {
    margin: 0!important;
  }
  .container-header-top{
    display: inline-block;
    width: 100%;
  }
  .header-container .header-right{
    width: 60%;
    height: auto;
  }
  .header-logo{
    margin: 0;
    width: 100%;
  }
  .header-container .header-left .header-left-inner{
    margin:0;
  }
  .header-container .header-left{
    width: 40%;
  }
  div#hs_cos_wrapper_header-logo-mobile{
    display:block;
  }
  #hs_cos_wrapper_header-logo-desktop {
    display: none;
  }
  .container-header-top {
    margin: 0 16px 0 0 !important;
  }
}
.footer-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  text-transform: capitalize;
  display: block;
}
.wrapper-footer-top {
  background-color: #082644;
  background-image: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/dixon_footer_bk.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 132px;
}
.wrapper-footer-top .footer__container {
  margin: 0 auto;
  width: 1420px;
  max-width: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.footer__container .row {
  margin-left: 0;
  margin-right: 0;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-top-inner-left {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-top-inner-left section.region-footer-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
}
.region-footer-top-text {
  color: #fff;
}
.region-footer-top-text h2 {
  line-height: 42px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  vertical-align: top;
  margin-top: 0.5em;
  font-weight: normal;
  display: none;
}
.footer-social-icons {
  display: inline-block;
}
.footer-social-icons ul {
  list-style-type: none;
  margin: 0;
  padding: 0 2em;
}
.footer-social-icons ul>li {
  display: inline-block;
  list-style: none;
}
.footer-social-icons ul>li>a {
  text-decoration: none;
  border: 0;
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
  color: white;
}
.footer-social-icons ul>li:not(:last-child) a {
  margin-right: 1.7em;
}
.footer-social-icons ul>li>a:hover {
  -webkit-filter: invert(2%) sepia(35%) saturate(7472%) hue-rotate( 
    299deg) brightness(121%) contrast(106%);
  filter: invert(2%) sepia(35%) saturate(7472%) hue-rotate( 
    299deg) brightness(121%) contrast(106%);
  position: relative;
  top: -5px;
}
.footer-social-icons ul>li>a>svg {
  display: inline-block;
  font-size: inherit;
  overflow: visible;
  vertical-align: -0.125em;
  width: 3.5em;
  height: 3.5em;
}
.footer-social-icons ul>li>a>svg:not(:root) {
  overflow: visible;
}
.footer-top-inner-right {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-top-inner-right .subscribe-block {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.footer-top-inner-right .subscribe-block a {
  color: #fff;
  display: inline-block;
  font-family: "museo-sans",sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0.5em;
  text-decoration: none;
}
.footer-top-inner-right .subscribe-block a:hover{
  text-decoration:underline;
}
#hs_cos_wrapper_dixon_heading{
  display:inline;
}
.subscribe-block .icon-subscribe {
  background: url(https://3021879.fs1.hubspotusercontent-na1.net/hubfs/3021879/raw_assets/public/DixonValve_November2021/images/newsletter_subscribe.svg) no-repeat;
  background-size: contain;
  height: 3.5em;
  width: 3.5em;
  margin-right: 2em;
  display: block;
  float: left;
}

/********************************************************************************************************/

.footer-bottom {
  -webkit-box-pack: center;
  justify-content: center;
  display: block;
}
.footer-bottom-container {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.footer-bottom-container .container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.footer-menu-block,
.copyright-block{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.region-footer-left {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-menu-block .hs-menu-wrapper>ul{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 0;
  text-transform: capitalize;
  padding:0;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-menu-block .hs-menu-wrapper>ul>li {
  padding-bottom: 15px;
}
.footer-menu-block .hs-menu-wrapper>ul>li>a {
  color: #193a67;
  font-family: "museo-sans",sans-serif;
  font-size: 18px;
  font-weight: 900;
  padding: 0 21px;
  display: block;
}
.footer-menu-block .hs-menu-wrapper>ul>li>a:hover {
  color: #060e14;
  text-decoration: underline;
}
.footer-menu-block .hs-menu-wrapper>ul>li:not(:first-child) >a {
  position: relative;
}
.footer-menu-block .hs-menu-wrapper>ul>li:not(:first-child) >a::after {
  border-left: 2px solid #e4e4e4;
  content: '';
  height: 100%;
  left: 0;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
}
.copyright-block{
  text-align:center;
}
.copyright-block a {
  margin: 30px 40px 20px;
  width: 200px;
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.copyright-block a img {
  width: 200px;
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}
.copyright-text{
  text-align: center;
}
.copyright-text p {
  color: #575757;
  font-family: "noto-serif",serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}
.clear::after {
  display: block;
  clear: both;
  content: "";
}
#hs_cos_wrapper_footer-logo{
  display:inline-block;
}
@media (min-width:1350px){
  .footer-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-top-inner-left section.region-footer-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width:1280px){
  .region-footer-top-text h2 {
    display: inline-block;
  }
}

@media only screen and (min-width: 992px){
  .copyright-block a {
    margin: 30px 20px 20px;
  }
  .copyright-block a img {
    margin-bottom: 32px;
  }
  .copyright-text{
    text-align: left;
    display: inline-block;
  }
}

@media (min-width:768px){
  .footer-top-inner-left {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .footer-top-inner-right {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media (min-width: 576px){
  .footer-menu-block,
  .copyright-block{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1280px){
  .footer-social-icons ul>li>a {
    width: 2.5em;
    height: 2.5em;
  }
  .footer-social-icons ul>li:not(:last-child) a{
    margin-right: 0.7em;
  }
  .footer-social-icons ul>li>a>svg{
    width: 2.5em;
    height: 2.5em;
  }
  .subscribe-block .icon-subscribe {
    height: 2.5em;
    width: 2.5em;
    margin-right: 1em;
  }
  .footer-top-inner-right .subscribe-block a{
    font-size: 18px;
  }
}
@media (max-width: 767px){
  .footer-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: hidden;
  }
  .footer-top-inner-left{
    margin-bottom: 2.5em;
  }
  .footer-top-inner-left section.region-footer-top{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: hidden;
  }
  .footer-bottom {
    overflow-x: hidden;
  }
  .footer-bottom-container{
    margin-bottom: 30px;
  }
  .copyright-text p {
    margin: 20px 0 0;
  }
  .region-footer-left {
    margin: 0;
  }
  .footer-menu-block .hs-menu-wrapper>ul {
    margin-top: 50px;
  }
  .footer-menu-block .hs-menu-wrapper>ul>li>a {
    font-size: 18px;
    padding: 0 30px;
  } 
}
@media (max-width: 480px){
  .wrapper-footer-top .footer__container{
    padding-top: 20px;
    width: auto;
  }
  .footer-top-inner-left section.region-footer-top{
    padding-top: 1rem;
  }
  .footer-bottom-container{
    margin: 30px auto;
  }
  .region-footer-left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-menu-block .hs-menu-wrapper>ul{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
  .footer-menu-block .hs-menu-wrapper>ul>li{
    width:auto;
  }
  .copyright-text p {
    text-align: center;
  }
  .copyright-text p {
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 5px;
}
  .footer-menu-block .hs-menu-wrapper>ul>li>a {
    padding: 0 14px 0 14px;
}
}
@media (min-width: 320px) and (max-width: 340px){
  .footer-menu-block .hs-menu-wrapper>ul>li>a {
    padding: 0 10px 0 10px;
    font-size: 14px;
  }
  .copyright-text p {
    font-size: 13px;
    margin: 0 0 20px;
    padding: 0 5px;
  }
}
