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








f


































@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,700;1,900&display=swap');

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

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 > .row-fluid, .page-center, .content-wrapper, .footer__container, .header__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url("//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/Crosschq_May2021/Fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/fa-solid-900.woff2) format("woff2"), 
    url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/fa-solid-900.woff) format("woff"), 
    url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/fa-solid-900.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 900; 
  font-display: auto; 
}

@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url("//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/Crosschq_May2021/Fonts/fa-regular-400.eot") format("embedded-opentype"), 
    url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/fa-regular-400.woff2) format("woff2"), 
    url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/fa-regular-400.woff) format("woff"), 
    url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/fa-regular-400.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: block; 
}

@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url("//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/Crosschq_May2021/Fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/fa-brands-400.woff2) format("woff2"), 
    url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/fa-brands-400.woff) format("woff"), 
    url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/fa-brands-400.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: auto;
}

@font-face { 
  font-family: "Font Awesome 6 Brands"; 
  src: url("//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/Crosschq_May2021/Fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/fa-brands-400-6.woff2) format("woff2"), 
    url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/fa-brands-400-6.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: auto;
}

@font-face { 
  font-family: "FontAwesome"; 
  src: url("//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/Crosschq_May2021/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/fontawesome-webfont.woff) format("woff"), 
    url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/fontawesome-webfont.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: block; 
}


@font-face { 
  font-family: "Crisp Noto Sans Regular"; 
  src: url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/noto_sans_regular.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
  unicode-range: U+20-7F;
}

@font-face { 
  font-family: "Crisp Noto Sans Bold"; 
  src: url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/noto_sans_bold.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 700; 
  unicode-range: U+20-7F; 
}

@font-face { 
  font-family: "liquid-icon"; 
  src: url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/Fonts/liquid-icon.woff) format("woff"); 
  font-style: normal; 
  font-weight: normal; 
}


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html, body {
  max-width: 100vw;
}
html {
  font-size: 100%;
  overflow-x: hidden;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {  
  margin: 0 0 10px; 
  margin-bottom: 1.3em; 
  font-family: Lato, serif;
}

p:last-child {
  margin-bottom: 0;
}

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

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

}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.25em 0 0.75em;
}

h1 {
  line-height: 1.2em;
  margin-top: 0;
}

h2 {
  line-height: 1em;
}

h3 {
  line-height: 1.5;
}

h4 {
  line-height: 1.5;
}

h5 {
  line-height: 1.7;
}

h6 {
  line-height: 1.5;
}

b, strong {
  font-weight: bold;
}

code {
  vertical-align: bottom;
}

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


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

blockquote {
  margin: 0 0 20px;
  font-size: 17.5px;
  display: block;
  padding: 0;
  margin-bottom: 2.5em;
  border: 0;
  font-style: italic;
}

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

img {
  border: 0;
}
img {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}


.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fas {
  font-weight: 900;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.fa.fa-linkedin {
  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-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa.fa-facebook, .fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa-twitter:before {
  content: "\f099";
}
.fa.fa-x-twitter {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa-x-twitter:before {
  content: "\e61b";
}
.fa-youtube:before {
  content: "\f167";
}
.fa.fa-linkedin:before {
  content: "\f0e1";
}
.fa-angle-down:before {
  content: "\f107";
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'liquid-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
figure {
  margin: 0;
}

@media screen and (max-width: 1199.5px) {
  .body-wrapper {
    overflow-x: hidden;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_form,.hs_cos_wrapper_type_password_prompt,
#email-prefs-form,#comment-form,
.hs-search-field,.section.post-footer form,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset{
  border-radius: 4px;
  box-shadow: 0 0 20px 3px #0000000f;
  text-align: left;
  border: 1px solid #eee;
  padding: 30px 45px 15px;
  max-width: 767px;
  margin-bottom: 2em;
  display: block;
}

.subscription-template-form #email-prefs-form,
.femail-form .hs_cos_wrapper_type_form{
  background: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
  display: block;
  max-width: 100%
}


form {
  font-family: Lato, sans-serif;
}

.hs-button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-flex;
  min-height: 50px;
  border-style: solid;
  white-space: normal;
  align-items: center;
  width: 100%;
  justify-content: center;
  text-align: center;
  box-shadow: none;
  margin-top: 15px;
}

.hs-page .hs-button {
  width: auto;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
}

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

.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  margin-bottom: 4px;
}



.hs-input,input#hs-pwd-widget-password, input[type="password"] {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
  width: 100% !important;
  margin-bottom: 20px;
  position: relative;
  border-style: solid;
  transition: all 0.3s;
  height: 40px;
  padding-right: 0;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 5px;
}

input#hs-pwd-widget-password {
  margin-top: 0px !important;
  height: 40px !important;
}

.hs-input:focus, input[type="password"]:focus {
  outline: none;
}

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

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

.hs-input:-moz-placeholder {
  color: inherit;
}

.hs-input::-webkit-input-placeholder {
  color: inherit;
}

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

textarea.hs-input {
  height: auto;
}

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

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


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

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

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

.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
  max-width: 100%;
  width: 100% !important;
}
.grecaptcha-badge iframe {
  max-width: 100%;
  
}


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



ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-error-msgs label {
  color: #dc3232 !important;
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.hs_error_rollup .hs-error-msgs label {
  border: 2px solid #ffb900;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  color: #808291 !important;
}

.hs-home-page.custom-page {
  overflow-x: hidden;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


.fa-chart-line:before {
  content: "\f201";
}
.fa-award:before {
  content: "\f559";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-star:before {
  content: "\f005";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-lock:before {
  content: "\f023";
}
[data-custom-animations=true] {
  visibility: hidden;
  opacity: 0;
}
.ca-initvalues-applied {
  visibility: visible;
  opacity: 1;
}

.vc_row.vc_row-flex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_row.vc_row-flex .ld-row {
  display: flex;
  flex-wrap: wrap;
}
.wow{
  visibility:hidden;
}
.wow.animated{
  visibility:visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.custom-page .page-center {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width:100%;
}
.vc_col-sm-12,
.vc_col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-button {
  font-family: Lato;
  text-transform: uppercase;
  display: inline-flex;
  padding: 0;
  position: relative;
  border: 1px solid #07a3e8;
  border-radius: 0;
  font-size: 1em;
  color: #07a3e8;
  transition: all .3s ease;
  box-shadow: 0 0 0 rgba(0,0,0,0.05), 0 0 0 rgba(0,0,0,0.05), 0 0 0 rgba(0,0,0,0.05), 0 0 0 rgba(0,0,0,0.05), 0 0 0 rgba(0,0,0,0.05);
  background: #07a3e8;
  padding-right: 1em;
  padding-left: 1em;
  background-color: rgb(0, 211, 197);
  border-color: rgb(0, 211, 197);
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  border-radius: 4px;
  border-width: 1px;
  text-decoration: none;
}
.custom-button:hover {
  background-color: rgba(0, 211, 197, 0.9);
  border-color: rgba(0, 211, 197, 0.9);
  box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 50%);
  color: #fff;
  text-decoration: none;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.custom-button > span {
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  display: inline-flex;
  padding: 1.15em 2.1em;
  border-radius: inherit;
  border-color: inherit;
  flex-flow: row wrap;
  align-items: center;
  margin: -0.5px;
}

html.hs-inline-edit .visibility-used {
  display: block !important;
}
.custom-page .dnd-section[class*="-force-full-width-section"] > div {
  padding: 0 ;
  max-width:100%;
}

.custom-body h1,
.custom-body h2,
.custom-body h3,
.custom-body h4,
.custom-body h5,
.custom-body h6 {
  font-family: 'Roboto', sans-serif;
  margin: 1.25em 0 0.75em;
  font-weight: 500;
  line-height: 1.2;
  color: #181b31;
}
.custom-body h2 {
  font-family: Lato;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 1;
  font-size: 34px;
  color: #282e38;
}
.custom-body h4 {
  font-family: Lato;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
  color: #808291;
}
.container-fluid.hs-homepage-section1 .dnd-section>.row-fluid {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.container-fluid.hs-homepage-section1 .span3 {
  width: 16.66666667%;
  margin-left: 0;
}

.container-fluid.hs-homepage-section1 .span3:first-child {
  margin-left: 16.66666667%;
}

.container-fluid.hs-homepage-section1 .span3:not(:last-child) {
  border-right-color: #ffffff;
  border-right-style: solid;
  border-right-width: 1px;
}

.container-fluid.hs-homepage-section1 .hs_cos_wrapper_type_text {
  font-weight: 600;
  letter-spacing: .04em;
  font-size: 90%;
  display: block;
  color: #fff ;
}

.custom-page .row-fluid [class*="span"] {
  min-height: 1px;
}
.container-fluid.hs-homepage-section1 > div {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
}

.container-fluid.hs-homepage-section1 .hs_cos_wrapper_type_text {
  margin-top: 1px;
}
.container-fluid.hs-homepage-section2 .dnd-section {
  padding-top: 30px;
  padding-bottom: 20px;
}

.container-fluid.hs-homepage-section2 .hs_cos_wrapper_type_header {
  display: block;
  text-align: center;
}

.container-fluid.hs-homepage-section2 .hs_cos_wrapper_type_header h2 {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 0.3em;
  margin-top: 0.5em;
}
.container-fluid.hs-homepage-section2 .dnd-section > div > div.dnd-column > .dnd-row:nth-last-child(2):not(:only-child){
  margin-top: 20px;
  margin-bottom: 11px;
}

.container-fluid.hs-homepage-section2 .dnd-section > div > div.dnd-column > .dnd-row:last-child:not(:only-child) .logo-slider figure {
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid.hs-homepage-section2 .dnd-section > div > div.dnd-column > .dnd-row:last-child:not(:only-child) .logo-slider > div {
  margin: 0 -15px;
}
.container-fluid.hs-homepage-section4 .hs_cos_wrapper_type_header {
  display: block;
  text-align: center;
}

.container-fluid.hs-homepage-section4 .hs_cos_wrapper_type_header h2 {
  margin: 0.5em 0;
}
.container-fluid.hs-homepage-section4 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.container-fluid.hs-homepage-section4 .hs_cos_wrapper_type_rich_text h2 {
  margin: 0.25em 0;
  font-size: 50px;
  font-weight: 900;
  margin-top: 10px;
}

.container-fluid.hs-homepage-section4 .hs_cos_wrapper_type_rich_text h2 i {
  margin-right: .27em;
  font-size: 50%;
  vertical-align: middle;
  margin-left: -7px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.container-fluid.hs-homepage-section4 .hs_cos_wrapper_type_rich_text h2 i:before {
  content: "\f005";
}

.container-fluid.hs-homepage-section4 .span4 {
  margin-top: 17px;
  padding: 0 15px;
  width: 33.33333333%;
  margin-left: 0;
}

.container-fluid.hs-homepage-section4 .span6 {
  width: 50%;
  margin-left: 0;
  padding: 0 15px;
}

.container-fluid.hs-homepage-section4 .dnd-row:not(:only-child) > .row-fluid {
  margin: 0 -15px;
  width: auto;
  float: none;
}

.container-fluid.hs-homepage-section4 .hs_cos_wrapper_type_rich_text h6 {
  line-height: 0.5em;
  font-weight: 400;
  margin-bottom: 0;
  font-family: Lato;
  font-size: 17px;
  color: #282e38;
}

.container-fluid.hs-homepage-section4 .span6 > .dnd-row > .row-fluid {
  margin: 0 -15px;
  width: auto;
}
.container-fluid.hs-homepage-section4 .span6:first-child {
  margin-top: 1px;
}
.container-fluid.hs-homepage-section4 .span4 .dnd-row:not(:only-child) > .row-fluid {
  margin: 0;
}
.container-fluid.hs-homepage-section4 .span6:first-child>.dnd-row>.row-fluid {
  margin: 0;
}
.container-fluid.hs-homepage-section4 img {
  vertical-align: middle;
}
.hs-home-page div#carrousel_quotes_home p.auth-meta.meta_1 span {
  font-size: 80%;
}
.slick-slider, .slick-slider * {
  outline: 0 !important;
}
.footer_form {
  background-color: #eff0f3;
  padding-bottom: 20px;
  padding-top: 50px;
}
.footer_form .hs-form-section_right .hs_cos_wrapper_type_rich_text {
  display: block;
  background-color: #07a3e8;
  padding: 10px 10px 10px 25px;
  text-align: left;
  color: white;
  border-radius: 0 10px 0 0;
  font-weight: 600;
  font-size: 85%;
}

.footer_form .hs-form-section_right .hs_cos_wrapper_type_rich_text p {
  font-weight: 600;
}

.footer_form .hs_cos_wrapper_type_linked_image {
  display: block;
  padding-right: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
.footer_form .hs-input:focus {
  outline: none;
  border-color: #9c9eb1;
  color: #9c9eb1;
}
.footer_form .hs_cos_wrapper_type_linked_image img {
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  margin-top: 31px;
  margin-bottom: 35px;
}
.submitted-message {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  border-color: #46b450;
  margin-top: 0;
}
.footer_form .container-fluid.hs-form-section_left {
  padding-right: 7%;
  padding-top: 17px;
}

.footer_form .container-fluid.hs-form-section_left .hs_cos_wrapper_type_rich_text {
  margin-bottom: 1em;
  display: block;
}

.footer_form .container-fluid.hs-form-section_left .hs_cos_wrapper_type_rich_text h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.footer_form .hs_cos_wrapper_type_form {
  text-align: left;
  padding: 45px 45px 15px;
  background-color: white;
  margin-bottom: 2em;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}

.footer_form .hs_cos_wrapper_type_form .hs-button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: button;
  cursor: pointer;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease;
  margin-bottom: 25px;
  padding: 0 2.8em;
  display: inline-flex;
  width: auto;
  min-height: 40px;
  border: none;
  background: rgb(7, 163, 232);
  text-transform: uppercase;
  white-space: normal;
}
.footer_form .row.ld-row > div:last-child {
  display: flex;
  align-items: center;
}

.footer_form .row.ld-row > div:last-child .hs-form-section_right {
  width: 100%;
}
.footer_form .hs-input {
  color: #b7b9c4;
}

.footer_form .field > label {
  display: none;
}

.footer_form fieldset.form-columns-2 {
  margin: 0 -15px !important;
  width: auto;
}

.footer_form fieldset.form-columns-2 > div {
  width: 50%;
  padding: 0 15px;
}

.footer_form fieldset .input {
  margin-right: 0 !important;
}

.footer_form textarea {
  padding-top: 1em;
  padding-bottom: 1em;
  height: 55px;
  resize: vertical;
  padding-left: 0;
  padding-right: 0;
}

.footer_form .hs_cos_wrapper_type_form .hs-button {
  margin-top: 0;
}
.container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
  color: #fff;
}
.container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_rich_text p {
  padding-right: 30px ;
  padding-bottom: 30px ;
  padding-left: 30px ;
  margin-bottom: 2.5em;
  position: relative;
  margin-top: 20px;
}
.hs-about-page .custom-header {
  background-color: rgb(255 255 255 / 88%);
  height: 90px;
}

.container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_rich_text {
  margin-top: 30px !important;
  margin-right: 15px !important;
  margin-bottom: -30px !important;
  margin-left: 15px !important;
  padding-top: 70px !important;
}

.container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_rich_text h2 {
  margin-top: -34px !important;
  margin-bottom: 0px !important;
}

.hs-about-page .hnotifybar {
  display: none;
}
.container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}

.container-fluid.hs-about-page-section1 .dnd-section > .row-fluid > div {
  width: 83.33333333%;
  margin-left: 8.33333333%;
}

.container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-size: 58px;
  font-weight: 900;
  color: rgb(255, 255, 255);
}
.container-fluid.hs-about-page-section2 {
  padding-bottom: 1px ;
  margin-right: 10px ;
  margin-left: 10px ;
  padding-right: 30px ;
  padding-left: 30px ;
  margin-bottom: 30px ;
}
.container-fluid.hs-about-page-section2 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.container-fluid.hs-about-page-section2 .hs_cos_wrapper_type_rich_text h2 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 1em;
}

.container-fluid.hs-about-page-section2 .hs_cos_wrapper_type_rich_text p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.container-fluid.hs-about-page-section2 .hs_cos_wrapper_type_rich_text {
  margin-top: 42px;
  padding-left: 5px;
  padding-right: 5px;
}
.container-fluid.hs-about-page-section2 .hs_cos_wrapper_type_linked_image {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
  margin-bottom: 15px;
  padding: 10px 0px;
  border-radius: 6px;
  box-shadow: 0 0 25px rgb(0 0 0 / 8%);
}
.container-fluid.hs-about-page-section2 .dnd-section>.row-fluid > .dnd-column > .dnd-row:last-child {
  margin-top: 32px;
  margin-left: -10px;
  margin-right: -10px;
}
.absout_section_3 .container-fluid.hs-about-page-section3 .hs_cos_wrapper_type_rich_text {
  display: block;
  padding-right: 5% !important;
  padding-left: 5% !important;
}

.absout_section_3 .container-fluid.hs-about-page-section3 .hs_cos_wrapper_type_rich_text h2 {
  text-align: center;
  margin: 0;
}

.absout_section_3 .container-fluid.hs-about-page-section3 .hs_cos_wrapper_type_rich_text p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.absout_section_3 .page-center {
  padding: 0 !important;
}

.absout_section_3  .span4 {
  width: 33.33333333%;
  margin-left: 0;
}

.absout_section_3 .dnd-section>.row-fluid > div > div:last-child {
  margin-right: 7% !important;
  margin-left: 7% !important;
}

.absout_section_3 {
  margin-top: 10px;
  padding-top: 9px;
  padding-bottom: 30px;
}

.absout_section_3 .container-fluid.hs-about-page-section3 .hs_cos_wrapper_type_rich_text h2 {
  padding-bottom: 9px;
}

.absout_section_3  img.hs-image-widget {
  margin-bottom: 10px;
}

.absout_section_3 .dnd-section>.row-fluid>div>div:last-child .widget-span:not(.span12) {
  padding: 0 15px;
}

.absout_section_3 .dnd-section>.row-fluid>div>div:last-child {
  padding-top: 18px;
}
.absout_section_3 .hs-button {
  margin: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  border-radius: 0;
  font-size: 1em;
  white-space: nowrap;
  border: 1px solid #07a3e8;
  transition: all .3s ease;
  background: #07a3e8;
  color: #fff;
  box-shadow: 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%);
  font-size: 14px;
  border-radius: 50em;
  border-width: 1px;
  padding: calc(0.6em - 0.5px) calc(1em - 0.5px);
  font-family: Lato;
  margin: 0;
  height: auto;
  min-height: 0;
}

.absout_section_3 .hs-button:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
  border-color: transparent;
  background: #07a3e8;
  color: #fff;
}
.absout_section_3 .hs-button:focus{
  border-color: transparent;
  background: #07a3e8;
  color: #fff;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.hs-about-page .footer_form .hs_cos_wrapper_type_linked_image img {
  margin-top: 10px;
}
.about_section_4 {
  padding-top: 35px !important;
  padding-bottom: 25px !important;
  background-color: #363f50 !important;
  background-image: linear-gradient(90deg, rgb(40, 46, 56) 0%, rgb(45, 51, 61) 100%);
  background-position: 0% 0%;
}

.about_section_4 .container-fluid.hs-about-page-section4 {
  margin: 0 -15px;
}

.about_section_4 .container-fluid.hs-about-page-section4 .span6:first-child {
  width: 58.33333333%;
}

.about_section_4 .container-fluid.hs-about-page-section4 .span6:last-child {
  margin-left: 8.33333333%;
  width: 33.33333333%;
}

.about_section_4 .container-fluid.hs-about-page-section4 .span6 {
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid.hs-about-page-section4 .hs_cos_wrapper_type_rich_text {
  display: block;
  color: #fff;
}

.container-fluid.hs-about-page-section4 .hs_cos_wrapper_type_rich_text,
.container-fluid.hs-about-page-section4 .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}
.about_section_4 .hs-button {
  transition: all .3s ease;
  box-shadow: 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%);
  display: inline-flex;
  padding: 0;
  position: relative;
  margin-bottom: 0px !important;
  padding-right: 5em !important;
  padding-left: 5em !important;
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  border-radius: 4px;
  border-width: 1px;
  height: auto;
  padding: calc(1.15em - 0.5px) calc(2.1em - 0.5px);
  margin-top: 0;
}
.container-fluid.hs-about-page-section4 .hs_cos_wrapper_type_rich_text h2 {
  margin: 0;
}
.about_section_4 .container-fluid.hs-about-page-section4 .span6:last-child {
  text-align: center;
}
.about_section_4 .container-fluid.hs-about-page-section4 .span6 > .dnd-row > div{
  display: inline-grid;
}
.about_section_4 .hs-button:hover {
  background-color: rgb(27, 117, 188);
  border-color: rgb(27, 117, 188);
  color: #fff;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
}
.about_section_4 .hs-button:focus {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.about_section_4 .container-fluid.hs-about-page-section4 .span6:last-child .hs_cos_wrapper_type_rich_text p {
  text-align: center;
  font-size: 16px;
  line-height: 1.35em;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.7);
}
.about_section_4 .container-fluid.hs-about-page-section4 .span6:first-child {
  margin-bottom: 40px !important;
}

.container-fluid.hs-about-page-section4 .hs_cos_wrapper_type_rich_text h2 {
  font-size: 35px;
  padding-bottom: 5px;
}

.about_section_4 .container-fluid.hs-about-page-section4 .span6:last-child {
  margin-bottom: 9px;
}
.about_section_4 .hs-button {
  padding-left: 113.1px !important;
  padding-right: 113.1px !important;
}

.hs-demo-request-page .custom-header .hnotifybar {
  display: none;
}
.hs-demo-request-page .main-content-wrapper {
  background-color: #07a3e8;
}
.demo-section1 {
  padding-top: 64px;
}

.demo-section1 .hs_cos_wrapper_type_rich_text {
  display: block;
  color: #fff;
}

.demo-section1 .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}

.demo-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-size: 68px;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.container-fluid.hs-form-section1_left {
  margin-top: -77px;
  position: relative;
  right: -6px;
}

.demo-section1 .hs_cos_wrapper_type_rich_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.demo-section1 div#carrousel_quotes_home p.bio {
  width: 100%;
}
.demo-section1 div#carrousel_quotes_home {
  margin-bottom: 50px;
}

.demo-section1 div#carrousel_quotes_home {
  margin-bottom: 50px;
}

.vc_row.vc_row-flex.demo-section1 {
  padding-bottom: 62px;
}
.demo-section1 .hs_cos_wrapper_type_rich_text ul li {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.demo-section1 .hs_cos_wrapper_type_rich_text ul li {
  margin-bottom: -2px;
}
.demo-section1 .hs_cos_wrapper_type_rich_text ul li:before {
  content: '';
  background-image: url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/images/check-white.svg);
  display: inline-block;
  margin-right: 5px;
  width: 22px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.demo-section1 div#carrousel_quotes_home .carousel-item {
  margin-left: 30px;
}

.demo-section1 div#carrousel_quotes_home {
  margin-left: -30px;
}

.demo-section1 .hs_cos_wrapper_type_rich_text h4 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.demo-section1 div#carrousel_quotes_home {
  padding: 0;
  background: transparent;
}

.demo-section1 div#carrousel_quotes_home .carousel-item .for-shadow {
  font-size: 1em;
  padding: 7.5%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 rgb(0 0 0 / 15%);
}

.demo-section1 div#carrousel_quotes_home .inner-wrapper {
  width: 100%;
  margin-left: 0;
}

.demo-section1 div#carrousel_quotes_home p.bio {
  line-height: 1.5em;
  font-style: italic;
  color: #808291;
  text-align: left;
  font-size: 20px;
  margin-bottom: 1.25em;
  position: relative;
  font-size: 20px;
}

.demo-section1 div#carrousel_quotes_home p.auth-meta {
  font-size: 18px;
  color: #16171e;
  font-family: Lato;
  font-weight: 700;
  margin-bottom: 0;
}

.demo-section1 div#carrousel_quotes_home p.auth-meta span {
  font-size: 10px;
  color: #49a1e2;
  margin: 0;
  line-height: 1.5em;
  font-weight: 400;
}

.demo-section1 div#carrousel_quotes_home p.bio+div {
  justify-content: end;
  margin-bottom: 0;
}

.demo-section1 div#carrousel_quotes_home p.auth-image img {
  max-width: 60px !important;
  margin-right: 20px;
  border-radius: 50em;
}

.demo-section1 div#carrousel_quotes_home ul.slick-dots {
  display: none !important;
}
.demo-section1 .dnd-section>.row-fluid {
  padding: 0;
}

.demo-section1 h3.form-title {
  font-size: 170%;
  font-weight: 700;
  margin-top: 14px;
  color: #282e38;
  margin-bottom: 20px;
  font-family: Lato;
  line-height: inherit;
}

.demo-section1 form {
  margin-top: 25px;
}

.demo-section1 form .field > label {
  display: none;
}

.demo-section1 form .field.hs_employees > label {
  display: block;
  color: #808291;
  margin-bottom: 0;
}

.demo-section1 form .field.hs_employees > label span.hs-form-required {
  font-size: 16px;
  color: #808291;
  font-family: Lato;
  margin-left: 3px;
}

.demo-section1 form select {
  padding-left: 0;
  padding-right: 0;
}

.demo-section1 form textarea {
  padding-top: 1em;
  padding-bottom: 1em;
  height: 55px;
  padding-left: 0;
  padding-right: 0;
}

.demo-section1 form:after {
  content: '(*) required';
  color: #b7b9c4;
  text-align: right;
  font-size: 80%;
  display: block;
  margin-top: 5px;
}
.demo-section1 .hs_cos_wrapper_type_rich_text ul li {
  margin-bottom: -2px;
}

.demo-section1 div#carrousel_quotes_home p.auth-meta {
  font-size: 18px;
  color: #16171e;
  font-family: Lato;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0;
}

.demo-section1 div#carrousel_quotes_home p.auth-meta span {
  font-size: 10px;
  color: #49a1e2;
  margin: 0;
  line-height: 1.5em;
  font-weight: 400;
  width: 100%;
  display: block;
}

.demo-section1 div#carrousel_quotes_home p.auth-meta br {
  display: none;
}

.demo-section1 div#carrousel_quotes_home p.auth-image {
  margin: 0;
}

.demo-section1 div#carrousel_quotes_home .inner-wrapper .testi-container {
  margin-top: 22px;
}
.hs-going-remote-page .banner-hero-wrapper .banner-right-col .vc_column-inner>div {
  margin-right: 0 !important;
  text-align: right;
}
.container-fluid.hs-going-remote-page-section1 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.container-fluid.hs-going-remote-page-section1 .dnd-section>.row-fluid > .dnd-column {
  width: 83.33333333%;
  margin-left: 8.33333333%;
  display: inline-grid !important;
  float: none;
}

.container-fluid.hs-going-remote-page-section1 .hs_cos_wrapper_type_rich_text h2 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.container-fluid.hs-going-remote-page-section1 .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 20px;
}
.container-fluid.hs-going-remote-page-section2 .dnd-section>.row-fluid > .dnd-column {
  width: 83.33333333%;
  margin-left: 8.33333333%;
  float: none;
  display: inline-grid;
}
.container-fluid.hs-going-remote-page-section2 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.container-fluid.hs-going-remote-page-section2 .hs_cos_wrapper_type_rich_text h2 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.container-fluid.hs-going-remote-page-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row:not(:first-child) {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.container-fluid.hs-going-remote-page-section2 .widget-span:not(.span12) {
  padding: 0 15px;
}

.container-fluid.hs-going-remote-page-section2 .span6:first-child {
  width: 33.33333333%;
  margin-left: 8.33333333%;
  margin-bottom: 2em;
}

.container-fluid.hs-going-remote-page-section2 .span6:last-child {
  margin-left: 16.66666667%;
  width: 33.33333333%;
}

.container-fluid.hs-going-remote-page-section2 .hs_cos_wrapper_type_rich_text h3 {
  line-height: 1.5em;
  display: inline-block;
  margin: 0 0 0.7em;
  font-size: 20px;
  font-family: Lato;
  font-weight: 400;
}
.container-fluid.hs-going-remote-page-section2 .hs_cos_wrapper_type_linked_image {
  display: block;
  text-align: center;
}
.container-fluid.hs-going-remote-page-section2 img.hs-image-widget {
  margin-bottom: 0.5em;
  font-size: 50px;
  width: 89.5%;
}
.container-fluid.hs-going-remote-page-section2 .span6  > div:first-child {
  display: inline-grid;
}
.white-button {
  display: inline-flex;
  padding: 0;
  position: relative;
  border: 1px solid #07a3e8;
  border-radius: 0;
  font-size: 1em;
  white-space: nowrap;
  color: #07a3e8;
  transition: all .3s ease;
  box-shadow: 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%);
  border-radius: 4px;
  border-width: 1px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.container-fluid.hs-going-remote-page-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child {
  margin-top: 0;
}
.container-fluid.hs-going-remote-page-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child > div {
  display: inline-grid !important;
}
.container-fluid.hs-going-remote-page-section2 .span6:last-child {
  margin-bottom: 2em;
}
.white-button > span {
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  display: inline-flex;
  padding: 1.15em 2.1em;
  border-radius: inherit;
  border-color: inherit;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.85em 1.5em;
  margin: -0.5px;
}

.container-fluid.hs-going-remote-page-section2 .hs_cos_wrapper_type_rich_text p {
  margin: 0;
}

.white-button:hover {
  border-color: transparent;
  background-color: #07a3e8;
  color: #fff;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
  text-decoration: none;
}

.white-button:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.container-fluid.hs-csup-page-section1 .dnd-section {
  background-attachment: fixed;
  background-position: 0px 60px !important;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.container-fluid.hs-csup-page-section1 .hs_cos_wrapper_type_rich_text h5 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: Lato;
  font-size: 29px;
  text-align: center;
  font-weight: 900;
}

.container-fluid.hs-csup-page-section1 .hs_cos_wrapper_type_rich_text,.container-fluid.hs-csup-page-section1 .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}

.container-fluid.hs-csup-page-section1 .dnd-section > div {
  max-width: 100% !important;
  padding: 0;
}

.container-fluid.hs-csup-page-section1 .hs_cos_wrapper_type_rich_text {
  margin-bottom: 20px;
  margin: 20px 0px 40px 0px;
  padding: 0% 20% 0% 20%;
  display: block;
}

.container-fluid.hs-csup-page-section1 .hs-button {
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-family: "Trebuchet MS", Lato;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  fill: #2A6690;
  color: #2A6690;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #204f70;
  height: auto;
  min-height: 0;
  margin-bottom: 20px;
  margin-top: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  transform:none !Important;
}

.container-fluid.hs-csup-page-section1 img.hs-image-widget {
  margin-top: 75px;
}

.container-fluid.hs-csup-page-section2 .dnd-section>.row-fluid {
  padding: 10px !important;
  margin-top: 70px;
  max-width: 1080px !important;
}

.container-fluid.hs-csup-page-section2 .widget-span:not(.span12) {
  padding: 10px;
}

.container-fluid.hs-csup-page-section2  .span4 {
  width: 30%;
}

.container-fluid.hs-csup-page-section2 .span8 {
  margin-left: 0;
  width: 70%;
  padding-left: 30px !important;
  color: #12242e;
}

.container-fluid.hs-csup-page-section2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.container-fluid.hs-csup-page-section2 ul li {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Actor", Lato;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.1em;
  padding-bottom: calc(16px/2);
  overflow: hidden;
  color: #3D8CC3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-fluid.hs-csup-page-section2 ul li:before {
  content: "\f111";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 1.25em;
  color: #3D8CC3;
  font-size: 6px;
  margin-right: 7px;
  top: 11px;
  position: relative;
}
.container-fluid.hs-csup-page-section2 ul li:last-child {
  padding-bottom: 0;
}
.container-fluid.hs-csup-page-section2 img.hs-image-widget {
  margin-bottom: 20px;
}
.container-fluid.hs-csup-page-section2 ul li + li {
  margin-top: calc(16px/2);
}
.container-fluid.hs-csup-page-section3 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 1080px !important;
  display: flex;
}

.container-fluid.hs-csup-page-section3 .span4 {
  width: 33.333%;
  margin-left: 0;
}

.container-fluid.hs-csup-page-section3 .span4 > div {
  border-radius: 4px 4px 4px 4px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 5px 5px 5px 5px;
  padding: 40px 40px 40px 40px;
  background-color: #495057;
  height: 100%;
}

.container-fluid.hs-csup-page-section3 .hs_cos_wrapper_type_rich_text,
.container-fluid.hs-csup-page-section3 .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}

.container-fluid.hs-csup-page-section3 .hs_cos_wrapper_type_rich_text h3 {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  font-family: Lato;
}

.container-fluid.hs-csup-page-section3 .hs_cos_wrapper_type_rich_text p {
  color: rgba(250, 252, 252, 0.83);
  font-size: 17px;
  line-height: 1.4em;
  padding: 10px 0px 12px 0px;
  margin: 0;
}

.container-fluid.hs-csup-page-section3 .hs_cos_wrapper_type_rich_text p * {
  color: inherit;
}

.container-fluid.hs-csup-page-section3 .dnd-section {
  min-height: 392px;
  margin-top: -40px;
  display: flex;
  align-items: center;
}
.container-fluid.hs-csup-page-section4 {
  margin-top: 5px;
}
.container-fluid.hs-csup-page-section5 {
  padding-top: 50px;
}

.container-fluid.hs-csup-page-section5 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 1080px !important;
}

.container-fluid.hs-csup-page-section5 .hs_cos_wrapper_type_rich_text h4 {
  padding: 10px 10px 10px 10px;
  background-color: #008DC8;
  border-style: solid;
  border-width: 0px 0px 03px 0px;
  border-color: #2D668E;
  color: #fff;
  margin: 0;
  line-height: 1;
  font-weight: 900;
}

.container-fluid.hs-csup-page-section5 .hs_cos_wrapper_type_rich_text .box  {
  padding: 020px 020px 1px 020px;
  border-style: solid;
  border-width: 0px 0px 0px 3px;
  border-color: #2D668E;
  font-family: "Lato", Lato;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4em;
  font-style: normal;
  color: #12242e;
}

.container-fluid.hs-csup-page-section5 .hs_cos_wrapper_type_rich_text .box  {
  margin-bottom: 1.3em;
  display:block;
}

.content-with-title .box h5 {
  font-family: Lato;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
  margin: 1.25em 0 0.75em;
}

._v2  .content-with-title .box {
  padding: 010px 020px 1px 020px;
}

._v2 .content-with-title h4 {
  border-bottom-width: 2px;
}

.content-with-title h4 i {
  width: 1em;
  height: 1em;
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  line-height: 1;
  font-size: 19px;
  margin: 0 5px;
}


.container-fluid.hs-csup-page-section6 {
  padding-bottom: 116px;
}

.container-fluid.hs-csup-page-section6 .dnd-section>.row-fluid {
  padding: 10px;
  max-width: 1080px !important;
}

.container-fluid.hs-csup-page-section6 .hs_cos_wrapper_type_header {
  padding: 10px 10px 10px 10px;
  background-color: #008DC8;
  border-style: solid;
  border-width: 0px 0px 03px 0px;
  border-color: #2D668E;
  display: block;
}

.container-fluid.hs-csup-page-section6 .hs_cos_wrapper_type_header * {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 900;
}

.container-fluid.hs-csup-page-section6 .dnd-section>.row-fluid > div > .dnd-row:not(:first-child) .widget-span:not(.span12) {
  padding: 20px;
  background-color: rgba(230, 230, 230, 0.8);
}

.container-fluid.hs-csup-page-section6 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
  background-color: #495057;
}

.container-fluid.hs-csup-page-section6 .hs_cos_wrapper_type_rich_text h6 {
  padding: 20px 20px 20px 20px;
  background-color: #008DC8;
  margin: 0;
  color: #fff;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
  font-family: Lato;
}

.container-fluid.hs-csup-page-section6 .hs_cos_wrapper_type_rich_text,
.container-fluid.hs-csup-page-section6 .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}

.container-fluid.hs-csup-page-section6 .hs_cos_wrapper_type_rich_text p {
  margin: 30px 0px 0px 0px;
  padding: 0px 20px 1.3em 20px;
  color: rgba(250, 252, 252, 0.83);
  font-size: 27px;
  line-height: 1.4em;
}

.container-fluid.hs-csup-page-section6 .span6 {
  margin-left: 0;
  width: 50%;
}



.hs-csup-page._v2 .container-fluid.hs-csup-page-section_1_v2 .dnd-section>.row-fluid {
  padding: 10px;
  max-width: 1080px !important;
  padding-top: 0;
  margin-top: -6px;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section_1_v2 .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #AAAAAA;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding-bottom: 2px;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section_1_v2 img.hs-image-widget {
  vertical-align: middle;
  margin-bottom: 19px;
}
.hs-csup-page._v2 .container-fluid.hs-csup-page-section_1_v2 img.hs-image-widget:not(.wow) {
  visibility:hidden;
}
.hs-csup-page._v2 .container-fluid.hs-csup-page-section2 .span4 {
  padding: 20px 20px 20px 20px !important;
  border-style: solid;
  border-width: 0px 2px 0px 0px;
  border-color: rgba(122, 122, 122, 0.34);
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section2 img.hs-image-widget {
  border-width: 0px 0px 2px 0px;
  border-color: rgba(122, 122, 122, 0.34);
  border-style: solid;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section2 ul li {
  color: #4A4A4A;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section2 ul li:before {
  color: #61CE70;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section2 .dnd-section>.row-fluid {
  display: flex;
  flex-wrap: wrap;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section2 .span8 {
  display: flex;
  align-items: center;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section2 .span8 .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 1.3em;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section3 .dnd-section {
  margin-top: 10px;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section3 .span4>div {
  background-color: #3D8CC3;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section5 {
  padding-top: 70px;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section5 .hs_cos_wrapper_type_rich_text h4 i.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding-right: 10px;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section5 .hs_cos_wrapper_type_rich_text h4 {
  border-width: 0px 0px 2px 0px;
  padding-bottom: 9px;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section5 .hs_cos_wrapper_type_rich_text h4 {
  display: flex;
  align-items: center;
  width: 100%;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section5 .hs_cos_wrapper_type_rich_text h4 i.far{
  font-size: 19px;
  padding-left: 4px;
  position: relative;
  top: 1px;
}
.hs-csup-page._v2 .container-fluid.hs-csup-page-section5 .hs_cos_wrapper_type_rich_text h4 > span{
  display: block;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section5 .hs_cos_wrapper_type_rich_text h5 {
  font-family: Lato;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
  margin: 1.25em 0 0.75em;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section5 .hs_cos_wrapper_type_rich_text blockquote {
  padding: 010px 020px 1px 020px;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section6 .hs_cos_wrapper_type_header > *:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f02e";
  width: 1em;
  height: 1em;
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding-right: 12px;
  font-size: 19px;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section6 .hs_cos_wrapper_type_header {
  border-width: 0px 0px 2px 0px;
  padding-bottom: 10px;
  padding-left: 16px;
}

.hs-csup-page._v2 .container-fluid.hs-csup-page-section6 {
  padding-bottom: 70px;
}
.mission-layout .about_section_4.-mission {
  padding-bottom: 35px !important;
  background-image: linear-gradient( 90deg , rgb(40, 46, 56) 0%, rgb(45, 51, 61) 100%);
}
.mission-layout .about_section_4.-mission {
  padding-bottom: 35px !important;
  background-image: linear-gradient( 90deg , rgb(40, 46, 56) 0%, rgb(45, 51, 61) 100%);
}

.hs-about-page.mission-layout .hnotifybar {
  display: block;
}

.hs-about-page.mission-layout .custom-header {
  background-color: transparent;
}

.mission-layout .container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_rich_text {
  margin-top: 15px !important;
  margin-right: 15px !important;
  margin-left: 15px !important;
  padding-top: 10px !important;
  margin-bottom: 20px !important;
}

.mission-layout .container-fluid.hs-about-page-section1.-mission .dnd-section {
  padding-top: 120px !important;
}

.mission-layout .container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_rich_text * {
  color: #181b31;
}

.mission-layout .container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_rich_text p {
  padding: 0;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.mission-layout .container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_rich_text p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.mission-layout .container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_rich_text h1 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: Lato;
  font-weight: 400;
  line-height: 1.2em;
}

.mission-layout .container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_text {
  display: block;
  text-align: center;
  font-family: Lato;
  padding-bottom: 30px;
  margin-bottom: 2.5em;
  padding-left: 5px;
  padding-right: 5px;
}

.mission-layout .container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_text > span{
  font-size: 20px;
}

.mission-layout .container-fluid.hs-about-page-section1 .dnd-section>.row-fluid>div {
  padding: 0 15px;
}

.mission-layout .container-fluid.hs-about-page-section2 .hs_cos_wrapper_type_rich_text {
  margin-top: -2px;
  padding-right: 5% !important;
  padding-left: 5% !important;
}

.mission-layout .container-fluid.hs-about-page-section2 .hs_cos_wrapper_type_rich_text h1 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: Lato;
  font-weight: 400;
  line-height: 1.2em;
}

.mission-layout .container-fluid.hs-about-page-section2 .hs_cos_wrapper_type_rich_text p:empty {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.mission-layout .container-fluid.hs-about-page-section2 .hs_cos_wrapper_type_rich_text p:not(:empty) {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
  width: 100%;
}

.mission-layout .container-fluid.hs-about-page-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child {
  margin-top: 0;
}

.mission-layout .container-fluid.hs-about-page-section2.-mission {
  margin: 0;
  padding: 0;
}

.mission-layout .container-fluid.hs-about-page-section2.-mission .span4 {
  margin-left: 0;
  width: 33.33333333%;
  position: relative;
}

.mission-layout .container-fluid.hs-about-page-section2.-mission .span4 > div {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  padding-top: 17px;
}


.mission-layout .container-fluid.hs-about-page-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row:not(:first-child) {
  padding-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
.slick-slide {
  cursor: grab !important;
}
.mission-layout .container-fluid.hs-about-page-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child {
  padding-top: 0;
  padding-bottom: 10px;
}


.container-fluid.hs-homepage-section4 .span4:last-child  .hs_cos_wrapper_type_rich_text h2 i {
  margin-right: 0;
  margin-left: 3px;
}

.container-fluid.hs-homepage-section4 .span4:last-child .hs_cos_wrapper_type_rich_text h2 {
  margin-left: -6px;
}
.container-fluid.hs-homepage-section2 .dnd-section>div>div.dnd-column>.dnd-row:nth-last-child(2):not(:only-child) .logo-slider figure {
  padding: 0 15px;
}

.container-fluid.hs-homepage-section2 .dnd-section>div>div.dnd-column>.dnd-row:nth-last-child(2):not(:only-child) .logo-slider > div {
  margin: 0 -15px;
}
.hs-my-crosschq-page .custom-header .hnotifybar {
  display: none;
}

.hs-my-crosschq-page-section1 .hs_cos_wrapper_type_rich_text {
  display: block;
}

.hs-my-crosschq-page-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-size: 68px;
  font-weight: 900;
  color: rgb(24, 27, 49);
  margin-bottom: 35px;
  margin-top: -14px;
}

.hs-my-crosschq-page-section1 {
  background-color: #f5f5f5;
}

.hs-my-crosschq-page .custom-header {
  background: transparent;
}

.hs-my-crosschq-page-section1 .dnd-section {
  margin-top: 40px;
}

.hs-my-crosschq-page-section1 .span6:first-child {
  width: 33.33333333%;
}

.hs-my-crosschq-page-section1 .span6:last-child {
  width: 58.33333333%;
  margin-left: 8.33333333%;
}

.hs-my-crosschq-page-section1 .span6 {
  padding: 0 15px;
}

.hs-my-crosschq-page-section1 .dnd-section > .row-fluid {
  padding: 0;
}

.hs-my-crosschq-page-section1 .hs_cos_wrapper_type_form {
  box-shadow: none;
  border: 0;
  padding: 30px 45px 45px;
}

.hs-my-crosschq-page-section1 .hs_cos_wrapper_type_form fieldset {
  margin: 0 -15px;
  max-width: inherit;
}

.hs-my-crosschq-page-section1 .hs_cos_wrapper_type_form .input {
  margin-right: 0 !important;
}

.hs-my-crosschq-page-section1 .hs_cos_wrapper_type_form .field>label {
  display: none;
}

.hs-my-crosschq-page-section1 .hs_cos_wrapper_type_form fieldset > div {
  padding: 0 15px;
}

.hs-my-crosschq-page-section1 .hs_cos_wrapper_type_form select {
  padding-right: 20px;
  display: block;
  margin-right: 20px;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.hs-my-crosschq-page-section1 .hs_cos_wrapper_type_form select::placeholder {
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-my-crosschq-page-section1 .hs_cos_wrapper_type_form .hs-input {
  color: #b7b9c4;
}

.hs-my-crosschq-page-section1 .hs_cos_wrapper_type_form .hs-button {
  margin-top: 0;
  height: auto;
  min-height: 40px;
}
.hs-my-crosschq-page-section1 .hs_cos_wrapper_type_rich_text {
  position: relative;
  left: 7px;
}

.hs-my-crosschq-page-section1 .span6:first-child > div {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  z-index: 1;
  justify-content: center;
}
.hs-my-crosschq-page-section2 .span12 > div:not(.dnd-section):not(:only-child):not(:last-child) > div {
  display: inline-grid;
  width: 100%;
}

.hs-my-crosschq-page-section2 .hs_cos_wrapper_type_rich_text p:empty,.hs-my-crosschq-page-section2 .hs_cos_wrapper_type_rich_text h2 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.hs-my-crosschq-page-section2 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}

.hs-my-crosschq-page-section2 .span4 {
  width: 33.33333333%;
  margin-left: 0;
  padding: 0 15px;
}

.hs-my-crosschq-page-section2 .span4 > div {
  padding-right: 7%;
  padding-left: 35px;
}

.hs-my-crosschq-page-section2 .span4:nth-child(2) > div {
  padding-right: 3.5%;
  padding-left: 3.5%;
}

.hs-my-crosschq-page-section2 .dnd-section > .row-fluid {
  padding: 0;
}

.hs-my-crosschq-page-section2 .span4:last-child > div {
  padding-right: 35px;
  padding-left: 7%;
}

.hs-my-crosschq-page-section2 .hs_cos_wrapper_type_rich_text h5 {
  font-size: 32px;
  background-color: #00d3c5;
  color: white;
  padding: 0px 23px;
  border-radius: 85px;
  text-align: center;
  font-weight: 900;
  display: inline-block;
  font-family: Lato;
  line-height: 2;
  margin-bottom: 10px;
  margin-top: 0;
  height: 63px;
}

.hs-my-crosschq-page-section2 .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 9px;
}

.hs-my-crosschq-page-section2 .span4 > div > div {
  display: inline-grid;
}

.hs-my-crosschq-page-section2 .hs_cos_wrapper_type_rich_text h5 + p {
  margin-bottom: 0.5em;
}

.hs-my-crosschq-page-section3 .hs_cos_wrapper_type_rich_text {
  display: block;
  width: 100%;
  text-align: center;
}

.hs-my-crosschq-page-section3 .hs_cos_wrapper_type_rich_text > p:empty,
.hs-my-crosschq-page-section3 .hs_cos_wrapper_type_rich_text h2 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.hs-my-crosschq-page-section3 .dnd-section > .row-fluid > div > .dnd-row:nth-child(2) .widget-span:not(.span12) {
  width: 14.2857142857%;
  margin-left: 0;
}
.hs-my-crosschq-page-section3 .dnd-section>.row-fluid>div>.dnd-row [class*="span"] {
  min-height: 0 !important;
}
.hs-my-crosschq-page-section3  img {
  width: 100%;
  margin-bottom: 35px;
}

.hs-my-crosschq-page-section3 .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 0;
}

.hs-my-crosschq-page-section3 .dnd-section>.row-fluid>div>.dnd-row {
  display: inline-grid;
  width: 100%;
}
.hs-my-crosschq-page-section1 .hs_cos_wrapper_type_rich_text h4 {
  font-size: 20px;
  line-height: 1.55em;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.hs-analytic-page:not(.product-layout) .banner-hero-wrapper .banner-left-col {
  width: 41.66666667%;
}

.hs-analytic-page:not(.product-layout) .banner-hero-wrapper .banner-right-col {
  width: 58.33333333%;
  padding-top: 25px;
}

.hs-analytic-page:not(.product-layout) .banner-hero-wrapper h2 {
  font-size: 65px;
}

.hs-analytic-page:not(.product-layout) .banner-hero-wrapper h4 {
  margin-top: 0 !important;
}

.hs-analytic-page .cs_testimonial {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #00b0f0;
}
.hs-analytic-page-section7 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
  padding-top: 50px;
}
.hs-analytic-page .cs_testimonial .testi_img figure img {
  max-width: 150px;
}

.hs-analytic-page .cs_testimonial .testI_contn_in p {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.hs-analytic-page .cs_testimonial .testI_contn_in h5 {
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 6px;
  display: inline-block;
  margin-top: 0;
  text-transform: none;
  font-family: Lato;
  line-height: 1.4em;
}
.hs-analytic-page-section6 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
  padding-top: 50px;
}

.hs-analytic-page-section6 .hs_cos_wrapper_type_rich_text p:empty,
.hs-analytic-page-section6 .hs_cos_wrapper_type_rich_text > h2,
.hs-analytic-page-section7 .hs_cos_wrapper_type_rich_text p:empty,
.hs-analytic-page-section7 .hs_cos_wrapper_type_rich_text > h2{
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.container-fluid.hs-analytic-page-section6 .dnd-section>.row-fluid > div,
.container-fluid.hs-analytic-page-section7 .dnd-section>.row-fluid > div{
  display: inline-grid;
  float: none;
}

.hs-analytic-page-section6 .hs_cos_wrapper_type_rich_text > h2,
.hs-analytic-page-section7 .hs_cos_wrapper_type_rich_text > h2{
  margin-bottom: 0;
}

.hs-analytic-page-section6 img,
.hs-analytic-page-section7 img{
  margin-bottom: 35px;
}
.hs-analytic-page .cs_testimonial .testI_contn_in h6 {
  font-size: 13px;
  font-weight: 700;
  color: rgb(249, 249, 249);
  font-family: Lato;
  line-height: 1.4em;
  letter-spacing: 0;
}

.cs_testimonial .testi_connt {
  margin-top: 17px;
}
.hs-analytic-page .footer_form .hs_cos_wrapper_type_linked_image img {
  margin-top: 9px;
}
.hs-analytic-page .cs_testimonial .cs_tsti_title {
  padding-bottom: 5px;
}
.hs-analytic-page .cs_testimonial .page-center {
  margin-bottom: 2px;
}
.hs-analytic-page.product-layout .banner-hero-wrapper {
  padding-bottom: 33px;
}
.hs-analytic-page.product-layout .content-with-image .content-col .top-image img {
  max-width: 300px !important;
}

.hs-analytic-page.product-layout .content-with-image .content-col ul li:before {
  content: "\f111";
  font-size: 40%;
  color: #808291;
}

.mission-layout .container-fluid.hs-about-page-section2 .hs_cos_wrapper_type_rich_text p:empty {
  line-height: 1em;
  font-size: 34px;
}

.hs_cos_wrapper_type_form select {
  appearance: none;
  padding-right: 40px !Important;
  padding-left: 5px;
}

.hs_cos_wrapper_type_form .hs-fieldtype-select .input:after {
  content: '';
  background-image: url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/images/ui-icons_555555_256x240.png);
  appearance: none;
  background-position: -65px -16px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor:pointer;
}

.hs_cos_wrapper_type_form .hs-fieldtype-select .input {
  position: relative;
}
.ref_chckrow1 form .hs-form-field > label {
  color: #808291;
}


@media (min-width: 768px){
  .custom-page .page-center {
    max-width: 750px;
  }
  .vc_col-sm-12 {
    width: 100%;
    float: left;
  }
}
@media (min-width: 992px){
  .custom-page .page-center {
    max-width: 970px;
  }
  .vc_col-md-6 {
    width: 50%;
    float: left;
  }
  .vc_col-md-offset-0 {
    margin-left: 0;
  }
  .vc_col-md-8 {
    width: 66.66666667%;
    float: left;
  }
  .vc_col-md-4 {
    width: 33.33333333%;
    float: left;
  }
  .vc_col-md-5 {
    width: 41.66666667%;
  }
  .vc_col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .vc_col-md-2 {
    width: 16.66666667%;
  }
  .vc_col-md-3 {
    width: 25%;
  }
  .hs-my-crosschq-page-section3 .dnd-section>.row-fluid>div>.dnd-row:last-child {
    display: block;
  }
}
@media (min-width: 1200px){
  .custom-page .page-center {
    max-width: 1170px;
  }
  .vc_col-lg-4 {
    width: 33.33333333%;
    float: left;
  }
  .vc_col-lg-6 {
    width: 50%;
    float: left;
  }
  .vc_col-lg-7 {
    width: 58.33333333%;
    float: left;
  }
  .vc_col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .vc_col-lg-offset-0 {
    margin-left: 0;
  }
  .vc_col-lg-8 {
    width: 66.66666667%;
    float: left;
  }
  .vc_col-lg-5 {
    width: 41.66666667%;
    float: left;
  }
}

@media screen and (min-width: 1200px){
  .custom-page .page-center {
    max-width: 1170px;
  }
  .body-wrapper .hs-about-page,
  .hs-my-crosschq-page{
    margin-top: -139px;
  }
  .body-wrapper .hs-demo-request-page {
    /* margin-top: -43px; */
  } 
}

@media(max-width:1199px){
  .container-fluid.hs-homepage-section1 > div {
    margin-top: 0px;
  }
  .hs-analytic-page-section1 .dnd-section,
  .hs-analytic-page-section4 .dnd-section,
  .hs-analytic-page-section5 .dnd-section{
    padding-top: 30px !important;
  }

  .hs-analytic-page-section7 .hs_cos_wrapper_type_linked_image {
    display: block;
    margin-right: -85px !important;
    margin-left: -85px !important;
  }

  .hs-analytic-page-section7 .hs_cos_wrapper_type_rich_text {
    padding-top: 30px;
  }
  body.mfixed-head .body-wrapper .hs-about-page{
    margin-top: -74px;
  }
  body.mfixed-head .body-wrapper .hs-about-page.mission-layout{
    margin-top: 0;
  }
  .hs-csup-page._v2 .container-fluid.hs-csup-page-section_1_v2 .dnd-section>.row-fluid {
    padding-top: 17px;
  }
  .about_section_4.-mission {
    padding-bottom: 25px !important;
  }
  .hs-analytic-page:not(.product-layout) .banner-hero-wrapper .banner-right-col,
  .hs-analytic-page:not(.product-layout) .banner-hero-wrapper .banner-left-col {
    width: 100%;
  }
  .container-fluid.hs-homepage-section2 .dnd-section > div > div.dnd-column > .dnd-row:nth-last-child(2):not(:only-child){
    margin-bottom: 52px;
  }
  .footer_form .hs_cos_wrapper_type_linked_image {
    display: none;
  }
  .absout_section_3 .dnd-section>.row-fluid>div>div:last-child {
    margin: 0 !important;
  }
  .hs-going-remote-page .banner-hero-wrapper .banner-left-col .col-wrapper {
    margin-top: 50px;
  }

  .hs-going-remote-page .banner-hero-wrapper .banner-right-col .vc_column-inner>div {
    text-align: left;
    margin-top: 3px;
  }
  .absout_section_3 {
    margin-top: 0;
    padding-top: 0;
  }
  .container-fluid.hs-about-page-section2:not(.-mission) .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .footer_form .row.ld-row>div:first-child {
    display: flex;
    align-items: center;
  }

  .footer_form .container-fluid.hs-form-section_left .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 39px;
  }

  .footer_form .container-fluid.hs-form-section_left .hs_cos_wrapper_type_rich_text {
    margin-bottom: 0;
  }
  .footer_form .row.ld-row>div:last-child .hs-form-section_right {
    margin-top: 25px;
  }
  .container-fluid.hs-homepage-section4 .dnd-section {
    margin-bottom: 62px !important;
  }
  .container-fluid.hs-about-page-section1 .dnd-section>.row-fluid>div {
    width: 100%;
    margin-left: 0;
  }
  .container-fluid.hs-about-page-section1 .dnd-section {
    padding-bottom: 20px !important;
    padding-top: 40px !important;
  }
  .vc_row.vc_row-flex.demo-section1 .hs_cos_wrapper_type_form {
    max-width: 100%;
    margin-bottom: 72px;
  }
  .container-fluid.hs-form-section1_left {
    right: 0;
  }
  .container-fluid.hs-form-section1_left {
    margin-top: -32px;
  }

  .demo-section1 .hs_cos_wrapper_type_rich_text h4 {
    padding-right: 15% !important;
  }

  .container-fluid.hs-going-remote-page-section1 .dnd-section {
    padding: 30px 0px !important;
  }

  .hs-going-remote-page .banner-hero-wrapper {
    padding-bottom: 5px;
  }
  .container-fluid.hs-going-remote-page-section1 .dnd-section>.row-fluid>.dnd-column {
    width: 100%;
    margin-left: 0;
  }
  .container-fluid.hs-going-remote-page-section2 .dnd-section {
    padding: 40px 0 !important;
  }

  .container-fluid.hs-going-remote-page-section2 .dnd-section>.row-fluid>.dnd-column {
    width: 100%;
    margin-left: 0;
  }

  .container-fluid.hs-going-remote-page-section2 .span6 {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center;
  }

  .container-fluid.hs-going-remote-page-section2 .span6 .hs_cos_wrapper_type_rich_text {
    min-height: 270px;
  }

  .container-fluid.hs-going-remote-page-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row:not(:first-child) {
    margin-top: 0;
  }

  .container-fluid.hs-going-remote-page-section2 img.hs-image-widget {
    width: 90%;
  }
  .container-fluid.hs-going-remote-page-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child {
    padding: 0 !important;
  }
  .mission-layout .container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_text {
    padding-left: 0;
    padding-right: 0;
  }

  .mission-layout .about_section_4.-mission {
    padding-bottom: 25px !important;
  }

  .mission-layout .container-fluid.hs-about-page-section1.-mission .dnd-section {
    padding-top: 70px !important;
    padding-bottom: 40px !important;
  }
  .hs-my-crosschq-page-section1 .hs_cos_wrapper_type_rich_text h4 {
    font-size: 20px;
    line-height: 1.55em;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0.5em;
  }

  .hs-my-crosschq-page-section1 .span6 {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .hs-my-crosschq-page-section1 .dnd-section {
    padding-top: 70px !important;
    padding-bottom: 40px !important;
  }

  .hs-my-crosschq-page-section1 .hs_cos_wrapper_type_rich_text h2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .hs-my-crosschq-page-section1 .hs_cos_wrapper_type_rich_text h4 {
    padding-right: 15%;
  }

  .hs-my-crosschq-page-section1 .hs_cos_wrapper_type_rich_text p:last-child {
    margin-bottom: 20px;
  }

  .hs-my-crosschq-page-section1 .hs_cos_wrapper_type_form {
    max-width: 100%;
  }

  .hs-my-crosschq-page-section2 .dnd-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hs-my-crosschq-page-section2 .hs_cos_wrapper_type_rich_text h5+p br {
    display: none;
  }

  .hs-my-crosschq-page-section3 .hs_cos_wrapper_type_rich_text {
    display: block;
  }
  .container-fluid.hs-my-crosschq-page-section3 .dnd-section > .row-fluid {
    padding: 0;
  }

  .hs-my-crosschq-page-section3 .dnd-section>.row-fluid>div>.dnd-row:last-child .widget-span:not(.span12) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-analytic-page .cs_testimonial .testi_connt {
    margin-top: 0;
  }

  .hs-analytic-page .cs_testimonial .cs_tsti_title {
    padding-bottom: 3px;
  }
  .hs-analytic-page .footer_form .row.ld-row>div:last-child .hs-form-section_right {
    margin-top: 2px;
  }
  .hs-analytic-page.product-layout .banner-hero-wrapper h2 {
    margin-bottom: 30px;
  }

  .hs-analytic-page.product-layout .banner-hero-wrapper .banner-left-col {
    margin-bottom: -17px;
  }

  .hs-analytic-page.product-layout .hs-analytic-page-section1 .dnd-section {
    padding-top: 0px !important;
  }
  .hs-analytic-page.product-layout .banner-hero-wrapper {
    padding-bottom: 20px;
  }
  .hs-analytic-page.product-layou .content-with-image .content-col .top-image {
    margin-left: -15px;
    margin-right: -15px;
  }

  .hs-analytic-page.product-layou .content-with-image .content-col .top-image > div {
    padding: 0 15px;
  }

  .hs-analytic-page.product-layout .content-with-image .content-col .top-image img {
    max-width: 100% !important;
  }
  .hs-analytic-page.product-layout .container-fluid.hs-analytic-page-section2 .dnd-section {
    padding-top: 30px !important;
  }
  .hs-analytic-page.product-layout .footer_form .row.ld-row>div:last-child .hs-form-section_right {
    margin-top: 25px;
  }

  .hs-analytic-page.product-layout .footer_form .container-fluid.hs-form-section_left {
    padding-top: 37px;
  }
  .hs-analytic-page.product-layout  .footer_form .row.ld-row>div:last-child .hs-form-section_right {
    margin-top: 25px;
  }

  .hs-analytic-page.product-layout  .container-fluid.hs-analytic-page-section7 .dnd-section>.row-fluid > div > .dnd-row:last-child .dnd-row:first-child {
    display: none;
  }

  .hs-analytic-page.product-layout  .container-fluid.hs-analytic-page-section7 [class*="-hidden"] {
    display: block !important;
  }

  .hs-analytic-page.product-layout  .hs-analytic-page-section7 .hs_cos_wrapper_type_linked_image {
    margin: 0 !important;
  }

  .hs-analytic-page.product-layout  .hs-analytic-page-section7 .hs_cos_wrapper_type_rich_text  h2 br {
    display: none;
  }

  .hs-analytic-page.product-layout  .hs-analytic-page-section7 .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 0.75em !important;
  }
  .hs-about-page .custom-header {
    height: auto;
  }
}

@media(max-width:1024px){
  .container-fluid.hs-csup-page-section3 .span4>div {
    padding: 120px 20px 120px 20px;
  }

  .container-fluid.hs-csup-page-section3 .dnd-section {
    min-height: 590px;
  }
}

@media (max-width: 992px){
  .custom-button>span {
    padding: 1em 2em;
  }

  .hs-analytic-page.product-layout .content-with-image .content-col .top-image img {
    max-width: 300px !important;
    width: 100%;
  }

  .hs-analytic-page.product-layout .hs-analytic-page-section1 .dnd-section {
    padding-top: 30px !important;
  }

  .hs-analytic-page.product-layout .hs-analytic-page-section2 .content-with-image .mobile-col {
    margin-top: 31px;
  }
  .hs-my-crosschq-page-section3 .dnd-section>.row-fluid>div>.dnd-row:nth-child(2) {
    display: none;
  }
  .mission-layout .container-fluid.hs-about-page-section2.-mission .span4 {
    margin-left: 16.66666667%;
    width: 66.66666667%;
  }
  .hs-my-crosschq-page-section2 .span4 {
    width: 100%;
  }
  .hs-analytic-page:not(.product-layout) .banner-hero-wrapper h4 {
    margin-top: 30px !important;
  }

  .hs-analytic-page:not(.product-layout) .banner-hero-wrapper .banner-right-col {
    padding-top: 0;
  }

  .hs-analytic-page:not(.product-layout) .banner-hero-wrapper .banner-left-col {
    margin-bottom: 0;
  }
  .hs-analytic-page-section2 .content-with-image .mobile-col {
    margin-top: -18px;
  }
  .hs-my-crosschq-page-section2 .span4 > div {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .hs-my-crosschq-page-section2 .span4:not(:last-child) {
    margin-bottom: 8px;
  }

  .hs-my-crosschq-page-section1 .dnd-section {
    margin-top: 10px;
  }
  .mission-layout .container-fluid.hs-about-page-section2.-mission .dnd-section>.row-fluid {
    padding: 0 15px;
  }
  .container-fluid.hs-homepage-section1 .span3:not(:last-child) {
    border: 0;
  }
  .white-button>span {
    padding: 0.6em 1.2em;
  }
  .container-fluid.hs-going-remote-page-section2 .span6 .hs_cos_wrapper_type_rich_text {
    min-height: 0;
  }
  .container-fluid.hs-homepage-section2 .dnd-section>div>div.dnd-column>.dnd-row:nth-last-child(2):not(:only-child) {
    margin: 0;
  }
  .container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_rich_text h2 {
    margin-top: -70px !important;
  }
  .container-fluid.hs-homepage-section2 .hs_cos_wrapper_type_header h2 {
    line-height: 1.2em;
    margin-bottom: 0;
    margin-top: 0.5em;
  }
  .container-fluid.hs-homepage-section2 .hs_cos_wrapper_type_header h2 {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0.4em;
  }
  .container-fluid.hs-about-page-section2 .dnd-section>.row-fluid {
    padding: 0 10px;
  }
  .container-fluid.hs-homepage-section2 .dnd-section {
    padding-bottom: 10px;
  }
  .container-fluid.hs-homepage-section1 .hs_cos_wrapper_type_text {
    text-align: center;
    margin-bottom: -1px;
  }
  .footer_form fieldset {
    max-width: 100% !important;
  }
  .absout_section_3 .container-fluid.hs-about-page-section3 .hs_cos_wrapper_type_rich_text h2 {
    padding-bottom: 22px;
  }
  .footer_form fieldset.form-columns-2>div {
    width: 100% !important;
    padding: 0;
  }

  .footer_form fieldset.form-columns-2 {
    width: 100% !important;
    margin: 0 !important;
  }

  .footer_form .container-fluid.hs-form-section_left .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 0.5em;
  }

  .footer_form .container-fluid.hs-form-section_left .hs_cos_wrapper_type_rich_text {
    margin-bottom: 30px;
  }

  .footer_form .container-fluid.hs-form-section_left {
    padding-right: 0;
  }
  .container-fluid.hs-homepage-section4 .span6 {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .container-fluid.hs-homepage-section4 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 34px;
  }

  .container-fluid.hs-homepage-section4 .hs_cos_wrapper_type_rich_text h6 {
    font-size: 12px;
  }

  .container-fluid.hs-homepage-section4 .span6:first-child img {
    width: 100%;
  }

  .container-fluid.hs-homepage-section4 .span4 {
    margin-top: 0;
  }

  .container-fluid.hs-homepage-section4 .span6:first-child {
    margin-bottom: 0.5em;
  }
  .about_section_4 .container-fluid.hs-about-page-section4 .span6 {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .about_section_4 .container-fluid.hs-about-page-section4 .row-fluid {
    flex-wrap: wrap;
  }

  .container-fluid.hs-about-page-section4 .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }

  .about_section_4 .container-fluid.hs-about-page-section4 .span6:first-child>.dnd-row>div {
    display: block;
  }

  .container-fluid.hs-about-page-section4 .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 0.5em;
  }

  .about_section_4 .container-fluid.hs-about-page-section4 .span6:first-child {
    margin-bottom: 24px !important;
  }

  .about_section_4 .hs-button {
    padding: calc(1em - 0.5px) calc(2em + 80px - 0.5px)!important;
  }

  .hs-about-page .footer_form .container-fluid.hs-form-section_left .hs_cos_wrapper_type_rich_text {
    margin-bottom: 7px;
  }

  .hs-going-remote-page .banner-hero-wrapper h4 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }

  .hs-going-remote-page .banner-hero-wrapper .banner-right-col img {
    width: auto;
  }

  .hs-going-remote-page .banner-hero-wrapper {
    padding-bottom: 0;
  }
  .hs-going-remote-page  .custom-button-blue > span {
    padding: 0.6em 1.2em;
  }
  .hs-analytic-page-section2 .dnd-section {
    padding-top: 30px !important;
  }
  .hs-analytic-page-section2 .content-with-image .mobile-col {
    margin-top: -18px;
  }
  .hs-analytic-page .cs_testimonial .testi_connt {
    margin-top: 0;
  }

  .hs-analytic-page .cs_testimonial .cs_tsti_title {
    padding-bottom: 3px;
  }

  .hs-analytic-page .cs_testimonial .testi_img_in {
    padding: 0;
    justify-content: flex-start;
  }

  .hs-analytic-page .cs_testimonial .testI_contn_in>div {
    padding-right: 10px !important;
    padding-left: 5px !important;
  }
  .hs-analytic-page.product-layout .banner-hero-wrapper h2 {
    margin-bottom: 0;
  }

  .hs-analytic-page.product-layout .banner-hero-wrapper h4 {
    margin-bottom: 7px !important;
  }

  .hs-analytic-page.product-layout .banner-hero-wrapper {
    padding-bottom: 15px;
  }
  .hs-analytic-page.product-layout .footer_form .container-fluid.hs-form-section_left {
    padding-top: 17px;
  }

  .hs-analytic-page.product-layout .footer_form .row.ld-row>div:last-child .hs-form-section_right {
    margin-top: 0;
  }

}

@media(max-width:767px){
  .container-fluid.hs-homepage-section1 .dnd-row:not(:only-child):first-child {
    display: none;
  }

  .hs-going-remote-page .banner-hero-wrapper .banner-right-col img {
    width: auto;
    max-width: 100% !important;
  }

  .hs-going-remote-page .banner-hero-wrapper .banner-right-col .vc_column-inner>div {
    margin-right: -25px !important;
  }

  .container-fluid.hs-about-page-section2 .span2 {
    width: 50%;
    margin-left: 0;
    float: left;
  }

  .container-fluid.hs-about-page-section2 .span2 > div {
    padding: 0 15px;
  }
  .container-fluid.hs-about-page-section2 .team-member>h3 {
    display: block;
  }
  .container-fluid.hs-about-page-section2 .dnd-section>.row-fluid > .dnd-column > .dnd-row:last-child {
    margin: 0 -15px;
  }

  .container-fluid.hs-about-page-section2 .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 0.4em;
  }

  .container-fluid.hs-about-page-section2 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 35px;
    padding-left: 35px;
    margin-bottom: 20px;
  }

  .container-fluid.hs-about-page-section2 .dnd-section>.row-fluid {
    padding: 0 5px;
  }
  .container-fluid.hs-homepage-section1 .dnd-row:not(:only-child):last-child [class*="-hidden"] {
    display: block !important;
  }

  .container-fluid.hs-homepage-section1 .widget-span:not(.span12) {
    width: 50%;
    margin-left: 0 !important;
  }
  .container-fluid.hs-homepage-section1 .dnd-section>.row-fluid> div {
    width: 100%;
  }
  .container-fluid.hs-homepage-section1 .widget-span:not(.span12) {
    float: left;
  }
  .container-fluid.hs-homepage-section1 .hs_cos_wrapper_type_text {
    display: inline-block;
    padding: 0.85em;
    background-color: #f1f3f7;
    border-radius: 50em;
    font-size: 13px;
    font-weight: 700;
    color: #06a3e8 !important;
    text-transform: uppercase;
    width: 90%;
    margin: 0px auto;
  }
  .container-fluid.hs-homepage-section1>div {
    float: left;
    width: 100%;
    margin-top: -1px;
  }
  .container-fluid.hs-homepage-section1 .dnd-section>.row-fluid {
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .container-fluid.hs-homepage-section1 .widget-span:not(.span12) {
    padding-top: 7px;
  }

  .container-fluid.hs-homepage-section1 .widget-span:not(.span12):nth-last-child(-n+2) {
    padding-top: 7px;
  }

  .container-fluid.hs-homepage-section1 .hs_cos_wrapper_type_text:before {
    content: "\f00c";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    letter-spacing: 0;
  }

  .container-fluid.hs-homepage-section1 .dnd-section .row-fluid-wrapper.dnd-row:not(:only-child) > .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .container-fluid.hs-homepage-section1 .dnd-section .row-fluid-wrapper.dnd-row:not(:only-child) > .row-fluid > .widget-span:nth-child(2) {
    order: 3;
    padding-top: 17px;
  }

  .container-fluid.hs-homepage-section1 .dnd-section .row-fluid-wrapper.dnd-row:not(:only-child) > .row-fluid > .widget-span:nth-child(3) {
    order: 4;
    padding-top: 17px;
  }
  .container-fluid.hs-homepage-section4 .span4 {
    float: left;
  }
  .container-fluid.hs-homepage-section1 .hs_cos_wrapper_type_text {
    letter-spacing: 0;
  }
  .footer_form .row.ld-row>div {
    width: 100%;
  }
  .container-fluid.hs-about-page-section2 .hs_cos_wrapper_type_linked_image {
    box-shadow: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .container-fluid.hs-about-page-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child>div>div.span2:nth-last-child(2) {
    width: 100%;
  }

  .container-fluid.hs-about-page-section2 .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child>div>div.span2:nth-last-child(2) > div {
    width: 50%;
    float: left;
  }
  .container-fluid.hs-about-page-section2 .span2:nth-child(2), 
  .container-fluid.hs-about-page-section2 .span2:nth-child(3) {
    margin-bottom: 17px;
  }
  .absout_section_3 {
    padding-top: 45px;
  }

  .absout_section_3 .container-fluid.hs-about-page-section3 .hs_cos_wrapper_type_rich_text h2 {
    padding-bottom: 16px;
  }
  .absout_section_3 .hs-button {
    white-space: normal;
  }
  .absout_section_3 .span4 {
    width: 50%;
    float: left;
  }

  .absout_section_3 .span4:last-child {
    margin-left: 25%;
    margin-top: 42px;
  }
  .hs-my-crosschq-page-section3 .hs_cos_wrapper_type_rich_text {
    padding: 0 15px;
    font-size: 34px;
    line-height: 34px;
  }
  .absout_section_3 .hs-button {
    padding: calc(0.5em - 0.5px) calc(0.8em - 0.5px);
  }
  .demo-section1 .hs_cos_wrapper_type_rich_text h2 {
    margin-top: 60px;
  }

  .container-fluid.hs-form-section1_left {
    right: 0;
  }

  .demo-section1 .hs_cos_wrapper_type_rich_text h4 {
    padding-right: 0 !important;
  }

  .demo-section1 div#carrousel_quotes_home {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .vc_row.vc_row-flex.demo-section1 .row.ld-row.clerfix {
    display: block;
  }
  .container-fluid.hs-csup-page-section1 .hs_cos_wrapper_type_rich_text {
    padding: 0% 5% 0% 5%;
  }

  .container-fluid.hs-csup-page-section1 .hs_cos_wrapper_type_rich_text h5 {
    font-size: 19px;
  }
  .container-fluid.hs-csup-page-section1 .dnd-section {
    background-position: top center !important;
    background-size: 833px auto !important;
    background-attachment: inherit;
  }
  .container-fluid.hs-csup-page-section1 .hs-button {
    padding: 10px 24px;
  }
  .container-fluid.hs-csup-page-section2 .widget-span:not(.span12) {
    width: 100% !important;
  }

  .container-fluid.hs-csup-page-section2 .span8 {
    padding-left: 10px !important;
    margin: 20px 0px 0px 0px;
  }
  .container-fluid.hs-csup-page-section3 .span4 {
    width: 100%;
    float: left;
    padding: 20px;
  }

  .container-fluid.hs-csup-page-section3 .dnd-section>.row-fluid {
    flex-wrap: wrap;
    padding: 7% 7% 7% 7%;
  }

  .container-fluid.hs-csup-page-section3 .span4>div {
    margin: 0;
    padding: 30px 20px 20px 20px;
    border-radius: 5px 5px 5px 5px;
    float: left;
    width: 100%;
  }

  .container-fluid.hs-csup-page-section3 .dnd-section {
    margin-top: -15px;
  }
  .hs-my-crosschq-page-section3 .hs_cos_wrapper_type_rich_text > p:empty {
    font-size: 34px;
    line-height:34px;
  }
  .container-fluid.hs-csup-page-section3 .hs_cos_wrapper_type_rich_text p {
    padding-bottom: 1.3em;
  }

  .container-fluid.hs-csup-page-section_1_v2 [class*="-hidden"] {
    display: block !important;
  }
  .container-fluid.hs-csup-page-section6 .dnd-section>.row-fluid > div > .dnd-row:not(:first-child) .widget-span:not(.span12) {
    width: 100%;
  }
  .hs-csup-page._v2 .container-fluid.hs-csup-page-section4._v2 {
    display: none;
  }
  .hs-csup-page._v2 .container-fluid.hs-csup-page-section_1_v2 .dnd-section>.row-fluid > div > .dnd-row:nth-child(2) {
    display: none;
  }
  .hs-csup-page._v2 .container-fluid.hs-csup-page-section_1_v2 img.hs-image-widget{
    margin-bottom: 0;
  }
  .mission-layout .container-fluid.hs-about-page-section2.-mission .span4 {
    width: 100%;
    margin-left: 0;
  }
  .container-fluid.hs-homepage-section4 .span4:last-child .hs_cos_wrapper_type_rich_text h2 i {
    margin-left: 0;
  }
  .hs-my-crosschq-page-section1 .hs_cos_wrapper_type_rich_text h4 {
    padding-right: 0;
  }

  .hs-my-crosschq-page-section1 .hs_cos_wrapper_type_form fieldset > div {
    width: 100% !important;
  }
  .hs-analytic-page-section6 .hs_cos_wrapper_type_rich_text > h2 {
    margin-bottom: 0.75em;
  }

  .hs-analytic-page-section6 .hs_cos_wrapper_type_rich_text {
    padding-top: 30px;
    line-height: 1em;
    font-size: 34px;
  }

  .hs-analytic-page-section6 img {
    margin-top: -25px;
  }
  .mission-layout .container-fluid.hs-about-page-section2 .hs_cos_wrapper_type_rich_text h1{
    padding-bottom: 18px;
  }
  .mission-layout .container-fluid.hs-about-page-section2 .hs_cos_wrapper_type_rich_text p:not(:empty){
    margin-bottom: 0;
  }
}


@media(max-width:479px){
  .container-fluid.hs-about-page-section2 .span2:nth-child(2), 
  .container-fluid.hs-about-page-section2 .span2:nth-child(3) {
    margin-bottom: 17px;
  }

  .container-fluid.hs-about-page-section2 .hs_cos_wrapper_type_rich_text {
    margin-top: 54px;
    margin-bottom: 11px;
  }
}

@media(max-width:470px){
  .footer_form .container-fluid.hs-form-section_left .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 1.15em;
  }
  .footer_form {
    padding-top: 80px;
  }
  .container-fluid.hs-homepage-section4 .hs_cos_wrapper_type_header h2 {
    margin: 1.5em 0;
  }
}

@media(max-width:423px){
  .hs-going-remote-page .banner-hero-wrapper h4 {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
  }
}

@media(max-width:371px){
  .hs-analytic-page-section7 .hs_cos_wrapper_type_rich_text > h2 {
    margin-bottom: 12px;
    margin-top: 11px;
  }
}

@media(max-width:360px){
  .container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 48px;
  }
}

@media(max-width:320px){
  .container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_rich_text {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}











/* Responsive Grid */  
.cstm_layout .row-fluid {
  width: 100%;
  *zoom: 1;
}

.cstm_layout .row-fluid:before, 
.cstm_layout .row-fluid:after {
  display: table;
  content: "";
}

.cstm_layout .row-fluid:after {
  clear: both;
}

.cstm_layout .row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.cstm_layout .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.cstm_layout .row-fluid .span12 {
  width: 100%;
}
.cstm_layout .row-fluid .span11 {
  width: 91.66%;
}
.cstm_layout .row-fluid .span10 {
  width: 83.33%;
}
.cstm_layout .row-fluid .span9 {
  width: 75%;
}
.cstm_layout .row-fluid .span8 {
  width: 66.66%;
}
.cstm_layout .row-fluid .span7 {
  width: 58.33%;
}
.cstm_layout .row-fluid .span6 {
  width: 50%;
}
.cstm_layout .row-fluid .span5 {
  width: 41.66%;
}
.cstm_layout .row-fluid .span4 {
  width: 33.33%;
}
.cstm_layout .row-fluid .span3 {
  width: 25%;
}
.cstm_layout .row-fluid .span2 {
  width: 16.66%;
}
.cstm_layout .row-fluid .span1 {
  width: 8.33%;
}

.cstm_layout .container-fluid {
  *zoom: 1;
}

.cstm_layout .container-fluid:before,
.cstm_layout .container-fluid:after {
  display: table;
  content: "";
}

.cstm_layout .container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .cstm_layout  .row-fluid {
    width: 100%;
  }

  .cstm_layout .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.cstm_layout .dnd-section > .row-fluid .dnd-column,
.cstm_layout .dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.cstm_layout .dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.cstm_layout .dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .cstm_layout .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .cstm_layout   .row-fluid:before,
  .cstm_layout .row-fluid:after {
    display: table;
    content: "";
  }

  .cstm_layout .row-fluid:after {
    clear: both;
  }

  .cstm_layout .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cstm_layout .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .cstm_layout  .row-fluid .span12 {
    width: 100%;
  }
  .cstm_layout  .row-fluid .span11 {
    width: 91.66%;
  }
  .cstm_layout .row-fluid .span10 {
    width: 83.33%;
  }
  .cstm_layout .row-fluid .span9 {
    width: 75%;
  }
  .cstm_layout  .row-fluid .span8 {
    width: 66.66%;
  }
  .cstm_layout  .row-fluid .span7 {
    width: 58.33%;
  }
  .cstm_layout .row-fluid .span6 {
    width: 50%;
  }
  .cstm_layout .row-fluid .span5 {
    width: 41.66%;
  }
  .cstm_layout  .row-fluid .span4 {
    width: 33.33%;
  }
  .cstm_layout  .row-fluid .span3 {
    width: 25%;
  }
  .cstm_layout .row-fluid .span2 {
    width: 16.66%;
  }
  .cstm_layout .row-fluid .span1 {
    width: 8.33%;
  }
}


@media (min-width: 1200px){
  .cstm_webste_page .dnd-section {
    margin-top: 61px !important;
    margin-bottom: 70px !important;
  }
  .ref_chck_page .cs-main-content {
    padding-top: 0;
  }
}

.cstm_webste_page .dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}


@media (max-width: 1199px){
  .cstm_webste_row1 .dnd-section { 
    margin-bottom: 15px;
  } 
}

.cstm_dnd .dnd-section > .row-fluid{
  max-width:100%;
}

.cstm_webste_row1 {
  padding-top: 17px;
}

.cstm_webste_row1 h3:first-child {
  margin-top: 0;
}

.cstm_webste_row1 h2:first-child {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.cstm_webste_row1 h6:first-of-type {
  margin-top: 0;
  margin-bottom: 41px;
}

.cstm_webste_row1 h6 a {
  color: #14a6e0;
}

.cstm_webste_row1 .hs-responsive-embed-wrapper {
  width: 90% !important;
  max-width: 100% !important;
  margin: 0 auto;
  max-height: none !important;
}

.cstm_webste_row1  ul {
  padding: 0;
}

.cstm_webste_row1 ul ul {
  padding: 0 0 0 40px;
}

.banner-section .row-fluid {
  padding: 0 !important;
}

.case_study_page .banner-hero-wrapper h2 {
  font-size: 68px;
  font-weight: 900;
  color: rgb(40, 46, 56);
  font-family: Lato;
}

.case_study_page .banner-hero-wrapper h4 {
  margin-top: 35px !important;
}

@media (min-width: 992px) {
  .case_study_page .banner-hero-wrapper .banner-right-col {
    margin-top: -85px ;
  }
}

.no_pad_dnd .dnd-section{
  padding:0;
}

.case_st_row1 {
  padding-top: 50px;
  padding-bottom: 55px;
  background-color: #f5f5f5;
}

.cs_inner_page .body-container-wrapper {
  margin-top: 0;
}

.cs_inrrow1 {
  padding-top: 10px; 
}

.feature_row {
  padding: 40px 0;
  text-align: center;
  margin-left: -25px;
  margin-right: -25px;
}

.feature_row .dnd-section > .row-fluid {
  padding: 0;
}

.feature_row h5 {
  margin: 0;
  margin-bottom: 1px;
  font-size: 46px;
  font-weight: 700;
  color: rgb(13, 156, 252); 
}

.feature_row h5 span {
  position: relative;
  display: inline-block;
}

.feature_row p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.feature_row p span {
  position: relative;
  display: inline-block;
}

.feature_row .dnd-section>.row-fluid .dnd-column {
  padding: 0;
}

.feature_row .dnd-section>.row-fluid .dnd-column > div {
  padding: 0 20px;
  display: inline-grid;
}

@media(max-width:767px){
  .feature_row .dnd-section>.row-fluid .dnd-column > div {
    padding: 0 0px;
  }
}

.feature_row .page-center {
  padding-left: 20px;
  padding-right: 20px;
}

.feature_row .row {
  margin: 0 -20px;
}

.feature_row .dnd-section>.row-fluid .dnd-column > div > div {
  padding: 0 15px;
}

.contnt_bx_row .dnd-section > .row-fluid {
  padding: 0;
}

.contnt_bx_row .dnd-column > div {
  padding: 0;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  margin-bottom: 32px;
  min-height: 350px;
  box-shadow: 0 20px 40px rgb(0 0 0 / 18%);
  color: rgba(255, 255, 255, 0.75);
  background: rgba(54, 63, 80, 0.9);
  display: inline-grid;
  transition: opacity 0.3s;
}

.contnt_bx_row h3 {
  margin: 0;
  line-height: 1.5em;
  letter-spacing: 0;
  font-size: 36px;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 700;
}

.contnt_bx_row .dnd-column > div > div {
  padding: 35px 30px;
}

.contnt_bx_row p {
  margin: 0;
}

.contnt_bx_row .dnd-column > div:hover {
  opacity: 0.9;
}

.contnt_bx_row .dnd-column:nth-child(even) > div {
  background: rgba(40, 46, 56, 0.9);
}

.cs_inrrow3 {
  padding: 17px 0 0;
}


.full_wdth_box_row.contnt_bx_row .dnd-column > div {
  background: rgba(40, 46, 56, 0.9);
}

.full_wdth_box_row.contnt_bx_row .dnd-column .dnd-row:last-child:not(:first-child) {
  background: #fff;
  min-height: auto;
  width: 100%;
  margin: 0;
  color: #343d48;
}

.full_wdth_box_row.contnt_bx_row .dnd-column .dnd-row:last-child:not(:first-child) h3 {
  color: #343d48;
  margin-bottom: 1.5rem;
  font-size: 36px;
}

.full_wdth_box_row.contnt_bx_row .dnd-column .dnd-row:last-child:not(:first-child) > div {
  width: 85%;
  padding: 35px;
}

.cs_inrrow5 {
  margin: 16px 0 0;
}

.cs_inrrow6 .dnd-section > .row-fluid {
  padding: 0;
}


.cs_inrrow8 hr {
  margin-bottom: 51px !important;
  margin-top: 22px !important;
  background: none;
}

.cs_inrrow8 h2 {
  font-size: 36px;
  line-height: 1.111em;
  margin: 0;
}

.cs_inrrow8 h2 span {
  position: relative;
  display: inline-block;
}

.cs_inrrow8 .span9 {
  margin-left: 8.33333333% !important;
  width: 66.66666667% !important;
  padding: 0 !important;
}

.cs_inrrow8 .span9 > div {
  padding: 0 15px;
}

.cs_inrrow8 p {
  color: rgb(115, 115, 115);
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.cs_inrrow8 .dnd-section > .row-fluid {
  padding: 0;
}

.cs_inrrow8 .dnd-section:last-child hr {
  margin-top: 17px !important;
  margin-bottom: 40px !important;
}


@media(max-width:1199px){
  .cs_inrrow1 {
    padding-top: 70px; 
  }

  .cs_inner_page .body-container-wrapper {
    margin-top: 0;
  }

}

@media(max-width:991px){
  .contnt_bx_row .dnd-column {
    width: 100% !important;
  } 
  .cs_inrrow8 .span3,
  .cs_inrrow8 .span9 {
    width: 100% !important;
    margin: 0 !important;
  }

  .cs_inrrow8 .span3 {
    margin-bottom: 55px!important;
  }

}

.cs_inrrow8 {
  margin-bottom: 71px;
}

#customer-story-upwork--crosschq .contnt_bx_row {
  padding: 0;
}

#customer-story-upwork--crosschq .contnt_bx_row .dnd-column>div {
  background: rgba(40, 46, 56, 0.9);
}

#customer-story-upwork--crosschq .contnt_bx_row .dnd-column>div>div {
  width: 85%;
  padding: 35px;
}

#customer-story-upwork--crosschq .contnt_bx_row h3 {
  margin-bottom: 1.5rem;
}

#customer-story-upwork--crosschq .full_wdth_box_row.contnt_bx_row .dnd-column>div {
  min-height: auto;
}

#customer-story-upwork--crosschq .full_wdth_box_row.contnt_bx_row .dnd-column>div p span {
  color: rgba(255, 255, 255, 0.75) !important;
}

#customer-story-upwork--crosschq .cs_inrrow5 {
  margin: 0;
  padding: 0;
}

.cs_inrrow8 .span3 p {
  font-size: 16px;
  line-height: 1.65em;
  font-weight: 700;
  color: #282e38;
}

.cs_inrrow7 h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.111em;
  text-align: center;
  padding-top: 17px;
}

.cs_inrrow7 .dnd-section > .row-fluid,
.cs_inrrow7 .dnd-section > .row-fluid > div {
  padding: 0 !important;
}

@media(max-width:991px){ 
  #customer-story-upwork--crosschq .contnt_bx_row .dnd-column>div>div {
    width: 100%;
  } 
  .full_wdth_box_row.contnt_bx_row .dnd-column .dnd-row:last-child:not(:first-child)>div{
    width:100%;
  }
} 

.btm_pane_sctn .dnd-section > .row-fluid {
  padding: 0;
}

.btm_pane_sctn .hs_cos_wrapper_type_linked_image img {
  margin-top: 10px;
}

.btm_pane_sctn .hs_cos_wrapper_type_form .hs-button {
  height: 40px;
  min-height: auto;
}

.outline_btn {
  transition: all .3s ease;
  box-shadow: 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%);
  color: #07a3e8;
  font-size: 1em;
  white-space: nowrap;
  display: inline-flex;
  padding: 0;
  position: relative;
  border-radius: 4px;
  border: 1px solid #07a3e8;
  padding: 0.85em 1.5em;
  margin-top: 20px;
}

.outline_btn span {
  margin: -0.5px;
}

.outline_btn:hover,.outline_btn:focus {
  border-color: transparent;
  background-color: #07a3e8;
  color: #fff;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
}

#case-study--flagship-pioneering--crosschq .contnt_bx_row .dnd-column>div {
  min-height: 325px;
  margin-bottom: 32px;
}

#case-study--flagship-pioneering--crosschq .cs_inrrow5 {
  margin: 0;
  padding: 0;
}

#case-study--flagship-pioneering--crosschq .cs_inrrow4 {
  padding: 0;
}

#case-study--flagship-pioneering--crosschq .cs_testimonial {
  margin-top: 0;
}

@media (max-width: 992px){
  #case-study--flagship-pioneering--crosschq .cs_inrrow8 .span3 {
    margin-bottom: 18px !important;
  }

  #case-study--flagship-pioneering--crosschq .outline_btn {
    padding: 0.6em 1.2em;
    margin-top: 38px;
  }
}

.feature_row .dnd-section:first-child:not(:last-child) .dnd-row {
  display: block;
}

.feature_row  h3 {
  margin: 0;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 36px;
  line-height: 1.111em;
  font-weight: 700;
}


#customer-story-upwork--crosschq .contnt_bx_row .dnd-column>div {
  min-height: 325px;
}

#customer-story-upwork--crosschq .cs_testimonial {
  margin-top: 2px;
}

#case-study--flagship-pioneering--crosschq .contnt_bx_row .dnd-section:last-child .dnd-column:nth-child(1)>div {
  background: rgba(40,46,56,0.9);
}

#case-study--flagship-pioneering--crosschq .contnt_bx_row .dnd-section:last-child .dnd-column:nth-child(2)>div {
  background: rgba(54, 63, 80, 0.9);
}

#customer-story-m3--crosschq .cs_bnr .cs_pad {
  background-position: initial;
  background-repeat: initial;
  background-size: initial;
}

#customer-story-m3--crosschq .contnt_bx_row .dnd-column:nth-child(even)>div {
  background: rgba(54, 63, 80, 0.9);
}

#customer-story-m3--crosschq .full_wdth_box_row.contnt_bx_row .dnd-column>div {
  background: rgba(54, 63, 80, 0.9);
}

#customer-story-m3--crosschq .cs_inrrow5 {
  margin: 0;
}

#customer-story-m3--crosschq .contnt_bx_row .dnd-column>div {
  min-height: 325px;
}


@media(max-width:767px){
  #customer-story-upwork--crosschq  .feature_row .dnd-section>.row-fluid .dnd-column > div {
    padding: 0 20px;
  }
}

@media(max-width:991px){
  #customer-story-upwork--crosschq .cs_inrrow8 .span3 {
    margin-bottom: 16px !important;
  }

  #customer-story-upwork--crosschq .cs_inrrow8 h2 {
    margin-bottom: 37px !important;
  }
}



.absolute_header .hnotifybar {
  display: none;
  background: none;
}

.absolute_header  .custom-header {
  background: none;
}

.absolute_header  .body-container-wrapper {
  margin-top: -139px;
}


.whtpprrow1 .dnd-section>.row-fluid .dnd-column {
  padding: 0;
}

.whtpprrow1 .dnd-section {
  padding-top: 150px;
  padding-bottom: 50px;
  background-position: center center;
  background-attachment: inherit;
}

.whtpprrow1 h4 {
  margin-top: 20px;
  font-size: 40px; 
  line-height: 1.2em;
  font-weight: 900;
  color: rgb(24, 27, 49);
  margin-bottom: 15px;

}

.whtpprrow1 h5 {
  padding-right: 100px;
  margin: 0;
  margin-bottom: 0.75em;
  font-size: 25px;
  line-height: 1.2em;
  color: rgb(128, 130, 145);
}

.whtpprrow2 .dnd-section > .row-fluid {
  padding: 0;
}

.whtpprrow2 .dnd-section {
  padding-top: 50px;
  padding-bottom: 25px;
}

.whtpprrow2 p {
  font-size: 18px;
  line-height: 1.55em;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.whtpprrow3 .dnd-section > .row-fluid {
  padding: 0;
}

.whtpprrow3 .row-fluid .span6:nth-child(2) {
  margin-left: 8.333%;
  width: 41.66666667%;
}

.whtpprrow3 p {
  font-size: 18px;
  line-height: 1.55em;
  margin-bottom: 0.5em;
}

.whtpprrow3 h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 1.4em;
  color: #808291;
}

.whtpprrow3 h2 {
  margin-top: 24px;
  margin-bottom: 0.5em;
  font-size: 20px;
  line-height: 1.11em;
}

.whtpprrow3 .widget-type-rich_text ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.4em;
  font-size: 16px;
  margin-top: 12px;
}

.whtpprrow3 .widget-type-rich_text ul li  span{
  display:inline-block;
  position:relative;
  margin-bottom: 0.5em; 
  margin-left: 10px;
  font-size: 11px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgb(24, 27, 49);
  text-transform: uppercase;
}

.whtpprrow3 .widget-type-rich_text ul li {
  position: relative;
  margin-bottom: 1.5px;
  margin-left: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgb(24, 27, 49);
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}

.whtpprrow3 form p {
  font-family: Lato;
  line-height: 1.4em;
  font-size: 16px;
  color: #808291;
  margin-bottom: 25px;
}

.whtpprrow3 .hs-form .hs-form-field > label {
  display: none;
}

.whtpprrow3 .hs-button {
  margin-top: 0;
  margin-bottom: 25px;
  white-space:nowrap !important;
}

.whtpprrow3 .form-columns-2 > .hs-form-field:first-child {
  padding-right: 15px;
}

.whtpprrow3 .form-columns-2 > .hs-form-field:last-child {
  padding-left: 15px;
}

.whtpprrow3 {
  margin-bottom: 102px;
}

.whtpprrow3 .row-fluid .span6:nth-child(1) {
  margin-top: -3px;
}


.whtpprrow3  .hs_cos_wrapper_type_form {
  width: 100%;
  max-width: 100%;
}

.whtpprrow3  fieldset {
  max-width: 100% !important;
}

@media(max-width:1199px){
  .absolute_header .body-container-wrapper {
    margin-top: 0;
  }

  .whtpprrow2 .dnd-section {
    padding-top: 70px;
    padding-bottom: 38px;
  }

  .whtpprrow2 .widget-type-rich_text {
    padding-right: 15%;
  }

  .whtpprrow3 .span6 {
    width: 100% !important;
  }

  .whtpprrow3 .row-fluid .span6:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }

  .whtpprrow3 {
    margin-bottom: 142px;
  }

}

@media(max-width:991px){

  .whtpprrow1 .span7,.whtpprrow1 .span6,.whtpprrow1 .span5 {
    width: 100% !important;
    display: block !important;
  }

  .whtpprrow1 .row-fluid [class*="span"] {
    min-height: auto !important;
  }

  .whtpprrow1 .dnd-section > .row-fluid {
    display: block !important;
  }

  .whtpprrow1 h5 {
    padding-right: 0;
    margin-bottom: 0;
  }

  .whtpprrow2 .widget-type-rich_text {
    padding-right: 0;
  }

  .whtpprrow2 .dnd-section {
    padding-bottom: 8px;
  }

  .whtpprrow3 h2 {  
    margin-bottom: 27px;
  }

  .whtpprrow3 {
    margin-bottom: 149px;
  }

  .whtpprrow3 .form-columns-2>.hs-form-field {
    width: 100% !important;
    padding: 0 !important;
  }

}

@media(max-width:320px){
  .whtpprrow1 h4 {
    font-size: 34px !important;
  }
}


.whtpprrow1 .dnd-column:nth-child(2)  .widget-type-rich_text{
  padding-top: 35px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: box-shadow 0.3s ease, background 0.3s ease;
  margin: 0 0 2em;
  border-radius: 5px;
  background: #fff;
}

.whtpprrow1 .dnd-column:nth-child(2) h3 {
  display: inline-block;
  margin: 0 0 0.7em;
  color: #07a3e8;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5em;
}

.whtpprrow1 .dnd-column:nth-child(2) p {
  margin: 0;
  font-family: Lato;
  line-height: 1.4em;
  font-size: 16px;
  color: #808291;
}

#white_paper___success___crosschq .whtpprrow1 .dnd-column:nth-child(2) {
  margin-top: -40px;
  margin-bottom: -180px;
}

#white_paper___success___crosschq .whtpprrow1 .dnd-section .row-fluid {
  padding: 0;
}

#white_paper___success___crosschq .whtpprrow1 .dnd-section>.row-fluid .dnd-column {
  padding: 0 15px;
}

#white_paper___success___crosschq .whtpprrow3 {
  margin-top: 49px;
}

.whtpprrow3 h4 {
  line-height: 1.2em;
  font-weight: 900;
  color: rgb(24, 27, 49);
  margin: 0;
  margin-bottom: 0.5em;
}

.whtpprrow3 h3 {
  margin-top: 10px;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  font-weight: 900;
  color: rgb(6, 162, 230);
}

#white_paper___success___crosschq .whtpprrow3 textarea {
  min-height: auto; 
  padding: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  height: 55px;
  resize: vertical;
}


.whtpprrow3 .span7 {
  width: 41.66666667% !important;
  margin-left: 16.66666667% !important;
}


#white_paper___success___crosschq .whtpprrow3 .widget-type-rich_text { 
  margin-top: -70px;
}

.whtpprrow3 h3 {   
  margin-top: -7px; 
}

@media(max-width:1199px){
  #white_paper___success___crosschq .whtpprrow3 .dnd-section>.row-fluid {
    display: block !important;
  }

  #white_paper___success___crosschq .whtpprrow3 .dnd-section>.row-fluid > div {
    width: 100% !important;
    margin: 0 !important;
  }

  #white_paper___success___crosschq .whtpprrow3 .widget-type-rich_text {
    margin: 0;
  }

  #white_paper___success___crosschq .whtpprrow3 h4 {
    font-size: 37px !important;
  }

  #white_paper___success___crosschq .whtpprrow3 .dnd-section>.row-fluid > div:not(:last-child) {
    margin-bottom: 30px !important;
  }

  #white_paper___success___crosschq .whtpprrow1 .dnd-column:nth-child(2) .widget-type-rich_text {
    padding-bottom: 60px;
  }

  #white_paper___success___crosschq .whtpprrow3 {
    margin-top: 47px;
  }

}

@media(max-width:991px){ 
  #white_paper___success___crosschq .whtpprrow1 .dnd-column:nth-child(2) {
    margin: 0;
  }

  #white_paper___success___crosschq .whtpprrow1 .dnd-column:nth-child(2) .widget-type-rich_text {
    padding-bottom: 30px;
    margin: 0 0 0.75rem;
  }

  #white_paper___success___crosschq .whtpprrow1 h5 {
    margin-bottom: 0.75em;
  }

  #white_paper___success___crosschq .whtpprrow3 {
    margin-top: 32px;
  }

  #white_paper___success___crosschq .whtpprrow3 h4 {
    font-size: 40px !important;
  }

  #white_paper___success___crosschq .whtpprrow3 h3 {
    margin-bottom: 45px;
  }

  #white_paper___success___crosschq .whtpprrow3 .dnd-section>.row-fluid>div:not(:last-child) {
    margin-bottom: 0px !important;
  }

}

@media(max-width:600px){ 
  #white_paper___success___crosschq .whtpprrow3 h3 {
    margin-bottom: 20px;
  }
}

.cstmr_page .banner-hero-wrapper .banner-right-col img {
  max-width: 800px !important;
}

@media (min-width: 1200px) {
  .cstmr_page .banner-hero-wrapper .banner-right-col {
    margin-top: 110px;
  }
}

.cstmr_page .banner-hero-wrapper h4 {
  padding-bottom: 44px;
}

.cstmr_row1 {
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #f9fafb;
}


.cstmr_row1 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 100%;
}

.cstmr_row1 .dnd-section>.row-fluid .dnd-column {
  padding: 0 !important;
}

@media(max-width:1199px){
  .cstmr_page .banner-hero-wrapper .banner-left-col .col-wrapper {
    padding-top: 70px;
  }

  .cstmr_page .banner-hero-wrapper h4 {
    margin-top: 1.5em !important;
    margin-bottom: 0 !important;
    padding-bottom: 40px;
  }
}

@media(max-width:991px){
  .cstmr_page .banner-hero-wrapper .banner-left-col .col-wrapper {
    padding-top: 0;
  }

  .cstmr_page .banner-hero-wrapper h4 {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px){
  .cstmr_page .banner-hero-wrapper h4 {
    padding-bottom: 0;
  }

  .cstmr_page .banner-hero-wrapper .banner-right-col .vc_column-inner>div {
    margin-top: 0px !important;
  }
}

@media(max-width:380px){
  .btm_pane_sctn textarea {
    height: auto;
  }
}

#customers___crosschq  .customers .pricing-table {
  padding-bottom: 0.5rem;
}

/** footer v2 ***/

.footer_v2 {
  padding-top: 50px;
  background-color: #2d3643;
  position: relative;
}

.footer_v2 .row-fluid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer_v2 .span4 {
  padding: 0 15px;
}

.ft_logo > * {
  margin-bottom: 35px;
}

.ft_logo img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  width: auto !important;
}

.ft_copyright {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: rgb(121, 133, 147);
  text-align: right;
}

@media(min-width:1200px){
  .ft_copyright p {
    padding-right: 50px;
    margin-bottom: 50px;
    padding-top: 6px;
  }
}


.ref_chckrow5 .dnd-section > .row-fluid {
  padding: 0;
}

.ref_chckrow5 {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 75px;
  padding-bottom: 100px;
  background-image: url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/images/footer-image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ref_chckrow5 .widget-type-rich_text * {
  color: #fff;
}

.ref_chckrow5 h1 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 68px;
  line-height: 81px;
  font-weight: 900;
}

.ref_chckrow5 h1 span {
  position: relative;
  display: inline-block;
}

.ref_chckrow5 p {
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  margin-top: 0;
}

@media (min-width: 1200px) {
  .ref_chckrow5 p {
    padding-right: 50px;
    margin-bottom: 50px;
  }
}

.ref_chckrow5 .widget-type-rich_text {
  margin-top: 17px;
}

.ref_chckrow4 { 
  margin: 0 -15px;
  padding: 50px 15px;
}

.ref_chckrow4 .dnd-section > .row-fluid {
  padding: 0;
}

.ref_chckrow4 h3 {
  color: rgb(40, 46, 56);
  display: inline-block;
  margin-top: 0;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .ref_chckrow4 h3 {
    padding-right: 50px;
    margin-bottom: 50px;
  }
}

.ref_chckrow4 .dnd-section > .row-fluid > .dnd-column {
  padding: 0 !important;   
}

.ref_chckrow4  .logo-slider .wpb_single_image {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 35px;
}

.ref_chckrow4  .logo-slider figure {
  padding: 0;
}

.ref_chckrow4 .widget-type-rich_text {
  margin-top: 16px;
  text-align: center;
}

.ref_chckrow4 .logo-slider>.row {
  margin: 0;
}

.ref_chckrow4 .dnd-section > .row-fluid > .dnd-column > div:nth-child(2) {
  margin: 17px 0;
}

.ref_chckrow3 .dnd-section > .row-fluid {
  padding: 0;
}

.ref_chckrow3 #carrousel_quotes_home {
  padding: 50px 0;
}

.ref_chckrow3 #carrousel_quotes_home p.bio {
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
}


@media (min-width: 1200px) {
  .ref_chckrow3 #carrousel_quotes_home p.bio {
    margin-bottom: 50px;
    padding-right: 50px;
  }
}

.ref_chckrow3 #carrousel_quotes_home p.auth-image img {
  max-width: 66px !important;
  margin-right: 1em;
}

.ref_chckrow3 #carrousel_quotes_home p.auth-meta {
  margin-top: 0.5em;
  margin-bottom: 0;
  line-height: 26px;
}

.ref_chckrow3 #carrousel_quotes_home p.auth-image {
  margin-bottom: 1.3em;
}

.ref_chckrow3 #carrousel_quotes_home p.bio+div {
  justify-content: center;
  align-items: flex-start;
  margin: 0;
}

.ref_chckrow3 #carrousel_quotes_home p.auth-meta span {
  font-weight: normal;
  position: relative;
  top: -2px;
}

.ref_chckrow1 {
  padding-top: 20px;
  padding-bottom: 15px;
}

.ref_chckrow1 .dnd-section > .row-fluid {
  padding: 17px 0 0 0;
}

.ref_chckrow1 .widget-type-linked_image {
  padding-bottom: 50px;
  margin-bottom: 35px;
  width: 100%;
}

.ref_chckrow1 h1 {
  font-size: 68px;
  line-height: 81px;
  font-weight: 900;
  color: rgb(40, 46, 56);
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.ref_chckrow1 h1 span {
  position: relative;
  display: inline-block;
}

.ref_chckrow1 p {
  margin: 0;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  color: rgb(40, 46, 56);
  margin-bottom: 0.5em; 
}

@media (min-width: 1200px) {
  .ref_chckrow1 p {
    margin-bottom: 50px;
    padding-right: 50px;
  }
}

.ref_chckrow1 .row-fluid .span5 {
  width: 40%;
}

.ref_chckrow1 h3.form-title {
  font-size: 170%;
  font-weight: 700;
  margin-top: 14px;
  color: #282e38;
  line-height: 22px;
  margin-bottom: 25px;
}

.ref_chckrow1 .hs-form-field:not(.hs-fieldtype-select) > label {
  display: none;
}

.ref_chckrow1 select {
  padding: 0 !important;
}

.ref_chckrow1 .hs_cos_wrapper_type_form {
  padding: 30px 45px 45px;
}

.ref_chckrow2 {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 1rem;
  background-color: #0276ba
}

@media (min-width: 1200px) {
  .ref_chckrow2 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.ref_chckrow2 * {
  color: #fff;
}

.ref_chckrow2 .dnd-section > .row-fluid {
  padding: 0;
}

.ref_chckrow2 h2 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  display: inline-block;
  margin-top: 0;
}

@media (min-width: 1200px) {
  .ref_chckrow2 h2 {
    padding-right: 50px;
    margin-bottom: 50px;
  }
}

.ref_chckrow2 .widget-type-linked_image {
  margin: 100px 0 35px;
}



.ref_chckrow2 .widget-type-linked_image img {
  vertical-align: top;
}

.ref_chckrow2 .dnd-section {
  padding: 17px 0 0;
}

.ref_chckrow2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ref_chckrow2 ul li:before {
  content: '';
  width: 60px;
  display: block;
  margin-bottom: 1.3em;
  float: left;
  margin-right: 1rem;
  width: 20px;
  height: 17px;
  vertical-align: middle;
  margin-top: 6px;
  position: absolute;
  left: 0;
  background-image:url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/images/check-icon.png);
  background-repeat:no-repeat;
  background-size:cover;
}


.ref_chckrow2 ul li {  
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 26px;
  width: calc(70% + 87px);
  padding-bottom: 1rem;
  margin-left: 00;
  position: relative;
  padding-left: 36px;
}

.ref_chckrow2 h5{
  margin-top:0;
  font-weight: bold;
  letter-spacing: 2.22px;
  margin-bottom: 1rem;  
  font-size: 20px;
  line-height: 26px;
}

.ref_chckrow2 p {
  color: #ffffff;
  font-size: 20px;
}

@media(max-width:1199px){
  .ref_chckrow5 p {
    margin-bottom: 0.5em;
  }

  .ft_copyright {
    display: flex !important;
    align-items: center;
  }

  .ft_copyright p {
    margin-bottom: 0.5em;
  }

  .ref_chckrow4 .dnd-section > .row-fluid > .dnd-column > div:nth-child(2) {
    margin: 8px 0 17px;
  }

  .ref_chckrow2 h2 {
    margin-bottom: 20px;
  }

  .ref_chckrow4 .logo-slider .wpb_single_image {
    margin-bottom: 0;
  }

  .ref_chckrow3 #carrousel_quotes_home .inner-wrapper {
    width: 83.33333333%;
    margin: 0 auto;
    float: none;
  }
}

@media(max-width:767px){
  .ref_chckrow1 .row-fluid .span5 {
    width: 100%;
    margin: 38px 0 0;
  }

  .ref_chckrow3 #carrousel_quotes_home .inner-wrapper {
    width: 100%;
  }

  .footer_v2 .span4 {
    width: 100%;
  }

  .footer_v2 .row-fluid {
    display: block;
  } 
  .ref_chckrow2 ul li {    
    width: calc(100% - 40px);
    float: left;
  }

  .ref_chckrow2 ul li:before {
    margin-right: 0;
  }

  .ref_chckrow2 ul li {
    padding-left: 29px;
    width: calc(100% );
  }


  .ref_chckrow3 #carrousel_quotes_home p.bio+div {
    flex-direction: row;
  }
  .ref_chckrow4 .logo-slider figure { 
    text-align: center;
  }

  .ref_chckrow4 .logo-slider .wpb_single_image {
    text-align: center;
  }

  .ref_chckrow4 .logo-slider>.row{
    padding-bottom: 0; 
  }
}








/*============Demo On Demand page Style=========*/

.cod-row1 {
  padding-top: 21px;
}
.cod-page .dnd-section {
  padding-bottom: 0px;
  padding-top: 0px;
}
.cod-row1 .dnd-section > .row-fluid{
  padding-left: 0;
  padding-right: 0;
}
.cod-row1 .vc_col-lg-4, .cod-row1 .vc_col-lg-7{
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: flex-start;
}
.cod-row1 .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  z-index: 1;
  justify-content: flex-start;
}
.codrow-left {
  margin-top: 50px;
  margin-right: -12px;
  width: 100%;
}
.cod-row1 .codrow-left h2 {
  display: inline-block;
  font-weight: 900;
  color: rgb(24, 27, 49);
  margin-top: -70px;
  margin-bottom: 0px;
  font-size: 58px;
}
.cod-row1 .codrow-left h4 {
  padding-top: 10px;
  margin-bottom: .5em;
  font-size: 18px;
  line-height: 1.55em;
  margin-top: 0;
}
.cod-row1 .codrow-left h4:first-of-type {
  padding-top: 25px;
}
.cod-row1 .codrow-left h2 > span,
.cod-row1 .codrow-left h4 > span{
  position: relative;
  display: inline-block;
}
.codrow-right {
  width: 100%;
}
.cod-form .hs_cos_wrapper_type_form {
  max-width: 100%;
}
.cod-form form {
  margin-bottom: 25px;
}
.cod-form form fieldset{
  max-width: 100%;
}
.cod-form form fieldset.form-columns-0 {
  margin-bottom: 25px;
}
.cod-form form .hs-form-field > label{
  display: none;
}
.cod-form form .hs-form-field > .input{
  margin-right: 0 !important;
}
.cod-form form fieldset .form-columns-2 .hs_company{
  padding-right: 15px;
}
.cod-form form fieldset.form-columns-2 .hs_company {
  padding-right: 15px;
}
.cod-form form fieldset.form-columns-2 .hs_jobtitle {
  padding-left: 15px;
}
.cod-form form textarea {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  height: 55.4px;
}
.cod-form form .hs-button{
  margin-top: 0;
}
.cod-row2{
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
  text-align: center;
}
.cod-row2 h2 {
  display: inline-block;
  margin-top: 39px;
  margin-bottom: 0.5em;
}
.cod-row2 .hs_cos_wrapper_type_linked_image{
  display: block;
  margin-top: -28px;
  margin-bottom: 5px;
}
.cod-row2 .hs_cos_wrapper_type_linked_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.cod-row3{
  padding-top: 5px;
  padding-bottom: 30px;
}
.cod-row3 .dnd-column {
  width: auto;
  margin-left: -15px !important;
  margin-right: -15px;
}
.cod-row3 .dnd-column > .dnd-row .span4{
  width: 100%;
  float: none;
  position: relative;
  min-height: 1px;
  margin-left: 0;
}
.cod-row3 .dnd-column > .dnd-row{
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}
.cod-page .main-content-wrapper {
  padding-bottom: 42px;
}
.cod-row1 .codrow-left figure {
  margin-top: 20px;
}
.cod-row1 .codrow-left figure img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}


/*====== Integration Slack Page Style ======*/

.integration-slack-page .dnd-section {
  padding: 10px;
}
.integration-slack-page .body-container-wrapper {
  margin-top: 120px;
}
.isp-row > .row-fluid-wrapper {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.isp-row.isp-row12 > .row-fluid-wrapper{
  max-width: 772px;
}
.isp-row .dnd-section > .row-fluid{
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.isp-row .hs_cos_wrapper_type_linked_image {
  display: block;
  text-align: center;
}
.isp-row.isp-row11 .hs_cos_wrapper_type_linked_image {
  margin-bottom: 70px;
}
.isp-row .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
  display: inline-block;
}
.img_shadow .hs_cos_wrapper_type_linked_image img{
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #7a7a7a;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.isp-row.isp-row4 .hs_cos_wrapper_type_linked_image img,
.isp-row.isp-row6 .hs_cos_wrapper_type_linked_image img,
.isp-row.isp-row9 .hs_cos_wrapper_type_linked_image img{
  width: 768px;
}
.isp-row.isp-row7 .hs_cos_wrapper_type_linked_image img{
  width: 279px;
}
.isp-row .hs_cos_wrapper_type_rich_text p{
  margin-bottom: 1.3em;
}
.isp-row .hs_cos_wrapper_type_rich_text p > span{
  font-family: arial, helvetica, sans-serif;
  color: #333333;
  font-size: 12pt;
}
.isp-row.isp-row2 .hs_cos_wrapper_type_rich_text p > span{
  font-size: 24pt;
}
.isp-row12 .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: block;
}
.isp-row12 a.green_btn {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  width: auto;
  font-size: 16px;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 400;
  background-color: rgb(12,166,120);
  margin-bottom: 20px;
}


/*====== Us Election Page Style ======*/

.us-election-page.custom-page .row-fluid [class*="span"] {
  min-height: 0;
}
.us-election-page .dnd-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.usp-row1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ededed;
}
.usp-row .hs_cos_wrapper_type_linked_image{
  display: block;
}
.usp-row1 .hs_cos_wrapper_type_linked_image {
  margin-top: -40px;
}
.usp-row .hs_cos_wrapper_type_linked_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.usp-row3 .dnd-column {
  margin-left: -15px !important;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.usp-row3 .dnd-column .dnd-row {
  position: relative;
  min-height: 1px;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.usp-row3 .dnd-column .dnd-row > .row-fluid {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.usp-row3 .dnd-column .dnd-row:first-child p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  padding-bottom: 30px;
}
.usp-row3 .hs_cos_wrapper_type_rich_text{
  display: block;
}
.usp-row3 .hs_cos_wrapper_type_rich_text img {
  margin-bottom: 10px;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.usp-row3 .hs_cos_wrapper_type_rich_text h2{
  font-size: 22px;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: center;
}
.usp-row3 .hs_cos_wrapper_type_rich_text h6{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 13px;
  border-radius: 3px;
  margin-bottom: 4px;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
}


.usp-row3 .hs_cos_wrapper_type_form{
  padding: 5px 35px 15px 35px;
  box-shadow: 0px 0px 15px 3px rgb(238 239 244);
  border: 2px solid rgba(159,167,198,0.18);
  border-radius: 5px;
  max-width: 100%;
  margin-bottom: 0;
}
.usp-row3 form{
  padding-bottom: 30px;
  margin-top: 35px;
  position: relative;
}
.usp-row3 form fieldset{
  max-width: 100%;
}
.usp-row3 form .hs-form-field > label{
  display: none;
}
.usp-row3 form .hs-form-field > .input{
  margin-right: 0 !important;
}
.usp-row3 form fieldset.form-columns-2 > .hs-form-field:first-child{
  padding-right: 15px;
}
.usp-row3 form fieldset.form-columns-2 > .hs-form-field:last-child {
  padding-left: 15px;
}
.usp-row3 form textarea, .usp-row3 form .hs-input{
  border-width: 2px;
}
.usp-row3 form .hs_message {
  margin-top: -10px;
}
.usp-row3 form textarea {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  height: 56.4px;
  color: #9ea7c5;
}
.usp-row3 form .hs-button{
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}
.usp-row3 form select {
  appearance: none;
  -webkit-appearance: none;
}
.usp-row3 form .hs_candidate > .input{
  position: relative;
}
.usp-row3 form .hs_candidate > .input:after {
  content: '';
  display: block;
  background-image: url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/images/ui-icons_777777_256x240.png);
  background-position: -65px -16px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.usp-row3 form .hs_candidate > .input:hover:after {
  background-image: url(//6505041.fs1.hubspotusercontent-na1.net/hubfs/6505041/raw_assets/public/Crosschq_May2021/images/ui-icons_555555_256x240.png);
}
.usp-row3 form select:hover {
  color: rgb(40, 46, 56);
  border-color: rgb(40, 46, 56);
}

.usp-row3 form select option:first-child{
  display: none;
}
.usp-row3 form select option:hover {
  background-color: #ededed;
  border-color: #ededed;
  color: #000;
}
.usp-row3 form .hs-richtext {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.usp-row3 form .hs-richtext p {
  text-align: right;
  margin: -23px 0 0 0;
  font-size: 85%;
  color: #00d3c5;
  font-weight: bold;
}


.usp-row2 .dnd-column {
  margin-left: -15px !important;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}
.usp-row2 .dnd-column .dnd-row {
  position: relative;
  min-height: 0px;
  display: flex;
  align-items: center;
  width: 100%;
}
.usp-row2 .dnd-column .dnd-row:first-child{
  align-items: center;
}
.usp-row2 .dnd-column .dnd-row > .row-fluid {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.usp-row2 .hs_cos_wrapper_type_rich_text *{
  color: #fff;
}
.usp-row2 .hs_cos_wrapper_type_rich_text p{
  display: block;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
}
.usp-row2 .hs_cos_wrapper_type_rich_text p > span{
  position: relative;
  display: inline-block;
}


/*====== New Hire Page Style ======*/

.new-hire-page .custom-header .hnotifybar {
  display: none;
}
.new-hire-page .body-container-wrapper {
  padding-bottom: 90px;
}
.new-hire-page .dnd-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nhp-row1 .vc_col-lg-4, .nhp-row1 .vc_col-lg-7 {
  align-items: center;
}
.nhp-row1 .vc_column-inner {
  justify-content: center;
}
.nhp-row1 .codrow-left {
  margin-right: -12px;
}
.nhp-row1 .hs_cos_wrapper_type_rich_text{
  display: block;
}
.cod-row1.nhp-row1 .codrow-left h4 {
  padding-top: 32px;
  padding-bottom: 28px;
}
.nhp-row1 .codrow-left h4 > span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.45em;
  margin-bottom: 0.5em;
}
.nhp-row1 .codrow-left ul {
  font-size: 16px;
  line-height: 1.45em;
  padding-bottom: 29px;
  margin-bottom: 0;
  position: relative;
  left: 3px;
}

.nhp-row2 {
  margin-top: 0px;
  margin-bottom: 35px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.nhp-row2 .hs_cos_wrapper_type_rich_text{
  display: block;
  text-align: center;
}
.nhp-row2 .hs_cos_wrapper_type_rich_text h2{
  margin-top: 18px;
  margin-bottom: 0.5em;
}
.nhp-row2 .hs_cos_wrapper_type_rich_text h2 + p {
  display: inline-block;
  line-height: 1em;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 19px;
}
.nhp-row2 .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-top: -50px;
  margin-bottom: 5px;
}
.nhp-row2 .hs_cos_wrapper_type_linked_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.nhp-row2 .hs_cos_wrapper_type_rich_text h5 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.black_btn {
  line-height: 1em;
  display: inline-block;
  text-align: center;
  background-color: #282e38;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}
.nhp-row2 .hs_cos_wrapper_type_rich_text h5 + .black_btn + .black_btn {
  margin: 0 15px;
}
.black_btn:hover, .black_btn:focus{
  color: white;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cod-row3 .dnd-column > .dnd-row .span4{
    width: 33.33333333%;
    float: left;
  }
  .cod-row3 .dnd-column > .dnd-row:first-child .span4{
    width: 100%;
  }
  .usp-row3 .dnd-column .dnd-row,
  .usp-row2 .dnd-column .dnd-row{
    float: left;
  }
  .usp-row3 .dnd-column .dnd-row:nth-child(4){
    width: 100%;
  }
}

@media (min-width: 992px) {
  .cod-row2{
    margin-top: 20px;
    margin-bottom: 35px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cod-row3 .dnd-column > .dnd-row .span4{
    width: 33.33333333% !important;
    float: left;
  }
  .cod-row3 .dnd-column > .dnd-row{
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .cod-row1 .codrow-left h4{
    padding-right: 15%;
    padding-left: 0px;
  }
  .usp-row3 .dnd-column .dnd-row:first-child{
    margin-left: 8.33333333%;
    width: 83.33333333%;
  }
  .usp-row3 .dnd-column .dnd-row:nth-child(2),
  .usp-row3 .dnd-column .dnd-row:nth-child(3){
    width: 20%;
  }
  .usp-row3 .dnd-column .dnd-row:nth-child(4){
    width: 50%;
    margin-left: 8.33333333%;
  }
  .usp-row2 .dnd-column .dnd-row{
    width: 33.33333333%;
  }
  .usp-row2 .dnd-column .dnd-row:first-child{
    margin-left: 16.66666667%;
  }
  .usp-row1 {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .usp-row3 .dnd-column .dnd-row:nth-child(2) .hs_cos_wrapper_type_rich_text,
  .usp-row3 .dnd-column .dnd-row:nth-child(3) .hs_cos_wrapper_type_rich_text{
    padding-right: 10px;
    padding-left: 10px;
  }
  .nhp-row2 {
    margin-top: 20px;
    margin-bottom: 35px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .nhp-row2 .hs_cos_wrapper_type_rich_text h2 + p{
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .cod-row1 .vc_col-lg-7 {
    width: 58.33333333%;
    float: left;
  }
  .cod-row2{
    padding-bottom: 0px;
    text-align: center;
  }
  .cod-row1 .codrow-left h4{
    padding-right: 0px;
    padding-left: 0px;
  }
  .integration-slack-page .body-container-wrapper {
    margin-top: -19px;
  }
  .usp-row1 .hs_cos_wrapper_type_linked_image {
    margin-top: -44px;
  }
  .usp-row1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 1199.5px) {
  .codrow-left {
    margin-right: 0;
  }
  .cod-row1 {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .cod-row2 h2 {
    margin-top: 40px;
  }
  .cod-row2 .hs_cos_wrapper_type_linked_image {
    margin-top: -27px;
  }
  .usp-row1 {
    margin-top: 65px;
  }
}

@media (max-width: 991.5px) {
  .cod-form form fieldset.form-columns-2 .hs_company,
  .usp-row3 form fieldset.form-columns-2 > .hs-form-field:first-child{
    padding-right: 0;
  }
  .cod-form form fieldset.form-columns-2 .hs_jobtitle,
  .usp-row3 form fieldset.form-columns-2 > .hs-form-field:last-child{
    padding-left: 0;
  }
  .cod-form form fieldset.form-columns-2 .hs-form-field,
  .usp-row3 form fieldset.form-columns-2 > .hs-form-field{
    width: 100%;
  }
  .cod-row2 h2 {
    margin-top: 48px;
  }
  .cod-row2 .hs_cos_wrapper_type_linked_image {
    margin-top: -13px;
    margin-bottom: -50px;
  }
  .cod-row3 .dnd-column > .dnd-row:not(:first-child){
    padding-top: 7px;
  }
  .cod-row3 {
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .usp-row2 .dnd-column .dnd-row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .usp-row2 .dnd-column .dnd-row > .row-fluid {
    padding-right: 55px;
    padding-left: 55px;
  }
  .usp-row .hs_cos_wrapper_type_linked_image {
    margin-bottom: -15px;
    margin-top: 10px;
  }
  .usp-row2 .hs_cos_wrapper_type_rich_text p {
    margin-top: 25px;
  }
  .usp-row3 .dnd-column .dnd-row:nth-child(2), 
  .usp-row3 .dnd-column .dnd-row:nth-child(3) {
    width: 50%;
  }
  .usp-row3 .hs_cos_wrapper_type_rich_text h6 {
    font-size: 9px;
    margin-bottom: 40px;
  }
  .nhp-row2 .hs_cos_wrapper_type_rich_text h2 + p {
    padding-bottom: 15px;
    margin-top: 0;
  }
  .nhp-row2 .hs_cos_wrapper_type_linked_image {
    margin-top: 0;
    margin-bottom: 35px;
  }
  .nhp-row2 .hs_cos_wrapper_type_rich_text h5 {
    font-size: 16px;
  }
  .black_btn:not(:last-child) {
    margin-right: 6.1px;
  }
  .nhp-row2 .hs_cos_wrapper_type_rich_text h5 + .black_btn + .black_btn {
    margin-left: 15px;
    margin-right: 21.1px;
  }
  .black_btn{
    margin-bottom: 10px !important;
  }
  .new-hire-page .body-container-wrapper {
    padding-bottom: 110px;
  }
  .cod-page .main-content-wrapper {
    padding-bottom: 32px;
  }
}

@media (max-width: 767.5px) {
  .cod-row1 .vc_col-lg-4, .cod-row1 .vc_col-lg-7 {
    width: 100%;
  }
  .cod-row1 .page-center:before, 
  .cod-row1 .page-center:after {
    content: '';
    display: table;
  }
  .cod-row1 .page-center:after {
    clear: both;
  }
  .cod-row1 .page-center {
    flex-grow: 1;
  }
}


@media (max-width: 661px) {
  .nhp-row2 .hs_cos_wrapper_type_rich_text h2 {
    margin-top: 47px;
  }
}


@media (max-width: 479px) {
  .cod-row1 .page-center {
    max-width: 100%;
  }
  .cod-row1 .codrow-left h2 {
    font-size: 46px;
  }
  .usp-row3 .dnd-column .dnd-row:nth-child(2), 
  .usp-row3 .dnd-column .dnd-row:nth-child(3) {
    width: 100%;
  }
  .nhp-row1 .codrow-left ul {
    left: 0;
  }
  .cod-row1.nhp-row1 .codrow-left h2 {
    font-size: 58px;
  }
}

@media (max-width: 325px) {
  .cod-row1.nhp-row1 .codrow-left h4 {
    padding-bottom: 55px;
  }
  .nhp-row1 .codrow-left ul{
    padding-bottom: 56px;
  }
  .nhp-row2 .hs_cos_wrapper_type_rich_text h2 {
    margin-top: 47px;
  }
  .nhp-row2 .hs_cos_wrapper_type_rich_text h2 + p {
    padding-bottom: 38px;
    margin-top: 0;
  }
}


@media(max-width:767px){ 
  .container-fluid.hs-csup-page-section4 {
    margin-top: 0;
  }
}


.banner-section.custom-body h2 {
  font-weight: 900;
}

.anim-parent[data-custom-animations=true] {
  opacity: 1;
  visibility: visible;
}

.ref_chckrow1 select:hover, .ref_chckrow1 select:focus {
  color: rgb(24, 27, 49);
}

.ref_chckrow1 select {
  cursor: pointer;
}

@media(max-width:767px){ 
  .ref_chckrow2 > div {
    padding-right: 15px;
  }

  .cs_inner_page .feature_row .dnd-section>.row-fluid .dnd-column > div {
    padding: 0 20px;
  }

}

@media(max-width:380px){
  .orange_btn,
  .cta_btn{
    min-width: auto;
    width: 100%;
    max-width: 100%;
  } 
  .cs_inner_page   .cs_bnr .cs_sub_radius {
    padding: 10px 5px;
  }

} 

.container-fluid.hs-homepage-section4 .hs_cos_wrapper_type_header h2 {
  padding: 0 15px;
}
.main-content-wrapper form select:hover{
  cursor: pointer;
}
.demo-section1 form select:hover,
.hs-my-crosschq-page-section1 .hs_cos_wrapper_type_form select{
  color: rgba(24,27,49,1.0);
}
.hs-my-crosschq-page-section1 .hs_cos_wrapper_type_form .hs-input:focus {
  outline: none;
  border-color: #9c9eb1;
  color: #9c9eb1;
}
.container-fluid.hs-going-remote-page-section1 a.cta_button:hover,
.container-fluid.hs-going-remote-page-section1 a.cta_button:focus {
  background: #07a3e8;
  color: #fff;
  border: 1px solid #07a3e8;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
}
.container-fluid.hs-csup-page-section6 .span6 {
  height: inherit;
}
.container-fluid.hs-csup-page-section6 .dnd-section>.row-fluid > div > .dnd-row:not(:first-child) > div {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.container-fluid.hs-csup-page-section6 .span6 > div,
.container-fluid.hs-csup-page-section6 .span6 > div > div, 
.container-fluid.hs-csup-page-section6 .span6 > div > div > div,
.container-fluid.hs-csup-page-section6 .span6 > div > div > div > div {
  height: 100%;
  display: block;
}
.library_listing .banner-hero-wrapper .banner-left-col {
  position: relative;
  z-index: 3;
}
.container-fluid.hs-csup-page-section6 .hs_cos_wrapper_type_rich_text {
  height: inherit;
}
.IE .cloud-wrapper .iconbox{
  display:block;
}
.IE .hs-input,
.IE .footer_form .hs-input{
  color: #808291;
}
.IE .hs-input::placeholder{
  color: #808291;
}
.firefox .container-fluid.hs-homepage-section2 .dnd-section {
  padding-bottom: 30px;
}
.firefox .footer_form .container-fluid.hs-form-section_left {
  padding-top: 0;
}
.firefox .footer_form .hs_cos_wrapper_type_linked_image img {
  margin-top: 14px;
}
.mission-layout .container-fluid.hs-about-page-section1 .hs_cos_wrapper_type_text {
  font-size: 20px;
  line-height: normal;
}
@media(max-width:1199px){
  .IE .custom-header .hnotifybar{
    margin-top: 20px;
  }
  .IE .custom-header {
    top: 20px;
  }
  .IE .custom-header {
    top: 20px;
  }
  .IE .is-stuck {
    top: 0px;
    background: #fff;
    min-height: 74px;
    padding-top: 34px;
  }

}
@media(max-width:330px){
  .hs-about-page .about_section_4 .hs-button {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hs-about-page .about_section_4 .span6 div {
    display: block;
    width: 100%;
  }
}
@media(max-width:320px){
  .hs-demo-request-page #carrousel_quotes_home .ld-fancy-heading {
    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.
*********************************************************************************
****************************************************************************** */

.custom-header {
  font-family: Lato;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.main-header .header__container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
.mainbar {
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto;
}
.h-row{
  margin-left: -15px;
  margin-right: -15px;
}
.main-header .h-row{
  align-items: stretch;
  flex: 1 auto;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.hcol{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.main-header .hcol{
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  position: static;
}

.custom-logo {
  display: flex;
  align-items: center;
  flex: 1 0;
  position: relative;
  z-index: 10;
}


.main-menu .navigation-primary > ul {
  margin: 0px -20px 0 0;
  padding-top: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 13px;
  list-style: none;
}
.main-menu .navigation-primary > ul:before,
.main-menu .navigation-primary > ul:after{
  content: '';
  display: table;
}
.main-menu .navigation-primary > ul:after{
  clear: both;
}
.main-menu .navigation-primary > ul > li{
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.main-menu .navigation-primary > ul > li > a{
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex: 1 auto;
  flex-flow: row wrap;
  white-space: nowrap;
  padding: 10px 10px;
  font-weight: 600;
  letter-spacing: .05em;
}
.main-menu .navigation-primary > ul .link-txt {
  position: relative;
}
.main-menu .navigation-primary > ul .link-txt .txt {
  position: relative;
  z-index: 2;
}
.main-menu .navigation-primary > ul li > a .link-ext{
  z-index: 0;
}
.main-menu .navigation-primary > ul ul{
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.main-menu .navigation-primary > ul ul li{
  position: relative;
  font-size: 1em;
  line-height: normal;
}
.main-menu .navigation-primary > ul ul li a{
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  padding: 0.7em 2.5em;
  width: 100%;
}
.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.safari .cus-logo-wrapper a.h-logo{
  align-items:center;
}

/*=============Header Buttons Style=========*/

.header-module {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hbtncol .header-module {
  align-items: flex-end;
}
.header-module ~ .header-module {
  margin-left: 25px;
}
.hbtncol .signin {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s;
  inline-size: max-content;
  padding: 0.6em 1em;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  border: 3px solid #07a3e8;
}
.hbtncol .signin > span {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
}
.hbtncol .signin > span i {
  margin-left: 0.35em;
}


.hsignmenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  text-align: left;
  right: auto;
  left: 0;
}
.hsignmenu .hs-menu-wrapper{
  width: 210px;
  padding: 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.hsignmenu .hs-menu-wrapper > ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.hsignmenu .hs-menu-wrapper > ul > li{
  position: relative;
}
.hsignmenu .hs-menu-wrapper > ul > li > a{
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .1em;
}
.hsignmenu .hs-menu-wrapper > ul > li:not(:last-child) a {
  margin-bottom: 0.625em;
}


/*=============Notify Header Style=========*/

.hnotifybar {
  position: relative;
  z-index: 11;
}
.hnotifybar .header__container:before,
.hnotifybar .header__container:after{
  content: '';
  display: table;
}
.hnotifybar .header__container:after{
  clear: both;
}
.hnotifybar .h-row {
  flex: 1 auto;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.hnotifybar .secondarybar .hcol{
  padding-left: 0;
  padding-right: 0;
  float: none;
  text-align: center;
  position: relative;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
.hnotifybar .secondarybar .hnotify-content{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px auto;
}
.hnotifybar .secondarybar .hnotify-content p{
  margin: 0;
}
.hnotifybar .secondarybar .hnotify-content p > span,
.hnotifybar .secondarybar .hnotify-content p > span a{
  font-weight: bold;
}
.hnotifybar .secondarybar .hnotify-content p > span > a > span{
  text-decoration: underline;
}



/*=============Mobile Menu Style=========*/

html.overflow-none {
  overflow: hidden;
}
.mobile_menu {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  position: static;
  flex: 1 auto;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
  min-height: 0;
  display: none;
}
.mobile_menu .navigation-primary {
  width: 100vw;
  max-height: 70vh;
  box-shadow: 0 10px 50px rgb(0 0 0 / 5%);
  padding-bottom: 75px;
  background-color: #ffffff;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile_menu .navigation-primary > ul{
  flex: 1 auto;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0;
  text-align: left;
  margin: 0px -20px 0 0;
  padding-top: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 13px;
}
.mobile_menu .navigation-primary > ul:before,
.mobile_menu .navigation-primary > ul:after{
  content: '';
  display: table;
}
.mobile_menu .navigation-primary > ul:after{
  clear: both;
}
.mobile_menu .navigation-primary > ul > li{
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.mobile_menu .navigation-primary > ul > li > a{
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  flex: 1 auto;
  flex-flow: row wrap;
  padding: 10px 10px;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  font-weight: 400;
  letter-spacing: .1em;
  white-space: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  align-items: center;
  display: flex;
}
.mobile_menu .navigation-primary > ul .link-txt {
  position: relative;
}
.mobile_menu .navigation-primary > ul .link-ext {
  z-index: 0;
}
.mobile_menu .navigation-primary > ul .link-txt .txt {
  color: #282e38 !important;
  font-weight: 500;
  font-size: 125%;
}

.mobile_menu .submenu-expander {
  display: none;
  position: absolute;
  top: 50%;
  left: auto;
  z-index: 3;
  font-size: 18px;
  width: 36px;
  height: 36px;
  margin-left: 18px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile_menu .navigation-primary > ul li.has-submenu > a .submenu-expander{
  display: inline-flex;
}
.mobile_menu .navigation-primary > ul > li.mctabtn > a{
  display: none;
}
.mobile_menu .navigation-primary > ul > li.mctabtn,
.mobile_menu .navigation-primary > ul > li.Sign.In{
  margin-bottom: 10px;
  border-radius: 6px;
  width: 40%;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
.mobile_menu .navigation-primary > ul > li.mctabtn{
  background-color: #08d3c5;
}
.mobile_menu .navigation-primary > ul > li.Sign.In{
  background-color: #07a3e8;
}
.mobile_menu .navigation-primary > ul > li.Sign.In > a .link-txt .txt {
  font-weight: 600;
  color: white !important;
  padding-left: 5px;
  font-size: 110%;
}
.mobile_menu .navigation-primary > ul > li.Sign.In > a .submenu-expander {
  background-color: #06a3e8;
  left: 130%;
  color: #fff;
}

.mobile_menu .navigation-primary > ul > li.mctabtn .cta_button {
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  flex: 1 auto;
  flex-flow: row wrap;
  padding: 10px 10px;
  line-height: inherit;
  text-transform: inherit;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: .1em;
  border-color: rgba(255, 255, 255, 0.5);
  display: flex;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  align-items: center;
  white-space: normal;
  box-shadow: none;
  box-sizing: border-box !important;
  border-radius: 0px;
  background-color: transparent;
}
.mobile_menu .navigation-primary > ul > li.mctabtn .cta_button > span {
  position: relative;
  padding: 0;
  margin: 0;
  display: initial;
}
.mobile_menu .navigation-primary > ul > li.mctabtn .cta_button > span .btn-txt {
  font-weight: 600;
  color: white;
  padding-left: 5px;
  font-size: 110%;
}
.mobile_menu .navigation-primary > ul > li.mctabtn .cta_button:hover {
  transform: none;
  box-shadow: none;
  background-color: transparent;
}

.mobile_menu .navigation-primary > ul ul {
  display: none;
  min-width: 0;
  padding: 15px 0;
  border-radius: 0;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  visibility: visible;
  text-align: inherit;
  box-shadow: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  list-style: none;
  margin: 0;
  margin-left: -25px !important;
  background-color: #fff;
}
.mobile_menu .navigation-primary > ul ul li{
  position: relative;
  font-size: 1em;
  line-height: normal;
}
.mobile_menu .navigation-primary > ul ul li a{
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
  display: block;
  padding: 8px 35px;
}
.mobile_menu .navigation-primary > ul > li.Sign.In ul .link-txt .txt {
  font-weight: 600;
  color: #07a3e8 !important;
  padding-left: 5px;
  font-size: 110%;
}

.main-header.is-stuck .hbtncol .signin > span {
  color: rgba(255, 255, 255, 0.8) !important;
}
.main-menu .navigation-primary > ul > li > a.active-branch .link-ext {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.IE .main-header .hcol{
  margin-right: -60px;
}
/*=============Fixed Header Style=========*/

.is-stuck {
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}


@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


@media (min-width: 1200px) {
  .is-stuck {
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
  }
}



@media screen and (min-width: 768px) { 
  .hcol{
    float: left;
  }
  .mobile_menu {
    float: left;
  }
}

@media screen and (min-width: 992px) { 
  .custom-logo{
    float: left;
  }
}

@media screen and (min-width: 1200px) {
  .cs-main-content {
    /* padding-top: 139px; */
  }
  body.lp-open .cs-main-content {
    padding-top: 97px;
  }
  .custom-header .mobile_menu{
    display: none;
  }
  .mobile_trigger{
    display: none;
  }
  .main-header .h-row {
    align-items: stretch !important;
  }
  .main-header .hcol{
    flex-flow: row nowrap;
  }
  .main-header .hmenucol,
  .main-header .hbtncol{
    justify-content: flex-end;
  }
  .custom-logo {
    flex-basis: auto;
  }
  .hmenucol > .main-menu{

  }
  .hmenucol > .main-menu > div{
    height: 100%;
    width: 100%;
  }
  .main-menu .navigation-primary{
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    align-items: stretch;
    position: static;
    flex-flow: row nowrap;
    justify-content: flex-end;
    height: 100%;
  }
  .main-menu .navigation-primary > ul{
    width: 106%;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    text-align: center;
  }
  .main-menu .navigation-primary > ul > li{
    align-items: center;
    margin-bottom: 1em;
  }
  .main-menu .navigation-primary > ul > li > a{
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .main-menu .navigation-primary > ul li > a .submenu-expander{
    display: none;
  }
  .main-menu .navigation-primary > ul > li > a .link-ext{
    display: inline-block;
    width: 100%;
    height: 0.0625em;
    min-height: 1px;
    position: absolute;
    bottom: -0.1875em;
    left: 0;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
  }
  .main-menu .navigation-primary > ul > li > a:hover .link-ext,
  .main-menu .navigation-primary > ul > li.clicked > a .link-ext,
  .main-menu .navigation-primary > ul > li > a.active-item .link-ext{
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .main-menu .navigation-primary > ul:hover > li > a {
    opacity: 0.35;
  }
  .main-menu .navigation-primary > ul:hover > li:hover > a {
    opacity: 1;
  }

  .main-menu .navigation-primary > ul ul{
    text-align: left;
    -webkit-transform: translateZ(2px);
    transform: translateZ(2px);
    border-radius: 5px;
    min-width: 232px;
    margin-left: -25px !important;
    width: auto !important;
    display: none;
    padding: 0.625em 0 0;
    position: fixed!important;
    top: 110px!important;
    left: auto!important;
    visibility: visible!important;
    font-size: 13px;
    z-index: 99999;
    border: 1px solid #eee;
    box-shadow: 3px 3px 12px 4px #0000000a;
    line-height: 1.5em;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .main-menu .navigation-primary > ul ul li{
    width: auto ;
    padding: 0.5em;
    font-size: 1em;
    display: block;
    font-weight: 400;
  }

  .hnotifybar .secondarybar .hcol{
    justify-content: center;
  }
  .hbtncol .header-module{
    align-items: flex-end;
  }
}

@media screen and (max-width: 1199.5px) {
  body.mfixed-head .cs-main-content {
    padding-top: 74px;
  }
  .custom-header {
    position: relative;
    top: auto;
    left: auto;
  }
  .main-header .header__container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .main-header .h-row {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-header .hlogocol {
    flex: 1 auto;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
  }
  .custom-logo {
    padding-left: 25px;
    padding-right: 25px;
    justify-content: space-between;
    background-color: #fff;
  }

  .main-header .hmenucol, .main-header .hbtncol{
    display: none;
  }
  .mobile_trigger {
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    position: relative;
    float: right;
    border-radius: 4px;
    padding: 0;
    border: none;
    background: none;
    background-color: transparent;
    box-shadow: none;
    color: #000;
    flex-flow: row wrap;
    align-items: center;
    display: flex;
    flex: 0 0 33.3333333333%;
    order: 3;
    margin: 0;
    justify-content: flex-end;
  }
  .mobile_trigger .bars {
    align-items: inherit;
    justify-content: inherit;
    display: flex;
    flex-flow: column nowrap;
    width: 20px;
    height: 15px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all 0.45s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s;
  }
  .mobile_trigger .bars .bar {
    display: inline-block;
    flex-flow: inherit;
    align-items: inherit;
    justify-content: inherit;
    background-color: #000;
    width: 20px;
    height: 2px;
    border-radius: 50em;
    margin-bottom: 4.25px;
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    transition: all 0.3s ease;
  }
  .mobile_trigger .bars .bar:first-child, 
  .mobile_trigger .bars .bar:last-child {
    transition-delay: 0.15s;
  }
  .mobile_trigger .bars .bar:last-child{
    margin-bottom: 0;
  }
  .mobile_trigger .bars .bar:nth-child(2) {
    width: 16px;
    margin-right: auto;
  }
  .mobile_trigger .bars .bar:nth-child(2):before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    background-color: inherit;
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  .mobile_open .mobile_trigger .bars .bar:first-child, 
  .mobile_open .mobile_trigger .bars .bar:last-child {
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .mobile_open .mobile_trigger .bars .bar:first-child {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .mobile_open .mobile_trigger .bars .bar:last-child {
    margin-bottom: 0;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  .mobile_open .mobile_trigger .bars .bar:nth-child(2) {
    width: 22px;
    margin-right: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .mobile_open .mobile_trigger .bars .bar:nth-child(2):before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

}

@media screen and (max-width: 991.5px) {
  .hnotifybar .secondarybar .hcol {
    width: 100%;
    flex-wrap: wrap;
    flex: 1 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 380px) {
  .mobile_menu .navigation-primary > ul > li.Sign.In > a .submenu-expander {
    margin-left: 0;
  }
}

@media(max-width:320px){

  .mobile_menu .navigation-primary > ul > li.Sign.In > a .submenu-expander {
    right: 0;
    left: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.custom-footer{
  font-family: Lato;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 400;
}
.footer__container:before,
.footer__container:after,
.footer-row:before,
.footer-row:after,
.fcolinner:before,
.fcolinner:after{
  content: '';
  display: table;
}
.footer__container:after,
.footer-row:after,
.fcolinner:after{
  clear: both;
}
.bottom-footer .fcolinner:before,
.bottom-footer .fcolinner:after{
  content: none;
}
.footer-row {
  margin-left: -15px;
  margin-right: -15px;
}
.bottom-footer .footer-row {
  display: flex;
  flex-wrap: wrap;
}
.fcol{
  position: relative;
  min-height: 1px;
  float: left;
}
.fcol12 {
  width: 100%;
}
.fcolinner{
  display: inline-grid;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.footer-copyright{
  margin-bottom: 10px;
}
.footer-copyright p{
  margin-bottom: 0;
  margin-top: 10px;
}
.footer-copyright p span{
  font-size: 14px;
}
.fm-margin {
  margin-bottom: 30px;
}
.fmtitle h3{
  font-size: 17px;
  font-family: Lato;
  font-weight: 700;
  line-height: 1.7;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.fmtitle h3 > span {
  position: relative;
  display: inline-block;
}
.fmmenu .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.fmmenu .hs-menu-wrapper > ul > li{
  display: block;
}
.fmmenu .hs-menu-wrapper > ul > li > a{
  transition: all 0.3s;
  text-decoration: none;
  line-height: 1.6em;
  display: block;
  font-size: 14px;
}
.fmaddress p{
  font-size: 14px;
  margin-bottom: 0;
}
.fmblank .fm-margin {
  margin-bottom: -10px;
}
.fmblank .fmbordert{
  border-top: 1px solid #2f3643;
}


.top-footer {
  padding-bottom: 0px;
}
.topfflex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.topfflex.audio-wrapper {
    padding-top: 20px;
}
.footer-logo {
  margin-top: 7px;
}
.footer-logo > div, .footer-logo > span {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}
.footer-logo > div > span, .footer-logo > span > span {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.footer-logo img{
  max-width: 160px;
  vertical-align: top;
  height: auto;
}
.ftcontent h6 {
  font-size: 13px;
  line-height: 1.4em;
  margin-bottom: 5px;
  margin-top: 0;
}
.ftcontent p {
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 0;
}
.topfflex .fcol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-footer .topfflex .fcolinner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-footer .topfflex .fcolinner > div {
  width: 100%;
}
.ftcontent p {
  color: #7c8491;
}
.femail-form {
  position: relative;
  margin-bottom: 2em;
}
.femail-form h3.form-title:empty{
  display: none;
}
.femail-form form {
  position: relative;
}
.femail-form form > .hs-form-field {
  line-height: 1.5em;
  margin-bottom: 20px;
  position: relative;
}
.femail-form form > .hs-form-field > label {
  display: none;
}
.femail-form form input[type="email"] {
  font-size: small;
  padding: 0 1.2em;
  height: 35px;
  margin-bottom: 0;
  border-width: 1px;
  border-radius: 4px;
  line-height: 1.5em;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.femail-form form .hs_submit {
  position: absolute;
  bottom: 0;
  right: 0;
  min-height: 100%;
  max-height: 100%;
  font-family: inherit;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 22px;
  height: 35px;
  font-size: 28px;
  line-height: 1em;
}
.femail-form form .hs_submit .actions {
  display: inline-block;
  vertical-align: middle;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  line-height: 1em;
  font-size: 1.1em;
  margin-top: -1px;
}
.femail-form form .hs_submit:hover .actions {
  -webkit-transform: translate3d(2px, 0, 0);
  transform: translate3d(2px, 0, 0);
}
.femail-form form .hs_submit .actions:before {
  font-family: 'liquid-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  content: "\f119";
}
.femail-form form input[type="submit"] {
  height: 33px;
  margin-top: 0;
  text-indent: -10000px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  opacity: 0;
}
.fmformcol .fm-margin {
  margin-bottom: 0;
}
.femail-form form .hs_error_rollup{
  display: none;
}
.femail-form form .hs-error-msgs label {
  position: absolute;
}

.fmsocialcol{
  display: none;
}
.fbsocialcol {
  text-align: right;
}

.fmsocialcol .footer-social-wrapper .fcol5,
.fmsocialcol .footer-social-wrapper .fcol6{
	width: 100%!important;
	float: none!important;
}
.fmsocialcol .footer-social-wrapper .fcol6 .fsocialcol{
	margin-top: 0!important;
    margin-left: 0!important;
}
.middle-footer .fmformcol form ul.hs-error-msgs label{
	font-size: 12px;
}


@media (min-width: 768px){
  .fcol5 {
    width: 41.66666667%;
  }
  .fcol{
    float: left;
  }
  .fcol6 {
    width: 50%;
  }
}


@media (min-width: 992px){
  .fcol{
    float: left;
  }
  .fcol6 {
    width: 50%;
  }
  .fcol3 {
    width: 20%;
  }
	.middle-footer .footer-row .fcol3{
		width: 20%;
	}
  .fmformcol .fmtitle h3{
    margin-bottom: 0.25em;
  }
  .top-footer .tcolmbl{
    display: none;
  }
}

@media (min-width: 1200px){
  .fmsocial {
    margin-top: -30px;
  }
  .fbsocialcol{
    display: none;
  }
  .fmsocialcol{
    display: block;
  }
}

@media (max-width: 1199.5px){
  .top-footer {
    padding-top: 10px;
  }
  .bottom-footer .footer-row > .fcol {
    display: flex;
    align-items: center;
  }
  .bottom-footer .footer-row > .fcol > .fcolinner {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    z-index: 1;
    justify-content: center;
  }
  .bottom-footer .footer-row > .fcol > .fcolinner > div {
    width: 100%;
  }
}

@media (max-width: 991.5px){
  .middle-footer .fmmenucol,
  .top-footer .tcol3,
  .top-footer .tcoldesk{
    display: none;
  }
  .middle-footer .fcol3,
  .top-footer .fcol3{
    width: 50%;
  }
  .top-footer .tcolmbl{
    width: 41.66666667%;
  }
  .footer-logo img {
    max-width: 130px;
  }
  .top-footer .tcolmbl p {
    font-size: 13px;
    line-height: 1.4em;
    margin: 6px 5px 10px;
  }
  .footer-logo {
    margin-top: -7px;
  }
  .top-footer {
    padding-top: 3px;
  }
}

@media (max-width: 767.5px){
  .bottom-footer .fbsocialcol {
    display: none !important;
  }
	.footer-row {
  margin-left: 0;
  margin-right: 0;
}
  .middle-footer .fmformcol {
    display: none;
  }
  .middle-footer .fmsocialcol {
    display: block;
    width: 41.66666667%;
  }
  .middle-footer .fmaddresscol {
    width: 58.33333333%;
  }
  .top-footer .tcolmbl, .top-footer .tcollogo {
    width: 100%;
  }
  .top-footer .tcolmbl .ftcontent1 {
    margin-top: -7px;
  }
  .footer-logo {
    margin-top: 0;
  }
  .top-footer {
    padding-top: 15px;
  }
}

@media (max-width: 320.5px){
  .top-footer .tcolmbl p br {
    display: none;
  } 
}
/* ******************************************************************************
*********************************************************************************
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 */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.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 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.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;
  background-color: #F8FAFC;
  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 .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.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;
}


/*======Custom BLog Style========*/

/*======Blog Banner Style========*/

.blog_banner {
  margin-top: -4px;
}
.banner-hero-wrapper {
  padding-bottom: 15px;
  /* background-color: #fff; */
  position: relative;
  z-index: 2;
}
.banner-hero-wrapper .banner-left-col {
  align-items: flex-start;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
.banner-hero-wrapper .banner-right-col {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.banner-hero-wrapper .banner-left-col .vc_column-inner {
  justify-content: flex-start;
  flex-grow: 1;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.banner-hero-wrapper .banner-left-col .col-wrapper {
  width: 100%;
  margin-top: 50px;
  margin-right: -12px;
}
.banner-hero-wrapper h2 {
  display: inline-block;
  font-size: 68px;
  font-weight: 900;
  color: #282e38;
  margin-bottom: 0px;
  margin-top: -70px;
}
.blog_banner .banner-hero-wrapper h2 {
  font-size: 68px;
  font-weight: 900;
  color: #282e38;
  font-family: Lato;
}
.banner-hero-wrapper h4 {
  display: inline-block;
  margin-top: 1.5em!Important;
}
.blog_banner .banner-hero-wrapper h4 {
  margin-top: 35px !important;
}
.banner-hero-wrapper .banner-right-col .vc_column-inner {
  flex-grow: 1;
  z-index: 1;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.banner-hero-wrapper .banner-right-col .vc_column-inner > div {
  display: block;
  position: relative;
}
.banner-hero-wrapper .banner-right-col .vc_column-inner > div {
  margin-right: -30vw;
}
.banner-hero-wrapper .banner-right-col img {
  max-width: 840px;
}







/*======Custom Listing Style========*/

.blog-listcontainer{
  position: relative;
  padding-top: 50px;
  padding-bottom: 55px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-listcontainer .content-wrapper:before,
.blog-listcontainer .content-wrapper:after{
  content: '';
  display: table;
}
.blog-listcontainer .content-wrapper:after{
  clear: both;
}
.blog-listcontainer .ld-row {
  display: flex;
  flex-wrap: wrap;
}
.blog-listcontainer .ld-row .vc_col-sm-12{
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  width:100%;
}
.blog-listcontainer .vc_column-inner{
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
}
.blog-listcontainer .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  z-index: 1;
  justify-content: center;
}
.blog-listcontainer .vc_column-inner > .wpb_wrapper {
  width: 100%;
}
.wpb_wrapper-inner:before, .wpb_wrapper-inner:after {
  content: '';
  display: table;
}
.wpb_wrapper-inner:after {
  clear: both;
}
.blog-listing{
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}



.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-listing > .post-item {
  padding-left: 15px;
  padding-right: 15px;
}

@media(max-width:991px){
  .blog-listing > .post-item {
    width:100%;
  }
}

.post-item > .post-itemIn{
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 20px 30px 25px;
  border: 1px solid #ebeef3;
  border-radius: 4px;
  box-shadow: 0 0 0 rgb(0 0 0 / 25%);
  background-color: #fff;
  transition: box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  color: #181b31;
}
.liquid-lp-details {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-top: 0.75em;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.35);
}
.liquid-lp-details:first-child {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.post-item > .post-itemIn .liquid-lp-details {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 0.5em;
  font-size: 70%;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
}
.liquid-lp-date {
  display: block;
  margin-top: 1em;
  font-size: 0.75em;
}
.liquid-lp-details time, .liquid-lp-details .liquid-lp-category {
  display: inline-block;
  margin: 0;
  font-size: 1em;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.liquid-lp-media {
  margin-bottom: 1.5em;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: box-shadow 0.3s, -webkit-transform 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, transform 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s, -webkit-transform 0.3s;
  box-shadow: 0 0 0 rgb(0 0 0 / 15%);
}
.post-item > .post-itemIn .liquid-lp-media {
  margin-bottom: 1em;
}
.liquid-lp-media > a {
  display: block;
  position: relative;
  z-index: 2;
}
.post-item > .post-itemIn a, .post-item > .post-itemIn a {
  color: inherit;
}
.liquid-lp-media img {
  width: 100%;
}
.post-item > .post-itemIn .liquid-lp-media img {
  border-radius: 4px;
}
.liquid-overlay-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -99999px;
}
.post-item > .post-itemIn .liquid-lp-header .entry-title {
  font-weight: 700;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1em;
  letter-spacing: -0.05em;
  color: inherit;
  font-size: 22px;
}
.post-item > .post-itemIn .liquid-lp-header .entry-title a {
  display: block;
  text-decoration: none;
  line-height: 1.3em;
}
.liquid-lp-excerpt {
  margin-top: 1em;
  margin-bottom: 1em;
}
.post-item > .post-itemIn .liquid-lp-excerpt {
  margin-top: 0.35em;
  margin-bottom: 0.75em;
  color: rgba(24, 27, 49, 0.55);
  margin-top: 0.5em;
}
.liquid-lp-excerpt p {
  margin: 0;
}
.liquid-lp-footer {
  margin-top: 1.5em;
  position: relative;
}
.post-item > .post-itemIn .liquid-lp-footer {
  margin-top: 0;
}
.post-item > .post-itemIn  .read_more{
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: inline-flex;
  padding: 0;
  position: relative;
  border-radius: 0;
  white-space: nowrap;
  transition: all .3s ease;
  box-shadow: 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%);
  border: none;
  font-size: 11px;
}
.read_more > span, .read_more strong, .read_more i {
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
}
.read_more > span {
  display: inline-flex;
  padding: 1.15em 2.1em;
  border-radius: inherit;
  border-color: inherit;
  flex-flow: row wrap;
  align-items: center;
}
.read_more > span {
  padding: 0;
}
.read_more .btn-line {
  display: inline-block;
  width: 2.727em;
  height: 2px;
  margin-right: 1em;
  position: relative;
  background-color: var(--color-primary);
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.read_more .btn-line {
  background-color: #181b31;
}
.btn-icon, .btn-txt {
  position: relative;
  z-index: 3;
}
.read_more .btn-line ~ .btn-txt {
  transition: -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.95, 0.25, 1);
}
.read_more .btn-line-after {
  -webkit-transform: scaleX(0) translateX(0);
  transform: scaleX(0) translateX(0);
}
.read_more .btn-txt ~ .btn-line {
  margin-right: 0;
  margin-left: 1em;
}
.read_more .btn-line-after:after {
  content: '\f054';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: 1px;
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  font: normal normal 1em/1 fontAwesome;
}
.post-item > .post-itemIn:hover {
  box-shadow: 0 20px 70px rgb(0 0 0 / 12%);
}
.post-item > .post-itemIn:hover .liquid-lp-media {
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}
.post-item > .post-itemIn:hover .read_more .btn-line-before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.post-item > .post-itemIn:hover .read_more .btn-line ~ .btn-txt {
  -webkit-transform: translateX(-3.727em);
  transform: translateX(-3.727em);
}
.post-item > .post-itemIn:hover .read_more .btn-line-after {
  -webkit-transform: scaleX(1) translateX(-3.727em);
  transform: scaleX(1) translateX(-3.727em);
}
.post-item > .post-itemIn:hover .read_more .btn-line-after:after {
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  transition-delay: 0.13s;
}

.footer_form .blog_pane_form h3.form-title:empty{
  display: none; 
}


@media (min-width: 768px) {
  .banner-hero-wrapper .banner-left-col .col-wrapper {
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    width: 33.33333333%;
    float: left;
  }
  .banner-hero-wrapper {
    padding-bottom: 20px;
  }
  .blog_banner .banner-hero-wrapper .banner-right-col {
    margin-top: -92px;
  }
  .banner-hero-wrapper .banner-left-col .col-wrapper {
    padding-top: 100px;
  }
}

@media (min-width: 1200px) {
  .banner-hero-wrapper {
    padding-bottom: 0px;
  }
  .banner-hero-wrapper .banner-left-col .col-wrapper {
    padding-top: 50px;
  }
  .blog_banner .banner-hero-wrapper .banner-right-col {
    margin-top: -85px;
  }
}

@media (max-width: 1199.5px) {
  .blog_banner {
    margin-top: 0;
  }
  .blog_banner .banner-hero-wrapper {
    margin-top: 65px;
  }
  .banner-hero-wrapper .banner-left-col {
    margin-bottom: 10px;
  }
  .banner-hero-wrapper h4 {
    margin-top: 0 !important;
    margin-bottom: .35em !important;
  }
}

@media (max-width: 991.5px) {
  .banner-hero-wrapper h4 {
    margin-top: 30px !important;
    margin-bottom: 38px !important;
  }
  .blog_banner .banner-hero-wrapper {
    padding-bottom: 0px;
  }
  .blog_banner .banner-hero-wrapper h4 {
    margin-bottom: 0 !important;
  }
  .banner-hero-wrapper .banner-right-col .vc_column-inner > div {
    margin-top: 10px !important;
    margin-right: -25px !important;
    margin-bottom: 0px !important;
    margin-left: -25px !important;
  }
  .banner-hero-wrapper .banner-right-col img {
    width: 100%;
  }
}

@media (max-width: 767.5px) {
  .blog_banner .banner-hero-wrapper {
    padding-top: 70px;
  }
}





/* CHQIN BLOG */
.chq_in_blog .banner-hero-wrapper .banner-left-col .col-wrapper {
  padding-top: 40px;
  margin-top: 0;
}

.chq_in_blog .banner-hero-wrapper .banner-left-col .col-wrapper .fancy-headeing h4 {
  margin-bottom: 0;
  margin-bottom: 0.5em;
}

.chq_in_blog .footer_form .hs_cos_wrapper_type_linked_image img {
  margin-top: 10px;
}

.webinar_post.chq-in-layout {
  margin-top: 65px;
}

.webinar_post.chq-in-layout .blog_post_body {
  padding-bottom: 22px;
}

.chq_in_blog .blog-listing > .post-item {
  width: 50%;
}

.blog_post_body .top-head {
  margin: 0 -15px;
  display: flex;
}

.blog_post_body .top-head > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog_post_body .top-head > div > *:not(img) {
  width: 100%;
}

.blog_post_body .top-head h5 {
  margin: 0 0 0.75em;
}

.blog_post_body .top-head img {
  margin-bottom: 35px;
}

.blog_post_body .top-head-2 img {
  margin-bottom: 35px;
}

.blog_post_body .top-head-2 h6 {
  background-color: #f5f6f7;
  margin-top: 0;
  padding: 20px 40px;
  border-radius: 9px;
  padding-bottom: calc(20px + 0.5em);
}

.blog_post_body .top-head-2 {
  margin-bottom: 30px;
}
@media(max-width:1199px){
  .chq_in_blog .banner-hero-wrapper .banner-left-col .col-wrapper {
    padding-top: 90px;
  }

  .chq_in_blog .blog_banner .banner-hero-wrapper .banner-right-col {
    margin-top: 0;
  }

  .chq_in_blog .banner-hero-wrapper .banner-left-col .col-wrapper .fancy-bottom-img {
    margin-top: 3px;
  }
  .webinar_post.chq-in-layout {
    margin-top: 124px;
  }

  .webinar_post.chq-in-layout .blog_post_body {
    padding-bottom: 29px;
  }

  .chq_in_blog .footer_form .container-fluid.hs-form-section_left {
    padding-top: 38px;
  }
}

@media(max-width:992px){
  .chq_in_blog .banner-hero-wrapper .banner-left-col .col-wrapper {
    padding-top: 100px;
  }

  .chq_in_blog .banner-hero-wrapper .banner-left-col .col-wrapper .fancy-bottom-img {
    margin-top: 10px;
  }

  .chq_in_blog .blog_banner .banner-hero-wrapper .banner-right-col {
    margin-top: 25px;
  }

  .webinar_post.chq-in-layout {
    margin-top: 69px;
  }

  .chq_in_blog .blog-listing > .post-item {
    width: 100%;
  }

  .chq_in_blog .footer_form .container-fluid.hs-form-section_left {
    padding-top: 17px;
  }

  .chq_in_blog .footer_form .container-fluid.hs-form-section_left .hs_cos_wrapper_type_rich_text {
    margin-bottom: 8px;
  }
  .blog_post_body .top-head {
    flex-wrap: wrap;
  }

  .blog_post_body .top-head > div:nth-child(2) {
    order: 1;
  }

  .blog_post_body .top-head h5 {
    text-align: left !important;
    font-size: 16px;
  }

  .blog_post_body .top-head h6 {
    line-height: 1.4em;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
  }
}
@media(max-width:767px){
  .chq_in_blog .banner-hero-wrapper .banner-left-col .col-wrapper {
    padding-top: 50px;
  }
}


.chq_in_blog .blog_post_grid > div:not(.blog_post_body) {
  display: none;
}

/* DEFAULT BLOG  */
.webinar_post.default-layout .blog_post_grid {
  display: block;
}

.webinar_post.default-layout h2.webinar_blogpost {
  font-size: 32px;
  color: #282e38;
  font-family: Lato;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.webinar_post.default-layout .blog_post_image {
  margin-bottom: 15px;
}

.webinar_post.default-layout .blog_post_date h6 {
  margin-bottom: 10px;
  color: #12242e;
  line-height: 1;
  font-size: 17px;
  font-family: Lato;
}

.webinar_post.default-layout .blog_post_body {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
}

.webinar_post.default-layout .blog_post_grid {
  margin-top: 53px;
}

.webinar_post.default-layout .blog_post_body iframe {
  margin-bottom: 25px !important;
}

.webinar_post.default-layout .blog_post_body {
  font-family: "Lato", Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.webinar_post.default-layout .blog_post_body p {
  font: inherit;
  margin-bottom: 1.3em;
  display: block;
}

.webinar_post.default-layout .blog_post_body {
  padding-bottom: 10px;
}

.webinar_post.default-layout .blog_post_body a {
  font-family: inherit;
}

.webinar_post.default-layout .blog_post_image {
  margin-bottom: 15px;
}

.blog_post_grid .iconbox {
  display: inline-grid;
  transition: box-shadow 0.3s ease, background 0.3s ease;
  display: flex;
  margin-bottom: 2em;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch !important;
  justify-content: flex-start;
  text-align: left;
  box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #14a7e0;
  border-radius: 5px;
  width: calc(33.333333% - 19px);
  margin-top: 17px;
  margin-bottom: 7px;
}

.blog_post_grid .iconbox .iconbox-icon-wrap {
  max-width: 65px;
  margin: 5px;
}

.blog_post_grid .iconbox .iconbox-icon-wrap .iconbox-icon-container {
  position: relative;
  z-index: 2;
  line-height: 1em;
  color: #07a3e8;
  transition: border 0.3s, box-shadow 0.3s;
  border: 0 solid #F2F4F7;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 0;
  font-size: 20px;
  margin-right: 5px;
}

.blog_post_grid .iconbox .iconbox-icon-wrap .iconbox-icon-container img {
  border-radius: 5px;
  position: relative;
  z-index: 2;
  width: 90%;
}

.blog_post_grid .iconbox .contents {
  overflow: hidden;
  flex: 1;
}

.blog_post_grid .iconbox .contents h3 {
  font-family: Lato;
  font-weight: 600;
  transition: color 0.3s ease, background 0.3s ease;
  line-height: 1.5em;
  display: inline-block;
  margin: 0 0 0.7em;
  color: rgb(255, 255, 255);
  margin-bottom: -3px;
  font-size: 18px;
  margin-top: 9px;
}

.blog_post_grid .iconbox .contents p {
  margin-bottom: 0;
  transition: color 0.3s ease, background 0.3s ease;
  color: #fff;
  font-size: 14px;
}

.webinar_post.default-layout .blog_post_date h6 {
  font-size: 13px;
  font-weight: 600;
  color: #808291;
  line-height: 1.4em;
}

.webinar_post.default-layout .blog_post_body {
  padding: 0;
  margin-top: 46px;
}

.webinar_post.default-layout .blog_post_body p {
  color: #808291;
}

.webinar_post.default-layout .blog_post_body a {
  color: #06a3e8;
}

.webinar_post.default-layout .blog_post_body h6 {
  margin: 1.25em 0 0.75em;
  display: block;
}

.webinar_post.default-layout .blog_post_body {
  padding-bottom: 83px;
}

.blog_post_grid .iconbox:hover:before {
  opacity: 1;
}

.blog_post_grid .iconbox:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: inherit;
  background: rgb(27, 117, 188);
}

.blog_post_grid .iconbox .contents {
  position: relative;
  z-index: 9;
}
.blog_post_grid .iconbox .contents:only-child {
  padding-bottom: 10px;
  padding-left: 10px;
}
.main-blog .liquid-overlay-link {
  z-index: 9;
}
.webinar_post.default-layout .blog_post_body figure figcaption {
  margin: 0.8075em 0;
  text-align: left;
  margin-top: 2px;
  color: #12242e;
  font-style: italic;
}
div#blog-target {
  margin-bottom: 40px;
}
div#blog-target h3 {
  margin: 0;
  margin-bottom: 50px;
  line-height: 1;
  font-weight: 900;
}
.webinar_post.default-layout .blog_post_body ol {
  margin-bottom: 30px;
}
.webinar_post.default-layout .blog_post_body .hs-responsive-embed-wrapper {
  padding: 0 !important;
}
div#blog-target ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#blog-target ul ul {
  display: flex;
  align-items: flex-start;
}

div#blog-target ul li img {
  max-width: 50px;
}
div#blog-target > ul {
  padding: 3% 5% 0% 5%;
}
div#blog-target ul ul li:first-child {
  background-color: #3D8CC3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 25px;
  margin-right: 15px;
}

div#blog-target ul h4 {
  margin-bottom: 5px;
  color: #3D8CC3;
  font-weight: 900;
}

div#blog-target > ul > li {
  margin-bottom: 50px;
}

div#blog-target ul h4 + p {
  margin-bottom: 0;
}

div#blog-target > ul > li:last-child {
  margin-bottom: 0;
}
@media(max-width:1199px){
  .webinar_post.default-layout .blog_post_grid {
    margin-top: 112px;
  }
} 
@media(max-width:992px){
  .blog_post_grid .iconbox {
    width: 83.33333333%;
  }

  .webinar_post.default-layout .blog_post_body {
    margin-top: 36px;
  }
} 
@media(max-width:767px){
  .blog_post_grid .iconbox {
    width: 100%;
  }
} 

@media(min-width:768px){
  .webinar_post.default-layout .blog_post_body .top-head > div.vc_col-md-3 {
    width: 21.664%;
    padding: 0 10px;
  }

  .webinar_post.default-layout .blog_post_body .top-head > div.vc_col-md-2 {
    width: 45%;
    padding: 0 10px;
    margin-left: 0;
  }

  .webinar_post.default-layout .blog_post_body .top-head > div.vc_col-md-5 {
    width: 33.333%;
  }
  .webinar_post.default-layout .blog_post_body .top-head h5 {
    text-align: right !important;
  }

  .webinar_post.default-layout .blog_post_body .top-head {
    flex-wrap: nowrap;
  }

  .webinar_post.default-layout .blog_post_body .top-head > div:nth-child(2) {
    order: 0;
  }
}
@media(max-width:767px){
  .webinar_post.default-layout .blog_post_body .top-head {
    display: block;
  }

  .webinar_post.default-layout .blog_post_body .top-head > div:nth-child(2) {
    text-align: center;
  }

  .webinar_post.default-layout .blog_post_body .top-head h5 {
    text-align: center !important;
  }

  .webinar_post.default-layout .blog_post_body .top-head h6 {
    text-align: center !important;
  }

  .webinar_post.default-layout .blog_post_body .top-head img {
    margin-left: auto;
    margin-right: auto;
  }

  .webinar_post.default-layout .blog_post_body .top-head > div vc_col-md-3 {
    text-align: center;
  }

  .webinar_post.default-layout .blog_post_body .top-head > div.vc_col-md-3 {
    text-align: center;
  }

  .webinar_post.default-layout .blog_post_body .top-head > div.vc_col-md-3 img {
    width: auto !important;
  }

  .webinar_post.default-layout .blog_post_body .top-head-2 h6 {
    text-align: left !important;
  }
  div#blog-target ul ul {
    display: block;
  }

  div#blog-target ul ul li:first-child {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  div#blog-target ul {
    text-align: center;
  }
}




/*** Webinar blog ***/ 

.cstm_blog_layout .footer_form .hs_cos_wrapper_type_linked_image img {
  margin-top: 9px;
}

@media(max-width:992px){
  .cstm_blog_layout .footer_form .container-fluid.hs-form-section_left .hs_cos_wrapper_type_rich_text {
    margin-bottom: 7px;
  }
}

.cstm_post_layout {
  margin-top: 10px;
}

.blog_post_grid {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: inline-grid;
}

.blog_post_head h2 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.blog_post_sumry {
  font-family: Lato;
  font-weight: 400;
  line-height: 1.5;
  font-size: 17px;
  color: #282e38;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.blog_post_date h6 {
  font-family: Lato;
  font-weight: 400;
  line-height: 1.5;
  font-size: 17px;
  color: #282e38;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.blog_post_body iframe {
  display:block;
  width:100%;
}

.blog_post_body .hs-responsive-embed-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto !important;
  max-height: unset !important;  
  padding-top: 5% !important;
  padding-right: 5% !important;
  padding-bottom: 5% !important;
  padding-left: 5% !important; 
  display: block;
  margin-bottom: 10px !important;
}

@media(max-width:1199px){ 
  .blog_post_body .hs-responsive-embed-wrapper {
    margin-bottom: 50px !important;
  }
}


.blog_post_body h6,
.blog_post_body p {
  font-family: Lato;
  font-weight: 400;
  line-height: 1.5;
  font-size: 17px;
  color: #282e38;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.blog_post_body h6 span {
  position: relative;
  display: inline-block;
}

.blog_post_body p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.blog_post_body {
  padding-bottom: 72px;
}


@media(max-width:1199px){
  .cstm_post_layout {
    margin-top: 69px;
  }
}


.blog_post_btn {
  text-align: center;
}

.blog_post_btn a {
  transition: all .3s ease;
  box-shadow: 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%), 0 0 0 rgb(0 0 0 / 5%);
  font-size: 1em;
  white-space: nowrap;
  display: inline-flex;
  padding: 0;
  position: relative;
  border: 1px solid;
  background-color: rgb(255, 255, 255);
  border-radius: 50em;
  border-color: rgb(21, 166, 224);
  color: #14a6e0;
  margin-top: -44px;
  margin-bottom: -9px;
}

.blog_post_btn a:hover,.blog_post_btn a:focus {
  color: #14a6e0;
  border-color: rgb(250, 250, 250);
  transform: translateY(-1px);
  box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
}

.blog_post_btn a > span {
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  display: inline-flex;
  padding: 1.15em 2.1em;
  border-radius: inherit;
  border-color: inherit;
  flex-flow: row wrap;
  align-items: center;
  margin: -0.5px;
}

.blog_post_btn a > span > span + span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  letter-spacing: 0;
  transition: inherit;
  background-size: 99.99%;
  position: relative;
  margin-right: 0;
  margin-left: 8px;
  z-index: 3;
}




/*============Library Blog Style============*/

.library_post {
  margin-top: 53px;
}
.library_post .page-center{
  max-width: 1080px;
  padding-left: 0;
  padding-right: 0;
}
.elementor-pad{
  padding: 10px;
}


.librarypost_topic {
  margin-bottom: 10px;
  border-bottom: 1px solid #AAAAAA;
}
.librarypost_topicflex{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.librarypost_topicmar{
  margin-bottom: 2px;
  width: 100%;
}
.elementor-clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}
.librarypost_title {
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  display: flex;
}
.librarypost_titleinner{
  margin-top: 5px;
  width: 100%;
}
.librarypost_title h2{
  font-family: "Lato", Lato;
  font-size: 40px;
  font-weight: 900;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #12242e;
}
.librarypost_author {
  padding-top: 5px;
  position: relative;
  width: 100%;
}
.librarypost_author{
  margin-bottom: 20px;
}
.elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.librarypost_authorleft, .librarypost_authorright{
  min-height: 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.librarypost_authorbg {
  margin-bottom: 5px;
  border-radius: 0px 0px 7px 0px;
  background-color: #3D8CC3;
  width: 100%;
}
.librarypost_authorleftIn {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 0px 0px 0px 4px;
  border-color: #3D8CC3;
  border-radius: 0px 0px 0px 4px;
}

.librarypost_author-box-wrapper {
  text-align: left;
}
.librarypost_author-img{
  display: inline-block;
  margin-right: 9px;
  width: 13%;
}
.librarypost_author-box-content {
  width: 100%;
}
.librarypost_author-box-content .librarypost_author-title {
  margin-bottom: 3px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 900;
}
.librarypost-section-content{
  margin-top: 75px;
}
.library-post__body .hs_cos_wrapper_type_rich_text > div:not(:last-child){
  margin-bottom: 20px;
}
.library-post__body .hs_cos_wrapper_type_rich_text > div{
  position: relative;
  font-family: "Lato", Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  color: #12242e;
}
.postwidth45, .postwidth54{
  min-height: 1px;
  position: relative;
}
.library-post__body h4 {
  color: #12242e;
  font-weight: 900;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.library-post__body p:last-child {
  padding-bottom: 1.3em;
}
.librarypost_author-box-content .librarypost_author-title-description {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1em;
}
.library-post__body blockquote {
  margin-bottom: 2.5em;
  border: 0;
}
.library-post__body blockquote p:last-child{
  margin-bottom: 0;
}
.library-post__body blockquote p:last-child {
  padding-bottom: 0;
}
.librarypost_date {
  width: 100%;
  position: relative;
}
.librarypost_date h6 {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #12242e;
  font-weight: 900;
}
.library-post__body .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.library-post__body .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.library-post__body .wp-caption .wp-caption-text {
  padding-bottom: 0;
  margin: 0.8075em 0;
}
.library_listing .footer_form .hs_cos_wrapper_type_linked_image img{
  margin-top: 10px;
}



@media (min-width: 768px) {
  .librarypost_authorleft{
    width: 40%;
  }
  .librarypost_authorright {
    width: 60%;
  }
  .librarypost_author-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .librarypost_authorleftIn.has_bio {
    padding-bottom: 15px;
  }
  .librarypost_authorleftIn.has_bio .librarypost_author-box-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .postwidth45{
    width: 45.98%;
  }
  .postwidth54{
    width: 54.02%;
    padding-left: 10px;
  }
}

@media (max-width: 1199.5px) {
  .library_post {
    margin-top: 192px;
  }
}


@media (max-width: 1199.5px) {
  .library_listing .footer_form .container-fluid.hs-form-section_left .hs_cos_wrapper_type_rich_text {
    margin-bottom: 8px;
  }
}

@media (max-width: 767.5px) {
  .librarypost_authorright, .librarypost_author-img {
    display: none;
  }
  .librarypost_author{
    padding-top: 0;
  }
  .librarypost_authorleftIn {
    border: 0px;
    padding: 9px 9px 9px 9px;
  }
  .librarypost_author-box-content .librarypost_author-title {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .library-post__body .elementor-row {
    flex-wrap: wrap;
  }
  .postwidth45, .postwidth54{
    width: 100%;
  }
  .librarypost_author-box-content .librarypost_author-title-description {
    font-size: 14px;
  }
}



/*** Press blog ***/ 

.press_blog .blog_banner .banner-hero-wrapper .banner-right-col {
  margin-top: 0;
} 

.press_post .page-center {
  max-width: 1080px;
  padding: 10px;
}

.press_post.cstm_post_layout {
  margin-top: -9px; 
}

.press_post .blog_post_head h2 {
  font-family: "Lato", Lato;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}

.press_post  .blog_post_body p {
  font-family: "Lato", Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  display:inline-block;
  margin-bottom: 1.3em;
}

.press_post .blog_post_body {
  color: #12242E;
  padding-bottom: 40px;
}


.press_post .blog_post_body div {
  margin-bottom: 20px;
}

.press_post .blog_post_body h4 {
  margin-bottom: 20px;
  font-family: "Lato", Lato;
  margin-top: 20px;
  line-height: 1;
  font-size: 20px;
  color: #12242E;
  font-weight: 900;
}

.press_post  .post_sumry h4 {
  margin: 0;
  color: #7a7a7a;
  font-family: "Lato", Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  line-height: 22.6px;
  text-align: center;
  position: relative;
}

.press_post  .blog_post_body .post_sumry {
  padding: 20px 20px 20px 20px;
  margin: -10px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 50px;
}

.press_post .post_sumry:before {
  background-color: #f5f6f7;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
}

@media(max-width:1199px){
  .press_post.cstm_post_layout {
    margin-top: 130px;
  }
}

.press_post .blog_post_body h5 {
  line-height: 1;
  font-family: "Lato", Lato;
  margin: 0;
  color: #12242E;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 20px;
}

.press_post .blog_post_body h6 {
  line-height: 1;
  font-size: 17px;
  margin: 0;
  color: #12242E;
  font-weight: 900;
  font-family: Lato;
  display: block;
  margin-bottom: 20px;
}

.press_post .blog_post_body h3 {
  margin: 0;
  color: #7a7a7a;
  font-family: "Lato", Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  line-height: 22.6px;
  margin-bottom: 20px;
}

.press_post .blog_post_body img {
  margin-bottom: 20px;
}

.press_post  .blog_post_body .hs-responsive-embed-wrapper {
  padding: 0 !important;
}

.block_img {
  height: auto;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
}

.press_post .blog_post_body h2 {
  font-family: Lato;
  font-weight: 400;
  line-height: 1.5;
  font-size: 30px;
  color: #282e38;
}

.press_post .blog_post_body  .right_img {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 0;
}


.press_post .blog_post_body hr {
  margin: 0;
  background-color: transparent;
  height: 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}

@media(max-width:767px){
  .press_post .blog_post_body .right_img {
    display: block;
    margin-bottom: 20px;
    float: none;
    margin: 0 0 20px;
  }
}

.btm_authr_bg_box {
  padding: 3% 3% 1% 3%;
  background-color: #EFFAFF;
  margin-top: 40px;
}

.btm_authr_bg_box img.alignleft {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  display: inline;
  float: left;
  margin-right: 1.5em;
  vertical-align: middle;
}

.press_post .blog_post_body .cstm_blog_date {
  font-size: 13px;
  font-weight: 600;
  color: #808291;
  line-height: 1.4em;
  font-family: Lato;
  margin-bottom: 30px;
  position: relative;
  top: -20px;
}

.blog_post_image img{
  margin: 55px 0 0 0;
}

@media(max-width:1199px){
  .blog_post_image img {
    margin: 0;
  }
}

.blog_post_super_title > div > * {
  font-size: 20px; 
  display: block;
}

/* .blog_post_subtitle > div > * {
  display: block;
  margin: 15px 0 0;
} */

.blog_post_super_title hr {
  background: #ebebeb;
}

.librarypost_subtitle p{ 
  display: block;
  font-family: Lato;
  font-weight: 400;
  line-height: 1.5;
  font-size: 17px;
  color: #282e38;
  margin-bottom: 20px;
}

.librarypost_subtitle p a{
  color: #14a6e0 !important; 
}

@media(max-width:767px){
  .library_post {
    margin-top: 50px;
  }
}


@media(max-width:400px){
  .webinar_blog .blog_banner .banner-hero-wrapper h2 {
    font-size: 60px;
  }
}

.webinar_blog .banner-hero-wrapper .banner-left-col {
  position: relative;
  z-index: 999;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width:500px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  color: #4F7D24;
  padding: 8px;
}
.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;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.systems-page input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page form .hs-form-field {
  margin-bottom: 15px;
}

.systems-page form {
  max-width: 767px;
}
input#hs-pwd-widget-password {
  height: auto !important;
}

.systems-page input#hs-login-widget-remember {
  display: inline-block;
  width: auto !important;
}

@media (max-width:767px) {
  .systems-page h1 {
    font-size: 26px;
  }
  .systems-page h2 {
    font-size: 21px;
  }
}


/*** 404 page ***/
.cstm404 {
  background-color: #f5f5f5;
  margin-top: -9px;
  padding-bottom: 60px;
}

.err_col {
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .err_col {
    margin-left: 16.66666667%;
    width: 66.66666667%;
    float: left;
  }
}

.err_title h1 {
  font-size: 300px;
  font-weight: 700;
  margin: 0px;
  line-height: 1;
}

.cstm404 h3 {
  line-height: 1.5;
  font-size: 30px;
  color: #282e38;
  font-weight: 700;
  margin: 1.25em 0 0.75em;
  margin-bottom: 0.25rem;
}

.cstm404 .cstm_err_btn {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  transition: all .3s ease;
  white-space: nowrap;
  display: inline-flex;
  padding: 0;
  position: relative;
  color: #fff;
  background: #07a3e8;
  border-radius: 50em;
  border: none;
  font-size: 13px;
  box-shadow: 0 8px 15px rgb(0 0 0 / 7%);
}

.cstm404 .cstm_err_btn > span {
  display: inline-flex;
  padding: 1.15em 2.1em;
  border-radius: inherit;
  border-color: inherit;
  flex-flow: row wrap;
  align-items: center;
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  padding-left: 2.4em;
  padding-right: 2.4em;
}

.cstm404 .btn-gradient-bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: opacity 0.3s;
  background: linear-gradient(to right, #48A2E2 0%, #5AAAE2 100%);
}

.cstm404 .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  letter-spacing: 0;
  transition: inherit;
  background-size: 99.99% !important;
  position: relative;
  z-index: 3;
  order: -1;
  margin-left: 0;
  font-size: 2.15em;
  margin-right: 0.5em;
  text-shadow: 0 0.25px 0 currentColor, 0 -0.25px 0 currentColor, 0.25px 0 0 currentColor, -0.25px 0 0 currentColor;
}

.cstm404 .btn-icon i {
  position: relative;
  z-index: 3;
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
}

.cstm404 .btn-icon i:before {
  content: "\f117";
}

.cstm404 .btn-gradient-bg-hover {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: opacity 0.3s;
  opacity: 0;
  background: linear-gradient(to right, #5AAAE2 0%, #48A2E2 100%);
}

.cstm404 .cstm_err_btn:hover,
.cstm404 .cstm_err_btn:focus {
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

@media(max-width:1199px){
  .cstm404 {
    padding-top: 130px;
    margin-top:0;
  }
  .err_title h1 {
    font-size: 246px;
  }
}

@media(max-width:991px){ 
  .err_title h1 {
    font-size: 288px;
  }
}


@media(max-width:992px){ 
  .cstm404 .cstm_err_btn > span {
    padding: 1em 2em;
    padding-left: 2.4em;
    padding-right: 2.4em;
  } 
}


@media(max-width:560px){ 
  .err_title h1 {
    font-size: 150px;
  }
}