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

.content-wrapper,
.dnd-section > .row-fluid {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

body .dnd-section, 
body .content-wrapper--vertical-spacing {
  padding-left: 10px;
  padding-right: 10px;
}

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

@media (max-width: 1200px) {
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 950px;
  }
}

@media (max-width: 1000px) {
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 600px;
  }
}

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

@media (max-width: 600px) {
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 420px;
  }
}

@media (max-width: 480px) {
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 330px;
  }
}

@media (max-width: 420px) {
  .content-wrapper,
  .dnd-section > .row-fluid {

  }
}
@font-face {
  font-family: "linea-arrows-10";
  src: url("https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Doubleknot_August2021/Fonts/linea-arrows-10/linea-arrows-10.eot") format("embedded-opentype"), 
    url("https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Doubleknot_August2021/Fonts/linea-arrows-10/linea-arrows-10.woff") format("woff"), 
      url("https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Doubleknot_August2021/Fonts/linea-arrows-10/linea-arrows-10.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
        }


@font-face {
  font-family: "ElegantIcons";  
  src: url("https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Doubleknot_August2021/Fonts/ElegantIcons/ElegantIcons.eot") format("embedded-opentype"), 
    url("https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Doubleknot_August2021/Fonts/ElegantIcons/ElegantIcons.woff") format("woff"), 
      url("https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Doubleknot_August2021/Fonts/ElegantIcons/ElegantIcons.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
        }


@font-face {
  font-family: "FontAwesome";
  src: url("https://f.hubspotusercontent40.net/hubfs/19515241/Doubleknot_August2021/Fonts/FontAwesome/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("https://f.hubspotusercontent40.net/hubfs/19515241/Doubleknot_August2021/Fonts/FontAwesome/fontawesome-webfont.woff2") format("woff2"), 
    url("https://f.hubspotusercontent40.net/hubfs/19515241/Doubleknot_August2021/Fonts/FontAwesome/fontawesome-webfont.woff") format("woff"),
    url("https://f.hubspotusercontent40.net/hubfs/19515241/Doubleknot_August2021/Fonts/FontAwesome/fontawesome-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


[class^="icon-arrows-"]:before, [class*=" icon-arrows-"]:before {
  font-family: "linea-arrows-10";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body {
  line-height: 1.4;
  word-break: break-word;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

::selection {
  background: #222c6a;
  color: #fff;
}

img {
  max-width: 100%;
}

/* Paragraphs */

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

/* Anchors */

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

/* Lists */

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

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

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

[data-type="list"],
.website-page ul, 
.software-page ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

[data-type="list"] li,
.website-page ul li, 
.software-page ul li {
  line-height: 27px;
  margin: 0 0 10px;
  padding: 0 0 0 38px;
  position: relative;
}

[data-type="list"] li {
  margin-bottom: 4px;
}

[data-type="list"] li:before,
.website-page ul li:before, 
.software-page ul li:before {
  content: "\35";
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  width: 27px;
  text-align: center;
  line-height: 27px;
}




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

/* Heading */

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

h1 {
  line-height: 1.200;
  letter-spacing: -3px;
}

h2 {
  line-height: 1.0833333;
  letter-spacing: -1px;
}

h3, .h3, h3 a {
  line-height: 1.250;
  letter-spacing: 0px;
}

h4 {
  line-height: 1.500;
  letter-spacing: 0px;
}

h5 {
  line-height: 1.111;
  letter-spacing: 0px;
}

h6 {
  line-height: 2;
  letter-spacing: 0px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  h2 {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -2px;
  }

  h4{
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  h5 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
  }

  .website-page ul li, 
  .software-page ul li {
    padding: 0 0 0 45px;
    line-height: 37px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  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 .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

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

}

.systems-page .hs-button {
  margin: 1rem 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

[type="checkbox"] {
  float: left;
  margin-top: 4px;
}

#hs-search-module .hs-input {
  margin-bottom: 1.5rem;
}

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


@media (max-width: 767px) {
  form#email-prefs-form h1 {
    font-size: 35px;
  }

  .systems-page h1 {
    font-size: 35px;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Missing Template at Path: \'Doubleknot_August2021\/css\/elements\/_management-website.css\' */
.software-page .software_row_1 {
  border-bottom: 1.4px solid #eaeaea;
  overflow-x: hidden;
}

.website-page .website_row_1,
.website-page .website_row_2 {
  overflow-x: hidden;
}

.website-page .website_row_1 {
  border-bottom: 1.4px solid #eaeaea;
}

.Advanced_banner .dnd-section {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.management-banner-section .dnd-section, .management-banner-section .dnd-section>.row-fluid, .management-banner-section .dnd-section .dnd-column {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.about-page .full-width-content-wrapper {
  margin-top: -70px;
  border-top: 70px transparent solid;
}
.iframe_wrapper {
  padding-top: 0 !important;
}
.website_banner .dnd-section {
  padding: 0;
}
.home-page .dnd-section {
  border-bottom: 1.4px solid #eaeaea;
}

.about-page .hs-responsive-embed-wrapper.hs-responsive-embed {
  margin: 0 !important;
}

.breadcrumbs ul {
  margin: 0;
  text-align: center;
}

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

.breadcrumbs ul li {
  padding: 0;
  margin: 0;
  float: none;
  display: inline-block;
  color: #f2f2f2;
  line-height: 1;
}

.breadcrumbs ul li a {
  color: #fff;
  display: inline-block;
}

.breadcrumbs {
  font-size: 13px;
  line-height: 1;
}

.breadcrumbs .hs-breadcrumb-menu-divider:before {
  padding: 0;
  font-size: 13px;
  content: " > ";
  padding-left: 3px;
}

.breadcrumbs span {
  display: inline-block;
}

/* =============== HOME PAGE Website Css =============== */

.home-page {
  line-height: 26px;
}
.home-page h2 {
  margin: 0;
}
.home-page h4 {
  margin: 0;
}


@media only screen and (max-width: 768px){
  .home-page h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .about-page ul>li>p {
    line-height: 37px;
    padding: 0 0 0 39px;
  }
  .about-page ul>li>span {
    position: relative;
    left: -6px;
  }

  .about-page .full-width-content h4 {
    font-size: 18px;
    line-height: 24px;
  }
}


/* =============== END HOME PAGE Website Css =============== */



/* =============== ABOUT PAGE Website Css =============== */

.about-page .dnd-section {
  border-bottom: 1.4px solid #eaeaea;
}


/* =============== END ABOUT PAGE Website Css =============== */



/* =============== Management Website Css =============== */
.management-page .dnd-section>.row-fluid {
  max-width: 1140px !important;
  margin: 0 auto;
  padding-top: 0vw;
  padding-right: 10vw;
  padding-bottom: 0vw;
  padding-left: 10vw;
}
.management-page img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.management-footer-copyright p {
  white-space: pre-wrap;
  text-align: center;
  line-height: 1;
  font-size: 0.625rem;
  font-family: Roboto;
  color: rgba(0,0,0,1);
  margin: 0;
}
.management-footer-copyright-container .hs_cos_wrapper_type_rich_text {
  word-wrap: break-word;
  padding: 1vw;
  display: block;
}
.management-footer-copyright-container .widget-type-rich_text {
  padding-top: 1vw;
  padding-right: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
}

.management-page hr {
  background: transparent;
  margin: 12px 0 !important;
  height: 0 !important;
}
.management-page .dnd-section {
  padding: 0;
}

.management-page .dnd-section .dnd-column {
  padding: 0;
}
.management-page ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.375;
}

.management-page ul li {
  padding-left: 20px;
  position: relative;
  line-height: 23px;
  color: rgb(34, 44, 106);
}

.management-page ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

.management-page ul li::before {
  left: -6px;
  top: 2px;
  position: absolute;
  content: "\f00c";
  font-family: FontAwesome;
  transform: scale(0.85);
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
}
.management-page h4 {
  color: #222c6a;
  line-height: 1.39;
  font-size: 1.5rem;
  margin: 0;
  white-space: pre-wrap;
}
.management-h-btn a {
  border: 1px solid rgb(24,110,54);
  background: rgb(24,110,54);
  color: rgba(255,255,255,1);
  padding: 8px 18px;
  line-height: 1.125;
  border-radius: 13px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: color 0.2s linear,background 0.2s linear,border-color 0.2s linear, text-shadow 0.2s linear;
  transition: color 0.2s linear,background 0.2s linear,border-color 0.2s linear, text-shadow 0.2s linear;
}

.management-h-btn a:hover {
  background-color: rgb(13,59,29);
  border-color: rgb(13,59,29);
  color: rgba(255,255,255,1);
  text-decoration: none;
}

.management-h-btn .hs_cos_wrapper_type_module {
  padding: 1vw;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.management-header-container {
  padding-top: 0vw;
  padding-right: 2vw;
  padding-bottom: 0vw;
  padding-left: 2vw;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.management-header-container-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.management-header .col {
  flex-basis: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 1vw;
  padding-right: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
}
.management-header-logo .widget-type-logo {
  padding: 1vw;
}
.management-header-logo img {
  width: 44% !important;
  display: inline-block;
  vertical-align: middle;
  max-width: 300px;
  border: 0;
}
.management-f-middle-container {
  padding-top: 1vw;
  padding-right: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.management-f-middle-inner {
  padding-top: 1vw;
  padding-right: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
}
.management-f-middle-section {
  text-align: center;
}
.management-footer-logo,.management-f-middle-text,.management-f-top-text {
  padding: 1vw;
}
.management-f-middle-text p {
  line-height: 1.125;
  margin: 0;
  color: #000000;
  white-space: pre-wrap;
}
.management-footer-logo img {
  width: 100% !important;
  max-width: 700px;
  display: inline-block;
  vertical-align: middle;
}
.management-footer-copyright-container {
  padding-top: 10vw;
  padding-right: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.management-f-bottom {
  padding-top: 1vw;
  padding-right: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
}
.management-f-top-inner {
  padding-right: 1vw;
  padding-left: 1vw;
}

.management-f-top-section {
  background-color: rgba(24,110,54,1);
  text-align: center;
}

.management-f-top-container {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.management-f-bottom-inner {
  padding-top: 1vw;
  padding-right: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
}
.management-f-top-text p {
  color: rgba(216,216,216,1);
  font-size: 1.25rem;
  line-height: 1.125;
  margin-bottom: 1.5em;
}
.management-f-top-text p:last-child {
  font-size: 1.125rem;
  line-height: 1.125;
  margin: 0;
}
.management-f-top-text p a {
  color: inherit;
  text-decoration: underline;
}

.management-f-top-text p a:hover {
  text-decoration: none;
}

.home-page .Advanced_banner h4 {
  max-width: 100%;
  width: 100%;
}

.home-page .custom-3-column-wrapper-group .content-innar-wrapper p {
  text-align: center;
}

@media (min-width: 768px){
  .management-header .col {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .home-page h1,.home-page h2, .home-page h4 {
    width: 66.66666667%;
    margin-left: auto;
    margin-right: auto;
  }
}


@media (min-width: 71.25em){
  .management-page .dnd-section>.row-fluid {
    padding-top: 0px;
    padding-right: 114px;
    padding-bottom: 0px;
    padding-left: 114px;
  }
  .management-f-bottom {
    padding-top: 11.4px;
    padding-right: 11.4px;
    padding-bottom: 11.4px;
    padding-left: 11.4px;
  }
  .management-header-container {
    padding-top: 0px;
    padding-right: 22.8px;
    padding-bottom: 0px;
    padding-left: 22.8px;
  }
  .management-header .col {
    padding-top: 11.4px;
    padding-right: 11.4px;
    padding-bottom: 11.4px;
    padding-left: 11.4px;
  }
  .management-f-middle-container {
    padding-top: 11.4px;
    padding-right: 11.4px;
    padding-bottom: 11.4px;
    padding-left: 11.4px;
  }
  .management-footer-copyright-container {
    padding-top: 114px;
    padding-right: 11.4px;
    padding-bottom: 11.4px;
    padding-left: 11.4px;
  }
  .management-f-middle-inner {
    padding-top: 11.4px;
    padding-right: 11.4px;
    padding-bottom: 11.4px;
    padding-left: 11.4px;
  }
  .management-f-top-inner {
    padding-right: 11.4px;
    padding-left: 11.4px;
  }
  .management-f-bottom-inner {
    padding-top: 11.4px;
    padding-right: 11.4px;
    padding-bottom: 11.4px;
    padding-left: 11.4px;
  }
  .management-footer-copyright-container .widget-type-rich_text {
    padding-top: 11.4px;
    padding-right: 11.4px;
    padding-bottom: 11.4px;
    padding-left: 11.4px;
  }
}

@media (max-width: 768px){
  .about-page .dnd_area_1-row-1-padding {
    padding-top: 34px !important;
  }
}

@media (max-width: 767px){
  .management-header .col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .management-page ul li {
    line-height: 1.375;
  }
  .management-f-middle-text p {
    font-size: 0.875rem;
  }

  .management-f-middle-text .widget-type-rich_text {
    padding: 8px;
  }
  .management-footer-logo .widget-type-linked_image {
    padding: 8px;
  }
  .management-f-top-text .widget-type-rich_text {
    padding: 8px;
  }
  .management-footer-copyright p {
    font-size: 0.5625rem;
    padding: 8px;
  }
  .management-f-top-text p {
    font-size: 1.125rem;
  }
  .management-header-logo .hs_cos_wrapper_type_logo {
    padding: 8px;
    display: block;
  }
  .management-f-top-text p:last-child {
    font-size: 1rem;
  }
  .management-h-btn {
    padding: 8px;
  }
  .management-h-btn a {
    font-size: 0.875rem;
    min-height: 36px;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .management-page h4 {
    font-size: 1.3125rem;
  }
  .management-page ul {
    font-size: 0.875rem;
  }

  .about-page .full-width-content h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 9px !important;
  }

  .management-page ul li {
    line-height: 20px;
  }

  .about-page .dnd-section:not(:first-child) .full-width-content-wrapper {
    margin-top: -45px;
    border-top: 70px transparent solid;
  }
}

@media (max-width: 400px) {
  .home-page .body-container--home .hs_cos_wrapper_type_rich_text h1 {
    font-size: 48px;
  } 
}
.header_top_section {
  background-color: #efefef;
  height: 45px;
  border-bottom: 1px solid #ffffff;
  padding: 0 2%;
  position: relative;
}

.header_bottom_section {
  border-bottom: 1px solid rgba(229,236,251,1);
  padding: 0 2%;
  position: relative;
  min-height: 81px;
}

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

.header__logo {
  float: left;
  position: absolute;
  left: 45px;
  top: 0;
  padding-bottom: 10px;
}

.header__logo img {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.header_top_container {
  display: flex;
  justify-content: flex-end;
}

.contact_no p {
  margin: 0;
}

.header_demo_button {
  float: right;
}

.custom-menu-primary {
  float: right;
}

.header_login_button a {
  background-color: #115ca7;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -.5px;
  text-transform: none;
  font-size: 16px;
  font-family: Open Sans;
  display: flex;
  align-items: center;
  transition: none;
}

.header_login_button {
  padding: 6px 0px;
  margin-right: 14px;
}

.header_login_button a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Doubleknot_August2021/images/user-Icon-solid.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 4px;
    }

.header_login_button a:hover {
  background-color: #222c6a;
  color: #fff;
}

.contact_no p {
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -.5px;
  text-transform: none;
  padding: 6px 6px;
}

.contact_no {
  margin-right: 14px;
}

.header_demo_button a {
  display: inline-block;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  border-color: #2fbb54;
  font-size: 18px;
  line-height: 63px;
  font-style: normal;
  font-weight: 600;
  background-color: #2fbb54;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  letter-spacing: 0px;
  text-transform: none;
  border-width: 0px;
  padding-left: 50px;
  padding-right: 50px;
  transition: color .1s linear,background-color .1s;
}

.header_demo_button {
  padding: 9px 2px 8px 2px;
}

.header_demo_button a:hover {
  background-color: #37c542;
  color: #fff;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  float: left;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 80px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  padding: 0 22px;
  position: relative;
  display: block;
  -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  transition: opacity .3s ease-in-out,color .3s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul ul a {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0px;
  padding: 9px 20px;
  display: block;
}

.icon-arrows-hamburger1:before {
  content: "\e031";
}

.mobile-trigger {
  display: none;  
}

.mobile-menu {
  display: none;
}

header.header {
  position: relative;
  z-index: 1000;
}

.header__logo img {
  max-height: 70px;
  width: auto !important;
}

.lightbox-main-wrapper {
  overflow: hidden;
}


/* Lightbox start */
.lightbox-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0 0 0 / 70%);
  z-index: 9999999;
  display: flex;
  padding: 0px 20px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: 0.1s;
}

.lightbox-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-container {
  width: 100%;
  max-width: 1020px;
  padding: 20px;
  margin: auto;
}

.lightbox-inner {
  border: 10px solid #222c6a;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 20px #111;
  -moz-box-shadow: 0 0 20px #111;
  -webkit-box-shadow: 0 0 20px #111;
}

.lightbox-content iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.lightbox-content {
  max-height: 540px;
  height: 79vh;
}

a.lightbox-close {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 30px;
  height: 30px;
  background: transparent url(https://2019794.fs1.hubspotusercontent-na1.net/hubfs/2019794/raw_assets/public/Doubleknot_August2021/images/fancybox.png) -40px 0;
  cursor: pointer;
  z-index: 111103;
  display: block;
}

.lightbox-flex .lightbox-content {
  height: auto;
}
/* Lightbox end */





@media (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 68%;
    padding: 7px 0;
    min-width: 225px;
  }

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

@media (min-width: 1001px) {
  header.header {
    min-height: 126px;
  }

  header.header.lp {
    min-height: 81px;
  }

  .header_bottom_section {
    position: relative;
    z-index: 1000;
    width: 100%;
    top: 0px;
    right: 0;
    left: 0;
    background-color: #fff;
  }

  .fixed .header_bottom_section {
    position: fixed;
    animation: stickup .7s ease-out;
    box-shadow: 3px 4px 8px 0 rgb(72 134 255 / 10%);
    border: 0;
    min-height: 63px;
  }

  .fixed .header__logo {
    max-width: 203.844px;
    padding-top: 4px;
    padding-bottom: 6px;
  }

  .fixed .header_demo_button {
    padding: 0;
    margin-right: 2px;
    margin-left: 2px;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    line-height: 63px;
  }

}



@media only screen and (min-width: 1440px) and (max-width: 1800px) {
  .header_demo_button a {
    font-size: 15px;
    line-height: 44px;
    height: 44px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 9px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    padding: 0 14px;
  }
}


@media only screen and (max-width: 1440px) {
  .header_demo_button a {
    font-size: 14px;
    line-height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 9px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    padding: 0 14px;
  }

  .header__logo img {
    max-width: 208.688px;
  }

  .header__logo {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}


@media only screen and (min-width: 1001px) and (max-width: 1280px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
    padding: 0 8px;
  }

  .header__logo img {
    max-width: 146.141px;
    left: 0px;
    top: 0;
  }

  .header__logo {
    padding-bottom: 24px;
    padding-top: 18px;
    margin-left: 0;
    position: relative;
    left: calc(45px - 2%);
  }

  .header__logo  a {
    position: relative;
    left: -31px;
    display: block;
  }

  .fixed .header__logo a {
    left: -1px;
    top: 8px;
  }
}


@media only screen and (max-width: 1000px) {
  .header_top_container {
    justify-content: center;
    padding-top: 2px;
  }

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

  .header__logo {
    margin: 0;
    padding: 0;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    position: relative;
  }

  .header__logo img {
    max-width: 192.297px;
    top: 0;
  }

  .header_bottom_container {
    position: relative;
  }

  .header_demo_button {
    padding: 0;
    position: absolute;
    right: 0px;
    top: 19px;
  }

  .mobile-trigger {
    display: inline-block;
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #222c6a;
    height: 100px;
    line-height: 100px;
    z-index: 99;
  }

  .mobile-trigger i {
    margin-top: 2px;
    display: block;
  }

  .mobile-menu .hs-menu-wrapper > ul {
    display: block;
  }

  .mobile-menu .hs-menu-wrapper > ul ul {
    display: none;
    border-top: 1px solid #eaeaea;
    padding-left: 20px;
  }

  .mobile-menu .hs-menu-wrapper > ul li:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
  }

  .mobile-menu .hs-menu-wrapper > ul li a {
    color: #181c51;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 34px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
    display: block;
    padding: 10px 0;
    display: block;
    position: relative;
    text-transform: none;
  }

  .mobile-menu .hs-menu-wrapper > ul li.hs-item-has-children > a:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    top: 0;
    right: 1px;
    text-align: right;
    width: 50px;
    z-index: 9000;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-menu .hs-menu-wrapper > ul li.hs-item-has-children > a {
    padding-right: 52px;
  }

  .mobile-menu .hs-menu-wrapper>ul li.hs-item-has-children.child-open > a:after {
    content: "\f107";
  }

  .mobile-menu .hs-menu-wrapper>ul li.active-branch > a {
    color: #115ca7;
  }

  .mobile-trigger:hover {
    color: #115ca7;
    opacity: .8;
  }
}


@media (max-width: 600px) {
  .header_demo_button a {
    font-size: 12px;
    line-height: 36px;
    height: 36px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 420px) {
  .header_demo_button a {
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 18px;
  }

  .header__logo {
    min-height: 100px;
  }
}


@media (max-width: 400px) {
  .header__logo img {
    max-width: 142.297px;
    margin-right: 40px;
  }
}

@keyframes stickup {
  0%,50% {
    transform: translateY(-100%)
  }

  100% {
    transform: translateY(0)
  }
}
.footer_main_wrapper {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding-top: 44px;
  padding-bottom: 24px;
}

.footer_menu_wrapper .hs-menu-wraper > ul {
  display: block;
}

.footer_menu_wrapper .hs-menu-wrapper > ul {
  display: block;
}

.footer_menu_wrapper .hs-menu-wrapper > ul > li {
  width: 25%;
  float: left;
  font-weight: 600;
}

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

.footer_content_wrapper {
  padding-right: 15px;
}

.footer_logo img {
  vertical-align: middle;
}

.footer_content p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  line-height: 22px;
}


.footer_menu_wrapper .hs-menu-wrapper>ul>li:nth-child(2) {
  padding: 0 10px 0 5px;
}

.footer_menu_wrapper .hs-menu-wrapper>ul>li:nth-child(2) > a {
  margin-left: 15px;
}

.footer_menu_wrapper .hs-menu-wrapper>ul>li > a {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  pointer-events: none;
  margin-bottom: 22px;
  display: block;
}

.footer_menu_wrapper .hs-menu-wrapper>ul>li:nth-child(2) > ul {
  margin-left: 15px;
}

.footer_menu_wrapper .hs-menu-wrapper>ul ul li {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 0px 4px;
  line-height: 22px;
  font-family: "Work Sans", sans-serif;
}

.footer_menu_wrapper .hs-menu-wrapper>ul ul li a {
  line-height: 18px;
  display: block;
}

.footer_menu_wrapper .hs-menu-wrapper>ul>li:nth-child(3) {
  padding: 0 5px 0 10px;
}

.footer_menu_wrapper .hs-menu-wrapper>ul>li:nth-child(3) > a {
  margin-left: 10px;
}

.footer_menu_wrapper .hs-menu-wrapper>ul>li:nth-child(3) > ul {
  margin-left: 10px;
}

.footer_menu_wrapper .hs-menu-wrapper>ul>li:nth-child(4) {
  padding-left: 15px;
}

.footer_menu_wrapper .hs-menu-wrapper>ul>li:nth-child(4) > a,.footer_menu_wrapper .hs-menu-wrapper>ul>li:nth-child(4) > ul {
  margin-left: 5px;
}

.footer_copyright_wrapper {
  padding-bottom: 24px;
}

.footer_row {
  text-align: center;
}



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

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

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

.footer_copyright p {
  margin: 0;
  font-size: 12px;
  line-height: 22px;
}

.footer_copyright {
  margin-top: 13px;
}

.footer_content {
  margin-top: 6px;
}

.footer_top_section {
  background-color: #115ca7;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer_top_wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.footer_top_inner_wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.footer_top_row {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 36px;
  padding-right: 36px;
  width: auto;
  padding-top: 51px;
  padding-bottom: 51px;
  position: relative;
}

.footer_top_content {
  width: 75%;
  float: left;
}

.footer_top_button {
  width: 25%;
  float: left;
  text-align: right;
}

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

.footer_top_content p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fff;
}

.footer_top_button a {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  color: rgb(17, 92, 167);
  background-color: #fff;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  border-radius: 4px;
  position: absolute;
  white-space: nowrap;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.1s;
}

.footer_top_button a:hover {
  background-color: #f4f4f4;
  color: #fff;
}

.footer_top_section {
  display: none;
}

footer.footer {
  padding: 0 10px;
}

.footer_content p > span {
  position: relative;
  display: block;
  height: 1px;
}

.footer_content p > span {
  position: relative;
  display: block;
  height: 1px;
}

.footer_logo {
  padding-bottom: 1px;
}

.footer_logo img {
  max-width: 300px;
  width: 100% !important;
}

a.back_to_top {
  color: #ffffff;
  height: auto;
  position: fixed;
  bottom: 65px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  right: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-size: 22px;
  line-height: 52px;
  text-align: center;
}

.fixed a.back_to_top {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  right: 25px;
}

a.back_to_top > span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  -o-border-radius: 52px;
  -moz-border-radius: 52px;
  -webkit-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  border: 2px solid #e8e8e8;
  background: 0 0;
  background-color: rgba(17,92,167,1);
  border-color: rgba(17,92,167,0);
  border-width: 0px;
  border-style: solid;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.fa-arrow-up:before {
  content: "\f062";
}

a.back_to_top i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  bottom: 1px;
}

a.back_to_top:hover > span {
  background-color: rgba(34,44,106,1);
  border-color: rgba(34,44,106,0);
  color: #fff;
}

footer.footer.lp {
  padding-top: 50px;
}


@media (max-width: 1023px) {
  .footer_menu_wrapper .hs-menu-wrapper>ul>li {
    text-align: center;
  }

  .footer_menu_wrapper .hs-menu-wrapper>ul>li ul {
    margin: 0 !important;
  }

  .footer_menu_wrapper .hs-menu-wrapper>ul>li>a {
    margin-left: 0 !important;
    margin: 0 0 4px!important;
  }

  .footer_main_wrapper {
    padding-bottom: 28px;
  }
}



@media (max-width: 768px) {
  .footer_menu_wrapper .hs-menu-wrapper > ul > li {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 25px;
  }

  .footer_menu_wrapper .hs-menu-wrapper > ul > li:last-child {
    margin-bottom: 0;
  }

  .footer_content_wrapper {
    padding: 0;
  }

  .footer_logo {
    padding-bottom: 4px;
  }

  footer.footer {
    padding: 0;
  }
}


@media (max-width: 480px) {
  .footer_copyright_wrapper {
    padding-bottom: 30px;
  }


}
/* 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: 768px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

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

.body-container--blog-index {
  background: #f5f5f5;
}
.hs-blog-post .top-scroll.background-white,
.hs-blog-listing .top-scroll.background-white {
  background: #f5f5f5;
}

.blog-header,
.area_hero-row-0-background-image {
  position: relative;
}
.blog-header:before,
.area_hero-row-0-background-image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .6;
  background: #000;
}
.blog-header .blog-header__inner {
  margin: 0 auto;
  max-width: 720px;
  position: relative;
  padding: 160px 20px 80px !important;
}

.blog-header .blog-header__title {
  font-size: 47px;
  line-height: 62px;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 2px;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
  text-transform: none;
  color: #fff;
  font-weight: 400;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
  float: left;
  margin-right: 40px;
  position: relative;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
}

.blog-index__post-content a {
  color: #494A52;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog Listing */

.hs-blog-post h2:after {
  display: none;
}

.hs-blog-post .blog-left, .hs-blog-post .blog-right {
  margin-top: 60px;
}
.hs-blog-post .blog-left {
  padding: 20px 0 115px;
  width: 75%;
}
.hs-blog-post .blog-right {
  padding-top: 20px;
  width: 22.5%;
  float: left;
  margin-left: 2.5%
}
.blog-index .post-listing {
  margin: 0;
  width: 100%;
  display: inline-block;
}
.blog-index .post-item {
  margin-top: 20px;
  float: left;
  padding: 0;
}
.blog-index .post-box {
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 7px rgba(0,0,0,0.1);
  -o-box-shadow: 0 1px 7px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 7px rgba(0,0,0,0.1);
  box-shadow: 0 1px 7px rgba(0,0,0,0.1);
}
.blog-index .post-body .hs-featured-image-wrapper {
  height: 288px;
  text-align: right;
  position: relative;
}
.blog-index .hs-featured-image-wrapper {
  height: 470px;
  text-align: right;
  position: relative;
}
.bgimg-main1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.blog-index .post-body .hs-featured-image-wrapper:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 100%;
  right: 100%;
  bottom: 100%;
  background: #505050;
  opacity: 0.70;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-index .hs-featured-image-link {
  border: 0;
}
.bgimg-main1 img {
  display: none;
}
.blog-index .hs-featured-image {
  display: none;
}
.blog-index .post-body .post-plus {
  font-size: 30px;
  width: 65px;
  height: 65px;
  line-height: 61px;
  color: #FFF;
  border: 2px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-index .post-body .fa-plus:before {
  content: "\f067";
}
.blog-index .post-body a.tag-link:last-child {
  margin-right: 14px;
}
.blog-index .post-body a.tag-link {
  margin: 14px 7px 0;
  padding: 2px 8px;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #595959;
  color: #FFF;
}
.blog-index .post-box:hover .post-plus {
  opacity: 1;
}
.blog-index .post-box:hover .post-plus:hover {
  background: #595959;
}
.blog-index .post-box:hover .hs-featured-image-wrapper:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-index .post-header {
  padding: 20px 24px;
  text-align: center;
}
.blog-index .post-header h2 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  padding: 0;
  height: 64px;
}
.blog-index .post-header h2:after,
.blog-index .post-header h2:before {
  display: none;
}
.blog-index .post-header h2 a {
  color: #505050;
}
.blog-index .post-header h2 a:hover,
.blog-index .post-header h2 a:active,
.blog-index .post-header h2 a:focus {
  color: #595959;
}
.blog-index .post-date {
  padding-top: 6px;
  font-size: 16px;
  font-family: 'PT Serif', serif;
  font-style: italic;
  color: #999999;
}
.blog-index .post-content {
  height: 138px;
}
.blog-index a.link-post {
  margin: 10px 0 30px;
  min-width: 125px;
  padding: 5px 20px;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  background: #f5f5f5;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.blog-index .link-post:hover {
  color: #f5f5f5;
  background: #595959;
}
.blog-tags {
  margin: 0 auto;
  text-align: center;
}
.blog-tags ul {
  margin: 0;
  padding: 0 15px;
  list-style-type: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #FFF;
  display: inline-block;
}
.blog-tags ul li:first-child {
  border-left: none;
}
.blog-tags ul li {
  margin: 8px 0;
  padding: 0 30px;
  display: inline-block;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.blog-tags ul li:last-child {
  border-right: none;
}
.blog-tags ul li a {
  font-size: 13px;
  line-height: 26px;
  color: #999999;
  font-family: ;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-tags ul li a:hover {
  color: #595959;
}

/* Blog Post */

.blog-index .post-header h1 {
  padding: 40px 0 10px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #505050;
}
.hs-blog-post .hubspot-editable {
  margin: 10px 0;
}
.hs-blog-post .blog-post-date, .hs-blog-post .blog-post-themes, .hs-blog-post .custom_listing_comments, .hs-blog-post .hs-author-social-section, .hs-blog-post .blog-post-share {
  display: inline-block;
  font-family: 'PT Serif', serif;
  font-style: italic;
  color: #999999;
}
.hs-blog-post .blog-post-date:after, .hs-blog-post .custom_listing_comments:after, .hs-blog-post .blog-post-themes:after {
  content: '/';
  margin: 0 4px;
  display: inline-block;
  font-style: normal;
}
.hs-blog-post .blog-post-themes a {
  color: #999999;
}
.hs-blog-post .sidebar.social-sharing {
  width: auto;
  display: inline-block;
}
.hs-blog-post .social-sharing ul.share-buttons {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hs-blog-post .social-sharing ul.share-buttons li {
  margin: 0;
  padding: 0 3px;
  display: inline-block;
}
.hs-blog-post .social-sharing ul.share-buttons li:nth-child(1) a:after {
  content: "\f082";
  font-size: 16px;
  line-height: 22px;
  color: #999999;
  display: inline-block;
  font-family: 'FontAwesome';
}
.hs-blog-post .social-sharing ul.share-buttons li:nth-child(2) a:after {
  content: "\f099";
  font-size: 16px;
  line-height: 22px;
  color: #999999;
  display: inline-block;
  font-family: 'FontAwesome';
}
.hs-blog-post .social-sharing ul.share-buttons li:nth-child(3) a:after {
  content: "\f0e1";
  font-size: 16px;
  line-height: 22px;
  color: #999999;
  display: inline-block;
  font-family: 'FontAwesome';
}
.hs-blog-post .hs-author-social-section {
  font-style: normal;
}
.hs-blog-post .blog-post-tag {
  padding: 15px 0 50px;
}
.hs-blog-post .blog-post-tag a.tag-link {
  margin: 0;
  padding: 5px 10px;
  font-size: 11px;
  border: 1px solid #999999;
  color: #999999;
  font-weight: 700;
  background: #FFF;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
}
.hs-blog-post .blog-post-tag a.tag-link:last-child {
  margin-right: 14px;
}
.hs-blog-post a.tag-link:hover {
  border-radius: 50px;
}
.hs-blog-post .about-author-sec {
  padding: 40px 38px 25px;
  background: #FFF;
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 7px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 7px rgba(0,0,0,0.1);
  box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.hs-blog-post .about-img {
  margin-top: 5px;
  width: 88px;
  height: 88px;
  display: inline-block;
  float: left;
}
.hs-blog-post .about-text {
  padding: 0 0 0 22px;
  width: calc(100% - 88px);
  display: inline-block;
  float: left;
}
.hs-blog-post .about-text h3 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding: 0 0 5px;
}
.hs-blog-post .about-text h3:after {
  display: none;
}
.blog-right-search .hs-search-field__bar .field > label {
  display: none;
}
.blog-right-search .hs-search-field__bar .input {
  position: relative;
}
.blog-right-search .hs-search-field__bar input {
  background: #FFF;
}
.blog-right-search button {
  margin: 0;
  min-width: auto;
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 0;
  background: transparent;
  color: #999999;
  line-height: 28px;
}
.blog-right-search button svg {
  height: 16px !important;
}
.blog-right-search button:hover {
  color: #595959;
  background: transparent;
  background-color: none;
}
.blog-right-search button:hover svg {
  fill: #595959;
}
.blog-right-search input[type=text] {
  text-transform: none;
  border: 1px solid #505050;
}
.fa-search:before {
  content: "\f002";
}
.blog-right-search .hs-button:after {
  content: "\f002";
  font-size: 16px;
  line-height: 30px;
  font-family: 'FontAwesome';
  display: inline-block;
}
.hs-blog-post .blog-right-tag {
  padding: 50px 0 40px;
}
.blog-right-tag h3, .blog-right-posttag h3 {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #333;
}
.blog-right-tag h3:after, .blog-right-posttag h3:after {
  content: '';
  margin: 10px 0;
  width: 27px;
  height: 3px;
  display: block;
  background: #595959;
}
.blog-right-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.blog-right-box .post-image {
  margin-top: 7px;
  width: 50px;
  height: 50px;
  float: left;
}
.post-tag {
  width: calc(100% - 50px);
  float: left;
  padding-left: 15px;
}
.post-tag .post-title {
  line-height: 1.3;
}
.post-tag .post-title a {
  font-size: 14px;
  line-height: 20px;
  color: #777777;
}
.post-date-box {
  font-size: 13px;
  color: #595959;
}
.blog-right-tag h3, .blog-right-posttag h3 {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-right-tag h3:after, .blog-right-posttag h3:after {
  content: '';
  margin: 10px 0;
  width: 27px;
  height: 3px;
  display: block;
  background: #595959;
}
.blog-right-posttag ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-right-posttag ul li {
  margin: 0;
  padding-left: 15px;
  display: block;
  position: relative;
}
.blog-right-posttag ul li a {
  color: #999999;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.blog-right-posttag ul li a:before {
  content: "\f105";
  display: inline-block;
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  margin: 3px 2px;
  padding: 7px 15px;
  background: #595959;
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
  display: inline-block;
  border: 2px solid transparent;
}

.blog-pagination__link--active,
.blog-pagination__link:hover {
  background: transparent;
  color: #595959;
  border-color: #595959;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #FFF;
  margin: 0 5px;
}

.blog-pagination__link:hover svg {
  fill: #595959;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #595959;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}
.hs-blog-post .related-post {
  margin-top: 48px;
  padding: 35px 0 60px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.hs-blog-post .related-post h4 {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.hs-blog-post .related-post h4:after {
  content: '';
  margin-top: 7px;
  width: 27px;
  height: 3px;
  background: #595959;
  display: block;
}
.hs-blog-post .related-slider {
  margin: 16px -16px 0;
  display: block;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

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

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}
.hs-blog-post .new-comments {
  font-size: 17px;
  line-height: 34px;
  text-align: center;
}

@media (max-width: 991px) {
  .blog-index .post-item {
  }
}
@media (max-width: 768px) {
  .hs-blog-post .blog-left, .hs-blog-post .blog-right {
    width: 100%;
    margin-top: 30px;
  }
  .hs-blog-post .blog-left {
    padding: 0 20px;
  }
}
@media (max-width: 525px) {
  .blog-index .post-item {
  }
}