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


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

.dnd-section > .row-fluid, .header__container, .footer__container, .page-center, .content-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}

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

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

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

@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: Montserrat;
  src: local("Montserrat Light"), local("MontserratLight"), 
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/montserrat-light-webfont.woff2") format("woff2"), 
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/montserrat-light-webfont.woff") format("woff"), 
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/montserrat-light-webfont.ttf") format("truetype"); 
  font-style: normal;
  font-weight: 300;
}

@font-face { 
  font-family: Montserrat;
  src: local("Montserrat Regular"), local("MontserratRegular"),
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/montserrat-regular-webfont.woff2") format("woff2"), 
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/montserrat-regular-webfont.woff") format("woff"),
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/montserrat-regular-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; 
}

@font-face {
  font-family: Montserrat; 
  src: local("Montserrat SemiBold"), local("MontserratSemiBold"),
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/montserrat-semibold-webfont.woff2") format("woff2"), 
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/montserrat-semibold-webfont.woff") format("woff"), 
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/montserrat-semibold-webfont.ttf") format("truetype"); 
  font-style: normal;
  font-weight: 500; 
}

@font-face {
  font-family: Montserrat; 
  src: local("Montserrat Bold"), local("MontserratBook"), 
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/montserrat-bold-webfont.woff") format("woff"),
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/montserrat-bold-webfont.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 700; 
}
 
@font-face { 
  font-family: KlinicSlab;
  src: local("Klinic Slab Italic Bold"), 
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/klinicslabboldit-webfont.eot") format("embedded-opentype"),
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/klinicslabboldit-webfont.ttf") format("truetype"), 
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/klinicslabboldit-webfont.woff") format("woff"),
    url("https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/OneStock_April2021/fonts/klinicslabboldit-webfont.woff2") format("woff2"); 
  font-weight: 700;
}

html {
  font-size: 16px;
}

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

img {

  max-width:100%;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  outline: 0;
}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

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

@media (max-width:1199px){
  body {
    font-size: calc(16px + 4 * ((100vw - 320px)/ 880)) !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  width: 100%;
  padding: 20px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  text-decoration: none;
  transition: all .3s ease-out;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  font-family: Montserrat,Arial,sans-serif;
}

.hs-form-fad7fb57-fc95-48ad-a8c5-0ed625272491_beca0ef6-7169-4e98-8670-af72b9e04670 .hs-button,
.hs-form-fad7fb57-fc95-48ad-a8c5-0ed625272491_c4e6ef92-9bfd-4670-84ae-0cd4b6e25575 .hs-submit > .actions{
   border-radius: 24px !important;
}

.hs-button:hover,
.hs-button:focus {
  text-decoration: none;
}

.hs-form label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
  font-family: Montserrat,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

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

h3.form-title {
  padding: 0 20px;
}

input.hs-input,
textarea.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  background-color: #fff;
  outline: 0;
  padding: 14.5px 4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  font-family: Montserrat,Arial,sans-serif;
  padding-left: 1rem;
  padding-right: 1rem;
}

select{
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  background-color: #fff;
  outline: 0;
  padding: 16px 13px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  font-family: Montserrat,Arial,sans-serif;
  padding-left: 1rem;
  padding-right: 1rem;
}

input[type="password"] {
  margin-bottom: 18px;
}

#hs-search-module input {
  margin-bottom: 18px;
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

.hs-input:focus {
  outline: none;
}

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

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,
.hs-form-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: 20px 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

form#email-prefs-form {
  padding: 20px 0px;
}

@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:1199px){
  .hs-button {
    padding-left: 16px !important;
    padding-right: 16px !important;
 
  }
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
    padding: 20px 0px;
  }

  h3.form-title {
    padding: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 0;
  margin: 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;
}

header.header {
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background-color .2s ease-in-out;
  padding-left: 16px;
  padding-right: 16px;
}

.header__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.header-logo {
  max-width: none;
  display: inline-block;
  padding-top: .85rem;
  padding-bottom: .85rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.header-logo svg {
  max-width: 180.92px;
  max-height: 2.375rem;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

.header-logo svg path {
  fill: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-right: 5px;
  position: relative;
  line-height: 16px;
  font-size: 14px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child,.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
  position: static;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem 1rem;
  padding-right: .3rem;
  padding-left: .3rem;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > a {
  position: relative;
  border-left: 1px solid #fff!important;
  padding: 6px 0 6px 15px;
  font-weight: 400;
  margin: 10px 0 10px;
  font-size: 16px;
  margin-left: .5rem;
  line-height: 1.2;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a > svg {
  width: 18px;
  height: 10px;
  fill: #29bdb0;
  transition: transform .2s ease-in-out , -webkit-transform .2s ease-in-out;
  margin-left: .25rem;
  display: inline-block;
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a > svg path {
  fill: #29bdb0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > a {
  max-height: 41px;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #29bdb0;
  border: 1px solid transparent;
  border-color: #29bdb0;
  display: inline-block;
  transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , box-shadow .15s ease-in-out , -webkit-box-shadow .15s ease-in-out;
  line-height: 1.2;
  margin-left: 8px;
  position: relative;
  left: 1px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > a svg {
  width: 23px;
  max-height: 23px;
  margin-top: -3px;
  font-size: 16px;
  overflow: hidden;
  vertical-align: middle;
  height: auto;
  margin-left: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8)>a>svg {
  position: relative;
  left: 1px;
}


body.scroll .logo-OS__primary {
  fill: #263239 !important;
}

body.scroll .logo-OS__secondary {
  fill: #29bdb0 !important;
}



.custom-menu-primary .hs-menu-wrapper>ul>li:first-child > ul {
  margin-top: -3px !important;
  font-size: inherit !important;
  top: 121% !important;
  position: absolute !important;
  box-shadow: 0 3px 10px rgb(51 30 30 / 20%) !important;
  width: 100%;
  left: 0 !important;
  z-index: 1000;
  min-width: 10rem !important;
}


.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul > li {
  width: calc(50% - 3px) !important;
  padding: 40px !important;
  float: left !important;
  white-space: normal !important;
  clear: none !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul > li:first-child {
  border-right: 1px solid #aeb2b5;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul > li > a {
  color: #3cb5ac !important;
  text-transform: uppercase;
  font-weight: 500;
  cursor: text;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul > li > ul > li {
  width: 50%;
  border-top: none;
  padding: 0;
  margin: 26px 0 0;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.child-open > a svg {
  transform: rotate( 180deg );
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul {
  margin-top: -3px !important;
  font-size: inherit !important;
  top: 121% !important;
  position: absolute !important;
  box-shadow: 0 3px 10px rgb(51 30 30 / 20%) !important;
  min-width: 10rem !important;
  width: 100%;
  left: 0 !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > a {
  background: #263239;
  color: #fff;
  text-align: center;
  padding: 25px;
  font-size: 27px;
  font-weight: 600;
  display: block;
  cursor: text;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > ul > li {
  float: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > ul > li:first-child {
  border-right: 1px solid #aeb2b5;
  width: 57%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > ul > li:last-child {
  width: 43%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > ul > li > a {
  background: #e9eaeb;
  color: #263239;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  display: block;
  cursor: text;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > ul > li > ul > li {
  padding: 30px;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > ul > li > ul > li:first-child {
  border-right: 1px solid #f1f1f1;
  min-height: 250px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > ul > li:first-child > ul > li:first-child {
  width: 57%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > ul > li:first-child > ul > li:last-child {
  width: 43%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > ul > li:last-child > ul > li {
  width: calc(50% - 3px);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > ul > li > ul > li > a {
  color: #29bdb0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: text;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > ul > li > ul > li > ul > li {
  width: 100%;
  border-top: none;
  padding: 0;
  margin: 26px 0 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a:hover {
  background-color: #263239;
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child) > ul,.custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(2)) > ul {
  position: absolute;
  left: 8px;
  top: 129%;
  margin-top: -3px;
  font-size: inherit;
  box-shadow: 0 3px 10px rgb(51 30 30 / 20%);
  min-width: 10rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child) > ul > li,.custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(2)) > ul > li {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding: 1rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li {
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8) > ul {
  left: 24px!important;
  top: 129%;
  min-width: 3rem!important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8) > ul > li {
  width: 3.125rem;
  height: 3.125rem;
  -ms-flex-preferred-size: 3.125rem;
  flex-basis: 3.125rem;
  max-width: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #263239;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8) > ul > li > a {
  color: inherit;
  font-weight: 300;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
  color: #fff;
  background-color: #229e93;
  border-color: #209389;
}

.mobile-lang-link-wrapper {
  display: none;
}

button.mobile-trigger-wrapper {
  display: none;
}

.custom-menu-primary.mobile {
  display: none;
}

body.no-banner header.header {
  background-color: #fff;
}

body.no-banner .header-logo svg .logo-OS__primary {
  fill: #263239;
}

body.no-banner .header-logo svg .logo-OS__secondary {
  fill: #29bdb0;
}

body.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #263239;
}


.no-banner .fixed-header {
  min-height: 72.02px;
}

header.header.lp .header__container {
  justify-content: flex-start;
}


@media (min-width:1200px){
  .custom-menu-primary .hs-menu-wrapper>ul>li > ul {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open > ul {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width:1199px){
  .header__container {
    padding-left: 0;
    padding-right: 0;
  }

  .header-logo svg {
    max-width: 150px;
  }

  .custom-menu-primary {
    display: none;
  }

  .mobile-lang-link-wrapper {
    margin-right: 5px;
    margin-left: auto;
    line-height: 16px;
    position: relative;
    font-size: calc(12px + 4 * ((100vw - 320px)/ 880));
  }

  .mobile-lang-link-wrapper > div > span > a {
    color: #fff;
    outline: 0;
    width: 3.125rem;
    height: 3.125rem;
    flex-basis: 3.125rem;
    max-width: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(12px + 4 * ((100vw - 320px)/ 880));
    border: 1px solid transparent;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
  }

  .mobile-lang-link-wrapper ul {
    position: absolute;
    left: 0;
    z-index: 1000;
    float: left;
    padding: 0 0;
    margin: .125rem 0 0;
    color: #263239;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.15);
    margin-left: 0px;
    margin-top: -3px;
    font-size: inherit;
    top: 50px;
    background-color: #fff;
    min-width: unset;
    display: none;
  }

  .mobile-lang-link-wrapper ul li {
    border: 1px solid transparent;
    color: #263239;
    width: 3.125rem;
    height: 3.125rem;
    flex-basis: 3.125rem;
    max-width: 3.125rem;
  }

  .mobile-lang-link-wrapper ul li a {
    border: 0;
    color: inherit;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    text-decoration: none;
    width: 100%;
    height: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(12px + 4 * ((100vw - 320px)/ 880));
    line-height: 1.2;
    font-weight: 500;
    cursor: pointer;
  }

  .mobile-lang-link-wrapper ul li a:hover {
    color: #29bdb0;
  }

  .mobile-lang-link-wrapper a svg {
    margin-left: .25rem;
    width: 18px;
    height: 10px;
    fill: #29bdb0;
    display: inline-block;
  }

  button.mobile-trigger-wrapper {
    background-color: #29bdb0;
    border-radius: 5px;
    width: 3.125rem;
    height: 3.125rem;
    flex-basis: 3.125rem;
    max-width: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    outline: none;
    font-size: 1.25rem;
    line-height: 1;
    padding: 11px 9px;
    display: inline-block;
    cursor: pointer;
  }

  .mobile-trigger-inner {
    position: relative;
    height: 16px;
    transition: 0.3s;
  }

  .mobile-trigger {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    transition-property: transform,-webkit-transform;
    display: block;
    top: 50%;
    margin-top: -3px;
  }

  .mobile-trigger:before,.mobile-trigger:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
  }

  .mobile-trigger:before {
    top: -11px;
  }

  .mobile-trigger:after {
    bottom: -11px;
  }

  button.mobile-trigger-wrapper:hover .mobile-trigger-inner {
    opacity: 0.7;
  }
  .mobile-lang-link-wrapper.open ul {
    display: block;
  }

  .mobile-lang-link-wrapper.open a svg {
    transform: rotate3d(0,0,1,
      180deg
    );
  }

  body.mobile-open header.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    transition: background-color .2s ease-in-out;
    height: 100%;
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880));
  }

  body.mobile-open {
    overflow: hidden;
  }

  .mobile-open .header-logo svg .logo-OS__primary {
    fill: #263239;
  }

  .mobile-open .header-logo svg .logo-OS__secondary {
    fill: #29bdb0;
  }

  body.mobile-open .mobile-lang-link-wrapper>div>span>a {
    color: #263239;
  }

  body.mobile-open .mobile-trigger {
    transform: rotate( 45deg );
    transition-delay: .12s;
  }

  body.mobile-open .mobile-trigger:before {
    top: 0;
    opacity: 0;
  }

  body.mobile-open .mobile-trigger:after {
    bottom: 0;
    transform: rotate( -90deg );
  }
  .custom-menu-primary.mobile {
    display: none;
    height: 100%;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    flex-direction: column;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative !important;
    margin-right: 5px;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e9eaea;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    color: #263239 !important;
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880));
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    padding-bottom: .5rem;
    padding-top: .5rem;
    line-height: 16px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    padding: .9rem 4rem;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
    font-size: calc(12px + 4 * ((100vw - 320px)/ 880));
    line-height: 1.2;
    margin: 0;
    border-radius: initial;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8)>a>svg {
    height: 20px;
    margin: 0 auto;
    width: auto;
  }

  .mobile-open .custom-menu-primary.mobile {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li > ul {
    margin-left: 1.875rem;
    position: static !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul {
    position: static !important;
    width: auto;
    min-width: auto !important;
    box-shadow: none !important;
    margin-bottom: 32px;
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880)) !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li {
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child {
    border: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li {
    width: 100% !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>a {
    border-top: 1px solid #e9eaea;
    padding: 16px;
    color: #29bdb0 !important;
    text-transform: uppercase;
    display: block;
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880));
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li {
    margin: 0;
    float: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li > a {
    display: block;
    width: 100%;
    padding: 1rem 0;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #e9eaea;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880));
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul {
    position: static !important;
    width: auto;
    min-width: auto !important;
    box-shadow: none !important;
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880)) !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li {
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
    border: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) > ul > li > a {
    border-top: 1px solid #e9eaea;
    padding: 16px;
    color: #29bdb0 !important;
    text-transform: uppercase;
    display: block;
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880));
    background-color: transparent;
    text-align: left;
    font-weight: 500;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li {
    float: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li:first-child {
    border: none;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a {
    display: block;
    width: 100%;
    padding: 1rem 0;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #e9eaea;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880));
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul, .custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(2))>ul {
    box-shadow: none;
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880));
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li, .custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(2))>ul>li {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li > a, .custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(2))>ul>li > a {
    padding: 1rem 0;
    border-top: 1px solid #e9eaea;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    font-size: inherit;
  }
  .mobile-lang-link-wrapper {
    display: block;
  }

  button.mobile-trigger-wrapper {
    display: inline-block;
  }
  .no-banner .fixed-header {
    min-height: 69.73px;
  }
  body.no-banner .mobile-lang-link-wrapper>div>span>a {
    color: #000;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li>a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a:hover {
    background: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li>a:hover, .custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(2))>ul>li>a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>a:hover {
    background: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a:hover {
    background: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li:last-child {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:last-child > ul > li:last-child > a {
    border-bottom: 1px solid #e9eaea;
  }
  body.scroll .mobile-lang-link-wrapper>div>span>a {
    color: #000!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    display: none;
  }

}


@media (max-width:991px){
  .mobile-lang-link-wrapper a svg {
    width: .6rem;
  }

}

@media (max-width:767px){
  button.mobile-trigger-wrapper {
    width: 2.5rem;
    height: 2.5rem;
    flex-basis: 2.5rem;
    max-width: 2.5rem;
  }

  .mobile-trigger:before {
    top: -7px;
  }

  .mobile-trigger:after {
    bottom: -7px;
  }

  .mobile-lang-link-wrapper {
    margin-right: 0;
  }
}


@media (max-width:575px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li>a {
    border: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li>a {
    border: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a {
    border: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    border-radius: 6px;
    max-height: 50px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.footer__container {
  margin: 0 auto;
}
footer.footer {
  padding-top: 60px;
}

.footer-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-social-icon {
  margin-top: 13px;
  margin-bottom: 13px;
  display: flex;
}

.footer-social-icon ul li {
  line-height: 16px;
  font-size: 20px;
}

.footer-social-icon h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-family: Montserrat,Arial,sans-serif;
  margin: 3px 0px;
}

.footer-social-icon ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-social-icon ul li a {
  padding-right: .25rem;
}

.footer-social-icon ul li a svg {
  fill: #29bdb0;
  max-height: 30px;
  max-width: 30px;
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.footer-form-section {
  display: flex;
}

.footer-form-section h3 {
  width: 460px;
  text-align: right;
  margin-right: 20px;
  font-size: 20px;
  padding-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: Montserrat,Arial,sans-serif;
  padding-right: 0;
}

.footer-form-section form {
  padding: 0;
  min-width: 420px;
  border-radius: 8px;
  border: 1px solid #a5aaad;
  outline: 0 !important;
  display: flex;
  width: 100% !important;
  justify-content: space-between;
  height: 56px;
}

.footer-form-section form label {
  color: #e9eaea;
  margin-bottom: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 1rem;
  font-size: 14px;
  padding-right: .5rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
  font-family: Montserrat,Arial,sans-serif;
  display: flex;
  align-items: center;
}

.footer-form-section form label .hs-form-required {
  display: none;
}

.footer-form-section form .hs-input {
  background-color: #263239;
  color: #fff;
  border-width: 0;
  padding: 0;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  min-width: 0;
  display: block;
  width: 100% !important;
  height: calc(1.2em + 1.8rem + 2px) !important;
  font-size: 1rem;
  font-weight: 400;
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  font-family: Montserrat,Arial,sans-serif;
  line-height: 24px;
}

.footer-form-section form .hs-button {
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  line-height: 1.2;
  border-radius: 0;
  transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , box-shadow .15s ease-in-out , -webkit-box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #29bdb0;
  border-color: #29bdb0;
  text-transform: uppercase;
  transition-property: background-color , color;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  flex-basis: 3.125rem;
  max-width: 3.125rem;
  width: 3.125rem;
  height: 100%;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  cursor: pointer;
  font-size: 0;
}

.footer-form-section form > div {
  display: flex;
  margin-bottom: 0;
}

.footer-form-section > span {
  width: 100%;
  display:flex;
}

.footer-bottom-inner {
  padding-top: .25rem;
  text-align: center;
  padding-bottom: 16px;
}

.footer-hr-line {
  background-color: #fff;
  margin-bottom: 2.5rem;
  height: 1px;
  margin-top: 2.5rem;
}

.footer-menu-title {
  font-size: 14px;
}

.footer-menu-title h3 {
  margin-bottom: 2.5rem;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-family: Montserrat,Arial,sans-serif;
}

.footer-menu {
  margin-bottom: 40px;
}

.footer-menu .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.footer-menu .hs-menu-wrapper > ul > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 16px;
  padding-left: 16px;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li {
  margin-bottom: 30px;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 10px;
  display: block;
  font-family: Montserrat,Arial,sans-serif;
  line-height: 1.2;
  cursor: text;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 14px;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li {
  margin-bottom: 5px;
  line-height: 16.8px;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
  font-size: 12px;
  transition: all .3s ease-out;
  font-family: Montserrat,Arial,sans-serif;
  line-height: 1.2;
}

.footer-logo svg {
  max-width: 180.92px;
  max-height: 2.375rem;
  display: inline-block;
  fill: #fff !important;
  width: 100%;
  height: auto;
  transition: all .2s ease-in-out;
  transition-property: fill , background-color;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  vertical-align: middle;
  margin-bottom: 30px;
}

.footer-copyright > div > span {
  width: 100%;
}

.footer-copyright p {
  display: inline;
  font-family: Montserrat,Arial,sans-serif;
  font-size: 14px;
}

.footer-copyright a {
  font-size: 14px;
}

.footer-form-section form .hs-button svg {
  width: .9375rem;
  height: 1.875rem;
  display: inline-block;
  fill: currentColor;
  flex-shrink: 0;
  vertical-align: middle;
  transition: all .2s ease-in-out;
}

.footer-copyright {
  font-size: 14px;
}

.footer-form-section form .hs-button:hover {
  color: #fff;
  background-color: #229e93;
  border-color: #209389;
}

.footer-form-section .hs_error_rollup {
  display: none;
}
.footer-form-section {
  position: relative;
}
.footer-form-section ul.no-list.hs-error-msgs {
  position: absolute;
  top: 100%;
  width: auto;
}

footer.footer.lp {
    padding-top: 18px;
}

footer.footer.lp .footer-top-inner {
    display: none;
}

.hs-blog-listing footer.footer, .hs-blog-post footer.footer  {
    padding-top: 200px;
}

@media (max-width:1199px){
  .footer-social-icon {
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-top-inner {
    flex-wrap: wrap;
  }

  .footer-bottom-inner {
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880));
  }

  .footer-menu-title h3 {
    font-size: calc(16px + 4 * ((100vw - 320px)/ 880));
  }

  .footer-form-section h3 {
    font-size: calc(16px + 4 * ((100vw - 320px)/ 880));
  }

  .footer-form-section form label {
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880));
    position: relative;
    top: 1px;
  }

  .footer-form-section form {
    height: 55px;
  }

  .footer-social-icon h3 {
    font-size: calc(16px + 4 * ((100vw - 320px)/ 880));
    margin-top: 4px;
  }

  .footer-form-section form .hs-button svg {
    position: relative;
    top: 1px;
  }

  .footer-copyright {
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880));
  }

  .footer-copyright p {
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880));
  }

  .footer-copyright a {
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880));
  }
  .footer-menu .hs-menu-wrapper>ul>li>ul>li>ul {
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880));
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
    font-size: calc(12px + 2 * ((100vw - 320px)/ 880));
    line-height: 1.2;
  }

}

@media (max-width:991px){
  .footer-form-section form {
    min-width: 400.67px;
    height: 54px;
  }

  .footer-form-section h3 {
    width: 267.33px;
  }

  .footer-form-section form label {
    top: 0;
  }

  .footer-form-section form .hs-button svg {
    top: 0;
  }

}

@media (max-width:767px){
  .footer-form-section h3 {
    width: 278.5px;
  }

  .footer-form-section form {
    min-width: 137.58px;
    height: 53px;
  }


  .footer-form-section form .hs-button {
    width: 2.5rem;
    flex-basis: 2.5rem;
    max-width: 2.5rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }

  .footer-form-section {
    margin-bottom: -4px;
  }

}


@media (max-width:648px){
  .footer-form-section form {
    height: 52px;
  }

  .footer-social-icon h3 {
    margin-top: 5px;
  }
}

@media (max-width:575px){
  .footer-form-section h3 {
    width: 100%;
    text-align: center;
    margin-right: 20px;
  }

  .footer-form-section {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-form-section>span {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-form-section form {
    min-width: auto;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-form-section form .hs-input {
    height: auto !important;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-form-section form {
    height: 34px;
  }
  .footer-form-section #hs_form_target_subscribe_form {
    width: 100%;
  }
  .footer-form-section form .hs-input {
    height: 32px !important;
  }
  .footer-form-section h3 {
    margin-right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0 auto;
}


.banner-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 5.2%;
  padding-bottom: 5.153%;
}

.banner-wrapper .content-wrapper {
  padding: 0 16px;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
}

.banner-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  width: 100%;
}

.banner-row-inner {
  width: 100%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
  margin-left: 8.33333333%;
  padding-right: 16px;
  padding-left: 16px;
  margin-top: 70px;
}

.banner-content {
  padding: 1.875rem;
  margin-bottom: 11px;
}

.banner-content h1 {
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  font-size: 60px;
  color: #fff;
  font-family: Montserrat,Arial,sans-serif
}

.banner-content h2 {
  font-size: 30px;
  margin-bottom: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  font-family: Montserrat,Arial,sans-serif;
  margin-top: 13px;
  position: relative;
  top: 2px;
}

.banner-wrapper.blog {
  padding-top: 6.8%;
  padding-bottom: 7.53%;
}

.blog-listing {
  padding-bottom: 5rem;
  padding-top: 5rem;
  background-color: #e9eaea;
}

.blog-listing .row-fluid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  width: auto;
}

.blog-index {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
  margin-top: 1.875rem;
  padding-right: 16px;
  padding-left: 16px;
}

.blog-sidebar {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin-top: 1.875rem;
  padding-right: 16px;
  padding-left: 16px;
}

.blog-title {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0,0,0,.125);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.blog-title h2 {
  color: #29bdb0;
  font-size: 24px;
  text-transform: uppercase;
  padding: 1rem 1.875rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: Montserrat,Arial,sans-serif;
  margin: 0;
}

.post-item {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0,0,0,.125);
  margin-bottom: 2.5rem;
}

.post-featured-image img {
  width: 100%;
  vertical-align: middle;
}

.post-content {
  padding: 1.85rem;
  padding-top: 1rem;
}

.post-meta {
  padding-bottom: 1.875rem;
  display: flex;
}

.post-date {
  flex: 1;
}

.author-section {
  flex: 1;
  color: #a5aaad;
  display: flex;
  align-items: center;
}

.blog-post__tags {
  flex: 1;
  text-align: right;
}

.post-date svg {
  width: 1rem;
  height: 1.15625rem;
  display: inline-block;
  vertical-align: middle;
}

.post-date span {
  color: #a5aaad;
  font-size: 14px;
}

.author-section svg {
  width: 1rem;
  height: 1.15625rem;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}

.author-name {
  flex: 1;
  color: #a5aaad;
  font-size: 14px;
}

.author-name a {
  font-size: 14px;
}

.blog-post__tags a {
  font-size: 14px;
}

h2.post-title {
  color: #343a40;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: Montserrat,Arial,sans-serif;
}

h2.post-title a {
  color: inherit;
  text-decoration: none;
}

.post-descriptions {
  font-size: 14px;
  color: #343a40;
  font-family: Montserrat,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.read-more {
  padding: 1.875rem;
  padding-top: 0;
}

.read-more a {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: .9rem 4rem;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  transition: all .3s ease-out;
  overflow: hidden;
  z-index: 1;
  border: 2px solid #29bdb0;
  background-color: #29bdb0;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.read-more a:hover {
  color: #fff;
  border-color: #229e93;
  background-color: #229e93;
}

.blog-sidebar-topic-filter {
  margin-bottom: 1rem;
  background-color: #fff;
}

.blog-sidebar-topic-filter h3,.blog-sidebar-feed h3 {
  text-transform: uppercase;
  font-size: 24px;
  padding: 1rem 1.875rem;
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
  color: #263239;
  font-family: Montserrat,Arial,sans-serif;
}

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

.blog-sidebar-topic-filter ul li {
  margin-bottom: 1px;
}

.blog-sidebar-topic-filter ul li a {
  display: block;
  padding: 1rem 1.875rem;
  background-color: #29bdb0;
  color: #fff;
  text-decoration: none;
}

.blog-sidebar-topic-filter ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.blog-sidebar-feed {
  margin-bottom: 1rem;
  background-color: #fff;
}


.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination a {
  display: block;
  padding: .4em;
  font-size: .9em;
  color: #263239;
  text-transform: uppercase;
  font-family: Montserrat,Arial,sans-serif;
  text-decoration: none;
}

.blog-pagination ul {
  flex: 1 0 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.blog-pagination a.active {
  margin-top: -1px;
  font-size: 1.1em;
  font-weight: 700;
  color: #29bdb0;
  pointer-events: none;
}

.blog-pagination a:hover {
  color: #29bdb0;
}

.blog-pagination a.disabled {
  display: none;
}

.blog-content-wrapper.blog-post-wrapper {
  padding-top: 8px;
}

.post-page-content {
  padding: 1.875rem;
  padding-top: 1rem;
}

.blog-index-inner {
  background-color: #fff;
}

h1.blog-post-title {
  color: #29bdb0;
  font-size: 24px;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  font-family: Montserrat,Arial,sans-serif;
}

.blog-post-body {
  font-size: 14px;
}

.blog-post-page-tags {
  background-color: #263239;
  padding: 1.875rem;
  font-size: 14px;
}

.blog-post-page-tags span {
  color: #fff;
  padding: 4px 8px;
  padding-left: 0;
  font-weight: 500;
  line-height: 1.2;
}

.blog-post-page-tags a {
  font-size: 14px;
}

.blog-social-share-wrapper {
  padding: 1.875rem;
  display: flex;
  align-items: center;
}

.blog-social-share-wrapper h4 {
  font-size: 14px;
  padding-right: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: Montserrat,Arial,sans-serif;
  color: #343a40;
  margin: 0;
}

.blog-social-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.blog-social-share a {
  display: inline-block;
  vertical-align: middle;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  position: relative;
  margin-left: .5rem;
  margin-right: .5rem;
  color: #fff;
  background-color: #29bdb0;
  font-size: 14px;
  transition: all .2s ease-in-out;
}

.blog-social-share a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 40%;
  max-height: 40%;
  transform: translate3d(-50%,-50%,0);
  display: inline-block;
  fill: currentColor;
  width: 100%;
  height: auto;
  transition: all .2s ease-in-out;
  vertical-align: middle;
}

.blog-social-share a:hover {
  background-color: #209389;
  color: #ffff;
}

#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
}
.section.post-footer .hs_error_rollup {
  margin-top: 20px;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}
.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
  padding:0;
}
.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;
}

.text-center {
  text-align: center;
}

.text-center h2 {
  margin-bottom: 2.5rem;
  font-size: 42px;
  font-weight: 600;
  font-family: Montserrat,Arial,sans-serif;
  line-height: 1.2;
  color: #263239;
}

.recent-post-wrapper {
  padding-top: 2.5rem;
}

.recent-post-inner {
  margin-bottom: -140px;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  display: flex;
}

.rec-post-item {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin-top: 1.875rem;
  padding-right: 16px;
  padding-left: 16px;
  position:relative;
}

.rec-post-inner {
  box-shadow: 0 15px 20px rgb(29 29 27 / 30%);
  position: relative;
  top: 0;
  transition: all .3s ease-out;
  background-color: #fff;
}

.cm-bg-stretch img {
  vertical-align: middle;
}


.rec-post-content-wrapper {
  padding: 1.875rem;
}


.rec-post-content-wrapper .post-meta {
  padding-bottom: 1rem;
}

h2.cm-recent-tittle {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #29bdb0;
  font-family: Montserrat,Arial,sans-serif;
  transition: 0.3s;
}

.rec-post-content {
  font-size: 12px;
  color: #263239;
}

.rec-post-inner:hover {
  top: -20px;
  box-shadow: 0 15px 20px rgb(29 29 27 / 50%);
}

a.rec-post-link {
  text-decoration: none;
}


.rec-post-item:hover h2.cm-recent-tittle {
  color: #1b7e75;
}

.related-post-wrapper {
  padding: 2.5rem 1.875rem;
  background-color: #263239;
  text-align: center;
}

h4.related-post-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}


.related-post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  padding-right: .5rem;
  padding-left: .5rem;
}

.related-post-item {
  position: relative;
  width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-right:.5rem;
  padding-left:.5rem;
}

.post_card>img {
  width: 100%;
}

.card-body.p-3 {
  color: #343a40;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  background-color: #fff;
  min-height: 100px;
}

.date_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 1rem;
}

.date_icon {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: .5rem;
  position: relative;
  padding-right: calc((1rem / 2) + 2px);
  width: 1rem;
  height: 1.15625rem;
}

.date_icon:before {
  content: '';
  width: 2px;
  background-color: #e9eaea;
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  border-radius: 2px;
  right: 0;
}

.date_icon svg {
  display: inline-block;
  fill: currentColor;
  transition-property: fill , background-color;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  vertical-align: middle;
}
.date_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
  color: #a5aaad;
  font-size: calc(12px + 2 * ((100vw - 320px)/ 880));
  text-align: left;
}

.related-post-item h3.post_title {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: calc(12px + 4 * ((100vw - 320px)/ 880));
  font-weight: 500;
  color: #343a40;
  font-family: Montserrat,Arial,sans-serif;
  text-align: left;
  text-transform: uppercase;
}

.readmore_link {
  padding: .75rem 1.25rem;
  background-color: #fff;
  border-top: 0 solid rgba(0,0,0,.125);
  padding-top: 0;
  padding-right: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.readmore_link a{
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .9rem 4rem;
  line-height: 1.2;
  color: #fff;
  display: inline-block;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  text-transform: uppercase;
  font-size: calc(12px + 4 * ((100vw - 320px)/ 880));
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  overflow: hidden;
  z-index: 1;
  border: 2px solid #29bdb0;
  background-color: #29bdb0;
  border-radius: 7px;
}

.readmore_link a:hover{
  color: #fff;
  border-color: #229e93;
  background-color: #229e93;
  text-decoration:none;
}

.meta_wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 1rem;
}



.icon-wrapper {
  color: #a5aaad;
  margin-right: .5rem;
  position: relative;
  padding-right: calc((1rem / 2) + 2px);
}

.icon-wrapper:before {
  content: '';
  width: 2px;
  background-color: #e9eaea;
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  border-radius: 2px;
  right: 0;
}

.meta_wrapper.blog-post__tags{
  color: rgba(41,189,176,1.0);
  font-size: 14px;
}
.comment_title{
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  font-size: calc(18px + 6 * ((100vw - 320px)/ 880));
}



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

.blog-post-page-tags, .blog-social-share-wrapper {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}






@media (min-width: 576px){
  .related-post-inner{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .related-post-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

  }
}

@media (min-width:768px){
  .readmore_link{
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .readmore_link a{
    display: block;
    padding-right: .25rem;
    padding-left: .25rem;
  }
  .meta_wrapper {
    margin-bottom: 0;
  }
  .meta_wrapper.blog-post__tags{
    justify-content: flex-end;
  }

}

@media (min-width: 992px){
  .related-post-inner{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .related-post-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media screen and (min-width: 1200px){
  .date_text{
    font-size: 14px;
  }
  .related-post-item h3.post_title {
    font-size: 16px;
  }
  .readmore_link a{
    font-size: 16px;
  }
  .comment_title{
    font-size: 24px;
  }
}


@media (max-width:1199px){
  .banner-content h1 {
    font-size: calc(30px + 30 * ((100vw - 320px)/ 880));
  }
  h2.post-title {
    font-size: calc(18px + 6 * ((100vw - 320px)/ 880));
  }

  .read-more a {
    font-size: calc(12px + 4 * ((100vw - 320px)/ 880));
  }

  h1.blog-post-title {
    font-size: calc(18px + 6 * ((100vw - 320px)/ 880));
  }
}

@media (max-width:991px){
  .banner-row-inner {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-index,
  .blog-sidebar{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .related-post-item{
    margin-top: 1.875rem;
  }
  .card-body.p-3{
    min-height:auto;
  }
  .rec-post-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .recent-post-inner{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog-index{
    margin-top: 10px;
  }

  .read-more a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width:767px){
  .banner-content h2 {
    font-size: 20px;
  }
  .post-meta{
    display: block;
    padding-bottom: .5rem!important;
  }
  .post-meta>div{
    margin-bottom: 1rem!important;
  }
  .blog-post__tags{
    text-align: left;
  }
  .post-page-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .blog-post-page-tags, .blog-social-share-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }

}


@media (max-width:575px){
  .rec-post-item,
  .related-post-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-index{
    margin-top: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.systems-page.full-width form#email-prefs-form {
  max-width: 100%;
}
.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;
}

.systems-page form {
  padding: 20px 0;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

@media (max-width:430px){
  .systems-page.full-width form#email-prefs-form .hs-button {
    padding-left: 12px;
    padding-right: 12px;
  }
}