/* ******************************************************************************
*********************************************************************************
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 {

}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
}

@media only screen and (max-width: 1024px){
  .dnd-section > .row-fluid {
    width: calc(90% + 20px);
  }
}

@media only screen and (max-width: 480px){
  .dnd-section > .row-fluid {
    width: calc(100% - 40px);
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Open Sans";
  src: url("https://7661927.fs1.hubspotusercontent-na1.net/hubfs/7661927/TheMarenaGroup_May2020/fonts/opensans_n3.e625f784016f3f6ecc60fbe32f43a8968a01f630.woff2") format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://7661927.fs1.hubspotusercontent-na1.net/hubfs/7661927/TheMarenaGroup_May2020/fonts/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("https://7661927.fs1.hubspotusercontent-na1.net/hubfs/7661927/TheMarenaGroup_May2020/fonts/opensans_i4.3854a246d5acf17aab4c771d3d4542818d3a46a8.woff2") format("woff");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("https://7661927.fs1.hubspotusercontent-na1.net/hubfs/7661927/TheMarenaGroup_May2020/fonts/opensans_n7.8bfd11295a1edbb769a778900a2afc48b16848e7.woff2") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "turbo";
  src: url("https://7661927.fs1.hubspotusercontent-na1.net/hubfs/7661927/TheMarenaGroup_May2020/fonts/turbo.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  color: #333333;
  line-height: 1.6;
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  background-color: #ffffff;
}

p {
  margin: 0 0 15px;
}

/* Anchor Links */
a {
  text-decoration: none;
  position: relative;
  transition: color .1s linear;
}
a:hover, a:focus {
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}

h1 {

  display: block;
  letter-spacing: 1px;
  margin: 0 auto 15px;
  padding-top: 4px;
  line-height: 1.5;
}
@media only screen and (max-width: 798px) {
  h1 {
      font-size:28px
  }
}

h2 {
  display: block;
  letter-spacing: 1px;
  margin-bottom: 0.75em;
  line-height: 1.5;
}

@media only screen and (max-width: 798px) {
  h2,.h2,h2.title {
      font-size:25px
  }
}

h3 {
  display: block;
  letter-spacing: 1px;e;
  margin: 0 auto 15px 0;
  line-height: 1.5;
}

@media only screen and (max-width: 798px) {
  h3,.h3 {
      font-size:22px
  }
}

h4 {
  display: block;
  letter-spacing: 1px;
  margin: 0 0 0.5em 0;
  padding: 7px 0;
  line-height: 1.5;
}

@media only screen and (max-width: 798px) {
  h4,.h4 {
      font-size:20px
  }
}

h5 {
  display: block;
  letter-spacing: 1px;
  margin: 0 0 0.5em 0;
  padding: 7px 0;
  line-height: 1.5;
}

@media only screen and (max-width: 798px) {
  h5,.h5 {
      font-size:18px
  }
}

h6 {
  display: block;
  letter-spacing: 1px;
  letter-spacing: 0px;
  margin: 0 0 0.5em 0;
  padding: 7px 0;
  line-height: 1.5;
}


@media only screen and (max-width: 798px) {
  h6,.h6 {
      font-size:16px
  }
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
}

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

blockquote {
margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #cccccc;
}
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    font-style: italic;
}
/* Horizontal Rules */
hr {
  border-color: #aaaaaa;
  border-width: 1px;
  border-style: solid;
  clear: both;
  margin: 12px 0;
  height: 0;
}

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

}

.disable-focus-styles :focus {
  outline: none;
}

::selection {
  background: #FFF7B6;
  color: black;
}
/* ******************************************************************************
*********************************************************************************
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;
}

.hs-button {
  background: #65cbc9;
  color: #ffffff;
  border: 1px solid #65cbc9;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  min-height: 44px;
  line-height: 1.2;
  vertical-align: top;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  -ms-flex-pack: center;
  transition: all 0.2s linear;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  border-radius: 0;
  margin: 10px 0;
  white-space: normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #0099a8;
  border: 1px solid #0099a8;
}

.hs-button:active {

}


.hs-form label {
  margin-bottom: 12px;
  display: block;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

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

.hs-input {
  display: block;
  width: 100% !important;
  min-height: 44px;
  padding: 0 10px;
  margin: 0;
  line-height: 22px;
  border: 1px solid #cccccc;
  outline: none;
  background: #fff;
  color: #444444;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  -webkit-appearance: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 480px){
  .hs-input {
    font-size: 16px;
  }
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;;
  height: auto;
  padding: 0;
  line-height: normal;
  border: none;
  min-height: unset;
}

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
 .hs-form-field {
    position: relative;
}
ul.hs-error-msgs.inputs-list label {
  background: #fff;
  padding: 10px 14px;
  font-size: 12px;
  color: #353433;
  font-family: Arial,sans-serif;
  padding-left: 45px;
  line-height: normal;
  margin-top: 10px;
  border: 1px solid #353433;
  border-radius: 4px;
  position: relative;
  background-image: url(https://7661927.fs1.hubspotusercontent-na1.net/hubfs/7661927/TheMarenaGroup_May2020/images/err.webp);
  background-repeat: no-repeat;
  background-position: 10px center;
display:inline-block;
      left: 13%;
    top: 100%;
    position: absolute;
}
ul.hs-error-msgs.inputs-list label:after {
  content: "";
  border-bottom: 8px solid #fff;
  position: absolute;
  width: 0;
  left: 16px;
  height: 0;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
ul.hs-error-msgs.inputs-list label:before {
  content: "";
  border-bottom: 9px solid #353433;
  position: absolute;
  width: 0;
  left: 15px;
  height: 0;
  top: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.hs_error_rollup {
    display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.custom-header {
  display: block;
  line-height: 25.6px;
}

.header-fixed {
  z-index: 1000;
  width: 100%;
  top: 0;
}
header.mobile_nav-fixed{
  display: none;
}
.top_bar {
  min-height: 40px;
  padding: 0 0 0 10px;
  padding-top: 0;
  position: relative;
  transition: padding-top 0.3s linear;
}

.top_bar .social_icons {
  float: left;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

.top_bar .social_icons li {
  padding: 5px;
}

.top_bar ul.social_icons a {
  display: inline;
  line-height: 40px;
  padding: 0;
}

.top_bar li a:hover, .top_bar li a[href]:hover{
  color: #65cbc9;
}
.top_bar li a:hover span{
  color: #65cbc9;
}
.top_bar [class^="icon-"]:before, .top_bar [class*=" icon-"]:before, .mini_cart {
  font-size: 15px;
  margin-right: 0;
}
.mini_cart:hover{
  background: #fff;
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eaca";
}

ul.menu.left {
  float: left;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

.top_bar li {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  display: inline-block;
}

.top_bar .menu a {
  line-height: 40px;
  padding: 0;
}
.top_bar a, .top_bar a:visited{
  color: #333333;
    font-size: 12px;
    letter-spacing: 1px
}
.icon-cart:before {
  content: "\e902";
}
.mini_cart {
  float: right;
  text-align: center;
  cursor: pointer;
  background-color: #65cbc9;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  height: 40px;
  z-index: 2001;
}
.top_bar a {
  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;
}
.top_bar a.mini_cart span {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  color: #333333;
  font-size: 12px;
  letter-spacing: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
ul.menu.right {
  float: right;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu.right li.search_container {
  float: none;
  padding-top: 3px;
}
.search_container input {
  z-index: 29;
}
form.search_form, .search_form input {
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.menu.right li.search_container input {
  height: 34px;
  min-height: 34px;
}
.search_form input, .search_form input:active, .search_form input:focus {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1px;
  color: #333333;
  background-color: transparent;
  padding-right: 35px;
  border-width: 1px;
  border-color: #333333;
outline: none;
}
.menu.right li.search_container .search-submit {
  top: 5px;
  position: absolute;
  z-index: 1000;
  color: #333333;
  font-size: 20px;
  right: 7px;
  cursor: pointer;
}
.icon-search:before {
  content: "\e914";
}

.menu.right li.search_container input {
  height: 34px;
  min-height: 34px;
  padding-left: 10px;
}
.search_form input::-webkit-input-placeholder {
  color: #333333;
}
.icon-user:before {
  content: "\e918";
}
.top_bar a span {
  color: #333333;
  font-size: 12px;
  letter-spacing: 1px;
  padding-left: 9px;
  padding-right: 5px;
  text-transform: uppercase;
  vertical-align: top;
}
a.icon-user:before {
  position: relative;
  top: -3px;
}
@media only screen and (min-width: 1401px){
  .menu li.search_container {
    margin-left: 15px;
}
}

@media only screen and (min-width: 799px){
  .mini_cart{
    padding-left: 15px;
    padding-right: 15px;
}
}
@media only screen and (max-width: 959px) and (min-width: 799px){
  .menu.right li.search_container{
    display: none;
  }
  a.icon-user:before {
    left: -4px;
  }
  .top_bar li {
    padding-left: 2px;
    padding-right: 2px;
}
.top_bar a span {
  padding-left: 2px;
  padding-right: 2px;
}
}
.main_nav {
  transition: all 0.3s linear;
  animation: fadeIn 0.3s linear none;
}

.custom-header .logo {
  width: 100%;
  text-align: center;
}

.custom-header .logo a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  outline: 0;
  line-height: 0;
}

.custom-header .logo a img {
  max-width: 205px;
}

@media (min-width: 799px){
/*   .fixed .custom-header{
    display: none;
  } */
  .sticky_nav {
    position: fixed;
    width: 100%;
    z-index: 35;
    top: 0;
    left: 0;
    padding: 0;
    transition: all 300ms ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
  }
  
  .fixed .sticky_nav {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    line-height: 25.6px;
  }
  
  .sticky_nav .nav .mini_cart.icon-cart {
    font-size: 20px;
    padding-top: 12px;
    max-height: 65px;
    color: #333333;
    margin-left: 15px;
  }
  
  .sticky_nav span.cart_count {
    color: #333333;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 5px;
    display: inline-block;
  }
  .sticky_nav .submenu.level-1 {
    padding-top: 5px;
  }
  .custom-menu-primary.mobile {
    display: none;
}
}

@media (max-width: 798px){
.mobile-open .top_bar .top_bar--right {
    overflow-y: scroll;
}
  .mobile-open{
        overflow: hidden;
  }
  .custom-header{
    display: none
  }
  .custom-menu-primary{
    display: none;
  }
  .sticky_nav {
    display: none;
}
header.mobile_nav-fixed {
  position: fixed;
  z-index: 1001;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  max-height: 40px;
  background: #fff;
  line-height: 25.6px;
}
.mobile_nav-fixed .top_bar {
  text-align: center;
  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;
}
.mobile-trigger {
  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;
  z-index: 1;
  width: 25%;
  font-size: 25px;
}

.mobile-trigger > div {
  width: 30px;
  height: 40px;
  position: relative;
  float: left;
  margin: 0 8px 0 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .1s ease-in-out;
  cursor: pointer;
}


.mobile-trigger > div > span {
  display: block !important;
  position: absolute !important;
  height: 1px !important;
  width: 100%;
  background: #333333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  padding: 0 !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .1s ease-in-out;
}
.mobile-trigger > div > span:nth-child(1) {
  top: 10px;
}
.mobile-trigger > div > span:nth-child(2), .mobile-trigger > div > span:nth-child(3) {
  top: 20px;
}
.mobile-trigger > div > span:nth-child(4) {
  top: 30px;
}
.mobile-open .mobile-trigger>div>span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.mobile-open .mobile-trigger>div>span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-open .mobile-trigger>div>span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-open .mobile-trigger>div>span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
span.menu_title {
  position: absolute;
  left: 40px;
  cursor: pointer;
  height: 40px;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: -2px;
  padding-right: 5px !important;
  padding-left: 4px !important;
  top: 0;
}
span.menu_title {
  position: absolute;
  left: 40px;
  cursor: pointer;
  height: 40px;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: -2px;
  padding-right: 5px;
  padding-left: 4px;
  top: 0;
}

header.mobile_nav-fixed a#hs-link-header_logo_hs_logo_widget {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 18px;
  line-height: 34px;
  z-index: 5;
  width: 50%;
  height: auto;
  color: #ffffff;
  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;
  -ms-flex-pack: center;
}

header.mobile_nav-fixed a#hs-link-header_logo_hs_logo_widget img {
  width: auto;
  max-width: 150px;
  max-height: 30px;
}
.top_bar .top_bar--right {
  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;
  margin-left: auto;
  max-height: 40px;
}
.top_bar .icon-search {
  z-index: 3;
  display: inline-block;
  line-height: 0;
  padding-right: 15px;
}

.top_bar [class^="icon-"]:before{
  font-size: 18px;
}
.top_bar .icon-search:before {
  font-size: 18px;
}
/* .search-active{
  overflow: hidden;
} */

.dropdown_container {
  text-align: center;
  display: none;
}
.search-active .dropdown_container{
  display: block;
}
.dropdown {
  position: absolute;
  width: 100%;
  z-index: 1000;
  background: rgba(255,255,255,0.85);
  clear: both;
  transition: all 0.3s linear;
  animation: fadeIn 0.3s linear none;
}

.header_search_form {
  width: 60%;
  margin: 0 auto 30px auto;
  padding: 30px 0 0 0;
  position: relative;
  border-bottom: solid 1px #333333;
}

.header_search_form .search-submit {
  top: 38px;
  font-size: 30px;
  position: absolute;
  z-index: 1000;
  color: #333333;
  right: 7px;
  cursor: pointer;
}

.dropdown .header_search_form .search-terms {
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  letter-spacing: 1px;
  border: none;
  font-size: 36px;
  line-height: 36px;
  min-height: 50px;
  padding: 0 10px;
  margin-bottom: 15px;
  width: 100%;
  padding-right: 50px;
}
.dropdown .header_search_form .search-terms:focus{
  outline: none;
}
.body-wrapper {
  padding-top: 40px;
}
}


@media only screen and (max-width: 480px){
  .header_search_form {
    width: 90%;
    margin: 30px auto;
    padding: 0;
}
.header_search_form .search-submit {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  font-size: 20px;
}
.dropdown .header_search_form .search-terms{
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 0px;
}
}

@media (max-width: 355px){
  .top_bar .icon-search{
    padding-right: 0;
  }
    header.mobile_nav-fixed a#hs-link-header_logo_hs_logo_widget img {
   left: 17px;
    position: relative;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  font-size: 13px;
  padding: 20px 0;
  border-top: solid 1px #8c8b8b;
  line-height: 25.6px;
}
.footer p{
  line-height: 1.6em;
}
.footer__container {
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  text-align: left;
}
.footer__container:after{
  visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.footer .column {
  float: left;
  display: inline;
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  box-sizing: border-box;
}

.column.col-1 {
  width: calc(20% - 20px);
}
.column.col-2 {
  width: calc(61.66% - 20px);
  margin: 0;
}
.col-2 span div > ul > li {
  float: left;
  display: inline;
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  box-sizing: border-box;
  width: calc(33.333% - 20px);
}
.col-2 span div>ul>li> a {
  margin: 0;
  padding: 0 0 5px 0;
  color: #7f8c8d;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  display: block;
  cursor: default;+
}
.col-2 span div>ul>li> a:hover{
  color: inherit;
}
.footer ul ul{
  padding: 15px 0 0 0;
}

.footer ul ul li {
  line-height: 1.6em;
  margin: 0 0 15px;
}

.column.col-3 {
  width: calc(20% - 20px);
}
.footer-text h6 {
  margin: 0;
  padding: 0 0 5px 0;
  color: #7f8c8d;
  font-size: 18px;
  cursor: default;
}

.toggle_content {
  padding-top: 17px;
}
ul.social_icons {
  display: block;
  margin-top: 15px;
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0;
}

ul.social_icons li {
  margin-bottom: 1em;
  line-height: 1.1;
  display: inline;
  padding-right: 2px;
}

footer .social_icons a, footer .social_icons a:visited {
  color: #6b6b6b;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 1em;
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-youtube:before {
  content: "\e915";
}
.icon-instagram:before {
  content: "\e910";
}
img.footer-logo {
  width: 75%;
  margin-bottom: 10px;
  display: inline-block;
}

.footer_credits {
  border-top: 1px solid #8c8b8b;
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
  display: inline;
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  box-sizing: border-box;
  width: calc(100% - 20px);
}
.credits {
  text-align: left;
  padding-top: 20px;
}
.payment_methods {
  margin: 10px 0 6px 0;
  padding-top: 10px;
}
.payment_methods svg {
  padding-right: 4px;
  height: 30px;
  width: 48px;
}
span.icon-down-arrow{
  display: none;
}
@media only screen and (min-width: 799px){
  .credits {
    float: left;
}
.payment_methods {
  float: right;
  text-align: right;
}

}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "turbo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .15em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 799px){
.col-2 span div>ul>li:first-child ul {
    padding-bottom: 15px;
}
}
@media only screen and (min-width: 800px){
  .toggle_content {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 1024px){
  .footer__container {
      width: calc(90% + 20px);
  }
  /* .column.col-2 {
    width: calc(62.3% - 20px);
} */

}
@media only screen and (max-width: 831px){
  .column.col-2 {
    width: calc(62.66% - 20px);
  }
}
@media only screen and (max-width: 798px){
  span.right.icon-down-arrow.slide-active {
    transform: rotateX(180deg);
}
  .column.col-1 {
    width: calc(100% - 20px);
    left: auto;
}
img.footer-logo {
  max-width: 50%;
  margin: 0 25% 25px;
}
.column.col-2 {
  width: 100%;
}
.col-2 span div>ul>li {
  width: calc(100% - 20px);
  left: auto;
  position: relative;
}
.col-2 span div>ul>li>a {
  border-top: 1px solid #8c8b8b;
  margin-bottom: 5px;
  padding: 10px 0 5px;
  cursor: pointer;
}
.footer ul ul {
  padding: 15px 20px 0;
  display: none;
}
.column.col-3 {
  width: calc(100% - 20px);
  left: auto;
}
.footer-text h6 {
  border-top: 1px solid #8c8b8b;
  margin-bottom: 5px;
  padding: 10px 0 5px;
  cursor: pointer;
  position: relative;
}
.toggle_content {
  padding: 0 20px;
  padding-top: 17px;
  display: none;
}
.footer-social-icons {
  display: block;
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  box-sizing: border-box;
  padding-top: 1px;
}

ul.social_icons {
  margin-top: 14px;
  text-align: center;
}

ul.social_icons li {
  line-height: 1.7;
}

.footer_credits {
  text-align: center;
}

p.credits {
  text-align: center;
}
span.icon-down-arrow {
  display: inline-block;
  transition: transform .3s linear;
  font-size: 12px;
  float: right;
  position: absolute;
  right: 0;
  top: 7px;
  cursor: pointer;
  color: #7f8c8d;
}
.footer-text h6 span.icon-down-arrow {
  top: 10px;
}
.icon-down-arrow:before {
  content: "\e905";
}

}
@media only screen and (max-width: 480px){
  footer .social_icons a {
    margin-bottom: 0;
}
.column.col-1,.col-2 span div>ul>li,.column.col-3,.footer .column {
  margin-left:0;
  margin-right: 0;
  width: 100%;
}
.footer__container {
  width: calc(100% - 40px);
}
/* span.icon-down-arrow {
  top: 12px;
}
.footer-text h6 span.icon-down-arrow {
  top: 15px;
} */
}


/* Footer Top Form */

.newsletter_section {
  background-color: #65cbc9;
  color: #000000;
  text-align: center;
  line-height: 25.6px;
}

.newsletter_section .footer__container {
  text-align: center;
}


.section_form {
  padding: 10px 20px;
  float: left;
  display: inline;
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  box-sizing: border-box;
  position: relative;
  width: calc(62.5% - 20px);
}

.section_form {
  left: calc(18.75%);
}

.newsletter_section h2 {
  color: #000000;
  margin-top: 0;
}

.newsletter_section .newsletter-text p {
  margin-bottom: 0;
}
.newsletter ul.hs-error-msgs.inputs-list label {
    margin: 0;
}
.newsletter_section .newsletter {
  display: inline-block;
  padding-top: 0 !important;
  width: 450px;
  margin-top: 15px;
}

.newsletter h3 {
  display: none !important;
}

.newsletter .field {
  margin: 0;
}
.newsletter .hs-error-msg {
  display: inherit;
}
.newsletter label {
  display: none;
}

.newsletter form {
  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;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
}

.newsletter .hs-input {
  width: 325px !important;
  display: inline-block;
  float: left;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  border: 0;
  margin-bottom: 8px;
}

.newsletter .hs-button {
  display: inline-block;
  width: 120px;
  padding-left: 0;
  padding-right: 0;
  float: none;
  background-color: #0099a8;
  border-color: #0099a8;
  margin: 0;
  margin-left: 5px;
  min-height: 44px;
}

.newsletter .hs-button:hover {
  background-color: #016973;
  border-color: #016973;
}

.hs-input::-webkit-input-placeholder {
  color: #888;
}
@media only screen and (max-width: 1024px){
  .newsletter form {
    margin-top: 5px;
    margin-bottom: 5px;
}
.newsletter .hs-input{
  margin-bottom: 0;
}
}
@media only screen and (max-width: 798px) and (min-width: 481px){
  .newsletter_section .newsletter {
    width: 100%;
    max-width: 100%;
}
}
@media only screen and (max-width: 959px){
  .newsletter_section .newsletter{
    margin-top: 10px;
  }
  .newsletter .hs-button {
    margin-left: 0;
    width: 100%;
}
.newsletter .hs-input {
  width: 100% !important;
  margin: 5px 0px;
}
.newsletter .hs_submit.hs-submit {
    margin-left: 0;
    margin: 5px 0px;
    margin-bottom: 1em;
    width: 100%;
}

.newsletter .field {
    width: 100%;
}
}
@media only screen and (max-width: 798px){
  .newsletter_section h2 {
    font-size: 25px;
}
.newsletter form {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px;
}
.newsletter form {
  margin-bottom: 0;
}
}
@media only screen and (max-width: 480px){
  .section_form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: static;
}
.newsletter_section .newsletter {
  width: 100%;
}
}
@media only screen and (min-width: 481px){
  .section_form {
    left: calc(18.75%);
}
}
/* ******************************************************************************
*********************************************************************************
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;
}
@media only screen and (max-width: 1024px){
  .content-wrapper {
    width: calc(90% + 20px);
  }
}

@media only screen and (max-width: 480px){
  .content-wrapper {
    width: calc(100% - 40px);
  }
}
.hs-blog-listing,.hs-blog-post  {
  line-height: 25.6px;
}

.hs-blog-listing .content-wrapper,
.hs-blog-post .content-wrapper  {
  padding: 30px 0px 15px 0;
}

.blog-index {
  margin-bottom: 5px;
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  box-sizing: border-box;
  width: calc(100% - 20px);
  display: flex;
  flex-wrap: wrap;
}

.blog-index__post.blog-index__post--small {
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  box-sizing: border-box;
  width: calc(33.33333% - (20px - (20px / 3)));
  margin-bottom: 20px;
}

.blog-index__post.blog-index__post--small:first-child {
  margin-left: 0;
}

.blog-index__post.blog-index__post--small:nth-child(3n) {
  margin-right: 0;
}


.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');
}
.blog-index__post-content--small h2 {
  margin-bottom: 0;
  line-height: 1.2;
}
.blog-index__post-content--small h2 a{
  color: #333;
}
.blog_meta {
  color: #8c8b8b;
  margin-bottom: 0;
}
.blog_meta span {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: smaller;
  color: #8c8b8b;
}
.blog-description {
  line-height: 1.5;
  margin: 1em 0;
}

.blog-description p {
  margin: 0;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
a.read-more {
  border: 1px solid #ffffff;
  transition: background-color 0.2s linear, color 0.2s linear;
  margin: 25px 0;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  min-height: 44px;
  line-height: 1.2;
  vertical-align: top;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  -ms-flex-pack: center;
  transition: all 0.2s linear;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  position: relative;
  color: #333333;
  border-color: #333333;
  background-color: transparent;
}
a.read-more:hover{
  border-color: #333333;
    background-color: #333333;
    color: #fff;
}
@media only screen and (min-width: 799px){
  .blog-index__post.blog-index__post--small:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px){

.blog-index__post.blog-index__post--small {
  width: calc(50% - (20px - (20px / 2)));
}
.blog-index__post.blog-index__post--small:nth-child(3n) {
  margin-right: calc(20px / 2);
  margin-left: 0;
}
.blog-index__post.blog-index__post--small:nth-child(2n) {
  margin-right: 0;
}
}
@media only screen and (max-width: 480px){
  .blog-index__post.blog-index__post--small {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .blog-index {
    margin: 0;
    width: 100%;
}
  .blog-index__post-content--small h2 {
    font-size: 110%;
  }
}
.blog-pagination {
  display: flex !Important;
  justify-content: center;
  align-items: center;
  margin: 0 !Important;
  text-align: center;
  font-family: Lato, sans-serif;
  padding-bottom: 3.3rem;
}
.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 */
.post-inner-wrapper {
  display: inline-block;
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  box-sizing: border-box;
  position: relative;
  width: calc(75% - 20px);
}

@media only screen and (min-width: 481px){
  .post-inner-wrapper {
    left: calc(12.5%);
}
}
.breadcrumb {
  font-size: 15px;
}
.breadcrumb_text {
  float: left;
  text-transform: uppercase;
  font-size: 12px;
}
.icon-slash {
  padding-right: 5px;
}
.article-pagination {
  float: right;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
}
a span {
  color: #65cbc9;
  text-decoration: none;
  position: relative;
  transition: color .1s linear;
}
.icon-left-arrow:before {
  content: "\e90b";
}
.icon-right-arrow:before {
  content: "\e912";
  margin-right: 0;
}
.blog-post__body {
  margin-top: 20px;
}

.author_share_wrap {
  width: 100%;
  border-top: 1px solid #cccccc;
  min-height: 40px;
  padding: 15px 0;
  margin-top: 15px;
  overflow: auto;
}
.blog_share {
  width: 38%;
  float: right;
  text-align: right;
  font-size: 13px;
}
.share_article .social_buttons {
  border-top: none;
  padding-top: 0;
  font-size: 1em;
  margin-bottom: 25px;
}
.share-btn {
  display: inline-block;
  text-align: center;
  font-size: 1.2em;
  margin-right: 6px;
  margin-bottom: 10px;
}
.share-btn a {
  color: #fff;
  padding: 10px 10px 8px 10px;
  border: solid 1px #e2e2e2;
  display: inline-block;
  transition: all 500ms ease 0s;
}
.icon-twitter-share:before {
  content: "\ea96";
  color: #09AEEC;
  
}
.icon-twitter-share:hover {
  background-color: #09AEEC;
  border-color: #09AEEC;
  color: #fff;
}
.icon-facebook-share:before {
  content: "\ea90";
  color: #49659D;
}
.icon-facebook-share:hover {
  background-color: #49659D;
  border-color: #49659D;
  color: #fff;
}


.icon-pinterest-share:before {
  content: "\e907";
  color: #CB1F2A;
}
.icon-pinterest-share:hover {
  background-color: #CB1F2A;
  border-color: #CB1F2A;
  color: #fff;
}
.icon-mail-share:before {
  content: "\e906";
  color: #888;
}
.icon-mail-share:hover {
  background-color: #888;
  border-color: #888;
  color: #fff;
}
.icon-twitter-share:hover:before {
  color: #fff;
}
.icon-facebook-share:hover:before {
  color: #fff;
}
.icon-pinterest-share:hover:before {
  color: #fff;
}
.icon-mail-share:hover:before {
  color: #fff;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
h5.related-post-title {
  padding: 5px 0;
  color: #333333;
}

h5.related-post-title a {
  color: #333;
}
.hs-blog-post .blog_meta span:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  margin: -1px 5px 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #8c8b8b;
}

.blog_meta span:last-child:after {
  content: none;
}
.blog-post__body img {
  width: 100%;
  max-width: 300px;
}
.blog-comments {
  padding-bottom: 30px;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {

}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.clearfix:before{
  content:"";
  display: table;
}
.clearfix:after{
  content:"";
 clear: both;
}
@media only screen and (max-width: 798px) and (min-width: 480px){
  .hs-blog-post .blog-index__post.blog-index__post--small {
    margin-right: calc(20px / 2);
}

.hs-blog-post .blog-index__post.blog-index__post--small:not(.hs-blog-post) {
    width: calc(33.33333% - (20px - (20px / 3)));
}
}
@media only screen and (max-width: 798px){
  .post-inner-wrapper {
    width: calc(100% - 20px);
    left: auto !important;
}
.share_article .social_buttons {
  padding-top: 15px;
}
.social_buttons {
  text-align: center;
}
.blog_share {
  width: 100%;
}
.blog-recent-posts h3 {
  font-size: 22px;
}
h5.related-post-title{
  font-size: 18px;
}
}
@media only screen and (max-width: 479px){
  .blog-recent-posts h3 {
    font-size: 110%;
    line-height: 1.5em;
  }
  h5.related-post-title{
    font-size: 110%;
    line-height: 1.5em;
  }
}

/*             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;
}
.blog-index.span9 {
  margin: 0;
  padding: 0 10px;
}
.post-description h2 a {
  color: #333;
}

@media (max-width: 767px){
  .post-item .page-center{
    display: block;
  }
  .post-description h2{
    font-size: 22px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 ul {
  padding: 0;
}
.systems-page input[type="password"]{
  display: block;
  width: 100% !important;
  min-height: 44px;
  padding: 0 10px;
  margin: 0;
  line-height: 22px;
  border: 1px solid #cccccc;
  outline: none;
  background: #fff;
  color: #5f6a7d;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  -webkit-appearance: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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;
}