/* ******************************************************************************
*********************************************************************************
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 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * 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;
  padding-left: 40px;
  padding-right: 40px;
}

.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;
  }
  body  .dnd-section>.row-fluid {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;

  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

 

* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
  font-size: 100%;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

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

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

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

img{
  max-width:100%;

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
.form-title {
  font-size: 2em;
  font-weight: bold;
}
form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 10px 0px;
  cursor: pointer;
  white-space: normal;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  border-style: solid;
  position: relative;
  text-align: center;
  display: inline-block;
  font-weight: 700;
}

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

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


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

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

.hs-input,input[type="password"] {
  display: block;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  padding: 0 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  min-height: 40px;
  margin-bottom: 18px;
}

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

.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;
}
.hs-form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.login_link_desktop {
  position: absolute;
  right: 15px;
  top: 58px;
}

.mega_menu_wrapper {
  position: relative;
}

.login_link_desktop a {
  font-weight: 700;
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
  display: inline-block;
  padding: 12px 15px;
  line-height: 18px;
  color: #535353;
  text-decoration: none;
  opacity: 0.8;
  font-size: 0.9375rem;
}
.lp .header_left {
  justify-content: flex-start;
}

.header_search form:hover {
  border-color: rgba(127,127,127,0.25);
  -webkit-box-shadow: 0 3px 7px rgba(127,127,127,0.16);
  box-shadow: 0 3px 7px rgba(127,127,127,0.16);
}

.header_container_wrapper {
  -webkit-box-shadow: 0 1px 4px rgba(127,127,127,0.25);
  box-shadow: 0 1px 4px rgba(127,127,127,0.25);
  position: relative;
  top: 0;
  left: 0;
  z-index: 700;
  width: 100%;
  color: #535353;
  background-color: #fff;
  -webkit-transition: top 0.15s cubic-bezier(0.3, 0, 0, 1);
  transition: top 0.15s cubic-bezier(0.3, 0, 0, 1);
}

.header_logo img {
  max-width: 208px;
  max-height: 88px;
  width: auto !important;
}

.header_logo {
  display: inline-block;
  height: auto;
  margin-right: 25px;
  margin-left: 0;
  text-align: left;
}

.header_search {
  height: 46px;
  position: relative;
  z-index: 150;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-top: 0;
  vertical-align: middle;
}

.custom_header .hs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}

.custom_header {
  /* position: relative; */
}

.header_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 123px;
  line-height: 0;
  margin-left: 0;

}

.site-header-cart {
  z-index: 125;
  display: inline-block;
  height: 46px;
}

.hs-container {}

.header-cart {
  z-index: 125;
  display: inline-block;
  height: 46px;
  right: 15px;
  top: 50%;
  bottom: 66px;
  margin-top: -18px;
  position: absolute;
}

.header_search form {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  border: 1px solid rgba(127,127,127,0.2);
  border-radius: 3px 4px 4px 3px;
  -webkit-box-shadow: 0 2px 3px rgba(127,127,127,0.11);
  box-shadow: 0 2px 3px rgba(127,127,127,0.11);
  -webkit-transition: border 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: border 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: border 0.1s ease, box-shadow 0.1s ease;
  transition: border 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
}

.header_search input.s-input {
  padding: 1.5rem 0.625rem 0.375rem;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100% - 53px);
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 1rem;
  vertical-align: top;
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-family: Helvetica,"Helvetica Neue",Arial,"Lucida Grande",sans-serif;
  font-style: normal;
  font-weight: 400;
  z-index: 1;
  border-radius: 3px;
  color: #4d4d4d;
  background-color: #fff;
  line-height: 1.15;
  height: 46px;
  outline:none;
}
.header_search input.s-input::placeholder{

  opacity: 0.4;
  color: #4d4d4d;
}
button.search-button {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 53px;
  vertical-align: top;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: #1a390c;
  background-color: #00aeef;
  border: 1px solid #00aeef;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  font-family: Helvetica,"Helvetica Neue",Arial,"Lucida Grande",sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s ease, width 0.2s ease, height 0.2s ease;
  transition: background-color 0.2s ease, width 0.2s ease, height 0.2s ease;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  line-height:0;
}

.form-field.no-label {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
}

.header_search  input.head {}

.header-cart a {
  display: inline-block;
  padding: 10px;
  color: #535353;
}
.header-cart a:hover{
  color: #535353;
}
.header-cart svg {
  webkit-transition: margin 0.15s;
  transition: margin 0.15s;
}



.custom-menu-primary nav.navigation-primary ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.custom-menu-primary nav.navigation-primary > ul {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary nav.navigation-primary > ul>li {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  font-style: inherit;
  letter-spacing: 0px;
}

.custom-menu-primary nav.navigation-primary > ul>li>a {
  color: #4a4a4a;
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  font-style: inherit;
  letter-spacing: 0px;
  padding-top: 14px;
  padding-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
}
.custom-menu-primary nav.navigation-primary ul ul.level-2 {
  -webkit-box-shadow: inset 0 0 0 1px #eaeaea,0 5px 20px rgba(0,0,0,.15);
  box-shadow: inset 0 0 0 1px #eaeaea,0 5px 20px rgba(0,0,0,.15);
  position: absolute;
  top: auto ;
  clip: auto;
  width: 100%;
  left: 0;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mega_menu_wrapper .hs-container {
  position: relative;
}


.custom-menu-primary nav.navigation-primary ul >li.has-submenu:hover > ul.level-2 {
  visibility: visible;
  opacity: 1;
}
span.arro-down svg {
  fill: currentColor;
  left: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
}

span.arro-down {
  margin-left: 5px;
}

.custom-menu-primary nav.navigation-primary>ul>li:hover>a {
  color: #FFFFFF;
  background-color: #00AEEF;
}


.custom-menu-primary nav.navigation-primary>ul>li>ul>li {
  padding: 10px;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.custom-menu-primary nav.navigation-primary ul ul.level-2>li>a {
  font-weight: 600!important;
  border-width: 0 0 1px 0!important;
  border-style: solid;
  text-decoration: none;
  display: block;
  padding: 5px 15px;
  line-height: 18px;
  border-color: #00AEEF !important;
  margin:0;
}

.custom-menu-primary nav.navigation-primary ul ul.submenu.level-3 {
  padding: 10px 0px;
}

.custom-menu-primary nav.navigation-primary ul ul ul>li>a {
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  font-style: inherit;
  letter-spacing: 0px;
  padding: 5px 15px;
  line-height: 18px;
  display: block;
}


.img_wrapper {
  padding: 10px;
}

.tmenu_content {
  font-size: 14px;
  line-height: 1.4;
}

.menu_img {
  font-size: 0;
  line-height: 0;
  padding: 5px 15px;
  padding-bottom: 15px;
}

.custom-menu-primary nav.navigation-primary .img_link.level-2>li>a {
  text-align: center;
}

.custom-menu-primary nav.navigation-primary .img_link .level-2>li>a {
  text-align: center;
}

.custom-menu-primary nav.navigation-primary .img_link .level-3>li>a {
  font-weight: 600 !important;
  border-width: 0 0 1px 0 !important;
  border-style: solid;
  text-decoration: none;
  display: block;
  padding: 5px 15px;
  line-height: 18px;
  border-color: #00aeef !important;
  text-align: center;
}

.custom-menu-primary nav.navigation-primary .img_link .level-3>li {
  padding-right: 2px!important;
  padding-left: 2px!important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.custom-menu-primary nav.navigation-primary .img_link .level-3 {
  display: flex;
  padding-top: 0 !important;
}


li.has-submenu.menu-item.ContractorManagement>a {
  font-weight: 600 !important;
  border-width: 0 0 1px 0 !important;
  border-style: solid;
  text-decoration: none;
  display: block;
  padding: 5px 15px;
  line-height: 18px;
  border-color: #00aeef !important;
  margin-bottom: 10px;
}
@media(max-width:1260px){
  .payment ul li {
    padding-top: 4px;
  }
  .footer .bottom-footer {
    margin-top: 66px;
  }

  .footer .copyright p {
    margin-top: 17px;
  }
}

@media(min-width:1025px){
  span.site-footer-block-icon.accordion--icon {
    display: none;
  }
  .mobile_menu_wrapper   {
    display: none;
  }.mobile_trigger {
    display: none;
  }

}
@media(max-width:1024px){
  .footer .footer_container_wrpaper {
    padding-top: 0.75rem;
  }
  .footer .bottom-footer {
    margin-top: 3.125rem;
  }
  .mega_menu_wrapper {
    display: none;
  }

  .custom_header .hs-container {
    padding: 10px 15px;
  }

  .header_logo {
    display: table;
    min-height: 46px;
    max-width: calc(100% - 96px);
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    vertical-align: middle;
  }

  .header_left {
    display: block;
    margin: 0;
  }

  .header-cart {
    right: 5px;
    top: 28px;
    bottom: auto;
    z-index: 125;
    display: inline-block;
    height: 46px;
  }

  .header_search {
    margin-top: 10px;
  }
  .mobile-trigger {
    padding: 10px;
    left: 5px;
    position: absolute;
    top: 10px;
    bottom: auto;
    z-index: 125;
    display: inline-block;
    height: 46px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
    cursor: pointer;
  }

  span.trigger {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #535353;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform-origin: 1px;
    -ms-transform-origin: 1px;
    transform-origin: 1px;
  }

  span.trigger + span.trigger {
    margin-top: 5px;
  }
  .mobile_menu_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 802;
    display: none;
    width: 100%;
    height: 100%;
    max-width: 325px;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #4d4d4d;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-overflow-scrolling: touch;


  }
  .mobile-open .mobile_menu_wrapper {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mobile_menu_wrapper.saving-back{
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-name: sneak-out-mobilenav;
    animation-name: sneak-out-mobilenav;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-direction: normal;
    animation-direction: normal


  }

  .mobile_menu_wrapper.saving {

    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-name: sneak-in-mobilenav;
    animation-name: sneak-in-mobilenav;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-direction: normal;
    animation-direction: normal;
  }
  .mobile-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 801;
    height: 100%;
    display: none;
    background-color: rgba(0,0,0,0.75);
    opacity: 0;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-name: overlay-fade-out;
    animation-name: overlay-fade-out;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-direction: normal;
    animation-direction: normal;
  }

  .mobile-open .mobile-overlay {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-name: overlay-fade-in;
    animation-name: overlay-fade-in;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    display: block;
  }
  body.mobile-open {
    overflow:hidden;

  }

  .login_link {
    font-style: normal;
    font-weight: 700;
    padding-left: 0;
    display: block;
    height: 46px;
    padding-right: 25px;
    margin: 4px 16px;
    font-size: 16px;
  }

  .login_link a {
    line-height: 46px;
    opacity: 0.8;
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    color: #4d4d4d !important;
    text-decoration: none;
  }

  .mobile-close {
    position: absolute;
    top: 10px;
    right: 7px;
    width: 33px;
    height: 33px;
    padding: 10px;
    color: currentColor;
    text-decoration: none;
    line-height: 0;
    cursor: pointer;
  }


  .mobile_menu {
    min-height: calc(100% - 46px);
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .mobile_menu .hs-menu-wrapper ul {padding: 0;list-style: none;margin: 0;}

  .mobile_menu .hs-menu-wrapper > ul {
    font-style: normal;
    font-weight: 700;
    font-size: 1.0625rem;
    display: block;
  }

  .mobile_menu .hs-menu-wrapper > ul>li {
    display: block;
    max-width: 100%;
    position: relative;
  }

  .mobile_menu .hs-menu-wrapper > ul>li>a {
    padding: 12px 15px;
    font-size: 16px;
    line-height: 1.4;
    height: auto!important;
    display: block;
    position: relative;
    color: #4d4d4d;
  }

  .child-trigger svg {
    width: 12px;
    height: 12px;
  }

  .child-trigger {
    position: absolute;
    width: 30px;
    height: 30px;
    max-height: 100%;
    right: 5px;
    left: auto;
    margin-left: 0;
    float: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
  }

  .mobile_menu .hs-menu-wrapper .hs-menu-children-wrapper {
    display: none;
    padding-left:15px;
  }


  .mobile_menu .hs-menu-wrapper ul>li.child-open>a {
    background: rgba(0,0,0,.05);
  }

  .mobile_menu .hs-menu-wrapper ul ul li a {
    padding: 12px 15px;
    font-size: 16px;
    line-height: 1.4;
    height: auto!important;
    font-weight: 400;
    color: #4d4d4d;
    position: relative;
  }

  .child-open >a  .child-trigger svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .menu_img {
    padding: 12px 15px;
    margin-bottom: 10px;
  }

  .img_wrapper {
    padding: 0;
  }

  .menu_img a {
    padding: 0;
  }

  .tmenu_content {
    display: block;
    padding: 12px 15px;
    font-size: 16px;
    line-height: 1.4;
    height: auto!important;
    font-weight: 400;
    text-align: left;
  }

  .img_link li >a{
    text-align: center;
  }

  .img_link ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
    display: block !important;
    text-align: center;
    padding:0;
  }

  .img_link ul.hs-menu-children-wrapper .child-trigger {
    display: none !important;
  }
  .login_link_desktop {
    display: none;
  }

}


@media(max-width:720px){
  .custom_header .hs-container {
    padding: 10px;
  }

  .mobile-trigger {
    left: 0;
  }

  .header-cart {
    right: 0;
  }

}














@-webkit-keyframes overlay-fade-in {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
    animation-timing-function: cubic-bezier(0.3, 0, 0, 1)
  }

  76.92% {
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  to {
    opacity: 1
  }
}

@keyframes overlay-fade-in {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
    animation-timing-function: cubic-bezier(0.3, 0, 0, 1)
  }

  76.92% {
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes overlay-fade-out {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
    animation-timing-function: cubic-bezier(0.3, 0, 0, 1)
  }

  76.92% {
    opacity: 0;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  to {
    opacity: 0
  }
}

@keyframes overlay-fade-out {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
    animation-timing-function: cubic-bezier(0.3, 0, 0, 1)
  }

  76.92% {
    opacity: 0;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  to {
    opacity: 0
  }
}





@-webkit-keyframes sneak-in-mobilenav {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    visibility:hidden;

    -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
    animation-timing-function: cubic-bezier(0.3, 0, 0, 1)
  }

  76.92% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility:visible;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  to {
    left: 0;
    opacity: 1;
    visibility:visible;
  }
}

@keyframes sneak-in-mobilenav {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    visibility:hidden;
    -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
    animation-timing-function: cubic-bezier(0.3, 0, 0, 1)
  }

  76.92% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility:visible;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
  }

  to {
    left: 0;
    opacity: 1;
    visibility:visible;
  }
}





@-webkit-keyframes sneak-out-mobilenav {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility:visible;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0.7, 1);
    animation-timing-function: cubic-bezier(1, 0, 0.7, 1)
  }

  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    visibility:hidden;
  }
}

@keyframes sneak-out-mobilenav {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility:visible;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0.7, 1);
    animation-timing-function: cubic-bezier(1, 0, 0.7, 1)
  }

  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    visibility:hidden;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer.lp {
  padding: 0;
}

.lp .bottom-footer {
  margin: 0;
}
.back-to-top:hover {
  opacity: 0.8;
}footer.footer {
  padding-bottom: 4px;
}
.lp .copyright {
  padding-bottom: 7px;
}
.lp .hs_width .hs-menu-wrapper ul li:first-child,
.lp .hs_width .hs-menu-wrapper ul li:last-child {
  display: none;
}
.lp .footer_menu_wrapper {
  justify-content: flex-end;
}

.lp .hs_width.footer_legal {
  margin-right: 67px;
}
.hs-container{
  margin:0 auto;
  width:100%;
  max-width: 1400px;
  padding-right: 25px;
  padding-left: 25px;
}
.footer_container_wrpaper {
  padding-top: 3.25rem;
  padding-bottom: 3.125rem;
  margin-top: 3.125rem;
  color: #5c5c5c;
  background: #f8f8f8;
}

.bottom-footer {
  margin-top: 70px;
}

.copyright {
  width: 60%;
  padding-right: 12.5px;
  font-size: 0.8125rem;
  text-align: left;
  float: left;
  line-height: 1.15;
}

.payment {
  width: 40%;
  padding-left: 12.5px;
  float: left;
}


.copyright p {
  margin-bottom: 0;
  color: rgba(92,92,92,0.8);
  margin-top: 13px;
}

.copyright p a {
  color: rgba(92,92,92,0.8);
}

footer.footer a {
  text-decoration: none !important;
}

.copyright p a:hover {
  color: #535353;
}

.payment ul {
  margin-top: 0;
  text-align: right;
  padding: 0;
  list-style: none;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
}

.payment ul li {
  margin-right: 0;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  display: inline-block;
}


.payment svg {
  width: 48px;
  height: 30px;
}

.copyright p:not(:first-child) {
  margin-top: 6px;
}

.footer_menu_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hs_width {
  width: calc(19% - 1rem);
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  margin-right: 1.25rem;
  border-bottom: 0;
  font-size: 1rem;
  padding-bottom: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}


.footer_menu_title h2 {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-family: Helvetica,"Helvetica Neue",Arial,"Lucida Grande",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.social-icons {
  margin-top: -4px;
  margin-right: -4px;
  margin-left: -4px;
  font-size: 0;
}

.social-icons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 4px;
  overflow: hidden;
  font-size: 0.9375rem;
  line-height: 1.8;
  vertical-align: top;
  color: currentColor;
  text-decoration: none;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.social-icons svg {
  width: 28px;
  height: 28px;
  background-color: rgba(92,92,92,0.15);
  border-radius: 100%;
  -webkit-transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.social-icons a:hover {
  color: #535353;
}

.social-icons a:hover svg {
  background-color: rgba(92,92,92,0.05);
}

.hs_width .hs-menu-wrapper ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs_width .hs-menu-wrapper ul li a {
  padding: 0;
  color: currentColor;
  text-decoration: none;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  display: inline;
  font-size: 15px;
}

.hs_width.footer_legal {
  padding-right: 0;
  margin-right: 0;
}

.hs_width .hs-menu-wrapper ul li+li {
  margin-top: 0.3125rem;
}

div#bundle-smart_bar {
  background-color: #009fda;
  position: fixed;
  bottom: 0;
  color: #ffffff;
  cursor: default;
  text-align: center;
  z-index: 1999999999;
  width: 100%;
  box-shadow: rgba(0,0,0,0.109804) 0 0 9px 1px;
  min-height: 40px;
  display: flex;
  right: 0;
  left: 0;
}

div#bundle-smart_bar_container {
  max-width: 1000px;
  padding: 0.3em 0.8em;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  margin: auto auto;
  font-family: Trebuchet MS, arial, sans-serif;
  line-height: 1.15;
}

svg.back-to-top {
  position: relative;
  z-index: 100;
}

.back-to-top {
  position: fixed;
  right: 8px;
  color: #999;
  font-size: 0;
  display: none;
  z-index: 10000;
  cursor: pointer;
  bottom: 40px;
}

.back-to-top svg path {
  fill: #009fda;
}


@media(max-width:1024px){
  .hs-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hs_width {
    font-size: 1rem;
    border-bottom: 1px solid rgba(92,92,92,0.15);
    width: 100%;
  }

  .footer_menu_wrapper {
    display: block;
  }

  .copyright {
    width: 100%;
    margin-bottom: 15px;
  }

  .payment {
    width: 100%;
    padding: 0;
  }

  .payment ul {
    text-align: left;
    margin: 0;
  }

  .payment ul li:first-child {
    margin-left: 0;
  }


  .open .menu_inner {
    padding-bottom: 1.25rem;
    max-height: 999999px;
    opacity: 1;
  }


  .menu_inner {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.25s ease, padding-bottom 0.25s ease, opacity 0.15s ease;
    transition: max-height 0.25s ease, padding-bottom 0.25s ease, opacity 0.15s ease;
  }
  .hs_width {
    width: 100%;
    padding: 0;
  }
  .footer_menu_title h2 {
    cursor: pointer;
    line-height:1.15;
  }
  .open .accordion--icon .icon-chevron-down-right {
    webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .open .accordion--icon .icon-chevron-down-left {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer .copyright p {
    margin-top: 13px;
  }
  .hs_width.footer_media h2 {
    padding-top: 1.25rem;
  }
}



@media(max-width:767px){

  .hs-container {
    padding-right: 10px;
    padding-left: 10px;
  }

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

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

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

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

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

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

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

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.15;
}
.blog-pagination {
  margin: 0;
  margin-bottom: 1.75rem;
}

.blog-pagination a {
  margin-right: 0.3125rem;
  display: inline-block;
  font-size: 16px;
  color: #00aeef;
  text-decoration: none;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  display: inline-block;
  padding: 0.5625rem 0.6875rem;
}
a.prev-link .nav-icns {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

a.prev-link .nav-icns svg {
  display: block;
  margin-top: -0.125rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: currentColor;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.blog-pagination a:hover {
  color: #0592c6;
}


a.next-link span.nav-icns {
  display: inline-block;
  margin-left: 0.3125rem;
  vertical-align: middle;
}

a.next-link span.nav-icns svg {
  display: block;
  margin-top: -0.125rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: currentColor;
}

.blog-pagination a.active {
  font-style: normal;
  font-weight: 700;
  color: #4d4d4d !important;
  cursor: text;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #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 {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #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 {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  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 {
  max-width: 680px;
  margin: 0 auto;
}
.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%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}


.blog-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}

.blog-title h1 {
  display: inline-block;
  font-size: 2em;
  margin: 0.67em 0;
  line-height: 1.15;
}

.blog-title a {
  padding: 0.125rem 0.625rem;
  display: inline-block;
}

.blog-title svg {
  display: block;
  fill: #00aeef;
}

.blog-index-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 0;
}

.post-item {
  width: calc(33.33333% - 13.33333px);
  margin-right: 20px;
  margin-bottom: 3.125rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  -webkit-transition: width 0.1s ease;
  transition: width 0.1s ease;
  border: 1px solid rgba(127,127,127,0.16);
  -webkit-box-shadow: 0 1px 4px rgba(127,127,127,0.11);
  box-shadow: 0 1px 4px rgba(127,127,127,0.11);
}

.post-item:nth-child(3n) {
  margin-right: 0;
}

.post-item-inner {
  width: 100%;
  padding: 1.25rem;
  white-space: normal;
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.article--excerpt-meta {
  font-size: 0;
  color: rgba(77,77,77,0.5);
  line-height: 1.15;
}



aside.article--excerpt-meta span {
  display: inline-block;
  font-size: 0.9375rem;
}

.article--excerpt-meta-item:last-child {
  margin-left: 15px; /* Adjust the value as needed */

.article--excerpt-title {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #222;
  font-family: Helvetica,"Helvetica Neue",Arial,"Lucida Grande",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.article--excerpt-title a {
  color: #222 !important;
  text-decoration: none;
}

.post_item_img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 0;
}

.post-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.625;
}

.read_more a {
  margin-top: 1rem;
  line-height: 1;
  color: #00aeef;
  text-decoration: none;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.read_more a:hover {
  color: #0592c6;
}

span.article--excerpt-readmore--icon {
  margin-left: 0.0625rem;
}

span.article--excerpt-readmore--icon svg {
  margin-top: -0.125rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: currentColor;
}

.post_page_wrapper .hs-container {
  position: relative;
  margin-top: 2rem;
  padding: 0;
}

.post_sidebar {
  position: absolute;
  left: 1.75rem;
  padding-right: 1.25rem;
  display: block;
}

.post_body_wraper {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

h3.hs-share-buttons--title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #4d4d4d;
  line-height: 1.15;
}

.hs-share-buttons--list {
  margin-top: 0.75rem;
  font-size: 0;
}

.hs-share-buttons--list a {
  width: 24px;
  height: 24px;
  padding: 1px;
  color: #fff !important;
  border-radius: 100%;
  display: inline-block;
  text-decoration: none;
}

a.hs-share-buttons--button.hs-share-buttons--facebook {
  background-color: #425dab;
}
h1.hs-article--title {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  color: #222;
}
.hs-share-buttons--list a svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

a.share-buttons--button.hs-share-buttons--twitter {
  background-color: #1da1f2;
  margin-left: 0.5rem;
}

a.share-buttons--button.hs-share-buttons--google {
  margin-left: 0.5rem;
  background-color: #db4437;
}

.body_text {
  margin-top: 20px;
}

.hs-article--pagination {
  width: 100%;
  margin-top: 4.25rem;
  font-size: 0;
}

.hs-article--pagination-item-left {
  position: relative;
  display: inline-block;
  max-width: 40%;
  width: 100%;
}

.hs-article--pagination-item-right {
  position: relative;
  display: inline-block;
  max-width: 40%;
  width: 100%;
  float: right;
  text-align: right;
}

.hs-article--pagination a {
  color: #00aeef;
  text-decoration: none;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  font-size: 16px;
}

span.hs-article--pagination-chevron-left {
  position: absolute;
  left: calc(-8px - 0.3125rem);
  margin-right: 0.3125rem;
  margin-left: 0;
  margin-top: 0.5rem;
  vertical-align: middle;
  display: inline-block;
  font-size: 0;
}

span.hs-article--pagination-chevron-left svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

span.hs-article--pagination-text {
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  width: calc(100% - (8px + 0.3125rem));
  font-size: 16px;
  vertical-align: top;
}
.hs-article--pagination a:hover {
  color: #0592c6;
}
span.hs-article--pagination-title {
  font-style: oblique;
  font-weight: 400;
  margin-top: 0.25rem;
  font-size: 0.9375rem;
  line-height: 1.46;
  display: block;
  color: #4d4d4d;
}

.hs-article--pagination-item-right svg {
  margin-top: -0.125rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: currentColor;
}
@media (min-width: 768px) {
  .post_sidebar.mobile {
    display: none;
  }

}
@media (max-width: 1279px) {
  .hs-share-buttons--list a {
    display: block;
    margin-bottom: 0.5rem;
    margin-left: 0 !important;
  }

}
@media (max-width: 1079px) {
  .post-item {
    margin-right: 10px;
    width: calc(33.33333% - 6.66667px);
  }

}

@media (max-width: 1024px) {
  .login_link_desktop {
    display: none;
  }
  .post_sidebar {
    width: 18%;
    position: static;
  }

  .post_body_wraper {
    width: 82%;
    max-width: 100%;
    padding: 0;
  }

  .post_inner {
    display: flex;
  }

  .post_page_wrapper .hs-container {
    padding-right: 15px;
    padding-left: 15px;
  }

}

@media (max-width: 860px) {
  .post-item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }



  .post-item:nth-child(2n) {
    margin-right: 0;
  }

} 
@media (max-width:767px) { 
  aside.article--excerpt-meta span {
    font-size: 0.8125rem;
  }

}
@media (max-width:680px) {        
  .post_item_img img {
    max-width: 480px;
    width: 100%;
  }
  .post_inner {
    flex-wrap: wrap;
    width: 100%;
  }

  .post_inner {
  }

  .post_sidebar {
    width: 100%;
    order: 2;
  }

  .post_body_wraper {
    width: 100%;
    order: 1;
  }

  .post_page_wrapper .hs-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .post_sidebar {
    display: none;
  }

  span.hs-article--pagination-title {
    display: none;
  }

  span.hs-article--pagination-chevron-left {
    position: static;
    display: inline-block;
    margin-top: 0;
    margin: 0;
  }

  span.hs-article--pagination-text {
    display: inline-block;
    width: auto;
  }

  span.hs-article--pagination-chevron-right {
    display: inline-block;
  }

  span.hs-article--pagination-chevron-left svg {
  }
  .post-item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1.75rem !important;
  }

  .post_sidebar.mobile {
    display: block;
  }

  .hs-share-buttons--list a {
    display: inline-block;
    margin-right: .5rem !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 2px;
    color: #fff;
    border-radius: 100%;
  }
}

@media (max-width:340px) { 
  aside.article--excerpt-meta span {
    font-size: 11px;
  }

}


@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
  .post-item-inner {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
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 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-type-email_simple_subscription form#email-prefs-form {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.systems-page form{
  max-width:700px;

}
.systems-page input[type="email"] {
  width: 100% !important;
}
.widget-type-email_subscriptions form {
  width: 100%;
  max-width: 100%;
}
p.header {
  background: none;
}

.systems-page input[type="password"] {
  height: auto !important;
}

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

}.error-page-container {
    position: relative;
}
@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;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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;
}

@media(max-width:767px){

  .systems-page h1{

    font-size:25px;
  }
  .systems-page h2{

    font-size:20px;
  }
  h1.error-page_heading {
    font-size: 25px;
  }
  .systems-page form{
    max-width:100%;

  }

}