/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}


@media (max-width: 991px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  } 
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://3039634.fs1.hubspotusercontent-na1.net/hubfs/3039634/IonWave_Technologies_November2020/Fonts/fa-regular-400.eot") format("embedded-opentype"), 
    url("https://3039634.fs1.hubspotusercontent-na1.net/hubfs/3039634/IonWave_Technologies_November2020/Fonts/fa-regular-400.woff") format("woff"), 
    url("https://3039634.fs1.hubspotusercontent-na1.net/hubfs/3039634/IonWave_Technologies_November2020/Fonts/fa-regular-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://3039634.fs1.hubspotusercontent-na1.net/hubfs/3039634/IonWave_Technologies_November2020/Fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url("https://3039634.fs1.hubspotusercontent-na1.net/hubfs/3039634/IonWave_Technologies_November2020/Fonts/fa-solid-900.woff") format("woff"), 
    url("https://3039634.fs1.hubspotusercontent-na1.net/hubfs/3039634/IonWave_Technologies_November2020/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}

@font-face {
  font-family: "simple-line-icons";
  src: url("https://3039634.fs1.hubspotusercontent-na1.net/hubfs/3039634/IonWave_Technologies_November2020/Fonts/Simple-Line-Icons.eot") format("embedded-opentype"), 
    url("https://3039634.fs1.hubspotusercontent-na1.net/hubfs/3039634/IonWave_Technologies_November2020/Fonts/Simple-Line-Icons.woff2") format("woff2"), 
    url("https://3039634.fs1.hubspotusercontent-na1.net/hubfs/3039634/IonWave_Technologies_November2020/Fonts/Simple-Line-Icons.ttf") format("truetype"), 
    url("https://3039634.fs1.hubspotusercontent-na1.net/hubfs/3039634/IonWave_Technologies_November2020/Fonts/Simple-Line-Icons.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}



html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0 0 20px;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  text-transform: uppercase; 
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset, 
.blog-comments {
  max-width: 500px;
  padding: 15px;
  box-shadow: 0 0 40px 1px rgba(194,194,194,.5);
  padding: 35px 35px 35px 35px;
  border-radius: 10px;
  background-color: #fff;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  border-style: 
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  font-family: helvetica;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}

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

.hs-form label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: helvetica;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.hs-form .hs-error-msgs label,
label.hs-error-msg,
.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}



h3.form-title {
  font-family: "Montserrat",Sans-serif;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 30px;
}

input.hs-input,
textarea.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  outline: 0;
  padding: 8px 15px;
  background-color: #f5f8fa;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
}

input[type="password"] {
  margin-bottom: 18px;
}

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

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  width: auto !important;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

.hs-input:focus {
  outline: none;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #c87872;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

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

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 20px 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

form#email-prefs-form {
  padding: 20px 0px;
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media (max-width: 767px) {
  .hs_cos_wrapper_type_form, 
  .hs_cos_wrapper_type_blog_subscribe, 
  .hs_cos_wrapper_type_google_search, 
  .hs_cos_wrapper_type_email_simple_subscription, 
  .hs_cos_wrapper_type_password_prompt, 
  .hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
  .hs_cos_wrapper_type_member_login, 
  .hs_cos_wrapper_type_member_register, 
  .hs_cos_wrapper_type_password_reset_request, 
  .hs_cos_wrapper_type_password_reset, 
  .blog-comments {
    max-width: 100%;
    padding: 20px;
  }

  h3.form-title {
    padding: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header__container {
  margin: 0 auto;
  position: relative;
  width: 90%;
}

header.header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
}

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__logo img {
  width: auto !important;
  max-width: 175px;
  vertical-align: middle;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__logo img:hover {
  opacity: .6;
}

.header__logo {
  height: 74px;
  display: flex;
  align-items: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  float: left;
}

.custom-menu-primary.desktop-menu .hs-menu-wrapper > ul > li > a {
  font-weight: 500;
  font-size: 16px;
  padding: 0 15px;
  letter-spacing: .6px;
  line-height: 74px;
  font-family: "Open Sans", sans-serif;
}

.fixed .custom-menu-primary.desktop-menu .hs-menu-wrapper > ul > li > a {
  line-height: 73px;
}


.custom-menu-primary.desktop-menu .hs-menu-wrapper > ul > li.requesta.demo > a > span {
  background-color: #6e4b97;
  color: #fff;
  padding: 12px 23px 12px 22px;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-menu-primary.desktop-menu .hs-menu-wrapper > ul > li.requesta.demo > a:hover > span {
  background-color: #8c3fd3;
  color: #fff;
}

.custom-menu-primary.desktop-menu .hs-menu-wrapper > ul > li:last-child > a > span {
  display: none;
}

.custom-menu-primary.desktop-menu .hs-menu-wrapper > ul > li:last-child > a:before {
  content: "\e090";
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-menu-primary.desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a > span > span:after {
  content: "\f107";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 6px;
  line-height: 1;
}

.custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li:last-child>a {
  padding-left: 14px;
  padding-right: 14.5px;
}

.custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li.aboutus > a > span > span:before,
.custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li.forsuppliers > a > span > span:before,
.custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li.forbuyers > a > span > span:before {
  content: "";
  width: auto;
  height: auto;
  font-size: 1.2em;
  line-height: 1;
  padding: 0!important;
  margin-right: 6px;
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: 2px;
}

.custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li.aboutus > a > span > span:before {
  content: "\e005";
}

.custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li.forsuppliers > a > span > span:before {
  content: "\e036";
}

.custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li.forbuyers > a > span > span:before {
  content: "\e04b";
}

.custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li>a>span:before {
  display: block;
  background-color: #bababa;
  position: absolute;
  bottom: -30%;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  visibility: hidden;
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: bottom left;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li.requesta >a>span:before {
  display: none;
}

.custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li:hover>a>span:before {
  visibility: visible;
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li>a>span {
  position: relative;
}

.custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li.requesta.demo>a>span>span:after,
.custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li.search>a>span>span:after{
  display: none;
}

.header-group {
  width: 100%;
  max-width: 784px;
  display: flex;
  justify-content: flex-end;
}

.header-searchform-wrap form {
  padding: 0;
  max-width: 100%;
  height: 74px;
}

.header-searchform-wrap input {
  height: 100%;
  width: 94%;
  font-size: 22px;
  background-color: transparent;
  color: #bbb;
  padding: 0;
  outline: 0;
  border: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  line-height: 1.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
}

span.sercj-icon-close {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #bbb;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-icon-close {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #bbb;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444;
}

.search-icon-close:before {
  content: "\e082";
}

.header-group {
  width: 100%;
  max-width: 784px;
}

.header-searchform-wrap {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 999;
  display: none;
  max-width: 723.828px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  width: 33.33333333%;
  float: left;
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.forsuppliers > ul li {
  width: 50%;
}


.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  display: block;
  position: relative;
  float: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: .6px;
  padding: 12px 20px;
  text-transform: capitalize;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a span span {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li img {
  vertical-align: middle;
}

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

.blog-header .header-group {
  margin-right: -15px;
}

.desktop-menu li.pricing > a > span > span:before,
.desktop-menu li.resources > a > span > span:before,
.desktop-menu li.solutions > a > span > span:before,
.desktop-menu li.home > a > span > span:before {
  content: "\e055";
  margin-right: 6px;
  margin-top: -.265em;
  width: auto;
  height: auto;
  font-size: 1.2em;
  line-height: 1;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.desktop-menu li.home > a > span > span:before { 
  content: "\e069";
}

.desktop-menu li.solutions > a > span > span:before {
  content: "\e616";
}

.desktop-menu li.resources > a > span > span:before {
  content: "\e034";
}

.blog-header .header-searchform-wrap {
  max-width: 751.469px;
  right: -15px;
}




@media (min-width: 960px) {
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 10;
    left: -1px;
    width: 100%;
    line-height: 1;
    top: 100%;
    border-top: 1px solid #f1f1f1;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.1);
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
  }

  .fixed .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    margin-top: -1px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }

  .no-banner .header-fixed-wrappper {
    min-height: 74px;
  }

  .header__container {
    padding: 0;
    transition: max-width .4s ease;
  }

  .fixed .header__container {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .fixed header.header {
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    opacity: .95;
    transition: opacity .3s,background-color .3s;
    -moz-transition: opacity .3s,background-color .3s;
    -webkit-transition: opacity .3s,background-color .3s;
  }

  .fixed .hs-blog-post header.header {
    opacity: 1;
  }

  .fixed header.header {
    background-color: #fff;
  }

  .fixed .header__logo img {
    max-width: 143px;
  }

  .fixed .custom-menu-primary {
    padding-right: 18px;
  }

  .fixed .blog-header .header__logo {
    height: 54px;
  }

  .fixed .blog-header .custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li>a {
    line-height: 54px;
  }

  .fixed .blog-header .header-group {
    margin-right: 0;
  }

  body:not(.fixed) .hs-blog-post .custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li>a {
    color: #fff;
  }

  body:not(.fixed) .hs-blog-post .search-icon-close {
    color: #fff;
  }

  .temp header.header {
    padding-top: 1px;
  }

  .search-active.fixed .header-group {
    position: relative;
    right: 18px;
  }

  .fixed .blog-header .header-searchform-wrap form {
    height: 54px;
  }

  .fixed .blog-header .header-searchform-wrap {
    right: 0;
  }

}


@media (max-width: 1015px) {
  body:not(.fixed) .custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li>a {
    padding: 0 7px;
  }
}

@media (max-width: 961px) {
  body.fixed .custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li>a {
    padding: 0 7px;
  }
}

@media (max-width: 1024px) and (min-width: 960px) {
  .header-searchform-wrap,
  .blog-header .header-searchform-wrap {
    max-width: 650px;
  } 
}


@media (max-width: 959px) {
  .header-group {
    display: none;
  }

  .fa-bars:before {
    content: "\f0c9";
  }

  .fa, .fab, .fad, .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;
  }

  .fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .mobile-trigger {
    margin-left: auto;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #444;
  }

  .hs-blog-post .mobile-trigger {
    color: #fff;
  }

  .mobile-trigger i {
    margin-bottom: 3px;
    cursor: pointer;
  }

  .custom-menu-primary.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d9eef3;
    overflow-y: scroll;
    z-index: 100000;
  }

  .mobile-open .custom-menu-primary.mobile-menu {
    display: flex;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: none;
  }

  .custom-menu-primary.mobile-menu > .hs_cos_wrapper {
    width: 100%;
    padding: 0 40px;
    margin: auto 0;
  }

  .close-trigger {
    position: absolute;
    top: 13px;
    right: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #333;
    cursor: pointer;
  }

  .close-icon-wrap {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }

  .close-icon-inner {
    display: inline-block;
    width: 40px;
    height: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #474747;
  }

  .close-icon-inner:after {
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #474747;
    border-radius: 3px;
    content: '';
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  body.mobile-open {
    overflow: hidden;
  }

  .close-trigger:hover .close-icon-inner {
    background-color: #262626;
  }

  .close-trigger:hover {
    opacity: .7;
  }

  .close-trigger:hover .close-icon-inner:after {
    background-color: #262626;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    float: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 18px;
    line-height: 1.2;
    padding: 12px 0;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper {
    margin-bottom: 30px;
  }

  .dropdown-toggle {
    display: inline-block;
    width: 26px;
    padding-left: 5px;
    text-align: center;
  }

  .dropdown-toggle:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: '+';
  }

  .child-open > a > .dropdown-toggle:before {
    content: '-';
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    width: 100% !important;
    border: 0 !important;
    text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 13px;
    padding: 3px 0;
    background-color: transparent !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a img {
    width: 100%;
    max-width: 300px;
    margin-right: 10px;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: transparent !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 50px 0;
  }

  header.header {
    position: absolute;
  }

  .hs-blog-listing .custom-menu-primary .hs-menu-wrapper {
    margin-bottom: 0;
  }

  .hs-blog-post .custom-menu-primary .hs-menu-wrapper {
    margin-bottom: 0;
  }


}




@media (max-width: 768px) {
  .header__logo img {
    max-width: 172px;
  }

  header.header {
    padding-top: 0px;
  }

  .blog-header .header__logo img {
    max-width: 175px;
  }
}


@media (max-width: 480px) {
  .header__logo img {
    max-width: 151px;
  }

  .header__container {
    padding: 0 5px 0 5px;
  } 

  .blog-header .header__container {
    padding: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  margin: 0 auto;
  width: 90%;
}

.footer-bottom-section {
  text-align: center;
  padding: 20px 0 20px 0;
  background-color: #f4f4f4;
  font-size: 15px;
  line-height: 1;
  font-family: sans-serif;
}

.footer-bottom-section p {
  margin: 0;
}

.footer-logo {
  width: 25%;
  float: right;
  padding: 0 15px;
}

.footer-menu-wrapper {
  width: 50%;
  float: left;
}

.footer__container:before,.footer__container:after {
  content: "";
  display: block;
  clear: both;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li {
  width: 50%;
  float: left;
  padding: 0 15px;
}

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

.footer-top-seciton {
  padding: 50px 0 30px 0;
}

footer.footer {
  padding-bottom: 25px;
}

.footer-menu-wrapper .hs-menu-wrapper > ul ul li a {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: .6px;
  padding: 8px 0;
  font-family: "Open Sans",sans-serif;
}

.footer-menu-wrapper .hs-menu-wrapper > ul ul li {
  border-bottom: 1px solid #e9e9e9;
  border-color: rgba(130,130,130,0);
}

.footer-menu-wrapper .hs-menu-wrapper>ul>li>a {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 15px;
  margin: 0 0 20px;
  border-width: 0 0 0 3px;
  border-style: solid;
  display: block;
  line-height: 1;
  border-color: #6e4b97;
  font-family: "Open Sans",sans-serif;
  pointer-events: none;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li:nth-child(2) ul li a {
  letter-spacing: 0;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li:nth-child(2) ul li {
  border-top: 1px solid transparent;
  border-bottom: 0;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li:nth-child(2) ul li:last-child {
  border-top: 0;
}

#back-to-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0,0,0,.4);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  z-index: 100;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 100px;
  font-size: 25px;
}

#back-to-top .fa-angle-up {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: top;
}

#back-to-top .fa-angle-up:before {
  content: "\f106";
}

#back-to-top:hover {
  background-color: #27aae1;
}

footer.footer.blog-footer {
  padding-top: 2px;
  padding-bottom: 0;
}

.blog-footer .footer-menu-wrapper .hs-menu-wrapper>ul>li>a {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}

.blog-footer .footer-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(2) ul li a {
  letter-spacing: .6px;
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.blog-footer .footer-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(2) ul li {
  border-top: 0;
}

.blog-footer .footer-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(2) ul li:last-child {
  border-top: 1px solid transparent;
}

.blog-footer #back-to-top {
  font-size: 18px;
  border-radius: 2px;
}

.blog-footer #back-to-top:hover {
  background-color: rgba(0,0,0,0.8);
}




@media (max-width: 959px) {
  .footer-menu-wrapper {
    width: 100%;
  }

  .footer-logo {
    width: 50%;
    margin-bottom: 30px;
  }

  .footer-menu-wrapper .hs-menu-wrapper>ul>li {
    margin-bottom: 30px;
  }

  .footer-logo img {
    width: 100% !important;
    max-width: 300px;
    vertical-align: middle;
  }

}


@media (max-width: 767px) {
  .footer-logo {
    width: 100%;
  }

  .footer-menu-wrapper .hs-menu-wrapper>ul>li {
    width: 100%;
  }

  .footer-menu-wrapper {
    margin-bottom: 50px;
  }

  .blog-footer .footer-menu-wrapper {
    margin-bottom: 106px;
  }
}


@media (max-width: 480px) {
  #back-to-top {
    right: 10px;
    bottom: 10px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 25px;
  } 

  .blog-footer #back-to-top {
    font-size: 14px;
  }
}


@media (max-width: 320px) {
  .blog-footer .footer-menu-wrapper {
    margin-bottom: 95px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
  width: 90%;
}

.blog-listing-banner {
  padding: 10% 0 5%;
  position: relative;
  background-color: #d9eef3;
}

.blog-title h1 {
  color: #3d3d3d;
  font-family: "Montserrat",Sans-serif;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  text-align: center;
}

.blog-title {
  margin: 0 0 75px;
  padding-bottom: 20px;
}

.blog-bnr-content {
  padding: 0 10%;
}

.bnr-site-search .hs-search-field__input {
  background-color: #fff;
  color: #54595f;
  border-radius: 500px;
  padding: 15px 30px;
  font-size: 16px;
  min-height: 40px;
  line-height: 1.8;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
  outline: none;
}

.bnr-site-search form {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

.bnr-site-search .hs-search-field__input:focus {
  box-shadow: 0px 0px 45px 0px rgba(110,193,228,.31);
  border-color: #bbb;
}

button.search-submit {
  display: block;
  position: absolute;
  top: 50%;
  min-width: 40px;
  height: 100%;
  font-weight: 600;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 17px;
  right: 1px;
  color: #6e4b97;
  cursor: pointer;
  outline: none;
}

button.search-submit i {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button.search-submit i:before {
  content: "\e090";
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px !important;
  background-color: #fff !important;
  margin-top: 15px !important;
}

.blog-content-wrapper.blog-listing {
  padding: 4% 0 5%;
}

.top-topics ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-topics ul li {
  list-style: none;
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.top-topics ul li a {
  text-decoration: none;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  margin: 15px 5px 20px;
  padding: 7px 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #fff;
  color: #686868;
  font-family: "Open Sans", sans-serif;
  line-height: 25.2px;
  font-size: 14px;
}

.top-topics ul li.active-topic > a {
  background-color: #6e4b97;
  color: #fff;
}

.blog-listing .row-fluid {
  padding: 10px;
}

.blog-index {
  margin-left: calc(-5px/2);
  margin-right: calc(-5px/2);
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-item {
  width: 33.33%;
  margin-bottom: 5px;
  padding-right: calc(5px/2);
  padding-left: calc(5px/2);
}

.post-inner {
  overflow: hidden;
  padding: 15px;
}

.blog-listing .content-wrapper {
  max-width: 1140px;
  width: 100%;
}

.post-content {
  background-color: #f5f5f5;
  padding: 30px;
}

h2.post-title {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  font-family: "Open Sans",sans-serif;
}

h2.post-title a {
  color: #333;
}

h2.post-title a:hover {
  color: #1e1e1e;
}

.blog-post__tags {
  margin-bottom: 8px;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #929292;
}

.blog-post__tags a {
  display: inline-block;
  color: #333;
}

.blog-post__tags a:hover {
  color: #6e4b97;
}

.blog-post__tags i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  width: 1.25em;
  margin-right: 3px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.blog-post__tags i:before {
  content: "\f036";
}

.post-featured-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 83.5%;
}

.post-featured-image > a {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.post-featured-image:hover > a {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-pagination {
  padding: 15px;
  margin-top: -20px;
  text-align: right;
  font-size: 0;
}

.blog-pagination a {
  display: inline-block;
  margin: 0 .4em .4em 0;
  text-align: center;
  color: #6e4b97;
  background-color: #fff;
  border-radius: 67px;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: .75em;
  min-width: 58px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
  border: 1px solid #e9e9e9;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
}

.blog-pagination a:hover {
  color: #fff;
  background-color: rgba(110,75,151,.56);
}

.blog-pagination a.active {
  color: #fff;
  background-color: #6e4b97;
}

.blog-pagination a.disabled {
  display: none;
}

.blog-pagination a.active:hover {
  color: #fff;
  background-color: rgba(110,75,151,.56);
}

.blog-post-banner {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 10% 0 2%;
  background-color: #000;
  position: relative;
}

.banner-background-overlay {
  background-position: center center;
  background-size: cover;
  opacity: .5;
  transition: background .3s,border-radius .3s,opacity .3s;
  background-color: #000;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(7.5px) hue-rotate(0deg);
}

.blog-post-banner .content-wrapper {
  width: 100%;
  max-width: 1140px;
  position: relative;
  z-index: 99;
}

.banner-row {
  padding: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-content-left {
  width: 50%;
  padding: 10px;
}

.banner-image-right {
  width: 50%;
  padding: 10px;
}

.banner-image-right img {
  vertical-align: middle;
  width: 100%;
}

h4.bnr-topic {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  line-height: 1;
  font-size: 17px;
  font-family: "Open Sans",sans-serif;
  padding-bottom: 27px;
}

h2.bnr-post-title {
  color: #fff;
  font-family: "Montserrat",Sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 40px;
}

.bnr-post-date {
  padding: 40px 0 0;
  color: #fff;
  margin: 0 0 20px;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.bnr-post-date p {
  margin: 0;
}

.blog-content-wrapper.blog-post {
  padding: 4% 0 2%;
}

.blog-social-share > h5 {
  font-weight: 600;
  margin: 0 0 20px;
  color: #333;
  line-height: 1.4;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
}

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

.blog-social-share {}

.blog-social-share svg {
  fill: inherit;
  width: 16px;
  height: 16px;
}

ul.social-list-item li a {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  fill: #bbb;
}

ul.social-list-item li {
  margin: 0 8px 8px 0;
}

.blog-post .content-wrapper {
  max-width: 1140px;
  width: 100%;
}


.blog-post-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-social-share-wrappper {
  width: 17.912%;
  padding: 10px;
}

.blog-post-content {
  width: 82.088%;
  padding: 10px;
}

.blog-post-body {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  padding: 0 10% 0 0;
}

#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
}
.section.post-footer .hs_error_rollup {
  margin-top: 20px;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
  margin-top: 50px;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.blog-social-share li.twitter a:hover {
  border-color: #00aced;
  fill: #00aced;
}

.blog-social-share li.facebook a:hover {
  fill: #3b5998;
  border-color: #3b5998;
}

.blog-social-share li.googleplus a:hover {
  fill: #dd4b39;
  border-color: #dd4b39;
}

.blog-social-share li.pinterest a:hover {
  fill: #cb2027;
  border-color: #cb2027;
}

.blog-social-share li.linkedin a:hover {
  fill: #39c;
  border-color: #39c;
}


.subscribe-form-section .content-wrapper {
  max-width: 900px;
  width: 100%;
}

.subscribe-form-section {
  padding: 2% 0 0;
  position: relative;
  z-index: 99;
}

.subscribe-form-row {
  box-shadow: 0px 0px 45px -9px rgba(87,86,86,.5);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 5%;
  border-radius: 6px;
  position: relative;
  background-image: url('https://3039634.fs1.hubspotusercontent-na1.net/hubfs/3039634/raw_assets/public/IonWave_Technologies_November2020/images/banner_bg.png');
    }

.subscribe-form-title h2 {
  color: #626262;
  font-family: "Montserrat",Sans-serif;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -10px;
}

.subscribe-form-title p {
  color: #626262;
  font-family: "Open Sans",sans-serif;
  line-height: 1.8;
  font-size: 15px;
}

.subscribe-form-row:hover {
  box-shadow: 0px 0px 40px 2px rgba(87,87,87,.5);
}

.border-section {
  border-style: solid;
  border-width: 2px 0 0;
  border-color: #dadada;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin-top: -120px;
  margin-bottom: 0;
  padding: 10% 0 0;
}

.cm-spacebar {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin-top: -120px;
  margin-bottom: 0;
  padding: 10% 0 0;
  position: relative;
}

.subscribe-form-wrap .hs_cos_wrapper_type_form {
  padding: 0;
  margin: 0;
  max-width: 100%;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.subscribe-form-wrap h3.form-title {
  display: none;
}

.subscribe-form-wrap {
  padding-left: 49px;
  padding-right: 49px;
}

.subscribe-form-wrap .hs-form .hs-form-field {
  width: 33.333% !important;
  float: left;
  padding: 0 10px;
  margin-bottom: 15px;
}

.subscribe-form-wrap .hs-form label {
  font-family: 'Montserrat',Arial;
  color: #626262;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 25.2px;
}

.subscribe-form-wrap .hs-form-required {
  color: #626262;
}

.subscribe-form-wrap .hs-form .input {
  margin-right: 8px;
}

.subscribe-form-wrap .hs-form .hs-input {
  text-align: left;
  font-family: 'Lato',Arial;
  letter-spacing: 0px;
  font-weight: 300;
  font-size: 20px;
  border-color: #e2e2e2;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 1.8;
  padding: 0 15px;
  min-height: 27px;
}

.subscribe-form-wrap .hs-form .actions {
  padding-left: 11px;
  padding-right: 17px;
  text-align: center;
  margin-bottom: 8px;
}

.subscribe-form-wrap .hs-form .hs-button {
  box-sizing: border-box;
  padding: 10px 100px;
  transition: all 0.2s linear 0s;
  font-family: Lato, Arial ;
  letter-spacing: 2px ;
  font-weight: 800 ;
  font-size: 16px ;
  color: rgb(39, 170, 225) ;
  background: rgb(255, 255, 255) ;
  border-width: 2px ;
  border-style: solid ;
  border-color: rgba(83, 184, 251, 0) ;
  border-radius: 75px ;
  text-transform: uppercase;
  margin-top: 15px;
  outline: none;
}

.subscribe-form-wrap .hs-form .hs-button:hover {
  background: rgba(255, 255, 255, 0.86);
  color: rgb(136, 39, 225);
  border-color: rgba(83, 184, 251, 0);
}

.subscribe-form-title {
  padding-bottom: 20px;
}

.subscribe-form-wrap .hs-form .hs-error-msgs label {
  font-family: 'Lato',Arial;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 12px;
  color: red;
  line-height: 1.8;
}

.header-group .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 0 !important;
}



@media (max-width: 1024px) {
  h4.bnr-topic {
    font-size: 20px;
  }

  .border-section {
    display: none;
  }

  .cm-spacebar {
    margin: 0;
  }

}

@media (max-width: 959px) {
  .blog-title {
    margin-bottom: 0;
  } 

  .blog-listing .content-wrapper {
    max-width: 90%;
  }

  .post-item {
    width: 50%;
  }

}


@media (max-width: 767px) {
  .blog-listing-banner {
    padding: 150px 0 30px;
  }

  .blog-title h1 {
    font-size: 28px;
  }

  .bnr-site-search {
    padding: 30px 0 0;
    max-width: 270px;
    margin: 0 auto;
  }

  .bnr-site-search form {
    max-width: 100%;
  }

  .post-item {
    width: 100%;
  }

  .banner-content-left {
    width: 100%;
  }

  .banner-image-right {
    width: 100%;
  }

  .banner-row {
    flex-wrap: wrap;
  }

  h4.bnr-topic {
    line-height: 1.4;
  }

  .blog-social-share-wrappper {
    width: 100%;
  }

  .blog-post-row {
    flex-wrap: wrap;
  }

  ul.social-list-item li {
    float: left;
  }

  .blog-post-content {
    width: 100%;
  }

  .blog-post-body {
    padding: 0;
  }

  .blog-comments {
    max-width: 100%;
  }

  .subscribe-form-wrap .hs-form .hs-form-field {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .subscribe-form-wrap {
    padding: 0;
  }

  .subscribe-form-wrap .hs-form .hs-button {
    padding: 10px 20px;
  } 
}

@media (max-width: 479px) {
  h4.bnr-topic {
    position: relative;
    top: 15px;
  } 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}

.systems-page form {
  padding: 20px 0;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}