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

/* ******************************************************************************
*********************************************************************************
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(//f.hubspotusercontent00.net/hubfs/3840754/raw_assets/public/Netchex_September2020/fonts/free-fa-brands-400.ttf) format("ttf"),
    url(//f.hubspotusercontent00.net/hubfs/3840754/raw_assets/public/Netchex_September2020/fonts/free-fa-brands-400.woff) format("woff"),
    url(//f.hubspotusercontent00.net/hubfs/3840754/raw_assets/public/Netchex_September2020/fonts/free-fa-brands-400.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "FontAwesome";
  src:  url(//f.hubspotusercontent00.net/hubfs/3840754/raw_assets/public/Netchex_September2020/fonts/free-fa-solid-900.ttf) format("ttf"),
    url(//f.hubspotusercontent00.net/hubfs/3840754/raw_assets/public/Netchex_September2020/fonts/free-fa-solid-900.woff) format("woff"),
    url(//f.hubspotusercontent00.net/hubfs/3840754/raw_assets/public/Netchex_September2020/fonts/free-fa-solid-900.woff2) format("woff2");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "FontAwesome";
  src: url(//f.hubspotusercontent00.net/hubfs/3840754/raw_assets/public/Netchex_September2020/fonts/free-fa-regular-400.ttf) format("ttf"),
    url(//f.hubspotusercontent00.net/hubfs/3840754/raw_assets/public/Netchex_September2020/fonts/free-fa-regular-400.woff) format("woff"),
    url(//f.hubspotusercontent00.net/hubfs/3840754/raw_assets/public/Netchex_September2020/fonts/free-fa-regular-400.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}



body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height:1.6;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  font-weight:700;
}
a:hover, a:focus {
  text-decoration:none;
}

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

h1 {
  font-size: 2.1rem;
  line-height: 1.2;
  margin-bottom: .5rem;
}

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

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: .5rem;
}

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

h5 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: .5rem;
}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.6;
}

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

img{
  max-width:100%;
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  width: auto;
  display: inline-block;
  margin: 15px 0;
  border: 0px solid;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
  font-family: inherit;
  text-transform: uppercase;
  white-space: normal;
  box-shadow: 0 2px 3px #cacaca;
  
  text-decoration: none;
  letter-spacing: .7px;
  transition: background-color .25s ease-out,color .25s ease-out;
}

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

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


.hs-form label {
  display: block;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  font-weight: 700;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #790000 !important;
  font-weight: 700 !important;
  letter-spacing: normal;
  font-size: 13px;
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  line-height: normal;
  display: inline-block;
}

.hs-input,
input#hs-pwd-widget-password {
  display: block;
  margin: 6px 0px;
  height:39px;
  line-height:39px;
  border-radius: 0;
  padding: 5px 4px;
  letter-spacing: normal;
  width: 100% !important;
  border-width: 1px;
  font-size: 14px;
  font-weight:400;
  border-style:solid;
  line-height: normal;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
  font-family: inherit;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

.hs-input:focus,
input#hs-pwd-widget-password:focus{
  border-width: 1px;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

input#hs-pwd-widget-password{
  height:39px !important;
}
.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;
  display: inline-block;
}

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

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

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

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

.hs_error_rollup {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.hs_error_rollup label {
  font-size: 1em;
  margin: 0;
  text-align: center;
  padding: 0 !important;
  background: none !important;
  border: 0 none !important;
}
.hs_error_rollup ul {
  padding: 0 !important;
}

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: #790000;
}
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;
  padding:0;
  margin:0;
}

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


@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}

/* ******************************************************************************
*********************************************************************************
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;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

fieldset .hs-form-field {
    width: 100% !important;
    float: none !important;
}
/* ******************************************************************************
*********************************************************************************
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 {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.site-navigation1 {
  position: fixed;
  width: 100%;
  z-index: 999999;
  padding: .5rem 1rem;
  background: #e8f6f9;
}

.header-topbar{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top-bar-nav-right{
  margin-left: auto!important;
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navigation-menu{
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; 
}
.header-container-wrapper{
  display: contents;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.site-desktop-title{
  flex: 0 0 auto;
  margin: .5rem 1rem .5rem 0;
}

.site-desktop-title a img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width:200px;
}

.custom-menu-primary .navigation-primary {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  float:right;
}

.custom-menu-primary .navigation-primary > ul{
  list-style-type:none;
  padding:0;
  margin:0;
  float:right;

}
.custom-menu-primary .navigation-primary > ul > li {
  display:inline-block;
  float: left;
  list-style-type: none; 
  transition: all .3s ease;
}
.custom-menu-primary .navigation-primary > ul > li.has-submenu.menu-item > a{
  padding-right: 1.5rem;
}
.custom-menu-primary .navigation-primary > ul > li > a{
  text-transform: uppercase;
  font-size: .9rem;
  padding: 11px 16px;
  margin-bottom: 0;
  line-height: 1.6;
  display: block;
  cursor: pointer;
  position: relative;
  outline: 0;
}

li.has-submenu {
  position: relative;
}

.custom-menu-primary .navigation-primary > ul ul {
  top: 100%;
  min-width: 220px;
  padding: .5rem;
  border: none;
  right: auto!important;
  left: -50%!important;
  box-shadow: 0 3px 7px #8a8a8a;
  position: absolute;
  z-index: 1;
  display: none;
}
.custom-menu-primary .navigation-primary > ul ul li {
  background: 0 0;
  transition: all .2s ease;
  outline: 0;
  width:100%;
  font-family:inherit;
}
.custom-menu-primary .navigation-primary > ul ul li:hover{
  background: #fefefe;
}

.custom-menu-primary .navigation-primary > ul ul li > a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: .7rem 1rem;
  outline:0;
  font-size: .9rem;
  cursor: pointer;
  margin-bottom:0px;
}

.custom-menu-primary .submenu.level-2{
  margin: 0;
  list-style: none;
}

li.has-submenu {
  position: relative;
}

.button-wrapper #hs-button_login_btn{
  margin-left: 1rem;
  margin-bottom: 0;
  border: 2px solid #319966;
  line-height: 1; 
  text-decoration: none;
  padding: 9px 16px;
  background-color: transparent;
  color: #319966;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: .7px;
  vertical-align: middle;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  display: unset;
  box-shadow:none;
}

.button-wrapper a#hs-button_login_btn:after{
  content: '\f2f6';
  font-family: "Font Awesome 5 Pro";
  padding-left: .3rem;
}

.button-wrapper #hs-button_login_btn:hover{
  border: 2px solid #319966;
  background: #fefefe;
  box-shadow: 0 2px 3px #cacaca;
}


.button-wrapper #hs-button_quote_btn{
  margin-left: 1rem;
  margin-bottom: 0;
  border: 2px solid #319966;
  line-height: 1;
  text-decoration: none;
  padding: 9px 16px;
  background-color:#319966;
  color: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: .7px;
  vertical-align: middle;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  display:unset;
  margin-left:0px;
  box-shadow:none;
}
div#hs_cos_wrapper_quote_btn{
  padding-left:16px;
}
.button-wrapper #hs-button_quote_btn:hover{
  box-shadow: 0 2px 3px #cacaca;
  background-color: #2a8257;
}

.custom-menu-primary{
  display:flex;
  vertical-align: middle;
  align-items: center;
  text-align: -webkit-center;
  margin-top:-4px;
}
.button-wrapper{
  display:contents; 
}

/**************Banner*************/

.banner{
  overflow: hidden;
  width: 100%;
  height:auto;
  position:relative;
}

.banner:before {
  content: '';
  background-color: #e8f6f9;
  width: 130%;
  height: calc(100% - 0rem);
  left: -15%;
  position: absolute;
  top: 0;
  z-index: -1;
  border-bottom-right-radius: 50% 120px;
  border-bottom-left-radius: 50% 120px;
}
.featured-container {
  margin-bottom: 3rem;
}
.page-container {
  padding-right: .625rem;
  padding-left: .625rem;
  max-width: 75rem;
  margin: 0 auto;
}


.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom:3rem;
}
.banner-inner.align-justify {
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.banner{
  padding-top: 78px;
}
.banner-content{
  width:100%;
  text-align:left;
  padding: 15px;
}

.banner.with-image .left-content{
  width: 50%;
}

.banner.with-image .right-content{
  width: 50%;
  padding: 15px;
}
.banner .page-container.featured-container {
  padding: 0;
}

@media print, screen and (min-width: 66.25em)
  .banner {
    padding-top: 5rem;
}

@media print, screen and (min-width: 48.875em){
  .page-container {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}

@media (min-width: 1056px) {

  #menu-icon{
    display:none;
  }
  .site-desktop-title a img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: 200px;
  }
  .header {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .custom-menu-primary .navigation-primary > ul ul {
    text-align: left;
    display: none;
  }
  .custom-menu-primary .navigation-primary > ul ul {
    top: 100%;
    min-width: 220px;
    padding: .5rem;
    border: none;
    right: auto!important;
    left: -50%!important;
    box-shadow: 0 3px 7px #8a8a8a;
    position: absolute;
    z-index: 1;
    display: none;
  }
  .custom-menu-primary .navigation-primary > ul ul li:hover {
    background: #fefefe;
  }
  .custom-menu-primary .navigation-primary > ul ul li {
    background: 0 0;
    transition: all .2s ease;
  }

  .custom-menu-primary .navigation-primary > ul ul li:last-child a {
    border-bottom: 0 none;
  }
  .custom-menu-primary .navigation-primary > ul ul li > a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem;
    outline:0;
    font-size: .9rem;
    cursor: pointer;
    margin-bottom:0px;
  }

  .custom-menu-primary .navigation-primary > ul li:hover > ul {
    display: block;
  }
  .child-trigger{
    border: inset 4px;
    border-color: #cacaca transparent transparent;
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -3px;
    display: block;
    width: 0;
    height: 0;
  }
  .login-button {
    display:none;
  }
  .mobile_footer{
    display:none;
  }
}

@media screen and (max-width: 1057px){
  .site-navigation1 {
    padding: 0 0 0 1rem;
  }
  .site-desktop-title a img{
    width: 168px !important;  
  }
  .menu-overlay {
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease,visibility .5s ease;
    background: rgba(254,254,254,.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    cursor: pointer;
  }
  .mobile-menu-open .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  .header-topbar{
    border-bottom: 2px solid rgba(5,97,85,.5);
    background: #fcfefe;
    min-height: 57px;
  }
  #menu-icon{
    width: 40px;
    height: 20px;
    z-index: 99999999;
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  #menu-icon span:nth-child(1) {
    top: 0;
  }
  .mobile-menu-open #menu-icon  span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #menu-icon span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #056155;
    border-radius: 6px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .25s ease-in-out;
  }
  .mobile-menu-open #menu-icon span:nth-child(2) {
    opacity:0;
  }
  #menu-icon span:nth-child(2) {
    top: 10px;
    width: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  #menu-icon span:nth-child(3) {
    top: 20px;
  }
  .mobile-menu-open #menu-icon span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .mobile-menu-open .navigation-menu {
    left: calc(100% - 350px);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    visibility: visible;
    transition: all .4s ease;
  }
  .navigation-menu {
    background: #fcfefe;
    color: #8a8a8a;
    position: fixed;
    right: calc(100% - 350px);
    top: 0;
    left: 100%;
    z-index: 999;
    height: calc(100% - 57px);
    overflow-y: auto;
    display: block;
    width: 350px;
    visibility: hidden;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    transition: all .4s ease;
    margin-top:57px;
    box-shadow: 0 7px 10px rgba(138,138,138,.7);
  }
  .custom-menu-primary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top:0px;
  }
  .custom-menu-primary > .hs_cos_wrapper {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .custom-menu-primary > .mobile_footer.mobile-grid {
    width: 100%;
  }
  .mobile-menu-open {
    overflow: hidden;
  }

  .mobile-menu-open .custom-menu-primary .navigation-primary > ul >li >ul {
    padding: 0 1rem;
    background-image: linear-gradient(#8a8a8a 20%,rgb(255 255 255) 20%);
    background-position: left;
    background-size: 2px 11px;
    background-repeat: repeat-y;
    box-shadow: none;
    position: inherit;
    left: 0 !important;
    z-index: 1;
    margin-left: 1rem;
  }

  .mobile-menu-open .custom-menu-primary .navigation-primary > ul >li >ul > li {
    line-height: normal;
    position:relative;
  }

  .mobile-menu-open .custom-menu-primary .navigation-primary > ul > li >ul li > a {
    display: block;
    padding: 1rem;
    text-transform:none;
    font-size: 1rem;
  }
  .custom-menu-primary .navigation-primary > ul > li {
    display: block;
    float: left;
    width: 100%;
    list-style-type: none;
    transition: all .3s ease;
    text-align: left;
  }
  .custom-menu-primary .navigation-primary > ul {
    list-style-type: none;
    margin: 3px 0 0;
    float: none;
    padding: 1.5rem;   
    overflow: hidden;
  }
  .custom-menu-primary .navigation-primary > ul > li > a {
    display: block;
    cursor: pointer;
    position: relative;
    padding-right: 1.5rem;
    outline: 0;
    font-size: 1.3rem !important;
    text-transform: uppercase;
    font-weight: 800;
    padding: 1rem !important;
    line-height: 1;
  }
  .button-wrapper{
    display:none;
  }
  .child-trigger {
    position: absolute;
    height: 52px;
    width: 40px;
    top: 1px;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor:pointer;
  }
  .child-trigger:before {
    font-family: "Font Awesome 5 Pro";
    transition: all .3s ease;
    content: '\f067';
    font-size: 1.2rem;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    color: #319966;
    cursor:pointer;
  }
  .child-open.child-trigger:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    cursor:pointer;
  }

  body .custom-menu-primary .submenu.level-2 {
    background-color: rgb(252 254 254) !important;
  }
  body .custom-menu-primary .submenu.level-1 > li:hover, body .custom-menu-primary .submenu.level-1 > li:focus {
    background-color: rgb(252 254 254) !important;
  }

  /*****************Mobile Menu CSS******************/

  .login-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1rem;
    padding: .5rem 1rem;
    font-size: 1.5rem;
    height: 100%;
    background: #056155;
    color: rgba(254,254,254,.7);
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shrink {
    width: auto;
  }

  .cell.shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cell {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
  }

  .fa-sign-in-alt:before {
    content: "\f2f6";
  }

  .login-button .tiny-text {
    font-size: 10px;
  }

  .login-wrapper{
    display:contents;
  }

  .login-wrapper a:hover{
    color:rgba(254,254,254,.7);
  }

  .mobile-menu-open .mobile_footer{
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 2rem;
    background: linear-gradient(to bottom,#398177 0,#056155 100%);
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobile-grid{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .mobile_footer a#hs-button_quote_btn {
    transition: background-color .25s ease-out,color .25s ease-out;
    background: #e8f6f9;
    color: #056155;
    display: block;
    margin: 0 0 16px;
    border: 2px solid #e8f6f9;
    box-shadow: none;
  }

  .mobile_footer a#hs-button_quote_btn:hover{
    background: #fefefe !important;
    color: #056155 !important;
    box-shadow: 0 2px 4px #0a0a0a;
  }
  div#hs_cos_wrapper_quote_btn {
    padding-left: 0;
  }
  .header-social-link{
    padding: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-social-link li{
    position:relative;
  }

  .header-social-link li a {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 800;
    padding: 1rem;
    outline:0;
  }
  .header-social-link{
    justify-content:center;
    -webkit-justify-content: center;
  }
  .header-social-link ul li a{
    color:#e8f6f9 !important;
  }
  /****************************************/
  body .custom-menu-primary .mobile_footer a{
    color:#e8f6f9;
  }
  body .custom-menu-primary .mobile_footer a {
    display: block;
    line-height: 1;
  }
  .mobile_footer a#hs-button_quote_btn {
    font-size: 14.4px;
    line-height: 1;
    padding: 12px 14px;
    margin: 0 0 15px;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .banner-content.left-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px){
  .mobile-menu-open .navigation-menu {
    left: 0;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    visibility: visible;
    transition: all .4s ease;
  }
  .navigation-menu {
    background: #fcfefe;
    color: #8a8a8a;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 999;
    overflow-y: auto;
    display: block;
    width: 100%; 
    visibility: hidden;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    transition: all .4s ease;
    margin-top: 57px;
  }
  .custom-menu-primary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top:0px;
  }
  .custom-menu-primary > .hs_cos_wrapper {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  body .custom-menu-primary .mobile_footer a{
    color:#e8f6f9;
  }
  body .custom-menu-primary .mobile_footer a {
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 16px;
    display: block;
    line-height: 1;
  }
  body .custom-menu-primary .mobile_footer a#hs-button_quote_btn {
    padding: 12px 14px;
    font-size: 14.4px;
  }
  .banner.with-image .left-content {
    width: 100%;
  }
  .banner.with-image .right-content {
    width: 100%;
    text-align: center;
  }
  .banner-inner.align-justify {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 369px)
  .site-desktop-title a img {
    width: 150px !important;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background: linear-gradient(to bottom,#398177 0,#056155 100%);
  padding: 4rem 1rem;
}

.footer-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -.9375rem;
  margin-right: -.9375rem;
}

.grid-container1{
  max-width: 75rem;
  margin: 0 auto;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.footer-row > .footer-col1 {
  width: calc(25% - 1.875rem);
  margin-left: .9375rem;
  margin-right: .9375rem;
}

.footer-row >.footer-col2 {
  width: calc(50% - 1.875rem);
  margin-left: .9375rem;
  margin-right: .9375rem;
}

.footer-row-bottom >.small {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.address {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.address h4, .address p {
  display: inline-block;
}

.footer-menu ul {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 350px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
}

.social-links{
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.social-links li a{
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: .7rem 1rem;
}

.menu, .menu.horizontal {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-menu ul li {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.footer-menu ul li a {
  line-height: 1.4;
  text-decoration: none;
  display: block;
  padding: .7rem 1rem;
  cursor:pointer;
}
.footer-links1{
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; 
}
a.button.hollow {
  border: 2px solid;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: .85em 1em;
  border-radius: 3px;
  font-weight: 800;
  letter-spacing: 0.7px;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  font-size: 14.4px;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  width: 100%;
  text-transform: uppercase;
}
a.button.hollow:hover{
  border: 2px solid;
  box-shadow: 0 2px 4px #0a0a0a;
}

a.contact-button{
  border: 2px solid;
  display:inline-block;
  text-transform:uppercase;
  vertical-align: middle;
  margin: 0 0 1rem;
  font-size:14px;
  font-weight:800;
  letter-spacing:0.7px;
  padding: .85em 1em;
  border-radius: 3px;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  white-space:normal;
  width:100%;
}

a.contact-button:hover{
  box-shadow: 0 2px 4px #0a0a0a;
  border: 2px solid;
}

.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
a.cta_button {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}


.legal-nav ul li {
  border-right: 1px solid;
}

.legal-nav ul li a {
  padding: 3px 1rem;
  line-height: 1;
}

.legal-nav ul li:last-of-type {
  border-right: 0;
}
.legal-nav ul li:last-of-type a {
  padding-right: 0;
}

.cell {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.footer-bottom1 {
  margin-top: 3rem;
}

.footer-row-bottom{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between; 
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.footer .hs-menu-wrapper ul{
  margin: 0;
  line-height:1.5;
}

span#hs_cos_wrapper_footer_copyright_text_{
  font-family: inherit;
  font-weight: 500;
}

.copyright-text{
  width: 100%;
  text-align: center;
  display: block;
}
.copyright-top{
  margin-top:0 !important;
}
.footer-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 48.87375em){
  .footer-menu {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .footer-menu ul {
    margin-bottom: 2rem;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-menu ul li {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .social-links {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-menu ul li a {
    padding-right: 0;
  }
}

@media screen and (max-width:781px){
  .address {
    text-align: center;
  }
  .address h4, .address p {
    display:block !important; 
  }
  .footer-row > .footer-col1 {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem;
  }
  .footer-row > .footer-col2 {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .footer-row >.small {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem;
  } 
  .footer-menu ul {
    margin-bottom: 2rem !important;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-links1{
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .small{
    width: 100% !important;
    text-align: center;
  }
  .footer-row-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column-reverse !important
  }
  .legal-nav ul{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; 
    margin-bottom: 1rem !important;
  }
  .legal-nav ul li {
    border-right: none;
    padding: .5rem 1rem;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .padding-bottom{
    padding:1rem;
  }
  .footer-bottom1 {
    margin-top: 16px;
  }
}

@media (min-width:781px) and (max-width:1150px){
  .footer-row-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse !important
  }
  .padding-bottom{
    padding:1rem;
  }
}

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

.hs-blog-section .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}
.blog-header {
  background-color: transparent;
  text-align: center;
  position: relative;
  padding-top: 121px;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}

.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }

.blog-banner .banner-inner {
  -webkit-justify-content: left;
  justify-content: left;
}
.blog-banner .left-content {
  width: 41.66667%;
}

@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 ul {
  padding: 0;
  margin: 0 0 80px;
  list-style: none;
  text-align: center;
}
.blog-pagination ul li {
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
  margin-right: 1px;
}
.blog-pagination ul li a {
  display: block;
  padding: .1875rem .625rem;
  border-radius: 0;
  color: #0a0a0a;
  font-weight: 700;
}
.blog-pagination ul li.blog-pagination__prev-link--disabled,
.blog-pagination ul li.blog-pagination__next-link--disabled{
  display: none;
}
.blog-pagination ul li a.blog-pagination__link--active {
  padding: .1875rem .625rem;
  background: #319966;
  color: #fefefe;
  cursor: default;
  display: inline;
  font-weight: normal;
}
.blog-pagination ul li a.blog-pagination__prev-link:before {
  display: inline-block;
  margin-right: .5rem;
  content: '\00ab';
}
.blog-pagination ul li a.blog-pagination__next-link:before {
  display: inline-block;
  margin-left: .5rem;
  content: '\00bb';
}
.blog-pagination ul li a:hover{
  background: #e6e6e6;
}


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

.section.post-footer .hs_submit.hs-submit {
  text-align: center;
}
.blog-post {
  max-width: 960px;
  margin: 0 auto;
}
.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 > a {
  width:33%;
  float:left;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .blog-recent-posts__post {
    display: block;
  }
  .blog-recent-posts__post {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {

  .blog-recent-posts__post{
    display: block;
  }
  .blog-recent-posts__post{
    width: 100%;
  }
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}

.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 .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 {
  width: 100% !important;
  object-fit: cover;
}
.blog-sidebar {
  padding: 3.3rem 0;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

@media(max-width: 1023px){
  .blog-recent-posts__list>a {
    width: 50%;
  }
}

@media(max-width: 767px){
  .blog-recent-posts__list>a {
    width: 100%;
    float: none;
  }
  .post-item .page-center{
    display: block; /* Standard syntax */
  }
}

/*********************************************/
.blog-listing-wrapper{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 48px 0 64px;
} 

.post-listing-body-content h2 {
  font-size: 31px;
}

.featured-image-group{
  width: 33.33333%;
  padding-right: .9375rem;
  padding-left: .9375rem;
  float:left;
}

.featured-image-group a{ 
  max-height: 250px;
  position: relative;
  border: 1px solid #cacaca;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1rem;
}
.featured-image-group a img{
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity .4s;
  transition-delay: 0ms;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: 150px;
  border: 0;
}  

.featured-content-group{
  width: 66.66667%;
  padding-right: .9375rem;
  padding-left: .9375rem;
  float:right;
}

.featured-content-group h2 a:hover{
  color:#319966;
}

.blog-index .date{
  color: #cacaca;
  float: left;
  width: 50%;
}

.blog-index .category-item{
  float: right;
  width: 50%;
}

.blog-index .category-item a{
  padding-left: 5px;
  font-weight: 700;
  color: #0099c2;
  text-decoration: underline;
}

.blog-index a h3{
  color: #319966;
}
.blog-post-topic-link{
  text-align:right;
}
.blog-index p{
  text-rendering: optimizeLegibility;
}

.blog-index .read-more-button a{
  border: 2px solid #319966;
  color: #319966;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 800;
  padding: .85em 1em;
  letter-spacing: .7px;
  box-shadow: 0 0 0 #8a8a8a;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.blog-index .read-more-button a:hover{
  color: #37ac73;
  border: 2px solid #37ac73;
  background:transparent;
  box-shadow: 0 2px 3px #cacaca;
}

.filter-wrapper{
  width: calc(83.33333% - 1.875rem);
  margin-right: .9375rem;
  margin-left: .9375rem;
  margin: 32px auto;
}

.filter-wrapper .category-group{
  width:50%;
  float:left;
  padding: 15px 11px;
}

.filter-wrapper .search-group{
  width:50%;
  float:left;
  padding: 15px 11px;
}

.category-group h3{
  color: #8a8a8a;
  font-weight: 800;
  display: block;
  margin: 0;
  font-size: .875rem;
  line-height: 1.8;
}

.category-group select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  color: #cacaca;
  max-width: 323px;
  border-radius: 5px;
  width: 100%;
  background-image: url("//f.hubspotusercontent00.net/hubfs/3840754/raw_assets/public/Netchex_September2020/images/arrow.svg");
    }

.category-group select:focus{
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

ul.hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  top: 64px;
  background: #fff;
  margin-top: 0;
  z-index: 9;
  padding: 10px;
}

.filter-wrapper .search-group form {
  max-width: 300px;
  float: right;
  width: 100%;
  position: relative;
}

.filter-wrapper .search-group label{
  color: #8a8a8a;
  font-weight: 800;
  display: block;
  margin: 0;
  font-size: .875rem;
  line-height: 1.8;
}

.filter-wrapper .search-group input {
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: 2.4375rem;
  display: block;
  padding: .5rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  border-radius: 5px;
  position: relative;
  margin-bottom: 0;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}
.blog-post-banner .banner-content {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.filter-wrapper .search-group button{
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  padding: .5rem;
  font-size: 1rem;
  width: 32px;
  height: 39px;
  background: 0 0;
  line-height: 1;
  border: 0;
}
.filter-wrapper .search-group input:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

.filter-wrapper .search-group .hs-search-field__bar button svg {
  display: none;
}
.filter-wrapper .search-group .hs_cos_wrapper_type_icon {
  color: #8a8a8a;
  -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 Pro';
  font-weight: 400;
  cursor:pointer;
}
.filter-wrapper .search-group .hs_cos_wrapper_type_icon:before {
  content: "\f002";
  cursor:pointer;
}

.category-group ul{
  display:none;
}

.category-group ul li{
  color: #cacaca;
}

.blog-listing-wrapper.no-image .featured-content-group{
  width:100%;
}
/*************Blog Post CSS************/

.blog-index{
  width: calc(83.33333% - 21px);
  margin: 0 auto;
}
.blog-post-banner .left-group{
  width: 66.66667%;
  float:left;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.blog-post-banner .right-group{
  width: 33.33333%;
  float:right;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.blog-post-banner .date{
  font-size: 1.25rem;
  font-weight: 600;
  color: #8a8a8a;
}

.blog-post-banner img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.share-links{
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 3rem 0;
  z-index: 1;
  position:relative;
}

.share-links:after{
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #8a8a8a;
  bottom: calc(50% - 1px);
}
ul.social-icons{
  list-style: none;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  z-index: 2;
  display: flex;
  flex-direction: inherit;
  z-index: 99;
}

.share-links li{
  z-index: 99;
}

.share-links li a {
  font-size: 1.3rem;
  padding: 1rem;
  height: 40px;
  width: 40px;
  background: #fefefe;
  border: 2px solid #8a8a8a;
  margin-left: 1rem;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8a8a8a;
}

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

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

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

.fa-envelope:before {
  content: "\f0e0";
}
.comment-date {
  display: block !important;
}
.blog-comments .comment-reply-to {
  box-shadow: none;
}
.section.post-footer {
  padding-bottom: 40px;
}
.banner .date {
  color: #cacaca;
}

.search-group form input{
  padding:.5rem 2.1rem .5rem .5rem;
  color:#cacaca;
}


@media screen and (max-width:767px){
  .featured-image-group{
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
    float:none;
  }
  .featured-content-group{
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
    float:none;
  }
  .byline{
    padding-bottom:15px;
  }
  .blog-listing-wrapper{
    margin:1rem 0 64px;
  }
  .featured-image-group a{
    margin-right:0px;
  }
  .blog-post-banner .left-group {
    width: 100%;
    float: none;
  }
  .blog-post-banner .right-group {
    width: 100%;
    float: none;
  }
  .blog-post-banner .date{
    padding-bottom:10px;
  }
  .blog-post__body img {
    width: auto !important;
    float: none !important;
    display: block;
    margin: 20px auto !important;
  }
  .blog-index {
    width: 100%;
    margin: 0 auto;
  }
  .filter-wrapper .category-group {
    width: 100%;
    float: none;
    padding: 0px 11px;
  }
  .filter-wrapper .search-group {
    width: 100%;
    float: none;
    padding: 0px 11px;
  }
  .category-group select {
    color: #cacaca;
    max-width: 100%;
    border-radius: 5px;
  }
  .filter-wrapper .search-group form {
    max-width: 100%;
    float: none; 
    width: 100%;
    position: relative;
  }
  .filter-wrapper {
    width: 100%;
    margin-right: .9375rem;
    margin-left: .9375rem;
    margin: 60px auto;
  }
  .banner .right-content {
    width: 100%;
  }
  .banner .left-content {
    width: 100%;
  }
}

@media screen and (max-width:479px){
  .blog-index .date {
    width: 100%;
    float: none;
  }
  .blog-index .category-item {
    float: none;
    width: 100%;
  }
  .blog-post-topic-link {
    text-align: left;
  }
  .blog-index .category-item a:first-child {
    padding-left: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 5rem 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: 60px 0px 20px;
}
.systems-page .success {
  display: block;
  margin: 2rem 0;
  width: auto;
  display: inline-block;
  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;
}
