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



@font-face {
    font-family: 'Beatrice';
    src: url('https://9013363.fs1.hubspotusercontent-na1.net/hubfs/9013363/Demio_February2021/Fonts/Beatrice-Extrabold.woff2') format('woff2'),
        url('https://9013363.fs1.hubspotusercontent-na1.net/hubfs/9013363/Demio_February2021/Fonts/Beatrice-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


h3,h4,h5,h6,h1,h2{  font-family: 'Beatrice',sans-serif !important;   font-weight: bold !important; }

.banner-area-wrapper{ padding: 110px; } 









































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

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

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url('https://9013363.fs1.hubspotusercontent-na1.net/hubfs/9013363/Demio_February2021/Fonts/Font%20Awesome%205%20Free/fa-solid-900.eot') format("embedded-opentype"),
    url(https://9013363.fs1.hubspotusercontent-na1.net/hubfs/9013363/raw_assets/public/Demio_February2021/fonts/Font%20Awesome%205%20Free/fa-solid-900.woff2) format("woff2"),
    url(https://9013363.fs1.hubspotusercontent-na1.net/hubfs/9013363/raw_assets/public/Demio_February2021/fonts/Font%20Awesome%205%20Free/fa-solid-900.woff) format("woff"),
    url(https://9013363.fs1.hubspotusercontent-na1.net/hubfs/9013363/raw_assets/public/Demio_February2021/fonts/Font%20Awesome%205%20Free/fa-solid-900.ttf) format("truetype");
}

@font-face {
    font-family: 'FontAwesome';
    src: url('https://9013363.fs1.hubspotusercontent-na1.net/hubfs/9013363/Demio_February2021/Fonts/FontAwesome/fontawesome-webfont.eot') format('embedded-opentype'),
      url(https://9013363.fs1.hubspotusercontent-na1.net/hubfs/9013363/raw_assets/public/Demio_February2021/fonts/FontAwesome/fontawesome-webfont.woff2) format('woff2'),
      url(https://9013363.fs1.hubspotusercontent-na1.net/hubfs/9013363/raw_assets/public/Demio_February2021/fonts/FontAwesome/fontawesome-webfont.woff) format('woff'),
      url(https://9013363.fs1.hubspotusercontent-na1.net/hubfs/9013363/raw_assets/public/Demio_February2021/fonts/FontAwesome/fontawesome-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal
}


[class*=" w-icon-"],[class^=w-icon-] {
  font-family: webflow-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

html {
  font-size: 16px;
}

body {
  font-family: Lato,sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

p {
  margin-top: 21px;
  margin-bottom: 21px;
}

/* Anchor Links */
a {
  color: #02bf6f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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

h1 {
  font-size: 2.1rem;
  line-height: 50px;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
}

blockquote {
  margin: 0 0 10px;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* :focus {
outline: auto;
outline-color: green;
}

.disable-focus-styles :focus {
outline: none;
} */

/* @media (max-width: 767px) {
html {
font-size: 12.0px
}
}

@media (max-width: 480px) {
html {
font-size: 9.6px
}
} */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #02bf6f;
  border-color: #02bf6f;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none;
  text-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 400;
  min-width:150px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  margin:15px auto;
  white-space: normal;
  text-decoration:none;
}

/* .hs-button:hover, .hs-button:focus {
background-color: #009747;
border-color: #009747;

color: #fff;
}

.hs-button:active {
background-color: #2ae797;
border-color: #2ae797;
}
*/

.hs-form label {
  color: #2c3336;
}
.hs-form-field > label {
  margin-top: 7px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
  font-family: Lato,sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
}

.hs-input,
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  width: 100% !important;
  min-height: 50px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  background-color: #fff;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
.hs-error-msgs {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}

.hs-error-msgs label {
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 14px;
  font-family: Lato;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato,sans-serif;
}
@media(min-width:768px){
  form{
    max-width:767px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* 
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.no-nav .header-group .header__container {
  justify-content: end;
}

.no-nav .header-group {
  padding-top: 38px;
  padding-bottom: 37px;
}
.no-nav .footer-menu-group .hs-menu-wrapper>ul>li {
  margin-right: 8.3%;
}
.no-nav .footer-menu-group .hs-menu-wrapper>ul {
  justify-content: flex-end;
}
@media(max-width:991px){
  .no-nav .header-group {
    padding-top: 15px;
    padding-bottom: 46px;
  }
}


@media screen and (max-width: 767px){
  .no-nav .footer-menu-group .hs-menu-wrapper>ul>li {
    margin: 0;
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.header-group {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  overflow: visible;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
  background-color: #fff;
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.97)),to(hsla(0,0%,100%,.97)));
  background-image: linear-gradient( 180deg ,hsla(0,0%,100%,.97),hsla(0,0%,100%,.97));
  box-shadow: none;
  line-height: 20px;
  font-size: 16px;
}

.header-group .header__container {
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 500;
}

.header-group .header__container:before,.header-group .header__container:after {
  display: block;
  content: "";
  clear: both;
}

.header-logo {
  padding-right: 48px;
  position: relative;
  float: left;
  text-decoration: none;
}

.header-logo .hs_cos_wrapper_type_logo {
  display: block;
}

.header-logo a {
  display: inline-block;
}

.header-logo a img {
  border: 0;
  max-width: 136px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 30px;
  width: 100% !important;
}

.custom-menu-primary {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  float: right;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative;
  display: block;
  padding-right: 35px;
  padding-left: 15px;
  color: #6b6b6b;
  font-weight: 400;
  vertical-align: top;
  text-decoration: none;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
  position: absolute;
  background: #ddd;
  display: none;
  background-color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children) > a {
  padding: 20px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #6b6b6b;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.header__container {
  margin: 0 auto;
}

.main-header-group {
  min-height: 105px;
}

.header-link .hs_cos_wrapper_type_rich_text {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-link a:first-child {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.header-link a:last-child {
  padding: 13px 20px;
  float: right;
  margin-top: 15px;
  margin-right: 30px;
  margin-bottom: 15px;
  border-style: none;
  border-radius: 8px;
  background-color: #02bf6f;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px solid #000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
}
.custom-menu-primary .hs_cos_wrapper {
  width: 100%;
}

.nav-bar-divider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.child-trigger {
  margin-right: 15px;
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  margin: auto 20px auto auto;
  width: 1em;
  height: 1em;
  display: block;
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "\e603";
}

.custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children > a {
  cursor: pointer;
  display: block;
  color: #6b6b6b;
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children {
  padding-right: 35px;
  padding-left: 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
  border-radius: 8px;
  box-shadow: 1px 17px 48px -1px rgb(0 0 0 / 18%);
  padding: 30px 12px;
  top: 100%;
  min-width: 740px;
  width: auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul > li {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul:before,
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul:after {
  display: block;
  content: "";
  clear: both;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul > li .child-trigger {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul > li > ul > li > a {
  width: 100%;
  border-radius: 8px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none;
  max-width: 100%;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper .drop-down-container {
  padding: 10px 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper .drop-down-container .drop-down-text {
  display: block;
  padding: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #2c3336;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper .drop-down-container .drop-down-text span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 20px;
  text-align: left;
  font-weight: 400;
  text-decoration: none;
  color: #6b6b6b;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
  left: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>ul>li>a:hover {
  border-left: 3px solid #02bf6f;
  background-color: #fff;
  box-shadow: 6px 6px 20px -2px rgb(0 0 0 / 11%);
}
.custom-menu-primary .hs-menu-wrapper .drop-down-container .drop-down-text span {
  white-space: normal;
}
.w-nav-overlay {
  display: none;
}
.header-group {
  z-index: 500;
}
@media(min-width:992px){
  .custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children:hover>ul {
    display: block;
  }
}
@media(max-width:1380px){
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(5)>ul {
    right: -60px;
    left: auto;
  }
}
@media(max-width:991px){
  .main-header-group {
    min-height: 91px;
  }
  .custom-menu-primary.desktop {
    display: none;
  }

  .header-logo {
    position: relative;
    left: 0;
    top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-group .header__container {
    display: block;
    overflow: visible;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .mobile-trigger {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    margin-right: 28px;
    float: right;
    padding: 18px;
    font-size: 24px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .mobile-trigger > .w-icon-nav-menu {
    background-color: transparent;
    color: #000;
  }

  .w-icon-nav-menu:before {
    content: "\e602";
  }

  .w-nav-overlay .custom-menu-primary.desktop {
    transform: translateY(-100%);
    transition: all 1000ms ease-in-out 0s;
    overflow: auto;
    height: 100vh;
    padding-bottom: 140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    display: block;
  }

  .mobile-open .w-nav-overlay {
    display: none;
  }

  .w-nav-overlay .custom-menu-primary.desktop {
    float: none;
  }

  .mobile-open .w-nav-overlay .custom-menu-primary.desktop {
    transform: translateY(0px);
  }

  .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 1000ms ease-in-out 0s;
    height: 0;
  }

  .mobile-open .w-nav-overlay {
    display: block;
    height: 100vh;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
    display: block;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(.hs-item-has-children)>a {
    position: relative;
    padding-left: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    display: none;
    position: static;
    box-shadow: unset;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    padding: 20px;
    padding-right: 35px;
    padding-left: 30px;
    width: calc(100% - 55px);
    float: left;
  }

  .child-trigger {
    display: inline-block;
    width: 55px;
    position: relative;
    float: right;
    margin: 0;
    text-align: center;
    padding: 20px 0;
    height: 60px;
    right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:before,
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    display: block;
    content: "";
    clear: both;
  }

  .header-link .hs_cos_wrapper_type_rich_text {
    display: block;
  }

  .header-link a {
    display: block;
  }

  .header-link .hs_cos_wrapper_type_rich_text a {
    display: block;
    position: relative;
    padding-left: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header-link .hs_cos_wrapper_type_rich_text a:last-child {
    position: static;
    right: 146px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
    padding-left: 20px;
  }

  .child-trigger:before {
    position: relative;
    right: -5px;
    top: 2px;
  }
  .child-trigger {
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    padding: 0;
  }
  .header-link .hs_cos_wrapper_type_rich_text:before,.header-link .hs_cos_wrapper_type_rich_text:after {
    display: block;
    content: "";
    clear: both;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    overflow: visible !important;
  }
}

@media screen and (max-width: 767px){
  .header-logo {
    padding-left: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    min-width: unset;
  }
  .custom-menu-primary .hs-menu-wrapper .drop-down-container .drop-down-text span {
    white-space: break-spaces;
  }
}
@media(max-width:330px){
  .mobile-trigger {
    margin-right: 15px;
  }                                                                                  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer-social-icons .hs_cos_wrapper_type_rich_text {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  display: block;
  font-size: 0;
}

.footer-social-icons a {
  margin-right: 8px;
  margin-left: 8px;
  max-width: 100%;
  display: inline-block;
  height: auto;
}

.footer-social-icons a img {
  width: 24px;
  height: 24px;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

footer.footer {
  line-height: 20px;
}
.footer-social-icons a img:hover {
  opacity: .8;
}
.footer-menu-group ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu-group .hs-menu-wrapper > ul {
  position: static;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.footer-menu-group .hs-menu-wrapper > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-menu-group .hs-menu-wrapper > ul > li > a {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #585858;
  line-height: 24px;
  margin-top: 10px;
  pointer-events: none;
  cursor: text;
}

.footer-menu-group .hs-menu-wrapper > ul ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-menu-group .hs-menu-wrapper > ul ul li {
  padding: 6px 2px;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 30px;
}

.footer-menu-group .hs-menu-wrapper > ul ul li > a {
  color: #3b3b3b;
  font-weight: 300;
  text-decoration: none;
}



@media screen and (max-width: 991px){
  .footer-menu-group .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 767px){
  .footer-menu-group .hs-menu-wrapper>ul>li {
    width: 50%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */
.content-wrapper {
  margin: 0 auto;
}
div#searchOverlay {
  display: none;
}

.hs-blog-listing .blog-site-content, 
.hs-blog-listing .blog-site-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
}

.blog-navigation--wrapper {
  margin-bottom: 60px;
  background-color: #f2f5f9;
}

.hs-blog-listing .content-wrapper {
  margin: auto;
  max-width: 1200px;
  padding: 0 15px;
}

/*======================================================= Blog Listing style ========================================================================*/

.blog-cat-list__navigation .fas {
  position: relative;
  top: 2px;
  margin-left: 14px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.blog-cat-list {
  position: relative;
}

.blog-cat-list a {
  display: inline-block;
  margin: 13px 17px;
  color: #848d92;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: .2s color;
}

.blog-cat-list ul li:first-child > a {
  margin-left: 0;
}

.blog-cat-list a:hover {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.post-search {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.post-search::before {
  background: linear-gradient(90deg,rgba(255,255,255,0),#f2f5f9 40%);
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.post-search button {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  background: none;
  width: 22px;
  min-width: auto;
  height: 22px;
  color: #d5d9db;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: normal;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

.blog-navigation--wrapper .content-wrapper {
  position: relative;
}

.fa-search:before {
  content: "\f002";
}

.hs-blog-listing .header-link a:last-child,
.hs-blog-post .header-link a:last-child{
  text-transform: capitalize;
}

.hs-blog-listing .header-logo a img,
.hs-blog-post .header-logo a img{
  display: block;
  height: 28px;
}
.hs-blog-listing .header-logo,
.hs-blog-post .header-logo{
  top: 2px;
}
.blog-cat-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.blog-cat-list ul li.active > a {
  color: #000000;
}
.recent-post-item .latest-post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 45px;
  position: relative;
  border: 1px solid #ebedef;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 0 rgb(0 0 0 / 0%);
  -webkit-transition: all .125s ease;
  -moz-transition: all .125s ease;
  -ms-transition: all .125s ease;
  -o-transition: all .125s ease;
  transition: all .125s ease;
}

.recent-post-item .blog-post-thb-container {
  padding: 0 0 0 15px;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  position: relative;
}

.recent-post-item .blog-post-info {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  min-height: 1px;
  padding: 15px;
  position: relative;
}

.recent-post-item  .blog-post-bg {
  background-size: cover;
  border-radius: 0 5px 5px 0;
  height: 100%;
  position: relative;
  background: center no-repeat;
}

.recent-post-item .blog-post-bg .blog-post-thb__overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*   background-color: #000; */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  opacity: 0;
  -webkit-transition: all .125s ease-in;
  -moz-transition: all .125s ease-in;
  -ms-transition: all .125s ease-in;
  -o-transition: all .125s ease-in;
  transition: all .125s ease-in;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
}

.recent-post-item .blog-post-thb__eye {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .125s ease-in;
  -moz-transition: all .125s ease-in;
  -ms-transition: all .125s ease-in;
  -o-transition: all .125s ease-in;
  transition: all .125s ease-in;
}

.recent-post-item .blog-post-thb__eye i {
  margin-right: 10px;
}

.recent-post-item > a:hover .blog-post-thb__eye {
  text-decoration: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.recent-post-item > a:hover .blog-post-thb__overlay {
  opacity: 0.75;
}
.fa-eye:before {
  content: "\f06e";
}
.recent-post-item .latest-post:hover {
  box-shadow: 0 10px 15px rgb(0 0 0 / 6%);
  text-decoration: none;
}

.recent-post-item .blog-post-content {
  padding: 32px 35px 35px 35px;
}

.recent-post-item .blog-post-content .entry-header {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}

.recent-post-item .entry-header .blog-post-title {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.37;
  letter-spacing: 0.88px;
  color: #313131;
}

.recent-post-item .entry-content {
  margin-bottom: 9px;
  font-size: 17px;
  color: #5d6366;
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: 0.34px;
}
.recent-post-item .blog-post-category {
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.44px;
}

.recent-post-item .blog-post-category span {
  text-decoration: none;
  padding: 7px 14px 7px 12px;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-item .blog-post_standard:hover .blog-feature-img  .blog-post_overlay {
  opacity: 0.75;
}
.blog-item .blog-post_standard:hover .blog-feature-img .blog-post-thb__eye {
  text-decoration: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.blog-migrations .blog-post-category span {
  background: #f9f3ea;
  color: #e88361;
}
.blog-migrations .blog-post-thb__overlay,
.blog-migrations .blog-post_overlay{
  background: #e88361;
}

.webinar-strategies .blog-post_overlay,
.webinar-strategies .blog-post-thb__overlay{
  background: #d14949;
}
.webinar-strategies .blog-post-category span {
  background: #f9eded;
  color: #d14949;
}

.product .blog-post_overlay,
.product .blog-post-thb__overlay{
  background: #2bbf81;
}
.product .blog-post-info .blog-post-category span {
  background: #eaf9f2;
  color: #2bbf81;
}

.saas-breakthrough .blog-post-thb__overlay,
.saas-breakthrough .blog-post_overlay {
  background: #e88361;
}
.saas-breakthrough .blog-post-category span {
  background: #f9f3ea;
  color: #e88361;
}

.growth .blog-post-info .blog-post-category span {
  background: #f7f4ff;
  color: #6666d6;
}
.growth .blog-post_overlay,
.growth .blog-post-thb__overlay{
  background: #6666d6;
}

.podcast .blog-post_overlay,
.podcast .blog-post-thb__overlay{
  background: #d14949;
}
.podcast .blog-post-info .blog-post-category span{
  background: #f9eded;
  color: #d14949;
}

.tag-post-body .latest-post-container {
  display: none;
}

.archives-header {
  padding: 54px 30px 57px;
  margin-bottom: 45px;
  background-color: #2c3336;
  text-align: center;
  text-transform: capitalize;
}

.archive-page-title {
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.029em;
}
.tag-post-body .blog-navigation--wrapper {
  margin: 0;
}

.hs-growth-banner {
  background: #6666d6;
}
.hs-webinar-strategies-banner {
  background: #d14949;
}
.hs-product-banner{
  background: #2bbf81;
}
.hs-podcast-banner{
  background: #d14949;
}

.blog-cat-list__navigation > a {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.blog-cat-list__navigation > a:hover {
  text-decoration: none;
  color: #000000;
}


/*=====================================================================*/
.fade-in-fwd {
  -webkit-animation: fade-in-fwd 0.1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in-fwd 0.1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.search-overlay {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow-y: auto;
  position: fixed;
  right: 0;
  padding-top: 120px;
  -webkit-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  -ms-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  top: 0;
  z-index: 8001;
}
.close-overlay {
  position: absolute;
  right: 30px;
  top: 30px;
  width: auto;
  min-width: auto;
  height: auto;
  display: block;
  color: #d5d9db;
  font-size: 24px;
  font-weight: 400;
  background: none;
  border: none;
  line-height: 1;
  padding: 0 2px;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.search-overlay .content-wrapper {
  max-width: 1000px;
}

.search-field {
  position: relative;
  margin-bottom: 58px;
}

.search-field .hs-search-field form {
  box-shadow: unset;
  padding: 0;
  border-radius: 0;
  margin: 0;
  max-width: 100%;
}

.search-field .hs-search-field form .hs-search-field__input {
  height: 60px;
  border-radius: 5px;
  border: 1px solid #eff2f4;
  background-color: #ffffff;
  color: #a2a8ab;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  padding: 20px 45px 20px 20px;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  font-family: 'Lato', serif;
}
.close-overlay {
  cursor: pointer;
  outline: 0;
}

.close-overlay:hover {
  background: none;
  color: #000;
  -webkit-transition: .2s color;
  -moz-transition: .2s color;
  -ms-transition: .2s color;
  -o-transition: .2s color;
  transition: .2s color;
}
.post-search button{
  outline: 0;
}
.search-field .hs-search-field form .hs-search-field__input:focus {
  outline: 0;
}

.search-field .hs-search-field form .hs-search-field__input::placeholder {
  color: rgba(51, 51, 51, 0.7);
  opacity: 1;
}
.search-field .hs-search-field form input[type="submit"] {
  display: none;
}

.search-field .hs-search-field form i {
  position: absolute;
  top: 19px;
  right: 20px;
  color: #d5d9db;
  font-size: 22px;
}
.search-field .hs-search-field form .hs-search-field__input {
  margin-bottom: 0;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}
.blog-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blog-item {
  float: left;
  min-height: 1px;
  padding: 15px;
  position: relative;
}

.blog-item .blog-post_standard {
  position: relative;
  display: block;
  border: 1px solid #ebedef;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 0 rgb(0 0 0 / 0%);
  -webkit-transition: all .125s ease;
  -moz-transition: all .125s ease;
  -ms-transition: all .125s ease;
  -o-transition: all .125s ease;
  transition: all .125s ease;
}

.blog-item .blog-feature-img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  background: center no-repeat;
  background-size: cover;
  height: 236px;
}

.blog-item .blog-feature-img .blog-post_overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  opacity: 0;
  -webkit-transition: all .125s ease-in;
  -moz-transition: all .125s ease-in;
  -ms-transition: all .125s ease-in;
  -o-transition: all .125s ease-in;
  transition: all .125s ease-in;
}

.blog-item .blog-feature-img .blog-post-thb__eye {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .125s ease-in;
  -moz-transition: all .125s ease-in;
  -ms-transition: all .125s ease-in;
  -o-transition: all .125s ease-in;
  transition: all .125s ease-in;
}

.blog-item .blog-feature-img i {
  margin-right: 10px;
}

.blog-item .blog-post-info {
  padding: 20px 19px 18px 19px;
}

.blog-item .blog-post-info .entry-header {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 10px;
}

.blog-item .blog-post-info .blog-post-category {
  margin-bottom: 10px;
  color: #949b9f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.44px;
}

.blog-item .blog-post-info .blog-post-category span {
  padding: 7px 14px 7px 12px;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-item .blog-post-info .blog-post-title {
  color: #313131;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.37;
  letter-spacing: 0.88px;
  margin: 0;
}

.blog-item .blog-post-info .entry-content {
  margin-bottom: 20px;
  color: #5d6366;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: 0.34px;
}

.blog-item .blog-post_standard:hover {
  text-decoration: none;
}

.blog-item .blog-post-info .entry-content p {
  padding-bottom: 1em;
}
.blog-item .blog-post-info .entry-content p {
  margin-top: 0;
}
.blog-post-meta__author {
  color: #313131;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.52px;
}

.blog-post-meta__avatar {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-post-meta__avatar img {
  margin-right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.blog-item .blog-post_standard:hover {
  box-shadow: 0 10px 15px rgb(0 0 0 / 6%);
  text-decoration: none;
}
.hs-subscribe-container {
  float: left;
  min-height: 1px;
  padding: 15px;
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  width: 100%;
}

.blog-listing {
  margin-left: -15px;
  margin-right: -15px;
}

.category-hs-subscribe {
  text-align: center;
  background-color: #f0f4f8;
  border: 1px solid #e1e6eb;
  border-radius: 5px;
  padding: 48px 30px 61px;
}

.ch-subscribe__inner {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.ch-subscribe__inner .ch-subscribe__title {
  font-weight: 700;
  color: #2c3336;
  font-size: 26px;
  letter-spacing: 0.02em;
}

.ch-subscribe__inner .ch-subscribe__text {
  font-size: 17px;
  color: #484b4d;
}

.ch-subscribe__inner .ch-subscribe__text p {
  margin: 19px 0 26px;
  color: #484b4d;
  line-height: 1.3;
  letter-spacing: .0234em;
  font-size: 17px;
  font-weight: 400;
}

.hs-subscribe-container .widget-type-form {
  padding: 0;
  margin: 0;
  box-shadow: unset;
  background: transparent;
}

.hs-subscribe-container form {
  margin-top: 53px;
  display: flex;
  width: 100%;
}

.hs-subscribe-container form fieldset {
  max-width: 100%;
}

.hs-subscribe-container form .hs-form-field {
  max-width: 272px;
  width: 100%;
  margin: 0 !important;
  margin-right: 13px !important;
}

.hs-subscribe-container form .hs-form-field > label {
  margin: 0;
  display: none;
}
.hs-subscribe-container form .hs_error_rollup{
  display: none;
}
.hs-subscribe-container form .hs-form-field {
  width: 100% !important;
}

.hs-subscribe-container form .hs-form-field .input {
  margin-right: 0!important;
}
.hs-subscribe-container form .hs-form-field .hs-input {
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  border: none;
  font-size: 15px;
  padding: 16px 21px;
  border-radius: 5px;
  color: #949a9e;
  font-weight: 400;
  letter-spacing: 0.02em;
  background: #ffffff;
  height: 50px;
}
.hs-subscribe-container form .hs-button {
  margin: 0;
  min-width: unset;
  min-width: 147px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  background-color: #2c3336;
  letter-spacing: 0.3px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  padding: 0.7917em 1.5em;
  line-height: normal;
  margin: 0;
  vertical-align: baseline;
}

.hs-subscribe-container form fieldset {
  width: calc(100% - 147px);
}

.hs-subscribe-container form .hs-submit {
  width: auto;
  display: inline-block;
  float: left;
  position: relative;
  left: -3px;
}

.hs-subscribe-container form .hs-form-field:last-child {
  margin-right: 0px !important;
}
.hs-subscribe-container form .hs-button:hover {
  background-image: unset;
}
.form_description {
  margin-top: 20px;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  color: #484b4d;
  width: 100%;
  letter-spacing: 1px;
  line-height: 1.6;
}
.blog-pagination {
  margin: 45px 0 75px;
  text-align: center;
}

.blog-pagination .page-numbers {
  border-radius: 4px;
  color: #16b56b;
  display: inline-block;
  font-size: 15px;
  font-family: tahoma, sans-serif;
  height: 30px;
  line-height: 30px;
  margin: 8px 5px;
  padding: 0 12px;
  transition: .2s;
  vertical-align: middle;
}

.blog-pagination .prev {
  margin-left: 0;
  margin-right: 40px;
}

.blog-pagination .prev,.blog-pagination .next {
  border: 2px solid #16b56b;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 26px;
  margin-left: 40px;
  padding: 0;
  text-transform: uppercase;
  width: 105px;
}

.blog-pagination .page-numbers.prev:hover, 
.blog-pagination .page-numbers.next:hover {
  background: #16b56b;
  color: #fff;
}

.blog-pagination .page-numbers:hover {
  background: rgba(22,181,107,.1);
  text-decoration: none;
}

.blog-pagination .page-numbers.current {
  background: #16b56b;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.recent-post-item .entry-content p {
  margin: 0;
}
.blog-footer-wrapper .footer-menu-group .hs-menu-wrapper>ul {
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-footer-wrapper {
  box-shadow: inset 0 1px 0 #f1f2f3;
}
.blog-section-wrapper {
  padding-bottom: 30px;
}
.hs-subscribe-container form .hs-error-msgs label{
  color: red !important;
}
@-webkit-keyframes fade-in-fwd {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 767px){
  .blog-cat-list__navigation {
    display: none;
  }
}
@media (min-width: 768px){
  .recent-post-item .blog-post-thb-container{
    width: 58.33333333%;
  }
  .recent-post-item .blog-post-info{
    width: 41.66666667%;  
  }
  .blog-item{
    width: 33.33333333%;
  }
  .blog-cat-list {
    display: block !important;
  }
}
@media (max-width: 1200px){
  .blog-navigation--wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-area-wrapper .content-wrapper {
    padding: 0 30px;
  }
  .blog-area-wrapper .content-wrapper {
    padding: 0 30px;
  }
}
@media(max-width:991px){
  .hs-blog-listing .header-logo,
  .hs-blog-post .header-logo{
    top: 0;
    padding: 16px 0;
  }

  .blog-site-content {
    margin-top: 5px;
  }

  .hs-blog-listing .header-group {
    border: 0;
  }
  .blog-navigation--wrapper .content-wrapper {
    padding: 0 15px;
  }
  div#searchOverlay .content-wrapper {
    padding: 0 15px;
  }
}


@media screen and (max-width: 850px){
  .hs-subscribe-container form .hs-form-field {
    max-width: 100% !important;
    margin-bottom: 30px !important;
  }

  .hs-subscribe-container form fieldset {
    width: 100%;
  }

  .hs-subscribe-container form {
    display: table;
  }

  .hs-subscribe-container form .hs-submit {
    width: 100%;
    display: block;
    left: 0;
  }

  .hs-subscribe-container form .hs-button {
    min-width: unset;
    width: 100%;
  }
}

@media(max-width:767px){
  .blog-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .latest-post-container {
    padding-left: 9px;
    padding-right: 9px;
  }
  .hs-blog-listing .header-logo a img,
  .hs-blog-post .header-logo a img{
    margin-left: 0;
  }
  .post-search::before {
    background: transparent !important;
  }
  .hs-blog-listing .header-logo,
  .hs-blog-post .header-logo{
    margin-left: 10px;
    margin-right: 18px;
    padding-left: 30px;
  }

  .hs-blog-listing .header-group,
  .hs-blog-post .header-group{
    padding-bottom: 0;
  }

  .hs-blog-listing .blog-site-content, 
  .hs-blog-post .blog-site-content {
    margin: 0;
  }
  .blog-navigation--wrapper {
    padding: 26px 30px 27px;
  }

  .link-caret-down {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    cursor: pointer;
  }

  .blog-cat-list__navigation .fas {
    position: relative;
    top: 2px;
    margin-left: 14px;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
  }
  .blog-cat-list {
    padding: 0;
  }

  .blog-cat-list ul {
    padding-top: 30px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .blog-cat-list ul li {
    width: 100%;
    margin: 13px 17px 0px;
    margin-left: -17px;
  }

  .blog-cat-list a {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    margin: 0;
    padding-left: 17px;
  }

  .blog-cat-list ul li:last-child {
    margin-bottom: 17px;
  }
  .blog-cat-list__navigation.slide-open .fas {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate( -180deg);
  }

  .post-search button {
    top: 13px;
  }
  .fa-angle-down:before {
    content: "\f107";
  }

  .blog-cat-list {
    display: none;
    margin-top: 0;
    padding-top: 30px;
  }

  .post-search {
    right: 2px;
  }
  .recent-post-item .latest-post {
    display: block;
    margin-bottom: 15px;
  }

  .recent-post-item .blog-post-thb-container {
    display: block;
    float: none;
    font-size: 14px;
    width: 100% !important;
    padding: 0;
  }

  .recent-post-item .blog-post-bg {
    border-radius: 5px 5px 0 0;
    height: 250px;
    background-position: top;
    width: 100%;
  }

  .recent-post-item .blog-post-info {
    display: block;
    float: none;
    font-size: 14px;
    width: 100%;
  }

  .recent-post-item .blog-post-content {
    padding: 23px 24px 12px 24px;
  }

  .recent-post-item .entry-header .blog-post-title {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .recent-post-item .entry-content {
    font-size: 14px;
    line-height: 1.41;
  }

  .recent-post-item .blog-post-content .entry-header {
    margin: 0;
  }

  .recent-post-item .entry-content p {
    margin: 0;
  }
  .blog-item .blog-post-info {
    display: block;
    float: none;
    font-size: 14px;
    padding: 38px 40px 21px;
  }

  .blog-item .blog-post-info .entry-content {
    font-size: 14px;
    line-height: 1.41;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 8;
  }

  .blog-item .blog-post-info .entry-content p {
    padding-bottom: 0;
  }

  .blog-item .blog-post-info .blog-post-title {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .blog-post-meta__avatar img {
    width: 50px;
    height: 50px;
  }
  .blog-cat-list {
    padding: 0 !important;
  }
}


@media (max-width: 480px){
  .blog-area-wrapper {
    padding: 0 15px;
  }
  .latest-post-container {
    padding: 0;
  }
  .blog-area-wrapper .content-wrapper {
    padding: 0;
  }
  .blog-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .recent-post-item .blog-post-content {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-item .blog-post-info {
    padding: 20px 18px 20px;
  }

}

/*==================================================================== Blog Post Style ============================================================================*/

.blog-post-site-content {
  padding-top: 7px;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.6;
}

.breadcrumbs-section {
  padding: 10px 10px;
  margin-top: 20px;
}

.breadcrumbs-container {
  width: 100%;
  max-width: 805px;
  padding: 0 20px;
  margin: 0 auto;
  display: table;
}
.breadcrumbs__logo {
  display: none;
  float: left;
  padding: 0 10px 0 10px;
  margin-right: 50px;
}
#breadcrumbs {
  color: #02bf6f;
  font-size: 15px;
  margin: 0;
  padding: 10px 0;
  display: table-cell;
  vertical-align: middle;
}
#breadcrumbs li {
  display: inline-block;
}
.post-meta a, #breadcrumbs a{
  transition: .2s color;
  color: #02bf6f;
  text-decoration: none;

}
#breadcrumbs .separator {
  margin: 0 7px;
  color: #616b79;
  font-size: 16px;
}

.fa {
  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;
}
.fa-angle-right:before {
  content: "\f105";
}
#breadcrumbs li:nth-last-child(2),#breadcrumbs .item-current{
  display: none;
}
#breadcrumbs .bread-current {
  color: #616b79;
}
.breadcrumbs-container .post-search {
  display: none;
  right: 17px;
}
.scroll-line {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  background-color: #00b355;
  display: none;
  width:100%;
}
.is-fixed .scroll-line {
  display: block;
}
.blog-post-site-content .content-wrapper {
  color: #333539;
  font-size: 20px;
  line-height: 1.3;
  margin: 2px auto;
  max-width: 810px;
  padding: 0 20px;
}
.post-title {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 28px;
  line-height: 1.38;
  letter-spacing: 0.04em;
}
.post-meta {
  color: #868e9a;
  font-size: 14px;
  line-height: 1.8;
}
.post-meta > div {
  margin-left: 42px;
}
.author-avatar {
  cursor: pointer;
  margin-left: 0 !important;
}

.author-avatar img {
  pointer-events: none;
  max-width: 100%;
  vertical-align: middle;
  border-radius: 16px;
  float: left;
  height: 32px;
  width: 32px;
  cursor: zoom-in;
}

.post-thb {
  margin-top: 30px;
  text-align: center;
}
.post-thb img {
  min-width: 200px;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.blog-post__body {
  line-height: 1.6;
  margin: 50px 0;
}

.blog-post__body p {
  font-size: inherit;
  margin: 30px 0;
  color: #333539;
}

.blog-post-site-content .post-author {
  color: #333539;
  font-size: 21px;
  line-height: 1.6;
  margin: 50px auto;
  max-width: 830px;
  padding: 0 30px;
}

.post-author .pa-title {
  position: relative;
  text-align: center;
}

.post-author .pa-title span {
  background: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: 800;
  padding: 0 35px 25px;
  position: relative;
  z-index: 2;
}

.post-author .pa-title:after {
  background: #e9eef4;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 15px;
  width: 100%;
}

.post-author .post-meta > a {
  pointer-events: none;
}

.post-author .post-meta img {
  border-radius: 35px;
  height: 70px;
  width: 70px;
  max-width: 100%;
  vertical-align: middle;
  float: left;
}

.post-author .post-meta > div {
  margin-left: 100px;
}

.blog-comments .actions {
  text-align: center;
}
.related-posts {
  margin: 105px 0 58px;
}

.related-posts__hr {
  width: 100%;
  max-width: 968px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background-color: #f1f2f3;
}

.related-posts__header {
  text-align: center;
  margin: 50px 6px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0px;
}

.blog-post-site-content .related-posts .content-wrapper {
  height: inherit;
  margin: auto;
  max-width: 1200px;
  padding: 0 15px;
}

.related-posts-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.related-posts-wrapper .related-post-item {
  float: left;
  min-height: 1px;
  padding: 15px;
  position: relative;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.related-posts-wrapper .related-post-item  > a {
  height: 100%;
  position: relative;
  display: block;
  border: 1px solid #ebedef;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 0 rgb(0 0 0 / 0%);
  -webkit-transition: all .125s ease;
  -moz-transition: all .125s ease;
  -ms-transition: all .125s ease;
  -o-transition: all .125s ease;
  transition: all .125s ease;
}

.related-posts-wrapper .related-post-item .blog-post-thb {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  background: center no-repeat;
  background-size: cover;
  height: 236px;
}

.related-post-item .blog-post-thb__overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2bbf81;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  opacity: 0;
  -webkit-transition: all .125s ease-in;
  -moz-transition: all .125s ease-in;
  -ms-transition: all .125s ease-in;
  -o-transition: all .125s ease-in;
  transition: all .125s ease-in;
}

.related-posts-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.related-post-item .blog-post-thb__eye {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .125s ease-in;
  -moz-transition: all .125s ease-in;
  -ms-transition: all .125s ease-in;
  -o-transition: all .125s ease-in;
  transition: all .125s ease-in;
}

.related-post-item .blog-post-content {
  padding: 20px 19px 18px 19px;
}

.related-post-item .blog-post-content .entry-header {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 10px;
}

.related-post-item .blog-post-content .blog-post-title {
  color: #313131;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.37;
  letter-spacing: 0.88px;
}

.related-post-item .entry-content {
  margin-bottom: 20px;
  color: #5d6366;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: 0.34px;
  padding-bottom: 1em;
}

.related-post-item .entry-content p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #5d6366;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: 0.34px;
}

.related-post-item .blog-post-meta {
  color: #313131;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.52px;
}

.related-posts-wrapper .related-post-item > a:hover {
  box-shadow: 0 10px 15px rgb(0 0 0 / 6%);
  text-decoration: none;
}

.related-posts-wrapper .related-post-item > a:hover .blog-post-thb__overlay {
  opacity: 0.75;
}

.related-posts-wrapper .related-post-item > a:hover  span.blog-post-thb__eye {
  text-decoration: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}
.blog-post-thb__eye .fas {
  margin-right: 10px;
}
.pre-footer {
  padding-top: 130px;
  padding-bottom: 130px;
  text-align: center;
  background-color: #fcf3d3;
  background-image: -webkit-linear-gradient( 0deg ,#fff8e1,#ffe9db);
  background-image: linear-gradient( 90deg , #fff8e1,#ffe9db);
}

.blog-post-site-content .pre-footer .content-wrapper {
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}

.pre-footer__title {
  color: #2c3336;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0;
  word-spacing: 0;
}

.pre-footer__links {
  padding-top: 25px;
}

.pre-footer__links--btn {
  display: inline-block;
  margin-right: 0;
  border-radius: 8px;
  padding: 18px 27px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  background-color: #2c3336;
  transition: .3s all ease-in-out;
}

.pre-footer__links--btn:hover {
  color: #fff !important;
  background-image: linear-gradient(180deg,hsla(0,0%,100%,.13),hsla(0,0%,100%,.13));
  box-shadow: none;
  text-decoration: none;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
.hs-blog-post .header-group {
  position: relative;
}
.breadcrumbs-container.is-fixed {
  animation-duration: .35s;
  animation-name: NavSlideIn;
  animation-timing-function: cubic-bezier(.165,.84,.44,1);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  z-index: 100;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0 1px 0 #ebeef2;
}

.breadcrumbs-container.is-fixed .breadcrumbs__logo, .breadcrumbs-container.is-fixed .post-search {
  display: block;
}

.breadcrumbs__logo img {
  display: block;
  height: 28px;
  width: auto;
}

.breadcrumbs-container.is-fixed #breadcrumbs {
  float: left;
  margin: 0;
  padding: 10px 0;
  display: table-cell;
}

.is-fixed #breadcrumbs .item-current, .is-fixed #breadcrumbs li:nth-last-child(2) {
  display: inline-block;
}

.breadcrumbs-container .post-search::before {
  background: linear-gradient(90deg,rgba(255,255,255,0),#ffffff 40%);
}

.post-search::before {
  background: linear-gradient(90deg,rgba(255,255,255,0),#f2f5f9 40%);
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.post-meta .p-author {
  color: #02bf6f;
}
#share {
  left: 50%;
  margin-left: -500px;
  position: fixed;
  top: 223px;
  width: 40px;
  z-index: 5;
}
#share a {
  background: #02bf6f;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: .15s;
  width: 40px;
}
#share i {
  font-size: 20px;
  height: 40px;
  line-height: 42px;
  margin-bottom: 10px;
  left: 0;
  position: absolute;
  top: 0;
  transition: .15s;
  width: 40px;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
#share i.fa-share {
  font-size: 16px;
  top: -40px;
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f0e1";
}
#share a.facebook:hover {
  background: #3b5998;
}
#share a.twitter:hover {
  background: #1da1f2;
}
#share a.linkedin:hover {
  background: #0077b5;
}
#share a:hover .fa {
  margin-top: 40px;
}




@keyframes NavSlideIn {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (min-width: 768px){
  .related-posts-wrapper .related-post-item{
    width: 33.33333333%;
  }
}

@media (max-width: 1200px){
  #share {
    bottom: 0;
    display: block !important;
    left: 0;
    margin: 0;
    position: fixed !important;
    top: auto !important;
    width: 100%;
  }
  #share a.facebook {
    background: #3b5998;
  }
  #share a {
    float: left;
    margin: 0;
    width: 33.33333%;
  }
  #share a.twitter {
    background: #1da1f2;
  }
  #share a.linkedin {
    background: #0077b5;
  }
  #share a {
    float: left;
    margin: 0;
    width: 33.33333%;
  }
  #share i {
    width: 100%;
  }                                                                                                               
}

@media(max-width:991px){
  .hs-blog-post .header-group {
    padding-bottom: 11px;
  }
}

@media (max-width: 767px){
  .breadcrumbs-container.is-fixed {
    height: 3px;
    padding: 0;
    min-height: 3px;
    box-shadow: none;
  }
  .breadcrumbs-container.is-fixed .breadcrumbs__logo, 
  .breadcrumbs-container.is-fixed #breadcrumbs,
  .breadcrumbs-container.is-fixed .post-search {
    display: none;
  }
  .scroll-line {
    height: 4px;
  }
  .blog-post-site-content .post-area {
    font-size: 16px;
  }

  .related-posts-wrapper .related-post-item {
    padding-left: 24px;
    padding-right: 24px;
    float: none;
  }

  .related-posts-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .related-posts-wrapper .related-post-item>a {
    padding-bottom: 0;
  }

  .related-posts-wrapper .related-post-item .blog-post-thb {
    height: 250px;
    background-position: top;
    display: block;
    float: none;
    font-size: 14px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .related-post-item .blog-post-content {
    display: block;
    float: none;
    font-size: 14px;
    width: 100%;
    padding: 38px 40px 21px;
  }

  .related-post-item .blog-post-content .blog-post-title {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .related-post-item .entry-content {
    font-size: 14px;
    line-height: 1.41;
  }

  .related-post-item .entry-content p {
    font-size: 14px;
    line-height: 1.41;
  }

  .related-post-item .blog-post-meta {
    font-size: 14px;
  }
  .post-title {
    font-size: 28px;
  }
}

@media(max-width:480px){
  .hs-recaptcha {
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width:100%;
  background-color:transparent;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size:14px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.form-container .hs-form-field>label {
  display: inline-block;
}
.subscription-preferences form {
  max-width: 100%;
}
@media(max-width:767px){
  .systems-page h1 {
    font-size: 30px;
  }

  .systems-page h2 {
    font-size: 25px;
  }
}