*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Font Awesome 5 Free"; 
  src: url("//explorerresearch.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
    url("//explorerresearch.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff2") format("woff2"), 
    url("//explorerresearch.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff") format("woff"), 
    url("//explorerresearch.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.ttf") format("truetype"), 
    url("//explorerresearch.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome") format("svg"); 
  font-style: normal; font-weight: 900; font-display: block; }


@font-face { font-family: "Font Awesome 5 Free"; 
  src: url("https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/Explorer_research_February2022/font-awesome/FontAwesome5Free-Regular.eot") format("embedded-opentype"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/FontAwesome5Free-Regular.woff2) format("woff2"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/FontAwesome5Free-Regular.woff) format("woff"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/FontAwesome5Free-Regular.ttf) format("truetype"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/FontAwesome5Free-Regular.svg) format("svg"); 
  font-style: normal; font-weight: 400; font-display: block; }


@font-face { font-family: "Font Awesome 5 Brands"; 
  src: url("https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/FontAwesome5Brands-Regular.woff2) format("woff2"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/FontAwesome5Brands-Regular.woff) format("woff"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/FontAwesome5Brands-Regular.ttf) format("truetype"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/FontAwesome5Brands-Regular.svg) format("svg"); 
  font-style: normal; font-weight: 400; font-display: block; }

@font-face { font-family: "Font Awesome 5 Free"; 
  src: url("https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/FontAwesome5Free-Solid.woff2) format("woff2"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/FontAwesome5Free-Solid.woff) format("woff"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/FontAwesome5Free-Solid.ttf) format("truetype"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/FontAwesome5Free-Solid.svg) format("svg"); 
  font-style: normal; font-weight: 900; font-display: block; }


@font-face { font-family: eicons; 
  src: url("https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/fonts/eicons.eot") format("embedded-opentype"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/eicons.woff2) format("woff2"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/eicons.woff) format("woff"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/eicons.ttf) format("truetype"), 
    url(https://4202785.fs1.hubspotusercontent-na1.net/hubfs/4202785/raw_assets/public/Explorer_research_February2022/fonts/eicons.svg) format("svg"); 
  font-style: normal; font-weight: 400; }


body {
  line-height: 1.84;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -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;
}

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


@media (max-width: 544px){
  html {
    font-size: 91.2% !important;
  }
}
@media (max-width: 768px){
  html {
    font-size: 91.2% !important;
  }

}
button,
.button {
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #F7941D;
  border-color: #F7941D;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  white-space: pre-wrap;
  margin-top: 15px;
  margin-bottom: 30px;
}

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;
  font-size: 13px;
  color: #33475b;
}
.systems-page form input[type=checkbox] {
    display: inline-block;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  display: inline-block;
  background-color: #f5f8fa;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  outline: none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

.hs-input.invalid.error {
    border-color: #f43d29 !important;
}

.hs-error-msg {
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 4px;
  font-size: 14px;
  color: #f2545b;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

/* Submit button */

.hs-button {
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #F7941D;
  border-color: #F7941D;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  margin-top: 15px;
  margin-bottom: 30px;


}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



.form-title {
  padding: 0;
  margin: 0;
  font-family: 'Roboto';
  color: #00a7a4;
  font-size: 1.875rem;
  font-weight: 300;
}





@media (max-width:767px){
  .form-title {
    font-size: 1.4rem;
  }

}
/* 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-main-grp {
  min-height: 133px;
}

.inner_header {
  position: fixed;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
  padding: 0 6%;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  z-index: 5;
}

.d-flex {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  transition: min-height 1s ease;
}

.header_logo_wrapper {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height:100%;
}

.header_logo_wrapper .logo {
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  align-content: center;
  align-items: center;
}


.left_header .logo_section {
  margin-bottom: 20px;
  text-align: left;
}

.left_header .logo_section img {
  height: auto;
  max-width: 200px;
  transition: width 1s ease;
  -webkit-backface-visibility: hidden;
  vertical-align: middle;
  display: inline-block;
  width: 100% !important;
}

.left_header .logo_bottom_links_wrapper {
  color: #7A7A7A;
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}


.left_header .logo_bottom_links_wrapper p {
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: right;
  margin-bottom: 1.13em;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

.left_header .logo_bottom_links_wrapper p a {
  color: #00a7a4;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  transition: all .2s linear;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.right_header {
  padding: 10px;
  width: 100%;
}

.inner_header .right_content_wrapper {
  padding: 10px;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  vertical-align: baseline;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.inner_header .search_field_wrapper {
  width: 100%;
  margin-top: 0px;
  margin-bottom: -9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.inner_header .search_field_wrapper {
  max-width: 1140px;
}



.inner_header .search_field_wrapper .gap_section {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inner_header .search_field form {
  display: block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

.custom-menu-primary nav.navigation-primary {
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 0px;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Roboto,Sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.inner_header ul.submenu.level-1 {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner_header ul.submenu.level-1>li:not(:last-child) {
  margin-right: 6px;
}

.inner_header ul.submenu.level-1>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  line-height: normal;
}

.inner_header ul.submenu.level-1>li>a {
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 15px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #54595f;
  fill: #54595f;
}

.inner_header ul.submenu.level-1>li:last-child>a {
  padding: 5px 15px 13px 15px;
  color: #ffffff;
  border-color: #00a7a4;
  background: rgba(0, 167, 164, 0.8);
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  border-radius: 30px;
  padding: 8px 28px 9px 28px;
  background-color: #00a7a4;
  font-size: 14px;
  margin-top: 13px;
  margin-right: 0px;
  margin-left: 0px;
}

.inner_header ul.submenu.level-1>li.has-submenu>a span{
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  vertical-align: baseline;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -6px;
}

.inner_header ul.submenu.level-1>li.has-submenu>a span i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  pointer-events: none;
  color: #00a7a4;
}


.inner_header ul.submenu.level-2 {
  padding: 20px 0;
  top: 100%;
  left: calc(6px/2);
  font-family: Roboto,Sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 5%);
  margin-left: 0px;
  margin-top: 0px;
  z-index: 3;
  min-width: 10em;
  max-width: 1000px;
  touch-action: none;
  width: auto;
  display: block;
}

.inner_header ul.submenu.level-1>li.has-submenu>a span i::before {
  content: "\f0d7";
}

.inner_header input.search-btn {
  font: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-transition: color .2s,background .2s;
  -o-transition: color .2s,background .2s;
  transition: color .2s,background .2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  margin: 0;
  font-size: 16px;
  border: none;
  border-radius: 0;
  color: #ffffff;
}


.inner_header input.search-btn i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.inner_header input.search-btn i:before {
  content: "\f002";
}


.inner_header input.search-box {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  width: 100%;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
  border-radius: 2px;
  border-left: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 400;
  padding-left: calc(30px / 3);
  padding-right: calc(30px / 3);
  color: #000000;
  fill: #000000;
  min-height:30px;
  outline:none;
  border-right: 0;
  height: 28px;
}

.inner_header .search-btn i::before {
  content: "\f002";
}

.inner_header .search-btn i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}

.inner_header ul.submenu.level-2 li {
  padding: 0 10px;
  display: block;
  list-style: none;
  margin: 0;
  line-height: normal;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

.inner_header ul.submenu.level-2 li a {
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 15px;
  text-shadow: none;
  border-left: 8px solid transparent;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.inner_header .search_field form {
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: 0 solid transparent;
  background: #eceeef;
  border-color: #e5e5e5;
  border-radius: 3px;
  max-width: 221px;
  margin-left: auto;
}

.inner_header button.search-btn {
  overflow: visible;
  text-transform: none;
  -webkit-transition: color .2s,background .2s;
  -o-transition: color .2s,background .2s;
  transition: color .2s,background .2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  margin: 0;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto';
  min-width: 30px;
  --e-search-form-submit-text-color: #ffffff;
  background-color: #f6931d;
}


.inner_header button.search-btn:hover {
  --e-search-form-submit-text-color: #383838;
  background-color: #fafafa;
  color: #383838;
}

body.menu_show .custom-menu-primary.mobile {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  max-height: 100vh;
  width: 100%;
}



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


.child-trigger {
  display: none;
}


.menu_trigger i:hover {
  color: #39c7ce;
}


.inner_header input.search-box:focus {
  border: 1px solid #c8c8c8;
}



.inner_header input.search-box::-webkit-input-placeholder {
  padding-left: 5px;
  color: inherit;
  font-family: inherit;
  opacity: .6;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
  .inner_header .search_field form {
    max-width: 207px;
  }
}










/* Media Query */

@media (min-width: 768px){
  .left_header {
    width: 20%;
  }

  .right_header_wrapper{
    width: 80%;
  }

  .inner_header .logo_bottom_links_wrapper {
    display: none;
  }

  .inner_header .search_field_wrapper .gap_section{
    width: 75.217%;
  }

  .inner_header .search_field{
    width: 24.686%;
  }

}

@media (min-width: 1025px){

  .inner_header ul.submenu.level-1>li:last-child {
    padding: 5px 15px 13px 15px;
    margin-inline-start: calc( 6px / 2 );
  }

  .inner_header ul.submenu.level-1>li:first-child>a {
    margin-left: 0px;
  }


  .inner_header ul.submenu.level-1>li:not(:last-child):hover>a {
    color: #39c7ce;
    fill: #39c7ce;
  }

  .inner_header ul.submenu.level-2 li a:hover {
    color: #39c7ce;
  }

  .inner_header ul.submenu.level-1>li>a{
    margin-inline-start: calc( 6px / 2 );
    margin-inline-end: calc( 6px / 2 );
  }

}

@media (max-width: 1255px) and (min-width: 1150px){

  .inner_header ul.submenu.level-1>li>a {
    padding: 13px 9px;
  }
  .inner_header ul.submenu.level-1>li:last-child {
    padding-right: 0;
  }
}

@media (max-width: 1151px) and (min-width: 1025px){

  .inner_header ul.submenu.level-1>li>a {
    padding: 13px 8px;
    margin: 0;
  }
  .inner_header ul.submenu.level-1>li:last-child {
    padding-right: 0;
  }
  .inner_header ul.submenu.level-1>li {
    margin: 0 !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px){
  .left_header {
    width: 30%;
  }

  .right_header_wrapper{
    width: 70%;
  }
}


@media (max-width: 1024px){
  
  .custom-menu-primary nav.navigation-primary {
      overflow-y: auto;
    max-height: Calc(100vh - 118px);
  }

  .inner_header .search_field_wrapper{
    max-width: 1024px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu_trigger {
    vertical-align: baseline;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0.25em;
    border: 0 solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-left: auto;
    background-color: rgba(0,0,0,0);
    font-size: 30px;
    border-width: 0px;
    border-radius: 0px;
    color: #000000;
    padding-right: 18px;
    position: relative;
    top: 20px;
  }

  .menu_trigger i {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
  }

  .menu_trigger i::before {
    content: "\e816";
  }

  .custom-menu-primary.mobile ul.submenu.level-1>li.child-on > a {
    background-color: #fafafa;
    color: #39c7ce !important;
  }
  .custom-menu-primary.mobile {
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    margin-top: 10px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    position: absolute;
    z-index: 10;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    font-weight: 400;
    font-family: Roboto,Sans-serif;
    font-size: 1rem;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 5%);
    width: 100%;
    left: 0;
    top: 86px;
  }


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

  .inner_header ul.submenu.level-1>li {
    display: block;
  }

  .inner_header ul.submenu.level-1 {
    display: block;
    margin: 0px;
  }
  .child-trigger {
    display: block;
  }
  .fa-caret-down:before {
    content: "\f0d7";
  }
  .inner_header ul.submenu.level-1>li.has-submenu>a span {
    display: none;
  }
  .child-trigger {
    position: absolute;
    width: 100%;
    height: 46px;
    cursor: pointer;
    right: 0px;
    top: 0;
    padding-right: 15px;
    padding-top: 13px;
  }

  .inner_header ul.submenu.level-2 {
    display: none;
    position: static;
    opacity: 1 !important;
    -webkit-transition: visibility 0s, opacity 0.3s;
    -o-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
    visibility: visible;
    box-shadow: none;
    width: 100%;
  }

  .custom-menu-primary.mobile nav.navigation-primary {
    padding: 0px;
  }

  .custom-menu-primary.mobile ul.submenu.level-1>li {
    margin: 0px;
  }

  .custom-menu-primary.mobile ul.submenu.level-1>li>a {
    font-size: 1rem;
    color: #000000 !important;
  }

  .child-trigger span.sub-arrow {
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -6px;
    justify-content: flex-end;
  }

  .child-trigger span.sub-arrow i {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    pointer-events: none;
    color: #00a7a4;
  }

  .custom-menu-primary.mobile ul.submenu.level-1>li:hover>a {
    color: #39c7ce !important;
    background-color: #fafafa;
  }

  .custom-menu-primary.mobile ul.submenu.level-1>li:last-child>a {
    display: inline-block;
    background-color: #00a7a4;
    color: #fff !important;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    border-radius: 30px;
    margin: 18px 15px 13px 15px;
    font-size: 14px;
  }

  .custom-menu-primary.mobile ul.submenu.level-2 a {
    font-size: 1rem;
  }

  .custom-menu-primary.mobile ul.submenu.level-2 a:hover {
    background-color: #fafafa;
    color: #39c7ce;
  }

  .custom-menu-primary.mobile ul.submenu.level-1>li:last-child:hover {
    background-color: #fafafa;
  }

  .bottom_footer_wrapper {
    padding: 10px 20px 10px 20px;
  }

  .social_icons {
    --icon-size: 14px !important;
  }

  .social_icons a {
    font-size: 14px !important;
  }


}




@media (max-width: 767px){

  .right_header_wrapper{
    width: 60%;
  }

  .left_header {
    width: 40%;
  }

  .inner_header .search_field_wrapper{
    max-width: 767px;
    justify-content: flex-end;
  }

  .menu_trigger {
    margin: 19px 0px 0px 0px;
  }

  .left_header .logo_bottom_links_wrapper {
    font-size: 12px;
  }

  .inner_header .right_content_wrapper {
    padding-top: 11px;
  }

  .custom-menu-primary.mobile {
    margin-top: 32px;
  }

  .custom-menu-primary.mobile ul.submenu.level-1>li>a {
    font-size: 14.592px;
  }

  .custom-menu-primary.mobile ul.submenu.level-2 a {
    font-size: 14.592px;
  }

  .custom-menu-primary.mobile ul.submenu.level-1>li:last-child>a {
    width: auto;
  }

  .left_header .logo_bottom_links_wrapper p a:hover {
    color: #000;
  }

  .bottom_footer_wrapper {
    padding: 30px 20px 20px 20px;
  }


  .header-main-grp {
    min-height: 191px;
  }

  .header--no-navigation .header-main-grp {
    min-height: 133px;
  }


}



@media (min-width:613px){
  body.fixed .left_header .logo_section img {
    width: 175px !important;
  }
}
.top_footer_wrapper {
  padding: 30px 0px 50px 0px;
}

.top_footer {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  display: flex;
  max-width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}


footer .submenu.level-1 {
  display: flex;
  white-space: nowrap;
  flex-direction: column;
}

.top_footer>div {
  padding: 20px;
}


.footer_logo_section>div:not(:last-child) {
  margin-bottom: 20px;
}


.footer_logo_section>div {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}


.footer_logo img {
  width:100%;
  opacity: 1;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  height: auto;
  max-width: 100%;
  border: none;
  vertical-align: middle;
  display: inline-block;
}


.footer_spacer {
  min-height: 10px;
}

.footer_text span {
  line-height: 1.3;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.ama_image_wrapper a {
  transition: all .2s linear;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
}

.ama_image_wrapper a img {
  width:100%;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  box-shadow: none;
  border-radius: 0;
  height: auto;
  max-width: 100%;
  border: none;
  vertical-align: middle;
  display: inline-block;
  max-width: 150px;
}

.insights_image_wrapper a {
  transition: all .2s linear;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
}

.insights_image_wrapper a img {
  width: 100%;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  max-width: 85px;
}

.footer_address_section {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.footer_address_section h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.footer_address_section p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 36px;
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: -15px;
}

.top_footer .col_3>div:not(:last-child) {
  margin-bottom: 20px;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.top_footer .col_3 .connect_text span {
  display: block;
  line-height: 1.3;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto';
}

.top_footer .col_3 .email_btn a {
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  line-height: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  margin: 0;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 700;
  background-color: rgba(0,0,0,0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 50px 50px 50px 50px;
  padding: 1em 2.5em 1em 2.5em;
}

.footer_contact_info p {
  margin: 0px;
  display: block;
  margin-bottom: 1.2em;
  font-size: 14px;
  color: #ffffff;
}

.social_icons {
  --grid-template-columns: repeat(0, auto);
  --icon-size: 12px;
  --grid-column-gap: 16px;
  --grid-row-gap: 0px;
  width: 100%;
  line-height: 1;
  word-spacing: 12px;
}

.social_icons a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #0077b5;
  display: inline-block;
  text-align: center;
  padding: 0.5em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  --icon-padding: 0.5em;
  font-size: 12px;
  line-height: 1;
}

.social_icons a:hover {
  opacity: .9;
  color: #fff;
}

.social_icons a i {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: inherit;
}

.social_icons a i::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.social_icons i.fa-linkedin-in::before {
  content: "\f0e1";
}

.social_icons i.fa-twitter::before {
  content: "\f099";
}

.social_icons i.fa-youtube::before {
  content: "\f167";
}

.footer_menu {
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 400;
}

.footer_menu nav {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  margin: -8px 0px 0px 0px;
}

.footer_menu nav ul.submenu.level-1 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.footer_menu nav ul.submenu.level-1>li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  border-width: 0;
}

.footer_menu nav ul.submenu.level-1>li a {
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 6px 20px;
}

.bottom_footer_wrapper {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: rgba(255,255,255,0.19);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.bottom_footer {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 80%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
}

.footer_d-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_d-flex>div {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.footer_left .copy_right {
  width: 100%;
  padding: 20px;
}

.footer_left .copy_right h3 {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  line-height: 1.3;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
}

.footer_right .privacy_links {
  width: 100%;
  padding: 20px;
}

.footer_right .privacy_links h3 {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  line-height: 1.3;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  margin: 0px;margin: 0px;
}

.footer_left .copy_right h3 strong {
  color: inherit;
  font-weight: 700;
}

.footer_right .privacy_links h3 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.social_icons a:nth-child(2) {
  background-color: #1da1f2;
}

.social_icons a:nth-child(3) {
  background-color: #cd201f;
}

.top_footer .col_3 .email_btn a:hover {
  color: #000000;
  background-color: #ffffff;
}

.footer_menu nav ul.submenu.level-1>li a:hover {
  text-decoration: underline;
}









@media (min-width: 768px){

  .top_footer .col_1 {
    width: 24.707%;
  }

  .top_footer .col_2 {
    width: 25.733%;
  }

  .top_footer .col_3 {
    width: 28.226%;
  }

  .top_footer .col_4 {
    width: 21.334%;
  }

  .footer_d-flex>div{
    width: 50%;
  }


}


@media (min-width: 769px){
  .footer_right .privacy_links h3 span {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    padding-left: 20px;
    padding-right: 20px;
    color: inherit;
    display: inline-block;
  }


}




@media (min-width: 601px) and (max-width: 1024px){

  .top_footer .col_1,
  .top_footer .col_2,
  .top_footer .col_3,
  .top_footer .col_4{
    width: 50%;
  }
}


@media (max-width: 1024px){
  .top_footer{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top_footer_wrapper{
    padding: 50px 20px 50px 20px;
  }


.footer_spacer {
    min-height: 5px;
}




}

@media (max-width:768px){
  .footer_d-flex>div{
    width: 100%;
  }

  .footer_d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer_left .copy_right{
    text-align: center;    
    padding: 10px !important;
  }

}


@media (max-width:767px){

  .top_footer>div {
    padding: 10px !important;
  }

  .top_footer .col_3 {
    padding-bottom: 7px !important;
  }

  .footer_right .privacy_links h3 span {
    line-height: 1.3;
    color: #ffffff;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
  }

  .footer_privacy_links {
    padding-bottom: 10px;
  }

  .top_footer_wrapper {
    padding: 35px 20px 35px 20px;
  }

  .top_footer .footer_logo_section {
    margin: 0px 0px 50px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }
  .footer_menu nav ul.submenu.level-1>li a {
    padding-left: 0;
  }

}

@media (max-width: 600px){

  .top_footer .col_1,
  .top_footer .col_2,
  .top_footer .col_3,
  .top_footer .col_4{
    width: 100%;
  }

  .footer_address_section p {
    margin-bottom: 1.2em;
  }

  .footer_logo_section .footer_spacer {
    margin-bottom: 15px;
  }

  .footer_address_section span.hs_cos_wrapper p:nth-child(2) {
    margin-bottom: 35px;
  }


}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}