*, *: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 {
    padding: 0 30px;
  }
.content-wrapper,
.dnd-section > .row-fluid,
.page-center,
.header_container,
.footer_container{
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'icomoon';
  src:  url(https://26653625.fs1.hubspotusercontent-eu1.net/hubfs/26653625/raw_assets/public/Mainline_Instruments_March2023/fonts/icomoon.ttf),
    url(https://26653625.fs1.hubspotusercontent-eu1.net/hubfs/26653625/raw_assets/public/Mainline_Instruments_March2023/fonts/icomoon.woff);
  font-weight: 400;
  font-style: normal;
}

body {
  line-height: 1.5;
  word-break: break-word;   
  -webkit-text-size-adjust: 100%;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* 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,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height:1.5;
}

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

img{
  max-width:100%;
}
button,
.button {
  cursor: pointer;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  width: auto;
  font-family: PT Sans;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  border-width: 0;
  border-style: solid;
  border-radius: 2px;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #1575bb;
  color: #fff;
  border-color: #fff;
  display:inline-block;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  padding: 10px 7px;
}
form.hs-form .input a.hs-button {
  margin-top: 15px;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  color: #747474;
  line-height: 1.5;
  font-size: 16px;
  font-family: Nunito;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
}

/* 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 {
  padding-top: 0;
  padding-bottom: 0;
  /* height: 29px; */
  background-color: #fff;
  font-size: 13px;
  color: #aaa9a9;
  border-width: 1px;
  border-color: #d2d2d2;
  border-radius: 0;
  box-sizing: border-box;
  padding: 8px 15px;
  border: 1px solid #d2d2d2;
  width: 100%;
  outline: 0;
}
form textarea {
  min-height: 100px;
}

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;
}
form ul.no-list.hs-error-msgs.inputs-list li label {
  color: red;
}
/* Validation */

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

/* .hs-input.invalid.error {
border-color: #EF6B51;
}
*/
.hs-error-msg {
  color: red;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  width: auto;
  font-family: PT Sans;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  border-width: 0;
  border-style: solid;
  border-radius: 2px;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #1575bb;
  color: #fff;
  border-color: #fff;
  display:inline-block;

}

/* 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;
}
body.fixed-header .primary_menu .hs-menu-wrapper>ul>li {
  padding-right: 35px;
}

body.fixed-header .primary_menu .hs-menu-wrapper>ul>li:last-child {
  padding-right: 0;
}

header.custom_header {
  position: relative;
  z-index: 99;
}

.top_header {
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  font-size: 14px;
  background-color: #1575bb;
  border-bottom: 1px solid #e5e5e5;
}

.top_header .header_container {
  zoom: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.top_header .top_left_side {
  border-top-color: #e5e5e5;
  border-bottom-color: #e5e5e5;
  float: left;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 0;
  display: inline;
}

.top_header .top_right_side {
  float: right;
  margin-left: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline;
}

.top_header .top_right_side .social_icons_wrapper {
  float: right;
  margin-top: 10px;
}

.top_header .top_right_side 
.social_icon_outer_wrapper {
  overflow: hidden;
}

.top_header .top_right_side .social_icon_inner_wrapper {
  margin: 0 -10px;
}

.top_header .top_right_side .social_icon_inner_wrapper a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  box-shadow: none!important;
  line-height: 1;
  margin: 0 10px 10px;
  text-decoration: none;
  -webkit-box-shadow: none!important;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top_header .top_right_side .social_icon_inner_wrapper a.facebook:before {
  content: "\e604";
}

.top_header .top_right_side .social_icon_inner_wrapper a.twitter:before {
  content: "\e605";
}

.top_header .top_right_side .social_icon_inner_wrapper a.linkedin:before {
  content: "\e60f";
}

.top_header .top_right_side .social_icon_inner_wrapper a.youtube:before {
  content: "\e622";
}

.bottom_header {
  border-bottom: 1px solid #e5e5e5;
  backface-visibility: hidden;
  transition: background-color .25s ease-in-out;
  padding-left: 30px;
  padding-right: 30px;
}

.top_header .top_left_side ul li {
  line-height: 44px;
}

.top_header .top_left_side ul li a {
  color: #ffffff;
}

.top_header .top_left_side ul li:nth-child(3) {
  display: inline-block;
  padding: 0 6px;
}

.top_header .top_right_side .social_icon_inner_wrapper a.youtube,
.top_header .top_right_side .social_icon_inner_wrapper a.facebook,
.top_header .top_right_side .social_icon_inner_wrapper a.twitter{
  margin-right: 6.5px;
}



.top_header .top_right_side .social_icon_inner_wrapper a:hover {
  opacity: 0.8;
}



.top_header .top_left_side ul li:nth-child(2) a {
  cursor: text;
}

.top_header .top_left_side ul {
  display: flex;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.top_header .top_left_side ul li:first-child a {
  color: #fff;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 13px;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  padding-top:1px;
}

.top_header .top_left_side ul li:first-child {
  margin-right: 20px;
  border-right: 1px solid;
  border-color: #e5e5e5;
}

.top_header .top_left_side ul li:first-child a:after {
  vertical-align: middle;
  content: "\f107";
  font-family: IcoMoon;
  font-style: normal;
  margin-left: 9px;
}


.bottom_header .header_container {
  position: relative;
}

.bottom_header .desktop_logo{
  margin: 5px 0 5px 0;
  display: block;
  float: left;
  max-width: 100%;
  zoom: 1;
}

.bottom_header .desktop_logo img,
.bottom_header .sticky-logo img{
  display: block;
  max-width: 100%;
}


.bottom_header .sticky-logo {
  display: none;
  margin: 5.5px 0 5.5px 0;
  float: left;
  max-width: 100%;
  zoom: 1;
}

.fixed-header .desktop_logo {
  display: none;
}
.fixed-header .sticky-logo {
  display: inline-block;
}


.header_menu_section {
  float: right;
  position: relative;
  z-index: 99;
}


.primary_menu .hs-menu-wrapper>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: opacity .8s cubic-bezier(.8,0,.25,1),transform .8s cubic-bezier(.8,0,.25,1);
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary_menu .hs-menu-wrapper>ul>li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  padding-right: 45px;
}

.primary_menu .hs-menu-wrapper>ul>li>a {
  border-top-width: 3px;
  border-top-style: solid;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  letter-spacing: 0;
  font-style: normal;
  font-family: Nunito;
  border-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: 0.3s;
  min-height:94px;
}

.primary_menu .hs-menu-wrapper>ul>li:hover>a {
  border-top-color: #1575bb;
  color: #1575bb;
}
.primary_menu .hs-menu-wrapper>ul ul {
  border-top: 6px solid #1575bb;
  line-height: 1.5;
  font-family: Nunito;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
  width: 230px;
  background-color: #f2efef;
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transition: opacity .2s ease-in;
  top: 100%;
}
.primary_menu .hs-menu-wrapper>ul ul ul {
  border: 0;
}
.primary_menu .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>a {
  border-bottom: none;
  font-family: Nunito;
  font-weight: 400;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  font-style: normal;
  border: 0;
  padding: 7px 20px;
  text-indent: 0;
  height: auto;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
  display: block;
  box-sizing: content-box;
}
.primary_menu .hs-menu-wrapper>ul>liul>li:hover>a {
  background-color: #f8f8f8;
}



.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul {
  top: 0;
  left: 100%;
  right: auto;
}


.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
  cursor: pointer;
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
}


.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  display: block;
  padding: 5px 34px;
  border-bottom: none;
  line-height: 1.5;
  font-family: Nunito;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
  color: #333;
  font-size: 13px;
  border: 0;
  text-indent: 0;
  height: auto;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
  box-sizing: content-box;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
}


.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
  background-color: #f8f8f8;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:before {
  content: "\f0da";
  font-family: icomoon;
  margin-right: 10px;
}







.primary_menu .hs-menu-wrapper>ul>li:nth-child(7)>a {
  font-family: icomoon;
  cursor: pointer;
}

.primary_menu .hs-menu-wrapper>ul>li:nth-child(7) {
  font-size: 13px;
}

.primary_menu .hs-menu-wrapper>ul>li:nth-child(7):hover>a {
  border-color:transparent;
}

.primary_menu .hs-menu-wrapper>ul>li:nth-child(7):hover>a:after{
  color: #1575bb;
}

.primary_menu .hs-menu-wrapper>ul>li:nth-child(7)>a:after {
  color: #333;
  width: 14px;
  box-sizing: content-box;
  border-radius: 50% 50% 50% 50%;
  content: "\f07a";
  margin-right: 5px;
  line-height: 1;
}

.primary_menu .hs-menu-wrapper>ul>li:last-child>a {
  font-family: icomoon;
  cursor: pointer;
}

.primary_menu .hs-menu-wrapper>ul>li:last-child {
  padding-right: 0;
}

.primary_menu .hs-menu-wrapper>ul>li:last-child:hover>a {
  border-color:transparent;
}

.primary_menu .hs-menu-wrapper>ul>li:last-child:hover>a:after {
  color: #1575bb;
}

.primary_menu .hs-menu-wrapper>ul>li:last-child>a:after {
  border-radius: 50% 50% 50% 50%;
  content: "\f002";
  color: #333;
}

.primary_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  content: "\f107";
  font-family: IcoMoon;
  font-style: normal;
  vertical-align: middle;
  margin-left: 9px;
}


/*  search form*/
.header_menu_section .fusion-overlay-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-40%); 
  width: 100%;
  transition: all 1s;   
  visibility:hidden;
}


.fusion-overlay-search form .fusion-search-field input::placeholder {
  color: #aaa9a9;
}
.search_open .header_menu_section .fusion-overlay-search {
  opacity: 1;
  transform: translateY(100%); 
  visibility: visible;
}
body.fixed-header.search_open .header_menu_section .fusion-overlay-search{
  transform: translateY(62%);
}

.fusion-overlay-search form {
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.fusion-overlay-search form .fusion-search-form-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.fusion-overlay-search form 
.fusion-search-field {
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 14;
}

.fusion-overlay-search form .fusion-search-field input {
  border-width: 1px;
  border-color: #d2d2d2;
  border-radius: 0;
  color: #aaa9a9;
  background-color: #fff;
  font-size: 13px;
  height: 29px;
  border: 1px solid #d2d2d2;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0px 15px 0 29px;
  vertical-align: middle;
}



.fusion-overlay-search form  .fusion-search-button {
  position: absolute;
  z-index: 14;
}

.fusion-overlay-search form .fusion-search-button input.fusion-search-submit {
  font-size: 13px;
  color: #aaa9a9;
  background-color: transparent;
  line-height: 29px;
  width: 29px;
  height: 29px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  border-radius: 0;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
  display: block;
  vertical-align: middle;
  padding:0;
}

.fusion-overlay-search form .fusion-search-button input.fusion-search-submit:after {
  content: "";
}
.fusion-search-spacer {
  width: calc((29px) * .4);
}

.fusion-overlay-search  a.fusion-close-search {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  color: #333333;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  cursor:pointer;
}

.fusion-overlay-search   a.fusion-close-search:before {
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background-color: #333333;
  color: #333333;
}

.fusion-overlay-search   a.fusion-close-search:after {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background-color: #333333;
  color: #333333;
}


body.search_open .primary_menu .hs-menu-wrapper>ul {
  opacity: 0;
  transform: translateY(60%);
}

.fusion-overlay-search a.fusion-close-search:hover:before,
.fusion-overlay-search a.fusion-close-search:hover:after {
  background-color: #1575bb;
}


body.fixed-header .primary_menu .hs-menu-wrapper>ul>li>a {
  min-height: 65px;
}

body.fixed-header.primary_menu .hs-menu-wrapper>ul>li {
  padding-right: 35px;
}


.mobile_menu_section {
  display: none;
}

.mobile-menu-search {
  display:none;
}

@media (min-width:1001px){

  body.fixed-header .bottom_header {
    position: fixed;
    top: 0;
    z-index: 99;
    max-width: 100%;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 0;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
  }



  .header_wrapper {
    min-height: 140px;
  }
  .header_wrapper.header-no-navigation {
    min-height: 95px;
  }

}



@media (min-width:1001px) and (max-width:1090px){
  .primary_menu .hs-menu-wrapper>ul>li{
    padding-right: 26px
  }
}






@media (max-width:1000px){
  .bottom_header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
  }

  .bottom_header .header_container {
    width: 100%;
    max-width: 100%;
  }

  .bottom_header .desktop_logo {
    margin: 0;
  }

  .header_menu_section {
    display: none;
  }


  .top_header .top_right_side .social_icon_inner_wrapper a {
    margin-right: 20px ;
    margin-bottom: 5px;
  }

  .top_header .header_container {
    max-width: 100%;
    flex-direction: column;
  }

  .top_header .top_left_side {
    text-align: center;
    margin-right: 0;
    width: 100%;
    float: none;
    display: block;
    width: 100%;
    border-bottom:1px solid #e5e5e5;
  }

  .top_header .top_left_side ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .top_header .top_left_side ul li:first-child {
    width: 100%;
  }

  .top_header .top_left_side ul li:first-child a {
    display: inline-block;
  }

  .top_header .top_left_side ul li:first-child a {
    border-right: 1px solid;
    border-color: #e5e5e5;
    margin-right: 20px;
  }

  .top_header .top_left_side ul li:first-child {
    border: none;
    margin-right: 0;
    line-height: 43px;
  }

  .top_header {
    padding: 0;
  }

  .top_header .top_right_side .social_icon_inner_wrapper a.facebook,
  .top_header .top_right_side .social_icon_inner_wrapper a.twitter, 
  .top_header .top_right_side .social_icon_inner_wrapper a.youtube {
    margin-right: 16px;
    margin-bottom: 5px;
  }

  .top_header .top_right_side .social_icons_wrapper {
    float: none;
    max-width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 8px;
  }



  .mobile_icons {
    display: block;
    margin-top: 33px;
    position: relative;
    top: 0;
    right: 0;
    vertical-align: middle;
    text-align: right;
  }

  .mobile_cart_icon, 
  .mobile_search_icon,
  .humburger {
    color: #dadada;
    float: right;
    font-size: 21px;
    margin-left: 20px;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    cursor:pointer;
  }

  .mobile_cart_icon:before {
    content: "\f07a";
  }


  .mobile_search_icon:before {
    content: "\f002";
  }

  .humburger:before {
    content: "\f0c9";
  }



  /*   mobile_menu */
  .mobile_menu_section {
    padding-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: calc(-20px - 0px);
  }

  .mobile_menu .hs-menu-wrapper>ul {
    border: none;
    border-top: 1px solid #dadada;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .mobile_menu .hs-menu-wrapper>ul>li {
    position: relative;
    font-size: 12px;
    line-height: normal;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a {
    padding-left: 30px;
    font-size: 12px;
    letter-spacing: 0;
    height: 40px;
    background-color: #f9f9f9;
    text-align: left;
    font-family: Nunito;
    font-weight: 400;
    font-style: normal;
    color: #333;
    line-height: 35px;
    padding-right: 12px;
    display: block;
    border-bottom: 1px solid #dadada;
  }

  .mobile_menu {
    width: 100%;
    max-width: 100%;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a:hover {
    background-color: #f6f6f6;
  }

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

  .mobile_menu .hs-menu-wrapper>ul ul li {
    position: relative;
    font-size: 12px;
    line-height: normal;
  }

  .mobile_menu .hs-menu-wrapper>ul ul li a {
    padding-left: 39px;
    height: 40px;
    background-color: #f9f9f9;
    text-align: left;
    font-family: Nunito;
    font-weight: 400;
    font-style: normal;
    color: #333333;
    font-size: 12px;
    line-height: 35px;
    letter-spacing: 0px;
    padding-right: 12px;
    display: block;
    border-bottom: 1px solid #dadada;
  }

  .mobile_menu .hs-menu-wrapper>ul ul li a:before {
    content: "-";
    margin-right: 2px;
  }



  .mobile_menu .hs-menu-wrapper>ul ul li ul li a:before {
    content: "--";
    margin-right: 2px;
  }

  .mobile_menu .hs-menu-wrapper>ul ul li ul li a {
    padding-left: 48px;
  }
  .child-trigger {
    padding-right: 32px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    right: 0px;
    color: #333333;
    display: block;
    z-index: 1;
    position: absolute;
    top: 1px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    background: 0 0;
    min-width: 50px;
    border: none;
    cursor:pointer;
  }

  .child-trigger:before {
    display: block;
    margin: 0;
    content: "\e61f";
    font-family: icomoon;
  }
  .mobile_menu .hs-menu-wrapper>ul ul li a:hover {
    background-color: #f6f6f6;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:last-child {
    display: none;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:nth-child(7) {
    display: none;
  }

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

  .mobile-menu-search {
    margin-top: 15px;
    display:none;
  }

  .mobile-menu-search form {
    margin: 0;
    padding: 0;
    border-style: none;
  }

  .mobile-menu-search form .mobile-search-form-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
  }

  .mobile-menu-search form  .mobile-fusion-search-field {
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 14;
  }

  .mobile-menu-search form  input {
    border-width: 1px;
    border-color: #d2d2d2;
    border-radius: 0;
    color: #aaa9a9;
    background-color: #fff;
    font-size: 13px;
    height: 29px;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #d2d2d2;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    padding: 0px 15px 0 29px;
  }

  .mobile-menu-search form input::placeholder {
    color: #aaa9a9;
  }

  .mobile-menu-search .mobile-search-button {
    position: absolute;
    z-index: 14;
  }

  .mobile-menu-search .mobile-search-button input.mobile-search-submit {
    font-size: 13px;
    color: #aaa9a9;
    background-color: transparent;
    line-height: 29px;
    width: 29px;
    height: 29px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    border-radius: 0;
    text-indent: 0;
    cursor: pointer;
    font-family: icomoon;
    font-weight: 400;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
    margin: 0;
    padding: 0;
  }
  .fusion-clearfix {
    zoom: 1;
    clear: both;
  }





}


@media (max-width:800px){
  .top_header .top_left_side ul li:not(:first-child) {
    padding: 0.6em 0;
    line-height: 1.5em;
  }

  .top_header .top_left_side ul li:first-child {
    padding-left: 0;
  }

  .top_header .top_left_side ul li:nth-child(2) {
    padding-left: 30px;
  }

  .top_header .top_left_side ul li:last-child {
    padding-right: 30px;
  }

  .top_header .top_left_side ul li:nth-child(3) {
    padding: 0.6em 6px;
  }
}


@media (max-width:480px){
  .bottom_header .desktop_logo img {
    max-width: 100%;
  }

  .mobile_icons {
    margin-top: 24px;
    width: 50%;
    float: left;
  }

  .bottom_header .desktop_logo {
    float: left;
    width: 50%;
  }
}


@media  (max-width:470px){
  .mobile_icons{
    margin-top: 21px;

  }
}

@media  (max-width:430px){
  .mobile_icons{
    margin-top: 16px;

  }
}


@media  (max-width:360px){
  .mobile_icons{
    margin-top: 12px;

  }
}


@media (max-width:372px){
  .top_header .top_left_side ul li:nth-child(2) {
    padding-left: 10px;
  }

  .top_header .top_left_side ul li:last-child {
    padding-right: 10px;
  }
} 




@media (max-width:371px){

  .top_header .top_left_side ul li:last-child a, 
  .top_header .top_left_side ul li:nth-child(2) a,
  .top_header .top_left_side ul li:nth-child(3) a{
    font-size:13px;
  } 

}


@media (max-width:350px){
  .mobile_icons {
    margin-top: 12px;
  }
}


@media (max-width:320px){
  .mobile_icons {
    margin-top: 9px;
  }
}
footer.custom_footer {
  position: relative;
  z-index: 9;
}

footer.custom_footer .top_footer {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  border-top: 0 solid #e9eaee;
  background-repeat: no-repeat;
  background-color: #363839;
  background-size: initial;
  background-position: center center;
  color: #8c8989;
  padding-top: 43px;
  padding-bottom: 40px;
}

footer.custom_footer .top_footer .top_footer_inner_wrap {
  display: block;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 calc((15px) * -1);
}

footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column {
  padding-left: 15px;
  padding-right: 15px;
}



.footer_menu .hs-menu-wrapper>ul {
  display: flex;
  flex-wrap: wrap;
}

.footer_menu .hs-menu-wrapper>ul>li {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}



footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column.footer_menu {
  padding: 0;
}

footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column.left_text h4 {
  letter-spacing: 0;
  font-style: normal;
  color: #ddd;
  margin: 0 0 28px;
  text-transform: uppercase;
  font-family: Nunito;
  font-size: 13px;
  font-weight: 400;
}

footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column.left_text p {
  margin: 0;
}

footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column.left_text p a {
  color: #bfbfbf;
}

footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column.left_text p a:hover {
  color: #ffffff;
}

.footer_menu .hs-menu-wrapper>ul>li>a {
  letter-spacing: 0;
  font-style: normal;
  color: #ddd;
  margin: 0 0 28px;
  text-transform: uppercase;
  font-family: Nunito;
  font-size: 13px;
  font-weight: 400;
  display: block;
  cursor: text;
}

.footer_menu .hs-menu-wrapper>ul ul {
  text-align: left;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_menu .hs-menu-wrapper>ul ul li {
  border-color: #505152;
}

.footer_menu .hs-menu-wrapper>ul ul li a {
  border-bottom: 1px solid transparent;
  border-right-color: transparent;
  padding: 8px 10px 8px 20px;
  display: block;
  font-size: 14px;
  color: #bfbfbf;
  letter-spacing: 0;
  font-style: normal;
  font-family: Nunito;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

.footer_menu .hs-menu-wrapper>ul ul li a:hover {
  color: #1575bb;
}







/*  bottom footer*/

footer.custom_footer .bottom_footer {
  padding-left: 30px;
  padding-right: 30px;
  z-index: 10;
  position: relative;
  border-top: 1px solid #4b4c4d;
  background-color: #282a2b;
  padding-top: 18px;
  padding-bottom: 16px;
}

footer.custom_footer .bottom_footer .bottom_footer_inner_wrap {
  display: table;
  width: 100%;
  line-height: 1.5;
}

footer.custom_footer .bottom_footer .copyright {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}

footer.custom_footer .bottom_footer .copyright p {
  margin: 0;
  line-height: 1.5;
}

footer.custom_footer .bottom_footer .copyright p a {
  color: #ffffff;
}

footer.custom_footer .bottom_footer .footer_container {
  zoom: 1;
}


a#back-to-top {
  border-radius: 6px 6px 0 0;
  background-color: #333;
  right: 75px;
  height: 35px;
  position: fixed;
  text-align: center;
  width: 48px;
  opacity: .9;
  z-index: 99;
  transition: all .2s ease-in-out 0s;
  line-height: 1;
  bottom: 0;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

a#back-to-top:before {
  line-height: 35px;
  content: "\f106";
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
  color: #fff;
}

a#back-to-top:hover {
  background-color: #1575bb;
}










@media (min-width:992px){
  footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column.left_text {
    width: 33.33333333%;
    float: left;
  }

  footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column.footer_menu {
    width: 66.66%;
    float: left;
  }
}




@media (min-width:1200px){
  footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column.left_text {
    width: 33.33333333%;
    float: left;
  }

  footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column.footer_menu {
    width: 66.66%;
    float: left;
  }

}

@media (max-width:991px){
  footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column.left_text {
    width: 33.33333333%;
    float: left;
  }

  footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column.footer_menu {
    width: 66.66%;
    float: left;
  }
}


@media (max-width:800px){
  footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column.left_text {
    margin: 0 0 50px;
    width: 100%!important;
    float: none;
  }

  footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column.footer_menu {
    /* margin: 0 0 50px; */
    width: 100%!important;
    float: none;
  }

  .footer_menu .hs-menu-wrapper>ul {
    flex-direction: column;
  }

  .footer_menu .hs-menu-wrapper>ul>li {
    width: 100%;
    float: none;
    margin: 0 0 50px;
  }

  .footer_menu .hs-menu-wrapper>ul>li:last-child {
    margin: 0;
  }

  footer.custom_footer .bottom_footer .copyright {
    padding: 0 0 15px;
    display: block;
    text-align: center;
  }


  .footer_menu .hs-menu-wrapper>ul>li>a,
  footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column.left_text h4{
    margin: 0 0 29px;
  }
}


@media (max-width:767px){
  .footer_menu .hs-menu-wrapper>ul>li>a,
  footer.custom_footer .top_footer .top_footer_inner_wrap .footer_column.left_text h4{
    margin: 0 0 28px;
  }
}


@media (max-width:450px){
  a#back-to-top {
    bottom: 113px;
    right: 15px;
  }
}
/* Menu and simple menu */

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