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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-weight:400;
  font-family: "FontAwesome";
  src: url('https://19996655.fs1.hubspotusercontent-na1.net/hubfs/19996655/Airtech_June2021/fonts/FontAwesome.eot'),
    url('https://19996655.fs1.hubspotusercontent-na1.net/hubfs/19996655/Airtech_June2021/fonts/FontAwesome.eot') format('embedded-opentype'),
    url('https://19996655.fs1.hubspotusercontent-na1.net/hubfs/19996655/raw_assets/public/Airtech_June2021/fonts/FontAwesome.woff2') format('woff2'),
      url('https://19996655.fs1.hubspotusercontent-na1.net/hubfs/19996655/raw_assets/public/Airtech_June2021/fonts/FontAwesome.woff') format('woff'),
        url('https://19996655.fs1.hubspotusercontent-na1.net/hubfs/19996655/raw_assets/public/Airtech_June2021/fonts/FontAwesome.ttf') format('truetype');
          }

@font-face {
  font-weight:400;
  font-family: "simple-line-icons";
  src: url('https://19996655.fs1.hubspotusercontent-na1.net/hubfs/19996655/Airtech_June2021/fonts/simple-line-icons.eot'),
    url('https://19996655.fs1.hubspotusercontent-na1.net/hubfs/19996655/Airtech_June2021/fonts/simple-line-icons.eot') format('embedded-opentype'),
    url('https://19996655.fs1.hubspotusercontent-na1.net/hubfs/19996655/raw_assets/public/Airtech_June2021/fonts/simple-line-icons.woff2') format('woff2'),
      url('https://19996655.fs1.hubspotusercontent-na1.net/hubfs/19996655/raw_assets/public/Airtech_June2021/fonts/simple-line-icons.woff') format('woff'),
        url('https://19996655.fs1.hubspotusercontent-na1.net/hubfs/19996655/raw_assets/public/Airtech_June2021/fonts/simple-line-icons.ttf') format('truetype');
          }

html {
  font-size: 24px;
  overflow-x: hidden;
}

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

p {
  margin: 0 0 20px;
}

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

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

h1 {
  font-size: 2.1rem;
  line-height:1.22;
  letter-spacing: -1px;
}

h2 {
  font-size: 1.6rem;
  line-height:1.354;
  letter-spacing: -1px;
}

h3 {
  font-size: 1.25rem;
  line-height:0.96;
  letter-spacing: normal;
  text-transform: uppercase;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height:1.35;
  letter-spacing: normal;
}

h5 {
  font-size: 1rem;
  line-height:1.2857;
  letter-spacing: normal;
  text-transform: uppercase;
}

h6 {
  font-size: .9rem;
  line-height:1.2857;
  letter-spacing: normal;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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



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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

img {
  max-width:100%; 
  height:auto;
}

footer.footer.lp-footer .region-footer-bottom-1 {
  margin-bottom: 12px;
}

.dnd-section>.row-fluid , .footer__container , .header__container , .content-wrapper  {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;

}

@media (min-width: 768px){
  .dnd-section>.row-fluid , .footer__container , .header__container , .content-wrapper  {
    max-width: 750px;
  }
}

@media (min-width: 992px){
  .dnd-section>.row-fluid , .footer__container ,.header__container , .content-wrapper  {
    max-width: 970px;
  }
}
.container-fluid {
  margin-right: -15px;
  margin-left: -15px;
}


@media(max-width:767px){
  .container-fluid{
    margin:0;
  }
}

@media(max-width:479px){
  body {
    font-size: 13px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 700px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 1.3333333;
  text-transform: capitalize;
  font-family: inherit;
  white-space: normal !important;

}

.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 {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 22px;
  padding-top: 0;
  margin-bottom: 4px;
  outline:0;
}

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

.hs-input , input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  font-weight: normal;
  box-sizing: border-box;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input#hs-pwd-widget-password{
   height: 34px !important;
  margin-top:0px !important;
}
.hs-input:focus {
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
   
  
}
.hs-search-module .hs-input {
  margin-bottom: 18px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
   padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

}
.header-group {
  position: relative;
  z-index: 100;
  min-height: 125px;
}

.header-body {
  background: #FFF;
  border-top: 5px solid #EDEDED;
  border-bottom: 1px solid transparent;
  padding: 8px 0;
  -webkit-transition: min-height 0.3s ease;
  -moz-transition: min-height 0.3s ease;
  transition: min-height 0.3s ease;
  width: 100%;
  z-index: 1001;
  min-height: 125px;
  top: 0px;
}

.header__container {
  position: relative;
  display: table;
}

.header__container:before,.header__container:after {
  display: block;
  clear: both;
  content: "";
}

.header-row {
  display: table-row;
  clear: both;
}

.header-column-left {
  display: table-cell;
  vertical-align: middle;
}

.header-column-right {
  display: table-cell;
  vertical-align: middle;
}

.header-logo {
  float: left;
  position: relative;
  width: 216px;
  height: 82px;
  margin: 15px 15px 15px 0;
}

.header-logo a {
  text-decoration: none;
  outline: 0;
}

.header-logo a img {
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 216px !important;
  height: 82px;
  top: 0px;
}

.header-column-right .header-row {
  display: block;
  clear: right;
}

.header-search {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}

.search-block-form {
  position: relative;
}

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

.search-block-form form .form-item {
  display: inline;
  margin-top: 1em;
  margin-bottom: 1em;
}

.header-search .form-control {
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 0.9em;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  width: 170px;
}

.header-search .form-control::-webkit-input-placeholder {
  color: #999;
}

.header-search .form-control::-moz-placeholder{
  color: #999;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.form-actions {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
}


.header-nav-top {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  display: block;
}

.header-nav-top .hs-menu-wrapper > ul {
  margin: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.header-nav-top .hs-menu-wrapper > ul > li {
  position: relative;
  display: block;
  line-height: 24px;
  float: left;
}

.header-nav-top .hs-menu-wrapper > ul > li > a {
  color: #999;
  font-size: 0.9em;
  padding: 6px 10px;
  display: inline-block;
  white-space: nowrap;
}

.header-nav-top .hs-menu-wrapper > ul > li + li {
  margin-left: 2px;
}

.header-nav-top .hs-menu-wrapper > ul > li i {
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-angle-right:before {
  content: "\f105";
}

.header-nav-top .hs-menu-wrapper > ul > li + li > ul {
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  right: 0;
  left: auto;
  border-color: #EEE;
  margin-top: -2px;
  border-radius: 4px 0 4px 4px;
  padding: 0;
}

.header-nav-top .hs-menu-wrapper > ul > li:not(:first-child) > a:hover {
  background: #EEE;
}





.header-nav .header-btn-collapse-nav {
  font-family: inherit;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  color: #FFF;
  display: none;
  float: right;
  margin: 12px 0 8px 15px;
  background: #0088cc;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.header-nav-main {
  float: right;
  margin: 12px 0 0;
  min-height: 45px;
}


.search-block-form input#edit-submit {
  text-indent: -999em !important;
  width: 28px !important;
  height: 30px !important;
  border: none !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  margin-top: 9px;
  -webkit-appearance: button !important;
  cursor: pointer !important;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 4px;
  font-family: inherit;
  background: url('https://19996655.fs1.hubspotusercontent-na1.net/hubfs/19996655/raw_assets/public/Airtech_June2021/images/icon-search.png') no-repeat top left !important;
    }

.search-block-form input#edit-submit:hover{
  background: url('https://19996655.fs1.hubspotusercontent-na1.net/hubfs/19996655/raw_assets/public/Airtech_June2021/images/icon-search-dark.png') no-repeat top left !important;
    }

.h-menu {
  display: block;
}

.h-menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
}

.h-menu .hs-menu-wrapper > ul > li {
  position: relative;
  display: block;
  line-height: 24px;
  float: left;
}

.h-menu .hs-menu-wrapper > ul > li > a {
  outline: none;
  position: relative;
  display: block;
  color: #0088cc;
}


.h-menu .hs-menu-wrapper > ul > li + li {
  margin-left: 2px;
}




.h-menu .hs-menu-wrapper > ul > li > ul {
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}


.h-menu .hs-menu-wrapper > ul > li > ul > li {
  line-height: 24px;
}

.h-menu .hs-menu-wrapper > ul > li > ul > li > a {
  outline: none;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.fixed-header .header-body {
  position: fixed;
  border-bottom-color: #e9e9e9;
  box-shadow: 0 0 3px rgb(0 0 0 / 10%);
  top: -62px;
}

.fixed-header .header-logo a img {
  width: 150px !important;
  height: 57px !important;
  top: 33px;
  margin: 15px 15px 15px 0;
}

.fixed-header .header-logo {
  width: 231px;
  height: 112px;
  margin:0;
}


@media(min-width:992px){
  .child-trigger {
    display: none !important;
  }
  .fixed-header .lp-header .header-logo a img {
    margin: 15px 15px 15px 0;
  }
  .header-nav {
    display: block;
  }
  .header-nav-main {
    display: block !important;
    height: auto !important;
  }
  .h-menu .hs-menu-wrapper > ul > li > a {
    border-radius: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 13px;
    text-transform: uppercase;
  }

  .h-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    border-style: solid;
    border-width: 4px;
    content: " ";
    float: right;
    margin-top: 7px;
    margin-left: 4px;
    border-color: #0088cc transparent transparent transparent;
  }
  .h-menu .hs-menu-wrapper > ul > li > ul {
    top: -10000px;
    display: block;
    opacity: 0;
    left: auto;
    border-radius: 0 4px 4px;
    border: 0;
    border-top: 5px solid #CCC;
    box-shadow: 0 20px 45px rgb(0 0 0 / 8%);
    margin: -3px 0 0 0;
    min-width: 200px;
    padding: 5px;
    text-align: left;

  }

  .h-menu .hs-menu-wrapper > ul > li > ul {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0,-5px,0);
  }

  .h-menu .hs-menu-wrapper > ul > li > ul {
    border-top-color: #0088cc;
  }
  .h-menu .hs-menu-wrapper > ul > li > ul > li > a {
    border-bottom: 1px solid #f4f4f4;
    color: #777;
    font-size: 0.9em;
    font-weight: 400;
    padding: 8px 20px 8px 8px;
    position: relative;
    text-transform: none;
  }

  .h-menu .hs-menu-wrapper > ul > li > ul > li > a {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0,-5px,0);
  }
  .h-menu .hs-menu-wrapper > ul > li:hover > a {
    background: #0088cc;
    color: #fff;

  }
  .h-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a {
    padding-bottom: 15px;
  }

  .h-menu .hs-menu-wrapper > ul > li:hover > a:after {
    border-color: #ffffff transparent transparent transparent;
  }

  .h-menu .hs-menu-wrapper > ul > li:hover > ul {
    top: auto;
    display: block;
    opacity: 1;
    transform: translate3d(0,0,0);
  }

  .h-menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
  }

  .h-menu .hs-menu-wrapper > ul > li:hover > ul > li > a {
    transform: translate3d(0,0,0);
  }
  .header-nav-top .hs-menu-wrapper>ul>li.dropdown-open > ul {
    display: block !important;
    border-color: #EEE;
    margin-top: -2px;
    border-radius: 4px 0 4px 4px;
    padding: 0;
  }

  .header-nav-top .hs-menu-wrapper>ul>li > ul > li {
    line-height: 24px;
  }

  .header-nav-top .hs-menu-wrapper>ul>li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    color: #999;
    padding: 6px 12px;
    font-size: 0.9em;
  }

  .header-nav-top .hs-menu-wrapper>ul>li > ul > li > a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
  }

  .header-nav-top .hs-menu-wrapper>ul>li.dropdown-open > a {
    background-color: #eee;
    border-color: #337ab7;
  }
}
@media(max-width:992px){
  .header-search {
    display: none;
  }

  .header-nav-top .hs-menu-wrapper>ul {
    display: none;
  }
}
@media(max-width:991px){
  .header-search {
    display: none;
  }

  .fixed-header .header-body {
    top: -57px;
  }

  .fixed-header .header-logo {
    padding-top: 7px;
  }

  .header-nav-top .hs-menu-wrapper>ul {
    display: none;
  }



  .header-column-right {
    display: block;
  }

  .header-column-right .header-row {
    display: block;
  }

  .header-nav .header-btn-collapse-nav {
    outline: 0;
    display: block;
  }

  .header-nav-main {
    max-height: 350px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: transparent;
    clear: both;
    float: none;
    display: none;
  }

  .h-menu {
    margin: 0 0 6px;
  }
  .fixed-header .header-nav .header-btn-collapse-nav {
    position: relative;
    top: 33px;
  }

  .h-menu .hs-menu-wrapper>ul>li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .h-menu .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    margin: 1px 0;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #0088cc;
  }

  .h-menu .hs-menu-wrapper>ul>li+li {
    margin: 0;
  }

  .header__container {
    display: block;
  }

  .header-row {
    display: block;
  }

  .header-column-left {
    display: block;
  }

  .h-menu .hs-menu-wrapper>ul>li:last-child {
    border-bottom: 0;
  }
  .h-menu .hs-menu-wrapper>ul>li.active>a {
    background-color: #0088cc;
    color: #FFF;
  }
  .fa-caret-down:before {
    content: "\f0d7";
  }
  .h-menu .hs-menu-wrapper>ul>li>a i {
    line-height: 35px;
    min-height: 38px;
    min-width: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
  }
  .h-menu .hs-menu-wrapper>ul>li.child-open > ul {
    display: block !important;
    margin-left: 20px;
  }
  .h-menu .hs-menu-wrapper>ul>li>ul {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none !important;
    float: none;
    position: static;
  }
  .h-menu .hs-menu-wrapper>ul>li>ul>li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .h-menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    margin: 1px 0;
    border-radius: 4px;
  }
  .h-menu .hs-menu-wrapper>ul>li>ul>li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
  }
  .h-menu .hs-menu-wrapper>ul>li>ul>li:last-child {
    border-bottom: 0;
  }
}

@media(max-width:400px){
  .header-logo a img {
    width: 170px !important;
    height: 65px !important;
  }
  .header-logo , .fixed-header .header-logo {
    width: 145px !important;
    height: 55px !important;
  }

  .fixed-header .header-logo {
    padding-top: 7px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: transparent;

}
.footer__container {
  margin: 0 auto;
}

.footer-copyright {
  padding: 30px 0 10px;
  border-top: 1px solid #DDD;
  margin-top: 15px;
  background: #0077b3;
  border-top-color: #0077b3;
}

.footer-copyright-row {
  margin-right: -15px;
  margin-left: -15px;
}

.footer__container:before,.footer__container:after {
  display: block;
  clear: both;
  content: "";
}



.region-footer-bottom-1 {
  margin-bottom: 25px;
}

.footer-logo {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-logo a {
  color: #FFF;
  display: block;
}

.footer-logo a img {
  vertical-align: middle;
  display: block;
  height: auto;
  max-width: 135%;
  width: 91.125px !important;
}

.footer_copyright-section {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.footer_copyright-section p {
  color: #FFF;
  margin: 0;
  padding: 0;
  line-height: 24px;
}

.footer {
  font-size: 0.9em;
  margin-top: 50px;
  padding: 70px 0 0;
  position: relative;
  clear: both;
  border-top: 1px solid #DDD;
  padding-top: 60px;
}

.footer-social-group {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}



.footer-social-group h4 {
  color: #FFF;
  font-size: 1.8em;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
}

.footer-social-group .social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}

.footer-social-group .social-icons li {
  line-height: 24px;
  display: inline-block;
  margin: -1px 1px 5px 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 30%);
}

.footer-social-group .social-icons li a {
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #FFF;
  border-radius: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #333;
  text-decoration: none;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.fa-instagram:before {
  content: "\f16d";
}

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

.social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a;
}

.social-icons li:hover a {
  color: #fff;
}

.social-icons li:hover.social-icons-youtube a {
  background: #c3191e;
}

.social-icons li:hover.social-icons-linkedin a {
  background: #0073b2;
}

.social-icons li:hover.social-icons-instagram a {
  background: #7c4a3a;
}

.social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1;
}


.footer-title-group {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}



.footer-title-group h4 {
  color: #FFF;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
  font-family: inherit;
}

.footer-title-group h4 b {
  font-weight: 700;
}

.footer-col1 , .footer-col2, .footer-col3, .footer-col4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 25px;
}

.footer-col1 h4, .footer-col2 h4, .footer-col3 h4, .footer-col4 h4 {
  color: #FFF;
  font-size: 1.8em;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
}

.footer-col1 ul, .footer-col2 ul, .footer-col3 ul, .footer-col4 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col1 ul li, .footer-col2 ul li, .footer-col3 ul li, .footer-col4 ul li {
  line-height: 24px;
}

.footer-col1 ul li p, .footer-col2 ul li p, .footer-col3 ul li p, .footer-col4 ul li p {
  color: #FFF;
  line-height: 24px;
  margin-bottom: 10px;
}

.footer-col1 ul li p i, .footer-col2 ul li p i, .footer-col3 ul li p i, .footer-col4 ul li p i {
  display: block;
  float: left;
  font-size: 1.2em;
  margin: 7px 8px 10px 0;
  position: relative;
  text-align: center;
  top: -2px;
  width: 16px;
}

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

.footer-col1 ul li:first-child p + p {
  margin-left: 25px;
  margin-top: -10px;
}

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

.footer-col1 ul li p i.fa.fa-envelope , .footer-col2 ul li p i.fa.fa-envelope , .footer-col3 ul li p i.fa.fa-envelope , .footer-col4 ul li p i.fa.fa-envelope {
  font-size: 1em;
  top: 0;
}

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



.footer-col1 ul li p a, .footer-col2 ul li p a , .footer-col3  ul li p a, .footer-col4 ul li p a {
  color: #FFF;
}

.footer-col2 ul li:first-child p span {
  margin-left: 25px;
}



.footer-col3 ul li:first-child p:not(:first-child) {
  margin-left: 25px;
  margin-top: -10px;
  margin-bottom: 10px;
}

.footer-col4 ul li:first-child p + p {
  margin-left: 25px;
  margin-top: -10px;
}

.footer-title-group hr {
  background-image: linear-gradient(to right,transparent,#DBDBDB,transparent);
  border: 0;
  height: 1px;
  margin: 22px 0;
  background-color: transparent;
}
#back-to-top {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #404040;
  border-radius: 7px 7px 0 0;
  bottom: 0;
  color: #FFF;
  display: block;
  height: 9px;
  opacity: 0;
  padding: 13px 10px 35px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  min-width: 49px;
  z-index: 1040;
  outline: none;
  opacity: 0.75;
}

.fa-chevron-up:before {
  content: "\f077";
}

#back-to-top:hover {
  color: #0099e6;
}
.footer.lp-footer {
  padding-top: 0;
}

.lp-footer .footer-copyright {
  margin-top: 0;
}
.footer-logo a img {
  width: 150px !important;
}
@media (min-width: 992px){
  .footer-logo a img {
    width: 91.125px !important;
  }

  .lp-footer .region-footer-bottom-1 {
    margin-bottom: 76px;
  }
  .footer-title-group {
    width: 100%;
    float: left;
  }
  .footer-logo {
    width: 8.33333333%;
    float: left;
  }
  .footer_copyright-section {
    width: 58.33333333%;
    float: left;
  }
  .footer-social-group {
    width: 33.33333333%;
    float: left;
  }
  .footer-col1 ,.footer-col2, .footer-col3, .footer-col4 {
    width: 25%;
    float: left;
  }
}


@media(max-width:991px){
  #back-to-top{
    display:none !important;
  }
}



@media(max-width:767px){
  .footer__main .footer__container {
    padding: 0;
  }

}
.content-wrapper {
  margin: 0 auto;
}

.banner-area {
  border-bottom: 5px solid #F4F4F4;
  border-top: none;
  padding: 35px 0;
  margin: 0;
  min-height: 50px;
  position: relative;
  text-align: left;
  background-color: #0088cc;
  border-bottom-color: #0088cc;
  color: #ffffff;
}

.banner-row {
  margin-right: -15px;
  margin-left: -15px;
}

.banner-area-col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.banner-area-col h1 {
  font-weight: 200;
  line-height: 32px;
  margin: 0 0 -25px;
  padding: 0 0 25px;
  position: relative;
  display: inline-block;
  font-size: 32px;
  border-bottom: none;
  color: #1d2127;
  font-size: 2.3em;
  color: #ffffff;
  border-bottom-color: #0088cc;
  padding: 0 0 25px;
}

.banner-area .content-wrapper:before , .banner-area .content-wrapper:after {
  display: block;
  clear: both;
  content: "";
}

.banner-area .content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}
.system-breadcrumb {
  position: static;
}

.breadcrumb {
  display: block;
  border-radius: 4px;
  list-style: none;
  z-index: 1;
  background: none;
  margin: 0 0 2px 2px;
  padding: 0;
  position: relative;
  top: 5px;
  right: 0px;
}

.system-breadcrumb {
  position: static;
}

.breadcrumb h2 {
  letter-spacing: -1px;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0;
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.breadcrumb ol {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  list-style: none;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.breadcrumb ol li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 0.85em;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: normal;
}

.breadcrumb ol li a {
  text-decoration: none;
  color: #ffffff;
}

.breadcrumb ol li a:hover{
  text-decoration:underline;
}

.breadcrumb ol li + li:before {
  color: inherit;
  opacity: 0.5;
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 4px 0 5px;
}

.blog-index-wrap {
  margin-right: -15px;
  margin-left: -15px;
}

.blog-index-col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}



.timeline {
  width: 75%;
  margin: 50px 12.5% 0;
  position: relative;
  float: left;
  padding-bottom: 120px;
  display: block;
}

.timeline-date {
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%);
  position: relative;
  display: block;
  clear: both;
  width: 200px;
  height: 45px;
  padding: 5px;
  border: 1px solid #E5E5E5;
  margin: 0 auto 10px;
  text-shadow: 0 1px 1px #fff;
  border-radius: 4px;
  background: #FFF;
  z-index: 1;
}

h3.heading-primary {
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 33px;
  text-transform: uppercase;
  color: #0088cc;
  display: block;
  text-align: center;
  font-size: 0.9em;
  line-height: 32px;
}

.post-medium {
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%);
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  margin: 20px 10px 10px 10px;
  padding: 10px;
  position: relative;
  width: 45.7%;
  float: left;
  z-index: 1;
  margin-bottom: 30px;
  background: #FFF;
}



.pot-img {
  margin-right: -15px;
  margin-left: -15px;
}

.pot-img-thumbnail {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.pot-img-thumbnail {
  width: 100%;
  float: left;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 4px;
  position: relative;
}

.img-thumbnail img {
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}

.post-item-row, .post-meta-row , .read-more-row {
  margin-right: -15px;
  margin-left: -15px;
}

.post-item-col, .post-meta-col , .read-more-col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.post-item-col, .post-meta-col , .read-more-col {
  width: 100%;
  float: left;
}

.heading-primary {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
  color: #0088cc;
}

.heading-primary a {
  color: rgba(0,136,204,1.0);
}

.heading-primary a:hover {
  color: #0099e6;
}

.summary {
  color: #777;
  line-height: 24px;
  margin: 0 0 20px;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 14px;
}



.post-meta {
  font-size: 0.9em;
  margin-bottom: 7px;
}

.post-meta > span {
  display: inline-block;
  padding-right: 8px;
}

.post-meta i {
  margin-right: 3px;
}

.fa-calendar:before {
  content: "\f073";
}



.read-more {
  float: right;
  color: #ffffff;
  background-color: #0088cc;
  border-color: #0088cc #0088cc #006699;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  outline: none;
}

.read-more:hover {
  border-color: #0099e6 #0099e6 #0077b3;
  background-color: #0099e6;
  color: #fff;
  text-decoration: none;
}

.blog-pagination {
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%);
  position: relative;
  display: block;
  clear: both;
  width: 200px;
  height: 45px;
  padding: 5px;
  border: 1px solid #E5E5E5;
  margin: 0 auto 10px;
  text-shadow: 0 1px 1px #fff;
  border-radius: 4px;
  background: #FFF;
  z-index: 1;
  cursor: pointer;
}

.load-more {
  margin: 0;
  display: block;
  text-align: center;
  font-size: 0.9em;
  line-height: 32px;
  color: #0088cc;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 33px;
  text-transform: uppercase;
  font-family: inherit;
  text-decoration: none !important;
}

.load-more:hover {
  color: #0099e6;
}

.blog-banner {
  margin: 0 0 35px 0;
}
.post-inner-row {
  margin-right: -15px;
  margin-left: -15px;
}

.post-content-index {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blod-sidebar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.post-inner-row:before,.post-inner-row:after {
  display: block;
  clear: both;
  content: "";
}

.blog-single-post {
  padding-bottom: 10px;
  margin-left: 60px;
}

.post-date {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  float: left;
  margin-right: 10px;
  text-align: center;
}

.post-date {
  margin-left: -60px;
}

.day {
  background: #F4F4F4;
  border-radius: 2px 2px 0 0;
  color: #CCC;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  padding: 10px;
  color: #0088cc;
  line-height: 22px;
}

.month {
  background: #CCC;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgb(0 0 0 / 7%) inset;
  color: #FFF;
  font-size: 0.9em;
  padding: 0 10px 2px;
  background-color: #0088cc;
}

.entey-title {
  letter-spacing: -1px;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0;
  margin-bottom: 5px;
}



.post-footer form {
    max-width: 100%;
    background-color: #0270e0;
    padding: 20px;
  border-radius: 6px;
}

.post-footer form .actions {
  text-align: center;
}

.hs-form label {
  color:#FFFFFF !important;
}

.hs-button {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    border-radius: 6px;
    border-width: 1px;
    color: #0270e0 !important;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
      font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}


.blog-sidebar-topic-filter h3 {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
  color: #0088cc;
  font-family: inherit;
  text-transform: none;
}

.blog-sidebar-topic-filter .widget-module {
  margin-bottom: 30px;
}

.blog-sidebar-topic-filter .widget-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-sidebar-topic-filter .widget-module ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  line-height: 24px;
}

.blog-sidebar-topic-filter .widget-module ul li a {
  position: relative;
  outline: none;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
  border-bottom: 1px solid #EDEDDE;
  padding: 8px 0 8px 18px;
  display: block;
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 20px;
  color: #666;
  font-size: 0.9em;
  padding: 8px 0 8px 18px;
}

.blog-sidebar-topic-filter .widget-module ul li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  margin: 7px 0 0 -9px;
  position: absolute;
}

.blog-sidebar-topic-filter .widget-module ul li a:hover {
  background-color: #eee;
  text-decoration: none;
}
.search-blog-group {
  width: 100%;
}

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

.search-blog-group form .hs-search-field__input {
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family: inherit;
  display: block;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 18px;
  line-height: 1.3333333;
  width: calc(100% - 50px);
  float: left;
  padding: 10px 16px;
  height: 46px;
}

.blog-sidebar-topic-filter .widget-module ul li a span.filter-link-count {
  display: none;
}


.search-blog-group form .hs-search-field__input::-webkit-input-placeholder{
  color: #999;
}

.search-blog-group form .hs-search-field__input::-moz-placeholder{
  color: #999;
}

#edit-actions {
  display: inline;
}

#edit-actions #edit-submit {
  -webkit-appearance: button;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  width: 50px;
  height: 46px;
  background: transparent;
  border: none;
  color: #fff;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

.search-blog-group form:after {
  background: #08c;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f002";
  color: #fff;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  position: absolute;
  width: 50px;
  right: 16px;
  top: 0;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.blog-sidebar-topic-filter {
  width: 100%;
}
.block-separator hr {
  background-image: -webkit-linear-gradient(left,transparent,#DBDBDB,transparent);
  background-image: linear-gradient(to right,transparent,#DBDBDB,transparent);
  border: 0;
  height: 1px;
  margin: 22px 0;
  background-color: transparent;
}

.block-separator {
  width: 100%;
}

.block-separator:before,.block-separator:after {
  display: block;
  clear: both;
  content: "";
}

.hs-search-field__suggestions li {
  padding: 0 10px !important;
}
@media (min-width: 992px){
  .post-medium:nth-child(odd):before {
    background: none repeat scroll 0 0 #E5E5E5;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;
    content: "";
    display: block;
    height: 7px;
    margin-right: -5px;
    position: absolute;
    right: -6.8%;
    top: 22px;
    width: 8px;
  }

  .post-medium:nth-child(odd):before, .post-medium:nth-child(even):before {
    background: #0088cc;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #0088cc;
  }

  .post-medium:nth-child(odd):after {
    -webkit-transform: rotate(
      45deg
    );
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
      45deg
    );
    background: #FFF;
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: -8px;
    top: 20px;
    width: 14px;
    z-index: 0;
  }

  .timeline:after {
    background: #505050;
    background: -moz-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1e5799),color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -o-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -ms-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: linear-gradient(to bottom,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: -60px;
    width: 3px;
    z-index: 0;
    filter: alpha(opacity=35);
    opacity: 0.35;
  }

  .post-medium:nth-child(odd) {
    clear: both;
  }

  .post-medium:nth-child(even) {
    clear: right;
    float: right;
    right: -1px;
    margin-top: 40px;
  }

  .post-medium:nth-child(even):before {
    background: none repeat scroll 0 0 #E5E5E5;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;
    content: "";
    display: block;
    height: 7px;
    margin-left: -5px;
    position: absolute;
    left: -7.2%;
    top: 32px;
    width: 8px;
  }

  .post-medium:nth-child(even):before {
    background: #0088cc;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #0088cc;
  }

  .post-medium:nth-child(even):after {
    -webkit-transform: rotate(
      45deg
    );
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
      45deg
    );
    background: #FFF;
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    left: -8px;
    top: 30px;
    width: 14px;
    z-index: 0;
  }
  .banner-area-col h1 {
    max-width: 70%;
  }

  .banner-area-col {
    width: 100%;
    float: left;
  }
  .blog-index-col {
    width: 100%;
    float: left;
  }
  .post-content-index {
    width: 75%;
    float: left;
  }

  .blod-sidebar {
    width: 25%;
    float: left;
  }

}
@media(max-width:991px){
  .breadcrumb {
    float: none !important;
    position: static !important;
  }

  .post-medium {
    float: none;
    clear: both;
    right: auto;
    left: auto;
    margin: 25px auto;
    max-width: 70%;
    width: auto;
  }
  .pot-img:before,.pot-img:after {
    display: block;
    clear: both;
    content: "";
  }

  .post-item-row:before,.post-item-row:after {
    display: block;
    clear: both;
    content: "";
  }

  .post-meta-row:before,.post-item-row:after {
    display: block;
    clear: both;
    content: "";
  }

  .read-more-row:before,.post-item-row:after {
    display: block;
    clear: both;
    content: "";
  }

  .post-medium:before,.post-medium:after {
    display: block;
    clear: both;
    content: "";
  }

  .timeline:after {
    background: #505050;
    background: -moz-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1e5799),color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -o-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -ms-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: linear-gradient(to bottom,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: -60px;
    width: 3px;
    z-index: 0;
    filter: alpha(opacity=35);
    opacity: 0.35;
  }
}
@media(max-width:479px){
  .banner-area-col h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .breadcrumb h2 {
    line-height: 40px;
  }
  .timeline {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .post-medium {
    margin: 15px auto;
    max-width: 90%;
  }
}

@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }
}

/*NEW BLOG */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Blog Header */



.pagination-container {
  width:100% !important;
}

.hs-blog-post header.header {
  margin-top:0px;
}

.first-post-image {
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  min-height:40vh;
}

.post-item .author img,
.author .hs-author-avatar{
  float: left; margin-right: 10px;
}

@media (max-width: 968px) {
  h1 { font-size: 38px; }
}

a.featured-post-title {
  color:#0088cc;
  text-decoration:none;
  font-weight:500;
}
a:hover.featured-post-title {
  color:#0088cc;
  text-decoration:none;
  font-weight:500;
}
a.author-link {
  color:#000000;
  text-decoration:none;
  font-weight:600;
  font-size:18px;
}
a:hover.author-link {
  color:#fd6a2c;
  text-decoration:none;
  font-weight:600;
}
a.author-link1 {
  color:#000000;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
}
a:hover.author-link1 {
  color:#fd6a2c;
  text-decoration:none;
  font-weight:600;
}

.author-bio {
  margin-left:0px !important;
}

.blog-first-post {
  box-shadow: none;
  border: 1px solid #0088cc;
  border-radius:0px;
  margin-bottom:50px;
}

.blog-first-post2 {
  margin-bottom:25px;
}

.first-post-text {
  padding:20px;
}



.hs-author-avatar img {
  border-radius: 50%;
  border: 3px solid red;
  padding:0 2px;
  width:50px;
  height:auto;
}
.hs-author-avatar1 img {
  border-radius: 50%;
  border: 2px solid red;
  padding:0 2px;
  width:35px;
  height:auto;
  margin-top: 5px;
}

.blog-header {
  background: #ffffff !important;
  margin: 40px auto !important;
}
.blog-header .blog-header__title {
  text-align: center;
    color: #08c;
    font-size: 46px;
    font-weight: 600;
}

.blog-header .blog-header__sub-title {
  text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

p#hubspot-author_data.hubspot-editable {
  font-size:14px;
}

@media (max-width: 767px) {
  .blog-header__navigation {
    flex-wrap: wrap;
  }

  .blog-header__tag-filter,
  .blog-header__search {
    width: 100%;
  }

  .blog-tag-filter,
  .blog-header__search {
    margin: 0 auto 1.5rem;
  }
}

/* Blog Author/Tag Content */

.post-filter-container {
  padding: 0 0 40px 0;
}

.post-filter-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.post-filter-container ul li {
  display: inline-block;
  list-style: none;
  margin-bottom: 15px;
}
.post-filter-container ul li a {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 10px;
  background-color: #e1e6f0;
  font-size: 14px;
  margin: 0 6px;
  line-height: 22px;
  position: relative;
  color: #2264B6;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.post-filter-container ul li a:hover {
  color: #6cbc45;
  text-decoration: none;
}
.filter-link-count {
  display: none;
}


/* Blog Listing */

.blog-index__post-content {
  box-shadow: none;
  border: 1px solid #0088cc;
  border-radius:0px;
  padding:20px;
}

.blog-first-post .blog-card__image-wrapper {
  background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 375px;
  border-radius:0px;
}
.blog-card__image-wrapper2 {
  background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
  border-radius:0px;
}

.blog-cta {
  padding: 40px;
  background: transparent url('https://f.hubspotusercontent00.net/hubfs/8806359/blog/blog-calculator-cta-bg.png') no-repeat 0 0;
  background-size: contain;
}
.blog-cta .blog-index__post-content {
  background-color: transparent;
  padding: 0;
}
.blog-cta .first-cta h3 {
  font-size: 30px !important;
  line-height: 32px;
  font-weight: 500;
  color: #ffffff !important;
  margin: 0 0 40px 0 !important; 
}
.blog-cta p {
  color: #ffffff;
  margin: 20px 0 40px 0; 
}
.blog-cta a.first-cta-button {
  background-color: #ffffff;
  color: #6cbc45;
  padding: 10px;
  margin: 0 auto;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-cta a.first-cta-button:hover {
  background-color: #6cbc45;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .blog-cta {
    margin-top: 40px;
    background-size: cover;
  }
}

.three-col-row .blog-index__post-content {
  min-height: 225px;
}
.three-col-row .blog-card__image-wrapper img {
 object-fit: cover;
    display: block;
    height: 150px;
    width: 100% !important;
    border-radius: 0px 0px 0px 0px;
}
.three-col-row .blog-index__post.span4 {
  margin: 0 25px 40px 0 !important;
  display: flex;
}
.three-col-row .blog-index__post.span4:nth-child(3n) {
  margin: 0 0 20px 0 !important;
}

@media screen and (max-width: 767px) {
  .three-col-row .blog-index__post.span4 {
    margin: 0 auto 20px auto !important;
    display: block;
  }
}

.blog-index,
.three-col-row {
  max-width: 1000px !important;
  margin: 0 auto 20px auto;
}

.body-container--blog-index .blog-tiles {
  margin: 0 auto 40px auto;
}

@media screen and (min-width: 1025px) {
  .body-container--blog-index .row-fluid:before,
  .body-container--blog-index .row-fluid:after {
    display: none !important;
  }
  .blog-index__post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog-index,
  .three-col-row {
    display: flex;
    flex-wrap: wrap;
  }
}

.blog-index__post-meta {
  padding-bottom:15px;
}
.blog-index__post-meta h3,
.blog-index__post-meta h3 a {
  margin-bottom: 0;
  color: #08c;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1.25;
}
.blog-index__post-meta h3:hover,
.blog-index__post-meta h3 a:hover {
  text-decoration: none;
  color: #08c;
  font-weight:500;
}

.blog-index__post-meta .blog-post__tag-link {
  color: #1a8bd3;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.blog-index__post-meta .blog-post__tag-link:hover {
  color: #041164;
}

.blog-index__post-meta .read-more {
  color: #008BD5;
  padding-top: 0;
  margin-top: 0;
}

/* Blog Post */

.body-container--blog-post .content-wrapper--narrow {
  max-width: 900px;
  margin: 80px auto !important;
}

.body-container--blog-post2 .content-wrapper--narrow2 {
  max-width: 1100px;
  margin: 0px auto !important;
}

@media screen and (min-width: 768px) {
  .blog-post .blog-post__meta {
    position: relative;
    top: 40px;
    left: 60px;
    z-index: 9999;
  }
  .social-follow .hs_cos_wrapper_type_social_sharing {
    display: flex;
    flex-direction: column;
  }
}

.blog-post {
  position: relative;
  padding-top:100px;
}

.blog-post__header {
  position: relative;
  z-index: 0;
}

.blog-post__tags {
  margin-bottom: 0.7rem;
}

.post-filter-container .blog-post__tag-link {
  display: inline-block;
  margin-right: 30px;
  background-color: #2280BC !important;
  color: #1f58a6 !important;
  padding: 5px 10px;
}

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

.blog-post .blog-post__meta {
  background-color: #ffffff;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .blog-post .blog-post__meta {
    margin-bottom: 40px;
  }
}

.blog-post .blog-post__tag-link {
  background-color: #ffffff;
  padding: 5px 20px;
  text-transform: uppercase;
  color: #2280bc;
  font-weight: bold;
  font-size: 11px;
}

.blog-post .blog-post__meta .blog-post__title {
  color: #ffffff;
  font-size: 40px;
}

h1.blog-post__title {
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #0f2036;
    font-size: 40px;
    letter-spacing: 0px;
    text-transform: none;
  font-weight:700;
}

.blog-post__image-wrapper {
  height: 200px;
  margin: 0;
  position: relative;
  width: 100%;
}

.blog-post__image {
  border-radius: 0px !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.blog-body-content {
  margin-top: 100px;
}
.blog-post__body p {
  color: #616F7B;
}


/* Blog Pagination */

.blog-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2.8rem;
  text-align: center;
}

.blog-pagination__link {
  display: inline-flex;
  margin: 0 0.35rem;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border-radius: 50%;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  align-items: center;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}
.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #00326d;
  margin: 0 5px;
}

/* Numbered Pagination */
.blog-pagination {
  display: block;
  text-align: center;
}
.blog-pagination > div {
  display: inline-block;
}
.blog-pagination-left {
  text-align: right;
}
.blog-pagination-right {
  text-align: left;
}
.blog-pagination a {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 5px 10px;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
  background-color: #c8ecff;
  text-decoration: none;
}
.blog-pagination a.elipses {
  border: 0;
}
.blog-pagination a.active {
  background-color: #f5f5f5;
  color: #666;
  pointer-events: none;
  cursor: default;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {
  background-color: #666;
  color: #fff;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {
  background-color: #008cd4;
  color: #fff;
}

.blog-post__comments-listing {
  margin-bottom: 5.6rem;
}

.comment {
  padding-top: 2em;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:active {
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 1300px) {
  .blog-post__social-sharing .social-links {
    display: inline-flex;
    flex-direction: column;
  }
  .blog-post__social-sharing {
    left: -7rem;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 9rem;
  }
}

.button-blog,
a.button-blog {
  border:1px solid #0088cc;
  padding:12px 24px;
  cursor:pointer;
  background:#FFFFFF;
  color:#0088cc;
}

.button-blog:hover,
a.button-blog:hover {
  border:1px solid #0088cc;
  padding:12px 24px;
  cursor:pointer;
  background:#0088cc;
  color:#FFFFFF;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width:auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 14px;
  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;
}

img {
  max-width:100%; 
  height:auto;
}

.comment-date{
  display:block !important;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;


}

.widget-type-email_subscriptions form#email-prefs-form {
  max-width: 100%;
}

.systems-page .hs-input {
  margin: 10px 0;
}
@media(max-width:767px){
  .systems-page h1 {
    font-size: 20px;
  }

  .systems-page h3 {
    font-size: 16px;
  }
}