/* ******************************************************************************
*********************************************************************************
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;
  max-width: 100%;
  vertical-align: middle;
}

/* 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,
.page-center,
.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.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 screen and (max-width: 720px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {

    padding-right: 15px;
    padding-left: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Launch Icons";
  src: url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/launch-icons.eot") format("embedded-opentype"),
    url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/launch-icons.ttf") format("truetype"),
    url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/launch-icons.woff") format("woff"),
    url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/launch-icons.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RBNo31-Book";
  src: url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/38B5BB_2_0.eot") format("embedded-opentype"), 
    url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/38B5BB_2_0.woff2") format("woff2"), 
    url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/38B5BB_2_0.woff") format("woff"), 
    url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/38B5BB_2_0.ttf") format("truetype");
}

@font-face {
  font-family: "RBNo31-Light";
  src: url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/38B5BB_0_0.eot") format("embedded-opentype"),
    url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/38B5BB_0_0.woff2") format("woff2"),
    url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/38B5BB_0_0.woff") format("woff"), 
    url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/38B5BB_0_0.ttf") format("truetype");
}

@font-face {
  font-family: "RBNo31-Medium";
  src: url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/38B5BB_1_0.eot") format("embedded-opentype"),
    url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/38B5BB_1_0.woff2") format("woff2"),
    url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/38B5BB_1_0.woff") format("woff"),
    url("https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/Thermacell_August2020/fonts/38B5BB_1_0.ttf") format("truetype");
}



html {
/*   font-size: 24px; */
}
 
body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.625;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
 
}

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

}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a:hover, a:focus {
  
} 

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.625;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 23px 0;
}

ul li,
ol li {
  
}

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

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

blockquote {
  padding: 0;
  margin: 1em 40px;
}

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

@media (max-width: 767px) {
  h1 {
    font-size: 32px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  h3 {
    font-size: 28px !important;
  }
}

@media (max-width: 480px) {

}
/* ******************************************************************************
*********************************************************************************
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: 767px;
  font-family: Lato, sans-serif;
}

.form-title {
  font-size: 2em;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.42857143;
  letter-spacing: .07em;
  font-family: Roboto;
  font-size: 16px;
  white-space: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;

  
  text-decoration: none;
  white-space: normal;
  text-transform: uppercase;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

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

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


.hs-form label,
.hs-form-field > label {
  color: #33475b;
  display: inline-block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}
ul.hs-error-msgs {
    margin: 0;
    padding: 0;
}

.hs-error-msgs label {
  color: #a94442 !important;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 10px 15px !important;
  letter-spacing: .07em;
  font-size: 15px;
  font-family: Lato,sans-serif;
  line-height: 26px !important;
  font-weight: 400 !important;
  margin: 5px 0 !important;
  display: inline-block;


}

.hs-input,
input#hs-pwd-widget-password {
  display: block;
  width: 100% !important;
  height: auto !important;
  min-height: 34px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 1.42857143;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: .07em;
  font-size: 14px;
  font-family: Roboto;
  margin: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

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

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

.hs-input:-moz-placeholder {
  color: #7f7f7f;
  opacity: 0.7 !important;
}

.hs-input::-webkit-input-placeholder {
  color: #7f7f7f;
  opacity: 0.7 !important;
}

.hs-input input,
.hs-input textarea,
input#hs-pwd-widget-password {
  transition: border 0.2s linear;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: 0;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

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,
.hs-form-field {
  margin-bottom: 17.5px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

.hs-menu-wrapper ul {
  /*   display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  padding: 0;
  margin: 0;
  list-style: none;
}







@media screen and (min-width: 1021px) {
  .mobile-menu-account-btn {
    display: none;
  }

  .custom-menu-primary {
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-left: 24%;
    padding-right: 23%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: flex;
    justify-content: space-between;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:before,
  .custom-menu-primary .hs-menu-wrapper > ul:after {
    content: '';
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: left;
    padding: 0 0 10px;
    margin: 0;
    position: relative;
    z-index: 4;
    
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0;
    margin: 0 15px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #333333 ;
    display: inline-block;
    height: auto;
    padding-bottom: 5px;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-weight: bold;

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
/*     line-height: 1; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: inherit !important;
    float: none !important;
    padding-left: 8px;
    max-width: 15px;
    padding-right: 0;
    /*content: "\f107";
    color: #7f7f7f;*/
    content: "\002B";
    color: #ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover:after {    
    color: blue;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a[href="javascript:;"] {
    cursor: default;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.explore:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -2px;
    height: 30px;
    border-left: 1px solid rgb(204, 204, 204);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.explore > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.support > a {
    color: #06a7e2;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    position: absolute;
    top: -99999999px;
    /*left: -50%;*/
    width: 100%;
    opacity: 0;
    box-shadow: 0 0px 20px rgba(0,0,0,0.1) !important;
    background: #fff;
    font-size: 14px;
    /*min-width: 300px;*/
    min-width: 180px;
    padding: 0 10px;
    /*border-bottom: 40px solid #06a7e2;*/
    font-weight: normal;
    line-height: normal;  
    left: 0px !important;
  }

  /*.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    opacity: 1;
    top: 100% ;
    -webkit-animation: mmFadeInUp 0.3s ease;
    animation: mmFadeInUp 0.3s ease;
  }*/

  @-webkit-keyframes mmFadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0) !important;
      transform: translate3d(0, 30px, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  @keyframes mmFadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li {
    line-height: normal;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    /*padding: 15px 0 0;*/
    padding: 0px 0 0;
    line-height: normal;
    font-weight: normal;
    font-size: 14px;
    color: #4e4e4e;
    display: block;
    font-family: 'RBNo31-Light', Roboto, sans-serif !important;
    letter-spacing: normal;
    margin-bottom: 8px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul > li:last > a {
    margin-bottom: 0px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a[href="javascript:;"] {
    cursor: text;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {
    color: #06a7e2 ;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    /*padding: 10px 15px 20px;*/
    padding: 0px 0px 8px;    
    width: 100%;
    float: left;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    display: block;
    color: #000;
    /*font-size: 18px;
    padding: 10px 0;*/
    padding: 0px 0;
    /*border-bottom: 1px solid #ccc;*/
    font-weight: bold;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-refills,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-accessories {
    position: static;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-refills > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-accessories > ul {
    padding: 0;
    left: 0;
    border: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul > li,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-refills > ul > li,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-accessories > ul > li {
    width: 100%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-refills > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-accessories > ul > li > a {
    text-align: center;
    font-family: 'RBNo31-Book', Roboto, sans-serif !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul > li {
    min-height: 210px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-refills > ul > li {
    min-height: 111px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul > li:first-child,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-refills > ul > li:first-child {
    width: 20%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul > li:nth-child(2),
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-refills > ul > li:nth-child(2){
    width: 80%;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-refills > ul ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-accessories > ul ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 5px 20px ;
    box-shadow: none ;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-accessories > ul ul {
    padding: 5px 20px 20px !important;
  }


  /*   .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-refills > ul ul li,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-accessories > ul ul li {
  width: auto ;
  display: block ;
  padding: 15px 0 0 ;
} 

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-refills > ul ul li a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-accessories > ul ul li a {
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'RBNo31-Medium', Roboto, sans-serif !important;
  line-height: 50px !important;
  font-weight: normal;
  padding: 0;
}  
  */

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li {
    width: auto ;
    display: block ;
    padding: 15px 0 0 ;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li a {
    display: flex !important;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-family: 'RBNo31-Medium', Roboto, sans-serif !important;
    line-height: 50px !important;
    font-weight: normal;
    padding: 0;
  }  



  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.radius > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.portable-repellers > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.patio-shield > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.backpacker > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.lanterns > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.perimeter > a:before {
    content: '';
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.radius > a:before {
    background-image: url(https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/raw_assets/public/Thermacell_August2020/images/menu-radius.png) ;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.radius > a:hover:before {
    background-image: url(https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/raw_assets/public/Thermacell_August2020/images/menu-radius-hover.png) ;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.portable-repellers > a:before {
    background-image: url(https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/raw_assets/public/Thermacell_August2020/images/repellers.png) ;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.portable-repellers > a:hover:before {
    background-image: url(https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/raw_assets/public/Thermacell_August2020/images/repellers_blue.png) ;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.patio-shield > a:before {
    background-image: url(https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/raw_assets/public/Thermacell_August2020/images/menu-patio-shield.png) ;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.patio-shield > a:hover:before {
    background-image: url(https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/raw_assets/public/Thermacell_August2020/images/menu-patio-shield-hover.png) ;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.backpacker > a:before {

    background-image: url(https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/raw_assets/public/Thermacell_August2020/images/backpacker_94d96b2f-b4d8-4a1e-9997-74e1d888a829.png) ;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.backpacker > a:hover:before {
    background-image: url(https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/raw_assets/public/Thermacell_August2020/images/backpacker-blue_6efd4c14-4f6d-43d4-ae6b-ec47e2663147.png) ;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.lanterns > a:before {
    background-image: url(https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/raw_assets/public/Thermacell_August2020/images/menu-lanterns.png) ;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.lanterns > a:hover:before {
    background-image: url(https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/raw_assets/public/Thermacell_August2020/images/menu-lanterns-hover.png) ;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.perimeter > a:before {
    background-image: url(https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/raw_assets/public/Thermacell_August2020/images/menu-perimeter.png) ;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.mosquito-repellers > ul ul li.perimeter > a:hover:before {
    background-image: url(https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/raw_assets/public/Thermacell_August2020/images/menu-perimeter-hover.png) ;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.explore > ul > li.mosquito,
  .custom-menu-primary .hs-menu-wrapper > ul > li.explore > ul > li.tick {
    width: 50%;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.explore > ul > li.tick:after {
    content: '';
    background: #333;
    width: 1px;
    height: 90%;
    display: block;
    position: absolute;
    left: -5px;
    top: 5%;
  } 
}


@media  (max-width: 1465px) and (min-width: 1021px)  {
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-of-type(1) > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-of-type(2) > ul {
    left: auto;
    right: 0;
  }
}


@media screen and (max-width: 1255px) and (min-width: 1021px)  {
  .custom-menu-primary {
    padding-top: 3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin: 0 5px;
  }
}


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

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 5%;
    width: 42px !important; /* Button width */
    min-width: 42px !important;
    height: 54px !important; /* Button height */  
    padding: 0 !important;
    text-align: center;
  }
  
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
    padding-right: 5px;
    font-size:20px;
  }

  .child-trigger i:before {
    content: "\f067" !important;
  }

  .child-trigger.child-open i:before {
    content: "\f068" !important;
  }


  .custom-menu-primary {
    position: relative;
    width: 100%;
    display: none;
  }

  body.menu-open {
    height: 100%;
    overflow: hidden;
  }

  .menu-open .custom-menu-primary {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper {
    padding-top: 70px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li  {
    position: relative;
    display: block;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li  {
    border-top: 1px solid #eee;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-family: "RBNo31-Medium",Roboto,sans-serif;
    font-weight: bold;
    display: block;
    font-size: 20px;
    line-height: unset;
    padding: 10px 5px 12px 30px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    max-width: 95%;
  }
 
  .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper{
    background-color: #eee !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
    
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    border-top: 5px solid #06a7e2;
    padding: 30px 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul >  li {
    padding: 0px 25px;
    padding-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child {
    padding-bottom: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-child {
    padding-top: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    color: #06a7e2 !important;
    font-weight: bold;
    font-family: 'RBNo31-Medium', Roboto, sans-serif;
    font-size: 17px;
    display: block;
    line-height: normal;
  }

  
  .custom-menu-primary .hs-menu-wrapper > ul ul ul.hs-menu-children-wrapper {
    display: block;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    display: block;
    padding-top: 10px;
    line-height: normal !important;
    font-size: 17px;
    font-family: "Helvetica Neue", Arial !important;
  }
  


  .mobile-menu-account-btn a {
    border: 1px solid #06a7e2;
    cursor: pointer;
    line-height: 22px;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 30px;
    font-family: "RBNo31-Medium",Roboto,sans-serif;
    border-color: #fff;
    margin-bottom: 30px;
    width: 100% ;
    background-color: #06a7e2 ;
    color: #fff ;
    border-radius: 0;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    font-size: 16px;
    letter-spacing: unset;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .mobile-menu-account-btn a:hover {
    color: #fff;
  }

}

@media (max-width: 720px) {
  .custom-menu-primary .hs-menu-wrapper {
    padding-top: 30px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.header {
  background-color: #F8FAFC;
}

header.header {
  min-height: 172px;
  overflow-x: hidden;
}

header.header.lp_header {
  min-height: 88px;
}

.header_top_bar {
  min-height: 40px;
  background: #06A7E2;
  text-align: center;
  padding: 7px 0;
  box-shadow: 1px 0px 4px rgba(0,0,0,0.15);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: white ;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 9999;
}

.header_top_bar p {
  margin: 0;
}
.header_top_bar p span {
  text-transform: uppercase;
  padding-left: 12px;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-top: 0px;
  display: inline-block;
  top: -1px;
}

.header_top_bar p span:before {
  content: 'Free UPS Ground Shipping to contiguous 48 United States on orders of $49.00 or more. This offer is not valid on previous purchases.';
  position: absolute;
  top: 30px;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -82px;
  padding: 7px;
  width: 374px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51,51,51,0.9);
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: none;
  line-height: 1.2;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.header_top_bar p span:after {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  border-bottom: 5px solid #000;
  border-bottom: 5px solid rgba(51,51,51,0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.header_top_bar p span:hover:before, 
.header_top_bar p span:hover:after {
  visibility: visible;
  opacity: 1;
}


.header_main {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
  transition: all .3s ease !important;
  transform: translateY(0%);
  z-index: 999;
  background-color: #fff;
}

.header-hide .header_main {
  /*top: 0 !important;
  transform: translateY(-100%);*/
  position: fixed;
  z-index: 40;
  top: 0px;
  width: 100%;
  /*background-color: rgb(255 255 255/1);*/
}

.header-show .header_main {
  top: 0 !important;
  transform: translateY(0%);
}

header.header.lp_header .header_main {
  top: 0;
}


.header__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  z-index: 110;
}

.header_main_content {
  position: relative;
  z-index: 3;
}

.header_main .row_top {
  width: 100%;
  /*   display: flex;
  justify-content: space-between; */
  text-align: center;

}

.header_left_sec {
  width: 180px;
}


.menu-trigger {
  display: none;
}



/* Styles for the Logo */

.header__logo {
  position: relative;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  right: -3px;
}

.header-show .header__logo {
  padding-top: 8px;

}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}


.header_right_sec {
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 29px;
  position: absolute;
  right: 0;
  top: 0;
}
.header-show .header_right_sec {
  padding-top: 27px;
}

.header_right_sec a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  float: left;
  padding: 0;
  margin-left: 30px;
  line-height: 21px;
  color: #7f7f7f;
  cursor: pointer;
  padding-bottom: 12px;
}

.header_sign-in a {
  font-size: 13px;
  font-family: "RBNo31-Light",Roboto,sans-serif;
}



.header_right_icon_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.header_right_icon_links .header-cart-icon {
  font-size: 22px;
}

.header .icon-cart:before {
  content: "\e600";
}
.header .icon-search:before {
  content: "\e036";
}


.header-search-wrapper {
  position: absolute;
  top: 128px;
  width: 100%;
  background: rgba(255,255,255,0.7);
  margin: 0;
  padding: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.6s ease all;
  -ms-transition: 0.6s ease all;
  -o-transition: 0.6s ease all;
  transition: 0.6s ease all;
  overflow: hidden;
}

.search-show .header-search-wrapper {
  height:auto;
  opacity: 1;
}
.header-search-form {
  font-size: 14px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 10px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-transition: 0.6s ease all;
  -ms-transition: 0.6s ease all;
  -o-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.header-search-input {
  vertical-align: baseline;
  margin: 0;
  font-size: 100%;
  display: block;
  width: 100%;
  border: 1px solid #e3e3e3;
  /*  color: #7f7f7f; */
  /*   border-radius: 5px; */
  font-family: "RBNo31-Light",Roboto,sans-serif;
  line-height: 50px;
  padding: 0 15px;
  height: 45px;
  outline: 0;
}
.header-search-input:-moz-placeholder {
  color: #7f7f7f;
  opacity: 0.7 !important;
}

.header-search-input::-webkit-input-placeholder {
  color: #7f7f7f;
  opacity: 0.7 !important;
}

.header-search-wrapper .mobile-search-button {
  vertical-align: baseline;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  height: 45px;
  background: #06a7e2;
  color: #FFF;
  padding: 0 20px;
  position: absolute;
  right: 30px;
  top: 12px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 0;
  outline: 0;
  display: none;
}






@media  (min-width: 1021px) {

}


@media screen and (max-width: 1255px) {
  .header__container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header_right_sec {
    padding-top: 26px;
  }
  .header-show .header_right_sec {
    padding-top: 24px;
  }

}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {

}

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

  header.header {
    min-height: 127px;
  }

  header.header.lp_header {
    min-height: 86px;
  }

  .menu-open .header_main {
    height: 100vh;
    overflow-y: auto;
  }
  
  
  .header__container {
    padding-right: 0;
    padding-left: 0;
  }
  .header__logo {
    padding-bottom: 8px;
  }
   
  .menu-trigger {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 60px;
    height: 60px;
    margin: 0;
    line-height: 60px;
    padding-bottom: 12px;
    /*color: #7f7f7f;*/
    color: #ffffff;
    cursor: pointer;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Launch Icons",sans-serif;
    speak: none;
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-transition: color .2s cubic-bezier(0.25,0.46,0.45,0.94);
    -ms-transition: color .2s cubic-bezier(0.25,0.46,0.45,0.94);
    -o-transition: color .2s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: color .2s cubic-bezier(0.25,0.46,0.45,0.94);
  }
  .menu-trigger .trigger-icon {
    display: inline-block;
  }
  .menu-trigger .trigger-icon:before {
    content: "\f125";
  }

  .menu-open .menu-trigger .trigger-icon {
    color: #333;
    font-weight: 400;
  }
  
  .menu-open .menu-trigger .trigger-icon:before {
    content: "\e117";
    color: #ffffff;
  }


  .menu-trigger:hover {
    color: #06a7e2;
  }

  .header-show .menu-trigger {
    top: 10px;
  }

  .header_right_sec {
    right: 15px;
  }
  .header_right_sec a {
    margin: 0 15px;
    padding: 6px 0;
  }
  .header_right_icon_links .header-cart-icon {
    font-size: 22px;
    margin: 0;
    padding: 6px 14px;
    padding-left: 7px;
  }

  .header-search-wrapper {
    top: 89px;
  }

}


@media (max-width: 865px) {
  .header_top_bar p span:before {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
}



/* Mobile Styles */

@media (max-width: 767px) {
  .header_right_sec {
    right: 0;
  }
  .header_right_icon_links ul li:first-child {
    order: 2;
  }
  .header_right_sec a {
    margin: 0 7px;
    padding: 6px 4px;
  }
  .header_right_icon_links .header-cart-icon {
    padding: 6px 4px;
  }
} 

@media (max-width: 720px) {
  .header_top_bar {
    font-size: 14px;
    min-height: 36px;
  }
  .header_top_bar p span {
    font-size: 10px;
    top: -2px;
  }
   
  header.header {
    min-height: 122px;
  }
  
  header.header.lp_header {
    min-height: 80px;
  }
   
  
  .header_main .row_top {
    padding-right: 80px;
    padding-left: 80px;
    width: 94%;
    margin: 0 auto;
  }
  
  .header__logo {
    max-width: 174px;
    right: auto;
    line-height: 61px;
  }
  
  .header_sign-in {
    display: none;
  }
  
  .header-search-wrapper {
    top: 80px;
  }
  .header-search-input {
    width: 85%;
  }
  .header-search-wrapper .mobile-search-button {
    display: block;
    top: 10px;
  }

  .header_top_bar p span:before {
    width: 334px;
    left: auto;
    right: 0;
    transform: translateX(0%);
  }

}

@media (max-width: 330px) {
  .header_top_bar {
    font-size: 13px;
  }
  .header_top_bar p span {
    padding-left: 5px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  color: #7f7f7f;
  background-color: #fff;
  position: relative;
  display: block;
  padding: 30px 30px 26px;
  font-size: 14px;
  line-height: 26px;
}
 
.footer__container {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
}

.footer-row {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
} 

.footer_col {
  float: left;
  padding: 30px 15px 0;
  /*   -webkit-box-flex: 1 1 180px;
  -moz-box-flex: 1 1 180px;
  -webkit-flex: 1 1 180px;
  -ms-flex: 1 1 180px;
  flex: 1 1 180px; */
  width: 25%;
}

footer.footer h4 {
  display: block;
  padding-bottom: 10px;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  color: #161a1c;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.footer_menu .hs-menu-wrapper >  ul li {
  display: block;
  padding: 5px 0;
  margin: 0;
}
.footer_menu .hs-menu-wrapper > ul li a {
  display: inline-block;
  vertical-align: top;
  color: #7f7f7f;
  font-weight: bold;
}

.footer_menu .hs-menu-wrapper > ul > li.dealers,
.footer_menu .hs-menu-wrapper > ul > li.careers {
  margin-top: 15px;
}

.footer_menu .hs-menu-wrapper > ul > li.dealers > a,
.footer_menu .hs-menu-wrapper > ul > li.careers > a {
  font-size: 12px;
  font-weight: 700;
  color: #161a1c;
  text-transform: uppercase;
}


.footer_social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_social ul li {
  display: block;
  padding: 5px 0;
  margin: 0;
  width: 45%;
  text-align: center;
  margin-bottom: 2px;
  max-width: 80px;
}

.footer_social ul li a {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 9px 0 0;
  color: #666666;
  font-size: 26px;
}

.footer_social ul li a:hover {
  color: #666666;
}

.footer_social ul li a span {
  display: none;
}

.footer_social ul li a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 25px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
  color: #fff;
  color: inherit;
  font-size: inherit;
}

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

.footer_social .icon-instagram:before {
  content: "\e057";
}

.footer_social .icon-youtube:before {
  content: "\e051";
}

.footer_social .icon-email:before {
  content: "\e907";
}

.footer_copyright {
  position: relative;
  padding: 30px 0;
  display: block;
  width: 100%;
  color: #7f7f7f;
  text-align: center;
}
    
.footer_copyright p {
  margin: 0;
}
 

.footer-newsletter-section {
  position: relative;
  
  background-image: url(https://7001828.fs1.hubspotusercontent-na1.net/hubfs/7001828/raw_assets/public/Thermacell_August2020/images/honeycomb-pattern.svg),linear-gradient(135deg, #3abeca 0%, #2f80ed 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-newsletter-container {
  padding: 30px 0;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.footer-newsletter-container .newsletter-text {
  position: relative;
  z-index: 1;
  padding: 8px;
  padding-bottom: 16px;
}
.footer-newsletter-section .newsletter-text h3 {
  margin: 0;
  color: #fff;
  font-size: 32px !important;
  line-height: 46px;
  font-family: "RBNo31-Medium",Roboto,sans-serif;
  font-weight: 700;
}

.footer-newsletter-section .newsletter-text p {
  margin: 0;
  color: #fff;
  font-family: "RBNo31-Light",Roboto,sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.footer-newsletter-container form {
  display: flex;
  min-height: 75px;

}

.footer-newsletter-container .hs_error_rollup {
  display: none;
}

.footer-newsletter-container form .hs_email {
  position: relative;
  flex: 1;
  margin: 0;
  text-align: left;
}

.footer-newsletter-container form .hs_email > label {
  display: none;
  color: #fff;
  text-align: left;
}

.footer-newsletter-container form .hs_email input {
  padding-left: 45px !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 50px !important;
}

.footer-newsletter-container form .hs-button {
  padding: 15px 30px 13px;
  border: 0;
  border-radius: 0 3px 3px 0;
  line-height: 22px;
  font-family: 'RBNo31-Medium',Roboto,sans-serif;
  background: #eeaa28;
  color: #FFF;
  letter-spacing: 2px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-newsletter-container .hs-error-msgs label {
  margin: 3px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0;
  color: #fff !important;
  font-family: RBNo31-Light, Roboto, sans-serif;
  font-size: 14px !important;
  line-height: 1.625 !important;
  letter-spacing: normal;
}


@media screen and (min-width: 600px) {
  .footer-newsletter-section {
    background-attachment: fixed;
  }
}


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

}

@media screen and (max-width: 720px) {
  .footer_col {
    text-align: center;
    width: 33.33%;
  }
  
  .footer_social ul li {
    margin: 0 auto;
    margin-bottom: 2px;
  }
  .footer-newsletter-section .page-center {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-newsletter-container {
    padding: 60px 15px;
  }
  .footer-newsletter-section .newsletter-text h3 {
    line-height: 36px;
  }
  .footer-newsletter-section .newsletter-text p {
    font-size: 16px;
    line-height: 26px;
  }
  

}
 
@media screen and (max-width: 586px) {
  .footer_col {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .footer_col {
    width: 100%;
  }

  .footer-newsletter-container form {
    display: block;
  }
  .footer-newsletter-container form .hs_email {
    margin-bottom: 15px;
  }
  .footer-newsletter-container form .hs_email input {
    border-radius: 5px;
  }
  .footer-newsletter-container form .hs-button {
    border-radius: 3px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

.blog-header {
  text-align: center;
  padding: 30px 0 30px;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 32px !important;
  margin: 0;
  line-height: 46px;
  color: #333;
}
.blog-header__title .blog-rss {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  margin-left: 10px;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

.blog-index {
  display: block;
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.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 {
  display: block;
  padding-top: 60px;
  margin-top: 60px;
  text-align: left;
  border-top: 1px solid #e3e3e3;
}

.blog-index__post:first-child {
  padding-top: 0;
  margin-top: 0;
  border: 0;
}


.blog-index_post-title {
  font-size: 36px !important;
  line-height: 46px;
  margin: 24px 0;
}
.blog-index_post-title a {
  color: #161a1c !important;
}
.blog-meta-info {
  padding: 10px 0 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}



.blog-index__post-image {
  width: 100%;
}

.blog-index__post-content {
  padding: 30px 0 0;
}


.blog-index__post-content h2 {

}

.blog-index__post-content p {

}

.blog-index__post-content a {
  color: #494a52;
}

.blog-index__post img {
  max-width: 100%;
  height: auto;
}


.blog-index_post-footer {
  padding: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7f7f7f;
  font-size: 14px;
}
.blog-index_read-more {
  -webkit-border-radius: 27.5px;
  -khtml-border-radius: 27.5px;
  -moz-border-radius: 27.5px;
  -ms-border-radius: 27.5px;
  -o-border-radius: 27.5px;
  border-radius: 27.5px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 15px 30px;
  font-family: "RBNo31-Medium",Roboto,sans-serif;
  font-weight: 300;
  color: #06a7e2;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #06a7e2;
  min-width: 155px;
  margin: 50px 0 0;
}


.blog-index_read-more .icon-arrow-right {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  color: inherit;
  vertical-align: top;
  font-size: 13px;
}
.blog-index_read-more .icon-arrow-right:before {
  content: "\e906";
}

.blog-index_read-more:hover {
  background: #06a7e2;
  border-color: #06a7e2;
  color: #fff;
} 

.blog-pagination {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
}


.blog-pagination__link {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 50px;
  margin: 0 10px;
  vertical-align: middle;
}
.blog-pagination__link b {
  display: none;
}

.blog-pagination__link--active {

}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}


.blog-pagination__prev-link {
  margin-left: 0;
  margin-right: 60px;
  color: #06a7e2 !important;

}

.blog-pagination__next-link {
  margin-left: 60px;
  margin-right: 0;
  color: #06a7e2 !important;

}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #7f7f7f !important;
  pointer-events: none;
  cursor: default;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {

}

.blog-pagination .pagination-button-icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 32px;
}
.blog-pagination .icon-arrow-left:before {
  content: "\e905";
}
.blog-pagination  .icon-arrow-right:before {
  content: "\e906";
}

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

.blog-post {

}
 
.blog-post-title {
  line-height: 46px;
  font-size: 32px !important;
  margin: 21.5px 0;
  margin-bottom: 0;
  color: #333;

}


.blog-post__tags {
  color: #000;
}

.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}


.blog-social-share-section {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.blog-social-share-section .share-buttons-item {
  position: relative;
  float: left;
  width: 25%;
  font-size: 0;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-left-width: 0;
  color: #7f7f7f;
}
.blog-social-share-section  .share-buttons-item:last-child {
    border-right-width: 0;
}
.blog-social-share-section  .share-buttons-item:hover {
  color: white;
}

.blog-social-share-section .share-buttons-item:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 32px;
  line-height: 100px;
}
.blog-social-share-section .share-facebook:before {
  color: #49659D;
  content: "\ea91";
}
.blog-social-share-section .share-twitter:before {
  color: #09AEEC;
  content: "\ea96";
}
.blog-social-share-section .share-pinterest:before {
  color: #CB1F2A;
  content: "\ead1";
}
.blog-social-share-section .share-google:before {
  color: #CC3A2B;
  content: "\ea8b";
}

.blog-social-share-section .share-buttons-item:hover:before {
  color: white;
}
.blog-social-share-section .share-facebook:hover {
    background-color: #49659D;
    border-color: #49659D;
}
.blog-social-share-section .share-twitter:hover {
    background-color: #09AEEC;
    border-color: #09AEEC;
}

.blog-social-share-section .share-pinterest:hover {
    background-color: #CB1F2A;
    border-color: #CB1F2A;
}
.blog-social-share-section .share-google:hover {
    background-color: #CC3A2B;
    border-color: #CC3A2B;
}


.blog-post-pagination {
  position: relative;
  display: block;
  background-image: linear-gradient(to right, #06a7e2 0%, #06a7e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF06A7E2', endColorstr='#FF06A7E2', GradientType=1);
  color: #fff;
      padding: 0 15px;

}
.blog-post-pagination .page-center {
  width: 100%;
  position: relative;
  min-height: 140px;
  padding: 0 !important;
}
.blog-post-pagination .pag-wrapper {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.blog-post-pagination .pag-button {
  display: inline-block;
  vertical-align: top;
  width: 50%;

}
.blog-post-pagination  .left-pag-button {
  float: left;
  text-align: left;

}
.blog-post-pagination  .right-pag-button {
  float: right;
  text-align: right;

}

.blog-post-pagination .pag-link {
  position: relative;
  padding: 0;
  color: #fff;
}

.blog-post-pagination .left-posts-link {
/*   margin-right: 90px; */
}
.blog-post-pagination .right-posts-link {
/*   margin-left: 90px; */
}

.pagination-article-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  min-height: 30px;
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
      margin-top: 6px;

}

.blog-post-pagination .left-pag-button .pagination-article-title {
  padding-left: 55px;
}

.blog-post-pagination .right-pag-button .pagination-article-title {
  padding-right: 55px;

}


.pagination-article-button-icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 32px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
  margin-top: 0px;

}
.blog-post-pagination  .icon-arrow-left:before {
  content: "\e905";
}
.blog-post-pagination .icon-arrow-right:before {
  content: "\e906";
}

.blog-post-pagination  .icon-arrow-left {
  right: auto;
  left: 0;
}

.blog-post-pagination .icon-arrow-right {

}




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

.blog-comments {
  margin: 0 auto;
  padding: 60px 0;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
/* .blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
} */
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


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

}
.post-item .page-center {
  padding: 0;
}

.comment-date {
  display: block !important;
  text-align: left;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}

.blog-post__body p img {
  max-width: 100%;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
   
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

@media screen and (max-width: 720px) {
  .blog-header {
    padding-bottom: 15px;
}
  .blog-header__title {
    line-height: 36px;
  }
  .blog-index__post {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .blog-index__post:last-child {
    padding-bottom: 0;
  }
  .blog-index_post-title {
    padding: 30px 0px 0;
    font-size: 26px !important;
    line-height: 36px;
  }
  .blog-index__post:first-child .blog-index_post-title {
    margin-top: 0;
    padding-top: 0;
  }  
 
  .hs-blog-post .content-wrapper {
    padding-right: 45px !important;
    padding-left: 45px !important;
    padding-top: 60px !important;

  }
  
  .blog-post-pagination {
    height: auto;
    padding: 15px;
  }
  .blog-post-pagination .page-center {
    min-height: auto;
  }
  .blog-post-pagination .pag-wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    top: auto;
  }
  .pagination-article-title {
    display: none;
  }
  .blog-post-pagination .icon-arrow-left {
    position: relative;
    top: auto;
    left: auto;
    float: left;
  }
  .blog-post-pagination .icon-arrow-right {
    position: relative;
    top: auto;
    right: auto;
    float: right;
  }
  .blog-post-pagination .left-posts-link {
    float: right;
    margin-right: 90px;
  }
  .blog-post-pagination .right-posts-link {
    float: left;
    margin-left: 90px;
  }
  .blog-social-share-section .share-buttons-item:before {
    line-height: 60px;
    font-size: 24px;
  }

  

} 
  
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 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: 0;
}

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

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

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

.hs-membership-global-error.hs-error-msg {
  display: none;
}

@media (max-width: 480px) {
 .systems-page h1 {
    font-size: 28px !important;
  }
 .systems-page h2 {
    font-size: 24px !important;
  }
   .systems-page h3 {
    font-size: 22px !important;
  }
}