/* ******************************************************************************
*********************************************************************************
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;
  -webkit-text-size-adjust: 100%;
  height: 100vh;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
  height: 100vh;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

/**
* 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;
  max-width: 1200px !important;
}

/**
* 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, .page-center,.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face { 
  font-family: "Neue Montreal";
  src: url("https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/PQE_Group_June2021/Fonts/NeueMontreal-Medium.woff2") format("woff2"), 
    url("https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/PQE_Group_June2021/Fonts/NeueMontreal-Medium.woff") format("woff");
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.15;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 28px;
  font-family: Lato, serif;
}

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {

}

ul li,
ol li {
  line-height: 28px;
}

ul ul,
ol ul,
ul ol,
ol ol {

}

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;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
  margin-bottom: 20px;
}

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

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  filter: brightness(1.25);
  color: #fff !important;
}

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


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

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

.hs-input,input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  height: 58px !important;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  float: left !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,input#hs-pwd-widget-password:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
  max-width: 1200px !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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.header .page-center {
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  transition-delay: 0.5s;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 0;
  opacity: 1;
  transform: translateY(0px);
  padding: 0;
}

div#hs_cos_wrapper_header_logo {
  width: 200px;
}

div#hs_cos_wrapper_header_logo a {
  display: block;
  padding: 5px;
  text-align: center;
  margin-top: 15px;
}

div#hs_cos_wrapper_header_logo a img {
  width: auto !important;
}

div#hs_cos_wrapper_button {
  width: 200px;
}

div#hs_cos_wrapper_button a {
  display: inline-block;
  color: #0F9CD8;
  font-weight: bold;
  text-decoration: none;
  border: 3px solid #0F9CD8;
  border-radius: 25px;
  padding: 10px 20px;
  margin-top: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(.28, .44, .49, 1);
  box-shadow: 0px 3px 5px 1px rgb(0 18 39 / 15%);
  width: 100%;
  background: transparent;
  font-size: 18px;
  line-height: 1.15;
}

div#hs_cos_wrapper_button a:before {
  content: ' ';
  width: 100%;
  height: calc(100% + 0.2rem);
  background: #0F9CD8;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(.28, .44, .49, 1);
}

div#hs_cos_wrapper_button a:hover:before {
  transform: translateY(0%);
}

div#hs_cos_wrapper_button a:hover {
  color: #fff!important;
}

.header__icon {
  display: none;
  width: 130px;
  position: relative;
  color: #fff;
}

div#hs_cos_wrapper_desktop-navigation-primary {
  position: relative;
}

div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1 {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  margin: 1em 0;
}

.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.triangle {
  display: none;
}

.submenu-toggle {
  display: none;
}

div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1 > li {
  display: inline-block;
  position: relative;
}

div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1>li>a {
  display: block;
  padding: 20px;
  text-decoration: none;
}

div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1>li.active>a,div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1>li.focus>a {
  opacity: 1 !important;
  color: #000 !important;
}

div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1>li.active>a:after, div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1>li.focus>a:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #4CB1D7;
  bottom: -8px;
  width: 100%;
  left: 0;
  right: 0;
}


.submenu.level-2 {
  position: absolute;
  left: -25px;
  width: 150px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-2>li>a {
  font-size: 18px;
  line-height: 28px;
  display: block;
  padding: 6px 10px;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2{
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: visible;
}

.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1>li.active:after {
  position: absolute;
  height: 2px;
  background: #4CB1D7;
  bottom: -8px;
  width: 76px;
  content: "";
}

::-webkit-scrollbar {
  width: 0;
}
::-moz-scrollbar {
  width: 0;
}
::-ms-scrollbar {
  width: 0;
}
::-o-scrollbar {
  width: 0;
}
::scrollbar {
  width: 0
}

.header-wrap {
  min-height: 104px;
}

div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1>li.active-branch>a:after {
  position: absolute;
  height: 2px;
  background: #4CB1D7;
  bottom: 10px;
  content: '';
  width: 100%;
  left: 0;
  bottom: -8px;
}
div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1>li.active-branch>a {
  color: #000;
  position: relative;
}
@media (max-width: 1210px) and (min-width: 769px) {
  div#hs_cos_wrapper_button {
    margin-right: 5px;
  }
}

@media (max-width: 853px) and (min-width: 769px) {
  div#hs_cos_wrapper_header_logo {
    width: 181.64px;
  }

  div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1>li>a {
    padding: 20px 13px;
  }
}

@media (max-width: 768px) {
  div#hs_cos_wrapper_desktop-navigation-primary {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 130px);
    height: 100vh;
    background: #fff;
    transform: translateX(-100%);
    transition: all 1s cubic-bezier(.215, .61, .355, 1);
    overflow-y: auto;
  }

  .header__icon {
    display: block;
  }

  .mobile-trigger {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .mobile-trigger .line {
    height: 4px;
    width: 100%;
    position: absolute;
    background: #000;
    top: 11px;
    transition: all 0.3s ease-in-out;
  }

  .mobile-trigger .line:before,.mobile-trigger .line:after {
    height: 4px;
    width: 100%;
    position: absolute;
    background: #000;
    content: ' ';
    margin-top: -10px;
    transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
  }

  .mobile-trigger .line:after {
    margin-top: 10px;
  }

  div#hs_cos_wrapper_header_logo a {
    margin-left: 20px;
  }

  .mobile-open div#hs_cos_wrapper_desktop-navigation-primary {
    transform: translateX(0%);
  }

  div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1>li {
    width: 100%;
  }

  div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1>li>a {
    width: 100%;
    display: block;
    font-size: 23px;
  }

  .mobile-open .mobile-trigger .line {
    background: transparent !important;
  }

  .mobile-open .mobile-trigger .line:before {
    transform: rotate( 45deg );
    margin-top: 0;
  }

  .mobile-open .mobile-trigger .line:after {
    transform: rotate( -45deg );
    margin-top: 0;
  }

  div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1>li>a {
    position: relative;
  }

  div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1>li>a .child-trigger {
    position: absolute;
    left: 70px;
    top: 9px;
    bottom: 0;
    display: block;
    height: 50px;
    width: 50px;
    cursor: pointer;
  }

  .child-trigger:before, .child-trigger:after {
    content: "";
    position: absolute;
    color: rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0.5);
  }

  .child-trigger:before {
    height: 12px;
    width: 2px;
    top: 22px;
    left: 24px;
  }

  .child-trigger:after {
    height: 2px;
    width: 12px;
    top: 26.5px;
    left: 19.45px;
  }

  ul.submenu.level-2 {
    position: static;
    width: 100%;
    text-align: left;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-2>li>a {
    padding: 5px 20px;
  }
  div#hs_cos_wrapper_desktop-navigation-primary .submenu.level-1>li.active-branch>a:after {
    display:none;
  }
}

@media (max-width: 425px) {
  div#hs_cos_wrapper_header_logo {
    width: 150px;
  }

  div#hs_cos_wrapper_header_logo a {
    width: 50px;
    height: 40px;
    overflow: hidden;
  }

  div#hs_cos_wrapper_header_logo a img {
    width: 180px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer {
  position: relative;
  background-color: #252525;
  background-image: url(https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/raw_assets/public/PQE_Group_June2021/images/footer.jpg);
  background-size: cover;
  opacity: 1;
  pointer-events: all;
  overflow: hidden;
}

.footer .page-center {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.footer .margin-bottom {
  margin-bottom: 50px;
}

.footer .margin-top-medium {
  margin-top: 32px;
}

.footer .col-100 {
  position: relative;
  width: 100%;
}

.footer #hs_cos_wrapper_footer_social_icons_and_logo {
  width: 40%;
  position: relative;
}

.footer #hs_cos_wrapper_footer_menu1 {
  width: 20%;
  position: relative;
}

.footer #hs_cos_wrapper_footer_menu2 {
  width: 25%;
  position: relative;
}

.footer #hs_cos_wrapper_form {
  width: 15%;
  position: relative;
}

.footer #hs_cos_wrapper_form form {
  margin: 0;
}

.footer #hs_cos_wrapper_footer_logo >img {
  width: 200px;
  height: auto;
}

.footer #hs_cos_wrapper_footer_social_icons_and_logo p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
}

.footer strong {
  letter-spacing: 1px;
}

.footer__social {
  margin-top: 150px;
}

.footer__social a {
  margin-right: 15px;
  width: 20px;
  height: 20px;
}

.footer #hs_cos_wrapper_footer_social_icons_and_logo a img {
  vertical-align: middle;
}

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

.footer .hs-menu-wrapper > ul >li >a {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
}

.footer .hs-menu-wrapper ul ul {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  list-style-type: none;
  margin: 15px 0;
}

.footer .hs-menu-wrapper ul ul a {
  transition: all 0.2s cubic-bezier(.215, .61, .355, 1);
}

.footer .hs-menu-wrapper ul ul a:hover {
  color: #EFEFEF;
  padding-left: 10px;
  border-left: 4px #0f9cd8 solid;
}
.footer #hs_cos_wrapper_form #hs_form_target_form {
  position: relative;
}

.footer #hs_cos_wrapper_form  select {
  line-height: 1.15;
  margin: 0;
  font-family: 'Lato';
  background: #fff url(https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/raw_assets/public/PQE_Group_June2021/images/chevron-down-blue.svg) no-repeat calc(100% - 20px) center;
  -webkit-appearance: none;
  background-color: rgba(0,0,0,0);
  border: none;
  width: 145px;
  color: #efefef;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  padding:0;
  height:auto !important;
}

.footer #hs_cos_wrapper_form label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #EFEFEF;
  position: absolute;
  top: 23px;
}

.footer #hs_cos_wrapper_form .hs-submit {
  display: none;
}
.footer #hs_cos_wrapper_form img {
  position: absolute;
  right: 0;
  top: 4px;
}



@media (max-width: 768px) {
  .footer .page-center>div {
    width: 100% !important;
  }

  .footer #hs_cos_wrapper_form .field {
    margin-bottom: 13px;
  }

  .footer .hs-menu-wrapper ul ul {
    margin: 15px 0 17px;
  }

  .footer div#hs_cos_wrapper_footer_menu2 {
    margin-bottom: 37px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

.blog-sidebar {
  padding-top: 3.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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

.listing-wrapper.page-center {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-top: 46px;
}

.listing-left {
  position: relative;
  width: 70%;
}

.listing-spacer {
  position: relative;
  width: 5%;
}

.listing-right {
  position: relative;
  width: 25%;
  margin-top: 50px;
}

.pathway-nav {
  overflow: hidden;
}

.pathway-nav a {
  font-size: 14px;
  color: #0f9cd8;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.pathway-nav a:not(:last-child):after {
  content: " ";
  background: url(https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/raw_assets/public/PQE_Group_June2021/images/chevron-right-gray.svg) no-repeat center center;
  width: 18px;
  height: 13px;
  padding-right: 25px;
}

.listing-title-wrap {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.listing-title-wrap .listin-title {
  position: relative;
  width: 60%;
}

.listing-title-wrap .listin-title h1 {
  color: #2b2d2d;
  line-height: 1.15;
  font-family: 'Neue Montreal';
  font-size: 60px;
  margin: 0 0 20px 0;
}

.listing-title-wrap .listin-title h1 .title {
  margin-top: 20px !important;
  overflow: hidden;
  display: block;
}

.listing-post-wrap {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.featured-post.listing-post {
  position: relative;
  width: 100%;
}

.listing-post {
  position: relative;
  width: 50%;
}

.listing-post-wrap .col-5 {
  position: relative;
  width: 5%;
}

.featured-post-image-wrap {
  position: relative;
}

.featured-post-description {
  padding: 20px 20px;
}

.category-container {
  position: absolute;
  bottom: 3px;
  width: auto;
  height: 56px;
/*   background-color: rgba(255,255,255,0.7); */
  background-color:#0f9cd8;
  border-radius: 0px 28px 28px 28px;
}

.featured-post-image-wrap .featured-post-image {
  width: 100%;
  height: auto;
  border-radius: 28px;
  object-fit: cover;
}

.category-container .tag {
  display: inline-block;
  width: 214px;
  height: 56px;
  color: #fff;
  border-radius: 0px 28px 28px 28px;
  padding-top: 15px;
  text-align: center;
  font-size: 17px;
  z-index: 999;
  font-weight: bold;
}

.category-container .tag.insider {
  background-color: #30A6D8;
}

.category-container .tag.featured {
  color: #2b2d2d;
}

.category-container .tag.news {
  background-color: #EB8A2B;
}

.featured-post-description .featured-post-date {
  color: #898989;
  margin-bottom: 15px;
}

.featured-post-description .featured-post-date:before {
  content: " ";
  background: url(https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/raw_assets/public/PQE_Group_June2021/images/clock-grey.svg) no-repeat bottom;
  padding-left: 30px;
  padding-top: 4px;
}

.featured-post-description h2 {
  font-family: 'Neue Montreal';
  color: #2b2d2d;
  font-size: 32px;
  font-weight: bolder;
  margin: 15px 0px;
  line-height: 1.15;
}

.featured-post-description p {
  font-size: 18px;
  line-height: 28px;
  color: #898989;
}

.article__thumbnail {
  position: relative;
}

.article__text {
  padding: 20px 20px;
}

.article__thumbnail div#hs_cos_wrapper_post_filter {
  position: absolute;
  bottom: 3px;
  width: 100%;
}

.article__thumbnail .featured-post-image {
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
}

.article__thumbnail div#hs_cos_wrapper_post_filter h3 {
  display: none;
}

.article__thumbnail div#hs_cos_wrapper_post_filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  width: 100%;
}

.article__thumbnail div#hs_cos_wrapper_post_filter ul li {
  display: inline-block;
}

.article__thumbnail div#hs_cos_wrapper_post_filter ul li a {
  height: 56px;
  display: block;
  color: #fff;
  border-radius: 28px 28px 28px 28px;
  padding: 15px 15px 0;
  text-align: center;
  font-size: 21px;
  z-index: 999;
  font-weight: bold;
}

.article__thumbnail div#hs_cos_wrapper_post_filter ul li a .filter-link-count {
  display: none;
}

.article__thumbnail div#hs_cos_wrapper_post_filter ul li.featured-\(1\) > a {
  background-color: rgba(255,255,255,0.7);
}

.article__thumbnail div#hs_cos_wrapper_post_filter ul li.insider-\(7\) a {
  background-color: #30A6D8;
}

.article__thumbnail div#hs_cos_wrapper_post_filter ul li:first-child a {
  border-top-left-radius: 0;
}

.article__thumbnail div#hs_cos_wrapper_post_filter ul li.news-\(7\) a {
  background-color: #EB8A2B;
}

.article__date {
  margin-bottom: 15px;
  color: #898989;
}

.article__date:before {
  content: " ";
  background: url(https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/raw_assets/public/PQE_Group_June2021/images/clock-grey.svg) no-repeat bottom;
  padding-left: 30px;
  padding-top: 4px;
}

h2.article__title {
  font-size: 32px;
  font-weight: bolder;
  margin: 15px 0px;
  font-family: 'Neue Montreal';
  color: #2b2d2d;
  line-height: 1.15;
}

p.article__excerpt {
  font-size: 18px;
  line-height: 28px;
  color: #898989;
}

.blog-pagination {
  width: 100%;
  text-align: center;
  margin-bottom: 50px !important;
  position: relative;
  display: block !important;
}

.blog-pagination .load-more {
  display: inline-block;
  color: #0F9CD8;
  font-weight: bold;
  text-decoration: none;
  border: 3px solid #0F9CD8;
  border-radius: 25px;
  padding: 10px 20px;
  margin-top: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(.28, .44, .49, 1);
  box-shadow: inset 0px 0px 0px 3px #0F9CD8;
}

.blog-pagination .load-more:before {
  content: ' ';
  width: 100%;
  height: calc(100% + 0.2rem);
  background: #0F9CD8;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(.28, .44, .49, 1);
}

.blog-pagination .load-more:hover:before {
  transform: translateY(0%);
}

.listing-post {
  padding-right: 3.5%;
}

.blog-pagination .load-more:hover {
  color: #fff;
}

.listing-right div#hs_cos_wrapper_post_filter {
  margin-bottom: 35px;
}

div#hs_cos_wrapper_post_listing {
  margin-bottom: 35px;
}

.listing-right .block h3 {
  margin: 1em 0;
  color: #2b2d2d;
  font-size: 24px;
  line-height: 1.15;
}

.listing-right div#hs_cos_wrapper_post_filter ul {
  list-style-type: none;
  padding-left: 10px;
  font-size: 21px;
  line-height: 35px;
}

.listing-right div#hs_cos_wrapper_post_filter ul li {
  font-size: 21px;
  line-height: 35px;
  color: #0f9cd8;
  cursor: pointer;
}

.listing-right div#hs_cos_wrapper_post_filter ul li a {
  color: #0f9cd8;
  font-size: 21px;
  line-height: 35px;
}

.listing-right div#hs_cos_wrapper_post_filter ul li a .filter-link-count {
  display: none;
}

div#hs_cos_wrapper_post_listing ul {
  font-size: 18px;
  line-height: 28px;
  list-style-type: none;
  padding-left: 0;
  margin-left: 40px;
  text-indent: -40px;
}

div#hs_cos_wrapper_post_listing ul li {
  color: #0f9cd8;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

div#hs_cos_wrapper_post_listing ul li a {
  font-size: 18px;
  line-height: 28px;
}

div#hs_cos_wrapper_post_listing ul li:nth-child(1):before {
  content: " ";
  background: url(https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/raw_assets/public/PQE_Group_June2021/images/top-articles-1.svg) no-repeat center bottom;
  padding-left: 40px;
  padding-top: 24px;
}

div#hs_cos_wrapper_post_listing ul li:nth-child(2):before {
  content: " ";
  background: url(https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/raw_assets/public/PQE_Group_June2021/images/top-articles-2.svg) no-repeat center bottom;
  padding-left: 40px;
  padding-top: 24px;
}

div#hs_cos_wrapper_post_listing ul li:nth-child(3):before {
  content: " ";
  background: url(https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/raw_assets/public/PQE_Group_June2021/images/top-articles-3.svg) no-repeat center bottom;
  padding-left: 40px;
  padding-top: 24px;
}

div#hs_cos_wrapper_post_listing ul li:nth-child(4):before {
  content: " ";
  background: url(https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/raw_assets/public/PQE_Group_June2021/images/top-articles-4.svg) no-repeat center bottom;
  padding-left: 40px;
  padding-top: 24px;
}

div#hs_cos_wrapper_post_listing ul li:nth-child(5):before {
  content: " ";
  background: url(https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/raw_assets/public/PQE_Group_June2021/images/top-articles-5.svg) no-repeat center bottom;
  padding-left: 40px;
  padding-top: 24px;
}

.listing-right form {
  margin: 0;
  padding: 0;
  background: transparent;
  max-width: 100%;
  width: 100%;
}

.listing-right form input.hs-search-field__input {
  padding: 1px 2px;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  background: #fff url(https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/raw_assets/public/PQE_Group_June2021/images/search-blue.svg) no-repeat 260px center;
  width: 300px;
  height: 46px !important;
  border: 1px solid #0f9cd8;
  border-radius: 25px;
  padding-left: 16px;
  margin-bottom: 30px;
}

.hs-search-field__suggestions li {
  padding: 7px 14px !important;
}

.article__thumbnail.no-img {
  height: 70px;
}

.article__thumbnail.no-img div#hs_cos_wrapper_post_filter ul li a {
  color: #898989;
}

.blog__instagram h3.fz-24 {
  font-size: 24px;
  margin: 1em 0;
  font-weight: bold;
}

.blog__instagram h3.fz-24 a {
  color: #2b2d2d;
  font-weight: bold;
  font-family: 'Neue Montreal';
  line-height: 1.15;
  font-size: 24px;
}

.blog__instagram h3.fz-24 a:after {
  content: " ";
  background: url(https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/raw_assets/public/PQE_Group_June2021/images/external-link-black.svg) no-repeat bottom;
  padding-left: 50px;
  padding-top: 10px;
}

.article__thumbnail .category-container .tag {
  width: auto;
  padding: 15px 15px 0;
}

.page-center.post-page-cntnt-wrap {
  margin-bottom: 50px !important;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  pointer-events: all;
  margin-top: 46px;
}

[class*='col-'] {
  position: relative;
}

.col-70 {
  width: 70%;
}

div#hs_cos_wrapper_blog_header_section {
  width: 100%;
}

.col-5 {
  width: 5%;
  height: 100%;
}

.margin-top {
  margin-top: 50px !important;
}

.col-25 {
  width: 25%;
}

div#hs_cos_wrapper_blog_header_section>div {
  float: left;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Neue Montreal' !important;
  line-height: 1.15 !important;
}

.subheadline {
  font-size: 60px;
  margin: 0 0 20px 0;
}

.margin-top-small {
  margin-top: 20px !important;
}

.text-reveal {
  overflow: hidden;
  display: block;
}

.text-reveal b {
  display: inline-block;
}

div#hs_cos_wrapper_blog_header_section>div p.fz-21 {
  font-size: 21px;
  line-height: 28px;
  color: #2b2d2d;
  font-family: Lato;
}

p.article__tags.blue-text.fz-16 {
  font-size: 16px;
  color: #0f9cd8;
  line-height: 28px;
  font-family: Lato;
}

.article__tags span:before {
  content: "#";
}

.button-frame {
  display: inline-block;
  color: #0F9CD8;
  padding: 17px 60px 20px 60px;
  text-decoration: none;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  transition: all 0.3s cubic-bezier(.28, .44, .49, 1);
}

.button-frame span {
  position: relative;
}

.button-frame:after, .button-frame:before {
  content: " ";
  border: 2px solid #0F9CD8;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(.28, .44, .49, 1);
}

.button-frame:before {
  transform: translate(-3px, -3px);
}

.button-frame:after {
  transform: translate(3px, 3px);
  opacity: .5;
}

.button-frame--black:hover:after, .button-frame:hover:before {
  transform: translate(0px, 0px);
}

.button-frame:hover:after, .button-frame:hover:before {
  transform: translate(0px, 0px);
}

.col-30 {
}

div#hs_cos_wrapper_find_our_more {
  width: 30%;
}

.related-content {
  background: linear-gradient(
    180deg
    , rgba(248,248,248,1) 0%, rgba(239,239,239,1) 100%);
  padding: 28px 40px;
  width: 100%;
  height: 220px;
  border-radius: 10px;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -31.15, 0, 1);
}

.no-margin {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.grey-text {
  color: #898989;
}

.fz-16 {
  font-size: 16px;
}

.related-content__title {
  font-weight: bolder;
}

a.button {
  display: inline-block;
  color: #0F9CD8;
  font-weight: bold;
  text-decoration: none;
  border: 3px solid #0F9CD8;
  border-radius: 25px;
  padding: 10px 20px;
  margin-top: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(.28, .44, .49, 1);
  box-shadow: 0px 3px 5px 1px rgb(0 18 39 / 15%);
  background-color: transparent;
}

.button:before {
  content: ' ';
  width: 100%;
  height: calc(100% + 0.2rem);
  background: #0F9CD8;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(.28, .44, .49, 1);
}

.button:hover:before {
  transform: translateY(0%);
}

.button:hover {
  color: #fff!important;
}

.col-65 {
  width: 65%;
}

.author-sec {
  padding: 100px 0;
  position: relative;
  background: #F9F8F8;
  opacity: 1;
  pointer-events: all;
}

.author-sec .page-center.author-wrap {
  margin-bottom: 50px !important;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.col-100 {
  width: 100%;
}

.centered {
  text-align: center;
}

.fz-36 {
  font-size: 36px;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

.col-33 {
  width: 33.33%;
}

.grid {
  padding: 0 20px;
}

.grid {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.col-40 {
  width: 40%;
}

.col-60 {
  width: 60%;
}

.article-author img {
  width: 120px;
  height: 120px;
  object-fit: fill;
  border-radius: 50%;
  border: 4px solid #2b2d2d;
}

.author__name {
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
}

.article-author p {
  margin-bottom: 5px;
  margin-top: 5px;
}

.article-author a {
  margin-top: 7px;
}

.article-author a::before {
  content: "Follow on LinkedIn";
}

.rp-loop-wrapper {
  opacity: 1;
  pointer-events: all;
  background: #111;
  padding: 100px 0;
  position: relative;
  font-family: Lato;
  font-size: 18px;
}

.white-text {
  color: #fafafa;
}

.related-loop__title {
  text-align: center;
  font-size: 46px;
}

.margin-bottom {
  margin-bottom: 50px !important;
}

.rp-loop .article {
  background-color: #fff;
  border-radius: 28px;
  margin: 0px 20px;
}

.rp-loop .article__text {
  padding: 30px;
}

/* .rp-loop .article .category-container {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
} */

.rp-loop .article img.img-res {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 28px;
}

.article__category {
  width: 100px;
  height: 56px;
  color: #fff;
  border-radius: 0px 28px 28px 28px;
  padding-top: 15px;
  text-align: center;
  font-size: 21px;
  z-index: 999;
  font-weight: bold;
  margin-right: 5px;
}

.rp-loop .article .category-container .article__category {
  background-color: #30A6D8;
  display: inline-block;
  float: left;
}

.rp-loop .article__text .article__title.black-text {
  font-size: 22px;
}

.rp-loop .article .article__thumbnail.no-img {
  height: 183px;
  background: #f9f8f8;
  border-radius: 28px;
}


@media (max-width: 1190px) {
  .listing-right form input.hs-search-field__input {
    background: #fff url(https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/raw_assets/public/PQE_Group_June2021/images/search-blue.svg) no-repeat 95% center;
    width: 100%;
  }

  .related-content {
    height: auto;
  }

  #hs_cos_wrapper_post_body img {
    width: 100% !important;
  }
}

@media (max-width: 970px) {
  .featured-post-image-wrap .category-container .tag {
    width: 155px;
  }
  .article__thumbnail .category-container .tag {
    height: 49px;
    padding: 10px 5px 0;
  }

  .author-sec .page-center.author-wrap .col-33 {
    width: 50.33%;
  }

  .grid.article-author.is-inview .col-40 {
    margin-right: 5px;
    width: 30%;
  }

  .grid.article-author.is-inview .col-60 {
    width: 60%;
  }

  .article__thumbnail .category-container {
    height: 49px;
  }

  .article-author img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .listing-left {
    width: 100%;
  }

  .listing-right {
    width: 100%;
  }

  .listing-spacer {
    width: 100%;
  }

  .listing-title-wrap .listin-title h1 {
    font-size: 40px;
  }

  .listing-title-wrap .listin-title {
    width: 100%;
  }

  .listing-post-wrap .col-5 {
    width: 100%;
  }

  .listing-post {
    width: 100%;
  }

  .article__thumbnail .category-container .tag {
    height: 56px;
    padding: 15px 15px 0;
  }

  .article__thumbnail .category-container {
    height: 56px;
  }

  .listing-right form input.hs-search-field__input {
    width: 300px;
    background: #fff url(https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/raw_assets/public/PQE_Group_June2021/images/search-blue.svg) no-repeat 260px center;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .subheadline {
    font-size: 40px;
  }

  [class*='col-'] {
    width: 100% !important;
    float: none !important;
    height: auto !important;
  }

  div#hs_cos_wrapper_find_our_more {
    width: 100%;
  }

  .grid.article-author.is-inview .col-40 {
    margin: 0;
  }

  .article-author img {
    width: 120px;
    height: 120px;
  }
}


@media (max-width: 515px) {
  .featured-post-image-wrap .category-container .tag {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .listing-right form input.hs-search-field__input {
    width: 100%;
    background: #fff url(https://19575960.fs1.hubspotusercontent-na1.net/hubfs/19575960/raw_assets/public/PQE_Group_June2021/images/search-blue.svg) no-repeat 95% center;
  }

  .article__thumbnail .category-container .tag {
    padding: 15px 9px 0;
  }
}






/*! locomotive-scroll v3.2.7 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.has-scroll-smooth body {
  overflow: hidden;
}
.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}
.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ******************************************************************************
*********************************************************************************
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: #ddd;
  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 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0; 
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px; 
  color: #4F7D24;
  padding: .75rem .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;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions form#email-prefs-form {
  max-width: 100%;
}
p.header {
  position: static !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

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

.systems-page form {
  max-width: 500px;
}

.systems-page .hs-form-field {
  margin-bottom: 18px;
}

div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
  width: 100% !important;
}


@media (max-width: 767px) {
  div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
    width: 100% !important;
  }
  .systems-page form {
    max-width: 100%;
  }

  .systems-page h1 {
    font-size: 35px !important;
  }
}
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

header.header.new.on-scroll {
  position: fixed;
  top: 0;
  z-index: 210;
  max-width: 100%;
  width: 100%;
  border-bottom: 0;
  box-shadow: rgb(0 0 0 / 12%) 0 1px 3px;
  background-color: #ffffff;
}

.header-logo img {
  max-width: 220px;
  display: block;
  width: 100%;
}
.header-logo {
  margin: 31px 0px 31px 0px;
}
.header-row {
  display: flex;
  flex-wrap: wrap;
}
nav.header-main-menu {
  width: calc(100% - 220px);
}
nav.header-menu {
  padding-left: 100px;
}
ul.hs-menu-children-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display:none;
}
.header-inner  .hs-menu-flow-horizontal ul {
  display: flex;
  flex-wrap: wrap;
  transition: opacity .8s cubic-bezier(.8,0,.25,1),transform .8s cubic-bezier(.8,0,.25,1);
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
.header-menu .hs-menu-flow-horizontal > ul > li {
  padding-right: 40px;
}
.header-menu .hs-menu-flow-horizontal>ul>li>a {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0px;
  font-style: normal;
  height: 110px;
  display: inline-block;
  color: #333333;
  display: flex;
  align-items: center;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.header-wrapp {
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  float: none;
}
header.header.new {
  position: relative;
  z-index: 10011;
}
.header-menu .hs-menu-flow-horizontal>ul>li>a:before {
  content: " ";
  position: absolute;
  top: calc(50% + 1.15em);
  left: 0;
  width: 100%;
  border-top-style: solid;
  transform: scaleX(0);
  transition: transform .2s ease-in-out;
  border-top: 3px solid #279dda;
}
.header-menu .hs-menu-flow-horizontal>ul>li>a:hover:before {
  transform: scaleX(1);
}
.header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children> a:after {
  content: "\f107";
  font-family: fontawesome;
  font-style: normal;
  margin-left: 9px;
}
.header-menu .hs-menu-flow-horizontal>ul>li ul.hs-menu-children-wrapper {
  font-family: Poppins;
  font-weight: 400;
  width: 200px;
  background-color: #f2efef;
  border-top: 3px solid #279dda;
  box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity .2s ease-in;
  flex-direction: column;


}

ul.hs-menu-children-wrapper li {
  display: block;
  width: 100%;
  float: none;
}
.header-menu .hs-menu-flow-horizontal>ul>li:hover ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.header-menu .hs-menu-flow-horizontal>ul>li li:hover > a {
  background-color: #f8f8f8;
}
.header-menu .hs-menu-flow-horizontal>ul>li ul.hs-menu-children-wrapper li a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dcdadb;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  padding: 12px 20px;
  text-indent: 0;
  height: auto;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
  display: inline-block;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}
.header-logo a {
  padding: 0 !important;
  margin: 0 !important;
}
.new .header-logo div#hs_cos_wrapper_header_logo {
  width: auto !important;
}




/* Footer */


.footer-top-block {
  position: relative;
  padding: 60px 0px 64px;
  border-top: 0px solid #e9eaee;
  background-repeat: no-repeat;
  background-color: #363839;
  background-size: initial;
  background-position: center center;
  color: rgba(255,255,255,0.6);
}
.footer-top-block .logo-block {
  width: 35%;
  padding-left: 16px;
  padding-right: 16px;
}
.footer-top-block .logo-block img {
  margin-bottom: 12px;
}
.footer-top-block .logo-block p {
  margin: 0;
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}
.footer-top-block .footer-links-block {
  padding-left: 16px;
  padding-right: 16px;
  width: 20%;
}
.footer  .footer-top-block .footer-links-block>div {
  width: auto !important;
  position: relative;
}
.footer .footer-top-block .hs-menu-wrapper>ul>li>a {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-style: normal;
  color: #ffffff;
  margin: 0 0 10px;
  display: inline-block;
  font-family: "Open Sans";
}
.footer .footer-top-block .hs-menu-wrapper ul ul a {
  transition: all .2s cubic-bezier(.215,.61,.355,1);
  font-size: 12px !important;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.8);
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: inline-block;
}
.footer .footer-top-block .hs-menu-wrapper ul ul a:hover {
  background: transparent;
  border: none;
  padding: 0;
}
.footer .footer-top-block .hs-menu-wrapper ul ul li {
  line-height: normal;
}
.footer .hs-menu-wrapper ul ul {
  margin: 0;
}
.footer-bottom-copyright {
  z-index: 10;
  position: relative;
  padding: 20px 0px 20px;
  border-top: 0px solid #4b4c4d;
  background-color: #1d242d;
}
.footer-copyright-text {
  color: rgba(255,255,255,0.4);
  font-size: 13px;
}
.footer-bottom-copyright .footer__social {
  margin-top: 0;
}
.footer-bottom-copyright .page-center {
  align-items: center;
  justify-content: space-between;
}
.footer__social a {
  display: inline-block;
  margin: 0 10px 10px;
  font-size: 16px;
  color: #46494a;
  text-decoration: none;
  box-shadow: none!important;
  line-height: 1;
}
.footer-bottom-copyright .footer__social a img {
  display: block;
}
.awb-icon-linkedin:before {
  content: "\e60f";
}
.footer-social-block {
  margin-top: 10px;
}
.social-networks-wrapper a.social-link {
  display: inline-block;
  margin: 0 10px 10px;
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  box-shadow: none!important;
  line-height: 1;
}
span.screen-reader-text {
  display: none;
}
.footer .hs-menu-wrapper ul ul.hs-menu-children-wrapper {
  display: block !important;
}
.article__text {
  padding: 20px 5px;
}
.footer div#hs_cos_wrapper_footer_menu2 {
    margin-bottom: 0;
}
.fusion-form-field.fusion-form-select-field.fusion-form-label-above label {
    display: inline-block;
    line-height: normal;
    font-size: 11px;
    margin-bottom: 0.65em;
      font-family: 'Poppins', sans-serif;
}

.fusion-form-input-with-icon i {
    width: 40px !important;
    position: absolute !important;
    right: 0 !important;
    font-size: 30px !important;
    top: 6px !important;
    color: #279dda !important;
    left: 4.5em !important;
    text-align: right;
}
.fusion-form-field .fusion-form-input-with-icon {
    position: relative;
}
.fusion-form-select-field .fusion-select-wrapper {
    width: 150px;
  position: relative;
}
 .fusion-form-select-field #change_language {
    background: transparent;
    padding-left: 0 !important;
    border: none !important;
    height: 42px !important;
    font-weight: bold !important;
    color: white;
       -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: "";
    cursor: pointer;
    display: block;
    outline: 0;
    width: 100%;
    position: relative;
    text-indent: 0;
    vertical-align: middle;
    z-index: 5;
    margin: 0;
    line-height: normal!important;
       font-family: 'Poppins', sans-serif;
}
.fusion-form-form-wrapper .fusion-form-field option {
    color: #aaa9a9;
}
.fusion-form-form-wrapper .fusion-form-field option[value=""][disabled] {
    display: none;
}
 .fusion-form-select-field {
    display: flex;
    flex-direction: column-reverse;
}
.fusion-form-field .fusion-select-wrapper .select-arrow {
    border: none;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    height: auto;
    width: auto;
    right: 1em;
    font-size: inherit!important;
    background: 0 0!important;
      position: absolute;
}
 .fusion-form-field .fusion-select-wrapper .select-arrow svg path {
    stroke: #aaa9a9;
}
.fusion-form-select-field {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    width: 100%;
    clear: both;
    margin: 1em 0;
    margin-left: auto;
 
    max-width: 216px;
}
.footer-language-block {
    width: 25%;
      padding-left: 16px;
    padding-right: 16px;
}
.footer-language-block .lang_list_class {
/*   position: static !important; */
  display: block !important;
}
.current-language span {
    background: transparent;
    padding-left: 0 !important;
    border: none !important;
    font-weight: bold !important;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    display: block;
    outline: 0;
    width: 100%;
    position: relative;
    text-indent: 0;
    vertical-align: middle;
    z-index: 5;
    margin: 0;
    line-height: normal!important;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.current-language {
    display: flex;
    align-items: center;
    width: 132px;
    position: relative;
}
.current-language:after {
    content: '\f107 ';
    font-family: fontawesome;
    position: relative;
    top: 0;
}
.language-block-inner {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    width: 100%;
    clear: both;
    margin: 1em 0 0;
    margin-left: auto;
    max-width: 216px;
}
.lang_switcher_class {
    width: 30px !important;
    position: absolute !important;
    right: 0 !important;
    top: 3px !important;
    color: #279dda !important;
    left: 8.5em !important;
    text-align: right;
}
ul.lang_list_class li {
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 16px;
}
.lang_list_class li a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    line-height: 1.2;
      justify-content: space-between;
}
.fusion-form-select-field {
    margin-top: 0;
}
.footer-language-block .lang_list_class:after, .footer-language-block .lang_list_class:before{display:none;}
.footer-language-block .lang_list_class {
    left: calc(50% - 26px);
}

.footer-language-block .globe_class {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmVkYTJiM2ZhYywgMjAyMS8xMS8xNy0xNzoyMzoxOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUwOTUwMTY0OTE2MDExRUM4MkE5RURGNUFEMEEyQzY5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUwOTUwMTY1OTE2MDExRUM4MkE5RURGNUFEMEEyQzY5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTA5NTAxNjI5MTYwMTFFQzgyQTlFREY1QUQwQTJDNjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTA5NTAxNjM5MTYwMTFFQzgyQTlFREY1QUQwQTJDNjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7eQpQoAAACFElEQVR42oTVX2iNcRzH8bOnxy7m5M6ykV2YmJsTtrJkFDdnf5S0piyFK1rStpujuSJriVxJ/ixZUWapkV2KQizNkjC7mGJ0hE4Y44L3rz5Pffv1O8e3Xp3nPH++z+/3+36f5ylbdWkqFYhyHEYjYqnAb/zCY5zBd//COJCsE914jvN4g2kdq0UT2vAEV3HcXhx5yc5iCJ/xFDVKcBIZJR7EDuxFu5IGR+guOoA81mA9dmMTVgeWxE17D55hBkdswix6tV2Jr/iIOuQwi/cm4SJsw04dy2lGI8mUL3sj+IkXOIV+NGOhOb5AyZbirfZdSUa4S6OyUa0kGzQ1P5ajAX24jrUq4CGXcDuOoVUHLuCb7hxK5qJF03YF7MCEpp6NNWxXjEe4g5sYSxUPN9Wj5n+ruHiZrGFBSTZjH06gKlBdF4tL3KwmVven1fX3xSUaRT1uo8ss/jVs1fqnVe0k5mP11BLzNCRRb6ZUpwLcwwc1dBJ/zfaXSCNsSpWOFRrZ/sCxG2Z7IlIx2r2TXqllZr39t/5z48FIzbtOz6oN1zIPzf8eTAaSJPvcIzsWqcIDuBs4ec6cfLrIqIb0e9C+bdzJDwIj+KHqbiwxzVGt44j/+mrTms2YIg3jU6ADXGzRuXlbA/8Fm1V7nMNr3XVYffkOy5SoRa100X/BlhX5BKT1CchohCv1tvmjdR1XMQv+hf8EGADhq30WgRSQMgAAAABJRU5ErkJggg==);
}
.footer-language-block .lang_list_class li a:hover {
    color: #279dd9;
}
.footer-language-block  ul.lang_list_class li a:after{display:none;}



/* Blog  */

.article__thumbnail .featured-post-image {
  height: 210px;
  object-fit: cover;
}
.social-sharing-icon-list a {
  display: inline-block;
  margin: 0 10px 10px;
  font-size: 16px;
  color: rgb(54 56 57);
  text-decoration: none;
  box-shadow: none !important;
  line-height: 1;
}
.social-sharing-icon-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
.social-sharing-icon-list a:hover {
  color: #0f9cd8;
}
.blog-comments-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 15px;
}
.blog-comments-block-wrapp {
  background: #F9F8F8;
}
.social-sharing ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-sharing-post-after-block .social-sharing ul {
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}
.social-sharing-post-after-block .social-sharing{ 
  width: 65%;
  margin-left: auto;
  margin-top: 20px;
}
.social-sharing ul li {
  margin: 0 10px;
}
.social-sharing ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;

}
.social-sharing-post-after-block {
  width: 100%;
}
.social-sharing > span {
  font-weight: 600;
}
.social-sharing-post-after-block .social-sharing {
  display: flex;
  align-items: center;
}
.social-sharing-post-after-block  .social-sharing ul li a:hover {
  color: #2b2d2d;
}
.footer-copyright-text {
    font-family: 'Poppins', sans-serif;
}

.wrapper-for-sticky {
  display: flex;
  flex-wrap: wrap;
  
}

@media(max-width:1199px){
  nav.header-menu {
    padding-left: 50px;
  }
  .header-menu .hs-menu-flow-horizontal>ul>li {
    padding-right: 30px;
  }
  nav.header-menu {
    padding-left: 35px;
  }
  .header-menu .hs-menu-flow-horizontal>ul>li>a{
        font-size: 14px;
  }
}
@media(max-width:1024px){
  .header-logo img {
    max-width: 180px;
  }
  nav.header-main-menu {
    width: calc(100% - 180px);
  }
  .footer-top-block, .footer-bottom-copyright{
    padding:30px 0;
  }
  .header-menu .hs-menu-flow-horizontal>ul>li {
    padding-right: 24px;
}
}



@media (min-width: 992px){  /*  used to be 961 - need to change back? */

  a.mobile-trigger-new, a.child-trigger-new {
    display: none !important; /* Hide button on Desktop */
  }
  .header-main-menu li.hs-menu-item.hs-menu-depth-1:last-child a {
    font-family: 'Poppins', sans-serif;
    background: #ebf6fc;
    height: 50px;
    margin-top: 33px;
    padding: 0px 30px;
    border-radius: 999px;
    color: #279dda;
    height: 50px !important;
    font-size: 16px;
    font-weight: 600;
  }
  li.hs-menu-item.hs-menu-depth-1:last-child a:hover{
    background-color: #279dda;
    color: #fff;
  }
  .header-menu .hs-menu-flow-horizontal>ul>li:last-child {
    padding-right: 0;
  }
  li.hs-menu-item.hs-menu-depth-1:last-child a::before{display:none;}
}
@media (max-width: 991px){   /* used to be 960 - need to change back?  */

  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
  /* Toggle Button
  ========================================================================== */

  a.mobile-trigger-new {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 56px;          /* Position Button at top right of screen  */
    right: 10px;        /*******************************************/
    width: 34px; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 4px;
    background: #000; /* Background color */
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition:color .2s ease-in; 
    -moz-transition:color .2s ease-in;
    transition:color .2s ease-in;
    border: 1px solid #E2E2E2;
  }

  a.mobile-trigger-new:hover {
    text-decoration: none; /* Removes link text underline on button */
    color: #E2E2E2;
    border-color: #E2E2E2 !important;
  }

  a.mobile-trigger-new span{
    display: inline;
  }

  a.mobile-trigger-new span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
    display: none;
  }

  a.mobile-trigger-new span:after{
    position: relative;
    right: 2px;
    content: 'Close'; /* Change the text on the open toggle button */
    background-color: #000;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out; 
    display: none
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger-new{
    -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
    -moz-transition:background-color 0.2s linear; /* Button color transition effect */
    transition:background-color 0.2s linear; /* Button color transition effect */
    background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger-new span:after{
    opacity: 1; 
  }


  /* Toggle Button Icon & Animations
  ========================================================================== */

  a.mobile-trigger-new i {
    display: inline;
    position: relative;
    top: -5px;
    margin-left: 5px;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
    position: absolute;
    content: '';
  }
  a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
    width: 15px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #9ea0a4; /* Icon color */
    display: inline-block;
  }
  a.mobile-trigger-new  i:before {
    margin-top: -6px; /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger-new  i:after {
    margin-top: 6px; /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger-new i {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  /* Child Toggle Button
  ========================================================================== */

  a.child-trigger-new {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger-new:hover {
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  a.child-trigger-new span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new span:after {
    position: absolute;
    content: '';
  }
  a.child-trigger-new span, a.child-trigger-new span:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #E2E2E2; /* Icon color */
    display: block;
  }
  a.child-trigger-new span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }

  .header-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header-inner {
    padding: 20px 0;
  }
  .header-logo {
    margin: 0;
  }
  .header-logo img {
    max-width: 220px;
  }
  .header-inner .hs-menu-flow-horizontal ul {
    flex-direction: column;
    border: 1px solid #dadada;
    border-top: none;
  }
  .header-menu .hs-menu-flow-horizontal>ul>li>a {
    height: 42px;
    background-color: #f9f9f9;
    font-size: 12px;
    letter-spacing: 0px;
    padding: 0 12px;
    position: relative;
    border-bottom: 1px solid #dadada;
  }
  .header-menu .hs-menu-flow-horizontal>ul>li {
    padding-right: 0;
  }
  .header-inner  .hs-menu-flow-horizontal ul {
    margin-top: 0px;
  } 
  .header-menu .hs-menu-flow-horizontal>ul>li>a:before{display:none;}
  a.child-trigger-new {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255,255,255,.20);
    line-height: 42px !important;
    text-align: center;
    position: absolute !important;
    right: 0;
    top: 0;
  }
  .header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:after {
    margin-left: 0;
    font-size: 18px;
  }
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    position: relative;
  }
  .header-menu .hs-menu-flow-horizontal>ul>li ul.hs-menu-children-wrapper {
    position: static;
    visibility: visible;
    opacity: 1;
    margin: 0;
    border: none;
    width: 100%;
    display: none;
  }
  .header-menu .hs-menu-flow-horizontal>ul>li ul.hs-menu-children-wrapper li a {
    height: 42px;
    background-color: #f9f9f9;
    border-color: #dadada;
    color: #333333;
    font-size: 12px;
    line-height: 42px;
    letter-spacing: 0px;
    padding: 0 12px;
  }
  .header-menu .hs-menu-flow-horizontal>ul>li ul.hs-menu-children-wrapper li a {
    padding-left: 21px;
  }

  a.child-trigger-new span, a.child-trigger-new span:after {
    display: none;
  }
  .header-menu .hs-menu-flow-horizontal>ul>li ul.hs-menu-children-wrapper li a:before {
    content: "-";
    margin-right: 2px;
  }
  .header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:not(.child-trigger-new):after{display:none;}
  nav.header-menu {
    padding-left: 0;
    margin-top: 20px;
  }
  .mobile-menu-search .hs-search-field__input {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    font-size: 16px;
    border-radius: 6px;
    color: #aaa9a9;
    padding: 0px 15px;
    padding-left: 50px;
    border: 1px solid #d2d2d2;
  }
  .mobile-menu-search .hs-search-field__bar button {
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    padding: 0;
  }
  .mobile-menu-search .hs-search-field__bar button svg {
    width: 15px;
    height: 15px;
  }
  .hs-search-field__bar button svg path {
    fill: #aaa9a9;
  }
  .mobile-menu-search {
    display: block !important;
    margin-top: 15px;
  }
  nav.header-main-menu {
    width: 100%;
  }
  .header-wrapp {
    padding-left: 20px;
    padding-right: 20px;
  }
  nav.header-menu.custom-menu-primary-new .hs-menu-flow-horizontal {
    display: none;
  }
  header.header.new.on-scroll {
    position: static;
    box-shadow: none;
  }
  a.mobile-trigger-new.cta_border_button {
    position: static;
    background: transparent;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #f9f9f9;
    border-color: #dadada;
    color: #333333;
    font-size: 12px;
    padding: 0;
  }
  span.mobile-menu-text {
    margin-left: 12px;
    margin-right: 9px;
    width: calc(99% - 50px);
    display: inline-block !important;
    text-transform: capitalize;
    border-right: 1px solid #dadada;
  }
  .mobile-menu-search ul {
    border: none !important;
  }
}


@media(max-width:800px){
  .footer-top-block .logo-block, .footer-top-block  .footer-links-block {
    margin: 0 0 20px;
    padding: 0 10px;
  }
  .footer-copyright-text {
    padding: 0 0 15px;
  }
  .footer-bottom-copyright .page-center {
    text-align: center;
  }
  .footer .footer-top-block .page-center>div, .footer-bottom-copyright .page-center > div {
    width: 100% !important;
  }
  .fusion-form-select-field{
        margin: 0;
       margin-left: 0;
  }
  .language-block-inner {
    margin-left: 0;
  }
}

.footer-language-block .lang_list_class {
    height: 250px!important;
    overflow: scroll;
}
@media(max-width:768px){
  .social-sharing-post-after-block .social-sharing {
    width: 100%;
    margin-left: 0;
  }
}
@media(max-width:480px){
  .new .header-logo div#hs_cos_wrapper_header_logo a {
    width: auto;
    height: auto;
    overflow: hidden;
  }
  .page-center {
    margin-top: 5px !important;
  }
  .subheadline {
    font-size: 26px;
  }
}