/* ******************************************************************************
*********************************************************************************
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 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.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(max-width:1199px){

  .dnd-section > .row-fluid {
    max-width: 960px !important;
  }

}




@media(max-width:991px){
  .dnd-section > .row-fluid {
  max-width: 720px !important;
}

}


@media(max-width:767px){

  .dnd-section > .row-fluid {
  max-width: 100% !important;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//6653412.fs1.hubspotusercontent-na1.net/hubfs/6653412/Tetratec_May2020/Fonts/fa-brands-400%285%29.eot") format("embedded-opentype"),
   url("//6653412.fs1.hubspotusercontent-na1.net/hubfs/6653412/Tetratec_May2020/Fonts/fa-brands-400%287%29.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: dashicons;
  src: url("//6653412.fs1.hubspotusercontent-na1.net/hubfs/6653412/Tetratec_May2020/Fonts/032Ao4Eq");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src:url("//6653412.fs1.hubspotusercontent-na1.net/hubfs/6653412/Tetratec_May2020/Fonts/fa-solid-900%2810%29.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "Open Sans Condensed";
  src: local("Open Sans Condensed Light"), local("OpenSansCondensed-Light"), url("https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMRw.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin:15px 0;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
max-width: 767px;
font-family: Lato, sans-serif;
}

.hs-form-field{
margin-bottom:15px;
}

ul.no-list.hs-error-msgs {
    padding: 0;
}

.section.post-footer form,
.hs_cos_wrapper_type_form form,
.hs_cos_wrapper_type_blog_subscribe form,
.hs_cos_wrapper_type_google_search form, 
.widget-type-email_simple_subscription form,
.widget-type-password_prompt form,
.hs-search-field form{
max-width: 767px;
display: inline-block;
margin:15px 0;
border: 1px solid;
width: 100%;
padding:20px;
}

.hs-button {
margin: 0;
cursor: pointer;
display: inline-block;
font-weight: normal;
margin:10px 0;
position: relative;
margin-top:15px;
text-align: center;
border-style: solid;
line-height: 1;

text-decoration: none !important;
}


span.hs-form-required {
    color: #790000;
    margin-left: 4px;
}


.hs-form label {
line-height: 1.3;
font-weight: 700;
color: #33475b;
display: block;
float: none;
width: auto;
text-align: left;
padding-top: 0;
margin-bottom: 4px;
}


ul.no-list.hs-error-msgs.inputs-list {
background-color: rgba(255,223,224,.25);
margin-bottom: 6px!important;
border-top: 1px solid #c89797;
border-bottom: 1px solid #c89797;
margin: 10px 0 0 !important;
padding: 0;
}

ul.no-list.hs-error-msgs.inputs-list label {
margin: 0;
padding: 10px 5px;
color: #790000;
font-weight: 700;
letter-spacing: normal;
font-size: 13px;
}

.hs-error-msgs label {
margin-top: .5rem;
color: #f2545b;
}

input[type=password],
.hs-input {
display: inline-block;
width: 100% ;
max-width:100%;
min-height: 36px;
line-height: 1.5;
font-weight: normal;
line-height: 22px;
padding: 5px 4px;
color: #111111;
border: 1px solid #D1D6DC;
font-size:16px;
box-sizing: border-box;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
cursor: pointer;
width: auto;
height: auto;
padding: 0;
margin: 3px 5px 3px 0px;
min-height: auto;
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 {
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: ;
}
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: ;
}

.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:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.header__container {
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}

.header__container>div {
display: flex;
margin:0px -15px;
justify-content: space-between;
}

.no-banner .header-wrap {
position: relative;
}

.logo-wrapper {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
padding: 0px 15px;
}

.logo-wrapper img {
max-width: 100%;
height: auto;
width: 100% !important;
}

.logo-wrapper>div {
margin: 10px;
width: 94px;
height: 112px;
}

.header-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
}

.menu-wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 0px 15px;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
margin-right: -15px;
}

.search-area button span {
-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: "Font Awesome 5 Free";
font-weight: 900;
}

.fa-search:before {
content: "\f002";
}

.search-area {
text-align: right;
padding: 0px 15px;
}

.search-area form {
max-width: 100%;
}

.search-area input {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
font-size: .875rem;
line-height: 1.5;
}

.search-area button {
padding: .25rem .5rem;
font-size: .875rem;
background-color: transparent;
line-height: 1.5;
border:0;
color: #666;
cursor: pointer;
border-radius: .2rem;
}



@media(max-width:1199px){

.header__container{
max-width: 960px !important;
}

.menu-wrapper {
padding-left: 0;
}

}

@media(max-width:1010px){
.menu-wrapper {
padding-left: 0;
max-width: 100%;
flex: 100%;
margin: 0;
}
}

@media(max-width:991px){
.header__container{
max-width: 720px !important;
}


.logo-wrapper>div {
width: 76px;
height: 90px;
}

}


@media(max-width:767px){

.header__container{
position: relative;
max-width: 100% !important;
}

.search-area input {
width: 200px;
height: 25px;
color: #333;
line-height: 25px;
font-size: 16px;
}


.header-wrap {
position: static;
background-color: rgba(250, 250, 250, 1) !important;
}

.header__container>div {
background: linear-gradient(to bottom, #000, #222;
margin: 0;
}



.mobile-trigger {
width: auto;
float: left;
cursor: pointer;
}

.search-area form {
width: auto;
float: left;
position: relative;
}


.search-area{
display: flex;
padding: 0px 6px;
justify-content: flex-end;
}

.child-trigger:after {
content: '\f140';
font-family: dashicons;
font-weight: normal;
display: inline-block;
vertical-align: top;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: rotate(0);
color: inherit;
position: relative;
background: transparent;
height: auto;
width: auto;
right: auto;
line-height: inherit;
margin: 0px 9px 0 3px;

}

.child-trigger {
width:50px;
color: #fff;
cursor: pointer;
height: 50px;
position: absolute;
right: 0;
top: 0;
display: flex;
align-items: center;
justify-content: flex-end;
}
.search-area form .form-group {
width: 0;
overflow: hidden;
transition: .2s;
float: right;
position: relative;
z-index: 2;
top: 6px;
right: 6px;
}
.search-trigger:after {
color: #fff;
height: 25px;
width: 25px;
vertical-align: middle;
line-height: 25px;
content: "\f179";
}

.open .search-trigger:after {
color: #333;
}

.custom-menu-primary nav>ul>li:not(:first-child)>ul ul >li>a {
padding-left: 20px !important;
}

.open>.child-trigger:after{
content: '\f142' !important;
}

.search-trigger {
right: 6px;
position: absolute;
top: 4px;
width: 25px;
height: 25px;
cursor: pointer;
font-family: dashicons;
display: inline-block;
line-height: 1;cursor: pointer;
font-weight: 400;
z-index: 8;
font-style: normal;
speak: none;
text-decoration: inherit;
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 20px;
vertical-align: top;
text-align: center;
transition: color .1s ease-in;
}

.search-area button {
display: none;
}

.mobile-trigger:after {
content: '\f333';
font-family: 'dashicons';
font-size: 24px;
color: #ddd;
margin: 0 0 0 5px;
}

.menu-wrapper {
padding-left: 0;
justify-content: center;
margin: 0;
flex: 1;
padding: 0;
}

.logo-wrapper img {
max-height: 48px;
top: -1px;
margin: 0;
width: 50px !important;
padding: 0;
position: relative;
vertical-align: middle;
width: auto;
}

.logo-wrapper {
max-width: 100%;
flex: 0 0 auto;
padding: 0;
}

.logo-wrapper>div {
height: auto;
width: auto;
margin: 5px 2px;
}

.search-area.open form .form-group {
width: 100%;
}


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


.lp .footer-copyright {
margin: 0;
}

footer.footer {
padding: 35px 0;
}

.footer-copyright {
font-size: 12px;
margin: 35px 0 0 0;
padding: 0;
line-height: normal;
text-align: center;
}

.ft-col.logo {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}

.ft-col.menu {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
margin-left: 8.333333%;
}

.ft-col.contact {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.ft-col {
padding: 0px 15px;
margin-bottom: 7px;
}


.ft-col.social {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 24.5%;
}

.ft-col.logo a {
width: 70%;
display: block;
}


.footer__main>div {
display: -ms-flexbox;
display: flex;
width: auto;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}

.ft-col.menu ul {
margin: 0;
padding: 0;
list-style: none;
}

.ft-col.menu ul li {
margin-bottom: 0.05em;
}

.ft-col.menu ul li a {
text-transform: uppercase;
font-size: 14px;
}

.ft-col.social h2 {
font-size: 18px;
margin-top:0;
margin-bottom: 8px;
text-transform: uppercase;
}

.ft-col.social ul {
list-style: none;
margin: 0;
padding: 0;
margin-bottom: 23px;
}

ul.social-menu li a {
font-size: 32px;
padding: 10px 10px 10px 0;
}

ul.social-menu  li a i {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-align: center;
width: 1.25em;
text-rendering: auto;
line-height: 1;
font-family: "Font Awesome 5 Brands";
}

.fa-facebook:before {
content: "\f09a";
}

.fa-linkedin:before {
content: "\f08c";
}

.fa-youtube:before {
content: "\f167";
}

.fa-x-twitter:before {
content: "\f099";
}

ul.social-menu li {
display: inline-block;
line-height: 1;
margin-bottom: .5em;
}

.ft-col.social  ul.fa-ul li{
margin: 0 0 1.5em 0em;
position: relative;
margin-left: 1.5em;
}

.ft-col.social ul.fa-ul span {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit;
}

.ft-col.social ul.fa-ul span i {
-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: "Font Awesome 5 Free";
font-weight: 900;
}

.fa-envelope:before {
content: "\f0e0";
}

.ft-col.contact ul {
margin: 0;
margin-left: 1.5em;
padding: 0;
list-style: none;
}

.ft-col.contact ul li {
font-size: 15px;
margin-bottom: 20px;
position: relative;
}

.ft-col.contact ul li span {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit;
}

.ft-col.contact ul li a i {
-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: "Font Awesome 5 Free";
font-weight: 900;
}

.fa-map-marker-alt:before {
content: "\f3c5";
}

.fa-phone:before {
content: "\f095";
}

@media(max-width:1199px){

.footer__container{
max-width: 960px !important;
}

.ft-col {
margin-bottom: 0px;
}

}




@media(max-width:991px){
.footer__container{
max-width: 720px !important;
}

.ft-col.logo a {
width: 80%;
}

}


@media(max-width:767px){

.ft-col.logo a {
width: 80%;
}

.footer__container{
max-width: 100% !important;
}

.ft-col.menu {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
margin: 0;
}

.ft-col.contact {
flex: 100%;
margin: 23px 0 4px 0;
max-width: 100%;
}

.ft-col.social {
flex: 100%;
max-width: 100%;
}

.ft-col.social h2 {
margin-bottom: 8px;
}

}


@media(max-width:576px){


.ft-col.logo {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}

.ft-col.logo img {
vertical-align: middle;
width: 100%;
line-height: 1.5;
max-width: 100%;
height: 72px;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding:50px 0;
}

.blog-sidebar.span3 {
  padding: 50px 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 !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin:50px 0 !important;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  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%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}


@media(max-width:767px){

  .post-item .page-center .span8 {
    padding-left: 20px;
}

.post-item{
  margin-bottom: 20px;
}


.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding:20px 0;
}

.blog-sidebar.span3 {
  padding: 20px 0;
}

}


@media(max-width:479px){

.post-item .page-center>div {
  width: 100%;
padding:0 !important;
}

.post-item .page-center {
  flex-wrap: wrap;
  display: block;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: 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 {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}