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

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "anticon"; 
  src:url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/anticon.woff2) format("woff2"),
    url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/anticon.woff) format("woff");
  font-style: normal; font-weight: normal; font-display: auto;
}

@font-face {
  font-family: "FontAwesome"; 
  src:url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/fa-regular-400.woff2) format("woff2"),
    url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/fa-regular-400.woff) format("woff");
  font-style: normal; font-weight: normal; font-display: auto;
}


@font-face {
  font-family: "FontAwesome"; 
  src:url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/fa-light-300.woff2) format("woff2"),
    url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/fa-light-300.woff) format("woff");
  font-style: normal; font-weight: 300; font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src:url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/fa-brands-400.woff2) format("woff2"),
    url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/fa-brands-400.woff) format("woff");
  font-style: normal; font-weight: 400; font-display: auto;
}



@font-face {
  font-family: "Roboto";
  src:url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/roboto-bold.woff2) format("woff2"),
    url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/roboto-bold.woff) format("woff");
  font-style: normal; font-weight: 700; font-display: auto;
}



@font-face {
  font-family: "Roboto";
  src:url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/roboto-medium.woff2) format("woff2"),
    url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/roboto-medium.woff) format("woff");
  font-style: normal; font-weight: 500; font-display: auto; 
}

@font-face {
  font-family: "Roboto"; 
  src:url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/roboto-regular.woff2) format("woff2"),
    url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/roboto-regular.woff) format("woff");
  font-style: normal;font-weight: normal; font-display: auto;
}
@font-face {
  font-family: "Roboto"; 
  src:url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/roboto-light.woff2) format("woff2"),
    url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/roboto-light.woff) format("woff");
  font-style: normal; font-weight: 300; font-display: auto; 
}


@font-face {
  font-family: "icons-blank-theme"; 
  src:url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/Blank-Theme-Icons.woff2) format("woff2"),
    url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/Blank-Theme-Icons.woff) format("woff");
  font-style: normal; font-weight: normal; font-display: auto;
}
@font-face {
  font-family: "FontAwesome";
  src:url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/fa-solid-900.woff2) format("woff2"),
    url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/fonts/fa-solid-900.woff) format("woff");
  font-style: normal; font-weight: 900; font-display: auto;
}



html{
  font-size: 62.5%;
}

body {
  line-height: 1.42857143;
  word-break: break-word;
  font-style: normal;
  letter-spacing: -.025em;
}

img {
  max-width: 100%;
  height: auto;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

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

}
.migration a:hover,
.migration a:active{
  text-decoration:underline;
}
/* Headings */

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


/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 20px;
}

/* Labels */

form label {

  font-family: 'Roboto',Arial,sans-serif;
  margin-top: 2px;
  clear: both;
  font-style: normal;
  line-height: 12px;
  font-size: 16px;
  color: #21252e;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;

}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  vertical-align: baseline;
  font-family: "Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
  width: 100%;
  max-width: 100%;
  font-style: normal;
  line-height: 14px;
  padding: 7px;
  font-size: 16px;
  color: #21252e;
  font-weight: 300;
  box-shadow: none;
  border: 1px solid;
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 15px;;
}
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, form textarea:focus{
  outline:none;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;

}
.hs-error-msgs label {
  border: 1px solid #ce5f6d;
  color: #ce5f6d;
  background-color: #fae9e9;
  margin: 0 0 20px 0;
  padding: 10px;
  font-size: 14px;
  font-family: 'Roboto',Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.42857143;
}
/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  margin: 0 auto;
  clear: both;
  font-style: normal;
  line-height: 1;
  font-family: "Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px ;
  box-shadow: none;
  display: inline-block;
  margin-top: 15px;
  white-space: normal;
  margin-bottom: 10px;
  text-align: center;
}
form input[type=submit]:hover,
form .hs-button:hover,
button:hover,
.button:hover,
form input[type=submit]:focus,
form .hs-button:focus,
button:focus,
.button:focus{
  text-decoration:none;
}
/* 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 container */

header.header {
  color: #333;
  font-family: 'Roboto',Arial,sans-serif;
  font-style: normal;
  line-height: 1.42857143;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -.025em;
}

.header_top {
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 9999;
}
.header-panel-left{
  line-height: 20px;
}

.savings-amount {
  display: inline-block;
  text-decoration: none;
}
.savings-amount:before{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  color: #ec7c00;
  content: "\f2e8";
  font-family: 'FontAwesome';
  margin: -4px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding: 0 1px;
}
.savings-amount a{
  text-decoration: none;
  color:rgb(51, 51, 51);
}

.warehouse-list-info-header {
  position: relative;
  z-index: 6;
  margin-right: 20px;
}
.box-title {
  cursor: pointer;
}
.showowarehouse-header {
  display: inline-block;
  text-decoration: none;
}
.showowarehouse-header:before{
  speak: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  color: #ec7c00;
  content: "\f3c5";
  font-family: 'FontAwesome';
  margin: -4px 6px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: visible;
}
.showowarehouse-header strong{
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
.showowarehouse-header strong:after{
  speak: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #ec7c00;
  content: "\f107";
  font-family: 'FontAwesome';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
}
.warehouse-prefered-info .frame{
  padding-right: 0;
  margin-right: 30px;
}
.opening-hours-info {
  position: relative;
  z-index: 1;
}
.opening-hours-info .box-title {
  cursor: pointer;
}
.opening-hours-info .box-title:before{
  speak: none;
  text-align: center
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 18px;
  color: #ec7c00;
  content: "\f017";
  font-family: 'FontAwesome';
  margin: 0 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: visible;
}
.opening-hours-info .box-title .hs_cos_wrapper > span{
  font-weight: 700;
}
.opening-hours-info .box-title .hs_cos_wrapper > span span{
  display: inline-block;
  text-decoration: none;
  text-transform: none;
}
.opening-hours-info .box-title .hs_cos_wrapper > span span a{
  text-decoration: none;
  color: inherit;
  font-weight: 400;
}
.opening-hours-info .box-title .hs_cos_wrapper > span span a:after{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 18px;
  color: #ec7c00;
  content: "\f107";
  font-family: 'FontAwesome';
  margin: 0 0 0 6px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-weight: 300;
  overflow: visible;
}
.frame_contact {
  line-height: 1.42857143;
  font-family: 'Roboto',Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.025em;
  font-size: 1.4rem;
  padding-right: 0;
  margin-right: 0;
}
.frame_contact a{
  color: inherit;
  font-weight: 700;
  margin: 0 20px 2px 0;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
.frame_contact a:first-child{
  margin-right: 28px;
}
.frame_contact a:first-child:before{
  margin: 0 5px 0 0;
  speak: none;
  text-align: center;
  display: inline-block;
  content: "\f095";
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
  vertical-align: top;
  line-height: 1;
  padding-top: 2px;
  font-weight: 300;
  margin-right: 6px;
  color: #ec7c00;
  font-size: 1.5rem;
}
.frame_contact a:last-child:before{
  margin: 0 5px 0 0;
  speak: none;
  text-align: center;
  content: "\f0e0";
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;

  line-height: 1;
  padding-top: 2px;
  font-weight: 300;
  margin-right: 6px;
  color: #ec7c00;
  font-size: 1.5rem;
}
.frame_contact a:last-child{
  margin-right:0px;
}
.showowarehouse-header>div, .opening-hours-info .box-title>div, .savings-amount>div {
  display: inline;
} 

.header_logo_left img{
  max-height: 100%;
  max-width: 100%;
  vertical-align: top;
  height: 40px;
}
.header_search_content {
  margin-bottom: 0;
}
.header_search_content form{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.algolia-search-input {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 50px;
  line-height: 1.42857143;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 16px;
  background: #fff;
  background-clip: padding-box;
  position: static !important;
  display: block;
  font-weight: 500;
  left: 0;
  margin: 0;
  padding: 0 44px 0 15px;
  vertical-align: top;
}
.magnifying-glass{
  pointer-events: none;
  background: none;
  position: absolute;
  z-index: 10;
}

pre{
  background: #f0f0f0;
  border: 1px solid #eaeaea;
  color: #111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  display: block;
  word-wrap: break-word;
  position: absolute;
  visibility: hidden;
  white-space: pre;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  word-spacing: 0px;
  letter-spacing: 0px;
  text-indent: 0px;
  text-rendering: auto;
  text-transform: none;
}
.algolia-search-input {
  width: 100%;
  height: 50px;
  line-height: 1.42857143;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 16px;
  background: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 1px;
  position: static;
  display: block;
  font-weight: 500;
  left: 0;
  margin: 0;
  padding: 0 44px 0 15px;
  padding-right: 35px;
  vertical-align: top;
}


.header_navigation{
  margin: 0;
}
.header-section-items{
  max-width: 1410px;
  margin: 0 auto;
  position: relative;
}
.header-item-content{

}
.menu-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow-x: hidden;
}

.mobile-open .menu-container{
  display: block;
}
.main_menu_item{
  background: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 14px 0 rgb(0 0 0 / 20%);
  border-top: 0;
}

.header_navigation ul{
  margin:0px;
  padding:0px;
  list-style:none;
}

.header_search{
  margin-bottom: 0;
}

.header_search_content form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.algolia-searchbox label {
  display: none;
}

.algolia-autocomplete {
  display: inline-block;
  width: 100%;
  position: relative;
}

.algolia-autocomplete .algolia-search-input {
  display: block;
  font-weight: 500;
  left: 0;
  margin: 0;
  padding: 0 44px 0 15px;
  vertical-align: top;
  border: 0;
  font-size: 16px;
  font-family: 'Roboto',Arial,sans-serif;
  line-height: 1.42857143;
}



.login-form-wrapper {
  display: inline-block;
}
.login-dropdown-trigger span{
  font-family: 'Roboto',Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.025em;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.125;
  cursor: pointer;
  display: inline-block;
}
.login-dropdown-trigger:before{
  background-image: url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/images/user.svg);
  background-position-x: 0;
  background-position-y: 0;
  line-height: 24px;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  margin: 0 5px 0 0;
  background-position: -7px -6px;
  float: left;
}
.login-dropdown-trigger span a{
  color: #fff;
}
.show_cart_wrapper {
  position: relative;
  width: auto;
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.show_cart_wrapper a{
  line-height: 1.42857143;
  font-size: 1.4rem;
  font-family: 'Roboto',Arial,sans-serif;
  font-style: normal;
  letter-spacing: -.025em;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.show_cart_wrapper a:before{
  background-repeat: no-repeat;
  background-image: url(//6891251.fs1.hubspotusercontent-na1.net/hubfs/6891251/raw_assets/public/Atom_August2021/images/forklift.svg);
  background-position-x: 0;
  background-position-y: 0;
  width: 46px;
  height: 39px;
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  font-size: 0;
}

.login-dropdown-trigger span#hs_cos_wrapper_header_account_{
  font-weight: 700;
}

.navigation-primary>ul.active_pchild>li.active_child>ul.submenu.level-2 {
  display: block;
}

.img_nav_wrapper .hs-menu-wrapper ul{
  padding:0;
  margin:0;
  list-style:none;
  display:block !important;
}

.img_nav_wrapper .hs-menu-wrapper>ul>li>a {
  margin: 0px 0px 30px;
  display:block;
}

.img_nav_wrapper .hs-menu-wrapper>ul>li>a img {
  vertical-align: top;
  border-width: 1px;
}

.header-content-center,
.header_search{
  box-sizing: content-box;
}

span#algolia-glass:before {
  content: "\e670";
  float: right;
  font: 500 24px/50px 'anticon';
}

.nav-toggle {
  text-decoration: none;
  cursor: pointer;
  display: none;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.show_cart_wrapper a:before{
  display:none;
}
@media (min-width: 768px){

  .header_top_container {
    padding: 10px 20px;
    width: auto;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1440px;
    min-height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .algolia-searchbox {
    position: relative;
  }
  .header-content-center{
    background: #333;
    padding: 20px 15px;
    margin: 0 48px 0 65px;
    position: relative;
    z-index: 3;
  }
  .main_header{
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: #ec7c00;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .navigation-primary>ul>li.hover ul.submenu.level-2 {
    display: block;
  }
  .main_header_container{
    position: relative;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 1440px;
  }
  .header-content-center:before{
    content: '';
    position: absolute;
    top: 0;
    border-bottom: 90px solid #333;
    border-left: 65px solid transparent;
    left: -64px;
  }
  .action_tem {
    font-family: 'Roboto',Arial,sans-serif;
    font-style: normal;
    top: 15px;
    -webkit-transition: visibility 0s,opacity .3s linear;
    -o-transition: visibility 0s,opacity .3s linear;
    transition: visibility 0s,opacity .3s linear;
    line-height: 2.4rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
    cursor: pointer;
    position: absolute;
    left: -5px;
  }
  .icon-text-header {
    display: inline-block;
    text-decoration: none;

  }
  .icon-text-header .hs_cos_wrapper_type_text:before{
    overflow: hidden;
    speak: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 18px;
    color: #fff;
    content: "\f0c9";
    font-family: 'FontAwesome';
    margin: -3px 7px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 300;
  }
  .algolia-searchbox:before{
    background: #fff;
    border-radius: 3px;
    bottom: 0;
    content: "";
    left: -17px;
    position: absolute;
    right: -17px;
    top: 0;
    transform: skewX(
      -30deg
    );
  }
  .magnifying-glass{
    right: 5px;
  }
  .header-content-center:after{
    content: '';
    position: absolute;
    top: 0;
    border-top: 90px solid #333;
    border-right: 65px solid transparent;
    left: 100%;
  }
  .navigation-primary>ul{
    display: inline-block;
    max-height: calc(100vh - 220px);
    overflow-x: auto;
    width: 21.3%;
  }
  .navigation-primary>ul>li{
    width: auto;
  }
  .navigation-primary>ul>li>a{
    font-size: 1.6rem;
    line-height: 24px;
    border-bottom: 1px solid ;
    padding: 18px 18px 17px;
    font-weight: 700;
    display: block;
    border-right: 1px solid #eaeaea;
    box-sizing: border-box;
    position: relative;
  }
  .header_search{
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .algolia-autocomplete  .algolia-search-input{
    border: 0;
    border-radius: 0;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 1px;
    padding-right: 35px;
  }
  .navigation-primary>ul ul.submenu.level-2{
    position: absolute;
    top: 0;
    left: calc(25% - 1px);
    width: calc(75% + 2px);
    max-height: calc(100vh - 220px);
    overflow-x: auto;
    padding: 25px 40px 20px 0;
    box-sizing: border-box;
    display: none;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    display: none; 
  }

  .navigation-primary>ul>.open_child ul.submenu.level-2{
    display:block;
  }

  .child_leftMenu {
    box-sizing: border-box;
    animation-duration: 0.7s;
  }
  .child_menuWrapper {
    margin-bottom: 0;
    float: left;
    width: 66.6667%;
    font-size:0;
  }
  .child_menuWrapper>li{
    font-size: 1.6rem;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0 20px 20px;
  }
  .child_menuWrapper>li>a{
    font-weight: 700;
    font-family: 'Roboto',Arial,sans-serif;
    font-style: normal;
    letter-spacing: -.025em;
    font-size: 1.6rem;
    line-height: 30px;
    display: block;
  }
  .child_menuWrapper .level-3>li{
    margin-bottom: 0;
  }
  .child_menuWrapper .level-3>li>a{
    font-size: 1.6rem;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Roboto',Arial,sans-serif;
    font-style: normal;
    letter-spacing: -.025em;
  }
  .navigation-primary>ul>li.active_child ul.submenu.level-2 {
    display: block;
  }
  .content-links-wrapper {
    float: right;
    padding-top: 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-text-header .hs_cos_wrapper{
    display: inline-block;
  } 
  .img_nav_wrapper{
    padding: 0 0 0 20px;
    float: left;
    width: 33.3333%;
  }
  .header_logo_left a{
    margin: 0 0 0 40px;
    max-width: 116px;
    display: block;
  }
  .login-dropdown-trigger:before{
    background-size: 40px 40px;
    width: 28px;
    height: 28px;
  }
  .show_cart_wrapper a:before{
    width: 36px;
    height: 36px;
  }


  .navigation-primary>ul>li:hover>a:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ec7c00;
    content: '';
    z-index: 5;
  }


}



@media (min-width: 980px){
  .header_search{
    float: right;
    width: 284px;
  } 
}

@media (min-width: 1024px){


  .warehouse-prefered-info {
    color: #333;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    position: relative;
    width: auto;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0 !important;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.4rem;
  }
  .header_logo_left a{
    color: #ec7c00;
    text-decoration: none;
    display: block;
    margin: 0;
    max-width: 194px;
  }
  .navigation-primary>ul ul.submenu.level-2{
    left: calc(21.3% - 1px);
    width: calc(78.7% + 2px);
    padding: 28px 30px 20px;
  }
  .child_menuWrapper>li{
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 0 0 32px 30px;
  }
  .child_menuWrapper {
    margin-bottom: 0;
    width: 68.6%;
    float: left;
  }
  .login-dropdown-trigger:before{
    background-size: 50px 50px;
    width: 35px;
    height: 37px;
  }
  .img_nav_wrapper{
    width: 31.4%;
    float: left;
  }
  .show_cart_wrapper a:before{
    width: 46px;
    height: 39px;
  }
}


@media (min-width: 1200px){
  .header-panel-left {
    float: left;
    max-width: 40%;
  } 
  .header-panel-right{
    min-width: 667px;
    float: right;
  }
  .header-content-center:before{

    border-bottom: 100px solid #333;
    border-left: 65px solid transparent;
  }
  .action_tem{
    left: -10px;
  }
  .algolia-searchbox {
    height: 60px;
    line-height: 60px;
  }
  .magnifying-glass{
    top: 5px;
  }
  .magnifying-glass:before{
    content: "\e670";
    float: right;
    font: 500 24px/50px 'anticon';
  }
  .header-content-center:after{
    border-top: 100px solid #333;
    border-right: 65px solid transparent;
  }
  .header-content-center{
    width: 44%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .content-links-wrapper{
    text-transform: capitalize;
  }
  .content-links-wrapper .login-form-wrapper {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.125;
    position: relative;
    float: left;

    min-width: 165px;
    margin-right: 64px;
  }
  .header-content-right{
    width: 37%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .header-content-center .actions{
    width: 34%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    position: relative;
  }
  .header_logo_left {
    width: 15%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    z-index: 2;
  }

  .header_logo_left>div {
    max-width: 194px;
  }

  .icon-text-header .hs_cos_wrapper{
    font-size: 2rem;
  }

}



@media (min-width: 1500px){
  .header-panel-right{
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 46%;
    flex-basis: 46%;
    max-width: 48%;
  }
  .header_logo_left{
    z-index: 2;
    width: 15%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .header-content-center{
    width: 48%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 20px 15px;
  }
  .action_tem{
    font-size: 2.4rem;
  }
  .header-content-center .actions {
    width: 21%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    position: relative;
  }
  .header_search {
    width: 71%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .header-content-right {
    width: 29%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .icon-text-header .hs_cos_wrapper{
    font-size: 2.4rem;
  }
}
/* note */



@media only screen and (max-width: 1199px){
  .header_logo_left {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-right: 20px;
  }

  .header-content-center {
    width: 65%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .header-content-right {
    width: 30%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .actions{
    font-size: 1.7rem;
    position: relative;
  }
  .login-form-wrapper{
    margin: 0 18px 0 0;
    font-size: 0;
    float: left;
  }
  .login-dropdown-trigger>div {
    display: none;
  }
  .header-panel-left{
    display:none;
  }
  .header-panel-right {
    text-align: center;
    display: inline-block;
    width: 100%;
  }

  .header_top_container {
    text-align: center;
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .warehouse-prefered-info{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  .login-dropdown-trigger {
    display: none;
  }
}


@media (min-width: 768px) and (max-width: 1023px){
  .header_top_container{
    display:block;
  }
  .navigation-primary>ul{
    display: inline-block;
    width: calc(25% - 2px);
    max-height: calc(100vh - 220px);
    overflow-x: auto;
  }
}

@media only screen and (max-width: 1023px){
  .header-content-center{
    padding: 15px 15px 15px 0;
    margin: 0 20px;
  }
  .header-content-center:before{
    border-bottom: 80px solid #333;
    border-left: 45px solid transparent;
    left: -44px;
  }
  .header-content-center:after{
    border-top: 80px solid #333;
    border-right: 44px solid transparent;
    left: 100%;
  }
  .main_header_container{
    padding-left: 0px;
    padding-right: 0px;
  }
  .login-form-wrapper{
    margin: -7px 20px 0 0;
  }
  .frame_contact a:first-child{
    margin-right: 10px;
  }
}

@media only screen and (max-width: 979px){
  .header-content-center{
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .actions{
    position: absolute;
    top: 6px;
    left: -55%;
  }
  .action_tem{
    left: -12px;
  }
  .icon-text-header{
    font-size: 0;
  }
  .header_search{
    float: none;
    width: auto;
  }
}


@media only screen and (max-width: 767px){
  .header_logo_left{
    width: 45%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    height: auto;
    padding: 12px 0 13px 15px;
    margin: 0 0 0 -15px;
    background: #ec7c00;
  }
  .header_logo_left:after,
  .header_logo_left:before{
    content: '';
    display: table;
  }
  .header_logo_left:after{
    clear: both;
  }
  .header_logo_left a{
    display: list-item;
    list-style: none;
    margin-top: 4px;
    margin-left: 40px;
  }
  .header_logo_left a img {
    max-width: 114px;
    position: relative;
    z-index: 9;
  }
  .header-content-center{
    width: 100%;
    margin: 0;
    padding:0;
    z-index: 2;
    position: absolute;
    top: 69px;
    left: 0;
  }
  .header-content-right{
    width: 41%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 24px 18px 45px 0;
    margin: 0 -15px 0 0;
    background: #333;
    position: relative;
    box-sizing: content-box;
  }
  .header-content-right:before{
    content: '';
    position: absolute;
    border-bottom: 69px solid #333;
    border-left: 35px solid transparent;
    left: -34px;
    top: 0;
  }


  .main_header {
    padding-bottom: 45px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main_header:before, .main_header:after {
    content: '';
    display: table;
  }

  .main_header:after {
    clear: both;
  }

  .main_header_container {
    width: 100%;
    float: left;
    float: right;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    background: #ec7c00;
  }
  .content-links-wrapper {
    float: right;
  }
  .login-form-wrapper{
    margin: 0 11px 0 0;
    padding-right: 31px;
  }
  .show_cart_wrapper a:before{
    height: 31px;
    width: 31px;
  }
  .login-dropdown-trigger:before{
    background-position: -7px -6px;
    float: left;
    background-size: 35px 35px;
  }
  .body-wrapper {
    overflow-x: hidden;
  }

  .nav-toggle{
    display: block;
    top: 19px;
    left: 15px;
  }
  .nav-toggle:before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e609';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
  }
  .actions{
    display:none;
  }
  .header_search_content{
    margin-top: 10px;
  }
  .algolia-searchbox {
    border-bottom: 1px solid #f1f1f1;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .algolia-autocomplete .algolia-search-input {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eaeaea;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 1.42857143;
    width: 100%;
    border-radius: 0;
    position: static;
    display: block;
    font-weight: 500;
    left: 0;
    margin: 0;
    padding: 0 44px 0 15px;
    vertical-align: top;
  }
  span.clear-cross.clear-query-autocomplete {
    background: none;
    position: absolute;
    top: 0;
    z-index: 10;
    right: 15px;
  }

  span.clear-cross.clear-query-autocomplete:before {
    content: "\e670";
    float: right;
    font: 500 24px/50px 'anticon';
  }

  .header_top_container{
    padding: 8px 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
  }
  .header_top_container:before,
  .header_top_container:after{
    content: '';
    display: table;
  }
  .header_top_container:after{
    clear: both;
  }
  .warehouse-prefered-info .frame{
    display:none;
  }
  .frame_contact a:last-child {
    display: none;
  }
  .warehouse-prefered-info{
    display: inline-block;
    width: 100%;
  }
  .warehouse_list_header {
    float: left;
  }
  .frame_contact{
    position: absolute;
    top: 8px;
    right: 0;
  }
  .showowarehouse-header .hs_cos_wrapper_type_rich_text span{
    display:none;
  }
  .frame_contact a:first-child{
    margin-right: 10px;
  }
  .navigation-primary>ul{
    background: #fff;
    padding-bottom: 50px;
  }


  .navigation-primary>ul>li{
    margin: 0;
  }
  .navigation-primary>ul>li>.link-wrapper{
    display: block;
    position: relative;
  }
  .navigation-primary>ul>li>.link-wrapper>a{
    color: #000;
    display: block;
    padding: 18px 18px 17px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-left: 18px;
    padding-right: 18px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 700;
  }

  .navigation-primary>ul>li:first-child>.link-wrapper>a{
    border-top: 1px solid #eaeaea;
  }


  .menu-container{
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    height: calc(100vh - 69px);
    overflow: auto;
    z-index: 2;
  }
  .mobile-menu-open  .menu-container{
    display:block;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  .navigation-primary>ul>li .child-trigger {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 13px;
    right: 0;
    text-align: center;
    width: 34px;
    height: 34px;
    padding-top: 7px;
    z-index: 1;
  }
  .navigation-primary>ul>li .child-trigger:before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 18px;
    color: #ec7c00;
    content: "\f0da";
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-weight: 700;
  }
  .child_leftMenu .child-trigger{
    display:none!important;
  }
  .main_menu_item {
    background: unset;
    border: 0;
    box-shadow: unset;
    border-top: 0;
  }
  .navigation-primary>ul ul.submenu.level-2{
    position: fixed;
    top: 105px;
    width: 100%;
    left: 100%;
    background: #fff;
    z-index: 2;
    box-sizing: border-box;
    overflow: hidden;
    height: calc(100vh - 69px);
    transition: left .2s;
    border-top: 1px solid #eaeaea;
  }
  .navigation-primary>ul ul.submenu.level-2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1000px;
    background: #fff;
    z-index: -1;
  }
  .navigation-primary>ul ul.submenu.level-2.panel-open{
    left: 0px;
    transition: left .2s;
  }
  .img_nav_wrapper {
    display: none;
  }
  li.menu-item.mobile_back_btn>a{
    box-sizing: border-box;
    vertical-align: middle;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 700;
    cursor: pointer;
    border-radius: 3px;
    display: inline-flex;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 0 0 18px;
    padding: 0;
    background: #fff;
    color: #ec7c00;
    text-transform: none;
    letter-spacing: normal;
    height: 60px;
    align-items: center;
    padding-bottom: 5px;
  }
  li.menu-item.mobile_back_btn>a:hover{
    color: #ec7c00;
  }
  li.menu-item.mobile_back_btn>a:before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 23px;
    color: #ec7c00;
    content: "\f0d9";
    font-family: 'FontAwesome';
    margin: 2px 8px 0 0px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .child_leftMenu > .child_menuWrapper>li>.link-wrapper{
    display: block;
    position: relative;
  }
  .child_leftMenu > .child_menuWrapper>li>.link-wrapper>a{
    display: block;
    padding: 20px 0 19px;
    color: #000;
    font-weight: 700;
    padding-left: 18px;
    padding-right: 18px;
    border-bottom: 2px solid #eaeaea;
    line-height: 1.42857143;
    font-size: 1.4rem;
    font-family: 'Roboto',Arial,sans-serif;
    font-style: normal;
  }
  .header_navigation ul.level-3>li>.link-wrapper{
    display: block;
    position: relative;
  }
  .header_navigation ul.level-3>li>.link-wrapper>a{
    display: block;
    padding: 20px 0 19px;
    color: #000;
    font-weight: 700;
    padding-left: 18px;
    padding-right: 18px;
    border-bottom: 1px solid #eaeaea;
    line-height: 1.42857143;
    font-size: 1.4rem;
    font-family: 'Roboto',Arial,sans-serif;
    font-style: normal;
  }


  li.menu-item.mobile_back_btn {
    display: block;
    padding-top: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    padding: 0;
  }
  .child_leftMenu {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
  .navigation-primary>ul>li>.link-wrapper>a:hover{
    text-decoration:underline;
  }
  .navigation-primary>ul>li .child-trigger{
    cursor: pointer;
  }
  .child_leftMenu>.child_menuWrapper>li>.link-wrapper>a:hover,
  .header_navigation ul.level-3>li>.link-wrapper>a:hover{
    color: #ec7c00;
  }
  .main_header{
    background-color: rgb(51 51 51) !important;
  }
  .retailer-information {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 639px){
  .header_top_container{
    padding-left: 10px;
    padding-right: 115px;
  }
}
@media only screen and (max-width: 350px){
  .header_logo_left a img {
    max-width: 114px;
    position: relative;
    z-index: 9;
  }
}
.newsletter-subscribe{
  background: #333;
  color: #fff;
  box-sizing: border-box;
}
.sub-content{
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.footer_content .hs_cos_wrapper >p{
  line-height: 1.42857143;
  font-family: 'Roboto',Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin-bottom: 22px;
  box-sizing: border-box;
  max-width: 330px;
  font-size: 16px;
}
.footer_content .hs-button {
  box-sizing: border-box;
  vertical-align: middle;
  font-family: 'Roboto',Arial,sans-serif;
  font-weight: 700;
  background-image: none;
  background: #ec7c00;
  border: 1px solid ;
  color: #fff;
  cursor: pointer;
  float: left;
  width: calc(36% - 20px);
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  min-width: 240px;
  height: 50px;
  padding: 14px 15px;
  transition: background .25s ease-in-out,border-color .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out,border-color .25s ease-in-out;
  text-transform: uppercase;
}
.footer_nav .hs-menu-wrapper >ul{

}
.footer_nav .hs-menu-wrapper >ul>li{
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 15px;

  line-height: 1.42857143;
  font-family: 'Roboto',Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer_nav .hs-menu-wrapper >ul>li>a{
  line-height: 1.42857143;
  font-family: 'Roboto',Arial,sans-serif;
  font-style: normal;
  letter-spacing: -.025em;
  color: #fff;
  box-sizing: border-box;
}
.footer_nav ul.hs-menu-children-wrapper>li>a>strong{
  line-height: 1.42857143;
  font-family: 'Roboto',Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #fff;
  display: block;
  font-weight: 700;
}
.footer_nav .hs-menu-wrapper >ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer_nav ul.hs-menu-children-wrapper {
  padding: 0px;
  list-style: none;
  margin: 0px;
  margin-top: 12px;
}
.footer_nav ul.hs-menu-children-wrapper>li>a{
  line-height: 1.42857143;
  font-family: 'Roboto',Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #fff;
  display: block;
  padding: 5px 0;
}
.footer_nav .hs_cos_wrapper{
  width: 100%;
}
.footer_nav .hs-menu-wrapper>ul>li>a:hover,
.footer_nav ul.hs-menu-children-wrapper>li>a:hover{
  text-decoration:underline;
}


.footer_logo {
  margin-bottom: 34px;
}
footer.footer {
  font-size: 14px;
  letter-spacing: -.025em;
}

.footer_bottom {
  background: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.footer-links {
  font-size: 16px;
  line-height: 40px;
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.copyright p{
  color: #333;
  font-family: 'Roboto',Arial,sans-serif;
  font-style: normal;
  line-height: 40px;
  margin-bottom: 0;
  box-sizing: border-box;
  font-size: 16px;
}
.footer-links .copyright strong {
  font-weight: 700;
}
.footer_links {
  display: inline-block;
  box-sizing: border-box;
  margin-left: 20px;
  font-size: 1.6rem;
  line-height: 40px;
}
.footer_links .hs-menu-wrapper >ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 0px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}
.footer_links .hs-menu-wrapper>ul>li{
  display: inline-block;
  font-size: 1.6rem;
  line-height: 40px;
}
.footer_links .hs-menu-wrapper >ul>li>a{
  font-family: 'Roboto',Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  white-space: nowrap;
  margin-left: 15px;
  font-size: 1.6rem;
  line-height: 40px;
}
.footer_social_main {
  box-sizing: border-box;
  margin-bottom: 0;
  margin-left: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.footer_links .hs-menu-wrapper>ul>li>a:hover{
  text-decoration:underline;
}
@media (min-width: 640px){
  .footer_social{
    line-height: 1;
    float: right;
  }

}
@media (min-width: 768px){
  .footer_container{
    width: auto;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }

}
@media (min-width: 1024px){


  .footer{

    background: #ec7c00;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  .footer_container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .newsletter-subscribe{
    float: right;
    padding: 50px 0 60px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    overflow: visible;
    position: relative;
    width: 32%;
    z-index: 10;
  }
  .sub-content{
    padding-top: 0px;
  }
  .newsletter-subscribe:after {
    background: #333;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    transform: skewX(
      -33deg
    );
    transform-origin: left top;
    top: 0;
    width: 500px;
    z-index: -1;
  }
  .footer_nav{
    color: #fff;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    padding: 60px 60px 60px 0;
    position: relative;
    width: 68%;
    z-index: 17;
  }
  .copyright {
    box-sizing: border-box;
    font-weight: 500;
    display: inline-block;
  }
  .footer-links {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 15px;
    z-index: 10;
    box-sizing: border-box;
  }
  .footer:before{

    background: #333;
    bottom: 0;
    content: "";
    left: 70%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 1200px){
  .footer_social{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
  }
}

@media (max-width: 1199px){

  .copyright {
    display: block;
    text-align: center;
  }
  .footer_links {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer_social{
    display: block;
    text-align: center;
    float: none;
  }
  .footer_bottom {
    float: left;
    width: 100%;
  }
  .footer_links .hs-menu-wrapper>ul{
    justify-content: center;
  }
  .footer_social_main{
    margin-left: 0px;
  }
  .footer-links{
    display: block;
  }
}

@media (max-width: 1023px){
  .newsletter-subscribe{
    padding: 15px 40px;
  } 
}

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

  .sub-content{
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-left: 0px;
    background-position-y: 10px;
    margin-bottom: 0;
  }
  .footer_content {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
  }
  .footer_content .hs-button{
    font-size: 1.6rem;
    width: 140px;
    min-width: 140px;
    height: 50px;
    padding: 14px 10px;
  }
  .footer_content .hs_cos_wrapper>p{
    max-width: 100%;
    margin: 0px;
    margin-bottom: 0;
    padding-left: 29px;
    margin-right: 20px;
  }
  footer.footer{
    background: #ec7c00;
  }
  .footer-links{
    padding: 15px 40px;
  }
  .footer_nav{
    padding: 45px;
  }
  .footer_nav ul.hs-menu-children-wrapper{
    margin-top: 7.5px;
  }
  .footer_logo img{
    vertical-align: bottom;
    max-width: 100%!important;
    margin-top: 10px;
    width: 206px!important;
  }
  .footer_logo{
    margin: 0px;
  }
  .newsletter-subscribe{
    padding: 15px 40px;
    padding-top: 10px;
  }
  .footer_logo {
    margin: 0px;
    min-width: 176px;
  }
}


@media only screen and (max-width: 767px){
  footer.footer{
    background: #ec7c00;
  } 
  .footer_nav{

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 45px;
  }
  .footer-links {
    padding: 15px 40px;
  }
  .footer_nav ul.hs-menu-children-wrapper{
    margin-top: 7.5px;
  }
  .footer_logo {
    margin: 0px;
    min-width: 176px;
    margin-bottom: 14px;
  }
  .newsletter-subscribe{
    padding: 35px 15px 30px;
  }
  .footer_content .hs_cos_wrapper>p{
    margin-bottom: 22px;
    max-width: 100%;
  }
  .footer_content .hs-button{
    width: 35%;
    font-size: 1.2rem;
    text-transform: uppercase;
    min-width: 165px;
    text-align: center;
    height: 34px;
    padding: 8px 10px;
  }
  .newsletter-subscribe {
    padding: 35px 15px 30px;
    display: block;
    background: #333;
    color: #fff;
    overflow: hidden;
  }
}

@media only screen and (max-width: 639px){
  .footer-links{
    padding: 30px 30px 10px;
    text-align: center;
  }
  .footer_links {
    margin-top: 3px;
    margin-left:0px;
  }
  .footer_links .hs-menu-wrapper>ul>li>a{
    color: inherit;
    display: inline-block;
    white-space: nowrap;
    padding: 5px 7.5px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 32px;
  }
  .footer_links .hs-menu-wrapper>ul>li{
    line-height: 32px;
  }
  .copyright p{
    line-height: 22px;
  }
  .footer_nav{
    padding: 30px 15px;
  }
  .footer_nav .hs-menu-wrapper>ul{
    display: block;
  }
  .footer_nav .hs-menu-wrapper>ul>li{
    padding: 7.5px 0;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .footer_nav ul.hs-menu-children-wrapper{
    display: none;
    margin: 10px 0;
    margin-top: 17px;
    margin-bottom: 3px;
  }
  .footer_nav .hs-menu-wrapper>ul>li.hs-item-has-children.open_child:before{
    content: "\e624";
  }
  .footer_nav .hs-menu-wrapper>ul>li:before{
    content: "\e627";
    font: 600 20px 'anticon';
    float: right;
    color: #fff;
    line-height: 22px;
    position: relative;
    bottom: -1px;
  }
  .footer_nav .hs-menu-wrapper>ul>li{
    position:relative;
  }
  .footer-child-trigger {
    position: absolute;
    right: -8px;
    top: 0;
    height: 37px;
    width: 37px;
    cursor: pointer;
  }
}
/* Menu and simple menu */

.content-wrapper {
  margin: 0 auto;

}

.dnd-section, .content-wrapper--vertical-spacing {
  padding: 80px 20px;
  padding-left: 0px!important;
  padding-right: 0px!important;
}





@media (min-width: 768px){

  .main_header.landing_header .main_header_container{
    min-height: 80px;
  }

  .navigation-primary>ul>li.hover>a:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    content: '';
    z-index: 5;
  }

  .dnd-section>.row-fluid{
    padding-left: 35px;
    padding-right: 35px;
  }
  .content-wrapper {
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1024px){

  .dnd-section>.row-fluid{
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-wrapper {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

}
@media (max-width: 1023px){
  .main_header.landing_header .main_header_container {
    min-height: 80px;
  }
}

@media (max-width: 767px){
  .main_header.landing_header .main_header_container {
    min-height: 69px;
  }
  .main_header.landing_header {
    padding-bottom: 0px;
  }

  .dnd-section>.row-fluid{
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-wrapper {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}