*, *: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 {
 /* 1 */
  /* 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 {

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


.blog_list_wrap .dnd-section,.blog_list_wrap .content-wrapper--vertical-spacing{
padding:0px;
}

.banner-section .dnd-section,.banner-section .content-wrapper--vertical-spacing{
padding:0px;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  padding:0 20px;
}
.banner-section .dnd-section > .row-fluid ,.blog_list_wrap .dnd-section > .row-fluid {
padding:0px !important;

}



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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html{
font-size:16px;
}


@font-face {
  font-family: 'Font Awesome 5 Free';
    src: url(//5029916.fs1.hubspotusercontent-na1.net/hubfs/5029916/Bombora_September2021/fonts/fa-solid-900.eot) format('eot');
  src: url(//5029916.fs1.hubspotusercontent-na1.net/hubfs/5029916/raw_assets/public/Bombora_September2021/fonts/fa-solid-900.woff2) format('woff2'),
    url(//5029916.fs1.hubspotusercontent-na1.net/hubfs/5029916/raw_assets/public/Bombora_September2021/fonts/fa-solid-900.woff) format('woff');
  font-style: normal; font-weight: 900; font-display: auto;
}

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



body {
 font-size:1.125rem;
  font-family:'Open Sans',sans-serif !important;
  line-height: 1.5em;
}

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

/* Paragraphs */

p {
 
  margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
 
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: Open Sans;
    font-size: 13px;
    color: #022633;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

input[type="text"], 
input[type="password"],
input[type="datetime"],
input[type="datetime-local"], 
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"], 
input[type="email"],
input[type="url"],
input[type="search"], 
input[type="tel"],
input[type="color"],
input[type="file"],
textarea, select,
.hs-input, input[type="password"] {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    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;
    background-color: #f5f8fa;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
  outline:0;
}
form fieldset {
  max-width: 100% !important;
}

.hs-button {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    background-color: #ff7a59;
    border-color: #ff7a59;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
    background: #ec7e1e;
    border-color: #ec7e1e;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-family: Open Sans;
    white-space: pre-wrap;
}

.hs-search-module a.hs-button.primary {
  margin-top: 17px;
}

/* 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: #c87872 !important;
}

.hs-error-msg,
.hs_error_rollup label {
    color: #f2545b !important;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
 
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* 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;
}
.menu-footer-legal-container ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.menu-footer-legal-container ul>li {
  text-align: left;
  display: inline-block;
  margin-right: 3rem;
}

.menu-footer-legal-container ul>li>a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 3rem;
  font-size: 12px;
  margin-right: 0;
}
.header_outer_wrapper {
  min-height: 76.03px;
}
.btnn a:hover {
  background-color: transparent;
  color: rgb(236, 126, 30);
}
header {
  width: 100vw;
  position: fixed;
  padding: 1.5rem 0 1.75rem;
  background-color: rgba(255,255,255,.975);
  transition: all ease-in-out .1s;
  z-index: 10;

}

header.alt {
  background-color: rgba(255,255,255,0)
}

header.sticky {
  background-color: rgba(255,255,255,.975);
  box-shadow: 0 .5rem .5rem rgba(0,0,0,.05)
}

header .max-width {
  text-align: left
}

#header-logo {
  display: inline-block;
  vertical-align: middle;
  width: 115px
}

#header-logo img {
  width: 100%;
  height: auto
}

.alt #header-logo img {
  filter: brightness(10)saturate(0)
}

.sticky #header-logo img {
  filter: unset
}

#header-navigation {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  float: right
}



#header-navigation li a[aria-haspopup=true] span,#header-navigation li.alt2 a span {
  padding: 0 2px 2px;
  border-bottom: 0 solid;
  transition: all ease-in-out .1s
}

#header-navigation li a[aria-haspopup=true] span:hover,#header-navigation li.active a[aria-haspopup=true] span,#header-navigation li.alt2 a span:hover {
  border-bottom: 1px solid
}

.alt #header-navigation li a {
  color: #fff
}

#header-navigation #search-button {
  display: inline-block !important
}

.alt #header-navigation #search-button i.fas.fa-search {
  filter: brightness(10)saturate(0)
}



#header-navigation li.active ul {
  display: block;
  position: absolute;
  white-space: nowrap;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: .25rem .25rem .25rem rgba(0,0,0,.05);
  z-index: 999;
  margin: 0;
  padding: 0
}


#header-navigation ul.sub-col.outcomes,#header-navigation ul.sub-col.audiences {
  position: relative;
  display: inline-block;
  border-color: transparent;
  vertical-align: top;
  width: 50%;
  max-width: 275px;
  transform: translate(0,0);
  left: 0;
  top: unset;
  padding-bottom: .5rem
}

#header-navigation ul.sub-col.outcomes {
  border-right: 1px solid rgba(0,0,0,.15)
}

#header-navigation li.active ul.sub-col h4 {
  text-align: center;
  font-size: .875rem;
  padding: 0;
  margin-bottom: .5rem;
  margin-top: 1rem;
  color: #cc5f00
}

#header-navigation li.active ul.sub-col li {
  border-color: transparent;
  white-space: normal
}

#header-navigation li.alt a {
  line-height: 1em;
  border: 2px solid #ec7e1e;
  border-radius: .33rem;
  padding: .5rem 1.67rem;
  background-color: #ec7e1e;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: all ease-in-out .1s
}

#header-navigation li.alt a:hover {
  background-color: transparent;
  color: #ec7e1e
}

#header-navigation #search-button i.fas.fa-search {
  color: transparent;

  background-image: url(//5029916.fs1.hubspotusercontent-na1.net/hubfs/5029916/raw_assets/public/Bombora_September2021/images/search-dark.png);
  background-size: contain;
  font-size: 1.25rem;
  transition: all ease-in-out .1s
}

#header-navigation #search-button:hover i.fas.fa-search {
  filter: saturate(2)hue-rotate(180deg)brightness(1.875)
}

#header-navigation #mobile-hamburger i.fas.fa-bars {
  font-size: 1.25rem;
  color: #044b65
}

#header-navigation li.mobile {
  display: none
}

#mobile-menu {
  display: none
}

#search-interface {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: linear-gradient(#fcb86a 0%,#ec7e1e 26.56%,#cc5f00 63.02%,#cc4827 100%);
  background: linear-gradient(#67bfec 0%,#007daa 26.56%,#044b65 100%);
  padding: 4rem 0;
  pointer-events: none;
  opacity: 0;
  transition: all ease-in-out .4s;
  z-index: 99
}

#search-interface.open {
  opacity: 1;
  pointer-events: auto
}

#search-interface .max-width {
  height: 100%
}

#search-header {
  font-size: 0;
  display:flex;
}

#search-header .col {
  width: 50%;
  font-size: 1rem
}

#search-header .col:first-child {
  text-align: left
}

#search-header .col:last-child {
  text-align: right;
  position: relative;
  top: 6px;
}

#search-header img {
  width: 135px !important;
  /*     opacity: .75 */
}
#search-input input::placeholder {
  color: #fff;
  opacity: .5;
  font-size: 3.5rem;
  font-weight: 600;
  font-family: 'Open Sans';
}
#search-header a {
  color: #fff;
  font-size: 1.75rem;
  opacity: .75;
  transition: all ease-in-out .1s
}

#search-header a:hover {
  opacity: 1
}

#search-input {
  position: absolute;
  top: 26%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%)
}
#search-input input {
  background: 0;
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0 0 .25rem;
  font-size: 3.5rem;
  font-weight: 600;
  width: 100%;
  font-family: 'Open Sans',sans-serif;
  height: auto;
}

#search-interface p {
  color: #fff;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  opacity: .5;
  text-align: left;
  font-family: 'Open Sans';
  letter-spacing: 0.5px;
  line-height: 1.5em;
  font-size: 16px;
}

#search-interface input::placeholder {
  color: #fff;
  opacity: .5
}

#search-page {
  padding: 4rem 0
}

#search-page .max-width {
  max-width: 860px
}

#search-page-header {
  font-size: 0
}

#search-page-header .col {
  width: 50%;
  vertical-align: middle;
  font-size: 1rem
}

#search-page-header .col:last-child p {
  color: #007daa;
  text-align: right;
  margin-bottom: 0
}

#search-page-header .col:first-child p {
  font-weight: 300;
  font-style: italic;
  font-size: .75rem;
  margin-bottom: 0
}

#search-page-header .col:first-child h2 {
  text-transform: capitalize;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem
}

#search-page-header-input input {
  padding: .5rem;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 0 .25rem .25rem 0;
  border-left: 0;
  outline: unset;
  line-height: 1em;
  width: calc(100% - 2rem);
  margin-bottom: 2rem
}

#search-page-header-input input {
  text-transform: capitalize
}

#search-page-results-section h2 {
  margin-bottom: 1.5rem
}

#search-page .grid-filters {
  margin-bottom: 2rem
}

#search-page .grid-filters span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  font-weight: 600;
  color: #044b65
}

#search-page .grid-filters ul {
  display: inline-block;
  vertical-align: middle
}

#search-page .grid-filters li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: .5em .75em;
  margin-right: 1rem;
  color: rgba(0,0,0,.5);
  border: 2px solid transparent;
  border-radius: .25rem;
  cursor: pointer;
  transition: all ease-in-out .1s
}

#search-page .grid-filters li:hover {
  border-color: rgba(0,0,0,.15)
}

#search-page .grid-filters li:last-child {
  margin-right: 0
}

#search-page .grid-filters ul.grid-filters-topics-list {
  position: absolute;
  display: none;
  left: 0;
  top: 105%;
  padding: .75em 1em;
  background: #fff;
  box-shadow: 0 0 .5rem #00000000;
  z-index: 2
}

#search-page #grid-filter-topics:hover ul.grid-filters-topics-list {
  display: block
}

#search-page .grid-filters ul.grid-filters-topics-list li {
  list-style-type: none;
  padding: 0;
  margin-bottom: .75em;
  border: unset;
  white-space: nowrap
}

#search-page .grid-filters ul.grid-filters-topics-list li:last-child {
  margin-bottom: 0
}

#search-page .grid-filters ul.grid-filters-topics-list li input {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em
}

#search-page .grid-filters ul.grid-filters-topics-list li label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer
}

#search-page .grid-controls-container .grid-control.search {
  text-align: right
}

#search-page .grid-controls-container .grid-control.search input {
  padding: .5rem;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 0 .25rem .25rem 0;
  border-left: 0;
  outline: unset;
  line-height: 1em
}

#search-page-results {
  margin-top: 3rem
}

#search-page-results h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #007daa
}

.search-result {
  font-size: 0;
  margin-bottom: 3rem;
  opacity: 1;
  transform: translateY(0);
  transition: all ease-in-out .4s
}

.search-result.wp-a {
  opacity: 0;
  transform: translateY(10rem)
}

.search-result .col {
  vertical-align: middle
}

.search-result .col.image {
  width: 125px;
  border-radius: .25rem;
  overflow: hidden;
  background-color: #cc5f00
}

.search-result:nth-child(2) .col.image {
  background-color: #2f6631
}

.search-result:nth-child(3) .col.image {
  background-color: #044b65
}

.search-result .col.copy {
  width: calc(100% - 125px);
  padding-left: 2rem;
  font-size: 1rem
}

.search-result .col.copy:first-child {
  width: 100%;
  padding-left: 0
}

.search-result h3 {
  font-size: 1.125rem;
  margin-bottom: .5rem
}

.search-result p {
  font-size: 1rem;
  margin-bottom: .5rem
}

.search-result .button-b {
  color: #e67614
}


.header_logo a {
  display: inline-block;
  vertical-align: middle;
  width: 115px;
}

.header_logo a img {
  text-align: left;
  width: 100%;
  height: auto;
  width: 115px !important;
}

.header_logo {
  display: inline-block;
}

.btnn {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin-left: 2.5rem;
  position: relative;
  text-align: left;

}

.btnn a {
  letter-spacing: .5px;
  text-align: left;
  font-size: 14px;
  line-height: 1em;
  border: 2px solid #ec7e1e;
  border-radius: .33rem;
  padding: .5rem 1.67rem;
  background-color: #ec7e1e;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: all ease-in-out .1s;
}

.txt_wrap , .search {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  /*     margin-left: 2.25rem; */
  position: relative;
  text-align: left;
}

.txt_wrap a {
  letter-spacing: .5px;
  text-align: left;
  text-decoration: none;
  color: #044b65;
  font-size: 14px;
  padding: 0 2px 2px;
}



.fa, .fas {
  font-weight: 900;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
i.fas.fa-search:before {
  content: "\f002";
}
.menu-main-navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;

}

nav.navigation-primary ul {
  margin: 0;
  padding: 0;
}
.search a i {
  color: transparent;

  background-image: url(//5029916.fs1.hubspotusercontent-na1.net/hubfs/5029916/raw_assets/public/Bombora_September2021/images/search-dark.png);
  background-size: contain;
  font-size: 1.25rem;
  transition: all ease-in-out .1s;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.txt_wrap {
  margin-left: 2.25rem;
}
.search {
  margin-left: 2.3rem;
}
.txt_wrap a:hover {
  border-bottom: 1px solid;
}
@media(min-width:1101px){
  .menu-main-navigation-container{
    position: relative;
    top: -2px;
  }
  header {
    padding-bottom: 22.85px;
  }

}

@media(max-width:1200px){
  .btnn {
    margin-left: 1.5rem;
  }
  .txt_wrap, .search {
    margin-left: 1.25rem;
  }
}


@media(max-width:1100px){

  .menu-open #h-top {
    top: calc(50% - 1.5px);
    transform: translate(10%,10%) rotateZ(
      45deg
    );
    width: 125%;
    animation: none;
  }
  .menu-open #h-middle {
    opacity: 0;
    animation: none;
  }

  .menu-open #h-bottom {
    bottom: calc(50% - 1.5px);
    transform: translate(10%,10%) rotateZ(
      -45deg
    );
    width: 125%;

  }

  .menu-open .toggle:hover #h-middle , .menu-open .toggle:hover #h-top , .menu-open .toggle:hover #h-bottom{
    animation: none;
  }

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 55px !important;
    height: 54px !important; /* Button height */  
    padding: 0 !important;

  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }


  .desktop_menu {
    display: none;
  }

  .btnn {
    display: none;
  }

  .txt_wrap {
    display: none;
  }
  #h-middle {
    top: 8px;
  }
  #h-bottom {
    bottom: 0;
  }
  .toggle {
    text-align: left;
    cursor: pointer;
    background: 0 0;
    transform: translateY(.125rem);
    color: #fff;
    font-size: 1.67rem;
    padding: .33rem;
    width: 3rem;
    border-radius: 3rem;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    transition: all ease-in-out .15s;
    vertical-align: middle;
    list-style-type: none;
    margin-left: 2.25rem;
    position: relative;
    margin-left: 1.25rem;
    display: inline-block;
    width: 1.5rem;
  }

  .toggle span {
    text-align: left;
    position: relative;
    color: transparent;
    width: 19px;
    height: 19px;
    display: block;
    overflow: hidden;
    transform: translateY(-.5px);
  }

  #h-top, #h-middle, #h-bottom {
    position: absolute;
    right: 0;
    background-color: #044b65;
    width: 100%;
    height: 3px;
    margin-bottom: 0;
    border-radius: 5px;
    transition: all ease-in .3s;
  }

  p#h-top {
    top: 0;
  }
  .toggle:hover p#h-top {
    animation-name: hamburger;
    animation-duration: .6s;
    animation-iteration-count: infinite
  }

  .toggle:hover #h-middle {
    animation-name: hamburger;
    animation-duration: .6s;
    animation-delay: .15s;
    animation-iteration-count: infinite
  }

  .toggle:hover #h-bottom {
    animation-name: hamburger;
    animation-duration: .6s;
    animation-delay: .3s;
    animation-iteration-count: infinite
  }
}



#mobile-menu {
  display: block;
  position: fixed;
  background: linear-gradient(#004b65 0%,#044b65 50%,#022633 100%);
  left: 0;
  top: 0;
  min-width: 50%;
  height: 100vh;
  padding: 2rem;
  transform: translateX(-100%);
  transition: all ease-in-out .6s;
  width:auto;
  overflow: auto;
}
#mobile-menu.active {
  transform: translateX(0);
}

#mobile-menu .close {
  position: absolute;
  top: 1.7rem;
  right: 2rem;
  color: #fff;
  font-size: 1.5rem;
  padding-right: 0;
  transition: all ease-in-out .2s;
  opacity: .75;
  z-index:9999;
}

#mobile-menu .close:hover {
  opacity: 1;
  padding-right: .5rem
}

#mobile-menu.active {
  transform: translateX(0)
}

#mobile-menu li {
  list-style-type: none;
  padding: .75rem;
  margin:0;
  line-height:21px;
}

#mobile-menu li a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 1rem;
  font-size: 16px;
  letter-spacing: .5px;
  background-color: transparent !important;
}
#mobile-menu li:hover a {
  opacity: 1;
}

#mobile-menu li a[aria-haspopup=true] {
  font-weight: 700;
  opacity: .67;
  transition: all ease-in-out .1s
}

#mobile-menu li a[aria-haspopup=true]:hover,#mobile-menu li.active a[aria-haspopup=true] {
  opacity: 1
}

#mobile-menu .sub-menu {
  overflow: hidden;
  transition: all ease-in-out .4s
}

#mobile-menu .sub-menu.collapse {
  height: 0 !important
}

#mobile-menu .sub-menu li {
  padding: .5rem;
  font-weight: 300
}

#mobile-menu .sub-menu h4 {
  margin: 1rem 0 .5rem;
  color: #fff;
  opacity: .5;
  font-weight: 300
}
}


#mobile-menu .close i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#mobile-menu .close i:before {
  content: "\f060";
}

i.fas.fa-times:before {
  content: "\f00d";
}

@keyframes hamburger {
  0% {
    width: 100%
  }

  50% {
    width: 72.5%
  }

  100% {
    width: 100%
  }
}

@media(max-width: 640px) {
  #mobile-menu {
    width:100%;
    min-width:100%;
  }
}

.search:hover a i {
  filter: saturate(2)hue-rotate( 180deg)brightness(1.875);
}
* {
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
  font-family: 'Open Sans',sans-serif;
}

footer {
  background-color: #022633;
  padding: 6rem 0 2rem;
  text-align: right;

  background-image: url(//5029916.fs1.hubspotusercontent-na1.net/hubfs/5029916/raw_assets/public/Bombora_September2021/images/footer.jpg);
  line-height:normal;

}

footer h1, footer h2, footer h3, footer h4, footer h5, footer p, footer li, footer a {
  letter-spacing: .5px;
}
footer p{
  line-height: 1.5em;
}

#footer-logo {
  width: 115px;
  display: inline-block;
  vertical-align: top;
  float: left
}

#footer-logo img {
  width: 100%;
  height: auto;
}

#footer-navigation {
  display: inline-block;
  vertical-align: top;
  font-size: 0px;
  text-align: left
}

#footer-navigation #menu-main-navigation-2 {
  display: none;
}

#footer-navigation .col {
  border-right: 1px solid rgba(255,255,255,.15);
  font-size: 1rem;
  padding: 0 2rem
}

#footer-navigation .col:first-child {
  padding-left: 0
}

#footer-navigation .col:last-child {
  padding-right: 0
}

#footer-navigation .col#footer-navigation-column-1 {
  font-size: 0px;
  padding-left: 0
}

#footer-navigation .col#footer-navigation-column-1 .sub-col {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top
}

#footer-navigation .col#footer-navigation-column-1 .sub-col.outcomes {
  padding-right: 2rem
}

#footer-navigation-column-2 .menu-item-has-children:last-child {
  margin-top: 2em
}

#footer-navigation .col:last-child {
  border-right: none
}

#footer-navigation li {
  list-style-type: none
}

#footer-navigation li.menu-item-has-children {
  display: block
}

#footer-navigation li.menu-item-has-children a[aria-haspopup=true] {
  color: #e1bb81;
  color: #f6ba2c;
  font-weight: 700;
  display: block
}

#footer-navigation li a {
  text-decoration: none;
  color: #fff;
  font-size: .875rem
}

/* #footer-navigation li a:hover {
text-decoration: underline
} */
div#footer-navigation-column-3 ul li.hs-menu-depth-2 a:hover {
  text-decoration: underline;
}

div#footer-navigation-column-4 ul li.hs-menu-depth-2 a:hover {
  text-decoration: underline;
}

div#footer-navigation-column-3 ul li.hs-menu-depth-1 a:hover {
  cursor: unset;
}

div#footer-navigation-column-4 ul li.hs-menu-depth-1 a:hover , body #footer-navigation li.hs-menu-depth-1>a 
, #footer-navigation .col#footer-navigation-column-1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>a
{
  cursor: unset;
}

#footer-navigation li a.unlink:hover {
  text-decoration: none
}

#footer-navigation .col {
  display: inline-block;
  vertical-align: top
}

.col-label {
  color: #efdbb2;
  font-weight: 700;
  font-size: .875rem;
  display: inline-block
}

#footer-navigation li,#footer-navigation .col-label,#footer-navigation li.menu-item-has-children a[aria-haspopup=true] {
  margin-bottom: 1rem
}

#footer-info {
  margin: 12rem 0 -1rem;
  height: 16px;
}

#footer-info-copyright {
  text-align: left;
  float: left
}

#footer-info-copyright p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 1rem;
}

#footer-info-links {
  font-size: 1rem;
  float: right;
  text-align: left
}

#footer-info-links a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 3rem;
  font-size: 12px
}

#footer-info-links a:last-child {
  margin-right: 0
}

#footer-info-links-soc {
  display: inline-block;
  float: right
}
.logo img {
  max-width: 100%;
  width: 100% !important;
}

.logo a img {
  /*   width: 115px;
  display: inline-block;
  vertical-align: top;
  float: left;
  text-align: left; */
}

.max-width {
  width: calc(100% - 8rem);
  max-width: 1175px;
  margin: 0 auto;
  text-align: center;
  position: relative
}
#footer-navigation li.hs-menu-depth-1>a {
  text-align: left;
  text-decoration: none;
  color: #fff;
  font-size: .875rem;
  color: #f6ba2c;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}

#footer-navigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:first-child {
  text-align: left;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  padding-right: 2rem;
}

#footer-navigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
  text-align: left;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
}
#footer-navigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {
  list-style-position: inside;
  text-align: left;
  max-width: 210px;
  display:block;
}

#footer-navigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper>li {
  letter-spacing: .5px;
  color: #36474d;
  text-align: left;
  list-style-type: none;
  margin-bottom: 1rem;
}

#footer-navigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper>li>a {
  letter-spacing: .5px;
  text-align: left;
  text-decoration: none;
  color: #fff;
  font-size: .875rem;
}

#footer-navigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper>li>a:hover{
  text-decoration:underline;
}

div#footer-navigation-column-2 ul>li.hs-menu-depth-2 a:hover{
  text-decoration:underline;
}

div#footer-navigation-column-2 ul {
  text-align: left;
  display: block;
}

div#footer-navigation-column-2 ul>li {
  letter-spacing: .5px;
  color: #36474d;
  text-align: left;
  list-style-type: none;
  margin-bottom: 1rem;
  display: block;
}

div#footer-navigation-column-2 ul>li.hs-menu-depth-2 a {
  letter-spacing: .5px;
  text-align: left;
  text-decoration: none;
  color: #fff;
  font-size: .875rem;
}

div#footer-navigation-column-2 ul>li.hs-menu-depth-2 {
  color: #36474d;
  text-align: left;
  list-style-type: none;
  margin-bottom: 1rem;
}

div#footer-navigation-column-3 ul {
  display: block !important;
  text-align: left;
}



div#footer-navigation-column-3 ul>li {
  letter-spacing: .5px;
  color: #36474d;
  text-align: left;
  list-style-type: none;
  margin-bottom: 1rem;
  display: block;
}

div#footer-navigation-column-4 ul {
  display: block;
}

div#footer-navigation-column-4 ul>li {
  letter-spacing: .5px;
  color: #36474d;
  text-align: left;
  list-style-type: none;
  margin-bottom: 1rem;
  display: block;
}


#footer-navigation .col#footer-navigation-column-1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>a {
  text-align: left;
  font-weight: 700;
  font-size: .875rem;
  display: inline-block;
  color: #ec7e1e;
  margin-bottom: 1rem;
  letter-spacing: 0;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}


.menu-footer-legal-container ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.menu-footer-legal-container ul>li {
  color: #36474d;
  display: inline-block;
  margin-right: 52px;
}

.menu-footer-legal-container ul>li>a {
  letter-spacing: .5px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 3rem;
  font-size: 12px;
  margin-right: 0;
}

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

i.fab.fa-facebook:before {
  content: "\f09a";
}

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

i.fab.fa-telegram-plane:before {
  content: "\f3fe";
}

#iab {
  text-align: left;
  display: block;
  clear: both;
  margin-top: 2.25rem
}

#iab a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  border-bottom: 1px solid transparent !important;
}

#iab a img {
  width: 110px !important;
  display: block
}

#iab  .widget-type-linked_image:last-of-type img {
  filter: brightness(2)
}

#iab  .widget-type-linked_image {
  display: inline-block;
}



footer .logo {
  width: 115px;
  display: inline-block;
  vertical-align: top;
  float: left;
}
#footer-navigation-column-1 .hs-menu-wrapper > ul > li {
  margin-bottom: 10px;
}
#footer-navigation-column-1 .hs-menu-wrapper > ul > li > ul > li {
  margin-bottom: 0;
}
footer.footer-no-nav #footer-info {
    margin-top: 30px;
}
@media(min-width:1500px){

  footer {
    background-position: 0px 73%;
  }
}
@media (max-width: 1260px) {
  .logo img {
    max-width: 100%;
    width: 100px !important;
    display: block;
  }
}

@media(max-width:1200px){
  #footer-navigation {
    width: 100%;
    margin-top: 2rem;
  }
  .logo a {
    width: 100%;
  }
  #footer-info-links {
    font-size: 1rem;
    float: left;
    text-align: left;
    width: 100% !important;
  }
}

@media(max-width:1080px){

  #footer-navigation .col {
    border-right: none;
    width: 25%;
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
  #footer-navigation .col#footer-navigation-column-1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:last-child>a {
    display: none;
  }
  #footer-info {
    margin: 2rem 0 0;
  }
  #footer-navigation .col#footer-navigation-column-1 .sub-col {
    width: 100%;
  }
  /*    #footer-info-links{
  width:799px !important;
} */
  footer {
    padding: 4rem 0px 2rem;
  }
  #footer-navigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:first-child {
    width: 100%;
    margin: 0;
  }

  #footer-navigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    width: 100%;
    margin: 0;
  }
  #footer-navigation-column-1 .hs-menu-wrapper>ul>li {
    margin-bottom: 0;
  }
  #footer-navigation .col#footer-navigation-column-1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>a {
    display: none;
  }
  footer .logo {
    width: 125px;
  }
  .logo img {
    width: 125px !important;
    display: block;
  }
}

@media(max-width:1024px){

  .max-width {
    width: calc(100% - 7rem);
  }

}

@media(max-width:960px){
  .max-width {
    width: calc(100% - 6rem);
  }

}
@media(max-width:860px){
  .max-width {
    width: calc(100% - 5rem);
  }
  #footer-navigation li a {
    font-size: 0.75rem;
  }

  #footer-navigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper>li>a {
    font-size: 0.75rem;
  }
  #footer-navigation li.hs-menu-depth-1>a {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
  }
  div#footer-navigation-column-2 ul>li.hs-menu-depth-2 a {
    font-size: 0.75rem;
  }
  #footer-navigation .col#footer-navigation-column-1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>a{
    display:none;

  }
  div#footer-navigation-column-3 ul>li {
    margin-bottom: 0.75rem;
  }

  div#footer-navigation-column-4 ul>li {
    margin-bottom: 0.75rem;
  }

  #footer-navigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper>li {
    margin-bottom: 0.75rem;
  }
  div#footer-navigation-column-2 ul>li {
    margin-bottom: .75rem !important;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:last-child {
    margin-bottom: .75rem;
    margin-top: 2em;
  }
}

@media(max-width:760px){
  .max-width {
    width: calc(100% - 4rem);
  }
  #footer-navigation li a {
    font-size: 11.5px !important;
  }
}
@media(max-width:640px){
  #footer-navigation .col {
    width: 50%;
    margin-bottom: 1.5rem;
  }
  .col-label, #footer-navigation li a {
    font-size: .75rem  !important;
  }
  #footer-info-links-soc {
    display: none;
  }
  #iab a img {
    width: 85px !important;
    display: block;
  }
  .max-width {
    width: calc(100% - 5rem);
  }
  div#footer-info-links {
    margin-bottom: 1rem;

  }
}
@media(max-width:500px){
div#footer-navigation-column-1 {
    margin-bottom: -7px !important;
}

}

@media(max-width:428px){
  .max-width {
    width: calc(100% - 4rem);
  }
}
div#footer-navigation-column-2 ul>li.hs-menu-depth-1:last-child {
  margin-top: 2em;
}


@media(max-width:1920px){
  div#footer-info-links {
    width: 905.922px;
  }
}
@media(max-width:1024px){
  div#footer-info-links {
    width: 895px;
  }
}
@media(max-width:991px){
  div#footer-info-links {
    width: 862px;
  }
}

@media(max-width:767px){
  div#footer-info-links {
    width: 670px;
  }

}

@media(max-width:640px){
  div#footer-info-links {
    width: auto;
  }

}
/* Menu and simple menu */

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

/* Horizontal menu */



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

/* Vertical menu */



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







@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 {
    
  }
}