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



/* === NEUE MONTREAL FONT DEFINITIONS === */
@font-face {
  font-family: 'Neue Montreal';
  src: url('//14542760.fs1.hubspotusercontent-na1.net/hubfs/14542760/raw_assets/public/Company_Watch_June2021/css/Fonts/PPNeueMontreal-Thin.woff2') format('woff2'),
       url('') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('//14542760.fs1.hubspotusercontent-na1.net/hubfs/14542760/raw_assets/public/Company_Watch_June2021/css/Fonts/PPNeueMontreal-Light.woff2') format('woff2'),
       url('') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('//14542760.fs1.hubspotusercontent-na1.net/hubfs/14542760/raw_assets/public/Company_Watch_June2021/css/Fonts/PPNeueMontreal-Book.woff2') format('woff2'),
       url('') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('//14542760.fs1.hubspotusercontent-na1.net/hubfs/14542760/raw_assets/public/Company_Watch_June2021/css/Fonts/PPNeueMontreal-Medium.woff2') format('woff2'),
       url('') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('//14542760.fs1.hubspotusercontent-na1.net/hubfs/14542760/raw_assets/public/Company_Watch_June2021/css/Fonts/PPNeueMontreal-SemiBold.woff2') format('woff2'),
       url('') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('//14542760.fs1.hubspotusercontent-na1.net/hubfs/14542760/raw_assets/public/Company_Watch_June2021/css/Fonts/PPNeueMontreal-Bold.woff2') format('woff2'),
       url('') format('woff');
  font-weight: 700;
  font-style: normal;
}









































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
  max-width: 100%;

}

/* 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,
.banner-area .dnd-section > .row-fluid {
  padding: 0;
  width: 100%;

}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}



@media (max-width: 767px) {

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/* html {
font-size: 24px;
}
*/

body {
  font-family: 'Neue Montreal', sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

h1 {
  font-size: 2.1rem;
  letter-spacing: -0.47px;
  line-height: 1.215;
}

h2 {
  font-size: 1.6rem;
  font-size: 32px;
  line-height: 1;
}

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

h4 {
  font-family: 'Neue Montreal', sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.35;

}

h5 {
  font-size: 1rem;
  letter-spacing: 0.15px;
  line-height: 1;
}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {

}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}



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

@media (max-width: 619px) {
  h1 {
    line-height:1.406;
  }
}
/* ******************************************************************************
*********************************************************************************
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_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-password_prompt,
.hs-search-field ,
.hs_cos_wrapper_type_email_simple_subscription #email-prefs-form,
.form-container {
  max-width: 767px;
  display: block;
  border-radius: 32px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 2px 15px 2px rgb(54 54 54 / 10%);
}

form {
  max-width: 100%;
}

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

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

}

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


.hs-form label,
.hs-form-field > label {
  color: #33475b;
  display: inline-block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 28px;
}

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

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: red !important;

}

.hs-input,
input#hs-pwd-widget-password {
  display: block;
  width: 100% ;
  height: auto !important;
  min-height: 48px;
  padding: 9px 11px;
  font-size: 16px ;
  font-weight: normal;
  letter-spacing: 0.13px;
  line-height: 28px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;

}

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


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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border: 2px solid  #f00;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border: 2px solid  #f00;
}

.actions {
  padding: 0;
}

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

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

.field,
.hs-form-field {
  margin-bottom: 20px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: 'Neue Montreal', sans-serif;
}


input.email-edit.hs-input,
input#hs-pwd-widget-password {
  width: 100% !important;
  height: auto !important;
  min-height: 48px;
  padding: 9px 11px !important;
  font-size: 16px !important;
  margin: 0 !important;

} 

.hs-fieldtype-booleancheckbox ul.inputs-list {
    padding: 0;
    margin: 0;
}

.hs-input[type=checkbox] {
  -webkit-appearance: checkbox;
  height: 25px;
  width: 25px;
  border: 1px solid #979797;
  display: none;
}

.hs-input[type=checkbox] + span {
  font-size: 14px;
  letter-spacing: 0.12px;
  line-height: 28px;
  padding-left: 36px;
  display: inline-block;
  background: url(//14542760.fs1.hubspotusercontent-na1.net/hubfs/14542760/raw_assets/public/Company_Watch_June2021/images/rb-e.svg) left top no-repeat;
  opacity: 0.9;

}  

.hs-input[type=checkbox]:checked + span {
  background: url(//14542760.fs1.hubspotusercontent-na1.net/hubfs/14542760/raw_assets/public/Company_Watch_June2021/images/rb-f.svg) left top no-repeat;
  padding-left: 36px;
}

select.hs-input {
  padding: 10px 11px !important;
  background-image: url(//14542760.fs1.hubspotusercontent-na1.net/hubfs/14542760/raw_assets/public/Company_Watch_June2021/images/icon-select.svg) ;
  background-repeat: no-repeat;
  background-position: center right 16px;
  -webkit-appearance: none;
  appearance: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

@media  (min-width: 1191px) {

  .custom-menu-primary .hs-menu-wrapper a {
    text-decoration: none;
  }

  .custom-menu-primary  .hs-menu-wrapper ul li a[href="javascript:;"] {
    cursor: default;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-flex;
    align-items: center;
    margin: 0 54px 0 0;
    position: relative;
    padding: 30px 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #000000;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.11px;
    line-height: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    text-shadow: .6px 0 0 currentColor;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
    content: '';
    bottom: -5px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 9px;
    border-radius: 10.5px;
    background-color: #40C8F4;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    position: absolute;
    top: 71px;
    opacity: 0;
    pointer-events: none;
    background-color: #EBF9FD;
    padding: 0 0px 0px;
    width: 100%;
    min-width: 214px;
    margin-left: -60px;
    z-index: 1;
    border-radius: 8px;
    transition: all ease 0.3s;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    content: '';
    width: 21px;
    height: 21px;
    border-radius: 2px;
    background-color: #40c8f4;
    position: absolute;
    top: -5.6px;
    right: 48%;
    transform: rotate(
      45deg
    );
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    opacity: 1;
    pointer-events: all;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    display: block;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #40C8F4;
    margin: 0 0px 28px;
    border-radius: 8px 8px 0 0;
    padding: 12px 22px;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul ul {
    padding: 0 19px 19px;
    border-radius: 0px 0px 8px 8px;

  }

  .custom-menu-primary .hs-menu-wrapper ul ul ul li {
    display: block;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul ul li a {
    display: block;
    letter-spacing: 0.11px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    position: relative;
    transition: all ease 0.3s;
    font-size: 15px;
    line-height: 1.1;

    border-radius: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    align-items: center;
    display: flex;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul ul li a:hover {
    box-shadow: 0 2px 10px 5px rgb(0 0 0 / 4%);
    text-shadow: .6px 0 0 currentColor;
    z-index: 9;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul ul li a img.arrow {
    display: block;
    max-width: 100%;
    height: 20px;
    width: 20px;
    margin-right: 16px;
  }


  /* ==== Solution and Services menu ==== */

  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases ul li a img.arrow,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions ul li a img.arrow,
  .custom-menu-primary .hs-menu-wrapper > ul > li.service ul li a img.arrow{
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul ,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul ,
  .custom-menu-primary .hs-menu-wrapper > ul > li.service > ul  {
    transition: opacity .25s ease;
    width: 933px;
    height: 486px;
    border-radius: 8px;
    background: linear-gradient( 
      0deg
      , #ebf9fd 88.5%, #40c8f4 0);
    flex-direction: column;
    flex-wrap: wrap;
    padding: 14px 22.5px 0;
    padding: 10px 22.5px 0;
    display: flex;
    top: 82px;
    left: -130%;
    transform: translateX(-26%);
    margin: 0;

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul {
    height: 425px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.service > ul  {
    height: 369px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.service > ul:before{
    right: 584%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.service > ul:after{
    content: '';
    width: 100%;
    height: 21px;
    background-color: transparent;
    top: -21px;
    left: 0;
    z-index: -1;
    position: absolute;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li,
  .custom-menu-primary .hs-menu-wrapper > ul > li.service > ul > li{
    margin: 0 54px 0 0;
    width: 496px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 1 50%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li:nth-child(1),
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:nth-child(1),
  .custom-menu-primary .hs-menu-wrapper > ul > li.service > ul > li:nth-child(1){
    width: 436.500px;
    flex: 0 1 100%;
    margin-right: 14px;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li:nth-child(1):after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:nth-child(1):after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.service > ul > li:nth-child(1):after {
    content: '';
    background: linear-gradient(
      0deg
      , rgba(35, 109, 133, 0.25) 88.5%, rgba(225, 225, 225, 0.5) 0);
    height: 104.6%;
    width: 1px;
    position: absolute;
    right: 0;
    top: -13px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li:nth-child(2),
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:nth-child(2),
  .custom-menu-primary .hs-menu-wrapper > ul > li.service > ul > li:nth-child(2) {
    width: 436.500px;
    flex: 0 1 100%;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.service > ul > li > a {
    position: relative;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    display: block;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 40px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    background: transparent;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li:nth-child(1) > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:nth-child(1) > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.service > ul > li:nth-child(1) > ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li:nth-child(1) > ul > li,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:nth-child(1) > ul > li,
  .custom-menu-primary .hs-menu-wrapper > ul > li.service > ul > li:nth-child(1) > ul > li{
    display: inline-flex;
    align-items: center;
    margin: 0 54px 0 0;
    margin-right: 22px;
    width: calc(50% - 22px);
    margin-bottom: 22px;

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li:nth-child(1) > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:nth-child(1) > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.service > ul > li:nth-child(1) > ul > li > a {
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.11px;
    line-height: 1px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #2D2847;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px 5px rgb(0 0 0 / 4%);
    padding: 20px;
    transition: all ease 0.3s;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li:nth-child(1) > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:nth-child(1) > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.service > ul > li:nth-child(1) > ul > li > a:hover {
    text-shadow: none;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li:nth-child(1) > ul > li > a span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:nth-child(1) > ul > li > a span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin: 15px 0 8px;
    color: #191A1B;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.service > ul > li:nth-child(1) > ul > li > a {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.service > ul > li:nth-child(1) > ul > li > a span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin: 15px 0 8px;
    color: #191A1B;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li:nth-child(2) > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:nth-child(2) > ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li:nth-child(2) > ul > li,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:nth-child(2) > ul > li {
    margin: 0 0 3px;

  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li:nth-child(2) > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:nth-child(2) > ul > li > a {

    position: relative;
    z-index: 1;
    transition: background-color .25s ease;
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0 12px 17px;
    margin: 0;
    width: 100%;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    font-family: "Work Sans", sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li:nth-child(2) > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:nth-child(2) > ul > li > a:hover {
    border-radius: 8px;
    box-shadow: 0 2px 10px 5px rgb(0 0 0 / 4%);
    position: relative;
    text-shadow: none;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li:nth-child(2) > ul > li > a img,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:nth-child(2) > ul > li > a img {
    position: initial;
    top: 14px;
  }



  .custom-menu-primary .hs-menu-wrapper > ul > li.use-cases > ul > li:nth-child(2) > ul > li > a span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li:nth-child(2) > ul > li > a span {
    padding-left: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.service>ul>li:nth-child(2)>ul>li>a span {
    padding-left: 16px;
  }

  .custom-menu-primary .hs-menu-wrapper ul li.delivery ul ul {
    padding-left: 2px;
    padding-bottom: 0;
  }

  li.hs-item-has-children.delivery ul {
    padding-left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li.delivery ul {
    padding-left: 2px;
    padding-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li.delivery ul li {
    width: calc(100%);
    margin: 0 0 3px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.service>ul>li:nth-child(1):after{
    height: 103.6%;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li.delivery ul li>a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    font-family: "Work Sans", sans-serif;
    color: #000000;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul:before {
    content: '';
    width: 21px;
    height: 21px;
    border-radius: 2px;
    background-color: #40c8f4;
    position: absolute;
    top: -5.6px;
    right: 48%;
    transform: rotate( 45deg );
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.service>ul:before {
    right: 61.8%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.use-cases>ul:before,
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.solutions>ul:before {
    right: 58.5%;
  }



}

@media (max-width: 1370px) and (min-width: 1191px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0 39px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
  }
}


@media (max-width: 1190px) {


  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px !important;
    min-width: 40px !important;
    height: 47px !important;
    padding: 0 !important;
  }

  .child-trigger:after {
    background-image: url(//14542760.fs1.hubspotusercontent-na1.net/hubfs/14542760/raw_assets/public/Company_Watch_June2021/images/arrow-down-teal.svg) ;
    background-size: 14px 23px;
    display: inline-block;
    width: 20px;
    background-repeat: no-repeat;
    height: 17px;
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
  }

  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .mobile-menu {
    margin: 16px 0;
  }

  .mobile-menu .hs-menu-wrapper > ul li {
    position: relative;
    display: block;
  }

  .mobile-menu .hs-menu-wrapper > ul li a {
    color: #000000;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 32px;
    padding: .35em 0 .4em;
    width: 100%;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;

  }

  .mobile-menu .hs-menu-wrapper > ul li a:hover {
    text-decoration: underline;
  }



  /* Make child lists appear below parent items */
  .mobile-menu ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;

  }

  /* ====== level 2 ===== */

  .mobile-menu .hs-menu-wrapper > ul ul .child-trigger {
    height: 44px !important;
  }

  .mobile-menu .hs-menu-wrapper > ul ul {
    padding: 0 10px 20px;
  }

  .mobile-menu .hs-menu-wrapper > ul ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

  }

  .mobile-menu .hs-menu-wrapper > ul ul li a {
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 32px;
    padding: .35em 0 .4em;
    width: 100%;
    display: block;
    position: relative;
    transition: all 0.3s ease;
  }

  /* ====== level 3 ===== */

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

  .mobile-menu .hs-menu-wrapper > ul ul ul li {
    border-bottom: 0;
  }

  .mobile-menu .hs-menu-wrapper > ul ul ul li a {
    font-size: 16px;
    padding-left: 15px;
  }


  .mobile-menu_buttons {
    margin: 16px 0;
  }

  .mobile-menu_buttons a {
    background: transparent !important;
    border: 0 !important;
    color: #000;
    font-size: 20px;
    letter-spacing: .5px;
    line-height: 32px;
    padding: .35em 0 .4em;
    width: 100%;
    display: block;
    position: relative;
    transition: all .3s ease;
    text-align: left;
    margin: 0;
    font-weight: normal;
  }

  .mobile-menu_buttons a:hover {
    text-decoration: underline;
    color: #000;
  }

  .menu-social-icons {
    margin-bottom: 16px;
  }
  .menu-social-icons .custom-social-icons {
    display: flex;
  }
  .menu-social-icons .custom-social-icons a.icon-item {
    margin-right: 5.5px;
  }
  .menu-social-icons .custom-social-icons a.icon-item.linkedin {
    order: 1;
  }
  .menu-social-icons .custom-social-icons a.icon-item.youtube {
    order: 2;
  }
  .menu-social-icons .custom-social-icons a.icon-item.twitter {
    order: 3;
  }
  .menu-social-icons .custom-social-icons a.icon-item.email {
    order: 4;
  }

}




@media (max-width: 450px) {
  .child-trigger {
    height: 43px !important;
  }

  .mobile-menu .hs-menu-wrapper > ul ul .child-trigger {
    height: 42px !important;
  }

  .mobile-menu .hs-menu-wrapper > ul li a {
    font-size: 16px;
  }

  .mobile-menu .hs-menu-wrapper > ul ul li a {
    font-size: 14px;
  }
  .mobile-menu .hs-menu-wrapper > ul ul ul li a {
    font-size: 12px;
  }

  .mobile-menu_buttons a {
    font-size: 16px;
  }

  .menu-social-icons .custom-social-icons a.icon-item {
    font-size: 12px;
  }

}


/*  */


.custom-menu-primary li.hs-menu-depth-3>a img {
  max-width: 32px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header_wrapper {
  min-height: 108px;
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header_main {
  padding: 18px 0;
  transition: all ease .3s;
}


.scroll .header_main {
  padding: 8px 0;
  min-height: 88px;
}

.header__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;

}

.header_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}



/* Styles for the Logo */

.header_logo {
  width: 224px;
}

.header_logo img {
  display: block;
  max-width: 100%;
  transition: all ease .3s;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 9px;
}

.scroll .header_logo img {
  max-width: 80%;
  padding-top: 15px;
  padding-bottom: 14px;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header_mobile_icons {
  display: none;
}


.header_navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}


.header_search_btn {
  position: relative;
  margin-left: -14px;
  margin-top: 2px;
  margin-right: 31px;
  width: 14.4px;
  cursor: pointer;
}

.header_search_btn img {
  width: 14.4px;
  height: 14.4px;
  display: block;
  max-width: 100%;
}

.header_buttons {
  display: flex;
  align-items: center;
  padding-bottom: 1px;
}

.header_buttons .header_btn:not(:last-child) {
  margin-right: 15px;
}

.header_btn a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.11px;
  line-height: 1;
  margin: 0;
  padding: 12px 29px 11px;
}

.header_login_btn a {
  background-color: transparent;
  color: #F04B7A;
}
.header_login_btn a:hover,
.header_login_btn a:focus {
  background-color: #F04B7A;
  color: #FFFFFF;
}

.mobile-menu-wrapper {
  display: none;
}

.header_search_wrapper {
  background: linear-gradient( 
    180deg
    , #fff 22%, #ecfafd 47%);
  position: relative;
  overflow-y: hidden;
  padding: 0;
  transition: all ease .5s;
  max-height: 0;
}

.search-open .header_search_wrapper {
  max-height: 500px;
}

.header_search_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header_search_title {
  color: #2D2847;
  font-size: 16px;
  letter-spacing: 0.57px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  padding: 22.5px;
}

.header_search_close {
  color: rgba(45, 40, 71, 0.75);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  padding: 22.5px;
  margin: 0;
  cursor: pointer;

}

.header_search_close img {
  display: inline;
  margin-right: 3px;
  width: 10px;
  height: 10px;
}

.header_search_wrapper .search-form {
  display: flex;
  align-items: center;
  max-width: 620px;
  margin: 0 auto;
  padding: 0 0 90px;
}


.header_search_wrapper .search-form input[type='text'] {
  max-width: 840px;
  width: 100%;
  background-color: #FFFFFF;
  padding: 14px 0 14px 25px;
  box-shadow: 0 2px 10px 5px rgb(0 0 0 / 4%);
  font-size: 16px;
  letter-spacing: 0.15px;
  color: #191A1B;
  opacity: 0.9;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  border-radius: 8px;
  border: 0;

}

.header_search_wrapper .search-form-close {
  display: none;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.14px;
  line-height: 19px;
  color: #191A1B;
}

.header_search_wrapper .search-form-close svg {
  height: 17px;
  width: 17px;
  display: inline-block;
  margin: 0 15px 0 20px;
}





/* Tablet Styles */

@media (max-width: 1370px) {
  .header_search_btn {
    margin-left: -6px;
  }
  .header_btn a {
    font-size: 14px;
    padding: 11px 29px;
  }
}

@media (max-width: 1190px) {
  .menu-social-icons h6 {
    display: none;
  }
  .header_wrapper {
    min-height: 89px;
  }

  .scroll .header_main {
    padding: 15px 0 18px;
    min-height: 75px;
  }

  .header_logo {
    padding: 0;
  }

  .header_logo img,
  .scroll .header_logo img {
    padding: 0;
  }

  .header_navigation {
    display: none;
  }

  .header_mobile_icons {
    display: flex;
    flex-wrap: wrap;
  }

  .header_search_btn {
    margin: 0;
    width: 29px;
  }
  .header_search_btn img {
    width: 29px;
    margin-top: 3px;
    height: auto;
  }

  .mobile-trigger {
    cursor: pointer;
    display: block;
    margin-left: 25px;
  }

  .mobile-trigger .bar {
    width: 35px;
    height: 4px;
    background-color: #F04B7A;
    margin: 6px 0;
    transition: 0.4s;
  }

  .mobile-open .mobile-trigger .bar1 {
    transform: rotate(
      -45deg
    ) translate(-9px, 6px);
  }

  .mobile-open .mobile-trigger .bar2 {
    opacity: 0;
  }

  .mobile-open .mobile-trigger .bar3 {
    transform: rotate(
      45deg
    ) translate(-8px, -5.5px);
  }

  .mobile-menu-wrapper {
    display: block;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    background-color: #ecfafd;
    transform: translate3d(0, 100%, 0);
    transition: all ease 0.3s;
    margin-top: -1px;
    overflow: auto;
    position: fixed;

  }

  .mobile-open .mobile-menu-wrapper  {
    transform: translate3d(0, 0, 0);
    padding-bottom: 150px;
  }




}


/* Mobile Styles */

@media (max-width: 669px) {
  .header_search_wrapper .search-form {
    padding: 0 0 60px;
  }
}

@media (max-width: 450px) {
  .header_wrapper {
    min-height: 82px;
  }
  .header_main {
    padding: 20px 0;
  }
  .scroll .header_main {
    padding: 15px 0 18px;
    min-height: 69px;
  }
  .header_logo {
    width: 150px;
  }
  .scroll .header_logo img {
    padding-top: 4px;
    padding-bottom: 3px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  padding: 53px 0 15px;
}

.footer__container {
  margin: 0 auto;
  width: 90%;
}

footer.footer h6 {
  color: black;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 30px;
}


.footer_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.footer_copyright {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 22px;
  color: black;
  margin: 0 24px 0 0;
  width: auto;
  text-align: left;
}

.footer-policy-menu {
  width: auto;
}

.footer-policy-menu .hs-menu-wrapper > ul {
  line-height: normal;
}

.footer-policy-menu .hs-menu-wrapper > ul li {
  margin: 0;
  display: inline;
}

.footer-policy-menu .hs-menu-wrapper > ul li a {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 22px;
  color: black;
  margin: 0 24px 0 0;
  cursor: pointer;
  text-decoration: none;
} 

.footer_main {
  padding-bottom: 170px;
}

.footer_main_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_menu {
  width: 75%;
}

.footer_menu a {
  text-decoration: none;
}



.footer_menu .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_menu .hs-menu-wrapper > ul > li {
  width: calc(100% / 3);
  display: block;
}

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

.footer_menu .hs-menu-wrapper ul li a[href="#"] {
  cursor: default;
}

.footer_menu .hs-menu-wrapper ul li.hs-menu-depth-2 {
  margin-bottom: 31px;
  margin-top: 0;
  line-height: 12px;
}

.footer_menu .hs-menu-wrapper ul li.hs-menu-depth-2 > a {
  color: #000000;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
}


.footer_menu .hs-menu-wrapper ul li.hs-menu-depth-3 {
  margin-bottom: 31px;
  line-height: 12px;
  margin-top: 18px;
}

.footer_menu .hs-menu-wrapper ul li.hs-menu-depth-3 > a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

.footer_menu .hs-menu-wrapper ul li.hs-menu-depth-4 {
  line-height: 12px;
  margin: 8px 0px;
}

.footer_menu .hs-menu-wrapper ul li.hs-menu-depth-4 a {
  color: black;
  text-transform: initial;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}


.footer_info {
  width: 25%;
}

.footer_subscribe {
  margin-bottom: 50px;
}

.footer_subscribe .hs_cos_wrapper_type_form {
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}


.footer_subscribe .form-title {
  margin: 1em 0;
  color: black;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 0;
  font-family: Work Sans,sans-serif;
  font-weight: 400;
  background-color: transparent;
  padding-bottom: 2px;


}

.footer_subscribe form {
  position: relative;
  margin: 0;
}

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

.footer_subscribe form .hs-form-field {
  margin-bottom: 1.25em;
}


.footer_subscribe .hs-form-field > label {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  letter-spacing: 0.12px;

}

.footer_subscribe form .hs-input {
  padding: 8px 11px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  min-height: 48px !important;
  letter-spacing: 0.13px;

}

.footer_subscribe .hs-input.error {
  border: 2px solid red;
  padding: 8px 10px;
}

.footer_subscribe form .hs-button {
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  transition: all ease .3s;
  margin: 0;
  z-index: 5;
  margin-top: 40px;
} 

.footer_subscribe form .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 0;
}


footer.footer .custom-social-icons a.icon-item {
  height: 48px;
  width: 48px;
  background-color: #F04B7A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 12px 12px 0;
  transition: all ease 0.3s;
  cursor: pointer;
}

footer.footer .custom-social-icons a.icon-item:last-child {
  margin-right: 0;
}

footer.footer .custom-social-icons a.icon-item svg {
  color: #FFFFFF;
  height: 24px;
  width: 24px;
  margin: 0;
} 

footer.footer .custom-social-icons a.icon-item svg#icon-twitter {
  height: 20px;
  width: 20px;
}

footer.footer .custom-social-icons a.icon-item:hover {
  background-color: #ec215b;
  text-decoration: none;
}


.footer_industry_associations {
  margin-top: 50px;
}

.footer_industry_associations h6 {
  margin-bottom: 2.5em !important;
}

.footer_industry_associations a {
  display: inline-block;
  margin: 0 20px 12px 0;
}

.footer_industry_associations a  img {
  max-width: 96px;
  height: auto;
  display: block;
  vertical-align: middle;
}



#back-to-top {
  border-radius: 4px;
  height: 48.68px;
  width: 48.07px;
  background-color: #F04B7A;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  position: fixed;
  right: 1px;
  bottom: 0;
  z-index: 99999;
  opacity: 0;

}

#back-to-top svg {
  fill: currentColor;
  display: block;
  width: 24px;
  height: 38px;
}

#back-to-top span {
  display: none;
}

#back-to-top.show {
  opacity: 1;
}

#back-to-top:hover {
  background-color: #ec215b;
}

@media (max-width: 1120px) {

  .footer_info {
    width: 100%;
    margin-top: 30px;
  }

  .footer_menu {
    width: 100%;
  }

  .footer_menu .hs-menu-wrapper > ul > li {
    width: calc(25% - 20px);
  }

}

@media (max-width: 960px) {
  .footer_main {
    padding-bottom: 100px;
  }


}

@media (max-width: 750px) {
  .footer_menu .hs-menu-wrapper > ul > li {
    width: calc(50% - 20px);
  }
}

@media (max-width: 599px) {
  .footer_copyright {
    width: 100%;
    text-align: center;
    margin: 0;
    padding-right: 24px;
  }
  .footer-policy-menu {
    width: 100%;
    text-align: center;
    margin-top: 1em;
  }
}

@media (max-width: 500px) {

  .footer_subscribe form .hs-input {
    width: 100% !important;
    max-width: 100%;
  }
  .footer_subscribe form .hs-button {
    position: static;
    margin: 0;
    border-radius: 0;
    margin-top: 12px;
  }
  .footer_menu .hs-menu-wrapper > ul > li {
    width: 100%;
  }

}


@media (max-width: 450px) {
  .footer_subscribe form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .footer_subscribe form fieldset .input {
    margin-right: 0 !important;
  }
  .footer_main {
    padding-bottom: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

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

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

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

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




.blog-index__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%;
}

@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 {

}
.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;
  margin-top: 40px;
}
.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__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {

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

/* ===== Blog Custom STyle  === */

.cm-blog-header {
  padding: 30px 0 0px;
  text-align: center;
}

.cm-blog-header .title {
  margin-bottom: 24px;
}

.cm-blog-header .description {
  opacity: 0.9;
  margin: 1em 0;
  margin-bottom: 0;
}

.blog-topic-filter-sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 30px 0 40px;
}

.blog-topic-filter {
  border: 0.25px solid rgba(151, 151, 151, 0.3);
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 5.5px 11px 5.5px 19px;
  text-transform: uppercase;
  min-width: 244.84px;

}
.blog-topic-filter .filter-by {
  margin: 0;
  font-size: 14px;
  letter-spacing: 1.25px;
  line-height: 28px;
  margin-right: 5px;
  color: #909090;
}

.blog-topic-filter select {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  color: #F04B7A;
  font-size: 14px;
  letter-spacing: 1.25px;
  line-height: 28px;
  text-transform: uppercase;
  background-image: url(//14542760.fs1.hubspotusercontent-na1.net/hubfs/14542760/raw_assets/public/Company_Watch_June2021/images/icon-select.svg) ;
  background-repeat: no-repeat;
  background-position: center right 0;
  padding-right: 20px;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;


}


.blog-topic-filter ul.l_tinynav1 {
  display: none;
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -12px 30px;
}

.blog-index:after {
  content: "";
  flex: auto;
}

.blog-index_post {
  width: calc(25% - 24px);
  margin: 0 12px 24px;
}

.blog-index_post-inner {
  opacity: 1;
  overflow: hidden;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 15px 2px rgb(54 54 54 / 10%);
  transition: color 0.6s ease, opacity 0.6s ease, background-color 0.6s ease, transform 0.9s cubic-bezier(0.23, 1, 0.32, 1) ;
  text-decoration: none;
}



.blog-index_post-image-wrap {
  overflow: hidden;
  max-height: 162px;
}

.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url(https://14542760.fs1.hubspotusercontent-na1.net/hubfs/14542760/Company_Watch_June2021/images/grayscale-mountain.jpg);
  transition: all ease 0.3s;
}

.blog-index_post-content {
  padding: 43px 37px 58px;
}

.blog-index_post-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 32px;
  margin: 0 0 0.5em;
}

.blog-index_post .read-more {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #40C8F4;
}

.blog-index_post .read-more svg {
  display: block;
  fill: currentColor;
  transition: all ease 0.3s;
  height: 7px;
  width: 5px;
  margin-top: 2.8px;
  margin-left: 7px;
}



.blog-index_post-inner:hover {
  box-shadow: 0 2px 15px 2px rgb(54 54 54 / 10%);
  text-decoration: none;
}
.blog-index_post-inner:hover .blog-index__post-image {
  transform: scale(1.2);
}

.blog-index_post-inner:hover .read-more svg {
  margin-left: 13px;
}

.blog_newsletter-sec {
  padding: 150px 0 180px;
  background: linear-gradient( 
    180deg
    , white 22%, #ECFAFD 47%);
}

.blog_newsletter-sec .sec-row {
  display: flex;
  flex-wrap: wrap;
  border-radius: 32px;
  box-shadow: 0 2px 15px 2px rgb(54 54 54 / 10%);
  background-color: #FFFFFF;
}

.blog_newsletter-sec .image-wrap {
  width: 35%;
  overflow: hidden;
  position: relative;
}

.blog_newsletter-sec .image-wrap img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  object-fit: cover;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}

.blog_newsletter-sec .form-wrap {
  width: 65%;
  padding: 100px;
}

.blog_newsletter-sec .hs_cos_wrapper_type_form {
  margin: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}


.blog_newsletter-sec .form-wrap h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.27px;
  line-height: 32px;
  margin: 0 0 1.6rem;
  padding-bottom: 1px;

}

.blog_newsletter-sec .form-wrap .form-title {
  margin: 0 0 34px;
  font-size: 16px;
  letter-spacing: .13px;
  line-height: 28px;
  background-color: transparent;
  font-family: Work Sans,sans-serif;
  font-weight: 400;
}

.blog_newsletter-sec form {
  position: relative;
  margin: 0;
  max-width: 304px;
}

.blog_newsletter-sec form .hs-form-field {
  margin-bottom: 0;
}

.blog_newsletter-sec .hs-form-field > label {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 3px;

}

.blog_newsletter-sec form .hs-input {
  padding: 9px 10px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  min-height: 42px !important;
  max-width: calc(100% - 110px);
  border-radius: 8px 0px 0px 8px;
}

.blog_newsletter-sec .hs-input.error {
  border: 2px solid red;
  padding: 8px 10px;
}

.blog_newsletter-sec form .hs-button {

  padding: 12px 20px;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  transition: all ease .3s;
  margin: 0;
  position: absolute;
  top: 26px;
  right: 1px;
  z-index: 5;
}


/* Blog Post  Page */

.blog-post {
  max-width: 888px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.blog-post-header {
  text-align: center;
  padding: 40px 0 0px;
}
.blog-post-header .blog-post-meta {
  font-family: "Work Sans";
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1.22rem;
}

.blog-post-title {
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: 60px;
  text-align: center;
  margin: 0 0 40px;
}

.blog-post__body {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}


.blog-social-share {
  margin-top: 35px;
}

.blog-social-share h6 {
  margin: 0;
  opacity: 0.9;
  color: #191A1B;
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 28px;
}

.blog-social-share a {
  height: 48px;
  width: 48px;
  background-color: #F04B7A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 12px 12px 0;
  transition: all ease 0.3s;
  z-index: 1;
  position: relative;
  text-decoration: none;
  cursor: pointer;

}

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

.blog-social-share a svg {
  fill: currentColor;
  color: #FFFFFF;
  height: 20px;
  width: 20px;
  display: block;
}

.cm-arrange-trial-wrapper {
  padding: 50px 0 114px;
  background: linear-gradient( 
    180deg
    , white 22%, #ECFAFD 47%);
}

.cm-arrange-trial-wrapper .sec-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cm-arrange-trial-wrapper .text-wrap {
  width: 35%;
  font-size: 16px;
  letter-spacing: 0.13px;
  line-height: 28px;
  padding-top: 49px;

}
.cm-arrange-trial-wrapper .text-wrap h1 {
  font-size: 52px;
  letter-spacing: -0.43px;
  line-height: 72px;
  margin: 0 0 0.5em;
}

.cm-arrange-trial-wrapper .text-wrap > *:last-child {
  margin-bottom: 0;
}



.cm-arrange-trial-wrapper .form-wrap {
  width: 59%;
  position: relative;
}

.cm-arrange-trial-wrapper .hs_cos_wrapper_type_form {
  padding: 52px 65px;
  margin: 0;
  max-width: 100% !important;
}


.cm-arrange-trial-wrapper fieldset {
  max-width: 100% !important;
}

.cm-arrange-trial-wrapper fieldset .input {
  margin-right: 0 !important;
}

.cm-arrange-trial-wrapper fieldset.form-columns-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cm-arrange-trial-wrapper fieldset.form-columns-2 .hs-form-field {
  float: none !important;
  width: 48% !important;
}

.cm-arrange-trial-wrapper form textarea {
  min-height: 96px !important;
}

.blog-featured-img {
  padding-bottom: 20px;
  text-align: center;
}
.blog-featured-img img{
  border-radius: 28px;
}
.blog-post .blog-tags{
  padding-bottom: 20px;
}
.blog-post .blog-tags a{
  background-color: #f04b7a;
  padding: 6px 22px;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #f04b7a;
  font-size: 15px;
  margin: 0 1px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.blog-post .blog-tags a:hover{
  background-color: transparent;
  border: 1px solid #f04b7a;
  color: #f04b7a;
}  
.blog-post-meta span.author-name{
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.blog-post-meta span.author-name:after{
  content: '';
  display: block;
  height: 1px;
  width: 20px;
  background: #191a1b;
  position: absolute;
  top: 9px;
  right: -10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0 10px;
  opacity: 0.4;
}
.blog-post-meta a.topic-link{
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 8px;  
}
.blog-post-meta a.topic-link:last-of-type{
  padding-right: 0;
}
.blog-post-meta a.topic-link:after{
/*   content: '';
  display: block;
  height: 1px;
  width: 20px;
  background: #191a1b;
  position: absolute;
  top: 9px;
  right: -10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0 10px;
  opacity: 0.4;   */
}
.blog-post-meta a.topic-link:hover{
  color: #f04b7a;
}  

.cm-arrange-trial-wrapper .actions {
  padding-top: 10px;
}
.cm-arrange-trial-wrapper .hs-button {
  margin: 0;
}


@media (max-width: 1111px) {
  .blog-index_post {
    width: calc(33.3% - 24px);
  }
}

@media (max-width: 960px) {
  .blog-index_post {
    width: calc(50% - 24px);
  }

  .cm-arrange-trial-wrapper .text-wrap {
    width: 100%;
    text-align: center;
  }
  .cm-arrange-trial-wrapper .form-wrap {
    width: 100%;
    margin-top: 40px;
  }

  .blog_newsletter-sec .image-wrap {
    width: 100%;
    height: 41vw;
    min-height: 200px;
  }
  .blog_newsletter-sec .image-wrap img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 32px;
  }
  .blog_newsletter-sec .form-wrap {
    width: 100%;
    padding: 9% 10% 11%;
  }
  .blog_newsletter-sec .form-wrap h2 {
    padding: 0;
  }
  .cm-arrange-trial-wrapper {
    padding-top: 0;
  }

}

@media (max-width: 669px) {
  .cm-arrange-trial-wrapper .hs_cos_wrapper_type_form {
    padding: 26px 35px;
  }
  .blog_newsletter-sec {
    padding: 75px 0;
  }
}


@media (max-width: 620px) {
  .blog-post-title {
    font-size: 32px;
    line-height: 45px;
    margin: 0 0 30px;
  }
  .cm-arrange-trial-wrapper .text-wrap h1 {
    font-size: 32px;
    line-height: 45px;
  }
  .blog_newsletter-sec .form-wrap h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .blog_newsletter-sec form {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .blog-index_post {
    width: 100%;
  }

}


@media (max-width: 500px) {

  .blog_newsletter-sec form .hs-input {
    width: 100%;
    border-radius: 0;
    max-width: 100%;
  }
  .blog_newsletter-sec form .hs-button {
    position: static;
    margin: 0;
    width: 100%;
    border-radius: 0;
  }


}


@media (max-width: 450px) {

  .cm-arrange-trial-wrapper fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px){
  .blog-post-meta span.author-name{
    display: block;
    padding: 0;
  }
  .blog-post-meta span.author-name:after{
    display: none;
  }

}
/* ******************************************************************************
*********************************************************************************
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: 'Neue Montreal', 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: 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: 'Neue Montreal', sans-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;
}

@media (max-width: 480px) {
  .systems-page h1 {
    font-size: 30px;
  }

  .systems-page h2 {
    font-size: 26px;
  }
  
  .systems-page h3 {
    font-size: 24px;
  }
  .systems-page h4 {
    font-size: 22px;
  }
}

/* === FORCE PP NEUE MONTREAL GLOBALLY === */
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('') format('woff2'),
       url('') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* (Repeat exactly for each weight: 100, 300, 500, 600, 700) */

:root {
  --primary-body-font-family: 'PP Neue Montreal', sans-serif !important;
  --a-primary-body-font-family: 'PP Neue Montreal', sans-serif !important;
  --secondary-header-font-family: 'PP Neue Montreal', sans-serif !important;
  --h1-secondary-header-font-family: 'PP Neue Montreal', sans-serif !important;
  --h2-secondary-header-font-family: 'PP Neue Montreal', sans-serif !important;
  --h3-secondary-header-font-family: 'PP Neue Montreal', sans-serif !important;
  --h4-secondary-header-font-family: 'PP Neue Montreal', sans-serif !important;
  --h5-secondary-header-font-family: 'PP Neue Montreal', sans-serif !important;
  --h6-secondary-header-font-family: 'PP Neue Montreal', sans-serif !important;
  --a-hover-primary-body-font-family: 'PP Neue Montreal', sans-serif !important;
}

/* In case CSS variables are still overridden elsewhere */
body, html,
a, a:hover,
h1, h2, h3, h4, h5, h6,
.button, .button:hover,
.header__button, .header__button:hover {
  font-family: 'PP Neue Montreal', sans-serif !important;
}


:root {
  --a-hover-primary-body-font-family: 'Neue Montreal', sans-serif !important;
}

:root {
  --primary-body-font-family: 'PP Neue Montreal', sans-serif !important;
  --a-hover-primary-body-font-family: 'PP Neue Montreal', sans-serif !important;
  --secondary-header-font-family: 'PP Neue Montreal', sans-serif !important;

  --h1-secondary-header-font-family: 'PP Neue Montreal', sans-serif !important;
  --h2-secondary-header-font-family: 'PP Neue Montreal', sans-serif !important;
  --h3-secondary-header-font-family: 'PP Neue Montreal', sans-serif !important;
  --h4-secondary-header-font-family: 'PP Neue Montreal', sans-serif !important;
  --h5-secondary-header-font-family: 'PP Neue Montreal', sans-serif !important;
  --h6-secondary-header-font-family: 'PP Neue Montreal', sans-serif !important;
}

body,
html,
a,
a:hover,
.button,
.button:hover,
.header__button,
.header__button:hover {
  font-family: 'PP Neue Montreal', sans-serif !important;
}