*, *: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;
}

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

.dnd-section > .row-fluid,
.page_center{
  margin: 0 auto;
  padding:0 18px;
}
.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid{
  padding: 0;

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'm2-icons';
  src: url('https://22684683.fs1.hubspotusercontent-na1.net/hubfs/22684683/Terra_Universal_October2022/fonts/M2-icons.eot') format('embedded-opentype'),
    url(https://22684683.fs1.hubspotusercontent-na1.net/hubfs/22684683/raw_assets/public/Terra_Universal_October2022/fonts/M2-icons.ttf),
    url(https://22684683.fs1.hubspotusercontent-na1.net/hubfs/22684683/raw_assets/public/Terra_Universal_October2022/fonts/M2-icons.woff);
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1.42857143;
}

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

/* Paragraphs */

p {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 0;
}

/* 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;
}

/* Headings */
h1{
  line-height: 38px;
  margin-bottom: 30px;
  margin-top:0;
}
h2{
  margin-bottom: 20px;
  line-height: 31px;
  margin-top:0;
}
h3{
  margin-bottom: 20px;
  margin-top:0;
}
h4{
  margin-top:0;
  margin-bottom: 15px;
  line-height: 22px;
}
h5{
  margin-bottom: 15px;
  line-height: 19px;
  margin-top:0;
}
h6{
  margin-bottom: 15px;
  line-height: 18px;
  margin-top:0;
}


/* Lists */

ul,
ol {
  margin: 0;
}

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;
}
button,
.button {
 background-color: #004f6a;
  background-repeat: repeat-x;
  border: 0 ;
  border-radius: 4px ;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .75px;
  line-height: 22px;
  padding: 10px 15px ;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .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 */

.hs-form-field,
.hs-search-module .hs-input {
  margin: 0 0 10px;
}

/* Labels */

form label {
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 600;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}
form input::placeholder {
  color: #707070;
  opacity: 1;
}
/* 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 {
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  border-width: 1px ;
  border-style:solid;
  border-color:#d0d0d0;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 0 12px;
  height: 40px;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  vertical-align: baseline;
  line-height: 1.42857143;
  outline:none;
}
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:#000;
  box-shadow:0 0 4px 0 rgb(0 0 0 / 15%);
  border: 1px solid #d0d0d0 ;
}

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: #ad1d3f;
}

.hs-input.invalid.error {
  border-color: #ad1d3f;
}
form label.hs-main-font-element{
  font-size: 11px;
  color: #ad1d3f;
  margin-top: 7px;
}
.hs-error-msg {
  font-size: 11px;
  color: #ad1d3f;
  margin-top: 7px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #004f6a;
  background-repeat: repeat-x;
  border: 0 ;
  border-radius: 4px ;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .75px;
  line-height: 22px;
  padding: 9px 15px ;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .15s linear;
  white-space: normal ;

}

form input[type=submit]:hover,
form .hs-button:hover {
  background-color: #6ac7e8;
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #71daff 0%, #6ac7e8 100%);
  color: #fff;
}

/* 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.custom_header {
  padding-top: 10px;
  padding-bottom: 12px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 95;
  background: #f3f4f6;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  will-change: transform;
  -webkit-transition: transform 300ms linear;
  -moz-transition: transform 300ms linear;
  -ms-transition: transform 300ms linear;
  transition: transform 300ms linear;
}

.custom_header_logo {
  width: 273px;
  margin: 10px 0 13px;
  float: left;
  position: relative;
  z-index: 2;
}

.custom_header_logo img {
  width: 100%;
  vertical-align: middle;
}
.outer_wrapper.header-no-nav{
  min-height: 104px;
}
.outer_wrapper {
  min-height: 147px;
} 

.top_links {
  margin-bottom: 6px;
  float: right;
  text-align: right;
  max-width: calc(100% - 280px);
}

.top_links {
  display: flex;
  align-items: center;
}

.top_links_menu .hs-menu-wrapper > ul > li > a {
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #005978;
}

.top_links_menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  margin-left: 15px;
  padding: 6px 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.phone_number {
  margin-left: 15px;
}

.phone_number span.text {
  font-weight: 300;
  text-transform: uppercase;
}

.phone_number a {
  font-weight: 600;
  color: #000;
  cursor: text;
  letter-spacing: -.5px;
}

.phone_number span.ico-modal.call-terra {
  background: #ad1d3f;
  height: 19px;
  width: 21px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin-left: 1.1px;
}

.phone_number .call-terra:before {
  color: #fff;
  content: "\e93f";
  display: inline-block;
  font-size: 11px;
  line-height: 19px;
  vertical-align: top;
  text-align: center;
  speak: none;
  overflow: hidden;
  font-family: m2-icons;
  -webkit-font-smoothing: antialiased;
}

.top_header_logo {
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
}

.top_header_logo img {
  width: 193px !IMPORTANT;
  max-width: 100%;
  display: block;
}

img {
  max-width: 100%;
}
.header_primary_links {
  display: block;
  background: 0 0;
  position: relative;
  float: left;
  padding-top: 4px;
  width: 100%;
  clear: both;
}

.header_primary_links .hs-menu-wrapper > ul {
  display: flex;
  align-items: center;
}

.header_primary_links .hs-menu-wrapper > ul > li:first-child {
  margin-right: 21px;
  text-align: left;
}

.header_primary_links .hs-menu-wrapper > ul > li:first-child>a  {
  min-width: 184px;
  background-color: #004f6a;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top,#005978 0%,#004f6a 100%);
  background-image: linear-gradient(to bottom,#005978 0%,#004f6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005978',endColorstr='#004f6a',GradientType=0);
  color: #fff;
  text-decoration: none;
  padding-left : 15px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.header_primary_links .hs-menu-wrapper > ul > li{
  margin-right:13px;
}

.header_primary_links .hs-menu-wrapper>ul>li:first-child,
.header_primary_links .hs-menu-wrapper>ul>li:nth-child(2) {
  margin-top: -3px;
  vertical-align: top;
}

.header_primary_links .hs-menu-wrapper > ul > li > a{
  text-decoration: none;
  padding: 8px 10px 8px 0;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.header_primary_links .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  transition: transform 100ms linear 600ms;
  margin-left: 9px;
  margin-top: 3px;
  content: "\f107";
  font-size: 20px;
  line-height: 13px;
  -webkit-font-smoothing: antialiased;
  font-family: m2-icons;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.header_primary_links .hs-menu-wrapper>ul>li span {
  font-weight: 700;
  color: #fff;
  background: #ad1d3f;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  position: relative;
  top: -8px;
  left: -5px;
}

.header_primary_links .hs-menu-wrapper>ul>li:last-child a {
  align-items: center;
  justify-content: center;
  display: flex!important;
}

.header_primary_links .hs-menu-wrapper>ul>li:hover ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header_primary_links .hs-menu-wrapper>ul ul {
  top: 100%;
  left: 0;
  min-width: 265px;
  margin-top: 0;
  border: 1px solid #d0d0d0;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 15%);
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  margin: 0;
  position: absolute;
  background: #fff;
  font-size: 13px;
  z-index: 4;
  padding: 10px 12px;
  transition: visibility 100ms linear 600ms,opacity 100ms linear 600ms,transform 100ms linear 650ms;

  overflow: auto;
  display: block;
}

.header_primary_links .hs-menu-wrapper>ul > li:first-child > ul { 
  height: 70vh;
}

.header_primary_links .hs-menu-wrapper>ul li:first-child ul li:first-child {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 8px;
}

.header_primary_links .hs-menu-wrapper>ul ul li {
  line-height: 16px;
  margin-bottom: 0;
  padding-bottom: 7px;
}

.header_primary_links .hs-menu-wrapper>ul ul li a {
  color: #000000;
  font-weight: 600;
  display: inline-block;
  white-space:normal !Important;
}

.header_primary_links .hs-menu-wrapper>ul ul li:hover a {
  color: #71daff;
}




/*  middle section */


.middle_section {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 38px;
  display: flex;
  align-items: center;
}
/* 
.custom-google {
top: 0;
right: 269px;
position: absolute;
font-size: 12px;
} */

.custom_header_inner_wrapper {
  position: relative;
}



.google-translate-title {
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.google-translate-content {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 36px;
}

.google-translate-title:after {content: ':';}

.google-current-lang {
  padding-right: 18px;
  color: #005978;
  font-size: 12px;
  font-weight: 600;
  visibility: hidden;
  opacity: 0;
}

.google-translate-content .google-translate-element {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #005978;
}
a.goog-logo-link {
  display: none !important;
}

.skiptranslate.goog-te-gadget {
  font-size: 0 !important;
}
.google-translate-element .goog-te-gadget {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  color: #005978;
  font-family: open sans,helvetica neue,Helvetica,Arial,sans-serif;
}

.goog-te-gadget {
  white-space: nowrap;
}

.google-translate-content .goog-te-combo {
  width: 100%;
}

.google-translate-content .goog-te-combo {
  padding: 0;
  margin: 0;
  border: 0;
  padding-right: 10px;
  background-image: url(https://22684683.fs1.hubspotusercontent-na1.net/hubfs/22684683/raw_assets/public/Terra_Universal_October2022/images/select-bg.svg) ;
  background-repeat: no-repeat;
  background-color:transparent;
  background-position: calc(100% + 8px) -60px;
  background-size: 27px 72px;
  font-size: 12px;
  vertical-align: top;
  font-family: open sans,helvetica neue,Helvetica,Arial,sans-serif;
  height: 17px;
  appearance: none;
  width: 60px;
}
.custom-google select {
  font-weight: 600;
  color: #005978;
  line-height: 1.42857143;
  border-radius: 3px;
  background-color:unset;
}

.header_search_form {
  position: relative;
  width: 459px;
  margin: 0 0 10px;
  padding: 0;
  order:3;
}

.header_search_form form {
  max-width: 660px;
}

.field.search input {
  background: #fff;
  font-family: open sans,helvetica neue,Helvetica,Arial,sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
  margin: 0;
  font-size:14px;
  outline:none;
  height: 35px;
  padding: 0 40px 0 15px;
  width: 100%;
}

.field.search input:focus {
  border: 1px solid #d0d0d0;
  color: #000;
}

.measure-switcher {
  order: 1;
  position: relative;
  right: 25px;
  top: -4px;
}
.custom-google {
  order: 2;
  position: relative;
  right: 10px;
  top: -4px;
  display: flex;
  align-items: center;
}

.header_search_form.mobile.sticky_search_form form {
  display: flex;
  justify-content: flex-end;
}
.header_search_form.mobile.sticky_search_form input {
  width: 40px;
  -webkit-transition: width 400ms linear;
  -moz-transition: width 400ms linear;
  -ms-transition: width 400ms linear;
  transition: width 400ms linear
}



.measure-switcher strong{
  padding-right: 2px;
  font-weight: 400;
}
.measure-switcher p strong:after {
  display: none;
}
.measure-switcher p strong span {
  display: block;
}
.measure-switcher strong:after {
  content: ':';
}

.measure-switcher p {
  display: inline-block;
  vertical-align: top;
  color: #005978;
  position: relative;
}

.measure-switcher p {
  padding-right: 18px;
  background-image: url(https://22684683.fs1.hubspotusercontent-na1.net/hubfs/22684683/raw_assets/public/Terra_Universal_October2022/images/select-bg.svg) ;
  background-repeat: no-repeat;
  background-color:transparent;
  background-position: calc(100% + 8px) -60px;
  background-size: 27px 72px;
  cursor: pointer;
  margin: 0;
}

.measure-switcher p strong {
  font-weight: 600;
  padding: 0;
  font-size: 12px;
  margin-bottom: 15px;
  vertical-align: middle;
  line-height: normal;
}
.measure-switcher.switcher.open-dropdown ul {
  display: block;
}
.measure-switcher ul {
  padding: 10px;
  left: 18px;
  top: 23px;
  min-width: 150px;
  display: none;
  margin: 0;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 15%);
  border: 1px solid #d0d0d0;
  background: #fff;
  border-radius: 3px;
  z-index: 99;
  text-align: left;
  position: absolute;
  list-style-type: none;
}

.measure-switcher ul li {
  margin: 0 0 5px;
}

.measure-switcher ul li a {
  font-weight: 600;
  color: #005978;
}

.measure-switcher ul li a:hover {
  color: #71daff;
}

.field.search input#search::placeholder {
  color: #707070;
  font-weight: 400;
  opacity: 1;
}

.search_icon span {
  display: none;
}

.search_icon {
  position: absolute;
  display: inline-block;
  z-index: 1;
  width: 40px;
  text-align: center;
  min-width: 0;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  top: 0;
  right: -4px;
  height: 100%;
  opacity: .2;
}

.search_icon:after {
  text-decoration: none;
  vertical-align: middle;
  content: "\f002";
  font-size: 17px;
  line-height: 35px;
  text-align: center;
  speak: none;
  overflow: hidden;
  font-family: m2-icons;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}


.sticky_header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
  background: #f3f4f6;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  will-change: transform;
  -webkit-transition: transform 300ms linear;
  -moz-transition: transform 300ms linear;
  -ms-transition: transform 300ms linear;
  transition: transform 300ms linear;
}

body.fixed-header.header-show  .sticky_header {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.sticky_header .page_center {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 9px;
  padding-top: 10px;
}

body.fixed-header .custom_header {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.sticky_outer_wrapper {
  display: flex;
  position: relative;
}
.sticky_header_search_form {
  right: 161px;
  top: 5px;
  position: absolute;
  width: auto;
  margin: 0;
  z-index: 6;
  float: right;
  clear: right;
}

.header_search_form.mobile.sticky_search_form:before {
  content: "";
  background: linear-gradient(90deg,rgba(243,244,246,0) 0%,#f3f4f6 100%);
  height: 100%;
  width: 180px;
  position: absolute;
  top: 0;
  left: -180px;
}

.sticky_search {
  display: block;
  width: 40px;
  height: 35px;
  text-align: right;
  transition: all 300ms linear;
  cursor: pointer;
}

.sticky_search:before {
  font-size: 27px;
  line-height: 35px;
  width: 30px;
  content: '\e936';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
  color: #005978;
  text-align: center;
  speak: none;
  overflow: hidden;
  font-family: m2-icons;
  -webkit-font-smoothing: antialiased;
}


.header_primary_links.sticky_menu .hs-menu-wrapper>ul>li:first-child>a {
  min-width: 0 !important;
}

.sticky_custom_header_logo {
  max-width: 47px;
  margin-right: 18px;
}

.header_primary_links.sticky_menu {
  padding-top: 2px;
  max-width: 77%;
  width:auto;
}

.header_primary_links.sticky_menu .hs-menu-wrapper>ul>li:first-child {
  margin-right: 10px;
}

.header_primary_links.sticky_menu .hs-menu-wrapper>ul>li {
  margin-right: 10px;
}

.phone_number.sticky_phone_number {
  right: 209px;
  top: 13px;
  display: inline-block;
  position: absolute;
}

.top_links_menu ul {
  justify-content: flex-end;
}

.mobile_section_outer_wrapper {
  display: none;
}


.mobile_section {
  display: none;
}

.header_primary_links .hs-menu-wrapper>ul>li.hs-item-has-children:hover a:after {
  transform: rotate(-180deg);
}

.phone_number span.ico-modal.call-terra:hover {
  background: #71daff;
}

.phone_number a:hover {
  color: #000;
}

.top_links_menu .hs-menu-wrapper>ul>li>a:hover {
  color: #71daff;
}


.header_search_form.mobile.sticky_search_form {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 400ms linear;
}

body.open .header_search_form.mobile.sticky_search_form {
  visibility: visible;
  opacity: 1;
}

body.open .header_search_form.mobile.sticky_search_form input {
  width: 459px;
}

body.open .sticky_search {
  display: none;
}
.hamburger.sticky_hamburger {
  display: none;
}
.sticky_custom_header_logo img {
  display: block;
}
.header_primary_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-header-cart ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.custom-header-cart ul li a {
  text-transform: uppercase;
  padding: 13px 0;
  font-weight: 600;
  padding-right: 5px;
  color: #005978;
}
.custom-header-cart ul li a:hover{
  color: #71daff;
}
.custom-header-cart ul li:last-child {
  margin-left: 15px;
}
.sticky_header .custom-header-cart {
  position: absolute;
  right: 0;
  top: 13px;
}
.header_primary_links .hs-menu-wrapper>ul>li:first-child>a b {
  font-weight: 600;
}
@media (min-width:768px){
  .mobile_menu {
    display: none;
  }
  .header_search_form.mobile {
    display: none;
  }
  .header_search_form.mobile.sticky_search_form {
    display: block;
  }
}
@media (max-width:1199px){
  .header_primary_links .hs-menu-wrapper>ul>li {
    margin-right: 4px;
  }
  .header_primary_links .hs-menu-wrapper>ul>li:first-child {
    margin-right: 10px;
  }
  .header_primary_links.sticky_menu .hs-menu-wrapper>ul>li {
    margin-right: 5px;
  }
}
@media (max-width:1199px) and (min-width: 1024px){
  .top_header_logo {
    margin-left: -50px;
  }
  .top_links_menu .hs-menu-wrapper>ul>li {
    margin-left: 4px;
  }
  .top_links_menu .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
  }
  .phone_number {
    margin-left: 5px;
  }
  .header_primary_links.sticky_menu {
    max-width: 65%;
  }
}
@media (max-width:1023px){
  .custom_header_logo {
    margin: 11px 0 13px;
    width: 212px;
  }
  .top_links {
    max-width: calc(100% - 212px);
  }
  .phone_number span.text {
    display: none;
  }
  header.custom_header {
    padding-top: 7px;
  }
  .phone_number a {
    font-size: 13px;
    font-weight: 700;
  }
  .top_links_menu .hs-menu-wrapper>ul>li>a {
    font-size: 11px;
  }
  .phone_number a:before {
    content: "\f095";
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    text-align: center;
    speak: none;
    overflow: hidden;
    font-family: m2-icons;
    -webkit-font-smoothing: antialiased;
  }

  .phone_number span.ico-modal.call-terra {
    position: relative;
    top: 3px;
  }
  .header_search_form {
    margin: -2px 0 10px;
    width: 330px;
  }
  .header_primary_links .hs-menu-wrapper>ul>li>a {
    padding: 10px 5px 10px 0;
    position: relative;
    font-size: 11px;
  }
  .header_primary_links .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    margin-left: 7px;
    margin-top: 2px;
  }
  .header_primary_links {
    padding-top: 9px;
  }
  .header_primary_links .hs-menu-wrapper>ul>li:first-child>a {
    min-width: 0;
    font-size: 11px;
    padding-left: 10px;
  }
  .outer_wrapper {
    min-height: 141px;
  }
  .sticky_header .page_center {
    padding: 8px 18px 12px;
  }
  .sticky_custom_header_logo {
    margin-right: 10px;
  }
  .phone_number.mobile.sticky_phone_number {
    display: none;
  }
  .sticky_search:before {
    font-size: 20px;
  }
  .sticky_header_search_form {
    right: 147px;
    top: 7px;
  }
  body.open .header_search_form.mobile.sticky_search_form input {
    width: 330px;
  }
  .header_primary_links .hs-menu-wrapper>ul>li:first-child>a b {
    display: none;
  }
}
@media (max-width:890px) and (min-width: 768px){
  .top_header_logo {
    margin-left: -50px;
  }
  .middle_section {
    top: 50px;
  }
  .top_links_menu .hs-menu-wrapper>ul>li>a {
    font-size: 10px;
  }
  .top_links_menu .hs-menu-wrapper>ul>li {
    margin-left: 3px;
  }
  .top_links_menu .hs-menu-wrapper>ul>li:first-child {
    margin-left: 0;
  }
  .phone_number {
    margin-left: 5px;
  }
  .header_primary_links.sticky_menu {
    max-width: 77%;
    padding-top: 8px;
    width: auto;
  }
}

@media (max-width:790px) and (min-width: 768px){
  .header_primary_links .hs-menu-wrapper>ul>li>a {
    padding: 10px 1px 10px 0;
  }
}
@media (max-width:767px){
  .mobile_section_outer_wrapper {
    display: block;
  }
  .outer_wrapper.header-no-nav{
    min-height: 65px;
  }
  .mobile_section {
    display: block;
  }

  .custom_header_inner_wrapper{
    display:none;
  }
  .mobile_section_outer_wrapper {
    background: #fff;
  }

  .quick-quote {
    display: inline-block;
    float: left;
    margin-left: 0;
    padding: 4px 0 7px;
    margin-bottom: 0;
  }
  .menu_section {
    padding-bottom: 4px;
  }
  .quick-quote a {
    letter-spacing: -.5px;
    font-weight: 600;
    color: #005978;
    font-size: 11px;
    text-transform: uppercase;
  }

  .mobile_top_section {
    display: flex;
    align-items: center;
    justify-content:space-between;
  }

  .mobile_section_outer_wrapper .page_center {
    padding: 0 15px;
  }

  .right_column {
    display: flex;
    align-items: center;
  }


  .phone_number.mobile a:before {
    content: "\f095";
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    text-align: center;
    speak: none;
    overflow: hidden;
    font-family: m2-icons;
    -webkit-font-smoothing: antialiased;
  }

  .tracking-order.mobile {
    /* padding-top: 8px; */
    margin-left: 10px;
  }

  .tracking-order.mobile a {
    font-weight: 600;
    color: #005978;
    letter-spacing: -.5px;
    text-transform: uppercase;
    font-size: 11px;
  }

  .mobile_section {
    padding-top: 11px;
    text-align: center;
    min-height: 60px;
    position: relative;
    background: #f3f4f6;
  }

  span.nav-toggle {
    text-decoration: none;
    cursor: pointer;
    display: block;
    left: 15px;
    position: absolute;
    top: 11px;
    z-index: 14;
    border: 1px solid #d0d0d0;
    color: #005978;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 3px 0;
    text-align: center;
    min-width: 40px;
    min-height: 40px;
    max-width: calc((100% - 238px)/2);
  }

  span.nav-toggle span:before {
    font-size: 22px;
    line-height: 25px;
    content: '\e922';
    vertical-align: middle;
    display: block;
    font-weight: 400;
    text-align: center;
    speak: none;
    overflow: hidden;
    font-family: m2-icons;
    -webkit-font-smoothing: antialiased;
  }

  span.nav-toggle span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 11px;
  }

  .mobile_logo {
    display: inline-block;
    margin-bottom: 8px;
    margin-left: calc((100% - 188px)/2);
    margin-right: calc((100% - 107px)/2);
    min-height: 35px;
    margin-top: 3px;
    position: relative;
    z-index: 2;
  }

  .header_search_form.mobile {
    padding: 8px 15px;
    border-top: 1px solid #fff;
    background: #f3f4f6;
    clear: both;
    width: 100%;
  }

  .header_search_form.mobile form {
    max-width: 100%;
  }
  .search_icon {
    right: -5px;
    top: 4px;
    font-weight: 600;
  }

  .header_search_form.mobile form {
    position: relative;
  }

  .phone_number.mobile a {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -.5px;
  }

  .phone_number.mobile span.ico-modal.call-terra {
    height: 17px;
    width: 19px;
  }

  .phone_number.mobile .call-terra:before {
    font-size: 10px;
    line-height: 17px;
  }

  .header_search_form.mobile input {
    height: 40px;
    padding: 0 35px 0 10px;
    font-size: 13px;
  }


  /*  mobile menu css  */
  header.custom_header{
    display:none;
  }


  .mobile_menu {
    position: fixed;
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    top: 0;
    z-index: 9999999;
    left: -100%;
    transition: left .7s;
    overflow-x: hidden;
    display: block;
    padding-right: 64px;
    visibility: visible;
    height: auto;
    overflow-y: auto;
    text-align: left;
    background-color: #fff;
  }

  .mobile_menu_inner_wrapper {
    background: #ffffff;
  }

  body.menu_open .mobile_menu {
    left: 0;
  }

  .btn-menu-close {
    display: inline-block;
    padding: 10px 10px 0;
    cursor: pointer;
  }
  .btn-menu-close:hover {
    color: #71daff;
  }

  .btn-menu-close:before {
    font-size: 18px;
    line-height: 24px;
    content: '\e91e';
    vertical-align: middle;
    display: block;
    font-weight: 400;
    text-align: center;
    speak: none;
    overflow: hidden;
    font-family: m2-icons;
    -webkit-font-smoothing: antialiased;
  }


  .header_mobile_primary_menu .hs-menu-wrapper >ul ul {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: none;
  }

  .menu_content {
    padding: 5px 10px 0 10px;
    text-align: left;
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: left .7s;
    clear: both;
  }

  .laboratory_logo {
    display: block;
    padding: 10px 0 13px;
    border-bottom: 1px solid #d0d0d0;
  }

  .laboratory_logo img {
    max-width: 100%;
    display: block;
  }

  .header_mobile_primary_menu .hs-menu-wrapper > ul > li {
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    padding: 6px 0;
    display: block;
    text-align: left;
  }

  .header_mobile_primary_menu .hs-menu-wrapper > ul > li > a {
    position: relative;
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
  }
  .menu-static {
    text-align: left;
    font-size: 13px;
    margin-bottom: 12px;
  }

  .menu-static ul {
    padding-left: 0;
    border-bottom: 1px solid #d0d0d0;
    padding: 12px 0;
  }

  .menu-static ul li {
    text-align: left;
    width: 100%;
    margin: 0 0 5px;
  }

  .menu-static ul>li>a {
    font-weight: 600;
    color: #005978;
  }

  .menu-static ul.phone li {
    font-size: 11px;
    margin-bottom: 0;
    font-weight: 600;
  }

  .menu-static ul.phone li a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 20px;
  }
  .menu-static ul.phone li p {
    margin: 4px 0 0;
    font-size: 11px;
    margin-bottom: 0;
    font-weight: 600;
  }
  .custom-google.mobile {
    margin-bottom: 7px;
    font-size: 12px;
  }

  .custom-google.mobile .google-translate-title {
    padding-right: 2px;
  }

  .measure-switcher.switcher.mobile {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .measure-switcher.switcher.mobile .switcher-label {
    padding-right: 3px;
  }

  .measure-switcher.switcher.mobile .switcher-trigger {
    padding-right: 17px;
  }

  .child-trigger {
    right: 50px;
    cursor: pointer;
    position: absolute;
    width: 100%;
    text-align: right;
    height: 100%;
    left: 0;
    top: 0;
    vertical-align: middle;
  }

  .child-trigger:after {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 20px;
    line-height: 20px;
    color: #005978;
    content: "\f105";
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    margin: -11px 0 -1px;
    text-align: center;
    speak: none;
    overflow: hidden;
    font-family: m2-icons;
    -webkit-font-smoothing: antialiased;
  }


  .header_primary_links.sticky_menu {
    display: none;
  }

  .sticky_search {
    display: none;
  }

  .phone_number.sticky_phone_number {
    padding-left: 120px;
    padding-right: 110px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 0;
    top: 9px;
    z-index: 1;
  }

  .phone_number.sticky_phone_number a {
    font-weight: 700;
    font-size: 13px;
  }


  .sticky_custom_header_logo {
    margin-left: 53px;
    display: block;
    float: left;
    margin-right: 0;
  }

  .sticky_header span.nav-toggle {
    display: inline-block;
    height: 40px;
    top: 0;
    left: 0;
  }

  .sticky_header .page_center {
    padding: 0;
  }

  .sticky_header span.nav-toggle span:before {
    display: none;
  }

  .sticky_header  span.nav-toggle span {
    display: none;
  }
  .sticky_header span.nav-toggle:before {
    content: '\e922';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    speak: none;
    overflow: hidden;
    font-family: m2-icons;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
  }
  body.menu_open {
    overflow: hidden;
  }
  .sticky_custom_header_logo img {
    height: auto;
    width: 40px !important;
  }

  .hamburger.sticky_hamburger {
    display: block;
  }
  .sticky_header {
    padding: 0;
    padding-top: 11px;
    text-align: center;
    min-height: 60px;
  }

  .sticky_header .page_center {
    padding: 0 15px;
  }
  .phone_number.mobile.sticky_phone_number {
    display: block;
  }
  .custom-header-cart ul li a {
    font-weight: 700;
    padding: 3px 6px;
    text-transform: uppercase;
    font-size: 10px;
  }
  .custom-header-cart {
    position: absolute;
    right: 9px;
    top: 13px;
  }
  .custom-header-cart ul li:last-child {
    margin-left: 0;
  }
  .sticky_header .custom-header-cart {
    position: absolute;
    right: -6px;
    top: 1px;
    z-index: 99;
  }
  .push-menu-close {
    position: fixed;
    width: 64px;
    height: 100%;
    right: 0;
    background: rgba(0,0,0,.7);
    z-index: 102;
    top: 0;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: opacity .7s;
    -moz-transition: opacity .7s;
    -ms-transition: opacity .7s;
    transition: opacity .7s;
    opacity: 0;
    visibility: hidden;
  }
  body.menu_open .push-menu-close {
    opacity: 1;
    visibility: visible;
  }
  .menu-static ul {
    list-style-type: none;
  }
  .custom-google.mobile {
    padding-left: 10px;
    padding-top: 5px;
  }
  .measure-switcher.switcher.mobile {
    position: static;
  }


  .header_mobile_primary_menu .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul {
    background: #fff;
    box-shadow: none;
    display: block!important;
    height: 100%;
    padding: 0;
    position: absolute!important;
    top: 0 !important;
    transform: translate(100%);
    transition: all .5s linear!important;
    width: 100%;
    height: 100vh;
    z-index: 9;
    padding: 0 10px;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .header_mobile_primary_menu .hs-menu-wrapper  ul  li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0px, 0px);
    opacity: 1 !important;
    visibility: visible !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left:0px;
  }
  .header_mobile_primary_menu .hs-menu-wrapper.flyouts .hs-item-has-children {
    position: static;
  }
  .header_mobile_primary_menu ul ul li {
    margin-bottom: 7px;
  }

  .header_mobile_primary_menu ul ul li a {
    font-weight: 600!important;
    line-height: 1.42857143!important;
    white-space: normal !important;
  }

  li.dl-back a {
    color: #005978;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #d0d0d0;
    cursor: pointer;
    padding: 16px 0 10px;
    margin-bottom: 12px;
    font-size: 14px !important;
  }

  li.dl-back a:before {
    font-size: 20px;
    line-height: 18px;
    content: "\f104";
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    margin: 0 5px 0 0;
    text-align: center;
    speak: none;
    overflow: hidden;
    font-family: m2-icons;
    -webkit-font-smoothing: antialiased;
  }
  .header_mobile_primary_menu .hs-menu-wrapper .hs-item-has-children > a:after {
    text-align: center;
    speak: none;
    overflow: hidden;
    font-family: m2-icons;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 20px;
    color: #005978;
    content: "\f105";
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    margin: -6px 0 -1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
  }
  .header_mobile_primary_menu .hs-menu-wrapper>ul li:first-child ul li:nth-child(2) {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 10px;
    padding-bottom: 8px;
    padding-top: 2px;
  }
  .measure-switcher ul {
    min-width: 150px;
    padding: 10px;
    position: relative;
    text-align: left;
    top: 6px;
    z-index: 99;
    width: 150px;
  }

  .header-mobile {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    padding-top: 2PX;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    will-change: transform;
    -webkit-transition: transform 300ms linear;
    -moz-transition: transform 300ms linear;
    -ms-transition: transform 300ms linear;
    transition: transform 300ms linear;
  }
  .fixed-header .header-mobile {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .header_search_form.mobile {
    position: relative;
    top: 93px;
  }
  .body-wrapper {
    left: 0;
    -webkit-transition: left .7s;
    -moz-transition: left .7s;
    -ms-transition: left .7s;
    transition: left .7s;
    position: relative;
  }
  body.menu_open .body-wrapper {
    left: calc(100% - 64px);
  }

  body.menu_open .header-mobile {
    left: calc(100% - 64px);
  }
  .custom-google {
    padding-left: 10px;
  }
  .skiptranslate.goog-te-gadget {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .phone_number.sticky_phone_number {
    padding-right: 95px;
    text-align: right;
    top: 4px;
    z-index: 1;
  }
  .phone_number.sticky_phone_number a {
    font-size: 0;
    font-weight: 700;
  }
  .phone_number.sticky_phone_number a:before {
    font-size: 22px !important;
    margin-right: 0;
    top: 0 !important;
  }
  .quick-quote a {
    white-space: nowrap;
  }
  .right_column {
    justify-content: flex-end;
  }
}

@media (max-width: 359px) {
  .phone_number.mobile a {
    font-size: 0;
  }
  .phone_number.mobile a:before {
    font-size: 15px;
    margin-right: 0;
    position: relative;
    top: -3px;
  }
  .quick-quote {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    padding: 5px 0 9px;
  }
  .custom-header-cart {
    top: 12px;
  }
  .tracking-order.mobile a {
    position: relative;
    top: -2px;
  }
}
.custom_footer{
  background: #f3f4f6;
}
.top_footer{
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 30px;
  color: #fff;
  background-color: #005978;
  font-weight: 300;
  font-size: 35px;
  text-align: center;
  color: #fff;
}
.top_footer a img{
/*   display:block; */
  max-width:57px ;
}

.footer_logo_text p{
  text-align: left;
  margin-left: 5px;
  margin-top: 1px;
  line-height: 1;
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}
.footer_logo_text p:first-child {
  font-size: 16px;
  margin-bottom: 2px;
}
.footer_logo_text sup {
  font-size: 28%;
  font-weight: 400;
  margin-left: -7px;
  top: -18px;
}
.middle_footer{
  padding-top: 0;
  padding-bottom: 5px;
}
.footer_short_desc{
  border-bottom: 0;
  margin: 0 -11px;
  padding: 35px 0 28px;
}
.footer_short_desc p{
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  text-align: center;
} 
.footer_short_desc p strong{
  font-weight: 700;
}
.footer_address{
  width: 75%;
  float: left;
}
.footer_info{
  width: 33%;
  float: left;
  border-bottom: 0;
  padding-bottom: 0;
  text-align: left;
  padding-right: 12px;
}
.footer_info h3 {
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
}
.footer_info h3 a {
  color: #000;
  font-weight: 700;
  cursor: text;
}
.footer_info p {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
}
.footer_info p a {
  display: inline-block;
  font-weight: 400;
}
.footer_info p a:hover {
  background: 0 0;
  color: #71daff;
}
.footer_info .footer_info_time{
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 19px;
  color:#fff;
}
.footer_menu{
  width: 67%;
  float: left;
}
.footer_resources{
  width: 100%;
}
.footer_resources .hs-menu-wrapper > ul > li{
  padding: 0 12px 15px;
  float: left;    
}
.footer_resources .hs-menu-wrapper > ul > li > a{
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 600; 
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d0d0d0;
  display: table;
  text-transform: none;
}
.footer_resources .hs-menu-wrapper > ul > li:first-child{
  padding-left: 10px;
  width: 70%; 
}
.footer_resources .hs-menu-wrapper > ul > li:last-child{
  width: 30%; 
}

.footer_resources .hs-menu-wrapper > ul ul {
  opacity: 1 !important;
  visibility: visible !important;
  position: static!important;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  float: left;
}

.footer_resources .hs-menu-wrapper > ul ul li{
  margin: 0 0 5px;
}
.footer_resources .hs-menu-wrapper > ul ul li a{
  font-size: 14px;
  color: #005978;
  text-decoration: none;
  line-height: 22px;
  font-weight: 400;
  white-space: normal !important;
}
.footer_newsletter{
  float: right;
  margin-bottom: 10px;
  width: 25%;
  padding-left: 12px;
}
.footer_newsletter h3{
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
  display: table;
  text-transform: none;
}
.footer_newsletter h3#hs_cos_wrapper_my_form_title {
  display: none;
}
.footer_newsletter form{
  max-width: 660px;
  width: 100%;
}
.footer_newsletter form input.hs-button.primary.large{
  width:100%;
  min-width: 225px;
}
.footer_additional_info {
  border-top: 1px solid #d0d0d0;
  padding: 17px 0 0;
  display: flex;
  width: 100%;
}
.footer_country{
  vertical-align: top;
  display: inline-block;
  padding-right: 45px;
  margin-bottom: 15px;
}
.footer_country p{
  text-align: left;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  margin-top: 0;
}
.footer_country ul{
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer_country ul > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  padding-right: 12px;
  margin-bottom:5px;
  position: relative;
}
.footer_country ul > li > a {
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0;
  min-width: 0;
  height: auto;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  color: #005978;
}
.footer_country ul > li:hover > a {
  background: none;
  color: #71daff;
}
.footer_country ul > li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 1px;
  background: #d0d0d0;
  position: absolute;
  right: 0;
  top: 4px;
}
.footer_country ul > li:last-child:after {
  display:none;
}
.footer_units{
  margin-bottom: 0;
  text-align: left;
  padding-right: 15px;
  white-space: nowrap;
}
.footer_units p{
  font-size: 13px;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 400;
  text-align: left;
  line-height: 12px;
  color: #000;
}
.footer_dropdown{
  display: block;
  margin-left: 0;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.footer_dropdown p{
  font-size: 14px;
  color: #005978;
  line-height: 18px;
  display: inline-block;
  font-weight: 700;
  margin-bottom:0;
}
.footer_dropdown p:after {
  content: "\f107";
  display: inline-block;
  vertical-align: middle;
  font-family: 'm2-icons';
}
.footer_dropdown ul{
  padding: 10px;
  left: -20px;
  top: 23px;
  min-width: 150px;
  display: none;
  margin: 0;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 15%);
  border: 1px solid #d0d0d0;
  background: #fff;
  border-radius: 3px;
  z-index: 99;
  list-style: none none;
  position: absolute;
  text-align: left;
}
.footer_dropdown ul >li{
  margin: 0 0 5px 0;
}
.footer_dropdown ul >li >a{
  text-decoration: none;
  letter-spacing: 0;
  min-width: 0;
  height: auto;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  font-weight: 600;
  color: #005978;
}
.footer_dropdown ul >li >a:hover{
  background: none;
  color: #71daff;
}
.footer_labs{
  max-width: 36%;
  text-align: right;
  margin-bottom: 17px;
  margin-left:auto;
}
.footer_labs p{
  color: #000;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
  margin-bottom: 0;
  white-space: nowrap;
}
.footer_labs p strong{
  font-weight: 700;
}
.footer_labs a{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.bottom_footer{
  background: #E7E8EC;
}
.footer_inner{
  padding-top: 17px;
  padding-bottom: 30px;
}
.footer_bottom_left{
  display: inline-block;
  vertical-align: top;
}
.footer_bottom_left ul{
  text-align: center;
  list-style: none;
  display: flex;
  padding: 0;
}
.footer_bottom_left ul >li{
  margin-right:10px;
  display: inline-block;
  vertical-align: top;
}
.footer_bottom_left ul >li >a{
  line-height: 17px;
  font-size: 12px;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0;
  min-width: 0;
  height: auto;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  color: #005978;
}
.footer_bottom_left ul >li >a:hover{
  background: none;
  color: #71daff;
}
.footer_bottom_right{
  padding: 0;
  float: right;
  margin-top: 2px;
  text-align: center;
}
.footer_bottom_right p{
  font-weight: 400;
  color: #000;
  line-height: 17px;
  font-size: 12px;
  margin-bottom:0;
}

.footer_resources .hs-menu-wrapper>ul>li:first-child ul {
  display: flex;
  float: none;
  flex-direction: row;
}

.footer_resources .hs-menu-wrapper>ul>li:first-child ul li {
  width: 49%;
}

.footer_resources .hs-menu-wrapper>ul>li:first-child ul li ul li {
  width: 100%;
}
.footer_dropdown.open ul {
  display: block;
}
.footer_short_desc p a {
  letter-spacing: 0;
  min-width: 0;
  height: auto;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  font-weight: 600;
  color: #005978;
}
.footer_menu.footer_mobile_menu {
  display: none;
}

.footer_dropdown p:hover {
  color: #71daff;
}
.footer_resources .hs-menu-wrapper>ul ul li a:hover {
  color: #71daff;
}
.footer_short_desc p a:hover {
  background: 0 0;
  color: #71daff;
}
.footer_newsletter form label {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 15px;
}

.footer_newsletter form input[type=email] {
  background-color: #fff;
}
.footer_newsletter .form-title {
  display: none;
}

.footer_newsletter form input.hs-button.primary.large {
    min-width: 225px;
    width: 100%;
    line-height: 20px;
}
.footer_newsletter .hs-form-required {
    display: none;
}
ul.no-list.hs-error-msgs.inputs-list li {
    margin: 0;
}

@media(max-width:1359px){
  .footer_info .footer_info_time {
    font-size: 11px;
}
  .footer_country {
    padding-right: 15px;
    width: 44.9%;
  }

  .footer_labs {
    width: 45%;
  }
  .footer_labs {
    max-width: 100%;
  }

}




@media(max-width:1023px){
  .footer_logo_text p:first-child {
    font-size: 14px;
    font-weight: 400;
  }

  .footer_logo_text p {
    font-size: 20px;
    font-weight: 400;
  }

  .footer_logo_text sup {
    top: -10px;
    font-size: 38%;
    margin-left: 0;
  }
.footer_logo_text {
    margin-top: -2px;
}
  .top_footer {
        padding: 10px 10px 5px;
  }
  .footer_top_inner{
    max-width: 100%;
    border-bottom: 1px solid #d0d0d0;
    padding: 16px 15px;
  }
  .footer_short_desc {
    padding: 20px 0;
    margin: 0 -18px;
    text-align: center;
    border-bottom: none;
  }

  .footer_short_desc p {
    max-width: 510px;
    display: inline-block;
    margin-bottom: 0;
    color: #000;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
  }

  .footer_info h3 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 22px;
  }

  .footer_info p {
    margin-bottom: 0!important;
    font-size: 13px;
    line-height: 18px;
  }

  .footer_resources .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    margin: 0 0 10px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
    width: 100%;
    display: table;
    text-transform: none;
  }
  .footer_resources .hs-menu-wrapper>ul ul li {
    margin: 0 0 0px;
  }
  .footer_resources .hs-menu-wrapper>ul ul li a {
    color: #005978;
    text-decoration: none;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
  }
  .footer_resources .hs-menu-wrapper>ul>li:first-child ul {
    display: block;
  }

  .footer_resources .hs-menu-wrapper>ul>li:first-child ul li {
    width: 100%;
  }
  .footer_resources .hs-menu-wrapper>ul>li {
    padding: 0 5px 10px;
  }
  .footer_resources .hs-menu-wrapper>ul>li:first-child {
    width: 50%;
    padding-left: 5px;
  }

  .footer_resources .hs-menu-wrapper>ul>li:last-child {
    width: 50%;
  }

  .footer_newsletter h3 {
    font-size: 14px;
    margin: 0 0 10px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
    width: 100%;
    display: table;
    text-transform: none;
  }

  .footer_newsletter form label {
    font-size: 11px;
  }

  .footer_newsletter form input[type=email] {
    font-size: 11px;
    padding: 0 10px;
    height: 35px;
  }

  .footer_newsletter form input.hs-button.primary.large {
    height: 35px;
    font-size: 14px;
    padding: 0 15px;
  }
  .footer_additional_info {
    margin: 20px -18px 0;
    padding: 10px 18px 0;
    display: inline-flex;
    width: auto;
  }

  .footer_country p {
    font-size: 11px;
    line-height: 13px;
  }

  .footer_country ul>li>a {
    font-size: 13px;
  }

  .footer_units p {
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 7px;
  }

  .footer_dropdown p {
    font-size: 13px;
    line-height: 18px;
  }   
  .footer_country {
    margin-bottom: 11px;
  }
  .footer_labs {
    margin-bottom: 0;
  }
  .footer_labs p {
    font-size: 11px;
    line-height: 22px;
  }

  .footer_inner {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .footer_bottom_left ul>li>a {
    line-height: 15px;
    font-size: 11px;
  }

  .footer_bottom_left ul>li {
    margin-right: 6px;
  }

  .footer_bottom_right p {
    line-height: 15px;
    font-size: 11px;
  }
  .footer_dropdown ul>li>a {
    font-size: 13px;
    line-height: 18px;
  }
  .footer_newsletter form input.hs-button.primary.large {
    width: 100%;
    min-width: 136px;
  }
  .footer_country ul>li {
    margin-bottom: 3px;
  }
  .footer_country p {
    margin-bottom: 4px;
  }
}
@media (max-width: 845px){
  .footer_labs p {
        white-space: normal;
  }
}
@media(max-width:767px){
  .footer_additional_info {
    padding: 0;
}
  .footer_logo_text {
    margin-top: -3px;
}
  .footer_dropdown p {
    margin-top: -2px;
}
.footer_info .footer_info_time {
    font-size: 11px;
}
  .footer_resources .hs-menu-wrapper>ul>li>a{
    margin-bottom:10px;
    line-height: 22px;
  }
  .footer_resources .hs-menu-wrapper>ul>li:last-child>a {
    margin-bottom: 10px;
  }
  .custom_subscribe_mobile_form form input[type=submit] {
    width: 100%;
    font-size: 14px;
    padding: 6.5px 15px;
  }
  .custom_subscribe_mobile_form form label {
    margin-bottom: 15px;
    display: block;
    font-size: 11px;
        font-weight: 400;
  }
  .custom_subscribe_mobile_form form input[type=email]{
    border: 1px solid #d0d0d0;
    background: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 0 10px;
    height: 35px;
  }
  .footer_labs p {
    line-height: 13px;
  }
  .footer_bottom_left {
    margin-left: 3px;
  }
  .footer_country {
    padding-top: 10px;
    margin-bottom: 16px;
  }
  .top_footer {
    padding: 10px 10px 5px;
  }
  .footer_short_desc p {
    display: block;
  }
  .footer_info h3 {
    margin-bottom: 0;
  }
  .footer_info p {
    margin-bottom: 5px !important;
  }
  .footer_short_desc p {
    max-width: 100%;
  }

  .footer_short_desc {
    padding: 15px 16px;
    border-bottom: 1px solid #d0d0d0;
    margin: 0;
  }

  .middle_footer .page_center {
    padding: 0 15px;
  }
  .footer_top_inner {
    margin: 0 15px;
  }
  .footer_info {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 8px;
    padding-right: 0;
        margin-bottom: 11px;
  }

  .footer_info p {
    text-align: center;
  }
  .footer_address {
    width: 100%;
  }
  .footer_menu.footer_mobile_menu {
    display: block;
  }
  .footer_menu,
  .footer_newsletter{
    display: none;
  }

  .footer_menu.footer_mobile_menu {
    width: 100%;
  }

  .footer_resources .hs-menu-wrapper>ul>li {
    width: 100%;
  }

  .footer_resources .hs-menu-wrapper>ul>li:first-child {
    width: 100%;
  }
  
  .footer_resources .hs-menu-wrapper>ul>li:first-child ul {
    padding: 0 10px;
  }

  .footer_resources .hs-menu-wrapper>ul>li:first-child ul li ul li {
    margin: 0 0 10px;
  }

  .footer_resources .hs-menu-wrapper>ul ul li a {
    line-height: 22px !important;
  }
  .footer_resources .hs-menu-wrapper>ul ul {
    padding: 0 20px 5px;
    display:none;
  }

  .footer_resources .hs-menu-wrapper>ul ul li {
    margin: 0 0 10px;
  }
  .footer-child-trigger:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    display: inline-block;
    font-family: m2-icons;
    font-size: 21px;
    line-height: 17px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 4px;
    margin-right: 9px;
    cursor: pointer;
  }
  .footer_resources .hs-menu-wrapper>ul>li {
    padding: 0;
  }
  .footer_resources .hs-menu-wrapper>ul>li:first-child{
    padding-left:0;
  }
  .footer_resources .hs-menu-wrapper>ul>li.nav-active .footer-child-trigger:before {
    content: "\f106";
  }
  .footer_resources .hs-menu-wrapper>ul>li:first-child ul {
    display: block;
  }
  .footer_resources .hs-menu-wrapper>ul>li:first-child ul {
    display: none;
  }
  .footer_resources .hs-menu-wrapper>ul>li:last-child {
    width: 100%;
  }
  .footer_additional_info {
    border: 0;
  }
  .footer_resources .hs-menu-wrapper>ul>li:last-child {
    width: 100%;
  }

  .footer_additional_info {
    border: 0;
    margin: 0;
    display: block;
  }

  .footer_country {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .footer_country p {
    text-align: center;
  }

  .footer_country ul {
    justify-content: center;
  }

  .footer_units p {
    text-align: center;
    display: block;
    margin-bottom:0;
    line-height:16px;
  }

  .footer_units {
    padding-right: 0;
    display: flex;
    justify-content: center;
    gap: 7px;
    padding-bottom: 10px;
  }

  .footer_dropdown {
    margin-top: 1px;
  }

  .footer_labs p {
    text-align: center;
  }

  .footer_labs {
    width: 100%;
  }

  .footer_labs a {
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 14px;
  }
  .footer_inner {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .footer_bottom_left {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2px;
  }
  .footer_bottom_left {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2px;
  }

  .footer_bottom_right {
    width: 100%;
  }

  .footer_bottom_right p {
    margin-bottom: 15px;
    margin-top:1px;
  }
  .footer_labs p {
    white-space: normal;
  }
  .footer_bottom_left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_units {
    padding-bottom: 11px;
    padding-top: 3px;
  }
}
@media(max-width:424px){
  .footer_labs p {
    line-height: 13px;
  }
}
@media (max-width: 320px){
  .footer_bottom_left {
    margin-left: 0;
  }
  .top_footer {
    padding: 10px 10px 9px;
  }
  .footer_units {
    padding-bottom: 10px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* 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;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}