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











































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

.dnd-section {
  padding: 80px 0;
  background-color: rgb(0, 0, 0);
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}


@media (max-width: 767px) {
  .dnd-section {
    padding: 200px 0 50px !important;
    background-color: rgb(0, 0, 0);
  }
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "FontAwesome";
  src: url("https://5921641.fs1.hubspotusercontent-na1.net/hubfs/5921641/Barretomanufacturing_April2020/Fonts/FontAwesome.eot") format("embedded-opentype"),
    url("https://5921641.fs1.hubspotusercontent-na1.net/hubfs/5921641/Barretomanufacturing_April2020/Fonts/FontAwesome.woff2") format("woff2"), 
    url("https://5921641.fs1.hubspotusercontent-na1.net/hubfs/5921641/Barretomanufacturing_April2020/Fonts/FontAwesome.woff") format("woff"),
    url("https://5921641.fs1.hubspotusercontent-na1.net/hubfs/5921641/Barretomanufacturing_April2020/Fonts/FontAwesome.ttf") format("truetype"),
    url("https://5921641.fs1.hubspotusercontent-na1.net/hubfs/5921641/Barretomanufacturing_April2020/Fonts/FontAwesome.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://5921641.fs1.hubspotusercontent-na1.net/hubfs/5921641/Barretomanufacturing_April2020/Fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
    url("https://5921641.fs1.hubspotusercontent-na1.net/hubfs/5921641/Barretomanufacturing_April2020/Fonts/FontAwesome5Free-Solid.woff2") format("woff2"),
    url("https://5921641.fs1.hubspotusercontent-na1.net/hubfs/5921641/Barretomanufacturing_April2020/Fonts/FontAwesome5Free-Solid.woff") format("woff"), 
    url("https://5921641.fs1.hubspotusercontent-na1.net/hubfs/5921641/Barretomanufacturing_April2020/Fonts/FontAwesome5Free-Solid.ttf") format("truetype"),
    url("https://5921641.fs1.hubspotusercontent-na1.net/hubfs/5921641/Barretomanufacturing_April2020/Fonts/FontAwesome5Free-Solid.svg") format("svg");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: eicons;
  src: url("https://5921641.fs1.hubspotusercontent-na1.net/hubfs/5921641/Barretomanufacturing_April2020/Fonts/eicons.eot") format("embedded-opentype"),
    url("https://5921641.fs1.hubspotusercontent-na1.net/hubfs/5921641/Barretomanufacturing_April2020/Fonts/eicons.woff2") format("woff2"),
    url("https://5921641.fs1.hubspotusercontent-na1.net/hubfs/5921641/Barretomanufacturing_April2020/Fonts/eicons.woff") format("woff"),
    url("https://5921641.fs1.hubspotusercontent-na1.net/hubfs/5921641/Barretomanufacturing_April2020/Fonts/eicons.ttf") format("truetype"), 
    url("https://5921641.fs1.hubspotusercontent-na1.net/hubfs/5921641/Barretomanufacturing_April2020/Fonts/eicons.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}



html {
  font-size: 24px;
}

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

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

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

ul li,
ol li {
  line-height: 1.5em;
}

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

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  padding: 5px 53px;
  white-space: normal;
  
  text-decoration: none;
  margin: 18px 0;
  text-transform: uppercase;
  font-weight: 700;
}

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

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


.hs-form label {
  font-size: 14px;
  color: #fff;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}
label.hs-error-msg, 
label.hs-main-font-element {
  color: red;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #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;
}
/* ******************************************************************************
*********************************************************************************
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.active a {
  color: rgba(0, 0, 0, 0.9);
}



.custom-menu-primary .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:not(:nth-child(1)) {
  padding-left: 28.8px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-weight: 400;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 6px;
  font-family: "Source Sans Pro", arial, sans-serif;
  margin-bottom: -6px;
  margin-top: -6px;
  margin-right: -6px;
  margin-left: -6px;
  line-height: 1.5em;
  text-decoration: none;
  letter-spacing: 1.008px;
}
svg.carret {
  margin-left: 4px;
  position: relative;
  top: 2px;
  transition: transform 0.33s ease-in-out 0s;
}
.clicked svg.carret {
  transform: rotate(180deg);
}


.custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
  font-size: 16px;
  padding-bottom: 4px;
  padding-top: 4px;
  font-weight: 400;
  letter-spacing: 0.063em;
  display: inline-block;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li > a.menu-link.active-branch {
  font-weight: 700;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

@media (min-width: 1025px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.clicked > ul {
  display: block;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  position: absolute;
  left: 29px;
  padding: 0;
  display: none;
  margin: 0;
  top: 32px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  overflow-y: auto;
  padding-top: 16px;
  box-shadow: 0 3px 6px 3px rgba(0,0,0,0.24);
  border-radius: 4px;
  z-index: 3;
  white-space: nowrap;
  max-height: 45vh;
  list-style: none;
}
}


@media (max-width: 1535px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.063em;
    position: relative;
    top: -3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    font-size: 14px;
  }
  svg.carret {
    margin-left: 4px;
    position: relative;
    top: 4px;
    transition: transform 0.33s ease-in-out 0s;
  }
}


@media (max-width: 1279px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    right: 0;
    left: auto;
  }
}

@media (max-width: 1023px) {
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: rgba(76, 76, 76, 0.5);
    display: block;
    padding: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 20px;
    min-width: 200px;
    padding-bottom: 16px;
    padding-top: 16px;
    display: block;
    padding-right: 24px;
    top: 0;
    letter-spacing: normal;
    padding-left: 24px;
    margin: 0;
    line-height: 1.25em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    border: 0;
  }
  svg.carret {
    margin-left: 4px;
    position: absolute;
    top: 21px;
    transition: transform 0.33s ease-in-out 0s;
    right: 24px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: static;
    padding: 0;
    background: transparent;
    box-shadow: unset;
    max-height: unset;
    border-radius: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    font-size: 14px;
    padding-left: 40px;
    padding-bottom: 8px;
    padding-right: 24px;
    letter-spacing: normal;
    display: block;
    line-height: 1.3em;
    padding-top: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li:last-child {
    padding-bottom: 24px;
  }
  body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: rgb(198, 198, 198);
  }
  body .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: rgb(198, 198, 198);
  }
  .mobile-menu-wrapper{
    overflow-y: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.header {
  background-color: #F8FAFC;
  position: fixed;
  z-index: 1001;
  left: 0px;
  right: 0px;
  top: 0px;
  transition: background-color 4s ease;
  width: 100%;
}
.fixed .header {
  background-color: rgba(133,130,255,0.5)!important;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.mobile-header {
  display: none;
}

@-moz-document url-prefix() {
  .submenu.level-1 > li > a{
    display: flex;
    outline: 0;
  }
  svg.carret {
    position: relative;
    top: 4px !important;
  }
}

.header-inner .header__logo.header__logo--main {
  padding-left: 30px;
  padding-right: 15px;
  width: 15.723%;
}
.header-inner .header__logo.header__logo--main > div {
  max-width: calc(100% - 0.1px);
  display: inline-block;
}
.header .header__container {
  max-width: 100%;
}
.header-inner .header__logo.header__logo--main > div img.hs-image-widget {
  height: auto;
  transition: max-height .5s ease 0s;
  will-change: transform;
  max-height: initial;
  max-width: 100%;
}
.header-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  line-height: 0;
  min-height: 90px;
  flex-direction: row;
}
.header-menu {
  padding-left: 0;
  padding-right: 0;
  flex-grow: 1;
  flex-shrink: 1;
  width: 62.586%;
  max-width: 100%;
  flex-basis: 0%;
}
.header__navigation.header--element {
  flex-basis: auto;
  justify-content: flex-end;
  flex-grow: 1;
  align-items: center;
  display: flex;
}

.mobile-trigger span.trigger-span a {
  color: #c6c6c6;
}
.fixed .header-inner .header__logo.header__logo--main {
  padding-left: 0;
}
.fixed .header-inner .header__logo.header__logo--main>div img.hs-image-widget {
  max-width: 255.2px;
}
.header-overlay {
  background-color: rgba(0, 0, 0, 0.82);
  opacity: 0.71;
  transition: background 0.4s, border-radius 0.3s, opacity 0.4s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.header-call-to-day-btn {
  width: 9.243%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-call-to-day-btn-wrap {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-call-to-day-btn-widget-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-call-to-day-btn-button {
  width: 100%;
  position: relative;
  text-align: right;
}
.header-call-to-day-btn-container {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
a.header-call-to-day-btn-grow {
  font-family: "Work Sans", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  width: auto;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
span.header-call-to-day-content-wrapper {
  text-decoration: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
span.header-call-to-day-button-text {
  text-decoration: inherit;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}
.header-social-section {
  width: 12.448%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-social-wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-social-icons {
  text-align: left;
  width: 100%;
  position: relative;
}
.header-social-container {
  padding: 0px 0px 0px 29px;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
} 
.header-social-icons-wrapper .header-social-icon:not(:last-child) {
  margin-right: 1px;
}
.header-social-icons-wrapper .header-social-icon {
  font-size: 21px;
  padding: 0.2em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
span.sub-arrow {
  font-size: 16px;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  font-weight: 500;
  text-transform: uppercase;
}
span.sub-arrow i.fa {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}
span.sub-arrow i.fa:before {
  content: "";
}
.header-social-icons-wrapper .header-social-icon span.elementor-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.header-social-icons-wrapper .header-social-icon i {
  width: 21.3px;
  height: 21px;
  position: relative;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: 400;
}

/***************** menu styling ******************/

.custom-menu-primary .hs-menu-wrapper > ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: "Verdana", Sans-serif;
  line-height: 1.5em;
  text-decoration: none;
  letter-spacing: 0px;
  font-size: 14px;
  padding: 13px 20px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:not(:nth-child(1)) {
  padding-left: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
  opacity: 0;
  content: "";
  bottom: 0;
  z-index: 2;
  height: 3px;
  width: 100%;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
  opacity: 1;
}
a.header-call-to-day-btn-grow:hover {
  transform: scale(1.1);
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul li a {
  font-family: "Verdana", Sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 13px 20px;
  text-shadow: none;
  border-left: 8px solid transparent;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  letter-spacing: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
  position: relative;
}


.body-container-wrapper{
  -webkit-font-smoothing: antialiased;
}


@media (min-width: 1025px) {
  .custom-menu-primary.mobile {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    position: absolute;
    left: 0;
    padding: 0;
    display: none;
    margin: 0;
    top: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: 0 3px 6px 3px rgba(0,0,0,0.24);
    border-radius: 0;
    z-index: 3;
    white-space: nowrap;
    list-style: none;
    overflow: unset;
    right: auto;
    max-height: unset;
  }
  .mobile-trigger {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul ul li a {
    border-left: 16px solid transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul li a i.fa {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
    position: absolute;
    width: auto;
    display: none;
    top: auto;
    left: 0px;
    margin-left: 144.734px;
    margin-top: -46px;
    min-width: 10em;
    max-width: 1000px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > ul {
    display: block;
  }
  .fixed .header__container {
    padding-right: 0;
  }
  .fixed .header-inner .header__logo.header__logo--main {
    padding-left: 5px;
    padding-right: 35.1px;
  }
  .fixed .header-social-section{
    width: 12.748%;
  }
}


@media (max-width: 1680px) {
  .header-inner .header__logo.header__logo--main {
    padding-right: 14.2px;
  }
}


@media (max-width: 1535px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    outline: none;
  }
  .header-social-icons-wrapper .header-social-icon:not(:last-child) {
    margin-right: 1.2px;
  }
  .header-menu {
    position: relative;
    top: 2px;
  }

}

@media (max-width: 1332px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 13px 5px;
    font-size: 13.6px;
  }
}


@media (max-width: 1107px) {
  .header-social-container {
    padding: 0px 0px 0px 9px;
  }
}

@media (max-width: 1024px) {
  .body-container-wrapper {
    padding-top: 60px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul li a {
    padding: 10px 20px;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul ul li a {
    border-left: 16px solid transparent;
  }
  .mobile-trigger {
    color: #FFFFFF;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    padding-top: 0;
  }
  .mobile-trigger {
    position: relative;
    top: -4px;
  }
  .mobile-trigger span.mobile-trigger-screen-only {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }
  .mobile-trigger i.mobile-trigger-menu-bar {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mobile-trigger i.mobile-trigger-menu-bar:before {
    content: '\e816';
  }
  .custom-menu-primary.desktop {
    display: none;
  }
  @-moz-document url-prefix() {
    svg.carret {
      position: relative;
      top: 4px !important;
      float: right;
      right: 0;
    }
  }
  .fixed .header__logo.header__logo--main img {
    will-change: transform;
    max-height: 50px;
  }
  .header__logo.header__logo--main img {
    transition: max-height 0.5s ease 0s;
  }
  .mobile-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 14px;
    margin-right: -24px;
    margin-left: -24px;
  }
  .header-top-spacer {
    padding-left: 24px;
    padding-right: 24px;
    justify-content: flex-end;
    flex-grow: 1;
    flex-basis: 15%;
    display: flex;
  }

  .header__logo.header__logo--main > div {
    width: 100%;
    max-width: calc(100% - 0.1px);
    display: inline-block;
  }
  .header__logo.header__logo--main img {
    margin-left: auto;
    max-height: 80px;
    margin-right: auto;
  }
  .header {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 0;
  }
  .header__container {
    max-width: 100% !important;
  }
  .header-inner .header__logo.header__logo--main {
    padding-right: 15px;
    padding-left: 30px;
  }
  .header-social-container {
    padding: 0px 0px 0px 29px;
  }
  .header-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-menu-primary.mobile {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    margin-top: 10px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    font-size: 13px;
    background-color: rgba(40, 41, 42, 0.84);
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .mobile-open .custom-menu-primary.mobile {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }
  .header__navigation.header--element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-open .mobile-trigger i.mobile-trigger-menu-bar:before {
    content: "\e87f";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-family: "Verdana", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: static;
    display: none;
    box-shadow: unset;
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 10px 20px;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li:last-child {
    padding-bottom: 0;
  }

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 40px !important;
    padding: 0 !important;
    border-left: none;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: transparent; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .header-social-icons-wrapper .header-social-icon i{
    width: 21.3px;
    height: 21.1px;
    font-size: 21px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    background-color: #55595c;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
  }
}


@media (max-width: 930px) {
  a.header-call-to-day-btn-grow {
    padding: 12px 14px;
  }
}



/* Mobile Styles */

@media (max-width: 767px) {

  .header__logo.header__logo--main img {
    margin-left: auto;
    max-height: 80px;
    margin-right: auto;
    max-width: 224px;
    height: 80px;
    object-fit: contain;
  }
  .mobile-header {
    margin-right: -12px;
    margin-left: -12px;
  }
  .header__logo.header__logo--main {
    padding-right: 12px;
    padding-left: 12px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }



  .header-inner .header__logo.header__logo--main {
    width: 100%;
  }
  .header-inner .header__logo.header__logo--main > div img.hs-image-widget {
    max-width: 395px;
  }
  .header-inner .header__logo.header__logo--main {
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px 16px;
  }
  .header-social-section {
    width: 100%;
  }
  .header-call-to-day-btn {
    width: 100%;
  }
  .header-menu {
    width: 100%;
    margin-bottom: 0;
  }
  .mobile-trigger {
    position: relative;
    top: 0;
    padding-top: 4px;
  }
  .fixed .header-inner .header__logo.header__logo--main>div img.hs-image-widget {
    max-width: 395px;
  }
  .mobile-open .header-menu {
    margin-bottom: 0;
  }
  .header-social-icons-wrapper {
    text-align: center;
  }
  .header-social-icons-wrapper .header-social-icon:not(:last-child) {
    margin-right: 1px;
  }
  a.header-call-to-day-btn-grow {
    padding: 12px 24px;
  }
  .custom-menu-primary.mobile {
    position: static;
  }
  .header-menu .header__navigation {
    background-color: transparent !important;
  }
  .fixed .header-inner .header__logo.header__logo--main {
    padding-left: 15px;
  }
}


@media (max-width: 500px) {
  .header-inner .header__logo.header__logo--main > div img.hs-image-widget {
    max-width: 100%;
  }
  .header-inner .header__logo.header__logo--main{
    padding: 0px 15px 0px 31px;
  }
}

@media (max-width: 400px) {
  .mobile-trigger {
    position: relative;
    top: 0;
    padding-top: 4px;
    padding-bottom: 6.2px;
  }
  .custom-menu-primary.mobile{
    width: auto;
    margin-left: 1px;
    margin-right: 1px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  text-align: center;
}
.footer__container {
  padding-left: 24px;
  margin: 0 auto;
  padding-right: 24px;
  padding-top: 0;
  padding-bottom: 0;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}
.footer-row {
  text-align: center;
  font-family: 'Source Sans Pro',arial,sans-serif;
  font-size: 16px;
  padding: 25px 46px 70px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}



.footer-top .footer-top-spacer {
  padding-right: 24px;
  padding-bottom: 40px;
}
.footer-social-share .social-links {
  font-size: 16px;
  display: inline;
  cursor: pointer;
}
.footer-social-share .social-links svg {
  margin-right: 4px;
  margin-left: 4px;
  display: inline-block;
}
.footer-social-share {
  display: flex;
  padding-bottom: 16px;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 0;
}
p.address {
  margin-bottom: 16px;
}
p.contact {
  margin: 0;
}
p.contact a {
  text-decoration: none;
}






/********************** updated footer ********************/
.copyright_footer {
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.copyright_footer .footer__container {
  width: 100%;
}

.footer-copyright {
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  flex-direction: row;
  display: flex;
  padding: 0 46px;
}
.footer-copyright-inner {
  font-size: 16px;
  flex-grow: 1;
  flex-shrink: 1;
}
.footer-bottom-spacer {
  flex-grow: 1;
  flex-shrink: 1;
}
.footer-copyright-row p {
  text-align: left;
  margin: 0;
  font-size: 14px;
}
.footer-copyright-row p span {
  font-family: "Work Sans", Sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.footer-wrapper.left {
  width: 22.281%;
}
.footer-wrapper.mid {
  width: 27.719%;
}
.footer-wrapper.right {
  width: 22.456%;
}
.footer-wrapper {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-menu-title-container {
  margin: 0px 0px 5px 0px;
}
.footer-menu-title-container h2 {
  font-family: "Work Sans", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: left;
}
.footer-menu-inner-wrapper {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav ul li a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
}
.footer-nav ul li:not(:last-child) {
  padding-bottom: calc(5px/2);
}
.footer-nav ul li {
  font-family: "Trebuchet MS", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  line-height: 1.75;
}
.footer-nav ul li a span.menu-icons {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer-nav ul li a span.menu-text {
  padding-left: 4px;
  display: inline-block;
  -webkit-align-self: center;
  font-family: "Trebuchet MS", Sans-serif;
  -ms-flex-item-align: center;
  align-self: center;
}
.footer-nav ul li a span.menu-icons i {
  font-size: 12px;
  width: 1.25em;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: FontAwesome;
}
.footer-nav ul li a span.menu-icons i:before {
  content: "\f105";
}
.footer-nav ul {
  margin: 0;
}
.footer-nav ul li:not(:first-child) {
  margin-top: calc(5px/2);
}
.footer-right-section {
  width: 27.544%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-right-section .footer-social-section {
  margin: 0 0 0 0;
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-social-section-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-social-wrap .footer-text-editor {
  font-weight: bold;
  width: 100%;
  font-family: "Trebuchet MS", Sans-serif;
  position: relative;
}
.footer-social-wrap .footer-text-editor .footer-text-editor-container {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.footer-social-wrap .footer-text-editor .footer-text-editor-editor {
  margin: 0 0 10px;
  text-align: left;
}
.footer-social-wrap .footer-text-editor .footer-text-editor-editor p {
  margin: 0;
  font-family: "Trebuchet MS", Sans-serif;
  line-height: 1.75;
  font-weight: bold;
}
.footer-social-icons {
  text-align: left;
  width: 100%;
  position: relative;
}
.footer-social-icons .footer-social-icons-container span.elementor-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.footer-social-icons .footer-social-icons-container i {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: 400;
}
i.fab.fa-facebook:before {
  content: "\f09a";
}
i.fab.fa-twitter:before {
  content: "\f099";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-youtube:before {
  content: "\f167";
}
.footer-social-icons .footer-social-icons-container a:not(:last-child) {
  margin-right: 15px;
}
.footer-social-icons .footer-social-icons-container a {
  font-size: 30px;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  padding: 0em;
  text-align: center;
  text-decoration: none;
}




@media(max-width: 1535px){
  p.address {
    font-size: 14px;
  }
  p.contact {
    font-size: 14px;
  }
}

@media(max-width: 1300px){
  .footer-row {
    padding: 25px 0 70px;
  }  
  .footer-copyright {
    padding: 0 0;
  }
  .footer__container {
    padding: 0;
  }
  .footer-copyright-row p {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media(max-width: 1023px){
  .footer-copyright-row p {
    text-align: left !important;
    padding: 25px 20px 25px 20px;
  }
  .footer__container {
    max-width: 100% !important;
  }
  .footer-social-icons .footer-social-icons-container a:not(:last-child) {
    margin-right: 3px;
  }
  .footer-copyright-row p {
    text-align: center;
    margin: 0;
    font-size: 14px;
  }
  .footer-copyright-inner {
    flex-basis: 100%;
  }
  .footer-bottom-spacer {
    flex-basis: 100%;
  }
  .footer-bottom-spacer {
    flex-basis: 100%;
    margin-top: 7px;
  }
  .footer-copyright {
    flex-wrap: wrap;
  }
  .footer-social-share .social-links svg {
    height: 32px;
    width: 32px;
  }
  .footer-top {
    padding-bottom: 23px;
  }
}

@media(max-width: 767px){
  .footer-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-wrapper.mid {
    width: 50%;
  }
  .footer-wrapper.right {
    width: 50%;
  }
  .footer-right-section {
    width: 100%;
  }
  .footer-row {
    padding: 0px 20px 34px 20px;
  }
  .footer-copyright-row p {
    padding: 0px 0px 24px 0px;
    text-align: center !important;
  }
  .copyright_footer {
    padding: 20px 20px 20px 20px;
  }
  .footer-social-wrap {
    width: 100%;
  }
  .footer-wrapper.left {
    width: 50%;
  }
  .footer-social-icons {
    text-align: center;
  }
  .footer-social-icons .footer-social-icons-container a:not(:last-child) {
    margin-right: 18px;
  }
  .footer-nav ul li a span.menu-text {
    font-size: 13px;
  }
  .footer-nav ul li {
    line-height: 22.75px;
  }
  .footer-menu-inner-wrapper {
    margin-top: 30px;
  }
  .footer-copyright-row p,
  .footer-copyright-row p span{
    line-height: 14px !important;
  }
}

@media(max-width: 400px){
  .footer-copyright-row p span {
    color: rgba(150,150,150,1.0);
    line-height: 1.5;
    display: inline-block;
  }
  .footer-wrapper.mid {
    width: 100%;
  }
  .footer-wrapper.left {
    width: 100%;
  }
  .footer-wrapper.right {
    width: 100%;
  }
}



@media(max-width: 435px){
  .footer-copyright-row p {
    padding: 0px 0px 18px 0px;
  }
  .footer-row {
    padding: 0px 20px 30px 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
.post-description.span8 a {
  text-decoration: none;
}
.body-wrapper.hs-blog-listing,
.body-wrapper.hs-blog-post,
.blog-header,
.blog-recent-posts{
  background-color: #000 !important;
}
.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}
.blog-header {
  padding-top: 40px;
}
.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-index__post h2 a {
  text-decoration: none;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}
.blog-recent-posts__post {
  text-decoration: none;
}
a.blog-pagination__link.blog-pagination__prev-link {
  position: relative;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 0 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-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;
  font-family: Lato, sans-serif;
  margin-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 {
  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;
  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%/3);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (max-width: 767px) {
  .post-item .page-center {
    display: block !important;
  }
  .post-item {
    padding-bottom: 30px;
  }
  .blog-header {
    padding-top: 96px;
  }
  .blog-recent-posts__list {
    display: block;
  }
  .blog-post__body img {
    width: 100% !important;
  }
  .blog-header__inner {
    padding: 3.3rem 20px;
  }
}

.blog-sidebar.span3 ul {
  list-style: none;
  padding: 0 0 0 5px;
}
.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-pagination {
  margin-left: 0 !important;
}

/*             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;
}
/* ******************************************************************************
*********************************************************************************
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: #e6e8ea;
  z-index: -1;
}
.systems-page .hs-button,
.error-page .hs-button{
  color: rgba(0,0,0,1.0) !important;
  border-color: rgba(0,0,0,1.0) !important;
  background: #fff !important;
}
.error-page h1.error-page_heading,
.systems-page h1,
.systems-page h3,
.systems-page h2{
  color: #494a52;
}
.systems-page span {
  color: #494a52;
}
.error-page p {
  color: #494a52;
}
.fixed p.header {
  position: static;
  background: transparent!important;
}
p.header {
  position: static;
  background: transparent;
  line-height: 1;
  height: auto;
}
input#hs-pwd-widget-password {
  height: auto !important;
  width: 100% !important;
  padding: 12px 10px;
}
input.email-edit.hs-input {
  width: 100% !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 5rem 20px;
}

@media(max-width: 767px){

  .error-page{
    padding: 26rem 0 13rem;
  }
  .systems-page{
    padding: 15rem 0 3rem;
  }
}


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

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