/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.container,.row-fluid .container[class*=span] {
    box-sizing: border-box;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}









































/* ******************************************************************************
*********************************************************************************
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.
 */

html {
  -webkit-text-size-adjust: 100%; /* 1 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
input { /* 1 */
  overflow: 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-section .dnd-section>.row-fluid{
  width: 100%;
}

.banner-section .dnd-section{
  max-width: 100%;
}
.dnd-section, .page-center, .container, .content-wrapper{
  width:100%;
  margin:0 auto;
}
.container-fluid{
  padding-right: 3vw;
  padding-left: 3vw;
}
.dnd-section{
  width:100%;
  margin-left:auto;
  margin-right:auto;
}
.dnd-section[class*="-force-full-width-section"]{
  width: 100%;
  max-width:100%;
}
.dnd-section>.row-fluid,
.page-center > div,
.container > div,
.content-wrapper > div{
  width: 100%;
}
.dnd-section[class*="-force-full-width-section"] > .row-fluid {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px){
  .dnd-section>.row-fluid,
  .page-center > div,
  .container > div,
  .content-wrapper > div{
    width: 50%;
    margin: 0 auto !important;
    float: none !important;
  }
  .dnd-section[class*="-force-full-width-section"] > .row-fluid {
    width: 100%;
    max-width: 100%;
  }
  .body-container.migration .dnd-section>.row-fluid {
    width: 75%;
  }
}

@media screen and (max-width: 767px){
  .container-fluid {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: unifilter; 
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAgoAAsAAAAAB9wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgD2oRXmNtYXAAAAFoAAAAZAAAAGT3XNDoZ2FzcAAAAcwAAAAIAAAACAAAABBnbHlmAAAB1AAAA/AAAAPwKxUS0mhlYWQAAAXEAAAANgAAADYW6bniaGhlYQAABfwAAAAkAAAAJAdpA3FobXR4AAAGIAAAACgAAAAoHjMAZmxvY2EAAAZIAAAAFgAAABYD2gKIbWF4cAAABmAAAAAgAAAAIAATAJZuYW1lAAAGgAAAAYYAAAGGmUoJ+3Bvc3QAAAgIAAAAIAAAACAAAwAAAAMDvgGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA9SkDZv9nAJkDZgCZAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAEgAAAAOAAgAAgAGAAEAIOgD6hD1Kf/9//8AAAAAACDoAOoQ9Sn//f//AAH/4xgEFfgK4AADAAEAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAP9gA7cDFwAPADYAAAE0JyYnJgcGFRQXFjc2NzYBFAcGIyIvAQYjIicmJyYnJjc2NzY3Njc2NzYXFhcWFxYXFAcXFhUCkkpLa2pLS0tLamtLSgElFhccHxXDZ35RS0s1NSEhAQEfHjg3SUhUVElJNzcfHwFHxBUBhWlLSwEBTU1naE1OAwNIR/6SHhUWFsNHICA2NkpKU1NJSDk4Hh0CAiEiNDVMTU9+ZsQWHgAAAQAz/+ADzQIwABoAAAkBBiMiJwEmNTQ/ATYzMhcJATYzMh8BFhUUBwPC/lgLDw8L/lgLC2AKDxAKAS8BLwsPDgxfCwsBkv5ZCwsBpwsQDwpfCwv+0QEvCwtfCw4PDAAAAQAz//8DzQJOABoAACUHBiMiJwkBBiMiLwEmNTQ3ATYzMhcBFhUUBwPCXwsPEAr+0f7RCw8OC2ALCwGoDA4ODAGoCwtnXgoKATD+0AoKXgsQDwoBqAsL/lgLDg8MAAAAAQAA//4CvgK8ACgAADc0PwEnJjU0NzYzMh8BNzYzMhcWFRQPARcWFRQHBiMiLwEHBiMiJyY1ABvHxxsbGiQkG8jIGiQlGhkZyMgZGRolJBrIyBolJRkbViUayMkZJSUaGRnJyRkZGiUlGcnIGiUlGhkZyMgZGRskAAAAAAEAAP/gBAADAAAFAAAJAScHCQEDYP4g4KABgAKAAwD+IOCg/oACgAAIAAD/gAO/Az8AEgAlADgASgBdAG8AgQCTAAATNjc2OwEyFxYHBgcGKwEiJyY3EzQ/ATYzMhcWFRQPAQYjIicmNRE0NzYzMh8BFhUUBwYjIi8BJjUBNTQ3NjMyFxYdARQHBicmJyYRNTQ3NjMyFxYdARQHBgciJyY1EzQ3NjMyHwEWFRQHBiMiLwEmETQ/ATYzMhcWFRQPAQYjIicmFzQ3NjsBMhcWFRQHBisBIicmAAEWFR+DHhYXAQEVFCCDHxYXAXcWXRYfHhUVFV0WHh8VFhUWHx4WXRUVFh0eF14VASAVFh4fFRYWFR8eFhUVFh4fFRYWFR8eFhXCFhUeHRddFhYVHx8VXBYWXBUfHxUWFl0VHx8UFU4WFx6DHhYVFRYegx8XFgFgHxUWFhUfHxUWFhUf/uEeFV4VFBcfHhVdFRUWHgI+HhYVFV0WHh8WFRVdFh/9SoUeFhUVFh6FHRcWAQEUFQLIhB4WFRUWHoQeFhUBFRYf/isfFxUVXRYfHhYVFV0WAaIeFl0VFRYeHxZdFRUWox8VFhYVHx8VFhYVAAEAAAAAAAAm/oLBXw889QALBAAAAAAA2eW7IwAAAADZ5bsjAAD/YAQAAz8AAAAIAAIAAAAAAAAAAQAAA2b/ZwAABAAAAP//BAAAAQAAAAAAAAAAAAAAAAAAAAoEAAAAAAAAAAAAAAAEAAAAA7YAAAQAADMEAAAzAr4AAAQAAAADvwAAAAAAAAAKABQAHgB2AKYA1gEUASgB+AAAAAEAAAAKAJQACAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") format("woff");
  font-style: normal; 
  font-weight: 400;
}


@font-face { 
  font-family: proxima-nova; 
  src: url("https://use.typekit.net/af/d45b9a/000000000000000077359577/30/l?subset_id=2&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/d45b9a/000000000000000077359577/30/d?subset_id=2&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/d45b9a/000000000000000077359577/30/a?subset_id=2&fvd=n4&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: auto;
}


p {
  margin: 1rem 0;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */



h4 + * {
  display: block;
}

b, strong {
  font-weight: bold;
}
code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left:40px;
}

ul li,
ol li {
  line-height: inherit;
}

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

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

/* Horizontal Rules */
hr {
  border: none;
  color: #bbb;
  background-color: #ce9612;
  height: 2px;
  display: block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0.5em 0 !important;
}

/* 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;
}
img{
  vertical-align:middle;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
form,
.submitted-message {
  max-width: 100%;
  font-family: Open Sans, sans-serif;
}
:focus {
  outline: unset !important;
}
.hs-button,
.button--primary {
  cursor: pointer;
  display: inline-block;
  min-width: 200px; 
  display: inline-block;
  width: auto;
  height: auto;
  border-width: 0;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: proxima-nova;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  text-transform: uppercase;
  line-height: 1.6em;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  margin:15px 0;
}
h3.form-title{
  text-transform: none;
  margin: 2rem 0;
}
.field > label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  text-transform: none;
  line-height: 1.6em;
}
@media screen and (min-width: 1908px){
  .hs-button,
  .button--primary,
  .field > label{
    font-size: calc(1.1 * 1rem) !important;
  }
}
.hs-button:focus{
  text-decoration: none;
}
.hs-button:hover,
.button--primary:hover {
  text-decoration: none;
  opacity: .8;
}

form .hs-error-msgs label {
  border-radius: 2px;
  background: #cc3b3b url(//174186.fs1.hubspotusercontent-na1.net/hubfs/174186/raw_assets/public/Algorithm_May2021/images/icon_close_7_light.png) no-repeat 9px 50%;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  margin: 12px 0;
  padding: 5px 15px 3px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  text-transform: none;
  margin-bottom: .5em;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: auto;
}
.hs-input,
input#hs-pwd-widget-password {
  border-radius: 3px;
  line-height: 42px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 15px;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  height: 45px;
  text-transform: none;
  transition: background-color .5s ease;
  width: 100%;
  margin-top: 5px;
  display: block;
  color: #1f1f1f;
  padding: 10px;
  min-height: 20px;
}
input#hs-pwd-widget-password {
  height: 45px!important;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: 0;
}

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

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
form input, form select, form textarea, .hs-input {
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: unset;
  background-color: transparent;
}
.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

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

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


.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!important;
  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 {
  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: 0;
}

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

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


@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: Open Sans, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
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-left: 0;
  margin-bottom: 0;
  list-style: 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.
*********************************************************************************
****************************************************************************** */

@media(min-width:768px){
  .body-container__landing .dnd-section>.row-fluid {
    width: 75%;
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: landscape){
  .body-container.body-container__landing h1 {
    font-size: calc((3.6 - 1) * 0.6vw + 1rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1907px) and (orientation: portrait){
  .body-container.body-container__landing h1 {
    font-size: calc((3.6 - 1) * 0.4vw + 1rem);
  }
}

@media (max-width: 370px){
  .body-container.body-container__landing h1 {
    font-size: calc((3.6 - 1) * 0.9vh + 1rem);
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.site-wrapper, .sqs-catalog {
  -webkit-font-smoothing: antialiased;
}

.banner-section .container-fluid {
  padding: 0;
}
#siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.container-fluid.full-width-section {
  padding: 0 !important;
}

.absolute-header header.header {
  position: absolute;
  width: 100% !important;
  left: 0;
  top: 0;
  z-index: 9;
}
.sqs-row {
  width: auto !important;
}
.sqs-layout > .sqs-row {
  margin-left: -17px;
  margin-right: -17px;
}
[class*=sqs-col] {
  float: left;
}
.sqs-col-12 {
  width: 100%;
}
[class*=sqs-col]:last-child {
  padding-right: 0;
}
.sqs-block {
  position: relative;
  height: auto;
  padding-top: 17px;
  padding-bottom: 17px;
}
.sqs-block-html {
  clear: none;
}
[class*=sqs-col] .sqs-block {
  padding-left: 17px;
  padding-right: 17px;
}
.sqs-col-3 {
  width: 25%;
}
.sqs-col-2 {
  width: 16.6667%;
}
.sqs-col-4 {
  width: 33.3333%;
}
.sqs-col-5 {
  width: 41.6667%;
}
.sqs-col-7 {
  width: 58.3333%;
}
.sqs-col-6 {
  width: 50%;
}
.sqs-col-10 {
  width: 83.3333%;
}
.sqs-layout:not(.sqs-editing) .sqs-row .sqs-block:not(.float):not(.sqs-feature-gated-wrapper):first-child {
  padding-top: 0;
}
.sqs-layout:not(.sqs-editing) .sqs-block+.sqs-row .sqs-block:not(.float):first-child {
  padding-top: 17px;
}
.sqs-layout:not(.sqs-editing)>.sqs-row:first-child>[class*=sqs-col]:first-child>.sqs-block:last-child, 
.sqs-layout:not(.sqs-editing) .sqs-block+.sqs-row .sqs-block:not(.float):last-child {
  padding-bottom: 17px;
}
.image-block-wrapper {
  position: relative;
  padding-bottom: 29.2683%;
}

.image-block-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.image-block-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .1;
}
.custom-body h4 {
  display: block;
}
.custom-body .hs_cos_wrapper_type_rich_text > *:last-child,
.custom-body .hs_cos_wrapper_type_header > *:last-child{
  margin-bottom: 0;
}

.custom-body .hs_cos_wrapper_type_rich_text > *:first-child,
.custom-body .hs_cos_wrapper_type_header > *:first-child{
  margin-top: 0;
}
.container-fluid.section-1 .hs_cos_wrapper_type_rich_text h4 {
  font-size: 14px !important;
  text-transform: uppercase !important;
}
.container-fluid .sqs-col-6 .hs_cos_wrapper_type_rich_text h4:after {
  margin-left: unset !important;
}
.hs_cos_wrapper_type_rich_text a:not([class]) {
  background-repeat: unset;
  background-image: unset;
  background-size: unset;
  background-position: unset;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  text-decoration-skip: auto;
  text-decoration-skip-ink: auto;
  background: unset;
}
.hs-report-page .advanced-image a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.hs-home-page .row-fluid [class*="span"] {
  min-height: 1px;
}

.logo-gallery .dnd-section>.row-fluid > .widget-span:not(.span12) {
  width: 25%;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-left: 0;
}
.container-fluid.section-2 {
  background-color: #f4f4f4;
  padding-top: calc(10vmax / 10);
  padding-bottom: calc(10vmax / 10);
  min-height: 10vh;
}

.logo-gallery .dnd-section>.row-fluid {
  margin-right: -20px !important;
  width: auto;
}

.logo-gallery .advanced-image {
  background-size: contain;
  background-repeat: no-repeat;
}
.sqs-block.custom-sapcer:after {
  height: 34px;
  content: ' ';
  display: block;
}

.container-fluid.section-4 {
  background-color: #ce9612;
  min-height: 10vh;
  color: #fff;
  padding-top: calc(10vmax / 10);
  padding-bottom: calc(10vmax / 10);
}

.container-fluid.section-4 .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}
.hs-homepage-row13_right_button .hs-button {
  color: #ce9612;
  background-color: #fff;
  border-color: #fff;
  margin: 0;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  padding: .7em 1.169em;
  min-width: 0;
}
.hs-homepage-row13_right_button .hs-button {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}
.hs-homepage-row14_right.logo-gallery .dnd-section>.row-fluid>.widget-span:not(.span12) {
  width: 33.33333333%;
  padding-right: 5px;
  padding-bottom: 5px;
}


.hs-homepage-row14_right.logo-gallery .dnd-section>.row-fluid {
  margin-right: -5px !important;
}

.container-fluid.section-5 {
  background-color: #f4f4f4;
}

.hs-homepage-row14_right.logo-gallery .advanced-image {
  max-width: 214px;
}
.bottom-signup {
  background-color: #f4f4f4;
  padding-top: calc(21vmax / 10);
  padding-bottom: calc(21vmax / 10);
}

.bottom-signup .page-center>div {
  width: 60%;
}

.bottom-signup .hs_cos_wrapper_type_form {
  display: block;
  text-align: center;
}

.bottom-signup .hs_cos_wrapper_type_form h3.form-title {
  margin: 0 0 1rem 0;
  padding: 0;
  text-align: inherit;
}

.bottom-signup .hs_cos_wrapper_type_form form {
  padding: 0 0 1rem 0;
}

.bottom-signup .hs_cos_wrapper_type_form form .hs-form-field {
  display: inline-block;
  width: auto;
  margin: 1rem 0 0 0;
  vertical-align: bottom;
  min-width: 18rem;
  padding: .5rem .25rem;
}

.bottom-signup .hs_cos_wrapper_type_form form .hs_submit {
  display: inline-block;
  width: auto;
  margin: 1rem 0 0 0;
  padding: .5rem .25rem;
  vertical-align: bottom;
}

.bottom-signup .hs_cos_wrapper_type_form form .hs_submit input {
  margin: 0;
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  min-width: 0;
  padding: 1.4rem 2rem !important;
  line-height: 1.2rem !important;
  text-transform: capitalize;
}

.bottom-signup .hs_cos_wrapper_type_form form .hs-form-field input {
  padding: 1.4rem 2rem !important;
  line-height: 1.2rem !important;
  background: #fff;
  transition: background .3s ease-out,border .3s ease-out;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(0,0,0,.12);
  height: auto;
}

.bottom-signup .hs_cos_wrapper_type_form form .hs-form-field > label {
  display: none;
}

.bottom-signup .hs_cos_wrapper_type_form h3.form-title {
  width: 85%;
  margin: 0 auto;
}
.hs-homepage-row13_right_button .hs-button:hover {
  color: #ce9612;
  background-color: #fff;
  border-color: #fff;
}
.bottom-signup .page-center>div {
  width: 60% !Important;
}

.bottom-signup .hs_cos_wrapper_type_form form .hs-form-field input {
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  text-transform: none;
}

.bottom-signup .hs_cos_wrapper_type_form form .hs_submit {
  margin-left: 5px;
}
.bottom-signup {
  padding-top: calc(21vmax / 10) !important;
  padding-bottom: calc(21vmax / 10) !important;
}

.bottom-signup .hs_cos_wrapper_type_form form {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.bottom-signup .hs_cos_wrapper_type_form form .hs-form-field input::-webkit-input-placeholder {
  color: rgba(0,0,0,.3);
}

.bottom-signup .hs_error_rollup {
  display: none;
}

.bottom-signup .hs-error-msgs {
  position: absolute;
  left: 0;
  text-align: left;
  padding: 0rem .25rem;
}

.bottom-signup .hs_cos_wrapper_type_form form .hs-form-field {
  position: relative;
}
.bottom-signup .hs-error-msgs label {
  display: block;
  margin-top: 1rem;
  padding: .5rem;
  background: #fed9db;
  color: #f23d3d;
  line-height: normal;
  text-align: center;
}

.container-fluid.about-section-1 .container-fluid.about-row-3 .dnd-row {
  padding-top: 17px;
  padding-bottom: 17px;
}

.container-fluid.about-section-1 .container-fluid.about-row-3 .dnd-row:first-child {
  padding-top: 0;
}

.container-fluid.about-section-1 .container-fluid.about-row-3 .dnd-row:last-child {
  padding-bottom: 0;
}

.container-fluid.about-section-2 {
  background-color: #f4f4f4;
}

.container-fluid.about-section-2 .logo-gallery .dnd-section>.row-fluid>.widget-span:not(.span12) {
  width: 20%;
  padding-right: 50px;
  padding-bottom: 50px;
}

.container-fluid.about-section-2 .logo-gallery .dnd-section>.row-fluid {
  margin-right: -50px !important;
}

.container-fluid.about-section-3 .widget-span.span3 {
  width: 25%;
  margin-left: 0;
  padding: 17px;
}

.container-fluid.about-section-3 .widget-span.span3:not(:nth-child(2)) .advanced-image {
  max-width: 300px;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.hs-about-page-row8 .hs-button,
.container-fluid.erp-section-3 .hs-button,
.container-fluid.erp-section-4 .hs-button,
.has-button .hs-button,
.custom-body .hs-erp-crm-section-3 a.cta_button{
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  padding: .7em 1.169em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0em;
}
.container-fluid.erp-section-3 .hs-button{
  font-size: inherit !important;
}
.container-fluid.about-section-4 {
  background-color: #f4f4f4;
}
.testimonial-section.fix .slideshow-container ul.slick-dots li.slick-active, 
.testimonial-section.fix .slideshow-container ul.slick-dots li:hover {
  background-color: #ca693e;
}

.testimonial-section.fix .slideshow-container .prev:hover, 
.testimonial-section.fix .slideshow-container .next:hover {
  color: #ca693e;
}
.hs-home-page .testimonial-section .slideshow-container ul.slick-dots li.slick-active, 
.hs-home-page .testimonial-section .slideshow-container ul.slick-dots li:hover{
  background-color: #5d6166;
}

.container-fluid.about-section-6 {
  background-color: #f4f4f4;
}
.container-fluid.about-section-6 .hs_cos_wrapper_type_rich_text ul {
  list-style: none;
}

.container-fluid.about-section-6 .hs_cos_wrapper_type_rich_text ul li:before {
  content: "\2022";
  color: #ca693e;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  min-width: 0;
  text-align: left;
  box-sizing: border-box;
  padding-right: 0;
}

.container-fluid.about-section-6 .hs_cos_wrapper_type_rich_text ul li p {
  display: inline-block;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: -5px;
}
.hs-about-page-row6_left.sqsrte-small .hs_cos_wrapper_type_rich_text p {
  margin: 1rem 0;
}
.custom-body .hs-about-page-row13_left.sqsrte-small .hs_cos_wrapper_type_rich_text p{
  margin: 1rem 0;
}
.hs-about-page-row6_left.sqsrte-small .hs_cos_wrapper_type_rich_text {
  display: block;
  float: left;
  width: 100%;
}
.cta-section .dnd-section[class*="-background-image"] {
  max-width: 100%;
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  padding-right: 3vw;
  padding-left: 3vw;
}

.cta-section .dnd-section[class*="-background-image"] > .row-fluid {
  max-width: 1800px;
  width: 100%;
}
.cta-section .dnd-section[class*="-background-image"]>.row-fluid>div.span12{
  margin: 0 auto !important;
  float: none !important;
}
.cta-section .dnd-section[class*="-background-image"]>.row-fluid>div.span12 > .dnd-row {
  width: 50%;
  padding-left: 0 !important;
}
.cta-section a.cta_button {
  border-width: 0;
}
.cta-section a.cta_button:hover {
  color: #fff;
  background-color: #ce9612;
  border-color: #ce9612;
  opacity: .8;
  text-decoration: none;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li {
  list-style-type: none;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li:before {
  padding-right: 10px;
  content: "\2022";
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}
.erp-section-1 .hs_cos_wrapper_type_rich_text ul li p {
  margin-top: .5em;
  margin-bottom: .5em;
}

.erp-section-1 .hs_cos_wrapper_type_rich_text ul li:before {
  content: none;
}

.erp-section-1 .hs_cos_wrapper_type_rich_text ul li p:before {
  padding-right: 10px;
  content: "\2022";
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}
.container-fluid.erp-section-2 {
  background-color: #f4f4f4;
}
.erp-row-5 .dnd-section>.row-fluid > .span12.dnd-column > .dnd-row {
  padding: 17px 0;
}

.erp-row-5 .dnd-section:first-child>.row-fluid > .span12.dnd-column > .dnd-row:first-child {
  padding-top: 0;
}

.erp-row-5 .dnd-section:last-child>.row-fluid > .span12.dnd-column > .dnd-row:last-child {
  padding-bottom: 0;
}
.erp-row-5 .dnd-section:first-child {
  margin-bottom: 68px;
}
.container-fluid.erp-section-3 .col.sqs-col-6:first-child {
  width: calc(50% - 5%);
}

.container-fluid.erp-section-3 .col.sqs-col-6:last-child {
  margin-left: 10%;
  width: calc(50% - 5%);
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 100%;
  -ms-flex-align: center;
  align-items: center;
}

.container-fluid.erp-section-3 .row.sqs-row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0 17px;
}

.container-fluid.erp-section-3 .col.sqs-col-6 .sqs-block {
  padding: 0 !important;
}
.container-fluid.erp-section-3 .hs_cos_wrapper_type_rich_text h4:after {
  margin-left: auto !important;
  margin-right: auto;
}

.container-fluid.erp-section-3 .hs-button {
  margin: 0;
}
.container-fluid.erp-section-3 .page-center {
  padding-bottom: 17px !important;
}
.container-fluid.erp-section-4 {
  background-color: #f4f4f4;
}
.custom-body .oembed_container:not(.hide-thumb) > button {
  display: block !important;
}

.custom-body .oembed_container.hide-thumb > button {
  display: none !important;
}
.custom-body .oembed_container,
.custom-body .oembed_custom-thumbnail {
  max-width: 100% !important;
  max-height: 100% !important;
  display: block;
}
.custom-body .oembed_container_iframe {
  max-height: 100% !important;
  max-width: 100% !important;
}
.custom-body .iframe_wrapper {
  padding-top: 0;
}
.custom-body .oembed_custom-thumbnail_icon {
  width: auto;
}
.custom-body .oembed_custom-thumbnail_icon svg {
  display: none;
}

.custom-body .oembed_custom-thumbnail_icon:after {
  content: '';
  background: transparent url(//174186.fs1.hubspotusercontent-na1.net/hubfs/174186/raw_assets/public/Algorithm_May2021/images/play-buttons.png) center center no-repeat;
  height: 48px;
  width: 48px;
  display: block;
}
.container-fluid.erp-section-6.testimonial-section {
  background-color: #f4f4f4;
}
.has-button .hs-button {
  min-width: auto;
  text-transform: none;
}
.home-banner a {
  text-decoration: none !important;
}
.hs-stories-page .body-container-wrapper > .page-center {
  min-height: 33vh;
  display: flex;
  align-items: center;
}
.container-fluid.erp-section-7 .sqs-block:last-child .dnd-row {
  padding: 17px;
}

.container-fluid.erp-section-7 .span3 {
  width: 25%;
  margin-left: 0;
}
.hs-schedule-demo-row1 .hs-form .hs-input[type=radio]+span {
  line-height: 1.6em;
}

.container-fluid.erp-section-7 .sqs-block:last-child {
  padding: 0;
  padding-bottom: 0 !important;
}
.hs-erp-crm-page .erp-banner .content-wrapper {
  padding-top: calc(70vmax / 10);
  padding-bottom: calc(70vmax / 10);
}

.hs-erp-crm-page .erp-banner .col.sqs-col-12 > .sqs-block.has-spacer.custom-sapcer {
  display: none;
}

.hs-erp-crm-page .erp-banner .section-background .overlay {
  opacity: 0;
}

.hs-erp-crm-page .erp-banner .section-background {
  background-position: 61.71% 12.1981%;
}

.hs-erp-crm-page .erp-banner {
  min-height: 70vh;
}

.hs-erp-crm-page .erp-banner .sqs-col-6 > div {
  padding-top: 0 !important;
}
.hs-erp-crm-page .erp-banner {
  align-items: center;
  display: flex;
}
.container-fluid.erp-crm-section-1 .custom-sapcer:after {
  margin-bottom: 1.64057%;
}
.container-fluid.erp-crm-section-2 {
  background-color: #f4f4f4;
}
.hs-erp-crm-section-3.cta-section .dnd-section[class*="-background-image"]>.row-fluid>div {
  width: 100% !important;
}
.hs-erp-crm-section-3.cta-section .dnd-section[class*="-background-image"] {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.hs-erp-crm-section-3.cta-section .dnd-section[class*="-background-image"]>.row-fluid {
  margin-bottom: 68px !important;
}

.hs-erp-crm-section-3 .hs_cos_wrapper_type_rich_text,.hs-erp-crm-section-3 .hs_cos_wrapper_type_rich_text * {
  color: #fff;
  text-align: center;
}
.hs-erp-crm-section-3.cta-section .dnd-section[class*="-background-image"] {
  min-height: 66vh;
  display: flex;
  align-items: center;
}

.hs-solutions-page .erp-banner .sqs-block.has-spacer.custom-sapcer {
  display: none;
}

.hs-solutions-page .erp-banner .col.sqs-col-6 {
  width: 100%;
}

.hs-solutions-page .erp-banner .content-wrapper {
  padding-top: calc(70vmax / 10);
  padding-bottom: calc(70vmax / 10);
}

.hs-solutions-page .erp-banner {
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.container-fluid.solutions-section-2 {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}
.hs-solutions-page .erp-banner .col.sqs-col-6>div:first-child {
  padding-top: 0px !important;
}

.hs-solutions-page .erp-banner a.cta_button {
  text-transform: uppercase;
}
.hs-solutions-page .erp-banner .section-background .overlay {
  opacity: 0.4;
}

.hs-solutions-page .erp-banner .section-background {
  background-position: center;
}
.container-fluid.solutions-section-1 .row-fluid [class*="span"] {
  min-height: 0;
}
.container-fluid.solutions-section-3 {
  padding-top: calc(10vmax / 10);
  padding-bottom: calc(10vmax / 10);
  background-color: #f4f4f4;
}
.container-fluid.solutions-section-3 .logo-gallery .dnd-section>.row-fluid>.widget-span:not(.span12) {
  padding-right: 15px;
  padding-bottom: 15px;
}

.container-fluid.solutions-section-3 .logo-gallery .dnd-section>.row-fluid {
  margin-right: -15px !important;
}

.container-fluid.solutions-section-3 .page-center>div {
  width: 51% !important;
}

.hs-solutions-page .body-container-wrapper .hs_cos_wrapper_type_rich_text ul li p {
  margin-top: .5em;
  margin-bottom: .5em;
}

.hs-solutions-page .body-container-wrapper .hs_cos_wrapper_type_rich_text ul li:before {
  content: none;
}
.hs-solutions-page .body-container-wrapper .hs_cos_wrapper_type_rich_text ul {
  margin: 1em 0;
}
.hs-solutions-page .body-container-wrapper .hs_cos_wrapper_type_rich_text ul li p:before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
  white-space: pre;
  padding-right: 10px;
  content: "\2022";
}
.hs-solutions-page-row11_right .advanced-image {
  margin-top: 68px;
}

.container-fluid.solutions-section-5 .sqs-layout>.sqs-row:nth-child(2) {
  padding-bottom: 17px;
}
.container-fluid.solutions-section-5 {
  background-color: #f4f4f4;
}
.container-fluid.hs-solutions-page-banner.bottom-banner .erp-banner .content-wrapper .content-inner {
  width: 100% !important;
}
.hs-solutions-page-row10_left .advanced-image {
  background-repeat: no-repeat;
  background-position: inherit;
}
.hs-solutions-page .body-container-wrapper .hs_cos_wrapper_type_rich_text ul:last-child {
  margin-bottom: 0;
}
.hs-solutions-page-row10_left .dnd-row {
  max-width: 500px;
  margin: 0 auto;
}
.container-fluid.solutions-section-5 .sqs-row:nth-child(2) .col.sqs-col-6:last-child>div {
  padding-bottom: 17px !important;
}
.container-fluid.solutions-section-5 .col.sqs-col-6 > div {
  padding: 17px !important;
}
.logo-grid .dnd-section>.row-fluid > div.dnd-column > .dnd-row:nth-child(even) .widget-span.dnd-module {
  padding: 17px !important;
}
.logo-grid .dnd-section>.row-fluid > div.dnd-column > .dnd-row:nth-child(even){
  margin:0 -17px;
}
.logo-grid .span4 {
  width: 33.3333%;
}

.logo-grid .span8 {
  width: 66.6667%;
  margin-left: 0;
}

.logo-grid .span6 {
  width: 50%;
  margin-left: 0;
}
.hs-solutions-page .bottom-banner .erp-banner .content-wrapper {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}

.hs-solutions-page .bottom-banner .erp-banner .content-wrapper h1 {
  line-height: 1.3104;
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .02em;
  text-transform: none;
}

.hs-solutions-page .bottom-banner .erp-banner .section-background .overlay {
  opacity: 0.11;
}
.hs-solutions-page  .bottom-banner .erp-banner {
  min-height: 33vh;
  margin: 0;
  padding: 0;
}
.container-fluid.solutions-section-5 .col.sqs-col-6:last-child>div {
  padding-bottom: 0 !important;
}
.hs-synergy-page .erp-banner a.cta_button {
  text-transform: uppercase;
}

.hs-synergy-page .erp-banner .image-block {
  max-width: 205px;
}

.hs-synergy-page .erp-banner .section-background {
  background-position: 53.9033% 30.4243%;
}

.hs-synergy-page .erp-banner .section-background .overlay {
  opacity: 0.4;
}

.hs-synergy-page .body-container-wrapper .hs_cos_wrapper_type_rich_text ul li:before {
  content: none;
}
.hs-synergy-page .body-container-wrapper .hs_cos_wrapper_type_rich_text ul li p {
  margin-top: .5em;
  margin-bottom: .5em;
}
.hs-synergy-page .body-container-wrapper .hs_cos_wrapper_type_rich_text ul li p:before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
  white-space: pre;
  padding-right: 10px;
  content: "\2022";
}
.container-fluid.synergy-section-2,
.container-fluid.synergy-section-4{
  background-color: #f4f4f4;
}
.container-fluid.synergy-section-5 {
  color: #000;
}
.hs-video-page .row-fluid [class*="span"]{
  min-height:1px;
}
.container-fluid.has-section .dnd-section>.row-fluid >.dnd-column {
  margin: 0 -17px;
  width: auto;
  float: none;
}
.container-fluid.hs-video-page-row2 {
  padding-bottom: 0;
}
.container-fluid.hs-video-page-row3 {
  padding-top: 0;
}
.container-fluid.has-section .row-fluid .span4 {
  margin-left: 0;
  width: 33.3333%;
}

.container-fluid.has-section .row-fluid .span2 {
  width: 16.6667%;
  margin-left: 0;
}
.has-section .hs-button,
.container-fluid.hs-video-page-row5 a.cta_button{
  margin: 0;
  min-width: 0;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  padding: .7em 1.169em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}
.custom-body .has-section .iframe_wrapper {
  padding-bottom: 56.3%;
}
.container-fluid.hs-video-page-row4 {
  background-color: #f4f4f4;
}
.container-fluid.hs-video-page-row5 a.cta_button {
  border: 0;
  text-decoration: none;
}
.hs-video-page-row5 .dnd-section {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  padding-right: 3vw;
  padding-left: 3vw;
  max-width: 100%;
  position: relative;
}

.hs-video-page-row5 .dnd-section:after {
  background-color: #000;
  content: '';
  opacity: 0.15;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hs-video-page-row5 .dnd-section > div {
  width: 100% !important;
  max-width: 1800px;
}

.hs-video-page-row5 .dnd-section > div > div {
  width: 75% !important;
  margin: 0 auto !important;
  float: none !important;
}
.hs-video-page-row5 .dnd-section > div {
  position: relative;
  z-index: 2;
}

.hs-video-page-row5 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
  color: #fff;
}

.hs-video-page-row5 .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}
.hs-video-page-row5 .dnd-section {
  background-position: 53.5316% 33.6655% !important;
}
.container-fluid.hs-video-page-row5 a.cta_button:hover {
  color: #fff;
  background-color: #ce9612;
  border-color: #ce9612;
  opacity:0.8;
}
.hs-team-page .banner-wrapper.post-banner .banner-content p {
  line-height: 1.344;
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .02em;
  text-transform: none;
}
.container-fluid.hs-solutions-page-row12_right {
  color: #4b4c4e;
}
.container-fluid.solutions-section-2 {
  min-height: 66vh;
  display: flex;
  align-items: center;
}
.container-fluid.hs-video-page-row4 > div {
  margin-bottom: 68px;
}
.container-fluid.solutions-section-1.width-75 {
  min-height: 33vh;
  display: flex;
  align-items: center;
}
.white-bold {
  color: #000
}

.dark-bold {
  color: #4b4c4e;
}
.dark-bold h1 {
  color: #ce9612
}

.dark-bold h2 {
  color: #ce9612
}

.dark-bold h3 {
  color: #ce9612
}

.dark-bold h4 {
  color: #4b4c4e
}

.white-bold h1 {
  color: #ce9612
}

.white-bold h2 {
  color: #ce9612
}

.white-bold h3 {
  color: #ce9612
}

.white-bold h4 {
  color: #ce9612
}
.container-fluid.hs-schedule-demo-right-section1 .advanced-image {
  background-image: none !important;
  padding-bottom: 0 !important;
}
.container-fluid.hs-schedule-demo-right-section1 .advanced-image img,
.hs-schedule-demo-row1 .right-content .dnd-row:last-child:not(:only-child) img,
.hs-contact-row1 .right-content .dnd-row:last-child:not(:only-child) img{
  display: block;
  margin: 0 auto;
  max-width: 172px !important;
  height: auto !important;
  width:100% !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx){
  .custom-body .oembed_custom-thumbnail_icon:after {
    background-size: 33px;
  }
}

@media(min-width:768px){
  .hs-home-page .page-center>div,
  .container-fluid.width-75 .page-center>div,
  .cta-section .dnd-section[class*="-background-image"]>.row-fluid>div.span12,
  .hs-erp-crm-page .erp-banner .content-wrapper .content{
    width: 75%;
  }
  .container-fluid.section-2 .page-center>div ,
  .container-fluid.section-4 .page-center>div,
  .testimonial-section .page-center>div,
  .container-fluid.width-50 .page-center>div{
    width: 50%;
  }
  .hs-resource-page .banner-wrapper .inner-section {
    width: 75%;
  }
  .container-fluid.width-100 .page-center>div{
    width: 100%;
  }
  .container-fluid.hs-homepage-row8_left .hs_cos_wrapper_type_linked_image {
    padding-bottom: 71.8224%;
    overflow: hidden;
    position: relative;
    display: block;
  }
  .hs-solutions-page  .bottom-banner .content-wrapper .content {
    width: 75%;
  }
  .container-fluid.hs-homepage-row8_left .hs_cos_wrapper_type_linked_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .container-fluid.has-section .dnd-section>.row-fluid {
    width: 75%;
  }
}


@media screen and (min-width: 1908px){

  .bottom-signup .hs_cos_wrapper_type_form form .hs-form-field input,
  .container-fluid.erp-section-4 .hs-button,
  .hs-solutions-page .erp-banner a.cta_button,
  .has-section .hs-button,
  .container-fluid.hs-video-page-row5 a.cta_button{
    font-size: calc(1.1 * 1rem);
  }

  .hs-schedule-demo-row1 .hs-form .hs-input[type=radio] + span {
    font-size: calc(.9 * 1rem) !important;
  }
  [data-rte-preserve-empty] {
    font-size: calc(1.1 * 1rem) !important;
  }
  .hs-team-page .banner-wrapper.post-banner .banner-content p {
    font-size: calc(2 * 1rem);
  }
  .hs-solutions-page .bottom-banner .erp-banner .content-wrapper h1 {
    font-size: calc(2.6 * 1rem);
  }
  .has-button .hs-button,
  .custom-body .hs-erp-crm-section-3 a.cta_button{
    font-size: calc(1.1 * 1rem) !important;
  }
  .sqsrte-large .hs_cos_wrapper_type_rich_text p,
  .container-fluid.about-section-1 .container-fluid.about-row-3 .hs_cos_wrapper_type_rich_text > p:first-child,
  .hs-solutions-page-row12_left .hs_cos_wrapper_type_rich_text > p:nth-of-type(odd){
    font-size: calc(1.4 * 1rem);
  }
  .sqsrte-small .hs_cos_wrapper_type_rich_text p{
    font-size: calc(.9 * 1rem);
  }
  .hs-about-page-row8 .hs-button,
  .cta-section a.cta_button{
    font-size: calc(1.3 * 1rem) !important;
  }
}
@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: landscape){

  [data-rte-preserve-empty] {
    font-size: calc((1.1 - 1) * 1.2vw + 1rem) !important;
  }
  .hs-solutions-page .bottom-banner .erp-banner .content-wrapper h1 {
    font-size: calc((2.6 - 1) * 1.2vw + 1rem);
  }
  .sqsrte-large .hs_cos_wrapper_type_rich_text p,
  .container-fluid.about-section-1 .container-fluid.about-row-3 .hs_cos_wrapper_type_rich_text > p:first-child,
  .hs-solutions-page-row12_left .hs_cos_wrapper_type_rich_text > p:nth-of-type(odd){
    font-size: calc((1.4 - 1) * 1.2vw + 1rem);
  }
  .bottom-signup .hs_cos_wrapper_type_form h3.form-title{
    font-size: calc((1.5 - 1) * 1.2vw + 1rem) !important;
  }
  .bottom-signup .hs_cos_wrapper_type_form form .hs-form-field input,
  .bottom-signup .hs_cos_wrapper_type_form form .hs_submit input,
  .container-fluid.erp-section-4 .hs-button,
  .has-button .hs-button,
  .custom-body .hs-erp-crm-section-3 a.cta_button,
  .hs-solutions-page .erp-banner a.cta_button,
  .has-section .hs-button,
  .container-fluid.hs-video-page-row5 a.cta_button{
    font-size: calc((1.1 - 1) * 1.2vw + 1rem) !important;
  }
  .hs-about-page-row8 .hs-button,
  .cta-section a.cta_button{
    font-size: calc((1.3 - 1) * 1.2vw + 1rem) !important;
  }
  .sqsrte-small .hs_cos_wrapper_type_rich_text p{
    font-size: calc((.9 - 1) * 1.2vw + 1rem);
  }
  .hs-team-page .banner-wrapper.post-banner .banner-content p {
    font-size: calc((2 - 1) * 1.2vw + 1rem);
  }
  .hs-schedule-demo-row1 .hs-form .hs-input[type=radio] + span {
    font-size: calc((.9 - 1) * 1.2vw + 1rem) !important;
  }
}
@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: portrait){
  .hs-team-page .banner-wrapper.post-banner .banner-content p {
    font-size: calc((2 - 1) * 1.2vh + 1rem);
  }
  .hs-schedule-demo-row1 .hs-form .hs-input[type=radio] + span {
    font-size: calc((.9 - 1) * 1.2vh + 1rem) !important;
  }

  [data-rte-preserve-empty] {
    font-size: calc((1.1 - 1) * 1.2vh + 1rem) !important;
  }
  .hs-solutions-page .bottom-banner .erp-banner .content-wrapper h1 {
    font-size: calc((2.6 - 1) * 1.2vh + 1rem);
  }
  .sqsrte-large .hs_cos_wrapper_type_rich_text p,
  .container-fluid.about-section-1 .container-fluid.about-row-3 .hs_cos_wrapper_type_rich_text > p:first-child,
  .hs-solutions-page-row12_left .hs_cos_wrapper_type_rich_text > p:nth-of-type(odd){
    font-size: calc((1.4 - 1) * 1.2vh + 1rem);
  }
  .bottom-signup .hs_cos_wrapper_type_form h3.form-title{
    font-size: calc((1.5 - 1) * 1.2vh + 1rem) !important;
  }
  .bottom-signup .hs_cos_wrapper_type_form form .hs-form-field input,
  .bottom-signup .hs_cos_wrapper_type_form form .hs_submit input,
  .container-fluid.erp-section-4 .hs-button,
  .has-button .hs-button,
  .custom-body .hs-erp-crm-section-3 a.cta_button,
  .hs-solutions-page .erp-banner a.cta_button,
  .has-section .hs-button,
  .container-fluid.hs-video-page-row5 a.cta_button{
    font-size: calc((1.1 - 1) * 1.2vh + 1rem) !important;
  }
  .hs-about-page-row8 .hs-button,
  .cta-section a.cta_button{
    font-size: calc((1.3 - 1) * 1.2vh + 1rem) !important;
  }
  .sqsrte-small .hs_cos_wrapper_type_rich_text p{
    font-size: calc((.9 - 1) * 1.2vh + 1rem);
  }
}

@media screen and (min-width: 768px) and (max-width: 1360px) and (orientation: landscape){
  .body-container.migration h1 {
    font-size: calc((3.6 - 1) * 0.8vw + 1rem);
  }
}

@media screen and (min-width: 768px) and (max-width: 1360px) and (orientation: portrait){
  .body-container.migration h1 {
    font-size: calc((3.6 - 1) * 0.8vh + 1rem);
  }
}

@media screen and (min-width: 768px) and (max-width: 935px) and (orientation: landscape){
  .body-container.migration h1 {
    font-size: calc((3.6 - 1) * 0.6vw + 1rem);
  }
}

@media screen and (min-width: 768px) and (max-width: 935px) and (orientation: portrait){
  .body-container.migration h1 {
    font-size: calc((3.6 - 1) * 0.6vh + 1rem);
  }
}

@media(max-width:1006px){
  .bottom-signup .hs_cos_wrapper_type_form form .hs_submit {
    margin-left: 0;
  }
  .bottom-signup .hs-error-msgs {
    position: static;
  }
}

@media(max-width:768px){
  .container-fluid.hs-schedule-demo-right-section1 .advanced-image img,
  .hs-schedule-demo-row1 .right-content .dnd-row:last-child:not(:only-child) img,
  .hs-contact-row1 .right-content .dnd-row:last-child:not(:only-child) img{
    display: block;
    margin: 0 auto;
    max-width: 60px !important;
    height: auto !important;
    width:100% !important;
  }
}

@media screen and (max-width: 767px){
  .sqs-layout .sqs-row .sqs-block:first-child {
    padding-top: 17px !important;
  }
  .container-fluid.hs-video-page-row4 > div {
    margin-bottom: 0;
  }
  .sqs-layout [class*=sqs-col] {
    float: none !important;
    width: auto !important;
  }
  .container-fluid.erp-section-3 .page-center {
    padding-top: 17px !important;
  }
  .sqs-layout .sqs-row .sqs-block:last-child {
    padding-bottom: 17px !important;
  }
  .sqs-block.has-spacer {
    display: none;
  }
  .logo-gallery .dnd-section>.row-fluid>.widget-span:not(.span12) {
    width: 50% !important;
    float: left;
    clear: none !important;
  }
  .hs-homepage-row14_right.logo-gallery .advanced-image {
    max-width: 100%;
  }
  .bottom-signup .page-center>div {
    width: 100% !important;
  }
  .bottom-signup .hs_cos_wrapper_type_form form .hs_submit {
    margin-left: 5px;
  }
  .bottom-signup .hs-error-msgs {
    position: absolute;
  }
  .container-fluid.about-section-1 .container-fluid.about-row-3 .advanced-image {
    max-width: 500px;
    margin: 0 auto;
    background-image: none !important;
    padding-bottom: 0 !important;
  }
  .sqs-row .sqs-col-4 .advanced-image{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
  }
   .sqs-row .sqs-col-4 .advanced-image img{
     max-width: 100px !important;
  }
  .about-section-3 .hs-image__grid__list {
    padding-left: 40px;
    padding-right: 40px;
}

  .container-fluid.about-section-1 .container-fluid.about-row-3 .advanced-image img {
    display: block;
  }
  .container-fluid.about-section-3 .widget-span.span3 {
    width: 100%;
  }

  .container-fluid.about-section-3 .advanced-image {
    max-width: 100%;
    padding-bottom: 0 !important;
    background-image: none !important;
  }

  .container-fluid.about-section-3 .advanced-image img {
    display: block;
    margin: 0 auto;
  }
  .cta-section .dnd-section[class*="-background-image"]>.row-fluid>div.span12>.dnd-row {
    width: 100%;
  }

  .cta-section .dnd-section[class*="-background-image"] {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .erp-row-5 .advanced-image {
    background-image: none !important;
    padding-bottom: 0 !important;
  }
  .container-fluid.solutions-section-5 .sqs-layout>.sqs-row:nth-child(2) {
    padding-bottom: 0;
  }
  .container-fluid.synergy-section-1 .advanced-image {
    background: none !important;
    padding-bottom: 0 !important;
  }

  .container-fluid.synergy-section-1 .advanced-image img {
    display: block;
    margin: 0 auto;
  }
  .hs-solutions-page-row11_right .advanced-image {
    margin-top: 0;
  }
  .erp-row-5 .advanced-image img {
    display: block;
    margin: 0 auto;
    max-width: 627px !important;
    width: 100%;
  }

  .erp-row-5 .dnd-section:first-child {
    margin-bottom: 0;
  }
  .container-fluid.erp-section-3 .col.sqs-col-6 {
    width: calc(50% - 5%) !important;
  }
  .container-fluid.erp-section-7 .span3 {
    width: 100%;
  }
  .container-fluid.erp-section-7 .sqs-block:last-child .dnd-row:first-child > div {
    display: block;
    margin: 0 auto;
    max-width: 465px;
  }

  .container-fluid.erp-section-7 .sqs-block:last-child {
    padding-bottom: 0 !important;
  }
  .hs-erp-crm-section-3.cta-section .dnd-section[class*="-background-image"]>.row-fluid {
    margin-bottom: 0 !important;
  }
  .hs-solutions-page .erp-banner .col.sqs-col-6>div:first-child {
    padding-top: 17px !important;
  }
  .container-fluid.solutions-section-3 .page-center>div {
    width: 100% !important;
  }
  .logo-grid .dnd-section>.row-fluid>div.dnd-column>.dnd-row:nth-child(even) .widget-span.dnd-module>div {
    max-width: 300px;
    margin: 0 auto;
  }
  .logo-grid .span4, .logo-grid .span8,.logo-grid .span6 {
    width: 100%;
  }
  .container-fluid.has-section .row-fluid .span4,
  .container-fluid.has-section .row-fluid .span2 {
    width: 100%;
  }
  .hs-video-page .row-fluid [class*="span"]{
    min-height:0px;
  }
  .hs-video-page-row5 .dnd-section {
    padding-right: calc(6vw - 17px);
    padding-left: calc(6vw - 17px);
  }

  .hs-video-page-row5 .dnd-section>div>div {
    width: 100% !important;
  }
}

@media(max-width:540px){
  .bottom-signup .hs_cos_wrapper_type_form form .hs_submit {
    margin-left: 0;
  }
  .bottom-signup .hs-error-msgs {
    position: static;
  }
}

@media(max-width:490px){
  .container-fluid.erp-section-3 .col.sqs-col-6 {
    width: 100% !important;
  }
  .container-fluid.erp-section-3 .row.sqs-row {
    display: block;
  }

  .container-fluid.erp-section-3 .col.sqs-col-6:last-child {
    margin-left: 0;
    margin-top: calc(10% - 34px);
  }

  .container-fluid.erp-section-3 .col.sqs-col-6 .sqs-block {
    padding: 0;
  }
  .hs-resource-section2 .dnd-section .widget-span:not(:only-child) {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .hs-resource-section2 .dnd-row>.row-fluid {
    display: block;
  }

  .hs-resource-section2 .dnd-row>.row-fluid .span6:last-child {
    margin-top: 10%;
  }
}
.hs-events-section1 h2{
  margin:0;
  padding:0 0px 17px;
  line-height: 1.3104;
}

.hs-events-page .banner-wrapper{
  min-height: 66vh;
  overflow: hidden;
}

.hs-events-page .banner-wrapper .banner-content{
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
  padding-right: 3vw;
  padding-left: 3vw;
}
.hs-events-page .banner-wrapper .section-background{
  background-position: 49.8141% 79.465%;
}


.hs-events-page .hs-events-section2{
  padding-top: 3.3vw;
  padding-bottom: 3.3vw;
}
.hs-events-page main .container-fluid{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin:0 auto;
}
.hs-events-page main .hs-events-section1,
.hs-events-page main .hs-events-section2 .dnd-section{
  min-height: 33vh;
}
.hs-events-page main .container-fluid>div{
  width:50%;

}

.hs-events-page main .container-fluid .dnd-section>.row-fluid{
  width:100%;

}
/********************************************************************************/
.hs-faq-page .banner-wrapper .banner-content{
  padding-right: 3vw;
  padding-left: 3vw;
  max-width:1800px;
}
.hs-faq-page .main-content-wrapper{
  min-height: 33vh;
  padding-top: 3vw;
  padding-right: 3vw;
  padding-bottom: 3vw;
  padding-left: 3vw;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.hs-faq-page .main-content-wrapper .page-center{
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  justify-content: center;
  padding-right: 3vw;
  padding-left: 3vw;
  display: flex;
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  box-sizing: content-box;
}
.hs-faq-page .main-content-wrapper .page-center .content{
  width: 75%;
}

.hs-faq-page .main-content-wrapper .page-center .content .row{
  margin:0 -17px;
}
.hs-faq-page .main-content-wrapper .container-fluid {
  padding:0;
}

.hs-faq-page .main-content-wrapper .dnd-section>.row-fluid{
  width:100%;
  max-width:100%;
}

.hs-faq-section1 h2 {
  margin:0;
  padding:0 17px 17px;
  line-height: 1.3104;
}
.hs-faq-page .main-content-wrapper .hs-faq-section2{
  padding:17px;
}

.hs-faq-section2 .row-fluid [class*="span"]{
  min-height:0;
}
.hs-faq-section2 hr {
  height: 2px;
  background-color: #ce9612;
  border: none;
  color: #bbb;
}

.hs-faq-section3 .dnd-section>.row-fluid>.widget-span:not(:only-child){
  width: 50%;
  float: left;
  margin:0;
}

.hs-faq-section3 .dnd-section>.row-fluid>.widget-span:not(:only-child)>div{
  padding:17px;
}
.hs-faq-section3 h3{
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  text-transform: none;
  line-height: 1.6em;
  margin-bottom: 1rem;
}

.hs-faq-section3 h4 {
  width:100%;
  font-size: 14px !important;
  margin-bottom: 0px;
  margin-top:1rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Montserrat,sans-serif;
}

.hs-faq-page .main-content-wrapper .hs-faq-section3{
  padding-bottom:68px;
}

.hs-faq-section3 p:last-of-type{
  margin-bottom:0;
}
.hs-faq-section3 a{
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}
.hs-faq-page .banner-wrapper .section-background{
  background-position: 56.1338% 4.64557%;
}

.hs-faq-section3 h3 {
  margin-top:0;
  color: #4c4d4f;
}

/***********************************************************************************/

.hs-page-section .body-container-wrapper .page-center{
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  padding-right: 3vw;
  padding-left: 3vw;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  width: 100%;
  position: relative;
  max-width:calc(1800px + 6vw);
}

.hs-page-section .body-container-wrapper .page-center>.content{
  margin:0!important;
}

.hs-page-section .body-container-wrapper .page-center .content .row {
  margin-left: -17px;
  margin-right: -17px;
}

.hs-page-section .body-container-wrapper .page-center .container-fluid {
  padding: 0;
}

.hs-page-section .body-container-wrapper .page-center .dnd-section,
.hs-page-section .body-container-wrapper .page-center .dnd-section>.row-fluid{
  width:100%;
  max-width:100%;
}

.hs-report-section1 .dnd-row,
.hs-report-section2 .dnd-row{
  padding:17px;
}

.hs-report-section1 .dnd-row{
  padding-top:0;
}

.hs-report-section1 h2{
  margin-top:0;
}

.hs-report-section1 p{
  margin-bottom:0;
}

.hs-report-page .banner-wrapper .banner-content{
  justify-content:center;
}

.hs-page-section .body-container-wrapper .page-center hr {
  height: 2px;
  background-color: #ce9612;
  border: none;
}

.hs-report-section2 h4{
  margin-top:0;
  display: block;
}

.hs-report-page .body-container-wrapper .row-fluid [class*="span"]{
  min-height:0;
}
.hs-report-section3 .dnd-section>.row-fluid>.widget-span:not(:only-child){
  float:left;
  margin:0;
  width:33.3333%
}
.hs-report-section3 .dnd-section>.row-fluid>.widget-span:first-child:not(:only-child){
  width: 16.6667%;
}

.hs-report-section3 .dnd-section>.row-fluid>.widget-span:last-child:not(:only-child){
  width: 50%;
}

.hs-report-section3 .dnd-section>.row-fluid>.widget-span:not(:only-child)>div{
  padding:17px;
}
.hs-report-section3 .widget-span:last-child:not(:only-child)>div{
  width: 66.6667%;
}

.hs-report-section3 h3{
  margin-top:0;
  display: block;
}

.hs-report-page main p:last-of-type{
  margin-bottom:0;
}

.hs-report-page .hs-button{
  margin:0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  line-height:normal;
  letter-spacing:normal;
  height:auto;
}

.hs-page-section .body-container-wrapper .download-section,
.hs-report-row2{
  background-color: #f4f4f4;
}
.hs-report-section4 .dnd-section .dnd-row:not(:only-child){
  padding:17px;
}
.hs-report-section4 .dnd-section>.row-fluid>div>.dnd-row:first-child:not(:only-child){
  padding-top:0;
}

.hs-report-section4 .dnd-section>.row-fluid>div>.dnd-row:nth-child(2){
  padding:0;
}

.hs-report-section4 .dnd-row .widget-span:not(:only-child){
  float:left;
  margin:0;
  width:33.3333%;
}

.hs-report-section4 img{
}

.hs-report-page main button{
}
.hs-report-section4{
  text-align:center;
}
.hs-report-section4 h3{
  margin-top:0;
  color: #4c4d4f;
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: inherit;
  text-transform: none;
  line-height: 1.6;
  text-align: center;
  white-space: pre-wrap;
  margin-bottom:1rem;
}
.hs-report-section4 .hs_cos_wrapper_type_rich_text>:last-child{
  margin-bottom:0;
}
.hs-report-section4 .widget-type-space{
  padding: 17px;
  padding-bottom: calc(45px + 1.70244%);
}

.hs-report-section5  .dnd-section{
  position:relative;
  text-align: center;
  background-position: 57.6208% 47.3866%!important;
}
.hs-report-section5  .dnd-section:after{
  opacity: 0.15;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content:'';
  width:100%;
  height:100%;
}

.hs-report-page .cta-section .dnd-section[class*="-background-image"]>.row-fluid>div.span12>.dnd-row{
  width:100%;
}

.hs-report-section5 h2{
  display:block;
  color:white;
  margin-top:0;
}

.hs-report-section5 h3{
  margin-bottom:0;
  color:white;
}

.hs-report-section5 .hs_cos_wrapper_type_rich_text *{
  position:relative;
  z-index:1;
}

.hs-report-page .cta-section a.cta_button{
  margin:0;
  min-width:auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform:uppercase!Important;
  text-transform: none;
  line-height: normal;
  letter-spacing: 0em;
}

.hs-report-page .hs-report-section5 .dnd-section[class*="-background-image"]>.row-fluid>div.span12>.dnd-row{
  padding:17px 0;
}

.hs-report-page .hs-report-section5 .dnd-section[class*="-background-image"]>.row-fluid>div.span12>.dnd-row:first-child{
  padding-top:0px;
}

.hs-report-section5 p{
  margin:0;
}

.hs-report-section3 .widget-type-linked_image{
  width:100%;
}

.hs-report-section3 .widget-type-linked_image img{
  width:100%;
}
/*******************************************************************************/
.hs-stories-section1 h2{
  margin-top:0;
}

.hs-stories-section1 p:last-of-type,
.hs-stories-section3 p:last-of-type{
  margin-bottom:0;
}

.hs-stories-section1 .dnd-row,
.hs-stories-section3 .dnd-row,
.hs-stories-section2 .dnd-row{
  padding:17px;
}

.hs-stories-section1 .dnd-row:first-child,
.hs-stories-section2 .dnd-row:first-child,
.hs-stories-section3 .dnd-row:first-child{
  padding-top:0px;
}
.hs-stories-section1 .dnd-section .widget-span:not(:only-child){
  float:left;
  margin:0;
  width:33.3333%;
  display: block!important;
}
.hs-stories-section1 img{
  width:100%;
}
.hs-stories-section1 .dnd-section>.row-fluid>div{
  margin:0 -17px;
  width:auto;
}

.hs-stories-section1 .dnd-section .widget-span:not(:only-child)>div{
  margin-right: 20px;
  margin-bottom: 20px;
}
.hs-stories-section1 .dnd-row:last-child>div{
  width: auto;
  margin-right: -20px;
}

.hs-stories-section2 h3{
  margin-bottom:0;
}
.hs-stories-section2 h4,
.hs-stories-section3 h2{
  margin-top:0;
}

.hs-stories-section2 h4{
  display:block;
}

.hs-stories-section3 h2 {
  color: #ce9612;
}
.hs-stories-section3 {
  letter-spacing: .01em;
}
.hs-font h3{
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: inherit;
  text-transform: none;
  line-height: 1.6em;
  color: #000;
  margin:1rem 0;
}

.hs-stories-section3 .dnd-row:last-child p{
  margin:0;
  text-align:center;
}

.hs-stories-section3 .hs-orange-button{
  border:0;
}
.hs-stories-section3 .hs-orange-button:hover{
  color:white;
  text-decoration:none;
  opacity: .8;
}
.hs-stories-row2{
  background-color: #f4f4f4;
}

/**************************************************************************************/
.hs-contact-row1 .left-section,
.hs-schedule-demo-row1 .left-section{
  width: 58.3333%;
  float: left;
}
.hs-contact-row1 .right-section,
.hs-schedule-demo-row1 .right-section{
  width: 41.6667%;;
  float: left;
}

.hs-contact-row1 .dnd-row:not(:only-child),
.hs-schedule-demo-row1 .dnd-row:not(:only-child){
  padding:17px;
}

.hs-contact-row1 .left-section .dnd-row:first-child,
.hs-schedule-demo-row1 .left-section .dnd-row:first-child{
  padding-top:0px;
}

.hs-contact-row1 p:last-of-type,
.hs-schedule-demo-row1 p:last-of-type{
  margin-bottom:0;
}

.hs-contact-row1 h2,
.hs-contact-row1 h3,
.hs-schedule-demo-row1 h2,
.hs-schedule-demo-row1 h3{
  margin-top:0;
}


.hs-schedule-demo-row1 .blank-div{
  padding:0 17px 17px;
}

.hs-contact-row1 .blank-div{
  padding:0 17px 45px;
}

.hs-contact-row1 .sqs-block-content,
.hs-contact-row1 .blank-div>div,
.hs-schedule-demo-row1 .sqs-block-content,
.hs-schedule-demo-row1 .blank-div>div{
  height: 34px;
}

.hs-contact-row1 .left-blank-div,
.hs-schedule-demo-row1 .left-blank-div{
  width: 20%;
  float: left;
  padding:17px;
}

.hs-contact-row1 .right-content,
.hs-schedule-demo-row1 .right-content{
  width: 80%;
  float: left;
}
.hs-contact-row1 .right-content .dnd-section .widget-span:not(:only-child),
.hs-schedule-demo-row1 .right-content .dnd-section .widget-span:not(:only-child){
  margin:0;
}
.hs-contact-row1 .right-content .dnd-section .widget-span:last-child:not(:only-child) p,
.hs-schedule-demo-row1 .right-content .dnd-section .widget-span:last-child:not(:only-child) p{
  color:#000;
}
.hs-contact-row1 .right-content .dnd-section .widget-span:not(:only-child) p,
.hs-schedule-demo-row1 .right-content .dnd-section .widget-span:not(:only-child) p{
  margin:0;
}
.hs-contact-row1 .right-content .widget-type-space,
.hs-schedule-demo-row1 .right-content .widget-type-space{
  padding-bottom:calc(28px + 4.08163%);
}
.hs-contact-row1 .author{
  font-weight:700;
}
.hs-contact-row1 .right-content .dnd-row:last-child .widget-span:not(:only-child),
.hs-schedule-demo-row1 .right-content .dnd-row:last-child .widget-span:not(:only-child){
  width:50%!important;
  padding:0;
  border:none;
  margin:0!important;
}

.hs-contact-row1 .right-content .dnd-row:last-child:not(:only-child) > .row-fluid,
.hs-schedule-demo-row1 .right-content .dnd-row:last-child:not(:only-child) > .row-fluid{
  flex-wrap: wrap;
  margin-right: -10px;
  width:auto;
}

.hs-contact-row1 .right-content .dnd-row:last-child:not(:only-child) .widget-span:not(:only-child)>div,
.hs-schedule-demo-row1 .right-content .dnd-row:last-child:not(:only-child) .widget-span:not(:only-child)>div{
  margin-right: 10px;
  margin-bottom: 10px;
}
.hs-contact-row1 .right-content .dnd-row:last-child:not(:only-child) img,
.hs-schedule-demo-row1 .right-content .dnd-row:last-child:not(:only-child) img{
  width: 118px;
  height: 59px;
}

.hs-contact-row1 .row-fluid [class*="span"],
.hs-schedule-demo-row1 .row-fluid [class*="span"]{
  min-height:0;
}

.hs-contact-row1 .left-section .widget-type-space{
  height:34px;
}

.hs-contact-row1 form fieldset,
.hs-schedule-demo-row1 form fieldset{
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%!important;
}

.hs-contact-row1 form .input,
.hs-schedule-demo-row1 form .input{
  margin-right: 0px!important;
}

.hs-contact-row1 .left-section .field,
.hs-schedule-demo-row1 .left-section .field{
  margin: 0 0 24px
}
.hs-contact-row1 form .field>label,
.hs-schedule-demo-row1 form .field>label{
  display:block;
}
.hs-contact-row1 form input,
.hs-schedule-demo-row1 form input{
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  height:auto;
}

.hs-contact-row1 form .hs-form-required,
.hs-schedule-demo-row1 form .hs-form-required{
  color: #000;
}
.hs-contact-row1 form .hs_firstname .hs-form-required{
  margin-left:5px;
}

.hs-contact-row1 .left-section .hs-email .hs-form-required,
.hs-schedule-demo-row1 form .hs-form-required{
  margin-left:4px;
}

.hs-contact-row1 .left-section .hs-email,
.hs-schedule-demo-row1 .form-columns-2>div:last-child{
  margin-left:5px;
}

.hs-contact-row1 .left-section textarea,
.hs-schedule-demo-row1 .left-section textarea{
  min-height: 100px;
  resize: vertical;
}

.hs-contact-row1 .left-section .hs-button,
.hs-schedule-demo-row1 .left-section .hs-button{
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  text-transform: uppercase;
  line-height: 1.6em;
  padding: .7em 1.169em;
  margin:0;
  margin-top: 4px;
}

.hs-contact-row1 .left-section .dnd-row:nth-child(5) .widget-type-space{
  padding-bottom:calc(28px + 3.36907%);
}
.hs-contact-row1 .left-section .social_icon_wrapper,
.hs-schedule-demo-row1 .social_icon_wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  padding-bottom: 8px;
}
.hs-news-webinar-row1 .social_icon_wrapper a,
.hs-contact-row1 .left-section .social_icon_wrapper a,
.hs-schedule-demo-row1 .social_icon_wrapper a{
  background-color: #5d6166;
}

.hs-site-page .social_icon_wrapper a{
  background-color: #5d6166;
}

.hs-site-page .social_icon_wrapper a svg{
  fill:white; 
}

.hs-news-webinar-row1 .social_icon_wrapper a:hover,
.hs-contact-row1 .left-section .social_icon_wrapper a:hover,
.hs-schedule-demo-row1 .social_icon_wrapper a:hover{
  opacity: .8;
}
.hs-contact-row1 .left-section .social_icon_wrapper a:first-child,
.hs-schedule-demo-row1 .social_icon_wrapper a:first-child{
  margin-left:0
}
.hs-news-webinar-row1 .social_icon_wrapper svg,
.hs-contact-row1 .left-section .social_icon_wrapper svg,
.hs-schedule-demo-row1 .social_icon_wrapper svg{
  fill:white;
}
.hs-contact-section3  .dnd-section{
  position:relative;
  text-align: center;
  background-position: 57.6208% 47.3866%!important;
}
.hs-contact-section3  .dnd-section:after{
  opacity: 0.44;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content:'';
  width:100%;
  height:100%;
}

.hs-contact-page .cta-section .dnd-section[class*="-background-image"]>.row-fluid>div.span12 {
  width:50%;
}

.hs-contact-page .cta-section .dnd-section[class*="-background-image"]>.row-fluid>div.span12>.dnd-row{
  width:100%;
}

.hs-contact-section3 h4{
  display:block;
  color:white;
  margin:0;
}

.hs-contact-section3 h3{
  margin-bottom:0;
}

.hs-contact-section3 .hs_cos_wrapper_type_rich_text *{
  position:relative;
  z-index:1;
}

.hs-contact-section3 .hs-button{
  margin:0;
  min-width:auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  line-height: normal;
  letter-spacing: 0em;
}

.hs-contact-page .hs-contact-section3 .dnd-section[class*="-background-image"]>.row-fluid>div.span12>.dnd-row{
  padding:17px;
  padding-left:17px!important;
}

.hs-contact-page .hs-contact-section3 .dnd-section[class*="-background-image"]>.row-fluid>div.span12>.dnd-row:first-child{
  padding-top:0px;
}
.hs-contact-page .hs-font h3 {
  color: #4c4d4f;
}

/*****************************************************************************************/
.hs-schedule-demo-row1 .blank-div {
  padding: 0 17px 17px;
}
.hs-schedule-demo-row1 .blank-div>div{
  padding-bottom: calc(28px + 8.72642%);
}

.hs-schedule-demo-row1 .right-content .widget-type-space {
  padding-bottom: calc(28px + 5.18868%);
}

.hs-schedule-demo-row1 .hs-form-radio{
  margin: 6px 0 4px;
  width: 47%;
  display: inline-block;
  padding:0;
}

.hs-schedule-demo-row1 .hs-form-radio:last-child{
  margin-left:5px;
}
.hs-schedule-demo-row1 .hs-form .inputs-list:first-child{
  padding:0;
  margin:0;
}
.hs-schedule-demo-row1 .hs-form .hs-input[type=radio] {
  margin: 0px 8px 0px 0px;
}
.hs-schedule-demo-row1 .hs-form .inputs-list label>input{
  vertical-align: sub;
}

.hs-schedule-demo-section4 .dnd-section .widget-span:not(:only-child){
  width: 50%;
  margin:0;
}

.hs-schedule-demo-section4 .dnd-section .widget-span:first-child:not(:only-child){
  padding:17px;
}

.hs-schedule-demo-section3 .widget-type-space {
  padding-bottom: calc(28px + 1.64057%);
}
.hs-schedule-demo-page .banner-wrapper .banner-content {
  max-width:calc(1800px + 6vw);
  padding-right: 3vw;
  padding-left: 3vw;
}

/************************************************************************************/

.hs-news-webinar-row1 .left-section{
  width: 66.6667%;
  float: left;
}
.hs-news-webinar-row1 .right-section{
  width: 33.3333%;
  float: left;
  background-color: #f4f4f4;
}
.hs-news-webinar-section3 .dnd-row:not(:only-child),
.hs-news-webinar-row1 .dnd-row:not(:only-child){
  padding:17px;
}

.hs-news-webinar-section1 .dnd-row:first-child:not(:only-child),
.hs-news-webinar-section3 .dnd-row:first-child:not(:only-child){
  padding-top:0px;
}

.hs-news-webinar-row1 p:last-of-type{
  margin-bottom:0;
}

.hs-news-webinar-row1 h2,
.hs-news-webinar-section1 h3{
  margin-top:0;
}

.hs-news-webinar-page main .row-fluid [class*="span"]{
  min-height:0;
}
.hs-news-webinar-page h6{
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: inherit;
  text-transform: none;
  line-height: 1.6em;
  color: #4c4d4f;
  margin: 1rem 0;
}

.hs-news-webinar-row1 h6{
  margin-bottom:0;
}
.hs-news-webinar-row1 .left-section h5 {
  opacity: .7;
  margin: 0;
  font-size: 13px;
  line-height: 1.4em;
  color: #ce9612;
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  margin-bottom:10px;
  text-transform: none;
}

.hs-news-webinar-row1 .left-section a,
.hs-news-webinar-row1 .right-section a,
.hs-news-webinar-row1 .right-section .hs_cos_wrapper_type_rich_text a:not([class]){
  text-decoration:none;
  color:inherit;
}

.hs-news-webinar-row1 .right-section .dnd-section .widget-span:not(:only-child){
  width: 60px;
  margin:0;
  float: left;
  justify-content: flex-start !important;
  align-items: flex-start;
  margin: 0 0 2.2em 0;
}


.hs-news-webinar-row1 .right-section .dnd-section .widget-span:last-child:not(:only-child){
  width: calc(100% - 60px);
}

.hs-news-webinar-row1 .right-section h5 {
  font-size: 1.1em;
  margin: 0 0 .5em 0;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: .01em;
  margin-bottom:10px;
  text-transform: none;
}

.hs-news-webinar-row1 .right-section .dnd-section .widget-span:not(:only-child) p{
  margin:0;
  word-break: break-all;
}

.hs-news-webinar-row1 .hs-button{
  margin:0;
  min-width:auto;
  color:white!important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  line-height: normal;
  letter-spacing: 0em;
}

.hs-news-webinar-row1 .right-section time a{
  font-size: .8em;
}
.hs-news-webinar-row1 .right-section h4{
  display:block;
}

.hs-news-webinar-row1 .right-section h4:after {
  margin-left: unset !important;
  margin-right: unset !important;
}

.hs-news-webinar-row2{
  background-color: #f4f4f4;
}

.hs-news-webinar-row2 h2{
  margin:0;
  color: #ce9612;
}
.hs-news-webinar-page .body-container-wrapper .hs-news-webinar-row2 .page-center{
  padding-top: calc(20vmax / 10);
  padding-bottom: calc(20vmax / 10);
}

.hs-news-webinar-page .hs-news-webinar-row3{
  background-color:white;
}

.hs-news-webinar-page .body-container-wrapper .hs-news-webinar-row3 .page-center{
  padding:0;
  max-width:1800px;
} 

.hs-news-webinar-page .bottom-signup .hs_cos_wrapper_type_form h3.form-title {
  color: #000;
}

/********************************************************************************************/
.hs-resource-section1 h2{
  margin-top:0;
}

.hs-resource-section1 h3{
  margin-bottom:0;
  color: #4c4d4f;
}

.hs-resource-section1 .dnd-row:not(:only-child),
.hs-resource-section4 .dnd-row:not(:only-child),
.hs-resource-row2 .dnd-row:not(:only-child),
.hs-resource-section2 .dnd-row:not(:only-child){
  padding:17px;
}

.hs-resource-section1 .dnd-row:first-child,
.hs-resource-row2 .resource3-col1 .dnd-row:first-child:not(:only-child){
  padding-top:0px;
}

.hs-resource-page .content-section .blank-div{
  width: 8.3333%;
  float: left;
}
.hs-orange-button:focus {
  color: #fff;
  text-decoration: none;
}
.hs-resource-page .content-section .left-section{
  width: 83.3333%;
  float: left;
}

.hs-resource-page .content-section h4,
.hs-resource-page .content-section h3{
  margin:0;
  display:block;
}

.hs-resource-page main .row-fluid [class*="span"]{
  min-height:0;
}

.hs-resource-section2 .dnd-row>.row-fluid{
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.hs-resource-section2 .widget-type-linked_image{
  width:100%;
}

.hs-resource-section2 .widget-type-linked_image img{
  width:100%;
}

.hs-resource-section2 .dnd-section .widget-span:not(:only-child){
  width: calc(50% - 5%);
  margin:0;
  float: left;

}

.hs-resource-section2 .dnd-section .widget-span:last-child:not(:only-child){
  margin-left: 10%;
}
.hs-resource-page .content-section h3{
  color: #ca693e;
  margin-bottom: 6%;
}

.hs-resource-section2 p{
  margin-top:0;
  color:#000;
}

.hs-resource-row1 p:last-of-type,
.hs-resource-row2 p:last-of-type{
  margin-bottom:0;
  margin-top:1rem;
}

.hs-resource-page .hs-button,
.hs-report-page .hs-button,
.hs-resource-page .cta-section a.cta_button{
  margin:0;
  min-width:auto;
  color:white!important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  line-height: normal;
  letter-spacing: 0em;
}
.hs-resource-row1 .hs-button{
  margin-top: 6%;
}

.hs-resource-row2  {
  background-color: #f4f4f4;
  text-align:center;
}

.hs-resource-row2 h3{
  color: #4c4d4f;
  margin-top: 0;
}
.hs-resource-row2 .dnd-section .widget-span:not(:only-child){
  width:33.333%;
  margin:0;
  float:left;
}

.hs-resource-row2 .dnd-section>.row-fluid{
  display:block!important;
}
.hs-resource-row2 .resource3-col2 .widget-type-space{
  padding-bottom: calc(28px + 1.64057%);
}

.hs-resource-row2 .resource3-col2 .dnd-row {
  padding:17px;
}

.hs-resource-section4  .dnd-section{
  position:relative;
  text-align: center;
  background-position: 57.6208% 47.3866%!important;
}
.hs-resource-section4  .dnd-section:after{
  opacity: 0.15;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content:'';
  width:100%;
  height:100%;
}

.hs-resource-page .cta-section .dnd-section[class*="-background-image"]>.row-fluid>div.span12>.dnd-row{
  width:100%;
}

.hs-resource-section4 h2{
  display:block;
  color:white;
  margin-top:0;
}

.hs-resource-section4 h3{
  margin-bottom:0;
  color:white;
}

.hs-resource-section4 .hs_cos_wrapper_type_rich_text *{
  position:relative;
  z-index:1;
}

.hs-resource-page .cta-section a.cta_button{
  margin:0;
  min-width:auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform:uppercase!Important;
  text-transform: none;
  line-height: normal;
  letter-spacing: 0em;
}

.hs-resource-page .hs-resource-section4 .dnd-section[class*="-background-image"]>.row-fluid>div.span12>.dnd-row{
  padding:17px 0;
}

.hs-resource-page .hs-resource-section4 .dnd-section[class*="-background-image"]>.row-fluid>div.span12>.dnd-row:first-child{
  padding-top:0px;
}

.hs-resource-section4 p{
  margin:0;
}

/*************************************************************************************/
@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: portrait){
  .hs-faq-section3 h3,
  .hs-report-section4 h3,
  .hs-font h3,
  .hs-news-webinar-page h6,
  .hs-report-section1 p{
    font-size: calc((1.4 - 1) * 1.2vh + 1rem);
  }
  .hs-contact-row1 .left-section .hs-button,
  .hs-contact-row1 .left-section .hs-button,
  .hs-contact-section3 .hs-button,
  .hs-resource-page .hs-button,
  .hs-resource-page .cta-section a.cta_button,
  .hs-news-webinar-row1 .hs-button,
  .hs-report-page .cta-section a.cta_button,
  .hs-report-page .hs-button,
  .hs-schedule-demo-row1 .left-section .hs-button,
  .hs-stories-section3 .hs-orange-button{
    font-size: calc((1.1 - 1) * 1.2vh + 1rem)!important;
  }
  .hs-schedule-demo-row1 .hs-form-radio{
    font-size: calc((.9 - 1) * 1.2vh + 1rem);
  }
}
@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: landscape){
  .hs-faq-section3 h3,
  .hs-report-section4 h3,
  .hs-font h3,
  .hs-news-webinar-page h6,
  .hs-report-section1 p{
    font-size: calc((1.4 - 1) * 1.2vw + 1rem);
  }
  .hs-contact-row1 .left-section .hs-button,
  .hs-news-webinar-row1 .hs-button,
  .hs-resource-page .cta-section a.cta_button,
  .hs-contact-row1 .left-section .hs-button,
  .hs-resource-page .hs-button,
  .hs-report-page .hs-button,
  .hs-report-page .cta-section a.cta_button,
  .hs-contact-section3 .hs-button,
  .hs-schedule-demo-row1 .left-section .hs-button,
  .hs-stories-section3 .hs-orange-button{
    font-size: calc((1.1 - 1) * 1.2vw + 1rem)!important;
  }

  .hs-schedule-demo-row1 .hs-form-radio {
    font-size: calc((.9 - 1) * 1.2vw + 1rem);
  }
}
@media screen and (min-width: 600px){
  .hs-news-webinar-row1 .left-section .dnd-row:last-child:not(:only-child){
    display:none;
  }
}
@media screen and (min-width: 768px){
  .hs-events-page .banner-wrapper .inner-section,
  .hs-solutions-page .erp-banner .content-wrapper .content-inner {
    width: 75%;
  }
  .hs-faq-page .banner-wrapper .inner-section {
    width: 51%;
    margin: 0;
  }
  .hs-stories-section1 .dnd-section>.row-fluid,
  .hs-stories-page .banner-wrapper .inner-section,
  .hs-page-section .body-container-wrapper .page-center .content,
  .hs-report-page .banner-wrapper .inner-section{
    width: 75%;
  }
  .hs-news-webinar-page .body-container-wrapper .hs-news-webinar-row2 .page-center .content,
  .hs-stories-page .body-container-wrapper .hs-stories-row2 .content{
    width:50%;
  }
  .hs-contact-row1 .left-section .hs_firstname,
  .hs-schedule-demo-row1 .form-columns-2>div,
  .hs-contact-row1 .left-section .hs-email {
    width: 47%!important;
    display: inline-block;
  }
  .hs-schedule-demo-row1 .form-columns-2>div:first-child,
  .hs-contact-row1 .left-section .hs_firstname{
    margin-right:5%;
  }

}

@media screen and (min-width: 1369px){
  .hs-events-page .banner-wrapper .section-background {
    background-position: 49.8141% 77.0888%;
  }
  .hs-faq-page .banner-wrapper .section-background {
    background-position: 56.1338% 19.2846%;
  }

  .hs-contact-section3 .dnd-section {
    background-position: 57.6208% 48.1867%!important;
  }
}

@media screen and (min-width: 1908px){
  .hs-faq-section3 h3,
  .hs-font h3,
  .hs-report-section4 h3,
  .hs-news-webinar-page h6,
  .hs-report-section1 p{
    font-size: calc(1.4 * 1rem);
  }
  .hs-contact-row1 .left-section .hs-button,
  .hs-contact-section3 .hs-button,
  .hs-news-webinar-row1 .hs-button,
  .hs-report-page .cta-section a.cta_button,
  .hs-report-page .hs-button,
  .hs-resource-page .cta-section a.cta_button,
  .hs-resource-page .hs-button,
  .hs-schedule-demo-row1 .left-section .hs-button,
  .hs-contact-row1 .left-section .hs-button,
  .hs-stories-section3 .hs-orange-button {
    font-size: calc(1.1 * 1rem)!important;
  }
  .hs-contact-row1 .right-content .dnd-row:last-child:not(:only-child) img,
  .hs-schedule-demo-row1 .right-content .dnd-row:last-child:not(:only-child) img{
    width: 174px;
    height: 87px!important;
  }
  .hs-contact-row1 .right-content .dnd-section .widget-span:last-child:not(:only-child),
  .hs-schedule-demo-row1 .right-content .dnd-section .widget-span:last-child:not(:only-child){
    margin-left: 10%;
  }
}
@media screen and (max-width: 900px){
  .hs-events-page .banner-wrapper .section-background{
    background-position: 49.8141% 100%;
  }
}

@media screen and (max-width: 767px){
  .hs-events-section1 h2 {
    padding: 17px 0px 17px;
  }
  .hs-faq-page .main-content-wrapper .page-center {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }
  .hs-faq-page .main-content-wrapper .page-center .content,
  .hs-contact-row1 .left-section,
  .hs-contact-row1 .left-section .field,
  .hs-contact-row1 .right-section,
  .hs-schedule-demo-row1 .hs-form-radio,
  .hs-schedule-demo-row1 .left-section,
  .hs-schedule-demo-section4 .dnd-section .widget-span:not(:only-child),
  .hs-schedule-demo-row1 .left-section .field,
  .hs-schedule-demo-row1 .right-section,
  .hs-news-webinar-row1 .col,
  .hs-report-section4 .dnd-row .widget-span:not(:only-child),
  .hs-report-section3 .widget-span:last-child:not(:only-child)>div,
  .hs-schedule-demo-row1 .right-content,
  .hs-report-section3 .dnd-section>.row-fluid>.widget-span:not(:only-child),
  .hs-resource-page .content-section .left-section,
  .hs-resource-row2 .dnd-section .widget-span:not(:only-child),
  .hs-events-page main .container-fluid>div {
    width: 100% !important;
  }
  .hs-faq-section1 h2{
    padding:17px;
  }
  .hs-faq-section3 .dnd-section>.row-fluid>.widget-span:not(:only-child){
    width: 100%;
    float: none;
  }
  .hs-faq-section3 h3{
    margin-top:0!important; 
  }
  .hs-faq-page .main-content-wrapper .hs-faq-section3 {
    padding-bottom: 0px;
  }
  .hs-faq-page .banner-wrapper .section-background{
    background-position: 56.1338% 0%;
  }
  .hs-faq-page .banner-wrapper .banner-content {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }
  .hs-stories-section1 .dnd-row:first-child,
  .hs-news-webinar-section1 .dnd-row:first-child:not(:only-child), 
  .hs-news-webinar-section3 .dnd-row:first-child:not(:only-child),
  .hs-contact-row1 .left-section .dnd-row:first-child,
  .hs-schedule-demo-row1 .left-section .dnd-row:first-child,
  .hs-stories-section2 .dnd-row:first-child,
  .hs-resource-section1 .dnd-row:first-child,
  .hs-report-section4 .dnd-section>.row-fluid>div>.dnd-row:first-child:not(:only-child),
  .hs-report-section1 .dnd-row,
  .hs-resource-row2 .resource3-col1 .dnd-row:first-child:not(:only-child),
  .hs-stories-section3 .dnd-row:first-child{
    padding-top:17px;
  }
  .hs-stories-section1 .dnd-section .widget-span:not(:only-child){
    width:100%;
    float:none;
  }
  .hs-page-section .body-container-wrapper .page-center{
    padding-right: 6vw;
    padding-left: 6vw;
  }
  /*   .hs-contact-row1 .left-section .dnd-row:nth-child(3), */
  .hs-contact-row1 .blank-div,
  .hs-contact-row1 .left-blank-div,
  .hs-schedule-demo-row1 .blank-div,
  .hs-report-section3 .dnd-section>.row-fluid>.widget-span:first-child:not(:only-child),
  .hs-schedule-demo-row1 .left-blank-div,
  .hs-resource-page .content-section .blank-div,
  .hs-contact-row1 .right-content .dnd-row:nth-child(2),
  .hs-contact-row1 .left-section .dnd-row:nth-child(5),
  .hs-resource-row2 .resource3-col2,
  .hs-report-section4 .widget-type-space,
  .hs-contact-row1 .right-section .dnd-row:nth-child(3),
  .hs-schedule-demo-right-section1 .dnd-row:nth-child(2){
    display:none;
  }
  .hs-schedule-demo-row1 .form-columns-2>div:last-child,
  .hs-contact-row1 .left-section .hs-email{
    margin-left:0;
  }

  .hs-contact-row1 .right-content,
  .hs-contact-page .cta-section .dnd-section[class*="-background-image"]>.row-fluid>div.span12{
    width: 100%;
    float: none;
  }
  .hs-contact-row1 .right-content .dnd-row:nth-child(2)>div,
  .hs-schedule-demo-row1 .right-content .dnd-row:nth-child(2)>div{
    display:flex;
    align-items:center;
  }
  .hs-contact-row1 .right-content .dnd-row:last-child .widget-span:not(:only-child),
  .hs-schedule-demo-row1 .right-content .dnd-row:last-child .widget-span:not(:only-child){
    float:left;
  }
  .hs-contact-row1 .right-content .dnd-row:last-child .widget-span:not(:only-child) img,
  .hs-schedule-demo-row1 .right-content .dnd-row:last-child .widget-span:not(:only-child) img{
    width: 268px;
    height: 134px;
  }
  .hs-contact-page .hs-contact-section3 .dnd-section[class*="-background-image"]>.row-fluid>div.span12>.dnd-row:first-child{
    padding: 0 0 17px;
  }
  .hs-news-webinar-row1 .right-section .dnd-section .widget-span:not(:only-child) p {
    margin: 0;
    word-break: inherit;
  }
  .hs-news-webinar-row1 .right-section .dnd-section .widget-span:not(:only-child) .row-fluid [class*="span"]{
    justify-content: flex-start !important;
    align-items: flex-start!important;
  }
  .hs-resource-section2 .hs-button{
    text-align:left;
  }
  .hs-resource-page .hs-resource-section4 .dnd-section[class*="-background-image"]>.row-fluid>div.span12>.dnd-row:first-child{
    padding-top:17px;
  }
}
@media screen and (max-width: 479px){
  .hs-contact-row1 .right-content .dnd-row:last-child .widget-span:not(:only-child) img,
  .hs-schedule-demo-row1 .right-content .dnd-row:last-child .widget-span:not(:only-child) img{
    width: 164px;
    height: 82px;
  }
}

.hs-events-inner-page .page-section {
  margin-top: 40px;
}
.hs-events-inner-page .events.events-item {
  max-width: 1800px;
  padding-left: 3vw;
  padding-right: 3vw;
  margin: 0 auto;
  padding-top: 3.3vw;
  padding-bottom: 3.3vw;
  min-height: 33vh;
}

.hs-events-inner-page .container-fluid {
  padding: 0;
}

.hs-events-inner-page .dnd-section >  .row-fluid {
  width: 100%;
  padding: 0;
  max-width: 100%;
  margin: 0;
}

.hs-events-inner-page .dnd-section {
  max-width: 100%;
}

.hs-events-inner-page .page-section {
  margin-top: 40px;
}

.hs-events-inner-page .eventitem-column-meta {
  flex: 1 0 30%;
  box-sizing: border-box;
}

.hs-events-inner-page .eventitem-column-content {
  flex: 1 0 70%;
  padding-left: 34px;
  box-sizing: border-box;
  overflow: hidden;
}

.hs-events-inner-page .eventitem {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
}
.eventitem-column-meta h1 {
  margin: 0 0 34px 0 !important;
  padding: 0 !important;
  font-size: 28px !important;
  line-height: 1.2em !important;
  text-transform: uppercase;
  font-weight: 800;
  color: #4b4c4e;
}
.eventitem-backlink {
  display: inline-block;
  margin: 0 0 51px 0;
  color: #4c4d4f;
  position: relative;
  outline: 0;
  text-decoration:none;
}
.eventitem-backlink:before {
  content: "\2190\0020 ";
  display: inline-block;
  width: 1em;
  margin-right: .25em;
}
.eventitem-column-meta p {
  color: #4c4d4f;
  font-size: .9em;
  line-height: 1.6em;
  margin: 0 0 17px 0;
}
.hs-events-inner-page .eventitem-column-content p:first-child {
  margin-top: 0;
}

.hs-events-inner-page .eventitem-column-content ul li p {
  margin: 0;
}

.hs-events-inner-page .eventitem-column-content ul {
  margin: 1em 0;
  padding: 0 0  0 40px;
}

.hs-events-inner-page .eventitem-column-content ul li p {
  margin-top: .5em !important;
  margin-bottom: .5em !important;
}

.hs-events-inner-page .eventitem-column-content ul li::before {
  display: none !important;
}

.hs-events-inner-page .eventitem-column-content ul li p::before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 10px;
  content: "\2022";
}


.post-page-wrapper {
  background: #fff;
  padding-bottom: 6.6vmax;
  padding-top: 3vw;
  padding-right: 3vw;
  padding-left: 3vw;
}

.post-page-wrapper .content-wrapper {
  justify-content: center;
  margin: 0 auto;
  display: flex;
  margin-bottom: 40px;
}

.post-page-wrapper .content-wrapper .content {
  width: 75%;
}

.post-page-wrapper .content-wrapper .content .row {
  margin-left: -17px;
  margin-right: -17px;
}

.post-page-wrapper .Team-card-image.sqs-block {
  padding-top: 0;
}

.post-page-wrapper .Team-card-image.sqs-block .team-image-wrapper {
  padding-bottom: 125%;
  overflow: hidden;
  position: relative;
}

.post-page-wrapper .Team-card-image.sqs-block .team-image-wrapper > div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.team-name {
  margin-bottom: 0px !important;
  font-size: 20px;
  font-weight: 600;
}
.team-title {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.c-tabs__wrapper {
  width: 100%;
  margin-bottom: 34px;
}
.c-tabs {
  position: relative;
}
.c-tabs__tablist {
  position: relative;
  display: -webkit-box;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-tabs__tablist li {
  display: inline-block;
}
.c-tabs__tablist:not([hidden]) li {
  flex-shrink: 0;
}
.c-tabs__tab {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 1em 1.4em 1em;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  line-height: 1;
  outline: 0;
  text-decoration: none;
  text-align: center;
  color: currentColor;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  transition: all .3s;
}
.c-tabs li.active .c-tabs__tab,
.c-tabs .c-tabs__tab:hover {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: transparent;
  box-shadow: none;
  color: currentColor;
  outline: 0;
  text-decoration: none;
  z-index: 2;
}
.c-tabs__tablist li:not(:first-child) {
  margin-left: 10px;
}
.c-tabs__tab::before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  border-top: 3px solid #cc9412;
  opacity: 0;
  transition: opacity .3s;
}

.c-tabs .c-tabs__tab:hover::before, 
.c-tabs li.active .c-tabs__tab::before {
  opacity: 1;
}
.c-tabs__content {
  position: relative;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  overflow: hidden;
}
.c-tabs__tabpanel {
  width: 100%;
}
.c-tabs__tabpanel:not(:first-child) {
  display: none;
}
.c-tabs__content .sqs-block-content >*:last-child {
  margin-bottom: 0;
}

.c-tabs__content .sqs-block-content >*:first-child {
  margin-top: 0;
}

.hs-team-page .banner-wrapper.post-banner .banner-content {
  padding-right: 3vw;
  padding-left: 3vw;
}

.hs-team-page .banner-wrapper.post-banner .banner-content .inner-section {
  width: 100%;
}

.hs-team-page .banner-wrapper.post-banner .banner-content h1 {
  margin: 0;
}
.post-page-wrapper .sqs-col-7 > .sqs-block {
  padding-top: 0;
}
.hs-team-page .banner-wrapper.post-banner .banner-content p {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.344;
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .02em;
}
.c-tabs__tablist::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid #ccc;
}
.c-tabs__tabpanel-inner {
  padding: 1em 0px !important;
}
.c-tabs__tabpanel-inner .sqs-block {
  padding-top: 0;
}

.team-post-bottom {
  background-color: #f4f4f4;
  min-height: 33vh;
  display: flex;
  align-items: center;
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  padding-right: 3vw;
  padding-left: 3vw;
}

.team-post-bottom .content-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}

.team-post-bottom .content-wrapper .page-center > div {
  margin: 0 -17px !important;
  width: auto;
  text-align: center;
}

.team-post-bottom .content-wrapper .page-center .sqs-block:first-child {
  padding-top: 0;
  margin-top: -6px;
}

.team-post-bottom .content-wrapper .page-center .sqs-block {
  padding: 17px;
}

.team-post-bottom .content-wrapper h4 {
  margin-top: 0;
  line-height: 1.3608;
}

.team-post-bottom .content-wrapper h3 {
  margin-bottom: 0;
  margin-top: 5px;
}

.team-post-bottom .content-wrapper .hs-yellow-btn {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  padding: .7em 1.169em;
  color: #fff;
  background-color: #ce9612;
  border-color: #ce9612;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  text-decoration: none;
}

.team-post-bottom .content-wrapper .hs-yellow-btn:hover {
  opacity: 0.8;
}


.hs-team-page .hs-bottom-section .container-fluid {
  padding: 0;
}

.hs-team-page .hs-bottom-section .dnd-section {
  width: 100%;
  max-width: 100%;
  min-height: 33vh;
  align-items: center;
  display: flex;
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  padding-right: 3vw;
  padding-left: 3vw;
}

.hs-team-page .hs-bottom-section .dnd-section > .row-fluid {
  display: flex;
  width: 100%;
  max-width: 1800px;
  justify-content: flex-start;
}

.hs-team-page .hs-bottom-section .dnd-section > .row-fluid .dnd-column {
  width: 75%;
}

.hs-team-page .hs-bottom-section .dnd-section .widget-type-rich_text {
  width: 50%;
  margin-left: 16.6667%;
  color: #fff;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 17px;
}

.hs-team-page .hs-bottom-section .dnd-section > .row-fluid .dnd-column > .dnd-row {
  margin-left: -17px;
  margin-right: -17px;
}

.hs-team-page .hs-bottom-section p {
  margin-bottom: 0;
  padding-bottom: 17px;
}

.hs-team-page .hs-bottom-section a.hs-yellow-btn {
  color: #fff;
  background-color: #ce9612;
  border-color: #ce9612;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  padding: .7em 1.169em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
  margin: 17px 0 0;
}

.hs-team-page .hs-bottom-section a.hs-yellow-btn:hover {
  opacity: 0.8;
}

.hs-team-page .hs-bottom-section h2 {color: #fff;margin-top: 0;}

.hs-team-page .hs-bottom-section .dnd-section {
  position: relative;
}

.hs-team-page .hs-bottom-section .dnd-section::before {
  background-color: #61656a;
  content: "";
  opacity: 0.25;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hs-team-page .hs-bottom-section .dnd-section .widget-type-rich_text {
  position: relative;
}


.hs-team-page .hs-top-pane-wrapper {
  min-height: 33vh;
  align-items: center;
  display: flex;
  background-color: #fff;
  position: relative;
  padding-right: 3vw;
  padding-left: 3vw;
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}
.hs-schedule-demo-page .banner-wrapper .section-background {
  background-position: 52.0446% 21.7907%;
}

.hs-team-page .hs-top-pane-wrapper .page-center {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.hs-team-page .cutsom-team-row1 .container-fluid {
  padding: 0;
  width: 100%;
}

.hs-team-page .hs-top-pane-wrapper .cutsom-team-row1 {
  width: 100% !important;
}

.hs-team-page .hs-top-pane-wrapper .cutsom-team-row1 .dnd-section > .row-fluid {
  width: 75%;
}

.hs-team-page .hs-top-pane-wrapper .cutsom-team-row1 {
  text-align: center;
}

.hs-team-page .hs-top-pane-wrapper .cutsom-team-row1 *:first-child {
  margin-top: 0;
}

.hs-team-page .hs-top-pane-wrapper .cutsom-team-row1 *:last-child {
  margin-bottom: 0;
}

.hs-team-page .hs-top-pane-wrapper .cutsom-team-row1 p {
  color: #4c4d4f; 
  width: calc(100% - 16.666%);
  margin: auto;
}

.c-tabs__tabpanel-inner p img {
  max-width: 30%;
  padding: 17px;
}

.c-tabs__tabpanel-inner p img:nth-child(3n+1) {
  margin-left: -17px;
}

@media(max-width:1320px) and (min-width:768px){
  .c-tabs__tablist:after {
    content: 'flickity';
    display: none;  
  }
}
@media(max-width:600px){
  .c-tabs__tablist:after {
    content: 'flickity';
    display: none;  
  }
}

@media screen and (min-width: 1321px) {
  .c-tabs__tablist:after {
    content: '';
  }
}

@media screen and (max-width: 767px) and (min-width:601px) {
  .c-tabs__tablist:after {
    content: '';
  }
}
.c-tabs__tablist li:last-child span.c-tabs__tab-title > span:last-child {
  display: none;
}
.c-tabs__tab:focus {
  text-decoration: none;
  color: #4c4d4f;
}

.c-tabs .flickity-enabled {
  position: relative;
}
.c-tabs .flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-tabs .flickity-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-tabs .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.c-tabs .flickity-slider {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.c-tabs .flickity-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  padding: 0;
  border: 0;
  background: rgba(255,255,255,.9);
  box-sizing: border-box;
  box-shadow: none;
  width: 30px;
  height: 100%;
  -webkit-appearance: button;
  cursor: pointer;
  transition: background .5s;
  line-height: normal;
}
.c-tabs .flickity-button:disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.c-tabs .flickity-prev-next-button.previous {
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
}
.c-tabs .flickity-prev-next-button.next {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}
.c-tabs .flickity-button-icon {
  width: 50%;
  height: 50%;
  fill: #555;
}
.hs-schedule-demo-row1 .hs-form-radio:last-child {
  margin-right: 5% !important;
  margin-left: 0;
}

.hs-schedule-demo-row1 .hs-form-radio {
  margin-right: 5px;
}
.hs-report-section5 .dnd-section {
  background-position: 53.5316% 33.6655% !important;
}
.hs-contact-page .banner-wrapper .section-background {
  background-position: 29.368% 10.3096%;
}
.submitted-message {
  margin-top: 20px;
}
.hs-contact-page .testimonial-card-wrapper .author-info p.position {
  color: #000;
}

.container-fluid.hs-contact-section3.cta-section .dnd-section[class*="-background-image"] {
  min-height: 33vh;
  display: flex;
  align-items: center;
}

.hs-contact-page .hs-contact-section3 .dnd-section[class*="-background-image"]>.row-fluid>div.span12>.dnd-row:first-child {
  padding-right: 17px;
}
.container-fluid.erp-section-7 .advanced-image a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.hs-team-page.team-inner-page  .custom-menu-primary nav.navigation-primary>ul>li>a.active-branch {
  color: #000;
  background: none;
}

.hs-team-page.team-inner-page .header nav.navigation-primary>ul>li>ul>li>a.active-item {
  color: #000;
}
@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: portrait){
  .hs-team-page .banner-wrapper .banner-content p{
    font-size: calc((2 - 1) * 1.2vh + 1rem);
  }
  .hs-team-page .hs-bottom-section a.hs-yellow-btn {
    font-size: calc((1.3 - 1) * 1.2vh + 1rem);
  }
  .hs-team-page .hs-top-pane-wrapper .cutsom-team-row1 p {
    font-size: calc((1.4 - 1) * 1.2vh + 1rem);
  }


}
@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: landscape){
  .hs-team-page .banner-wrapper .banner-content p{
    font-size: calc((2 - 1) * 1.2vw + 1rem);
  }
  .hs-team-page .hs-bottom-section a.hs-yellow-btn {
    font-size: calc((1.3 - 1) * 1.2vw + 1rem);
  }
  .hs-team-page .hs-top-pane-wrapper .cutsom-team-row1 p {
    font-size: calc((1.4 - 1) * 1.2vw + 1rem);
  }


}

@media(max-width:1366px){
  .container-fluid.hs-schedule-demo-right-section1 .advanced-image img, 
  .hs-schedule-demo-row1 .right-content .dnd-row:last-child:not(:only-child) img, 
  .hs-contact-row1 .right-content .dnd-row:last-child:not(:only-child) img{
    max-width:118px !important
  }
  .post-page-wrapper.member_eva_james {
    margin-bottom: -99px;
  }
}
@media(max-width:1065px){
  .hs-report-section3 .widget-span:last-child:not(:only-child)>div {
    width: 100%;
  }
}
@media(max-width:1024px){
  .container-fluid.hs-schedule-demo-right-section1 .advanced-image img, 
  .hs-schedule-demo-row1 .right-content .dnd-row:last-child:not(:only-child) img, 
  .hs-contact-row1 .right-content .dnd-row:last-child:not(:only-child) img{
    max-width:84px !important
  }
}
@media(max-width:768){
  .container-fluid.hs-schedule-demo-right-section1 .advanced-image img, 
  .hs-schedule-demo-row1 .right-content .dnd-row:last-child:not(:only-child) img, 
  .hs-contact-row1 .right-content .dnd-row:last-child:not(:only-child) img{
    max-width:60px !important
  }
}

@media(max-width:767px){
  .hs-events-inner-page .events.events-item {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .hs-team-page .hs-top-pane-wrapper,
  .team-post-bottom,
  .hs-team-page .hs-bottom-section .dnd-section{
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .hs-stories-section1 .dnd-section .widget-span.span4 {
    width: 50%;
    float: left;
  }
  .bottom-signup .hs_cos_wrapper_type_form form {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .team-post-bottom .content-wrapper .page-center .sqs-block:first-child {
    padding-top: 17px;
  }
  .post-page-wrapper .content-grp > div {
    width: 100% !IMPORTANT;
  }

  .post-page-wrapper{
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .post-page-wrapper .Team-card-image.sqs-block {
    padding-top: 17px;
  }
  .c-tabs__tabpanel-inner .sqs-block,
  .post-page-wrapper .sqs-col-7>.sqs-block {
    padding-top: 17px;
  }
  .post-page-wrapper .content-wrapper .content {
    width: 100%;
  }
  .c-tabs__tabpanel-inner p img {
    display: block;
    width: calc(250px + 34px) !important;
    padding: 17px;
    margin: auto !important;
    max-width: 100%;
  }
  .hs-report-section5 .dnd-section > div {
    padding-top: 17px;
  }
  .hs-contact-row1 form .field .hs-input {
    width: 100% !important;
  }

  .hs-contact-row1 form .field {
    float: left;
    width: 100%;
  }
}
@media(max-width:639px){
  .hs-events-inner-page .eventitem-column-meta {
    width: 100%;
    padding: 0;
    margin-bottom: 34px;
  }

  .hs-events-inner-page .eventitem-column-content {
    width: 100%;
    padding: 0;
  }

  .hs-events-inner-page .eventitem {
    display: block;
  } 

  .eventitem-column-meta h1 {
    margin: 0 0 17px !important;
  }

}

@media(max-width:479px){
  .hs-team-page .banner-wrapper.post-banner .banner-content h1 {
    font-size: 32px;
  }
  .c-tabs__tabpanel-inner p img {
    padding: 17px 0;
  }
  .hs-contact-row1 form .field .hs-input {
    width: 100% !important;
  }

  .hs-contact-row1 form .field {
    float: left;
    width: 100%;
  }

  .hs-contact-row1 .left-section .field, .hs-schedule-demo-row1 .left-section .field {
    margin-bottom: 28px;
  }

  .hs-contact-row1 .left-section .hs-button {
    margin-top: -4px;
  }
}
@media(max-width:880px) and (min-width:768px){
  .body-container__website h2{
    font-size: 29px;
  }
}
.hs-team-page .hs-top-pane-wrapper .cutsom-team-row1 p {
  padding-bottom: 17px;
}
.hs-team-page .hs-top-pane-wrapper .cutsom-team-row2 {
  width: 100% !IMPORTANT;
}
.hs-team-page .hs-top-pane-wrapper .cutsom-team-row1 .dnd-section:nth-child(2) hr {
  height: 2px;
  background-color: #ce9612;
  border: none !IMPORTANT;
  width: 100% !important;
}
.hs-news-webinar-page .banner-wrapper .banner-content {
  padding-right: 3vw;
  padding-left: 3vw;
}
.hs-team-page .hs-top-pane-wrapper .cutsom-team-row1 .dnd-section:nth-child(2) .span12.dnd-module {
  padding: 17px 0;
}
.hs-team-page .hs-top-pane-wrapper .cutsom-team-row2 .container-fluid {
  padding: 0 !IMPORTANT;
}

.hs-team-page .hs-top-pane-wrapper .cutsom-team-row2 .dnd-section {
  padding: 0;
}

.hs-team-page .hs-top-pane-wrapper .cutsom-team-row2 .dnd-section > .row-fluid {
  width: 75%;
}
.hs-erp-crm-page .custom-menu-primary nav.navigation-primary>ul>li>a.active-item {
  color: rgba(0,0,0,1.0);
  background: none;
}
.hs-news-webinar-page .banner-wrapper .section-background {
  background-position: 53.1599% 29.8274%;
}
.bottom-signup .hs_cos_wrapper_type_form form .hs-form-field input {
  cursor: auto;
}
.container-fluid.hs-resource-section4.cta-section .dnd-section[class*="-background-image"] {
  background-position: 54.6468% 34.7136% !important;
}
.hs-resource-section2 .dnd-row>.row-fluid .span6:last-child {
  align-items: center;
  display: flex;
}
.post-page-wrapper.member_jerry_kurtz .team-image-wrapper,
.post-page-wrapper.member_mimi_bertram .team-image-wrapper{
  padding-bottom: 133.333% !important;
}
.c-tabs__tabpanel-inner a {
  color: rgba(206,150,18,1.0)!important;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  text-decoration-skip: auto;
  text-decoration-skip-ink: auto;
}
.eventitem-column-meta p span i {
  display: none;
}
.hs-erp-page .erp-banner .section-background {
  background-position: 57.9926% 27.2273%;
}
.hs-stories-page .banner-wrapper .section-background {
  background-position: 51.6729% 14.2076%;
}
.post-page-wrapper.member_eva_james .Team-card-image.sqs-block {
  max-width: calc(384px + 34px);
  margin: 0 auto;
}
.IE .hs-home-page [class*='section-'].container-fluid {
  padding: 3vw 17px;
}

.eventitem-column-meta p span:before {
  content: " \2013 ";
}
.post-page-wrapper.member_kristin_christian {
  margin-bottom: -100px;
}
.post-page-wrapper.member_eva_james {
  margin-bottom: -70px;
}
.post-page-wrapper.member_andy_smith {
  margin-bottom: -100px;
}
@media(min-width:1908px){
  .hs-team-page .hs-top-pane-wrapper .cutsom-team-row1 p {
    font-size: calc(1.4 * 1rem) !important;
  }
  .hs-team-page .hs-bottom-section a.hs-yellow-btn {
    font-size: calc(1.3 * 1rem);
  }
}
@media(max-width:1907px) and (min-width:1010px){
  .hs-faq-page .banner-wrapper .inner-section {
    width: 60%;
  }
}
@media(max-width:1240px) and (min-width:768px){
  .hs-erp-crm-page .erp-banner .content-wrapper h1 {
    font-size: calc((3.6 - 1) * 0.8vw + 1rem);
  }
}
@media(max-width:1010px) and (min-width:768px){
  .hs-faq-page .banner-wrapper .inner-section h1 {
    font-size: calc((3.6 - 1) * 0.7vw + 1rem);
  }
}

@media(max-width:680px) and (min-width:491px){
  .hs-resource-page .content-section h3 {
    font-size: calc((2 - 1) * 0.3vh + 1rem);
  }
}
@media(max-width:680px) and (min-width:320px){
  .hs-faq-page .banner-wrapper .inner-section h1 {
    font-size: calc((3.6 - 1) * 0.7vh + 1rem);
  }
}
@media(max-width:767px){
  .hs-team-page .hs-top-pane-wrapper .cutsom-team-row1 .dnd-section>.row-fluid {
    width: 100% !important;
  }
  .post-page-wrapper .content-wrapper {
    margin-bottom: 0;
  }
  .post-page-wrapper .content-grp>div:first-child {
    margin-bottom: 40px;
  }
  .bottom-signup .hs_cos_wrapper_type_form form .hs_submit {
    display: block;
    margin-left: 0;
  }

  .bottom-signup .hs-error-msgs {
    position: static;
  }
  .container-fluid.hs-schedule-demo-right-section1 .advanced-image img, 
  .hs-schedule-demo-row1 .right-content .dnd-row:last-child:not(:only-child) img,
  .hs-contact-row1 .right-content .dnd-row:last-child:not(:only-child) img {
    max-width: 258px !important;
  }

  .hs-team-page .hs-top-pane-wrapper .cutsom-team-row2 .dnd-section>.row-fluid {
    width: 100% !important;
  }
  .hs-team-page .hs-top-pane-wrapper .cutsom-team-row1 h2 {
    padding-top: 17px;
  }
  .hs-team-page .hs-bottom-section .dnd-section .widget-type-rich_text {
    width: 100% !IMPORTANT;
    margin: 0 !IMPORTANT;
  }
  .hs-contact-page .hs-contact-section3 .dnd-section[class*="-background-image"]>.row-fluid>div.span12>.dnd-row:first-child {
    padding-right: 17px;
    padding-top: 17px;
  }
  .hs-team-page .hs-bottom-section h2 {
    padding-top: 17px;
  }
  .hs-news-webinar-page .banner-wrapper .banner-content {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .hs-team-page .hs-bottom-section .dnd-section>.row-fluid .dnd-column {
    width: 100% !important;
  }
  .hs-team-page .hs-top-pane-wrapper .cutsom-team-row1 p {
    width: 100% !important;
  }
  .hs-contact-row1 .right-section .dnd-row:nth-child(3) {
    display: block;
  }
}
@media(max-width:490px){
  .hs-resource-section2 .dnd-row>.row-fluid {
    display: block;
  }

  .hs-resource-section2 .dnd-section .widget-span:not(:only-child) {
    width: 100%;
  }

  .hs-resource-section2 .dnd-row>.row-fluid .span6:last-child {
    margin-left: 0;
    margin-top: 10%;
  }
}
@media(max-width:410px){
  .hs-erp-crm-page .erp-banner .content-wrapper h1,
  .hs-erp-page .erp-banner .content-wrapper h1{
    font-size: calc((3.6 - 1) * 0.7vh + 1rem);
  }
}
@media(max-width:320px){
  .container-fluid.hs-schedule-demo-right-section1 .advanced-image img, 
  .hs-schedule-demo-row1 .right-content .dnd-row:last-child:not(:only-child) img,
  .hs-contact-row1 .right-content .dnd-row:last-child:not(:only-child) img {
    max-width: 114px !important;
  }
  .hs-faq-page .banner-wrapper .inner-section h1 {
    font-size: calc((3.6 - 1) * 0.2vh + 1rem);
  }
  .post-page-wrapper.member_kristin_christian {
    margin-bottom: -60px;
  }
  .post-page-wrapper.member_andy_smith,
  .post-page-wrapper.member_eva_james{
    margin-bottom: -60px;
  }
  .post-page-wrapper.member_mimi_bertram{
    margin-bottom: -30px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
body.Has_banner header.header{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  line-height: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index:999;
}
header.header{
  -moz-box-shadow: 0px 0px 15px 5px #5d6166;
  -webkit-box-shadow: 0px 0px 15px 5px #5d6166;
  box-shadow: 0px 0px 15px 5px #5d6166;
  z-index: 22222;
  width: 100%;
  box-sizing: border-box;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 3vw;
  padding-right: 3vw;
  pointer-events: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
header.header .header__container{
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  width: 100%;
  height: inherit;
  flex-wrap: nowrap;
  flex: 1 0 67%;
  align-items: center;
}

.header .header__logo{
  flex-grow: 0;
  flex-shrink: 0;
  backface-visibility: hidden;
}

.header .header__logo a {
  display: inline-block;
  max-width: 100%;
  max-height: 50px;
}

.header .header__logo img{
  width:210px!important;
  width: auto;
  max-width: 100%;
  max-height: 50px;
  vertical-align:middle;
}

.header .header__navigation{
  text-align: right;
  margin-left: auto;
  padding-left: 2.5vw;
  flex-grow: 1;
  flex-shrink: 1;
}
.header .navigation-primary{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.header .navigation-primary>ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header .navigation-primary>ul>li{
  position: relative;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  text-transform: none;
  line-height: 1.6em;
}

.header .navigation-primary>ul>li>a{
  text-decoration: none;
  backface-visibility: hidden;
  padding: .1em 0;
  line-height: 1.6em;
  text-transform: uppercase;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
}

.header .navigation-primary>ul>li:last-child>a {
  font-weight: 800 !important;
}
.header .navigation-primary>ul>li:not(:first-child){
  margin-left: 1.5vw;
}

.header .navigation-primary>ul>li>ul{
  opacity: 0;
  list-style:none;
  pointer-events: none;
  position: absolute;
  top: auto;
  left: -1em;
  padding: .5em 1em;
  text-align: left;
  min-width: 200px;
  z-index: 10;
  left: auto;
  right: -1em;
  text-align: right;
  width: unset;
  box-sizing: content-box;
}

.header .navigation-primary>ul>li>ul>li{
  white-space: nowrap;
  line-height: 1.3;
}

.header .navigation-primary>ul>li>ul>li>a{
  padding: .2em 0;
  text-decoration: none;
  backface-visibility: hidden;
  white-space: nowrap;
  line-height: 1.3;
  text-transform: uppercase;
  display: block;
}
header.header.lp .header__container {
  min-height: 37px;
}
.burger {
  margin:0;
  outline:none!important;
  padding:1px 6px;
  background-color:transparent;
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.burger-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
.burger-inner {
  width: 100%;
  height: 100%;
}
.burger-inner .top-bun {
  transform: translatey(-5.5px);
}
.burger-inner .patty {
  transform: scale(0);
}
.burger-inner .bottom-bun {
  transform: translatey(5.5px);
}
.burger-inner .top-bun, .burger-inner .patty, .burger-inner .bottom-bun {
  position: absolute;
  background-color: #000;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 100%;
  height: 1px;
  transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1);
  will-change: transform,width;
}

.header .header-burger.active .top-bun {
  transform: translatex(3.5px) rotate(-135deg);
  width: 28px;
}

.header .header-burger.active .bottom-bun {
  transform: translatex(3.5px) rotate(135deg);
  width: 28px;
}
.header-burger,
.mobile-menu{
  display:none;
}
.custom-menu-primary nav.navigation-primary>ul>li>a.active-item ,
.custom-menu-primary nav.navigation-primary>ul>li>a.active-branch {
  background-repeat: repeat-x;
  background-image: linear-gradient(to right,currentColor 100%,currentColor 0);
  background-size: 1px 1px;
  background-position: 0 calc(100% - 0.1em);
}
@media screen and (min-width: 1908px){
  .header .navigation-primary>ul>li{
    font-size: calc(1.1 * 1rem);
  }
}


.header .navigation-primary>ul>li:hover>ul{
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px){
  header.header {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: landscape){
  .header .navigation-primary a {
    font-size: calc((1.1 - 1) * 1.2vw + 1rem);
  }
}

@media screen and (max-width: 909px) and (min-width:800px){
  .header .navigation-primary>ul>li>a {
    font-size: 14px;
  }
  .header .navigation-primary>ul>li:not(:first-child) {
    margin-left: 1vw;
  }
}
@media screen and (max-width: 799px){
  .custom-menu-primary nav.navigation-primary>ul>li>a.active-item, .custom-menu-primary nav.navigation-primary>ul>li>a.active-branch{
    background-image:none;
  }
  .header .header__logo{
    flex: 1 0 calc(100% - 50px);
  }
  .header-burger {
    display:block;
    margin-right: 0;
    align-items: flex-end;
    flex: 0 0 50px;
    display: flex;
    width: 50px;
    justify-content: flex-end;
  }

  body.header--menu-open {
    overflow: hidden;
  }
  .mobile-menu{
    display:block;
  }

  .header .mobile-menu{
    padding:0;
    position: fixed;
    transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 400ms cubic-bezier(.4,0,.2,1);
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    will-change: opacity,visibility;
    user-select: none;
    text-align: center;
    pointer-events: auto;
    padding-top: 60px;
    z-index: 2;
  }
  .header .mobile-menu.open {
    opacity: 1;
    visibility: visible;

  }
  .header .header-menu-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    left: 0;
  }
  .header .header__navigation {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin:0;
    padding:0;
    text-align:center;
    flex-shrink: 0;
  }
  .header .navigation-primary>ul{
    position: relative;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: column;
  }

  .header .navigation-primary>ul>li{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 3vw;
    padding-right: 3vw;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .01em;
    text-transform: none;
    line-height: 1.6em;
    font-size: 1.1rem;
  }

  .header .navigation-primary>ul>li>a{
    position: relative;
    display: block;
    margin: 3vw 5vw;
    transition: opacity 250ms cubic-bezier(.4,0,.2,1);
    font-size: 6vmin;
  }

  .header .navigation-primary>ul>li>a>span {
    transform: rotate(45deg);
    position: relative;
    display: inline-block;
    width: .4em;
    height: .4em;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    vertical-align: middle;
    margin-top: -.14em;
  }

  .header .navigation-primary>ul>li:last-child>a {
    font-weight: 800 !important;
  }
  .header .navigation-primary>ul>li:not(:first-child){
    margin-left: 1.5vw;
  }

  .header .navigation-primary>ul>li>ul{
    opacity: 0;
    list-style:none;
    pointer-events: none;
    position: absolute;
    top: auto;
    left: -1em;
    padding: .5em 1em;
    text-align: left;
    min-width: 200px;
    z-index: 10;
    left: auto;
    right: -1em;
    text-align: right;
    width: unset;
  }

  .header .navigation-primary>ul>li>ul>li{
    white-space: nowrap;
    line-height: 1.3;
  }

  .header .navigation-primary>ul>li>ul>li>a{
    padding: .2em 0;
    text-decoration: none;
    backface-visibility: hidden;
    white-space: nowrap;
    line-height: 1.3;
    text-transform: uppercase;
    display: block;
  }
  .header .header__container .header__navigation {
    display: none;
  }
  .header .navigation-primary>ul>li>ul {
    position: static;
    opacity: 1;
    pointer-events: all;
    text-align: center;
    display:none;
  }
  .header .navigation-primary>ul>li>a {
    display: inline;
    text-transform: capitalize;
  }
  .header .navigation-primary ul li a{
    color: #000 !important;
  }
  .header .header__navigation {
    align-items: center;
    justify-content: center;
    transform: translatey(20px);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
  }
  .header .navigation-primary>ul>li:last-child>a {
    font-weight: 400 !important;
  }
  .header .header__navigation > .header-menu-nav-folder {
    align-items: center;
    justify-content: center;
    height: 100%;
    display: flex;
    width: 100%;
    flex-grow: 1;
  }

  .header .navigation-primary>ul>li:last-child>a {
    font-weight: 400 !important;
  }

  .header .header__navigation > div > .hs_cos_wrapper {
    width: 100%;
    display: block;
  }

  .header .mobile-menu.open .header__navigation {
    transform: translatey(0);
  }
  .header .navigation-primary>ul>li>a>span {
    margin-left: 13px;
  }

  .header .navigation-primary>ul>li:not(:first-child) {
    margin: 0;
  }
  .mobile-menu .header-menu-nav-folder.header-menu-nav-folder--active {
    transform: translatex(0);
    will-change: transform;
  }
  .mobile-menu .header-menu-nav-folder {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    justify-content: flex-start;
    overflow-y: scroll;
    overflow-x: hidden;
    transform: translatex(100%);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
  }
  .mobile-menu .header-menu-nav-folder--open {
    transform: translatex(-100%) !important;
  }
  .mobile-menu ul.header-menu-nav-folder {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu ul.header-menu-nav-folder > li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .01em;
    text-transform: none;
    line-height: 1.6em;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .mobile-menu ul.header-menu-nav-folder > li.dl-back {
    font-size: .85em;
    padding-bottom: 10px;
    opacity: .5;
  }

  .mobile-menu ul.header-menu-nav-folder > li > a {
    padding: 0 10px;
    transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 600ms cubic-bezier(.4,0,.2,1) !important;
    opacity: 0 !important;
  }

  .mobile-menu ul.header-menu-nav-folder.header-menu-nav-folder--active > li > a {
    opacity: 1 !important;
  }

  .mobile-menu ul.header-menu-nav-folder > li > a {
    font-size: 6vmin;
    position: relative;
    display: block;
    margin: 3vw 5vw;
    text-decoration: none;
    color: #000;
  }

  .mobile-menu ul.header-menu-nav-folder > li.dl-back > a:before {
    content: '';
    width: .4em;
    height: .4em;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    vertical-align: middle;
    transform: rotate( -135deg );
    margin-top: -.14em;
    position: relative;
    display: inline-block;
  }
}

@media(max-width:767px){
  .header .header__logo img {
    max-height: 30px;
    max-width: 100%;
    width: auto !important;
  }
  .mobile-menu .header__navigation ul li a {
    font-size: 6.6vmin !important;
  }
}

@media screen and (max-width: 578px){
  .mobile-menu .header__navigation ul li a {
    font-size: 8.5vmin !important;

  }
  .header .navigation-primary>ul>li>a>span {
    margin-left: 10px;
  }
  .header .mobile-menu{
    padding-top:47px;
  }
  .mobile-menu .header__navigation ul li a {
    line-height: 28px;
    display: block;
    padding: 0 !IMPORTANT;
  }
  .mobile-menu ul.header-menu-nav-folder li a{
    line-height: 1 !Important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
#siteWrapper > div[data-global-resource-path]:last-child {
  margin-top: auto;
}

.footer {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  text-transform: none;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.footer__container {
  padding-right: 3vw;
  padding-left: 3vw;
  margin: 0 auto;
  justify-content: center;
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  width: 100%;
  position: relative;
  max-width: calc(1800px + 6vw);
}

.footer .row {
  margin-left: -17px;
  margin-right: -17px;
}

.logo-section .span4 {
  width: 50%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  text-transform: none;
  line-height: 1.6;
}

.logo-section .span4 .logo-wrapper>.inner-section {
  display: flex;
}
.logo-section .logo-wrapper>.inner-section>div {
  width: 50%;
}
.logo-section .span4 img{
  width: 100%!important;
  vertical-align:middle;
}
.logo-section .span4 span.hs_cos_wrapper_type_linked_image{
  position:relative;
  display:block;
  width: 110%;
}
.logo-section .span4 span.hs_cos_wrapper_type_linked_image:after{
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #61656a;
  opacity: .1;
}

.logo-section .span4 .logo-wrapper {
  padding-left: 17px;
  padding-right: 17px;
  text-align: left;
}

.logo-section .span4 .social-link{
  padding: 0 17px 17px;
}
.contact-wrapper a{
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}
.horizontalrule-block,
.footer__copyright,
.bottom-text,
.contact-wrapper{
  padding:17px;
  text-align:center;
}
.footer__copyright p a{
  text-decoration:none !important;
}
.contact-wrapper p{
  margin: 0px;
}

.footer__copyright p{
  margin: 1rem 0;
  display:block;
}

.horizontalrule-block hr {
  background-color: #ce9612;
  height: 2px;
  border: none;
  color: #bbb;
}
.bottom-text {
  letter-spacing: .01em;
}
.bottom-text p {
  font-size: 12px !important;
  line-height: 14px;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  margin: 1rem 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

@media screen and (min-width: 1908px){
  .footer__copyright p {
    font-size: calc(.9 * 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: landscape){
  .footer {
    font-size: calc((1.1 - 1) * 1.2vw + 1rem);
  }
  .footer__copyright p {
    font-size: calc((.9 - 1) * 1.2vw + 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: portrait){
  .footer {
    font-size: calc((1.1 - 1) * 1.2vh + 1rem);
  }
  .footer__copyright p {
    font-size: calc((.9 - 1) * 1.2vh + 1rem);
  }
}
@media(max-width:936px){
  .logo-section .logo-wrapper>.inner-section>div {
    width: 100%;
  }
  .logo-section .span4 span.hs_cos_wrapper_type_linked_image {
    width: 100%;
  }
}

@media(max-width:918px){
  .logo-section .logo-wrapper>.inner-section>div,
  .logo-section .span4 span.hs_cos_wrapper_type_linked_image {
    width: 100%;
  }
}

@media(max-width:767px){
  .logo-section .span4:last-child {
    width: 100%;
  }

  .logo-section .span4 {
    margin: 0 auto;
    float: none;
    width: 100%;
  }

  .logo-section .span4 .logo-wrapper {
    padding: 0;
    width: 50%;
    margin: 0 auto;
  }

  .logo-section .span4 .social-link {
    padding-top: 17px;
  }

  .footer__container {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .logo-section .span4:first-child {
    padding: 17px;
  }

  .logo-section .span4 span.hs_cos_wrapper_type_linked_image {
    width: 110%;
  }
}

@media(max-width:469px){
  .logo-section .span4 .logo-wrapper,
  .logo-section .span4 span.hs_cos_wrapper_type_linked_image {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  max-width: 1800px;
  margin: 0 auto;
}

.cus-blog-body .content-wrapper{
  max-width:100%;
}

.cus-blog-body{
  margin-top:40px;
}

.cus-blog-body .content-wrapper .post-listing {
  width: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.cus-blog-body article.post-item {
  opacity: 1;
  transform: translatey(0);
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: opacity 1s ease,transform 1s ease;
}
.cus-blog-body article.post-item a img {
  max-width:100%;
  vertical-align:middle;
  height: auto;
}
.cus-blog-body h1.entry-title {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .02em;
  text-transform: none;
  margin:10px 0;
  line-height: 1.4em;
  color: #4c4d4f;
}

.cus-blog-body .post-listing h1.entry-title a{
  color:inherit;
  text-decoration:none;
}

.cus-blog-body .post-listing .post-content p{
  margin:0;
  color: #000;
}
.cus-blog-body .post-listing .blog-more-link{
  text-decoration:none;
  align-self: flex-start;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  text-transform: none;
  line-height: 1.6em;
}
.cus-blog-body .post-listing .blog-more-link::after {
  background: #ce9612;
}

.cus-blog-body .blog-more-link:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  transform: translatey(-3px);
}
.cus-erp-blog-body article.post-item:first-child > div {
  flex: 1;
}

.cus-erp-blog-body article.post-item:first-child {
  display: flex;
}
.hs-blog-post{
  scroll-behavior: smooth;
}
.table-of-contents {
  background-color: #fafafa;
  padding: 1rem 30px;
}

.table-of-contents p {
  font-size: 24px;
  font-weight: 400;
  margin: 1rem 0;
}

.table-of-contents ul {
  list-style-type: none;
  padding-inline-start: unset;
  line-height: 1.25em;
}

.table-of-contents li {
  margin: 1rem 0px;
}

.table-of-contents li a {
  color: inherit;
  text-decoration: none !important;
}

.blog-post__body .sqs-col-8 {
  width: 66.6667%;
}

.blog-post__body .sqs-block-content > p:first-child {
  margin-top: 0;
}
/**************************************************************************/
.cus-post-body .content-wrapper>div {
  width: 100%;
  margin: 0 auto !important;
  float: none !important;
}

.cus-post-body .content .h-entry {
  /*   max-width: 1230px; */
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: 3vw;
  padding-left: 3vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
}



.cus-post-body .blog-item-inner-wrapper {
  max-width: 1800px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 100% !important;
}
.cus-post-body img {
  max-width: 100%;
  vertical-align: middle;
}
.blog-item-wrapper .blog-item-top-wrapper {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog-item-wrapper .blog-item-title {
  text-align:center;
}

.blog-item-wrapper .blog-item-title h1{
  margin:0;
}

.blog-item-wrapper .blog-post__meta {
  display: inline-block;
  text-decoration: none;
  color: #ce9612;
  font-family: big-caslon-fb;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .01em;
  text-transform: none;
  line-height: 1em;
}

.blog-item-wrapper .blog-post__meta a{
  text-decoration: none;
}

.blog-post__body hr {
  height: 2px;
  background-color: #ce9612;
  border: none;
  color: #bbb;
}

.blog-item-wrapper .blog-comments{
  margin-bottom: 3vw;
}

.cus-post-body .item-pagination--prev-next {
  display: flex;
  padding: 3vw 3vw 3vw;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Open Sans, sans-serif;
  padding-bottom: 3.3rem !important;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}
@media (max-width: 767px){
  .cus-post-body .content .h-entry {
    /*   max-width: 1230px; */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

/*****************************************************************************************/
.cus-erp-blog-body{
  background-color: #f6f6f6;
}

.cus-erp-blog-body .content-wrapper{
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  justify-content: center;
  padding-right: 3vw;
  padding-left: 3vw;
  margin: 0 auto;
  display: flex;
  width: 100%;
  position: relative;
  max-width: 1800px;
}

.cus-erp-blog-body .content-wrapper .content {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.cus-erp-blog-body .content-wrapper .content .row{
  margin-left: -17px;
  margin-right: -17px;
}

.cus-erp-blog-body .content-wrapper .blog-title{
  padding:0 17px 17px;
}

.cus-erp-blog-body .content-wrapper h2{
  margin:0;
}

.cus-erp-blog-body .main-content{
  padding:17px;
}
.cus-erp-blog-body .customFiltersWrapper {
  grid-column: 1/-1;
  margin: 0 -10px 30px -10px;
  display: block;
  min-height: 0;
  display: flex;
  align-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.tags{
  padding:10px;
}

.tags ul{
  list-style:none;
  padding:0;
  margin:0;
  font-size: inherit;
  display: block;
  position: relative;
  padding: 0;
  background-color: transparent;
  z-index: 1!important;
  overflow: hidden;
  text-align: center;
}

.tags ul>li{
  display: inline-block;
  margin: 0 6px 6px 0;
  line-height: 1.6;
}

.tags ul>li:last-child {
  margin-right: 0;
}
.tags ul>li>a{
  color: #ca693e;
  font-size: calc(.12vw + 1rem);
  display:block;
  padding: 4px 12px;
  transition: color .2s ease,background .2s ease;
  font-weight: 400;
  text-decoration:none;
  border-width: 0 0 1.2px 0;
  border-style: solid;
  border-color: transparent;
}
.search-box{
  width: 100%;
  padding: 10px;
  line-height: 1.6;
  font-size: 16px;
  box-shadow: none;
  letter-spacing: normal;
  transition: none;
  clear: both;
}
.search-box form {
  position: relative;
}

.search-box form .hs-search-field__input {
  height: fit-content;
  padding: 11px 22px 11px 42px;
  line-height: inherit;
  display: inline-block;
  left: 0;
  border: 1px solid #000;
  margin:0;
  background: no-repeat 15px 50%;
  width: 100%;
  min-height: 20px;
  box-sizing: border-box;
  top: 0;
  opacity: 1;
  border-radius: 0;
  font-size:16px;
  font-family: 'Open Sans', sans-serif;
}

.search-box form button{
  display: block;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  background: none;
  border: none;
  height: 15px;
  width: 15.36px;
}


.search-box form button:before {
  font-size: 96%;
  top: 49%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  left: 0;
  line-height: 1;
  content: '\e800';
  font-family: unifilter!important;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  vertical-align: middle;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-box form button svg{
  display:none;
}

.cus-erp-blog-body .post-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cus-erp-blog-body .blog-post__tags .hs_cos_wrapper_type_icon{
  display:none;
}
.cus-erp-blog-body article.post-item{
  width: 46.8421052631579%;
  background-color: white;
  flex: 31.3333%;
  margin-left: 1% !important;
  margin-right: 1% !important;
  margin-bottom: 2% !important;
  max-width: 31.3333%;
  opacity: 1;
  transform: translate3d(0,0,0);
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}
.cus-erp-blog-body article.post-item:first-child{
  max-width:100%;
  flex: 100%;
}

.cus-erp-blog-body .blog-content-section {
  flex: 1;
  text-align: left;
  padding: 30px;
}

.cus-erp-blog-body article.post-item h1{
  margin: 0 0 10px 0;
  line-height: 1.2em;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  text-transform: none;
}

.cus-erp-blog-body article.post-item h1 a{
  color:inherit;
  text-decoration:none;
  font-size: 30px;
  font-weight: 500;
  display: block;
  line-height: 26px;
}
.cus-erp-blog-body article.post-item .post-content{
  margin: 0 0 10px 0;
}
.cus-erp-blog-body article.post-item .post-content p{
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 ;
  text-align: left;
}

.cus-erp-blog-body article.post-item a.blog-post__tag-link {
  color: #ca693e;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration:none;
}

.cus-erp-blog-body .blog-post__tags{
  font-size: 13px;
  line-height: normal;
  margin-bottom:10px;
}

.cus-erp-blog-body img {
  vertical-align: middle;
  max-width: 100%;
}

.cus-erp-post-body .blog-item-author-profile-wrapper{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin: 0px !important;
}

.cus-erp-post-body .blog-item-author-profile-wrapper .author-avatar img{
  border: 1px solid #ca693e;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: block;
  margin: 1rem 0 0;
}
.tags ul>li>a:hover {
  border-color: #ca693e;
}
.cus-erp-post-body .blog-item-wrapper .blog-item-title {
  margin-bottom: 10px;
}

.cus-erp-post-body .blog-item-wrapper .blog-comments {
  margin-bottom: 0;
}
.cus-erp-blog-body article.post-item:not(:first-child) h1 a {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
}
.cus-erp-blog-body .blog-pagination {
  position: relative;
  height: auto;
  padding: 17px;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  opacity: 1;
  text-align: center;
}
.cus-erp-blog-body .blog-pagination .load-more:hover {
  opacity: .8;
}
.tags ul>li>a.active {
  border-color: #ca693e;
}
.cus-erp-blog-body .blog-pagination .load-more {
  color: #fff;
  background-color: #ce9612;
  border-color: #ce9612;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  padding: .7em 1.169em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration:none;
  text-transform: none;
}
.cus-erp-post-body .blog-item-wrapper .blog-comments {
  margin-top: 3vw;
}


.search-box .hs-search-field--open .hs-search-field__suggestions {
  padding: 15px;
  text-align: left;
}
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
.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;
  color: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left;
}
h3.comment-count {
  color: #4c4d4f;
}
.blog-comments form .hs-input {
  border: 1px solid #eaeaea;
}

.blog-comments form .hs-button {
  text-transform: capitalize;
  min-width: 0;
  font-size: 1rem !important;
  line-height: normal;
  padding: .7em 1.169em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.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;
  color: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left;
}

button.mobile-filter-trigger {
  -webkit-appearance: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #333;
  border-radius: 4px;
  background-color: #fff;
  line-height: 1.6;
  padding: 4px 16px;
  cursor: pointer;
  outline: 0;
  position: relative;
  margin-bottom: 17px;
  display:none;
}
.cus-erp-blog-body .customFiltersWrapper .inner-pad {
  width: 100%;
}
@media(min-width:501px){
  button.mobile-panel-close {
    display: none;
  }
}
@media only screen and (max-width: 500px){
  .cus-erp-blog-body .customFiltersWrapper {
    position: fixed;
    bottom: 0;
    margin: 0;
    background-color: #fff;
    border: 2px solid #000;
    max-width: 80%;
    max-width: 80vw;
    width: 100%;
    height: 80%;
    visibility: visible!important;
    min-height: 76%!important;
    float: none!important;
    min-height: 300px;
    overflow: hidden;
    z-index: 2147483649;
    will-change: transform;
    transition-property: transform;
    left: 0;
    transform: translateX(-110%);
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: .3s;
  }
  .filter-open .cus-erp-blog-body .customFiltersWrapper {
    transform: translate3d(0,0,0)!important;
    transition-delay: 0s!important;
  }
  .cus-erp-blog-body .customFiltersWrapper > div {
    width: 100%;
    height: 100%;
    padding: 10px 5% 48px 5%;
    position: relative;
    align-items: start;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
  }
  button.mobile-filter-trigger {
    display:inline-block;
  }
  button.mobile-panel-close {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 0;
    opacity: 1!important;
    -webkit-appearance: none;
    outline: 0;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: content-box;
    overflow: hidden;
    z-index: 1200;
  }
  button.mobile-panel-close::before,button.mobile-panel-close::after {
    content: "";
    height: 2px;
    width: 36px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
    transition: transform .3s ease-in-out;
    display: inline-block;
  }
  .filter-open button.mobile-panel-close::before {
    transition-delay: .2s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .filter-open button.mobile-panel-close::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition-delay: .2s;
  }

}
/************************************************************************************************/
@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: portrait){
  .blog-item-wrapper .blog-post__meta{
    font-size: calc((1.2 - 1) * 1.2vh + 1rem);
  }
  .post-listing .blog-more-link,
  .blog-pagination .load-more,
  .post-listing .post-content {
    font-size: calc((.9 - 1) * 1.2vh + 1rem);
  }
  .cus-erp-blog-body .blog-content-section h1 {
    font-size: calc((1.1 - 1) * 1.2vh + 1rem);
  }
  .cus-blog-body:not(.cus-post-body) h1.entry-title{
    font-size: calc((2 - 1) * 1.2vh + 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: landscape){
  .cus-blog-body:not(.cus-post-body) h1.entry-title{
    font-size: calc((2 - 1) * 1.2vw + 1rem);
  }
  .post-listing .blog-more-link,
  .blog-pagination .load-more,
  .post-listing .post-content{
    font-size: calc((.9 - 1) * 1.2vw + 1rem);
  }

  .blog-item-wrapper .blog-post__meta{
    font-size: calc((1.2 - 1) * 1.2vw + 1rem);
  }
  .cus-erp-blog-body .content-wrapper h2 {
    font-size: calc((2.6 - 1) * 1.2vw + 1rem);
  }
  .cus-erp-blog-body .blog-content-section h1 {
    font-size: calc((1.1 - 1) * 1.2vw + 1rem);
  }
}
@media screen and (max-width: 1907px) and (min-width: 0) and (orientation: landscape){
  .blog-item-wrapper .blog-item-title h1.entry-title {
    font-size: calc(3.4vw);
    line-height: 1.3em;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px){
  .cus-blog-body .post-listing {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-auto-rows: min-content;
  }

  .cus-blog-body article.post-item .blog-article-spacer {
    height: 35px;
  }
  .cus-blog-body .post-listing .blog-more-link {
    padding-top: 20px;
  }
  .blog-item-wrapper .blog-item-title {
    margin-bottom: 2rem;
  }
  .cus-erp-blog-body .content-wrapper .content {
    width: 75%;
  }
}
@media screen and (min-width: 1908px){
  .cus-blog-body:not(.cus-post-body) h1.entry-title{
    font-size: calc(1.1 * 1rem);
  }
  .blog-item-wrapper .blog-post__meta{
    font-size: calc(1.2 * 1rem);
  }
  .post-listing .blog-more-link,
  .blog-pagination .load-more,
  .post-listing .post-content{
    font-size: calc(.9 * 1rem);
  }
}

@media screen and (max-width: 767px){
  .cus-blog-body article.post-item {
    margin-bottom: 30px;
  }
  .cus-erp-blog-body article.post-item:not(:first-child) {
    width: 50%;
    flex: 50%;
    max-width: 50%;
  }
  .cus-blog-body .content-wrapper .post-listing {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .cus-post-body .content .h-entry {
    padding-top: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 6vw;
  }
  .cus-post-body .blog-item-wrapper .blog-item-title {
    margin-bottom: 1.2rem;
  }
  .cus-post-body .item-pagination--prev-next {
    padding: 3vw 6vw 3vw;
  }
  .cus-erp-blog-body .content-wrapper .blog-title {
    padding: 17px;
  }
  .cus-erp-blog-body article.post-item{
    width:100%;
    width: 100%;
    flex: 100%;
    max-width: 100%;
    margin-left:0;
    margin-right:0;
  }
  .cus-erp-blog-body .content-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .cus-erp-post-body  .blog-post__body .col {
    width: 100% !important;
  }
}

@media(max-width:479px){
  .cus-erp-blog-body article.post-item:not(:first-child) {
    width: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .cus-erp-blog-body article.post-item:first-child {
    display: block;
  }
}

/* ------------------ Start erp blog v3 css ----------------------------- */
.blog-listing-wrap.blog-listing-wrap-v3 .container {
  max-width: 1890px; 
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.blog-listing-strip.blog-listing-strip-v3 .container {
  max-width: 1890px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; 
}
.blog-filter-wrap.blog-filter-wrap-v3::after {
  content: none !important;
}
.blog-filter-wrap.blog-filter-wrap-v3 ul {
  list-style-type: none;
  display: flex;
  /*   justify-content: space-between; */
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
  column-gap: 35px;
}
.blog-listing-strip.blog-listing-strip-v3 .blog-inner-strip {
  border-bottom: 1px solid #CECFD1;
  padding: 20px 0;
}
.postANDsidebar {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 30px;
}

.postANDsidebar .left-post {
  max-width: 67%;
  flex-basis: 67%;
}

.postANDsidebar .right-sidebar {
  max-width: 33%;
  flex-basis: 33%;
}

.postANDsidebar .blog-card {
  min-height: 627px;
}

.postANDsidebar .left-post article.blog-card {
  position: relative;
}

.postANDsidebar .left-post article.blog-card:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.blog-card__image-wrapper.blog-card__image-wrapper-v3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}


.blog-card__image-wrapper.blog-card__image-wrapper-v3.resources-card__image-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.blog-card__image-wrapper.blog-card__image-wrapper-v3.resources-card__image-wrapper {
  position: relative;
}
article.blog-card .recource-card__tags-v3 {
  position: relative;
}
.blog-card__image-wrapper.blog-card__image-wrapper-v3 .blog-card__date-v3, .blog-card__image-wrapper.blog-card__image-wrapper-v3 {
  position: relative;
}

.postANDsidebar .left-post article.blog-card .blog-card__date-v3{
  position: relative;
}
.postANDsidebar .left-post article.blog-card .blog-card__content{
  position: relative;
}

article.blog-card.blog-card-v3 {
  flex-direction: column;
}
.post-listing.post-listing-v3 {
  display: flex;
  flex-wrap: wrap;
      column-gap: 2.33%;
}
article.blog-card.blog-card-v3 {
     flex-basis: 23.23%;
    margin: 0 0 24px !important;
    max-width: 23.23%;
}
.blog-listing-wrap.blog-listing-wrap-v3 .blog-index article.blog-card .blog-card__image-wrapper {
  width: 100%;
}
.blog-listing-wrap.blog-listing-wrap-v3 .blog-index article.blog-card .blog-card__content {
  width: 100%;
}
.postANDsidebar .left-post article.blog-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 6px;
  border: 1px solid rgba(97, 101, 106, 0.13);
  padding: 25px 25px;
}

.postANDsidebar .left-post article.blog-card p.blog-card__date {
  align-items: center;
  background: #f6d56d;
  border-radius: 5px;
  color: #61656a;
  display: flex;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: normal;
  margin: 0;
  max-width: max-content;
  min-height: 44px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 0 10px;
}
p.blog-card__date img {
  margin-right: 7px;
}
.postANDsidebar .left-post article.blog-card .blog-card__date-v3 {
  display: flex;
  justify-content: end;
}
.postANDsidebar .left-post article.blog-card .blog-card__tags a, .postANDsidebar .left-post article.blog-card .blog-card__tags a:hover {
  display: inline-flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 64px;
  border: 1px solid #FFF;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 154.4%;
}
.postANDsidebar .left-post article.blog-card .blog-card__tags a {
  margin-right: 5px;
}
.postANDsidebar .left-post article.blog-card .blog-card__tags a:hover {
  background-color: #CC9412;
  border: 1px solid #CC9412 !important;
  color: #fff;
}
.postANDsidebar .left-post article.blog-card h3.blog-card__title {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150.4%;
  margin: 5px 0px 5px;
}

.postANDsidebar .left-post article.blog-card h3.blog-card__title a, .postANDsidebar .left-post article.blog-card h3.blog-card__title a:hover {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 154.4%;
}
.postANDsidebar .left-post article.blog-card .blog-card__post-summary {
  color: rgba(255, 255, 255, 0.80);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 154.4%;
}
.postANDsidebar .left-post article.blog-card .social-sharing--blog-card__button {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.postANDsidebar .left-post article.blog-card .social-sharing {
  max-width: fit-content;
  padding: 0 !important;
}
.postANDsidebar .left-post article.blog-card .social-sharing ul li a {
  color: #fff;
}
.postANDsidebar .left-post article.blog-card .blog-card__button a {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline !important;
  text-transform: uppercase;
}
.postANDsidebar .left-post article.blog-card .blog-card__button a:hover{
  color: #CC9412 !important;
}
.subscribe-form-v3{
  padding: 35px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 17px 91px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}
.subscribe-form-v3 h4::after {
  content: none;
}
.subscribe-form-v3 h4 {
  color: #231f1f;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.9%;
  margin-top: 0;
  text-align: center;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.subscribe-form-v3 > div {
  text-align: center;
}
.subscribe-form-v3 form input {
  border-radius: 10px;
  border: 1px solid rgba(97, 101, 106, 0.30);
  background: #FAFAFA;
  color: #61656A;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 176.9%;
  padding: 28px 0 28px 20px;
  margin: 0;
}
.subscribe-form-v3 form input.hs-button.primary.large, .subscribe-form-v3 form input.hs-button.primary.large:hover {
  background: #cc9412 !important;
  border-radius: 10px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 176.9%;
  padding: 14px 0;
  width: 100%;
  border: 1px solid rgba(97,101,106,.3) !important;
}
.subscribe-form-v3 form .hs_email.hs-email {
  margin-bottom: 10px;
}
.subscribe-form-v3 h3.form-title {
  display: none;
}
.popular-blogs {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 17px 91px 0px rgba(0, 0, 0, 0.07);
  padding: 24px 20px;
}
.popular-blogs h4 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #231F1F;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.popular-blogs h4:after{
  content: none;
}
.most-popular-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.most-popular-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.most-popular-img img {
  border-radius: 9px;
}
.most-popular-title {
  color: #61656A;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.4%;
}
.blog-card__image-wrapper.blog-card__image-wrapper-v3 {
  min-height: 264px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-start !important;
  padding: 10px;
}

.blog-card__image-wrapper.blog-card__image-wrapper-v3 .blog-card__date-v3 p {
  align-items: center;
  background: #f6d56d;
  border-radius: 5px;
  display: flex!important;
  justify-content: center;
  max-width: max-content !important;
  min-height: 44px;
  padding: 0!important;
  width: 100% !important;
  color: #61656A;
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  padding: 0 10px !important;
}

.postANDsidebar .left-post article.blog-card .blog-card__button a img {
  margin-left: 10px;
}

article.blog-card.blog-card-v3 .blog-card__tags a {
  border-radius: 64px;
  border: 1px solid #61656A;
  display: inline-flex !important;
  padding: 10px 16px !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #61656A !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 154.4% !important;
  margin-right: 5px !important;
position:relative;
  z-index:2;
}
article.blog-card.blog-card-v3 .blog-card__tags a:hover {
  border: 1px solid #cc9412;
  background-color: #cc9412;
  color: #fff !important;
}

article.blog-card.blog-card-v3 .blog-card__content {
  padding: 15px 12px !important;
position:relative;
}

article.blog-card.blog-card-v3 {
  border-radius: 6px;
  background: #FFF; 
  box-shadow: 0px 18px 91px 0px rgba(0, 0, 0, 0.07);
/*   margin-bottom: 0px !important; */
}


article.blog-card.blog-card-v3 h3.blog-card__title a {
  color: #CC9412 !important;
}

article.blog-card.blog-card-v3 .social-sharing--blog-card__button {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

article.blog-card.blog-card-v3 .social-sharing {
  padding: 0;
}

article.blog-card.blog-card-v3 .blog-card__button {
  padding: 0 !important;
  text-align: right;
}

article.blog-card.blog-card-v3 .blog-card__button a {
  color: #61656A !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  text-decoration-line: underline !important;
  text-transform: uppercase !important;
  background: none !important;
  border: none !important;
  padding: 0 10px!important;
position:relative;
z-index:2;
}
article.blog-card.blog-card-v3 .blog-card__button a:hover {
  color: #CC9412 !important;
}
.post-listing.post-listing-v3 {
  padding-bottom: 80px;
}
.blog-index.blog-index-v3 .blog-pagination {
  padding-bottom: 110px !important;
}
.blog-index.blog-index-v3 a.blog-pagination__link.blog-pagination__next-link, .blog-index.blog-index-v3 a.blog-pagination__link.blog-pagination__prev-link {
  border-radius: 5px;
  background: #F6D56D;
  max-width: 89px;
  min-height: 43px;
  flex-shrink: 0;
  color: #61656A;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 114.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.blog-index.blog-index-v3 a.blog-pagination__link.blog-pagination__next-link--disabled, .blog-index.blog-index-v3 a.blog-pagination__link.blog-pagination__prev-link--disabled {
  border-radius: 5px !important;
  border: 1px solid #61656A !important;
  background: #FFFFFF !important;
  color: #61656A;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 114.4%; 
}

.blog-index.blog-index-v3 a.blog-pagination__link.blog-pagination__number-link {
  height: 44px !important;
  min-width: 44px !important;
  width: 100% !important;
  border-radius: 5px !important;
  border: 1px solid #CC9412 !important;
  color: #CC9412;
  text-align: center !important;
  font-family: "Open Sans", sans-serif,sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 114.4% !important;
  vertical-align: middle !important;
  padding-bottom: 5px !important;
}
.blog-index.blog-index-v3 a.blog-pagination__link.blog-pagination__number-link:hover {
  color: #fff !important;
}
.blog-index.blog-index-v3 a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active:hover{
  background: #FFFFFF !important;
  border: 1px solid #CC9412 !important;
  color: #CC9412 !important;
}
.blog-index.blog-index-v3 .blog-pagination .blog-pagination__link--active{
  color: #fff!important;
}

.blog-search.blog-search-v3 input.hs-search-field__input {
  max-width: 365px !important;
  width: 100% !important;
  border-radius: 10px !important;
  border: 1px solid #CC9412 !important;
  height: 58px;
}
.blog-search.blog-search-v3 form {
  text-align: right;
}
.blog-search.blog-search-v3 form button > span > svg {
  display: none;
}
.blog-search.blog-search-v3 form button > span:after {
  content: url(https://174186.fs1.hubspotusercontent-na1.net/hubfs/174186/Algorithm-2023/ERP-blog/search-icon.png);
}

.blog-filter-wrap.blog-filter-wrap-v3 {
  padding-right: 0 !important;
  width: 75% !important;
}
.blog-filter-wrap.blog-filter-wrap-v3 ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.blog-filter-wrap.blog-filter-wrap-v3 ul li.active a{
  color: #CC9412 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}
.blog-filter-wrap.blog-filter-wrap-v3 ul li a:hover{
  color: #CC9412 !important;
}
.blog-listing-strip.blog-listing-strip-v3 {
  padding: 20px 0 40px !important;
}
article.blog-card.blog-card-v3 .social-sharing {
  padding: 0 !important;
}
article.blog-card.blog-card-v3 .social-sharing a{
position:relative;
z-index:2;
}
.subscribe-form-v3-inner .hs_email ul.no-list.hs-error-msgs.inputs-list {
  display: none;
}
.right-sidebar-mobile{
  display: none;
}
.blog-card-content-link-wrapper-v3{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1512px){
  .blog-listing-wrap.blog-listing-wrap-v3 .container,.blog-listing-strip.blog-listing-strip-v3 .container{
    max-width: 1292px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (max-width: 1411px){
  article.blog-card.blog-card-v3 .blog-card__tags a {
    margin-right: 0px!important;
    padding: 10px 10px!important;
  }
  article.blog-card.blog-card-v3 .blog-card__tags {
    display: flex !important;
    gap: 4px;
  }
  .blog-listing-wrap.blog-listing-wrap-v3 .container {
    padding: 0 20px;
  }
  .blog-listing-strip.blog-listing-strip-v3 .container {
    padding: 0 20px;
  }
}
@media (max-width: 1327px){
.post-listing.post-listing-v3 {
    column-gap: 3.5%;
}
  article.blog-card.blog-card-v3 {
    flex-basis: 31%;
    max-width: 31%;
  }
  article.blog-card.blog-card-v3 .blog-card__tags a {
    font-size: 10px!important;
  } 
}
/* @media (max-width: 1169px) and (min-width: 1125px){
.postANDsidebar .blog-card {
min-height: 669px;
}
}
@media (max-width: 1124px) and (min-width: 1094px){
.postANDsidebar .blog-card {
min-height: 693px;
}
}
@media (max-width: 1093px) and (min-width: 1046px){
.postANDsidebar .blog-card {
min-height: 718px;
}
}
@media (max-width: 1045px) and (min-width: 991px){
.postANDsidebar .blog-card {
min-height: 743px;
}
}
@media (max-width: 990px) and (min-width: 933px){
.postANDsidebar .blog-card {
min-height: 767px;
}
}
@media (max-width: 932px) and (min-width: 822px){
.postANDsidebar .blog-card {
min-height: 885px;
}
} */

@media (max-width: 1125px){
/*   .post-listing.post-listing-v3 {
    gap: 20px;
  } */
  article.blog-card.blog-card-v3 {
    flex-basis: 48%;
    max-width: 48%;
  }
.post-listing.post-listing-v3 {
          column-gap: 4%;
}
  article.blog-card.blog-card-v3 .blog-card__tags a {
    margin-right: 5px!important;
    padding: 10px 15px!important;
  }
}
@media (max-width: 767px){
  .blog-listing-strip.blog-listing-strip-v3 .blog-inner-strip {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .blog-filter-wrap.blog-filter-wrap-v3 {
    width: 100%!important;
    margin-bottom: 5px !important;
  }
  .blog-search.blog-search-v3 input.hs-search-field__input {
    max-width: 100%!important;
    width: 100%!important;
  }
  .postANDsidebar {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  .postANDsidebar .left-post {
    flex-basis: 100%;
    max-width: 100%;
  }
  .postANDsidebar .right-sidebar {
    flex-basis: 100%;
    max-width: 100%;
  }
  .post-listing.post-listing-v3 {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  article.blog-card.blog-card-v3 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .postANDsidebar .blog-card {
    min-height: 463px;
  }
  .blog-search.blog-search-v3 input.hs-search-field__input {
    height: 50px;
  }
  .blog-listing-strip.blog-listing-strip-v3 .blog-inner-strip {
    padding: 15px 0 25px;
  }
  .right-sidebar-desktop{
    display: none;
  }
  .right-sidebar-mobile{
    display: block;
  }
  .postANDsidebar .left-post article.blog-card p.blog-card__date {
    font-size: 10px;
    min-height: 32px;
    padding: 0 10px;
  }
  .postANDsidebar .left-post article.blog-card .blog-card__tags {
    display: flex;
    flex-direction: row;
  }
  .postANDsidebar .left-post article.blog-card .blog-card__tags a, .postANDsidebar .left-post article.blog-card .blog-card__tags a:hover {
    font-size: 10px;
    padding: 10px 16px;
  }
  .postANDsidebar .left-post article.blog-card h3.blog-card__title {
    font-size: 18px;
  }
  .postANDsidebar .left-post article.blog-card h3.blog-card__title a, .postANDsidebar .left-post article.blog-card h3.blog-card__title a:hover {
    font-size: 18px;
  }
  .postANDsidebar .left-post article.blog-card .blog-card__post-summary {
    font-size: 12px;
  }
  .postANDsidebar .left-post article.blog-card .blog-card__button a img {
    margin-left: 5px;
    width: 23px;
    height: 23px;
  }
  .postANDsidebar .left-post article.blog-card .blog-card__button a {
    font-size: 12px;
  }
  .postANDsidebar .left-post article.blog-card .social-sharing--blog-card__button {
    margin-top: 20px;
  }
  article.blog-card.blog-card-v3 h3.blog-card__title, article.blog-card.blog-card-v3 h3.blog-card__title a {
  
  }
  article.blog-card.blog-card-v3 .blog-card__content {
    padding: 16px 16px!important;
  }
  article.blog-card.blog-card-v3 h3.blog-card__title {
    padding: 5px 0 29px !important;
  }
  article.blog-card.blog-card-v3 .blog-card__button a {
    font-size: 12px!important;
  }
  article.blog-card.blog-card-v3 .blog-card__tags {
    padding: 0 0 5px !important;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  article.blog-card.blog-card-v3 .social-sharing ul li a {
    justify-content: flex-start !important;
  }
 
  .blog-index.blog-index-v3 .blog-pagination{
    padding: 10px 0 40px!important;
    border-bottom: 1px solid #CECFD1;
  }
  .right-sidebar.right-sidebar-mobile {
    margin-top: 35px;
    margin-bottom: 80px;
  }
  .most-popular-item {
    gap: 18px;
    justify-content: flex-start;
    align-items: center;
  }
  .most-popular-img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
  }
  .most-popular-title {
    font-size: 14px;
    font-weight: 500;
  }
  .popular-blogs h4 {
    margin-bottom: 35px;
  }
}


@media (max-width: 767px){
  .blog-listing-wrap.blog-listing-wrap-v3 .container {
    padding: 0 15px;
  }
  .blog-listing-strip.blog-listing-strip-v3 .container {
    padding: 0 15px;
  }
  .left-post .blog-card__tags {
    gap: 5px;
    display: flex;
    flex-direction: column;
    width: max-content;
  }
    .post-listing.post-listing-v3 {
        margin-left: 0;
        margin-right: 0;
    }
  article.blog-card.blog-card-v3{
    margin: 0 0 12px !important;
  }
  .postANDsidebar .left-post article.blog-card .blog-card__date-v3 {
    margin-bottom: 20px;
  }
  .postANDsidebar .left-post article.blog-card {
    padding: 20px 16px;
    min-height: 512px;
    position: relative;
    z-index: -11;
  }
  .postANDsidebar .left-post article.blog-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
  .post-listing.post-listing-v3 {
    padding-bottom: 10px;
  }
  .blog-index.blog-index-v3 a.blog-pagination__link.blog-pagination__next-link{
    max-width: 89px;
    min-height: 43px;
    margin: 0 0 0 3px;
  }
  .blog-index.blog-index-v3 a.blog-pagination__link.blog-pagination__prev-link{
    max-width: 89px;
    min-height: 43px;
    margin: 0 3px 0 5px;
  }

  .blog-index.blog-index-v3 a.blog-pagination__link.blog-pagination__number-link {
    height: 43px!important;
    margin: 0 3px;
    min-width: 44px!important;
    width: 100%!important;
  }
  article.blog-card.blog-card-v3 .blog-card__tags a {
    font-size: 11px!important;
    margin-right: 3px!important;
    padding: 10px 16px!important;
  }
  .blog-filter-wrap.blog-filter-wrap-v3 ul {
    column-gap: 18px;
  }
  .blog-banner-v3 .left-content h1:before{

  }
  .blog-listing-strip.blog-listing-strip-v3 {
    padding: 0px 0 28px!important;
  }
  .blog-filter-wrap.blog-filter-wrap-v3 ul li a {
    font-size: 12px;
  }
  .blog-card__image-wrapper.blog-card__image-wrapper-v3 {
    min-height: 196px;
    padding: 16px !important;
    justify-content: end !important;
  }
  .blog-filter-wrap.blog-filter-wrap-v3 ul li.active a {
    text-decoration: underline !important;
  }

}

/* End erp blog v3 css */


/* Start erp blog post v3 css */
.post-hero-banner.post-hero-banner-v3 .container, .blog-post-wrap-v3 .container {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 80px;
  width: 100%;
}
.post-hero-banner-v3 .post-hero-inner {
  padding: 0;
  max-width: 100%;
}
.post-hero-left.post-hero-left-v3 .hero-post-tags {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.post-hero-left.post-hero-left-v3 .hero-post-tags a {
  background: none;
  border-radius: 64px;
  border: 1.5px solid #61656A;
  display: inline-flex;
  padding: 13px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #61656A;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 154.4%;
}
.post-title_meta__social {
  display: flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.post-hero-left.post-hero-left-v3 .post-title__meta {
  max-width: 98%;
  width: 100%;
}

.post-hero-left.post-hero-left-v3 .social-sharing {
  max-width: 2%;
  width: 100%;
}

.post-hero-banner.post-hero-banner-v3 .post-hero-left-v3 .post-title h1 {
  color: #61656A;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.9%;
  max-width: 885px;
}
.post-hero-left-v3 .blog-post__meta a {
  color: #61656A !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}
.post-hero-left-v3 .blog-post__meta span {
  color: #61656A !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  border-right: none !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
}
.post-title_meta__social ul.share-buttons {
  align-items: center;
  display: flex!important;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}
.post-title_meta__social ul.share-buttons li {
  margin: 0px !important;
}
.post-hero-banner.post-hero-banner-v3 .social-sharing ul li a{
  color: #231F1F !important;
}
.post-hero-banner.post-hero-banner-v3:after {
  background: #fff !important;
}
.post-hero-banner.post-hero-banner-v3 .blog-post__meta {
  text-align: center;
}
.post-hero-banner.post-hero-banner-v3{
  padding-bottom: 0px;
}
.post-hero-banner.post-hero-banner-v3 .post-hero-inner {
  padding-bottom: 60px;
  border-bottom: 1px solid #CECFD1;
}
.blog-post-wrap.blog-post-wrap-v3 .blog-post-inner {
  display: block !important;
}
.blog-post-wrap.blog-post-wrap-v3 .featured-image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.blog-post-wrap.blog-post-wrap-v3 .left-right-post-wrapper {
  display: flex;
  justify-content: space-between;
}
.left-right-post-wrapper.left-right-post-wrapper-v3 {
  margin-top: 25px;
  margin-bottom: 60px;
}
.blog-post-wrap.blog-post-wrap-v3 {
  padding-top: 35px !important;
}
section.blog-post__body.blog-post__body-v3 h3:first-child {
  margin-top: 0px !important;
}
.post-hero-right.post-hero-right-v3 {
  background-color: unset !important;
  padding: 0px !important;
}
.post-hero-right.post-hero-right-v3:before {
  background-color: unset !important;
}
.left-right-post-wrapper.left-right-post-wrapper-v3 .left-side-post {
  width: 71% !important;
}
.left-right-post-wrapper.left-right-post-wrapper-v3 .right-post-widgets {
  width: 29% !important;
  padding-left: 0px !important;
}


section.blog-post__body.blog-post__body-v3 h2 {
  color: #61656A;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.4%;
}


section.blog-post__body.blog-post__body-v3 p, section.blog-post__body.blog-post__body-v3 h3, section.blog-post__body.blog-post__body-v3 h3 span, section.blog-post__body.blog-post__body-v3 p span, section.blog-post__body.blog-post__body-v3 div span, section.blog-post__body.blog-post__body-v3 > span > span, section.blog-post__body.blog-post__body-v3 ul li, section.blog-post__body.blog-post__body-v3 ol li {
  color: #61656A;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 149.4%;
}

section.blog-post__body.blog-post__body-v3 a {
  text-decoration: underline !important;
  color: #CC9412;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 149.4%;
}
section.blog-post__body.blog-post__body-v3 li:after {
  background-color: #61656A !important;
  border-radius: 30px;
  content: "";
  height: 3px !important;
  left: 12px !important;
  position: absolute;
  top: 14px !important;
  width: 3px !important;
}
.blog-tags.widget-design.widget-design-blog-tags-v3 h3 {
  border: none !important;
  color: #231F1F !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  margin-bottom: 0px !important;
}
.blog-tags.widget-design.widget-design-blog-tags-v3 ul li a {
  border-bottom: 1px solid #EAEBEC !important;
  display: flex !important;
  justify-content: space-between;
  color: #61656A !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 154.4% !important;
  padding: 11px 20px !important;
  margin-bottom: 0px !important;
}
.blog-tags.widget-design.widget-design-blog-tags-v3 {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 17px 91px 0px rgba(0, 0, 0, 0.07);
  padding: 15px 0 0;
  margin: 0 0 30px !important;
}
.blog-tags.widget-design.widget-design-blog-tags-v3 ul li:last-child a {
  border-bottom: none !important;
}
.blog-tags.widget-design.widget-design-blog-tags-v3 ul li a span {
  border-radius: 4px;
  background: #CC9412;
  color: #FFF !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 154.4% !important;
  padding: 3px 5px 3px 5px !important;
}


.widget-design-post-month-v3 h3 {
  border: none !important;
  color: #231F1F !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  margin-bottom: 0px !important;
}
.widget-design-post-month-v3 ul li a {
  border-bottom: 1px solid #EAEBEC !important;
  display: flex !important;
  justify-content: space-between;
  color: #61656A !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 154.4% !important;
  padding: 11px 20px !important;
  margin-bottom: 0px !important;
}
.widget-design-post-month-v3 {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 17px 91px 0px rgba(0, 0, 0, 0.07);
  padding: 15px 0 0;
}
.widget-design-post-month-v3 ul li:last-child a {
  border-bottom: none !important;
}
.widget-design-post-month-v3 ul li a span {
  border-radius: 4px;
  background: #CC9412;
  color: #FFF !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 154.4% !important;
  padding: 3px 5px 3px 5px !important;
}
.widget-design-post-month-v3 a.filter-expand-link {
  display: none;
}
section.blog-post__author.blog-post__author-v3 {
  border-radius: 6px;
  border: 1px solid #61656A;
  background: #FFF !important;
  min-height: 374px;
}
section.blog-post__author.blog-post__author-v3 img {
  min-height: 324px;
  max-width: 314px;
  width: 100% !important;
  background: grey;
  border-radius: 7px !important;
  object-fit: cover;
}
.blog-post-page.blog-post-page-v3 .blog-post-wrap.blog-post-wrap-v3 .left-side-post .blog-post__author.blog-post__author-v3 .blog-post__author-about h5.blog-post__author-name {
  color: #61656A !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 125.4% !important;
}
.blog-post-page.blog-post-page-v3 .blog-post-wrap.blog-post-wrap-v3 .left-side-post .blog-post__author.blog-post__author-v3 .blog-post__author-about p.blog-post__author-bio {
  color: #61656A;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 149.4%; 
}
.blog-post-page.blog-post-page-v3 .blog-post-wrap.blog-post-wrap-v3 .left-side-post .blog-post__author.blog-post__author-v3 .blog-post__author-about {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 324px;
}
.blog-post-page.blog-post-page-v3 .blog-post-wrap.blog-post-wrap-v3 .left-side-post .blog-post__author.blog-post__author-v3 .blog-post__author-about a {
  border-radius: 10px !important;
  background: #2D8CFF;
  max-width: max-content;
  padding: 13px 30px;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 149.4%;
  display: flex;
  gap: 15px;
  align-items: center;
}
.related-post-header-title {
  color: #61656A;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 114.4%;
  margin-bottom: 68px;
}
.related-post-header-title span {
  color: #CC9412;
}
.post-hero-left.post-hero-left-v3 .hero-post-tags a:hover {
  background: #CC9412;
  color: #fff;
  border: 1.5px solid #CC9412;
}
.post-hero-banner.post-hero-banner-v3 .social-sharing ul li a:hover {
  color: #cc9412 !important;
}
.post-hero-banner.post-hero-banner-v3 .post-hero-left-v3 .post-title {
  margin: 0 0 20px!important;
  text-align: center;
}
.right-post-widgets>.post-hero-right.post-hero-right-v3 {
  margin-bottom: 30px!important;
}
.related-post-items .post-listing-v3 article{
  display:none;
}
.related-post-items .post-listing-v3 article.show{
  display: block;
}

@media screen and (max-width: 1512px){
  .post-hero-banner.post-hero-banner-v3 .container, .blog-post-wrap-v3 .container{
    max-width: 1292px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  .post-hero-left.post-hero-left-v3 {
    max-width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .blog-banner-v3 .left-content h1 {
    font-size: 48px !important;
  }
  .resources-card__button-v3 a {
    width: 123.16px !important;
  }
}
@media (max-width: 767px){
  .blog-post-wrap-v3 .container, .post-hero-banner.post-hero-banner-v3 .container {
    padding: 0 15px;
  }
  .post-hero-left.post-hero-left-v3 .hero-post-tags {
    gap: 7px;
    padding: 0 0 5px;
  }
  .post-hero-left.post-hero-left-v3 .hero-post-tags a {
    font-size: 10px;
    gap: 10px;
    padding: 9px 15px;
  }
  .post-hero-banner.post-hero-banner-v3 .post-hero-left-v3 .post-title h1 {
    font-size: 24px;
    line-height: 120%;
    max-width: 303px;
    padding-bottom: 15px;
  }
  .post-hero-banner.post-hero-banner-v3 {
    padding-top: 85px!important;
  }
  .post-hero-left-v3 .blog-post__meta a {
    font-size: 12px;
  }
  .post-hero-left-v3 .blog-post__meta span {
    font-size: 10px;
    font-weight: 400;
  }
  .post-hero-banner.post-hero-banner-v3 .blog-post__meta {
    font-size: 10px;
  }
  .post-hero-banner.post-hero-banner-v3 .post-hero-inner {
    padding-bottom: 40px;
  }
  .post-title_meta__social {
    align-items: end;
  }
  .blog-post-wrap.blog-post-wrap-v3 {
    padding-top: 15px!important;
  }
  .blog-post-wrap.blog-post-wrap-v3 .featured-image-wrapper img {
    height: 254px;
  }
  .blog-post-wrap.blog-post-wrap-v3 .left-right-post-wrapper {
    flex-direction: column;
  }
  .left-right-post-wrapper.left-right-post-wrapper-v3 .left-side-post {
    width: 100%!important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
  section.blog-post__body.blog-post__body-v3 div span, section.blog-post__body.blog-post__body-v3 h3, section.blog-post__body.blog-post__body-v3 h3 span, section.blog-post__body.blog-post__body-v3 ol li, section.blog-post__body.blog-post__body-v3 p, section.blog-post__body.blog-post__body-v3 p span, section.blog-post__body.blog-post__body-v3 ul li, section.blog-post__body.blog-post__body-v3>span>span {
    font-size: 16px!important;
  }
  section.blog-post__body.blog-post__body-v3 h2 {
    font-size: 20px!important;
  }
  .blog-post-page .blog-post-wrap .left-side-post .blog-post__body-v3 {
    padding-bottom: 0px;
  }
  section.blog-post__author.blog-post__author-v3 {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
  }
  section.blog-post__author.blog-post__author-v3 img {
    background: grey;
    border-radius: 7px!important;
    max-width: 100%;
    min-height: auto;
    object-fit: cover;
    width: 100%!important;
    height: 179px;
    margin-right: 0px !important;
  }
  .blog-post-page.blog-post-page-v3 .blog-post-wrap.blog-post-wrap-v3 .left-side-post .blog-post__author.blog-post__author-v3 .blog-post__author-about h5.blog-post__author-name {
    font-size: 16px!important;
  }
  .blog-post-page.blog-post-page-v3 .blog-post-wrap.blog-post-wrap-v3 .left-side-post .blog-post__author.blog-post__author-v3 .blog-post__author-about p.blog-post__author-bio {
    font-size: 12px;
  }
  .blog-post-page.blog-post-page-v3 .blog-post-wrap.blog-post-wrap-v3 .left-side-post .blog-post__author.blog-post__author-v3 .blog-post__author-about {
    min-height: auto;
  }
  .blog-post-page.blog-post-page-v3 .blog-post-wrap.blog-post-wrap-v3 .left-side-post .blog-post__author.blog-post__author-v3 .blog-post__author-about a {
    max-width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
  }
  section.blog-post__author.blog-post__author-v3 {
    padding: 13px !important;
    gap: 13px;
  }
  .left-right-post-wrapper.left-right-post-wrapper-v3 .right-post-widgets {
    padding-left: 0!important;
    width: 100%!important;
    display: none !important;
  }
  .left-right-post-wrapper.left-right-post-wrapper-v3 {
    margin-bottom: 20px;
  }
  .blog-post-wrap.blog-post-wrap-v3 .related-post-items {
    margin-bottom: 30px;
  }
  .blog-post-wrap.blog-post-wrap-v3  .related-post-header-title {
    font-size: 24px;
  }
  .blog-banner-v3 .left-content h1:before {
    margin-right: 13px !important;
    width: 41px !important;
    top: 12px !important;
  }
  .related-post-items .newseventviewmorebtn {
    border: 0;
  }
}


/* End erp blog post v3 css */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.systems-page form,
.systems-page div#content{
  max-width:767px;
}

.systems-page form ul.no-list{
  padding-left:0;
}
.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: Open Sans, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.content-wrapper>div.error-page {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  height: 40px;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
  display:flex;
  align-items:center;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Open Sans, 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;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media(max-width:940px) and (min-width:768px){
  div.page-header > h1 {
    font-size: calc((3.6 - 1) * 0.9vw + 1rem);
  }
}

@media (max-width:767px){
  .systems-page .success{
    min-width:100%;
    height:auto;
  }
  .systems-page h1 {
    font-size: 26px;
  }

  .systems-page h2 {
    font-size: 21px;
  }
  .systems-page form input.email-edit.hs-input{
    width:100%!important;
  }
}

@media(max-width:370px){
  h1.error-page_heading {
    font-size: calc((3.6 - 1) * 0.8vh + 1rem);
  }
}

.page-404 .banner-wrapper{  
  min-height: 70vh;
  padding-top: 60px;
  margin-top: 40px;
  align-items: center;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.page-404 .banner-wrapper .section-background{  
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.page-404 .banner-wrapper .section-background-overlay{
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.19;
}
.page-404 .container-fluid.section-2 {
  text-align: center;
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  background: #fff;
  min-height: 100%;
}

.page-404 .container-fluid.section-2 h2 {
  margin-top: 0;
}

.page-404 .container-fluid.section-2 p {
  margin-bottom: 0;
}

.page-404 .container-fluid.section-2  .hs-button {
  margin: 0;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  padding: .7em 1.169em;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  min-width: 0;
}
.page-404 .banner-wrapper .banner-content{
  justify-content: center;
  padding-bottom: calc(70vmax / 10);
  justify-content: center;
  margin: 0 auto;
  padding-right: 3vw;
  padding-left: 3vw;
  width: 100%;
  position: relative;
  padding-top: calc(70vmax / 10);
  max-width:100%;
}

.page-404 .banner-wrapper .row{
  margin-left: -17px;
  margin-right: -17px;
}

.page-404 .banner-wrapper .content{
  padding:0 17px 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  text-transform: none;
}
.page-404 .banner-wrapper .content > *:first-child{
  margin-top: 0;
}
.page-404 .banner-wrapper .content > *:last-child{
  margin-bottom: 0;
}
.page-404 .banner-wrapper h1{  
  text-align: center;
  white-space: pre-wrap;
  color:white;

}

.page-404 .banner-wrapper p{  
  text-align: center;
  color:white;
  margin:16px 0 0;
}
.systems-page h4::after {
  display: none;
}
@media(min-width:768px){
  .page-404 .container-fluid.section-2 .content {
    width: 50%;
  }
  .container-fluid.layout-system .content-wrapper>div {
    width: 75%;
  }
}

@media screen and (min-width: 1908px){
  .page-404 .banner-wrapper p {
    font-size: calc(1.4 * 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: portrait){
  .page-404 .banner-wrapper p{ 
    font-size: calc((1.4 - 1) * 1.2vh + 1rem);
  }
}
@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: landscape){
  .page-404 .banner-wrapper{
    font-size: calc((1.1 - 1) * 1.2vw + 1rem);
  }
  .page-404 .banner-wrapper p{
    font-size: calc((1.4 - 1) * 1.2vw + 1rem);
  }
}

@media screen and (min-width: 768px){
  .page-404 .banner-wrapper .inner-section {
    width: 50%;
    margin:0 auto;
  }
}

@media screen and (max-width: 767px){
  .page-404 .banner-wrapper .content{
    padding:17px;
  }
  .page-404 .banner-wrapper {
    min-height: 70vh;
    padding-top: 47px;
  }
  .page-404 .banner-wrapper .banner-content{
    padding-right: 6vw;
    padding-left: 6vw;
  }
}


ul.bio-social svg {
  width: 20px;
  height: 20px;
}

ul.bio-social {
  display: flex;
}

/*------ page-style -------*/
/*----- banner ----*/

.new-hubdb .banner-wrapper {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.new-hubdb .banner-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.2);
}
.new-hubdb .banner-wrapper .content-wrapper {
  padding-bottom: calc(70vmax / 10);
  justify-content: center;
  margin: 0 auto;
  padding-right: 3vw;
  padding-left: 3vw;
  width: 100%;
  position: relative;
  padding-top: calc(70vmax / 10);
  max-width: 100%;
}
.new-hubdb .banner-wrapper .content {
  width: 50%;
  margin: 0 auto;
  padding: 0 17px 17px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  text-transform: none;
}
.new-hubdb .banner-wrapper .content h1 {
  text-align: center;
  white-space: pre-wrap;
  color: white;
  margin-top: 0;
}
.new-hubdb .banner-wrapper .content p {
  text-align: center;
  color: white;
  margin: 16px 0 0;
  font-size: calc((1.4 - 1) * 1.2vw + 1rem);
}

/*----- body -----*/

.new-hubdb .post-page-wrapper .content-wrapper .content {
  width: 92.754%;
  padding-left: 15px;
  padding-right: 15px;
}
.new-hubdb .post-page-wrapper .content-wrapper .content .row {
  margin: 0;
}
.new-hubdb .post-page-wrapper .content-wrapper .content-grp::before, 
.new-hubdb .post-page-wrapper .content-wrapper .content-grp::after {
  display: none;
}
.new-hubdb .post-page-wrapper .content-wrapper .content-grp {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.new-hubdb .post-page-wrapper .content-wrapper .content-grp > *:nth-child(1) {
  width: 50%;
}
.new-hubdb .post-page-wrapper .content-grp > *:nth-child(1) .team-image-wrapper {

  padding: 0 85px 0 0;
  width: 100%;
  height: 100%;
}
.new-hubdb .post-page-wrapper .content-grp > *:nth-child(1) .team-image-wrapper > div {
  border-radius: 15px;
  display: inline-block;
  height: 470px;
  width: 100%;
  position: static;
  background-position: top;
}
.new-hubdb .post-page-wrapper .content-grp > *:nth-child(1) .Team-card-image {
  padding: 0;
}

.new-hubdb .post-page-wrapper .content-wrapper .content-grp > *:nth-child(2) {
  display: inline-block;
  padding: 0 0 0 30px;
  width: 50%;
}
.new-hubdb .post-page-wrapper .content-wrapper .content-grp > *:nth-child(2) > .code-block {
  padding: 0;
}
.new-hubdb .post-page-wrapper .content-wrapper .content-grp > *:nth-child(2) .team-name {
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  width: 100%;
  font-weight: 400;
  margin-bottom: 10px !important;
}
.new-hubdb .social-buttons-wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 40px 0 0;
  width: 100%;
}
.new-hubdb .social-buttons-wrap .soical-buttons-strip {
  display: inline-block;
  margin: 0 15px 0 0;
  width: auto;
}
.new-hubdb .social-buttons-wrap .soical-buttons-strip .soical-icon {
  display: inline-block;
  width: 100%;
}
.new-hubdb .social-buttons-wrap .soical-buttons-strip .soical-icon a {
  align-items: center;
  border: 1px solid #ce9612;
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  transition: all .3s ease-in-out;
  width: 50px;
}
.new-hubdb .social-buttons-wrap .soical-buttons-strip .soical-icon a svg {
  fill: #ce9612;
  height: 16px;
  object-fit: contain;
  object-position: center;
  width: 16px;
}
.new-hubdb .social-buttons-wrap .soical-buttons-strip .soical-icon a:hover {
  background-color: #ce9612;
}
.new-hubdb .social-buttons-wrap .soical-buttons-strip .soical-icon a:hover svg {
  fill: #fff;
}

.new-hubdb .post-page-wrapper .content-wrapper .outer-wrap-bio .content-grp {
  max-width: 1140px;
  margin: 0 auto;
  flex-direction: column;
  align-items: flex-start;
}
.new-hubdb .post-page-wrapper .content-wrapper .outer-wrap-bio .content-grp > * {
  width: 100%;
}
.new-hubdb .background-title h2 {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
  width: 100%;
  margin-top: 20px;
  color: #ce9612;
  font-size: calc((2 - 1) * 1.2vw + 1rem);
}
.new-hubdb .post-page-wrapper .bio-skills {
  padding-left: 0 !important;
}
.new-hubdb .post-page-wrapper .bio-skills ul {
  padding: 0;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -25px;
  padding: 30px 0 0;
  width: calc(100% + 50px);
  list-style: none;
}
.new-hubdb .post-page-wrapper .bio-skills ul > li {
  display: inline-block;
  margin: 0 25px;
  vertical-align: top;
  width: calc(33.33333% - 50px);
}
.new-hubdb .post-page-wrapper .bio-skills ul > li h3 {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  width: 100%;
}
.new-hubdb .post-page-wrapper {
  padding: 3.3vmax 3vw;
}
.new-hubdb .post-page-wrapper > .content-wrapper {
  margin-bottom: 0;
  padding-top: 15px;
}

.new-hubdb .icon-title-subtitle-sec > .content-wrapper {
  max-width: 1170px;
  padding: 0 15px;
  margin-bottom: 0;
}
.new-hubdb .icon-title-subtitle-sec > .content-wrapper .content {
  width: 100%;
}
.new-hubdb .icon-title-subtitle-sec > .content-wrapper .section-title {
  display: inline-block;
  padding: 0 0 50px;
  text-align: center;
  width: 100%;
}
.new-hubdb .icon-title-subtitle-sec > .content-wrapper .section-title h2 {
  display: inline-block;
  width: 100%;
}
.new-hubdb .icon-title-subtitle-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -25px!important;
  width: calc(100% + 50px);
}
.new-hubdb .icon-title-subtitle-wrap > * {
  display: inline-block;
  margin: 0 25px;
  text-align: center;
  vertical-align: top;
  width: calc(33.33333% - 50px);
}
.new-hubdb .icon-title-subtitle-wrap>* div {
  display: inline-block;
  width: 100%;
}
.new-hubdb .icon-title-subtitle-wrap>* div img {
  display: inline-block;
  height: 50px;
  object-fit: contain;
  object-position: center;
  width: 50px;
}
.new-hubdb .icon-title-subtitle-wrap>* h6 {
  color: #ce9612;
  display: inline-block;
  font-size: 16px;
  padding-top: 15px;
  width: 100%;
  margin-bottom: 0;
}

.new-hubdb .post-page-wrapper {
  padding: 3.3vmax 3vw;
}
.new-hubdb .happy-client-section {
  display: inline-block;
  padding: 3.3vmax 3vw;
  width: 100%;
}
.new-hubdb .happy-client-section > .content-wrapper {
  padding: 0 15px;
  max-width: 1170px;
  width: 100%;
}
.new-hubdb .happy-client-section > .content-wrapper .offer-title {
  width: 100%;
  text-align: center;
  color: #ce9612;
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
}
.new-hubdb .happy-client-section > .content-wrapper .offer-title h2 {
  display: inline-block;
  text-transform: capitalize;
  width: 100%;
  margin: 2rem 0;
}
.new-hubdb .happy-client-section > .content-wrapper .offer-title p {
  display: inline-block;
  width: 100%;
}
.new-hubdb .happy-client-section > .content-wrapper .offer-title p span {
  color: #4c4d4f;
  line-height: 1.6;
  text-transform: none;
}
.new-hubdb .happy-client-section .logo-section {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 50px 0 0;
  width: 100%;
}
.new-hubdb .happy-client-section .logo-section .logo-box {
/*   border: 1px dashed #d7e0e5; */
  border-right-width: 0;
  display: inline-block;
  padding: 40px;
  position: relative;
  text-align: center;
  width: 100%;
}
.new-hubdb .happy-client-section .logo-section .logo-box img {
/*   height: 70px; */
  object-fit: contain;
  object-position: center;
  width: 165px;
}
.new-hubdb .happy-client-section .logo-section .logo-box::after {
  border-right: 1px dashed;
  border-color: #d7e0e5;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  display: none;
}

.new-hubdb .post-page-wrapper .content-wrapper .outer-wrap-bio > .row {
  margin: 0;
}

/*--------------- responsive ----------------*/

@media(max-width: 991px){
  .new-hubdb .post-page-wrapper .content-wrapper .content-grp>:first-child {
    width: 100%;
  }
  .new-hubdb .post-page-wrapper .content-wrapper .content-grp>:nth-child(2) {
    width: 100%;
    padding: 30px 0 0;
  }
  .new-hubdb .post-page-wrapper .content-grp>:first-child .team-image-wrapper {
    padding: 0;
  }
  .new-hubdb .post-page-wrapper .content-wrapper .content {
    width: 100%;
    padding: 0;
  }
  .new-hubdb .post-page-wrapper.member_mike_oswalt>.content-wrapper {
    max-width: 750px;
    padding: 0 15px;
  }
  .new-hubdb .social-buttons-wrap {
    padding: 30px 0 0;
  }

  .new-hubdb .post-page-wrapper .content-wrapper .outer-wrap-bio .content-grp {
    padding: 30px 0 0;
  }
  .new-hubdb .background-title h2 {
    margin-top: 0;
  }

  .new-hubdb .post-page-wrapper .bio-skills ul {
    padding: 15px 0 0;
    width: 100%;
    margin: 0;
  }
  .new-hubdb .post-page-wrapper .bio-skills ul>li {
    margin: 0;
    width: 100%;
  }
  .new-hubdb .post-page-wrapper .bio-skills ul>li h3 {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .new-hubdb .icon-title-subtitle-wrap>* {
    width: 100%;
    margin: 0 0 40px;
  }
  .new-hubdb .icon-title-subtitle-sec>.content-wrapper {
    max-width: 750px;
  }
  .new-hubdb .icon-title-subtitle-wrap {
    margin: 0 !important;
    width: 100%;
  }
  .new-hubdb .happy-client-section>.content-wrapper {
    max-width: 750px;
  }
  .new-hubdb .happy-client-section .logo-section {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .new-hubdb .happy-client-section .logo-section .logo-box {
    border-width: 0 0 1px;
    padding: 30px 0;
    width: 50%;
  }
  .new-hubdb .banner-wrapper .content {
    padding: 0;
  }

}

@media(max-width: 767px){
  .new-hubdb .happy-client-section .logo-section {
    padding: 20px 0 0;
  }
  .new-hubdb .happy-client-section .logo-section .logo-box {
    border-width: 0 0 1px;
    padding: 20px 0;
    width: 100%;
  }
  .new-hubdb .happy-client-section .logo-section .logo-box img {
/*     height: 50px; */
    max-width: 140px;
    width: 100%;
  }
  .new-hubdb .post-page-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .new-hubdb .post-page-wrapper .content-wrapper .content-grp>:first-child {
    margin-bottom: 0;
  }
  .new-hubdb .post-page-wrapper {
    padding: 3.3vmax 6vw;
  }
  .new-hubdb .happy-client-section {
    padding: 3.3vmax 6vw;
  }
  .new-hubdb .banner-wrapper .content {
    padding: 0;
    width: 100%;
  }
}

.blog-card .blog-card-v3{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.blog-card__content{
  display:flex !important;
  flex-direction:column;
  height:100%;
}
.blog-card__title-social-sharing{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  height:100%;
}