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

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.header,.footer {
  font-size: 14px;
  line-height: normal;
}

@media screen and (min-width: 1300px) {
  .header,.footer {
	 font-size: 16px;
  }
}

.addtoany {
  display: inline;
}
.addtoany_list {
  display: inline;
  line-height: 16px;
}
.addtoany_list > a,
.addtoany_list a img,
.addtoany_list a > span {
  vertical-align: middle;
}
.addtoany_list > a {
  border: 0;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
}
.addtoany_list.a2a_kit_size_32 > a {
  font-size: 32px;
}
.addtoany_list .a2a_counter img {
  float: left;
}
.addtoany_list a span.a2a_img {
  display: inline-block;
  height: 16px;
  opacity: 1;
  overflow: hidden;
  width: 16px;
}
.addtoany_list a span {
  display: inline-block;
  float: none;
}
.addtoany_list.a2a_kit_size_32 a > span {
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  opacity: 1;
  width: 32px;
}
.addtoany_list a:hover:hover img,
.addtoany_list a:hover span {
  opacity: .7;
}
.addtoany_list a.addtoany_share_save img {
  border: 0;
  width: auto;
  height: auto;
}
.addtoany_list a .a2a_count {
  position: relative;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.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.
*********************************************************************************
****************************************************************************** */

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

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

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

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

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 {
  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;
}
header,footer {
  font-weight: 400;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  font-family: Lato, sans-serif; 
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  border:1px solid red;
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  
  text-decoration: none;
  white-space: normal;
  font-weight: 400;
  color: #fff;
  border: 1px solid;
  border-radius: 5px;
  padding: 0.8rem;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#29a6ac",endColorstr="#3d74b0",GradientType=1);
  
  cursor: pointer;
  transition: all 0.3s;
}

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

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

.form-title {
  padding: 15px;
}
.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 8px;
  font: 100%/120% Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #8b0000 !important;
  line-height: 1.4em;
}

.hs-input,
.hs-search-field__input,
form input[type="password"] {
  display: inline-block;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ced4da;
  font-weight: 400;
}

.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;
  min-height: 0;
}

.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,
.hs-search-field__input:focus,
form input[type="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;
}

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;
  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;
}
@media (min-width: 768px) {
  form {
	 max-width: 500px;  
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  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.
*********************************************************************************
****************************************************************************** */
.lp .f_social_i {
  min-width: 285.8px;
  height: 24px;
}

.lp .navbar {
  min-height: 107px;  
}

body.no-banner .body-wrapper:not(.hs-blog-listing):not(.hs-blog-post) .navbar {
/*   min-height: 107px; */
  background-color: #fff;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.child-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 40px;
  cursor: pointer;
  display: none;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0rem 1rem;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  padding-top: 1rem;
  transition: all .3s ease;
}

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

.logo img {
  height: 46px !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: auto !important;
}

.logo .fixed_logo img {
  display: none;
}

.custom-menu-primary {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-right: .25rem!important;
  margin-left: auto!important;
}

.cm_search {
  font-size: 1.6rem;
  color: #165388;
  margin-right: 1.5rem;
  cursor: pointer;
}

.mobile_trigger {
  margin: 0;
  font: inherit;
  letter-spacing: inherit;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 1.6rem;
  -webkit-appearance: button;
  color: rgba(255,255,255,.5);
  border: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-image: url(https://14519521.fs1.hubspotusercontent-na1.net/hubfs/14519521/raw_assets/public/Jade_Global_June2021/images/menu_white.png) !important;
  background-size: auto;
}

.search_section {
  position: absolute;
  color: #000;
  background: #fff;
  height: 50vh;
  width: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  display: none;
  webkit-box-shadow: 0 8px 18px -6px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 8px 18px -6px rgb(0 0 0 / 50%);
  box-shadow: 0 8px 18px -6px rgb(0 0 0 / 50%);
  opacity: 0;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  flex-wrap: wrap;
  list-style: none;
  color: #fff;
  margin-right: 1rem;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding-right: 2rem;
  cursor: default;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  content: "\f0d7";
  font-family: 'FontAwesome';
  color: #04b2b8;
  margin-left: 7px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  padding: 2rem;
  width: 100%;
  position: fixed;
  top: 91px;
  left: 0;
  color: #1c242c;
  min-height: auto;
  background: #fff;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  font-weight: 500;
  margin-bottom: 10px;
  color: #29a6ac;
  font-size: 16px;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>a{
  font-size: 22px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  padding: .5rem 1rem;
  padding-left: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:not(:first-child) {
  border-left: 1px solid #c5d5de;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:not(:first-child) {
  border-left: 1px solid #c5d5de;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.hs-item-has-children>a:before {
  content: "+";
  font-weight: 600;
  font-size: 20px;
  color: #29a6ac;
  margin-top: -4px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>ul {
  display: none;
  padding-left: 1rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.hs-item-has-children {
  padding: 0.1rem 1rem;
  margin: 0rem -1rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.hs-item-has-children.clicked>a:before {
  content: "-";
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.hs-item-has-children.clicked>ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a {
  padding: .5rem 1rem;
  padding-left: 0px;
}

/* ==Fixed== */
.fixed .navbar {
  position: fixed;
  top: -150px;
}

.header-show .navbar {
  top: 0;
}

.fixed .navbar {
  position: fixed;
  top: -150px;
}

.header-show .navbar {
  top: 0;
}

.fixed .navbar {
  -webkit-box-shadow: 0 8px 18px -6px rgb(0 0 0 / 50%);
  box-shadow: 0 8px 18px -6px rgb(0 0 0 / 50%);
  background-color: #fff;
  padding-top: 0.5rem;
}

.fixed .normal_logo {
  display: none;
}

.fixed .logo .fixed_logo img {
  display: block;  
}

.fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: rgba(0,0,0,.9);
}

.fixed .navbar-toggler-icon {
  background-image: url(https://14519521.fs1.hubspotusercontent-na1.net/hubfs/14519521/raw_assets/public/Jade_Global_June2021/images/menu_dark.png) !important;
  background-size: auto;
}

.fixed .cm_search {
  color: #1c242c;
  padding: 7px;
  height: 40px;
  width: 40px;
  padding-right: 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(4n+1) {
  border-left: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li~li>ul>li {
  width: 33.33%;
}

.search-open .search_section {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  display: block;
}

.search_section .container-fluid.region-header {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.search_section .container-fluid.region-header h2 {
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.3rem;
  color: #29a6ac;
  margin: 0;
}

.search_section .container-fluid.region-header p {
  line-height: 1.5rem;
  margin: 0;
}

.search_section .container-fluid.region-header p a {
  color: #fffeff;
}

.search_section .block-views-exposed-filter {
  padding-top: 1rem;
}

.search_section .block-views-exposed-filter form .form-row fieldset label {
  opacity: 1;
  color:#fff;
}

.search_section .block-views-exposed-filter form {
  width: 80%;
  padding-left: 20%;
  max-width: 100%;
  font-size: inherit;
}

.search_section .block-views-exposed-filter form .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-left: 0px;
  margin-right: 0px;
  flex-wrap: nowrap;
}

.search_section .block-views-exposed-filter form .form-row fieldset {
  min-width: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  flex: 0 0 auto;
  padding-right: 5px;
  padding-left: 5px;
  width: 100%;
}

.search_section .block-views-exposed-filter form .form-row .form-actions {
  margin-bottom: 1rem;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding-right: 5px;
  padding-left: 5px;
  align-self: flex-end;
}

.search_section .block-views-exposed-filter form .form-row .form-actions button {
  font: inherit;
  letter-spacing: inherit;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0px;
}

.search_section .block-views-exposed-filter form .form-row .form-actions button:before {
  content: "\f002";
  font-size: 60px;
  color: #3f5f90;
  font-family: fontawesome;
}

.search_section .block-views-exposed-filter form .form-row fieldset input.form-text {
  font: inherit;
  letter-spacing: inherit;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  line-height: 1.5;
  display: block;
  margin-top: .25rem;
  font-size: 3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 1em 0.15em 0;
  pointer-events: auto;
  color: #3f5f90;
  border: 0px;
  border-bottom: 4px solid;
  outline: none;
}

.search_close {
  font-size: 30px;
  position: absolute;
  right: 3rem;
  top: 3rem;
  cursor: pointer;
  z-index: 4;
  color: rgba(0, 0, 0, 0.58);
}

.custom-menu-primary .hs-menu-wrapper>ul>li~li>ul>li:nth-child(4n+1) {
  border-left: 1px solid #c5d5de;
}

.custom-menu-primary .hs-menu-wrapper>ul>li~li>ul>li:nth-child(3n+1) {
  border-left: none;
}

.sliding_sec {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

.sliding_sec>* {  
  padding: 0;
  list-style: none;
  margin: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: fixed;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0);
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.mobile-open .sliding_sec>* {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  background: rgba(0,0,0,0.5);
  opacity: 1;
}

.mobile-open .sliding_sec {
  pointer-events: all;
}

.nav-side_s {
  width: 275px;
  float: right;
  height: 100vh;
  padding: 30px;
  padding-left: 0rem;
  overflow: auto;
  color: #fff;
  z-index: 5;
  -webkit-box-shadow: 3px 0px 18px -6px rgb(4 68 164);
  box-shadow: 3px 0px 18px -6px rgb(4 68 164);
  background: rgb(58,108,163);
  background: -webkit-linear-gradient( 45deg , rgba(58,108,163,1) 0%,rgba(27,179,187,1) 100%);
  background: -o-linear-gradient(45deg, rgba(58,108,163,1) 0%,rgba(27,179,187,1) 100%);
  background: linear-gradient( 45deg , rgba(58,108,163,1) 0%,rgba(27,179,187,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6ca3', endColorstr='#1bb3bb',GradientType=1 );
}

.nav_feature_section {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 275px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-open .nav_feature_section {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.logo-t {
  margin-bottom: 40px;
  padding-left: 3rem;
}

.logo-t img {
  height: 46px;
  float: left;
  width: auto !important;
}

.close_search_btn {
  position: absolute;
  right: 3rem;
  font-size: 1.6rem;
  float: right;
  z-index: 3;
}

.close_search_btn button {
  font: inherit;
  letter-spacing: inherit;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  border: none;
  color: #fff;
  font-size: 2rem;
}

.slide_menu .hs-menu-wrapper>ul>li {
  padding-left: 3rem;
}

.slide_menu .hs-menu-wrapper>ul>li>a {
  display: block;
  padding: .4rem 1rem .4rem 0rem;
  font-size: 16px;
  color: #fff;
  margin-top: 0px;
}

.slide_menu .hs-menu-wrapper>ul>li>ul>li {
  width: 100%;
}

.slide_menu .hs-menu-wrapper>ul>li>ul>li>a {
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
  color: #29a6ac;
  width: 100%;
  display: block;
  cursor: text;
}

.slide_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  padding: .5rem 1rem;
  color: #1c242c;
  padding-right: 0;
  padding-left: 0;
}

.nav-item.one_link {
  padding-left: 3rem;
  margin-top: 15px;
}

.nav-item.one_link a {
  padding-right: 0;
  padding-left: 0;
  display: block;
  padding: .4rem 1rem .4rem 0rem;
  font-size: 16px;
  color: #fff;
  margin-top: 0px;
  font-size: 14px;
}

.social_link {
  padding-left: 3rem;
  margin-top: 10px;
}

.social_link>* {
  display: flex;
  height: 19px;
  align-items: center;
}

.social_link a {
  padding: 5px;
  color: #fff;
  padding-right: 10.5px;
}

.social_link a:first-child {
  order: 3;
  padding-left: 5px;
}

.social_link a:first-child+a {
  order: 2;
}

.social_link a:first-child+a+a {
  padding-left: 0;
}

.social_link a:first-child+a+a+a {
  order: 4;
}

/* .custom-menu-primary .hs-menu-wrapper>ul>li~li:nth-child(3)>ul>li>a {
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  color: #1c242c;
} */

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

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

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:last-child>ul>li {
  padding-left: 1.5rem;
}

.slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2)) {
  display: none;
}

.bottom_section a {
  padding-left: 3rem;
  font-size: 16px;
  margin-top: 25px;
  display: block;
  color: #fff;
}

.bottom_section a:first-child {
  margin-bottom: 20px;
}

.bottom_section a i {
  margin-right: 10px;
}

.bottom_section a:last-child {
  margin-top: 0;
}



.row>.nav_feature {
  overflow: hidden;
  padding: 0;
}

.nav_feature:before {
  content: "";
  width: 100%;
  height: 30%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.65)),to(rgba(0,0,0,0)));
  background: -o-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
}

.navf_text {
  position: absolute;
  color: #fff;
  padding: 20px;
  z-index: 1;
}

.nav_feature img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  height: 100vh!important;
}

.navf_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}

.navf_text p {
  line-height: 24px;
}

.nav_feature:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* .header_height {
  min-height: 107px;
} */
.hs-blog-listing .header_height,
.hs-blog-post .header_height,
body:not(.no-banner) .header_height {
  display: none;
}

@media (min-width: 992px) {
/*   .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
	 pointer-events: none;
  } */
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
	 max-height: calc(100vh - 91px);
	 overflow-y: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
	 padding-right: 1.5rem;
	 float: left;
	 width: 25%;
	 padding-left: 1.5rem;
  }
  .slide_menu .hs-menu-wrapper>ul>li>a {
	 padding-top: 2px;
	 padding-bottom: 5px;
  }
  .slide_menu .hs-menu-wrapper>ul>li>ul {
	 width: calc(100% - 275px);
	 position: fixed;
	 top: 0px;
	 left: 0;
	 color: #1c242c;
	 min-height: 100vh;
	 background: #dceffa;
	 z-index: 2;
	 opacity: 0;
	 -webkit-transform: translateX(-20%);
	 -ms-transform: translateX(-20%);
	 transform: translateX(-20%);
	 -webkit-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
	 visibility: hidden;
  }
  .slide_menu .hs-menu-wrapper>ul>li:hover>ul {
	 opacity: 1;
	 visibility: visible;
	 -webkit-transform: translateX(0%);
	 -ms-transform: translateX(0%);
	 transform: translateX(0%);
	 display: flex;
	 flex-wrap: wrap;
	 align-content: flex-start;
  }
  .slide_menu .hs-menu-wrapper>ul>li>ul>li>a {
	 padding: 2rem 1.5rem;
	 font-size: 1.6rem;
  }
  .slide_menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
	 padding-left: 1.5rem;
  }
  .slide_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
	 padding-top: 2px;
	 padding-bottom: 5px;
  }
  .slide_menu .hs-menu-wrapper>ul>li>ul {
	 flex-direction: column;
	 padding: 2rem;
  }
  .nav-item.one_link a {
	 padding-top: 2px;
	 padding-bottom: 5px;
  }
  .row>.nav_feature {
	 -ms-flex: 0 0 33.333333%;
	 flex: 0 0 33.333333%;
	 max-width: 33.333333%;
  }
}
@media screen and (min-width: 1080px) {
/*   header.header:before {
	 content: "";
	 background: #020024;
	 background: -moz-linear-gradient(180deg,#020024 0,rgba(2,0,36,.6699054621848739) 45%,rgba(2,0,36,0) 98%);
	 background: -webkit-linear-gradient(180deg,#020024 0,rgba(2,0,36,.6699054621848739) 45%,rgba(2,0,36,0) 98%);
	 background: linear-gradient( 180deg,#020024 0,rgba(2,0,36,.6699054621848739) 45%,rgba(2,0,36,0) 98%);
	 width: 100%;
	 height: 100px;
	 position: absolute;
	 left: 0;
	 top: 0;
	 z-index: 1;
  } */
}
@media (min-width: 1300px) {
  .navbar {
/* 	 padding-left: 3rem;
	 padding-right: 3rem; */
   padding-bottom:0;
   padding-top:0;
  }
  .logo img {	 
	 height: 55px !important;
  }
  .logo .fixed_logo img {
	 height: 46px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
	 padding-left: 3rem;
/* 	 min-height: 224px; */
	 margin-bottom: 20px;
  }
  .nav-side_s {
	 width: 435px;
  }
  .nav_feature_section, .nav-side_s .nav-item .sub-nav {
	 width: calc(100% - 435px);
  }
  .slide_menu .hs-menu-wrapper>ul>li {
	 margin-bottom: 4px;
  }
  .slide_menu .hs-menu-wrapper>ul>li>a {
	 font-size: 20px;
	 padding: 1rem 1rem 1rem 0rem;
  }
  .slide_menu .hs-menu-wrapper>ul>li>ul {
	 width: calc(100% - 435px);
  }
  .slide_menu .hs-menu-wrapper>ul>li>ul>li>a {
	 padding: 4rem 1.5rem;
	 font-size: 2.6rem;  
	 padding-top: 2rem;
  }
  .nav-item.one_link a {
	 font-size: 20px;
	 padding: 1rem 1rem 1rem 0rem;
	 font-size: 16px;
	 padding: 0.7rem 1rem 0.7rem 0rem;
  }
  .social_link {
	 margin-top: 25px;
	 font-size: 16px;
  }
  .bottom_section a {
	 font-size: 16px;
  }
  .navf_text {
	 padding: 40px;
  }
  .navf_text h4 {
	 font-size: 24px;
  }
  .navf_text p {
	 line-height: 1.5rem;
  }
}
@media (max-width: 1079px) {
  .custom-menu-primary .hs-menu-wrapper>ul {
	 display: none;
  }

  .navbar {
	 padding-top: 0.5rem;
  }

  .logo img {
	 height: 43px !important;
  }

  .search_section .container-fluid.region-header p {
	 line-height: 24px;
  }

  .nav-side_s {
	 padding: 20px 20px 20px 0px;
  }

  .slide_menu .hs-menu-wrapper>ul>li {
	 padding-left: 1.5rem;
  }

  .nav-item.one_link {
	 padding-left: 1.5rem;
  }

  .logo-t {
	 margin-bottom: 30px;
	 padding-left: 1.5rem;
	 position: relative;
  }

  .close_search_btn {
	 right: 0;
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2)) {
	 display: block;
  }

  .slide_menu .hs-menu-wrapper>ul>li>a {
	 font-size: 13px;
	 padding: .4rem 0rem .4rem 0rem;
  }

  .nav-item.one_link a {
	 font-size: 13px;
	 padding: .4rem 0rem .4rem 0rem;
  }

  .social_link {
	 padding-left: 1.5rem;
  }

  .social_link a {
	 padding-right: 9.5px;
  }

  .social_link>* {
	 height: 16px;
  }

  .bottom_section a {
	 font-size: 13px;
	 padding-left: 1.5rem;
  }

  .slide_menu .hs-menu-wrapper>ul>li>ul {
	 padding: 0;
  }

  .slide_menu .hs-menu-wrapper>ul>li>ul>li>a {
	 padding: 1.2rem 1.5rem;
	 font-size: 1.3rem;
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child) {
	 padding-left: 1.5rem;
	 padding-right: 1.5rem;
	 border-left: 1px solid #c5d5de;
	 margin-bottom: 10px;
	 width: 25%;
	 float: left;
  }

  .slide_menu .hs-menu-wrapper>ul>li>ul {
	 flex-direction: row;
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child)>a {
	 padding: 0;
	 font-weight: 500;
	 margin-bottom: 10px;
	 color: #29a6ac;
	 font-size: 22px;
	 display: block;
	 font-family: inherit;
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child)>ul>li {
	 padding: 0;
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child)>ul>li>a {
	 color: #1c242c;
	 padding-top: 2px;
	 padding-bottom: 5px;
	 font-size: 13px;
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child)>ul>li>ul {
	 display: none;
	 padding-left: 1rem;
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child)>ul>li>a {
	 padding-top: 2px;
	 padding-bottom: 5px;
	 font-size: 13px;
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child)>ul>li.hs-item-has-children {
	 padding: .1rem 1rem;
	 margin: 0 -1rem;
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child)>ul>li.hs-item-has-children>a:before {
	 content: "+";
	 font-weight: 600;
	 font-size: 20px;
	 color: #29a6ac;
	 margin-top: -4px;
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child)>ul>li.clicked>ul {
	 display: block;
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child)>ul>li>ul>li>a {
	 padding-top: 2px;
	 padding-bottom: 5px;
	 font-size: 13px;
	 color: #1c242c;
  }

  .slide_menu .hs-menu-wrapper>ul>li+li:not(:nth-last-child(-n+2))>ul>li:not(:first-child) {
	 width: 33.33%;
  }

  .slide_menu .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:last-child>a {
	 display: none;
  }

  .slide_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
	 font-size: 13px;
  }
}
@media (max-width: 992px) {
  .slide_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
	 font-size: 13px;
  }

  .nav-side_s {
	 width: 100%;
	 height: 100vh;
	 overflow: scroll;
  }

  .sliding_sec>* {
	 text-align: center;
  }

  .slide_menu .hs-menu-wrapper>ul>li>a {
	 padding: 1rem 1rem 1rem 0;
	 padding-right: 5px;
  }

  .slide_menu .hs-menu-wrapper>ul>li>a:after {
	 content: '';
	 margin-left: 10px;
	 border-left: 6px solid transparent;
	 border-right: 6px solid transparent;
	 border-top: 6px solid #FFF;
	 display: inline-block;
  }

  .nav-item.one_link a {
	 padding: 1rem 1rem 1rem 0;
  }

  .social_link>* {
	 justify-content: center;
	 position: relative;
	 right: -3px;
  }

  .social_link a {
	 font-size: 13px;
	 padding-right: 9.8px;
  }


  .slide_menu .hs-menu-wrapper>ul>li>a {
	 border-bottom: 1px solid rgba(255, 255, 255, .15);
  }

  .sliding_sec>* {
	 text-align: left;
  }

  .slide_menu .hs-menu-wrapper>ul>li>ul {
	 position: relative;
	 opacity: 1;
	 visibility: visible;
	 width: auto;
	 display: none;
	 -moz-transition: none;
	 -webkit-transition: none;
	 -o-transition: color 0 ease-in;
	 transition: none;
	 background: rgba(255, 255, 255, .08);
  }

  .slide_menu .hs-menu-wrapper>ul>li>a:after {
	 display: none;
  }

  .social_link>* {
	 justify-content: flex-start;
	 position: static;
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child) {
	 width: 100%;
	 padding: 0;
	 margin: 0;
	 border: none;
	 float: none;
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:first-child {
	 display: none;
  }

  .slide_menu .hs-menu-wrapper>ul>li:nth-last-child(-n+2)>ul>li>ul>li>a,
  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child)>ul>li>ul>li>a,.slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child)>ul>li>a, .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child) a {
	 padding: 15px;
	 display: block;
	 text-decoration: none;
	 color: #777;
	 font-size: inherit;
	 font-family: inherit;
	 box-sizing: border-box;
	 -webkit-transition: all .3s ease-out;
	 -moz-transition: all .3s ease-out;
	 transition: all .3s ease-out;
	 color: #FFF;
	 border-bottom: 1px solid rgba(255, 255, 255, .15);
	 font-size: 13px;
	 padding-left: 15px;
	 font-weight: normal;
	 margin: 0;
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child)>ul {
	 display: none;
	 position: relative;
	 opacity: 1;
	 visibility: visible;
	 width: auto;
	 display: none;
	 -moz-transition: none;
	 -webkit-transition: none;
	 -o-transition: color 0 ease-in;
	 transition: none;
	 background: rgba(255, 255, 255, .08);
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child)>ul>li.hs-item-has-children {
	 padding: 0;
	 margin: 0;
  }

  .slide_menu .hs-menu-wrapper>ul>li:not(:nth-last-child(-n+2))>ul>li:not(:first-child)>ul>li>ul {
	 padding: 0;
	 position: relative;
	 opacity: 1;
	 visibility: visible;
	 width: auto;
	 display: none;
	 -moz-transition: none;
	 -webkit-transition: none;
	 -o-transition: color 0 ease-in;
	 transition: none;
	 background: rgba(255, 255, 255, .08);
  }

  .child-trigger {
	 text-decoration: none;
	 color: #777;
	 font-size: inherit;
	 font-family: inherit;
	 box-sizing: border-box;
	 -webkit-transition: all .3s ease-out;
	 -moz-transition: all .3s ease-out;
	 transition: all .3s ease-out;
	 width: 48px;
	 height: 48px;
	 text-align: center;
	 z-index: 9999;
	 position: absolute;
	 top: 0;
	 right: 0;
	 color: #FFF;
	 display: inline-block;
	 border: 0;
	 background: rgba(12, 65, 78, 0.37);
	 font-size: 13px;
  }

  .slide_menu .hs-menu-wrapper ul li {
	 position: relative;
  }

  .child-trigger i {
	 box-sizing: border-box;
	 transition: transform 0.3s;
	 width: 12px;
	 height: 100%;
	 position: relative;
	 vertical-align: middle;
	 display: inline-block;
	 font-style: normal;
  }

  .child-trigger i:before {
	 content: '';
	 display: block;
	 width: 12px;
	 height: 0px;
	 border-bottom: solid 3px #777;
	 position: absolute;
	 top: 50%;
	 transform: rotate( 90deg );
	 transition: width 0.3s;
	 border-color: #FFF;
  }

  .child-trigger i:after {
	 content: '';
	 display: block;
	 width: 12px;
	 height: 0px;
	 top: 50%;
	 border-bottom: solid 3px #777;
	 position: absolute;
	 border-color: #FFF;
  }

  .child-open>.child-trigger i {
	 -webkit-transform: rotate( 135deg );
	 -ms-transform: rotate(135deg);
	 -o-transform: rotate(135deg);
	 transform: rotate( 135deg );
  }

  .slide_menu .hs-menu-wrapper>ul>li:nth-last-child(-n+2)>ul>li>a {
	 display: none;
  }

  .slide_menu .hs-menu-wrapper>ul>li:nth-last-child(-n+2)>ul>li .child-trigger {
	 display: none;
  }

  .slide_menu .hs-menu-wrapper>ul>li+li:not(:nth-last-child(-n+2))>ul>li:not(:first-child) {
	 width: 100%;
  }

  .search_section .container-fluid.region-header h2 {
	 font-size: 28px;
  }

  .nav_feature_section {
	 display: none;
  }

}
@media (max-width: 550px) {
  .search_section .block-views-exposed-filter form .form-row .form-actions button:before {
	 font-size: 40px;
  }
}
@media (max-width: 1474px) and (min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 padding-right: 10px;
  }

  .cm_search {
	 margin-right: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
	 margin-right: 5px;
  }

  .mobile_trigger {
	 padding-left: 0;
  }
}
@media (max-width: 1236px) and (min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 padding-right: 9px;
  }

  .mobile_trigger {
	 padding-left: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
	 margin-right: 5px;
  }

  .cm_search {
	 margin-right: 10px;
  }
}

@media (max-width: 1300px) and (min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
	 font-size: 18px;
	 margin-bottom: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
	 padding: .3rem 1rem;
	 padding-left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
	 padding: 0;
	 top: 73px;
	 font-size: 13px;
	 padding-top: 1rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
	 margin-bottom: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer {
  background: #051a30;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

footer.footer .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row>div {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row.f_bottom {
  margin-top: 1.5rem!important;
}

.row>.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.footer a:nth-child(1) {
  padding-left: 0px;
}

.footer a {
  color: #fff;
  padding: 15px;
  text-decoration: none;
}

.fa.fa-phone {
  transform: rotate( 90deg );
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook, .fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.footer span#hs_cos_wrapper_menu {
  width: 100%;
}

.btt {
  background: url(https://14519521.fs1.hubspotusercontent-na1.net/hubfs/14519521/raw_assets/public/Jade_Global_June2021/images/backtotop.png) no-repeat center center;
  background-size: cover;
  bottom: 64px;
  cursor: pointer;
  display: none;
  height: 45px;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  width: 45px;
  z-index: 300;
}


@media screen and (min-width: 1200px) {
  .footer .hs-menu-wrapper>ul {
	 width: 25%;
	 list-style: none;
	 margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  footer.footer {
	 padding-left: 30px;
	 padding-right: 30px;
  }
  .row.f_bottom {
	 justify-content: space-between;
  }
  .f_social_i a {
	 font-size: 20px;
	 color: #fff;
	 margin-right: 13.6px;
  }
  .contact_details {
	 text-align: right;
  }
  .contact_details a:nth-child(1) {
	 margin-right: 15px;
  }
  .footer .hs-menu-wrapper>ul {
	 display: flex;
	 flex-wrap: wrap;
	 width: 100%;
	 padding: 1rem;
  }
  .footer .hs-menu-wrapper>ul>li {
	 width: 25%;
  }
  .footer .hs-menu-wrapper>ul>li>a {
	 font-weight: 600;
	 font-size: 1.1rem;
	 color: #04b2b8;
	 pointer-events: none;
	 margin-bottom: 0.8rem;
	 display: block;
  }
  .footer .hs-menu-wrapper>ul ul li {
	 margin-bottom: 0.8rem;
  }
  .footer .hs-menu-wrapper>ul ul li a {
	 display: inline;
  }
}
@media screen and (min-width: 1336px) {
  footer.footer {
	 padding-left: 40px;
	 padding-right: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .row.f_bottom {
	 flex-flow: wrap-reverse;
  }

  .row.f_bottom .col-auto {
	 width: 100%;
  }

  .f_social_i {
	 margin-top: 1.6rem;
	 font-size: 1.6rem;
  }

  .f_social_i a {
	 margin-right: 1.4rem;
	 color: #04b2b8;
  }

  .contact_details a {
	 display: inline-block;
	 margin-bottom: 1.7rem;
	 font-size: 16px;
	 color: #fff;
  }

  .contact_details a:nth-child(1) {
	 margin-right: 15px;
  }

  .contact_details a .fa {
	 color: #04b2b8;
	 margin-right: 15px;
  }

  .footer .hs-menu-wrapper>ul>li {
	 border-bottom: 1px solid #45b2b8;
  }

  .footer .hs-menu-wrapper>ul>li>a {
	 background-color: transparent;
	 color: #04b2b8;
	 cursor: pointer;
	 padding: 1rem;
	 width: 100%;
	 border: none;
	 text-align: left;
	 outline: none;
	 font-size: 1rem;
	 transition: 0.4s;
	 display: block;
	 position: relative;
  }

  .footer .hs-menu-wrapper>ul ul {
	 padding: 0 18px;
	 display: none !important;
	 background-color: #050d1752;
	 overflow: hidden;
	 color: #fff;
	 padding-top: 0.9rem;
	 padding-bottom: 0.9rem;
	 width: 100%;
  }

  .footer .hs-menu-wrapper>ul>li>a:before {
	 content: '\f067';
	 font-family: fontawesome;
	 font-size: 20px;
	 position: absolute;
	 right: 14px;
	 top: 14px;
	 transition: all 0.3s ease-in-out;
	 transform: rotate( 0deg );
  }

  .footer .hs-menu-wrapper>ul>li.child-open>a:before {
	 transform: rotate( 45deg );
  }

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

  .footer .hs-menu-wrapper>ul ul li a {
	 display: inline;
  }  

  .footer .hs-menu-wrapper>ul li.clicked ul {
	 display: block !important;
  }

  .footer .hs-menu-wrapper>ul>li.clicked>a:before {
	 transform: rotate( 45deg );
  }

}

@media (max-width: 991px) {
  footer.footer {
	 font-size: 12px;
	 text-align: center;
  }

  .footer a {
	 padding: 11px;
  }

  .btt {
	 bottom: 6px;
	 height: 35px;
	 right: 6px;
	 width: 35px;
	 background-size: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */
.banner_header {
  position: relative;
  line-height: normal;
}

.banner_header:before {
  content: "";
  width: 100%;
  z-index: 1;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: #000;
  background: #3d74b0;
  background: -webkit-linear-gradient( 48deg ,rgba(61,116,176,.8547794117647058) 0,rgba(41,166,172,.8239670868347339) 18%,rgba(41,166,172,.3449754901960784) 39%,rgba(41,166,172,0) 73%);
  background: -webkit-linear-gradient( 42deg ,rgba(61,116,176,.8547794117647058) 0,rgba(41,166,172,.8239670868347339) 18%,rgba(41,166,172,.3449754901960784) 39%,rgba(41,166,172,0) 73%);
  background: -o-linear-gradient(42deg,rgba(61,116,176,.8547794117647058) 0,rgba(41,166,172,.8239670868347339) 18%,rgba(41,166,172,.3449754901960784) 39%,rgba(41,166,172,0) 73%);
  background: linear-gradient( 48deg ,rgba(61,116,176,.8547794117647058) 0,rgba(41,166,172,.8239670868347339) 18%,rgba(41,166,172,.3449754901960784) 39%,rgba(41,166,172,0) 73%);
  z-index: 1;
}

.blog-banner-image img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

img {
  vertical-align: baseline;
}

.blog-banner-text {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #fff;
  max-width: 800px;
  z-index: 2;
}

.blog-banner-text .blog-banner-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  max-width: 800px;
  margin-bottom: 15px;
}

.blog-banner-body {
  margin-top: 20px;
}

.blog-banner-addtoany {
  margin-top: 30px;
}

.blog-banner-title h1 {
    font-size: 40px;
  width: 82%;
}

.blog-banner-title h1 a {
  color: #fff;
}

b, strong {
  font-weight: bolder;
}

.blog-banner-body p {
  line-height: 24px;
  margin: 0;
}

.blog-banner-image {
  display: flex;
}

.banner_header {
  background-color: rgba(5,26,48,1.0);
}

.blog-banner-addtoany .a2a_svg, .blog-inner-share .a2a_svg, .resources_card_box .a2a_svg {
  background-color: transparent!important;
}

.blog-banner-addtoany .a2a_svg, .blog-inner-share .a2a_svg, .resources_card_box .a2a_svg {
  background-color: transparent!important;
}

.blog_wrap {
  position: relative;
  font-size: 16px;
  line-height: normal;
}

.banner_header {
  font-size: 16px;
}

.blog-inner-body.post_item, .blog-inner-page-banner {
  font-size: 16px;
}

.blog_wrap .form-row {
  padding-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.blog_wrap .form-row fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin-bottom: 1rem;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding-right: 5px;
  padding-left: 5px;
}

.blog_wrap .form-row fieldset select {
  font: inherit;
  letter-spacing: inherit;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: calc(2.25rem + 2px);
}

.blog_wrap .form-row .form-actions {
  align-self: flex-end;
  margin-bottom: 1rem;
}

.blog_wrap .form-row .form-actions button {
  font: inherit;
  letter-spacing: inherit;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  background: #30a6ac;
  border: #30a6ac;
}

.blog_wrap .form-row fieldset select:focus {
  outline: 0;
  color: #495057;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.post_item {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 15px 1em;
}

.inner_sec {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.post_item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: right;
}

.blog-listing-title {
  font-size: 28px;
  display: block;
}

.blog-listing-title h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: inherit;
  color: #1c242c;
  font-weight: normal;
}

.blog-listing-title h3 a {
  color: inherit;
}

.blog-listing-created {
  margin-top: 15px;
  display: block;
}

.blog-listing-body {
  display: block;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-listing-body p {
  line-height: 24px;
  margin: 0;
}

.blog-listing-read {
  display: flex;
  margin-top: -9px;
}

.blog-listing-read a {
  z-index: 1;
  position: relative;
  padding: 7px 15px;
  border: 2px solid #29a6ac;
  color: #29a6ac;
  text-decoration: none;
  font-size: 22px;
  transition: all .3s;
}

.blog-listing-read a:before {
  content: "";
  background: #29a6ac;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
  z-index: -1;
}

.blog-listing-read a:hover:before {
  width: 100%;
}

.blog-listing-read a:hover {
  color: #fff;
}

.no-image .col-6-92 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 7px;
}

.blog-pagination a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0071b3;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.blog-pagination a:hover {
  color: #0071b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.blog-pagination a.active {
  background-color: #29a6ac;
  border-color: #29a6ac;
  color: #fff;
}

.blog-pagination a:first-child {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.blog-pagination a:last-child {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.blog-listing-read {
  font-size: 40px;
  width: 82%;
} 

.post_item img {
  margin: 0 0 1em;
}

/* ==Post== */
.blog-post__body ul {
  list-style: none;
  padding-left: 25px;
  line-height: 30px;
  margin-top: 20px;
}

.blog-post__body ul li {
  position: relative;
}

.blog-post__body ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: -23px;
  top: 9px;
  background: #38d0d7;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#38d0d7),color-stop(76%,#29a6ac),to(#3d98b0));
  background: -webkit-linear-gradient(top,#38d0d7 2%,#29a6ac 76%,#3d98b0 100%);
  background: -o-linear-gradient(top,#38d0d7 2%,#29a6ac 76%,#3d98b0 100%);
  background: linear-gradient(180deg,#38d0d7 2%,#29a6ac 76%,#3d98b0 100%);
}

.blog-inner-page-banner {
  height: 70vh;
  width: 100%;
  background-color: #666;
  position: relative;
  margin-bottom: 50px;
  line-height: normal;
}

.blog-inner-page-banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #000;
  background: -webkit-linear-gradient( 180deg ,rgba(0,0,0,0) 0,rgba(21,23,23,0) 18%,rgba(28,33,33,.8519782913165266) 66%,rgba(0,0,0,.8575805322128851) 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(18%,rgba(21,23,23,0)),color-stop(66%,rgba(28,33,33,.8519782913165266)),to(rgba(0,0,0,.8575805322128851)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(21,23,23,0) 18%,rgba(28,33,33,.8519782913165266) 66%,rgba(0,0,0,.8575805322128851) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(21,23,23,0) 18%,rgba(28,33,33,.8519782913165266) 66%,rgba(0,0,0,.8575805322128851) 100%);
  background: linear-gradient( 180deg ,rgba(0,0,0,0) 0,rgba(21,23,23,0) 18%,rgba(28,33,33,.8519782913165266) 66%,rgba(0,0,0,.8575805322128851) 100%);
}

.blog-inner-page-banner .inner_sec {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

.hs-blog-post .blog-banner-image img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-inner-page-banner .blog-inner-title {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 0 2px 2px rgb(0 0 0 / 18%), 0 5px 5px rgb(0 0 0 / 12%), 0 10px 10px rgb(0 0 0 / 8%);
}

.blog-inner-page-banner .blog-inner-create {
  margin-bottom: 20px;
  margin-top: 30px;
}

.blog-inner-body {
  line-height: 26px;
}

.blog-inner-body p {
  padding-bottom: 20px;
  word-break: break-word;
  margin: 0;
}

.hs-blog-post .blog-banner-addtoany {
  margin: 0;
}

.blog-inner-title h1, .blog-inner-title h2 {
  width: 60%;
  color: inherit;
}

.blog-inner-body.post_item {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-post__body a {
  color: #29a6ac;
}

.blog-post__body a:hover {
  color: #3d74b0;
}

.blog-comments h2 {
  font-size: 36px;
  color: #29a6ac;
  padding-top: 0;
  margin: 2rem;
}

.blog-comments {
  max-width: 1117px;
  margin: 0 auto;
  background: #f0f8f7;
  border: 1px solid #d7ebe8;
}

.blog-comments form {
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  border: none !important;
}

.hs-form label {
  color: #1c242c;
  font-size: inherit;
  font-family: 'Work Sans',sans-serif;
  font-size: 16px;
  margin: 0 0 3px;
}

.blog-comments form .hs-input {
  font: inherit;
  letter-spacing: inherit;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.blog-comments form .hs-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #495057;
  outline: none;
}

.blog-comments form input.hs-button.primary {
  font: inherit;
  background: none;
  letter-spacing: inherit;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #29a6ac;
  border-color: #29a6ac;
}

.blog-comments form input.hs-button.primary:hover {
  background-color: #3d74b0;
  border-color: #0062cc;
}

.blog-post__body {
  line-height: 24px;
}

@media (min-width: 576px) {
  .post_item,.inner_sec {
	 max-width: 540px;
  }
}
@media (min-width: 768px) {
  .post_item,.inner_sec {
	 max-width: 720px;
  }  
}
@media (min-width: 992px) {
  .post_item,.inner_sec {
	 max-width: 960px;
  }
  .col-6-92 {
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
	 max-width: 50%;
  }
  .post_item img {
	 margin: 0;
  }
  .blog-pagination {
	 margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .post_item,.inner_sec {
	 max-width: 1140px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 200px 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: #EFEFEF;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 400px  ;
  }
}
.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: .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;
}
.hs-form-field {
  margin: 0 0 10px;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form input[type="email"] {
  width: 100% !important;
}
.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-form-field label {
  margin-bottom: 8px;
  display: inline-block;
}
label:empty {
  display: none !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
}
.subs form#email-prefs-form {
  max-width: 100%;
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
  .blog-post img {
  float: none !important;
  margin: 0 !important;
  max-width: 100%;
}
}
.error-page {
  position: relative;
  z-index: 2;
}
.comment-date, .comment-from {
  display: block !important;
}
.grecaptcha-badge {
  max-width: 100%;
  overflow: auto hidden;
  margin: 0;
}
h3:empty {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
span.replying-to {
  display: block;
  padding-bottom: 30px;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 20px;
}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
@viewport{width:device-width}@-ms-viewport{width:device-width}*{box-sizing:border-box}html{font-size:62.5%}body{font-size:1.4rem;line-height:2.4rem}
.nav-lock-scroll{overflow:hidden}.nav{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:900;overflow-x:hidden;overflow-y:auto}.nav ul{display:block;position:relative;zoom:1;list-style-type:none;margin:0;padding:0}.nav a,.nav a:active,.nav a:hover,.nav a:visited{display:block;position:relative}@media only screen and (min-width:960px){.nav{display:block;position:relative;bottom:auto;overflow:visible}.nav li{position:relative;white-space:nowrap}.nav>ul>li{display:inline-block}.nav ul{display:block}.nav ul ul{display:none;position:absolute;top:100%;left:0;z-index:901}.nav ul ul ul{top:5px;left:95%;z-index:902}.nav ul ul ul ul{z-index:903}.nav ul ul ul ul ul{z-index:904}.nav ul ul li.nav-left>ul{left:auto;right:95%}.nav-no-js .nav li:hover>ul{display:block}}@media only screen and (max-width:959px){.nav-no-js .nav-button:hover+.nav,.nav-no-js .nav-button:hover+.nav+.nav-close,.nav-no-js .nav:hover,.nav-no-js .nav:hover+.nav-close{display:block}}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
	font-family: "icon-font";
	src: url(https://14519521.fs1.hubspotusercontent-na1.net/hubfs/14519521/raw_assets/public/Jade_Global_June2021/css/icon-font.eot);
  
	src: url() format('eot'), 
       url(https://14519521.fs1.hubspotusercontent-na1.net/hubfs/14519521/raw_assets/public/Jade_Global_June2021/css/icon-font.woff) format('woff'), 
       url(https://14519521.fs1.hubspotusercontent-na1.net/hubfs/14519521/raw_assets/public/Jade_Global_June2021/css/icon-font.ttf) format('truetype'), 
       url() format('svg');
}

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
header h1:before,
.nav-button:before,
.nav-close:before,
.nav .nav-submenu > a:after,
.nav > ul > .nav-submenu > a:after {
	font-family: "icon-font";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
	color: #fcb614;
}

.icon-desktop:before {
	content: "\E001";
}

.icon-menu-close:before {
	content: "\E002";
}

.icon-menu:before {
	content: "\E003";
}

.icon-mobile:before {
	content: "\E004";
}

.icon-submenu-down:before {
	content: "\E005";
}

.icon-submenu-right:before {
	content: "\E006";
}

.icon-world:before {
	content: "\E007";
}

body {
	padding-top: 4.4rem;
	font-family: 'Inter', sans-serif;
}

header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 901;
	line-height: 4.4rem;
	background: #26201C;
	color: #A69A94;
}


header h1:before {
	content: "\E004";
	margin-right: 8px;
}

.nav-button,
.nav-close {
/* 	position: fixed; */
	top: 0;
  margin-right:1rem;
	width: 2.4rem;
	height: 4.4rem;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 4.4rem;
	background: transparent;
	color: #165388;
}

.nav-button:before,
.nav-close:before {
	display: block;
	text-align: center;
}

.nav-button {
    display: block;
    right: 1rem;
    font-size: 2.7rem;
    
}

.nav-button:before {
	content: "\E003";
	color: #165388;
}

.nav-close {
	display: none;
	right: 4rem;
	font-size: 1.9rem;
}

.nav-close:before {
	content: "\E002";
}

.nav {
	padding-top: 4.4rem;
	line-height: 4.4rem;
	background: #ffffff;
	color: #A69A94;
	/* display: flex;
	justify-content: end; */
/* 	box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px; */
}
.nav > ul li{
	border-bottom:1px solid #16538825
}

.nav ul {
	border-radius: 0 0 6px 6px;
}



/* .nav ul ul {
	background: #ffffff;
} */

/* .nav ul ul ul {
	background: #ffffff;
} */

.nav ul ul ul ul {
	background: #ffffff;
}

.nav ul ul ul ul ul {
	background: #ffffff;
}

.nav li {
	border-top: 1px solid #ffffff;
	cursor: pointer;
}

.nav li:hover > a,
.nav li.nav-active > a {
	background: #e3f2ff;
}
.nav .nav-submenu.nav-active{
	background: rgb(119 192 255 / 7%);
}
/* .nav .nav-submenu > ul {
	margin-left: 10px;
} */

.nav .nav-submenu > a {
	padding-right: 30px !important;
/*   line-height:0 !important; */
}
.nav .nav-submenu .nav-submenu > a {
	line-height: 2.7rem;
	padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	padding: 0 15px 1px;
	color: #165388;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 500;
  line-height:3rem;
}

.nav .nav-submenu > a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 1px;
	content: "\E005";
}
.nav .nav-submenu ul a {
	font-weight: 400;
}
.nav .nav-submenu .nav-submenu ul{
	display: none;
}
.navbar{
  padding-top:0;
}
.custom-menu-primary{
  padding:0;
}





/* Responsive */





@media only screen and (min-width: 960px) {
  body {
    padding: 0 !important;
  }
  .mob_link{
    display:none !important;
  }
  .nav > ul {
    display: flex;
    align-items: center;
  }
  header {
    position: relative;
  }

  header h1:before {
    content: "\E001";
  }

  .nav-button {
    display: none;
  }

  .nav {
        display: flex;
    justify-content: end;
    padding: 0!important;
    padding-bottom: 2rem;
    padding-top: 2rem;
    position: static;
  }
  .nav .nav-submenu > a {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .nav li:hover > a, .nav li.nav-active > a, .nav .nav-submenu.nav-active {
    background: none;
  }

  .nav > ul > li {
    border: none;
  }
  .nav .nav-submenu > a:after {
    right: 3px;
    top: 38px;
  }

  .nav li > ul {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  }

  .nav ul ul ul {
    border-radius: 0 6px 6px 6px;
  }

  .nav ul ul ul li:first-child {
    border-top: none;
  }

  .nav .nav-left > ul {
    border-radius: 6px 0 6px 6px;
  }

  .nav .nav-submenu li {
    min-width: 110px;
  }

  .nav .nav-submenu > ul {
    margin: 0;
    background: #ffffff;
  }
  .nav > ul > .nav-submenu, .nav ul{
    position:static;
  }
  .nav > ul > .nav-submenu > ul{
    width: 100%;
    left: 0;
  }
  .nav > ul > .nav-submenu > a:after {
    content: "\E005";
    top: 50%;
    line-height:0;
  }

  .nav .nav-submenu > a:after {
    content: "\E006";
  }
  .nav > ul > .nav-submenu > ul {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .nav > ul > .nav-submenu:nth-child(1).nav-active ul {
    display: block !important;
  }
  .nav > ul > .nav-submenu:nth-child(1).nav-active > ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 2rem;
    padding-left: 5rem;
    padding-right: 5rem;
    border: none;
    align-items: baseline;
  }
  .nav > ul > .nav-submenu:nth-child(1).nav-active > ul ul{
    box-shadow: none;
  }
  .nav > ul li {
    border-bottom: none;
  }
  .nav .nav-submenu ul a{
    font-weight: 500;
  }
  .nav .nav-submenu ul .s1 > a{
    font-weight: 600;
  }
 


  .nav li {
    position: static;
  }
  .nav ul ul ul {
    top: 5px;
    left: 0;
    z-index: 902;
    position: relative;
  }
  .nav > ul > .nav-submenu:nth-child(2) > ul{
    gap: 1.4rem;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: lightblue;
    column-gap: 3rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
 
/*   .nav > ul > .nav-submenu:nth-child(2) > ul, .nav > ul > .nav-submenu:nth-child(4) > ul{
    gap: 1.4rem;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: lightblue;
    column-gap: 3rem;
    padding-left: 5rem;
    padding-right: 5rem;
  } */
/*    .nav > ul > .nav-submenu:nth-child(4) > ul{
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  } */
  .nav > ul > .nav-submenu:nth-child(3),
  .nav > ul > .nav-submenu:nth-child(5),
  .nav > ul > .nav-submenu:nth-child(6){
    position: relative;
  }
  .nav > ul > .nav-submenu:nth-child(3) ul,
  .nav > ul > .nav-submenu:nth-child(5) ul,
  .nav > ul > .nav-submenu:nth-child(6) ul{
    width: auto;
    min-width: 190px;
  }
}

@media only screen and (min-width: 1080px) {
  .logo {
      padding-left: 1rem;
  }
}
@media only screen and (min-width: 1245px) {
  
  .nav .dn  a{
     background: var(--yellow);
      color: #333;
      /* margin-left: 1.6rem; */
      padding: 0.5rem 1rem !important;
      border-radius: 0.3rem;
      background: rgb(252,182,20);
      transition: all 0.3s ease-in-out;
      position: relative;
      overflow: hidden;
    line-height: normal;
    margin-right:1rem;
  }
  .nav .dn  a:hover{
     background: #165388;
      color: #fff;
      border-radius: 4rem 0 4rem 4rem;

  }
}
@media only screen and (min-width: 1300px) {
  .nav a,
  .nav a:hover,
  .nav a:active,
  .nav a:visited {
    font-size: 1.2rem;
    
  }
  .nav>ul>.nav-submenu>ul {
      padding-bottom: 1rem;
      padding-top: 1rem;
  }
  .logo img {
      height: 70px;
  }
}

@media only screen and (max-width: 960px) {
  .nav {
    z-index: 99;
    padding-top: 1rem;
    top: 4.4rem;
  }
  .nav-button{
  z-index: 99;
  }
  .search_section{
    z-index: 100;
  }
}

@media screen and (min-width: 1245px) {
    .nav > ul > .nav-submenu .innovation {
        max-width:1140px;
        left: 50%;
        transform: translateX(-50%);
        background: #165388;
        padding-top: 1rem;
        height: 408px;
    }

    .nav > ul > .nav-submenu .innovation .s1 {
        width: 297px;
        float: none;
        position: static;
    }
	.nav > ul > .nav-submenu .innovation .s1 >  ul {
        gap: 1.4rem;
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        width: calc(100% - 330px) !important;
        left: 330px;
        padding-top: 1rem;
        top: 0;
        height: 100%;
        background: #fff !important;
        display: none;
        position: absolute;
        padding: 1rem;
        align-content: flex-start;
    }
	.nav > ul > .nav-submenu .innovation .s1:hover >  ul {
		display:block;
	}
	.nav > ul > .nav-submenu .innovation .s1 >  ul .s2 ul{
		display: block;
	}
	.nav > ul > .nav-submenu .innovation .s1 >  ul .s2 a{
				font-weight: 400;
				font-size: 0.9rem !important;
				padding-top: 0.3rem;
				padding-bottom: 0.3rem;
				line-height: normal;
				padding-left: 0.2rem;
				border: none;
				border: none !important;
				box-shadow: none !important;
	}
	.nav > ul > .nav-submenu .innovation .s1 >  ul .s2 > a{
		color: #3b3b3b;
		font-size: 0.8rem;
		padding-bottom: 0.3rem;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		background: #fbdf71;
		border-radius: 0.3rem;
		display: block;
		margin-bottom: 0.2rem;
	}
	.nav > ul > .nav-submenu .innovation .s1 >  ul .s2 > ul{
		box-shadow:none;
	}
	.nav > ul > .nav-submenu .innovation .s1 >  ul .s2{
		width: 100% !important;
		/* margin-top: 1rem; */
		width: 100%;
		break-inside: avoid-column;
		page-break-inside: avoid;
		margin-bottom: 1rem;
	}

    .nav > ul > .nav-submenu .innovation .s1 > .nolink .sf-sub-indicator::after {
        content: "▶";
    }

    .nav > ul > .nav-submenu .innovation  .s1>ul>li>ol>li {
        width: 100%;
        break-inside: avoid-column;
        page-break-inside: avoid;
    }

    .nav > ul > .nav-submenu .innovation  .s1> ul > li ol {
        display: block !important;
    }

    .nav > ul > .nav-submenu .innovation  .s1>ul>li>ol>li {
        width: 100%;
    }
	 .nav > ul > .nav-submenu .innovation .s1 > a{
		 color:#fff
	 }
	.nav > ul > .nav-submenu .innovation .s1{border:none}
}