/* ******************************************************************************
*********************************************************************************
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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Circular";
  src: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/fonts/circular-book/circular-book.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Circular";
  src: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/fonts/circular-medium/circular-medium.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Circular";
  src: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/fonts/circular-bold/circular-bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Circular";
  src: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/fonts/circular-black/circular-black.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "icomoon";
  src: url("//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/LifeQisystem_September2020/Fonts/icomoon/icomoon.eot") format("embedded-opentype"),
    url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/fonts/icomoon/icomoon.ttf) format("truetype"),
    url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/fonts/icomoon/icomoon.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}

html {
  font-size: 16px;
}

body {
  font-family: Circular,Arial,sans-serif;
  font-size: 16px;
  color: #7c5c7b;
  line-height: 1.1;
  background-color:#fff;
}
body {
  overflow-x: hidden;
}

p {
margin:0;
  font-family: Circular,Arial,sans-serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0 0 15px 0;
  line-height: 1.2;
  font-weight: 700;
  font-family: Circular, Arial, sans-serif;
  color: #494a52;
}

h1 {
  font-size: 3.75rem;
  line-height:4rem;
}

h2 {
  font-size: 2rem;
  line-height:2.3rem;
}

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

h4 {
  font-size: 1.5rem;
  line-height:1.875rem;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0 0 10px 0 ;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style:none;
}

ul li,
ol li {

}

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

}
blockquote, q {
  quotes: none;
}
blockquote {
  position: relative;
  font-size: 1.5rem;
  font-weight: 300;
  padding-left: 1.75rem;
  line-height: 2rem;
}
blockquote:before {
  content: '\201C';
  position: absolute;
  top: 1.5rem;
  left: -1rem;
  font-size: 5.75rem;
  opacity: .5;
}
blockquote:after {
  content: '\201D';
  position: absolute;
  bottom: 0;
  font-size: 5.75rem;
  top: 100%;
  opacity: .5;
  margin-left: .5rem;
  bottom: 0;
}
figure{
  margin-left:0;
  margin-right:0;
  padding: 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;
}
/* ******************************************************************************
*********************************************************************************
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: Circular,Arial,sans-serif;
}

.hs-button {
  cursor: pointer;
  display: inline-block;
  background-color: #03afff;
  border-color: #03afff;
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  text-shadow: 0 -1px 0 #3574e3;
  font-family: helvetica;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  margin:15px 0;
  white-space:normal;
}

.hs-button:hover {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
}

.hs-button:active {
  background-color: #2bd7ff;
  border-color: #2bd7ff;
}

.hs-form .hs-form-field > label {
  font-family: helvetica;
  font-size: 13px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
  font-family: helvetica;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  line-height: 20px;
  margin-bottom: 4px;
  white-space: normal;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select,
.hs-input {
  display: inline-block;
  width: 100% !important;
  color: #33475b;
  padding: 1rem;
  border-radius: .375rem;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  vertical-align: middle;
  margin:0 0 5px;
}

.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: #666;
}

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

.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;
}

form select.hs-input {
  padding: 1rem !important;
  margin: 0;
  min-height: 4rem;
  min-width: 33.375rem;
  box-shadow: unset;
}
select:not(:-internal-list-box) {
  overflow: visible !important;
}
.hs-input:-moz-placeholder {  
  opacity: .75;
  font-size: .875rem;
  font-weight: 500;
}
.hs-input::-moz-placeholder {
  opacity: .75;
  font-size: .875rem;
  font-weight: 500;
}
.hs-input::-webkit-input-placeholder {
  opacity:0.35;
  font-size: .875rem;
  font-weight: 500;
  color:#666666;
}
/* 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: #c87872;
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}

.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: 16px;
  color: #7c5c7b;
}
.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: Circular,Arial,sans-serif;
}
@media(min-width:768px){
  form {
    max-width: 500px;
    font-family: Circular,Arial,sans-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;
}
.cm-banner-area {
  padding-top:calc(10rem - 72px);
  padding-bottom: 0;
}

.cm-banner-area .page-center {
  text-align: center;
  position: relative;
  padding-bottom: 3rem;
  padding-left: 5rem;
  padding-right: 8.125rem;
}
.cm-content-text {
  width: 60rem;
  display: inline-block;
  max-width: 100%;
}

.cm-content-text h1 {
  margin: 0;
}

.cm-content-text h1 + p {
  margin-top: 1.25rem;
}

@media only screen and (max-width: 1278px) and (min-width: 768px){
  .cm-banner-area {
    padding-top: calc(10rem - 80px);
  }
  .cm-banner-area .page-center {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
} 
@media(max-width:1277px){
  .mobile-hide {
    display: none;
  }
}
@media(max-width:767px){
  .cm-content-text h1 {
    font-size: 2.75rem;
  }

  .cm-banner-area .page-center {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cm-banner-area {
    padding-top: calc(7rem - 80px);
  }
}
@media(max-width:479px){
  .cm-content-text h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
/*=============================== Logos ================================================*/
.file-tiles {
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem;
}

.file-tile {
  box-shadow: 1px 1px 30px 1px rgba(0,0,0,0.1);
  border: none;
  border-radius: .625rem;
  background-color: #fff;
  position: relative;
  flex: 0 1 30%;
  margin: 1.5%;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  box-sizing: content-box;
}

.file-tile a {
  display: block;
  width: 100%;
  color: #7c5c7b;
}

.file-tile img {
  min-height: 4rem;
  object-fit: contain;
  width: 100%;
}

.file-tile-details {
  padding: 1rem;
  height: .5rem;
  bottom: 0;
  box-sizing: content-box;
}

.file-tile .file-tile-details:before {
  position: absolute;
  left: .875rem;
  bottom: .875rem;
  height: 1rem;
  width: 1rem;
  opacity: .25;
  filter: grayscale(100%);
}
.file-tile .file-tile-details:before{
  content:url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/blue-tick.svg);
}
.file-tile .file-tile-details .file-tile-name {
  position: absolute;
  left: 2.25rem;
  font-size: .875rem;
  bottom: .875rem;
}

.file-tile .file-tile-details .file-tile-extension {
  position: absolute;
  right: 1.25rem;
  bottom: .875rem;
  font-size: .875rem;
  font-weight: 600;
}

.file-tile:hover .file-tile-details:before {
  filter: none;
}
.file-tile a:hover {
  color: #7c5c7b;
}


@media only screen and (max-width: 1278px){
  .file-tile {
    border-radius: 0;
  }
}

@media only screen and (max-width: 1278px) and (min-width: 768px){
  .file-tile .file-tile-details .file-tile-name {
    width: calc(100% - 2.5rem);
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .file-tile .file-tile-details .file-tile-extension {
    right: .125rem;
    bottom: .125rem;
    font-size: .65rem;
  }
}

@media(max-width:767px){
  .file-tile {
    flex: 0 1 100%;
    min-height: 7.5rem;
  }

  .file-tiles {
    padding: 2.5rem 0;
  }
}

@media(max-width:479px){
  .file-tile .file-tile-details .file-tile-name {
    position: relative;
    top: 4px;
    display: block;
    left: 0;
    margin-bottom: 10px;
  }

  .file-tile-details {
    height: auto;
    display: block;
    position: relative;
  }

  .file-tile .file-tile-details:before {
    top: 50%;
    transform: translate(0, -50%);
  }

  .file-tile .file-tile-details .file-tile-extension {
    position: relative;
    right: 0;
    bottom: 0;
    left: auto;
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.no-nav .footer__container {
  min-height: 2rem;
}
.no-nav span.mobile-trigger {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


/*================================== Use Case page========================================*/
.feature-list-item:after,
.feature-list ul > li:after,
.free-trial-feature-list ul > li:before,
.request-a-demo-text ul > li:before,
.h-feature-list ul > li:after{
  background: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/blue-tick.svg);
}
.support-training:before {
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/neon-pink-blob.png);
}
.support-training:after {
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/blue-corner-smear.png);
}
.support-training .page-center:before {
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/white-smear.png);
}
.start-improving-wrapper:before {
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/pink-blob.png);
}
.start-improving-wrapper:after {
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/yellow-L-smear.png);
}
.pricing-features-list li:before {
  content: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/blue-tick.svg);
}
.hs-monitoring-block .span12.dnd-column > .dnd-row {
  height: 30rem;
  margin-bottom: 3.5rem;
}
.hs-monitoring-block .span12.dnd-column > .dnd-row > .row-fluid {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  padding-left: 5rem;
  padding-right: 8.125rem;
}

.hs-monitoring-block .span12.dnd-column > .dnd-row > .row-fluid:before,
.hs-monitoring-block .span12.dnd-column > .dnd-row > .row-fluid:after{
  display: none;
}

.hs-monitoring-block .span8 {
  box-sizing: border-box;
  vertical-align: top;
  width: 54.31%;
  display: inline-block !important;
  margin-left: 0;
}
.hs-monitoring-block .widget-type-linked_image {
  position: relative;
  width: 32rem;
}
.hs-monitoring-block .dnd-module {
  display: block !important;
}
.hs-monitoring-block .widget-type-linked_image img {
  max-width: 100%;
}
.hs-monitoring-block .span4 {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(45.69% - 3rem);
  margin-left: 3rem !important;
}
.hs-monitoring-block .span4 .widget-type-rich_text {
  margin-top: 4rem;
  width: 27.5rem;
}

.hs-monitoring-block .widget-type-rich_text h2 {
  margin: 1rem 0;
  color: #25313d;
}

.hs-monitoring-block .widget-type-rich_text p {
  line-height: 1.5rem;
  font-size: 1rem;
  margin: 1rem 0;
}
.hs-monitoring-block .span5 {
  width: 48.33%;
  display: inline-block !important;
  vertical-align: top;
}

.hs-monitoring-block .span7 {
  width: calc(51.67% - 3rem);
  margin-left: 3rem;
  display: inline-block !important;
  vertical-align: top;
}

.hs-monitoring-block .span5 .widget-type-rich_text {
  margin-top: 5rem;
  width: 32rem;
}

.hs-monitoring-block .span7 .widget-type-linked_image {
  width: 25rem;
  margin-left: 7.5rem;
}
.benefits-for-organition h5 {
  color: #7c5c7b;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  margin: 0;
}
.benefits-for-organition .dnd-row .dnd-module {
  min-height: unset;
}
.hs-monitoring-block .span9 {
  width: 63.68%;
}

.hs-monitoring-block .span3 {
  width: calc(36.32% - 3rem);
  margin-left: 3rem;
}

.hs-monitoring-block .span9 .widget-type-linked_image {
  width: 32rem;
  margin-left: 4rem;
}

.hs-monitoring-block .dnd-section {
  padding-top: 4.875rem;
}

.hs-monitoring-block .span3 .widget-type-rich_text {
  width: 20rem;
  margin-left: -10rem;
  margin-top: 2.5rem;
}

.hs-monitoring-block .span3 .hs_cos_wrapper_type_rich_text {
  margin-top: 1.4rem;
  max-width: 32rem;
  display: block;
}
.use-casesbuilding-capability .hs-monitoring-block .span12.dnd-column>.dnd-row:first-child {
  height: 32rem;
}

.use-casesbuilding-capability .hs-monitoring-block .span12.dnd-column>.dnd-row:last-child {
  height: 20rem;
}

.hs-monitoring-block .span2 {
  width: 42%;
}

.hs-monitoring-block .span2 .knowledge-sharing {
  margin-left: 2rem;
  width: 26rem;
}

.hs-monitoring-block .span2 .hs_cos_wrapper_type_rich_text {
  margin-top: 1.4rem;
  max-width: 32rem;
  display: block;
}

.hs-monitoring-block .span10 {
  margin-left: 1rem;
  width: calc(58% + 1rem);
}

.hs-monitoring-block .span10 .knowledge-sharing {
  width: 25rem;
  margin-left: 8rem;
}
.benefits-for-organition .dnd-section>.row-fluid > div {
  padding-bottom: 8.25rem;
}

.benefits-for-organition .dnd-section>.row-fluid {
  border-bottom: .3125rem solid #f8f8f8;
  padding-bottom: 6rem;
}
.use-case-page + div .footer-top-group,
.feature-page + div .footer-top-group{
  padding-top: 20px;
}
.body-container-wrapper {
  overflow-x: hidden;
}
.use-casescollaborative-programme .hs-monitoring-block .span8 {
  width: auto;
  flex-basis: 66.67%;
  flex-shrink: 1;
}

.use-casescollaborative-programme .hs-monitoring-block .span4 {
  width: 100%;
  flex-basis: 25%;
  flex-shrink: 1;
}

.use-casescollaborative-programme .hs-monitoring-block .span8 .dnd-row {
  width: 30rem;
}

.use-casescollaborative-programme .hs-monitoring-block .widget-type-rich_text {
  margin-top: 1.4rem;
  max-width: 32rem;
  width: 26rem;
}
.use-casescollaborative-programme .hs-monitoring-block .span5 {
  width: auto;
  flex-basis: 33.33%;
  flex-shrink: 1;
}

.use-casescollaborative-programme .hs-monitoring-block .span7 {
  flex-basis: 66.67%;
  flex-shrink: 1;
  width: auto;
}

.use-casescollaborative-programme .hs-monitoring-block .span7 .multi-site {
  width: 30rem;
  margin-left: 5rem;
}

.use-casescollaborative-programme .hs-monitoring-block .span12.dnd-column>.dnd-row:last-child {
  height: 20rem;
}
.use-casesbuilding-capability .organisation-logo img {
  width: 100%;
}
@media only screen and (max-width: 1278px) and (min-width: 1024px){
  .hs-monitoring-block .span3 p {
    max-width: 40rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media(max-width:1278px){
  .hs-monitoring-block .span9,.hs-monitoring-block .span3 {
    width: 100%;
    float: none;
    margin: 0;
  }

  .hs-monitoring-block .span9 .widget-type-linked_image {
    width: 100%;
    margin: 0;
  }
  .hs-monitoring-block .span3 .widget-type-rich_text {
    position: initial;
    width: auto;
    margin-top: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .use-casesbuilding-capability .hs-monitoring-block .span12.dnd-column>.dnd-row:first-child,
  .use-casesbuilding-capability .hs-monitoring-block .span12.dnd-column>.dnd-row:last-child {
    height: auto;
  }

  .hs-monitoring-block .span3 p {
    max-width: 40rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .hs-monitoring-block .span3 .hs_cos_wrapper_type_rich_text {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }

  .hs-monitoring-block .span2 {
    order: 2;
    width: 100%;
    float: none;
  }

  .hs-monitoring-block .span10 {
    order: 1;
    width: 100%;
    float: none;
    margin: 0;
  }

  .hs-monitoring-block .span10 .knowledge-sharing {
    width: 100%;
    margin: 0;
  }

  .hs-monitoring-block .span2 .knowledge-sharing {
    position: initial;
    width: auto;
    margin-top: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .hs-monitoring-block .span2 .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
    margin: 0;
  }
  .use-casescollaborative-programme .hs-monitoring-block .span12.dnd-column>.dnd-row:last-child {
    height: auto;
  }

  .use-casescollaborative-programme .hs-monitoring-block .span8 {
    flex: 1 0 65%;
    width: 100%;
  }

  .use-casescollaborative-programme .hs-monitoring-block .span4 {
    flex-basis: 32%;
    padding-left: 0;
  }

  .hs-monitoring-block .span12.dnd-column>.dnd-row>.row-fluid {
    flex-direction: column;
  }

  .use-casescollaborative-programme .hs-monitoring-block .span8 .dnd-row {
    width: 100%;
  }

  .use-casescollaborative-programme .hs-monitoring-block .widget-type-rich_text {
    max-width: unset;
  }

  .use-casescollaborative-programme .hs-monitoring-block .span7 .multi-site {
    max-width: unset;
    width: 100%;
    margin: 0;
  }

}
@media(max-width:1277px){
  .hs-monitoring-block .span12.dnd-column>.dnd-row>.row-fluid {
    flex-wrap: wrap;
  }

  .hs-monitoring-block .span8, .hs-monitoring-block .span4 {
    display: block !important;
    width: 100%;
    float: none;
    margin: 0;
  }
  .hs-monitoring-block .widget-type-linked_image, 
  .hs-monitoring-block .span4 .widget-type-rich_text , 
  .hs-monitoring-block .span7 .widget-type-linked_image {
    width: 100%;
    margin: 0;
  }
  .hs-monitoring-block .span12.dnd-column>.dnd-row {
    height: auto;
    margin-left: 0;
    margin-bottom: 0;
  }

  .hs-monitoring-block .span4 {
    margin: 0 !important;
  }

  .hs-monitoring-block .span4 .widget-type-rich_text {
    margin-top: 2.5rem;
  }

  .hs-monitoring-block .widget-type-rich_text p {
    max-width: 40rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .hs-monitoring-block .span5 {
    order: 2;
    width: 100%;
    display: block !important;
  }

  .hs-monitoring-block .span7 {
    order: 1;
  }

  .hs-monitoring-block .span7 {
    margin: 0;
    width: 100%;
    display: block !important;
  }

  .hs-monitoring-block .span12.dnd-column>.dnd-row:nth-child(even) {
    padding-top: 4.875rem;
    flex-wrap: nowrap;
    height: auto;
    margin-left: 0;
  }

  .hs-monitoring-block .span5 .widget-type-rich_text {
    position: initial;
    width: auto;
    margin-top: 2.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 40rem;
  }

  .hs-monitoring-block .span12.dnd-column>.dnd-row:last-child {
    padding-top: 4.875rem;
  }
  .benefits-for-organition .dnd-section {
    padding-top: 4rem !important;
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .benefits-for-organition .dnd-section>.row-fluid{
    padding-bottom: 5rem;
  }
}

@media(max-width:1023px){
  .hs-monitoring-block .widget-type-rich_text p {
    max-width: 100%;
    line-height: 1.5rem;
    font-size: 1rem;
  }
  .hs-monitoring-block .span5 .widget-type-rich_text {
    max-width: 100%;
  }
  .hs-monitoring-block .span5 .widget-type-rich_text {
    max-width: 100%;
  }

}
@media(max-width:767px){
  .hs-monitoring-block .span12.dnd-column>.dnd-row>.row-fluid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/*======================================== Feature Page =======================================*/

.testimonial-slider-item:nth-child(6n+1):before {
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/snippetshape3.png);
}
.testimonial-slider-item:nth-child(6n+2):before {
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/snippetshape2.png);
}
.testimonial-slider-item:nth-child(6n+3):before {
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/snippetshape1.png);
}
.testimonial-slider-item:nth-child(6n+4):before{
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/snippetshape4.png);
}
.testimonial-slider-item:nth-child(6n+5):before{
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/snippetshape5.png);
}
.testimonial-slider-item:nth-child(6n+6):before{
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/snippetshape6.png);
}
.hs-feature-page .benefits-for-organition .dnd-section>.row-fluid {
  padding-top: 10.25rem;
  padding-bottom: 0;
}
.hs-feature-page .benefits-for-organition .dnd-row:first-child {
  margin-bottom: 0;
  padding-left: 5rem;
  padding-bottom: 0;
  padding-right: 8.125rem;
  margin-left: 0;
  width: 100%;
}

.benefits-for-organition-area .widget-type-rich_text h2 {
  text-align: center;
  line-height: 3.75rem;
  font-size: 3rem;
  max-width: 38rem;
  margin: auto;
  font-weight: 700;
  color: #25313d;
}

.benefits-for-organition-area .widget-type-rich_text h2 + p {
  text-align: center;
  margin-top: 1.625rem;
  width: 48rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-family: Circular,Arial,sans-serif;
  color: #7c5c7b;
}
.featuresdata .key-benefit-item h3+p {
  line-height: 1.6;
  font-family: Circular,Arial,sans-serif;
  color: #7c5c7b;
}

.featuresdata .key-benefit-item h3 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
}

@media only screen and (min-width: 1278px){
  .blob-container {
    float: right;
    padding: 0 !important;
  }

  .blob-positioner {
    position: absolute;
    right: 0;
  }

  .fixed-blob {
    position: relative;
    width: 20rem;
    height: 20rem;
    top: -4rem;
  }

  .fixed-blob:after {
    background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/yellow-blob.png);
    background-repeat: no-repeat;
    background-size: 18rem;
    background-position-x: 11rem;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    position: absolute;
  }
  .hs-feature-page .benefits-for-organition .dnd-section>.row-fluid>div {
    margin-left: 0;
  }

  .hs-feature-page .key-benefit{
    margin-top: 4rem;
  }
  .featuresdata .benefits-for-organition-area .widget-type-rich_text h2{
    margin-left: 14rem;
    margin-right: 14rem;
    font-size: 2.75rem;
    line-height: 3.25rem;
    width: 38rem;
  }
  .featuresdata .fixed-blob:after {
    background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/pink-blob.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 11rem;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    position: absolute;
  }
}
@media(max-width:1278px){
  .benefits-for-organition .blob-container {
    display: none;
  }
  .hs-feature-page .benefits-for-organition .dnd-section {
    padding: 0 !important;
  }
  .benefits-for-organition .dnd-section>.row-fluid>div {
    margin-left: 0;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 1278px) and (min-width: 768px){
  .benefits-for-organition-area .widget-type-rich_text h2+p {
    margin-bottom: 0;
    margin-top: .875rem;
    max-width: 48rem;
    width: 100%;
  }
}

@media only screen and (max-width: 767px){
  .hs-feature-page .benefits-for-organition .dnd-row:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .benefits-for-organition-area .widget-type-rich_text h2+p {
    width: 100%;
  }

  .benefits-for-organition-area .widget-type-rich_text h2 {
    width: 100%;
    max-width: 100%;
  }

  .hs-feature-page .benefits-for-organition .dnd-section>.row-fluid {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }

  .hs-feature-page .benefits-for-organition .dnd-section>.row-fluid>div {
    padding-bottom: 0;
  }
}
/*========================================== Free Trial ================================*/
.home-header .header-group {
  background-color: #f8f8f8 !important;
}
.free-trial-feature-list ul,
.request-a-demo-text ul,
.resource-sidebar-menu ul{
  margin: 0;
}
.request-demo-page {
  overflow-x: visible;
}
.free-trial-page {
  overflow-x: visible;
}
/*====================== Contact Page ==========================*/
.hs-contact-heading .dnd-section>.row-fluid {
  padding-top: calc(10rem - 72px);
}

.hs-contact-container {
  width: 45rem;
  margin: auto;
  box-shadow: 1px 1px 30px 1px rgba(0,0,0,0.1);
  border: none;
  border-radius: .625rem;
  background-color: #fff;
  position: relative;
  margin-bottom: 2.5rem;
}

.hs-contact-tabber .content-wrapper {
  padding-bottom: 6rem;
  padding-right: 0;
  padding-left: 0;
}

.hs-contact-heading .dnd-section>.row-fluid > div {
  padding-bottom: 7.5rem;
  position: relative;
  padding-left: 5rem;
  padding-right: 8.125rem;
}

.hs-contact-heading h1 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.875rem;
  font-weight: 700;
  color: #25313d;
  margin-bottom: 0;
}

.hs-contact-container:before {
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/yellow-blob.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16rem;
  height: 100%;
  z-index: 1;
  content: '';
  position: absolute;
  left: -5rem;
  top: -5rem;
}

.hs-contact-container:after {
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/pink-smear.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30rem;
  height: 10rem;
  z-index: 1;
  content: '';
  position: absolute;
  right: -4rem;
  bottom: 0;
  margin-bottom: -6rem;
}
.contact-book-demo-container {
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  background: #f8f8f8;
  z-index: 2;
}

.contact-book-demo-container .span12.dnd-column {
  text-align: center;
  width: 25rem;
  margin: auto;
}

.contact-book-demo-container .dnd-row {
  margin: 0 2.5rem;
  max-width: 45rem;
  display: flex;
}

.contact-book-demo-container .dnd-row > .row-fluid {
  padding: 2rem 0;
  flex: 1 1 auto;
}

.contact-book-demo-container h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
}

.contact-book-demo-container p {
  font-size: 1.25rem;
  margin-bottom: .75rem;
  line-height: 1.6;
  font-family: Circular,Arial,sans-serif;
  color: #7c5c7b;
}

.contact-book-demo-container p a {
  color: #b39db0;
  font-weight: 700;
}
.contact-book-demo-container .cta_button:hover {
  background-color: #0abaef;
}
.contact-book-demo-container .cta_button {
  margin-bottom: .75rem;
  background-color: #02acef;
  color: #fff;
  transition: .15s;
  cursor: pointer;
  display: inline-block;
  font-size: .875rem;
  padding: .875em 1em;
  text-decoration: none;
  font-weight: 700;
  border: none;
  border-radius: .375rem;
  line-height: normal;
}
.hs-contact-page {
  overflow: hidden;
}
.home-footer .footer-bottom-group {
  background-color: #f8f8f8;
}
.data-security-footer .footer-bottom-group{
  background-color:#25313d;
}
@media(max-width:1278px){
  .hs-contact-tabber .dnd-section>.row-fluid {
    padding: 0;
  }

  .hs-contact-heading .dnd-section>.row-fluid {
    padding-top: calc(7rem - 80px);
  }

  .hs-contact-tabber .content-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hs-contact-heading .dnd-section>.row-fluid>div {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media(max-width:767px){
  .hs-contact-heading .dnd-section>.row-fluid>div {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hs-contact-tabber {
    margin-top: 5rem;
    padding-bottom: 5rem;
    width: 100%;
  }

  .hs-contact-tabber .content-wrapper {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5rem;
  }
  .contact-book-demo-container .dnd-row {
    max-width: 100%;
    margin: 0;
  }
  .contact-book-demo-container .span12.dnd-column {
    width: auto;
  }

}

/*======================================== Resource Page =======================================*/
.data-security-header .header-group {
  color: #fff;
  background: #25313d;
  box-shadow: 0 1px 6px rgba(48,32,47,0.6);
}

.data-security-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #fff;
  opacity: 0.75;
}
.resource-sidebar-menu .hs-menu-wrapper > ul>li>a {
  display: none;
}
.data-security-header .custom-menu-primary .hs-menu-wrapper > ul > li.active > a, 
.data-security-header .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color: #fff;
  background: transparent;
  opacity: 1;
  font-weight: 700;
}
.data-security-header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  opacity: 1;
  background-position: 10% 0;
}

.data-security-header .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after, 
.data-security-header .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after {
  top: .5rem;
  background-position: 20% 0;
}
.hs-data-security-page .content-wrapper {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
  padding-bottom: 3rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.hs-data-security-page {
  padding-top: calc(10rem - 72px);
  padding-bottom: 0;
}

.resource-left-column {
  flex-basis: 66.67%;
  flex-shrink: 1;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.resource-right-column {
  margin-left: 3rem;
  flex-basis: 17rem;
  flex-grow: 0;
  height: 7rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.resource-content-column h1 {
  font-size: 2.7rem;
  color: #fff;
  margin-bottom: 3.5rem;
  line-height: 2.875rem;
  font-weight: 700;
}

.resource-content-column h3 {
  color: #02acef;
  font-size: 1.5rem;
  margin-bottom: 2.25rem;
  line-height: 1.875rem;
  font-weight: 700;
}

.resource-content-column p {
  line-height: 1.75rem;
  color: #fff;
}

.resource-sidebar-menu ul > li {
  padding-bottom: 1.5rem;
}

.resource-sidebar-menu ul > li > a {
  color: #fff;
  opacity: .6;
  line-height: 1.75rem;
  font-weight: 500;
}

.resource-sidebar-menu ul > li.active > a,.resource-sidebar-menu ul > li.active-branch > a {
  opacity: 1;
}

.resource-sidebar-menu ul > li > a:hover {
  opacity: 1;
}

.resource-content-column .dnd-section>.row-fluid > div > .dnd-row:not(:first-child) {
  margin-top: 5rem;
}

.resource-content-column .hs-button {
  margin: 3.5rem 0 0 0;
  background-color: #02acef;
  color: #fff;
  box-shadow: -4px 6px 1px rgba(48,32,47,0.6);
  border: 0;
  border-radius: .375rem;
  cursor: pointer;
  display: inline-block;
  font-size: .875rem;
  padding: 14px 1em 13px;
  text-decoration: none;
  font-weight: 500;
  line-height: normal;
  vertical-align: middle;
  font-family: Circular,Arial,sans-serif;
  text-shadow: unset;
  letter-spacing: normal;
}
.resource-content-column .hs-button:hover {
  background-color: #02acef;
  color: #fff;
  box-shadow: -4px 6px 1px rgba(48,32,47,0.6);
  border: 0;
}
.resource-content-column .hs-button:after {
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-size: cover;
  margin-left: .25rem;
  vertical-align: middle;
  margin-top: -.125rem;
  content: "";
  background-position: 10% 0;
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/chevron-variants.svg);
}

@media(max-width:1278px){
  .hs-data-security-page {
    padding-top: calc(10rem - 80px);
  }

  .resource-content-column {
    width: 100%;
    box-sizing: content-box;
  }
  .hs-data-security-page .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-data-security-page {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
@media only screen and (max-width: 1278px) and (min-width: 1024px){
  .resource-content-column {
    width: 35rem;
  }
}
@media(max-width:1023px){
  .resource-right-column {
    height: auto;
    flex-basis: unset;
    flex-grow: unset;
    width: 31%;
  }

  .resource-left-column {
    width: 64%;
    flex-basis: unset;
    flex-shrink: unset;
  }

}
@media(max-width:767px){
  .resource-left-column,.resource-right-column {
    width: 100%;
  }
  .resource-right-column {
    display: none;
  }

  .hs-data-security-page .content-wrapper {
    display: block;
  }

  .hs-data-security-page {
    padding-top: calc(7rem - 80px);
  }
  .data-security-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    opacity: 1;
  }
  .data-security-header .custom-menu-primary .hs-menu-wrapper>ul>li.active>a:after, 
  .data-security-header .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:after {
    top: 1.375rem;
    right: unset;
    margin-left: .5rem;
    background-position: 20% 0 !important;
  }
  .data-security-header .custom-menu-primary .hs-menu-wrapper>ul>li>a:after, 
  .data-security-header .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
    background-position: 80% !important;
  }
}
@media(max-width:479px){
  .resource-content-column h1 {
    font-size: 35px;
  }
}
/*====================== Home Page ==========================*/
.hs-home .hs-start-improving .dnd-section {
  padding-top: 11rem !important;
  padding-bottom: 12rem !important;
}
.hs-start-improving {
  position: relative;
}
.hs-home .hs-start-improving:before {
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/neon-pink-blob.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: '';
  margin-top: -7%;
  margin-left: -9%;
}

.hs-home .hs-start-improving:after {
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/white-smear.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  content: '';
  margin-top: -6%;
  margin-left: -5%;
}
@media(max-width:767px){
  .hs-home .hs-start-improving .dnd-section {
    padding-top: 5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
/*============================ Pricing Page ==============================================*/
.hs-pricing-heading {
  padding-top: calc(8rem - 72px);
}
.hs-pricing-heading .dnd-section {
  padding-right: 5rem;
  margin-bottom: 0;
  text-align: left;
  padding-left: 5rem;
}
.hs-pricing-heading h1 {
  font-size: 3.25rem;
  line-height: 3.5rem;
  text-align: center;
  font-weight: 700;
  color: #25313d;
  margin: 0;
}
.pricing-plan-container > .content-wrapper {
  display: flex;
  padding: 0 2.5rem;
  box-sizing:content-box;
}
.pricing-sidebar {
  flex: 0 0 20rem;
  padding: 0;
  margin-left: 2.5rem;
  position: relative;
  box-sizing: content-box;
}
.hs-pricing-content {
  margin: 2.5rem;
  padding: 1.75rem;
  border-radius: .75rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: content-box;
}
.pricing-page {
  position: relative;
  overflow: hidden;
}

.pricing-page:after {
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/yellow-blob.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: 11rem;
  width: 20rem;
  height: 25rem;
  z-index: 1;
  content: '';
  position: absolute;
  right: 0;
  top: 5rem;
}

.pricing-page:before {
  background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/blue-smear.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: -6.5rem;
  width: 50rem;
  height: 7rem;
  z-index: 1;
  content: '';
  position: absolute;
  left: -21.5rem;
  top: 55rem;
  transform: rotate(-90deg);
}
.footer {
  position: relative;
  z-index: 5;
}
.pricing-page .body-container-wrapper {
  position: relative;
  z-index: 5;
}
.pricing-plan-container {
  padding-bottom: 6rem;
}
@media(max-width:1278px){
  .hs-pricing-heading {
    padding-top: calc(8rem - 80px);
  }
  .pricing-plan-container {
    padding-bottom: 5rem;
  }
}

@media only screen and (max-width: 767px){

  .hs-pricing-heading h1 {
    font-size: 3rem;
  }

  .hs-pricing-heading .dnd-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pricing-plan-container>.content-wrapper {
    display: block;
    padding: 0 2.5rem;
    margin-top: 1.25rem;
  }

  .hs-pricing-heading .dnd-section>.row-fluid {
    padding: 0;
  }

  .pricing-sidebar {
    margin-left: 0;
  }

  .pricing-page:after {
    background-size: 65%;
    background-position-x: 250%;
    top: 12rem;
    z-index: 0;
    height: 12rem;
  }

  .hs-pricing-content {
    padding: 0;
    margin: 0;
    margin-top: 2.5rem;
  }

  .pricing-page:before {
    background-size: 65%;
    background-position-y: 220%;
    top: 52rem;
    z-index: 0;
  }

  .pricing-plan-container {
    padding-bottom: 5rem;
  }
}
@media(max-width:479px){
  .hs-pricing-heading h1 {
    font-size: 2.5rem;
  }
}
/*=========================== Media Kit ======================================*/
.hs-media-kit-page .feature-media-kit .dnd-section>.row-fluid {
  border-bottom: .3125rem solid #f8f8f8;
  padding-top: calc(10.25rem - 72px);
  padding-bottom: 6rem;
}
.hs-media-kit-page .feature-media-kit .dnd-row{
  text-align: center;
  padding-left: 5rem;
  padding-right: 8.125rem;
  position: relative;
  padding-bottom: 3rem;
}
.hs-media-kit-page .feature-media-kit .dnd-row:first-child{
  padding-bottom: 3rem;
}
.feature-media-kit .widget-type-rich_text h2{
  font-size: 2.7rem;
  line-height: 2.875rem;
  font-weight: 700;
  color: #25313d;
  margin-bottom: 0;
}

.feature-media-kit .widget-type-rich_text{
  width: 41rem;
  display: inline-block;
  max-width: 100%;
}

.hs-media-kit-page .feature-media-kit .dnd-row:nth-child(even) {
  padding: 2.5rem 7.5rem;
}

.hs-media-kit-page .feature-media-kit .dnd-row:nth-child(even) .widget-type-rich_text {
  width: 100%;
}

.feature-media-kit img {
  max-width: 100%;
}

.feature-media-kit img:last-child {
  display: none;
}
.media-kit-logos .dnd-section>.row-fluid,
.hs-media-kit-page .dnd-section>.row-fluid{
  border-bottom: .3125rem solid #f8f8f8;
  padding-top: 10.25rem;
  padding-bottom: 6rem;
}

.media-kit-logos .dnd-row,
.hs-media-kit-page .dnd-row{
  position: relative;
  text-align: center;
  padding-bottom: 3rem;
  padding-left: 5rem;
  padding-right: 8.125rem;
}

.media-kit-logos .dnd-row .widget-type-rich_text,
.hs-media-kit-page .widget-type-rich_text{
  width: 41rem;
  display: inline-block;
  max-width: 100%;
}

.media-kit-logos h2,
.hs-media-kit-page .widget-type-rich_text h2{
  font-size: 2.7rem;
  line-height: 2.875rem;
  font-weight: 700;
  color: #25313d;
  margin-bottom: 0;
}

.media-kit-logos h2 + p,
.hs-media-kit-page .widget-type-rich_text h2 + p{
  margin-top: 1.25rem;
}

.media-kit-logos h2 a,
.hs-media-kit-page .widget-type-rich_text h2 a{
  font-weight: 500;
}

.media-kit-logos .widget-type-rich_text a,
.hs-media-kit-page .widget-type-rich_text a{
  font-weight: 500;
}
.hs-media-kit-page .dnd-row:first-child {
  padding-bottom: 0;
}
.hs-lifeQI-text-block .hs_cos_wrapper_type_rich_text > div {
  text-align: left;
  line-height: 1.25rem;
  cursor: pointer;
  padding: 2rem 2.5rem;
  box-shadow: 1px 1px 30px 1px rgba(0,0,0,0.1);
  border: none;
  border-radius: .625rem;
  background-color: #fff;
}

.hs-lifeQI-text-block .span6 {
  box-sizing: border-box;
  min-width: 0;
  padding-right: .75rem;
  flex: 0 0 50%;
  width: auto;
  margin-left: 0;
}

.hs-lifeQI-text-block .dnd-row:last-of-type > .row-fluid {
  padding: 2.5rem 0;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hs-lifeQI-text-block .dnd-row:last-of-type > .row-fluid:before,
.hs-lifeQI-text-block .dnd-row:last-of-type > .row-fluid:after {
  display: none;
}

.hs-lifeQI-text-block .span6:last-child {
  padding-right: 0;
  padding-left: .75rem;
}

@media only screen and (max-width: 1278px) and (min-width: 1024px){
  .hs-media-kit-page .feature-media-kit .widget-type-rich_text,
  .media-kit-logos .dnd-row .widget-type-rich_text,
  .hs-media-kit-page .widget-type-rich_text{
    width: 35rem;
  }
}

@media(max-width:1278px){
  .hs-media-kit-page .feature-media-kit .dnd-section>.row-fluid {
    padding-top: calc(7rem - 80px);
    padding-bottom: 0;
  }
  .media-kit-logos .dnd-section>.row-fluid,
  .hs-media-kit-page .dnd-section>.row-fluid{
    padding-bottom: 5rem;
  }
  .hs-media-kit-page .feature-media-kit .dnd-row,
  .media-kit-logos .dnd-row,
  .hs-media-kit-page .dnd-row{
    height: auto;
    margin-left: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .hs-lifeQI-text-block .hs_cos_wrapper_type_rich_text>div {
    border-radius: 0;
    padding: 2rem 1rem;
  }
  .feature-media-kit img:last-child {
    display: block;
  }

  .feature-media-kit img:first-child {
    display: none;
  }

} 
@media(max-width:767px){
  .hs-media-kit-page .feature-media-kit .dnd-row,
  .media-kit-logos .dnd-row,
  .hs-media-kit-page .dnd-row{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hs-media-kit-page .feature-media-kit .widget-type-rich_text,
  .media-kit-logos .widget-type-rich_text,
  .hs-media-kit-page .widget-type-rich_text{
    width: 100%;
  }
  .hs-lifeQI-text-block .span6 {
    flex-basis: 100%;
    margin: 0;
    padding: 0;
    padding-top: 1.25rem;
  }

  .hs-lifeQI-text-block .span6:last-child {
    padding-left: 0;
  }
  .hs-media-kit-page .feature-media-kit .dnd-section>.row-fluid,
  .media-kit-logos .dnd-section>.row-fluid,
  .hs-media-kit-page .dnd-section>.row-fluid{
    padding-bottom: 5rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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__container {
  max-width: 1200px;
  margin: 0 auto;
}
.custom-menu-primary .hs-menu-wrapper ul,
.navbar-buttons ul{
  margin: 0;
}
.main-header-group {
  min-height: 72px;
}
.header-group {
  color: #25313d;
  transition-duration: .3s;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  min-height: inherit;
}

.header__container {
  text-align: center;
  position: relative;
}
.header-logo {
  position: absolute;
  left: 2.5rem;
  max-width: 133px;
  width: 100%;
}

.header-logo > div {
  height: 2.5rem;
  margin-top: 1rem;
}
.header-logo a {
  display: block;
}

.header-logo a img {
  width: 100% !important;
  max-width: 133px;
}

.custom-menu-primary {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  min-width: 35rem;
  margin-top: -.25rem;
  height: auto !important;
}
.navbar-buttons {
  height: auto !important;
  position: absolute;
  right: 2.5rem;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  padding-top: 1rem;
  position: relative;
  font-size:0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  margin-left: .25rem;
  margin-right: .25rem;
  font-size: 16px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li >a {
  font-weight: 300;
  font-size: 1.125rem;
  background: transparent;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  padding-right: 1.75rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  content: '';
  background: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/chevron-variants.svg);
  transform: rotate(90deg);
  background-position: 90% 0;
  background-size: auto .75rem;
  background-repeat: no-repeat;
  position: absolute;
  width: .75rem;
  height: .75rem;
  display: inline-block;
  right: .75rem;
  top: .25rem;
  transition: transform .15s;
  opacity:0.75;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after {
  opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a{
  font-weight: 700;
  opacity: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a::after,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a::after{
  top: .5rem;
  background-position: 20% 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
  margin-right: 8px;
}

.navbar-buttons ul li {
  display: inline-block;
  margin-top: 1rem;
  margin-left: .25rem;
  margin-right: .25rem;
}

.navbar-buttons ul li a {
  padding: .571em .857em;
  border-radius: .1875rem;
  margin-top: .375rem;
  font-size: .75rem;
  box-shadow: none;
  transition: .15s;
  line-height: normal;
  text-decoration: none;
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (min-width: 768px){
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul {
    display: flex;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    display: none;
    position: absolute;
    top: 1rem;
    left: -125%;
    background: transparent;
    width: 48rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    padding: 0;
    padding-top: .75rem;
    z-index: 3;
    border: none;
    border-radius: .625rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li >a{
    padding-bottom: 1.75rem;
    padding-top: 1rem;
    margin: 0;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    border: .075rem solid transparent;
    border-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > .mega-menu-wrapper {
    padding: 2.5rem 2rem;
    text-align: left;
    box-shadow: 1px 1px 30px 1px rgba(0,0,0,0.1);
    width: 100%;
    display: flex;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > .mega-menu-wrapper > li {
    line-height: 2.55rem;
    padding-bottom: .5rem;
    flex: 1 0 30%;
    text-align: center;
    padding: 1%;
    border-radius: .25rem;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > .mega-menu-wrapper > li > a {
    font-size: 1.125rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #25313d;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > .mega-menu-wrapper > li > a > span{
    display:block;
    margin-bottom: .5rem;
  }
  .custom-menu-primary .hs-menu-wrapper ul>li.resources > ul {
    width: auto;
    left: -350%;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li.resources > ul > .mega-menu-wrapper {
    width: 49rem;
  }
  .custom-menu-primary .hs-menu-wrapper ul>li.resources>ul>.mega-menu-wrapper {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .custom-menu-primary .hs-menu-wrapper >ul>li.resources>ul>.mega-menu-wrapper > li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    flex: 1 0 34.6%;
    padding: 0;
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper >ul>li.resources>ul>.mega-menu-wrapper > li:last-child {
    flex: 1 0 17.7%;
  }

  .custom-menu-primary .hs-menu-wrapper >ul>li.resources>ul>.mega-menu-wrapper > li + li {
    margin-left: 3rem;
  }

  .custom-menu-primary .hs-menu-wrapper >ul>li.resources>ul>.mega-menu-wrapper > li > a {
    margin-bottom: .625rem;
    margin-top: -.375rem;
    font-size: 1.125rem;
    font-weight: 700;
    margin-left: .75rem;
    line-height: 1.875rem;
    pointer-events: none;
    cursor: text;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>.mega-menu-wrapper>li > ul > li {
    flex: 1 0 30%;
    padding: .5rem .75rem;
    flex-wrap: wrap;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.25rem;
    text-align: left;
    border-radius: .25rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>.mega-menu-wrapper>li > ul {
    display: flex;
    width: auto;
    flex-flow: column;
  }
  .custom-menu-primary .hs-menu-wrapper >ul>li.resources>ul>.mega-menu-wrapper > li > ul > li > a {
    line-height: 1.6;
    font-family: Circular,Arial,sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    display: block;
    font-weight: 500;
  }
  .nav-text-block {
    font-size: .75rem;
    line-height: 1.125rem;
    cursor: pointer;
    font-weight:400;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>.mega-menu-wrapper>li:hover {
    background: transparent;
  }
  .mobile,.mobile-trigger,.child-trigger{
    display:none;
  }
}
@media only screen and (min-width: 1278px){
  .mobile-logo{
    display: none !important;
  }
}
@media only screen and (max-width: 1278px) and (min-width: 1024px){
  .header-logo>div {
    vertical-align: middle;
    margin-top: .25rem;
    height: auto;
  }
  .mobile-logo {
    display: none;
  }

  .header-logo a img {
    display: block;
    margin-top: .5rem;
    max-width: 134px;
  }
  .main-header-group {
    min-height: 80px;
  }
  .header__container {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 1278px){
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    padding-top: .75rem;
    padding-bottom: 1rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    padding-top: .75rem;
    padding-bottom: 1rem;
  }

  .custom-menu-primary {
    left: 50%;
    margin-top: -6px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 1rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a::after {
    top: .375rem;
  }

  .navbar-buttons {
    top: 4px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    width: 35rem;
    left: -80%;
  }

  .custom-menu-primary .hs-menu-wrapper ul>li.resources>ul>.mega-menu-wrapper {
    width: 29.4rem;
  }

  .custom-menu-primary .hs-menu-wrapper ul>li.resources>ul {
    left: -80%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a::after, 
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a::after{
    top: .375rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>.mega-menu-wrapper>li {
    flex: auto;
  }
  .main-header-group{
    min-height:80px
  }
  .mobile-open:after {
    content: ' ';
    width: 100%;
    position: fixed;
    background: #000;
    top: 0;
    z-index: 60;
    height: 50rem;
    opacity: .8;
  }
}
@media(max-width:1023px){
  .desktop-logo {
    display: none;
  }

  .custom-menu-primary {
    left: 45%;
  }

  .header__container {
    padding-top: 10px;
  }

  .header-logo>div {
    margin-top: .5rem;
  }
}
@media(max-width:910px){
  .custom-menu-primary .hs-menu-wrapper ul>li.resources>ul {
    left: auto;
    right: 0;
  }
}
@media(max-width:767px){
  .custom-menu-primary .hs-menu-wrapper{
    display: none;
  }
  .header-logo {
    left: 1.25rem;
    top: 10px;
  }
  .desktop{
    display:none;
  }
  .sign-in-buttons {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 1.375rem;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .sign-in-buttons a {
    padding: .375rem .75rem;
    font-size: .75rem;
    background-color: #c2c9ce;
    color: #fff !important;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    transition: .15s;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
  }

  .sign-in-buttons a i {
    width: .75rem;
    height: .75rem;
    display: inline-block;
    background-size: cover;
    padding-left: .25rem;
    vertical-align: middle;
    margin-top: -.125rem;
    background-repeat: no-repeat;
    background-position: 10% 0;
    background-image: url(//4638035.fs1.hubspotusercontent-na1.net/hubfs/4638035/raw_assets/public/LifeQisystem_September2020/images/chevron-variants.svg);
  }

  .sign-in-buttons .hs_cos_wrapper_type_rich_text {
    display: inline-block;
  }

  .sign-in-buttons a:last-child {
    margin-left: .25rem;
  }

  .mobile-trigger {
    color: #02acef;
    font-size: 2.5rem;
    margin-top: 0;
    margin-right: .5rem;
    width: 2.5rem;
    display: block;
    top: 1.25rem;
    padding: 0;
    right: .75rem;
    vertical-align: middle;
    position: absolute;
  }
  .mobile-trigger:hover {
    opacity: .7;
  }
  .mobile-trigger .hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }

  .hamburger-box {
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
  }

  .hamburger-inner {
    transition-duration: .075s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    width: 28px;
    height: 4px;
    background-color: #02acef;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    display: block;
    top: 50%;
    margin-top: -2px;
  }

  .hamburger-inner:before {
    transition: top .075s .12s ease,opacity .075s ease;
    top: -10px;
    content: "";
    display: block;
    width: 28px;
    height: 4px;
    background-color: #02acef;
    border-radius: 4px;
    position: absolute;
  }

  .hamburger-inner:after {
    transition: bottom .075s .12s ease,transform .075s cubic-bezier(.55,.055,.675,.19);
    bottom: -10px;
    content: "";
    display: block;
    width: 28px;
    height: 4px;
    background-color: #02acef;
    border-radius: 4px;
    position: absolute;
  }
  .mobile-open .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  .mobile-open .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .075s ease,opacity .075s .12s ease;
  }

  .mobile-open .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .075s ease,transform .075s .12s cubic-bezier(.215,.61,.355,1);
  }
  .custom-menu-primary .hs-menu-wrapper {
    text-align: left;
    position: absolute;
    top: 4rem;
    min-width: 0;
    width: 100%;
    height: 80vh;
    max-height: 37rem;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding-bottom: 2rem;
    vertical-align: middle;
    margin-top: .25rem;
    left:0;
    box-sizing: content-box;
  }

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

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

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-color: #eaf2f3;
    background: #fff;
    margin-top: 0;
    text-align: left;
    padding-left: 1.25rem;
    position: relative;
    display: block;
    margin: 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: block;
    color: #25313d !important;
    padding: 0;
    opacity: 1;
    font-weight: 600 !important;
    background-position: 80%;
    padding: 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    top: 1.375rem;
    right: unset;
    margin-left: .5rem;
    background-position: 80%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a::after {
    background-position: 20% 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
    font-weight: 600;
  }
  .custom-menu-primary {
    position: static;
    width: 100%;
    min-width: unset;
    transform: unset;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    width: 100%;
    width: 100%;
    margin-top: 8px;
    margin-bottom: -4px;
    position: static;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open {
    padding-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {
    opacity: 1;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    width: 100%;
    height: 56px;
    left: 0;
    cursor: pointer;
  }
  .mega-menu-wrapper > li:hover {
    background: rgba(2,172,239,0.1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open > a::after {
    transform: rotate(-90deg);
  }

  .mega-menu-wrapper {
    padding-top: .5rem;
  }

  .nav-text-block {
    display: none;
  }

  .mega-menu-wrapper > li > a {
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #25313d;
    display: block;
  }

  .mega-menu-wrapper > li {
    border-bottom: 0;
    font-size: .875rem;
    padding: .25rem 0;
    border-color: #eaf2f3;
    background: #fff;
    margin-top: 0;
    text-align: left;
    padding:0;
    line-height: 2.55rem;
  }
  .mega-menu-wrapper>li>a {
    padding: .25rem 0;
    padding-left: 1.25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  .custom-menu-primary .hs-menu-wrapper ul>li.resources>ul>.mega-menu-wrapper {
    width: 100%;
  }

  .mega-menu-wrapper>li>ul {
    text-align: left;
    padding: 0;
    width: 19.3rem;
    padding-top: 11px;
  }

  .mega-menu-wrapper>li > ul > li > a {
    color: #7c5c7b;
    line-height: 1.6;
    font-family: Circular,Arial,sans-serif;
    font-weight: 500;
    display: block;
  }

  .mega-menu-wrapper>li > ul > li {
    line-height: 2.55rem;
    font-size: .875rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>.mega-menu-wrapper>li > a {
    font-size: .875rem;
    padding-left: 1.25rem;
    padding-top: .5rem;
    display: block;
    line-height: 1.875rem;
    cursor: text;
    pointer-events: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>.mega-menu-wrapper>li {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper ul>li.resources>ul {
    position: relative;
    top: 3px;
  }

  .mega-menu-wrapper>li > ul > li > a {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>.mega-menu-wrapper>li .child-trigger {
    display: none !important;
  }
  .custom-menu-primary .mega-menu-wrapper ul {
    overflow: visible !important;
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open>ul {
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper ul > li.resources > ul {
    top: -8px;
    margin-bottom: 0;
  }

  .resources .mega-menu-wrapper > li > ul {
    padding: 8px 0px 0px;
  }

  .resources .mega-menu-wrapper > li:hover {
    background: transparent;
  }

  .resources .mega-menu-wrapper > li > ul > li:hover {
    background: rgba(2, 172, 239, 0.1);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a::after,
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a::after {
    background-position: 20% 0;
  }
}
@media(max-width:479px){
  .mega-menu-wrapper>li>ul>li{
    padding-right:10px;
  }
}
@media(max-width:358px){
  .sign-in-buttons a {
    margin-bottom: 5px;
  }
}
@media(max-width:338px){
  .custom-menu-primary .hs-menu-wrapper {
    top: 96px;
  }
  .main-header-group {
    min-height: 100px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  margin: 0 auto;
}
.footer-bottom-group {
  padding: 2rem 2.5rem;
  margin: auto;
  line-height: 1rem;
  font-size: .75rem;
}

.footer-bottom-group > div {
  display: inline;
}

.footer-bottom-group a {
  font-weight: 500;
}

.f-social-icon {
  float: right;
  margin-right: 2.5rem;
  font-size: 1.75rem;
  color: #02acef;
  margin-top: -.375rem;
}

.social-media-buttons > a {
  margin-right: .5rem;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  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;
}

.icon-facebook:before {
  content: "\e60b";
}

.icon-twitter:before {
  content: "\e641";
}

.icon-linkedin:before {
  content: "\e61f";
}

.icon-instagram:before {
  content: "\e61b";
}
.footer__container {
  margin: auto;
  padding: 2.5rem 0;
  text-align: right;
  min-height: 21.5rem;
  position: relative;
}

.footer-logo {
  position: absolute;
  left: 2.5rem;
}

.footer-menu-primary {
  padding: 0 2.5rem;
  margin-left: 6rem;
  width: 68%;
  box-sizing: content-box;
  float: right;
}

.footer-logo a {
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.footer-logo a img {
  width: auto;
  height: 2.5rem;
}
.footer-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > a{
  margin-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.875rem;
  display: block;
  cursor: text;
}
.footer-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  width: 22%;
  padding: 0 1.5%;
  vertical-align: top;
  text-align: left;
  box-sizing: content-box;
}

.footer-menu-primary .hs-menu-wrapper > ul > li:first-child {
  padding-left: 0;
}
.footer-menu-primary .hs-menu-wrapper ul ul ul li > a {
  display: block;
  line-height: 2rem;
  font-weight: 300;
  font-size: .875rem;
  white-space: nowrap;
}

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

.footer-menu-primary .hs_cos_wrapper,.footer-menu-primary .hs-menu-wrapper {
  width: 100%;
  display: block;
}

.footer-menu-primary .hs-menu-wrapper>ul>li:last-child {
  padding-right: 0;
}

.footer__container {
  box-sizing: content-box;
}

.footer-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li.hs-item-has-children:not(:first-child)>a {
  margin-top: 2rem;
}
.footer-menu-primary .hs-menu-wrapper li.sign-up > a {
  margin-top: 1.35rem;
  padding: .375rem .75rem;
  box-shadow: -2px 2px 1px #2a1c2a;
  line-height: .75rem;
  width: 4.5rem;
  border-radius: 1px;
  padding-top: .5rem;
}

.footer-menu-primary .hs-menu-wrapper li.sign-in > a {
  padding: .375rem .75rem;
  box-shadow: -2px 2px 1px #2a1c2a;
  line-height: .75rem;
  width: 4.5rem;
  border-radius: 1px;
  margin-top: .5rem;
  padding-top: .5rem;
  transition: .15s;
}

.footer-menu-primary .hs-menu-wrapper li.sign-up > a:hover {
  transition: .3s;
}
.footer-menu-primary ul {
  margin: 0;
}
@media only screen and (max-width: 1278px) and (min-width: 768px){
  .footer__container {
    min-height: 27rem;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 640px){
  .footer-menu-primary .hs-menu-wrapper>ul>li:last-child {
    padding-right: 1%;
  }
  .footer-menu-primary .hs-menu-wrapper>ul>li {
    width: 47%;
    display: inline-block;
    padding: 0 1%;
    padding-bottom: 1.5rem;
  }
  .footer-menu-primary .hs-menu-wrapper>ul>li:nth-child(3n+3) {
    padding-left: 0;
  }
}
@media(max-width:767px){
  .footer-logo {
    left: 1.25rem;
  }

  .footer-menu-primary {
    padding: 0 1.25rem;
    margin-left: 5rem;
  }

}
@media only screen and (max-width: 640px){
  .footer-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width:479px){
  .footer-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }

  .footer-menu-primary {
    width: 100%;
    margin: 0;
    float: none;
    box-sizing: border-box;
  }

  .footer-logo {
    position: static;
    padding: 0 2.5rem;
    width: 100%;
    text-align: left;
  }

  .footer-bottom-group>div {
    display: block;
    text-align: center;
  }

  .f-social-icon {
    float: none;
    margin: 0;
    padding-top: 10px;
  }

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



.body-wrapper {
    overflow-x: hidden;
}

.systems-page #submitbutton {
    line-height: normal;
}
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 767px;
  margin: 0 auto;
  padding: 3.3rem 15px;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.5rem;
}
.blog-index__post-content p {
  font-family: Circular,Arial,sans-serif;
}
.blog-index__post-content a {
  color: #7c5c7b;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display:flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Circular,Arial,sans-serif;
  margin-bottom: 3.3rem;
  margin-left:0;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #7c5c7b;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #7c5c7b;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.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__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #7c5c7b;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #7c5c7b;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Circular,Arial,sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #7c5c7b;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #03afff;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.hs-blog-listing .content-wrapper,
.hs-blog-post .content-wrapper{
  padding: 0;
}

.blog-index__post-content a {
  color: rgba(37,49,61,1.0);
}

.blog-index__post-content a:hover {
  color: rgba(37,49,61,1.0);
}
.blog-sidebar {
  padding-top: 3.3rem;
}

.post-item h2 a {
  color: rgba(37,49,61,1.0);
}

.post-bdy-content {
  margin-bottom: 10px;
  line-height: 1.5;
}

.read-more {
  margin-top: 5px;
}

.blog-post__meta { display: flex; justify-content: center; align-items: center; }
.blog-post__meta .img { width: 40px; height: 40px; border-radius: 100%; , margin-right: 1; display: i; }
.blog-post__meta .aur_namedate { margin-left: 15px; }
.blog-post__meta .aur_namedate a { text-decoration: none; color: rgba(2, 172, 239, 1.0); }
.blog-post__meta .aur_namedate .blog-psot__timestamp { color: #0D0E10; } 
.blog-post__body p { color: #0D0E10; }

.backto { padding-left: 100px; padding-top: 0; color: rgba(37, 49, 61, 1.0); position: absolute; top: 140px; }
.backto a { color: rgba(37, 49, 61, 1.0); font-weight: 700; text-transform: capitalize; }
.social-sharing { position: absolute; width: auto; display: inline-block; left: 100px; padding: 40px; top: 200px; border: 1px solid #DDD; box-shadow: 0px 0px 4px rgba(0, 0, 0, .1); }
.social-sharing ul { }
.social-sharing ul li+li { margin-top: 15px; }
.social-sharing ul li a { color: rgba(37, 49, 61, 1.0); }


@media (max-width:1400px){
  .social-sharing {
    left: 10px;
}

.backto {
    padding-left: 10px;
}
}
@media(max-width:1278px){
  .hs-blog-listing .content-wrapper,
  .hs-blog-post .content-wrapper{
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .social-sharing {
    padding: 10px;
}
}
@media(max-width:767px){
  .blog-index__post {
    padding: 1rem 0;
  }
  .post-item .page-center {
    display: block;
  }
  .blog-sidebar {
    padding: 0;
  }
  
  .social-sharing {
    padding: 10px;
}

.backto {
    top: 90px;
}

.social-sharing {
    top: 150px;
}
}

@media (max-width:500px){
  .backto {
    top: 100px;
}
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Circular,Arial,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 form#email-prefs-form {
  width: 100%;
  max-width: 100%;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Circular, Arial, sans-serif;
  font-size: 1.25rem;
  color: #7c5c7b;
  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: #7c5c7b;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
@media(max-width:767px){
  .systems-page h1 {
    font-size: 30px;
    line-height:1;
  }
  .systems-page h2 {
    font-size: 25px;
    line-height:1;
  }

}