/* ******************************************************************************
*********************************************************************************
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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
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: FontAwesome;
  src: url("https://6586562.fs1.hubspotusercontent-na1.net/hubfs/6586562/Gethownow_September2020/font/FontAwesome.eot") format("embedded-opentype"),
    url("https://6586562.fs1.hubspotusercontent-na1.net/hubfs/6586562/Gethownow_September2020/font/FontAwesome.woff2") format("woff2"), 
    url("https://6586562.fs1.hubspotusercontent-na1.net/hubfs/6586562/Gethownow_September2020/font/FontAwesome.woff") format("woff"), 
    url("https://6586562.fs1.hubspotusercontent-na1.net/hubfs/6586562/Gethownow_September2020/font/FontAwesome.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 24px;
}

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

p {
  margin: 0 0 10px;

}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: all 0.3s;
}
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;

}

h2 {
  font-size: 1.6rem;

}

h3 {
  font-size: 1.25rem;

}

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

}

h5 {
  font-size: 1rem;

}

h6 {
  font-size: .9rem;

}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

blockquote {
  display: block;
  padding: 0;
  margin-bottom: 2.5em;
  border: 0;
  margin: 0 0 20px;

}
figure {
  margin: 0;
}
/* 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;
}
.dnd-section > .row-fluid , .footer__container , .content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width:768px){
  .dnd-section > .row-fluid , .footer__container , .content-wrapper {
    max-width:750px;
  }
}

@media screen and (min-width:992px){
  .dnd-section > .row-fluid , .footer__container , .content-wrapper {
    max-width:970px;
  }
}


@media(max-width:991px){
  .body-container-wrapper h1 {
    font-size: 40px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 700px;
  font-family: Lato, sans-serif;
}
form {
  background-color: #01ffa9;
  border: 1px none #D0D0D0;
  border-radius: 18px;
  padding: 35px 35px;

}

.form-title {
  margin: 0;
  border: 1px none #D0D0D0;
  border-radius: 18px;
  padding: 35px 35px;
  padding-bottom: 0;

}
.hs-button {
  display: inline-block;
  position: relative;
  border-style: solid;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none !important;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  white-space: normal !important;
  line-height: 27.2px;
  margin-bottom: 15px;
}

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

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size:15px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height:27px;
  padding-top: 0;
  margin-bottom: 4px;
}

form .hs-error-msgs label {
  margin-top: .5rem;
  color: #ef6b51;
}

.hs-input , .password-page input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid;
  border-radius: 4px;
  color: #222222;
  font-size: 16px;
  padding: 12px 12px;
  line-height: 27.2px;
  margin-bottom: 10px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  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;
}

.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: #ef6b51;
}
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;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  margin-top: .5rem;
 font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}
.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 {
  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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.header {
  background-color: transparent;
}

.header__container {
  margin: 0 auto;

}
.header-group {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index:99;
}

.mainbar-wrap {
  padding-right: 30px;
  padding-left: 30px;
}

.header__container {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  max-width: 100% !important;
}

.mainbar-wrap .mainbar {
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto;
}

.mainbar-wrap .mainbar .mainbar-row {
  margin-left: -15px;
  margin-right: -15px;
  align-items: stretch;
  flex: 1 auto;
  display: flex;
  flex-wrap: nowrap;
}

.custom-logo {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  display: flex;
  align-items: stretch;
  position: static;
  flex-flow: row nowrap;
  float: left;
}


.navbar-header {
  display: flex;
  align-items: center;
  flex: 1 0;
}



.navbar-header {
  position: relative;
  z-index: 10;
}

.navbar-header a {
  display: inline-flex;
  height: auto;
  padding: 30px 0;
  line-height: normal;
  float: none;
  order: 0;
  flex-shrink: 0;
  transition: none;
  padding-top: 25px;
  padding-bottom: 30px;
  max-width: 158px !important;
  transform: translateX(-1px);
}

.navbar-header a img {
  max-width: 100% !important;
  transition: opacity 0.3s, visibiliy 0.3s;
  vertical-align: middle;
  width: 158px !important;
}
.header-menu-group {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  position: static;
}

.header-menu-group {
  flex-flow: row nowrap;
}

.header-menu-group .hs-menu-wrapper {
  width: auto;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-menu-group .hs-menu-wrapper {
  flex: 1 auto;
  padding: 0;
}

.header-menu-group .hs-menu-wrapper {
  display: inline-flex !important;
  flex-direction: column;
  align-items: stretch;
  height: auto !important;
  flex-basis: 0;
  color: black;
}

.header-menu-group .hs-menu-wrapper {
  display: block;
  height: auto;
  padding-bottom: 0;
  overflow: visible;
}

.header-menu-group .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1 auto;
  margin-right: auto;
  margin-left: 0;
  display: flex;
}

.header-menu-group .hs-menu-wrapper > ul {
  justify-content: flex-start;
}

.header-menu-group .hs-menu-wrapper > ul {
  align-items: stretch;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.header-menu-group .hs-menu-wrapper > ul > li {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}

.header-menu-group .hs-menu-wrapper > ul > li {
  align-items: center;
  padding-left: 0;
}

.header-menu-group .hs-menu-wrapper > ul > li > a {
  padding: 10px 15px;
  position: relative;
  display: flex;
  flex: 1 auto;
  flex-flow: row wrap;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  align-items: center;
  text-transform: none;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.025em;
  color: #000;
  min-height:109px;
}

.header-menu-group .hs-menu-wrapper > ul > li > ul {
  display: none;
}
.header-menu-group .hs-menu-wrapper>ul>li>a:hover {
  color: rgb(0, 255, 132);
}
.header-button-geoup {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
  flex-basis: 0;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  position: static;
  flex-flow: row nowrap;
  justify-content: flex-end;
}

.header-module {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header-module a {
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  border-radius: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  border: none;
  padding-right: 0.25em;
  padding-left: 0.25em;
  color: rgb(244, 26, 124);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.header-module a:hover {
  color: rgb(1, 255, 169);
}

.header-module:last-child a:last-child {
  border: 1px solid #00ffb2;
  color: rgb(244, 26, 124);
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  border-radius: 50em;
  border-width: 1px;
  border-color: rgb(244, 26, 124);
  display: inline-flex;
  padding: 0;
  position: relative;
  padding-right: 0.25em !important;
  padding-left: 0.25em !important;
}

.header-module:last-child a:last-child > span {
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  display: inline-flex;
  padding: 1.15em 2.1em;
  border-radius: inherit;
  border-color: inherit;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.85em 1.5em;
  margin: -0.5px;
}

.header-module:last-child a:last-child > span > span {
  position: relative;
  z-index: 3;
}

.header-module a> span {
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  display: inline-flex;
  border-radius: inherit;
  border-color: inherit;
  flex-flow: row wrap;
  align-items: center;
  padding: 0;
}

.header-module:last-child a:last-child:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(1, 255, 169);
  transform: translateY(-1px);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.header-menu-group .hs-menu-wrapper>ul>li>ul {
  min-width: 232px;
  padding: 1.0625em 0;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.07);
  font-size: 16px;
  line-height: 1.5em;
  list-style: none;
  text-align: left;
  transform: translateZ(2px);
  margin-top: -20px!important;
}

.header-menu-group .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}

.header-menu-group .hs-menu-wrapper>ul>li>ul > li {
  position: relative;
  font-size: 1em;
  line-height: normal;
}

.header-menu-group .hs-menu-wrapper>ul>li>ul > li > a {
  display: block;
  padding: 0.7em 2.5em;
  width: 100%;
  color: #797b86;
}

.header-menu-group .hs-menu-wrapper>ul>li>ul > li:hover > a {
  color: #181b31;
  background-color: #e7eaee;
}

@media (min-width: 992px){
  .navbar-header {
    float: left;
  }
}

@media screen and (min-width: 1200px){
  .navbar-header {
    flex-basis: auto;
  }
  .mobile-menu-wrapper {
    display: none;
  }
}

@media(max-width:1199px){

  .header-group {
    position: relative;
    top: auto;
    left: auto;
  }

  .mainbar-wrap {
    padding: 0 !important;
    margin: 0 !important;
  }

  .header__container {
    width: 100%;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mainbar-wrap .mainbar .mainbar-row {
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .custom-logo {
    flex: 1 auto;
    flex-direction: column;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 0;
  }

  .header-menu-group {
    flex: 1 auto;
    flex-direction: column;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 0;
    display:none;
  }

  .header-button-geoup {
    flex: 1 auto;
    flex-direction: column;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 0;
    display:none;
  }

  .navbar-header {
    padding-left: 25px;
    padding-right: 25px;
    justify-content: space-between;
    background-color: white;
  }

  .navbar-header a {
    padding: 22px 0;
    max-width: none !important;
    margin-right: 0;
    margin-left: 0 !important;
    margin-right: -20px !important;
  }

  .navbar-header a img {
    width: 397px !important;
  }

  .navbar-toggle {
    display: flex !important;
    justify-content: flex-end;
    pointer-events: all;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .navbar-header .navbar-toggle .bars {
    align-items: inherit;
    justify-content: inherit;
    display: flex;
    flex-flow: column nowrap;
    width: 20px;
    height: 15px;
    transform: rotate(0);
    transition: all 0.45s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transform: none;
    transition-delay: 0s;
  }

  .navbar-header .navbar-toggle .bars .bar {
    display: inline-block;
    flex-flow: inherit;
    align-items: inherit;
    justify-content: inherit;
    background-color: #000;
    width: 20px;
    height: 2px;
    border-radius: 50em;
    margin-bottom: 4.25px;
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: all 0.3s ease;
  }

  .navbar-header .navbar-toggle .bars .bar:first-child , .navbar-header .navbar-toggle .bars .bar:last-child {
    transition-delay: 0.15s;
  }

  .navbar-header .navbar-toggle .bars .bar:nth-child(2) {
    margin-right: auto;
    width: 16px;
  }

  .navbar-header .navbar-toggle .bars .bar:nth-child(2):before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    background-color: inherit;
    transform: rotate(-90deg);
    transform: rotate(0) translate(0, 0);
  }

  .navbar-header .navbar-toggle .bars .bar:last-child {
    margin-bottom: 0;
  }


  .mobile-menu-wrapper {
    flex: 1 auto;
    padding: 0;
    display: flex !important;
    width: 70vw;
    height: 80vh !important;
    padding-top: 20px;
    border: none;
    position: fixed;
    top: 12vh;
    right: 0;
    z-index: 90;
    background: none !important;
    box-shadow: none;
    flex-direction: column;
    justify-content: center;
    -webkit-transform: translate3d(25vw, 0, 0);
    transform: translate3d(25vw, 0, 0);
    opacity: 0;
    visibility: hidden;
    overflow: visible !important;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    transition-duration: 0.45s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }

  .mobile-open .mobile-menu-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible !important;
    transition-delay: 0.1s;
  }

  .mobile-navbar-toggle {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
    float: right;
    margin-right: 15px;
    flex-flow: row wrap;
    align-items: center;
    padding: 0;
    border: none;
    background: none;
    background-color: transparent;
    box-shadow: none;
    display: flex;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 10;
    justify-content: flex-end;
    color: #fff;
    pointer-events: all;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important;
    outline:0;
  }

  .m-bars {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding-left: 8px;
    width: 42px;
    height: 42px;
    border: 2.4px solid rgba(255, 255, 255, 0.4);
    border-radius: 50em;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important;
  }

  body:before {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    background-image: linear-gradient(to top left, #1DE1BC 0%, #DA0BEE 100%);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    transition-delay: 0.05s;
  }

  .mobile-open body:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0s;
  }

  .m-bars .m-bar {
    flex-flow: inherit;
    align-items: inherit;
    justify-content: inherit;
    width: 20px;
    height: 2px;
    border-radius: 50em;
    margin-bottom: 4.25px;
    position: relative;
    background-color: #fff;
  }

  .m-bars .m-bar:first-child , .m-bars .m-bar:last-child {
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .m-bars .m-bar:first-child {
    transform: translateY(-3px);
    display: none;
  }

  .m-bars .m-bar:nth-child(2) {
    -webkit-transform: translateY(2px) rotate(135deg) !important;
    transform: translateY(2px) rotate(135deg) !important;
    transition: none !important;
  }

  .m-bars .m-bar:nth-child(2):before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    background-color: inherit;
    transform: rotate(-90deg);
  }

  .m-bars .m-bar:last-child {
    display: none;
  }

  .mobile-collapse-inner {
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .mobile-collapse-inner .hs-menu-wrapper > ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    flex: 0 auto;
    line-height: 27.2px;
  }

  .mobile-collapse-inner .hs-menu-wrapper > ul > li {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
  }

  .mobile-collapse-inner .hs-menu-wrapper > ul > li > a {
    white-space: nowrap;
    flex: 1 auto;
    flex-flow: row wrap;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 0.025em;
    display: flex;
    padding: 15px 25px;
    align-items: center;
    border: none;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mobile-collapse-inner .hs-menu-wrapper > ul > li > a > span {
    position:relative;
  }
  .mobile-collapse-inner .hs-menu-wrapper > ul > li > ul {
    transform: translateZ(2px);
    display: none;
    min-width: 0;
    padding: 15px 0;
    border-radius: 0;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    visibility: visible;
    text-align: inherit;
    box-shadow: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    margin-top: -20px!important;
    flex: 0 auto;
  }
  .mobile-collapse-inner .hs-menu-wrapper > ul > li > ul > li {
    position: relative;
    font-size: 1em;
    line-height: normal;
  }
  .mobile-collapse-inner .hs-menu-wrapper > ul > li > ul > li > a {
    display: block;
    padding: 8px 35px;
    opacity: 0.75;
    color: #fff;
  }

  .mobile-collapse-inner .hs-menu-wrapper > ul > li > ul > li:hover > a {
    opacity:1;
  }
  .child-trigger {
    position: absolute;
    top: 50%;
    left: auto;
    z-index: 3;
    font-size: 18px;
    width: 36px;
    height: 36px;
    margin-left: 18px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.05);
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-flex;
  }

  .child-trigger i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
  }

  .child-trigger i:before {
    content: "\f107";
  }
  .body-wrapper {
    position: relative;
    transition: height 0.3s, -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.55s cubic-bezier(0.23, 1, 0.32, 1), height 0.3s;
    transition: transform 0.55s cubic-bezier(0.23, 1, 0.32, 1), height 0.3s, -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .mobile-open .body-wrapper {
    overflow: hidden;
    background-color: #fff;
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
  }

  html.mobile-open {
    overflow: hidden;
  }

  .mobile-open .navbar-header .navbar-toggle .bars .bar:first-child {
    transform: translateY(-3px);
  }

  .mobile-open .navbar-header .navbar-toggle .bars .bar:first-child,.mobile-open .navbar-header .navbar-toggle .bars .bar:last-child {
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .mobile-open .navbar-header .navbar-toggle .bars .bar:last-child {
    margin-bottom: 0;
    transform: translateY(3px);
  }

  .mobile-open .navbar-header .navbar-toggle .bars .bar:nth-child(2) {
    width: 22px;
    margin-right: auto;
    transform: rotate(45deg);
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }

  .mobile-open .navbar-header .navbar-toggle .bars .bar:nth-child(2):before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    background-color: inherit;
    transform: rotate(-90deg);
  }

}

@media(max-width:767px){
  .mobile-collapse-inner .hs-menu-wrapper>ul>li>a {
    color: black;
  }

  .child-trigger i {
    color: #000;
  }
}
/* ******************************************************************************
*********************************************************************************
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: transparent;

}
.footer__container {
  margin: 0 auto;
}
.footer_bottom-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.footer__container {
  width: 100%;
}

.footer__container-inner {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}

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

.footer_bottom-left , .footer_bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}




.footer__copyright {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  z-index: 1;
  justify-content: center;
}

.footer__copyright #hs_cos_wrapper_footer_copyright_text {
  padding-left: 25px;
  width: 100%;
}

.footer__copyright #hs_cos_wrapper_footer_copyright_text p {
  margin: 0;
  color: white;
  font-family: Poppins;
  font-weight: 400;
  line-height: 27.2px;
  font-size: 16px;
  margin-bottom: -1px;
}

.footer_bottom-right-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  z-index: 1;
  justify-content: center;
}

.footer_bottom-right-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: white;
  font-size: 18px;
  line-height: 18px;
  width: 100%;
}

.footer_bottom-right-inner ul li {
  display: inline-block;
  margin-right: 16.7px;
  font-size: 1em;
  line-height: 1em;
}

.footer_bottom-right-inner ul li:last-child {
  margin-right: 0;
}

.footer_bottom-right-inner ul li a {
  color: white;
  text-decoration: none;
}

.footer_bottom-right-inner ul li a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inherit;
  justify-content: inherit;
  align-items: inherit;
}

.fa-youtube:before {
  content: "\f167";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-linkedin:before {
  content: "\f0e1";
}
.footer__main {
  padding-top: 45px;
  padding-bottom: 45px;
  width: 100%;
  font-size: 16px;
  line-height: 27px;
}

.footer-inner {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-top-1 {
  position: relative;
  width: 36%;
  float: left;
}


.footer-top-1-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.footer-top-1-mar {
  margin-bottom: 30px;
}

.wpb_single_image {
  margin-bottom: 30px;
}

.wpb_single_image fig {}

.wpb_single_image figure.vc_figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}

.wpb_single_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  width: 50px !important;
}

.top-foot-blurb-text {
  margin-right: 40px;
  margin-bottom: 50px;
}

.top-foot-blurb-text .wpb_wrapper {
  width: 400px!important;
}

.top-foot-blurb-text .wpb_wrapper span {
  color: #ffffff;
  font-family: Poppins;
  font-weight: 400;
  line-height: 27px;
  font-size: 16px;
}

.top-foot-blurb-text .wpb_wrapper img {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.foot-code {
  padding-bottom: 35px;
}

div#device-icons {
  color: white;
}

div#device-icons i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 3px;
  font-size: 24px;
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-desktop:before {
  content: "\f108";
}
.footer-top-2, .footer-top-3, .footer-top-4 , .footer-top-5 {
  width: 17%!important;
  float: left;
  position: relative;
}

.footer-top-2-nner, .footer-top-3-nner ,.footer-top-4-nner , .footer-top-5-nner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.footer-top-2mar {
  margin-bottom: 30px;
}

.footer-top-2 h3, .footer-top-3 h3 ,.footer-top-4 h3 , .footer-top-5 h3 {
  font-size: 16px;
  font-weight: 700;
  color: rgb(0, 255, 132);
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  position: relative;
}

.footer-top-2 .hs-menu-wrapper > ul, .footer-top-3 .hs-menu-wrapper > ul, .footer-top-4 .hs-menu-wrapper > ul , .footer-top-5 .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  margin-top: 15px;
}

.footer-top-2 .hs-menu-wrapper > ul > li > a, .footer-top-3 .hs-menu-wrapper > ul > li > a , .footer-top-4 .hs-menu-wrapper > ul > li > a , .footer-top-5 .hs-menu-wrapper > ul > li > a {
  display: block;
  font-size: 14px;
  line-height: 2em;
  color: white;
  padding: 0;
}

.lp-footer .footer_bottom-section {
  padding-top: 32px;
}
.footer_newsletter_row {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.footer_newsletter-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.news-heading {
  margin-top: 45px;
  text-align: center;
}

.news-heading h2 {
  font-family: Poppins;
  font-weight: 700;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 50px;
  line-height: 1.1em;
  color: rgb(0, 255, 132);
}

.footer-form {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 45px;
}

.footer-form h3 {
  display: none !important;
}

.footer-form form {
  max-width: 100%;
  border: 0;
  background-color: transparent;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.footer-form form .hs_email {
  margin: 0 0 10px;
  line-height: 1.5em;
  margin-bottom: 20px;
  position: relative;
  vertical-align: bottom;
  flex: 1 0;
  padding-right: 20px;
}

.footer-form .hs-form label {
  margin: 0;
}

.footer-form .hs-form label .hs-form-required {
  display: none;
}

.footer-form .hs-form .hs-input {
  font: inherit;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5em;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  height: 65px;
  border: none;
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.07);
  border-radius: 50em;
  border-width: 2px;
  color:#000000;
  padding: 0 2.5em;
  outline: 0;
}

.footer-form .hs-form .hs-button.primary.large {
  font: inherit;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  outline: none;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  padding: 0 40px;
  margin: 0;
  border: 0;
  position: relative;
  height: 60px;
  vertical-align: bottom;
  border-radius: 50em;
  border-width: 2px;
  font-size: 18px;
  font-weight: 600;
  background: rgb(247, 28, 136);
  color: rgb(255, 255, 255);
}

.footer-form .hs-form .hs-button.primary.large:hover {
  background: rgb(247, 28, 136);
  color: rgb(255, 255, 255);
}

.footer_newsletter_row {
  display: none;
}
@media (min-width: 768px){
  .footer_bottom-left , .footer_bottom-right {
    float: left;
    width: 100%;
  }


}
@media (min-width: 992px){
  .footer_bottom-left {
    width: 33.33333333%;
    float: left;
  }

  .footer_bottom-right {
    width: 50%;
    float: left;
    text-align: right;
  }
}
@media(max-width:991px){
  .footer-form form {
    flex-direction: column;
  }

  .footer-form form .hs_email {
    padding-right: 0;
  }

  .footer-form .hs-form .hs-button.primary.large {
    width: 100%;
  }
  .footer__copyright #hs_cos_wrapper_footer_copyright_text p {
    text-align: center;
    margin-bottom: 0px;
  }

  .footer_bottom-right-inner ul {
    text-align: center;
    color: white!important;
  }

  .footer_bottom-left, .footer_bottom-right {
    margin-bottom: 32px;
  }

  .footer-inner {
    display: flex;
    padding: 0 8px;
    flex-wrap: wrap;
    width: 100%!important;
  }

  .footer-top-1 {
    flex-basis: 100%!important;
  }

  .footer-top-2, .footer-top-3, .footer-top-4, .footer-top-5 {
    flex-basis: 50%;
  }

  .top-foot-blurb-text .wpb_wrapper {
    width: 100%!important;
  } 

}

@media(max-width:767px){
  .footer_bottom-section .footer__container {
    flex-grow: 1;
  }
  .footer__container-inner {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    flex-wrap: wrap;
  }
  .footer-top-2, .footer-top-3, .footer-top-4, .footer-top-5 {
    flex-basis: 100%;
  }
}
/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}
.hs-blog-listing .footer_newsletter_row {
  display: block;
}

.banner-area.blog-banner {
  margin-top: 40px;
  padding-top: 0;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.blog-row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}

.blog-banner_column {
  position: relative;
  min-height: 1px;
  float: left;
  width: 66.66666667%;
  margin-left: 16.66666667%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  display: flex;
  align-items: center;
}

.blog-banner_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  z-index: 1;
  justify-content: center;
}

.ld-fancy-heading {
  transform: translateY(0px) translateZ(0px) rotateX(0deg);
  opacity: 1;
}

.ld-fancy-heading h1 {
  font-size: 72px;
  margin-bottom: -10px !important;
  margin-right: -100px;
  margin-left: -100px;
  padding-bottom: 70px;
  line-height: 1em;
  letter-spacing: -0.025em;
  color: rgb(0, 0, 0);
  display: inline-block;
  margin-top: 0;
  font-family: Poppins;
  font-weight: 700;
}

.ld-fancy-heading h1 p {
  font-weight: 700;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.ld-fancy-heading .lqd-highlight-underline {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  line-height: 1.25em;
  color: rgb(0, 0, 0);
  margin-top: -100px;
  margin-right: 5%;
  margin-left: 5%;
}

.vc_empty_space {
  height: 45px;
}
.top-search-section {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  position: relative;
}

.content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.top-search-row {
  margin-left: -15px;
  margin-right: -15px;
}

.top-search_column {
  position: relative;
  min-height: 1px;
  float: left;
  width: 50%;
  margin-left: 25%;
  padding-left: 0;
  padding-right: 0;
}

.top-search-row:before,.top-search-row:after {
  display: block;
  clear: both;
  content: "";
}

.top-search_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.top-search_content_element {
  margin-bottom: 35px;
}

div#ajax_search-2 {
  position: relative;
  margin-bottom: 45px;
}

div#ajax_search-2 form {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  position: relative;
  z-index: 11;
  margin-bottom: 5px;
}

div#ajax_search-2 form .hs-search-field__input {
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  display: block;
  line-height: 1.5em;
  border: 1px solid #dedede;
  height: 50px;
  padding: 5px 15px;
  border-radius: 4px;
  border-color: rgba(0,0,0,.09);
  font-weight: 400;
}

div#ajax_search-2 form:after {
  content: '\f002';
  font: normal normal 16px/1 fontAwesome;
  display: inline-flex;
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 8px;
  align-items: center;
  justify-content: center;
  left: auto;
  right: 15px;
}

div#ajax_search-2 form .hs-search-field__input:focus {
  outline: 0;
  border-color: #47b972;
}
.liquid-lp:hover .liquid-lp-details-lined:before.feature-post-section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.blog-comments .hs-error-msgs label {
  color: #ef6b51;
}
.feature-post-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.feature-post-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.liquid-blog-grid {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.carousel-nav-circle {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 auto;
}

.fancy-title {
  margin-bottom: 2.5em;
  position: relative;
}

.fancy-title h2 {
  line-height: 1.2em;
  font-size: 28px;
  color: #000000;
  font-family: Poppins;
  font-weight: 700;
  margin: 0.25em 0;
  margin-top: 0;
  margin-bottom: 0.25em !important;
}

.feature__post--small {
  /* margin-left: -15px; */
  /* margin-right: -15px; */
  /* position: relative; */
}

.feature__post--small {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 66.66666667%;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  min-height: 100%;
}

.post-item-section {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

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

.blog-index-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.topic-group {
  margin-left: -15px;
  margin-right: -15px;
}

.topic-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
}

.liquid-filter {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 1.5em;
  color: #16171e;
  align-items: center;
  flex-flow: row wrap;
}

.liquid-filter-items {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 1.5em;
  color: #16171e;
  flex-flow: row wrap;
}

.liquid-filter-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.8125em;
  font-weight: 700;
}

.liquid-filter-items ul li {
  margin-bottom: 0.5em;
  position: relative;
  color: #b8beca;
  cursor: pointer;
  transition: color 0.3s;
  display: inline-block;
}

.liquid-filter-items ul li a {
  display: inline-block;
  color: #b8beca;
}

.liquid-filter-items ul li a.active {
  color: #16171e;
}

.liquid-filter-items ul li + li {
  margin-left: 1.45em;
}

.liquid-filter-items ul li a:hover {
  color: #16171e;
}

.post-item-group {
  display: flex;
  flex-flow: row wrap;
  transition: height 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.blog-index__post.blog-index__post--small {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.liquid-blog-item {
  display: flex;
  position: relative;
  color: #181b31;
  margin-bottom: 30px;
}

.liquid-blog-item {
}

figure.liquid-lp-media {
  background-size: cover;
  background-position: center;
  transition: transform 0.3s, box-shadow 0.3s, transform 0.3s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  position: relative;
  margin: 0px !important;
  flex: 1 auto;
  flex-basis: 50%;
}

.liquid-blog-item-inner {
  flex: 1 auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.liquid-blog-item-inner {
  flex-basis: 50%;
  padding-left: 50px;
  padding-right: 50px;
}

.liquid-lp-header {
  position: relative;
}

.liquid-lp-header h2.liquid-lp-title {
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: Poppins;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.3em;
}

.liquid-lp-header h2.liquid-lp-title a {
  font-size: 36px;
  line-height: 1;
  color: inherit;
}

.liquid-blog-item:hover  h2.liquid-lp-title a:hover {
  color: inherit;
}

.liquid-lp-details {
  text-transform: uppercase !important;
  letter-spacing: 0;
  font-weight: 400;
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-top: 0.75em;
  white-space: nowrap;
  margin-left: 4em;
  font-size: 10px !important;
  color: inherit !important;
}

.liquid-lp-details:before , .liquid-lp-details:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 0.1em;
  min-height: 1px;
  left: -4em;
  background-color: #181b31;
}

.liquid-lp-details:before {
  width: 3em;
  margin-top: -0.05em;
  top: 50%;
  transform-origin: left center;
  transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}

.liquid-lp-details-lined > * {
  display: inline-block;
  transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}

.liquid-lp-details .liquid-lp-category {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
  font-size: 1em;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
  position: relative;
  z-index: 21;
}

.liquid-lp-details .liquid-lp-category a {
  color: inherit;
}

.liquid-lp-date {
  display: inline-block;
  margin: 0;
  font-size: 1em;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
  transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}

.liquid-lp-excerpt.entry-summary {
  margin-top: 1em;
  margin-bottom: 1em;
}

.liquid-blog-item .liquid-lp-footer a.more-link {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  transition: all .3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  border-radius: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  border: none;
  color: inherit;
  font-size: 11px;
}

.btn-line.btn-line-before {
  display: inline-block;
  width: 2.727em;
  height: 2px;
  margin-right: 1em;
  position: relative;
  background-color: var(--color-primary);
  transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
  transform-origin: left center;
  background-color: #181b31;
}

.btn-line.btn-line-after {
  display: inline-block;
  width: 2.727em;
  height: 2px;
  margin-right: 1em;
  position: relative;
  background-color: var(--color-primary);
  transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
  transform-origin: left center;
  transform: scaleX(0) translateX(0);
  background-color: #181b31;
  margin-right: 0;
  margin-left: 1em;
  margin-right: 0;
  margin-left: 1em;
}

.liquid-lp-footer .btn-txt {
  text-transform: uppercase;
  transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
}



.post-item-group .liquid-lp-media .featured-image {
  height: 350px;
  object-fit: cover;
}



.liquid-blog-item:hover .liquid-lp-header h2.liquid-lp-title:after {
  transition-delay: 0.0666666667s;
}

.liquid-blog-item:hover  h2.liquid-lp-title:after {
  transition-delay: 0.0666666667s;
}

.liquid-blog-item:hover .liquid-lp-details:before {
  transition-delay: 0s;
  transform-origin: left center;
  transform: scaleX(0);
}

..liquid-blog-item:hover .liquid-lp-details-lined > *:nth-child(1) {
  transition-delay: 0.0866666667s;
}

.liquid-blog-item:hover .liquid-lp-details-lined > * {
  transform: translateX(-4em);
}

.liquid-lp-details-lined > * {
  display: inline-block;
  transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}

.liquid-blog-item:hover .liquid-lp-details {
  margin-left: 0;
}

.

.liquid-blog-item:hover .liquid-lp-header h2.liquid-lp-title a {
  text-decoration: underline;
}

.liquid-blog-item:hover  h2.liquid-lp-title a {
  text-decoration: underline;
}

.liquid-blog-item:hover 
.btn-line.btn-line-before {
  transform: scaleX(0);
  transform-origin: left center;
}

.liquid-blog-item:hover .liquid-lp-read-more .btn-line ~ .btn-txt {
  transform: translateX(-3.727em);
}

.liquid-blog-item:hover  .btn-line-after {
  transform: scaleX(1) translateX(-3.727em);
}

.liquid-blog-item:hover .btn-line-after:after {
  content: '\f054';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: 1px;
  transform: translateY(-50%) scaleX(0);
  font: normal normal 1em/1 fontAwesome;
  transition: transform 0.35s;
  transform: translateY(-50%) scaleX(1);
  transition-delay: 0.13s;
}

.liquid-blog-item:hover 
.btn-line.btn-line-before {
  transform: scaleX(0);
  transform-origin: left center;
}



.liquid-lp-footer .btn-txt {
  transform: translateX(-3.727em);
  transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
}
.blog-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.blog-pagination a {
  margin-left: 8px;
  margin-right: 8px;
  text-decoration: none;
  color: #3722d3;
  transition: all 0.3s;
  display: inline-block;
}



.blog-pagination a.blog-pagination__link--active {
  color: #16171e;
  cursor: text;
}



.blog-pagination a.blog-pagination__prev-link--disabled {
  cursor: default;
  pointer-events: none;
  display: none;
}
.blog-pagination a.blog-pagination__next-link--disabled {
  cursor: default;
  pointer-events: none;
  display: none;
}

.blog-pagination a i {
  color: inherit;
}

.blog-pagination a:hover {
  color: #00ff84;
}

.liquid-blog-item .liquid-lp-footer a.more-link>span {
  display: inline-flex;
  border-radius: inherit;
  border-color: inherit;
  flex-flow: row wrap;
  align-items: center;
  padding: 0;
}

.liquid-blog-item .liquid-lp-footer a.more-link span.btn-txt {
  transform: translateX(0);
}

.liquid-blog-item:hover .liquid-lp-footer a.more-link span.btn-txt {
  transform: translateX(-3.727em);
}
.page-nav {
  padding-bottom: 80px;
}
.post-page-wrapper {
  position: relative;
  background-color: #fff;
  background-size: cover;
  overflow: hidden;
  color: rgba(24, 27, 49, 0.5);
  transform-style: preserve-3d;
  perspective: 1200px;
}


.pp-featured-image-wrapper img {
  width: 100%;
}

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

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


.blog-psot__padding {
  padding-top: 65px;

}

.entry-title {
  margin-top: 0;
  margin-bottom: 0.6em;
  letter-spacing: -0.01em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 28px;
  color: #000000;
}

.post-meta {
  color: #000000;
}
.blog-post__body p {
  margin-bottom: 1.3em;
  line-height: 2;
  font-size: 18px;
  color: #000000;
}

.entry-footer {
  margin: 0.2em 0 1.25em;
  display: flex;
}


.p-tags-links {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  list-style: none;
  margin: 2.5em 0;
}


.p-tags-links a {
  display: inline-flex;
  margin-right: 0.2em;
  padding: 0.5em 1.5em;
  margin-bottom: 0.5em;
  align-items: center;
  border: 1px solid #16171e;
  color: #16171e;
  opacity: 0.6;
}

.p-tags-links a:hover {
  opacity: 1;
}

.share-links {
  margin: 2.5em 0;
}


.share-links > span {
  color: #000000;
}

.share-links ul {
  border-radius: 50em;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
  line-height: 1em;
  font-size: 14px;
  display: inline-block;
}

.share-links ul li {
  display: inline-block;
  margin-right: 1.2em;
  font-size: 1em;
  line-height: 1em;
  margin-right: 0.3em;
}

.share-links ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50em;
  background-color: transparent;
  line-height: normal;
  width: 30px;
  height: 30px;
}

.share-links ul li a i {
  width: 100%;
  height: 100%;
  position: relative;
  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;
  display: inherit;
  justify-content: inherit;
  align-items: inherit;
  border-radius: 50em;
}

.share-links ul li a i.fa-facebook {
  background-color: #3b5998;
}

.share-links ul li a:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: translate(0, -2px);
}

.share-links ul li a i.fa-twitter {
  background-color: #1da1f2;
}

.share-links ul li a i.fa-pinterest-p {
  background-color: #bd081c;
}

.share-links ul li a i.fa-linkedin {
  background-color: #0077b5;
}
.post-pagination {
  margin: 0.2em 0 1.25em;
  display: flex;
  padding: 2.25em 0;
  font-size: 1.0909090909em;
  line-height: 1.25em;
}


.nav-previous {
  padding-left: 30px;
  width: 50%;
}



.post-pagination a {
  display: inline-block;
  position: relative;
}

.post-pagination svg {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  transition: transform 0.3s cubic-bezier(0, 0.95, 0.3, 1);
}

.nav-previous svg {
  left: -40px;
}

.nav-subtitle {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nav-title {
  color: #16171e;
  font-size: 20px;
  line-height: 25px;
}

.nav-previous:hover svg {
  transform: translateX(-7px);
}
.nav-next {
  padding-right: 30px;
  text-align: right;
  width: 50%;
}

.nav-next svg {
  right: -40px;
}

.nav-next:hover svg {
  transform: translateX(7px);
}
.related-posts-row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-flow: row wrap;
}

.related-posts-title-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
}

.related-post-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}



.rel-image-wrapper {
  margin-bottom: 0.9090909091em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s, transform 0.3s;
  margin: 0;
}

.rel-image-wrapper img {
  width: 100%;
  height: 148px;
  object-fit: cover;
}

.related-post-categories li {
  display: inline-block;
}
.blog-comments {
  margin-bottom: 2.25em;
}

.blog-comments form {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  margin-top: 3em;
  font-size: 16px;
}

h3#reply-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3em;
}

.blog-comments  .hs-form label {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}

.blog-comments .hs-form .hs-input {
  border: 0;
  border-bottom: 1px solid #d8dbe2;
  border-radius: 0;
  outline: 0;
}

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

.blog-comments .hs-form .actions .hs-button, .blog-comments .hs-form .actions .button--primary {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 16px 55px;
  border: none;
  background-color: #181b31;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 0;
  margin-bottom: 20px;
  line-height: 21px;
}

.blog-comments .hs-form .actions .hs-button:hover, .blog-comments .hs-form .actions .button--primary:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.f-carousel-item {
  padding-left: 15px;
  padding-right: 15px;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.f-carousel-item-inner {
  transition: box-shadow 0.3s;
  flex: 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.f-liquid-lp {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-top: 3px;
  margin-bottom: 0;
  padding-bottom: 66.67%;
}
.f-liquid-lp-media {
  background-size: cover;
  background-position: center;
  transition: transform 0.3s, box-shadow 0.3s, transform 0.3s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  min-height: 500px;
  width:100%;
}

.f-liquid-lp-media img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}



.f-liquid-blog-item-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 25px 5% 40px;
  overflow: hidden;
  flex-flow: column nowrap;
  /* justify-content: space-between; */
  /* justify-content: flex-end; */
}

.f-liquid-lp-header {
  display: block;
}

.f-liquid-lp-title {
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
  color: inherit;
  font-size: 48px;
  margin-top: 0;
}

.f-liquid-lp-title a {
  color: #fff;
}

.f-liquid-lp-details {
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  margin-top: 0.75em;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  margin-left: 4em;
  font-size: 10px;
  color: inherit;
  width: auto;
  display: inline-block;
}

.f-liquid-lp-details:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 0.1em;
  min-height: 1px;
  left: -4em;
  width: 3em;
  margin-top: -0.05em;
  top: 50%;
  transform-origin: left center;
  transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #fff;
}

.f-liquid-lp-details > * {
  display: inline-block;
  transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}

.f-liquid-lp-category {
  list-style: none;
  display: inline-block;
  margin: 0;
  font-size: 1em;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
  position: relative;
  z-index: 21;
  padding: 0;
}

.f-liquid-lp-category li {
  display: inline-block;
}

.f-liquid-lp-category li a {
  color: inherit;
}

.f-liquid-lp-date {
  display: inline-block;
  margin: 0;
  font-size: 1em;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.f-liquid-lp-date:before {
  content: '-';
  margin-right: 0.25em;
}

.f-liquid-lp-details:after ,.f-liquid-lp-details:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 0.1em;
  min-height: 1px;
  left: -4em;
}

.f-liquid-lp-details:after {
  bottom: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #fff;
}

.f-liquid-lp-media:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #141622 50%, transparent 100%);
  transition: transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
}

.f-liquid-lp:hover .f-liquid-lp-media:after {
  opacity: 0.7;
  transform: translateY(-50%);
}

.f-liquid-lp:hover .f-liquid-lp-details:before {
  transition-delay: 0s;
  transform-origin: left center;
  transform: scaleX(0);
}

.f-liquid-lp:hover .f-liquid-lp-details > *:nth-child(1) {
  transition-delay: 0.0866666667s;
}

.f-liquid-lp:hover .f-liquid-lp-details > * {
  transform: translateX(-4em);
}

.f-liquid-lp:hover .f-liquid-lp-details > *:nth-child(2) {
  transition-delay: 0.1533333333s;
}

.f-liquid-lp:hover .f-liquid-lp-details:after {
  transition-delay: 0.15s;
  transform-origin: left center;
  transform: scaleX(1);
}
.f-liquid-lp-media {
  position: absolute;
  overflow: hidden;
}
.f-liquid-blog-item-inner {
  justify-content: flex-end;
}
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.carousel-nav-circle {
  width: 100%;
}
.f-carousel-item {
  box-sizing: content-box;
}
.custom-slick-arrows {
  width: auto;
  padding: 0;
}
.feature-post-section {
  padding-top: 50px;
  padding-bottom: 82px;
  display: block;
}
.blog-comments .hs-form .hs-error-msgs label {
  color: #ef6b51;
}
.related-post-categories li a {
  line-height: 24px;
}
.p-tags-links a:hover {
  opacity: 1;
  color: #16171e;
}
.f-liquid-lp-title a {
  color: #fff;
}

.f-liquid-lp-title a:hover {
  color: #fff;
}
.hs-search-field__suggestions li {
  padding-left: 10px !important;
}
.top-search_content_element button {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 50px;
  border: 0;
  background: transparent;
  z-index: 999;
  cursor: pointer;
  outline:0;
}
.top-search_content_element button svg {
  display: none;
}
.post-item-group {
  width: 100%;
}
@media (min-width: 768px){
  .page-nav {
    padding-bottom: 40px;
  }
  .related-post-item {
    float: left;
    width: 100%;
  }

  .f-carousel-item {
    float: left;
    width: 100%;
  }

}
@media (min-width: 992px){
  .f-carousel-item {
    width: 50%;
    float: left;
  }
  .page-nav {
    padding-bottom: 60px;
  }
  .blog-post_content {
    width: 66.66666667%;
    float: left;
    margin-left: 16.66666667%;
  }
  .related-post-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px){
  .page-nav {
    padding-bottom: 80px;
  }
  .blog-psot__padding {
    padding-top: 65px;
    padding-left: calc(26%);
    padding-right: calc(26%);
    margin-right: calc(-26%);
    margin-left: calc(-26%);
    margin-top: -6.8181818182em;
    background-color: #fff;
  }
  .post-page-wrapper {
    margin-left: 50px;
    margin-right: 50px;
  }
  .p-tags-links {
    max-width: 50%;
  }
  .entry-footer {
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .share-links {
    max-width: 50%;
  }
  .post-pagination {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .nav-previous, .nav-next {
    max-width: 40%;
  }

  .related-post-item {
    width: 33.33333333%;
    float: left;
  }

  .f-carousel-item {
    width: 66.66666667%;
    float: left;
  }
}

@media(max-width:1199px){
  .banner-area.blog-banner {
    padding-top: 194px;
  }

  .ld-fancy-heading h1 p {
    margin-bottom: 17px !important;
  }
  .ld-fancy-heading h1 {
    margin-bottom: 15px !important;
  }
  .top-search_column {
    width: 66.66666667%;
    margin-left: 16.66666667%;
  }
  .ld-fancy-heading .lqd-highlight-underline {
    margin-right: 0;
    margin-left: 0;
  }
}


@media(max-width:991px){
  .banner-area.blog-banner {
    padding-top: 165px;
  }

  .blog-banner_column {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }

  .ld-fancy-heading h1 {
    margin-bottom: 19px !important;
  }

  .top-search_column {
    width: 100%;
    margin-left: 0;
  }

  .liquid-filter {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .liquid-filter-items {
    flex-direction: column;
    align-items: flex-start !important;
    padding-left: 7px;
    padding-right: 15px;
  }

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

  .topic-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .topic-group {
    margin-left: -15px;
    margin-right: -15px;
  }

  .liquid-filter-items {
    padding-bottom: 24px;
  }

  .liquid-blog-item {
    flex-direction: column;
  }

  figure.liquid-lp-media {
    flex-basis: 100%;
  }

  .liquid-blog-item-inner {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .liquid-blog-item .liquid-lp-excerpt {
    color: rgba(24, 27, 49, 0.55);
  }

  .post-item-group .liquid-lp-media .featured-image {
    height: auto;
    object-fit: cover;
  }
  .ld-fancy-heading .lqd-highlight-underline {
    margin-right: 0;
    margin-left: 0;
  }
  .pp-featured-image-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .entry-footer {
    flex-direction: column;
  }

  .post-pagination {
    flex-direction: column;
  }

  .nav-previous {
    width: 100%;
    margin-bottom: 20px;
  }

  .nav-next {
    width: 100%;
    margin-bottom: 20px;
  }

  .related-posts-title {
    text-align: left;
  }

  .rel-image-wrapper {
    margin-bottom: .9090909091em;
  }
  .rel-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media(max-width:800px){
  .ld-fancy-heading h1 {
    font-size: 50px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media(max-width:767px){
  .banner-area.blog-banner {
    padding-top: 145px;
  }

  .blog-banner_column {
    width: 100%;
    margin-left: 0;
  }


}

@media(max-width:700px){
  .ld-fancy-heading h1 {
    margin-right: 0;
    margin-left: 0;
    font-size: 50px;
  }  
}

@media(max-width:480px){
  .banner-area.blog-banner {
    padding-top: 10px;
  }
  .ld-fancy-heading h1 {
    margin-right: 0;
    margin-left: 0;
    font-size: 32px;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
  }

  .ld-fancy-heading .lqd-highlight-underline {
    margin-top: 0px;
    font-size: 16px;
  }  
}

@media(max-width:380px){
  .f-liquid-blog-item-inner {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    padding: 25px 5% 40px;
    overflow: hidden;
    flex-flow: column nowrap;
  }
}
/* ******************************************************************************
*********************************************************************************
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 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width:auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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: #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;
}

.password-page input#hs-pwd-widget-password {
  height:auto !important;
  margin-top: 0px !important;
  margin-bottom: 15px;
}
.systems-page form div#content {
  background-color: transparent !important;
}

input.email-edit.hs-input {
  font-size: 16px !important;
  padding: 12px 12px !important;
}

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

#hs_cos_wrapper_subscription_preferences_email_subscriptions form {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions form .page-header {
  border-color: transparent;
}
@media(max-width:991px){
  .error-page_heading {
    font-size: 30px;
  }
  .systems-page h1 {
    font-size: 30px;
  }
}

@media(max-width:767px){
  #hs_cos_wrapper_subscription_preferences_email_subscriptions h1 {
    font-size: 20px;
    line-height: normal;
  }

  #hs_cos_wrapper_subscription_preferences_email_subscriptions h2 {
    font-size: 18px;
  }
}