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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
  padding-top:100px;
}

/**
 * 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 0;
}
.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: 1440px) {
  .dnd-section > .row-fluid {
    max-width: 940px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .dnd-section > .row-fluid {
    max-width: 728px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .dnd-section {
    padding: 80px 34px;
  }
}

@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-style: normal; 
  font-weight: normal;
}

@font-face { 
  font-family: icons; 
  src: url("https://8731369.fs1.hubspotusercontent-na1.net/hubfs/8731369/Vendoo_March2021/Fonts/icons.woff2") format("woff2"), 
    url("https://8731369.fs1.hubspotusercontent-na1.net/hubfs/8731369/Vendoo_March2021/Fonts/icons.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.4;
  overflow-x:hidden;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

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

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

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

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 {
}

ul li,
ol li {
}

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

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

/* Horizontal Rules */
hr {
  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;
}
/* ******************************************************************************
*********************************************************************************
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: 20px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  text-align: center;
  font-family: Mulish, sans-serif;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 0;
  font-size: 20px;
  padding: 11px 25px;
  
  text-decoration: none;
  white-space: normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}



.hs-form label {
  font-size: 12px;
  color: #33475b;
  display: block;
  font-family: Mulish, sans-serif;
  float: none;
  width: auto;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 5px;
}

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

.hs-input ,
#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: 54px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  background-color: #eff3f8;
  border: 0 solid;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px  ;
}

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

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

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

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


.subscribe-form-col.form-section .hs-input:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.subscribe-form-col.form-section .hs-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus ,
#hs-pwd-widget-password:focus{
  outline: none;
}

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #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: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

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

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: #F8FAFC;
  position: fixed;
  width:100%;
  z-index: 99;
  top:0;
}
.search-bar-main {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  transform: translate3d(0px,0px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(0) skew(0,0);
  transition: all .8s;
}
.search-open .search-bar-main {
  transform: translate3d(0px,89px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(0) skew(0,0);
  transform-style: preserve-3d;
}
.header-main:after, .header-main:before {
  clear: both;
  content: "";
  display: block;
}
.header-search {
  margin-top: 0px;
  background-color: #fff;
}
.header-search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-search input.hs-search-field__input {
  height: 48px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #eff3f8;
  display: block;
  outline: none;
  width: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
}
.header-search input.hs-search-field__input::-webkit-input-placeholder {
  color: #999;
}
.header-search input.hs-search-field__input::-moz-placeholder {
  color: #999;
}
.header-search input.hs-search-field__input:-ms-input-placeholder {
  color: #999;
}
.header-search input.hs-search-field__input:-moz-placeholder {
  color: #999;
}
.header-search button.search-submit {
  height: 48px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 0;
  background-color: #eff3f8;
  border-left: 1px solid #dbdbdb;
  background-image: url(https://8731369.fs1.hubspotusercontent-na1.net/hubfs/8731369/raw_assets/public/Vendoo_March2021/images/serach%20icon.svg);
  background-position: 50% 50%;
  background-size: 41%;
  outline: 0;
  background-repeat: no-repeat;
  color: transparent;
  display: inline-block;
  padding: 9px 6px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  max-width: 55.3625px;
  width: 100%;
}
.header-main {
  position: relative;
  z-index: 99;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}
.header-navbar {
  background-color: transparent;
  position: relative;
  z-index: 99;
}
.header-navbar:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.header-nav-container {
  max-width: 1140px;
  -o-object-fit: fill;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
}
.header-nav-container a#hs-link-header_logo_hs_logo_widget {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
  display: block;
  line-height: 0;
}
.header-nav-container img.hs-image-widget {
  max-width: 221px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 8px;
}
.header-menu-nav {
  position: relative;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-bar-button a.search-bar-button-icon {
  background-color: transparent;
  background-image: url(https://8731369.fs1.hubspotusercontent-na1.net/hubfs/8731369/raw_assets/public/Vendoo_March2021/images/serach%20icon.svg);
  background-position: 50% 50%;
  background-size: 49%;
  background-repeat: no-repeat;
  color: transparent;
  display: inline-block;
  padding: 9px 15px;
  border: 0;
  line-height: 20px;
  text-decoration: none;
  border-radius: 0;
}

.search-bar-button button.search-bar-button-icon {
  background-color: transparent;
  background-image: url(https://8731369.fs1.hubspotusercontent-na1.net/hubfs/8731369/raw_assets/public/Vendoo_March2021/images/serach%20icon.svg);
  background-position: 50% 50%;
  background-size: 49%;
  background-repeat: no-repeat;
  color: transparent;
  display: inline-block;
  padding: 9px 15px;
  border: 0;
  line-height: 20px;
  text-decoration: none;
  border-radius: 0;
}
.header-menu-nav .hs-menu-wrapper>ul>li {
  position: relative;
  display: inline-block;
}
.header-menu-nav .hs-menu-wrapper>ul>li>a {
  font-size: 16px;
  vertical-align: top;
  text-decoration: none;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  transition: color 500ms ease;
  font-family: Mulish, sans-serif;
  line-height: 28px;
  font-weight: 700;
}
.header-menu-nav .hs-menu-wrapper>ul>li:nth-child(2)>a {
  padding: 20px 14.8px;
}
.header-menu-nav .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  min-width: 140px;
  left: 10px;
  display: none;
}
.header-menu-nav .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}
.header-menu-nav .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
}
.header-menu-nav .hs-menu-wrapper>ul>li>ul>li>a {
  padding: 2px 10px;
  font-size: 16px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Mulish, sans-serif;
  line-height: 28px;
  font-weight: 700;
}
.header-button {
  display: inline-block;
  margin-left: 20px;
}
.header-button a {
  height: 48px;
  border-radius: 6px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
  padding: 9px 15px;
  border: 0;
  text-decoration: none;
}

@media(max-width: 1180px){
  .header-search form {
    padding: 0 10px;
  }
  .header-main {
    padding: 15px 10px;
  }
  .lp .header-main {
    padding: 15px 0;
  }
}

@media(min-width: 992px){
  .nav-overlay {
    display: none;
  }
}

@media(max-width: 991px){
  .header-menu-nav {
    display: none;
  }
  .header-search form {
    padding-top: 0;
    height: 80px;
  }
  .search-open .header-search form {
    padding-top: 20px;
    height: 90px;
  }
  .header-navbar {
    position: static;
  }
  .header-main {
    padding: 15px 0 0;
  }
  .nav-overlay {
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    overflow: auto;
    height: 100vh;
    transform: translateY(-110%);
    z-index: -1;
    transition: all .7s;
  }
  .menu-open .nav-overlay {
    transform: translateY(0);
    transition: all .7s;
  }
  .mobile-trigger {
    display: block;
    background-color: transparent;
    color: white;
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .mobile-trigger-icon {
    color: #6d6c71;
    font-family: 'webflow-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mobile-trigger-icon:before {
    content: "\e602";
  }

  .mobile-nav-menu {
    top: 0;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    overflow: visible;
    min-width: 200px;
    width: 100%;
    padding: 30px 0;
  }
  .mobile-nav-menu .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .mobile-nav-menu .hs-menu-wrapper>ul>li>a {
    text-align: center;
    color: #6d6c71;
    font-size: 16px;
    display: block;
    position: relative;
    vertical-align: top;
    text-decoration: none;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
    font-weight: 700;
    transition: color 500ms ease;
    font-family: Mulish, sans-serif;
  }
  .mobile-nav-menu .hs-menu-wrapper>ul>li:hover>a {
    color: #876ec5;
  }
  .mobile-nav-menu .hs-menu-wrapper>ul>li>ul {
    position: static;
    background: transparent;
    width: 100%;
    display: none;
  }
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 12px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .3s;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #000; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .mobile-nav-menu .hs-menu-wrapper>ul>li.child-open .child-trigger i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-nav-menu .hs-menu-wrapper>ul>li>ul>li>a {
    line-height: 28px;
    font-weight: 700;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-family: Mulish, sans-serif;
    color: #6d6c71;
    font-size: 16px;
  }
  .mobile-nav-menu .hs-menu-wrapper>ul>li>ul>li:hover>a {
    color: #876ec5;
  }
  .nav-overlay .header-button {
    margin: 0;
  }
  .search-open .nav-overlay {
    transform: translateY(-110%);
  }
}

@media(max-width: 767px){
  .header-nav-container a#hs-link-header_logo_hs_logo_widget {
    padding-left: 10px;
  }
}

@media(max-width: 479px){
  .nav-overlay .header-button {
    display: block;
  }
  .nav-overlay .header-button a {
    width: 100%;
    height: 62px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    line-height: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  text-align: center;
}
.footer-container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 0px auto;
}
.footer-column-inner {
  width: 50%;
}
.footer-column-inner.first-type {
  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;
  -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;
  line-height: 0;
}
.footer-inner-menu.resources {
  padding-right: 17px;
}
.footer-column-inner.first-type .hs-menu-wrapper ul li {
  max-width: 100%;
  display: inline-block;
}
.footer-column-inner.first-type .hs-menu-wrapper ul li a {
  font-family: Mulish, sans-serif;
  font-size: 12px;
  text-align: left;
  line-height: 48px;
  font-weight: 700;
  text-decoration: none;
}
.footer-column-inner.first-type .hs-menu-wrapper ul li:not(:last-child) a {
  padding-right: 14.4px;
}
.footer-menu-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-inner-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-inner-menu .hs-menu-wrapper ul li a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
  font-family: Mulish, sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
}
.footer-inner-menu .hs-menu-wrapper ul li:first-child a {
  margin-bottom: 15px;
  font-weight: 800;
}
.footer-social {
  width: 40%;
  margin-top: 7px;
  text-align: left;
  line-height: 0;
  margin-bottom: 50px;
}
.footer-social a {
  max-width: 100%;
  display: inline-block;
}
.footer-social img {
  margin-right: 0;
  opacity: 0.62;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  height: 31.575px;
}
.footer-social img:hover {
  opacity: 0.99;
}
.footer-logo {
  width: 100%;
  text-align: left;
}
.footer-logo img {
  margin-left: -14px;
  vertical-align: middle;
  display: inline-block;
  max-width: 157px;
  width: 100%;
}
.copyright p {
  font-size: 12px;
  text-align: left;
  font-family: Mulish, sans-serif;
  margin: 0;
  line-height: 20px;
}
.footer-bottom-content {
  margin-top: 12px;
}
.footer-bottom-content p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  text-align: left;
}

@media(max-width: 1180px){
  .footer-container {
    padding: 50px 10px;
  }
}

@media(max-width: 991px){
  .footer-container {
    padding-right: 34px;
    padding-left: 34px;
  }
  .footer-column-inner.first-type {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-column-inner.second-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  } 
  .footer-column-inner.first-type .hs-menu-wrapper ul li {
    max-width: 100%;
    display: block;
  }
  
  .footer-inner-menu .hs-menu-wrapper ul li a {
    line-height: 48px;
  }
  .footer-menu-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-inner-menu.resources {
    padding: 0;
  }
}

@media(max-width: 767px){
  .footer-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-column-inner.second-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-column-inner.first-type {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  } 
   .footer-inner-menu .hs-menu-wrapper ul li a {
    line-height: 48px;
  }
}

@media(max-width: 479px){
  .footer-inner-menu.resources {
    margin-bottom: 50px;
  }
  .footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-top: 58px;
  }
  .footer-column-inner.first-type {
    margin-bottom: 50px;
  }
   .footer-inner-menu .hs-menu-wrapper ul li a {
    line-height: 48px;
  }
}


#hs_form_target_blog_form.submitted-message {
      font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: white;
    /* background-color: purple; */
    border-radius: 6px;
    background-color: #653cc9;
    padding: 20px;
    width: 70%;
}
#hs_form_target_blog_form.submitted-message p {
  margin-bottom:0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */

.hs-blog-listing {
  background-color: #f5f1ff;
}

.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  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);
  margin: 0 auto 1.5rem;
}
.blog-header {
  background:#fff;
  padding-top: 160px;
}
.blog-header__inner {
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-bottom: 0px;
  text-align: center;
}
.blog-header__inner h4.blog-header__title {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}
.blog-header__inner h1.blog-header__subtitle {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  color: #141a21;
  font-size: 60px;
  line-height: 73px;
  font-weight: 700;
}
.recent-posts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1140px;
  flex-direction: column;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 5px 5px 10px 2px rgb(185 185 185 / 34%);
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.recent-posts-row {
  width: 100%;
  min-height: 400px;
}
.recent-posts-row a.post-link-block {
  height: 100%;
  width: 100%;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
}
.recent-posts-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-left: 30px;
  width: 100%;
}
.recent-post-title {
  width: 40%;
  padding: 30px 20px 30px 30px;
  background-color: #fff;
  height: 100%;
}
.recent-post-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.recent-post-btn-inner {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  background-color: #f5f1ff;
  margin-right: 24px;
}
.recent-post-btn-inner span {
  color: #653cc9;
  font-weight: 700;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
} 
.recent-post-title h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Mulish, sans-serif;
  color: #141a21;
  font-size: 40px;
  line-height: 53px;
  font-weight: 700;
}
.recent-name-and-date-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 12px;
}
.recent-post-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.recent-post-name span {
  display: block;
  color: #6d6c71;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: Mulish, sans-serif;
}
.recent-post-name time.recent-post-date {
  margin-right: 5px;
  margin-left: 5px;
  padding-left: 5px;
  display: block;
  color: #6d6c71;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-family: Mulish, sans-serif;
  font-weight: 700;
}
.recent-posts-inner .recent-post-img {
  width: 60%;
  min-height: 400px;
  background-size: 110%;
  background-repeat: no-repeat;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-position: 50% 50%;
}
.posts-section-blog {
  margin-top: 70px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
.posts-section-blog-wrapper {
  display: block;
  position: relative;
}
.posts-categories {
  background-color: transparent;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all 500ms ease;
  text-align: center;
  position: relative;
}
.posts-categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.posts-categories ul li {
  position: relative;
  display: inline-block;
}
.posts-categories ul li a {
  width: 200px;
  height: 62px;
  margin-right: 20px;
  border-bottom: 4px solid rgba(135, 110, 197, 0.49);
  border-left: 5px none #876ec5;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 #d5d4d4;
  -webkit-transition: all 500ms ease, color 500ms ease;
  transition: all 500ms ease, color 500ms ease;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
  display: block;
  color: #222222;
  padding: 15px 10px 9px 10px;
  max-width: 100%;
  font-family: Mulish, sans-serif;
  line-height: 28px;
  font-weight: 700;
}
.posts-categories ul li:hover a {
  border-bottom-color: #653cc9;
  color: #876ec5;
}
.posts-categories ul li.active a {
  border-bottom-color: rgba(255, 255, 255, 0.49);
  background-color: #653cc9;
  color: #fff;
}
.listing-posts-section {
  margin-top: 37px;
  border-top: 1px solid #c9c9c9;
  position: relative;
  display: block;
  overflow: hidden;
}
.listing-posts-wrapper {
  display: block;
  position: relative;
}
.listing-posts-inner {
  margin-top: 30px;
}
.posts-item-wrapper .post-item {
  width: 50%;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
.post-item a.post-link {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #fff;
  max-width: 100%;
  display: inline-block;
}
.posts-item-wrapper:after, .posts-item-wrapper:before {
  clear: both;
  content: "";
  display: block;
}

.post-item .image-post {
  height: 300px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.content-preview-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  padding: 10px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recent-post-title .post-meta-description {
  margin-bottom: 15px;
}

.content-preview-post h3.post-preview-heading {
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  color: #141a21;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.recent-post-btn .author-name {
  display: block;
  color: #6d6c71;
  text-align: left;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}   
.recent-post-btn time.post-date {
  margin-right: 5px;
  margin-left: 5px;
  padding-left: 5px;
  display: block;
  color: #6d6c71;
  text-align: left;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.subscribe-form-section {
  margin-top: 30px;
  margin-bottom: 100px;
}
.subscribe-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 34px;
  padding-left: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 3px 3px 9px -1px #ebe3fc;
}
.subscribe-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.subscribe-form-col.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.subscribe-form-col {
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}
.subscribe-form-col.content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  color: #141a21;
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
}
.subscribe-form-col.content .t2 {
  font-family: Mulish, sans-serif;
  color: #141a21;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.post-meta-description {
  font-family: Mulish, sans-serif;
  color: #141a21;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.subscribe-form-col.form-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.subscribe-form-col.form-section form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subscribe-form-col.form-section .hs-input {
  height: 62px;
  margin-bottom: 0px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  outline: none;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.subscribe-form-col.form-section .hs-input:focus{
  border-color: #3898EC;
  outline: 0;
}
.subscribe-form-container form {
  position: relative;
}
.subscribe-form-container .hs-error-msgs {
  position: absolute;
}
.subscribe-form-col.form-section .hs-form label {
  display: none;
}
.subscribe-form-col.form-section .field {
  margin-bottom: 0;
}
.subscribe-form-col.form-section h3#hs_cos_wrapper_blog_form_title {
  display: none;
}
.subscribe-form-col.form-section input.hs-button.primary.large {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
  z-index: 2;
  width: auto;
  height: 62px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #35c7a6;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Mulish, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  display: inline-block;
  padding: 9px 25px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.subscribe-form-col.form-section input.hs-button.primary.large:hover{
  background-color: #2eb295;
  color: #fff;
}
.subscribe-form-col.form-section label.hs-error-msg {
  display: block;
}
.subcribe-form-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.subcribe-form-img img.form-image {
  position: relative;
  left: 0px;
  margin-top: -214px;
  max-width: 200px;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
.blog-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-pagination-left a.prev-link.inactive {
  display: none;
}
.custom-total-pages {
  text-align: center;
  font-family: Mulish, sans-serif;
  color: #141a21;
  font-size: 12px;
  margin-top: 20px;
  line-height: 20px;
  width: 100%;
}
.blog-pagination-right {
  display: flex;
} 
.blog-pagination-left {
  display: flex;
} 
.blog-pagination a {
  border-radius: 6px;
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  line-height: 28px;
  font-weight: 700;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Mulish, sans-serif;
}
svg.w-pagination-next-icon {
  margin-left: 4px;
}
a.next-link.inactive {
  display: none;
}
.blog-pagination-left div {
  max-width: 100%;
  display: inline-block;
}



/* post-page */


.post-page-section {
  max-width: 1140px;
  padding-top: 70px;
  margin-right: auto;
  margin-left: auto;
}
.post-page-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.cantegory-and-back-home-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
}
.back-to-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 98;
  position: relative;
}
.back-to-blog a.blog-post__back-to-blog {
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #653cc9;
} 
.back-to-blog a.blog-post__back-to-blog:hover {
  color: #876ec5;
} 

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  height:70px;
}
.post-page-title {
  margin-top: 50px;
  margin-bottom: 20px;
}
.post-page-title h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  color: #141a21;
  font-size: 60px;
  line-height: 73px;
  font-weight: 700;
}
.date-and-autor-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.date-and-autor-div .recent-post-btn-inner {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #f5f1ff;
  margin-right: 37px;
}
.date-and-autor-div span.space ,
.post-date{
  margin-right: 5px;
  margin-left: 5px;
  padding-left: 5px;
  display: block;
  color: #6d6c71;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-family: Mulish, sans-serif;
} 
.post-author-name {
  display: block;
  color: #6d6c71;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-family: Mulish, sans-serif;
}
.post-image {
  margin-top: 30px;
}
.post-image img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.body-post-section {
  position: relative;
  margin-top: 100px;
  margin-bottom: 10px;
}
.body-post-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.blog-pagination-left svg {
  margin-right: 4px;
}
.body-post-content {
  width: 75%;
  margin: 30px 0;
}
.body-post-sidebar {
  position: static;
  width: 25%;
  padding-left: 40px;
} 
.fixed-post-sidebar {
  position: sticky;
  top: 30px;
  display: block;
  margin-top: 30px;
  padding-top: 0px;
}
.category-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
} 
.category-menu h3 {
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #6d6c71;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.category-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-menu ul li a {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Mulish, sans-serif;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
}
span.filter-link-count {
  display: none;
}
.post-sidebar-social {
  margin-top: 60px;
}
.post-sidebar-social .social-content {
  display: block;
  color: #6d6c71;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-family: Mulish, sans-serif;
}
.share-post-section {
  display: inline-block;
  margin-top: 10px;
}
.share-post-section a {
  max-width: 100%;
  display: inline-block;
  margin-right: 6px;
} 
.share-post-section img {
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  max-width: 35px;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: auto;
} 
.share-post-section img:hover{
  opacity:1;
}
.related-posts {
  margin-bottom: 30px;
  padding-bottom: 0px;
}
.related-posts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -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;
  margin-left: auto;
  margin-right: auto;
}
.related-posts-container img.related-post-top-img {
  border-radius: 100px;
  vertical-align: middle;
  display: inline-block;
  max-width: 60px;
  width: 100%;
} 
.date-and-autor-div .space {
  margin-right: 5px;
  margin-left: 5px;
  padding-left: 5px;
  display: block;
  color: #6d6c71;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-family: Mulish, sans-serif;
}
.related-post-wrapper {
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d3d3d3;
}
.related-post-title {
  margin-top: 70px;
  margin-bottom: 40px;
  text-align: center;
}
.related-post-title span {
  font-weight: 700;
  text-align: center;
  font-family: Mulish, sans-serif;
  font-size: 25px;
  line-height: 38px;
}
.related-post-inner {
  margin-left: -10px;
  margin-right: -10px;
}
.related-post-inner:after, .related-post-inner:before {
  clear: both;
  content: "";
  display: block;
}
.related-post-inner h4 {
  display: none;
}
.related-post {
  width: 33.33333333%;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
} 
.related-post a {
  max-width: 100%;
  display: inline-block;
}
.related-post-img img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
.related-post-heading h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  color: #141a21;
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
}
.blog-comments {
  /*   margin-bottom: 100px; */
  background-color:#F4F7FC;
}
.blog-comments-container {
  max-width: 1140px;
  padding: 34px 15px;
  text-align: center;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
}
.blog-comments form .hs-input { 
  background-color:white;
}

.cta-section {
  background-color: #c0c5ff;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.cta-section a {
  background-color: white;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 13px -9px rgba(0,0,0,1);
  -moz-box-shadow: 5px 5px 13px -9px rgba(0,0,0,1);
  box-shadow: 5px 5px 13px -9px rgba(0,0,0,1);
}

.cta-section .actions {
  padding: 0;
  marging: 0;
}

.cta-img-container {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -10px;
  right: 10px;
}

@media(min-width: 1440px){

  .blog-header {
    padding-bottom: 200px;
  }
  .recent-posts-container {
    margin-top: -207px;
  }

}



@media(max-width: 1440px){
  .recent-posts-inner {
    padding: 0;
  }
  .recent-post-btn-inner {
    display: inline-block;
    margin-right: 24px;
    padding: 5px 15px;
    border-radius: 20px;
    background-color: #f5f1ff;
  }
  .listing-posts-section {
    margin-top: 0;
    border-top: 0;
  }
  .subscribe-form-section {
    margin-top: 0;
  }
  .post-page-section {
    max-width: 100%;
  }
  .post-page-container {
    max-width: 940px;
  }
  .post-page-title {
    margin-top: 0;
  }
  .date-and-autor-div {
    margin-top: 0;
  }
  .date-and-autor-div .recent-post-btn-inner {
    padding: 7px 15px 5px;
  }
  .post-image {
    margin-top: 0;
  }
  .body-post-section {
    margin-top: 0;
    margin-bottom: 0;
  }
  .body-post-container {
    max-width: 940px;
  }
  .fixed-post-sidebar {
    top: 40px;
    padding-top: 20px;
    margin-top: 0;
  }
  .category-menu {
    margin-bottom: 65px;
  }
  .related-posts {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .related-posts-container {
    max-width: 940px;
  }
  .related-post-wrapper {
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
    border: none;
  }
  .blog-header{
    padding-bottom:180px;
  }
  .recent-posts-container {
    margin-top: -180px;
  }
}

@media(max-width: 1180px){
  .blog-recent-posts {
    padding: 0 10px;
  }
  .subscribe-form-section {
    padding: 0 10px;
  }
}

@media(max-width: 991px){

  .post-page-section {
    margin-top: 85px;
  }
  .blog-header {
    padding-top: 50px;
  }
  .subcribe-form-img img.form-image {
    display: none;
  }
  .subscribe-form-col.form-section input.hs-button.primary.large {
    width: 100%;
    text-align: center;
    margin:0 0 10px;
  }
  .subscribe-form-col.form-section .hs-input {
    max-width: 165.3px;
  }
  .post-page-section {
    padding-right: 34px;
    padding-left: 34px;
  }
  .post-page-container {
    max-width: 728px;
  }
  .body-post-section {
    padding-right: 34px;
    padding-left: 34px;
  }
  .body-post-container {
    max-width: 728px;
  }
  .related-posts {
    padding-right: 34px;
    padding-left: 34px;
  }
  .related-posts-container {
    max-width: 728px;
  }
  .posts-categories ul li a {
    width: auto;
  }
}


@media(max-width: 820px){
  .recent-posts-inner {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .recent-post-title {
    width: 100%;
  }
  .recent-posts-inner .recent-post-img {
    width: 100%;
  }
  .posts-categories ul li {
    display: block;
    padding: 0 10px;
  }
  .posts-categories ul li a {
    width: 100%;
  }
  .listing-posts-inner {
    margin-top: 0;
  }
  .posts-item-wrapper .post-item {
    width: 100%;
    left: auto;
    right: auto;
  }
  .subscribe-form-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .body-post-content {
    width: 100%;
  }
  .body-post-sidebar {
    display: none;
  }
  .related-post-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .related-post {
    width: 100%;
  }
}

@media(max-width: 660px){
  .subscribe-form-container {
    height: auto;
  }
  .subscribe-form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}


@media(max-width: 479px){
  .blog-header__inner h1.blog-header__subtitle {
    font-size: 40px;
    line-height: 53px;
  }
  .blog-header__inner h4.blog-header__title {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-recent-posts {
    display: none;
  }
  .posts-section-blog {
    margin-top: 0px;
  }
  .blog-header__inner {
    margin-bottom: 0px;
    padding-bottom: 50px;
  }
  .posts-categories {
    padding-top: 0px;
  }
  .recent-post-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .recent-post-btn-inner {
    margin-bottom: 5px;
  }
  .recent-post-btn time.post-date {
    padding-left: 0px;
    text-align: left;
  }
  .recent-post-btn .author-name {
    text-align: center;
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: 5px;
    white-space: normal;
  }
  .post-page-title h1 {
    font-size: 40px;
    line-height: 53px;
  }
  .post-page-section {
    margin-top: 50px;
  }
  .date-and-autor-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .date-and-autor-div .recent-post-btn-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .date-and-autor-div span.space, .post-date {
    padding-left: 0px;
    text-align: left;
  }
  .post-author-name {
    display: block;
    max-width: 100%;
    margin-left: 5px;
    white-space: normal;
  }
  .related-post-wrapper {
    margin-top: 0px;
  }
  .related-post-title {
    margin-top: 50px;
  }
  .related-posts {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-header {
    padding-bottom: 0px;
  }
  .subscribe-form-col.form-section .hs-input {
    max-width: 165.3px;
    width: 100%;
  }
  .subscribe-form-col.form-section input.hs-button.primary.large {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.header-search .hs-search-field {
  position: relative;
}

.header-search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  max-width: 1140px;
  margin: 0 auto;
  background-color: #eff3f8;
  border: none;
  padding: 10px;
  position: relative;
  top: -29px;
  width: calc(100% - 20px);
  opacity:0;
}

.search-open .header-search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  opacity:1;
}

@media(max-width:991px){
  .header-search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
    top: -8px;
  }
}

.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: #eaebed;
  z-index: -1;
}
.systems-page .hs-form-field {
  margin: 0 0 15px;
}
input.email-edit.hs-input {
  width: 100% !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
  font-size:16px;
}
p.header {
  position: static;
  background: transparent !important;
  min-height:auto;
  height:auto;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 50px 0;
}
#hs-pwd-widget-password {
  width: 100%;
  height: 50px !important;
  outline: none;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: unset;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: 5px 10px;
}

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

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

@media(max-width: 767px){
  .error-page_heading,
  .systems-page h1{
    font-size: 30.6px;
  }
  .systems-page h2 {
    font-size: 22.3px;
  }
}