*, *: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,
.dnd-section > .row-fluid{
  margin: 0 auto;
  padding: 0 15px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: Helvetica Neue, Arial, sans-serif;
  src: url("https://9014085.fs1.hubspotusercontent-na1.net/hubfs/9014085/FOH_October2022/fonts/TeXGyreAdventor-Bold.eot") format("eot"),
    url(https://9014085.fs1.hubspotusercontent-na1.net/hubfs/9014085/raw_assets/public/FOH-PARTNER-PORTAL-Theme/fonts/TeXGyreAdventor-Bold.woff2) format("woff2"),
    url(https://9014085.fs1.hubspotusercontent-na1.net/hubfs/9014085/raw_assets/public/FOH-PARTNER-PORTAL-Theme/fonts/texgyreadventor-bold-webfont.woff) format("woff"),
    url(https://9014085.fs1.hubspotusercontent-na1.net/hubfs/9014085/raw_assets/public/FOH-PARTNER-PORTAL-Theme/fonts/TeXGyreAdventor-Bold.ttf) format("truetype"),
    url(https://9014085.fs1.hubspotusercontent-na1.net/hubfs/9014085/raw_assets/public/FOH-PARTNER-PORTAL-Theme/fonts/TeXGyreAdventor-Bold.svg) format("svg");
  font-style: normal; 
  font-weight: normal;
}
@font-face { 
  font-family: "FontAwesome";
  src: url("https://9014085.fs1.hubspotusercontent-na1.net/hubfs/9014085/FOH_October2022/fonts/FontAwesome.eot") format("eot"),
    url(https://9014085.fs1.hubspotusercontent-na1.net/hubfs/9014085/raw_assets/public/FOH-PARTNER-PORTAL-Theme/fonts/FontAwesome.woff2) format("woff2"),
    url(https://9014085.fs1.hubspotusercontent-na1.net/hubfs/9014085/raw_assets/public/FOH-PARTNER-PORTAL-Theme/fonts/fontawesome-webfont.woff) format("woff"),
    url(https://9014085.fs1.hubspotusercontent-na1.net/hubfs/9014085/raw_assets/public/FOH-PARTNER-PORTAL-Theme/fonts/FontAwesome.ttf) format("truetype"),
    url(https://9014085.fs1.hubspotusercontent-na1.net/hubfs/9014085/raw_assets/public/FOH-PARTNER-PORTAL-Theme/fonts/FontAwesome.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

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

/* Paragraphs */

p {
  margin: 0 0 0.7em;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 0.7em;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  line-height:1.4;
}

h1,h2{
  line-height: 1.2; 
}



/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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


img{
  max-width:100%;
}

@media (max-width:700px){
  body{
    font-size: 13px!important;
  }
}
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: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 13px;
}

/* Help text - legends */

form legend {
  font-size: 13px;
}

/* 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 {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  width: 100%;
  outline: none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

form .inputs-list > li {
  display: block;
}

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

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

.hs-error-msg,
.systems-page ul.no-list.hs-error-msgs li label,
label.hs-main-font-element{
  color: #f2545b;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 4px;
  font-family: Helvetica Neue, Arial, sans-serif;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  font-size: 12px;
  line-height: 12px;
  font-family: Helvetica Neue, Arial, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.field .input a.hs-button {
  margin-top: 20px;
}

@media (max-width:767px){
  .migration form.hs-form {
    margin-bottom: 30px;
  }
}
/* 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;
  color:#000000;
}
.header-wrapper {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 11;
  font-family:Helvetica Neue, Arial, sans-serif;
  padding: 0 0 15px;
  display: block;
}

.header-container {
  z-index: 1;
}

.header-logo {
  display: block;
  float: left;
  width: 65%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 15px 30px 3px;
}

.header-logo a {
  height: 100%;
  width: 100%;
  display: block;
}

.header-logo a img {
  display: block;
}

.header-lp .header-container:after,
.header-lp .header-container:before {
  content:'';
  clear:both;
  display:block;
}

.skip-links {
  clear: none;
  overflow: hidden;
  border-top: 0px solid #ededed;
  border-bottom: 0px solid #ededed;
  padding-top: 20px;
}

.account-cart-wrapper {
  position: absolute;
  top: 7px;
  right: 100px;
}

.account-cart-wrapper ul li img {
  height: 23px;
  width: 23px;
  position: relative;
  top: 9px;
  cursor: pointer;
}

.account-cart-wrapper ul li {
  display: inline-block;
}

.searchautocomplete {
  position: absolute;
  top: -5px;
  min-height: 34px;
  padding: 4px 10px;
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  background: transparent;
  display: block;
}

.searchautocomplete {
  right: 420px;
  width: 348px;
}

.searchautocomplete .nav {
  background: url(https://9014085.fs1.hubspotusercontent-na1.net/hubfs/9014085/raw_assets/public/FOH-PARTNER-PORTAL-Theme/images/sprite.png);
  float: left;
  height: 34px;
  position: relative;
  width: 230px;
}

.searchautocomplete .nav .nav-input {
  margin: 6px 0px 0px 10px;
  padding: 0px 5px 0px 5px;
  z-index: 12;
  position: relative;
}

.searchautocomplete .nav .nav-input input {
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #000;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  height: 23px;
  line-height: 1.5;
  margin-left: 5px;
  max-width: 100%;
  outline: 0;
  padding: 0;
  width: 100%;
  z-index: 10;
  min-height: auto;
}

.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 9px;
  right: 10px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}

.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}

.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}

.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}

.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}

.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}

.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}

.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.account-cart-wrapper ul li a:hover {
  text-decoration: underline;
}

@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}

.searchautocomplete > label {
  color: #5c315e;
  display: inline-block;
  float: left;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  margin-top: 8px;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: relative;
  top: 1px;
}

.searchautocomplete .nav-submit-button .button {
  background-repeat: repeat-x;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff444c55",endColorstr="#ff313a44",GradientType=0);
  font-size: 13px;
  font-weight: 700;
  height: 34px;
  line-height: 12px;
  margin: 0;
  padding: 0 9px;
  text-transform: uppercase;
  width: 39px;
  z-index: 14;
}

body.search-open .header-search {
  display: block;
}

header.header {
  min-height: 126.97px;
}

body.fixheader .header-wrapper {
  position: fixed;
  box-shadow: 0 4px 3px -2px #ccc;
}

.skip-link {
  position: relative;
  float: right;
  height: 44px;
  color: #252525;
  line-height: 42px;
  text-align: center;
}


@media (min-width:300px){
  .skip-link {
    width: 33%;
  }
}

@media (min-width: 660px){
  .skip-link {
    width: 25%;
  }
}

@media (min-width:771px){
  .header-container {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
  }

}

@media (min-width:991px){
  .header-logo {
    max-width: 280px;
    min-height: 95px;
    width: 24%;
  }

  .skip-links {
    border: 0;
    clear: both;
    padding-top: 0;
  }

  .skip-link {
    display: none;
  }

  .header-nav {
    display: inline-block;
    margin-top: 30px;
    width: 950px;
    max-width: 76%;
    position: absolute;
    right: 30px;
    top: 0;
    border-bottom: 1px solid #000000;
  }

  .header-nav nav.custom-menu-primary {
    display: inline-block;
  }

  nav.custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-block;
    position: relative;
  }

  nav.custom-menu-primary .hs-menu-wrapper > ul {
    display: block!important;
    font-size: 0;
  }

  nav.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #000000;
    padding: 5px 10px 0;
    display: inline-block;
    font-size: 21px;
    line-height: 30px;
    font-family: Helvetica Neue, Arial, sans-serif;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-transform: uppercase;
  }

  nav.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    padding-left: 0;
  }

  .hs-menu-wrapper ul:after,.hs-menu-wrapper ul:before {
    content: '';
    clear: both;
    display: block;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    border-bottom: 5px solid transparent;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li:hover > a {
    border-bottom: 5px solid #000000 !important;
  }

  .account-cart-wrapper ul li a {
    padding: 5px 10px;
    color: #252525;
    line-height: 2;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: Helvetica Neue, Arial, sans-serif;
  }

  .account-cart-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
  }

  .header-search {
    top: 5px;
    z-index: 10000;
    min-height: 40px;
    padding: 0;
    max-width: 150px;
    position: absolute;
    right: 30px;
    display: none;
  }

  nav.custom-menu-primary .hs-menu-children-wrapper li a {
    padding: 5px;
    padding-left: 0;
    color: #000000;
    line-height: 30px;
    font-family: Helvetica Neue, Arial, sans-serif;
    text-decoration: none;
    font-size: 14px;
    white-space:nowrap;
  }

  nav.custom-menu-primary .hs-menu-children-wrapper li {
    position: relative;
  }

  nav.custom-menu-primary .hs-menu-children-wrapper {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border:1px solid #000000;
  }

  nav.custom-menu-primary .hs-menu-children-wrapper li a:hover {
    text-decoration: underline;
  }

  nav.custom-menu-primary .hs-menu-children-wrapper ul {
    left: 100%!important;
    overflow-y: auto;
    max-height: calc(100vh - 126px);
    top:0!important;
  }

  nav.custom-menu-primary-mobile {
    display: none;
  }

  .login-mobile-wrapper {
    display: none;
  }

  .sup-copyright {
    font-size: 8px;
    position: absolute;
    top: -1px;
    vertical-align: super;
    padding-left: 3px;
  }

}

@media (min-width:1250px){
  .searchautocomplete {
    right: 390px;
    width: 570px;
  }

  .searchautocomplete .nav {
    height: 36px;
    width: 426px;
    background-size: 100%;
  }

  .searchautocomplete .nav-submit-button .button {
    height: 36px !important;
  }
}


@media (max-width:1270px){
  .header-logo {
    padding: 10px 20px 5px 0;
    width: 20%;
  }

  .header-container {
    padding: 0 30px 0 50px;
    position: relative;
  }

  header.header{
    min-height: 121.48px;
  }

}

@media (min-width: 991px) and (max-width: 1250px){
  .searchautocomplete .nav {
    width: 200px;
  }
}

@media (max-width:1200px){
  .account-cart-wrapper {
    right: 230px;
    top: 18px;
  }

  .header-nav {
    display: block;
    width: 100%;
    max-width: 100%;
    clear: both;
    position: relative;
    right: 0;
    margin-top: 0;
  }

  .header-search {
    top: 15px;
  }

  .header-logo {
    min-height: auto;
  }

  header.header {
    min-height: 156.67px;
  }
}


@media (min-width:991px) and (max-width:1024px){
  .searchautocomplete {
    right: 396px;
  }
}


@media (max-width:991px){
  .searchautocomplete {
    right: 0px;
    width: 379px;
    top: 0px;
  }
}

@media (max-width:990px){
  span.smallersize.sup-copyright {
    font-size: 10px;
    vertical-align: super;
}
  nav.custom-menu-primary-mobile .hs-menu-wrapper > ul {
    overflow-y: auto;
    max-height: calc(100vh - 100px);
  }

  .header-search {
    display: none;
  }

  .account-cart-wrapper ul {
    display: none;
  }

  .skip-nav .icon {
    margin-right: 3px;
    background-position: 4px 4px;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-image: url(https://9014085.fs1.hubspotusercontent-na1.net/hubfs/9014085/raw_assets/public/FOH-PARTNER-PORTAL-Theme/images/icon_sprite.png);
  }

  .skip-nav .label {
    display: inline;
    font-family: Helvetica Neue, Arial, sans-serif;
  }

  .skip-search .icon {
    background-position: 0px -150px;
    background-image: url(https://9014085.fs1.hubspotusercontent-na1.net/hubfs/9014085/raw_assets/public/FOH-PARTNER-PORTAL-Theme/images/icon_sprite.png);
    margin-right: 3px;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }

  .skip-search .label {
    display: inline;
  }

  .skip-account .icon {
    background-position: 4px -44px;
    background-image: url(https://9014085.fs1.hubspotusercontent-na1.net/hubfs/9014085/raw_assets/public/FOH-PARTNER-PORTAL-Theme/images/icon_sprite.png);
    margin-right: 3px;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }

  .account-cart-wrapper {
    position: static;
  }

  .header-nav {
    display: none;
  }

  .header-logo a img {
    max-width: 200px;
  }


  body.mobile-navigation-active .header-nav {
    display: block;
    left: 0;
    position: absolute;
    top: 85px;
    background: #ededed;
  }

  body.mobile-navigation-active .skip-nav .icon {
    background-position: -46px 4px;
  }

  body.mobile-form-active .header-search {
    background: #ededed;
    clear: both;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 85px;
    z-index: 11;
    padding: 20px;
  }

  .searchautocomplete .nav {
    width: 235px;
  }

  .login-mobile-wrapper {
    padding: 5px 0;
    clear: both;
    position: absolute !important;
    top: 85px !important;
    left: 0;
    right: 0;
    z-index: 11;
    background: #ededed;
    display:none;
  }

  .login-sitemap ul li a {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    color: #636363;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
    display: block;
  }

  .login-sitemap ul li:last-child a {
    border-bottom: 0;
  }

  body.mobile-account-active .login-mobile-wrapper {
    display: block;
  }

  body.mobile-account-active .skip-account .icon {
    background-position: -46px -44px;
  }

  body.mobile-account-active .skip-account .label {
    color: inherit;
  }
  .skip-nav:hover .label {
    color: #000;
  }
  .skip-search:hover {
    opacity: 0.8;
    color: #000;
  }

  body.mobile-form-active .skip-search .icon {
    background-position: -50px -150px;
  }

  body.mobile-form-active .skip-search .label {
    color: inherit;
  }

  .skip-link:not(.skip-active):hover {
    opacity: 0.8;
  }

  nav.custom-menu-primary{
    display:none;
  }

  nav.custom-menu-primary-mobile ul li {
    position: relative;
  }

  nav.custom-menu-primary-mobile ul li a {
    text-transform: uppercase;
    line-height: 35px;
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    color: #636363;
    text-decoration: none;
    position: relative;
    display: block;
    font-family: Helvetica Neue, Arial, sans-serif;
    cursor: pointer;
  }

  nav.custom-menu-primary-mobile ul li.hs-item-has-children > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #cccccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }

  nav.custom-menu-primary-mobile ul.hs-menu-children-wrapper {
    display: none;
  }

  nav.custom-menu-primary-mobile .hs-menu-wrapper > ul > li:last-child > a {
    border-bottom: 0;
  }

  nav.custom-menu-primary-mobile ul li a:hover,
  nav.custom-menu-primary-mobile ul li.trigger-hover > a {
    background-color: #f4f4f4;
    text-decoration: none;
  }

  nav.custom-menu-primary-mobile ul.hs-menu-children-wrapper li a {
    text-transform: capitalize;
    color: #000;
  }

  .child-trigger {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    cursor: pointer;
  }

  nav.custom-menu-primary-mobile ul li.child-open > a {
    color: #fff;
    /*background-color: #5f1973;*/
    background-color:#000000;
  }

  header.header {
    min-height: 115px;
  }

  nav.custom-menu-primary-mobile ul ul li.child-open>a {
    background: rgba(108, 117, 125, 0.5);
  }

  nav.custom-menu-primary-mobile ul li.child-open>a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #cccccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }

  nav.custom-menu-primary-mobile ul.hs-menu-children-wrapper ul li {
    padding: 0 10px;
  }

}




@media (max-width:770px){
  .header-nav {
    padding: 5px 0;
  }

  .header-container {
    padding: 0 30px;
  }
}

@media (max-width:767px){
  header.header.header-lp .header-wrapper {
    padding: 0;
  }
}

@media (max-width:700px){
  .searchautocomplete>label {
    font-size: 13px;
    top: 0;
  }
}



@media (max-width:660px){
  .header-container {
    padding: 0 10px;
  }

  .header-logo {
    padding: 10px 20px 5px 20px;
    max-width: 45%;
    width: auto;
  }
}


@media (max-width:499px){
  .skip-link .label {
    display: none;
  }
}


@media (max-width:433px){
  .header-logo a img {
    max-width: 95%;
  }

  .header-logo {
    width: 50%;
    max-width: 50%;
  }

  .skip-links {
    padding-top: 10px;
  }

  body.mobile-navigation-active .header-nav,
  body.mobile-form-active .header-search,
  .login-mobile-wrapper{
    top:74px!important;
  }

  header.header{
    min-height:92.69px;
  }
}


@media (max-width:400px){
  .searchautocomplete>label {
    font-size: 13px;
    top: 0;
  }

  .header-logo {
    padding: 10px 10px 5px;
  }

  .searchautocomplete {
    width: 100%;
    display: flex;
  }

  .searchautocomplete .nav {
    width: 100%;
  }
}
.footer-bar {
  background: #000000;
  padding: 20px 0px;
  margin-top: 30px;
}

.footer-bar .content-wrapper {
  clear: both;
  width: 100%;
  text-align: center;
}

.footer-bar .content-wrapper:after,
.footer-bar .content-wrapper:before {
  content: '';
  clear: both;
  display: block;
}

.copyright {
  background: #fff;
  color: #000000;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: left;
  padding: 20px;
  font-style: normal;
}

.copyright .content-wrapper p {
  margin: 0;
  font-size: 13px;
  text-align: center;
  font-family: Helvetica Neue, Arial, sans-serif;
  line-height: 1.5;
  margin-bottom: 1px;
}

.footer-bottom ul {
  display: block!important;
}

.footer-bottom ul li {
  display: inline-block;
  margin: 0px 20px;
  padding: 0;
  text-align: left;
}

.footer-bottom ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: inherit;
  display: inline-block;
  padding: 2px 0;
}

.footer-wrapper {
  font-family: Helvetica Neue, Arial, sans-serif;
}

.footer-container .row:before,
.footer-container .row:after {
  clear: both;
  display: block;
  content: '';
}

.footer-col-left {
  width: 70%;
  float: left;
}

.footer-col-right {
  width: 30%;
  float: left;
}

.catalog-btn a {
  float: left;
  border: 1px solid;
  padding: 15px 30px;
  margin-top: 20px;
  position: relative;
  left: 50px;
  display: inline-block;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.footer-container > .content-wrapper {
  padding-top: 35px;
  padding-bottom: 45px;
}

.catalog-btn a i {
  font-size: 18px;
  margin-left: 7px;
  position: relative;
  top: 2px;
}

.catalog-btn a i:before {
  content: "\f178";
}

.catalog-logo {
  text-align: center;
}

.catalog-logo a {
  color: #000000;
  display: inline-block;
  padding: 2px 0;
  text-transform: uppercase;
}

.catalog-logo {
  text-align: center;
}


.footer-blocks ul {
  display: block!important;
}

.footer-blocks ul li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.footer-blocks ul li + li a {
  color: #000000;
  display: inline-block;
  padding: 2px 0;
  text-decoration: none;
}

.footer-blocks ul li:first-child a {
  margin: 0 0 15px 0;
  text-decoration: none;
  padding: 0;
  color: #000;
  font-weight: 800;
  font-size: 20px;
  font-family: Helvetica Neue, Arial, sans-serif;
  text-align: left;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  display: block;
  cursor: text;
}

.footer-blocks ul li:first-child a:after {
  content: '';
  border-bottom: 1px solid #9a9a9a;
  display: block;
  width: 60%;
  position:relative;
  top:15px;
}

.footer-blocks {
  width: 25%;
  float: left;
  padding:30px;
}

.footer-col-left:after,.footer-col-left:before {
  content: '';
  clear: both;
  display: block;
}

.footer-container {
  background: #ededed;
}

.footer-blocks ul li:nth-child(2) {
  padding-top: 16px;
}
.footer-wrapper > .footer-bar {
  padding-bottom: 13px;
}

.footer-blocks ul li+li a:hover {
  text-decoration: underline;
}

a#back-to-top {
  background: #000 !important;
  text-align: center;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 45px;
  bottom: 5px;
  right: 5px;
  height: 45px;
  text-decoration: none;
  overflow: hidden;
  z-index: 40;
  position: fixed;
}

a#back-to-top i {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a#back-to-top i {
  font-size: 24px;
  color: #fff !important;
  position: relative;
  top: 8px;
}

a#back-to-top i:before {
  content: "\f106";
}

@media (min-width:767px){
  hr.mobile-hr {
    display:none;
  }

  .custom-gap {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 991px){
  .catalog-btn a {
    margin-bottom: 30px;
  }

  .footer-container>.content-wrapper {
    padding-bottom: 0;
  }
}

@media (min-width: 767px) and (max-width: 815px){
  .footer-blocks {
    padding-right:15px;
  }

  .footer-blocks ul li+li a {
    font-size: 12px;
  }

  .catalog-btn a {
    margin-bottom: 30px;
    left: 0;
  }
}

@media (max-width:1630px){
  .footer-wrapper>.footer-bar {
    padding-bottom: 13px;
  }
}

@media (max-width:1399px){
 .copyright .content-wrapper p {
    margin-bottom: 2px;
  }
}


@media (max-width:767px){
  .copyright .content-wrapper p {
    padding-left: 0px;
    font-size: 10px;
  }

  .footer-bottom ul li a {
    font-size: 10px;
  }

  .copyright {
    padding-top: 23px;
  }

  .footer-bar {
    padding: 10px 0px 27px 0px;
    margin-top: 0px;
  }

  .footer-col-right {
    display: none;
  }

  .footer-blocks {
    float: left;
    width: 50%;
    padding-right: 0;
  }

  .footer-col-left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .footer-container>.content-wrapper .row {
    display: flex;
    padding: 0px 10px;
  }

  .footer-container>.content-wrapper {
    padding-top: 34px;
    padding-bottom: 45px;
  }

  .footer-blocks ul li+li a {
    font-size: 10px;
  }


  .footer-blocks ul li:first-child a {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 700;
  }


  .footer-blocks ul li:first-child a:after {
    top: 6px;
  }

  .footer-blocks ul li:nth-child(2) {
    padding-top: 7px;
  }
}

@media (max-width:766px){
  hr.mobile-hr {
    margin: 46px 0px 31px 0px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #9a9a9a;
  }
}

@media only screen and (max-width: 760px){
  .footer-container>.content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bar .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .copyright .content-wrapper p {
    margin-bottom: 1px;
  }

  .copyright .content-wrapper p {
    margin-bottom: 1px;
  }

  .footer-blocks ul li:nth-child(2) {
    padding-top: 6px;
  }

  .footer-blocks ul li:first-child a:after {
    top: 5px;
  }

  hr.mobile-hr {
    margin: 44px 0 31px;
  }

  .footer-container>.content-wrapper {
    padding-top: 35px;
  }

  .copyright .content-wrapper {
    padding: 0;
  }
}

@media (max-width:660px){
  footer.footer a {
    font-weight: bold;
  }
}

@media (max-width: 599px){
  .footer-bottom ul li {
    min-width: 20%;
  }

  .footer-wrapper>.footer-bar{
    padding-bottom: 0!important;
    margin-bottom: -1px;
  }

  hr.mobile-hr {
    margin: 45px 0 31px;
  }
}


@media (max-width:430px){
  .footer-container>.content-wrapper {
    padding: 10px 10px 0px;
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .footer-wrapper>.footer-bar {
    padding-left: 1;
  }

  .footer-wrapper>.footer-bar {
    padding-left: 10px;
    padding-right:10px;
  }
}
/* Menu and simple menu */

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


@media (min-width:991px){
  .hs-menu-wrapper.flyouts .hs-item-has-children {
    position: relative;
  }

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    top: 100%;
  }

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
}



@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}