









































*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  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;
}
.dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media(max-width:1383px){

  .dnd-section > .row-fluid {
  max-width: 1040px !important;
  }
  
  }

  @media screen and (max-width:1191px){
    .dnd-section > .row-fluid {
      max-width:960px !important;
      }
      
  }
body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height:normal;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
    line-height: 1.25;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height:normal;
  margin:25px 0;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-weight: normal;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 1px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
form {
max-width: 767px;
font-family: Lato, sans-serif;
}

.hs-button {
margin:16px 0 0 0;
cursor: pointer;
font-weight: 500;
position: relative;
background-color: #494A52;
border-color: #494A52;
color: #fff;
border-style: solid;
border-width: 1px;
text-decoration: none;
line-height: 1;
text-align: center;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
background-color: #009366;
transition: all .3s ease;
font-size: 13px;
}

.section.post-footer form,
.hs_cos_wrapper_type_form form,
.hs_cos_wrapper_type_blog_subscribe form,
.hs_cos_wrapper_type_google_search form,
.widget-type-email_simple_subscription form,
.widget-type-password_prompt form,
.hs-search-field form,
#email-prefs-form form {
max-width: 767px;
display: inline-block;
padding: 25px 15px;
margin: 15px 0;
box-shadow: 4px 4px 5px rgba(0,0,0,.35) !important;
width: 100%;
}

.hs-form label {
color: #33475b;
display: block;
float: none;
width: auto;
font-weight: normal;
text-align: left;
line-height: 1.2;
padding-top: 0;
margin-bottom: 4px;
}
ul.no-list.hs-error-msgs.inputs-list {
  background-color: rgba(255,223,224,.25);
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  padding-top: 6px;
  margin-top: 6px;
}

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: 1px solid #790000 !important;
}

ul.no-list.hs-error-msgs.inputs-list label {
  color: #790000;
    line-height: normal;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0;
}

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

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

input[type=password] ,
.hs-input {
display: inline-block;
width: 100%;
padding: 5px 6px !important;
font-weight: normal;
border-width: 1px;
border-style: solid;
border-color: initial;
border-image: initial;
box-sizing: border-box;
height:auto !important
}


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

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

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

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

textarea.hs-input {
height: auto;
}

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

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

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

.actions {
padding: 0;
}

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

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

.field {
margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
margin: 0 auto;
}

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

.hs-default-font-element,
.hs-main-font-element {
font-family: Lato, serif;
}
.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);
}
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;
}
/* TODO */
/* Missing Template at Path: \'Absopure_April2020\/css\/_homepage.css\' */
body.lp .body-container-wrapper {
  background-image: url(//6818233.fs1.hubspotusercontent-na1.net/hubfs/6818233/raw_assets/public/Absopure_April2020/images/landing-page-background-bottom.jpg);
  background-position: top;
  background-size: cover;
  padding-bottom: 403px;
}


@media(max-width:768px){
body.lp .body-container-wrapper {
  padding-bottom: 212px;
}
}


[data-reactid=".hbspt-forms-0.1:$0.0.0"] {
  font-size: 20px
}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: transparent
}
header.header:not(.lp) {
top: 0;
left: 0;
right: 0;
z-index: 2;
padding: 0;
background: url(//6818233.fs1.hubspotusercontent-na1.net/hubfs/6818233/raw_assets/public/Absopure_April2020/images/bg-header.png) no-repeat;
background-size: cover;
background-position: 50%;
padding-bottom: 5.625rem;
position: absolute;
transition: all .3s ease;
}

body.no-banner header.header {
position: relative !important;
}

.lp .logo-wrapper {
width: 100%;
text-align: center;
z-index: 2;
top: 18px;
position: relative;
}

.lp .logo-wrapper a {
float: none;
padding: 0;
}

.lp .logo-wrapper img {
width: 256px !important;
}

.header__container {
display: flex;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
}


header.header.lp {
text-align: center;
position: absolute;
width: 100%;
background:none

}

header.header.lp>img {
position: absolute;
width: 100%;
left: 0;
z-index: 1;
pointer-events: none;
}

.header-inner {
align-items: flex-start;
width:100%;
display: flex!important;
}

.header-column {
-ms-flex-pack: end;
justify-content: flex-end;
margin-left: auto;
-ms-flex-direction: column;
flex-direction: column;
margin-top: .9375rem;
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox!important;
display: flex!important;
}

a.fb-logo i {
font-size: 1.875rem;
}

a.fb-logo {
position: relative;
top: .3125rem;
}

a.no-underline.bold.underline-hover:hover {
text-decoration: underline;
}

a.button.order-now {
font-size: .875rem;
padding: .9375rem 1.25rem;
line-height: 1;
text-align: center;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
font-weight: 500;
margin-right: 9px;  
transition: all .3s ease;
}


.header-links span{
margin-right: 1.25rem;
}


.header-links {
-ms-flex-item-align: end;
align-self: flex-end;
font-size: .9375rem;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: .625rem;
}

.logo-wrapper a {
line-height: 1.5;
padding: .5rem 1rem;
display: inline-block;
float:left;
}

.logo-wrapper img {
width: 250px !important;
float: left;
}


@media(max-width:1450px){
.header-column {
padding-right: 20px;
}
}

@media(max-width:1383px){

.header__container{
max-width: 1185px !important;
}

.header-inner{
margin:0;
}

}


@media (max-width: 1191px){  
.logo-wrapper img{
width:100% !important;
}
}


@media (max-width: 1191px) and (min-width: 1001px){  

.logo-wrapper{
width: 15.625rem;
}

.header-column {
margin-right: .9375rem;
}
.custom-menu-primary nav>ul>li {
padding-left: .9375rem;
padding-right: .9375rem;
}

}

@media(max-width:1191px){

.header__container{
max-width: 992px !important;
}

}


@media (max-width: 1000px) and (min-width: 901px){

.logo-wrapper{
width: 13.75rem;
}

}



@media(max-width:999px){

.header-links {
display: none;
}

.header-column {
margin-top:14px;
}

  width: 180px !important;
}

}



@media (max-width:900px) and (min-width:769px){

.logo-wrapper {
width: 6rem;
margin-top: .25rem;
}

.header-column {
margin-top:19px;
}

.lp .logo-wrapper img {
width: 180px !important;
}
  
}



@media (min-width: 769px) {

.mobile-trigger{
display:none;
}

.mobile-links{
display: none;
}


.child-trigger {
display:none;
}

}

@media (max-width: 768px) {

.header__container {
padding-left: .75rem;
padding-right: .75rem;
width: 100%;
}

.mobile-links {
margin-top: 1.5625rem;
padding-left: .875rem;
padding-right: .875rem;
display: -ms-flexbox;
display: flex;
margin-bottom: .625rem;
}

.mobile-links>div:first-child {
width: 75%;
}

.mobile-links p,.mobile-links a {
margin-bottom: .3125rem;
color: #fff !important;
line-height: 1.25;
font-size: 1rem;
}

.mobile-links>div:last-child {
text-align: right;
width: 25%;
}

.mobile-links>div:last-child a i {
font-size: 2.625rem;
}

.mobile-links a {
text-decoration: underline;
}

.logo-wrapper {
padding: .625rem 0 1.875rem;
width: 100%;
}

.logo-wrapper a {
padding: 0;
}

.logo-wrapper img {
width: 90% !important;
margin: 0px auto;
float: none;
display: block;
}

.header-inner {flex-wrap: wrap;}

.logo-wrapper a {
width: 75%;
max-width: 12.5rem;
}

header.header:not(.lp){
padding-bottom: 2.5rem;
}

.mobile-trigger {
cursor: pointer;
display: block;
height: 3.25rem;
position: relative;
width: 3.25rem;
z-index: 3;
margin-left: auto;
margin-right: 0;
}

.header-column{
margin:0;
}

.logo-wrapper a {
position: relative;
z-index: 2;
}

.mobile-trigger span {
background-color: #fff;
display: block;
height: .125rem;
left: .875rem;
margin-left: -7px;
position: absolute;
top: 50%;
transition: none 86ms ease-out;
transition-property: background,left,opacity,transform;
width: 2.5rem;
}

.mobile-trigger span:first-child {
margin-top: -7px;
}

.mobile-trigger span:last-child {
margin-top: 7px;
}

.menu-wrapper .child-trigger {
display: block;
position: absolute;
z-index: 5;
top: 0;
right: 0;
width: 2.6875rem;
height: 2.6875rem;
}

.menu-wrapper .child-trigger:after {
content: "";
display: block;
position: absolute;
right: 18px;
top: 16px;
transform: rotate(0deg);
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-right: 6px solid #fff;
transition: transform .4s ease;
}

.mobile-open .mobile-trigger span:first-child {
margin-left: 1px;
margin-top: -8px;
transform: rotate(45deg);
transform-origin: left top;
}

.mobile-open .mobile-trigger span:last-child {
margin-left: 1px;
margin-top: 19px;
transform: rotate(-45deg);
transform-origin: left bottom;
}

.mobile-open .mobile-trigger span:nth-child(2) {
opacity: 0;
}

.lp .logo-wrapper img {
    width: 160px !important;
    height: auto;
}

.lp .logo-wrapper {
    padding: 0;
    top: 0;
}

.lp .logo-wrapper a {
    top: 0;
}

}

@media(max-width:600px){
.logo-wrapper a {
max-width: 10rem;
}
}



@media(max-width:400px){

.mobile-links>div {
width: 100% !important;
text-align: center !important;
padding: .75rem;
}

.mobile-links {
flex-wrap: wrap;
text-align: center;
margin-top: 13px;
}

.mobile-links a {
margin: 0 !important;
}

}
.footer {
text-align: center;
}
.footer__container {
margin: 0 auto;
}


.footer-menu nav ul li.has-submenu>a {
font-weight: 500;
text-decoration: underline;
text-transform: uppercase;
font-size: 100%;
}

.copyright>a:hover {
    text-decoration: underline;
}

a.back-to-top {
display: inline-block;
height: 40px;
width: 40px;
position: fixed;
bottom: 30px;
right: 30px;
box-shadow: 0 0 10px rgba(0,0,0,.05);
overflow: hidden;
font-size: 0;
color: transparent;
opacity:0;
visibility:hidden;
cursor:pointer;
white-space: nowrap;
background-color: #91d2ee;
transition: opacity .3s 0s,visibility 0s 0s;
}


footer.footer.lp>div {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 970px;
max-width: 100% !important;
text-align: left;
}

a.site-logo {
position: relative;
top: 60px;
}

.lp-footer-info {
text-align: right;
color: #fff;
padding-bottom: 20px;
}

.lp-footer-info>a {
margin-bottom:7px;
display: block;
position: relative;
top: 0px;
}

.lp-footer-info i {
    font-size: 2em !important;
}

.lp-footer-info span {
font-size: .93em;
}

a.back-to-top.animate{
opacity:1; 
visibility:visible;
}

a.back-to-top:before {
content: "\f062";
font-family: FontAwesome;
display: block;
color: #fff;
position: absolute;
top: 8px;
left: 0px;
right: 0;
bottom: 0;
font-size: 20px;
}


.footer-menu nav ul li.has-submenu>a:hover{
text-decoration: none;
}


.footer-menu nav ul li.has-submenu>ul>li {
margin: 0 .9375rem .3125rem;
-ms-flex: 1;
flex: 1;
}

.footer-menu nav {
width: 100%;
}

.footer-menu nav ul li.has-submenu>ul>li.has-submenu {
margin: 1.875rem 0 0;
}

.footer-menu nav ul li.has-submenu>ul>li.has-submenu>ul>li>a{
font-weight: 400;
font-style: normal;
}

.footer-menu nav ul li.has-submenu>ul>li.has-submenu>ul>li>a:hover{
text-decoration: underline;
}

.footer-menu a{
line-height:19px;
}


.footer-menu nav ul li.has-submenu>ul>li.has-submenu>ul>li{
margin: 0 .9375rem .3125rem;
-ms-flex: 1;
flex: 1;
}


.footer-menu nav ul li.has-submenu>ul {
margin-top: .9375rem;
}

.footer-menu nav>ul>li>ul>li.no-submenu>a {
font-weight: 400;
font-style: normal;
}

.footer-menu nav>ul>li>ul>li.no-submenu>a:hover{
text-decoration: underline;
}

.footer-menu nav>ul>li:last-child>ul>li{
margin:0;
}

.footer-menu nav>ul>li:last-child>ul>li>a {
font-weight: 500;
text-decoration: underline;
text-transform: uppercase;
font-size: 100%;
margin-top: 15px;
display: inline-block;
}


.footer-menu nav>ul>li:last-child>ul>li>a:hover{
text-decoration: none;
}

footer.footer:not(.lp) {
background: url(//6818233.fs1.hubspotusercontent-na1.net/hubfs/6818233/raw_assets/public/Absopure_April2020/images/bg-footer.png) no-repeat;
background-size: cover;
background-position: top;
padding: 3.75rem;
text-align: center;
position: relative;
padding-top: 9.375rem;
z-index: 2;
margin-top:12px;
}

footer.footer.lp:before,footer.footer.lp:after {
display: block;
content: '';
clear: both;
}

footer.footer.lp>img {
    position: absolute;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    max-width: 100%;
    left: 0;
    height: auto;
}

footer.footer.lp {
position: relative;
padding:0 !important
}

.footer-menu {
display: block;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
padding: .75rem;
}

.footer__main .row-fluid {
margin-left: -.75rem;
margin-right: -.75rem;
margin-top: -.75rem;
-ms-flex-wrap: wrap;
width:auto;
flex-wrap: wrap;
display: -ms-flexbox;
display: flex;
}

.footer-menu>div {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center;
margin-top: 8.75rem;
}

.footer-menu nav>ul>li {
margin: 0 .9375rem .3125rem;
-ms-flex: 1;
flex: 1;
}

.footer-menu nav>ul {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
width: 100%;
flex-wrap: wrap;
text-align: center;
margin-top: 8.75rem;
}

.footer-right {
width: 33.33333%;
padding: .75rem;
}

.footer-logo img {
width: 100%;
max-width: 290px;
display: block;
margin: 0 auto;
}

.footer-menu nav ul ul li.has-submenu>ul>li {
margin: 0 .9375rem .3125rem;
-ms-flex: 1;
flex: 1;
}

.footer-logo {
margin-bottom: 1.875rem;
}

.copyright p {
font-weight: 500;
font-size: .875rem;
margin-bottom: 1.5625rem;
line-height: 1.429;
}

.copyright a {
font-size: .875rem;
text-decoration: none;
display: inline-block;
}

.footer-buttons>a {
font-weight: 500;
font-size: .875rem;
padding: .9375rem 1.25rem;
line-height: 1;
text-align: center;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
transition: all .3s ease;
}

.copyright{
font-size: 1.125rem;
}

.footer-img a {
display: block;
position: relative;
text-align: center;
text-decoration: none;
overflow: hidden;
margin:0px auto;
width: 150px;
height: 57px;
}

.footer-img a:hover img {
margin-left: -150px;
}

@media(max-width:1499px){
    footer.footer:not(.lp){
padding-top: 6.25rem;
}

}

@media(max-width:1383px){

.footer__container{
max-width: 1152px !important;
}

}

@media(max-width:1191px){

.footer__container{
max-width: 960px !important;
}

.footer-menu nav>ul>li {
margin: 0 4px;
-ms-flex: 1;
flex: 1;
}

}


@media  (max-width:1050px){

.footer-menu{
width:100%;
flex-basis:auto;
}

.footer-right {
display:block;
margin:0px auto;
}

}


@media  (max-width:999px){
    footer.footer.lp>div {padding-left: .75rem;padding-right: .75rem;}
}

@media  (max-width:768px){

.footer-right {
width: 100%;
}
footer.footer:not(.lp){
padding-left: .9375rem;
padding-right: .9375rem;
}

a.back-to-top {
right: 20px;
}

.footer__main .row-fluid{
margin-left:0;
margin-right:0;
}

.footer-menu {
padding: 1.08rem .75rem;
}


footer.footer.lp {
    padding: 0;
}

footer.footer.lp>div {padding-left: .75rem;text-align: center;padding-right: .75rem;}

a.site-logo {
    top: 0;
}

a.site-logo img {
    width: 150px;
    height: auto;
}

.lp-footer-info {
    text-align: center;
}

footer.footer.lp>img {
    bottom: 0;
    width: 100%;
    float: left;
    pointer-events: none;
    left: 0;
    position: absolute;
}


}


@media  (max-width: 600px){
.footer-menu {
display: none;
}
footer.footer {
padding-top: .9375rem;
}
.footer-logo {
margin-top: 9.375rem;
padding-top: 1.5rem;
}
}
/* TODO: Find a better place for this */
.content-wrapper{
margin: 0 auto;
}

.blog-sidebar-inner {
margin-bottom: 1.25rem;
color: #fff;
}

.post-body p {
margin-bottom: 25px;
}

.bread-crumbs>div a:last-child {
  text-decoration: none;
}

.related-blog-item:hover {
  text-decoration: underline;
}

.bread-crumbs>div a:last-child {
font-weight: 700;
}

a.st-btn:hover img {
  margin-left: 5px;
}

.blog-sidebar-subscribe input[type=email] {
  color: #343434;
  font-family: arial;
  font-size: 15px;
}

.blog-tags {
  position: absolute;
  right: 1.25rem;
  text-align:center;
  bottom: 0;
  padding: .9375rem 3.125rem;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 1.25rem;
  background-color: #14355e;
}

.blog-image {
  position: relative;
}

a.blog-tags.healthy-living {
  background-color: #a9f656;
}

a.blog-tags.healthy-living:after{
  border-color: transparent #83d030 transparent;
}

a.blog-tags.refreshing-thoughts {
  background-color: #9660c9;
}

a.blog-tags.refreshing-thoughts:after {
  border-color: transparent #703aa3 transparent;
}


a.blog-tags.community {
  background-color:#ffec16;
}

a.blog-tags.community:after{
  border-color: transparent #ffec16 transparent;
}


a.blog-tags.active-lifestyle {
  background-color:#f4659c;
}

a.blog-tags.active-lifestyle:after{
  border-color: transparent #f4659c transparent;
}


a.blog-tags.absopure-delivered  {
  background-color:#7de3fd;
}

a.blog-tags.absopure-delivered:after{
  border-color: transparent #7de3fd transparent;
}

a.blog-tags.news  {
  background-color:#eda32f;
}

a.blog-tags.news:after{
  border-color: transparent #eda32f transparent;
}


.blog-tags:after {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: -6px;
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #02060a;
}

.hs-blog-post .blog-post h1 {
text-transform: uppercase;
font-size: 1.875rem;
line-height: 1.2;
color: #14355e;
margin-bottom: 1.25rem;
margin-top: 0;
}

.reltd-post-wrappr h3 {
  background-color: #14355e;
  padding: .625rem .9375rem .4375rem;
  color: #fff;
  margin: 0;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 1.5625rem;
}

a.related-blog-title:hover {
  text-decoration: underline;
}

.post-pagination a {
font-size: .875rem;
padding: .5625rem .625rem;
line-height: 1;
color: #fff !important;
text-decoration: none;
display: inline-block;
text-decoration: none;
background-color: #1ea5de;
transition: all .3s ease;
position: relative;
margin: 10px 0;
min-width: 10.625rem;
}

.share-buttons.close {
left: -48px;
}

.share-buttons.close .st-toggle {
left: 48px !important;
}

.share-buttons.close .st-toggle .st-left {
display: none;
}

.share-buttons .st-toggle .st-right {
display: none;
}

.share-buttons.close .st-toggle .st-right {
display: block;
}

.st-btn{
opacity: 1;
overflow: hidden;
padding: 12px;
position: relative;
display: inline-block;
text-align: left;
top: 0;
cursor:pointer;
vertical-align: top;
white-space: nowrap;
width: 48px;
float: left;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
background-color: #1ea5de;
clear: left;
}


.st-btn img {
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
height: 24px;
margin-left: 0;
vertical-align: top;
width: 24px;
}

.share-buttons {
left: 0px;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
backface-visibility: hidden;
display: block;
position: fixed;
opacity: 1;
text-align: left;
top: 160px;
z-index: 94034;
}


.share-buttons:hover .st-toggle {
left:0;
}

.st-toggle {
left: -48px;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
background: #ccc;
border-bottom-right-radius: 3px;
color: white;
cursor: pointer;
font-size: 24px;
line-height: 24px;
position: relative;
text-align: center;
display: inline-block;
width: 48px;
float: left;
clear: left;
}

.st-btn span {
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
color: #fff;
display: inline-block;
font-weight: 500;
left: -35px;
letter-spacing: 0.5px;
opacity: 0;
padding: 0 6px;
position: relative;
vertical-align: top;
text-transform: uppercase;
filter: alpha(opacity=0);
color: #fff;
}

.st-btn:hover span {
opacity: 1;
display: inline-block;
left: 0;
filter: alpha(opacity=100);
}

.st-btn:hover {
width: 120px;
}

.popular-posts ul li {
  margin-bottom: 1.25rem !important;
}

.reltd-post-wrappr>span {
margin-left: -.75rem;
margin-right: -.75rem;
margin-top: -.75rem;
display: -ms-flexbox;
display: flex;
}

a.related-blog-title p {
margin-bottom: 1.5625rem;
line-height: 1.25;
font-size: 1rem;
margin-top: .9375rem;
color: #14355e;
display: block;
}

.related-blog-item {
-ms-flex: none;
flex: none;
width: 33.3333%;
text-align: center;
padding: .75rem;
}

.bread-crumbs>div a:hover{
  text-decoration: underline;
}

.related-blog-item img {
max-width: 100%;
width: 100%;
}

.post-pagination {
  display: inline-block;
  margin: 40px 0;
  width:100%;
}

.blog-sidebar .hs-input{
font-weight: normal;
border: none;
padding: 8px 10px !important;
}

.post-pagination a:hover{
background-color: #1b94c8;
}

.post-pagination a i {
font-size: 1.5rem;
position: absolute;
top: .125rem;
}

a.next-post {
float: right;
}

a.prev-post i {
right: auto;
left: .625rem;
}

a.prev-post {
text-align: right;
margin-right: 4px;
}

a.next-post i {
left: auto;
right: .625rem;
}

 .post-meta:not(.with-img) a {
  position: relative;
  text-align: center;
  display: inline-block;
}

a.st-btn:first-child {
  border-top-right-radius: 3px;
}

a.st-btn:nth-child(3) {
  border-bottom-right-radius: 3px;
}

a.st-btn:hover{
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.post-meta{
  text-align:right;
}

a.related-blog-title {
  color: #009366 !important;
}


a.next-post {
text-align: left;
}

.hs-blog-post .post-date {
  margin-top: .9375rem;
}

.blog-sidebar .hs_cos_wrapper_type_form form,
.blog-sidebar .hs-search-field form{
margin: 0;
padding:0;
box-shadow: none !important; 
background: transparent;
}

.read-more a {
font-size: .875rem;
padding: .9375rem 2.5rem;
line-height: 1;
text-align: center;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
transition: all .3s ease;
}


span.current {
font-weight: 700;
display:inline-block;
}

.post-content {
margin-top: .9375rem;
}

.post-date {
text-transform: uppercase;
font-size: 1.25rem;
display: block;
margin-bottom: .9375rem;
font-weight: 400;
font-style: italic;
}

.post-item h2 {
margin: 0;
font-size: 1.875rem;
line-height: 1.2;
margin-bottom: 1.25rem;
text-transform: uppercase;
}


.blog-sidebar ul.no-list.hs-error-msgs.inputs-list {
padding: 0;
margin: 12px 0px;
}

.blog-sidebar ul li {
margin-bottom: .3125rem;
}

.blog-sidebar a:hover{
text-decoration: underline;
}

.blog-sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}

.blog-sidebar .hs_cos_wrapper_type_form>div,
.blog-sidebar .hs-search-field>div{
padding: 1.25rem 1.5625rem;
}

.blog-sidebar .widget-module{
padding: 1.25rem 1.5625rem;
}

.post-item {
margin-bottom: 1.5625rem;
display: inline-block;
}

.blog-sidebar h3 {
padding: .625rem .9375rem .4375rem;
margin: 0;
font-size: 1.125rem;
text-transform: uppercase;
font-weight: 500;
line-height: 1.2;
letter-spacing: .1rem;
}

.blog-sidebar {
width: 33.33333%;
display: block;
float: left;
padding: 0 .75rem;
}

.blog-index {
width: 66.666%;
display: block;
float: left;
padding: 0 .75rem;
}


.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-index__post-image {
display: block;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
padding-bottom: 63%;
background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/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.25rem;
}
.blog-index__post-content p {
font-family: Lato, sans-serif;
}
.blog-index__post-content a {
color: #494a52;
}
.blog-index__post img {
max-width: 100%;
height: auto;
}

.blog-sidebar-subscribe p {
margin-bottom: 1.5625rem;
line-height: 1.25;
font-size: 1rem;
color: #14355e;
}

.blog-sidebar span.hs-form-required {
display: none;
}

.blog-sidebar .hs-form label {
margin: 0;
}

label#label-email-149b23b2-30e0-4ae1-984e-239e2587f9b5_4094 {}

.blog-sidebar .field {
margin-bottom: .625rem;
}

.blog-sidebar .hs-button, .button--primary {
margin: 0;
border:none !important
}

.blog-pagination ul {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
margin-top:52px;
padding: 0;
margin-bottom: 0px;
list-style: none;
}

li.pager-first.first a i {
font-size: 1.75rem;
}

.blog-sidebar span.filter-link-count {
display: none;
}

.blog-pagination ul li a {
text-align: center;
height: 2.1875rem;
width: 2.1875rem;
display: inline-block;
padding: .1875rem;
margin: .25rem;
color: #fff;
background-color: #1ea5de;
transition: all .3s ease;
font-size: 1.25rem;
text-decoration: none !important;
}


.blog-pagination ul li a:hover{
text-decoration: underline;
}


.blog-pagination ul li a.active{
background-color: #14355e;
}

.blog-pagination ul li a:hover{
background-color: #14355e;
}

.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: #494a52;
}


.blog-header__author-social-links svg {
fill: #fff;
height: 15px;
width: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.bread-crumbs {
display: block;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
margin-top: -.75rem;  padding: .75rem;
}

.bread-crumbs>div {
font-size: .75rem;
color: #1ea5de;
line-height: 1.2;
margin-top: 2.1875rem;
margin-bottom: 1.25rem;
text-transform: uppercase;
}

.bread-crumbs>div a {
color: inherit;
display:inline-block;
font-weight: 400;
}


.blog-comments {
margin: 50px 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: #494A52;
}

img.featured-image {
height: 100% !important;
width: 100% !important;
object-fit: cover;
}


@media(max-width:1382px) {
.content-wrapper {
  max-width: 1025px !important;
}

}

@media(max-width:1191px) {

.content-wrapper {
max-width: 985px !important;
}
}

@media(max-width:1191px) {
  .share-buttons{
display: none;
}
}
@media(max-width:768px) {
.blog-logo {
display: block !important;
text-align: center;
}

.blog-logo>div {
margin: 0 !important;
}

h3.blog-title {
text-align: center;
}

.blog-index {
width: 100%;
margin-bottom:40px;
}

.blog-sidebar {
width: 100%;
}

.related-blog-item {
  width: 100%;
}

.reltd-post-wrappr>span {
  flex-wrap: wrap;
}

.post-meta:not(.with-img) a {margin: 0;right: 0;}

}
.error-page {
  padding: 5rem 20px;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  text-align: center;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}