*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

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

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.333333%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

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

.banner-section .dnd-section>div{
  max-width:100%;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  overflow-x: hidden;
  height: 100%;
  min-height: 100%;
  line-height: 200%;
  position: relative;
  background-color: #fff;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

strong{
  font-weight:700;
}



/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

p{
  margin: 0 0 25px 0;
}

.body-container-wrapper p{
  line-height: 1.8;
}


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

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

h1{
  margin:15px 0 30px 0;
  line-height: 1;
}
h2{
  margin: 0px 0 30px 0;
  line-height: 1.57;

}
h3{
  margin: 30px 0 30px 0;
  line-height: 1.46;
}

h4{
  line-height:1.1;
}

.body-container-wrapper p + p {
  margin-top: 20px;
  margin-bottom: 0;
}

/* Lists */

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

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}
@media(max-width:767px){
  .body-container-wrapper p {
    line-height: 1.86;
  }
  h1{
    margin: 15px 0 20px 0;
  }
  h2 {
    line-height: 1.67;
  }
  h3 {
    line-height: 1.67;
  }
}

@font-face {
  font-family: FontAwesome;
  src:url('//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/fonts/fontawesome-webfont.woff2') format("woff2"),
    url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/fonts/fontawesome-webfont.woff) format("woff"),
    url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/fonts/fontawesome-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src:url('//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/fonts/glyphicons-halflings-regular.woff2') format("woff2"),
    url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/fonts/glyphicons-halflings-regular.woff2) format("truetype");
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}
/* Form fields */

/*.hs-form-field {
  margin-bottom: 20px;
}*/

form label {
  max-width: 100%;
  /*margin-bottom: 5px;*/
  font-weight: 700;
  display:inline-block;
}

ul.no-list.hs-error-msgs.inputs-list label {
  background-color: #c5cfe2;
  border: 1px solid #adbcdc;
  font-weight: 500;
  font-size: .9em;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-align: left;
  margin: 10px 0 10px 0;
  border-radius: 4px;
  color: #222;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 0;
  line-height: inherit;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 0 !important;
}

ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
  overflow: hidden;
}


input[type=text],
input[type=password],
form select,
form textarea,
.hs-input {
  padding: 10px;
  height: auto;
  background-color: #fff;
  border: 1px solid;
  border-radius: 5px;
  outline: 0;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  font-weight: 500;
  color: #414141;
  line-height: 1.42857143;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

form input[type=checkbox] {
  margin-top: 7px;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

.hs-dateinput:after {
  content:"";
  background: url("https://www.bluestonepim.com/hubfs/Bluestone_October_2021/Images/booking-icon.png") no-repeat;
  background-size: cover;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

#resource-form .legal-consent-container .hs-form-booleancheckbox-display>span p {
  font-size: 14px !important;
}

/* Validation */

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


/* Submit button */
.hs-button {
  border-style:solid;
  width: auto;
  box-shadow: none;
  line-height: 1;
  font-size: 20px;
  display:inline-block;
  outline:none !important;
    white-space: normal;
  font-weight: 600;
  text-decoration:none !important;
  letter-spacing: .5px;
  cursor:pointer;
  margin: 20px auto 0;
  text-align: center;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Form for Partner Portal */
.get-in-touch {
  margin-bottom: 40px;
}
.contact-card {
  display: block;
  padding: 20px;
  text-align: center;
}

.benefits-page .top-section .dnd-section {
  padding-top: 65px;
  padding-bottom:30px;
}

.form-section .get-in-touch h2 {
  margin-bottom: 0;
  line-height: normal;
}

.customer-area .dnd-section {
  padding: 48px 0 66px;
}

.customer-area .widget-type-rich_text h2 {
  line-height: normal;
  color: #222;
  margin: 0 0 10px 0;
}

.home-page .our-partners .logo-img {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  background: none;
}

.home-page .our-partners .inner {
  padding: 30px 0 20px;
  flex-wrap: nowrap;
  display: inline-flex;
}

.home-page .our-partners .item {
  width: auto;
  padding: 0px 5px;
}

.home-page .our-partners img {
  width: 90%;
}

.home-page .our-partners {
  text-align: center;
}

.form-section .get-in-touch .wrap {
  margin-top: 25px;
}

.form-section .dnd-section {
  padding: 48px 0;
}

.form-section .get-in-touch .inner {
  margin: 0;
}

.features-page  .form-wrapper .hs-form-field .hs-form-booleancheckbox-display>span p {
  font-weight: 500;
}

.features-page .form-wrapper ul.no-list.hs-error-msgs.inputs-list label {
  line-height: 28px;
  padding: 5px 10px !important;
}

.customers-section .widget-type-rich_text h2 {
  line-height: normal;
}

.header-inner.hover .custom-menu-primary .navigation-primary ul li a {
  opacity: .5;
}

.customers-section .dnd-section {
  padding: 48px 0;
}

.customer-header {
  font-size: 42px;
}

.digital-page .digital-page-row5 .hs_cos_wrapper_type_rich_text p a:hover {
  color: #23438f;
}

.button-group a.utube-video:hover {
  color: #23438f;
}

.customers-section .our-partners .inner {
  padding: 0;
  flex-wrap: nowrap;
}

.customers-section .our-partners .logo-img {
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
}

.customers-section .our-partners .item {
  width: auto;
  padding: 0px 5px;
}

.customers-section .our-partners img {
  width: 90%;
}

.marketplace-section .dnd-section {
  padding-top: 80px;
  padding-bottom: 50px;
}

.marketplace-section .widget-type-rich_text h2 {
  line-height: normal;
  color: #222;
  margin-bottom: 22px;
}

.marketplace-section .widget-type-rich_text p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  margin-top: 30px;
  line-height: 30px;
  color: #222;
  margin-bottom: 0;
}

.marketplace-section .dnd-section>div {
  max-width: 1400px;
}

.marketplace-section .logos-slider {
  padding: 25px 0 40px;
}

.features-page .bottom-section .dnd-section {
  padding-bottom: 32px;
  padding-top: 70px;
}

.features-page .bottom-section .get-in-touch h2 {
  padding-bottom: 42px;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
}

.features-page .get-in-touch .inner {
  margin: 0;
}

.features-page .bottom-section .get-in-touch .content p {
  font-size: 18px;
  max-width: 720px;
  margin: 0px auto;
  line-height: 1.5em;
  padding: 10px;
}

.features-page .get-in-touch .wrap {
  max-width: 720px;
  margin-top: 32px;
}

.architect-page .intro-section .widget-type-rich_text p {
  font-size: 18px;
  line-height: 35px;
  padding: 5px 0;
}

pre {
  overflow: auto;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.features-section .dnd-section {
  padding-top: 70px;
  padding-bottom: 100px;
}

.features-section .widget-type-rich_text h2 {
  color: #222;
  margin-bottom: 25px;
}

.features-section .widget-type-rich_text h4 span {
  background-color: #fff;
  font-size: 20px;
  padding: 10px;
  font-weight: 700;
  display: inline;
}

.features-section .widget-type-rich_text h4 {
  line-height: 24px;
  color: #222;
  margin: 0;
}

.features-section .dnd-section>.row-fluid {
  max-width: 1400px;
}

.features-section .feature-list-wrapper {
  margin-top: 44px;
}

.benefits-page ul.inputs-list p a {
  text-decoration: underline;
}

.benefits-page span.hs-form-required {
  font-size: 14px;
  font-weight: 400;
}


.architect-page .review-card .sub-header {
  width: 57%;
  padding-top: 0;
}

.architect-page .review-card .sub-header p {
  line-height: 35px;
  font-size: 20px;
}

.architect-page .review-card ul {
  margin-left: 20px;
}

.architect-page .review-card ul li {
  padding-left: 0;
  font-size: 16px;
  color: #444;
  padding-bottom: 0;
}

.architect-page .process strong {
  color: #000;
}

.architect-page .process {
  padding-bottom: 40px;
}

.architect-page .market-section .dnd-section {
  padding: 48px 0;
}

.benefits-page.architect-page .process .item p {
  line-height: 26px;
  font-size: 18px;
}

.benefits-page.architect-page .process h2 {
  color: #222;
}

.benefits-page.architect-page .process p {
  line-height: 35px;
  font-size: 20px;
}

.benefits-page.architect-page .tabber {
  background-color: #f4f4f4;
  background-position: right -100px center;
}

.benefits-page.architect-page .tabber .tabber-title:before {
  width: 180px;
  height: 120px;
  top: 20px;
  left: -150px;
}

.benefits-page.architect-page .tabber .tab-link {
  margin: 0px 20px;
  padding: 0px 5px;
  padding-bottom: 5px;
}

.benefits-page.architect-page .tabber .tabber-title .item {
  margin-bottom: 10px;
}

.benefits-page.architect-page .tabber ul {
  margin-left: 20px;
}

.benefits-page.architect-page .tabber .tabber-content {
  padding: 50px 70px 50px 50px;
  min-height: 480px;
}

.benefits-page.architect-page .tabber ul li {
  padding-bottom: 0;
}


.benefits-page.architect-page .top-section .widget-type-rich_text p:last-child img:last-child {
  margin-right: 0;
}

.benefits-page.architect-page .intro-section .dnd-section {
  padding: 48px 0;
}

.body-wrapper {
  overflow: hidden;
}

.benefits-page.architect-page .top-section .widget-type-rich_text ul li {
  margin-bottom: 10px;
}

.benefits-page.architect-page .top-section .widget-type-rich_text ul li:last-child {
  margin: 0;
}

a#cta_button_19954080_22e3f826-59b0-4fcd-b988-d00d1119642c {
  text-transform: capitalize;
  color: #fff;
  background: #0f05cc;
  border-radius: 35px;
  border: 0px;
  box-shadow: none;
}
a#cta_button_19954080_22e3f826-59b0-4fcd-b988-d00d1119642c:hover {
  color: #0f05cc;
  background-color: transparent;
  background: none;
  border: 0px;
  box-shadow: 0px 0px 0px 2px #0f05cc inset;
}


.benefits-page.architect-page .top-section .widget-type-rich_text p:last-child img {
  width: 160px;
  height: auto;
  margin-right: 36px;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
}

.review-card p.customer-text:before {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/really-work.png);
}

.product-section .dnd-section {
  padding: 40px 0 48px;
}


.business-page .review-card {
  background-color: #f5f6fa;
  padding-top: 40px;
}

.business-page .review-card h2 {
  line-height: 32px;
  margin: 15px 0;
}

.business-page .review-card .sub-header p {
  line-height: 35px;
}

.business-page .review-card p.customer-text:before {
  left: -245px;
}

.business-page .review-card ul li {
  padding: 0;
  color: #4d4d4d;
}

.business-page .review-card ul li img {
  width: 130px;
}

.business-page .review-card ul {
  margin-bottom: 6px;
}

.benefits-page.business-page .bottom-section .widget-type-rich_text h2 {
  line-height: 32px;
}

.benefits-page.business-page .bottom-section .widget-type-rich_text p {
  color: #4d4d4d;
}

.benefits-page.business-page .bottom-section .widget-type-form {
  padding-bottom:2px;
}

.benefits-page.business-page .actions {
  margin-top: 13px;
}

.benefits-page.business-page .bottom-section .dnd-section{
  padding:40px 0 50px;
}

.benefits-page.business-page .tabber {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.benefits-page.business-page .tabber h2 {
  line-height: 32px;
  padding-bottom: 20px;
}

.benefits-page.business-page .tabber .tabber-title {
  margin-left: -35px;
  margin-right: -135px;
  text-align: center;
  margin-bottom: 30px;
}

.benefits-page.business-page .tabber .tab-link {
  margin: 0;
}

.benefits-page.business-page .tabber .tabber-title .item {
  padding: 10px;
  margin-right: 7px;
}

.benefits-page.business-page .tabber .tabber-title:before {
  width: 200px;
  left: -200px;
  height: 100px;
  top: 17px;
}

.benefits-page.business-page .tabber .tabber-content {
  min-height: 300px;
}

.benefits-page.business-page .tabber ul li {
  padding-bottom: 0;
}

.business-page .process h2 {
  width: 55%;
  line-height: 40px;
  margin: 0px auto;
  color: #222;
  padding-bottom: 30px;
}

.business-page .process {
  background-color: #f5f8fc;
}

.business-page .process .content p {
  width: 70%;
  margin: 0 auto;
  line-height: 35px;
  margin-bottom: 20px;
}

.business-page .process .item p {
  margin: 0 0 10px;
}

.business-page .hs-form-456a2994-f443-4f24-a96c-39bce8828308_a4586863-23f1-4333-87b1-617df74c1f76 fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

.business-page .process h3 {
  margin-bottom: 15px;
}

.business-page  .process .items {
  margin-bottom: 22px;
}

.product-section .widget-type-rich_text h2 {
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 20px;
  margin: 15px 0 15px;
  color: #222;
}

.product-section .widget-type-rich_text p {
  font-size: 20px;
  line-height: 35px;
  color: #222;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.product-section .widget-type-rich_text ul {
  margin: 30px 0;
  padding-left: 0;
  list-style: none;
}

.product-section .widget-type-rich_text ul li {
  color: #222;
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 42px;
  padding-top: 2px;
}

.product-section .widget-type-rich_text ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/digital-tick.png);
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
}
.breadcrumb-menu a {
  text-decoration: none !important;
}


.market-section .widget-type-rich_text h2 {
  color: #222;
  font-size: 32px;
  line-height: 45px;
  margin: 15px 0 40px;
}

.business-page .intro-section .widget-type-rich_text p {
  line-height: 35px;
  margin: 0 0 10px;
}

.business-page .intro-section .dnd-section {
  min-height: 520px;
  padding-top:50px;
  background-position: right center !important;
  background-color: #f5f8fc;
}

.benefits-page .bottom-section .widget-type-rich_text h2 {
  text-align: center;
  font-size: 32px;
  margin: 15px 0;
  line-height: 45px;
  color: #222;
  padding-bottom: 15px;
}

.benefits-page .bottom-section .widget-type-rich_text p {
  font-size: 20px;
  line-height: 40px;
  width: 80%;
  margin: 0px auto;
  color: #222;
}

.benefits-page .bottom-section .widget-type-form {
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 32px;
}

.benefits-page ul.no-list.hs-error-msgs.inputs-list label {
  background: none !important;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
  color: #f2545b !important;
  line-height: 18px !important;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}

.benefits-page ul.no-list.hs-error-msgs.inputs-list {
  padding: 0 !important;
  padding-left: 5px !important;
  margin-bottom: 6px !important;
}

.benefits-page .hs-input::-webkit-input-placeholder,
.benefits-page .hs-input.is-placeholder {
  color: #bfbfbf;
}

.benefits-page ul.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  padding-top: 6px;
  line-height: 18px;
}

.benefits-page ul.inputs-list p {
  font-family: Montserrat;
  color: #33475b;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px !important;
  display: inline;
  margin: 0 !important;
}

.benefits-page form input[type=checkbox], .benefits-page form input[type=radio] {
  height: auto;
  margin-top: 3px;
}

#resource-form form input[type=checkbox] {
    margin-top: 0.4rem;
}
#resource-form .legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0.5rem !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.benefits-page form .inputs-list>li {
  margin: 0;
}

.benefits-page .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 20px !important;
}

.benefits-page .legal-consent-container .hs-form-booleancheckbox-display>span p {
  margin-left: 0px !important;
}

.benefits-page .actions {
  margin-top: 12px;
  margin-bottom: 18px;
  padding: 17px 0;
  text-align: center;
}

.benefits-page .hs-button {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  padding: 12px 22px;
  margin: 0;
  letter-spacing: 0;   
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  background: #0f05cc;
  border-radius: 35px;
  text-transform: capitalize;
  border: none;
}

.benefits-page .btn-download, .benefits-page input.hs-button.primary.large:hover {
  color: #0f05cc;
  padding: 13px 48px;
  background: none;
  background-color: transparent;
  border: 2px solid #0f05cc;
}

/* Website download contact form for benefits page */
.download-contact-form .hbspt-form {
  display: none;
}
.benefits-page .download-content {
  text-align: center;
}
.benefits-page .download-contact-form .hbspt-form .actions{
  text-align: center;
  padding: 0;
  margin: 0;
}
.benefits-page .download-contact-form ul.inputs-list p {
  color: #fff;
  padding: 0px;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2em !important;
}
.benefits-page .download-contact-form .hs-input {
  border-radius: 3px;
  background-color: #fff;
  border-bottom: 0px none !important;
}
.benefits-page .download-contact-form .submitted-message > p {
  color: #fff;
  border: 2px solid #cad5e2!important;
  padding: 5px 15px;
}
.benefits-page .download-contact-form .hs-form-field > label,
.benefits-page .download-contact-form span.hs-form-required,
.benefits-page .download-contact-form .hs_error_rollup {
  display: none;
}
.benefits-page .btn-download,
.benefits-page input.hs-button.primary.large {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px;
  color: #fff;
  padding: 15px 50px;
  margin: 20px 0;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  background: #0f05cc;
  border-radius: 35px;
  text-transform: capitalize;
  border: none;
}
.benefits-page .btn-download:hover {
  background-color: transparent;
  background: none;
  border: 2px solid #0f05cc;
  color: #0f05cc;
  padding: 13px 48px;
}
@media (min-width: 992px) {
  .benefits-page .download-content,
  .benefits-page .download-contact-form .hbspt-form .actions {
    text-align: left;
  }
  .benefits-page .btn-download,
  .benefits-page input.hs-button.primary.large {
    font-size: 20px;
    padding: 15px 50px;
  }
}

.customer-page .form-wrapper ul.no-list.hs-error-msgs.inputs-list label {
  line-height: 28px;
  padding: 5px 10px;
}

.careers-page table {
  width: 80%;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}

.careers-page td {
  padding: 3px;
  overflow: hidden;
  word-break: normal;
  vertical-align: top;
  border: none;
}


.features-page .form-wrapper .legal-consent-container ul.no-list.hs-error-msgs.inputs-list,
.features-page .form-wrapper .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list,
.customer-page .form-wrapper .legal-consent-container ul.no-list.hs-error-msgs.inputs-list,
.customer-page .form-wrapper .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  max-width: 345px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}

.customer-page .form-wrapper  ul.no-list.hs-error-msgs.inputs-list label {
  padding: 5px 10px !important;
  line-height: 28px !important;
}


.market-section .widget-type-rich_text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.benefits-page  .tabber h2 {
  margin: 15px 0 0;
  line-height: 45px;
}
.benefits-page  .tabber .tabber-title .item {
  padding-bottom: 12px;
}

.form-wrapper select.hs-input:invalid {
  color: #414141;
}
.hs-input, form select.hs-input.is-placeholder {
  color: #888;
}

.benefits-page  .tabber {
  background-position: right -100px top;
  padding-bottom: 60px;
  background-color: #e6efee;
  background-size: cover;
}

.benefits-page  .tabber .tabber-content {
  min-height: 400px;
}

.benefits-page  .tabber ul li {
  padding-bottom: 5px;
}


.intro-section .widget-type-rich_text p strong {
  color: #222;
}

.intro-section .widget-type-rich_text p {
  color: #000;
  font-weight: 500;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.intro-section .widget-type-rich_text ul {
  padding-left: 0;
  list-style: none;
}

.intro-section .widget-type-rich_text ul li {
  font-size: 18px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-top: 5px;
}

.benefits-page .top-section .widget-type-rich_text h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 0 0 15px 0;
}

.benefits-page .top-section .widget-type-rich_text h1 span {
  display: block;
  font-weight: 500;
  font-size: 34px;
}

.benefits-page .top-section .widget-type-rich_text ul {
  padding: 0;
  list-style: none;
  padding-top: 10px;
  margin:0;
}

.benefits-page .top-section .widget-type-rich_text ul li {
  font-size: 20px;
  padding-left: 25px;
  margin-top: 5px;
  position: relative;
  color: #000;
  display: block;
  font-weight: 600;
  padding-bottom: 5px;
}

.benefits-page .top-section .widget-type-rich_text ul li:after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/digital-tick.png);
  background-size: contain;
  position: absolute;
  top: 3px;
  left: -10px;
}

.partner-page .content-with-bg .wrap {
  background-size: auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #f6f7fa;
  padding-bottom: 40px !important;
  padding-top: 110px !important;
}

.customer-page .get-in-touch .inner {
  margin: 0;
}

.customer-page .get-in-touch h2 {
  padding-bottom: 42px;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 0;
}

.customer-page .get-in-touch p {
  margin-bottom: 32px;
  font-size: 18px;
  color: #4d4d4d;
  text-align: center;
}

.customer-page .get-in-touch .wrap {
  max-width: 720px;
  padding-bottom: 30px;
}

.customer-page .form-wrapper .hs-form-field .hs-form-booleancheckbox-display>span p {
  font-weight: 500;
}

.reviews-section .widget-type-rich_text h2 {
  font-size: 32px;
  line-height: 32px;
  color: #222;
  padding-bottom: 30px;
  margin-bottom: 15px;
}

.reviews-section .widget-type-rich_text p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  color: #222;
}


.customer-page .top-section .widget-type-rich_text h2 {
  width: 70%;
  line-height: 40px;
  margin: 0px auto;
  color: #222;
  padding-bottom: 30px;
}

.customer-page .top-section .widget-type-rich_text p {
  width: 75%;
  margin: 0 auto;
  color: #222;
  margin-bottom: 20px;
}

.customer-page .top-section .widget-type-rich_text p {
  line-height: 30px;
  font-size: 18px;
}

.customer-page .top-section .widget-type-rich_text ul {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}

.customer-page .top-section .widget-type-rich_text ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/digital-tick.png);
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0px;
}

.customers-section .widget-type-rich_text h2 {
  font-size: 32px;
  line-height: 32px;
  color: #222;
  padding-bottom: 30px;
  margin-bottom: 15px;
}

.customers-section .widget-type-rich_text p {
  width: 75%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #222;
}

.customers-section .content-with-image .quote-logo img {
  margin-left: auto;
  margin-right: auto;
  max-height: 60px;
}

.customers-section .content-with-image p {
  padding: 0;
  margin-bottom: 20px !important;
}

.customers-section .content-with-image p:last-of-type {
  line-height: 24px;
  font-size: 16px;
}

.customers-section .content-with-image .wrap {
  height: 500px;
}

.customers-section .content-with-image h6 {
  padding: 0;
  margin-bottom: 20px;
}

.customer-page .top-section .widget-type-rich_text ul li {
  line-height: 30px;
  padding-left: 42px;
  font-size: 18px;
  position: relative;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 2px;
}


.tabber ul li:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/digital-tick.png);
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}

.solutions ul li:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/digital-tick.png);
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}

.partner-page .content-with-bg h1 {
  font-size: 42px;
  line-height: 52px;
  padding: 20px 0 0;
}

.partner-page  .bottom-section .widget-type-rich_text h2 {
  line-height: normal;
  color: #222;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

.partner-page .get-in-touch .inner {
  margin: 0;
}

.partner-page .get-in-touch p {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 0;
}

.partner-page .get-in-touch h2 {
  color: #222;
  line-height: normal;
  margin-bottom: 25px;
}

.partner-page .button-group .hs-btn {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.42857143;
}

.partner-page .content-with-bg p {
  color: #222 !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  margin: 0 0 10px !important;
}

.partner-section .widget-type-rich_text h2 {
  font-size: 32px;
  line-height: normal;
  color: #222;
  margin-bottom: 15px;
}

.partner-section .widget-type-rich_text p {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 10px;
}

.partner-page .top-section .widget-type-rich_text h2 {
  font-size: 21px;
  text-align: left;
  line-height: normal;
  color: #222;
  font-weight: 700;
  margin-bottom: 15px;
}

.partner-page .top-section .widget-type-rich_text p {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 10px;
}

.free-pin-page .top-section .widget-type-rich_text h1 {
  color: #222;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: -1px;
  margin: 0px 0px 15px 0;
}

.free-pin-page .top-section .widget-type-rich_text h1+p {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 15px;
}

.wild-card-section .widget-type-rich_text p {
  line-height: 30px;
  margin-bottom: 40px;
}

.who-we-are .widget-type-rich_text p {
  margin-bottom: 20px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.careers-page .bottom-section .widget-type-rich_text p {
  line-height: 30px;
  margin-bottom: 20px;
}

.careers-page .bottom-section .widget-type-linked_image {
  padding-right:20px;
}

.careers-page .bottom-section .widget-type-rich_text {
  padding-right:20px;
}


.careers-page .widget-type-rich_text h2 {
  margin-bottom: 32px;
}

.careers-page .bottom-section .widget-type-rich_text h3 {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 15px;
  color: #222;
  font-size: 24px;
  line-height: 35px;
}

.free-pin-page .get-in-touch h2 {
  color: #222;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  margin: 15px 0;
}

.free-pin-page .form-wrapper .hs-input::placeholder {
  color: #999;
  opacity:1;
}

.free-pin-page .get-in-touch .inner {
  margin-top: 0;
}

.free-pin-page .get-in-touch .content p {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom:30px;
}

.free-pin-page .form-wrapper ul.no-list.hs-error-msgs.inputs-list label {
  line-height: 28px;
  padding: 5px 10px;
  margin-top: 5px;
  color: #000;
}

.free-pin-page .form-wrapper .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
  margin-bottom: 10px;
}


.free-pin-page .top-section .dnd-section>div>.span12 {
  width: 75%;
  margin: 0px auto;
  display: block;
  float: none;
}

.free-pin-page .widget-type-rich_text h2 {
  color: #222;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  margin: 30px 0;
}

.free-pin-page .top-section .widget-type-linked_image {
  margin: 20px 0;
}

.what-we-offer .widget-type-rich_text ul {
  margin: 0 auto;
  max-width: 65%;
  list-style: none;
  padding: 0;
}

.what-we-offer .widget-type-rich_text ul li {
  margin-bottom: 15px;
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  padding-left: 44px;
  position: relative;
}

.free-pin-page .form-wrapper .hs-form-field .hs-form-booleancheckbox-display>span p {
  font-weight: 500;
}

.free-pin-page .form-wrapper .hs-form-field .hs-form-booleancheckbox-display>span p a {
  color: #285cb0;
  text-decoration: none;
}

.free-pin-page .form-wrapper .hs-form-field .hs-form-booleancheckbox-display>span p a:hover {
  color: #23527c;
}

.free-pin-page .form-wrapper select.hs-input:invalid {
  color: #999;
}

.free-pin-page .form-wrapper input[type=checkbox] {
  width: 18px !important;
  height: 18px !important;
  margin-top: 0 !important;
  position: relative;
  left: 3px;
  top: 2px;
}

.free-pin-page  .what-we-offer .widget-type-rich_text ul li:before {
  content: "\2713\0020";
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  background: #13a100;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 3px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 6px;
}

.free-pin-page  input.hs-button.primary.large {
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .5px;
  border-radius: 5px;
  padding: 15px 70px;
  margin: 0 auto;
}

.free-pin-page  .form-wrapper form .legal-consent-container .input .inputs-list li label {
  margin-bottom: 8px;
}

.free-pin-page .widget-type-rich_text p {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px 0;
  line-height: 35px;
}

.offer-list .widget-type-rich_text p {
  margin: 20px 0;
}

.form-wrapper .input {
  margin: 0 !important;
}

.form-wrapper .hs-input,
.business-page .hs-form-456a2994-f443-4f24-a96c-39bce8828308_bf09a598-9bbb-4187-9e47-79edf5d727f7 fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.form-wrapper select.hs-input {
  padding: 8px 6px;
}

.form-wrapper .hs-form-field {
  padding: 0 15px;
}

.form-wrapper fieldset {
  max-width: none !important;
}

.form-wrapper .form-columns-2 .hs-form-field{
  flex: 0 0 50%;
}

.form-wrapper .hs-form-field {
  width: 100% !important;
  /*margin-bottom: 20px;*/
}


.form-wrapper .legal-consent-container .field.hs-form-field {
  margin-bottom: 0 !important;
  padding: 0 15px !important;
}

.form-wrapper form .inputs-list {
  margin-bottom: 10px;
}

.form-wrapper form .inputs-list li {
  margin: 0;
}

.form-wrapper form .legal-consent-container .input .inputs-list li label {
  line-height: normal;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.form-wrapper .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 20px !important;
}

.form-wrapper input[type=checkbox],
.form-wrapper input[type=radio] {
  margin: 4px 0 0;   
  line-height: normal;
  width: auto !important;
  float: none !important;
  position: relative;
  top: 1px;
}

.form-wrapper  .hs-form-field .hs-form-booleancheckbox-display>span p {
  line-height: 22px;
  font-size: 14px;
  color: #222;
  font-weight: 600;
  margin: 0 !important;
  display: inline;
}

.form-wrapper  .hs-form-field .hs-form-booleancheckbox-display>span p a {
  color: inherit;
  text-decoration: underline;
}

.form-wrapper .actions {
  text-align: center;
}

@media (min-width: 992px) {
  .form-wrapper .form-columns-3,
  .form-wrapper .form-columns-2 {
    display: flex;
  }
  .form-wrapper fieldset {
    margin-left: -15px !important ;
    margin-right: -15px !important ;
  }
}

@media (max-width: 1100px) {
  .home-page .our-partners img {
    width: 95%;
  }
}

@media (max-width: 991px) {

  .home-page .our-partners img {
    width: 95%;
  }

  .home-page .our-partners .item {
    width: auto;
    display: flex;
    align-items: center;
    line-height: 120px;
    margin-bottom: 10px;
  }

  .home-page .our-partners .inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-page .our-partners .inner {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .features-section .dnd-section {
    padding: 48px 0 40px;
  }

  .features-section .widget-type-rich_text h2 {
    line-height: 45px;
  }

  .features-section .widget-type-rich_text h4 span {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
  }

  .features-section .widget-type-rich_text h4 {
    font-size: 16px;
  }

  .features-section .feature-list-wrapper {
    margin-top: 35px;
  }

  .partner-page .button-group .hs-btn {
    font-size: 15px;
  }

  .benefits-page.architect-page .intro-section .dnd-section {
    padding: 40px 0;
  }

  .business-page .review-card h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .business-page .review-card .sub-header p {
    line-height: 30px;
    font-size: 18px;
  }

  .business-page .review-card .mobile p img {
    width: 100px;
  }

  .business-page .review-card .text-center img {
    width: 200px;
    margin: 0;
  }

  .review-card .sub-header {
    margin-bottom: 0;
  }

  .business-page .review-card {
    padding-bottom: 20px;
  }

  .business-page .process {
    padding: 40px 0 18px;
  }

  .business-page .process .content p {
    font-size: 18px;
    line-height: 30px;
  }

  .business-page .process .content img:last-child {
    width: 100%;
  }

  .form-wrapper .legal-consent-container .field.hs-form-field {
    padding: 0 !important;
  }

  .form-wrapper .hs-form-field {
    padding: 0;
  }


  .partner-page .get-in-touch h2 {
    font-size: 26px;
  }

  .partner-page .get-in-touch p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  text-align: center;
  display: flex;
  align-items: center;
  overflow-y: auto;
  opacity: 0;
  transition:none;
  background-color: #00000080;
  visibility: hidden;
  padding: 30px 0 !important;
  padding-right: 4px !important;
}

.modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  width: 500px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin:auto;
  position: relative;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.modal-header {
  border: 0;
  padding: 15px;
}

.modal-body {
  padding: 20px 15px 40px 15px;
  position: relative;
}

.close-btn {
  right: 5px;
  position: absolute;
  font-size: 20px;
  top: 5px;
  border: 2px solid #fff;
  cursor: pointer;
}

.open .modal {
  opacity: 1;
  visibility:visible;  -webkit-transition:.15s linear;
  -o-transition:.15s linear;
  transition:.15s linear;
}


.open .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

.modal form label {
  display: block;
  margin: 0;
}

.modal form {
  width: 350px;
  max-width: 100%;
  margin: 0px auto;
}

.modal .hs-form-field {
  margin-bottom: 10px;
}

.modal h4.modal-title {
  margin-bottom: 10px;
}

.modal h3.form-title:empty {
  margin: 0;
}

.modal .legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  display: inline;
  font-weight: 400;
  margin: 0 !important;
}

.modal .legal-consent-container {
  margin:0 !important;
}

.modal .legal-consent-container {
  margin: 10px auto 24px auto !important;
}

.modal .legal-consent-container .input label {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 400;
  cursor: pointer;
}

.modal .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
  margin-bottom: 20px;
}

.modal .legal-consent-container ul.no-list.hs-error-msgs.inputs-list label {
  margin-bottom: 0 !important;
}

.modal li.hs-form-booleancheckbox {
  margin: 0 !important;
}

.modal  ul.no-list.hs-error-msgs.inputs-list label {
  padding: 5px 20px;
  color: #000;
  margin-bottom: 10px;
}

.modal input.hs-button.primary.large:hover {
  background-color: #0bca4c !important;
}

.modal  .legal-consent-container .hs-form-booleancheckbox-display input {
  margin-top: 4px;
  margin-left: 10px;
  margin-right: -3px;
}

.modal  .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 20px!important;
  text-align: center;
  line-height: 1;
}

.modal .hs-input {
  width: 100%;
  color: #414141;
  font-size: 15px;
  font-weight: 600;
  padding: 5px;
  border: 1px solid #A2A2A2;
  border-radius: 5px;
  line-height: inherit;
}


.modal input.hs-button.primary.large {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #06b040;
  padding: 10px;
  margin: 0 auto;
  border: 0;
  line-height: 28px;
  border-radius: 5px;
  letter-spacing: 0;
}

h4.modal-title {
  color: #324ead;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 1.2em;
}

.modal form {
  padding: 30px 0;
}


.breadcrumb-menu {
  display: flex;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 10px;
  color: #767676;
}

.breadcrumb-menu li {
  padding: 0;
  display: inline;
  float: none;
}

.breadcrumb-menu .hs-breadcrumb-menu-divider:before {
  content: '>>';
  padding-left: 3.5px;
  font-weight: 700;
}

.press-page .widget-type-rich_text h3:last-child {
  padding-bottom: 28px;
}

.blockquote-area blockquote {
  font-weight: 500;
  color: #000;
  text-align: center;
  width: 100%;
  margin: 0 auto !important;
  border: 0;
  padding: 30px 2.5%;
  font-size: 22px;
  line-height: 30.6px;
  position: relative;
}

.blockquote-area blockquote:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  position: absolute;
  left: -20px;
  content: "";
  top: 21px;
}

.blockquote-area blockquote:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  position: absolute;
  right: -20px;
  bottom: -13px;
  content: "";
}

.blockquote-area blockquote+h4{
  text-align: center;
  display: block;
  margin: 0 0 10px ;
  font-size: 20px;
  line-height: 30.6px;
  color: #000;
  font-weight: 600;
}

.team-page .widget-type-rich_text p {
  font-size: 20px;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.8em;
}

.team-page .widget-type-rich_text h1 {
  line-height: 60px;
  margin: 0px 0px 15px 0;
}

.trust-company-section h3 {
  text-transform: uppercase;
  color: #92959d;
  font-size: 22px;
  margin: 15px 0;
  line-height: 35px;
}

.benefits-section .widget-type-rich_text h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #324ead;
  min-height: 60px;
  margin: 15px 0;
}

.benefits-section .span4 .widget-type-linked_image img {
  max-height: 89px;
}

.benefits-section .widget-type-rich_text p {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 10px;
}

.benefits-section .widget-type-rich_text ul {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.press-page .press-subtitle.empty h2 {
  margin: 0 !important;
}

.press-page .top-section {
  padding: 0px 20px;
  padding-top: 30px;
}

.press-page .top-section .content-wrapper {
  padding: 0;
}

.press-title h1 {
  font-size: 42px;
  line-height: 60px;
  margin: 0px 0px 15px 0;
  padding-bottom: 20px;
}

.press-share {
  display: table-cell;
  vertical-align: top;
  width: 8.33333333%;
  text-align: center;
  padding: 0px 15px;
}

.press-section>div>div {
  height: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

.press-content {
  width: 91.66666667%;
  display: table-cell;
  float: none;
  vertical-align: top;
  padding: 0px 15px;
}

.press-share img {
  width: 25px;
}

.press-share a {
  display: block;
  margin-bottom: 35px;
}


.content-style .widget-type-rich_text p {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}


.press-page .press-subtitle h2 {
  color: #222;
  margin-bottom:15px;
}


.press-page .widget-type-rich_text h3 {
  padding-top: 40px;
  margin: 15px 0 15px 0;
}

.press-contact .inner {
  width: 41.66666667%;
  padding: 0px 15px;
}


.press-contact {
  margin: 0px -15px;
}

.press-section {
  padding-bottom: 108px;
}

.team-page .form-wrapper select.hs-input:invalid {
  color: #414141;
}

.team-page .form-wrapper select.hs-input {
  padding: 10px;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding-top: 10px;
  margin-bottom: 10px;
}

@media(max-width:1599px){

  .benefits-page.architect-page .tabber {
    background-position: right -200px center;
  }

  .benefits-page .tabber {
    background-position: right -200px top;
  }

}




@media(max-width:1399px){

  .benefits-page.architect-page  .tabber.tabber-title:before {
    width: 155px;
    top: 20px;
    left: -120px;
  }


  .benefits-page.business-page .tabber .tabber-title:before {
    width: 150px;
    left: -14%;
  }

  .benefits-page .top-section .widget-type-rich_text h1 {
    font-size: 48px;
    line-height: 50px;
  }

  .benefits-page .tabber  .tabber-title:before {
    left: -14%;
    width:200px;
  }


}

@media(max-width:1359px){
  .benefits-page .tabber {
    background-position: right -250px top;
  }

}

@media(max-width:1249px){
  .benefits-page .tabber .tabber-title:before {
    top: 20px;
    left: -10%;
    width: 130px;
  }
}



@media(max-width:1230px){

  .partner-page .content-with-bg .wrap {
    padding-top: 105px !important;
  }

  .architect-page  .dnd-section[class*="force-full-width-section"]>div {
    padding: 0 !important;
  }

  .benefits-page.architect-page .tabber .content-wrapper {
    padding: 0px 20px;
  }

  .architect-page .content-wrapper, .architect-page .dnd-section>.row-fluid {
    max-width: 100% !important;
    padding: 0px 5px;
  }

  .api-section .content-wrapper {
    padding: 0px 20px;
  }

  .review-card .content-wrapper {
    padding: 0px 20px;
  }

  .architect-page .bottom-section .widget-type-linked_image {
    padding: 0px 15px;
  }

  .architect-page  .process .content-wrapper {
    padding: 0px 20px;
  }

}


@media(max-width:1229px){
  .benefits-page .top-section .dnd-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media(max-width:1200px){
  .intro-description .dnd-section>div {
    max-width: 100% !important;
  }

  .benefits-section .dnd-section>div {
    max-width: 100% !important;
  }

}

@media(max-width:1199px){

  .features-section .dnd-section>.row-fluid {
    max-width: 970px;
  }

  .marketplace-section .dnd-section>div {
    max-width: 970px;
  }

  .architect-page .review-card .sub-header {
    width: 62%;
  }

  .architect-page .review-card p.customer-text:before {
    width: 180px;
    left: -200px;
  }

  .benefits-page.architect-page .tabber {
    background-position: right -250px center;
  }

  .benefits-page.architect-page .tabber .tabber-title:before {
    width: 115px;
    top: 20px;
    left: -72px;
  }


  .business-page .review-card .sub-header p {
    font-size: 18px;
  }

  .business-page .review-card p.customer-text:before {
    left: -205px;
    width: 200px;
  }

  .benefits-page.business-page .tabber .tab-link {
    font-size: 15px;
    line-height: 1.8em;
  }

  .benefits-page.business-page .tabber .tabber-title:before {
    left: -11%;
    width: 115px;
  }


  .business-page .process .content p {
    font-size: 18px;
  }

  .business-page .process .content img:last-child {
    margin-bottom: -20px !important;
  }

  .business-page .process {
    padding-bottom: 18px;
  }

  .product-section .span6 {
    width: 100% !important;
  }

  .product-section .row-fluid {
    flex-wrap: wrap;
  }

  .product-section .widget-type-rich_text ul {
    margin: 0;
  }

  .business-page .intro-section .dnd-section {
    background-position: right -140px center !important;
    min-height: 520px;
    padding-bottom: 0 !important;
  }


  .market-section .widget-type-rich_text p {
    font-size: 16px;
    line-height: 26px;
  }

  .benefits-page .tabber {
    background-position: right -300px top;
    min-height: 100%;
  }


  .benefits-page .top-section .dnd-section {
    padding-top: 30px;
  }

  .benefits-page .top-section .widget-type-rich_text ul li {
    font-size: 18px;
  }

  .benefits-page .top-section .widget-type-rich_text ul {
    margin-top: 20px;
  }

  .intro-section .widget-type-rich_text p {
    line-height: 26px;
  }

  .customer-page .top-section .row-fluid .span6 {
    width: 100% !important;
  }

  .customer-page .top-section .widget-type-rich_text ul {
    margin: 0;
  }


  .careers-page .bottom-section .widget-type-linked_image {
    padding: 0px;
  }

  .careers-page .bottom-section .widget-type-rich_text {
    padding:0px;
  }

  .free-pin-page .top-section .dnd-section>div>.span12 {
    width: 100%;
  }

  .free-pin-page .button-group .hs-btn {
    margin-bottom: 10px;
  }

  .press-contact .inner {
    width: 58.33333333%;
  }

  .partner-page .content-with-bg .content {
    width: 58.33333333%;
  }

}


@media(max-width:1023px){
  .partner-page .content-with-bg h1 {
    padding-top: 20px;
    font-size: 38px;
    text-align: left;
    line-height: 48px;
  }

  .benefits-page.architect-page .tabber {
    background-position: right -220px center;
  }

  .benefits-page.architect-page .tabber .tabber-title:before {
    width: 140px;
    height: 100px;
    top: 20px;
    left: -115px;
  }


  .benefits-page.business-page .tabber .tabber-title:before {
    left: -13%;
  }

  .benefits-page.business-page .tabber .tab-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media(max-width:991px){

  .features-section .dnd-section>.row-fluid {
    max-width: 750px;
  }

  .marketplace-section .dnd-section {
    padding-top: 40px;
    padding-bottom: 36px;
  }

  .marketplace-section .widget-type-rich_text p {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 24px;
  }

  .marketplace-section .dnd-section>div {
    max-width: 75;
    max-width: 750px;
  }

  .marketplace-section .logos-slider {
    padding: 0;
  }

  .features-page .bottom-section .dnd-section {
    padding-top: 48px;
  }

  .features-page .bottom-section .get-in-touch h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }

  .features-page .bottom-section .get-in-touch .content p {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 24px;
    width: 100%;
    font-weight: 500;
    padding: 5px 0;
  }

  .features-page .get-in-touch .wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }

  .features-page .bottom-section .widget-type-linked_image img {
    width: 400px;
  }

  .partner-page .content-with-bg .content-wrapper {
    max-width: 100%;
  }

  .partner-page .dnd-section>.row-fluid {
    max-width: 100%;
  }

  .architect-page .review-card .sub-header {
    width: 80%;
  }

  .architect-page .review-card .sub-header p {
    line-height: 26px;
    font-size: 18px;
  }

  .architect-page .market-section .dnd-section {
    padding-bottom: 20px;
  }

  .benefits-page.architect-page .tabber .mobile-image {
    margin-top: 20px;
  }

  .benefits-page.architect-page .process {
    padding: 40px 0 40px;
  }

  .benefits-page.architect-page .process p {
    font-size: 18px;
    line-height: 26px;
  }

  .benefits-page.architect-page .tabber {
    padding: 40px 0 20px;
  }

  .benefits-page.architect-page .tabber .tab-link {
    margin: 0px 10px;
    padding-bottom: 0;
  }

  .benefits-page .tabber .tabber-title {
    margin-left: 0;
    margin-right: 0;
  }

  .benefits-page.architect-page .tabber .tabber-content {
    padding: 30px 50px 30px 30px;
    min-height: auto;
  }

  .benefits-page.architect-page .tabber ul {
    margin-left: 0;
  }


  .benefits-page.architect-page .top-section .widget-type-rich_text ul {
    padding-top: 25px;
  }

  .product-section .widget-type-rich_text h2 {
    line-height: 32px;
    font-size: 24px;
    padding-bottom: 10px;
  }


  .business-page .review-card h2 {
    font-size: 24px;
  }

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

  .product-section .widget-type-rich_text p {
    font-size: 18px;
    line-height: 30px;
  }

  .product-section .widget-type-rich_text ul li {
    padding-top: 1px;
  }

  .product-section .widget-type-rich_text ul li:before {
    top: 5px;
  }

  .business-page .intro-section .widget-type-rich_text p {
    line-height: 30px;
    font-size: 16px;
  }

  .business-page .intro-section .dnd-section {
    padding-top: 40px !important;
    min-height: auto;
    padding-bottom: 40px !important;
  }

  .benefits-page .top-section .widget-type-rich_text ul {
    margin: 0;
  }

  .business-page .intro-section .dnd-section {
    background-image: none !important;
  }

  .benefits-page .bottom-section .widget-type-rich_text h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .benefits-page .bottom-section .widget-type-rich_text p {
    font-size: 18px;
    line-height: 32px;
  }

  .features-page .form-wrapper .legal-consent-container ul.no-list.hs-error-msgs.inputs-list,
  .features-page .form-wrapper .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list,
  .customer-page .form-wrapper .legal-consent-container ul.no-list.hs-error-msgs.inputs-list,
  .customer-page .form-wrapper .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
    max-width: 100%;
  }




  .trust-company-section h3 {
    line-height: 1.2em;
  }

  .market-section .widget-type-rich_text h2 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 32px;
  }

  .market-section .widget-type-rich_text p {
    font-size: 14px;
    line-height: 24px;
  }

  .market-section .widget-type-rich_text p {
    font-size: 16px;
    line-height: 26px;
  }

  .benefits-page .tabber h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .benefits-page .tabber .tabber-title .item {
    min-height: 50px;
  }

  .benefits-page .tabber .tabber-content {
    min-height: auto;
  }

  .benefits-page .tabber {
    background-color: #f8f8f8;
  }

  .benefits-page .tabber .tabber-title {
    margin-bottom: 20px;
  }

  .intro-section .widget-type-rich_text p {
    font-size: 16px;
    line-height: 24px;
  }


  .benefits-page  .button-group {
    text-align: center !important;
    padding-right: 20px;
  }

  .reviews-section .dnd-section {
    padding: 40px 0 20px !important;
  }

  .reviews-section .widget-type-rich_text h2 {
    font-size: 24px;
  }

  .reviews-section .widget-type-rich_text p {
    width: 75%;
    margin: 0px auto;
    margin-bottom: 20px;
  }

  .customers-section .widget-type-rich_text h2 {
    font-size: 24px;
  }

  .customers-section .dnd-column.span12 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .customers-section .content-with-image .wrap {
    height: 440px;
  }

  .customer-page .top-section .widget-type-rich_text ul li {
    padding-top: 1px;
  }

  .customer-page .top-section .widget-type-rich_text ul li:before {
    top: 5px;
  }

  .customer-page .dnd-section {
    margin: 0 !important;
  }


  .careers-page .widget-type-rich_text h2 {
    font-size: 24px;
    line-height: 45px;
  }

  .careers-page .bottom-section .dnd-row {
    padding-bottom: 0 !important;
  }

  .careers-page .bottom-section .widget-type-rich_text h3 {
    font-size: 20px;
    line-height: 1.2em;
  }


  .customer-page .customers-section .dnd-section {
    padding: 40px 0 20px  !important;
  }

  .customer-page  .top-section .dnd-section {
    padding: 40px 0 20px !important;
  }

  .team-page .widget-type-rich_text h1 {
    line-height: 50px;
  }

  .free-pin-page .top-section .widget-type-rich_text h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .free-pin-page .top-section .widget-type-rich_text h1+p {
    font-size: 16px;
    line-height: 30px;
  }

  .free-pin-page .top-section .widget-type-linked_image {
    max-width: 300px;
  }

  .free-pin-page .widget-type-rich_text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }


  .team-page .widget-type-rich_text p {
    font-size: 18px;
    line-height: 1.8em;
  }

  .modal form {
    width: 100%;
  }

  .modal input.hs-button.primary.large {
    display: block;
    width: 100%;
    padding: 8px 20px;
    background-color: #0f05cc;
  }

  .modal .hs-input {
    padding: 8px 20px;
  }

  .modal .legal-consent-container .hs-form-booleancheckbox-display input {
    margin-left: 4px;
  }


  .press-page .top-section {
    padding-left: 0;
    padding-right: 0;
  }

  .press-page .top-section .content-wrapper {
    padding: 0px 15px;
  }

  .press-title h1 {
    line-height: 50px;
    text-align: center;
  }

  .press-share {
    display: none;
  }

  .press-page .press-subtitle h2 {
    font-size: 20px;
    line-height: 45px;
  }

  .press-page .widget-type-rich_text h3 {
    font-size: 20px;
    line-height: 1.2em;
  }

  .press-contact {
    margin: 0;
  }

  .press-contact .inner {
    width: 66.66666667%;
  }

  .trust-company-section h3 {
    line-height: 1.2em;
  }

  .free-pin-page .widget-type-rich_text h2 {
    font-size: 32px;
    line-height: 45px;
    margin-top: 0;
  }

  .what-we-offer .widget-type-rich_text ul {
    max-width: 100%;
  }

  .free-pin-page .what-we-offer .widget-type-rich_text ul li:before {
    vertical-align: middle;
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 7px;
  }

  .what-we-offer .widget-type-rich_text ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-left: 35px;
  }

  .offer-list .widget-type-rich_text p {
    padding: 10px 0;
  }

  .free-pin-page .get-in-touch h2 {
    font-size: 32px;
    line-height: 45px;
    margin-top: 0;
  }

  .free-pin-page .get-in-touch .content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

  .free-pin-page .get-in-touch h2 {
    font-size: 32px;
    line-height: 45px;
    margin-top: 0;
  }

  .free-pin-page .get-in-touch .content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

  .free-pin-page .form-wrapper .hs-form-field {
    margin-bottom: 15px;
  }

  .free-pin-page .get-in-touch .form-wrapper form .inputs-list {
    text-align: left;
  }

  .free-pin-page .form-wrapper input[type=checkbox] {
    margin-left: 0;
  }

  .free-pin-page input.hs-button.primary.large {
    width: 100%;
    margin-bottom: 5px;
  }

  .partner-page .content-with-bg .content {
    width: 100%;
    text-align: center;
  }

  .partner-page .content-with-bg .wrap {
    padding-top: 85px !important;
    padding-bottom: 20px !important;
  }

  .partner-page .content-with-bg h1 {
    text-align: center;
  }

  .partner-page .content-with-bg h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .partner-page .content-with-bg p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
  }

  .partner-page .top-section .widget-type-rich_text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

  .partner-section .widget-type-rich_text h2 {
    font-size: 26px;
  }

  .partner-section .widget-type-rich_text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
  }

  .customer-page .form-section .dnd-section {
    padding: 40px 0 20px 0 !important;
  }

  .customer-page .get-in-touch h2 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
    padding-bottom: 30px;
  }

  .customer-page .get-in-touch p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 24px;
  }

  .customer-page .get-in-touch .wrap {
    max-width: 500px;
    margin-top: 0;
    padding-bottom: 22px;
  }

  .benefits-page.business-page .tabber h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 5px;
  }

  .benefits-page.business-page .tabber {
    padding: 40px 0 20px;
  }

  .benefits-page.business-page .tabber .tabber-title {
    display: flex;
    text-align: center;
    margin: 10px 0;
  }

  .benefits-page.business-page .tabber .tabber-content {
    padding: 30px 50px 30px 30px;
    min-height: auto;
  }

  .benefits-page.business-page .tabber .mobile-image {
    margin: 0 !important;
  }


}


@media(max-width:992px)and(min-width:768px){
  .partner-page .top-section .span4 {
    padding: 0px 15px !important;
  }
}


@media(max-width:767px){

  .customer-area .dnd-section {
    padding: 32px 0 50px;
  }

  .form-section .dnd-section {
    padding: 32px 0;
  }

  .form-section .get-in-touch .wrap {
    margin-top: 16px;
  }

  .benefits-page.business-page .tabber .tab-link {
    font-size: 12px;
  }

  .features-section .widget-type-rich_text h2 {
    line-height: 40px;
    margin-bottom:15px;
  }

  .features-section .dnd-section {
    padding: 32px 0 40px;
  }

  .features-section .widget-type-rich_text h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .features-section .widget-type-rich_text h4 span {
    font-size: 14px;
    line-height: 28px;
  }

  .marketplace-section .widget-type-rich_text p {
    font-weight: 500;
    line-height: 26px;
    font-size: 14px;
  }

  .features-page .bottom-section .dnd-section {
    padding-top: 32px;
  }


  .features-page .get-in-touch input.hs-button.primary.large {
    font-size: 16px;
  }

  .architect-page .review-card .sub-header {
    width: 100%;
  }

  .architect-page .review-card .sub-header p {
    font-size: 16px;
  }

  .benefits-page.architect-page .process .item p {
    line-height: 26px;
    font-size: 16px;
  }

  .benefits-page.architect-page .top-section .widget-type-rich_text ul li {
    margin: 0;
  }

  .benefits-page.architect-page .top-section .widget-type-rich_text ul {
    padding-top: 30px;
  }

  .architect-page .intro-section .widget-type-rich_text p {
    line-height: 28px;
    font-size: 16px;
  }

  .benefits-page.business-page .bottom-section .dnd-section {
    padding: 20px 0;
  }

  .business-page .review-card {
    padding: 20px 0;
  }


  .business-page .review-card h2 {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .business-page .review-card .sub-header p {
    font-size: 14px;
    line-height: 28px;
  }

  .benefits-page.business-page .tabber h2 {
    line-height: 32px;
    font-size: 24px;
  }

  .benefits-page.business-page .tabber .tabber-title .item {
    flex: 1 1 50%;
    margin: 10px 0 0;
    text-align: center;
  }

  .business-page .process h2 {
    width: 90%;
    margin: 0 auto;
    line-height: 32px;
    font-size: 24px;
  }

  .business-page .process .content p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }

  .product-section .widget-type-rich_text p {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .product-section .widget-type-rich_text ul li {
    line-height: 26px;
    font-size: 16px;
    padding-top: 4px;
  }

  .business-page .intro-section .dnd-section {
    padding-bottom: 0 !important;
  }

  .business-page .intro-section .widget-type-rich_text p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
  }

  .benefits-page .bottom-section .widget-type-form {
    padding-bottom: 0;
  }

  .benefits-page .bottom-section .widget-type-rich_text h2 {
    padding: 0;
  }

  .benefits-page .bottom-section .widget-type-rich_text p {
    font-size: 16px;
    line-height: 26px;
  }

  .benefits-page .top-section .widget-type-rich_text h1 {
    font-size: 42px;
    line-height: 45px;
  }


  .intro-section .widget-type-rich_text p {
    font-size: 16px;
    line-height: 24px;
  }

  .intro-section .widget-type-rich_text ul li {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
  }

  .benefits-page .top-section .widget-type-rich_text h1 span {
    font-size: 32px;
  }

  .benefits-page .top-section .widget-type-rich_text ul {
    margin-top: 0;
    padding-top: 15px;
  }

  .benefits-page .top-section .widget-type-rich_text ul li {
    margin: 0;
    padding-left: 20px;
  }

  .benefits-page  .button-group .white .hs-btn {
    font-size: 16px;
  }

  .benefits-page  .button-group .white .hs-btn {
    margin-bottom: 10px;
  }

  .reviews-section .widget-type-rich_text p {
    font-size: 14px;
    line-height: 28px;
    width: 100%;
  }

  .customers-section .widget-type-rich_text p {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
  }

  .customers-section .content-with-image .wrap {
    height: 400px;
  }

  .customer-page  .get-in-touch .hs-button {
    font-size: 16px;
  }


  .customer-page  .content-with-image .content {
    padding: 20px;
  }

  .customers-section .content-with-image p:last-of-type {
    font-size: 14px;
    line-height: 30px;
  }

  .customer-page .top-section .widget-type-rich_text h2 {
    width: 90%;
    margin: 0 auto;
    line-height: 32px;
  }

  .customer-page .top-section .widget-type-rich_text p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }

  .customer-page .top-section .widget-type-rich_text h2 br {
    display: none;
  }

  .customer-page .top-section .widget-type-rich_text ul li {
    font-size: 16px;
    font-weight: 700;
  }

  .customer-page .top-section .widget-type-rich_text ul li {
    padding-top: 4px;
    padding-bottom: 10px;
    line-height: 26px;
  }

  .partner-page .bottom-section .widget-type-rich_text h2 {
    font-size: 26px;
  }


  .partner-section .widget-type-rich_text h2 {
    font-size: 22px;
  }

  .partner-section .widget-type-rich_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .partner-page .top-section .widget-type-rich_text h2 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }

  .partner-page .top-section .widget-type-rich_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
  }

  .partner-page .top-section .widget-type-linked_image img {
    width: 280px !important;
  }

  .partner-page .content-with-bg .wrap {
    padding-top: 10px !important;
  }

  .partner-page .content-with-bg h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
  }

  .partner-page .content-with-bg p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
  }


  .wild-card-section .widget-type-rich_text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
  }

  .who-we-are .widget-type-rich_text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
  }

  .careers-page .bottom-section .widget-type-rich_text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
  }

  .careers-page  .widget-type-rich_text h2 {
    font-size: 24px;
    line-height: 40px;
  }

  .careers-page .widget-type-rich_text h2 {
    margin-bottom: 24px;
  }

  .careers-page .bottom-section .widget-type-rich_text h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .free-pin-page .get-in-touch .content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .free-pin-page .get-in-touch h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }

  .free-pin-page .top-section .widget-type-rich_text h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .free-pin-page .top-section .widget-type-rich_text h1+p {
    font-size: 16px;
    line-height: 26px;
  }

  .free-pin-page .widget-type-rich_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }


  .benefits-section .span4 .widget-type-linked_image{
    width:150px;
    text-align: center;
  }

  .benefits-section .span4 .widget-type-linked_image img {
    width: 150px;
    max-height: initial;
    width: auto !important;
  }

  .team-page .widget-type-rich_text h1 {
    font-weight: 700;
    line-height: 40px;
    font-size: 26px;
  }

  .team-page .widget-type-rich_text p {
    font-size: 16px;
    line-height: 1.8em;
  }

  .trust-company-section h3 {
    font-weight: 700;
    line-height: 30px;
  }

  .press-title h1 {
    font-weight: 700;
    line-height: 40px;
    font-size: 26px;
  }

  .press-page .press-subtitle h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .content-style .widget-type-rich_text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
  }

  .press-page .widget-type-rich_text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }

  .press-contact .inner {
    width: 100%;
  }

  .modal form {
    padding: 0;
  }

  .free-pin-page .widget-type-rich_text h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }

  .what-we-offer .widget-type-rich_text ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }

  .free-pin-page .what-we-offer .widget-type-rich_text ul li:before {
    top: 5px;
  }


  .partner-page .get-in-touch h2 {
    text-align: center;
    margin-top: 0;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .partner-page .bottom-section .widget-type-rich_text h2 {
    text-align: center;
    margin-top: 0;
    font-size: 22px;
    line-height: normal;
  }

  .partner-page .get-in-touch p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 16px;
  }

}


@media(max-width:579px){
  .partner-page .content-with-bg h1 {
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    font-weight: 800;
  }
}


@media(max-width:549px){
  .benefits-page .top-section .widget-type-rich_text h1 {
    font-size: 30px;
    line-height: 35px;
  }


  .business-page .review-card .text-center img {
    width: 180px;
    height: auto;
  }

  .benefits-page .top-section .widget-type-rich_text h1 span {
    font-size: 20px;
  }

  .benefits-page .top-section .widget-type-rich_text ul li {
    font-size: 18px;
  }
}


@media(max-width:545px){

  .press-contact .inner {
    padding: 0;
  }

  .press-title h1 {
    font-size: 28px !important;
  }

  .press-page .top-section {
    padding-bottom: 28px;
  }

  .press-section>div>div {
    padding: 0;
  }

  .press-section {
    padding-bottom: 58px;
  }

}


@media(max-width:480px){
  .trust-company-section h3 {
    font-size: 16px;
  }

  .benefits-section .span4 .widget-type-linked_image {
    display: block;
    width: 100%;
  }

  .benefits-section .span4 .widget-type-linked_image img {
    width: 20% !important;
    margin: 0px auto;
    display: block;
  }

  .benefits-section .widget-type-rich_text p {
    font-size: 14px;
    line-height: 1.3em;
  }

  .benefits-section .widget-type-rich_text ul {
    padding-left: 18px;
    margin-bottom: 30px;
  }


  .benefits-section .dnd-section {
    padding-bottom: 20px;
  }


  .modal-dialog {
    width: 90%;
  }

  .modal {
    padding: 0 !important;
  }

}


@media(max-width:480px){
  .careers-page .top-section .widget-type-rich_text h2 {
    font-size: 20px;
    line-height: inherit;
  }
}


@media(max-width:439px){
  .benefits-page.architect-page .top-section .widget-type-rich_text p:last-child img {
    width: 120px;
  }
}


@media(max-width:349px){
  .benefits-page .top-section .widget-type-rich_text h1 {
    font-size: 26px;
    font-weight: 800;
    line-height: 30px;
  }

  .benefits-page .top-section .widget-type-rich_text h1 span {
    font-size: 18px;
  }

  .benefits-page .top-section .widget-type-rich_text ul li {
    font-size: 16px;
  }
}


@media(max-width:320px){

  .team-page .widget-type-rich_text h1 {
    font-size: 22px;
  }

}



.body-container--home {
  font-size: 18px;
}

.body-container--home .widget-type-header h1 {
  margin: 0 0 25px 0;
  line-height: 1.5;
}

.header-main ul.submenu.level-2 {
  display: none;
}

.pricing-bottom .get-in-touch .form-wrapper .hs-form-field .hs-form-booleancheckbox-display>span p a:hover {
  text-decoration: underline;
}

.pricing-bottom .get-in-touch .form-wrapper .legal-consent-container input {
  float: left !important;
  top: 0;
}

.pricing-bottom .form-wrapper ul.no-list.hs-error-msgs.inputs-list label {
  line-height: 28px;
}

.cc-row1.content-style .widget-type-rich_text p {
  color: #787878;
  max-width: 80%;
  margin: 0 auto;
}

.cc-row1  .widget-type-rich_text h1 {
  margin-top: 0;
  color: #222;
  margin-bottom: 24px;
  line-height: 1.43;
}

.cc-row1 .hs-embed-content-wrapper {
  position: relative;
  padding-top: 35px;
  overflow: hidden;
  width: 800px;
  height: 450px;
  margin: auto;
}

.cc-row1 iframe {
  border: 1px solid #CCC !important;
  margin-bottom: 5px;
}


.cc-row1 .hs-embed-wrapper {
  margin-bottom: 40px !important;
}

.cc-row1 .hs-embed-content-wrapper>div {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  position: static !important;
}

.container-fluid.cc-bottom.tablet h3 {
  margin: 15px 0 15px 0;
}

.container-fluid.cc-bottom.tablet h2 {
  margin-bottom: 32px;
}

body.has-banner .header-main {
  min-height: auto !important;
}

.success-page-row1 blockquote {
  padding: 35px;
  text-align: center;
  background-color: #f8f8f8;
  border: 0;
}

.success-page-row1 blockquote:before {
  content: '“';
  top: -20px ;
  left: -50%;
  position: relative;
  font-size: 50px;
  font-weight: 700;
}

.success-page-row1 blockquote:after {
  content: '”';
  bottom: -20px ;
  right: -50%;
  position: relative;
  font-size: 50px;
  font-weight: 700;
}

.success-page-row1 blockquote p {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.success-page-row1 blockquote p {
  margin: 0 0 10px;
}

.success-page-row1 blockquote {
  margin: 0;
}

.success-page-row1 blockquote h6 {
  color: #3356a7;
  font-size: 15px;
  margin: 0 0 10px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 35px;
}

.container-fluid.success-page-bottom .hs_cos_wrapper_type_rich_text p {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
}

.container-fluid.success-page-bottom .hs_cos_wrapper_type_rich_text a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}

.container-fluid.success-page-bottom .hs_cos_wrapper_type_rich_text p img {
  width: 100%;
  margin-bottom: 30px;
}

.container-fluid.success-page-bottom .hs_cos_wrapper_type_rich_text h2 {
  color: #222;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  margin: 15px 0 15px 0;
}

.container-fluid.success-page-bottom .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 10px;
}

.resources form input[type=submit] {
  margin: 0;
}

.pxm-page-row1 .dnd-section {
  padding-top: 30px;
}

.pxm-page-wrapper .hs_cos_wrapper_type_rich_text h2 {
  margin: 30px 0 30px 0;
  color: #222;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}
.pxm-page-row1 .widget-type-rich_text h1 {
  width: 60%;
  margin: 0 auto;
  color: #222;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.pxm-page-wrapper .pxm-page-row1 .widget-type-rich_text h2 {
  width: 60%;
  margin: 0 auto;
  color: #222;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  margin-top: 20px;
}

.pxm-page-row1 .widget-type-linked_image {
  margin-top:20px;
}
.pxm-page-wrapper  .pxm-page-row2 .hs_cos_wrapper_type_rich_text p {
  color: #222;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  margin: 0 0 25px 0;
}

.pxm-page-row2 .widget-type-rich_text {
  max-width: 1000px ;
  margin: 0 auto;
  margin-top: 30px ;
  margin-bottom: 30px ;
}

.pxm-page-row1 .dnd-section {
  padding-bottom: 0;
}

.pxm-page-row2 .dnd-section {
  padding: 30px 0 30px 0;
}

.pxm-page-row2 .hs_cos_wrapper_type_rich_text p {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 25px;
}
.container-fluid.pxm-page-row3 .dnd-section {
  padding: 30px 0 30px 0;
}

.pxm-page-row3 .hs_cos_wrapper_type_rich_text p {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  margin: 0 0 30px 0;
}

.container-fluid.pxm-page-row3 .hs_cos_wrapper_type_rich_text h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 35px;
  color: #4169e1;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}

.container-fluid.pxm-page-row3 .hs_cos_wrapper_type_rich_text h3 span {
  font-size: 25px;
  color: #5ca852;
}

.pxm-page-wrapper .hs_cos_wrapper_type_rich_text p {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.pxm-page-row3 .span3.dnd-column {
  min-height: 540px;
}

.container-fluid.pxm-page-row4 .hs_cos_wrapper_type_rich_text a {
  text-decoration: underline;
}

.container-fluid.pxm-page-row4 .dnd-section {
  padding: 30px 0 30px 0;
}

.container-fluid.pxm-page-row4 .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 30px 0;
}
.container-fluid.pxm-page-row5 blockquote {
  width: 80%;
  border: 0;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #d5e3fe;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
}

.container-fluid.pxm-page-row5 ul {
  padding: 0;
  position: relative;
  list-style: none;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 1.2em;
}

.container-fluid.pxm-page-row5 .dnd-section {
  padding: 30px 0 30px 0;
}

.pxm-page-wrapper .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 30px 0;
}

.container-fluid.pxm-page-row5 .hs_cos_wrapper_type_rich_text blockquote {
  margin-bottom: 30px;
}

.container-fluid.pxm-page-row5 .hs_cos_wrapper_type_rich_text ul li {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  margin: 10px 0;
}

.container-fluid.pxm-page-row5 .hs_cos_wrapper_type_rich_text ul li:Before {
  content: "\25CF";
  color: #35af4a;
  position: absolute;
  left: 0;
}

.container-fluid.pxm-page-row5 .hs_cos_wrapper_type_rich_text blockquote h6 {
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0;
  line-height: 35px;
  color: #222;
}
.container-fluid.pxm-page-row6 h3 {
  text-align: left;
  font-size: 18px;
  margin: 10px 0 30px 0;
  padding: 10px 0 0 0;
  font-weight: 800;
  line-height: 35px;
}

.container-fluid.pxm-page-row6 .dnd-section {
  padding: 30px 0 30px 0;
}

.container-fluid.pxm-page-row6 h3 {
  text-align: left;
  font-size: 18px;
  margin: 10px 0 30px 0;
  padding: 10px 0 0 0;
  font-weight: 800;
  line-height: 35px;
}

.container-fluid.pxm-page-row6 .dnd-section {
  padding: 30px 0 30px 0;
}

video {
  vertical-align: baseline;
  display: inline-block;
  vertical-align: baseline;
}

.container-fluid.pxm-page-row6 .span3  .widget-type-rich_text {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  border: 0;
}
.container-fluid.contact-page-row1 .widget-type-rich_text h1 {
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}

.container-fluid.contact-page-row1 .widget-type-rich_text {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.container-fluid.contact-page-row1 .dnd-section {
  padding-top: 53px;
  padding-bottom: 48px;
}

.container-fluid.contact-page-row1 .widget-type-rich_text p {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  color: #222;
  width: 80%;
  margin: 0 auto;
  line-height: 30px;
}

.container-fluid.contact-page-main .dnd-section {
  background-color: #f8f8f8;
  background-size: 100% !important;
}

.container-fluid.contact-page-main .get-in-touch .wrap {
  max-width: 70%;
}

.container-fluid.contact-page-main .get-in-touch .content-wrapper {
  padding: 0;
}

.container-fluid.contact-page-main h3.form-title {
  margin: 0;
}

.container-fluid.contact-page-main .get-in-touch .inner {
  margin: 0;
}

.container-fluid.contact-page-main .get-in-touch {
  padding-bottom: 40px;
}

.contact-page-bottom .hs_cos_wrapper_type_rich_text h3 {
  line-height: 35px;
  color: #0a409a;
  text-align: left!important;
  margin: 10px 0 15px 0;
  font-weight: 700;
  font-size: 24px;
}

.contact-page-bottom .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #222;
}

.contact-page-bottom .hs_cos_wrapper_type_rich_text h6 {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.contact-page-bottom .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 20px;
}

.contact-page-bottom .span4 .widget-type-rich_text {
  margin-top: 20px;
  margin-bottom: 35px;
}

.container-fluid.contact-page-bottom.tablet .dnd-section {
  padding: 96px 0 98px;
}

.container-fluid.our-story-row1 .hs_cos_wrapper_type_rich_text h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 50px;
}

.container-fluid.our-story-row1 .hs_cos_wrapper_type_rich_text h1 {
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 60px;
}

.container-fluid.our-story-row3 .hs_cos_wrapper_type_rich_text h3 {
  margin: 15px 0 15px 0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 40px;
}

.container-fluid.our-story-row3  .hs_cos_wrapper_type_rich_text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  color: #222;
}

.container-fluid.our-story-row3 .hs_cos_wrapper_type_rich_text p + p {
  margin-top: 20px;
  margin-bottom: 0;
}

.container-fluid.our-story-row3 img {
  width: 100%;
  margin-top: 30px;
}

.container-fluid.our-story-row4 .get-in-touch .inner {
  margin: 0;
}

.pricing-top .dnd-section {
  padding-top: 60px;
}

.container-fluid.pricing-top .widget-type-rich_text {
  width: 70%;
  margin: 0 auto;
}

.container-fluid.pricing-top  .widget-type-rich_text h1 {
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}

.container-fluid.pricing-top  .widget-type-rich_text p {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  line-height: 35px;
  color: #222;
}

.container-fluid.pricing-main  .widget-type-rich_text h2 {
  font-size: 24px;
  padding-bottom: 20px;
  line-height: inherit;
  margin-bottom: 15px;
}

.container-fluid.pricing-main  .widget-type-rich_text ul {
  margin: 30px 0;
  padding-left: 0;
  list-style: none;
}

.container-fluid.pricing-main  .widget-type-rich_text ul li {
  display: table;
  color: #222;
  font-weight: 500;
  line-height: 35px;
  font-size: 18px;
}
.container-fluid.pricing-apps-sec .widget-type-rich_text h2 {
  padding-bottom: 30px;
  text-align: center;
  line-height: 32px;
  font-weight: 800;
  color: #222;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid.our-story-row1 .hs_cos_wrapper_type_rich_text h2 {
  color: #222;
}
.container-fluid.pricing-apps-sec .widget-type-rich_text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  color: #222;
  width: 60%;
  margin: 0 auto;
}
.container-fluid.pricing-main  .widget-type-rich_text ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAz62lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTEwLTAyVDEwOjI0OjM5KzA3OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTEwLTAyVDEwOjI0OjM5KzA3OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0xMC0wMlQxMDoyNDozOSswNzowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MWI2ZjE4ZS02ZmVhLTQyMGQtOTlmMC1jNTdiMzQ2ODkyM2MiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4M2Y4MGMxNi05NGYwLTE1NDItYmVlNi1iMmJjYjY3ZThmZGYiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiMGZlYTBhZi04OWJmLTQyNzgtYjVmOC1iNjQwZTgzMmRlYzYiIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmIwZmVhMGFmLTg5YmYtNDI3OC1iNWY4LWI2NDBlODMyZGVjNiIgc3RFdnQ6d2hlbj0iMjAyMC0xMC0wMlQxMDoyNDozOSswNzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjgxYjZmMThlLTZmZWEtNDIwZC05OWYwLWM1N2IzNDY4OTIzYyIgc3RFdnQ6d2hlbj0iMjAyMC0xMC0wMlQxMDoyNDozOSswNzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDx4bXBNTTpJbmdyZWRpZW50cz4gPHJkZjpCYWc+IDxyZGY6bGkgc3RSZWY6bGlua0Zvcm09IlJlZmVyZW5jZVN0cmVhbSIgc3RSZWY6ZmlsZVBhdGg9ImNsb3VkLWFzc2V0Oi8vY2MtYXBpLXN0b3JhZ2UuYWRvYmUuaW8vYXNzZXRzL2Fkb2JlLWxpYnJhcmllcy81NmJmYTU4Mi1iNzM5LTQwZjktYjNlOS04ZTJlMTk3ZDdkODc7bm9kZT01OWY2NzQwMC1hYWMzLTRjMTItYWRiYy1iYzZmNDQ2Yzc4NzgiIHN0UmVmOkRvY3VtZW50SUQ9InV1aWQ6NzllMmZmZDYtZDQ3Yi1mMjQxLWIzZmQtYzJlMmFmYjIwOTkwIi8+IDwvcmRmOkJhZz4gPC94bXBNTTpJbmdyZWRpZW50cz4gPHBob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHJkZjpCYWc+IDxyZGY6bGk+MDBDOEFDRTYyNDQ5QjRCQkYzMURDRTlDRTM5MkYzMTA8L3JkZjpsaT4gPHJkZjpsaT4wMzQxMTZFNzUxNDRDMEQwODIyM0RFQUExMkU0OTBFNTwvcmRmOmxpPiA8cmRmOmxpPjA1NzE3N0U3QkUyRENBNTI0NEVEQkZEQUQwOTcyM0RBPC9yZGY6bGk+IDxyZGY6bGk+MDY5NTZEMkQzNzgzMjkwNTY3Qjk2RDlENjY0RDBDRTQ8L3JkZjpsaT4gPHJkZjpsaT4wNzg2MjU2M0Y2NjI0REFCNUJDQUY4NkMwM0NBQjYzMTwvcmRmOmxpPiA8cmRmOmxpPjA4NkIxRjc2MzI4OEVDNTA4RDFGMDQ2QzEzRTlFRDgzPC9yZGY6bGk+IDxyZGY6bGk+MEJDNzNGNjA5MTg2ODU5N0RBMzgyN0Q4NUNGQTZGOUM8L3JkZjpsaT4gPHJkZjpsaT4wQkU3MDgyQjkwRTMzOUM1NTAxRDBCNEE1MDMwRDNBNDwvcmRmOmxpPiA8cmRmOmxpPjEwMDVEQzlEQkYzMUE2OTJGQzMxNjE5QzNDREE4MDlEPC9yZGY6bGk+IDxyZGY6bGk+MTBGNzgzMTMyQjIyMDJDMUE4RTRDMzRFM0RDNzhDMjU8L3JkZjpsaT4gPHJkZjpsaT4xMTQzMkE1ODNGQ0Y1NEJFOUJGQThBRUFDNERDOThFMDwvcmRmOmxpPiA8cmRmOmxpPjExODdDRkM4Qjk0NjQ0NjYyQjc5MzlFQTBGQjRCQzU3PC9yZGY6bGk+IDxyZGY6bGk+MTMzRDk3NzYxRjJDRDM5NTJEODQ1QUJGQTg2NEU3ODU8L3JkZjpsaT4gPHJkZjpsaT4xNEE2ODY3NzVDNjBDN0IxQUFDRjlDRUUxNEIwMzJEMzwvcmRmOmxpPiA8cmRmOmxpPjE2ODQ0NkYwOTFENEE4OUIzNkQzRUIzMDFCOUU0MTNDPC9yZGY6bGk+IDxyZGY6bGk+MTc5MkFDMjJBNEI0QjdDMjM1NEMzODYxQzlEMkI3NUM8L3JkZjpsaT4gPHJkZjpsaT4xOTE4RUYyNDQwQURFN0JFNjVFODVDMjEzQTk3NDI0NjwvcmRmOmxpPiA8cmRmOmxpPjFCREI2RTA4NDE5NDNFOTUwMTk4QkYxRTFEODFGMzJGPC9yZGY6bGk+IDxyZGY6bGk+MUNEMTlCRTkxREEyNUFCNkQ2Q0FDQTI3MTk5QjE5MkM8L3JkZjpsaT4gPHJkZjpsaT4xQ0ZDQTA1NDhFMDVFNTY1QjMxODMwOUM5MTVFMkVEOTwvcmRmOmxpPiA8cmRmOmxpPjFGNzMzNUIyMUREOThGNDREOUJCNDYzN0UwODU1MjEwPC9yZGY6bGk+IDxyZGY6bGk+MUZGNENBRUYzMENCRUJFRTkwQjI2QkJERUE2MjdFNjE8L3JkZjpsaT4gPHJkZjpsaT4yMEQ3NUM2MDRGMkU2NUYyNjc1NEE2RTczMjA2M0U2MTwvcmRmOmxpPiA8cmRmOmxpPjIxOTE0MEE5NTI0RTEwQzEzNjg2Q0UyM0Q5QjAzMzdGPC9yZGY6bGk+IDxyZGY6bGk+MjNBQ0I1RUNGRjdBMUFEREEzNjE0NTk1NEM3RjlFM0Y8L3JkZjpsaT4gPHJkZjpsaT4yNDQ1OUVEMzRDRjYyMTc2NjRENTdGQkY1MTBERTk2OTwvcmRmOmxpPiA8cmRmOmxpPjI2MTZFOThEMDcyMTFDOEM4MTVBNzZFNTZDQUI5NEU1PC9yZGY6bGk+IDxyZGY6bGk+MjYzMDY5MDUzQ0ZCQ0E2RTZENjRFNzhGNjM0Q0ZEQTc8L3JkZjpsaT4gPHJkZjpsaT4yODc1MDM0NDc0NTlERUU3MDI2NzZBRThGRTMyNUM0OTwvcmRmOmxpPiA8cmRmOmxpPjI5MERGMDFFNEQxMzI1NkU3MDA4NkY2NDk2Njk1QTZFPC9yZGY6bGk+IDxyZGY6bGk+Mjk1NkQ3MzU2RDA3N0FCOEZGOUE0OUY2M0RCRUFEQjQ8L3JkZjpsaT4gPHJkZjpsaT4yRTRGNUJDMEUxMjkwRTA0QTYzQkE0MUVFODZBREVEODwvcmRmOmxpPiA8cmRmOmxpPjMxMTJGMEM2NjUzMjlGN0MyMkZGREZDODk3MUJCRkE3PC9yZGY6bGk+IDxyZGY6bGk+MzQzQkE3QkU1M0YyNDc3RkE2OURDRTUxMzg0NjI3ODE8L3JkZjpsaT4gPHJkZjpsaT4zNUU5Rjk4MjIwQ0EyQTUzMDQ1NDFFMkFBNTdCQTg3RjwvcmRmOmxpPiA8cmRmOmxpPjM2OTNCQ0UxMzUwMjQxOTY3Q0U4MzhFOUIzNDNERUJCPC9yZGY6bGk+IDxyZGY6bGk+MzhEMjM1RDRDMDRCOUU4RTg2NkQ3OTJBOEZGM0NGQzM8L3JkZjpsaT4gPHJkZjpsaT4zQTZBRTQyNzBCNEJERUM5RTUyMkM4MjYwQTA3MEZGNzwvcmRmOmxpPiA8cmRmOmxpPjNGREE2OTAwNTk4QTcxRkRERDY4RkQ2MEIyODIzRjExPC9yZGY6bGk+IDxyZGY6bGk+NDEwQUY0QzJEOUVGQzAzQzBCQzAwMjJCOThDQ0Y4OUY8L3JkZjpsaT4gPHJkZjpsaT40MzI5OTgyRTVGQjEzM0M0NUI5MTQ1MDJCQzJEODZBMTwvcmRmOmxpPiA8cmRmOmxpPjQzQUMzOEQ4RDY2RkIzMDg4NzdGQjc3QjU4OEMxMDk4PC9yZGY6bGk+IDxyZGY6bGk+NDVEOEM0ODNDQzMxRjYyQzJGRjc4QThFRTk5NkJFODU8L3JkZjpsaT4gPHJkZjpsaT40NzE0QkE2OEZGRkU0NjUzNDZBMUI0OTJFMTM4OEI2NzwvcmRmOmxpPiA8cmRmOmxpPjQ3OTA2NzMwNjZCQTc0MDUzNURGRkQyNEFGNDU5MzlFPC9yZGY6bGk+IDxyZGY6bGk+NDg3NzQxMDREMjBBNUE0QUVCQkI1ODY0OEVCNzRFN0Q8L3JkZjpsaT4gPHJkZjpsaT40OUVGOEJCRTFGNzJFMDY5NUE1OTIyNTg3RDYzNjdEMTwvcmRmOmxpPiA8cmRmOmxpPjRBMzcyNjU0QzBFMTkyQzVCQkI4RTYzMTFFQzg0RUExPC9yZGY6bGk+IDxyZGY6bGk+NEJEQTI4ODVGQzJBODVEQjlDREREQjY5QjNCRkZFRDM8L3JkZjpsaT4gPHJkZjpsaT40QzI4RjA0MjhBRkMxN0EzMjJCMjk1NjEyQzBGQUY4NzwvcmRmOmxpPiA8cmRmOmxpPjRENUZBQ0RGRTAzMjA4OTI1MDM5Mjc1NDY1QTdFNDUyPC9yZGY6bGk+IDxyZGY6bGk+NEVEQ0I5REUwMjI2MUFFN0VCODdEMzlGRDA2QjExNDg8L3JkZjpsaT4gPHJkZjpsaT41NTM5ODlDM0Y3MUI1MUYzQUNBMEJDRDFGOUZGNUE3QzwvcmRmOmxpPiA8cmRmOmxpPjU3NzJERDlEQUI3NTNFNTE0NTExNTk4MUY4M0Y2NjMxPC9yZGY6bGk+IDxyZGY6bGk+NTlENzJDREMwMEQ3MzZBOTFDRDI5RjkyQTIzRjE4QkQ8L3JkZjpsaT4gPHJkZjpsaT41QjcxQjBGMEZGREQ1RUQ3M0FGMzNENzZDNTg1MzIwNjwvcmRmOmxpPiA8cmRmOmxpPjYyOUNDQzg2MTZGQzhBMEY1OTk0MzkyODU1Qzc0QTYyPC9yZGY6bGk+IDxyZGY6bGk+NjJFMTNCNkIzREU3QzQ3OTQzOTFGRjBCQkJDMDJGNTE8L3JkZjpsaT4gPHJkZjpsaT42NjVGNEMyMTI0NEZERUE2NDkyMzE0RUNFMjJGNDlDMDwvcmRmOmxpPiA8cmRmOmxpPjY2NzRDRDAxMDkwNjQ3QUM0N0MzNTUwMDg1RTAzRUZDPC9yZGY6bGk+IDxyZGY6bGk+NjhDMDFFMTJDNzM2NDRBM0QyNjI2QTJFMkY3OTRFNTc8L3JkZjpsaT4gPHJkZjpsaT42OTI4NUY4OENDQzhBMjM1Rjk0NzE4RTA2MUJDMkM2QjwvcmRmOmxpPiA8cmRmOmxpPjY5QzJDNkFDMUQ0MTJFRTEyMkNDNEJGMzg1M0Q4RTg2PC9yZGY6bGk+IDxyZGY6bGk+NjlGNzdFQzI4QURFQkNBNDRBOTlGMDA1NDQ2RTFGM0U8L3JkZjpsaT4gPHJkZjpsaT42QzhFMTFCMDdFQzA1OEYzQTNERjA4QTBFNzczNUQ4OTwvcmRmOmxpPiA8cmRmOmxpPjZGNEU2Q0YzNDlGRjlBNDk5NDBEQkM4NERFQkIzQkE4PC9yZGY6bGk+IDxyZGY6bGk+NzA5RTQzNTFBQkNGNkIxRTczNzY1Q0QzN0E4NEIzRDI8L3JkZjpsaT4gPHJkZjpsaT43MEZFRENBRUY3QTc4REUxRDk5REVCRDA5Mjk0QzUzMDwvcmRmOmxpPiA8cmRmOmxpPjcyQ0U3NDgwMzZEOEQwODUxODdDMzQ5NUNCMEE0MzQwPC9yZGY6bGk+IDxyZGY6bGk+NzJDRjFGRURCNDU1QTFEOTE0OUVDOEEwMkUyNEVGRUU8L3JkZjpsaT4gPHJkZjpsaT43M0U0RjIxQjAyRTc1RThCMjkxNTJGMzY1MkQ0NjE3OTwvcmRmOmxpPiA8cmRmOmxpPjc0QUUyMURFRjI3RDY3OUM3NDg5NTk4RUI0M0E3NzdEPC9yZGY6bGk+IDxyZGY6bGk+NzRCMkZCQkFBREQ5NTIxM0E4MzE4OTQ5NDlGMEVENDY8L3JkZjpsaT4gPHJkZjpsaT43Qjg4RjVENDc5NUIzNTQzMEI0RTI1M0U0MzExQTQ3MDwvcmRmOmxpPiA8cmRmOmxpPjdCRkFGOEQ4MTFFODZBOUQ3MDgxMDEzMDI3NTgwRjdFPC9yZGY6bGk+IDxyZGY6bGk+N0NFQjI1NzFFNTJBQTlBNEYyOUZGOTc4NThCNkY1NkI8L3JkZjpsaT4gPHJkZjpsaT43RjE1MUQ5RkUxNTkwOEU2MjkyRjUwRkE3RTMwNTMxNDwvcmRmOmxpPiA8cmRmOmxpPjgxM0I5MkY2MkIzMTAzQjNFNzAyNzBDOTA0MDUxNTY2PC9yZGY6bGk+IDxyZGY6bGk+ODE4RTUxQzNCOTYzQzJDOTQyQkRFRTUwQUI2QURCOEY8L3JkZjpsaT4gPHJkZjpsaT44NkE1OUVGQjk1OUYxN0ZGMjlGMDVGMjA2NTQ4MzUwRjwvcmRmOmxpPiA8cmRmOmxpPjg5Q0IxMDJENTg4OERDOTFBMEM5QkFBOUUyRDY3MjQyPC9yZGY6bGk+IDxyZGY6bGk+ODlENjkxQTQzQTI3Qjg4ODAxM0I3RUY5QjlFQTMxN0Y8L3JkZjpsaT4gPHJkZjpsaT44QTVCOUE0OTkyNDMwOEE5QUFDQTFBNUEyMzA5RjI1NTwvcmRmOmxpPiA8cmRmOmxpPjhENDFCMTVFNUQxREJBMzgyRkU2ODkxQURBOTk5NzY5PC9yZGY6bGk+IDxyZGY6bGk+OEU2QUVFOENGOEE0MDI0MTM5REVERTlFMjYxMkM2MzM8L3JkZjpsaT4gPHJkZjpsaT45MEQyQzUzRkE2NjAzRjk1ODUzOUU0NEMyQzFGQ0IwRDwvcmRmOmxpPiA8cmRmOmxpPjkyMDFFM0FBMDQzOEVEODE0MEVDMENDODNGRkYyNDIzPC9yZGY6bGk+IDxyZGY6bGk+OTM1NzgzOUM2RTE0NDUyQTgyRDhFNTIwQzA5Q0JEQ0Q8L3JkZjpsaT4gPHJkZjpsaT45NTgzRUM2NTQzQzczRDdGMzdGM0JENUU5Qjc5MDBBNjwvcmRmOmxpPiA8cmRmOmxpPjk1QjBFRDlFNEFBN0M0OEIwMUY3RTI4NUYyQkUxQjk4PC9yZGY6bGk+IDxyZGY6bGk+OTY0ODI1QzhGMjVGMjgwQTEzRTVGMkFBQzdBQkJDMzk8L3JkZjpsaT4gPHJkZjpsaT45OEU0MkYxQUNGMEQ2NTkyMDkwNEI1MTcwRkY3M0U4RDwvcmRmOmxpPiA8cmRmOmxpPjk4RUZEQzRENDZEQkZGOTkzMUQwODJEMTY5MDI1REY3PC9yZGY6bGk+IDxyZGY6bGk+OUMzNjA2QzJGN0Q4NUQxQTM2MEUxRDk0Mjk5RDJFQ0Q8L3JkZjpsaT4gPHJkZjpsaT45QzYwOTZEQjYwOUJBNEMyNTUzQTBBNzZCMTAxOTE1RjwvcmRmOmxpPiA8cmRmOmxpPjlDOTc5NzVEODJFMjRFMTVCRDlEN0NBMEUyMkE0NUE4PC9yZGY6bGk+IDxyZGY6bGk+OUQ2RDk5NTk1N0YwRDg3M0RDQ0IxQkE2OEU1Rjg4NzY8L3JkZjpsaT4gPHJkZjpsaT45RTRERDc1NDMxRDcxQzYxOTZDNzk1RkRDNzA3Q0M3QTwvcmRmOmxpPiA8cmRmOmxpPjlFNzQ5ODVDQzEyMzRBODA1RDhBOUNCOTQ1NDE5RThCPC9yZGY6bGk+IDxyZGY6bGk+QTE0RUQ3QTc5M0M0QzcxQjE0RUIwMTZDMDY0Mzg1MDQ8L3JkZjpsaT4gPHJkZjpsaT5BMjIxMjE2QzE5RjZGOUFFQkQwQUUzMUVFNDI2NEI2MDwvcmRmOmxpPiA8cmRmOmxpPkE1Q0Q5REQ2QTY3OTE1NUE1QkZGNzM5NjhBOTE2QUIwPC9yZGY6bGk+IDxyZGY6bGk+QTY5RjcxMDY1NjQ5Q0YxM0E1MTU0MTMyQjA2MjZEQ0M8L3JkZjpsaT4gPHJkZjpsaT5BNkQ2MkZCQzNDNDlBMzRFMTgwNTU1RkJFNDM5QjRCRDwvcmRmOmxpPiA8cmRmOmxpPkE3NTI0ODEzODE2ODU1N0ZFOEIyOTIxQTQ2NDQwMEVFPC9yZGY6bGk+IDxyZGY6bGk+QTg4MUNERTEyN0E5MzZCMDc1NDJCNDk0QjgwNTRFQ0Y8L3JkZjpsaT4gPHJkZjpsaT5BOEJBNEQ2OTAyRUQ5NjYwODQ4RTMxMEY3M0JGQTBBMDwvcmRmOmxpPiA8cmRmOmxpPkE4REQxMDk4MzI3RTI1MUFCNTNCQjE1QzA1OEMzRUY3PC9yZGY6bGk+IDxyZGY6bGk+QTlGRTMyNzVCNjhFMzBGRDk4RUM2OUVCM0ZDNjExN0Q8L3JkZjpsaT4gPHJkZjpsaT5BQTYzRTE4MUNDNDVGNTRGOTg3ODQxQTY2MTUxMjA4QzwvcmRmOmxpPiA8cmRmOmxpPkFDQkVCRURERUI3QjRDNkE3N0EwRTRGREI1M0QyMUUxPC9yZGY6bGk+IDxyZGY6bGk+QUQ5MDM5RTYwMjU5NEI2NUI3N0FBNjhDRjlEOTZEMUM8L3JkZjpsaT4gPHJkZjpsaT5BRjVDNDFEN0ZFRjNERjdCNTU0RTg3QUY2MEU2Q0Y1NzwvcmRmOmxpPiA8cmRmOmxpPkFGNjA2QjY2RDkwNTI3OTZCRTA4NTE3MzFCN0QzNzA1PC9yZGY6bGk+IDxyZGY6bGk+QUY5NzVERTkwMUQwNURFOUIxRTc2NzRDQzI0MzAxNkQ8L3JkZjpsaT4gPHJkZjpsaT5CMTI2OUIxOUM3QTE5N0E1NjNDQUE3NEI4MUVEOTg3MDwvcmRmOmxpPiA8cmRmOmxpPkIyQ0FGQzEyNkYxMjRCMkRFMjQ1ODA0MkFDOEQwMjY3PC9yZGY6bGk+IDxyZGY6bGk+QjM5OEQ4NjY4MjBDQzNFNUExREVGOTU3OTlGOUFFQzg8L3JkZjpsaT4gPHJkZjpsaT5CNDgzOTk4OTE3RTY2RDNEMzFCQ0I1NUMzNEFCRkM1QTwvcmRmOmxpPiA8cmRmOmxpPkI1NjdCNUI1RUU4NUU3NzhCQ0ZBQjFGMjc3QjVENEZDPC9yZGY6bGk+IDxyZGY6bGk+QjY0MTBCMkE1MENCODg0QTgwMDYxRDFEQjU1QzcwNUE8L3JkZjpsaT4gPHJkZjpsaT5CQ0YxQkY0MkE5NTI4NTkzRTM5NTA4RTJFRjRCRTEzNTwvcmRmOmxpPiA8cmRmOmxpPkJEQjVCQjczNDg5M0Y1MDU4NEFCNTM3N0E1MzZENzA4PC9yZGY6bGk+IDxyZGY6bGk+QkU0OTBCNjMyQ0ZDMjc5NTJEMEYzMUM0NjhGQjM1ODc8L3JkZjpsaT4gPHJkZjpsaT5CRjAzOUNCNDdFMUQyNzNBOEZGRkE1QTQxMUE1MUI1ODwvcmRmOmxpPiA8cmRmOmxpPkJGMEM3RTlDN0IxQzU4NEVGQjI4MjZGQjEzQjg5QzY2PC9yZGY6bGk+IDxyZGY6bGk+QkY5NTUyQTJEOEY3MTlDQUFGM0VEMkI4NTQ1Rjc1QkY8L3JkZjpsaT4gPHJkZjpsaT5DMUYwOUI5NzE5NUVCQUU1QzgzQzE4MzZERUY0RkQ4OTwvcmRmOmxpPiA8cmRmOmxpPkM2QzY1RjEyQTExNzc5NzM0Nzk2RkZBOTRCNjdEREY2PC9yZGY6bGk+IDxyZGY6bGk+Qzc1OTI2Mzg1NzY2Rjg1NUMwRkE2M0Q3NDExNDRDRkY8L3JkZjpsaT4gPHJkZjpsaT5DOUJFQzcxNjRGNzBDRTFCRDM3QzQwNjA4RTE1NTE5MTwvcmRmOmxpPiA8cmRmOmxpPkNBODk3N0E1MUQ1Q0FCNDFFNEE0QzMxNEQ5NkM0MDcwPC9yZGY6bGk+IDxyZGY6bGk+Q0VBNjAzQjExMjM0ODI4NjI5NzBGMjAyMjc5MTVFRkY8L3JkZjpsaT4gPHJkZjpsaT5DRjIxMDAwOTE1REI4NTdERDNDN0Y1MjdFNzEwMURBQjwvcmRmOmxpPiA8cmRmOmxpPkQyNjY1NDZBNEVFNzU5OUYyQTc5RTZBQjc1QTBFRkEzPC9yZGY6bGk+IDxyZGY6bGk+RDQyM0E2M0M3MDYxRDdGNzE4N0NENTQwRDlGNTFFRTE8L3JkZjpsaT4gPHJkZjpsaT5ENTE4RjRFQ0ZGN0QwNTBFMjUwMDhGRTk2Qzc0QTRGNjwvcmRmOmxpPiA8cmRmOmxpPkQ2QzM5NjM5MzIxQUNEM0Y3QUIxM0M0RDhFNUFGNUYwPC9yZGY6bGk+IDxyZGY6bGk+RDkzNzdBQTc5RjlBQkE0MzI4RjgzMjQ3M0FEMTUzMjk8L3JkZjpsaT4gPHJkZjpsaT5EOUIzRjMzMTcxNzdGNDMwQzM0Q0RDNDU4ODI1NzkxOTwvcmRmOmxpPiA8cmRmOmxpPkRCMzhBNkQ1QjRDMDUyQUY1OUU4Njc0NUNBMTA4MjczPC9yZGY6bGk+IDxyZGY6bGk+REI0Mzc1NUZBMTcyRjk3RDc4NkU0Q0JFMTFFMzc0NTk8L3JkZjpsaT4gPHJkZjpsaT5EQkYyNkE0NjM3RTY5REUyOUU0MTRCNjc0MURDQUIzMzwvcmRmOmxpPiA8cmRmOmxpPkRFODU5QjY0RjZDNjRGNEYxNTU2RTFFQ0JEM0RCMTNCPC9yZGY6bGk+IDxyZGY6bGk+REZDRjRGREE0QUEyNTkyOTVEMkJDNkExMjg0MDFGQ0E8L3JkZjpsaT4gPHJkZjpsaT5FMEU5NjlFQTIyM0VCMUQyRjRGRjU4QzAxQjdGNkFFQzwvcmRmOmxpPiA8cmRmOmxpPkUxMjE3NzI3Njg4QUU5NEJGQzlGMURGQzcyMEU1QkRFPC9yZGY6bGk+IDxyZGY6bGk+RTFDMEQ0RTYwNEIyNTExOTBFNUIxNzQ2MkU1RkNBMTU8L3JkZjpsaT4gPHJkZjpsaT5FMzU0QzBGQUU2OURDOTZGRTk1ODRFMzY1NDhCRTVFNzwvcmRmOmxpPiA8cmRmOmxpPkUzQkQyNjhGOEM0Qzg5MEE4RjA0MDM2NkNBODNDMjdFPC9yZGY6bGk+IDxyZGY6bGk+RTlEQzczRTg1RjRBMERDNDExOTExMzVBRjQ5Njg0NzI8L3JkZjpsaT4gPHJkZjpsaT5FQjkzQzAzMURDNEVGMEJBMzJDQ0ZBMkJGMkNBQ0I5QjwvcmRmOmxpPiA8cmRmOmxpPkVCQ0FBRDAxNzczMzNBQkYwQzhGRkFFRTVERkM5RjIzPC9yZGY6bGk+IDxyZGY6bGk+RUM2QTFGRkY2REVBOTBEN0QwNEM3RTM5ODFCNDg2QTc8L3JkZjpsaT4gPHJkZjpsaT5FQ0Q5NkRGMUUzMjdDNTU0N0M3QUY4NkFENjVGOTAwQzwvcmRmOmxpPiA8cmRmOmxpPkVEMTdCRUE3MEZGRTI5MEIyRTgxQkUwMjNEMUVBQkY2PC9yZGY6bGk+IDxyZGY6bGk+RURBOUM1MjNGMTEyREE4NDAwNUIwQzMxNjc3QzFDODQ8L3JkZjpsaT4gPHJkZjpsaT5FRjc3NkY1MkJCMzg4QjBBMDhGQkMxMTg5MDJEMUY5RDwvcmRmOmxpPiA8cmRmOmxpPkYxRTBDQzM4NUQ0RDE5QjgyMkFGRTIxRTRDQzdBRTBDPC9yZGY6bGk+IDxyZGY6bGk+RjVFNkZCQ0Q2NjFBRjkzRkM0RDg4NTgwQzc5OTAwNkE8L3JkZjpsaT4gPHJkZjpsaT5GNkY3MzQ2RTlCN0I5OEI4MUVFQTEwNjYxNTM5N0I4NDwvcmRmOmxpPiA8cmRmOmxpPkY3QTI0QkE3ODA0MDdEN0E2M0EzRTdDM0Y4MDk2MTlGPC9yZGY6bGk+IDxyZGY6bGk+RjdBQzcwRTY2MTExQ0JDMkE4Qzg2RERCRjdBN0FGQzQ8L3JkZjpsaT4gPHJkZjpsaT5GOTI4MTVBM0UxMUEwRTU2MUNBMEQwNjZDMDJGNTQ3RjwvcmRmOmxpPiA8cmRmOmxpPkZBMkFENjlEMjZFNjRBOTY2Mzk2MkQ1NEMyMjQxRDA1PC9yZGY6bGk+IDxyZGY6bGk+RkJDOTkxRDFDMUQzQjZDNjMzNzJBNDYzMTQ3QTFFQUE8L3JkZjpsaT4gPHJkZjpsaT5GQzU3MkQ0ODZFNkU1QkUxOUMwODQxMUZERjA0MDNCNDwvcmRmOmxpPiA8cmRmOmxpPkZEQkRDQjY4MzBDRTYxNjI3OTQyRTBDNDE3MDlGRjlFPC9yZGY6bGk+IDxyZGY6bGk+RkY3MkE3REI0REVBRTRGRTMzODQzOUQzNjhBMDU4NTU8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MmRhNjRmYzktYTM0Zi00NzQxLTg2MjUtYWNkMTMyZWFmOWNlPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjJkZDIxMzFhLWQ0NTMtNGU0NS04YzA5LTM4MDIwODJmNWMyZDwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDozY2Q1ZjkyYi1kOWJkLTIyNGEtOTZlYi0yMWUxODI1OTdlOTI8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6M2VjZjk1N2YtNmQ2OC05NTQxLTgwYWYtODc4MDcwYzYxYTM0PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjUyMDYxZDVhLWFlNzctZmI0ZS04MjQ5LWYwNDM1YjM4ZGVkYTwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1NWZhMjc0MC1hZmE5LWE3NDEtYWYxZi1hYmY2ZDFlZDRiOTQ8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NWMzYTI5NmItMzk3Ny02MzQ4LWJhNDEtZjRmNDEyZTkyNTlkPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjY2NmFkNGZlLTEyOTEtMjU0ZC04MTk3LWI3NWZiNDljYTcyNjwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3MmM5M2JkNi1lMjRmLTVmNGEtYWE0Ny1kZTFjZDE2ZDYyY2Q8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6N2ViYzA5ODUtYjkzOC05ODQ5LTliMmItYTEzYjNlYzNiOWM0PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmOTViMWQxLTg2ZjgtZGE0My04ZDNiLTNkNTkxY2QyYmVjMzwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4OWI5MjRiYS04OWRlLTJkNDgtOGQwMy1mOWU5ZWMzYjc0NmQ8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6YjgwYzBkNTktM2RjZS1kZjQ4LWJjZWItNjcxYWQ5MDIzZmRmPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmMwODdiMDI4LWFkZWMtOWE0NS1iYjBhLWRkNDUwZWE5NDY2ZDwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjNmE0ODU4My0yMDViLTY0NGYtODZiNC1jN2Q3NDllYzdiODM8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6Y2ViNWFhN2EtNjk1My0xMWVhLThlNTktYThjZjNkZDNjMTc0PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmQ1YzU4OWQ1LWFjZTYtN2M0Ni1hY2NmLWU1YzNlMjIyODI5NTwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMzZhYzkzMi1mMzcwLWU4NGItYTlkNS0zZTY3MGU2ZjMyYTk8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZWJiYTU3ZGYtYmJjOC04ZDQyLTk0MjktNjQ3NjkwNzk4NWM1PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmZjZjcyZmJmLTVjZDgtNTA0MC1iNzI1LTdiOGU2Yjk5NWJmYjwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6MDU5MjM1Y2QtODFhYS00NDMzLWE5NTEtMWJmMTRlNzY4ZWQ2PC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDoyNUM1MURCNTRBMEJFQTExOUM1Mzk1RUNEQjU0NDBENTwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6MjdhNjc5NmEtOGRkYy00OTRiLWIxZTEtNDJjMDA1ODFiZTY3PC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDozYWFhN2MzOS04YzUzLTRlZDQtOWRmYy1kNzNmOWI4NWJlOGE8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOjNlNDdlYjEzLWQ3MzItZWM0ZS1iMGYwLTRkODI1N2ExNDQ4YjwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6NDgzZWE4ZTktM2FkZi1hMjRlLTk1NzItMTdhZTJiNjBkNDc2PC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDo0OWU3NmU4MS02ZmFhLThmNDMtOWZmZi03MmU5NzQ0MzZmMTg8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOjRmZmFlNWMzLTAyYTQtNGM4OC05MjFlLTZmMzMzZWE4MjI5MTwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6NTFDOEE1QjA3NjgwRTgxMTgyODVFNkM4RTNGOTg4RjA8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOjVjMzdiODJkLTllOTktNDFlZS05NjdhLWM4MTNhMzk0NDdiYzwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6NkYzREQ1NTgyNTRCRTkxMTk5OTlCMUU4NThBREJCMUU8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOjZhNDY0OTdmLWJjOTQtNDUwNi1hYjk3LWRjMjE2NmYwNmNkYTwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6N0FDQzQwMUZGRkIzMTFFOTlGQjc4MjEwQjMyQTU1QjA8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOjdFQTA4N0FCQ0UzQ0U5MTFBRjA1QjkzNDYwODBGNTRGPC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDo4MzI0MzE5MS04OGQyLTQ1YzktYjJhYi1hMTA4ZjQ5MWM4YTU8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOkRBQ0Y0NEM1QkE0QTExRUE4OERBQkI1NTU3RjM3MjY2PC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDpFNEM2OTNFRjU2MDlFQTExQUEzNUU5NDM5OERCNzkyNzwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6RUNCNTYzNDdEOUNFRTgxMUE4NzdDNjFGQkM2ODAxNzA8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOkY5NDE3MUZGREVBNEU0MTE5OTdFOEQ5MUIxMTY5MTM5PC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDpiNjkwNzIyYi0xOThlLTQ0YmEtOGE3MS00YTUyN2Y2MzU1MGE8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOmVkYTJlOGMwLTEyYmYtNGE5ZC05NzExLTgzMmU2ZTQ5Zjk0YjwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6ZjliOTg1MWItMDVlOC02MTQ2LTk1NjAtYmQxOWRmMWI1N2UzPC9yZGY6bGk+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pvcs6AAAAhtJREFUSInll8+LjVEYxz9HkxySJaujRhnKhsRi/EiosVMkC9mKm2P+ADZKljhSsrCYjZo0Ddkoyq8UmWhqjGRzz0pTlClOfr4WXtye97znvu91b3fhu7nv832e+3zue+p53veqLMvohxb0hdpP8EBZQilFcGYIWAlMaevfVW0anFkKnAU2A1PAiUXHm59ba0rvODgzDMwCt4FmcGZ9VTBwFWgAG4EjwC5ZkDrqEUDl10vyRm0VnNkN7Bf2ijrgHyLeWgE6AFyMpGbqgF+LeHVwpvDLhQ4BQ8J7CjypA56NeFvKivO7PSnsDGho6wvLIgV+lX+xVdsS9XuBVcIb19Y/ixWXgrX1n4BpYe9IgEdFnAGny4rbLZB7Il4XnFkui4IzG4BhYU9q6192Cr4b8XZGvNionU81bge+D3xPgYMzy4CDouaFtv5Bx2Bt/TzFUZBb6DCwWHiXUn3bgnPJ4zbBmTUt8VGRnweudQN8J+KNAARntgNrRW5MW/+xG+DHwAfh7ck/RyP1lyv0RJW9gSil/lwHZ64D+1rSX4BNwHP+PkgAHmrro0tGcqq+CNwS8UJgQkABLlTsVxl8k+LTalDETWCyq2Bt/Xt+zXRK57T1cub/DZxrPJF7C1yp0asWeILicf/WGW196AlYWz8H3Iikpqk4Qh2Bc50Cvgqvoa3/1lOwtn4GOAC8AeaAY9r6R3WhkFggvdb/9xfmJzpUiCK+mk2eAAAAAElFTkSuQmCC');
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 5px;
}

.container-fluid.pricing-top  .widget-type-rich_text p {
  margin-bottom: 10px;
}

.container-fluid.pricing-main  .widget-type-rich_text h2 {
  margin-top: 15px;
}
.container-fluid.pricing-main .button-group .hs-btn {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 45px;
  line-height: 1.42857143;
  letter-spacing: normal;
  margin-bottom: 20px;
}

.container-fluid.pricing-main ul li span {
  display: table-cell;
  padding-left: 20px;
  padding-bottom: 10px;
  line-height: 30px;
}

.pricing-apps-sec .content-with-bg h1 {
  margin: 15px 0 15px 0;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
}

.pricing-apps-sec .content-with-bg .content {
  margin-left: 15%;
  width: 50%;
  padding-top: 20px;
}

.pricing-apps-sec .content-with-bg p {
  font-weight: 500;
  line-height: 35px;
  font-size: 18px;
}

.pricing-apps-sec .widget-type-rich_text p {
  margin-bottom: 20px;
}

.pricing-apps-sec .content-with-bg ul {
  margin: 30px 0;
  padding-left: 0;
  list-style: none;
}

.pricing-apps-sec .content-with-bg ul li {
  font-size: 18px;
  display: table;
  color: #222;
  font-weight: 500;
  line-height: 35px;
}

.pricing-apps-sec .content-with-bg ul li:before {
  content: "\2022";
  color: #3357a7;
  display: inline-block;
  width: 0.5em;
  font-weight: 700;
  font-size: 33px;
  top: 5px;
  position: relative;
}

.pricing-apps-sec .content-with-bg ul li span {
  display: table-cell;
  padding-left: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}

.pricing-apps-sec .content-with-bg .wrap {
  background-repeat: no-repeat;
  background-position: top right;
  max-height: 490px;
  min-height: 350px;
  padding-bottom: 40px;
  background-size: cover;
}
.pricing-apps-sec .content-with-bg p span {
  background-color: #fff;
  padding: 5px;
  font-weight: 800;
}

.pricing-bottom .get-in-touch h2 {
  padding-bottom: 15px;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  margin: 15px 0;
}

.container-fluid.pricing-apps-sec .widget-type-rich_text p {
  margin-bottom: 20px;
}

.pricing-bottom .get-in-touch .inner {
  margin: 0;
}

.pricing-bottom .get-in-touch .content> p {
  font-size: 20px;
  line-height: 40px;
  width: 55%;
  margin: 0 auto;
  color: #4d4d4d;
}

.pricing-bottom .get-in-touch .wrap {
  margin: 30px auto 0;
  max-width: 970px;
  padding: 50px 50px 40px!important;
}

.container-fluid.pricing-bottom .hs-button {
  font-size: 16px;
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
  padding: 10px 45px;
  line-height: 200%;
  line-height: inherit;
  margin-top: 0;
  letter-spacing: normal;
}

.container-fluid.pricing-bottom .form-wrapper .legal-consent-container .field.hs-form-field {
  margin-bottom: 8px !important;
}

.pricing-bottom .get-in-touch form .hs-richtext p {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 35px;
  margin: 0 0 10px;
}

.pricing-bottom .get-in-touch .form-columns-0 {
  margin: 0 !important;
  margin-top: 25px!important;
}

.pricing-bottom .get-in-touch form .hs-richtext {
  margin: 0;
}

.pricing-bottom .get-in-touch .form-columns-2>div.hs-fieldtype-number {
  flex: 0 0 33.3333%;
}

.pricing-bottom .get-in-touch .form-columns-2 .hs-form-field legend {
  order: 3;
  line-height: 1.5em;
  font-size: .9em;
  font-weight: 500;
  margin-top: 5px ;
  margin-bottom: 0;
  border-bottom: 0;
}

.pricing-bottom .get-in-touch .form-columns-2>div {
  margin: 0;
  padding: 0 15px 20px;
}

.pricing-bottom .get-in-touch .form-columns-1 .legal-consent-container {
  margin-top: 40px;
}

.pricing-bottom .get-in-touch .form-columns-2 .hs-form-field {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.pricing-bottom .get-in-touch .form-columns-1 ul.inputs-list {
  margin: 0 auto;
  margin-top: 10px ;
  max-width: 445px ;
  text-align: center;
  padding-left: 0;
  position: relative;
}

.pricing-bottom .get-in-touch .form-wrapper .legal-consent-container .hs-form-booleancheckbox-display>span {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  margin-left: 0 !important;
}

.pricing-bottom .get-in-touch .form-wrapper .hs-form-field .hs-form-booleancheckbox-display>span p {
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
}

.pricing-bottom .get-in-touch .form-wrapper .hs-form-field .hs-form-booleancheckbox-display>span p a {
  color: #285cb0;
  text-decoration: none;
}

.pricing-apps-sec .content-with-bg p {
  color: #222 !important;
}

.container-fluid.contact-page-main .form-wrapper select.hs-input {
  color: #414141;
}

.container-fluid.pim-page-row1 h1 {
  font-size: 42px;
  line-height: initial;
  color: #222;
  margin: 0 100px 40px 100px;
  font-weight: 800;
}

.pim-page-row1 ul li a:hover {
  color: #3357a7;
}

.container-fluid.pim-page-row1 .dnd-section {
  padding-top: 60px;
  padding-bottom: 50px;
}

.container-fluid.pim-page-row1 h4 {
  color: #444;
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin: 0 0 30px 0;
}

.pim-page .container-fluid.pim-page-row1 p {
  color: #444;
}

.container-fluid.pim-page-row1 p {
  color: #444;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.pim-page-row1 ul li {
  display: table;
  list-style: none;
}

.pim-page-row1 ul li a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #444;
  line-height: 45px;
}

.pim-page-row1 ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAz62lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTEwLTAyVDEwOjI0OjM5KzA3OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTEwLTAyVDEwOjI0OjM5KzA3OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0xMC0wMlQxMDoyNDozOSswNzowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MWI2ZjE4ZS02ZmVhLTQyMGQtOTlmMC1jNTdiMzQ2ODkyM2MiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4M2Y4MGMxNi05NGYwLTE1NDItYmVlNi1iMmJjYjY3ZThmZGYiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiMGZlYTBhZi04OWJmLTQyNzgtYjVmOC1iNjQwZTgzMmRlYzYiIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmIwZmVhMGFmLTg5YmYtNDI3OC1iNWY4LWI2NDBlODMyZGVjNiIgc3RFdnQ6d2hlbj0iMjAyMC0xMC0wMlQxMDoyNDozOSswNzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjgxYjZmMThlLTZmZWEtNDIwZC05OWYwLWM1N2IzNDY4OTIzYyIgc3RFdnQ6d2hlbj0iMjAyMC0xMC0wMlQxMDoyNDozOSswNzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDx4bXBNTTpJbmdyZWRpZW50cz4gPHJkZjpCYWc+IDxyZGY6bGkgc3RSZWY6bGlua0Zvcm09IlJlZmVyZW5jZVN0cmVhbSIgc3RSZWY6ZmlsZVBhdGg9ImNsb3VkLWFzc2V0Oi8vY2MtYXBpLXN0b3JhZ2UuYWRvYmUuaW8vYXNzZXRzL2Fkb2JlLWxpYnJhcmllcy81NmJmYTU4Mi1iNzM5LTQwZjktYjNlOS04ZTJlMTk3ZDdkODc7bm9kZT01OWY2NzQwMC1hYWMzLTRjMTItYWRiYy1iYzZmNDQ2Yzc4NzgiIHN0UmVmOkRvY3VtZW50SUQ9InV1aWQ6NzllMmZmZDYtZDQ3Yi1mMjQxLWIzZmQtYzJlMmFmYjIwOTkwIi8+IDwvcmRmOkJhZz4gPC94bXBNTTpJbmdyZWRpZW50cz4gPHBob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHJkZjpCYWc+IDxyZGY6bGk+MDBDOEFDRTYyNDQ5QjRCQkYzMURDRTlDRTM5MkYzMTA8L3JkZjpsaT4gPHJkZjpsaT4wMzQxMTZFNzUxNDRDMEQwODIyM0RFQUExMkU0OTBFNTwvcmRmOmxpPiA8cmRmOmxpPjA1NzE3N0U3QkUyRENBNTI0NEVEQkZEQUQwOTcyM0RBPC9yZGY6bGk+IDxyZGY6bGk+MDY5NTZEMkQzNzgzMjkwNTY3Qjk2RDlENjY0RDBDRTQ8L3JkZjpsaT4gPHJkZjpsaT4wNzg2MjU2M0Y2NjI0REFCNUJDQUY4NkMwM0NBQjYzMTwvcmRmOmxpPiA8cmRmOmxpPjA4NkIxRjc2MzI4OEVDNTA4RDFGMDQ2QzEzRTlFRDgzPC9yZGY6bGk+IDxyZGY6bGk+MEJDNzNGNjA5MTg2ODU5N0RBMzgyN0Q4NUNGQTZGOUM8L3JkZjpsaT4gPHJkZjpsaT4wQkU3MDgyQjkwRTMzOUM1NTAxRDBCNEE1MDMwRDNBNDwvcmRmOmxpPiA8cmRmOmxpPjEwMDVEQzlEQkYzMUE2OTJGQzMxNjE5QzNDREE4MDlEPC9yZGY6bGk+IDxyZGY6bGk+MTBGNzgzMTMyQjIyMDJDMUE4RTRDMzRFM0RDNzhDMjU8L3JkZjpsaT4gPHJkZjpsaT4xMTQzMkE1ODNGQ0Y1NEJFOUJGQThBRUFDNERDOThFMDwvcmRmOmxpPiA8cmRmOmxpPjExODdDRkM4Qjk0NjQ0NjYyQjc5MzlFQTBGQjRCQzU3PC9yZGY6bGk+IDxyZGY6bGk+MTMzRDk3NzYxRjJDRDM5NTJEODQ1QUJGQTg2NEU3ODU8L3JkZjpsaT4gPHJkZjpsaT4xNEE2ODY3NzVDNjBDN0IxQUFDRjlDRUUxNEIwMzJEMzwvcmRmOmxpPiA8cmRmOmxpPjE2ODQ0NkYwOTFENEE4OUIzNkQzRUIzMDFCOUU0MTNDPC9yZGY6bGk+IDxyZGY6bGk+MTc5MkFDMjJBNEI0QjdDMjM1NEMzODYxQzlEMkI3NUM8L3JkZjpsaT4gPHJkZjpsaT4xOTE4RUYyNDQwQURFN0JFNjVFODVDMjEzQTk3NDI0NjwvcmRmOmxpPiA8cmRmOmxpPjFCREI2RTA4NDE5NDNFOTUwMTk4QkYxRTFEODFGMzJGPC9yZGY6bGk+IDxyZGY6bGk+MUNEMTlCRTkxREEyNUFCNkQ2Q0FDQTI3MTk5QjE5MkM8L3JkZjpsaT4gPHJkZjpsaT4xQ0ZDQTA1NDhFMDVFNTY1QjMxODMwOUM5MTVFMkVEOTwvcmRmOmxpPiA8cmRmOmxpPjFGNzMzNUIyMUREOThGNDREOUJCNDYzN0UwODU1MjEwPC9yZGY6bGk+IDxyZGY6bGk+MUZGNENBRUYzMENCRUJFRTkwQjI2QkJERUE2MjdFNjE8L3JkZjpsaT4gPHJkZjpsaT4yMEQ3NUM2MDRGMkU2NUYyNjc1NEE2RTczMjA2M0U2MTwvcmRmOmxpPiA8cmRmOmxpPjIxOTE0MEE5NTI0RTEwQzEzNjg2Q0UyM0Q5QjAzMzdGPC9yZGY6bGk+IDxyZGY6bGk+MjNBQ0I1RUNGRjdBMUFEREEzNjE0NTk1NEM3RjlFM0Y8L3JkZjpsaT4gPHJkZjpsaT4yNDQ1OUVEMzRDRjYyMTc2NjRENTdGQkY1MTBERTk2OTwvcmRmOmxpPiA8cmRmOmxpPjI2MTZFOThEMDcyMTFDOEM4MTVBNzZFNTZDQUI5NEU1PC9yZGY6bGk+IDxyZGY6bGk+MjYzMDY5MDUzQ0ZCQ0E2RTZENjRFNzhGNjM0Q0ZEQTc8L3JkZjpsaT4gPHJkZjpsaT4yODc1MDM0NDc0NTlERUU3MDI2NzZBRThGRTMyNUM0OTwvcmRmOmxpPiA8cmRmOmxpPjI5MERGMDFFNEQxMzI1NkU3MDA4NkY2NDk2Njk1QTZFPC9yZGY6bGk+IDxyZGY6bGk+Mjk1NkQ3MzU2RDA3N0FCOEZGOUE0OUY2M0RCRUFEQjQ8L3JkZjpsaT4gPHJkZjpsaT4yRTRGNUJDMEUxMjkwRTA0QTYzQkE0MUVFODZBREVEODwvcmRmOmxpPiA8cmRmOmxpPjMxMTJGMEM2NjUzMjlGN0MyMkZGREZDODk3MUJCRkE3PC9yZGY6bGk+IDxyZGY6bGk+MzQzQkE3QkU1M0YyNDc3RkE2OURDRTUxMzg0NjI3ODE8L3JkZjpsaT4gPHJkZjpsaT4zNUU5Rjk4MjIwQ0EyQTUzMDQ1NDFFMkFBNTdCQTg3RjwvcmRmOmxpPiA8cmRmOmxpPjM2OTNCQ0UxMzUwMjQxOTY3Q0U4MzhFOUIzNDNERUJCPC9yZGY6bGk+IDxyZGY6bGk+MzhEMjM1RDRDMDRCOUU4RTg2NkQ3OTJBOEZGM0NGQzM8L3JkZjpsaT4gPHJkZjpsaT4zQTZBRTQyNzBCNEJERUM5RTUyMkM4MjYwQTA3MEZGNzwvcmRmOmxpPiA8cmRmOmxpPjNGREE2OTAwNTk4QTcxRkRERDY4RkQ2MEIyODIzRjExPC9yZGY6bGk+IDxyZGY6bGk+NDEwQUY0QzJEOUVGQzAzQzBCQzAwMjJCOThDQ0Y4OUY8L3JkZjpsaT4gPHJkZjpsaT40MzI5OTgyRTVGQjEzM0M0NUI5MTQ1MDJCQzJEODZBMTwvcmRmOmxpPiA8cmRmOmxpPjQzQUMzOEQ4RDY2RkIzMDg4NzdGQjc3QjU4OEMxMDk4PC9yZGY6bGk+IDxyZGY6bGk+NDVEOEM0ODNDQzMxRjYyQzJGRjc4QThFRTk5NkJFODU8L3JkZjpsaT4gPHJkZjpsaT40NzE0QkE2OEZGRkU0NjUzNDZBMUI0OTJFMTM4OEI2NzwvcmRmOmxpPiA8cmRmOmxpPjQ3OTA2NzMwNjZCQTc0MDUzNURGRkQyNEFGNDU5MzlFPC9yZGY6bGk+IDxyZGY6bGk+NDg3NzQxMDREMjBBNUE0QUVCQkI1ODY0OEVCNzRFN0Q8L3JkZjpsaT4gPHJkZjpsaT40OUVGOEJCRTFGNzJFMDY5NUE1OTIyNTg3RDYzNjdEMTwvcmRmOmxpPiA8cmRmOmxpPjRBMzcyNjU0QzBFMTkyQzVCQkI4RTYzMTFFQzg0RUExPC9yZGY6bGk+IDxyZGY6bGk+NEJEQTI4ODVGQzJBODVEQjlDREREQjY5QjNCRkZFRDM8L3JkZjpsaT4gPHJkZjpsaT40QzI4RjA0MjhBRkMxN0EzMjJCMjk1NjEyQzBGQUY4NzwvcmRmOmxpPiA8cmRmOmxpPjRENUZBQ0RGRTAzMjA4OTI1MDM5Mjc1NDY1QTdFNDUyPC9yZGY6bGk+IDxyZGY6bGk+NEVEQ0I5REUwMjI2MUFFN0VCODdEMzlGRDA2QjExNDg8L3JkZjpsaT4gPHJkZjpsaT41NTM5ODlDM0Y3MUI1MUYzQUNBMEJDRDFGOUZGNUE3QzwvcmRmOmxpPiA8cmRmOmxpPjU3NzJERDlEQUI3NTNFNTE0NTExNTk4MUY4M0Y2NjMxPC9yZGY6bGk+IDxyZGY6bGk+NTlENzJDREMwMEQ3MzZBOTFDRDI5RjkyQTIzRjE4QkQ8L3JkZjpsaT4gPHJkZjpsaT41QjcxQjBGMEZGREQ1RUQ3M0FGMzNENzZDNTg1MzIwNjwvcmRmOmxpPiA8cmRmOmxpPjYyOUNDQzg2MTZGQzhBMEY1OTk0MzkyODU1Qzc0QTYyPC9yZGY6bGk+IDxyZGY6bGk+NjJFMTNCNkIzREU3QzQ3OTQzOTFGRjBCQkJDMDJGNTE8L3JkZjpsaT4gPHJkZjpsaT42NjVGNEMyMTI0NEZERUE2NDkyMzE0RUNFMjJGNDlDMDwvcmRmOmxpPiA8cmRmOmxpPjY2NzRDRDAxMDkwNjQ3QUM0N0MzNTUwMDg1RTAzRUZDPC9yZGY6bGk+IDxyZGY6bGk+NjhDMDFFMTJDNzM2NDRBM0QyNjI2QTJFMkY3OTRFNTc8L3JkZjpsaT4gPHJkZjpsaT42OTI4NUY4OENDQzhBMjM1Rjk0NzE4RTA2MUJDMkM2QjwvcmRmOmxpPiA8cmRmOmxpPjY5QzJDNkFDMUQ0MTJFRTEyMkNDNEJGMzg1M0Q4RTg2PC9yZGY6bGk+IDxyZGY6bGk+NjlGNzdFQzI4QURFQkNBNDRBOTlGMDA1NDQ2RTFGM0U8L3JkZjpsaT4gPHJkZjpsaT42QzhFMTFCMDdFQzA1OEYzQTNERjA4QTBFNzczNUQ4OTwvcmRmOmxpPiA8cmRmOmxpPjZGNEU2Q0YzNDlGRjlBNDk5NDBEQkM4NERFQkIzQkE4PC9yZGY6bGk+IDxyZGY6bGk+NzA5RTQzNTFBQkNGNkIxRTczNzY1Q0QzN0E4NEIzRDI8L3JkZjpsaT4gPHJkZjpsaT43MEZFRENBRUY3QTc4REUxRDk5REVCRDA5Mjk0QzUzMDwvcmRmOmxpPiA8cmRmOmxpPjcyQ0U3NDgwMzZEOEQwODUxODdDMzQ5NUNCMEE0MzQwPC9yZGY6bGk+IDxyZGY6bGk+NzJDRjFGRURCNDU1QTFEOTE0OUVDOEEwMkUyNEVGRUU8L3JkZjpsaT4gPHJkZjpsaT43M0U0RjIxQjAyRTc1RThCMjkxNTJGMzY1MkQ0NjE3OTwvcmRmOmxpPiA8cmRmOmxpPjc0QUUyMURFRjI3RDY3OUM3NDg5NTk4RUI0M0E3NzdEPC9yZGY6bGk+IDxyZGY6bGk+NzRCMkZCQkFBREQ5NTIxM0E4MzE4OTQ5NDlGMEVENDY8L3JkZjpsaT4gPHJkZjpsaT43Qjg4RjVENDc5NUIzNTQzMEI0RTI1M0U0MzExQTQ3MDwvcmRmOmxpPiA8cmRmOmxpPjdCRkFGOEQ4MTFFODZBOUQ3MDgxMDEzMDI3NTgwRjdFPC9yZGY6bGk+IDxyZGY6bGk+N0NFQjI1NzFFNTJBQTlBNEYyOUZGOTc4NThCNkY1NkI8L3JkZjpsaT4gPHJkZjpsaT43RjE1MUQ5RkUxNTkwOEU2MjkyRjUwRkE3RTMwNTMxNDwvcmRmOmxpPiA8cmRmOmxpPjgxM0I5MkY2MkIzMTAzQjNFNzAyNzBDOTA0MDUxNTY2PC9yZGY6bGk+IDxyZGY6bGk+ODE4RTUxQzNCOTYzQzJDOTQyQkRFRTUwQUI2QURCOEY8L3JkZjpsaT4gPHJkZjpsaT44NkE1OUVGQjk1OUYxN0ZGMjlGMDVGMjA2NTQ4MzUwRjwvcmRmOmxpPiA8cmRmOmxpPjg5Q0IxMDJENTg4OERDOTFBMEM5QkFBOUUyRDY3MjQyPC9yZGY6bGk+IDxyZGY6bGk+ODlENjkxQTQzQTI3Qjg4ODAxM0I3RUY5QjlFQTMxN0Y8L3JkZjpsaT4gPHJkZjpsaT44QTVCOUE0OTkyNDMwOEE5QUFDQTFBNUEyMzA5RjI1NTwvcmRmOmxpPiA8cmRmOmxpPjhENDFCMTVFNUQxREJBMzgyRkU2ODkxQURBOTk5NzY5PC9yZGY6bGk+IDxyZGY6bGk+OEU2QUVFOENGOEE0MDI0MTM5REVERTlFMjYxMkM2MzM8L3JkZjpsaT4gPHJkZjpsaT45MEQyQzUzRkE2NjAzRjk1ODUzOUU0NEMyQzFGQ0IwRDwvcmRmOmxpPiA8cmRmOmxpPjkyMDFFM0FBMDQzOEVEODE0MEVDMENDODNGRkYyNDIzPC9yZGY6bGk+IDxyZGY6bGk+OTM1NzgzOUM2RTE0NDUyQTgyRDhFNTIwQzA5Q0JEQ0Q8L3JkZjpsaT4gPHJkZjpsaT45NTgzRUM2NTQzQzczRDdGMzdGM0JENUU5Qjc5MDBBNjwvcmRmOmxpPiA8cmRmOmxpPjk1QjBFRDlFNEFBN0M0OEIwMUY3RTI4NUYyQkUxQjk4PC9yZGY6bGk+IDxyZGY6bGk+OTY0ODI1QzhGMjVGMjgwQTEzRTVGMkFBQzdBQkJDMzk8L3JkZjpsaT4gPHJkZjpsaT45OEU0MkYxQUNGMEQ2NTkyMDkwNEI1MTcwRkY3M0U4RDwvcmRmOmxpPiA8cmRmOmxpPjk4RUZEQzRENDZEQkZGOTkzMUQwODJEMTY5MDI1REY3PC9yZGY6bGk+IDxyZGY6bGk+OUMzNjA2QzJGN0Q4NUQxQTM2MEUxRDk0Mjk5RDJFQ0Q8L3JkZjpsaT4gPHJkZjpsaT45QzYwOTZEQjYwOUJBNEMyNTUzQTBBNzZCMTAxOTE1RjwvcmRmOmxpPiA8cmRmOmxpPjlDOTc5NzVEODJFMjRFMTVCRDlEN0NBMEUyMkE0NUE4PC9yZGY6bGk+IDxyZGY6bGk+OUQ2RDk5NTk1N0YwRDg3M0RDQ0IxQkE2OEU1Rjg4NzY8L3JkZjpsaT4gPHJkZjpsaT45RTRERDc1NDMxRDcxQzYxOTZDNzk1RkRDNzA3Q0M3QTwvcmRmOmxpPiA8cmRmOmxpPjlFNzQ5ODVDQzEyMzRBODA1RDhBOUNCOTQ1NDE5RThCPC9yZGY6bGk+IDxyZGY6bGk+QTE0RUQ3QTc5M0M0QzcxQjE0RUIwMTZDMDY0Mzg1MDQ8L3JkZjpsaT4gPHJkZjpsaT5BMjIxMjE2QzE5RjZGOUFFQkQwQUUzMUVFNDI2NEI2MDwvcmRmOmxpPiA8cmRmOmxpPkE1Q0Q5REQ2QTY3OTE1NUE1QkZGNzM5NjhBOTE2QUIwPC9yZGY6bGk+IDxyZGY6bGk+QTY5RjcxMDY1NjQ5Q0YxM0E1MTU0MTMyQjA2MjZEQ0M8L3JkZjpsaT4gPHJkZjpsaT5BNkQ2MkZCQzNDNDlBMzRFMTgwNTU1RkJFNDM5QjRCRDwvcmRmOmxpPiA8cmRmOmxpPkE3NTI0ODEzODE2ODU1N0ZFOEIyOTIxQTQ2NDQwMEVFPC9yZGY6bGk+IDxyZGY6bGk+QTg4MUNERTEyN0E5MzZCMDc1NDJCNDk0QjgwNTRFQ0Y8L3JkZjpsaT4gPHJkZjpsaT5BOEJBNEQ2OTAyRUQ5NjYwODQ4RTMxMEY3M0JGQTBBMDwvcmRmOmxpPiA8cmRmOmxpPkE4REQxMDk4MzI3RTI1MUFCNTNCQjE1QzA1OEMzRUY3PC9yZGY6bGk+IDxyZGY6bGk+QTlGRTMyNzVCNjhFMzBGRDk4RUM2OUVCM0ZDNjExN0Q8L3JkZjpsaT4gPHJkZjpsaT5BQTYzRTE4MUNDNDVGNTRGOTg3ODQxQTY2MTUxMjA4QzwvcmRmOmxpPiA8cmRmOmxpPkFDQkVCRURERUI3QjRDNkE3N0EwRTRGREI1M0QyMUUxPC9yZGY6bGk+IDxyZGY6bGk+QUQ5MDM5RTYwMjU5NEI2NUI3N0FBNjhDRjlEOTZEMUM8L3JkZjpsaT4gPHJkZjpsaT5BRjVDNDFEN0ZFRjNERjdCNTU0RTg3QUY2MEU2Q0Y1NzwvcmRmOmxpPiA8cmRmOmxpPkFGNjA2QjY2RDkwNTI3OTZCRTA4NTE3MzFCN0QzNzA1PC9yZGY6bGk+IDxyZGY6bGk+QUY5NzVERTkwMUQwNURFOUIxRTc2NzRDQzI0MzAxNkQ8L3JkZjpsaT4gPHJkZjpsaT5CMTI2OUIxOUM3QTE5N0E1NjNDQUE3NEI4MUVEOTg3MDwvcmRmOmxpPiA8cmRmOmxpPkIyQ0FGQzEyNkYxMjRCMkRFMjQ1ODA0MkFDOEQwMjY3PC9yZGY6bGk+IDxyZGY6bGk+QjM5OEQ4NjY4MjBDQzNFNUExREVGOTU3OTlGOUFFQzg8L3JkZjpsaT4gPHJkZjpsaT5CNDgzOTk4OTE3RTY2RDNEMzFCQ0I1NUMzNEFCRkM1QTwvcmRmOmxpPiA8cmRmOmxpPkI1NjdCNUI1RUU4NUU3NzhCQ0ZBQjFGMjc3QjVENEZDPC9yZGY6bGk+IDxyZGY6bGk+QjY0MTBCMkE1MENCODg0QTgwMDYxRDFEQjU1QzcwNUE8L3JkZjpsaT4gPHJkZjpsaT5CQ0YxQkY0MkE5NTI4NTkzRTM5NTA4RTJFRjRCRTEzNTwvcmRmOmxpPiA8cmRmOmxpPkJEQjVCQjczNDg5M0Y1MDU4NEFCNTM3N0E1MzZENzA4PC9yZGY6bGk+IDxyZGY6bGk+QkU0OTBCNjMyQ0ZDMjc5NTJEMEYzMUM0NjhGQjM1ODc8L3JkZjpsaT4gPHJkZjpsaT5CRjAzOUNCNDdFMUQyNzNBOEZGRkE1QTQxMUE1MUI1ODwvcmRmOmxpPiA8cmRmOmxpPkJGMEM3RTlDN0IxQzU4NEVGQjI4MjZGQjEzQjg5QzY2PC9yZGY6bGk+IDxyZGY6bGk+QkY5NTUyQTJEOEY3MTlDQUFGM0VEMkI4NTQ1Rjc1QkY8L3JkZjpsaT4gPHJkZjpsaT5DMUYwOUI5NzE5NUVCQUU1QzgzQzE4MzZERUY0RkQ4OTwvcmRmOmxpPiA8cmRmOmxpPkM2QzY1RjEyQTExNzc5NzM0Nzk2RkZBOTRCNjdEREY2PC9yZGY6bGk+IDxyZGY6bGk+Qzc1OTI2Mzg1NzY2Rjg1NUMwRkE2M0Q3NDExNDRDRkY8L3JkZjpsaT4gPHJkZjpsaT5DOUJFQzcxNjRGNzBDRTFCRDM3QzQwNjA4RTE1NTE5MTwvcmRmOmxpPiA8cmRmOmxpPkNBODk3N0E1MUQ1Q0FCNDFFNEE0QzMxNEQ5NkM0MDcwPC9yZGY6bGk+IDxyZGY6bGk+Q0VBNjAzQjExMjM0ODI4NjI5NzBGMjAyMjc5MTVFRkY8L3JkZjpsaT4gPHJkZjpsaT5DRjIxMDAwOTE1REI4NTdERDNDN0Y1MjdFNzEwMURBQjwvcmRmOmxpPiA8cmRmOmxpPkQyNjY1NDZBNEVFNzU5OUYyQTc5RTZBQjc1QTBFRkEzPC9yZGY6bGk+IDxyZGY6bGk+RDQyM0E2M0M3MDYxRDdGNzE4N0NENTQwRDlGNTFFRTE8L3JkZjpsaT4gPHJkZjpsaT5ENTE4RjRFQ0ZGN0QwNTBFMjUwMDhGRTk2Qzc0QTRGNjwvcmRmOmxpPiA8cmRmOmxpPkQ2QzM5NjM5MzIxQUNEM0Y3QUIxM0M0RDhFNUFGNUYwPC9yZGY6bGk+IDxyZGY6bGk+RDkzNzdBQTc5RjlBQkE0MzI4RjgzMjQ3M0FEMTUzMjk8L3JkZjpsaT4gPHJkZjpsaT5EOUIzRjMzMTcxNzdGNDMwQzM0Q0RDNDU4ODI1NzkxOTwvcmRmOmxpPiA8cmRmOmxpPkRCMzhBNkQ1QjRDMDUyQUY1OUU4Njc0NUNBMTA4MjczPC9yZGY6bGk+IDxyZGY6bGk+REI0Mzc1NUZBMTcyRjk3RDc4NkU0Q0JFMTFFMzc0NTk8L3JkZjpsaT4gPHJkZjpsaT5EQkYyNkE0NjM3RTY5REUyOUU0MTRCNjc0MURDQUIzMzwvcmRmOmxpPiA8cmRmOmxpPkRFODU5QjY0RjZDNjRGNEYxNTU2RTFFQ0JEM0RCMTNCPC9yZGY6bGk+IDxyZGY6bGk+REZDRjRGREE0QUEyNTkyOTVEMkJDNkExMjg0MDFGQ0E8L3JkZjpsaT4gPHJkZjpsaT5FMEU5NjlFQTIyM0VCMUQyRjRGRjU4QzAxQjdGNkFFQzwvcmRmOmxpPiA8cmRmOmxpPkUxMjE3NzI3Njg4QUU5NEJGQzlGMURGQzcyMEU1QkRFPC9yZGY6bGk+IDxyZGY6bGk+RTFDMEQ0RTYwNEIyNTExOTBFNUIxNzQ2MkU1RkNBMTU8L3JkZjpsaT4gPHJkZjpsaT5FMzU0QzBGQUU2OURDOTZGRTk1ODRFMzY1NDhCRTVFNzwvcmRmOmxpPiA8cmRmOmxpPkUzQkQyNjhGOEM0Qzg5MEE4RjA0MDM2NkNBODNDMjdFPC9yZGY6bGk+IDxyZGY6bGk+RTlEQzczRTg1RjRBMERDNDExOTExMzVBRjQ5Njg0NzI8L3JkZjpsaT4gPHJkZjpsaT5FQjkzQzAzMURDNEVGMEJBMzJDQ0ZBMkJGMkNBQ0I5QjwvcmRmOmxpPiA8cmRmOmxpPkVCQ0FBRDAxNzczMzNBQkYwQzhGRkFFRTVERkM5RjIzPC9yZGY6bGk+IDxyZGY6bGk+RUM2QTFGRkY2REVBOTBEN0QwNEM3RTM5ODFCNDg2QTc8L3JkZjpsaT4gPHJkZjpsaT5FQ0Q5NkRGMUUzMjdDNTU0N0M3QUY4NkFENjVGOTAwQzwvcmRmOmxpPiA8cmRmOmxpPkVEMTdCRUE3MEZGRTI5MEIyRTgxQkUwMjNEMUVBQkY2PC9yZGY6bGk+IDxyZGY6bGk+RURBOUM1MjNGMTEyREE4NDAwNUIwQzMxNjc3QzFDODQ8L3JkZjpsaT4gPHJkZjpsaT5FRjc3NkY1MkJCMzg4QjBBMDhGQkMxMTg5MDJEMUY5RDwvcmRmOmxpPiA8cmRmOmxpPkYxRTBDQzM4NUQ0RDE5QjgyMkFGRTIxRTRDQzdBRTBDPC9yZGY6bGk+IDxyZGY6bGk+RjVFNkZCQ0Q2NjFBRjkzRkM0RDg4NTgwQzc5OTAwNkE8L3JkZjpsaT4gPHJkZjpsaT5GNkY3MzQ2RTlCN0I5OEI4MUVFQTEwNjYxNTM5N0I4NDwvcmRmOmxpPiA8cmRmOmxpPkY3QTI0QkE3ODA0MDdEN0E2M0EzRTdDM0Y4MDk2MTlGPC9yZGY6bGk+IDxyZGY6bGk+RjdBQzcwRTY2MTExQ0JDMkE4Qzg2RERCRjdBN0FGQzQ8L3JkZjpsaT4gPHJkZjpsaT5GOTI4MTVBM0UxMUEwRTU2MUNBMEQwNjZDMDJGNTQ3RjwvcmRmOmxpPiA8cmRmOmxpPkZBMkFENjlEMjZFNjRBOTY2Mzk2MkQ1NEMyMjQxRDA1PC9yZGY6bGk+IDxyZGY6bGk+RkJDOTkxRDFDMUQzQjZDNjMzNzJBNDYzMTQ3QTFFQUE8L3JkZjpsaT4gPHJkZjpsaT5GQzU3MkQ0ODZFNkU1QkUxOUMwODQxMUZERjA0MDNCNDwvcmRmOmxpPiA8cmRmOmxpPkZEQkRDQjY4MzBDRTYxNjI3OTQyRTBDNDE3MDlGRjlFPC9yZGY6bGk+IDxyZGY6bGk+RkY3MkE3REI0REVBRTRGRTMzODQzOUQzNjhBMDU4NTU8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MmRhNjRmYzktYTM0Zi00NzQxLTg2MjUtYWNkMTMyZWFmOWNlPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjJkZDIxMzFhLWQ0NTMtNGU0NS04YzA5LTM4MDIwODJmNWMyZDwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDozY2Q1ZjkyYi1kOWJkLTIyNGEtOTZlYi0yMWUxODI1OTdlOTI8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6M2VjZjk1N2YtNmQ2OC05NTQxLTgwYWYtODc4MDcwYzYxYTM0PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjUyMDYxZDVhLWFlNzctZmI0ZS04MjQ5LWYwNDM1YjM4ZGVkYTwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1NWZhMjc0MC1hZmE5LWE3NDEtYWYxZi1hYmY2ZDFlZDRiOTQ8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NWMzYTI5NmItMzk3Ny02MzQ4LWJhNDEtZjRmNDEyZTkyNTlkPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjY2NmFkNGZlLTEyOTEtMjU0ZC04MTk3LWI3NWZiNDljYTcyNjwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3MmM5M2JkNi1lMjRmLTVmNGEtYWE0Ny1kZTFjZDE2ZDYyY2Q8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6N2ViYzA5ODUtYjkzOC05ODQ5LTliMmItYTEzYjNlYzNiOWM0PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmOTViMWQxLTg2ZjgtZGE0My04ZDNiLTNkNTkxY2QyYmVjMzwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4OWI5MjRiYS04OWRlLTJkNDgtOGQwMy1mOWU5ZWMzYjc0NmQ8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6YjgwYzBkNTktM2RjZS1kZjQ4LWJjZWItNjcxYWQ5MDIzZmRmPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmMwODdiMDI4LWFkZWMtOWE0NS1iYjBhLWRkNDUwZWE5NDY2ZDwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjNmE0ODU4My0yMDViLTY0NGYtODZiNC1jN2Q3NDllYzdiODM8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6Y2ViNWFhN2EtNjk1My0xMWVhLThlNTktYThjZjNkZDNjMTc0PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmQ1YzU4OWQ1LWFjZTYtN2M0Ni1hY2NmLWU1YzNlMjIyODI5NTwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMzZhYzkzMi1mMzcwLWU4NGItYTlkNS0zZTY3MGU2ZjMyYTk8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZWJiYTU3ZGYtYmJjOC04ZDQyLTk0MjktNjQ3NjkwNzk4NWM1PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmZjZjcyZmJmLTVjZDgtNTA0MC1iNzI1LTdiOGU2Yjk5NWJmYjwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6MDU5MjM1Y2QtODFhYS00NDMzLWE5NTEtMWJmMTRlNzY4ZWQ2PC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDoyNUM1MURCNTRBMEJFQTExOUM1Mzk1RUNEQjU0NDBENTwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6MjdhNjc5NmEtOGRkYy00OTRiLWIxZTEtNDJjMDA1ODFiZTY3PC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDozYWFhN2MzOS04YzUzLTRlZDQtOWRmYy1kNzNmOWI4NWJlOGE8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOjNlNDdlYjEzLWQ3MzItZWM0ZS1iMGYwLTRkODI1N2ExNDQ4YjwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6NDgzZWE4ZTktM2FkZi1hMjRlLTk1NzItMTdhZTJiNjBkNDc2PC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDo0OWU3NmU4MS02ZmFhLThmNDMtOWZmZi03MmU5NzQ0MzZmMTg8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOjRmZmFlNWMzLTAyYTQtNGM4OC05MjFlLTZmMzMzZWE4MjI5MTwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6NTFDOEE1QjA3NjgwRTgxMTgyODVFNkM4RTNGOTg4RjA8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOjVjMzdiODJkLTllOTktNDFlZS05NjdhLWM4MTNhMzk0NDdiYzwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6NkYzREQ1NTgyNTRCRTkxMTk5OTlCMUU4NThBREJCMUU8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOjZhNDY0OTdmLWJjOTQtNDUwNi1hYjk3LWRjMjE2NmYwNmNkYTwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6N0FDQzQwMUZGRkIzMTFFOTlGQjc4MjEwQjMyQTU1QjA8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOjdFQTA4N0FCQ0UzQ0U5MTFBRjA1QjkzNDYwODBGNTRGPC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDo4MzI0MzE5MS04OGQyLTQ1YzktYjJhYi1hMTA4ZjQ5MWM4YTU8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOkRBQ0Y0NEM1QkE0QTExRUE4OERBQkI1NTU3RjM3MjY2PC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDpFNEM2OTNFRjU2MDlFQTExQUEzNUU5NDM5OERCNzkyNzwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6RUNCNTYzNDdEOUNFRTgxMUE4NzdDNjFGQkM2ODAxNzA8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOkY5NDE3MUZGREVBNEU0MTE5OTdFOEQ5MUIxMTY5MTM5PC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDpiNjkwNzIyYi0xOThlLTQ0YmEtOGE3MS00YTUyN2Y2MzU1MGE8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOmVkYTJlOGMwLTEyYmYtNGE5ZC05NzExLTgzMmU2ZTQ5Zjk0YjwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6ZjliOTg1MWItMDVlOC02MTQ2LTk1NjAtYmQxOWRmMWI1N2UzPC9yZGY6bGk+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pvcs6AAAAhtJREFUSInll8+LjVEYxz9HkxySJaujRhnKhsRi/EiosVMkC9mKm2P+ADZKljhSsrCYjZo0Ddkoyq8UmWhqjGRzz0pTlClOfr4WXtye97znvu91b3fhu7nv832e+3zue+p53veqLMvohxb0hdpP8EBZQilFcGYIWAlMaevfVW0anFkKnAU2A1PAiUXHm59ba0rvODgzDMwCt4FmcGZ9VTBwFWgAG4EjwC5ZkDrqEUDl10vyRm0VnNkN7Bf2ijrgHyLeWgE6AFyMpGbqgF+LeHVwpvDLhQ4BQ8J7CjypA56NeFvKivO7PSnsDGho6wvLIgV+lX+xVdsS9XuBVcIb19Y/ixWXgrX1n4BpYe9IgEdFnAGny4rbLZB7Il4XnFkui4IzG4BhYU9q6192Cr4b8XZGvNionU81bge+D3xPgYMzy4CDouaFtv5Bx2Bt/TzFUZBb6DCwWHiXUn3bgnPJ4zbBmTUt8VGRnweudQN8J+KNAARntgNrRW5MW/+xG+DHwAfh7ck/RyP1lyv0RJW9gSil/lwHZ64D+1rSX4BNwHP+PkgAHmrro0tGcqq+CNwS8UJgQkABLlTsVxl8k+LTalDETWCyq2Bt/Xt+zXRK57T1cub/DZxrPJF7C1yp0asWeILicf/WGW196AlYWz8H3Iikpqk4Qh2Bc50Cvgqvoa3/1lOwtn4GOAC8AeaAY9r6R3WhkFggvdb/9xfmJzpUiCK+mk2eAAAAAElFTkSuQmCC');
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 5px;
  left: -15px;
}
.pim-page-row8 .resources.theme_blue .heading {
  width: 100%;
}

.pim-page-row8 .resources.theme_blue .heading h2 {
  font-weight: 800;
  line-height: 50px;
  color: #222;
  font-size: 32px;
}

.container-fluid.pim-page-row2 .dnd-section {
  padding: 30px 0 30px 0;
}

.container-fluid.pim-page-row2 .widget-type-rich_text {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.pim-page .widget-type-rich_text h2 {
  font-weight: 800;
  line-height: 50px;
  color: #222;
  font-size: 32px;
  margin: 30px 0 30px 0;
}

.pim-page .widget-type-rich_text p {
  font-weight: 500;
  line-height: 35px;
  font-size: 18px;
}

.container-fluid.body-container.body-container--home {
  color: #222;
}

.pim-page-row2 .widget-type-rich_text p {
  margin-bottom: 30px;
}

.container-fluid.pim-page-row3 .widget-type-rich_text {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid.pim-page-row3 .dnd-section {
  padding: 30px 0;
}

.container-fluid.pim-page-row3 .widget-type-rich_text p {
  margin-bottom: 30px;
}

.container-fluid.pim-page-row3 ul{
  padding: 0;
  position: relative;
  list-style: none;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 1.2em;
}

.container-fluid.pim-page-row3 ul li {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  margin: 10px 0;
}

.container-fluid.pim-page-row3 ul li:before {
  content: "\25CF";
  color: #35af4a;
  position: absolute;
  left: 0;
}
.container-fluid.pim-page-row3 .widget-type-linked_image {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,.15);
  box-shadow: 0 0 14px 0 rgb(0 0 0 / 15%);
  border: 1px solid #e7e7e7;
}
.container-fluid.pim-page-row4 .dnd-section {
  padding: 30px 0 30px 0;
}
.container-fluid.pim-page-row4 .widget-type-rich_text   h3 {
  text-align: left;
  font-size: 18px;
  font-weight: 800;
  line-height: 35px;
  margin: 10px 0 30px 0;
  padding: 10px 0 0 0;
}

.container-fluid.pim-page-row4  .span3 .widget-type-rich_text {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out; 
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  border: 0;
}
.container-fluid.pim-page-row6 ul {
  font-weight: 500;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
  list-style: none;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 1.2em;
}
.container-fluid.pim-page-row4 p {
  margin-bottom: 30px;
}
.container-fluid.pim-page-row6 ul li {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  margin: 10px 0;
}

.container-fluid.pim-page-row6 ul li:before {
  content: "\25CF";
  color: #35af4a;
  position: absolute;
  left: 0;
}

.container-fluid.pim-page-row6 .content-with-bg .inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.container-fluid.pim-page-row7 ul li:before {
  content: "\e084";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-right: 10px;
  color: #35af4a;
  left: 0;
}

.pim-page-row7 .dnd-section>.row-fluid .span12.dnd-column {
  max-width: 1000px;
  margin: 0 auto;
  float: none;
}

.container-fluid.pim-page-row7 .widget-type-rich_text {
  margin-bottom: 40px;
}
.container-fluid.pim-page-row6 .content-with-bg .content h2 {
  text-align: center;
}

.container-fluid.pim-page-row6 .content-with-bg .content {
  width: 83.33333333%;
}

.container-fluid.pim-page-row6 .content-with-bg .wrap {
  background-position: 90% 100%;
  background-size: 25%;
  background-repeat: no-repeat;
}

.container-fluid.pim-page-row6 .content-with-bg .content h2 {
  font-size: 32px;
  margin: 30px 0 30px 0;
  font-weight: 800;
  line-height: 50px;
}
.container-fluid.pim-page-row7 .dnd-section {
  padding-bottom: 0;
}
.container-fluid.pim-page-row6 .content-with-bg .wrap {
  padding: 30px 0 30px 0;
}

.container-fluid.pim-page-row6 .content-with-bg p:last-child {
  margin: 0 0 30px 0;
  line-height: 35px;
}

.container-fluid.pim-page-row7 h4 {
  text-align: center;
  color: #324ead;
  font-weight: 800;
  line-height: 35px;
  font-size: 18px;
}
.container-fluid.pim-page-row8 .dnd-section {
  padding-bottom: 30px;
}
.container-fluid.pim-page-row7 ul {
  padding: 0;
  position: relative;
  list-style: none;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}

.container-fluid.pim-page-row7 ul li {
  padding-left: 1em;
  text-indent: -0.8em;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  margin: 10px 0;
}
.container-fluid.pim-page-row8 .resources.theme_blue .desc p {
  font-size: 18px;
  line-height: 35px;
}
.pim-page .widget-type-rich_text p {
  color: #222;
}
.container-fluid.pim-page-row8 .resources.theme_blue .desc ul {
  margin-top: 20px;
}
.pricing-bottom .get-in-touch .no-list.hs-error-msgs.inputs-list {
  max-width: 445px ;
  margin: 0 auto ;
}

.pricing-bottom .get-in-touch .legal-consent-container ul.no-list.hs-error-msgs.inputs-list,
.pricing-bottom .get-in-touch .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  max-width: 445px !important;
  margin: 0 auto !important;
}

.pricing-bottom .get-in-touch .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  margin: 0px auto 10px!important;
}

.pricing-bottom .get-in-touch .legal-consent-container ul.no-list.hs-error-msgs.inputs-list label,
.pricing-bottom .get-in-touch .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label,
.pricing-bottom ul.no-list.hs-error-msgs.inputs-list label  {
  width: 100%;
  max-width: 100%;
  padding: 5px 15px;
  font-size: 13px;
  margin-bottom: 0;
}
.pricing-bottom ul.no-list.hs-error-msgs.inputs-list label{
  margin-bottom:10px;
}
.container-fluid.our-story-row3 .content-with-image.right {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
  align-items: center;
  background-color: #f7f7f7;
  margin-top: 40px;
}

.container-fluid.our-story-row3 .content-with-image .wrap {
  min-height: 520px;
}

.container-fluid.our-story-row3 .content-with-image .wrap h4 {
  font-weight: 700;
  margin-top: 20px;
  line-height: 35px;
  margin-bottom: 0;
}
.our-story-row3 .content-with-image .content h4 {
  font-weight: 700;
  margin-top: 20px;
  line-height: 35px;
  margin-bottom: 0;
}

.our-story-row3 .content-with-image p {
  font-weight: 500;
  padding-top: 20px;
  display: block;
  font-size: 18px;
  line-height: 35px;
  margin: 0;
  padding-bottom: 10px;
}
.form-wrapper ul.no-list.hs-error-msgs.inputs-list label {
  line-height: 24px;
  padding: 5px 15px;
}

.form-wrapper .legal-consent-container ul.no-list.hs-error-msgs.inputs-list label {
  padding: 5px 15px;
}

.our-story-row3 .content-with-image p span {
  font-weight: 500;
  padding-top: 20px;
  display: block;
}

.container-fluid.pim-page-row1 .widget-type-rich_text p {
  color: #444;
}
header.get-demo-header .content-wrapper.bsp-logo {
  margin-top: 20px;
}
/*header.get-demo-header .content-wrapper.bsp-logo img {
  max-width: 200px !important;
  width: auto !important;
}*/
header.get-demo-header .content-wrapper.bsp-logo img {
  max-width: 200px !important;
}

.get-page-top p:first-child {
  font-size: 18px;
  line-height: 1.42857143;
}

.get-page-top .widget-type-rich_text ul {
  padding: 0;
  list-style: none;
}

.get-page-top .widget-type-rich_text ul li:before {
  content: '';
  display: block;
  background-image: url("https://www.bluestonepim.com/hubfs/Bluestone_October_2021/Images/bullet-arrow-blue.png");
  background-size: contain;
  position: absolute;
  left: 1px;
  width: 16px;
  height: 16px;
  top: 8px;
}


.get-page-top .widget-type-rich_text ul li strong{
  font-weight:900;   
}

.get-page-top .widget-type-rich_text ul li {
  position: relative;
  line-height: 1.8em;
  padding-left: 27px;
  margin: 15px 0;
  font-weight: 500;
}


.get-page-top .dnd-section>.row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.get-page-top .widget-type-rich_text h1+p {
  font-size: 20px;
  font-family: Montserrat,sans-serif;
  line-height: 1.42857143;
  margin-right: 60px;
}

.get-page-top .widget-type-rich_text p:first-child {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.42857143;
  padding-bottom: 1px;
}

.get-page-top .widget-type-rich_text ul {
  padding: 0;
  list-style: none;
}

.get-page-top .span5 .widget-type-rich_text {
  margin: 0;
}

.get-page-top .dnd-section {
  padding-top: 20px;
  padding-bottom: 160px;
}

.get-page-top .widget-type-rich_text {
  margin-left: 40px;
  margin-right: 40px;
}

.container-fluid.get-page-top {
  font-size: 18px;
}

.container-fluid.get-page-top h1 {
  font-size: 40.5px;
  margin-bottom: 20px;
  margin-right: 60px;
  font-weight: 800;
  color: #4169e1;
  line-height: 1.3em;
  font-family: Montserrat, sans-serif;
  margin-top: 0;
}

.get-page-top h2 {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}

.get-header-wrapper {
  margin-bottom: 20px;
}
.get-page-main h2 {
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color: #888;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.get-page-main .dnd-section {
  background-color: #f6f7fa;
  margin-top: 80px;
  padding: 0;
}

.get-footer {
  color: #95969b;
  padding: 30px 15px;
  font-size: 16.2px;
  text-align: center;
  background-color: #f6f7fa;
  font-weight: 500;
  line-height: 1.42857143;
}

.get-page-main .logos-slider .bg1 {
  background-image: linear-gradient(to right, rgba(246, 247, 250, 1), rgba(246, 247, 250, 0));
}

.get-page-main .logos-slider .bg2 {
  background-image: linear-gradient(to left, rgba(246, 247, 250, 1), rgba(246, 247, 250, 0));
}
.get-page-main .logos-slider,
.get-page-top .logos-slider{
  width: 83.33333333%;
  margin: 30px auto 0;
  padding: 0 15px;
}
.digital-page .digital-page-row1 .dnd-section {
  padding-top: 30px;
}

.digital-page-row1 h1 {
  margin-top: 0;
  color: #222;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 15px;
}

.digital-page-row1 .video-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.digital-page-row1 video {
  position: relative;
  top: 10px;
}
.digital-page-row1 h3 {
  margin: 15px 0;
}
.digital-page .hs_cos_wrapper_type_rich_text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 20px;
  color: #000;
}
.digital-page-row2 .dnd-section {
  padding: 48px 0;
}

.digital-page-row2 .hs_cos_wrapper_type_rich_text p {
  margin: 0;
}

.digital-page-row2 .button-group .hs-btn {
  margin: 0;
  padding: 10px 15px;
  font-size: 20px;
  border: 1px solid transparent;
  line-height: 1.42857143;
  letter-spacing: normal;
  font-weight: 700;
}

.digital-page-row1 .dnd-section {
  padding-bottom: 30px;
}

.digital-page h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 40px;
}

.digital-page-row4 .dnd-section {
  padding: 48px 0;
}

.digital-page .hs_cos_wrapper_type_rich_text p + p {
  margin-top: 20px;
  margin-bottom: 0;
}
.digital-page-row5 .dnd-section {
  padding: 48px 0;
}

.digital-page-row5 h2 {
  color: #4d4d4d;
}
.digital-page .digital-page-row5 .hs_cos_wrapper_type_rich_text p {
  color: #4d4d4d;
}

.digital-page .digital-page-row5 .hs_cos_wrapper_type_rich_text p a {
  color: #3356a7;
  font-weight: 700;
  text-decoration: underline;
}

.digital-page-row5 .button-group {
  margin-top: 20px;
}

.digital-page-row5 .popup-video-wrapper .popup-video {
  padding: 0;
}

.digital-page-row5 .popup-video-wrapper a.thumbnail.youtube-video img {
  width: 100%;
}
.digital-page-row6 .dnd-section {
  padding: 48px 0;
}

.digital-page-row6 .testimonial-card {
  padding: 0;
  margin-top: 32px;
}

.digital-page-row6 .testimonial-card .quote {
  width: 100%;
  margin-bottom: 0;
}

.digital-page-row6 .testimonial-card blockquote {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5em;
  text-align: left;
  font-size: 21px;
  font-weight: 500;
  color: #000;
}

.digital-page-row6 .testimonial-card blockquote:before {
  font-weight: 600;
  position: absolute;
  content: "“";
  font-size: 70px;
  color: #000;
  top: 11%;
  left: 2%;
}

.digital-page-row6 .testimonial-card blockquote:after {
  font-weight: 600;
  position: absolute;
  content: "“";
  font-size: 70px;
  color: #000;
  bottom: 10%;
  right: 2%;
  content: "”";
}

.digital-page-row6 .testimonial-card .quote-details {
  display: block;
}

.digital-page-row6 .quote-image {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  color: #767676;
}

.digital-page-row6 .testimonial-card .quote-details img {
  max-width: 150px;
}

.digital-page-row6 .testimonial-card .ceo-details {
  text-align: center;
  margin: 0;
}

.digital-page-row6 .testimonial-card span.ceo-name {
  color: #01a6dc!important;
  font-size: 21px!important;
  font-weight: 700!important;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 35px;
  display: block;
}

.digital-page-row6 .testimonial-card span.ceo-position {
  line-height: 35px;
  font-size: 20px;
  margin-top: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}

.digital-page-row6 .testimonial-card .ceo-details br {
  display: none;
}

.digital-page-row6 span.ceo-linkedin {
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  color: #767676;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}


.digital-page-row6 .testimonial-card span.ceo-linkedin a span {
  padding-left: 0;
}
.digital-page-row7 .get-in-touch h2 {
  padding-bottom: 42px;
  font-size: 32px;
  margin-bottom: 0;
  line-height: 32px;
  font-weight: 800;
  color: #222;
}

.digital-page-row7 .get-in-touch .inner {
  margin: 0;
}


.digital-page .digital-page-row6 .hs_cos_wrapper_type_rich_text p {
  color: #767676;
}

.digital-page .digital-page-row6 .hs_cos_wrapper_type_rich_text strong {
  color: #444;
}

.digital-page .digital-page-row6 .hs_cos_wrapper_type_rich_text h2 {
  color: #222;
}

.digital-page-row7 .get-in-touch .inner p {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.5em;
  color: #777;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.digital-page-row7 .get-in-touch .wrap {
  max-width: 720px;
}

.digital-page-row7 .form-wrapper .hs-form-field .hs-form-booleancheckbox-display>span p {
  font-weight: 500;
}

.digital-page-row7 .form-wrapper .hs-form-field .hs-form-required {
  font-weight: 700;
  font-size: 20px;
  vertical-align: baseline;
}

.digital-page-row7 .form-wrapper form .legal-consent-container .input .inputs-list li label {
  line-height: normal;
  color: #767676;
}

.digital-page-row7 .form-wrapper form .inputs-list li {
  margin-bottom: 10px;
  color: #767676;
}

.digital-page-row7 .legal-consent-container .hs-form-booleancheckbox-display input {
  display: inline;
  position: relative;
  top: 1px;
  float: none;
  vertical-align: baseline;
}

.digital-page-row7 .get-in-touch .form-wrapper .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: inline;
  margin-left: 10px !important;
  vertical-align: baseline;
}

.digital-page-row7 .legal-consent-container {
  margin-top: 2px;
}
.get-page-top h2 {
  color: #222;
}
.magento-page .widget-type-rich_text h1 {
  font-size: 42px;
  line-height: inherit;
  letter-spacing: -1px;
  margin-top: 0;
  color: #222;
  margin-bottom: 15px;
}

.magento-row1 .widget-type-rich_text {
  width: 75%;
  margin: 0 auto;
  padding: 0 15px;
}

.magento-row1 .dnd-section {
  padding-top: 60px;
}

.magento-row1 .dnd-section img {
  margin: 20px 0;
}

.magento-page .widget-type-rich_text p {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  margin: 0 0 10px;
}

.magento-row1 .button-group .hs-btn {
  font-size: 16px;
  font-weight: 600;
  color: #4d515d;
  padding: 10px 20px;
  border: 1px solid #8c909b;
  margin: 30px 0;
  line-height: 1.42857143;
  background: no-repeat;
  text-transform: none;
  letter-spacing: normal;
}

.magento-row1  .button-group .hs-btn:hover {
  background-color: #dce1f1;
  color: #4d515d;
  border: 1px solid #8c909b;
}
.magento-row2 .dnd-section {
  padding: 30px 0 40px 0;
}

.magento-page .hs_cos_wrapper_type_rich_text h2 {
  font-size: 36px;
  line-height: inherit;
  margin: 30px 0 30px 0;
  color: #222;
}

.magento-row1 .dnd-section {
  padding-bottom: 20px;
}
.magento-page .widget-type-rich_text p {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  margin: 0 0 10px;
}
.magento-page  .hs_cos_wrapper_type_rich_text ul li:before {
  content: "\2022";
  color: #13a100;
  font-size: 31px;
  font-weight: 700;
  display: table-cell;
  padding-right: 10px;
}

.magento-page .hs_cos_wrapper_type_rich_text ul li {
  display: table;
}

.magento-page .hs_cos_wrapper_type_rich_text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.magento-page  .hs_cos_wrapper_type_rich_text ul li p {
  margin: 0;
}

.magento-row2 .hs_cos_wrapper_type_rich_text ul li p span.glyphicon {
  color: #3d6cba;
}

.magento-row2 .hs_cos_wrapper_type_rich_text ul li p i {
  font-size: 14px;
  font-weight: 300;
}

.magento-row2 .hs_cos_wrapper_type_rich_text p {
  color: #3c424e;
}
.magento-row3 .dnd-section {
  padding: 30px 0 40px 0;
}
.magento-row4 .dnd-section,
.magento-row5 .dnd-section{
  padding: 30px 0 40px 0;
}

.magento-row4 .button-group .hs-btn {
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  background-color: #2fac1e;
  padding: 10px 20px;
  color: #fff;
  text-transform: none;
  margin: 0;
  letter-spacing: normal;
}

.magento-row4 .button-group .hs-btn:Hover {
  background-color: #4ab73c;
  border-color: transparent;
}
.magento-row5 .widget-type-linked_image {
  margin-right: 30px;
}
.magento-row6 .dnd-section>.row-fluid {
  width: auto;
  max-width: 1400px;
}

.magento-row6 .dnd-section {
  padding-top: 70px;
}

.magento-page .magento-row6  .hs_cos_wrapper_type_rich_text h2 {
  font-size: 40px;
  color: #222;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  margin: 15px 0;
}

.magento-page .magento-row6  .hs_cos_wrapper_type_rich_text p {
  font-size: 20px;
  padding: 10px;
  font-weight: 700;
  line-height: 35px;
  color: #222;
  margin: 0;
}
.magento-row4 .button-group .hs-btn:Hover {
  color: #fff;
}
.magento-row7 .dnd-section {
  padding-top: 70px;
  padding-bottom: 48px;
}

.magento-row7 .hs_cos_wrapper_type_rich_text h2 {
  color: #222;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  margin: 15px 0 15px 0;
}

.magento-page .magento-row7 .widget-type-rich_text p {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  color: #777;
  width: 45%;
  margin: 0 auto;
  padding: 10px;
}

.magento-row7 .dnd-section>.row-fluid {
  width: auto;
  max-width: 1400px;
}

.magento-row6 .dnd-section {
  padding-bottom: 48px;
}
.magento-row7 .input-wrpper {
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 10px;
  position: relative;
  display: block;
  text-align: center;
  border-collapse: separate;
}

.magento-row7 .hs_email.hs-email {
  display: inline-block;
  margin: 0;
  margin-right: 20px;
  width: 50%;
}

.magento-row7 .hs_submit.hs-submit {
  display: inline-block;
  vertical-align:top;
}

.magento-row7 .input-wrpper .hs-button {
  margin: 0;
  color: #fff;
  font-weight: 600;
  padding: 12px 40px 12px 20px;
  border: none;
  background: #0f05cc;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 25px;
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/emo-hand.png);
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
  line-height: inherit;
}

.magento-row7 .hs-input {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 15px;
  line-height: inherit;
  font-family: inherit;
  border-radius: 5px;
  border-width: 1px;
}

.digital-page-row3 .dnd-section {
  background-color: #f5f6fa;
  padding: 48px 0;
}

.magento-row7 form {
  margin-top: 50px;
}

.magento-row7 .legal-consent-container {
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 23px;
}

.magento-row7 .legal-consent-container .hs-form-booleancheckbox-display>span {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

.magento-row7 .legal-consent-container .hs-form-booleancheckbox-display>span p {
  line-height: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin-left: 0 !important;
}

.magento-row7 .legal-consent-container .hs-form-booleancheckbox-display input {
  position: absolute;
  margin: 4px 0 0;
  margin-left: -20px;
  line-height: normal;
}

.magento-row7 form .legal-consent-container label {
  position: relative;
  padding-left: 20px;
}
@-moz-document url-prefix() {
  .magento-row7 .hs_email.hs-email input::placeholder {
    color:#000;
  }
}
.magento-row7 .legal-consent-container .field.hs-form-field {
  margin: 0;
}
.magento-row7  form .inputs-list>li {
  margin: 0;
}

.magento-row7 form .legal-consent-container label {
  margin: 0;
}
.magento-row7 .legal-consent-container .hs-form-booleancheckbox-display>span p {
  color: #000;
  font-size: 14px;
}
.magento-row7 .hs_error_rollup {
  max-width: 300px;
  margin: 0 auto;
}

.magento-page  .container-fluid.magento-row5 .widget-type-rich_text p {
  color: #3c424e;
}
.meetings-iframe-container iframe {
  max-height: 670px;
}

.hs-form-field {
  margin-bottom: 0px;
}
.legal-consent-container .hs-form-booleancheckbox-display>span p {
  font-size: 14px;
}
.hs_submit .actions .hs-button {
  border-radius: 35px;
  color: #fff;
  padding: 10px 40px;
  text-transform: capitalize;
  background: #0f05cc;
  border: none;
}
.hs_submit .actions .hs-button:hover {
  border: 2px solid #0f05cc;
  color: #0f05cc;
  padding: 8px 37px;
  text-transform: capitalize;
  background: none;
  background-color: transparent;
  box-shadow: none !important;
}
.download-contact-form .hs_submit .actions .hs-button:hover {
  border: 2px solid #FFF;
  color: #FFF;
  box-shadow: none !important;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0
  }
}
.digital-page-row2 .button-group .hs-btn:Hover {
  background-color: #fff;
  border: 1px solid #1956B6;
  color: #1956B6;
}

/** Form Pricing for Products page **/
.resources-page .form-wrapper .hs-form-field {
    margin-bottom: 0 !important;
}
.resources-page .form-wrapper .hs-richtext.hs-main-font-element {
    margin-top: 20px;
    margin-bottom: -30px;
    margin-left: 20px;
}
.resources-page .form-wrapper form .inputs-list li {
    padding-top: 20px;
    text-align: left;
}

/** for Our Story 2023 **/
h3 span.position {
  color: #4c4c4c;
  display: block;
  font-size: 14px;
  padding-top: 5px;
  font-weight: 400;
}
h3.management-title {
  font-size: 18px; 
  font-weight: bold;
  margin: 0 !important;
  padding-bottom: 5px;
}
ul.education-detail {
  padding-inline-start: 10px !important;
  margin-top: 20px;
} 
ul.education-detail li {
  line-height: 22px;
  padding: 5px 0;
}
p.text--align, .text--align {
  text-align: left;
}
@media (min-width: 768px) {
  .cell_16848993506105-vertical-alignment {
    justify-content: start !important;
    display: block !important;
  }
  .text--align {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  p.text--align {
    text-align: justify !important;
  }
  .benefits-page .bottom-section .widget-type-form {
    width: 65%;
  }
}
/****/

@media (max-width: 1400px){
  .cc-row1.content-style .widget-type-rich_text p {
    max-width: 100% !important;
  }
  .container-fluid.contact-page-row1 .widget-type-rich_text p {
    width: 100%;
  }

}
@media (max-width: 1399px){
  .container-fluid.contact-page-row1 .widget-type-rich_text h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .container-fluid.contact-page-row1 .widget-type-rich_text p {
    font-size: 20px;
  }

  .container-fluid.pricing-top .widget-type-rich_text h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .container-fluid.pricing-top .widget-type-rich_text p {
    font-size: 20px;
  }
}
@media(max-width:1230px){
  .container-fluid.cc-row1.content-style .dnd-section {
    margin-top: 30px;
    padding-top: 48px !important;
  }
  .pxm-page-row1 .widget-type-rich_text h1 {
    width: 100%;
  }
  .container-fluid.contact-page-row1 .dnd-section {
    padding-top: 78px;
  }
  .pxm-page-wrapper .pxm-page-row1 .widget-type-rich_text h2 {
    width: 100%;
  }
  .container-fluid.our-story-row1 .dnd-section {
    padding-top: 78px !important;
  }
  .pricing-top .dnd-section {
    padding-top: 30px;
  }
  .container-fluid.pim-page-row1 .dnd-section {
    padding-top: 70px;
  }
  .digital-page .digital-page-row1 .dnd-section {
    padding-bottom: 0;
  }
  .magento-row1 .dnd-section {
    padding-top: 70px;
  }
}
@media (max-width: 1240px){
  .pxm-page-row3 .span3.dnd-column{
    min-height: auto!important;
    margin-bottom: 20px;
  }
}
@media(max-width:1200px){
  .body-container--home  h1 {
    text-align: center;
  }
  .container-fluid.pricing-main .widget-type-rich_text ul {
    margin: 0;
  }
  .pricing-apps-sec .content-with-bg ul {
    margin: 0;
  }
  .pricing-apps-sec .content-with-bg p {
    margin: 0 0 10px;
  }
  .magento-row5 .widget-type-linked_image {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
    width: 80%;
  }
}
@media (max-width: 1199px){
  .container-fluid.cc-bottom.tablet  .dnd-section>.row-fluid {
    max-width: calc(970px + 30px)!important;
  }
  .container-fluid.contact-page-main .get-in-touch .wrap {
    max-width: 80%;
  }
  .container-fluid.pricing-top .widget-type-rich_text {
    width: 80%;
  }

  .container-fluid.pricing-apps-sec .widget-type-rich_text p {
    width: 80%;
  }

  .pricing-apps-sec .content-with-bg .content {
    margin: 0;
  }

  .faq-section h4.panel-title {
    font-size: 20px;
  }
  .container-fluid.get-page-top h1 {
    margin-right: 60px;
    font-size: 1.5em;
    margin-bottom: 32px;
  }

  .container-fluid.get-page-top {
    font-size: 16px;
  }

  .get-page-top .dnd-section {
    font-size: 1.3em;
  }

  .get-page-top .widget-type-rich_text ul li:before {
    width: 20px;
    height: 20px;
    top: 5px;
    left: 0;
  }

  .get-page-top .widget-type-rich_text ul li {
    line-height: 1.5em;
    font-size: 18px;
  }

  .get-header-wrapper {
    margin-bottom: 30px;
  }

  .get-page-top h2 {
    font-size: 1em;
  }

  .get-page-main h2 {
    font-size: 16px;
  }

  .get-footer {
    font-size: 14.4px;
  }
  .magento-row1 .widget-type-rich_text {
    width: 100%;
  }

  .magento-row2 .dnd-section>.row-fluid .dnd-column, .magento-row3 .dnd-section>.row-fluid .dnd-column, .magento-row5 .dnd-section>.row-fluid .dnd-column {
    width: 100%;
    float: none;
  }

  .magento-row2 .row-fluid, .magento-row3 .row-fluid, .magento-row5 .row-fluid {
    display: block !important;
    flex-wrap: wrap;
  }

  .magento-row5 .widget-type-linked_image img {
    width: 100%;
  }
}
@media(max-width:992px){
  .digital-page-row1 h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .get-page-top .widget-type-rich_text {
    margin: 0;
}

  .get-page-top .widget-type-rich_text p:first-child {
    font-size: 16px;
  }

  .get-page-top .widget-type-rich_text ul li {
    font-size: 16px;
  }

  .get-page-top .widget-type-rich_text ul li:before {
    width: 22px;
    height: 22px;
    top: 2px;
    left: 0;
  }

  .digital-page-row1 h3 {
    font-size: 20px;
    line-height: 1.2em;
  }

  .digital-page .hs_cos_wrapper_type_rich_text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

  .container-fluid.digital-page-row2 .button-group {
    margin-top: 30px;
  }

  .digital-page-row2 .hs_cos_wrapper_type_rich_text p {
    text-align: center;
  }

  .digital-page h2 {
    font-size: 32px;
    line-height: 45px;
  }



  .digital-page-row6 .testimonial-card .quote {
    background-image: none!important;
    border: 5px solid #e08d41;
    padding: 15px;
  }

  .digital-page-row6 .testimonial-card blockquote:before {
    top: 20px!important;
    left: 17px!important;
    font-size: 65px;
  }

  .digital-page-row6 .testimonial-card blockquote {
    padding: 25px;
  }

  .digital-page-row6 .testimonial-card blockquote:after {
    bottom: 25px !important;
    right: 14px !important;
  }

  .digital-page-row6 .testimonial-card span.ceo-name {
    line-height: 30px;
  }

  .digital-page-row6 .testimonial-card span.ceo-position {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

  .digital-page-row6 span.ceo-linkedin {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }
  .magento-page .widget-type-rich_text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

  .magento-row1 .dnd-section img {
    max-width: 300px !important;
    margin: 0;
  }

  .magento-row2 .dnd-section {
    padding: 0;
  }

  .magento-row3 .dnd-section {
    padding: 0;
  }

  .magento-row4 .dnd-section, .magento-row5 .dnd-section {
    padding: 0;
  }

  .magento-row4 .dnd-section {
    padding-bottom: 30px;
  }

  .magento-row4 .button-group .hs-btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

  .magento-row5 .widget-type-linked_image {
    width: 100%;
    margin: 0;
  }

  .magento-page .magento-row6 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 32px;
    line-height: 45px;
  }

  .magento-page .magento-row6 .hs_cos_wrapper_type_rich_text p {
    line-height: 30px;
  }
  .magento-page .magento-row7 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 32px;
    line-height: 45px;
  }

  .magento-page .magento-row7 .widget-type-rich_text p {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 5px 0;
  }

  .magento-row7 .dnd-section {
    padding-top: 48px;
  }

  .magento-row7 .hs_submit.hs-submit {
    display: block;
    display: block;
    width: 100%;
  }

  .magento-row7 .input-wrpper .hs-button {
    padding: 8px 20px;
    background-image: none!important;
    text-align: center;
    width: auto;
    margin-top: 20px;
  }
  
  .magento-row7 .hs_email.hs-email {
    width: 80%;
  }

  .magento-row7 .hs-input {
    padding: 9px 21px;
  }

}
@media (max-width: 991px){

  .digital-page-row6 .testimonial-card .quote {
    background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/quote_brush_mobile.png) !important;
    background-size: 100% 100%;
    border: none;
  }

  .digital-page-row6 .testimonial-card blockquote:after {
    font-size: 65px;
  }

  .tablet .row-fluid {
    flex-wrap: wrap;
  }
  .container-fluid.cc-bottom.tablet  .dnd-section>.row-fluid {
    max-width: calc(750px + 30px)!important;
  }
  .cc-row1 .widget-type-rich_text h1 {
    line-height: 1.2;
  }
  .container-fluid.cc-bottom.tablet .dnd-section>.row-fluid .dnd-column {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .container-fluid.our-story-row1 .hs_cos_wrapper_type_rich_text h1 {
    line-height: 50px;
  }

  .container-fluid.our-story-row1 .hs_cos_wrapper_type_rich_text h2 {
    line-height: 45px;
  }
  .container-fluid.cc-bottom.tablet h2 {
    line-height: 1.9;
  }
  .container-fluid.pxm-page-row6.tablet img {
    margin-right: auto;
    margin-left: auto;
    display:block;
  }
  .container-fluid.cc-bottom.tablet h3 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .pxm-page-row1 .widget-type-rich_text h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .pxm-page-wrapper .pxm-page-row1 .widget-type-rich_text h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }

  .pxm-page-row1 img.hs-image-widget {
    width: auto;
    max-height: 300px;
    max-width: 330px !important;
  }

  .pxm-page-wrapper .pxm-page-row2 .hs_cos_wrapper_type_rich_text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .pxm-page-row2 .dnd-section {
    padding: 15px;
  }

  .pxm-page-row2 .widget-type-rich_text {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .video-wrapper {
    max-width: 100%;
  }

  .pxm-page-row2 .video-wrapper {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .pxm-page-wrapper .hs_cos_wrapper_type_rich_text h2 {
    font-size: 32px;
    line-height: 45px;
  }

  .container-fluid.pxm-page-row3 .dnd-section {
    padding: 15px 15px 25px;
  }

  .pxm-page-wrapper .hs_cos_wrapper_type_rich_text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    /* margin-bottom: 40px; */
  }

  .container-fluid.pxm-page-row3 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 20px;
    line-height: 1.2em;
  }

  .container-fluid.pxm-page-row3 .hs_cos_wrapper_type_rich_text h3 span.glyphicon.glyphicon-ok-sign {
    display: block;
  }

  .container-fluid.pxm-page-row4 .dnd-section {
    padding: 15px;
  }

  .pxm-page-row3 .span3.dnd-column {
    margin-bottom: 20px;
  }

  .container-fluid.pxm-page-row4 img.hs-image-widget {
    width: 100% !important;
    margin-bottom: 30px !important;
  }

  .container-fluid.pxm-page-row5 .dnd-section {
    padding: 15px;
    padding-bottom: 65px;
  }

  .container-fluid.pxm-page-row5 blockquote {
    width: 100%;
  }

  .container-fluid.pxm-page-row5 .hs_cos_wrapper_type_rich_text blockquote h6 {
    line-height: 30px;
  }

  .container-fluid.pxm-page-row5 .hs_cos_wrapper_type_rich_text ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

  .container-fluid.pxm-page-row5 ul {
    margin-top: 0;
  }

  .container-fluid.pxm-page-row5 .hs_cos_wrapper_type_rich_text ul li:first-child {
    margin-top: 0;
  }

  .container-fluid.pxm-page-row5 .span7 ul {
    margin-top: 10px;
  }

  .container-fluid.pxm-page-row6 .dnd-section {
    padding: 15px;
    padding: 15px 15px 25px;
  }

  .container-fluid.pxm-page-row6 h3 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .container-fluid.contact-page-row1 .widget-type-rich_text p {
    width: 100%;
  }

  .container-fluid.contact-page-main .dnd-section {
    padding: 20px 0;
  }

  .container-fluid.contact-page-main .get-in-touch h2 {
    font-size: 32px;
  }

  .container-fluid.contact-page-main .get-in-touch .wrap {
    max-width: 100%;
  }

  .contact-page-bottom .hs_cos_wrapper_type_rich_text h3 {
    font-size: 20px;
    line-height: 1.2em;
  }

  .contact-page-bottom .span4 .widget-type-rich_text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-fluid.contact-page-bottom.tablet h2 {
    line-height: 45px;
  }
  .container-fluid.pricing-top .widget-type-rich_text {
    width: 100%;
  }

  .container-fluid.pricing-top .widget-type-rich_text p {
    line-height: 30px;
  }

  .container-fluid.pricing-main .widget-type-rich_text h2 {
    font-size: 22px;
    padding-bottom: 20px;
  }

  .container-fluid.pricing-main .dnd-section {
    padding: 20px 0;
  }
  .container-fluid.pricing-main .dnd-row {
    padding: 0 !important;
  }

  .container-fluid.pricing-main .widget-type-rich_text ul li {
    line-height: 30px;
  }


  .container-fluid.pricing-apps-sec .widget-type-rich_text p {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
  }

  .container-fluid.pricing-apps-sec .dnd-section {
    padding: 40px 0 20px 0 !important;
  }

  .container-fluid.pim-page-row1 h1 {
    font-size: 32px;
    margin: 0 50px 30px 50px;
  }

  .container-fluid.pim-page-row1 .dnd-section {
    padding-top: 40px;
  }
  .pim-page-row7 .dnd-section>.row-fluid .span12.dnd-column {
    padding:0 15px!important;
  }
  .pricing-bottom .get-in-touch .no-list.hs-error-msgs.inputs-list{
    max-width: 100%;
  }
  .container-fluid.our-story-row3 .content-with-image .image {
    width: 100%;
  }
  .container-fluid.our-story-row3 .content-with-image .wrap {
    background-position: center top;
  }
  .container-fluid.our-story-row3 .content-with-image.right {
    flex-direction: column-reverse !important;
  }
  .container-fluid.our-story-row3 .content-with-image .wrap {
    background-position: center top;
  }


  .container-fluid.our-story-row4 .get-in-touch h2 {
    font-size: 32px;
  }
  .container-fluid.get-page-top h1 {
    margin-right: 20px;
  }


  .get-page-main .logos-slider.items_6,
  .get-page-top .logos-slider.items_6{
    width: 100%;
  }

  .get-page-top .dnd-section {
    padding-bottom: 130px;
  }
  .container-fluid.digital-page-row2 .button-group {
    text-align: center !important;
  }
  .digital-page-row5 .popup-video-wrapper a.thumbnail.youtube-video {
    margin-bottom: 20px;
  }
  .digital-page-row7 .get-in-touch h2 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
    padding-bottom: 30px;
  }

  .digital-page-row7 .get-in-touch .inner p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-bottom: 24px;
  }

  .digital-page-row6 .testimonial-card {
    margin-bottom: 0;
  }

  .digital-page-row7 .get-in-touch .wrap {
    max-width: 500px;
  }
  .magento-page .widget-type-rich_text h1 {
    font-size: 36px;
  }

  .magento-row1 .dnd-section {
    padding-top: 40px;
  }

  .magento-page .hs_cos_wrapper_type_rich_text h2 {
    font-size: 28px;
  }

  .magento-row6 .dnd-section {
    padding-top: 48px;
  }

  .magento-page .magento-row6 .hs_cos_wrapper_type_rich_text p {
    font-size: 18px;
    line-height: 30px;
    line-height: 30px;
    padding: 5px 0;
  }
}
@media(max-width:991px) and(min-width:768px){
  .get-page-main .logos-slider .slider,
  .get-page-top .logos-slider .slider{
    display: block;
  }

  .get-page-main .logos-slider .slider.mobile,
  .get-page-top .logos-slider .slider.mobile{
    display: none;
  }

  .get-page-main .logos-slider i.fab,
  .get-page-top .logos-slider i.fab{
    flex: 0 0 calc(100% / 6);
  }
  .get-page-main .logos-slider .logos .inner img,
  .get-page-top .logos-slider .logos .inner img{
    width: 100%;
  }
  .body-container.body-container--home h2 {
    line-height:45px;
  }
  .container-fluid.body-container.body-container--home h3 {
    font-size: 20px;
    line-height: 1.2em;
  }
}

@media (max-width: 981px){
  .container-fluid.contact-page-main .get-in-touch h2 {
    font-size: 24px;
  }
  .container-fluid.our-story-row4 .get-in-touch h2 {
    font-size: 24px;
  }

}
@media (max-width: 767px){

  .benefits-page.business-page .tabber .tabber-content {
    padding: 20px;
  }
  
  .get-page-top .widget-type-rich_text {
    margin: 0;
}

.container-fluid.get-page-top h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 32px;
    padding-bottom: 20px;
}

.get-page-top .widget-type-rich_text h1+p {
    font-size: 18px;
    margin: 0;
    margin-bottom: 30px;
}

  .pricing-bottom .get-in-touch form .hs-richtext p {
    line-height: 28px;
  }

  .container-fluid.cc-bottom.tablet  .dnd-section>.row-fluid {
    max-width: 100%!important;
  }
  .our-story-row3 .content-with-image .content h4 {
    font-size: 16px;
  }

  .our-story-row3 .content-with-image p {
    font-size: 16px;
  }

  .our-story-row3  .content-with-image .content {
    padding: 20px;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .tablet  .row-fluid {
    width: 100%;
  }
  .cc-row1 .hs-embed-content-wrapper {
    width: 600px;
    height: 380px;
  }

  .tablet  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .container-fluid.success-page-bottom .hs_cos_wrapper_type_rich_text p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 30px;
  }

  .container-fluid.success-page-bottom .hs_cos_wrapper_type_rich_text a {
    font-size: 18px;
  }
  .container-fluid.success-page-bottom .hs_cos_wrapper_type_rich_text h2 {
    font-size: 32px;
    line-height: 45px;
  }
  .success-page-row1 blockquote p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

  .success-page-row1 blockquote h6 {
    line-height: 30px;
  }
  .pricing-bottom .get-in-touch .form-columns-2>div.hs-fieldtype-number {
    padding-left: 0;
    margin-top: 15px;
    padding: 0;
  }

  .pricing-bottom .get-in-touch .form-columns-1 .legal-consent-container {
    margin-top: 24px;
  }

  .pricing-bottom .get-in-touch .form-wrapper .hs-form-field {
    margin-top: 15px !important;
    margin-bottom: 0;
  }

  .pricing-bottom .get-in-touch form .hs-richtext p {
    line-height: 30px;
  }

  .pricing-bottom .get-in-touch form .form-columns-3 .hs-form-field:first-child {
    margin-top: 0 !important;
  }

  .pricing-bottom .get-in-touch .form-columns-2 .hs-form-field {
    padding: 0;
  }

  .pricing-bottom .get-in-touch .form-columns-0 {
    margin-top: 40px !important;
  }

  .pricing-bottom .get-in-touch .content>p {
    font-size: 18px;
    line-height: 32px;
    width: 80%;
    margin: 0 auto;
  }

  .container-fluid.pricing-apps-sec .dnd-section[class*="-force-full-width-section"] {
    padding: 0 !important;
  }

  .pricing-bottom .get-in-touch h2 {
    padding-bottom: 15px;
    font-size: 24px;
  }
  .pricing-apps-sec .content-with-bg h1 {
    padding-bottom: 20px;
    font-size:24px;
  }

  .pricing-apps-sec .content-with-bg .wrap {
    padding: 40px 0 20px 0;
  }

  .pricing-apps-sec .content-with-bg .content {
    width: 100%;
    margin: 0;
  }

  .pricing-apps-sec .content-with-bg p {
    line-height: 30px;
    margin-bottom: 10px;
  }

  .pricing-apps-sec .content-with-bg ul {
    margin: 0;
  }

  .pricing-apps-sec .content-with-bg ul li {
    font-weight: 500;
    line-height: 30px;
  }


  .faq-section .heading h2 {
    text-align: center;
    font-size: 32px;
    padding-bottom: 30px;
    line-height: 32px;
  }

  .pricing-bottom .get-in-touch h2 {
    text-align: center;
  }
  .container-fluid.pim-page-row1 h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }

  .pim-page .widget-type-rich_text p {
    margin-bottom: 30px;
    font-size: 16px;
    color: #444;
    font-weight: 500;
    line-height: 30px;
  }

  .pim-page-row1 ul li a {
    font-size: 16px;
  }

  .container-fluid.pim-page-row2 .dnd-section {
    padding: 15px;
  }

  .container-fluid.pim-page-row2 .widget-type-rich_text {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 15px;
  }

  .pim-page .widget-type-rich_text h2 {
    font-size: 28px;
    line-height: 45px;
  }

  .container-fluid.pim-page-row3 .widget-type-rich_text {
    padding: 0 15px;
  }

  .container-fluid.pim-page-row3 .dnd-section {
    padding: 15px;
  }

  .container-fluid.pim-page-row3 ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }



  .container-fluid.pim-page-row3 .widget-type-linked_image {
    margin-bottom: 30px;
  }

  .pim-page .widget-type-rich_text p {
    font-weight: 500;
    line-height: 30px;
    font-size: 16px;
    margin: 0 0 30px 0;
  }

  .container-fluid.pim-page-row3 ul {
    margin-bottom: 30px;
  }

  .container-fluid.pim-page-row3 .widget-type-linked_image {
    width: 100%;
  }

  .container-fluid.pim-page-row8 .resources.theme_blue .row {
    padding: 0;
  }


  .container-fluid.pim-page-row8 .resources.theme_blue .desc p {
    font-size: 16px;
    line-height: 1.2em;
  }

  .container-fluid.pim-page-row8 .resources.theme_blue .desc ul {
    margin-top: 0;
  }

  .pim-page-row8 .resources.theme_blue .heading h2 {
    font-size: 28px;
    line-height: 45px;
  }


  .container-fluid.pim-page-row8 .dnd-section {
    padding-bottom: 15px;
  }
  .container-fluid.pim-page-row7 ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }

  .container-fluid.pim-page-row7 .widget-type-rich_text {
    margin-bottom: 0;
  }

  .container-fluid.pim-page-row7 ul {
    margin: 0;
  }

  .container-fluid.pim-page-row7 ul li:last-child {
    margin-bottom: 0;
  }

  .container-fluid.pim-page-row7 .dnd-section {
    padding-bottom: 30px;
  }

  .container-fluid.pim-page-row7 h4 {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 40px 0;
  }

  .container-fluid.pim-page-row6 .content-with-bg .mobile-image img {
    width: auto;
  }

  .container-fluid.pim-page-row6   .content-with-bg .mobile-image {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 30px;
    margin-bottom: 15px;
  }

  .container-fluid.pim-page-row7 .dnd-section {
    padding-top: 25px;
  }

  .container-fluid.pim-page-row6 .content-with-bg .wrap {
    padding: 0;
    background: none;
  }



  .container-fluid.pim-page-row6 .content-with-bg .inner {
    padding: 0 15px;
    width: 100%;
  }

  .container-fluid.pim-page-row6 .content-with-bg p:last-child {
    font-size: 16px;
    line-height: 30px;
  }

  .container-fluid.pim-page-row6 ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

  .container-fluid.pim-page-row6 .content-with-bg .content {
    width: 100%;
  }

  .container-fluid.pim-page-row6 .content-with-bg {
    padding: 15px;
  }

  .container-fluid.pim-page-row6 ul {
    margin-top: 0;
  }

  .container-fluid.pim-page-row6 .content-with-bg .content h2 {
    font-size: 28px;
    line-height: 45px;
  }

  .pim-page  .container-fluid.pxm-page-row3 .dnd-section {
    padding: 15px;
  }

  .pim-page .pxm-page-row3 .span3.dnd-column {
    margin: 0;
  }



  .container-fluid.pim-page-row4 .widget-type-rich_text h3 {
    font-size: 20px;
    line-height: 1.2em;
  }

  .container-fluid.pim-page-row4 .dnd-section {
    padding: 15px;
  }

  .container-fluid.get-page-top h1 {
    margin-right: 0;
  }
  .get-page-top .dnd-section {
    padding-bottom: 50px;
  }
  /*   .get-page-main .logos-slider .logos .inner img {
  width: 70%;
} */
}
@media(max-width:768px){
  .container-fluid.pim-page-row1 h1 {
    font-weight: 700;
  }

  .container-fluid.pim-page-row1 h4 {
    font-weight: 500;
    line-height: 30px;
  }

  .pim-page .widget-type-rich_text p {
    font-weight: 500;
    line-height: 26px;
  }

  .pim-page .widget-type-rich_text h2 {
    font-weight: 700;
    line-height: 40px;
  }

  .container-fluid.pim-page-row3 ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .container-fluid.pim-page-row4 .widget-type-rich_text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }

  .container-fluid.pim-page-row6 .content-with-bg .content h2 {
    font-weight: 700;
    line-height: 40px;
  }

  .container-fluid.pim-page-row6 ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .container-fluid.pim-page-row6 .content-with-bg p:last-child {
    font-weight: 500;
    line-height: 26px;
  }

  .container-fluid.pim-page-row7 h4 {
    line-height: 26px;
  }

  .container-fluid.pim-page-row7 ul li {
    font-weight: 500;
    line-height: 26px;
  }

  .pim-page-row8 .resources.theme_blue .heading h2 {
    font-weight: 700;
    line-height: 40px;
  }

  .get-page-top .widget-type-rich_text {
    margin: 0;
  }

  .get-page-top .dnd-section>.row-fluid {
    padding: 0 15px;
  }

  .container-fluid.pim-page-row8 .resources.theme_blue .row {
    padding: 0 15px;
  }

  .container-fluid.pim-page-row8 .resources.theme_blue .desc p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
  .digital-page-row1 h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .digital-page-row1 h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }

  .digital-page .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .digital-page h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }
  .digital-page-row6 .testimonial-card span.ceo-position {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .digital-page-row6 .testimonial-card span.ceo-name {
    line-height: 26px;
  }

  .digital-page-row6 span.ceo-linkedin {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .digital-page-row7 .get-in-touch h2 {
    font-weight: 700;
  }
  .magento-row7 .legal-consent-container {
    max-width: 100%;
  }
}
@media(max-width:767px){

  .get-page-top .dnd-section {
    font-size: 1.1em;
  }

  .get-header-wrapper {
    margin-bottom: 50px;
  }

  .content-wrapper,
  .dnd-section>.row-fluid {
    max-width: 100% !important;
  }

  .body-container--home .widget-type-header h1 {
    line-height: 1.1;
    font-size: 24px !important;
  }
  .container-fluid.cc-row1.content-style .dnd-section {
    padding-top: 32px !important;
  }

  .cc-row1 .widget-type-rich_text h1 {
    font-weight: 700;
    margin-bottom: 16px !important;
    line-height: 40px;
  }

  .cc-row1 .hs-embed-content-wrapper {
    width: 450px;
    height: 280px;
  }
  .container-fluid.cc-bottom.tablet h2 {
    line-height: 1.7;
    margin-bottom: 24px;
  }

  .container-fluid.cc-bottom.tablet h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
  .container-fluid.contact-page-main .get-in-touch {
    padding: 0 15px 40px;
  }
  .contact-page-bottom .hs_cos_wrapper_type_rich_text p:last-child {
    margin-bottom: 0;
  }

  .success-page-row1 blockquote p {
    font-size: 24px;
    line-height: 26px;
  }

  .success-page-row1 blockquote h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }
  .container-fluid.success-page-bottom .hs_cos_wrapper_type_rich_text h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }
  .container-fluid.success-page-bottom .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
  .pxm-page-row1 .widget-type-rich_text h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .pxm-page-wrapper .pxm-page-row1 .widget-type-rich_text h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

  .pxm-page-wrapper .pxm-page-row2 .hs_cos_wrapper_type_rich_text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

  .pxm-page-wrapper .hs_cos_wrapper_type_rich_text h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }

  .pxm-page-wrapper .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .container-fluid.pxm-page-row3 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }

  .container-fluid.pxm-page-row3 .hs_cos_wrapper_type_rich_text h3 span.glyphicon.glyphicon-ok-sign {
    display: inline;
  }

  .container-fluid.pxm-page-row5 .hs_cos_wrapper_type_rich_text ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .container-fluid.pxm-page-row6 h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
  .container-fluid.pxm-page-row5 .hs_cos_wrapper_type_rich_text blockquote h6 {
    line-height: 26px;
  }
  .container-fluid.contact-page-main .get-in-touch {
    padding: 0 15px 40px;
  }

  .container-fluid.contact-page-bottom.tablet .dnd-section {
    padding: 64px 0 62px;
  }

  .contact-page-bottom .hs_cos_wrapper_type_rich_text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }

  .contact-page-bottom .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
  }
  .container-fluid.contact-page-bottom.tablet h2 {
    line-height: 40px;
  }
  .contact-page-bottom .hs_cos_wrapper_type_rich_text h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
  }

  .container-fluid.contact-page-row1 .widget-type-rich_text h1 {
    font-size: 36px;
    line-height: 45px;
    padding-bottom: 20 px;
  }

  .container-fluid.contact-page-row1 .dnd-section {
    padding-bottom: 16px;
  }

  .container-fluid.contact-page-row1 .dnd-section {
    padding-top: 62px;
  }

  .container-fluid.contact-page-row1 .widget-type-rich_text p {
    font-size: 18px;
    line-height: 26px;
  }
  .container-fluid.contact-page-row1 .widget-type-rich_text {
    width: 100%;
  }

  .contact-page-bottom .hs_cos_wrapper_type_rich_text h3 {
    margin-top: 0;
  }

  .container-fluid.contact-page-bottom.tablet h2 {
    margin-bottom: 0;
  }
  .container-fluid.our-story-row1 .dnd-section {
    padding-top: 62px !important;
  }

  .container-fluid.our-story-row1 .hs_cos_wrapper_type_rich_text h1 {
    font-size: 26px;
    margin-bottom: 16px;
    line-height: 40px;
    font-weight: 700;
  }

  .container-fluid.our-story-row1 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 22px;
    line-height: 35px;
  }

  .container-fluid.our-story-row3 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 18px;
  }

  .container-fluid.our-story-row3 .hs_cos_wrapper_type_rich_text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
  }
  .container-fluid.our-story-row1 img {
    min-width: 300px;
    width: 100%;
  }

  .container-fluid.our-story-row1 .widget-type-linked_image,
  .container-fluid.our-story-row3 .widget-type-linked_image {
    width: 100%;
  }
  .container-fluid.pricing-top .widget-type-rich_text h1 {
    font-size: 36px;
    line-height: 45px;
    padding-bottom: 20px;
  }

  .container-fluid.pricing-top .widget-type-rich_text p {
    font-size: 18px;
    line-height: 28px;
  }

  .container-fluid.pricing-main .widget-type-rich_text h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .container-fluid.pricing-main .widget-type-rich_text ul li {
    font-weight: 500;
    line-height: 26px;
    font-size: 16px;
  }

  .container-fluid.pricing-main ul li span {
    line-height: 26px;
  }

  .container-fluid.pricing-main .button-group .hs-btn {
    font-size: 16px;
  }

  .container-fluid.pricing-apps-sec .widget-type-rich_text h2 {
    font-weight: 700;
  }

  .container-fluid.pricing-apps-sec .widget-type-rich_text p {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 28px;
  }



  .pricing-apps-sec .content-with-bg h1 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 15px;
  }

  .pricing-apps-sec .content-with-bg .wrap {
    padding: 0;
    min-height: auto;
    max-height: unset;
  }

  .pricing-apps-sec .content-with-bg .content {
    width: 100%;
    margin: 0;
    padding-top: 0;
    margin-top: 20px;
  }

  .pricing-apps-sec .content-with-bg p {
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 10px;
  }

  .pricing-apps-sec .content-with-bg ul {
    margin: 0;
  }

  .pricing-apps-sec .content-with-bg ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .pricing-apps-sec .content-with-bg ul li {
    line-height: 26px;
  }

  .pricing-apps-sec .content-with-bg ul li span {
    line-height: 26px;
  }

  .pricing-apps-sec .content-with-bg {
    padding: 40px 0 0px 0 !important;
    background-color: #f7f7f3;
  }

  .pricing-apps-sec .content-with-bg .mobile-image img {
    margin-top: 20px;
  }

  .container-fluid.pricing-bottom .dnd-section {
    padding: 20px 0 50px !important;
  }

  .pricing-bottom .get-in-touch h2 {
    padding-bottom: 0;
  }

  .pricing-bottom .get-in-touch .content>p {
    font-size: 16px;
    text-align: center;
    line-height: 26px;
  }

  .pricing-bottom .get-in-touch .wrap {
    padding: 20px !important;
  }

  .container-fluid.pricing-bottom .hs-button {
    font-size: 16px;
  }

  .pricing-bottom .get-in-touch h2,
  .container-fluid.pricing-apps-sec .widget-type-rich_text h2{
    font-size: 24px;
  }

  .digital-page-row2 .dnd-section,
  .digital-page-row4 .dnd-section ,
  .digital-page-row5 .dnd-section,
  .digital-page-row6 .dnd-section{
    padding: 32px 0;
  }

  .digital-page h2 {
    margin-bottom: 15px;
  }

  .digital-page-row7 .get-in-touch .hs-button {
    font-size: 16px;
  }

  .digital-page-row7 img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .magento-page .widget-type-rich_text h1 {
    font-size: 24px;
    line-height: inherit;
    font-weight: 700;
  }

  .magento-page .widget-type-rich_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .magento-page .hs_cos_wrapper_type_rich_text h2 {
    font-size: 20px;
    line-height: inherit;
  }

  .magento-row4 .button-group .hs-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .magento-page .magento-row6 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }

  .magento-page .magento-row6 .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
    line-height: 26px;
  }

  .magento-row6 .dnd-section {
    padding: 32px 0;
    padding-bottom: 20px;
  }


  .magento-row7 .dnd-section {
    padding: 32px 0;
    padding-bottom: 20px;
  }

  .magento-page .magento-row7 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }

  .magento-page .magento-row7 .widget-type-rich_text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }

  .magento-row7 .widget-type-linked_image {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .digital-page-row3 .dnd-section {
    padding: 32px 0;
  }
}

@media (max-width: 550px){

  .get-page-main .logos-slider .logos .inner img,
  .get-page-top .logos-slider .logos .inner img{
    width: 100% !important;
  }
}

@media(max-width:549px){

  .container-fluid.pricing-top .widget-type-rich_text h1 {
    font-size: 32px;
    line-height: 35px;
    padding: 0;
  }

  .container-fluid.our-story-row3 .content-with-image .wrap {
    min-height: 300px;
  }

}


@media (max-width: 554px){

  .container-fluid.contact-page-row1 .widget-type-rich_text h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .container-fluid.contact-page-row1 .widget-type-rich_text p {
    font-size: 18px;
  }

}


@media (max-width: 480px){

  .cc-row1 .hs-embed-content-wrapper {
    width: 300px;
    height: 220px;
  }

  .pim-page-row8 .resources.theme_blue .heading h2 {
    font-size: 22px;
  }

  .pxm-page-row1 img.hs-image-widget {
    max-height: initial;
    max-width: 100% !important;
  }
  .container-fluid.pim-page-row1 h1 {
    font-size: 26px;
    margin: 0 0 30px 0;
  }

  .pim-page .widget-type-rich_text h2,.container-fluid.pim-page-row6 .content-with-bg .content h2 {
    font-size: 22px;
  }

}

@media (max-width: 767px){
  .home-page .our-partners .item {
    width: 33%;
    line-height: initial;
  }
}

@media (max-width: 479px){

  .container-fluid.contact-page-row1 .widget-type-rich_text p {
    font-size: 16px;
  }

  .container-fluid.pricing-top .widget-type-rich_text p {
    font-size: 16px;
  }

  .container-fluid.pricing-main .widget-type-rich_text h2 {
    font-size: 18px;
  }

}
@media(max-width:380px) {
  input.hs-button.primary.large {
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media(max-width:349px){
  .container-fluid.pricing-top .widget-type-rich_text h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 30px;
    text-align: center;
  }
}

@media(max-width:320px){
  .container-fluid.our-story-row1 .hs_cos_wrapper_type_rich_text h1 {
    font-size: 22px;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
@font-face {
  font-family: 'TTNorms Medium';
  src:url('//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/fonts/TTNorms-Medium.woff') format("woff"),
    url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/fonts/TTNorms-Medium.woff) format("woff"),
    url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/fonts/TTNorms-Medium.woff) format("truetype");
}
header.header {
  min-height: 80px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  left: 0;
  top: 0;
  right: 0;
  border-bottom: none;
  padding: 12px 0 11px;
  z-index: 1000;
  -webkit-box-shadow:  0 5px 10px 0 rgba(0,0,0,.07);
  -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.07);
  box-shadow:  0 5px 10px 0 rgba(0,0,0,.07);
  border-bottom: 1px solid #e8e8e8;
}

.navbar-search .search-box .hs-search-field__input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.navbar-search .hs-search-field--open .hs-search-field__suggestions a {
  background: transparent !important;
}

.logo-wrapper img {
  width: 160px !important;
}

header.lp-header {
  padding: 10px 0;
}
header.header button#btn-search {
  cursor: pointer;
}
header.lp-header .content-wrapper {
  max-width: 1100px;
}

.logo-wrapper {
  padding: 0px 15px;
  margin: 0px -15px;
}

.header-main {
  min-height: 80px;
}

span.hilight-text a {
    color: #76d0ff !important;
}

.event-news-bar {
  font-size: 14px;
}

header.header .header__container {
  width: 100%;
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

header.header .logo {
  float: left;
  position: relative;
  z-index: 2;
}

header.header .custom-menu-wrapper {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: -.5px;
  font-weight: 500;
  border: 0;
  position: relative;
}

header.header .logo a {
  display: block;
  height: auto;
  width: 200px;
  left: 0;
  padding: 0 15px 0 0;
  margin-left: 0!important;
}

header.header .custom-menu-primary {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
header.header .nav-menu-primary {
  float: right;
  margin-left: 10px;
  margin-top: 5px;
}
header.header .nav-menu-wrap {
  float: right;
  margin-top: 5px;
}

header.header .nav-menu-primary .navigation-primary ul li a {
  color: #262c3a;
  text-transform: none;
}

header.header .custom-menu-primary .navigation-primary ul li a,
header.header .nav-menu-primary .navigation-primary ul li a {
  display: inline-block;
  line-height: 1;
  padding: 16px 0;
  position: relative;
}

header.header .custom-menu-primary .navigation-primary ul li,
header.header .nav-menu-primary .navigation-primary ul li {
  padding: 0 12px;
  float: left;
}

header.header .custom-menu-primary .navigation-primary >ul,
header.header .nav-menu-primary .navigation-primary >ul {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
}

header.header button#btn-search {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  border: 0;
  background: 0 0;
  padding: 15px 0;
  color: #285cb0;
  padding: 15px 12px;
}
/*.search-toggle {
  float: right;
}*/
.search-toggle button {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  background: 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
/*  padding: 0 16px;
  position: relative;
  top: 3px;*/
}

header.header .glyphicon-search:before {
  content: "\e003";
}

header.header .main-menu-wrap {
  float: right;
}

header.header .nav.navbar-nav {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
}

@media (min-width: 1351px) {
  header.header .nav.navbar-nav {
    overflow: hidden;
    min-width: 311px;
  }
}

header.header .nav.navbar-nav>div {
  float: left;
  padding: 0;
}

header.header .nav.navbar-nav>div.try {
  float: right;
}

header.header  .logo img.hs-image-widget {
  width: 100% !important;
}

header.header .login-btn {
  font-weight: 500;
}

.navbar-search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  background-color: #fff;
  margin: 0 auto;
  width: 68.3333%;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-search .hs-search-field__suggestions a, 
.navbar-search .hs-search-field__suggestions #results-for {
  padding: 10px;
}

.navbar-search .hs-search-field__suggestions a:hover {
  text-decoration: none;
}
.header-wrapper {
  width: 100%;
  /*   position: fixed; */
  /*   height: 0; */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  position:relative;
}

.header-outer-wrapper.no-sticky {
  position: static !important;
}

header.header .try.last a.hs-button {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 12px;
  border-radius: 5px;
  margin-left: 10px;
  display: inline-block;
  line-height: 1;
  padding: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 17px;
  letter-spacing: -.5px;
}

header.header .nav-menu-wrap a.hs-button {
  border-radius: 100px;
  background: #0e05cc;
  text-transform: none;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.5px;
  margin: 0 0 0 10px;
  padding: 15px 20px;
  border: 0px none;
  display: inline-block;
}
.nav-mobile-menu .hs-button {
  border-radius: 100px;
  background: #0e05cc;
  text-transform: none;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.5px;
  padding: 15px 20px;
  border: 0px none;
}
/**** Event top bar ****/
.nav-text-block span {
  color: #fff;
}
.nav-text-block a.hs-button {
  border-radius: 100px;
  background: none;
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -.5px;
  margin: 0 0 0 5px;
  padding: 4px 12px;
  border: 2px solid #fff;
  color: #fff;
  display: inline;
}
.nav-text-block a.hs-button:hover {
  background: #0e05cc;
  border: 0px none;
  padding: 5px 14px;
  box-shadow: none !important;
}
/**** End of Event top bar ****/

header.header .nav-menu-wrap a.hs-button:hover {
  background: none;
  color: #0e05cc;
}

header .button-wrapper {
  display: none;
}

.menu-wrapper {
  max-height: calc(100Vh - 70px); 
}
.mobile-menu,
.nav-mobile-menu {
  display: none;
}
.navbar-search {
  position: fixed;
  background-color: #00308b;
  width: 100%;
  top: 0;
  z-index: 1101 !important;
  left: 0;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.navbar-search .search-container {
  position: relative;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  align-items: center;
  width: 100%;
}

.navbar-search .header__container.clearfix {
  width: 100%;
  max-width: 1400px;
}

.navbar-search .search-box {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  position: relative;
}

.navbar-search form {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.navbar-search .hs-search-field__input {
  flex-basis: 68.3333%;
}

.navbar-search button.btn-remove {
  background: 0 0;
  border: 0 none;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -45px;
  right: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.navbar-search .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header.header  a:hover {
  text-decoration: none;
}

.navbar-search .glyphicon-remove:before {
  content: "\e014";
}

.navbar-search {
  display: none;
}

.navbar-search .search-box .hs-search-field__input {
  padding: 6px 30px 6px 12px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.page-menu {
  display: none;
  width: 100%;
  z-index: 1000;
  border-top: 2px solid #fff;
  -webkit-box-shadow: 0 15px 10px -15px rgba(0,0,0,.33);
  -moz-box-shadow: 0 15px 10px -15px rgba(0,0,0,.33);
  box-shadow: 0 15px 10px -15px rgba(0,0,0,.33);
  border-top: 1px solid #f1f1f1;
}

.page-menu ul.active-branch li a {
  display: block;
}

.page-menu .header__container {
  width: 100%;
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  text-align: center;
}

.page-menu ul.active-branch li.active>a span {
  border-bottom: 2px solid #262c3a;
}
.page-menu ul.active-branch li a span {
  padding-bottom: 5px;
}
.page-menu ul.active-branch li+ li {
  margin-left: 2px;
}

.page-menu ul.active-branch {
  margin-top: 15px;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.header-inner.no-submenu .page-menu {
  display: none;
}
.header-inner .page-menu ul:empty {
  display: none;
}

.header-outer-wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  position: -webkit-sticky;
}

.page-menu ul.active-branch li a {
  font-size: 15px;
  font-weight: 500;
  padding: 5px 50px 5px 50px;
}

.page-menu ul.active-branch li a:hover {
  text-decoration: none;
}
.page-menu ul.active-branch li {
  float: left;
  position: relative;
}

span#close-btn,
header.header .inner .nav-menu-wrap button#btn-search-mobile{
  display: none;
}

.navbar-search .search-box .hs-search-field__input::placeholder {
  color: #999;
  opacity:1;
}

.navbar-search .search-box .hs-search-field__input {
  font-weight: 400;
}
.navbar-search form button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 101;
  background: 0 0;
}

.navbar-search form {
  position: relative;
  width: auto;
  display: inline-block;
}

.navbar-search .search-box .hs-search-field__input {
  width: 100%;
}

.navbar-search form {
  width: 68.3333%;
}
.navbar-search.search-open {
  display: flex;
}
.navbar-search  .hs-search-field__bar {
  text-align: center;
}
header.header button#btn-search-mobile {
  cursor: pointer;
}
.navbar-search form button svg {
  display: none;
}
.navbar-search button.btn-remove {
  cursor: pointer;
}
.navbar-search form button span:before {
  content: "\e003";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}
header.header .nav-menu-primary .navigation-primary ul.level-2 > li ul.level-3 li > a:hover,
.nav-mobile-menu .navigation-primary ul.level-2 > li ul.level-3 li > a:hover{
  /*color: rgba(38,44,58,1.0);*/
  color: #1305cd;
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-img,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-img {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
  background-size: contain;
  position: relative;
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-demo-video,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-demo-video{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-demo-video.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-demo-video:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-demo-video:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-demo-video-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-features-list,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-features-list{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-Features-List.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-features-list:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-features-list:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-Features-List-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-bot,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-bot{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-AI-Bot.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-bot:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-bot:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-AI-Bot-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-user-friendly,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-user-friendly{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-user-friendly.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-user-friendly:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-user-friendly:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-user-friendly-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-asset,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-asset{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-asset.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-asset:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-asset:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-asset-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-supplier,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-supplier{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-Supplier.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-supplier:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-supplier:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-Supplier-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-composable-pim,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-composable-pim{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-composable-pim.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-composable-pim:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-composable-pim:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-composable-pim-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-mach-technology,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-mach-technology{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-MACH-Technology.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-mach-technology:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-mach-technology:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-MACH-Technology-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-api,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-api{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-api.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-api:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-api:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-api-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-app,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-app{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-app.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-app:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-app:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/product/ico-app-b.png);
}

.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-aianalyst,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-aianalyst {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/ai/ai-analyst.svg);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-aianalyst:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-aianalyst:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/ai/ai-analyst-b.svg);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-enrich,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-enrich {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/ai/ai-enrich.svg);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-enrich:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-enrich:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/ai/ai-enrich-b.svg);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-linguist,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-linguist {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/ai/ai-linguist.svg);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-linguist:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-linguist:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/ai/ai-linguist-b.svg);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-aitemplate,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-aitemplate {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/ai/ai-template.svg);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-aitemplate:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-aitemplate:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/ai/ai-template-b.svg);
}

.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-pds,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-pds{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-PDS.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-pds:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-pds:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-PDS-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-omnichannel,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-omnichannel{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-Omnichannel.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-omnichannel:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-omnichannel:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-Omnichannel-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-pbs,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-pbs{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-PBS.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-pbs:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-pbs:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-PBS-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-pxm,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-pxm{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-PXM.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-pxm:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-pxm:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-PXM-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-product-onboarding,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-product-onboarding{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-product-onboarding.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-product-onboarding:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-product-onboarding:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-product-onboarding-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-workflow,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-workflow{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-Workflow.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-workflow:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-workflow:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-Workflow-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-scability,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-scability{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-scability.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-scability:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-scability:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-scability-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-wholesales,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-wholesales{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-wholesales.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-wholesales:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-wholesales:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-wholesales-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-industry,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-industry{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-industry.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-industry:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-industry:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-industry-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-retails,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-retails{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-retail.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-retails:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-retails:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-retail-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-fashion,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-fashion{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-fashion.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-fashion:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-fashion:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-fashion-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-building,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-building{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-building.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-building:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-building:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-building-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-painting,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-painting{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/paint_ico.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-painting:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-painting:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/paint_ico-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-food,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-food{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-manufacture.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-food:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-food:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-manufacture-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-telecommunication,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-telecommunication{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-telecommunication.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-telecommunication:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-telecommunication:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-telecommunication-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-business,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-business{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-business.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-business:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-business:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-business-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-cto,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-cto{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-CTO.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-cto:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-cto:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-CTO-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-ecommerce,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-ecommerce{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-Ecommerce.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-ecommerce:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-ecommerce:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-Ecommerce-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-marketing,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-marketing{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-marketing.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-marketing:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-marketing:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-marketing-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-content,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-content{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-content.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-content:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-content:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/ico-content-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-our-customers,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-our-customers {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/customers/ico-our-customers.svg);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-our-customers:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-our-customers:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/customers/ico-our-customers-b.svg);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-customers-press,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-customers-press {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/customers/ico-customers-press.svg);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-customers-press:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-customers-press:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/customers/ico-customers-press-b.svg);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-customers-casestudy,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-customers-casestudy {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/customers/ico-case-study-gray.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-customers-casestudy:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-customers-casestudy:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/customers/ico-case-study-blue.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-customers-programe,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-customers-programe {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/customers/ico-customers-programe-gray.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-customers-programe:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-customers-programe:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/customers/ico-customers-programe-blue.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-knowledge,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-knowledge{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-knowledge.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-knowledge:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-knowledge:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-knowledge-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-blog,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-blog{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-blog.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-blog:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-blog:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-blog-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-buyer-guide,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-buyer-guide{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-buyer-guide.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-buyer-guide:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-buyer-guide:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-buyer-guide-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-roi-calculator,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-roi-calculator {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/calculator-ico.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-roi-calculator:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-roi-calculator:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/calculator-ico-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-anlyst-calculator,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-anlyst-calculator {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-ai-anlyst.svg);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-anlyst-calculator:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-ai-anlyst-calculator:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-ai-anlyst-b.svg);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-rfp,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-rfp{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-RFP.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-rfp:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-rfp:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-RFP-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-video-podcast,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-video-podcast{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-video-podcast.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-video-podcast:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-video-podcast:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-video-podcast-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-api-docs,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-api-docs {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-api-docs.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-api-docs:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-api-docs:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-api-docs-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-help-center,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-help-center {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-help-center.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-help-center:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-help-center:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-help-center-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-bsp-certification,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-bsp-certification {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-icon-bsp-certification.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-bsp-certification:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-bsp-certification:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/resource/ico-icon-bsp-certification-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-solution-partner,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-solution-partner{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/partner/ico-solution-partner.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-solution-partner:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-solution-partner:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/partner/ico-solution-partner-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-ISV-partner,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-ISV-partner{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/partner/ico-ISV-partner.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-ISV-partner:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-ISV-partner:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/partner/ico-ISV-partner-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-join-partner,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-join-partner{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/partner/ico-join-partner.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-join-partner:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-join-partner:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/partner/ico-join-partner-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-BluestonePIM-partner-program,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-BluestonePIM-partner-program{
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/partner/ico-BluestonePIM-partner-program.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-BluestonePIM-partner-program:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-BluestonePIM-partner-program:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/partner/ico-BluestonePIM-partner-program-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-signup-partner,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-signup-partner {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/partner/signup-partner-ico.svg);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-signup-partner:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-signup-partner:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/partner/signup-partner-ico_hover.svg);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-automotive,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-automotive {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/icon-automotive.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-automotive:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-automotive:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/icon-automotive-b.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-real-estate,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-real-estate {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/icon-real-estate.png);
}
.nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-real-estate:hover,
.nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span.icon-real-estate:hover {
  background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/icons/solution/icon-real-estate-b.png);
}


@media(max-width:1399px){
  header.header  .custom-menu-primary .navigation-primary ul li,
  header.header  .nav-menu-primary .navigation-primary ul li{
    padding: 0 10px;
  }
  header.header   button#btn-search {
    padding: 15px 10px;
  }
}


@media (max-width: 1350px){

  header.header  .custom-menu-primary .navigation-primary ul li,
  header.header  .nav-menu-primary .navigation-primary ul li{
    font-size: 15px;
  }

  header.header  .login a {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  header.header   .try.last a.hs-button {
    font-size: 15px;
  }

}

@media (max-width: 1200px){
  header.lp-header .content-wrapper {
    max-width: 100%;
  }

}
@media (max-width: 1199px){
  .navbar-search form {
    width: 58.3333%;
  }
}
@media (max-width: 1230px){
  .header-main {
    min-height: 70px;
  }
  header.header   .custom-menu-wrapper {
    display: none;
  }
  .page-menu {
    display: none;
  }
  header.header  .logo a {
    flex: 0 0 165px;
    padding-right: 0;
    width: 100%;
  }

  header.header .logo img.hs-image-widget {
    width: 100% !important;
  }

  header.header  .logo {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 46px;
  }

  header.header  .inner-logo {
    flex: 0 0 165px;
    padding-right: 0;
  }

  header.header  .button-wrapper {
    display: block;
    flex: 1 1 auto;
    text-align: right;
  }

  header.header   button#btn-search-mobile {
    font-size: 18px;
    border: 0;
    background: 0 0;
    color: #285cb0;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  header.header   .inner {
    display: flex;
    justify-content: flex-end;
  }

  header.header   #btn-search-mobile .glyphicon-search:before {
    content: "\e003";
  }

  header .button-wrapper {
    display: block;
  }

  header.header button#hamburger-menu-btn {
    margin-left: 30px;
    display: block;
    padding: 0;
    margin: 0;
    position: static;
    height: 24px ;
    float: right;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px ;
  }

  header.header .hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    padding: 0;
  }

  header.header  .bspim-layout__header .hamburger {
    padding: 0;
  }

  header.header   .hamburger-box {
    width: 40px ;
    height: 22px ;
    display: inline-block;
    position: relative;
  }

  header.header  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }

  header.header   .hamburger-box {
    width: 30px;
  }

  header.header  .hamburger-inner, 
  header.header .hamburger-inner::after,
  header.header .hamburger-inner::before {
    width: 40px ;
    height: 4px ;
    background-color: #000;
    border-radius: 4px ;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
  }

  header.header  .hamburger-inner, 
  header.header .hamburger-inner::after, 
  header.header .hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
  }

  header.header  .hamburger-inner,
  header.header  .hamburger-inner::after, 
  header.header  .hamburger-inner::before {
    background-color: #14263a;
    width: 30px ;
  }

  header.header  .hamburger--squeeze .hamburger-inner::before {
    transition: top .1s .14s ease,opacity .1s ease;
  }

  header.header  .hamburger-inner::before {
    top: -9px ;
  }

  header.header  .hamburger-inner::after, 
  header.header .hamburger-inner::before {
    content: "";
    display: block;
  }

  header.header   .bspim-layout__header .hamburger-inner,
  header.header .bspim-layout__header .hamburger-inner::after,
  header.header .bspim-layout__header .hamburger-inner::before {
    background-color: #14263a;
    width: 30px ;
  }

  header.header   .hamburger--squeeze .hamburger-inner::after {
    transition: bottom .1s .14s ease,transform .1s cubic-bezier(.55,.055,.675,.19);
  }

  header.header  .hamburger-inner::after {
    bottom: -9px ;
  }

  header.header .hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block;
  }

  header.header {
    min-height: 70px;
  }

  header.header .header__container {
    height: 100%;
  }

  header.header   button#hamburger-menu-btn {
    margin-left: 20px;
  }

  header.header   button#btn-search-mobile {
    padding: 0;
  }
  .mobile-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 80px;
    background-color: #fff;
    border-bottom: 2px solid #4647ca;
    z-index: 998;
    display: none;
  }
  .nav-mobile-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 998;
  }
  body.menu-open .mobile-menu,
  body.menu-open .nav-mobile-menu {
    display: block;
  }
  body.menu-open span#close-btn {
    color: #262c3a;
    font-size: 1.5em;
    margin-right: 0;
    margin-top: 0;
    width: 30px;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .glyphicon-remove:before {
    content: "\e014";
  }

  body.menu-open span#hamburger-btn,
  body.menu-open header.header .inner .nav-menu-wrap a.hs-button {
    display: none;
  }
  body.menu-open header.header .inner .nav-menu-wrap button#btn-search-mobile{
    display: inline-block;
  }
  .menu-wrapper {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 10px;
  }
  .mobile-menu .submenu.level-1 > li,
  .nav-mobile-menu .submenu.level-1 > li {
    display: block;
  }

  .mobile-menu .navigation-primary> ul,
  .nav-mobile-menu .navigation-primary> ul {
    padding: 0 30px 0 30px;
  }

  .mobile-menu .navigation-primary ul li.has-submenu:before,
  .nav-mobile-menu .navigation-primary ul li.has-submenu:before {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    float: right;
    color: #000;
    margin-right: 10px;
    margin-top: 15px;
    content: "\e114";
    pointer-events: none;
  }

  header.header .hamburger:hover {
    opacity: .7;
  }

  body.menu-open span#close-btn {
    cursor: pointer;
  }

  .mobile-menu .navigation-primary >ul> li> a,
  .nav-mobile-menu .navigation-primary >ul> li> a {
    display: block;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #262c3a;
  }
  .mobile-menu .navigation-primary ul li.has-submenu:before,
  .nav-mobile-menu .navigation-primary ul li.has-submenu:before {
    cursor: pointer;
  }
  .mobile-menu {
    top: 70px;
  }
  .nav-mobile-menu {
    top: 122px;
  }

  .mobile-menu .navigation-primary >ul ul li> a,
  .nav-mobile-menu .navigation-primary >ul ul li> a {
    border-bottom: 0;
    padding: 10px 0 10px 30px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #262c3a;
  }

  .mobile-menu .hs-button {
    display: inline-block;
    padding: 11px 17px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #285cb0 !important;
    border: 1px solid transparent;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    max-width: 350px;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    margin: 0;
    letter-spacing: 0;
  }
  .mobile-menu   .navigation-primary .submenu ulม
  .nav-mobile-menu .navigation-primary .submenu ul {
    display: none;
  }
  .mobile-btn {
    margin: 20px 30px;
    text-align: center;
  }
  .mobile-menu .navigation-primary .submenu .child-open ul,
  .nav-mobile-menu .navigation-primary .submenu .child-open ul {
    display: block;
  }

  .nav-mobile-menu .navigation-primary ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2 > li:nth-child(4) ul.submenu.level-3 {
    border-top: 1px solid #dedad4;
    padding-top: 18px;
  }
   /* Partner menu - temporary hide AWS */
  .nav-mobile-menu .navigation-primary ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2 > li:nth-child(3) {
    display: none;
  }

  .mobile-menu .navigation-primary ul li.child-open.has-submenu:before,
  .nav-mobile-menu .navigation-primary ul li.child-open.has-submenu:before {
    content: "\e113";
  }

}

@media(max-width:991px){

  .navbar-search button.btn-remove{
    right:10px !important;
  }

  .navbar-search .search-box {
    width: 100%;
  }

  .navbar-search form {
    width: 100%;
  }

  .navbar-search {
    min-height: 160px;
  }
}
@media(max-width:767px){

  .navbar-search .hs-search-field--open .hs-search-field__suggestions {
    width: 100%;
  }

  .try-header header.lp-header {
    display: none;
  } 
  
  .event-news-bar {
    font-size: 12px !important;
  }

}


/******* Custom menu 2022 *******/
/*****************************************/
/* Mobile */
/*****************************************/
@media (max-width: 1230px) {
  .mobile-menu .navigation-primary>ul>li>a,
  .nav-mobile-menu .navigation-primary>ul>li>a {
    border-bottom: 0;
    font-weight: 500;
  }
  .mobile-menu .navigation-primary>ul>li.has-submenu>a:after,
  .nav-mobile-menu .navigation-primary>ul>li.has-submenu>a:after {
    content: "\e259";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: 0;
    transform: rotate(0);
    transition: transform .3s linear;
    font-size: 12px;
  }
  .mobile-menu .navigation-primary>ul>li.has-submenu.child-open>a:after,
  .nav-mobile-menu .navigation-primary>ul>li.has-submenu.child-open>a:after {
    transform: rotate( 180deg);
    transition: transform .3s linear;
  }
  .mobile-menu .navigation-primary>ul ul li>a,
  .nav-mobile-menu .navigation-primary>ul ul li>a {
    padding: 0;
  }
  .mobile-menu .navigation-primary>ul>li.child-open>a {
    color: rgba(40,92,176,1.0);
  }
  .mobile-menu .navigation-primary ul li.has-submenu:before,
  .nav-mobile-menu .navigation-primary ul li.has-submenu:before,
  .nav-menu-top {
    display: none;
  }
  .header-main .mobile-menu ul.submenu.level-2,
  .header-main .nav-mobile-menu ul.submenu.level-2 {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 20px 30px 24px;
    margin-bottom: 20px;
  }
  .header-main .mobile-menu ul.submenu.level-2 > li > a,
  .header-main .nav-mobile-menu ul.submenu.level-2 > li > a {
    display: none;
    pointer-events: none;
  }
  .header-main .mobile-menu ul.submenu.level-2 > li:nth-child(2) {
    border-top: 1px solid #ddd;
    margin-top: 24px;
    padding-top: 8px;
  }
  .header-main .mobile-menu ul.submenu.level-2 > li:first-child ul.level-3 li:nth-child(odd) a,
  .header-main .mobile-menu ul.submenu.level-2 > li:nth-child(2) > ul > li > a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
  }
  .header-main .mobile-menu ul.submenu.level-2 > li:nth-child(2) > ul > li > a {
    margin-top: 8px;
  }
  .header-main .mobile-menu ul.submenu.level-2 > li:first-child ul.level-3 li:nth-child(even) a {
    opacity: .5;
    font-size: 12px;
    display: block;
    cursor: default;
    pointer-events: none;
    line-height: normal;
    margin-bottom: 14px;
  }
  .nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a {
    color: #444;
    font-size: 15px;
    margin-bottom: 25px;
  }
  .nav-mobile-menu .navigation-primary ul.submenu.level-1 > li:nth-child(5) ul.submenu.level-2 > li:nth-child(4) ul.submenu.level-3 > li:first-child > a {
    margin-bottom: 6px;
  }
  .nav-mobile-menu .navigation-primary ul.submenu.level-2 > li:last-child > ul.submenu.level-3 > li:last-child > a {
    margin-bottom: 0;
  }
  .nav-mobile-menu .navigation-primary ul.submenu.level-3 > li > a span{
    color: #262c3a;
    font-weight: 600;
  }
  .nav-mobile-menu #hs-button_mobile_login_button {
    color: #0e05cc;
    background: transparent;
    border: 2px solid #4169e1;
  }
  header.header .inner .nav-menu-wrap{
    margin: 0;
  }
  header.header .inner .nav-menu-wrap a.hs-button{
    font-size: 12px;
    padding: 8px 12px;
    width: auto;
  }
  /**** Event bar top menu ****/
  .header-top-inner {
    background: #00308b;
  }
  .header-top-container {
    padding: 12px;
  }

}
/*****************************************/
/* Desktop */
/*****************************************/
@media (min-width: 1231px) {
  header.header .custom-menu-primary .navigation-primary ul.submenu.level-2 li a,
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-2 li a,
  .nav-menu-top .navigation-top ul.submenu.level-2 li a {
    padding: 0;
  }
  .header-main ul.submenu.level-1 > li.has-submenu > ul.submenu.level-2  {
    left: -9999px;
    opacity: 0;
  }
  .header-main ul.submenu.level-1 > li.has-submenu:hover > ul.submenu.level-2  {
    left: 0;
    opacity: 1;
    top: 100%;
  }
  .header-main ul.submenu.level-2 {
    display: flex;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    padding: 20px 0;
    top: 58px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
    max-width: 560px;
  }
  .header-main .nav-menu-top ul.submenu.level-2 {
    background-color: #00308b;
    padding: 5px 14px 14px;
    z-index: 10;

  }
  .nav-menu-top ul li a {
    padding: 8px 14px;
  }
  .nav-menu-top .navigation-top ul.submenu.level-2 > li {
    min-width: 130px;
  }
  .header-main .nav-menu-primary ul.submenu.level-2 {
    max-width: none;
  }
  .header-main .nav-menu-primary ul.submenu.level-1 > li.has-submenu:hover > ul.submenu.level-2 {
    top: 60px;
  }
  .header-main .nav-menu-primary ul.submenu.level-1 > li:hover:nth-child(6) > ul.submenu.level-2,
  .header-main .nav-menu-primary ul.submenu.level-1 > li:hover:nth-child(6) > ul.submenu.level-2:before {
    left: auto !important;
    right: 0;
  }
  .header-main .nav-menu-primary ul.submenu.level-1 > li:hover:nth-child(6) > ul.submenu.level-2 {
    min-height: 342px;
  }
  .header-main .nav-menu-primary ul.submenu.level-1>li.has-submenu:hover>ul.submenu.level-2:before {
    position: absolute;
    top: -35px;
    left: 58px;
    content: '';
    display: block;
    width: 89px;
    height: 35px;
    background-size: contain;
    background-image: url(//19954080.fs1.hubspotusercontent-na1.net/hubfs/19954080/raw_assets/public/Bluestone_October_2021/images/triangle-shadow.png);
  }
  .header-main .nav-menu-primary ul.submenu.level-1> li:hover:nth-child(2) > ul.submenu.level-2:before {
    left: 10px !important;
  }
  .header-main .nav-menu-primary ul.submenu.level-1> li:hover:nth-child(3) > ul.submenu.level-2:before {
    left: 65px !important;
  }
  .header-main .nav-menu-primary ul.submenu.level-1> li:hover:nth-child(4) > ul.submenu.level-2:before,
  .header-main .nav-menu-primary ul.submenu.level-1> li:hover:nth-child(5) > ul.submenu.level-2:before {
    left: 80px !important;
  }
  header.header .custom-menu-primary .navigation-primary ul li,
  header.header .nav-menu-primary .navigation-primary ul li {
    float: none;
  }
  header.header .custom-menu-primary .navigation-primary ul.submenu.level-1 > li.has-submenu > a,
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-1 > li.has-submenu > a {
    cursor: default;
    pointer-events: none;
  }
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-1 > li.has-submenu > a:after{
    display: inline-block;
    margin-left: 0.65rem;
    content: "\e259";
    font-size: 14px;
    font-family: "Glyphicons Halflings";
  }
  header.header .custom-menu-primary .navigation-primary ul.submenu.level-2 > li,
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-2 > li {
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 25px ;
  }
  header.header .custom-menu-primary .navigation-primary ul.submenu.level-2 > li:first-child {
    flex: 1 1 60%;
    min-width: 320px;
  }
  header.header .custom-menu-primary .navigation-primary ul.submenu.level-2 > li:nth-child(3) {
    flex: 1 1 40%;
    min-width: 230px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
  }
  header.header .custom-menu-primary .navigation-primary ul.submenu.level-2 > li > a,
  .nav-menu-top .navigation-top ul.submenu.level-2 > li > a {
    display: none;
    pointer-events: none;
  }
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-2 > li > a {
    display: none;
    font-weight: 700;
    pointer-events: none;
  }
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-2 > li:first-child,
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-2 > li:nth-child(2),
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-2 > li:nth-child(3) {
    flex: 1 1 33%;
    min-width: 280px;
  }
  /* Partner menu - temporary hide AWS */
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-2 > li:nth-child(3) {
    display: none;
  }
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-2 > li:nth-child(4) {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  header.header .custom-menu-primary .navigation-primary ul.level-2 > li:first-child ul.level-3 li:nth-child(odd) a{
    font-size: 15px;
    text-transform: capitalize;
  }
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a {
    color: #444;
    font-size: 15px;
    margin-bottom: 20px;
  }
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2 > li:nth-child(4) ul.submenu.level-3 {
    border-top: 1px solid #dedad4;
    padding-top: 18px;
  }
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2 > li:nth-child(4) ul.submenu.level-3 > li:first-child > a {
    margin-bottom: 15px;
  }
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-1>li:nth-child(5) ul.submenu.level-2 > li:nth-child(4) ul.submenu.level-3 > li > a > b {
    text-decoration: underline;
  }
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span{
    display: block;
    color: #262c3a;
    font-weight: 600;
  }
  header.header .custom-menu-primary .navigation-primary ul.submenu.level-3 > li,
  header.header .nav-menu-primary .navigation-primary ul.submenu.level-3 > li  {
    padding: 0;
  }
  header.header .custom-menu-primary .navigation-primary ul.level-2 > li:first-child ul.level-3 li:nth-child(even) a{
    opacity: 0.5;
    font-size: 11px;
    display: block;
    margin-bottom: 15px;
    cursor: default;
    pointer-events: none;
  }
  header.header .custom-menu-primary .navigation-primary ul.level-2 > li:first-child ul.level-3 li:nth-child(even) a:hover{
    color: #0e05cc;
    opacity: 0.5;
  }
  .nav-menu-top .navigation-top ul.level-2 > li ul.level-3 li > a:hover {
    color: #C5D6FA;
  }
  .nav-menu-primary .navigation-primary ul.submenu.level-3 > li > a span.icon-img {
    bottom: 4px;
  }
  .header-top-inner {
    background: #00308b;
    min-height: 40px;
    line-height: 40px;
  }

  .header-top-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .nav-text-block {
    float: left;
  }
  .nav-menu-top {
    float: right;
  }
  .nav-menu-top ul li a {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .42px;
    line-height: 1.2;
    padding: 8px;
    text-transform: none;
    display: inline-block;
  }
  
  .nav-menu-top ul li a:hover {
    color: #C5D6FA;
  }

  .nav-menu-top .navigation-top ul.submenu.level-1 > li.has-submenu > a:after{
    display: inline-block;
    margin-left: 0.35rem;
    content: "\e259";
    font-size: 11px;
    font-weight: 700;
    font-family: "Glyphicons Halflings";
  }

}

@media (max-width: 480px) {
  header.header .logo img.hs-image-widget {
    width: 80% !important;
  }
  header.header .inner-logo {
    flex: 0 0 126px;
    padding-right: 0;
  }
}
.footer-bottom {
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-bottom .inner {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu nav>ul {
  display: flex !important;
  flex-wrap:wrap;
}

.footer-menu .footer-locations ul li a {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: 35px;
  padding: 0;
  padding-right: 20px;
}

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

.footer-menu .footer-locations ul ul {
  padding: 0;
  list-style: none !important;
  padding: 0 !important;
}

.footer-menu .footer-locations ul ul li a:after {
  display: none;
}

.footer-locations ul ul li:before {
  display: none !important;
}

.footer-menu .footer-locations ul ul li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  padding: 4px    0;
  line-height: inherit;
}

.footer-menu .footer-locations ul ul li {
  padding: 0 !important;
  font-size: 15px;
  font-weight: 400;
}

.footer-locations span.glyphicon.glyphicon-menu-down {
  font-size: 10px;
  margin-left: 5px;
  position: relative;
  top: 0;
  transform: rotate(0);
  transition: transform .3s linear;
}

.footer-menu .footer-locations ul ul ul {
  display: none;
  padding: 5px 0px 5px 10px !important;
}

.footer-menu .footer-locations ul li a:after {
  content: '';
  display: inline-block;
  position: relative;
  bottom: 2px;
  margin-left: 6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #555;
  transform: rotate(0);
  transition: transform .3s linear;
}

footer.lp-footer {
  color: #000;
  padding: 20px 0;
}

footer.lp-footer .content-wrapper {
  max-width: 1100px;
}

footer.lp-footer a {
  color: #a9a9a9;
  font-weight: 500;
  text-decoration: underline;
}

.footer-menu ul ul li.has-submenu>a:after {
  content: "\e259";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-left: 5px;
  position: relative;
  top: 0;
  transform: rotate(0);
  transition: transform .3s linear;
}

.footer-menu nav>ul>li>a {
  pointer-events: none;
}

.footer-locations .open>a>span.glyphicon.glyphicon-menu-down {
  transform: rotate( 180deg);
  transition: transform .3s linear;
}

.footer-menu ul ul li.has-submenu.open>a:after {
  transform: rotate( 180deg);
  transition: transform .3s linear;
}

.footer-menu nav>ul>li:nth-child(n+3)>a {
  line-height: 35px;
}

.footer-menu nav>ul>li {
  width: 25%;
  padding: 0 15px;
}

.footer-menu ul ul li a {
  display: inline-block;
  padding: 4px 0;
  position: relative;
  font-size: 15px;
  font-weight: 400;
}

.footer-menu ul ul ul {
  padding: 5px 0 5px 10px !important;
}

.footer-menu ul ul ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 16px;
  border-radius: 100%;
}

.footer-menu ul ul ul li {
  position: relative;
  display: block;
  padding-left: 15px;
}

.footer-menu {
  margin-top: 30px;
}

.footer-top .inner {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
}

/* .footer-menu nav ul ul ul {
  display:none;
} */

.footer-menu nav>ul>li>a {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.footer-menu nav>ul>li>a:after {
  content: '';
  display: inline-block;
  position: relative;
  bottom: 2px;
  margin-left: 6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #555;
  transform: rotate(0);
  transition: transform .3s linear;
}

.footer-bottom .footer-logo {
  flex: 0 0 200px;
  width: 120px;
  margin-bottom: 15px;
}

.footer-logo img {
  width: auto !important;
}

.copyright p {
  margin: 0;
}

footer.footer .content-wrapper {
  max-width: 1400px;
}

.copyright {
  flex: 1 1 auto;
  font-size: 12px;
  margin-top: 15px;
}

.footer-top .inner>.footer-locations {
  display: none;
}

.footer-social {
  flex: 1 1 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  flex-basis: auto;
}

.copyright a {
  font-size: 12px;
  margin-left: 20px;
  text-decoration: none;
  display: inline-block;
  width: auto;
  min-width: 48px;
  height: auto;
}

.copyright p {
  margin: 0;
}

.footer-middle {
  padding: 15px 0;
  background-color: #FFF !important;
  border-top: 3px solid #f6f7fa;
}

footer.footer .footer-middle .content-wrapper {
  max-width: 1200px;
}

.footer-middle .images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}

.footer-middle .item {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footer-middle .item img {
  width: auto;
  height: auto;
  max-height: 100%;
}

.footer-middle .item a {
  display: flex;
  padding: 0 15px;
  text-align: center;
  height: auto;
  max-height: 90px;
  align-items: center;
  transform: scale(.9);
}

.footer-middle .item a:hover {
    transform: scale(1.0);
}

.footer-top {
  padding-top: 20px;
  border-top: 3px solid;
  padding-bottom: 40px;
}

#hubspot-messages-iframe-container {
  color-scheme: light;
}

@media(max-width:991px){

  .footer-social {
    flex: 1 1 100%;
  }

}

@media(max-width:1200px){
  footer.lp-footer .content-wrapper {
    max-width: 100%;
  }
}

@media(max-width:1200px){

  .footer-social {
    text-align: center;
  }

  footer.footer .footer-middle .content-wrapper {
    max-width: 1400px;
  }

  .footer-menu .footer-locations ul ul {
    display: block;
  }
  
  .footer-middle .item {
    padding: 0 25px;
  }


}


@media(max-width:991px){

  .footer-menu .footer-locations ul li a {
    line-height: 26px;
  }

  .footer-menu nav>ul>li {
    width: auto;
  }
  
  .submenu.level-1>li, .submenu.level-1>li.has-submenu {
    flex: 50%;
    margin-bottom: 20px;
  }

  .copyright a {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .footer-bottom .footer-logo {
    width: 165px;
  }

  .footer-bottom .inner {
    display: block;
  }
  
  .footer-middle .item {
    padding: 0;
  }

  .footer-middle .item a {
    height: auto;
  }

  .footer-menu nav>ul>li:nth-child(n+3)>a {
    line-height: 28px;
  }


}

@media(max-width:767px){

  .footer-bottom {
    padding-bottom: 70px;
    padding-top: 30px;
  }

  .footer-menu nav>ul>li>a:after {
    transform: rotate( 0deg);
    transition: transform .3s linear;
  }

  .footer-menu nav>ul>li.open>a:after {
    transform: rotate( 180deg);
    transition: transform .3s linear;
  }

  .footer-menu nav>ul>li>a {
    pointer-events: initial;
  }

  .footer-middle .item a {
    padding: 15px;
    height: auto;
    margin: 15px 0;
    text-align: center;
  }

  .footer-middle .item {
    flex: 0 0 33.33%;
    padding: 15px;
  }

  .footer-menu nav>ul>li {
    width: 100% !important;
    padding: 0 !important;
  }


  .footer-menu nav>ul>li>ul {
    margin-bottom:10px !important;
  }

  .footer-menu nav>ul>li:nth-child(n+3)>a {
    line-height: 30px;
  }

  .footer-top {
    padding-top: 0;
  }

  .footer-menu .footer-locations ul li a {
    line-height: 30px;
  }

  .footer-menu .footer-locations ul ul {
    margin-bottom: 10px;
  }

  .footer-menu .footer-locations ul ul ul {
    margin: 0;
  }

  .footer-menu nav>ul>li>ul {
    margin-bottom: 10px !important;
  }
  
  .footer-logo img {
    padding-top: 30px;
  }

}

@media(max-width:480px){

  .footer-menu nav>ul>li {
    margin-bottom: 10px;
  }

  .submenu.level-1>li, .submenu.level-1>li.has-submenu {
    flex: 100%;
  }

  .footer-locations {
    padding-top: 10px;
  }

  .footer-menu nav>ul {
    padding-bottom: 10px !important;
    padding-top: 20px !important;
  }
}

@media(max-width:370px){
  .social-links a {
    margin-right: 5px;
  }
}


/*Extra row footer 2024*/
.footer-bottom .inner-extra {
  display: flex;
  flex-wrap: wrap;
}
.footer-bottom .inner-extra .footer-social-top {
  flex: 1 1 60%;
  margin-bottom: 15px;
}
.footer-bottom .inner-extra .demo-form-footer {
  flex: 1 1 40%;
  margin-bottom: 30px;
}
.footer-bottom .inner-extra .footer-social-top h3,
.footer-bottom .inner-extra .demo-form-footer h3 {
  color: #FFF;
  margin: 0;
  font-weight: 500;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .footer-bottom .inner-extra .footer-social-top,
  .footer-bottom .inner-extra .demo-form-footer {
    flex: 1 1 50%;
  }
  .footer-bottom .inner-extra .footer-social-top h3,
  .footer-bottom .inner-extra .demo-form-footer h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer-bottom .inner-extra {
    display: block;
  }
  .footer-bottom .inner-extra .footer-social-top,
  .footer-bottom .inner-extra .demo-form-footer {
    flex: 1 1 100%;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}