*, *: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 {
  -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 ;
    }
}
@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:980px){
  .content-wrapper,.page-center,.dnd-section > .row-fluid  {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/*@font-face { font-family: "avenir-light";
  src: url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/Jmp_November2021/fonts/AvenirNextW1G-Light.eot');
  src: url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/Jmp_November2021/fonts/AvenirNextW1G-Light.eot') format('embedded-opentype'),
    url('') format('woff2'),
      url('') format('woff'),
        url('') format('truetype');
          font-style: normal; 
          font-weight: normal;
          }

@font-face { font-family: "avenir-med";
  src: url('//5758911.fs1.hubspotusercontent-na1.net/hubfs/5758911/Hoem_November2020/fonts/ProximaNovaA-Light.eot');
  src: url('//5758911.fs1.hubspotusercontent-na1.net/hubfs/5758911/Hoem_November2020/fonts/ProximaNovaA-Light.eot') format('embedded-opentype'),
    url('') format('woff2'),
      url('') format('woff'),
        url('') format('truetype');
          font-style: normal; 
          font-weight: normal;
          }*/

@font-face { font-family: "anova-light";
  src: url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/Jmp_November2021/fonts/SASFont-Light.eot');
  src: url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/Jmp_November2021/fonts/SASFont-Light.eot') format('embedded-opentype'),
    url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/raw_assets/public/Jmp_November2021/fonts/SASFont-Light.woff2') format('woff2'),
      url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/raw_assets/public/Jmp_November2021/fonts/SASFont-Light.woff') format('woff'),
        url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/raw_assets/public/Jmp_November2021/fonts/SASFont-Light.ttf') format('truetype');
          font-style: normal;
          font-weight: normal;
          }

@font-face { font-family: "anova-regular";
  src: url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/Jmp_November2021/fonts/SASFont-Regular.eot');
  src: url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/Jmp_November2021/fonts/SASFont-Regular.eot') format('embedded-opentype'),
    url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/raw_assets/public/Jmp_November2021/fonts/SASFont-Regular.woff2') format('woff2'),
      url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/raw_assets/public/Jmp_November2021/fonts/SASFont-Regular.woff') format('woff'),
        url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/raw_assets/public/Jmp_November2021/fonts/SASFont-Regular.ttf') format('truetype');
          font-style: normal;
          font-weight: normal;
          }

@font-face { font-family: "anova-bold";
  src: url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/Jmp_November2021/fonts/SASFont-Bold.eot');
  src: url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/Jmp_November2021/fonts/SASFont-Bold.eot') format('embedded-opentype'),
    url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/raw_assets/public/Jmp_November2021/fonts/SASFont-Bold.woff2') format('woff2'),
      url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/raw_assets/public/Jmp_November2021/fonts/SASFont-Bold.woff') format('woff'),
        url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/raw_assets/public/Jmp_November2021/fonts/SASFont-Bold.ttf') format('truetype');
          font-style: normal;
          font-weight: normal;
          }

@font-face { font-family: "sasicons-103018";
  src: url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/Jmp_November2021/fonts/sasicons-103018.eot');
  src: url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/Jmp_November2021/fonts/sasicons-103018.eot') format('embedded-opentype'),
    url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/raw_assets/public/Jmp_November2021/fonts/sasicons-103018.ttf') format('woff2'),
      url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/raw_assets/public/Jmp_November2021/fonts/sasicons-103018.ttf') format('woff'),
        url('//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/raw_assets/public/Jmp_November2021/fonts/sasicons-103018.ttf') format('truetype');;
          font-style: normal; 
          font-weight: normal;
          font-display: fallback;
          }

html {
  font-size: 62.5%;
}

body {
  line-height: 150%;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  font-family: "anova-light",Arial,Helvetica,sans-serif !important;
  margin: 0 0 1.4rem;
}

span p {
  font-family: "anova-light",Arial,Helvetica,sans-serif !important;
}

/*span {
  font-family: "anova-regular",Arial,Helvetica,sans-serif !important;
}*/

p span {
  font-family: "anova-light",Arial,Helvetica,sans-serif !important;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1 {
  line-height: 1;
}

h2 {
  line-height: 1.25;
}

h3 {
  line-height: 1.25;
}

h4 {
  line-height: 1.25;
}

h5 {
  line-height: 1.25;
}

h6 {
  line-height: 1.25;
}


/* Lists */

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

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

ul.no-list {
  list-style: none;
  padding-left:0;
}

/* 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 {
  font-family: "anova-regular",Arial,Helvetica,sans-serif;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  white-space: normal;
  line-height: 1;
}

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 {
  padding-bottom: 0.5em;
}


#hs-search-module .hs-input {
  margin-bottom: 30px;
}

form,
.submitted-message {
  padding: 25px 25px 25px 25px;
  margin-bottom:20px;
}

/* Labels */

form label {
  line-height: 1;
  font-family: "anova-regular",Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 2px;
  text-transform: uppercase;
  margin-bottom:3px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background: #fff;
  background: -moz-linear-gradient(top, #f5f5f5 0, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #f5f5f5 0, #fff 100%);
  background: -o-linear-gradient(top, #f5f5f5 0, #fff 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0, #fff 100%);
  background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%);
  border: none;
  border-top: 2px solid #d0d0d0;
  width:100%;
  padding: 0.55vw;
  line-height: 1;
  line-height: normal;
  font: inherit;
}

.hs-form-field > .input {
  display: block;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

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;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  font-family: "anova-regular",Arial,Helvetica,sans-serif;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  white-space: normal;
  line-height: 1;
}

/* 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.header {
  width: 100%;
  position: relative;
  /*border-top: 6px solid #007dc3;*/
  font-size: 16px;
  line-height: normal;
  background-color: #ffffff;
}

.header-top {
  display: block;
  width: 100%;
}

.header-top .page-center {
  max-width: 1180px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.custom-logo a {
  display: block;
  width: 194px;
  height: 40px;
  margin: 14px 0 8px 0px;
  text-indent: -999em;
  outline: none;
  text-decoration: none;
  transition: color 0.5s ease;
}

.custom-logo a:hover {
  background-position: right top;
}

.header-top .header-nav {
  position: absolute;
  top: 14px;
  right: 0;
  padding-bottom: 5px;
  -webkit-transition-property: top;
  -webkit-transition-duration: .5s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-property: top;
  -moz-transition-delay: 0;
  -moz-transition-duration: .5s;
  -moz-transition-timing-function: ease-in;
  -ms-transition-property: top;
  -ms-transition-delay: 0;
  -ms-transition-duration: .5s;
  -ms-transition-timing-function: ease-in;
  transition-property: top;
  transition-delay: 0;
  transition-duration: .5s;
  transition-timing-function: ease-in;
  z-index: 1;
  display: block;
}

.header-top .header-nav > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 10px;
  display: inline-block;
}

.header-top .header-nav > ul > li {
  position: relative;
  display: inline-block;
  border-left: 1px
    solid #e5e5e5;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 0.5em;
}

.header-top .header-nav > ul > li:first-child {
  border: none;
}

.header-top #searchBox {
  display: inline-block;
  background: #ffffff;
  position: relative;
  top: 2px;
  bottom: auto;
  right: auto;
  left: auto;
  padding: 2px;
  text-align: left;
  border: 1px
    solid #CECECE;
  width: 156px;
  -webkit-transition-property: width;
  -webkit-transition-duration: .5s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: width;
  -moz-transition-delay: 0;
  -moz-transition-duration: .5s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: width;
  -ms-transition-delay: 0;
  -ms-transition-duration: .5s;
  -ms-transition-timing-function: ease-out;
  transition-property: width;
  transition-delay: 0;
  transition-duration: .5s;
  transition-timing-function: ease-out;
}

.header-top #searchBox > label {
  display: none;
}

.header-top #searchBox input[type="submit"] {
  background: transparent;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 22px;
  border: none;
  position: absolute;
  right: 0;
  bottom: 2px;
  -webkit-appearance: button;
  cursor: pointer;
  color: inherit;
  font: inherit;
  line-height: normal;
}

.header-top #searchBox:before {
  font-family: 'sasicons-103018' !important;
  content: "\e61b" "";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  text-align: center;
  color: #c60;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 4px;
  right: 2px;
  width: 30px;
  font-size: 120%;
}

.header-top #searchBox input[type="text"] {
  border: none;
  background: #ffffff;
  background: transparent;
  line-height: normal;
  padding: 1px 2px;
  width: 80%;
  font-size: 16px;
  position: relative;
  color: #333;
  -webkit-transition-property: width;
  -webkit-transition-duration: .5s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: width;
  -moz-transition-delay: 0;
  -moz-transition-duration: .5s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: width;
  -ms-transition-delay: 0;
  -ms-transition-duration: .5s;
  -ms-transition-timing-function: ease-out;
  transition-property: width;
  transition-delay: 0;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  outline: none;
  border-radius: 0;
}

form#searchBox.active-form {
  width: 206px;
  -webkit-transition-property: width;
  -webkit-transition-duration: .5s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: width;
  -moz-transition-delay: 0;
  -moz-transition-duration: .5s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: width;
  -ms-transition-delay: 0;
  -ms-transition-duration: .5s;
  -ms-transition-timing-function: ease-out;
  transition-property: width;
  transition-delay: 0;
  transition-duration: .5s;
  transition-timing-function: ease-out;
}

.header-top #searchBox input[type="text"]::-webkit-input-placeholder {
  color: #e0e1e1;
}

.utility-nav-profile p {
  display: inline;
  color: #999;
  font-size: 1.1rem;
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
}


.utility-nav-profile p a {
  width: auto;
  border: 0 none;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
  outline: none;
  color: #999;
  font-family: "anova-regular",Arial,Helvetica,sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.5s ease 0s;
  display: inline-block;
}

.utility-nav-wwsites .is-dropdown button {
  width: auto;
  border: 0 none;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
  outline: none;
  color: #999;
  font-family: "anova-regular",Arial,Helvetica,sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.5s ease 0s;
  border-radius: 0;
}



.utility-nav-wwsites .is-dropdown button:after {
  font-family: 'sasicons-103018' !important;
  content: "\e619" "";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  text-align: center;
  color: #999;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 4px;
  font-size: 11px;
  vertical-align: -1px;
  transition: color 0.5s ease 0s;
}

.header-top .page-center:before {
  content: "";
  display: table;
}

.header-top .page-center:after {
  content: "";
  display: table;
  clear: both;
}

.header-bottom {
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  background: #EEE;
  background: -moz-linear-gradient(bottom, #e4e4e4 0, #fff 50%);
  background: -webkit-linear-gradient(bottom, #e4e4e4 0, #fff 50%);
  background: -ms-linear-gradient(bottom, #e4e4e4 0, #fff 50%);
  background: linear-gradient(to top, #e4e4e4 0, #fff 50%);
  zoom: 1;
  position: relative;
}

.header-bottom .page-center {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  display: block;
}

.custom-menu-primary {
  height: 42px;
  position: relative;
  text-align: left;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  height: 42px;
  position: relative;
  text-align: left;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  float: left;
  height: 42px;
  margin-bottom: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  width: auto;
  border: 0 none;
  margin: 0;
  background: transparent;
  overflow: visible;
  display: inline-block;
  line-height: 42px;
  color: #007dc3;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: "anova-regular",Arial,Helvetica,sans-serif;
  padding: 0 12px;
  cursor: pointer;
  position: relative;
  transition: color 0.5s ease;
  outline: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #2ab3ff;
  background: -moz-linear-gradient(top, #e4e4e4 0, #fff 50%);
  background: -webkit-linear-gradient(top, #e4e4e4 0, #fff 50%);
  background: -ms-linear-gradient(top, #e4e4e4 0, #fff 50%);
  background: linear-gradient(to bottom, #e4e4e4 0, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E4E4E4');
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.try-jmp,.custom-menu-primary .hs-menu-wrapper>ul>li.buy-jmp {
  float: right;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.try-jmp > a {
  background: #CC6600;
  color: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: background 0.5s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.try-jmp > a:hover {
  background: #F08E2A;
}


.is-dropdown {
  display: inline-block;
}

.ddpanel-wrapper {
  font-family: "anova-light",Arial,Helvetica,sans-serif;
  font-weight: normal;
  background: #FFF;
  position: absolute;
  left: -594px;
  top: 31px;
  padding: 0 1px 1px 1px;
  margin: 0;
  width: 722px;
  height: auto;
  border-top: none;
  border-radius: 5px;
  z-index: 99999;
  box-shadow: 0 6px 6px 0 rgb(0 0 0 / 20%);
  display: none;
}

.open-box .ddpanel-wrapper {
  display: block;
}

.ddpanel {
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}

.ddpanel {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .25s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: opacity;
  -moz-transition-delay: 0;
  -moz-transition-duration: .25s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: opacity;
  -ms-transition-delay: 0;
  -ms-transition-duration: .25s;
  -ms-transition-timing-function: ease-out;
  transition-property: opacity;
  transition-delay: 0;
  transition-duration: .25s;
  transition-timing-function: ease-out;
  border-top: 5px
    solid #007dc3;
  padding: 20px
    60px
    17px
    40px;
  z-index: 200;
  /* z-index: 200; */
  position: relative;
  display: block !important;
  text-align: left;
}

button#close-dd-utilnav-wwsites {
  border: 0 none;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
  outline: none;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  float: right;
  position: absolute;
  top: 17px;
  right: 18px;
  text-decoration: none;
}

button#close-dd-utilnav-wwsites:after {
  font-family: 'sasicons-103018' !important;
  content: "\e623" "";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  text-align: center;
  color: #c6c7c8;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  transition: color 0.5s ease;
}

button#close-dd-utilnav-wwsites:hover:after {
  color: #929496;
}

.submenu-inner-wrap #close-dd-software:hover:after {
  color: #929496;
}

.ddpanel .parsys {
  width: 100%;
}

.ddpanel-wrapper .ddpanel .text {
  margin: 0 0 0.5em
    0;
  padding: 0;
}

.ddpanel-wrapper .ddpanel .text p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #333;
  line-height: 150%;
}

.flag-list-top-link p a {
  color: #007dc3;
  text-decoration: none;
  transition: color 0.5s ease;
}

.flag-list-top-link p a span {
  display: inline;
  font-family: "anova-regular",Arial,Helvetica,sans-serif;
  font-weight: normal;
  margin-left: 1em;
  position: relative;
}

.flag-list-top-link p a span:before {
  font-family: 'sasicons-103018' !important;
  content: "\e616" "";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  color: #c60;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  font-size: 80%;
  line-height: 1;
  width: 1.25em;
  margin-left: -1.25em;
}

.flag-list-top-heading p span {
  border-top: 1px
    solid #E4E4E4;
  display: block;
  margin-top: 13px;
  padding: 13px
    0 2px
    0;
  color: #666;
  clear: both;
  font-size: 150%;
  font-family: "anova-light",Arial,Helvetica,sans-serif;
  font-weight: normal;
  line-height: 1.5;
}

.ddpanel-wrapper .ddpanel div.cq-colctrl-lt3 {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
}

.ddpanel-wrapper .ddpanel div.cq-colctrl-lt3-c2 {
  width: 32%;
  margin: 0;
}

.ddpanel-wrapper .ddpanel div.cq-colctrl-lt3-c1 {
  width: 32%;
  margin: 0 2%;
}

.ddpanel-wrapper .ddpanel div.cq-colctrl-lt3-c0 {
  width: 32%;
  margin: 0;
}

.ddpanel-wrapper .parsys_column {
  display: inline;
  float: left;
  min-height: 1px;
  min-width: 30%;
}

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

.list-flag ul li {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0.25em;
  line-height: 1.5;
}

.list-flag ul li a {
  padding: 0;
  line-height: 16px;
}

.list-flag li a:before {
  background: url(//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/raw_assets/public/Jmp_November2021/images/flags-sprite-102021.png) no-repeat 0 0;
  border: 1px solid #CCC;
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  top: 2px;
  width: 22px;
  height: 16px;
  margin-right: 8px;
}

.list-flag li a[href*="es_ar"]:before {
  background-position: -20px -390px;
}


.list-flag li a[href*="de_at"]:before{
  background-position: 0 -30px
}


.list-flag li a[href*="en_be"]:before{
  background-position: 0 -60px
}


.list-flag li a[href*="pt_br"]:before{
  background-position: 0 -90px
}

.list-flag li a[href*="zh_cn"]:before{
  background-position: 0 -120px
}

.list-flag li a[href*="en_dk"]:before{
  background-position: 0 -150px
}


.list-flag li a[href*="fr_fr"]:before{
  background-position: 0 -180px
}


.list-flag li a[href*="de_de"]:before{
  background-position: 0 -210px
}


.list-flag li a[href*="en_hk"]:before{
  background-position: 0 -240px
}


.list-flag li a[href*="it_it"]:before{
  background-position: 0 -270px
}


.list-flag li a[href*="ja_jp"]:before{
  background-position: 0 -300px
}

.list-flag li a[href*="en_au"]:before{
  background-position: 0 -330px
}

.list-flag li a[href*="en_my"]:before{
  background-position: 0 -360px
}

.list-flag li a[href*="en_ph"]:before{
  background-position: 0 -390px
}


.list-flag li a[href*="es_cl"]:before
background-position: 0 -420px
}


.list-flag li a[href*="es_pe"]:before{
  background-position: 0 -450px
}


.list-flag li a[href*="en_is"]:before{
  background-position: 0 -480px
}

.list-flag li a[href*="en_ca"]{
  background-position: -20px -450px;
}

.list-flag li a[href*="es_cl"]:before{
  background-position: 0 -420px;
}


.list-flag li a[href*="ko_kr"]:before{
  background-position: -20px 0
}

.list-flag li a[href*="es_pe"]:before{
  background-position: 0 -450px;
}

.list-flag li a[href*="ch_mo"]:before{
  background-position: -20px -30px
}


.list-flag li a[href*="es_mx"]:before{
  background-position: -20px -60px
}


.list-flag li a[href*="en_nl"]:before{
  background-position: -20px -90px
}


.list-flag li a[href*="en_no"]:before{
  background-position: -20px -120px
}

.list-flag li a[href*="es_es"]:before{
  background-position: -20px -150px
}


.list-flag li a[href*="en_se"]:before{
  background-position: -20px -180px
}

.list-flag li a[href*="de_ch"]:before{
  background-position: -20px -210px
}


.list-flag li a[href*="en_ch"]:before{
  background-position: -20px -210px
}


.list-flag li a[href*="zh_tw"]:before{
  background-position: -20px -240px
}


.list-flag li a[href*="en_gb"]:before{
  background-position: -20px -270px
}


.list-flag li a[href*="en_us"]:before{
  background-position: -20px -300px
}


.list-flag li a[href*="en_sg"]:before{
  background-position: -20px -330px
}

.list-flag li a[href*="en_in"]{
  color: #c60
}

.list-flag li a[href*="en_in"]:before{
  background-position: -20px -360px
}

.list-flag li a[href*="es_ar"]{
  color: #c60
}

.list-flag li a[href*="es_ar"]:before{
  background-position: -20px -390px
}

.list-flag li a[href*="es_co"] {
  color: #c60
}

.list-flag li a[href*="es_co"]:before{
  background-position: -20px -420px
}


.list-flag li a[href*="en_ca"]:before{
  background-position: -20px -450px
}


.text ul.list-flag li a[href*="en_fi"]:before{
  background-position: -20px -480px
}

.flag-list-bottom-heading p span {
  border-top: 1px solid #E4E4E4;
  display: block;
  margin-top: 13px;
  padding: 13px 0 2px 0;
  color: #666;
  clear: both;
  font-size: 150%;
  font-family: "anova-light",Arial,Helvetica,sans-serif;
  font-weight: normal;
  line-height: 1.5;
}

.utility-nav-wwsites.open-box:after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 45%;
  border-bottom: 10px solid #007dc3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

button#search-toggle {
  display: block;
  position: absolute;
  bottom: 6px;
  right: 10px;
  height: 25px;
  padding: 0;
  width: auto;
  border: 0 none;
  margin: 0;
  background: transparent;
  overflow: visible;
  outline: none;
  font-size: 16px;
}

button#search-toggle:hover {
  background: transparent;
  border: none;
}

button#search-toggle:before {
  font-family: 'sasicons-103018' !important;
  content: "\e61b" "";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  text-align: center;
  color: #666;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 150%;
}

.submenu-wrap {
  background: #FFF;
  border-top: none;
  border-radius: 5px;
  box-shadow: 0 6px 6px 0 rgb(0 0 0 / 20%);
  position: absolute;
  left: 0;
  top: 43px;
  width: 100%;
  display:none;
  z-index: 9;
}

.submenu-wrap .submenu-inner-wrap {
  border-top: 5px solid #007dc3;
  top: 0;
  left: 0;
  opacity: 1;
  padding: 20px 60px 17px 40px;
  z-index: 200;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .25s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: opacity;
  -moz-transition-delay: 0;
  -moz-transition-duration: .25s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: opacity;
  -ms-transition-delay: 0;
  -ms-transition-duration: .25s;
  -ms-transition-timing-function: ease-out;
  transition-property: opacity;
  transition-delay: 0;
  transition-duration: .25s;
  transition-timing-function: ease-out;
  position: relative;
  display: block !important;
  text-align: left;
}


.submenu-inner-wrap #close-dd-software {
  border: 0 none;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
  outline: none;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  float: right;
  position: absolute;
  top: 17px;
  right: 18px;
  text-decoration: none;
}

.submenu-inner-wrap #close-dd-software:after {
  font-family: 'sasicons-103018' !important;
  content: "\e623" "";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  text-align: center;
  color: #c6c7c8;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  font-size: 2.5rem;
  transition: color 0.5s ease;
}

.submenu-inner-column-wrap {
  width: 100%;
}

.submenu-inner-column-wrap > ul {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  display: block;
}

.submenu-inner-column-wrap > ul > li {
  width: 49%;
  display: inline;
  float: left;
  min-width: 48%;
  min-height: 1px;
  /* margin-left: 0; */
}

.submenu-inner-column-wrap > ul > li:first-child {
  margin-right: 1%;
  margin-left: 0;
}

.submenu-inner-column-wrap > ul > li:last-child {
  width: 49%;
  margin-left: 1%;
  margin-right: 0;
}

.submenu-inner-column-wrap > ul li.jmp-products > a,
.submenu-inner-column-wrap > ul li.featured-industries > a,
.submenu-inner-column-wrap > ul li.support-resources > a,
.submenu-inner-column-wrap > ul li.other-resources > a{
  font-family: "anova-regular",Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  border-top: 1px solid #E4E4E4;
  color: #777 !important;
  clear: both;
  display: block;
  margin-top: .5em;
  padding: 16px 0 3px 0;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.submenu-inner-column-wrap > ul > li.hs-menu-depth-2 > ul > li {
  margin-left: 1.05em;
  padding-top: 2px;
}

.submenu-inner-column-wrap > ul > li.hs-menu-depth-2 > ul > li > ul > li {
  width: 45%;
  margin-right: 5%;
  float: left;
}

.submenu-inner-column-wrap > ul > li.hs-menu-depth-2 > ul > li > ul > li:last-child {
  margin-right: 0;
}

.submenu-inner-column-wrap > ul > li.hs-menu-depth-2 > ul > li > ul:before,.submenu-inner-column-wrap > ul > li.hs-menu-depth-2 > ul > li > ul:after {
  display: table;
  clear: both;
  content: "";
}

.submenu-inner-column-wrap > ul > li.hs-menu-depth-2 > ul > li > ul > li > ul > li {
  line-height: 1.1;
  margin-bottom: 1em;
}

.submenu-inner-column-wrap > ul > li.hs-menu-depth-2 > ul > li > ul > li > ul > li:before {
  font-family: 'sasicons-103018' !important;
  content: "\e616" "";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  text-align: center;
  color: #c60;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: -1.3em;
  font-size: 80%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.child-open>a {
  background: #007dc3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFF;
  height: 44px;
  padding-bottom: 2px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.child-open>a:hover {
  background: #007dc3;
  color: #c3e9ff;
}

.submenu-inner-column-wrap > ul > li.hs-menu-depth-2 > ul > li > ul > li > ul > li > a {
  font-size: 110%;
  font-family: "anova-regular",Arial,Helvetica,sans-serif;
  font-weight: normal;
  margin-left: 4px;
}

.submenu-inner-column-wrap > ul > li.hs-menu-depth-2 > ul > li:nth-child(2) {
  padding: 0;
  margin: 0;
  margin: 0.5em 0 16px 0;
  border: 0;
  border-top: 1px solid #d0d0d0;
}

li.software-image-col > a {
  display: none;
}

.styledcontainer .container .parsys{
  width: 100%;
  clear: both;
  margin: 0;
  position: relative;
  text-align: center;
}

.styledcontainer .container .parsys{
  margin-top: 0.5em;
  padding: 20px 0 0 0;
  border-top: 1px solid #E4E4E4;
  width: 100%;
  margin: 0 auto;
  margin-top: 0.5em;
  display: block;
  position: relative;
  text-align: left;
}

.styledcontainer .callout{
  padding-bottom: 1em;
  min-height: 50px;
  padding: 0 0 1em 0;
  width: 100%;
}

.styledcontainer .callout:before{
  content: "";
  display: table;
}

.styledcontainer .callout:after{
  content: "";
  display: table;
  clear: both;
}

.styledcontainer .titlebar,{
  float: left;
  width: 100%;
}

.styledcontainer .titlebar a{
  color: #007dc3;
  text-decoration: none;
  outline: none;
  transition: color 0.5s ease;
}

.styledcontainer .titlebar a .bg{
  width: calc(30% + 2px);
  float: left;
  border: 1px solid #D0D0D0;
  transition: border 0.5s ease;
}

.softwear-right-content .titlebar a .text,
.jmp-in.action .titlebar a .text,
.support .titlebar a .text,
.events .titlebar a .text,
.about-us .titlebar a .text,
.learn-jmp .titlebar a .text,
.community .titlebar a .text{
  padding-left: 34%;
  padding-top: 2px;
  margin: 0 0 0.5em 0;
  padding-left: 34%;
  padding: 0;
  padding-top: 2px;
  padding-left: 34%;
}

.ddpanel-wrapper .styledcontainer .container .parsys {
  margin-top: 0;
  border: none;
  padding-top: 0;
}

.styledcontainer .titlebar a .bg > div{
  width: auto;
  border: 1px solid #FFF;
}

.styledcontainer .titlebar a .bg > div img {
  display: block;
  max-width: 100%;
  border: 0;
  height: auto;
}

.styledcontainer .titlebar a .text p{
  padding-right: 20px;
  font-family: "anova-light",Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 0;
  line-height: 140%;
}

.styledcontainer .titlebar a .text .icn-arrow {
  padding-bottom: 2px;
  font-family: "anova-regular",Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 17.6px;
  font-size: 1.76rem;
  color: #007dc3;
  transition: color 0.5s ease;
  position: relative;
  display: block;
  margin-left: 1em;
}

.styledcontainer .titlebar a .text .icn-arrow:before{
  font-size: 1.3rem;
  bottom: 0;
  font-family: 'sasicons-103018' !important;
  content: "\e616";
  content: "\e616" "";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  color: #c60;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  line-height: 1;
  width: 1.25em;
  margin-left: -1.25em;
}

.styledcontainer .titlebar a:hover .bg{
  border: 1px solid #8191A1;
}

.styledcontainer .titlebar a:hover .text .icn-arrow{
  color: #2ab3ff;
}

li.jmp-in-action-image-col > a,
li.event-image-col > a,
li.about-image-col > a,
li.about-address > a,
li.learn-jmp > a,
.learn-jmp-image-col > a,
.community-image-col > a,
.community-image-right-col > a{
  display: none;
}

li.support-image-col > a {
  display: none;
}

li.application-areas > a {
  font-family: "anova-regular",Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  border-top: 1px solid #E4E4E4;
  color: #007dc3;
  clear: both;
  display: block;
  margin-top: 0.5em;
  padding: 16px 0 3px 0;
  text-transform: uppercase;
  margin-left: -16.5px;
  margin-bottom: 10px;
}


li.featured-industries ul>li.hs-menu-depth-3:nth-child(2) {
  display: none;
}

.submenu-inner-column-wrap>ul>li.hs-menu-depth-2>ul>li>ul>li.application-areas {
  width: 100%;
}

li.featured-industries ul>li.hs-menu-depth-3:nth-child(3) {
  padding-top: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.events .submenu-inner-column-wrap,
.custom-menu-primary .hs-menu-wrapper>ul>li.learn-jmp .submenu-inner-column-wrap,
.custom-menu-primary .hs-menu-wrapper>ul>li.community .submenu-inner-column-wrap{
  margin-top: 0.5em;
  padding: 20px 0 0 0;
  border-top: 1px solid #E4E4E4;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.about-us .about-address.content{
  margin-left: 0;
  padding-top: 0;
}


.parbase.about-us-content .parsys {
  padding-bottom: 0.33em;
}

.parbase.about-us-content .parsys .parbase.section {
  margin: 0 0 0.5em 0;
}

.parbase.about-us-content .parsys .parbase.section h5 {
  font-family: "anova-regular",Arial,Helvetica,sans-serif;
  font-weight: normal;
  padding: 1px 0;
  font-size: 1.76rem;
  line-height: 140%;
  font-weight: 400;
  color: #777;
  margin-bottom: 0;
}

.parbase.about-us-content .parsys .parbase.section h5 strong {
  font-weight: 400;
}

.parbase.about-us-content .parsys .parbase.section p {
  font-family: "anova-light",Arial,Helvetica,sans-serif;
  font-weight: normal;
  line-height: 140%;
  margin-bottom: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about-us .hs-menu-depth-3:nth-child(2) > ul,
.custom-menu-primary .hs-menu-wrapper>ul>li.learn-jmp .hs-menu-depth-3:nth-child(2) > ul{
  padding: 22px 0 0 0;
  margin-bottom: 0;
  margin-left: 1.05em;
}

.submenu-inner-column-wrap>ul>li.hs-menu-depth-2>ul>li:nth-child(2) {
  padding: 0;
  margin: 0;
  margin: 0.5em 0 16px 0;
  border: 0;
  border-top: 1px solid #d0d0d0;
}

li.learn-jmp-image-right-col > a {
  display: none;
}

.learn-jmp-image-right-col {
  margin-left: 0 !important;
  padding-top: 0 !important;
}

li.other-resources {
  margin: 0 !important;
  border-top: none !important;
}

li.other-resources > ul {
  padding-top: 2px!important;
}

@media(min-width:766px){
  button#search-toggle {
    display: none;
  }
}

@media(min-width:981px){
  #menu-toggle-buttons {
    display: none;
  }

  .fixed-header header.header.lp-header .header-bottom {
    max-height: 44px;
    height: 44px;
  }



  /* fixed-header */

  .fixed-header header.header {
    position: fixed;
    top: 0;
    left: 0;
    border-top: none;
    width: 100%;
    display: block;
    z-index: 200;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
  }

  .fixed-header .header-height{
    display:block;
  }

  .header-height{
    display:none;
  }

  .fixed-header .header-top .page-center {
    height: 68px;
    margin-bottom: -68px;
  }

  .fixed-header .custom-logo {
    width: 53px;
    height: 30px;
    padding-top: 6px;
    display: inline-block;
    position: relative;
    z-index: 2;
  }

  .fixed-header .custom-logo a {
    width: 53px;
    height: 30px;
    margin: 0 0 0 20px;
    padding: 0;
    background-position: left bottom;
    background-size: auto;
  }

  .fixed-header .header-top .header-nav {
    display: none;
  }
  /* 
  .fixed-header .body-wrapper {
  padding-top: 123px;
}
  */
  .fixed-header .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    margin-left: 82px;
  }

}

@media(max-width:1199px){
  .header-top .page-center {
    max-width: 940px;
  }

  .header-bottom .page-center {
    max-width: 940px;
  }
}

@media(max-width:980px){
  .header-top .page-center {
    max-width: 100%;
    padding-top: 40px;
    width: 100%;
  }

  .header-height{
    display:none!important;
  }

  .custom-logo {
    position: absolute;
    top: 50px;
    left: 5%;
    z-index: 1;
  }

  .header-top .header-nav {
    width: 90%;
    top: 0;
    left: 0;
    background: white;
    text-align: right;
    height: 25px;
    margin: 0 auto;
    padding-top: 5px;
  }

  .header-top .header-nav>ul>li {
    position: inherit;
    border-left: 1px
      solid #d0d0d0;
    margin: 0 0 0 8px;
    padding: 0 0 0 12px;
  }

  .header-bottom {
    height: 62px;
  }

  .header-bottom .page-center {
    max-width: 100%;
    width: 100%;
    height: 1px;
    position: relative;
    display: block;
  }

  .custom-menu-primary {
    display: none;
    position: absolute;
    border: none;
    top: 1px;
    height: auto;
    padding-top: 0;
    width: 100%;
    z-index: 9;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    height: auto;
  }

  #menu-toggle-buttons {
    display: block;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }

  #menu-toggle-buttons ul {
    float: right;
    height: 60px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #FFF;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #menu-toggle-buttons ul li {
    float: left;
    list-style: none;
    margin-bottom: 0;
  }

  #menu-toggle-buttons ul li #main-menu-toggle {
    border: 0 none;
    margin: 0;
    background: transparent;
    overflow: visible;
    outline: none;
    display: block;
    text-decoration: none;
    width: 65px;
    height: 60px;
    padding: 0 14px;
    padding: 0 14px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #E5E5E5;
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: 0;
    color: inherit;
    font: inherit;
  }

  #menu-toggle-buttons ul li #main-menu-toggle:before {
    font-family: 'sasicons-103018' !important;
    content: "\e611" "";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
    text-align: center;
    color: #007dc3;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 1.2;
  }

  .custom-logo a {
    margin: 0;
  }

  .ddpanel-wrapper {
    left: 0;
    top: 0;
    width: calc(100% + 2px);
    border-radius: 0;
    z-index: 1;
  }

  .ddpanel {
    border-top: none;
  }

  .show #menu-toggle-buttons ul li #main-menu-toggle {
    background: #007dc3;
    border-right: 1px
      solid #007dc3;
    height: 62px;
    padding-bottom: 2px;
    padding-bottom: 2px;
  }

  .show #menu-toggle-buttons ul li #main-menu-toggle:before {
    content: "\e60e" "";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
    text-align: center;
    color: rgba(255,255,255,0.7);
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    padding-top: 3px;
  }

  .show .custom-menu-primary {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    border: none;
    background: #007dc3;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    width: 100%;
    height: auto;
    border-right: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: block;
    position: relative;
    border: none;
    font-size: 1.8rem;
    color: white;
    font-weight: normal;
    margin: 0 auto;
    width: 100%;
    padding: 0 3%;
    line-height: 62px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    background: transparent;
    color: white;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.try-jmp>a {
    background: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.try-jmp>a:hover {
    background: transparent;
    color: #ffffff;
  }

  .submenu-wrap {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    z-index: 1;
  }

  .submenu-wrap .submenu-inner-wrap {
    position: relative;
    top: auto;
    padding: 20px 7% 20px 5%;
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open>a {
    height: 64px;
    color: white;
  }
}

@media(max-width:765px){
  .header-top .header-nav {
    width: 100%;
    top: -62px;
    height: auto;
    text-align: center;
    border-bottom: 1px solid #eee;
    background: transparent;
  }

  .header-top .header-nav>ul {
    display: block;
    margin: 60px 0 0 10px;
    text-align: left;
  }

  .header-top .header-nav>ul>li {
    margin-bottom: 0.5em;
  }

  .header-top #searchBox {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: calc(100% - 54.22px);
    padding: 0 5%;
    margin: 2px auto;
    margin-left: 5%;
    border: 1 px solid #cecece;
    background: white;
  }

  #menu-toggle-buttons {
    width: 100%;
  }

  .utility-nav-wwsites .is-dropdown button {
    display: inline-block;
    font-family: "anova-regular",Arial,Helvetica,sans-serif;
    font-size: 1.1rem;
    width: 30px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(//20721161.fs1.hubspotusercontent-na1.net/hubfs/20721161/raw_assets/public/Jmp_November2021/images/globe-icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    position: relative;
    padding-right: 10px;
  }

  .utility-nav-wwsites .is-dropdown button:after {
    position: absolute;
    right: 0;
    bottom: 0.3em;
    text-indent: 0;
  }

  .ddpanel-wrapper {
    padding-top: 62px;
    width: 100%;
  }

  .header-nav.is-active {
    top: 0;
    -webkit-transition-property: top;
    -webkit-transition-duration: .5s;
    -webkit-transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-property: top;
    -moz-transition-delay: 0;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: ease-out;
    -ms-transition-property: top;
    -ms-transition-delay: 0;
    -ms-transition-duration: .5s;
    -ms-transition-timing-function: ease-out;
    transition-property: top;
    transition-delay: 0;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    background: #ffffff;
  }

  .header-top #searchBox input[type="text"] {
    width: 90%;
    height: 42px;
  }

  .header-top #searchBox:before {
    font-size: 200%;
    right: 10px;
  }

  .header-nav.is-active button#search-toggle:before {
    content: "\e623";
  }

  .submenu-wrap .submenu-inner-wrap {
    padding: 20px 10% 20px 5%;
  }

  .submenu-inner-column-wrap>ul>li {
    width: 100%;
    margin: 0 !important;
  }

  .submenu-inner-column-wrap>ul>li.hs-menu-depth-2>ul>li>ul>li {
    width: 100%;
  }

  .submenu-inner-column-wrap>ul>li:last-child {
    width: 100%;
  }
}

@media(max-width:620px){
  .ddpanel-wrapper .ddpanel div.cq-colctrl-lt3-c0 {
    width: 100%;
  }

  .ddpanel-wrapper .ddpanel div.cq-colctrl-lt3-c1 {
    width: 100%;
    margin: 0 0;
  }

  .ddpanel-wrapper .ddpanel div.cq-colctrl-lt3-c2 {
    width: 100%;
  }

  .parsys_column .text {
    margin-bottom: 0 !important;
  }

  .ddpanel-wrapper .ddpanel div.cq-colctrl-lt3 {
    margin-bottom: 0.5em;
  }

}

@media(max-width:480px){
  .submenu-inner-column-wrap>ul>li.hs-menu-depth-2>ul>li>ul>li {
    width: calc(100% - 22px);
  }

  .submenu-inner-column-wrap>ul>li:last-child {
    width: calc(100% - 22px);
  }

  .submenu-wrap .submenu-inner-wrap {
    padding: 20px 15% 20px 5%;
  }
}
footer.footer {
  background: -moz-linear-gradient(top, #595858 0, #706f6f 3%, #949393 72%);
  background: -webkit-linear-gradient(top, #595858 0, #706f6f 3%, #949393 72%);
  background: -ms-linear-gradient(top, #595858 0, #706f6f 3%, #949393 72%);
  background: linear-gradient(to bottom, #595858 0, #706f6f 3%, #949393 72%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#706F6F', endColorstr='#949393', GradientType=0);
  text-align: center;
  width: 100%;
}

.copyright-wrap {
  background-color: #FFF;
  padding: 14px 0 10px 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #E4E4E4;
  font-size: 1.6rem;
  line-height: normal;
}

.copyright-wrap ul {
  display: inline-block;
  padding-bottom: 0;
  padding: 0;
  margin: 0 !important;
  list-style: none;
}

.copyright-wrap ul:before {
  content: "";
  display: table;
}

.copyright-wrap ul li {
  color: #333;
  float: left;
  font-size: 1.4rem;
  line-height: 2.1;
  border-left: 1px solid #DDD;
  padding: 0 8px;
}

.copyright-wrap ul li:first-child {
  border-left: none;
}

.copyright-wrap ul li a {
  color: #007dc3;
  transition: color 0.5s ease;
  text-decoration: none;
}

footer.footer .footer-main-content {
  border-top: 7px solid #c60;
  padding: 30px 0 5px 0;
  font-size: 16px;
  line-height: normal;
}

.footer-top-wrap .footer-col {
  display: inline;
  float: left;
  min-height: 1px;
  width: 22%;
  min-width: 22%;
  margin-right: 4%;
  text-align: left;
}

.footer-top-wrap .footer-col.footer-item-4 {
  margin: 0;
}

.ft-heading p {
  margin-bottom: 0;
  padding-bottom: 0.25em;
  line-height: 150%;
}

.ft-heading p span {
  font-family: "anova-regular",Arial,Helvetica,sans-serif;
  padding-top: 1.2em;
  padding-bottom: 0.8em;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: block;
  color: #fff;
  border-top: 1px solid #616060;
  font-weight: normal;
  line-height: 1.5;
}

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

.ft-menu-wrapper ul li {
  padding-left: 1.1em;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.ft-menu-wrapper ul li:before {
  font-family: 'sasicons-103018' !important;
  content: "\e616" "";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  text-align: center;
  color: #bbb;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 50%);
  margin-right: 0.3em;
  margin-left: -1.5em;
  font-size: 80%;
  vertical-align: 0;
}

.ft-menu-wrapper ul li a {
  color: #CCC;
  transition: color 0.5s ease;
}

.ft-menu-wrapper ul li a:hover {
  color: #333;
}

.footer-top-wrap .footer-col.footer-item-4 .ft-menu-wrapper ul {
  padding-bottom: 15px;
}

.ft-icon-wrap .icon {
  display: inline-block !important;
  margin-right: 3px;
  margin-bottom: 3px;
}

.ft-icon-wrap .icon .svg {
  display: block;
}

.ft-icon-wrap .icon .svg svg {
  width: 26px;
  height: 26px;
}

.ft-icon-wrap .icon .svg svg path {
  fill: #CCC;
  transition: .35s;
}

p#back-top {
  position: fixed;
  bottom: -500px;
  right: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 150%;
  z-index: 501;
  -webkit-transition-property: all;
  -webkit-transition-duration: 2s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-delay: 0;
  -moz-transition-duration: 2s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-delay: 0;
  -ms-transition-duration: 2s;
  -ms-transition-timing-function: ease-out;
  transition-property: all;
  transition-delay: 0;
  transition-duration: 2s;
  transition-timing-function: ease-out;
}

p#back-top a {
  cursor: pointer;
  color: transparent;
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 80px;
  overflow: hidden;
  transition: color 0.5s ease;
}

#back-top a:before {
  font-family: 'sasicons-103018' !important;
  content: "\e618";
  content: "\e618" "";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  text-align: center;
  color: #fff;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background: #333;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 200%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#back-top.is-scrolled {
  bottom: -30px;
}

#back-top a:hover:before {
  background: rgba(0,0,0,0.99);
}

@media(max-width:765px){
  .copyright-wrap {
    border-bottom: none;
    padding-bottom: 16px;
  }

  .copyright-wrap-inner {
    margin: 0 auto;
    width: 90%;
  }

  .copyright-wrap ul {
    display: inherit;
    text-align: left;
  }

  .copyright-wrap ul li:first-child {
    display: block;
    padding: 0;
    width: 100%;
  }

  .copyright-wrap ul:before, .copyright-wrap ul:after {
    content: "";
    display: table;
    clear: both;
  }

  .footer-top-wrap .footer-col {
    width: 100%;
    margin: 0 0 0.5em 0;
  }

  .footer-top-wrap .footer-col.footer-item-4 {
    margin: 0 0 0.5em 0;
  }

  .ft-menu-wrapper .hs-menu-wrapper ul {
    padding-bottom: 0;
  }

  .ft-menu-wrapper ul li a {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

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

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

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

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