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











































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

@font-face {
  font-family: "icons-blank-theme";
  src: url("https://6263489.fs1.hubspotusercontent-na1.net/hubfs/6263489/raw_assets/public/Bluelab_june2020/Fonts/Blank-Theme-Icons.woff2") 
    format("woff2"), 
    url("https://6263489.fs1.hubspotusercontent-na1.net/hubfs/6263489/raw_assets/public/Bluelab_june2020/Fonts/Blank-Theme-Icons.woff") format("woff");
      font-style: normal;
      font-weight: normal;

      }
@font-face {
  font-family: "FontAwesome";
  src: url("https://6263489.fs1.hubspotusercontent-na1.net/hubfs/6263489/Bluelab_june2020/Font/FontAwesome.eot") format("embedded-opentype"), 
    url("https://6263489.fs1.hubspotusercontent-na1.net/hubfs/6263489/raw_assets/public/Bluelab_june2020/Fonts/FontAwesome.woff") format("woff"), 
      url("https://6263489.fs1.hubspotusercontent-na1.net/hubfs/6263489/raw_assets/public/Bluelab_june2020/Fonts/FontAwesome.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
        }

html {
  font-size: 24px;

}


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

p {
  margin: 1em 0 0;
  font-family: Lato, serif;
}

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

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

h1 {
  font-size: 2.1rem;
  line-height: 1.25‬;

}

h2 {
  font-size: 1.6rem;
  line-height: 1.1;

}

h3 {
  font-size: 1.25rem;
  line-height: 1.3;

}

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {

}

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

blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
figure {
  margin: 0;
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}
/* 
.body-container-wrapper .dnd-section>.row-fluid {
  padding-left: 20px;
  padding-right: 20px;
} */


@media(max-width:770px){
  h1 {
    line-height: 45px;
  }
  h2 {
    line-height: 1;
  }
  h3 {
    line-height: 34px;
  }
}

@media(max-width:770px){
  body {
    line-height: 24px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 700px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  padding: 0 10px;
  font-size: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  min-width: 200px;
  line-height: 40px;
  text-decoration: none !important;
  white-space: normal !important;
  border-style: solid;

}

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

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}
.hs-input.invalid.error {
  border-width: 1px 1px 3px 1px;
  border-color: #707070 #707070 #f00000;
}
form .hs-error-msgs label {
  margin-top: .5rem;
  color: #e02b27;
  font-size:12px;
  line-height:22px;
}


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 {
  height:40px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  color: #6A6A6A;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 0 9px;
  width: 100% !important;
  color: #33475b;
  background-color: #ffffff;
  margin-bottom:15px;

}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
@media(max-width:770px){
  .hs-search-module {
    margin-top: 20px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;

}
.custom-cms p a:hover {
  opacity: 0.8;
}
.header-top {
  font-size: 13px;

}
.header-top .header__container {
  padding: 19px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.header-top .header__container > div {
  width: 100%;
}
.header-top .header__container > div span {
  width: 100%;
}
.header-top ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  justify-content: flex-end;
}
.header-top ul li {
  margin: -4px;
  padding: 0 10px;
}

.header-top ul li:before {
  margin-right: 10px;
}
.header-top ul li:before {
  font-family: "bluelab";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
  content: '\e804';
}
.icon-pin:before {
  content: '\e805';
}
.city-open .modals-overlay {
  z-index: 901;
  opacity: 1;
  visibility:visible;
}
.header-menu-group .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a:hover {
  opacity: 0.8;
}
.modals-overlay {
  background-color: rgba(51,51,51,0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
  opacity: 0;
  visibility:hidden;
}
body.city-open {
  overflow-y: hidden;
}
.modal-popup {
  bottom: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s,opacity .3s ease;
  transition: visibility 0s .3s,opacity .3s ease;
  z-index: 900;
  left: 0;
  overflow-y: auto;
  pointer-events: none;
}
.city-open .modal-popup {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  overflow-y: visible;
  z-index: 902;
}
.modal-inner-wrap {
  box-shadow: 0 0 12px 2px rgba(0,0,0,0.35);
  opacity: 1;
  pointer-events: auto;
  margin: 5rem auto;
  width: 75%;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  transition: transform .2s ease;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  max-height: 90%;
}
.modal-header {
  padding-left: 3rem;
  padding-right: 3rem;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.modal-popup .modal-title {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  font-size: 26px;
  min-height: 1em;
  word-wrap: break-word;
  margin: 0;
}

.modal-popup .action-close {
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.8rem;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  cursor: pointer;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 1.1rem 2rem;
}
.modal-popup .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-popup .action-close span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-content {
  padding: 0 2.6rem 2.6rem;
  padding-left: 3rem;
  padding-right: 3rem;
  overflow-y: auto;
}

#locations-popup-modal>div {
  padding: 0 5%;
}
#locations-popup-modal>div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#locations-popup-modal>div ul > li {
  line-height: 1.4em;
}

#locations-popup-modal>div ul > li > a {
  padding: 0;
  display: block;
  font-weight: 600;
  margin: 5px 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
}



.modal-popup .action-close:hover:before {
  color: #1a1a1a;
}
.header-group .header__container {
  display: flex;
  align-items: flex-end;
  padding: 20px 20px 30px;
}
.custom-logo {
  position: relative;
  z-index: 5;
  order: 1;
  margin-right: auto;
  width: 126px;
}

.custom-logo img {
  display: block;
  height: auto;
  width: 219.188px !important;
}

.header-menu-group {
  margin: 0;
  display: none;
  order: 2;
}

.header-menu-group .hs-menu-wrapper > ul > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.header-search {
  float: none;
  padding: 0;
  position: relative;
  width: 28%;
  z-index: 4;
  margin-right: 2%;
  z-index: 99;
}
.search-content {
  margin-bottom: 0;
}
.search-content form {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  max-width: 100%;
}
.search-content form .field.search {
  margin-bottom: 0;
}
.search-content form .field.search .control {
  position: relative;
  z-index: 99;
  clear: both;
  margin: 0;
  padding: 0;
}
.header-search .focused .actions .search {
  display: none;
}

.header-search .focused .amsearch-close,.header-search .focused .amsearch-loupe {
  display: block;
}

.header-search .amsearch-close, .header-search .amsearch-loupe {
  display: none;
}

button.amsearch-loupe {
}

.header-search .amsearch-loupe {
  font-size: 1.8rem;
  line-height: 4rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  height: 14px;
  width: 14px;
  border: 0;
  padding: 0;
  box-shadow: none;
  background: url("https://6263489.fs1.hubspotusercontent-na1.net/hubfs/6263489/raw_assets/public/Bluelab_june2020/images/search-icon.svg") no-repeat center;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    }

.header-search .amsearch-loupe:hover,.header-search .amsearch-close:hover {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.header-search .amsearch-close {
  position: absolute;
  top: 15px;
  right: 0;
  display: none;
  padding: 16px;
  background: url("https://6263489.fs1.hubspotusercontent-na1.net/hubfs/6263489/raw_assets/public/Bluelab_june2020/images/search-close-icons.svg") no-repeat center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    }

.amsearch-wrapper-input {
  position: relative;
  transition: none;
  width: 100%;
}
.account-nav {
  padding: 0 0 8px;
  display: none;
}
.account-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.account-nav ul li:first-child {
  margin-right: 20px;
}
.account-nav ul li {
  margin: 0;
  font-size: 29px;
  line-height: 1;
}
.account-nav ul li a {
  font-size: 29px;
  line-height: 1;
  text-decoration: none;
}
.account-nav ul li a:before {
  font-family: "bluelab";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e800';
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before, .minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

.minicart-wrapper .action.showcart:before {
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  content: '\e802';
  font-family: 'bluelab';
}
.minicart-wrapper .action.showcart .text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  order: 4;
  height: 26px;
  line-height: 24px;
}

.top-links-wrapper {
  display: inline-block;
}
.top-links-wrapper .action {
  display: block;
  font-size: 29px;
  line-height: 1;
  color: #fff;
}
.top-links-wrapper .action:before {
  color: #003afe;
  font-size: 29px;
  display: block;
}
.top-links-wrapper .action:before {
  font-family: "bluelab";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top-links-wrapper .action .text {
  display: none;
}
.header-group .header__container {
  display: flex;
  align-items: flex-end;
  padding: 20px 20px 30px;
}



.header-group .header__container {
  padding: 20px 20px 35px;
}

.custom-logo {
  position: relative;
  z-index: 5;
  order: 1;
  margin-right: auto;
  width: 126px;
}

.custom-logo {
  margin: 0;
  width: 16%;
}

.custom-logo img {
  display: block;
  height: auto;
  width: 219.188px !important;
}

.custom-logo img {
  max-height: inherit;
  max-width: 100%;
}

.header-menu-group {

  margin: 0;
  display: none;
  order: 2;
}

.header-menu-group {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  display: block;
  flex-shrink: 1;
}

.header-menu-group .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}



.header-menu-group .hs-menu-wrapper > ul > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}

.header-menu-group .hs-menu-wrapper > ul > li {
  margin: 0;
  padding: 0 10px;
  line-height: 22.4px;
  position: static;
}
.header_content {
  position: relative;
}
.header-menu-group .hs-menu-wrapper > ul > li > a {
  padding: 0;
  font-size: 18px;
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  line-height: 22.4px;
}



.header-menu-group .hs-menu-wrapper > ul > li > a:hover {
  opacity: 0.8;
}

.header-search {
  margin-bottom: 0;
  order: 3;
}

.header-search {
  float: none;
  padding: 0;
  position: relative;
  width: 28%;
  z-index: 4;
  margin-right: 2%;
  z-index: 99;
}

.search-content {
  margin-bottom: 0;
}

.search-content form {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  max-width: 100%;
}

.search-content form .field.search {
  margin-bottom: 0;
}

.search-content form .field.search .control {
  position: relative;
  z-index: 99;
  clear: both;
  margin: 0;
  padding: 0;
}

.amsearch-wrapper-input {
  position: relative;
  transition: none;
  width: 100%;
}

.header-search input {
  left: -300%;
  margin: 0;
  padding-right: 35px;
  position: static;
  border: 1px solid;
  height: 46px;
  outline: none;
  color:#000;
}
.header-search .focused input {
  padding-left: 30px;
}
.account-nav {
  padding: 0 0 8px;
  display: none;
}

.account-nav {
  display: block;
  order: 4;
}

.account-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.account-nav ul li {
  margin: 0;
  font-size: 29px;
  line-height: 1;
}

.account-nav ul li:first-child {
  margin-right: 20px;
}

.account-nav ul li a {
  font-size: 29px;
  line-height: 1;
}

.account-nav ul li a:before {
  font-family: "bluelab";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e800';
}

.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}

.minicart-wrapper {
  margin-left: 20px;
  padding: 0 0 8px;
  order: 5;
}

.minicart-wrapper:before, .minicart-wrapper:after {
  content: '';
  display: table;
}

.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

.minicart-wrapper .action.showcart:before {
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  content: '\e802';
  font-family: 'bluelab';
}

.minicart-wrapper .action.showcart:before {
  font-size: 29px;
}

.minicart-wrapper .action.showcart .text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  order: 4;
  height: 26px;
  line-height: 24px;
}

.nav-toggle {
  display: none;
}

.top-links-wrapper {
  display: inline-block;
}

.top-links-wrapper {
  position: relative;
  padding-bottom: 8px;
  order: 4;
}

.top-links-wrapper  .action {
  display: block;
  font-size: 29px;
  line-height: 1;
  color: #fff;
}

.top-links-wrapper .action {
  color: #000;
  line-height: 40px;
}

.top-links-wrapper .action:before {
  font-family: "bluelab";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: '\e801';
}

.top-links-wrapper .action:before {
  color: #003afe;
  font-size: 29px;
  display: block;
}

.top-links-wrapper .action .text {
  display: none;
}


.header-search .actions .search {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 9px;
  font-size: 29px;
  line-height: 1;
  z-index: 1;
  opacity: 1 !important;
  z-index: 1000;
  pointer-events: none;
  opacity: .5;
}

.header-search .actions .search:before {
  color: #003afe;
  content: '\e803';
  font-family: 'bluelab';
  display: block;
}

.header-search .actions .search span {
  display: none;
}

.custom-cms {
  max-width: 30%;
}

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

.custom-cms p a {
  padding: 0;
  font-size: 18px;
  text-decoration: none;
  transition: opacity .2s;
  font-weight: 500;
}

.custom-cms p a img {
  max-width: 230px;
}

.custom-text2.menu-divider:before {
  content: "Get Support";
  display: block;
  color: #003afe;
  font-weight: 700;
  width: 80px;
  font-size: 20px;
  margin-right: 60px;
  text-align: left;
}
.header-group {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.scroll-header .header-group {
  transition: all .3s;
  box-shadow: 0px 2px 5px 0px #bfbfbf;
  position: fixed;

}
.header-search .focused input:focus {
  border: 0;
  box-shadow: none;
}

@media (min-width: 770px){
  .header-menu-group .hs-menu-wrapper > ul > li > a:after {
    content: "";
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    position: absolute;
    transition: background-color .2s ease-out;
  }

  .header-menu-group .hs-menu-wrapper > ul > li > a:hover:after {
    background-color: #0b42fe;
  }
  .header-menu-group .hs-menu-wrapper>ul > li:hover >  ul.hs-menu-children-wrapper {
    display: flex !important;
    top: 83px;
  }
  .header-menu-group .hs-menu-wrapper>ul > li > ul.hs-menu-children-wrapper {
    display: none;
    position: absolute !important;
    justify-content: center;
    left: 50% !important;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    background-color: #F8F8F8;
    padding: 30px 10px;
  }

  .header-menu-group .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li > a {
    padding: 0;
    color: #0b42fe;
    line-height: 22.4px;
    font-weight: 500;
    font-size: 18px;
  }

  .header-menu-group .hs-menu-wrapper>ul>li > ul.hs-menu-children-wrapper > li > a:after {
    content: '';
    height: 1px;
    background-color: #c4c4c4;
    display: block;
    width: 95%;
    margin-top: 8px;
  }

  .header-menu-group .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper > li ul {
    display: flex !important;
    flex-direction: column;
    padding: 0;
    margin-top: 15px;
    top: auto !important;
    left: auto !important;
    position: relative !important;
  }

  .header-menu-group .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper > li ul > li {
    padding: 0;
    margin-top: 0rem;
    margin-bottom: 1rem;
    display: list-item;
    line-height: 24px;
    font-size: 18px;
  }

  .header-menu-group .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper > li ul > li > a {
    color: #434343;
    font-weight: 500;
    padding: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .header-menu-group .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper > li ul > li > a:hover {
    opacity: 0.8;
  }
  .custom-text.menu-divider:before {
    content: "Shop By";
    display: block;
    color: #003afe;
    font-weight: 700;
    width: 80px;
    margin-right: 60px;
    font-size: 20px;
    text-align: left;
  }

  .header-menu-group .hs-menu-wrapper>ul>li > ul.hs-menu-children-wrapper > li {
    padding: 0 10px;
    margin: 0;
    flex-grow: 1;
    max-width: 360px;
    min-width: 200px;
    position: relative;
  }

  .top-links-wrapper .action {
    color: #000;
    line-height: 40px;
  }
  .top-links-wrapper {
    position: relative;
    padding-bottom: 8px;
    order: 4;
  }
  .nav-toggle,
  .search-trigger-mobile{
    display: none;
  }
  .minicart-wrapper .action.showcart:before {
    font-size: 29px;
  }
  .header-group .header__container {
    padding: 20px 20px 35px;
  }
  .minicart-wrapper {
    margin-left: 20px;
    padding: 0 0 8px;
    order: 5;
  }
  .custom-logo {
    margin: 0;
    width: 16%;
  }
  .custom-logo img {
    max-height: inherit;
    max-width: 100%;
  }
  .header-menu-group {
    flex-grow: 1;
    padding: 0;
    margin: 0;
    display: block;
    flex-shrink: 1;
  }

  .header-menu-group .hs-menu-wrapper>ul>li+li {
    margin-left: 70px;
  }

  .header-menu-group .hs-menu-wrapper > ul {
    margin: 0;
    padding: 0 20px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-menu-group .hs-menu-wrapper > ul > li {
    margin: 0;
    padding: 0 10px;
    line-height: 22.4px;
  }
  .header-menu-group .hs-menu-wrapper > ul > li > a {
    padding: 0;
    font-size: 18px;
    color: #0b42fe;
    display: block;
    text-decoration: none;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
    line-height: 22.4px;
  }
  .header-menu-group .hs-menu-wrapper > ul > li > a:after {
    content: "";
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    position: absolute;
    transition: background-color .2s ease-out;
  }
  .header-menu-group .hs-menu-wrapper > ul > li > a:hover {
    opacity: 0.8;
  }
  .header-menu-group .hs-menu-wrapper > ul > li > a:hover:after {
    background-color: #0b42fe;
  }
  .header-search input {
    left: -300%;
    margin: 0;
    padding-right: 35px;
    position: static;
    border: 1px solid;
    height: 46px;
    outline: none;
  }
  .account-nav {
    display: block;
    order: 4;
  }

  #locations-popup-modal>div:not(:last-child):after {
    content: "";
    position: absolute;
    height: 80%;
    top: 10%;
    right: 0;
    width: 1px;
    background-color: #c4c4c4;
  }

  #locations-popup-modal>div {
    width: 33.3333%;
    position: relative;
    font-size: 14px;
  }
  div#locations-popup-modal {
    display: flex;
    margin: 30px 0 50px;
  }
  .modal-popup .action-close {
    top: 20px;
  }
  .header-top ul li:last-child {
    margin-right: 0;
    cursor: pointer;
  }
  .modal-popup .modal-title {
    line-height: 75px;
  }
  .header-top {
    font-size: 15px;
  } 
  .header-top .header__container {
    justify-content: flex-end;
    padding: 17px 20px;
  }
  .header-top ul li {
    padding: 0;
    margin-right: 30px;
    line-height: 22px;
    font-size: 15px;
  }
  .header-top ul li:before {
    margin-right: 10px;
  }
  .header-menu-group.mobile {
    display: none;
  }
}

@media(max-width:935px){
  .header-menu-group .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }

  .header-search {
    width: 23%;
  }
}

@media(max-width:770px){
  .header-menu-group .hs-menu-wrapper>ul>li:hover a:after {
    background-color: transparent !important;
  }
  .header-search .amsearch-loupe:hover, .header-search .amsearch-close:hover {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
    filter: none;
  }
  .header-menu-group.desktop {
    display: none;
  }

  .header-menu-group {
    display: none;
    position: fixed;
    width: 90%;
    min-width: 240px;
    max-width: 320px;
    right: 0;
    top: 86px;
    height: calc(100vh - 86px);
    overflow-y: auto;
    z-index: 99;
  }

  .search-content {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .header-search input {
    top: -1000px;
    margin: 0;
    padding-right: 35px;
    background: #E5EBFF;
    border: 1px solid #e5ebff;
    height: 46px;
    outline: none;
    position: static;
  }

  .account-nav {
    display: none;
  }

  .minicart-wrapper {
    margin-right: 20px;
    order: 2;
    margin-left: 0;
    padding: 0;
  }

  .minicart-wrapper .action.showcart:before {
    content: '\e802';
    font-family: 'bluelab';
    font-size: 22px;
    color: #003afe;
    line-height: 1;
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: inherit;
    color: #003afe;
    content: '\e609';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  .top-links-wrapper {
    display: none;
  }

  .header-group .header__container {
    padding: 20px 20px 30px;
  }

  .custom-logo {
    position: relative;
    z-index: 5;
    order: 1;
    margin-right: auto;
    width: 126px;
  }
  .header-top ul {
    justify-content: center;
  }
  /*  Mobile header  */
  .search-content form .field.search .control {
    position: absolute;
    padding-right: 0;
    top: 80px;
    width: 100%;
    left: 0;
    right: 0;
    display: none;
    margin: 0;
    padding: 0;
  }
  .search-content form .field.search.search-open .control {
    display:block;
  }
  .header-search {
    position: static;
  }

  .header-search .input-text {
    margin: 0;
    padding-right: 35px;
    background: #E5EBFF;
    border: 1px solid #e5ebff;
    height: 46px;
    outline: none;
  }

  .header-menu-group .hs-menu-wrapper>ul li.hs-item-has-children {
    cursor: pointer;
  }
  .search-content .actions {
    display: none;
  }

  .search-trigger-mobile {
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    cursor:pointer;
  }

  .search-trigger-mobile span {
    display: none;
  }

  .search-trigger-mobile:before {
    color: #003afe;
    content: '\e803';
    font-family: 'bluelab';
    display: block;
  }

  .header-search {
    width: auto;
    margin: 0;
  }
  .mobile-open .nav-toggle:after {
    background: rgba(0,0,0,0.5);
    content: '';
    display: block;
    height: calc(100vh - 86px);
    position: fixed;
    right: 0;
    top: 86px;
    width: 100%;
    z-index: 1;
  }

  .mobile-open .header-top {
    display: none;
  }

  .mobile-open {
    overflow: hidden;
  }
  .mobile-open .header-menu-group {
    display: block;
  }

  .header-menu-group .hs-menu-wrapper>ul {
    margin: 0;
    padding: 0;
    top: auto !important;
    left: auto !important;
    display: block;
  }

  .header-menu-group .hs-menu-wrapper>ul li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #c4c4c4;
  }

  .header-menu-group .hs-menu-wrapper>ul li a {
    padding: 15px 20px;
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    line-height: 24px;
  }

  .header-menu-group .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    pointer-events: none;
  } 

  .header-menu-group .hs-menu-wrapper>ul>li.hs-item-has-children> a:after {
    content: "";
    border-color: #003afe;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 7px;
    right: 20px;
    position: absolute;
    top: 40%;
    transform: rotate(45deg);
    transition: all .3s ease;
    width: 7px;
    left: auto;
    bottom: auto;
    box-sizing: content-box;
  }
  .header-menu-group .hs-menu-wrapper>ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: none;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
    top: auto !important;
    left: auto !important;
    position: relative;
  }
  .header-menu-group .hs-menu-wrapper>ul li.hs-item-has-children>ul.hs-menu-children-wrapper > li ul {
    display: block;
  }
  .custom-text.menu-divider {
    display: none;
  }

  .header-menu-group .hs-menu-wrapper>ul li.hs-item-has-children > ul.hs-menu-children-wrapper ul li a {
    padding-left: 30px;

  }

  .custom-cms {
    display: none;
  }

  .custom-text2.menu-divider {
    display: none;
  }

  .header-menu-group .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:after {
    transform: rotate(-135deg);
    margin-top: 4px;
  }
  .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    width: auto;
    margin: 0;
    max-height: none;
    height: auto;
    min-height: 100%;
    background-color: #f4f4f4;
    /* max-height: 100vh; */
  }

  .city-open .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .modal-popup {
    left: 44px;
    z-index: 900;
    overflow-y: auto;
    max-height: 100vh;
    overflow-x: hidden;
  }

  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }

  .modal-popup .action-close {
    top: 8px;
  }

  #locations-popup-modal>div ul>li>a {
    line-height: 24px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;

}
.footer__container {
  margin: 0 auto;
}

.footer__copyright {
  border-top: 1px solid #e2e2e2;
  display: block;
  font-size: 12px;
  padding: 20px 20px;
  text-align: center;
  color: #707070;
}
.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  max-width: 1410px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.footer-links .links, .footer-links .links.account {
  margin-bottom: 20px;
  padding-right: 10px;
}
.footer-links .links h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #656565;
  font-weight: bold;
}
.footer-links .links .hs-menu-wrapper > ul, .footer-links .links.account ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: block;
}
.footer-links .links .hs-menu-wrapper > ul > li, .footer-links .links.account ul > li {
  line-height: 24px;
  font-size: 14px;
}
.footer-links .links.account ul > li > a.footer-btn {
  color: #656565;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 162px;
  color: #707070;
  display: block;
  margin-top: 20px;
  padding: 5px 8px;
  border: 2px solid #898989;
  border-radius: 5px 0 0 0;
  box-sizing: border-box;
  font-size: 12px;
  white-space: nowrap;
  position: relative;
}
.footer-links .links.account ul > li > a.footer-btn .icon-arrow-right {
  position: absolute;
  right: 5px;
}
.footer-links .links.account ul > li > a.footer-btn:hover {
  font-weight: bold;
  color: #fff;
  border: 2px solid #003afe;
  background: #003afe;
}

.footer-links .links .hs-menu-wrapper > ul > li > a:hover, .footer-links .links.account ul > li > a:hover {
  text-decoration: underline;
}
.block.newsletter {
  float: none;
  padding: 35px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: none;
  width: auto;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 0;
  background: #e7e7e7;
}

.block.newsletter .content {
  max-width: 600px;
}

.block.newsletter p {
  margin:0px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

.block.newsletter h3.form-title {
  display: none;
}

.block.newsletter  form {
  display: table;
  width: 100%;
  max-width: 100%;
}

.block.newsletter form .hs_email {
  margin: 0;
  margin-right: 5px;
}

.block.newsletter  .hs-form label {
  display: none;
}

.block.newsletter form input[type="email"] {
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.42857143;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 14px;
  background: #fff;
  background-clip: padding-box;
  margin-right: 35px;
  height: 40px;
  border-radius: 0;
  padding: 0 10px;
  border: 1px solid #c2c2c2;
  min-width: 400px;
  margin-bottom: 0;
  color:#000;
}

.block.newsletter .hs_submit {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}

.block.newsletter .actions input.hs-button.primary.large {
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  background-image: none;
  background: #003afe;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  border-radius: 0;
  margin-left: 10px;
  min-width: 130px;
  padding: 0 20px;
  font-size: 16px;
}
.footer-social {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-social ul {
  max-width: 1410px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  list-style: none none;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-social ul li {
  display: inline;
  margin-right: 10px;
}
.footer-social ul li a {
  text-decoration: none;
  font-size: 40px;
  cursor: pointer;

  transition: all .2s;
}
.footer-social ul li a:before {
  font-family: "bluelab";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: '\e806';
}
.icon-facebook:before {
  content: '\e806';
}

.icon-instagram:before {
  content: '\e807';
}

.icon-twitter:before {
  content: '\e808';
}


.footer-social ul li:last-child {
  margin-right: -33px;
}
.block.newsletter form .hs-input.invalid.error {
  border-bottom: 2px solid #f00;
}

.block.newsletter  form .hs-error-msgs label {
  display: block;
  font-size: 1.2rem;
  line-height: 22px;
}

.footer-links .links.account ul > li > a.footer-btn .icon-arrow-right:before {
  font-family: "bluelab";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e80a';
}  


@media (min-width: 770px){
  .footer__copyright {
    padding: 30px 20px 40px;
    font-size: 14px;
  } 
  .footer-links {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .footer-links .links {
    padding-right: 20px;
  }
  .footer-links .links h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 36px;
  }
  .footer-links .links .hs-menu-wrapper > ul > li, .footer-links .links.account ul > li {
    line-height: 30px;
    font-size: 16px;
  }
  .footer-links .links .hs-menu-wrapper > ul > li > a, .footer-links .links.account ul > li > a {
    color: #656565;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s;
    padding: 0;
  }
  .footer-links .links.account ul > li > a.footer-btn {
    width: 210px;
    margin-top: 20px;
    font-size: 16px;
  }
  .footer-social {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-social ul li {
    margin-right: 20px;
    line-height: 1.4em;
  }
  .footer-social ul li a {
    font-size: 48px;
  }
  .footer-social ul li:last-child {
    margin-right: -37px;
  }
}

@media(max-width:770px){
  .footer-links .links h3 {
    line-height: 26px;
  }

  .footer-links .links .hs-menu-wrapper>ul, .footer-links .links.account ul {
    line-height: 24px;
  }

  .footer-links .links .hs-menu-wrapper>ul>li > a, .footer-links .links.account ul>li > a {
    display: inline;
    padding: 0;
    color: #656565;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s;
    line-height: 24px;
  }

  .footer-links .links.account {
    margin-bottom: 0;
  }
  .block.newsletter {
    padding: 25px 20px;
  }

  .block.newsletter form input[type="email"] {
    min-width: 100%;
    width: 100% !important;
    color:#000;
  }

  .block.newsletter .actions input.hs-button.primary.large {
    font-size: 14px;
  }

  .block.newsletter form .hs_email {
    margin-right: 0;
  }
}

@media(max-width:479px){
  .block.newsletter form input[type="email"] {
    margin-right: 0;
  }
  .footer-links {
    display: block;
  } 
  .block.newsletter form {
    display: block;
  }

  .block.newsletter .hs_submit {
    display: block;
  }
  .block.newsletter .actions input.hs-button.primary.large {
    margin: 15px 0 0;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding:0 20px;
}
.blog-pagination {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.blog-pagination ul {
  margin: 0;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li a {
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #e0e0e0;
  font-weight: bold;
  margin: 0 5px;
  color: #999;
  text-decoration: none;
}

.blog-pagination ul li a.active {
  background: #003afe;
  border-color: #003afe;
  color: #fff;
}

.blog-pagination ul li  a.next-link {
  display: none;
}

.blog-index__post.blog-index__post--small {
  padding: 0 15px;
  position: relative;
  display: inline-block;
  margin-right: -3px;
  vertical-align: top;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 60px;
}

.blog-index__post.blog-index__post--small .featured-image {
  border-width: 0;
  max-height: 300px;
  max-width: 100%;
  display: inline-block !important;
  float: none !important;
  margin: 10px 0px 10px 0px;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  transition: ease-in-out all .4s;
  -webkit-transition: ease-in-out all .4s;
  -ms-transition: ease-in-out all .4s;
  -o-transition: ease-in-out all .4s;
  object-fit: cover;
  -o-object-fit: cover;
}

p#hubspot-topic_data {
  position: absolute;
  top: 15px;
  left: 30px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 30px 0 0;
}

p#hubspot-topic_data a {
  padding: 5px 15px;
  margin: 0 0 10px 0;
  box-shadow: inset 0 0 0 transparent;
  display: inline-block;
  background: #003afe;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

p#hubspot-topic_data a:hover {
  text-decoration: underline;
  box-shadow: 0 -40px 0 #00000f inset;
}

a.more-link {
  box-shadow: inset 0 0 0 transparent;
  display: inline-block;
  margin-top: 15px;
  padding: 9px 30px;
  text-transform: uppercase;
  transition: ease-in-out all .4s;
  -webkit-transition: ease-in-out all .4s;
  -ms-transition: ease-in-out all .4s;
  -o-transition: ease-in-out all .4s;
  border-color: #003aff;
  border-top-left-radius: 10px;
  color: #003aff;
  text-decoration: none !important;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
}

a.more-link:hover {
  box-shadow: none !important;
  color: #fff;
  background-color: #003aff;
  font-weight: bold;
}
.blog-top_section {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f2f2f2;
  border-bottom: 1px solid #e0e0e0;
}


.categories-group h3 {
  margin: 0;
  padding-right: 10px;
  padding-top: 0;
  margin-bottom: 0;
  color: #434343;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  font-family: 'Open Sans',sans-serif;
  display: block;
}

.blog-topics {
  position: relative;
  display: inline-block;
}
.blog-index__post.blog-index__post--small .featured-image:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.blog-topics ul {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}

.blog-topics ul li.topic {
  background: #f8f8f8;
  display: initial;
  width: 260px;
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 5px 10px 5px 15px;
  cursor: pointer;
  color: #999;
}

.blog-topics ul li.topic i.fa.fa-angle-down {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  font-size: 20px;
  padding: 3px 5px 0 0;
}

.fa-angle-down:before {
  content: "\f107";
}

.blog-topics ul ul {
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  color: #434343;
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  background: #fff;
  width: 100%;
  top: 35px;
  border: 1px solid #e0e0e0;
  margin: 0;
  overflow: auto;
  height: auto !important;
}

.blog-topics ul ul li {
  list-style: none;
}

.blog-topics ul ul a {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
}
.blog-from-group {
  width: auto !important;
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.categories-group {
  width: auto !important;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.blog-form-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  font-family: 'Open Sans',sans-serif;
  padding-right: 10px;
  margin-bottom: 0;
  color: #434343;
  margin: 0;
}

.blog-from-group h3.form-title {
  display: none;
}

.blog-from-group form {
  max-width: 100%;
}

.blog-from-group .hs-form label {
  display: none;
}

.blog-from-group form {
  max-width: 100%;
  max-width: 347px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-topics ul.tag-open ul {
  display: block;
}
.blog-index__tag-header {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}

.blog-index__tag-header h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  font-family: 'Open Sans',sans-serif;
  margin: 10px 0;
  margin-top: 0;
}

.blog-index {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog-header {
  max-width: 470px;
  margin: 0 auto;
  padding: 0 20px;
}
.blog-header__inner img {
  border-radius: 100%;
  width: 100px;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
.blog-header__inner {
  text-align: center;
  padding-bottom: 30px;
}
.banner-topic-link:hover {
  color: #fff !important;
  font-weight: bold;
  background-color: #003afe;
  box-shadow: none;
}
.blog-header__author-avatar {
  border-radius: 100%;
  width: 100px;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

.blog-header__title {
  font-size: 36px;
  margin: 0;
  font-weight: 800;
  line-height: 1.25em;
  margin-bottom: 10px;
  text-align:center;
}
.blog-post-banner {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.post-header-banner {
  color: #fff;
  padding: 140px 40px;
  background: rgba(0,0,0,0.3);
  text-align: center;
  width: 100%;
}

.banner-topic-link {
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 10px;
  box-shadow: inset 0 0 0 transparent;
  padding: 5px 20px;
  text-transform: uppercase;
  background: #003afe;
  color: #fff;
  font-weight: normal;
  font-family: 'Open Sans',sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.post-header-banner h1 {
  margin: 0;
  font-family: 'Open Sans',sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.25em;
  color: #fff;
  margin: 10px 0;
}

.post-header-banner #hubspot-author_data {
  float: none;
  font-family: 'Open Sans',sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.post-header-banner .author-link {
  text-decoration: underline;
  color: #fff;
  font-weight: normal;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-family: 'Open Sans',sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.post-header-banner .author-link:hover {
  color: #fff !important;
  font-weight: bold;
  background-color: #003afe;
  box-shadow: none;
}
.blog-post-content {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 25px;
}

.post-content-group {
  width: 65% !important;
  padding-left: 30px;
  float: right;
}

.post-content-group {
}

.blog-post-content:before , .blog-post-content:after {
  display: block;
  clear: both;
  content: "";
}

.post-sidebar {
  width: 35% !important;
  float: left;
}

.author-box {
  display: inline-block;
  width: 100%;
}

.back-main-blog {
  text-align: center;
  text-transform: uppercase;
  display: inherit;
  font-weight: 500;
  margin-top: 10px;
  color: #003afe;
}

.back-main-blog i {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  margin-right: 4px;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
}

.fa-angle-left:before {
  content: "\f104";
}

.author-detail {
  text-align: center;
  margin-top: 40px;
}

.author-detail .avatar-module {
  height: 85px;
  width: 85px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto 10px auto;
}

.author-detail img {
  margin-bottom: 10px;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

.author-detail h6 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}

.author-detail p {
  font-size: 18px;
  line-height: 1.45;
  margin: 10px 0 15px 0;
}

.hs-author-social-links {
  display: inline-block;
}

.hs-author-social-links a {
  background: #0077b5;
  display: inline-block;
  border-width: 0px;
  border: 0px;
  background-image: url("https://6263489.fs1.hubspotusercontent-na1.net/hubfs/6263489/raw_assets/public/Bluelab_june2020/images/linkedin.svg") !important;
    background-color: transparent !important;
    background-position: center !important;
    background-size: 40px 24px !important;
    background-repeat: no-repeat !important;
    color: #fff;
    margin: 0 1px;
    font-size: 16px !important;
    border-radius: 100%;
    line-height: 36px !important;
    text-indent: inherit !important;
    width: 35px !important;
    height: 35px !important;
    }

.hs-author-social-links i {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
}

.fa-linkedin:before {
  content: "\f0e1";
}

.social-sharing {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 20px 0 20px 0;
  margin-bottom: 15px;
  background: url("https://6263489.fs1.hubspotusercontent-na1.net/hubfs/6263489/raw_assets/public/Bluelab_june2020/images/pattern-bg.png");
    }

.social-sharing a {
  color: #fff !important;
  width: 70px !important;
  display: inline-block !important;
  text-align: center !important;
  height: 40px !important;
  margin: 0 -2px !important;
  line-height: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  transition: ease-in-out all .3s;
  -webkit-transition: ease-in-out all .3s;
  -ms-transition: ease-in-out all .3s;
  -o-transition: ease-in-out all .3s;
  border-radius: 0 !important;
}

a.share_facebook {
  background: #3b5999;
}

.share_facebook:before {
  content: "\f09a";
}

a.share_twitter {
  background: #55acee;
}

.share_twitter:before {
  content: "\f099";
}

a.share_google {
  background: #dd4b39;
}

.share_google:before {
  content: "\f0d5";
}

a.share_linkedin {
  background: #0077b5;
}

.share_linkedin:before {
  content: "\f0e1";
}

.blog-post__body img {
  width: 100%;
  margin-right: 0px;
}

.next-prev-post {
  border-top: 1px solid #ccc;
  padding: 20px 0 0 0;
  margin: 15px 0 45px 0;
  display: inline-block;
  width: 100%;
}

.next-prev-post div {
  display: inline-block;
}

.next-prev-post a {
  text-transform: uppercase;
  font-weight: bold;
}

.next-prev-post a .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  vertical-align: top;
}

.fa-angle-left:before {
  content: "\f104";
}

.next-prev-post .next-post {
  float: right;
}

.next-prev-post a {
  text-transform: uppercase;
  font-weight: bold;
}

.next-prev-post a .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  vertical-align: top;
}

.fa-angle-right:before {
  content: "\f105";
}

.comment-date {
  display: block !important;
}
.blog-from-group form .hs-error-msgs label {
  display: block;
}
.blog-index__post.blog-index__post--small.no-image p#hubspot-topic_data {
  position: static;
}
.blog-from-group form .hs_error_rollup {
  display: none;
}
.comment-reply-to.hs-button.secondary {
  padding-left: 28px;
  margin-top:20px;
}
.post-header h5 {
  font-weight: 700;
}

.hubspot-editable .author-link {
  font-weight: 700;
}
.post-page-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
  margin: 17px 0;
}

.blog-comment-section {
  background: #fff;
  padding: 50px 0;
}

.section.post-footer form{
  margin: 0 auto;
}

#comments-listing {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.section.post-footer form textarea {
  min-height: 120px;
}

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

.hs-blog-post {
  background: #f8f8f8;
}

@media (max-width: 1023px) and (min-width: 768px){
  .post-header-banner {
    padding: 60px 20px;
  }

  .post-header-banner h1 {
    font-size: 40px;
    line-height: 48px;
  }  

}
@media(max-width:767px){
  .blog-index__post.blog-index__post--small {
    padding-bottom: 30px;
    width: 100%;
  }
  .categories-group {
    max-width: 450px;
    margin: 0 auto 10px !important;
    float: none;
    width: 100% !important;
    display: block;
    text-align: center;
  }

  .categories-group h3 {
    width: 100%;
    text-align: center;
  }

  .blog-topics {
    text-align: left;
    max-width: 400px;
    width: 100%;
  }

  .blog-topics ul li.topic {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-topics ul {
    width: 100%;
    margin: 0;
  }

  .blog-from-group {
    width: 100% !important;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-form-title {
    width: 100%;
    text-align: center;
  }

  .blog-from-group form {
    display: block;
    width: 100%;
    margin: auto;
  }

  .blog-from-group form .hs-button.primary.large {
    width: 100%;
  }

  p#hubspot-topic_data a {
    font-size: 12px;
  }
  .post-header-banner {
    padding: 80px 25px;
  }

  .banner-topic-link {
    font-size: 14px;
    line-height: 20px;
  }

  .post-header-banner h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .post-header-banner .author-link {
    font-size: 14px;
    line-height: 20px;
  }

  .post-sidebar {
    width: 100% !important;
    float: none;
  }

  .post-content-group {
    width: 100% !important;
    padding-left: 0;
    margin-left: 0 !important;
  }

  .author-box {
    width: 100% !important;
    text-align: center;
  }

  .author-detail {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .social-sharing a {
    width: 55px !important;
  }
}


@media(max-width:479px){

  .slick-prev.slick-arrow {
    left: 5px !important;
  }
  .slick-next.slick-arrow {
    right: 5px !important;
  }
  .slider-inner a {
    font-size: 12px;
    padding: 10px;
  }

  .slider-inner h1 {
    font-size: 17px;
    line-height: normal;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
ul.no-list.hs-error-msgs {
  padding-left: 0;
}
.systems-page #submitbutton {
  margin-top: 20px;
  margin-bottom: 20px;
}
#hs_cos_wrapper_subscription_preferences form {
  max-width: 100%;
}
.password-page input#hs-pwd-widget-password {
  height:40px !important;
  margin-top: 0px !important;
  margin-bottom: 20px;
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width:auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 1.75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

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