/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
    
  }
}
@media (max-width: 780px) {
  .dnd-section > .row-fluid { 
    padding-left: 30px;
  padding-right: 30px;
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: 'FontAwesome';
  src: url('://f.hubspotusercontent10.net/hubfs/6897460/fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('//6897460.fs1.hubspotusercontent-na1.net/hubfs/6897460/raw_assets/public/NEMS_November2020/fonts/fontawesome-webfont.woff2') format('woff2'),
      url('//6897460.fs1.hubspotusercontent-na1.net/hubfs/6897460/raw_assets/public/NEMS_November2020/fonts/fontawesome-webfont.woff') format('woff'),
        url('//6897460.fs1.hubspotusercontent-na1.net/hubfs/6897460/raw_assets/public/NEMS_November2020/fonts/fontawesome-webfont.ttf') format('truetype');
          font-weight: normal;
          font-style: normal
          }
@font-face { 
  font-family: "FuturaPT-Book";
  src: url('://f.hubspotusercontent10.net/hubfs/6897460/fonts/37442A_0_0.eot'),
    url('//6897460.fs1.hubspotusercontent-na1.net/hubfs/6897460/raw_assets/public/NEMS_November2020/fonts/37442A_0_0.woff2') format('woff2'),
      url('//6897460.fs1.hubspotusercontent-na1.net/hubfs/6897460/raw_assets/public/NEMS_November2020/fonts/37442A_0_0.woff') format('woff'),
        url('//6897460.fs1.hubspotusercontent-na1.net/hubfs/6897460/raw_assets/public/NEMS_November2020/fonts/37442A_0_0.ttf') format('truetype');

          }

@font-face {
    font-family: 'IsidoraSans-Bold';
    src: url('//6897460.fs1.hubspotusercontent-na1.net/hubfs/6897460/fonts/374A83_0_0.eot');
    src: url('//6897460.fs1.hubspotusercontent-na1.net/hubfs/6897460/fonts/374A83_0_0.eot') format('embedded-opentype'),
      url('//6897460.fs1.hubspotusercontent-na1.net/hubfs/6897460/raw_assets/public/NEMS_November2020/fonts/374A83_0_0.woff2') format('woff2'),
      url('//6897460.fs1.hubspotusercontent-na1.net/hubfs/6897460/raw_assets/public/NEMS_November2020/fonts/374A83_0_0.woff') format('woff'),
      url('//6897460.fs1.hubspotusercontent-na1.net/hubfs/6897460/raw_assets/public/NEMS_November2020/fonts/374A83_0_0.ttf') format('truetype');
}
@font-face {
    font-family: 'NEMS';
    src: url('//6897460.fs1.hubspotusercontent-na1.net/hubfs/6897460/fonts/NEMS.eot') format('embedded-opentype'),
      url('//6897460.fs1.hubspotusercontent-na1.net/hubfs/6897460/raw_assets/public/NEMS_November2020/fonts/NEMS.woff') format('woff'),
      url('//6897460.fs1.hubspotusercontent-na1.net/hubfs/6897460/raw_assets/public/NEMS_November2020/fonts/NEMS.ttf') format('truetype');
}
html {
  font-size: 24px;
  -webkit-tap-highlight-color: transparent;
}

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

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
a:hover, a:focus {
  text-decoration: underline;
   -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

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

h1 {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
h1:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #49a749;
}
h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
  margin: 24px 0 10px;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  margin: 24px 0 10px;
}

h5 {
  font-size: 1rem;
  margin: 24px 0 10px;
}

h6 {
  font-size: .9rem;
  margin: 24px 0 10px;
}

strong {
  font-weight: 600;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 16px 0 0 24px;
  padding: 0;
}

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

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

.body-container-wrapper .widget-type-rich_text ul li,
.body-container-wrapper .widget-type-rich_text ol li{
  list-style: none;
  margin: 0 0 16px;
}
.body-container-wrapper .widget-type-rich_text ul li:before,
.body-container-wrapper .widget-type-rich_text ol li:before {
  content: "■";
  color: rgb(56, 142, 60);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  top: -2px;
}
blockquote {
  color: #000;
  font-size: 22px;
  font-style: italic;
  line-height: 30px;
  margin: 0 0 30px;
  padding: 30px 35px;
  position: relative;
  border-left: 3px solid #49a749;
  background-color: #c8e6c9;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
}
/* 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;
}

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

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

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

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

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 0px;
}

.hs-error-msgs label {
  margin-top: 0px;
  color: #dc3232 !important;
}

.hs-input,
.hs-search-field__input,
input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 4px 20px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

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

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
h3.form-title {
  font-size: 27px;
  font-weight: 600;
  margin: 24px 0 10px;
}

.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);
  outline: -webkit-focus-ring-color auto 1px;
}
input:focus {
      outline: -webkit-focus-ring-color auto 1px;
}
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: #dbdbdb;
}
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;
  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: 20px;
}

.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%;
    margin-bottom: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
.body-container__website .dnd-section .widget-type-cell {
  display: block !important;
}
.body-container-wrapper {
  padding-bottom: 100px;
}
.body-container-wrapper .widget-type-linked_image img {
  display: block; 
}
.two-column-rigt-page .page-center {
  padding: 30px;
}
.two-column-rigt-page .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.two-column-rigt-page .row {
  margin-left: -15px;
  margin-right: -15px;
}
.two-column-rigt-page .left-content {
  width: 25%;
  float: left;
  border: 1px solid rgba(0,0,0,.1);
  padding: 30px;
}
.two-column-rigt-page .right-content {
  width: 75%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.two-column-rigt-page .right-content .right-column-section {
  padding-right: 50px;
}
.two-column-rigt-page .right-content .widget-type-linked_image {
  width: 100%;

}
.two-column-rigt-page .widget-type-linked_image img {
  width: 100%;
  display: block;
}
.cm-clients-page .right-content .widget-type-rich_text h4 {
  font-size: 26px;
  line-height: normal;
  padding-bottom: 10px;
  margin: 0 0 30px;
}
.two-column-rigt-page .right-content .dnd-section {
  position: relative; 
}
.cm-clients-page .right-content .widget-type-rich_text h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30px;
  height: 1px;
  background-color: #49a749;
}
.cm-clients-page .right-content .dnd-section:last-child .widget-type-rich_text h4:after {
  display: none;
}
.two-column-rigt-page .left-content .hs_cos_wrapper_type_module {
  position: relative;
  margin-bottom: 55px;
}
.two-column-rigt-page .left-content .hs-search-field--open .hs-search-field__suggestions {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border: 0 !important;
  border-radius: 3px;
  box-shadow: 0px 0px 1px 1px #eee;
}
.two-column-rigt-page .left-content .hs-search-field__suggestions li {
  padding: 0 !important;
}
.two-column-rigt-page .left-content .hs-search-field__suggestions li a {
  color: inherit;
  text-decoration: none;
  padding: 5px 15px !important;
  transition: background-color .3s;
  font-size: inherit
}
.two-column-rigt-page .left-content .hs-search-field__suggestions a:hover, 
.two-column-rigt-page .left-content  .hs-search-field__suggestions a:focus {
  background-color: rgba(0,0,0,0.1);
  outline: 0;
}
.two-column-rigt-page .left-content .hs-search-field__suggestions #results-for {
  display: none; 
}
.two-column-rigt-page .left-content div#hs_cos_wrapper_button {
  text-align: center;
}
.two-column-rigt-page .left-content span.filter-link-count {
  display: none;
}
.two-column-rigt-page .left-content form {
  max-width: 100%; 
}
.two-column-rigt-page .left-content .hs-search-field__input {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  padding: 4px 20px;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 50px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.two-column-rigt-page .left-content .hs-search-field__input::-webkit-input-placeholder {
  color: #cacaca;
}
.two-column-rigt-page .left-content .hs-button {
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#398439),color-stop(1,#49a749));
  background: -ms-linear-gradient(bottom,#398439,#49a749);
  background: -moz-linear-gradient(center bottom,#398439 0%,#49a749 100%);
  background: -o-linear-gradient(#49a749,#398439);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49a749',endColorstr='#398439',GradientType=0);
  border: 1px solid;
  border-color: #357935 #327232 #2d672d;
  font-size: 1.15em;
  padding: 1em 2em;
  -webkit-border-radius: .25em;
  -moz-border-radius: .25em;
  border-radius: .25em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.065);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.065);
  text-shadow: 0 1px 0 rgba(0,0,0,.05);
  text-transform: none;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
}
.two-column-rigt-page .left-content .hs-button:hover {
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#3d8b3d),color-stop(1,#4cae4c));
  background: -ms-linear-gradient(bottom,#3d8b3d,#4cae4c);
  background: -moz-linear-gradient(center bottom,#3d8b3d 0%,#4cae4c 100%);
  background: -o-linear-gradient(#4cae4c,#3d8b3d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cae4c',endColorstr='#3d8b3d',GradientType=0);
  border-color: #51b351 #4cae4c #47a347;
  color: #fff;
}
.two-column-rigt-page .left-content ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-left: 0px;
  margin-bottom: 10px;
}
.two-column-rigt-page .left-content ul li {
  padding: 5px 0;
}
.two-column-rigt-page .left-content ul li:first-child {
  padding-top: 0;
}
.two-column-rigt-page .left-content ul li:last-child {
  padding-bottom: 0;
}
.two-column-rigt-page .left-content h3 {
  font-size: 22px;
  line-height: normal;
  color: #263246;
  font-weight: 600;
  padding-bottom: 24px;
  margin: 0;
}
.two-column-rigt-page .left-content a {
  color: #767676;
}
.two-column-rigt-page .left-content a:hover {
  color: #767676;
  text-decoration: none;
}
.bredcrumb-menu ul {
  margin: 0; 
}
.hs-breadcrumb-menu:before, .hs-breadcrumb-menu:after {
  content:"";
  display: table;
  clear: both;
}
.hs-breadcrumb-menu {
  margin: 0 0 20px !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.hs-breadcrumb-menu-item {
  padding: 0;
}
.hs-breadcrumb-menu-item a {
  color: #49a749;
}
.hs-breadcrumb-menu-item a:hover {
  color: #49a749;
  text-decoration: none;
}
.hs-breadcrumb-menu-divider:before {
  content: '/';
  padding: 0 10px;
}
.right-content .widget-type-header h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 10px;
  margin: 0;
  color: #212121;
}
.cm-clients-page .page-center {
  padding: 15px; 
}
.contact-page .page-center {
  padding: 30px 15px; 
}
.cm-clients-page .right-content .widget-type-rich_text a:hover {
      color: #443f3f;
    text-decoration: none;
}
.contact-page .dnd-section>.row-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.contact-page form {
  max-width: 100%; 
}
.contact-page form .hs-form-required {
  display: none 
}
.contact-page .span8 form textarea.hs-input {
  min-height: 120px ;
}
.contact-page .span8 form .hs-button {
  margin-top: 5px;
}
.contact-page form textarea.hs-input {
  height: 50px;
}
.body-container__website .widget-type-rich_text figure {
  margin: 20px 20px 60px;
}
.body-container__website .widget-type-rich_text figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.body-container__website .widget-type-rich_text figcaption {
  margin: .8075em 0;
  text-align: center;
}
.body-container__website .clients-container {
    margin-left: -15px;
    margin-right: -15px;
}
.body-container__website .cta_button {
  font-size: 1em;
  padding: 1em 2em;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#398439),color-stop(1,#49a749));
  background: -ms-linear-gradient(bottom,#398439,#49a749);
  background: -moz-linear-gradient(center bottom,#398439 0%,#49a749 100%);
  background: -o-linear-gradient(#49a749,#398439);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49a749',endColorstr='#398439',GradientType=0);
  border: 1px solid;
  border-color: #357935 #327232 #2d672d;
  color: #fff !important;
  -webkit-border-radius: .25em;
  -moz-border-radius: .25em;
  border-radius: .25em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.065);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.065);
  text-shadow: 0 1px 0 rgba(0,0,0,.05);
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1em;
}

.body-container__website .cta_button:hover {
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#3d8b3d),color-stop(1,#4cae4c));
  background: -ms-linear-gradient(bottom,#3d8b3d,#4cae4c);
  background: -moz-linear-gradient(center bottom,#3d8b3d 0%,#4cae4c 100%);
  background: -o-linear-gradient(#4cae4c,#3d8b3d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cae4c',endColorstr='#3d8b3d',GradientType=0);
  border-color: #51b351 #4cae4c #47a347;
  text-decoration: underline;
  color: #fff;
}
.body-container__website .widget-type-rich_text img {
  display: block;
}
.service-row1 .dnd-section >.row-fluid {
  padding-right: 50px;
  padding-left: 0px;
}
.service-page .row-fluid [class*="span"]{
  min-height: 0;
}
.service-page .span4 {
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0px;
  display: block !important;
  float: left;
}

.home-row2 .clients-container {
  padding-left: 15px;
  padding-right: 15px;
}
.home-row2 .clients-container a.client-btn {
  color: #fff;
}
.home-row2 .clients-container a.client-btn:hover {
  color: #388e3c;
}
.home-row3 .content-with-bg-wrapper form .hs-button {
  margin-bottom: 0;
}
.home-row3 .content-with-bg-wrapper {
  margin-left: 0px;
  margin-right: 0px;
} 
.home-row4 .span4,
.service-row2 .span4{
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0px;
  display: block !important;
  float: left;
}

.home-row5 .span4 {
  width: calc(33.3333% - (-0.333333*30px));
  margin-left: 0px;
}
.home-row5 .row-fluid-wrapper > .row-fluid {
  display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.body-container-wrapper.home-main-wrapper {
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .two-column-rigt-page .right-content {
    width: 100%;
    float: none;
  }
  .two-column-rigt-page .left-content {
    width: 100%;
    float: none;
  }
  .two-column-rigt-page .right-content .right-column-section {
    padding-right: 0px;
  }
  .service-row1 .dnd-section >.row-fluid {
    padding-right: 0px; 
  }
  .service-row1 .dnd-section>.row-fluid {
    display: block !important;
  }
  .service-page .span4 {
    width: 100%;
    float: none;
  }
  .home-row4 .span4,
  .service-row2 .span4 {
    width: 100%;
  }
}

@media (max-width: 780px) {
  .body-container__website .dnd-section .dnd-module {
    padding-bottom: 15px;
  }
  .contact-page .body-container .dnd-section > .row-fluid {
    display: block !important;
  }
  .contact-page .body-container .row-fluid [class*="span"] {
    float: none;
    width: auto;
    margin-left: 0px;
  }
  .contact-page .page-center {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-page .span8 form {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .contact-page .dnd-section .dnd-module {
    padding-bottom: 0px
  }
  .contact-page .dnd-section .widget-type-header {
    padding-bottom: 15px;
  }
  .cta_button {
    margin-top: -15px;
  }
  .home-row2 .clients-container {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px;
  }
  .home-row3 .content-with-bg-wrapper .page-center {
    max-width: 1170px
  }
  .home-row3 .content-with-bg-wrapper .textwidget {
    margin-bottom: 68px;
  }
  .home-row3 .content-wrap-inner {
    margin-bottom: 15px;
  }
  .home-row5 .row-fluid-wrapper >.row-fluid {
   display: block; 
  }
  .home-row5 .span4 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .two-column-rigt-page .left-content form {
    margin-bottom: 0px;
  }
  .service-row2 .span4 {
    padding-left: 0px;
    padding-right: 0px;
}
}
/* ******************************************************************************
*********************************************************************************
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.site-header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.header__container {
  max-width: calc(100% - 70px) !important;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 0 70px;
}
.header-logo img {
  min-width: 116px;
  max-height: 65px;
  width: auto !important;
  max-width: 100%;
  display: block;
}

.header__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

.header-logo {
  width: 20%;
  min-width: 65px;
  max-width: 275px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.header-right {
  width: 80%;
  min-width: 50%;
  max-width: calc(100% - 10vw);
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.site-header.float-header {
  padding: 5px 0 3px;
  background-color: rgba(114,114,114,1);
}
.btn-menu,
.header-logo #hs_cos_wrapper_header_home_logo{
  display: none; 
}
/*******             HomePage Header   *************/
.home-page-header .site-header:not(.float-header)  #hs_cos_wrapper_header_home_logo {
  display: inline;
}
.home-page-header .site-header:not(.float-header) #hs_cos_wrapper_header_logo{
  display: none; 
}
.home-page-header .site-header:(.float-header) #hs_cos_wrapper_header_logo {
  display: none; 
}

.home-page-header .header__container {
  max-width: calc(100% - 30px) !important;
  margin-top: 2.1vw;
  margin-left: 1vw;
  margin-right: 30px;
}
.home-page-header .header__row {
  margin-left: -15px;
  margin-right: -40px;
}
.home-page-header .header-logo img {
  max-height: 55px;
  margin-top: -38px;
  display: inline-block;
  vertical-align: middle;
}
.home-page-header .submenu.level-1 {
  margin-top: -28px;
  padding: 0;
}
.home-page-header .header-logo {
  max-width: 240px;
}
.no-banner header.site-header {
  background-color: rgba(114,114,114,1);
}
.no-banner .header-wrap {
  min-height: 100px;
}
/* Mobile Styles */
@media (min-width: 1980px) {
  .home-page-header .header__container {
    margin-top: 2vw;
  }

}

@media (min-width: 1249px) {
  .custom-menu-primary {
    display: block !important; 
  }
  /************ Home menu section ************/
  .home-page-header .site-header:not(.float-header) .submenu.level-1 > li > a {
    color: #ffffff;
  }
  .home-page-header .site-header:not(.float-header) .submenu.level-1 > li > a:hover {
    color: #ffffff;
  }
  .home-page-header .submenu.level-1>li:before {
    top: 50%;
    transform: translate(0,-50%);
    height: 50px;
  }
  .home-page-header .site-header:not(.float-header) .submenu.level-1>li:before {
    border-left: 2px solid #727272;
    height: 70px;
  }
  .home-page-header .site-header:not(.float-header) .submenu.level-2 {
    border-color: #727272;
  }
  .home-page-header .site-header.float-header .submenu.level-2 {
    margin-top: -9px;
  }
  .home-page-header .site-header.float-header .submenu.level-2>li:first-child>a {
    margin-top: 15px;
  }
}

@media (max-width: 1650px) {
  .home-page-header .header__container {
    margin-top: 2.2vw;
  }
}
@media (max-width: 1450px) {
  .home-page-header .header__container {
    margin-top: 2.3vw;
  }

}
@media (max-width: 1250px) {
  header.site-header {
    position: static;
    padding: 8px 0;
    background-color: rgba(114,114,114,1);
  }
  .custom-menu-primary {
    display: none; 
  }
  .home-page-header #hs_cos_wrapper_header_home_logo {
    display: inline !important;
  }
  .home-page-header #hs_cos_wrapper_header_logo {
    display: none !important;
  }
  
  .home-page-header .header-logo img {
    background-image: url(//6897460.fs1.hubspotusercontent-na1.net/hubfs/6897460/raw_assets/public/NEMS_November2020/images/NEMS-green-white.png);
    background-size: cover;
    object-position: -99999px 99999px;
    content: '';
    display: inline-block;
  }
  .home-page-header .header__container {
    margin-top: 2.4vw;
  }
  .home-page-header .header-logo img {
    vertical-align: initial;
  }
  .home-page-header .submenu.level-1 {
    margin-top: 0px;
  }
  .home-page-header .custom-menu-primary {
    top: 4px;
  }
  .body-wrapper {
    overflow-x: hidden;
  }
.IE .home-page-header #hs_cos_wrapper_header_logo {
  display: block !important;
  }
.IE .home-page-header #hs_cos_wrapper_header_home_logo {
  display: none !important;
  }
}
@media (max-width: 1024px) {
  header.site-header {
    padding: 5px 0;
  }
  .header__row {
    display: block;
  }
  .header-logo {
    float: left;
  }
  .header-right {
    float: left;
  }
}
@media (max-width: 767px) {
  .header__container {
    margin-right: auto;
    margin-left: auto;
    max-width: 100% !important;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .home-page-header .header__container{
    margin-top: 15px;
  }
}
@media (max-width: 350px) { 
  .home-page-header .header-logo {
    width: 20%;
    min-width: 65px;
  }
  .home-page-header .header-right {
    padding: 0;
    width: 100%;
    min-width: 50%;
  }


}
@media (max-width: 341px) { 
  .header-logo {
    width: 20%;
    min-width: 65px;
  }
  .header-right {
    padding: 0;
    width: 100%;
    min-width: 50%;
  }

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

.footer {
  background-color: #F8FAFC;
}
.footer-main {
  padding: 95px 0;
  border: 1px solid rgba(0,0,0,.1);
}
.footer__container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-column {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.contact-info p span i {
  margin-right: 6px;
  margin-bottom: 2px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.contact-info p {
  margin-bottom: 15px;  
}
.contact-info a:hover {
 text-decoration: none; 
}
.footer h3 {
  text-transform: uppercase;
  line-height: normal;
  margin: 5px 0 0;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 24px;
}
.footer a:hhover {
  text-decoration: none; 
}
.contact-form-widget h3.form-title,
.contact-form-widget form .hs-form-required {
  display: none; 
}
.contact-form-widget form {
  max-width: 100%;
  margin: 0;
}
.contact-form-widget .hs-form-field>label {
  margin-bottom: 0px; 
  font-size: 18px;
  line-height: inherit;
}
.contact-form-widget form .hs-input {
  border: none;
}
.contact-info,
.social-wrap,
.contact-form-widget{ 
  margin-bottom: 55px;
}
.contact-form-widget form textarea {
  min-height: 120px !important;
  margin-bottom: 4px;
}
.contact-form-widget form .hs-button {
  line-height: 24px;
  margin-top: 5px;
}
.site-footer {
  line-height: 35px;
  padding: 15px 0;
}
.site-footer .footer__container {
  min-height: 35px;
}
.go-top {
  background-color: #49a749;
  position: fixed;
  right: 20px;
  bottom: -45px;
  color: #fff;
  display: block;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  width: 40px;
  height: 40px;
  visibility: hidden;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.sydney-svg-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  line-height: 1;
}
.go-top svg {
  fill: #fff;
}
.is-active .go-top {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  bottom: 90px;
}
.go-top:hover {
  background-color: #fff;
}
.go-top:hover svg {
  fill: #49a749;
}
.recent-post-container {
  margin-bottom: 55px;
}
.recent-post-container ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0px;
}
.recent-post-container ul li {
  padding: 5px 0;
}
.recent-post-container ul li:first-child {
  padding-top: 0px;
}
.recent-post-container ul li:last-child {
  padding-bottom: 0px;
}
.recent-post-container ul li a,
.recent-post-container ul li a:hover {
  text-decoration: none; 
}

.est-frontend-display-wrap.est-right {
  right: 0;
}
.est-frontend-display-wrap {
  position: fixed;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
}
.est-frontend-display-wrap.est-right .est-content-slider.est-tab-type {
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
.est-frontend-display-wrap .est-tab-type {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  transform-origin: 0 0;
  z-index: 9999;
}
.est-content-slider-title {
  transform-origin: 0 0;
  -moz-transform: rotate(90deg) translate(-50%);
  -webkit-transform: rotate(90deg) translate(-50%);
  transform: rotate(90deg) translate(-50%);
}
.est-content-slider-title h2 {
  background-color: #49a749;
  color: #fff;
  display: block;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
  border-radius: 0 0 8px 8px;
  cursor: pointer;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  margin: 0;
}
.est-content-slider-title h2:hover {
  background-color: #727272;
  color: #fff;
}
.est-slider-content {
  -moz-transform: translate(0%,-50%);
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  padding: 25px 0;
  opacity: 0;
  visibility: hidden;
  white-space: normal;
  min-width: 350px;
  max-height: 350px;
  overflow-y: hidden;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.est-close-slider-content {
  background-color: #dd4d4d;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 23px;
  height: 23px;
  line-height: 22px;
  text-align: center;
  display: block;
  font-size: 16px;
  font-family: 'Roboto',sans-serif;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
 .est-close-slider-content:hover {
    opacity: .85;
}
.est-slider-content.show {
  color: #fff;
  background-color: #727272;
  -moz-transform: translate(-100%,-50%);
  -webkit-transform: translate(-100%,-50%);
  transform: translate(-100%,-50%);
  opacity: 1;
  visibility: visible;
}
.est-frontend-display-wrap .est-slider-content-inner-wrap {
  max-height: 300px;
  overflow-y: auto;
  padding: 0 25px;
}
.est-slider-content-inner-wrap .hs-form label {
  color: #fff; 
}
.est-slider-content-inner-wrap .hs-form-required,
.est-slider-content-inner-wrap h3.form-title {
  display: none; 
}
.est-slider-content-inner-wrap form .hs-button:hover {
  background-color: transparent !important;
}
.est-slider-content-inner-wrap form .hs-button {
 margin-top: 0px; 
}
.est-slider-content-inner-wrap form {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px !important;
}
.est-slider-content-inner-wrap textarea.hs-input {
  height: 50px;
}
.est-slider-content-inner-wrap form .hs-error-msgs label {
  font-size: 1em;
  margin-top: 0;
  font-weight: 400;
    display: block;
}
@media (max-width: 1024px) {
  .recent-post-container {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .footer-column {
    width: 100%;
    float: none;
  }
  .contact-info, .social-wrap, .contact-form-widget{
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .contact-form-widget form {
    margin-bottom: 0px; 
  }
}

@media (max-width: 479px) {
.footer-column {
    padding-left: 0;
    padding-right: 0;
}
  .site-footer .footer__container {
    min-height: 70px;
}
}
/* ******************************************************************************
*********************************************************************************
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 */

.header-banner-area .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  background-color: rgba(89,89,89,.6);
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.blog-page-wrap {
  padding-bottom: 100px; 
}
.content-wrapper {
  padding: 15px 0px;
  margin: 0 auto;
}

.blog-content-area {
  width: 75%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-content-area .post-wrap {
  padding-right: 50px;
}
.blog-content-area .page-header {
  padding-bottom: 9px;
}
.blog-featured-image {
  text-align: center;
  margin-bottom: 30px;
}
.blog-featured-image img {
  width: 100%;
  max-width: 100%;
  display: block;
}
h2.title-post {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 10px;
  margin: 0;
}

h2.title-post a {
  color: #49a749;
}

h2.title-post a:hover {
  color: #443f3f;
  text-decoration: none;
  outline: 0;
}
.post-meta {
  margin-bottom: 20px;
}
.post-meta, .post-meta a {
  color: #5e5e5e;
  fill: #5e5e5e;
  font-size: 13px;
}
.post-meta a:hover {
  color: #49a749;
  text-decoration: none;
}
.post-meta span {
  position: relative;
  padding-left: 20px;
  margin-right: 18px;
}
.post-meta span.author.vcard {
  padding: 0;
  margin: 0;
}
.post-meta .sydney-svg-icon {
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;  
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  line-height: 1;
}
.posted-on .sydney-svg-icon {
  top: -1px;
}
.post-content {
  margin-bottom: 30px;
}
.blog-post-item {
  padding-bottom: 20px;
  position: relative;
  padding-top: 50px;
}
.blog-post-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 1px;
  background-color: #49a749;
}
.blog-post-item:first-child:after {
  height: 0;
}
.blog-post-item:first-child {
  padding-top: 0px; 
}
.blog-sidebar {
  border: 1px solid rgba(0,0,0,.1);
  padding: 30px;
  width: 25%;
  float: left;
}
.blog-sidebar form {
  max-width: 100%;
}
.blog-sidebar .hs-search-field__input {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  padding: 4px 20px;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 50px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.blog-sidebar .hs-search-field--open .hs-search-field__suggestions {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border: 0 !important;
  border-radius: 3px;
  box-shadow: 0px 0px 1px 1px #eee;
  margin: 0 !important;
}

.blog-sidebar .hs-search-field__suggestions #results-for {
  display: none;
}
.blog-sidebar .hs-search-field__suggestions li {
  padding: 0 !important;
}
.blog-sidebar .hs-search-field__suggestions li a {
  color: inherit;
  text-decoration: none;
  padding: 5px 15px !important;
  transition: background-color .3s;
  font-size: inherit;
}
.blog-sidebar .hs-search-field__suggestions a:hover, .blog-sidebar .hs-search-field__suggestions a:focus {
  background-color: rgba(0,0,0,0.1);
  outline: 0;
}
.blog-sidebar .hs-search-field__input::-webkit-input-placeholder {
  color: #cacaca;
}
.blog-sidebar ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-left: 0px;
  margin-bottom: 10px;
}
.blog-sidebar-btn {
  text-align: center;
}
.blog-sidebar .hs-button {
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#398439),color-stop(1,#49a749));
  background: -ms-linear-gradient(bottom,#398439,#49a749);
  background: -moz-linear-gradient(center bottom,#398439 0%,#49a749 100%);
  background: -o-linear-gradient(#49a749,#398439);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49a749',endColorstr='#398439',GradientType=0);
  border: 1px solid;
  border-color: #357935 #327232 #2d672d;
  font-size: 1.15em;
  padding: 1em 2em;
  -webkit-border-radius: .25em;
  -moz-border-radius: .25em;
  border-radius: .25em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.065);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.065);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.065);
  text-shadow: 0 1px 0 rgba(0,0,0,.05);
  text-transform: none;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
}
.blog-sidebar .hs-button:hover {
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#3d8b3d),color-stop(1,#4cae4c));
  background: -ms-linear-gradient(bottom,#3d8b3d,#4cae4c);
  background: -moz-linear-gradient(center bottom,#3d8b3d 0%,#4cae4c 100%);
  background: -o-linear-gradient(#4cae4c,#3d8b3d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cae4c',endColorstr='#3d8b3d',GradientType=0);
  border-color: #51b351 #4cae4c #47a347;
  color: #fff;
}
.blog-sidebar h3 {
  font-size: 22px;
  line-height: normal;
  color: #263246;
  font-weight: 600;
  padding-bottom: 24px;
  margin: 0;
}
.blog-sidebar ul li {
  padding: 5px 0;
}
.blog-sidebar  ul li:first-child {
  padding-top: 0;
}
.blog-sidebar  a {
  color: #767676;
}
.blog-sidebar a:hover {
  color: #767676;
  text-decoration: none;
}
.blog-sidebar .widget {
  position: relative;
  margin-bottom: 55px;
}


.hs-blog-post .content-wrapper {
  padding: 30px 15px;
}
h2.blog-post-title {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 10px;
  margin: 0;
  color: #212121;
}
.entry-header {
  margin-bottom: 30px;
}
.blog-post-tags {
  margin-top: 30px;
  display: block;
}

.blog-post-tags a {
  display: inline-block;
  background-color: #f7f7f7;
  padding: 8px 30px;
  color: #47425d;
  margin: 0 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.blog-post-tags a:hover {
  color: #47425d;
  text-decoration: none;
}
.blog-post-tags a:first-child {
  margin-left: 0px;
}
.post-navigation {
  margin: 30px 0 45px;
  background-color: #f7f7f7;
  padding: 30px;
  position: relative;
}
.post-navigation .nav-previous {
  border-right: 1px solid #ebebeb;
}
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.post-navigation span {
  color: #c7c7c7;
  transition: color .3s;
}
.post-navigation a {
  color: #47425d;
}
.post-navigation a:hover {
  color: #443f3f;
  text-decoration: none;
}
.post-navigation .nav-previous span {
  margin-right: 10px;
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.post-navigation .nav-next span {
  margin-left: 10px;
}
.post-navigation .nav-previous:hover span, .post-navigation .nav-next:hover span {
  color: #47425d;
}
.blog-post-breadcrumb a {
  color: #49a749;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
}

.blog-post-breadcrumb a:before {
  content: '/';
  padding: 0 10px;
}

.blog-post-breadcrumb a:first-child:before {
  content: '';
  padding: 0;
}
.blog-post-breadcrumb span {
  padding: 0;
  margin: 0;
}






.blog-header {
  background-color: #F8FAFC;
  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: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-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');
    }
@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 {
  margin-top: 30px;
  display: block;
}
.blog-pagination__link {
  background-color: #f7f7f7;
  padding: 20px;
  line-height: 1;
  display: inline-block;
  color: #443f3f;
}
.blog-pagination__link--active {
  background-color: #252525;
  color: #fff !important;
  cursor: default;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
  background-color: #252525;
  color: #fff;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {

}
.blog-pagination__prev-link {

}
.blog-pagination__next-link {

}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  pointer-events: none;
  cursor: default;
  display: none;
}
.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 {

}

.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: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/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 .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog 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: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}





.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


@media (max-width: 991px) {
  .blog-content-area {
    width: 100%;
    float: none;
  }
  .blog-content-area .post-wrap {
    padding-right: 0;
  }
  .blog-sidebar {
    width: 100%;
    float: none;
  }

}




.hs-blog-post .blog-post-breadcrumb {
    display: flex;
    flex-wrap: wrap;
}

.hs-blog-post .blog-post-breadcrumb a {
    padding: 10px 0; 
}

.hs-blog-post img {
    max-width: 100%;
    height: auto;
}

.blog-sidebar .filter-expand-link {
    top: 0;
}

.blog-sidebar-custom-html a {
    display: inline-block;
    padding: 5px 0;
}

.hs-blog-listing .cat-links a {
    display: inline-block;
    padding: 10px 0;
}

.hs-blog-post .blog-post-tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hs-blog-post .blog-post-tags a {
    margin: 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: 10rem 15px;
  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 20px;
}
.systems-page .success {
  display: inline-block;
    margin: 2rem 0;
    max-width: 650px;
    background-color: #cde3cc;
    border: 1.5px solid #4f7d24;
    border-radius: 6px;
    font-size: .75rem;
    color: #4f7d24;
    padding: .1rem .75rem;
    width: 100%;
}
.page-header h1:after {
 display: none; 
}
.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;
}
input.email-edit.hs-input {
    width: 100% !important;
}
.systems-page .hs-button {
    margin: 10px 0px;
}
.systems-page input.hs-input.error {
  border-color: #b9554d;
}
.systems-page .hs-form-field {
  margin-bottom: 15px;
}
ul.no-list.hs-error-msgs {
    margin-left: 0px;
}
.systems-page h1 {
 text-align: left; 
}
.systems-page h1::after {
 display: none; 
}
.systems-page .form-input-validation-message {
    font-size: inherit;
}