/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.body-container-wrapper{
  max-width:1600px;
}

.body-container-wrapper{
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.dnd-section {
  padding: 80px 0px;
}
.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 (min-width: 640px) { 
  .body-container-wrapper{
    padding-left: 30px;
    padding-right: 30px;
  }
}

 @media (min-width: 960px) { 
.body-container-wrapper{
  padding-left: 40px;
    padding-right: 40px;
}
}

@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 Pro";
  src: url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-brands-400.ttf) format("ttf"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-brands-400.woff) format("woff"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-brands-400.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-regular-400.ttf) format("ttf"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-regular-400.woff) format("woff"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-regular-400.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-solid-900.ttf) format("ttf"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-solid-900.woff) format("woff"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-solid-900.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-brands-400.ttf) format("ttf"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-brands-400.woff) format("woff"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-brands-400.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-regular-400.ttf) format("ttf"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-regular-400.woff) format("woff"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-regular-400.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-solid-900.ttf) format("ttf"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-solid-900.woff) format("woff"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fa-solid-900.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Material-Design-Iconic-Font";
  src: url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/Material-Design-Iconic-Font.ttf) format("ttf"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/Material-Design-Iconic-Font.woff) format("woff"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/Material-Design-Iconic-Font.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/FontAwesome.ttf) format("ttf"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/FontAwesome.woff) format("woff"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/fontawesome-webfont.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Gill Sans Nova';
  src: url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/GillSansNova-Light.ttf) format("ttf"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/GillSansNova-Light.woff) format("woff"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/GillSansNova-Light.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Gill Sans Nova';
  src: url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/GillSansNova-SemiBold.ttf) format("ttf"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/GillSansNova-SemiBold.woff) format("woff"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/GillSansNova-SemiBold.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Gill Sans Nova';
  src: url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/GillSansNova-Medium.ttf) format("ttf"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/GillSansNova-Medium.woff) format("woff"),
    url(//f.hubspotusercontent40.net/hubfs/4545544/raw_assets/public/mg_AEC_Technology_October2020/fonts/GillSansNova-Medium.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  transition: all 0.3s ease 0s;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  font-weight: 300;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  letter-spacing: 0.2084vw;
  text-transform: uppercase;
  margin-bottom:0px;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.2;
}

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

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h4 {
  font-size: 1.175rem;
  line-height: 1.4;
}

h5 {
  font-size: 1rem;
  line-height: 1.4;
}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
}

ul li,
ol li {
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

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

img{
  max-width:100%;
}

form{
  max-width:100%;
}

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

h3 {
  font-size: 1.5625vw;
}

@media screen and (max-width: 959px){
  body{
    font-size: 18px;
  }
}

@media screen and (max-width: 959px) and (min-width: 640px){
  h1 {
    font-size: 35px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  h4 {
    font-size: 25px !important;
  }
  h5 {
    font-size: 22px !important;
  }
  h6 {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 959px){
  h3 {
    font-size: 3.5625vw;
  }
}

@media screen and (max-width: 639px){
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 25px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  h6 {
    font-size: 16px !important;
  }
  h3 {
    font-size: 22px !important;
  }
}

@media (min-width:1200px){
  .content-wrapper{
    display:block;
  }
}

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

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
  padding: 30px 20px;
}

.hs-search-module a.hs-button.primary {
  margin-top: 28px;
}

.body-container-wrapper form {
  margin-bottom: 20px;
}

h3.form-title{
  padding: 10px;
  text-align: center;
  font-size: 3.125vw;
}

.body-container-wrapper form {
  margin-bottom: 20px;
}

.hs-button {
  margin: 15px 0;
  border: 0px solid;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 600;
  font-size: 17px;
  line-height: normal;
  cursor: pointer;
  outline: none;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  transition-property: color,background-color,border-color;
  margin-top:6px;
  white-space: normal;
}

.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: 10px;
  line-height: 20px;
  cursor: pointer;
  font-size:20px;
}

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

.hs-input,
input#hs-pwd-widget-password {
  display: block;
  height:56px;
  line-height:40px;
  width: 100% !important;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  font-weight: 300;
  font-size: 1.7188vw;
  height: auto;
  padding: 10px 0px;
  letter-spacing: 0.2084vw;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  font-size:20px;
}
input#hs-pwd-widget-password{
  height:56px !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: #6E828E;
}

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #dc3232;
}
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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0 auto;
}

.notification-wrapper .ht-notification{
  padding: 10px 30px 10px 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.header-top {
  position: fixed;
  width: 100%;
  z-index: 1001;
  left: 0;
  top: 0;
}
.header-wrapper {
  padding-top: 52px;
  min-height: 180px;
  transition: all 0.3s ease;
}

.header-wrapper.lp {
  padding-top: 0;
  min-height: 136px;
}

.ht-notification-text p{
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  text-align: center;
}
.ht-notification-text .hs_cos_wrapper_type_rich_text {
  display: block;
}
.ht-notification-text .update_btn {
  background: #ff5733 none repeat scroll 0 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 28px;
  padding: 2px 15px;
  margin: 0;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  margin-left: 5px;
  text-transform: none;
  text-decoration: none;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -moz-transition-duration: .6s;
  -ms-transition-duration: .6s;
}

.ht-notification-text .update_btn:hover{
  background: rgba(255,87,51,.8);
  color: #fff;
}

.header-container-wrapper{
  max-width: 1800px;
  position: relative;
  margin: 0 auto;
  z-index: 10;
}


header.header.fixed-header{
  position:fixed;
  top:0;
  width:100%;
  left:0;
  right:0;
  z-index:999;
}

header.header.fixed-header .header-logo-wrapper a img{
  width:172px !important;
}

.header-logo-wrapper{
  float: left;
}

.header-logo-wrapper a {
  font-size: 1.6667vw;
  font-weight: 400;
  float: left;
  text-transform: uppercase;
  display: inline-block;
  color: #71818C;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  margin-right: 30px;
  margin-left: 40px;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -moz-transition-duration: .6s;
  -ms-transition-duration: .6s;
  display: block;
}

.header-logo-wrapper a img {
  width: 75% !important;
  padding: 20px 0;
  vertical-align: middle;
}


.close-icon{
  position: absolute;
  right: 30px;
}

.close-icon i{
  display: block;
  line-height: 16px;
  font-size: 16px;
  float: left;
  color: #fff;
  margin-top: 5px;
  cursor:pointer;
}

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zmdi-close:before {
  content: '\f136';
}

.hide-notification .open-icon{
  visibility:visible;
  opacity:1;
  top: -10px;
}
.open-icon{
  display: block;
  background-color: #ff5733;
  border: medium none;
  color: #fff;
  position: absolute;
  right: 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
  padding: 0;
  z-index: 99999;
  cursor: pointer;
  min-width: 30px;
  min-height: 30px;
  border-radius: 0 0 4px 4px;
  top: -45px;
  bottom: auto;
  line-height: normal;
}


.open-icon i{
  font-size: 18px;
  line-height: 30px;
  cursor:pointer;
}

.zmdi-long-arrow-down:before {
  content: '\f2fe';
}

.hide-notification .header-wrapper{
  padding-top:0px;
  min-height: 136px;
  transition: all 0.3s ease;
}
.custom-menu-primary .navigation-primary{
  float:right;
  padding-top: 32px;
  margin-right: 20px;
}

.custom-menu-primary .navigation-primary > ul{
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height:1.5;
}


.custom-menu-primary .navigation-primary > ul > li {
  font-size: 0.6771vw;
  font-weight: 400;
  float: left;
  margin: 0;
  list-style: none;
  position:relative;
  line-height:1.6;
}

.custom-menu-primary .navigation-primary > ul > li > a{
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  letter-spacing: 0.09vw;
  padding: 12px 17px;
  font-size: 1.0417vw;
  cursor: pointer;
  font-weight: 400;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  line-height:1.6;
}

.custom-menu-primary .navigation-primary > ul > li.has-submenu > a:after{
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 1.1458vw;
  color: #396878;
  font-style: normal;
  line-height: normal;
  margin-left: 4px;
  top: 2px;
  position: relative;
}

.custom-menu-primary .navigation-primary ul ul{
  position: absolute;
  -webkit-box-shadow: 0 22px 46px 0 rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 22px 46px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 22px 46px 0 rgba(0, 0, 0, .12);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  width: 240px;
  z-index: 99;
  opacity: 0;
  top: 100%;
  list-style-type:none;
  padding-left: 0;
  padding: 10px 0;
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
  transition: transform .5s, visibility 0s linear .5s, opacity .5s linear, left 0s .5s;
  line-height:1.5;
}

.custom-menu-primary .navigation-primary ul ul li a{
  display: block;
  padding: 6px 25px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  font-size: 0.9375vw;
  color: #396878;
  font-weight: 400;
  line-height:1.6;
}


.banner{
  min-height: 800px;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  position: relative;
  box-sizing: border-box;
  background-attachment: fixed;
  backface-visibility: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.banner-wrapper{
  background-color: rgba(90, 151, 161, 0.78);
  min-height: 420px;
  padding: 20px 140px;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.banner-wrapper h1{
  color:white;
  text-transform: uppercase;
  text-align: center;
  margin-bottom:0px;
}

@media  (min-width: 991px){

}

@media screen and (min-width: 768px){
  .custom-menu-primary .navigation-primary ul li:hover ul{
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height:1.5;
  }
}

@media  (max-width: 1201px) and (min-width: 1151px){
  .header-logo-wrapper a img {
    max-width: 300px;
  }
  .header-wrapper.lp {
    min-height: 108px;
  }
  .header-wrapper {
    min-height: 160px;
  }
  .hide-notification .header-wrapper {
    min-height: 108px;
  }
  .hide-notification .open-icon{
    top: 0px;
  }
}

@media  (max-width: 1150px) and (min-width: 768px){
  .custom-menu-primary {
    padding-top:0px;
    margin-right: 0px;
    float: right;
  }
  .hide-notification .open-icon{
    top: 0px;
  }
  .header-wrapper.lp {
    min-height: 76px;
  }
  .header-logo-wrapper{
    float:none;
  }
  .header-logo-wrapper a img {
    padding: 20px 0px;
    width: 120px !important;
    float: left;
  }
  .custom-menu-primary .navigation-primary>ul {
    padding: 0;
  }
  .custom-menu-primary .navigation-primary {
    padding-top: 10px;
  }
  .custom-menu-primary .navigation-primary>ul>li>a {
    font-size: 11px;
    padding: 12px 6px;
  }
  .header-wrapper {
    min-height: 128px;
  }
  .custom-menu-primary .navigation-primary ul ul {
    width: 200px;
  }
  .custom-menu-primary .navigation-primary ul ul li a {
    font-size: 11px;
  }
  .custom-menu-primary .navigation-primary > ul > li.has-submenu > a:after {
    top: 0px;
    font-size: 11px;
  }
}

@media screen and (max-width: 960px){
  .banner{
    min-height:inherit;
    padding:80px 0;
  }
}

@media screen and (max-width: 959px) and (min-width: 640px){
  .header-logo-wrapper a img {
    width: 75% !important;
    max-width: 160px;
  }
}

@media screen and (max-width: 767px){
  .header-wrapper {
    padding-top: 0;
    min-height: 76px;
  }
  .header-wrapper.lp {
    min-height: 76px;
  }
  .header-top{
    display:none;
  }
  header.header{
    padding-top:0px;
    padding:0 10px;
  }
  .custom-menu-primary{
    margin-right:0px;
    padding-top:0px;
  }
  .navigation-primary{
    position: relative;
    overflow: hidden;
    height: calc(100vh - 70px);
    width: 100%;
  }

  .custom-menu-primary .navigation-primary > ul{
    overflow: auto;
    overflow-x: hidden;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    position: static;
    z-index:9999;
    height: 100%;
    padding-bottom: 30px;
  }
  .custom-menu-primary .navigation-primary > ul > li{
    float:none;
  }

  .custom-menu-primary .navigation-primary > ul > li.no-submenu > a {
    padding: 12px 17px;
    font-size:15px;
    border-bottom: 1px solid #E3E9ED;
    position: relative;
    line-height: 56px;
    height: auto;
  }

  .custom-menu-primary .navigation-primary > ul > li.has-submenu > a{
    padding: 12px 17px;
    font-size:15px;
    border-bottom: 1px solid #E3E9ED;
    position: relative;
    line-height: 56px;
    height: auto;
  }


  .custom-menu-primary .navigation-primary > ul > li.has-submenu > a:after{
    content:none;
  }

  .child-trigger {
    position: absolute;
    top: -6px;
    right: 0;
    cursor: pointer;
    font-family: "Font Awesome 5 Pro";
    font-size: 3.0417vw;
    text-align: center;
    right: 20px;
    left: auto;
    top: 21px;
    position:absolute;
  }
  .child-trigger:before {
    content: "\f067";
  }
  .child-open.child-trigger:before {
    content: "\f068";
  }

  .custom-menu-primary .navigation-primary ul ul{
    visibility:visible;
    opacity:1;
    width:100%;
    transition: none;
  }
  .custom-menu-primary .navigation-primary ul ul li a{
    font-size: 15px;
    padding:12px 25px;
  }
  .header-logo-wrapper a img {
    padding: 20px 0px;
    width: 172px !important;
  }
  .header-logo-wrapper a{
    margin-left:20px;
  }
  .droopmenu-toggle {
    display: inline-block;
  }
  .droopmenu-toggle {
    width: 50px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    text-align: center;
    padding-top: 12px;
    cursor: pointer;
    float: right;
    right: 0;
    top: 23px;
  }
  a.droopmenu-toggle:hover {
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
  }
  .droopmenu-offcanvas .droopmenu-toggle i {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
  }

  .droopmenu-toggle i {
    width: 28px;
    height: 1px;
    display: block;
    position: relative;
    -webkit-transition: all .7s cubic-bezier(.755, .050, .855, .060);
    -moz-transition: all .7s cubic-bezier(.755, .050, .855, .060);
    -o-transition: all .7s cubic-bezier(.755, .050, .855, .060);
    transition: all .7s cubic-bezier(.755, .050, .855, .060);
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
  }
  .droopmenu-toggle i:after, .droopmenu-toggle i:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    pointer-events: none;
    background: #71818C;
  }
  .droopmenu-toggle .dm-burg:nth-child(2):after, .droopmenu-toggle .dm-burg:nth-child(2):before {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.18, .65, .65, 1.4) .1s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .08s;
    -moz-transition: transform .4s cubic-bezier(.18, .65, .65, 1.4) .1s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .08s;
    -o-transition: transform .4s cubic-bezier(.18, .65, .65, 1.4) .1s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .08s;
    transition: transform .4s cubic-bezier(.18, .65, .65, 1.4) .1s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .08s;
  }
  .droopmenu-toggle .dm-burg:nth-child(1):before {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.18, .65, .65, 1.4), opacity .3s cubic-bezier(.18, .65, .65, 1.4);
    -moz-transition: transform .4s cubic-bezier(.18, .65, .65, 1.4), opacity .3s cubic-bezier(.18, .65, .65, 1.4);
    -o-transition: transform .4s cubic-bezier(.18, .65, .65, 1.4), opacity .3s cubic-bezier(.18, .65, .65, 1.4);
    transition: transform .4s cubic-bezier(.18, .65, .65, 1.4), opacity .3s cubic-bezier(.18, .65, .65, 1.4);
  }
  .droopmenu-toggle .dm-burg:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    -ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    -o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
  .droopmenu-toggle .dm-burg:nth-child(1):after, .droopmenu-toggle .dm-burg:nth-child(1):before {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.18, .65, .65, 1.4), opacity .3s cubic-bezier(.18, .65, .65, 1.4);
    -moz-transition: transform .4s cubic-bezier(.18, .65, .65, 1.4), opacity .3s cubic-bezier(.18, .65, .65, 1.4);
    -o-transition: transform .4s cubic-bezier(.18, .65, .65, 1.4), opacity .3s cubic-bezier(.18, .65, .65, 1.4);
    transition: transform .4s cubic-bezier(.18, .65, .65, 1.4), opacity .3s cubic-bezier(.18, .65, .65, 1.4);
  }
  .droopmenu-toggle i:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .droopmenu-toggle .dm-burg:nth-child(2) {
    opacity: 1;
  }
  .droopmenu-toggle .dm-burg:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    -ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    -o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
  .droopmenu-toggle .dm-burg:nth-child(3):after, .droopmenu-toggle .dm-burg:nth-child(3):before {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.18, .65, .65, 1.4) .2s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .18s;
    -moz-transition: transform .4s cubic-bezier(.18, .65, .65, 1.4) .2s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .18s;
    -o-transition: transform .4s cubic-bezier(.18, .65, .65, 1.4) .2s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .18s;
    transition: transform .4s cubic-bezier(.18, .65, .65, 1.4) .2s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .18s;
  }
  .droopmenu-toggle i:after {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    -moz-transform: translate3d(50%, 0, 0);
    -ms-transform: translate3d(50%, 0, 0);
    -o-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .droopmenu-toggle:hover i:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .droopmenu-toggle:hover i:before {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }


  #header-menu{
    width: 280px;
    visibility:hidden;
    opacity:0;
    position: fixed;
    -webkit-transition: all .6s cubic-bezier(.755, .050, .855, .060);
    -moz-transition: all .6s cubic-bezier(.755, .050, .855, .060);
    -o-transition: all .6s cubic-bezier(.755, .050, .855, .060);
    transition: all .6s cubic-bezier(.755, .050, .855, .060);
    -webkit-transition-delay: .55s;
    -moz-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s;
    padding-bottom: 70px;
    background: #fff;
    overflow: hidden;
    border-top: 0;
    z-index: 1000;
    bottom: 0;
    top: 0;
    z-index:9999;
    right: -300px;
  }

  .active #header-menu {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    right: 0;
    visibility:visible;
    opacity:1;
  }

  .overlay{
    width: 0%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all 1.2s cubic-bezier(1, 0, .070, 1);
    -moz-transition: all 1.2s cubic-bezier(1, 0, .070, 1);
    -o-transition: all 1.2s cubic-bezier(1, 0, .070, 1);
    transition: all 1.2s cubic-bezier(1, 0, .070, 1);
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    cursor: pointer;
    z-index: 120;
    bottom: 0;
    top: 0;
    visibility:hidden;
    opacity:0;
  }
  .active .overlay {
    width: 100%;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    right: 0;
    visibility:visible;
    opacity:1;
  }
  .droopmenu-mclose {
    outline: 0;
    cursor: pointer;
    background: #fff;
    position: relative;
    overflow: hidden;
    line-height: 70px;
    height: 70px;
    border-bottom: 1px solid #E3E9ED;
  }

  .droopmenu-mclose span {
    right: 20px;
    left: auto;
  }
  .droopmenu-mclose span {
    width: 29px;
    height: 29px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    opacity: 1;
    top: 22px;
  }
  .active .droopmenu-mclose span:before {
    height: 100%;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
  }
  .active .droopmenu-mclose span:after {
    width: 100%;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  .droopmenu-mclose span:after, .droopmenu-mclose span:before {
    content: "";
    background-color: #71818C;
    -webkit-transition: all .5s cubic-bezier(.895, 0, .070, 1);
    -webkit-transition: all .5s cubic-bezier(.895, -.6, .070, 1.65);
    -moz-transition: all .5s cubic-bezier(.895, -.6, .070, 1.65);
    -o-transition: all .5s cubic-bezier(.895, -.6, .070, 1.65);
    transition: all .5s cubic-bezier(.895, -.6, .070, 1.65);
  }
  .droopmenu-mclose span:before {
    height: 0%;
    width: 1px;
    position: absolute;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    left: 13px;
  }
  .droopmenu-mclose span:after {
    width: 0%;
    height: 1px;
    position: absolute;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .1s;
    top: 13px;
  }
  .custom-menu-primary .navigation-primary {
    margin-right: 0;
    float: none;
  }
  body.active{
    overflow: hidden;
  }
  .custom-menu-primary .navigation-primary ul ul {
    display: none;
    position: static;
    box-shadow: none;
  }
}

@media (max-width:639px){
  .banner-content{
    padding: 20px 50px;
  }
  .header-logo-wrapper a {
    margin-left: 0;
  }
  .blog-listing-wrapper {
    padding: 0 15px;
  }
  .header-logo-wrapper a img {
    width: 75% !important;
    max-width: 160px;
  }
  .banner {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1201px){
  .header-logo-wrapper a img {
    max-width: 350px;
  }
  .header-wrapper{
    min-height: 170px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  padding: 40px 0;
  font-size: 1.25vw;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center bottom;
}

.footer-container-wrapper {
  max-width: 1680px;
  margin:0 auto;
  position: relative;
  z-index: 1;
}

.footer-container-wrapper >.footer-main{
  margin-left: 0px;
  justify-content: center;
}

.footer-main{
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col1{
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  float:left;
  min-height: 1px;
}

.footer-col2{
  justify-content: flex-end;
}
.footer-newslatter {
  text-align: left;
  margin-bottom: 1em;
}
.footer-copyright {
  padding-bottom: 7px;
}
.footer-newsletter h4{
  letter-spacing: inherit;
  font-size: 2.7vw;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 25px;
}

/* .footer-main-wrapper{
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
justify-content: center;
} */


.footer-menu .hs-menu-wrapper>ul {
  width: 33.333%;
  float: left;
  padding-left: 40px;
  margin-top: 0px;
  line-height: normal;
}

.footer-menu >ul{
  padding-left: 40px;
  line-height:normal;
}


.footer-menu .hs-menu-wrapper >ul>li>a{
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.3021vw;
  display:block;
  line-height: normal;
  letter-spacing: 0.2084vw;
}


.footer-menu ul ul li a{
  padding:0;
  margin:0;
  font-size: 1.2vw;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: inherit;
  line-height:normal;
}

.footer-menu ul ul li{
  line-height:normal;
}

.footer-menu >ul>li>ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

.footer-social {
  margin-bottom: 30px;
  margin-top: 2em;
}

.footer-social ul{
  list-style:none;
  margin: 0px;
  padding: 0px;
  text-align:right;
}

.footer-social ul li {
  display: inline-block;
  margin-right: 30px;
}

.footer-social ul li:last-child{
  margin-right: 0px;
}

.footer-social ul li a {
  display: block;
}

.footer-social ul li a img{
  vertical-align:middle;
}

.footer-text h4{
  letter-spacing: inherit;
  font-size: 2.7vw;
  margin-bottom: 25px;
  margin-top: 25px;
}
.footer-text a{
  letter-spacing: 0.2084vw;
  font-size: 2.7vw;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 25px; 
}

.footer-copyright p{
  font-size: 1.2vw;   
  margin: 5px 0 -7px 0;
  display:block;
}

.footer-logo-wrapper{
  display: block;
  width: 100%;
  margin-top: 4em;
  padding-left: 40px;
}

.footer-logo-wrapper a img{
  width:422px !important;
  min-width: 18vw;
  filter: brightness(0) invert(1);
  vertical-align: middle;
}
.footer-city-list {
  margin-top: 7px;
}


.footer-city-list ul{
  margin-top: 3px;
  margin-bottom:0px;
  display:inline-block;
}

.footer-city-list ul li {
  float: left;
  margin: 0 10px;
}

.footer-city-list ul li:last-child{
  margin-left: 10px;
  margin-right: 0px;
}

.footer-city-list ul li a{
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 1.25vw;
}

.form-wrapper form{
  display:inline;
}

.form-wrapper form .hs-input{
  border: none;
  background: #fff;
  font-size: 0.9375vw;
  text-align: center;
  padding: 25px 15px;
  color: #6E828E;
  width: 34vw !important;
  font-weight: 300;
  letter-spacing: 0.1563vw;
  float: left;
  text-transform: uppercase;
  line-height: normal;
  margin: 0;
  margin-bottom:5px;
  font-weight: 400;
  font-family: Arial;
}

.form-wrapper form .hs-button{
  border: 0 none;
  background: #d3e4e6;
  color: #545c6b;
  font-size: .9375vw;
  padding: 25px 60px;
  display: inline-block;
  cursor: pointer;
  letter-spacing: .1563vw;
  float: left;
  margin-top: 0px;
  white-space: nowrap;
  font-weight: 400;
  font-family: Arial;
  line-height: normal;
}

.footer-newsletter{
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom:1rem;
}

.form-wrapper .hs-form label .hs-form-required {
  display: none;
}
.form-wrapper .hs-form .hs_error_rollup {
  display: none;
}
.form-wrapper .hs-input.invalid.error {
  margin-bottom: 18px;
}
.footer-menu{
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: -40px;
}
.form-wrapper form.hs-form label {
  display: inline;
}
.form-wrapper {
  position: relative;
}
.form-wrapper ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  bottom: -10px;
}


.form-wrapper form{
  background-color: rgb(210 227 229 / 0%);
  padding:0px;
}

.form-wrapper h3.form-title {
  background-color: rgb(210 227 229 / 0%);
  color: rgba(62,104,123,1.0);
  padding:0px;
}

@media (min-width: 640px){
  .footer-container-wrapper
  {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-col1{
    width: 100%;
    /*     float: none; */
  }
}

@media (min-width: 960px){
  .footer-container-wrapper  {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer-col1{
    width: 50%;
  }
  .footer-col2{
    width: 50%;
    text-align: right;
    float: left;
  }
}

@media (min-width: 1200px){
  .footer-col1{
    width: 60%;
    padding-left:40px;
    float:left;
  }
  .footer-col2{
    width: 40%;
    float:left;
  }

}

@media (min-width: 1700px){
  .footer-menu{
    padding-top: 10px;
  }
}


@media (max-width: 1200px){
  .footer-menu ul ul li a{
    font-size: 1.2em;
  }

  .footer-newslatter h4 {
    font-size: 30px;
  }
  .form-wrapper form .hs-input {
    font-size: 2vw;
    padding: 1em;
    width: 30vw !important;
    margin-bottom:0px;
  }
  .form-wrapper form .hs-button {
    padding: 1em;
    font-size: 2vw;
  }
  .footer-city-list ul li a {
    font-size:20px;
  }
  .footer-menu .hs-menu-wrapper > ul > li > a{
    font-size: 1.1em;
  }
  .footer-menu ul ul li a  {
    font-size: 1.2em;
  }
}

@media (max-width: 960px){
  .footer{
    padding: 0 45px;
  }
  .footer-city-list {
    margin-bottom:1em;
  }
  .footer-newsletter {
    padding: 0px 15px;
    text-align: left;
    margin-bottom: 1em;
  }

  .footer-newsletter h4 {
    font-size: 2rem;
  }

  .form-wrapper form .hs-input{
    font-size: 1rem;
  }
  .form-wrapper form .hs-button{
    font-size: 1rem;
  }
  .footer-menu .hs-menu-wrapper > ul > li > a{
    font-size: 1.5rem;
  }
  .footer-menu ul ul li a{
    font-size: 1.2rem;
  }
  .footer-main-right-wrapper{
    width: 100%;
    text-align: left;
    padding-top: 30px;
    clear: both;
  }
  .footer-social ul {
    text-align:left;
  }
  .footer-social ul li {
    margin-right: 14px;
  }
  .footer-copyright p {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .footer-logo-wrapper{
    padding-left:0px;
  }
  .footer-menu .hs-menu-wrapper > ul {
    padding-left: 30px;
  }
  .footer-city-list ul li a {
    font-size:15px;
  }
}



@media screen and (max-width: 959px) and (min-width: 640px){
  .header-logo-wrapper a img {
    width: 75% !important;
    max-width: 160px;
  }
  .footer {
    font-size: 17px;
  }
  .footer-city-list ul li a {
    font-size: 17px;
  }
  .footer-text h4 {
    font-size: 2.7vw !important;
  }
  .footer {
    padding: 30px 30px 13px;
  }
  .footer-menu {
    margin-left: 0;
  }
  .footer-menu .hs-menu-wrapper>ul {
    padding-left: 0;
  }
  .form-wrapper form .hs-input {
    width: calc(100% - 210px);
    font-size: 1rem;
  }
  .form-wrapper form .hs-input {
    width: calc(100% - 230px) !important;
    font-size: 1rem;
    padding: 25px 15px;
  }
  .form-wrapper form .hs-button {
    padding: 25px 60px;
  }
  .footer-newsletter {
    margin-bottom: 22px;
  }
  .footer-newsletter h4 {
    font-size: 2rem !important;
  }
}

@media (max-width: 639px){
  .footer-menu .hs-menu-wrapper > ul {
    padding-left: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  .footer {
    padding: 0 30px;
  }
  .form-wrapper form .hs-input{
    font-size: 4vw;
    padding: 1.3em;
    margin-bottom: 1vw;
    width: 100% !important;
    display: block;
  }
  .form-wrapper form .hs-button{
    font-size: 4vw;
    padding: 1.3em;
    width: 100% !important;
    display: block;
  }
  .footer-city-list ul li a {
    font-size:15px;
  }
  footer.footer {
    padding: 30px 15px 13px;
  }
  .footer-text h4 {
    font-size: 25px !important;
  }
  .footer-copyright p {
    font-size: 15px;
  }
  .footer-menu .hs-menu-wrapper>ul {
    padding-left: 0;
  }
  .footer-newsletter h4 {
    font-size: 1.2rem !important;
  }
  .footer-menu .hs-menu-wrapper > ul > li > a {
    font-size: 25px;
  }
  .footer-menu {
    margin-left: 0;
  }
  .footer-newsletter {
    padding: 0;
  }
  .form-wrapper form .hs-input {
    font-size: 20px;
  }
  .form-wrapper form .hs-button {
    font-size: 20px;
  }
  .footer-menu ul ul li a {
    font-size: 18px;
  }
  .form-wrapper ul.no-list.hs-error-msgs.inputs-list {
    position: static;
  }
}


@media (max-width: 500px){
  .footer-newsletter h4 {
    font-size: 1.2rem;
  }
  .footer-menu .hs-menu-wrapper > ul {
    margin-bottom: 30px;
    width: 100%;
  }
  .form-wrapper form .hs-input{
    font-size: 4vw;
    padding: 1.3em;
    margin-bottom: 1vw;
    width: 100% !important;
    display: block;
  }
  .form-wrapper form .hs-button{
    font-size: 4vw;
    padding: 1.3em;
    width: 100% !important;
    display: block;
  }
  .footer-text h4 {
    font-size: 8vw;
  }
  .footer-text h4 a{
    font-size: 8vw;
  }
  .footer-city-list ul li a {
    font-size:15px;
  }
  .form-wrapper form {
    padding-right: 30px;
    display: block;
  }
}

/* ******************************************************************************
*********************************************************************************
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;
  margin: 0 auto;
  width: 100%;
}
.page-center{
  width: 100%;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}
.banner.no-image {
  min-height: 400px;
}
.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;
}

.blog-header.post-banner .banner-wrapper h1 {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.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 {
  font-size: 1.25vw;
}
.blog-pagination .blog-pagination__prev-link--disabled,
.blog-pagination .blog-pagination__next-link--disabled{
  display: none;
}
.blog-pagination .blog-pagination__link--active {
  font-weight: normal;
}

.listing-bottom-tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 10px;
  margin-top: 40px;
}
.listing-bottom-tags ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.listing-bottom-tags ul li a.tag-link {
  font-size: 1.4583vw;
  color: #3E697B;
  padding: 5px 40px;
  border: 1px solid #88A3AE;
  display: inline-block;
}
.listing-bottom-tags ul li a.tag-link:hover {
  background-color: #88A3AE;
  color: #fff;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

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

/*             Blog Listing with Sidebar            */

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 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;
  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 {
  padding-top: 3.9rem;
}

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

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

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

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

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


/********************Blog CSS********************  */
.blog-header h1
{
  font-size: 3.125vw;
}

.blog-header h3{
  font-size: 2.2917vw;
  font-weight: 300;
  margin-top: 20px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.2084vw;
}

.blog-listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  width:100%;
  max-width:100%;
}

.sidebar{
  margin-top:30px;
}

.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

.blog-index__post-inner-card {
  border-radius:0px;
}
.content-wrapper{
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-index__post.blog-index__post--small{
  border-bottom: 1px solid #88A3AE;
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding: 0;
}
.blog-index__post-image {
  border-radius: 0px;
}
.blog-index__post-inner-card{
  overflow: hidden;
  position: relative;
}

.blog-index__post-image {
  border-radius: 0px; 
  overflow: hidden; 
  position: relative;
  max-width: none; 
  object-fit:cover;
  min-height: 469px;
  width: 834px;
}

.byline{
  margin-top: 30px;
}

.date{
  float: left;
  font-size: 1.0417vw;
  font-weight: 300;
  color: #3D3F42;
}

.date a{
  color: #545c6b;
}

.date a:hover{
  color: #545c6b;
}

.blog-index__post-inner-card .blog-index__post-content{
  padding:0px;
}
.blog-index__post-inner-card .blog-index__post-content h2{
  color: #3E697B;
  font-size: 1.6667vw;
  letter-spacing: 0.2084vw;
  margin-top: 40px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
}
.blog-index__post-inner-card .blog-index__post-content h2 a{
  font-weight: normal;
}
.blog-index__post-inner-card .blog-index__post-content h2 a:hover{
  color: #000;
}

.blog-index__post-content.blog-index__post-content--small{
  color: #3D3F42;
  font-size: 1.25vw;
  font-weight:400;
}

.social-menu{
  margin-top: 30px;
}
.social-menu ul{
  margin: 0px;
  padding: 0px;
}

.social-menu ul li {
  float: left;
  margin-right: 10px;
  list-style-type: none;
}

.social-menu ul li a{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #88A3AE;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1vw;
  line-height: 27px;
}

.social-menu ul li a:hover {
  background-color: #222;
  color: white;
}


.fab {
  font-family: "Font Awesome 5 Brands";
}
.fa-facebook-f:before {
  content: "\f39e";
}

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

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

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.blog-post__read-more{
  width:100%;
  padding-top:10px;
  padding-bottom: 40px;
}

.blog-post__read-more a {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: .875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  transition-property: color,background-color,border-color;
  font-size: 1.25vw;
  padding: 18px 50px;
  line-height: normal;
  background-color: #ABD0D7;
  color: #fff;
  border: none;
}

.blog-post__read-more a:hover{
  background-color: #3e687b;
  color:white;
}

.blog-tags{
  border-bottom: 1px solid #88A3AE;
  padding-bottom: 10px;
}

.blog-post-wrapper{
  display:flex;
}

.blog-post-column-1{
  width: 25%;
  float: left;
}

.blog-post-column-2{
  width: 45%;
  float: left;
  padding-left: 40px;
}

.blog-post-column-3{
  order: 99;
}

.blog-post__body h2{
  color: #3E697B;
  font-size: 1.6667vw;
  margin-top: 40px;
  margin-bottom:20px;
  text-transform: none;
}

.blog-post__body p{
  color: #3D3F42;
  font-size: 1.4583vw;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom:20px;
}

.sidepanel h3{
  color: #3E697B;
  font-size: 1.6667vw;
  margin: 0 0 20px 0;
}

.recent-post-item  a h3{
  text-decoration:underline;
}
.recent-post-item .recent-hs-featured-image-wrapper{
  display: inline;
  float: left;
  margin-right: 12px;
  width: 33.333%;
}

.recent-post-item .recent-hs-featured-image-wrapper img{
  object-fit: cover;
  height: 150px;
  width:150px;
}
.recent-post-item a.recent-post-image {
  display: inline;
  float: left;
  margin-right: 12px;
}
.recent-post-item {
  padding:10px 0;
  margin-bottom:5px;
}
.recent-post-content-wrapper > a {
  overflow: hidden;
}
.recent-post-item a.recent-post-image img.recent-hs-featured-image {
  vertical-align: middle;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.recent-post-content-wrapper .byline {
  display: block;
  font-size: 13px;
  overflow: hidden;
}

.recent-post-item:first-child {
  padding-top: 0;
}

.blog-post-column-2 .blog-sidebar-topic-filter{
  margin-top:40px;
  padding-bottom:10px;
}


.blog-post-column-2 .blog-sidebar-topic-filter ul{
  padding:0;
  margin:0;
  list-style-type:none;
}

.blog-post-column-2 .blog-sidebar-topic-filter ul li {
  display: inline-block;
  list-style-type: none;
}

.blog-post-column-2 .blog-sidebar-topic-filter ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.blog-post-column-2 .blog-sidebar-topic-filter ul li a {
  font-size: 1.4583vw;
  color: #3E697B;
  padding: 5px 40px;
  border: 1px solid #88A3AE;
  display: inline-block;
}

.sidepanel .blog-sidebar-topic-filter {
  margin-top: 40px;
  padding-bottom:10px;
}
.sidepanel .blog-sidebar-topic-filter ul{
  padding:0;
  margin:0;
}

.sidepanel .blog-sidebar-topic-filter ul li{
  list-style-type:none;
  margin-right: 20px;
  margin-bottom:5px;
}
.sidepanel .blog-sidebar-topic-filter ul li .filter-link-count {
  display: none;
}
.sidepanel .blog-sidebar-topic-filter ul li a{
  font-size: 1.4583vw;
  color: #3E697B;
}
.recent-post-title {
  color: #545c6b;
  font-size: 1.25vw;
}
.recent-post-item .byline{
  margin-top: 0px;
}
.sidepanel .blog-sidebar-topic-filter ul li a:hover,
.recent-post-item a:hover{
  text-decoration: underline;
  color: #000;
}
.recent-post-item .byline .date{
  font-weight:400;
  font-size:13px;
}
.recent-post-item .byline a:hover{
  text-decoration: underline;
}
.recent-post-item .byline .date{
  float:none;
}


.blog-listing-wrapper .blog-left-content {
  flex: 1;
  min-width: 1px;
  width: 100%;
  max-width: 100%;
}


.listing_featured_image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.blog-post-topic-filter ul {
  padding: 0 0 10px;
  margin: 40px 0 0;
  list-style: none;
}
.blog-post-topic-filter ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.blog-post-topic-filter ul li a.tag-link {
  font-size: 1.4583vw;
  color: #3E697B;
  padding: 5px 40px;
  border: 1px solid #88A3AE;
  display: inline-block;
}
.blog-post-topic-filter ul li a.tag-link:hover {
  background-color: #88A3AE;
  color: #fff;
}
.subscribe-email {
  padding: 35px;
  background-color: #F0F0F0;
  text-align: center;
}
.subscribe-email .link {
  text-align: center;
  font-weight: 300;
  margin-top: 40px;
  display: block;
  color: #3E697B;
  font-size: 1.25vw;
}
.subscribe-email .link i {
  font-size: 1.0417vw;
}

.fa-chevron-right:before{
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.subscribe-email .uk-button-secondary {
  background-color: #ABD0D7;
  color: #fff;
  border: none;
  font-size: 1.25vw;
  line-height: normal;
  margin: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 13px 26px;
  margin-top: 30px;
  font-weight: normal;
  transition: .1s ease-in-out;
  transition-property: color,background-color,border-color;
}
.subscribe-email .uk-button-secondary:hover{
  background-color: #3e687b;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}

.subscribe-email  form{
  background:transparent;
  padding:0;
}

.subscribe-email  form .hs-input{
  border: 1px solid #ABD0D8;
  background: none;
  color: #3E697B;
  font-size: 1.3021vw;
  width: calc(100% - 10px) !important;
  text-align: center;
  padding: 20px 5px;
  font-weight: 300;
  font-family: arial;
  line-height: normal;
  letter-spacing: normal;
}

.subscribe-email  form .hs-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  transition-property: color,background-color,border-color;
  background-color: #ABD0D7;
  line-height:normal;
  padding: 13px 26px;
  margin-top: 30px;
  font-size: 18px;
  color:white;
  font-family: arial;
}

.subscribe-email  form .hs-button:hover {
  background-color: #3e687b;
}
.subscribe-email h3.form-title{
  background-color: rgb(240 240 240);
  padding: 0;
  margin: 0;
}
.subscribe-email .hs-form label {
  display: inline;
}
.subscribe-email  form .hs-form-required{
  display:none;
}
.uk-margin-medium-top {
  margin-top: 40px;
}
.subscribe-email .hs-form .hs-form-field {
  margin-bottom: 0;
}
.uk-text-center {
  text-align: center;
}

.uk-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
  color:white;
  cursor:pointer;
}
.banner-content svg {
  fill: #fff;
}
.banner-content svg polyline {
  stroke: currentcolor;
}
.banner-content a.uk-icon:hover {
  color: #fff;
}

@media (min-width: 640px){
  .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 960px){
  .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .uk-width-expand{
    order:99;
  }
  .content-wrapper{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .blog-post-column-3 {
    width: 25%;
  }
  .blog-right-content {
    width: calc(100% * 1 / 3.001);
  }
  .blog-listing-wrapper .blog-left-content {
    order: 99;
  }
  .blog-listing-wrapper .blog-left-content {
    padding-left: 30px;
  }
  .blog-post-column-3 {
    padding-left: 25px;
  }
}



@media (min-width: 1200px){
  .uk-width-expand{
    order:99;
  }
  .blog-listing-wrapper .blog-left-content {
    padding-left: 40px;
    order: 99;
  }
  .blog-listing-wrapper .blog-right-content {
    width: calc(100% * 1 / 3.001);
    padding-left: 40px;
    margin-left: -40px;
  }
  .blog-post-column-3 {
    width: 25%;
    padding-left: 40px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 960px){
  .blog-post__body h2 {
    font-size: 22px;
  }
  .subscribe-email {
    padding: 20px;
  }
  .subscribe-email form .hs-button {
    font-size: 14px;
  }
  .subscribe-email .link {
    font-size: 18px;
  }
  .subscribe-email form .hs-input {
    font-size: 14px;
  }
  .subscribe-email .uk-button-secondary {
    font-size: 14px;
  }
  .blog-post__body p {
    font-size: 18px;
  }
  .recent-post-title {
    font-size: 20px;
  }
  .blog-pagination {
    font-size: 20px;
  }
  .social-menu ul li a {
    font-size: 16px;
  }

}


@media screen and (max-width: 959px) and (min-width: 640px){
  .blog-post-topic-filter ul li a.tag-link,
  .listing-bottom-tags ul li a.tag-link {
    font-size: 18px;
  }
}

@media (max-width:1150px){
  .blog-index__post-content.blog-index__post-content--small {
    font-size: 21px;
  }
  .blog-index__post-inner-card .blog-index__post-content h2{
    font-size: 22px;
  }
  .date{
    font-size:11px;
  }
  .social-menu ul li a {
    font-size: 16px;
  }
}

@media (max-width: 959px){
  .subscribe-email .uk-button-secondary {
    font-size: 17px;
  }
  .subscribe-email .link {
    font-size: 17px;
  }
  .recent-post-title {
    font-size: 17px;
  }
  .recent-post-item .byline .date {
    font-size: 13px;
  }
  .blog-listing-wrapper {
    display: block;
  }
  .listing-bottom-tags ul li a.tag-link {
    font-size: 18px;
  }
  .sidepanel .blog-sidebar-topic-filter ul li a {
    font-size: 17px;
  }
}

@media (max-width:960px){
  .blog-post-wrapper{
    display:block;
  }
  .blog-post-column-1{
    width: 100%;
    float: none;
  }

  .blog-post-column-2{
    width: 100%;
    float: none;
    padding-left: 0px;
  }

  .blog-post-column-3{
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  .content-grid{
    display:block;
  }

  .content-grid .column-1{
    width:100%;
    float:none;
  }

  .content-grid .column-2{
    width:100%;
    float:none;
    padding-left:0px;
  }
  .date{
    font-size:16px;
  }
  .blog-post__read-more a{
    font-size:17px;
  }
  .recent-post-item .byline .date {
    float: none;
  }
  .blog-post__body p{
    font-size:18px;
  }
  .blog-post__body h2 {
    font-size:22px;
  }
  .blog-post-column-2 .blog-sidebar-topic-filter ul li a {
    font-size:18px;
  }

  .blog-post-column-1 .blog-sidebar-topic-filter ul li a {
    font-size:18px;
  }
}

@media (max-width:767px){
  .blog-listing-wrapper {
    display: block;
    padding: 0 15px;
  }
  .content-grid{
    display:block;
  }

  .content-grid .column-1{
    width:100%;
    float:none;
  }

  .content-grid .column-2{
    width:100%;
    float:none;
    padding-left:0px;
  }

  .date{
    font-size: 4vw;
  }

  .blog-index__post-inner-card .blog-index__post-content h2 {
    font-size:22px;
  }
  .blog-index__post-content.blog-index__post-content--small {
    font-size: 17px;
  }
  .blog-post__body .date{
    font-size:19px;
  }
  .blog-post__read-more a{
    font-size:17px;
  }
  .blog-post-wrapper{
    display:block;
  }

  .blog-post-column-1{
    width: 100%;
    float: none;
  }

  .blog-post-column-2{
    width: 100%;
    float: none;
    padding-left: 0px;
  }

  .blog-post-column-3{
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  .blog-post__body p{
    font-size: 18px;
  } 
  .blog-post__body h2{
    font-size: 2.5vw;
  }
  .banner-wrapper {
    padding:0px 15px;
  }
  .recent-post-item .recent-hs-featured-image-wrapper {
    display: inline;
    float: left;
    margin-right: 12px;
    width: 100%;
  }
  .sidepanel h3 {
    font-size:4vw;
  }
  .sidepanel .blog-sidebar-topic-filter ul li a {
    font-size: 18px;
  }
  .subscribe-email form .hs-input {
    font-size: 4vw;
  }
  .date {
    font-size: 17px;
  }
}

@media (max-width:639px){
  .blog-header h1{
    font-size:30px;
  }

  .blog-header h3{
    font-size:20px;
  }
  .blog-post-topic-filter ul li a.tag-link {
    font-size: 18px;
  }
  .listing-bottom-tags ul li a.tag-link {
    font-size: 18px;
  }
  .blog-listing-wrapper {
    display: block;
    padding: 0 15px;
  }

  .listing-bottom-tags ul li a.tag-link {
    font-size: 18px;
  }

  .recent-post-item a.recent-post-image {
    display: block;
    float: none;
    margin-right: 0;
  }
  .recent-post-item a.recent-post-image img.recent-hs-featured-image {
    width: 100%;
    height: auto;
  }
  .blog-pagination {
    font-size: 15px;
  } 
  .recent-post-item a.recent-post-image {
    margin-bottom: 15px;
  }
  .recent-post-item {
    margin-bottom: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 6rem 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; */
  color:#e3e9ed;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 20px 15px;
}
.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;
}
