/* ******************************************************************************
*********************************************************************************
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;
  padding-left: calc(2.5% + 5px);
  padding-right: calc(2.5% + 5px);
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px){
  .dnd-section > .row-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px){
  .dnd-section > .row-fluid {
    max-width: 544px !important;
  }
}

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

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {

}

body {
  font-family: Lato, serif;
  font-size: 14px;
  color: #494a52;
  line-height: 1.75;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6667;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {

}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

h1 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}

h2 {
  line-height: 1.4;
}

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 {

}
.body-container ul,
.body-container ol{
  line-height: 1.6667;
}

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 {

}

.disable-focus-styles :focus {
  outline: none;
}

::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}
::-webkit-scrollbar-thumb {
  border: solid transparent;
  border-width: 1px 1px 1px 6px;
  min-height: 28px;
  padding: 100px 0 0;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
  box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 100px;
  background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb {
  border: 1px solid rgba(255,255,255,0.4);
}
::-webkit-scrollbar-corner {
  background: transparent;
}
::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
::-webkit-scrollbar {
  height: 16px;
  overflow: visible;
}
::-webkit-scrollbar {
  -webkit-border-radius: 100px;
  background-color: rgba(0,0,0,0);
  width: 9px;
}
/* ******************************************************************************
*********************************************************************************
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;
}

.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: .92rem;
  padding: 15px 53px;
  text-decoration: none;
  white-space: normal;
  margin: 10px 0;
}

.hs-button:hover, .hs-button:focus {

}

.hs-button:active {

}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-size: 14px !important;
}

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

.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  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;
}
input:focus{
  outline: none;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  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: 14px;
  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:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

/*
 * Order Form
 */

 .lgfl-order-form-wrapper {
    max-width: 960px;
}

.lgfl-order-form section.content-wrapper {
    padding-bottom: 40px;
}

.lgfl-order-form-wrapper form#lgfl-order-form-form {
    max-width: none;
}

.lgfl-order-form-wrapper #order-summary {
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    margin-bottom: 40px;
}

.lgfl-order-form-wrapper .form-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.lgfl-order-form-wrapper .form-section h3 {
    margin-bottom: 1.5rem;
}

.lgfl-order-form-wrapper .input-roll {
    width: 30px;
    position: relative;
    left: -40px;
    top: 10px;
    opacity: 0;
    z-index: -1;
}

.lgfl-order-form-wrapper .input-roll.show {
    opacity: 1;
    z-index: 2;
    display: inline;
}

#form-error, #form-submit-error {
    color: rgba(217,23,35,1.0);
    font-size: 18px;
}

.input-error {
    color: rgba(217,23,35,1.0);
}

.summary-entry {
    display: flex;
    gap: 12px;
    font-weight: bold;
}

.summary-entry.hide {
    display: none;
}

.summary-entry > span {
    font-weight: 400;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

body.no-banner .body-wrapper {
  padding-top: 56px;
}
.header_top {
  background-color: rgb(238, 238, 238);
  -webkit-align-items: center;
  align-items: center;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 12px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 11;
}

body.lp-page .body-wrapper {
  margin-top: 0;
}


body.lp-page  .custom_header {
  top: 0;
}
/* body.no-banner.lp-page header.custom_header {
  top: 64px;
}

body.no-banner.lp-page  .body-wrapper {
  margin-top: 64px;
} */
.top-text-container p {
  font-family: 'Open Sans', sans-serif;
  font-size: 11pt;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: rgb(0, 0, 0);
}

.header_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-left: 23px;
  font-size: 0;
}

.header_button a {
  font-family: 'Open Sans', sans-serif;
  font-size: 11pt;
  height: 36px;
  line-height: 34px;
  border: 1px #e8eaed solid;
  text-decoration: none;
  text-transform: none;
  min-width: auto;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  z-index: 0;
  font-weight: 500;
  letter-spacing: .25px;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background .2s .1s;
  transition: background .2s .1s;
  -webkit-font-smoothing: antialiased;
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}

.header_button a > span {
  padding: 0 23px;
  display: block;
}





/*.body-wrapper {
  margin-top: 64px;
}*/

.custom_header {
  left: 0;
  /* padding-right: 0px;
  position: fixed; */
  top: 0px;
  -webkit-transition: opacity .5s,padding-left .125s;
  transition: opacity .5s,padding-left .125s;
  white-space: nowrap;
  width: 100%;
  z-index: 20;
}
/* .header__container {
  display: table;
  min-width: 100%;
  table-layout: fixed;
  padding-left: 36px;
} */
.mobile_trigger{
  display: none;
}

#hs_cos_wrapper_logo_text span span {
  line-height: 1;
  max-width: 380px;
  outline: none;
  overflow: hidden;
  padding: 16px 8px;
  text-decoration: none;
  text-overflow: ellipsis;
  position: relative;
  top: 2px;
}
.custom-menu-primary {
  text-align: center;
  vertical-align: middle;
}


.search_icon {
  display: inline-block;
  vertical-align: middle;
  z-index: 25;
}

.search_icon_container {
  background-color: red;
  height: 48px;
  opacity: 1;
  vertical-align: middle;
  z-index: 25;
  fill: currentColor;
  outline: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 48px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -webkit-transition: background .3s;
  transition: background .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.search-logo {
  position: relative;
  top: 4px;
}
.search_icon_container svg {
  color: rgba(255,255,255,0.8700000048);
  overflow: hidden;
  fill: currentColor;
  height: 24px;
  width: 24px;
}

.menu_overlay{
  display: none;
}
.header_search {
  background-color: #eeeeee;
  height: 0;
  opacity: 0;
  padding: 14px 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity .18s ,width .18s ,height .18s step-start,visibility .18s step-start,box-shadow .3s ease;
  transition: opacity .18s ,width .18s ,height .18s step-start,visibility .18s step-start,box-shadow .3s ease;
  visibility: hidden;
  width: 0;
  z-index: 11110;
}
.search_open .header_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity .18s,width .18s,height .18s step-start,visibility .18s step-start,box-shadow .3s ease;
  transition: opacity .18s,width .18s,height .18s step-start,visibility .18s step-start,box-shadow .3s ease;
  visibility: visible;
  min-height: 76px;
}
.searc_close_btn {
  -webkit-user-select: none;
  -webkit-transition: background .3s;
  transition: background .3s;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 48px;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 48px;
  z-index: 11;
  color: rgba(0,0,0,0.54);
  fill: rgba(0,0,0,0.54);
  margin: 0 -66px 0 18px;
}

span.arrow_icon_container {
  position: relative;
  top: 50%;
}

span.arrow_icon {
  display: inline-block;
  position: relative;
  top: -12px;
}

span.arrow_icon svg.V4YR2c {
  color: #6d6d6d;
  fill: currentColor;
  height: 24px;
  width: 24px;
  overflow: hidden;
}
.site_serch_contianer {
  margin: 0 auto;
  max-width: 720px;
  position: relative;
  width: 100%;
}
.site_serch_contianer .hs-search-field__input {
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  height: 48px;
  margin: 0 auto;
  max-width: 720px;
  padding: 0;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  outline: none;
  border: 0;
  padding-left: 60px;
  font: 400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #000;
}
.site_serch_contianer  .site_serch_contianer form {
  position: relative;
}
.site_serch_contianer button {
  background: transparent;
  border: 0;
  position: absolute;
  left: 0;
  height: 48px;
  width: 48px;
  cursor: pointer;
  z-index: 1111111;
}
.site_serch_contianer #hs_cos_wrapper_search_input {
  position: relative;
  left: 4px;
}
.site_serch_contianer input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.54);
}
.hs-search-field__bar button svg {
  color: #616161;
  fill: currentColor;
  height: 24px !important;
  width: 24px;
  position: relative;
  top: 2px;
}
.search_overlay {
  background-color: rgba(33,33,33,.5);
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .18s,height .18s step-end;
  transition: opacity .18s,height .18s step-end;
  width: 100vw;
  z-index: 110;
}
.search_open .search_overlay {
  height: 100vh;
  -webkit-transition: opacity .18s,height .18s step-start;
  transition: opacity .18s,height .18s step-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  opacity: 1;
}

/* @media only screen and (min-width: 768px){
  .custom_header .header__container{
    padding-left: 16px;
  }
} */

@media only screen and (max-width: 1599px){
  .site_serch_contianer {
    padding: 0 50px;
    padding-left: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1080px){
  .header__container {
    display: block;
  }
  body.no-banner .body-wrapper {
    padding-top: 112px;
  }
  .custom-menu-primary {
    display: inline-block;
  }

  .search_icon {
    display: inline-block;
  }
}
@media only screen and (max-width: 1023px){
  .mobile_trigger {
    cursor: pointer;
    height: 48px;
    outline: none;
    width: 48px;
    vertical-align: middle;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: z-index;
    transition-property: z-index;
    z-index: 111;
    color: rgba(255,255,255,1);
    background-color: red;
    display: inline-block;
    border-radius: 3px;
    position: relative;
  }

  .mobile_trigger:before {
    bottom: 0;
    content: "";
    display: none;
    pointer-events: none;
    position: absolute;
    right: 0;
    height: 32px;
    left: 8px;
    top: 12px;
    width: 32px;
  }
  svg.wFCWne {
    transition: transform .45s cubic-bezier(0.4,0.0,0.2,1);
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mobile_trigger:hover:before,
  .mobile_open .mobile_trigger:before {
    background-color: rgba(255,255,255,0.1199999973);
    display: block;
  }
  #hs_cos_wrapper_logo_text span span {
    font-size: 14pt;
  }
  
  /* .mobile_open svg.wFCWne {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  } */

  .hlJH0, .HBu6N, .cLAGQe {
    transition: transform .45s cubic-bezier(0.4,0.0,0.2,1);
  }

  .mobile_open path.hlJH0 {
    -webkit-transform: rotate(45deg) translate(0px,5px);
    transform: rotate(45deg) translate(0px,5px);
  }

  .mobile_open path.HBu6N {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0;
  }

  .mobile_open path.cLAGQe {
    -webkit-transform: rotate(135deg) translate(0px,-5px);
    transform: rotate(135deg) translate(0px,-5px);
  }
  .header__container .custom-menu-primary {
    padding-top: 56px;
    display: block;
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    position: fixed;
    z-index: 70;
    width: 250px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: left .5s cubic-bezier(0.4,0.0,0.2,1);
    transition: left .5s cubic-bezier(0.4,0.0,0.2,1);
    background-color: rgb(0, 0, 0);
    left: -100%;
  }
  .mobile_open .custom-menu-primary {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: left .5s cubic-bezier(0.4,0.0,0.2,1);
    transition: left .5s cubic-bezier(0.4,0.0,0.2,1);
    left: 0;
  }
  .menu_overlay {
    -webkit-transition: opacity .5s ,width 0s .5s ,z-index 0s .5s;
    transition: opacity .5s ,width 0s .5s ,z-index 0s .5s;
    background-color: black;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: .6;
    width: 100%;
    z-index: 60;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: block;
  }

  .mobile_open .menu_overlay {
    visibility: visible;
    opacity: .6;
    pointer-events: all;
  }

}


@media only screen and (max-width: 479px){
  #hs_cos_wrapper_logo_text {
    display: none;
  }
  header.custom_header {
    top: 1px;/* original value 96px; with pre-header message on*/
  }
  .site_serch_contianer {
    padding: 0 8px;
  }

  .site_serch_contianer button {
    display: none;
  }

  .searc_close_btn {
    z-index: 11;
  }
  .site_serch_contianer #hs_cos_wrapper_search_input {
    left: 0;
  }
  span.arrow_icon {
    display: inline-block;
    position: relative;
    top: -12px;
    left: -9px;
  }
  .body-wrapper{
    margin-top: 1px;/* original value 96px; with pre-header message on*/
  }
  .header_top {
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 1px;/* original value 96px; with pre-header message on*/
  }
  .top-text-container p {
    margin-top: 4px;
    margin-bottom: 12px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    line-height: normal;
  }
  .header_button {
    margin-bottom: 8px;
    padding: 0;
  }
  .mobile_trigger {
    top: 1px;/* original value 96px; with pre-header message on*/
  }
/*   body.no-banner.lp-page header.custom_header {
    top: 96px;
  }
  body.no-banner.lp-page .body-wrapper {
    margin-top: 96px;
  } */
}



.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0,0.5);
  transform: scale(0,0.5);
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 5px 8px 6px;
  color: #fff;
  text-align: center;
  background-color: rgba(97,97,97,0.902);
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;

}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}  

/****************************
 Attacat changes Sep 2024
 ****************************/

/* HS wraps header in it's own div */
.body-wrapper > div:first-child {
  position: sticky;
  top: 0;
  z-index: 20;
}

.custom_header .header__container {
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom_header .search__form form {
  font-family: 'Open Sans';
}

.header__logo {
  /* vertical-align: middle;
  display: table-cell;
  height: 56px;
  max-width: 380px; */
  flex-basis: 17%;
}

.header__logo > div {
  display: inline;
}

.header__logo img{
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.header__container .custom-menu-primary {
  display: none;
}

.header__container .custom-header-padding-lg {
  display: none;
  flex-basis: 6%;
}

.search__container {
  display: none;
  transition: height 0.3s ease-in-out;
}

body.search_open .search__container {
  display: block;
}

#menu_overlay {
  background-color: black;
}

#menu_overlay .custom-menu-primary {
  padding-left: 3rem;
  text-align: left;
  display: none;
}

#menu_overlay .custom-menu-primary .submenu.level-1 > li {
  display:block;
  max-width: 100%;
  padding: 0;
  transition: left 0.5s ease-in-out, opacity .375s .125s ease-in-out;
  left: -50px;
  opacity: 0;
  position: relative;
}

.mobile_open #menu_overlay .custom-menu-primary .submenu.level-1 > li {
  left: 0;
  opacity: 1;
}

#menu_overlay a {
  color: white;
  font-size: 1.2rem;
  padding: 0.5rem 0 1rem 0;
  line-height: 1;
  transition: color 0.2s ease-in;
}

#menu_overlay a:hover {
  color: red;
}

@media only screen and (min-width: 1024px){

  .custom_header .header__container{
    padding-top: 2rem;
    padding-right: 5rem;
    padding-bottom: 1rem;
    padding-left: 5rem;
  }

  .search_icon_container {
    display: none;
  }

  .header__container .custom-menu-primary {
    display: block;
    width: 100%;
  }

  .header__container .custom-header-padding-lg {
    display: block;
  }

  .search__container {
    display: block;
  }

  #menu_overlay .custom-menu-primary {
    display: none !important;
  }

}

/* Header search form */

.search__form {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(72, 72, 72, 1);
}

.search__form form {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.search__form input[type="text"] {
  width: 100%;
  padding: 0.75rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #bfbfbf;
  background-color: #f2f2f2;
  line-height: 1.5;
}

.search__form input[type="submit"] {
  color: white;
  background-color: red;
  font-weight: bold;
  line-height: 1.25;
  font-size: 0.875rem;
  padding: 1rem;
  border-style: none;
}

/* Optional banner */
.banner-cta {
  font-family: 'Open Sans', sans-serif;
}

.banner-cta .hs-button {
  padding: 1rem;
  border: none;
}

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

  .banner-cta #hs_cos_wrapper_DND_page_header_cta-module-1 {
    text-align: center !important;
  }

  .banner-cta #hs_cos_wrapper_DND_page_header_cta-module-3 {
    text-align: center !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.footer_container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1280px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0;
}

.footer section {
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}
.copyright_text {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.copyright_text_inner {
    padding-left: 3.75%;
    padding-right: 3.75%;
}
.copyright_text_inner > div {
    padding: 8px;
    position: relative;
    width: 100%;
}
.copyright_text_inner > div {
    padding: 8px;
    position: relative;
    width: 100%;
}

.copyright_text_inner small {
    font-family: "Open Sans", sans-serif;
    font-size: 9pt;
    line-height: 1.2;
    display: block;
}
.footer_address {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.address_inner {
    padding-left: 3.75%;
    padding-right: 3.75%
}
.address_container {
    padding: 8px;
}

.address_container small {
    font-size: 9pt;
    line-height: 1.2;
    display: block;
    text-align: center;
}
.image_container, .contact_details, .email_link {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    vertical-align: top;
}
.image_container {
    width: 75%;
}
.contact_details {
    width: 100%;
}
.email_link {
    width: 100%;
}
.email {
    padding: 8px;
}

.email h2 span {
    text-decoration: underline;
}

.image_inner {
    padding-left: 5%;
    padding-right: 5%;
}

.image_inner img {
    width: 100% !important;
}
.contact_details--inner {
    padding-left: 3.75%;
    padding-right: 3.75%;
}
.contact_text {
    padding: 8px;
    position: relative;
    width: 100%;
}
.footer h2 {
    color: #fff; 
    margin: 0; 
}
.footer h3 {
    color: #fff;
}
.contact_text h2 {
    text-align: center;
    font-size: 19pt;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
}
.email_link--inner {
    padding-left: 3.75%;
    padding-right: 3.75%;
}
.email h2 {
    text-align: center;
    font-size: 19pt;
    font-weight: 700;
    line-height: 1.4;
}
.facebook_image img,
.twitter img {
    width: 100% !important;
}
.fb_inner {
    padding-left: 15%;
    padding-right: 15%;
}
@media only screen and (min-width: 480px){
    .copyright_text_inner {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    .address_inner {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    .image_container {
        width: 50%;
    }
    .facebook_image {
        width: 16.666667%;
    }
    .contact_details--inner {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    .email_link--inner {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}

@media only screen and (min-width: 768px){
    .footer section {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
    .footer_container {
        padding-left: 48px;
        padding-right: 48px;
    }
    .copyright_text {
        width: 25%;
    }
    .footer_address {
        width: 58.333333%;
    }
    .copyright_text_inner {
        padding-left: 5%;
        padding-right: 5%;
    }
    .address_inner {
        padding-left: 2.14285714%;
        padding-right: 2.14285714%;
    }
    .image_container {
        width: 25%;
    }
    .contact_details {
        width: 25%;
    }
    .email_link {
        width: 33.333333%;
    }
    .facebook_image {
        width: 8.333333%;
    }
    .contact_details--inner {
        padding-left: 5%;
        padding-right: 5%;
    }
    .email_link--inner {
        padding-left: 3.75%;
        padding-right: 3.75%;
    }
}
@media only screen and (max-width: 767px){
    .image_container, .contact_details, .email_link, .facebook_image, .copyright_text, .footer_address {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
    .footer_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .copyright_text {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px){
    .footer_container{
        max-width: 544px;
    }

    .footer h2, .footer h3 {
        font-size: 17pt;
    }
}

@media only screen and (max-width: 479px){
    .footer_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

/****************************
 Attacat changes Sep 2024
 ****************************/

footer > section {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

footer a:hover {
    text-decoration: underline;
}
/* ******************************************************************************
*********************************************************************************
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 0px;
  margin: 0 auto;
  padding-left: calc(2.5% + 5px);
  padding-right: calc(2.5% + 5px);
}

.blog-wrapper{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media only screen and (max-width: 767px) and (min-width: 480px){
  .content-wrapper {
      max-width: 544px !important;
  }
}
@media only screen and (min-width: 768px){
  .content-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (max-width: 600px){
  .blog-wrapper{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.blog-index h2 a{
  color: inherit;
}
.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-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: 200px) {
  .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 {

}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-post__body img {
  /*width: auto !important;*/
  margin: 0 !important;
  max-width: 950px
}
.comment-date {
  display: block !important;
}
.blog-recent-posts__list a:hover {
  color: inherit;
}
.blog-pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 !important;
  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 {
  text-align: center;
  padding: 15px;
}
.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 {
  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__post{
  color: inherit;
}
.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
}
.blog-comments form {

}
.blog-comments .hs-submit {

}
.blog-comments .hs-button {

}
.blog-comments .hs-button:hover {

}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
 
}
.blog-sidebar.span3 {
  padding: 3.3rem 0;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
@media(max-width: 767px){
  .post-item .page-center{
    display: block;
  }

}

.blog-sidebar .hs-form .hs-email {
  margin-bottom: 8px;
}

.blog-sidebar .hs-search-field input {
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  background-color: #fff;
}
.blog-sidebar .hs-search-field label {
  font-family: PT Sans;
  font-size: 18px;
  font-weight: 100;
}

.blog-sidebar-margin-top {
  margin-top: 40px;
}

.blog-sidebar-recent-post {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.blog-sidebar-recent-post:hover .blog-sidebar-recent-post--title {
  color: #000;
}

.blog-sidebar-recent-posts h2 {
  color: #333333;
}

.blog-sidebar-recent-post--image {
  max-width: 100%;
  width: 30%;
  align-self: flex-start;
}

.blog-sidebar-recent-post--title {
  width: 70%;
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  color: #333333;
}

/* Keep the subscribe form inside the blog post width */
.blog-sidebar-subscribe {
  max-width: 960px;
  margin: auto;
}
/* ******************************************************************************
*********************************************************************************
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 .hs-form-field {
  margin-bottom: 18px;
}
.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form.lgfl-form {
    margin: 0 auto 40px auto;
}

form.lgfl-form .form-row {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

form.lgfl-form .form-footer {
    margin-top: 40px;
    text-align: center;
}

form.lgfl-form .form-row > label {
    width: 35%;
    margin-bottom: 0;
}

form.lgfl-form .form-row > .lgfl-form-input {
    width: 65%;
}

form.lgfl-form input[type="text"], 
form.lgfl-form input[type="email"], 
form.lgfl-form input[type="number"],
form.lgfl-form textarea.
form.lgfl-form select {
    width: 100%;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 15px;
    background-color: #fff;
    border: 1px solid #d1d6dc;
}


form.lgfl-form .form-title {
    font-size: 18px;
    margin-bottom: 40px;
}