/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































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


.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 65px;
  padding-right: 65px;
  transition: padding-right 0.25s, padding-left 0.25s;
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 500px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding-left: 17px;
    padding-right: 17px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "museo-sans";
  src: url("https://use.typekit.net/af/635674/00000000000000000000e800/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"),url("https://use.typekit.net/af/635674/00000000000000000000e800/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"),url("https://use.typekit.net/af/635674/00000000000000000000e800/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
  font-style: normal;
  font-weight: 100;
  font-display: swap
}

@font-face {
  font-family: "museo-sans";
  src: url("https://use.typekit.net/af/47003b/00000000000000000000e801/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff2"),url("https://use.typekit.net/af/47003b/00000000000000000000e801/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("woff"),url("https://use.typekit.net/af/47003b/00000000000000000000e801/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3") format("opentype");
  font-style: italic;
  font-weight: 100;
  font-display: swap
}

@font-face {
  font-family: "museo-sans";
  src: url("https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: "museo-sans";
  src: url("https://use.typekit.net/af/5cca6d/00000000000000000000e802/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"),url("https://use.typekit.net/af/5cca6d/00000000000000000000e802/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"),url("https://use.typekit.net/af/5cca6d/00000000000000000000e802/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-style: italic;
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: "museo-sans";
  src: url("https://use.typekit.net/af/a28b50/00000000000000000000e803/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/a28b50/00000000000000000000e803/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/a28b50/00000000000000000000e803/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: "museo-sans";
  src: url("https://use.typekit.net/af/c2d3de/00000000000000000000e804/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"),url("https://use.typekit.net/af/c2d3de/00000000000000000000e804/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"),url("https://use.typekit.net/af/c2d3de/00000000000000000000e804/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-style: italic;
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: "museo-sans";
  src: url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: "museo-sans";
  src: url("https://use.typekit.net/af/2841b6/00000000000000000000e806/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/2841b6/00000000000000000000e806/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/2841b6/00000000000000000000e806/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-style: italic;
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: "museo-sans";
  src: url("https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),url("https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),url("https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap
}

@font-face {
  font-family: "museo-sans";
  src: url("https://use.typekit.net/af/27c143/00000000000000000000e808/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"),url("https://use.typekit.net/af/27c143/00000000000000000000e808/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"),url("https://use.typekit.net/af/27c143/00000000000000000000e808/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
  font-style: italic;
  font-weight: 900;
  font-display: swap
}

html {
  scroll-behavior: smooth;
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 16px;
  color: #494a52;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  font-weight: 300;
  text-decoration: underline;
  transition: color 0.25s;
}
a:hover, a:focus {
  text-decoration: underline;
}
p a {
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.25s;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0px;
  padding-bottom: 12px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
}
@media (max-width: 1024px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-word;
  }
}
h1 {
  font-size: 2.1rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h1 {
    line-height: 65px;
  }
}
h2 {
  font-size: 1.6rem;
  line-height: 1.19;
}

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

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

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

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


code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: inherit;
}

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

blockquote {
  line-height: inherit;
  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 {
  font-size: 10px;
  line-height: 1;
}

sup {
  vertical-align: super;
  top: 0;
}

:focus {
  outline: none;
}

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

b, strong {
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin-bottom: 0;
  margin-top: 0px;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  position: relative;
  text-align: center;
  transition: color 0.6s;
  border-color: #494A52;
  color: #fff;
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  font-size: 14px;
  padding: 16px 24px;
  
  text-decoration: none;
  position: relative;
  overflow: hidden;
  white-space: normal;
  z-index: 5; 
  background: none;
}
.btn-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 24px;
  vertical-align: middle;
}
.btn-wrap:before  {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
}
.btn-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: left 0.6s;
  background: #F48120;
}
.btn-wrap:hover:after {
  left: 0%;
}
.hs-button:hover, .hs-button:focus {
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

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


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


.hs-error-msgs label {
  margin-top: 0px;
  color: #FF5A5F !important;
}

.hs-input,
.hs-search-field__input,
input#hs-pwd-widget-password{
  display: block;
  width: 100%;
  padding-bottom: 8px;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.54);
  color: #33475b;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: border-bottom 0.25s, box-shadow 0.25s, border-color 0.25s;

}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  display: inline-block;
  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-form-field > label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  transition: color 0.25s, font-size 0.25s, line-height 0.25s, top 0.25s;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.hs-input:-moz-placeholder {
  color: rgb(117, 117, 117);
}

.hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
.hs-search-field__input:focus,
input#hs-pwd-widget-password:focus{
  outline: none;
  border-bottom: 1px solid #0795B6;
  box-shadow: 0 1px 0 0 #0795b6;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0; 
}
label.hs-error-msg {
  padding-top: 8px !important;
  margin: 0;
  font: 300 12px/14px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  font-weight: 300 !important;
}
.hs_error_rollup {
  padding-top: 8px;
}

select {
  background-image:url(//8374679.fs1.hubspotusercontent-na1.net/hubfs/8374679/raw_assets/public/EngagementFactory_April2021/images/baseline-arrow_drop_down-24px.svg);
  background-repeat: no-repeat;
  background-position: right;
  padding-left:5px !important;
}

select option {
  font-weight: 300 !important;
  font-family: "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #FF5A5F;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.hs-fieldtype-radio>label,
.hs-fieldtype-checkbox>label{
  position: static !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;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

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

.hs-form-required {
  color: rgba(0,0,0,0.54);
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  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: 840px) and (min-width: 768px){
  .cm-careers3-sec h3 {
    font-size: 35px;
  }
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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;
}


/* ============================================
=====================
Awards Page Css -====== MODULE.css
=====================
============================================ */

.cm-awards-sec h1 {
  padding-bottom: 0;
}
.cm-awards2-sec p {
  font: 300 20px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}
.cm-awards2-sec p:last-child {
  margin-bottom: 0;
}
.cm-awards-sec .hs_cos_wrapper_type_linked_image{
  width: calc(100% + 65px*2);
  display: block;
  min-height: 200px;
  margin-left: -65px;
}
.cm-awards-sec .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
  width: 100%;
}


/* ============================================
=====================
Careers Page Css
=====================
============================================ */
.careers-wrapper{
  overflow: hidden;
}

.cm-careers2-sec .hs_cos_wrapper_type_linked_image {
  position: relative;
}
.cm-careers2-sec .hs_cos_wrapper_type_linked_image:before {
  content: '';
  position: absolute;
  background-color: #668001;
  width: calc(100% - 36px);
  height: 100%;
  z-index: -1;
  top: -36px;
  left: 0;
}
.cm-careers2-sec .hs_cos_wrapper_type_linked_image {
  margin-top: 36px;
  position: relative;
  width: 100%;
  display: block;
}
.cm-careers2-sec .hs_cos_wrapper_type_linked_image img {
  padding-left: 36px;
  vertical-align: middle;
}

.cm-careers3-sec h3{
  padding-bottom: 24px;
}
.cm-careers3-sec p:last-child {
  margin-bottom: 0;
}

.cm-careers4-sec .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}

.cm-careers5-sec h2{
  padding:0;
}
.cm-careers5-sec h6 {
  padding-top: 24px;
  padding-bottom: 0;
}

/* ============================================
=====================
Clients Page Css
=====================
============================================ */

.cm-clients2-sec .dnd-section>.row-fluid > .dnd-column > .dnd-row {
  margin-bottom: 2.91%;
}
.cm-clients2-sec .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child {
  margin-bottom: 0;
}
.cm-clients2-sec .span2.dnd-column {
  padding-left: 0;
  padding-right: 0;
  width: 14.240%;
  margin-left: 2.91%;
}
.cm-clients2-sec .span2.dnd-column:first-child {
  margin-left: 0;
}
.cm-clients2-sec .span2 .hs_cos_wrapper_type_linked_image {
  display: block;
  height: auto;
  max-width: 100%;
}
.cm-clients2-sec .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
  display: block;
  width: 100%;
}
.cm-clients2-sec .span2 .hs_cos_wrapper_type_linked_image a {
  display: block;
  width: 100%;
  height: 100%;
}


/* ============================================
=====================
About Page Css
=====================
============================================ */
.cm-about2-sec h2 {
  padding-bottom: 30px;
  margin-right: -4px;
}
.cm-about2-sec p:last-child {
  margin-bottom: 0;
}



.cm-about4-sec .dnd-column{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.cm-about4-sec h4 {
  padding-bottom: 24px;
}
.cm-about4-sec .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}
.cm-about4-sec .hs_cos_wrapper_type_linked_image {
  display: block;
  padding-bottom: 36px;
}
.cm-about4-sec .button-container .button {
  margin-top: 0;
}
.cm-about4-sec .button-container {
  padding-top: 0;
}


.cm-about5-sec h2 {
  padding-bottom: 0;
}
.cm-about5-sec h6 {
  padding-top: 24px;
  padding-bottom: 0;
}
.cm-about5-sec .hs_cos_wrapper_type_linked_image img {
  width: 100%;
  display: block;
  vertical-align: middle;
}
.cm-about5-sec h5{
  font: 500 24px/29px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding-top: 24px;
  padding-bottom:0;
}
.cm-about5-sec p {
  padding-top: 12px;
  margin-bottom: 0;
}


.cm-about6-sec .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}
.cm-about6-sec h2 {
  padding-top: 36px;
  padding-bottom: 0;
}
.cm-about6-sec p {
  padding-bottom: 24px;
  padding-top: 30px;
  margin: 0;
}
.cm-about6-sec p:last-child {
  padding: 0;
}
.cm-about6-sec p a {
  color: #0795B6;
  font-weight: 500;
  text-decoration: underline;
}
.cm-about6-sec p a:hover{
  color: #000;
}

/* ============================================
=====================
Inspiration
=====================
============================================ */
.cst-r1-inspiration-section h6 {
  font-size: 20px;
  font-family: "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  line-height: 24px;
  font-weight: 300 !important;
  padding-bottom: 0 !important;
}
.cst-r1-inspiration-section p {
  padding-top: 36px !important;
}
.cst-r1-inspiration-section p:first-child {
  padding-top: 0 !important;
}
.cst-r1-inspiration-inner-grp .hs-button, 
.cst-r1-inspiration-inner-grp .button--primary {
  text-decoration:none;
}
.cst-r1-inspiration-inner-grp .hs-button:before, 
.cst-r1-inspiration-inner-grp .button--primary:before {
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cst-r1-inspiration-inner-grp .hs-button:after, 
.cst-r1-inspiration-inner-grp .button--primary:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: left 0.6s;
  background: #F48120;
}

.cst-r1-inspiration-inner-grp .hs-button:hover:after, 
.cst-r1-inspiration-inner-grp .button--primary:hover:after {
  left: 0%;
}

/* Form ST */
.cm-form-st .hs-form-field {
  position: relative;
  margin-top: 36px;
  margin-bottom: 0;
}
.cm-form-st .hs-form-field>label {
  position: absolute;
  left: 0;
  top: 8px;
  transition: color .25s,font-size .25s,line-height .25s,top .25s;
  z-index: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  cursor: text;
  padding: 0;
}
.cm-form-st .is-active.hs-form-field>label {
  font: 300 12px/14px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  top: -19px;
}
.cm-form-st .is-active.hs-form-field label {
  color: #0795B6;
  cursor: default;
}
.cm-form-st .hs-fieldtype-select label {
  position: static;
  font: 300 12px/14px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  color: rgba(0,0,0,0.54);
  display: block;
  transition: color 0.25s;
}
.cm-form-st .hs-fieldtype-select select {
  position: relative;
  width: 100%;
  padding: 8px 24px 8px 0;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.54);
  font: 300 16px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  -ms-appearance: none;
  box-shadow: none;
  background-image:url(//8374679.fs1.hubspotusercontent-na1.net/hubfs/8374679/raw_assets/public/EngagementFactory_April2021/images/baseline-arrow_drop_down-24px.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.cm-form-st .inputs-list:first-child {
  padding-top: 0;
}
.cm-form-st .inputs-list {
  margin: 0;
}
.cm-form-st textarea:focus,
.cst-r3-careers-type2-right-section textarea:focus{
  outline: none;
  border: 1px solid #0795B6 !important;
  box-shadow: 0px 0px 0px 1px #0795b6 !important;
  caret-color: #0795B6 !important;
}
.cm-form-st .hs-input[type=checkbox],
.cm-form-st .hs-input[type=radio]{
  display: none;
}
.cm-form-st [type="radio"]:checked+span:before{
  background: #fff;
}
.cm-form-st [type='checkbox']+span,
.cm-form-st [type='radio']+span{
  margin-left: 0;
}
.cm-form-st [type="checkbox"]:checked,
.cm-form-st [type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
}
.cm-form-st [type="checkbox"]:checked+span,
.cm-form-st [type="checkbox"]:not(:checked)+span{
  font: 300 14px/25px  "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  color: #000;
  background: #fff;
  margin-left: 42px;
  position: relative;
  display: block;
  cursor: pointer;
}
.cm-form-st [type="checkbox"]:checked+span:before,
.cm-form-st [type="checkbox"]:not(:checked)+span:before{
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0,0,0,0.54);
  background-color: #fff;
  position: absolute;
  left: -42px;
  top: 10px;
  transform: translateY(-50%);
  border-radius: 4px;
  transition: background-color 0.25s, border-color 0.25s;
}

.cm-form-st [type="checkbox"]:checked+span:after,
.cm-form-st [type="checkbox"]:not(:checked)+span:after{
  content: '';
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: absolute;
  left: -37px;
  width: 4px;
  height: 8px;
  transform: rotate(45deg) translateY(-60%) translateX(-50%);
  top: 10px;
  transition: opacity 0.25s, border-color 0.25s;
  border-color: #fff;
}
.cm-form-st [type="radio"]+span {
  padding-left: 36px;
  margin-left: 0;
  font: 300 16px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  position: relative;
  display: block;
  cursor: pointer;
}
.cm-form-st [type="radio"]:checked+span:before,
.cm-form-st [type="radio"]:not(:checked)+span:before{
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #0795B6;
  position: absolute;
  top: 3px;
  border-radius: 50%;
  transform: none;
  content: " ";
}

.cm-form-st [type="radio"]:checked+span:after{
  content: " ";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0795b6;
  transform: none;
}
.cm-form-st input[type=checkbox]:checked+span:before{
  background-color: #0795B6;
  border-color: #0795B6;
}


.cm-form-st .actions {
  margin-bottom: -6px;
}
.cm-form-st .hs-form-required {
  color: rgba(0,0,0,0.54);
}
.cm-form-st .hs-form-field textarea {
  width: 100%;
  resize: none;
  border: 1px solid rgba(0,0,0,0.54);
  padding: 35px 16px 16px 16px;
  background-color: transparent;
  font: 300 16px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  transition: box-shadow 0.25s, border-color 0.25s;
}
.cm-form-st .hs-fieldtype-textarea label {
  position: absolute;
  top: 12px !important;
  left: 16px;
  font: 300 16px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  color: rgba(0,0,0,0.54);
  transition: color 0.25s, font-size 0.25s, line-height 0.25s, top 0.25s;
  z-index: -1;
}
.cm-form-st .is-active.hs-form-field.hs-fieldtype-select label,
.cm-form-st .is-active.hs-form-field.hs-fieldtype-radio label{
  color: rgba(0,0,0,0.54);
}


/* ============================================
=====================
Demo
=====================
============================================ */
.cst-r1-simplemenu-demo-section .hs-menu-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  width: 100%;
  z-index: 99;
  left: 0;
  right: 0;
  top: 96px;
  transition: background-color .5s ease;
  padding-left: 65px;
  padding-right: 65px;
  background-color: rgba(255,255,255,0.75);
}
.cst-r1-simplemenu-demo-section .hs-menu-wrapper > ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 24px;
  height: auto;
}
.cst-r1-simplemenu-demo-section .hs-menu-wrapper > ul > li {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cst-r1-simplemenu-demo-section .hs-menu-wrapper>ul>li.active {
  display: block !important;
}
.cst-r1-simplemenu-demo-section .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  font: 300 14px/17px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding: 0;
  color: #000;
}
.cst-r1-simplemenu-demo-section .hs-menu-wrapper > ul > li:hover >a{
  color: #0795B6;
}
.cst-r1-simplemenu-demo-section .hs-menu-wrapper>ul>li.active>a {
  color: #0795B6;
  transition: color .5s ease;
}
.cst-r1-simplemenu-demo-section .hs-menu-wrapper > ul > li:not(:last-child):after {
  content: '';
  height: 40px;
  width: 1px;
  border-left: 1px solid rgba(72,72,72,0.2);
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.cst-r1-simplemenu-demo-section .hs-menu-wrapper:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 95%;
  bottom: 0;
  left: 2.5%;
  transition: width 0.25s;
  border-bottom: 1px solid rgba(72,72,72,0.2);
}

.cst-r1-demo-bottom-section .dnd-section>.row-fluid {
  border-top: 36px solid #f5f5f5;
  padding-bottom: 0;
  padding-top: 48px;
}
.cst-r1-demo-bottom-section p {
  padding-bottom: 12px;
  font: 300 14px/17px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  color: rgba(0,0,0,0.54);
  margin-bottom: 0;
}
.cst-r1-demo-bottom-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cst-r1-demo-bottom-section ul li {
  font: 500 24px/29px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  display: inline-block;
}
.cst-r1-demo-bottom-section ul li a {
  text-decoration: none;
  font-weight: 500;
}
.cst-r1-demo-bottom-section ul li:not(:last-of-type):after {
  content: ' / ';
}


/* ============================================
=====================
Contact Us
=====================
============================================ */
.hs-contentWithimg-col-grp.withForm .hs-fieldtype-select select {
  background-image:url(//8374679.fs1.hubspotusercontent-na1.net/hubfs/8374679/raw_assets/public/EngagementFactory_April2021/images/baseline-arrow_drop_down-24px.svg);
}
.cm-contact2-sec h1 {
  position: relative;
  padding-bottom: 48px;
  float: left;
  max-width: 60%;
  font: 300 48px/57px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}
.cm-contact1-sec .hs-contentWithimg-col-grp .contentWithimg-bg {
  background-position-y: 70%;
}


/* ============================================
=====================
Survey
=====================
============================================ */
.cm-survey-sec .dnd-section>.row-fluid {
  padding-right: 63px;
  padding-left: 67px;
}
.cm-survey-sec h1 {
  padding-top: 48px;
  padding-bottom: 12px;
  font: 100 60px/72px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}
.cm-survey-sec h1+p {
  padding-bottom: 24px;
  margin-bottom: 0;
}
.cm-survey-sec h3 {
  font: 300 24px/29px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  letter-spacing: 0;
}
.cm-survey-sec h3+p {
  margin-bottom: 0;
}
.cm-survey-sec .span5.dnd-column > .dnd-row {
  margin-left: -36px;
  margin-right: -36px;
}
.cm-survey-sec .hs_cos_wrapper_type_linked_image {
  width: calc(100% + 65px);
  display: block;
}
.cm-survey-sec .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}
.cm-survey-sec .actions {
  margin-top: 36px;
}


.cm-survey-sec .hs-fieldtype-checkbox label {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.cm-survey-sec .hs-fieldtype-radio label,
.cm-survey-sec .hs-fieldtype-checkbox label {
  font: 300 16px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  margin-bottom:24px;
  white-space: normal;
}
.cm-survey-sec .hs-fieldtype-radio ul li:last-child label,
.cm-survey-sec .hs-fieldtype-checkbox ul li:last-child label {
  margin-bottom: 0;
}

.cm-survey-sec.cm-form-st [type="checkbox"]:checked+span,
.cm-survey-sec.cm-form-st [type="checkbox"]:not(:checked)+span{
  font: 300 16px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  margin-left: 0;
  padding-right: 50px;
}
.cm-survey-sec.cm-form-st [type="checkbox"]+span:before{
  content: '';
  position: absolute;
  width: 36px;
  height: 14px;
  border-radius: 14px;
  background-color: rgba(0,0,0,0.38);
  right: 0;
  left: auto;
  top: 2px;
  transition: background-color .25s;
  transform: none;
  border: 0;
}
.cm-survey-sec.cm-form-stc [type="checkbox"]:checked+span:before {
  background-color: rgba(7,149,182,0.38);
}
.cm-survey-sec.cm-form-st [type="checkbox"]+span:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  right: 18px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 16%);
  background-color: #fff;
  transition: right .25s,background-color .25s;
  transform: none;
  left: auto;
}
.cm-survey-sec.cm-form-st [type="checkbox"]:checked+span:after{
  right: 0;
  background-color: #0795B6;
}
.cm-survey-sec.cm-form-st input[type="checkbox"]:checked+span:before {
  background-color: rgba(7,149,182,0.38);
  border-color: rgba(7,149,182,0.38);
}

.cm-survey-sec.cm-form-st .hs-richtext.hs-main-font-element {
  margin-top: 60px;
}
.cm-survey-sec.cm-form-st select option{
  position: relative;
  width: 100%;
  padding: 8px 24px 8px 0;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.54);
  font: 300 16px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  -ms-appearance: none;
  box-shadow: none;
}

.cm-survey-sec .hs-i_agree_to_the_processing_of_my_personal_data_in_accordance_with_engagement_factory_s_privacy_polic [type="checkbox"]:checked+span,
.cm-survey-sec .hs-i_agree_to_the_processing_of_my_personal_data_in_accordance_with_engagement_factory_s_privacy_polic [type="checkbox"]:not(:checked)+span{
  font: 300 14px/25px  "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  color: #000;
  background: #fff;
  margin-left: 42px;
  position: relative;
  display: block;
  cursor: pointer;
}
.cm-survey-sec .hs-i_agree_to_the_processing_of_my_personal_data_in_accordance_with_engagement_factory_s_privacy_polic [type="checkbox"]+span:before{
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0,0,0,0.54);
  background-color: #fff;
  position: absolute;
  left: -42px;
  top: 10px;
  transform: translateY(-50%);
  border-radius: 4px;
  transition: background-color 0.25s, border-color 0.25s;
}

.cm-survey-sec .hs-i_agree_to_the_processing_of_my_personal_data_in_accordance_with_engagement_factory_s_privacy_polic [type="checkbox"]+span:after{
  content: '';
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: absolute;
  left: -37px;
  width: 4px;
  height: 8px;
  transform: rotate(45deg) translateY(-60%) translateX(-50%);
  top: 10px;
  transition: opacity .25s,border-color .25s;
  box-shadow: none;
  color: #fff;
  right: auto;
  border-radius: 0;
  background: transparent;
}

.cm-survey-sec .hs-i_agree_to_the_processing_of_my_personal_data_in_accordance_with_engagement_factory_s_privacy_polic input[type=checkbox]:checked+span:before {
  background-color: #0795B6;
  border-color: #0795B6;
}
.cm-survey-sec .hs-i_agree_to_the_processing_of_my_personal_data_in_accordance_with_engagement_factory_s_privacy_polic input[type=checkbox]:checked+span:after {
  opacity: 1;
  border-color: #fff;
}


/* ============================================
=====================
Careers Type2 Page
=====================
============================================ */

.has-margin-bottom-36px {
  margin-bottom: 36px !important;
}
.has-margin-top-36px {
  margin-top: 12px  !important;
}
.hs-responsive-iframe-vi.hs-pd-ch {
  margin-bottom: 12px !important;
  margin-top: 36px !important;
}
.hs-responsive-iframe-vi {
  margin: 0 !important;
  max-height: 400px !important;
}
.hs-responsive-iframe-vi .hs-responsive-embed-inner-wrapper {
  padding: 0 !important;
}
.hs-responsive-iframe-vi .hs-responsive-embed-iframe {
  position: static !important;
  min-height: 315px !important;
  max-width: 100%;
}
.hs-video-sec {
  width: 100% !important;
  margin-bottom: 7px !important;
}
.hs-video-sec iframe#video {
  padding: 36px 0 12px !important;
  width: 100% !important;
  height: 336px !important;
  position: static !important;
  display: block;
}
.cst-careers-type2--r2-grp h3+h6 {
  margin-top: 24px !important;
}
.custom-auto-info .custom-auto-info-form .hs-fieldtype-booleancheckbox label {
  top: 0 !important;
}
.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-fieldtype-select label {
  font: 300 12px/14px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  color: rgba(0,0,0,0.54);
  display: block;
  transition: color 0.25s;
}
.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-fieldtype-select select{
  position: relative;
  width: 100%;
  padding: 8px 24px 8px 0;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.54);
  font: 300 16px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  -ms-appearance: none;
  box-shadow: none;
}
.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-fieldtype-textarea textarea {
  width: 100%;
  resize: none;
  border: 1px solid rgba(0,0,0,0.54);
  padding:10px 16px 16px 15px !important;
  background-color: transparent;
  font: 300 16px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  transition: box-shadow .25s,border-color .25s;
  height: 101px;
}
.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-fieldtype-booleancheckbox {
  margin-top: 30px;
}
.cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text p {
  margin: 0;
  padding-top: 24px;
}
.cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text p:last-child {
  padding: 0; 
}
.cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text p:first-child {
  padding-top: 0px; 
}
.cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text h4+p {
  padding-top: 0;
}
.cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text h3+p {
  padding-top: 24px !important;
}
.has-padding-bottom-36px{
  padding-bottom: 36px;
}

.has-padding-top-36px {
  padding-top: 36px;
}
.cst-careers-type2--r2-grp img {
  vertical-align: middle;
}
.careers-type3-page .button-container .button {

  display: inline-block;
}
.careers-type3-page .blog-post-share a.socials {
  margin-left: 0 !important;
}
.data-driven-marketing .page-col-divider {
  padding-top: 96px;
  padding-left: 65px;
  padding-right: 65px;
}
.careers-type3-page .cst-right-grp {
  margin-right: 0 !important;
}
.data-driven-marketing .page-col-divider .divider--left {
  position: relative;
}
.data-driven-marketing .page-col-divider .divider--left:after {
  position: absolute;
  background-color: #f5f5f5;
  height: 36px;
  width: calc(100% - 65px);
  left: 0;
  z-index: -1;
  transition: top .25s ease-out;
  content: "";
}

.data-driven-marketing .page-col-divider .page-center {
  min-height: 35px !important;
  position: relative;
}
.data-driven-marketing .cst-careers-type2--r3-grp .page-center {
  flex-direction: row-reverse;
}
.data-driven-marketing .cst-careers-type2--r3-grp .cst-left-grp {
  margin-left: 0px !important;
  margin-right: -65px !important;
}
.cst-careers-type2--r3-grp .page-center .cst-right-grp {
  width: 31.392%;
  margin-right: 8.5%;
}

.data-driven-marketing .cst-right-grp {
  margin-right: 11.5% !important;
}

/* ============================================
=====================
mood-impression-page
=====================
============================================ */
.cm-r1-mood-impression-page-grp .widget-type-header {
  padding-top: 60px;
}
.cm-r1-mood-impression-page-grp .widget-type-header h1 {
  font: 100 96px/115px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding: 0;
}
.cm-r2-mood-impression-page-grp {
  padding-top: 96px;
}
.cm-r2-mood-impression-page-grp .dnd-section .widget-type-cell {
  padding: 0;
}
.cm-r2-mood-impression-page-grp .widget-type-linked_image img {
  display: block;
  transition: transform 0.25s;
  margin: 0 auto;
}
.cm-r2-mood-impression-page-grp .widget-type-linked_image img:hover {
  transform: scale(1.02);
}
.cm-r2-mood-impression-page-grp .widget-type-linked_image {
  padding-top: 72px;
  width: 100%;
}



/* ============================================
=====================
Partner Inner
=====================
============================================ */
.cm-partners-inner-page .cst-careers-type2-grp .widget-type-header h1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cm-partners-inner-page .button-container .button {
  margin-top: 0 !important;
}
.cm-partners-inner-page .hs-company.hs-fieldtype-text {
  padding-bottom: 8px;
}
.cm-partners-inner-page .cst-right-grp form .hs-fieldtype-booleancheckbox {
  margin-top: 38px !important;
}
.cm-partners-inner-page .cst-r1-careers-type2-section .span4.dnd-column .widget-type-linked_image {
  width: auto;
  min-height: auto;
  margin-left: 0;
  text-align: right;
}
.cm-partners-inner-page .cst-r1-careers-type2-section .span4.dnd-column .hs_cos_wrapper_type_linked_image img {
  margin-left: auto;
  height: 120px !important;
  width: auto;
}

/* ============================================
=====================
@ Media Qyery
=====================
============================================ */
@media screen and (min-width: 768px){

  /* Careers Page Css */
  .cm-careers3-sec .span6.dnd-column{
    width: 39.968%;
    margin-left:0;
    position
  }
  .cm-careers3-sec .span6.dnd-column{
    width: 39.968%;
    margin-left:0;
    position
  }
  .cm-careers3-sec .span6.dnd-column:first-child{
    margin-left: 8.3%;
    margin-right: 11.5% 
  }

  .cm-careers4-sec .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-careers4-sec .span6.dnd-column{
    width: 48.544%;
    margin-left:2.91%;
  }
  .cm-careers4-sec .span6.dnd-column:first-child{
    margin-left: 0;
  }

  .cm-careers5-sec h2{
    max-width: 60%;
  }

  /* Global Page Css */
  .equal-col-5 .span6.dnd-column {
    width: 39.968%;
    margin-left:11.5%;
  }
  .equal-col-6 .span6.dnd-column {
    width: 48.544%;
    margin-left: 2.91%;
  }
  .equal-col-4 .span4.dnd-column {
    width: 31.392%;
    margin-left: 2.91%;
  }
  .margin-first-zero .span6.dnd-column:first-child,
  .margin-first-zero .span4.dnd-column:first-child{
    margin-left:0; 
  }

  /* Survey Page Css */
  .cm-survey-sec .span7.dnd-column {
    width: 48.544%;
    margin-right: 2.91%;
  }
  .cm-survey-sec .span5.dnd-column {
    margin-left: 8.3%;
    width: 39.968%;
  }


  /* Demo Page Css */
  .cst-r1-simplemenu-demo-section .hs-menu-wrapper > ul > li {
    padding: 0 12px;
  }


  /* mood-impression-page */
  .cm-r2-mood-impression-page-grp .row-fluid .span6 {
    margin: 0;
    width: 48.544%;
    padding: 0;
    margin-right: 2.91%;
  }
  .cm-r2-mood-impression-page-grp .row-fluid .span6 + .span6 {
    margin: 0;
  }

}



@media screen and (min-width: 769px) and (max-width: 1024px){
  /* Clients Page Css */
  .cm-clients2-sec .span2.dnd-column {
    width: 30.1%;
    margin-bottom: 4.74%;
    margin-right: 4.74%;
    margin-left:0;
  }
  .cm-clients2-sec .span2.dnd-column:nth-child(3n){
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px){

  /* Careers Page Css */
  .cm-careers5-sec .span4.dnd-column {
    width:48%;
  }
  .cm-careers5-sec .row-fluid [class*="span"] {
    min-height: 0;
  }

  /* Clients Page Css */
  .cm-clients2-sec .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    margin-bottom: 0;
  }

  /* About Page Css */
  .cm-about3-sec .dnd-section .dnd-column > .dnd-row > .row-fluid {
    display: block !important;
  }
  .cm-about3-sec .span6.dnd-column {
    width: 100%;
    margin-left: 0;
  }

}
@media screen and (max-width: 900px){
  .cm-careers-sec .dnd-section,
  .cm-clients-sec .dnd-section,
  .cm-about-sec .dnd-section,
  .cm-contact1-sec .dnd-section{
    padding-top: 0 !important;
  }
  .cm-about2-sec h2 {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .cm-about2-sec h2 {
    font-size: 39px;
  }
}
@media screen and (max-width: 767px){

  /* Awards Page Css */
  .cm-awards-sec h1 {
    font: 100 54px/65px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  }
  .cm-awards-sec .hs_cos_wrapper_type_linked_image{
    width: calc(100% + 65px*2);
    min-height: 200px;
    margin-left: -65px;
  }

  .cm-awards2-sec .dnd-section {
    padding-top: 60px !important;
  }
  .min-height-zero .row-fluid [class*="span"] {
    min-height: 0;
  }


  /* Careers Page Css */
  .cm-careers3-sec .span6.dnd-column:not(:last-child) {
    margin-bottom: 48px;
  }
  .cm-careers5-sec .span4.dnd-column {
    width: 100%;
  }

  /* Clients Page Css */
  .cm-clients2-sec .span2.dnd-column {
    width: 45.6%;
    margin-bottom: 8.47%;
    margin-right: 8.47%;
    float: left !important;
    margin-left: 0;
  }
  .cm-clients2-sec .span2.dnd-column:nth-child(2n){
    margin-right: 0;
  }
  .cm-clients3-sec .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  /* About Page Css*/
  .cm-about2-sec .span6.dnd-column {
    margin-bottom: 48px;
  }
  .cm-about2-sec h2 {
    margin-right: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }
  .cm-about3-sec .dnd-section {
    padding-top: 0 !important;
  }
  .cm-about3-sec .span6.dnd-column:first-child {
    margin-left: -17px;
    width: calc(100% + 17px*2);
  }
  .cm-about4-sec .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-about4-sec .span6.dnd-column {
    padding-top: 70vw;
  }
  .cm-about5-sec .span4.dnd-column,
  .cm-about6-sec .span6.dnd-column{
    margin-bottom: 48px;
  }
  .cm-about5-sec .span4.dnd-column:last-child,
  .cm-about6-sec .span6.dnd-column:last-child{
    margin-bottom: 0;
  }

  /* survey Page Css */

  .cm-survey-sec .span5.dnd-column {
    margin-top: 42px;
  }
  .cm-survey-sec h1 {
    font: 100 54px/65px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  }
  .cm-survey-sec .actions {
    margin-bottom: 0;
    margin-top: 60px;
  }

  /* Demo */
  .cst-r1-simplemenu-demo-section .hs-menu-wrapper{
    background-color: rgba(255,255,255,0.9);
  }
  .cst-r1-simplemenu-demo-section .hs-menu-wrapper > ul {
    display: block;
    cursor: pointer;
  }
  .cst-r1-simplemenu-demo-section .hs-menu-wrapper>ul>li{
    text-align: left;
  }
  .cst-r1-simplemenu-demo-section .hs-menu-wrapper>ul>li:not(.active) {
    display: block;
    text-align: left;
    height: 0;
    transition: all .5s ease;
    visibility: hidden;
    opacity: 0;
  }
  .cst-r1-simplemenu-demo-section .hs-menu-wrapper>ul>li.active {
    display: block !important;
    min-height: 36px;
  }
  .cst-r1-simplemenu-demo-section .hs-menu-wrapper>ul>li>a {
    text-decoration: none;
    font: 300 14px/17px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
    display: inline-block;
  }
  .cst-r1-simplemenu-demo-section .hs-menu-wrapper>ul:before {
    content: '';
    position: absolute;
    top: 10px;
    right: -29px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
  }
  .cst-r1-simplemenu-demo-section .hs-menu-wrapper.is-open>ul>li {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .cst-r1-simplemenu-demo-section .hs-menu-wrapper.is-open>ul>li:not(:last-of-type) {
    padding-bottom: 24px;
    height: 52px !important;
  }
  .cst-r1-simplemenu-demo-section .hs-menu-wrapper>ul>li:not(:last-child):after{
    display:none;
  }


  /* Contact */
  .cm-contact2-sec .row-fluid [class*="span"] {
    min-height: 0;
  }
  .cm-contact2-sec .span6.dnd-column {
    margin-bottom: 48px;
  }
  .cm-contact2-sec .span6.dnd-column:last-child {
    margin-bottom: 0;
  }
  .cm-contact2-sec h1 {
    max-width: 100%;
  }

  /* Demo */
  .cm-survey-sec .widget-type-linked_image{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .cm-survey-sec .hs_cos_wrapper_type_linked_image {
    width: calc(100% + 63px);
  }
  .cm-survey-sec h2, .cm-survey-sec p {
    padding-left: 17px;
    padding-right: 17px;
  }


  /* mood-impression-page */
  .cm-r1-mood-impression-page-grp .widget-type-header h1 {
    font: 100 60px/72px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
    font-weight: 100;
  }
  .cm-r2-mood-impression-page-grp .widget-type-linked_image img {
    width: 100%;
  }
  .cm-r2-mood-impression-page-grp .widget-type-linked_image {
    padding-top: 0;
    padding-bottom: 72px;
  }
  .cm-r2-mood-impression-page-grp .dnd-section>.row-fluid {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  /* Partners Inner Page */
  .cm-partners-inner-page .cst-left-grp {
    height: auto !important;
  }
  .cm-partners-inner-page .cst-right-grp {
    padding-top: 0 !important;
  }
  .cm-partners-inner-page .cst-careers-type2--r3-grp .page-center {
    padding-top: 0;
  }
  .cm-partners-inner-page .row-fluid [class*="span"] {
    min-height: 0;
  }
  .cm-partners-inner-page .cst-right-grp .widget-type-rich_text h3, 
  .cm-partners-inner-page .cst-right-grp .widget-type-rich_text p {
    display: none;
  }
  .cm-partners-inner-page .custom-contact-card .button.button--black {
    display: none;
  }
  .cm-partners-inner-page .cst-right-grp {
    margin-top: 0 !important;
  }

}

@media screen and (max-width: 500px){
  /* Awards Page Css */
  .cm-awards-sec .hs_cos_wrapper_type_linked_image{
    margin-left: -17px;
    min-height: auto;
    width: calc(100% + 17px*2);
  }

  /* About Page Css */
  .cm-about4-sec .dnd-section>.row-fluid {
    padding-left: 17px;
    padding-right: 17px;
  }
  .cm-about4-sec .dnd-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cm-about2-sec h2 {
    margin-right: 0;
    overflow-wrap: unset;
    word-wrap: unset;
    hyphens: unset;
  }

  /* survey Page Css */
  .cm-survey-sec .dnd-section>.row-fluid {
    padding-right: 17px;
    padding-left: 17px;
  }
  .cm-survey-sec .hs_cos_wrapper_type_linked_image {
    width: 100%;
  }
  .cm-survey-sec .span5.dnd-column>.dnd-row {
    margin-left: -17px;
    margin-right: -17px;
  }
  .cm-survey-sec .widget-type-linked_image{
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .cm-survey-sec h2, 
  .cm-survey-sec p {
    padding-left: 0;
    padding-right: 0;
  }

  /* Demo */
  .cst-r1-simplemenu-demo-section .hs-menu-wrapper {
    padding-left: 17px;
    padding-right: 17px;
  }
  .cst-r1-simplemenu-demo-section .hs-menu-wrapper>ul:before {
    top: 10px;
    right: 19px;
  }

  /* mood impression */
  .cm-r2-mood-impression-page-grp .dnd-section>.row-fluid {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }

}

@media screen and (max-width: 400px){
  .cm-careers5-sec h2 {
    font-size: 40px;
  }
  .cst-careers-type2-grp .page-center .widget-type-header h1 {
    font-size: 41px;
  }
  .cm-about2-sec h2 {
    font-size: 39px;
  }

}


/********************** Landing.css *******************************/

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.custom-digital-top-section h1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.custom-digital-top-section img {
  width: calc(100% + 65px*2);
  display: block;
  min-height: 200px;
  margin-left: -65px;
  max-width: none;
}

.custom-digital-section .dnd-section>.row-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.custom-digital-section .row-fluid .span6 {
  width: 48.544%;
  padding: 0;
  margin-right: 11.5%;
}

.custom-digital-section .row-fluid .span6:last-child {
  width: 31.392%;
  margin: 0;
}

.block--highlight, .wp_ef--highlight {
  font: 300 20px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}

.block--title-small, .wp_ef--small-subtitle {
  font: 500 18px/22px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding-top: 36px;
  padding-bottom: 12px;
}
.list--standard {
  list-style-type: disc;
  padding-left: 1em;
}

.block--highlight+p, .wp_ef--highlight+p, .block--highlight+.wp_ef--paragraph, .wp_ef--highlight+.wp_ef--paragraph {
  padding-top: 36px;
}
.list--standard:not(:first-child), .list--ordered:not(:first-child) {
  padding-top: 24px;
}

.container-fluid.custom-digital-section p {
  margin: 0;
}

.custom-digital-section .row-fluid .span6:last-child > div {
  position: sticky;
  top: 196px;
}

.button, .cc-btn {
  text-transform: uppercase;
  font: 500 14px/14px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding: 16px 24px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: white;
  transition: color 0.6s;
  margin-bottom: -6px;
  cursor: pointer;
  text-decoration:none !important;
}

.button--black {
  color: #fff !important;
}

.button:before, .cc-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.button--black:before {
  background: #000;
}

.button--text {
  z-index: 5;
  position: relative;
}

.button:after, .cc-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: left 0.6s;
}

.button--black:after {
  background: #F48120;
}

.button--transparent {
  color: #000;
}

.button:hover:after, .cc-btn:hover:after {
  left: 0%;
}

.button--transparent:before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: transparent;
  border: 1px solid rgba(72,72,72,0.2);
}

.button--transparent:after {
  background: #F48120;
  border-color: #000;
}

.button--transparent:hover{
  color:#fff;
}

.container-fluid.custom-digital-section ul{
  margin:0;
}

.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding: 0;
}

/* Home Page Styling */

.home-banner .dnd-section .widget-type-cell {
  padding: 0;
}

.custom-home-banner .custom-home-banner-col-6:after {
  background-image: url(//8374679.fs1.hubspotusercontent-na1.net/hubfs/8374679/raw_assets/public/EngagementFactory_April2021/images/Dots@2x.png);
}

.custom-home-top-section {
  margin-top: calc(96px + 48px);
}

.custom-home-top-section .dnd-section .widget-type-cell {
  padding: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.custom-home-section .dnd-section .widget-type-cell {
  padding: 0;
}

.custom-case-section .dnd-section .widget-type-cell {
  padding: 0;
}

.custom-case-section .dnd-section .row-fluid .span6 {
  width: 48.544%;
  margin-right: 2.91%;
}

.custom-case-section .dnd-section .row-fluid .span6:last-of-type {
  margin: 0;
}


.container-fluid.custom-case-section .dnd-section:not(:last-child) {
  margin-bottom: 60px;
}

.hs-case-title .widget-type-cell {
  padding: 0;
}

p.title--description {
  font: 300 20px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}

.custom-service-top-section .row-fluid .span6 {
  width: 48.544%;
}

.custom-service-section .row-fluid .span6 {
  width: 39.968%;
  margin-right: 11.5%;
}

.custom-service-section .row-fluid .span6:last-child {
  margin: 0;
}

.custom-service-top-section p {
  margin: 0;
}

.custom-service-section .cm-image-wrap .image-shadow--image:before {
  background-color: #f5f5f5;
  left: 36px;
}

.custom-service-section .cm-image-wrap .image-shadow--image img {
  padding-right: 36px;
  padding-left: 0;
}

.block--small-note:first-child,
.gb .widget-type-rich_text h5:first-child{
  padding-bottom: 12px;
}
.custom-service-section .custom-services-item h6{
  padding-bottom: 24px;
  color: rgba(0,0,0,0.54);
  font: 300 14px/17px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}
.block--small-note,
.gb .widget-type-rich_text h5{
  color: rgba(0,0,0,0.54);
  font: 300 14px/17px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  margin: 0;
}
.custom-service-section .custom-services .custom-services-item a {
  font-weight: 500;
}
.block--small-note strong,
.gb .widget-type-rich_text h5 strong{
  color: #000;
}
.ser_bg_inr .divider--left {
  position: absolute;
  background-color: var(--bg-color);
  background-color: #f5f5f5;
  z-index: -1;
  transition: top 0.25s ease-out;
  height: 36px;
  width: calc(100% - 65px);
  left: 0px;
  top: 0;
}

.ser_bg_inr .page-center {
  position: relative;
  height: 36px;
}

.ser_bg_inr {
  padding-bottom: 96px;
}

.custom-service-section h6 {
  color: rgba(0,0,0,0.54);
  padding-bottom: 24px;
}

.block--small-note.block--small-note-subtitle {
  margin: 0;
}

.block--small-note-subtitle {
  padding-bottom: 24px;
}

p.block--small-note.block--small-note-subtitle {
  padding-bottom: 24px;
}

.custom-service-section p {
  margin: 0;
}

.l--blue-link {
  color: #0795B6;
  font-weight: 500;
  text-decoration: underline;
}

.l--blue-link:hover {
  color: #000;
}

.container-fluid.custom-service-section hr {
  margin: 0;
  border-top: 1px solid rgba(72,72,72,0.2);
  height: 0;
  background-color: transparent;
}

.custom-service-section .row-fluid [class*="span"] {
  min-height: 0;
}

.custom-service-section .custom-services {
  margin: 0;
}

.custom-service-section .custom-services .custom-services-item p:last-child {
  padding: 0;
}


.custom-service-section .custom-services .custom-services-item:not(:first-child),
.custom-services .custom-col-6:not(.cm_sr1,.cm_sr2){
  padding-top: 36px;
  margin-top: 36px;
  border-top: 1px solid rgba(72,72,72,0.2);
}

.custom-service-section .custom-services .custom-col-6:first-child .custom-services-item:not(:first-child) {
  margin-top: 60px;
}

.custom-service-section .custom-services .custom-services-item a:hover {
  color: #000;
} 
.custom-service-section .custom-services .custom-col-6:nth-child(even) {
  margin-right: 0;
} 
.custom-service-section .custom-services { 
  flex-wrap: wrap;
}
main.body-container-wrapper .custom-home-top-section .dnd-section {
  background-color: #FAFAFA !important;
}
/* custom */

.nopd .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}
.nopd .dnd-section {
  padding: 0;
}
.nopd .dnd-section .widget-type-cell {
  padding: 0;
}
.nl_home .dnd-section .widget-type-cell {
  padding: 0;
}
.nlhm_row2 .widget-type-rich_text h2 {
  font-weight: 100;
  padding: 0;
}
.nlhm_row2 .span6:first-child {
  margin-right: 11.5%;
}
.nlhm_row2 .span6 {
  width: 48.544%;
  margin-left: 0 !important;
}
.nlhm_row2 .dnd-section>.row-fluid {
  display: flex;
  justify-content: space-between;
}
.nlhm_row4  .widget-type-rich_text h6 {
  padding-top: 24px;
  padding-bottom: 0;
}
.nlhm_row4  .widget-type-rich_text h2 { 
  padding: 0; 
}
.nlhm_row .span7  {
  width: auto;
  margin-left: 0;
}
.nlhm_row .dnd-section>.row-fluid {
  display: flex;
}
.nlhm_row .span5 {
  width: auto;
  flex: 1;
}
.nlhm_row .dnd-section>.row-fluid:before, .nlhm_row .dnd-section>.row-fluid:after {
  display: none;
}
.nlhm_row4 .widget-type-rich_text a:hover {
  color: #000;
}
.nlhm_row4 .widget-type-rich_text h6 {
  padding-top: 24px;
  padding-bottom: 0;
  width: 44.968%;
}
.nlhm_row4 .widget-type-rich_text a {
  color: #0795B6;
  font-weight: 500;
  line-height: 78px;
  text-decoration: underline;
}
.nlhm_row5 .dnd-section {
  padding: 0;
}
.nlhm_row5 .span6 {
  width: 39.968%;
  margin-left: 0;
}
.nlhm_row5 .dnd-section>.row-fluid {
  display: flex;
}
.nlhm_row5 .span6:first-child {
  margin-right: 11.5%;
}
.nlhm_row4.nlhm_row .dnd-section {
  padding-bottom: 48px;
}
.nlhm_row5 .widget-type-rich_text h4 {
  padding-top: 36px;
}
.nlhm_row5 .widget-type-rich_text p span {
  color: rgba(0,0,0,0.54);
  font: 300 14px/17px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}

.nlhm_row5 .widget-type-rich_text ul {
  margin: 0;
  padding: 0;
  margin-top: 24px;
  list-style: none;
}

.nlhm_row5 .widget-type-rich_text ul li {
  border-bottom: 1px solid rgba(72,72,72,0.2);
  padding-bottom: 12px;
  border-color: rgba(72,72,72,0.2);
  padding-top: 12px;
}

.nlhm_row5 .widget-type-rich_text ul li:first-of-type {
  padding-top: 0;
}

.nlhm_row5 .widget-type-rich_text ul li a {
  font-weight: 300;
  text-decoration: none;
  color: #0795B6;
}

.nlhm_row5 .widget-type-rich_text ul li h5 {
  padding: 0;
}

.nlhm_row5 .widget-type-rich_text ul li:not(:first-of-type) {
  padding-top: 24px;
}
.nl_home .widget-type-rich_text a:hover {
  color: #000;
}

.nl_home .widget-type-rich_text a {
  color: #0795B6;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.25s;
}
.nlhm_row6.nlhm_row .dnd-section {
  padding-bottom: 0;
}
.nl_home .widget-type-rich_text .hs_cos_wrapper_type_rich_text> a {
  line-height: 78px;
}
.nlhm_row6 .widget-type-rich_text h2 {
  padding: 0;
}
.nlhm_row6 .cst-sessions-grp {
  padding-top: 24px;
}
.nlhm_row6 .cst-sessions-grp .l--row {
  margin-bottom: 60px;
  justify-content: center !important;
  display: flex;
}
.nlhm_row6 .cst-sessions-grp .l--row .session-items a .article-block--information {
  padding-top: 12px;
}
.nlhm_row6 .custom-news-slider .page-center {
  padding: 0 !important;
}
.nlhm_row6 p.article-block--description {
  display: none;
} 
.nlhm_row6 .custom-news-slider .news-slider--container { 
  margin-bottom: 0;
}
.nlhm_row6  .dnd-row > .row-fluid {
  display: flex;
}
.nl_home .nlhm_row2 .widget-type-rich_text .hs_cos_wrapper_type_rich_text>a {
  line-height: 24px;
}
.nlhm_row6  .custom-news-slider .bgimage-content-block--content p {
  color: rgba(0,0,0,0.54);
  font: 300 20px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
} 
.custom-digital-bottom-section .custom-auto-info .custom-auto-info-form [type="checkbox"]:checked+span:before {
  background-color: #0795B6;
  border-color: #0795B6;
}
.nlhm_row6.nlhm_row .news-slider--item,
.nlhm_row6.nlhm_row .slick-initialized .slick-slide{
  width: 100% !important;
}
.nlhm_row6.nlhm_row .slick-track {
  width: 100% !important; 
}

@media(max-width:1024px){
  .custom-service-top-section .row-fluid .span6 {
    width: 80%;
  }

  .custom-service-top-section .row-fluid [class*="span"] {
    min-height: 0;
  }

  .custom-service-section .custom-services .custom-col-6:first-child .custom-services-item {
    width: 100%;
  }

  .custom-service-section .custom-services {
    display: flex;
  }

  .custom-services .custom-services-item {
    width: 100%;
  }

  .custom-service-section .custom-services .custom-col-6:first-child .custom-services-item:last-child {
    margin-top: 0;
  }

  .custom-service-section .custom-services .custom-col-6:first-child .custom-services-item:last-child {
    margin-top: 0;
  }

  .custom-service-section .custom-services .custom-services-container {
    flex-wrap: wrap;
  }

  .custom-service-section .custom-services .custom-services-item:not(:first-child) {
    margin-left: 0;
  }

  .custom-service-section .custom-services .custom-col-6:first-child .custom-services-item:nth-child(2) {
    margin-top: 84px;
  }
  .nlhm_row4 .widget-type-rich_text h6 { 
    width: 84.5%;
  }

}

@media(max-width:768px){
  .ser_bg_inr {
    display: none;
  }

  .custom-digital-top-section h1 {
    font: 100 54px/65px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  }

  .custom-digital-top-section img {
    height: 100%;
  }

  .custom-digital-section .dnd-section>.row-fluid {
    display: block;
  }

  .custom-digital-section .row-fluid .span6 {
    width: 100%;
  }

  .custom-digital-section .dnd-section {
    padding-top: 60px;
  }


  .custom-digital-section .row-fluid .span6:last-child {
    width: 100%;
  }

  .custom-digital-section .row-fluid .span6:last-child>div {
    position: relative;
    top: 0;
  }

  .custom-case-section .dnd-section .row-fluid .span6 {
    width: 100%;
  }

  .custom-case-section .dnd-section .row-fluid .span6 {
    margin-bottom: 48px;
  }
  .custom-service-top-section .dnd-section {
    padding-top: 32px !important;
  }

  .custom-service-section .row-fluid .span6 {
    width: 100%;
  }

  .custom-service-top-section .row-fluid [class*="span"] {
    min-height: 0;
  }

  .custom-service-section .cm-image-wrap .image-shadow--image img {
    width: 100%;
  }

  .custom-service-section .row-fluid .span6:last-child {
    margin-top: 48px;
  }

  .container-fluid.custom-service-section hr {
    display: none;
  }


  .custom-service-section .custom-services {
    display: block;
  }

  .custom-service-section .custom-services .custom-col-6 {
    margin-top: 0;
    padding-top: 48px;
    border-top: 1px solid rgba(72,72,72,0.2);
    padding-bottom: 48px;
  }

  .custom-service-section .custom-services .custom-col-6:first-child {
    padding-top: 0;
    border: none;
  }

  .custom-service-section .custom-services .custom-col-6:last-child {
    padding-bottom: 0;
  } 
  .custom-service-section .custom-services .custom-services-item:not(:first-child) {
    padding-top: 48px;
    margin-top: 48px;
  }

  .custom-service-section .custom-services .custom-col-6:first-child .custom-services-item:nth-child(2){
    margin-top: 48px;
  }
  .custom-service-section .custom-col-6.cm_sr2 h6 {
    display: none;
  }
  .nlhm_row2 .span6:first-child {
    margin-right: 0;
  }
  .nlhm_row2 .span6 {
    width: 100%;
  }
  .nlhm_row2 .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }
  .nlhm_row2 .widget-type-rich_text h2 {
    padding-bottom: 36px;
  }
  .nlhm_row .span5, .nlhm_row .span7 {
    width: 100%;
  }
  .nlhm_row .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .nlhm_row4 .widget-type-rich_text h6 { 
    width: 100%;
  }
  .nlhm_row4 .widget-type-rich_text h2 {
    margin-top: 24px;
  }

  .nl_home .widget-type-rich_text .hs_cos_wrapper_type_rich_text> a {
    line-height: 24px;
  }
  .nlhm_row4 .widget-type-rich_text h6 {
    padding-bottom: 24px;
  }
  .nlhm_row4.nlhm_row .dnd-section {
    padding-bottom: 45px;
  }
  .nlhm_row5 .span6:first-child {
    margin-right: 0;
    margin-bottom: 47px;
  } 
  .nlhm_row5 .span6 {
    width: 100%;
  } 
  .nlhm_row5 .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .nlhm_row6.nlhm_row .dnd-row > .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .nlhm_row6 .widget-type-rich_text h2 {

    padding-bottom: 12px;
  }
  .nlhm_row6 .cst-sessions-grp {
    padding-top: 42px;
  }
  .nlhm_row6 .custom-news-slider .bgimage-content-block--content {
    padding-left: 17px;
    padding-right: 17px;
  }

}

@media(max-width:500px){
  .custom-digital-top-section img {
    margin-left: -17px;
    min-height: auto;
    width: calc(100% + 17px*2);
  }

  .custom-service-top-section .row-fluid .span6 {
    width: 100%;
  }
  .custom-service-section .hs-customer-experience-grp {
    margin: 0 -17px;
  }
  .nlhm_row6 .bgimage-content-block--bgimage {
    margin: 0 -17px;
  }

}












/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.banner-area .dnd-section > .row-fluid {
  padding: 0;
}


.cst-r1-full-grp .page-center {
  padding-top: 36px;
}

.cst-r1-full-grp .page-center .cst-r1-full-inner-grp {
  display: flex;
  justify-content: center;
}

.cst-r1-full-grp .page-center .cst-r1-full-inner-grp .cst-r1-full-section {
  width: 48.544%;
}

.cst-r1-full-grp .dnd-section>.row-fluid {
  padding: 0;
}

.cst-r1-full-grp .page-center .cst-r1-full-inner-grp .cst-r1-full-section .widget-type-rich_text h3:first-of-type {
  padding-bottom: 24px;
}
.cst-r1-full-grp .page-center .cst-r1-full-inner-grp .cst-r1-full-section .widget-type-rich_text h3 {
  padding-top: 60px;
  padding-bottom: 0;
}

.cst-r1-full-grp .page-center .cst-r1-full-inner-grp .cst-r1-full-section .widget-type-rich_text p.block--description {
  padding-bottom: 24px;
}
.cst-r1-full-grp .page-center .cst-r1-full-inner-grp .cst-r1-full-section .widget-type-rich_text p {
  margin: 0;
  padding: 0;
}
.cst-r1-full-grp .page-center .cst-r1-full-inner-grp .cst-r1-full-section .widget-type-rich_text h3:not(:first-of-type) + p {
  padding-top: 24px;
}

.cst-r1-full-grp .page-center .cst-r1-full-inner-grp .cst-r1-full-section .widget-type-rich_text ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  padding-left: 1em;
  padding-top: 24px;
}

.cst-r1-full-grp .page-center .cst-r1-full-inner-grp .cst-r1-full-section .widget-type-rich_text h4 + ul {
  padding-top: 0;
}
.cst-r1-full-grp .page-center .cst-r1-full-inner-grp .cst-r1-full-section .widget-type-rich_text h4 {
  font: 500 18px/22px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding-top: 36px;
  padding-bottom: 12px;
}

.cst-r1-full-grp .page-center .cst-r1-full-inner-grp .cst-r1-full-section .widget-type-rich_text p.block--highlight {
  font: 300 20px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}

.cst-r1-full-grp .page-center .cst-r1-full-inner-grp .cst-r1-full-section .widget-type-rich_text h6 {
  padding-bottom: 12px;
  font: 300 20px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  font-weight: 500;
}



.cst-new-header-grp .dnd-section>.row-fluid {
  padding: 0;
}


.cst-new-header-grp .widget-type-header,
.cst-new-header-grp .section-header {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding-right: 65px;
  padding-left: 65px;
  transition: padding-right 0.25s, padding-left 0.25s;
}

.cst-new-header-grp .widget-type-header h1, .cst-new-header-grp .section-header h1 {
  padding-top: 60px;
  padding-bottom: 0;
  font: 100 96px/115px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}

.cst-new-header-grp .header-title-divider {
  background-color: #f5f5f5;
  height: 72px;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0%;
  top: 220px;
  transition: top 0.25s ease-out;
}

.cst-new-header-grp .section-header p.secondary-header {
  font: 300 20px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding-top: 58px;
  width: 48.544%;
}

.cst-r2-sitemap-grp .page-center {
  padding-top: 96px;
}
.cst-r2-sitemap-grp .dnd-section>.row-fluid {
  padding: 0;
}

.sitempa-menu .navigation-primary .submenu .l--row-left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sitempa-menu .navigation-primary .submenu .l--row-left .l--col {
  width: 31.6%;
  margin-right: 2.6%;
  margin-top: 96px;
}
.sitempa-menu .navigation-primary .submenu .l--row-left .l--col h2.block--title.is-hyphens {
  padding: 0px;
  font: 300 48px/57px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}

.sitempa-menu .navigation-primary .submenu .l--row-left .l--col .child-trigger {
  display: none!important;
}

.sitempa-menu .navigation-primary .submenu .l--row-left .l--col ul.submenu.level-2 {
  display: block;
}

.sitempa-menu .navigation-primary .submenu .l--row-left .l--col ul.submenu.level-2 > li a:hover {
  color: #0795B6;
  background: transparent!important;
}
.sitempa-menu .navigation-primary .submenu .l--row-left .l--col ul.submenu.level-2 > li a {
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
  transition: color 0.25s;
  display: inline-block;
}
.sitempa-menu .navigation-primary .submenu .l--row-left .l--col ul.submenu.level-2 > li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}

.sitempa-menu .navigation-primary .submenu .l--row-left .l--col ul.submenu.level-2 {
  display: block;
  padding-top: 30px;
}
.sitempa-menu .navigation-primary .submenu .l--row-left .l--col h2.block--title.is-hyphens {
  white-space: normal;
}


.cst-careers-type2-grp .page-center .widget-type-header h1 {
  padding-top: 60px;
  padding-bottom: 60px;
  font: 100 60px/72px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}


.cst-careers-type2-grp .page-center .widget-type-linked_image {
  width: calc(100% + 65px*2);
  display: block;
  min-height: 200px;
  margin-left: -65px;
}

.cst-careers-type2-grp .page-center .widget-type-linked_image img {
  vertical-align: middle;
}

.cst-careers-type2--r2-grp .page-center {
  padding-top: 96px;
}


.cst-careers-type2--r2-grp .page-center .l--row-left.clearfix {
  display: flex;
  justify-content: flex-start;
}


.cst-careers-type2--r2-grp .page-center .l--row-left.clearfix .l--col.l--col-6.l--offset-2 {
  margin-right: 11.5%;
  width: 48.544%;
}

.cst-careers-type2--r2-grp .page-center .l--row-left.clearfix .l--col.l--col-4.image-shadow.image-shadow--mobile {
  width: 31.392%;
  position: relative;
}

.cst-careers-type2--r2-grp .page-center .l--row-left.clearfix .l--col.l--col-4.image-shadow.image-shadow--mobile .cst-r2-careers-type2-right-section {
  position: sticky;
  top: 160px;
}

.cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text p {
  margin: 0;
}

.cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text h3 {
  padding-top: 60px;
  padding-bottom: 0;
  font: 300 40px/48px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}

.cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text ul {
  margin: 0;
  padding-top: 24px;
  padding-left: 1em;
}
.cst-careers-type2--r2-grp .blog-post-share a.socials {
  margin-left: -4px;
}

.cst-careers-type2-grp .mobile-iamge {
  display: none;
}

.cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text h3 + p {
  padding-top: 24px;
}
.cst-r2-resources-grp .page-center {
  padding-top: 60px;
}

.cst-new-header-grp .section-header p.secondary-header {
  margin: 0;
}

.cst-r2-partners-grp .page-center {
  padding-top: 96px;
}

.cst-r1-partner-grp .dnd-section>.row-fluid {
  padding-top: 60px;
}


:root {
  --ani-delay: 0s;
  --ani-duration: 3s
}

.animation--up-down {
  animation: MoveUpDown 3s linear infinite alternate;
  animation-delay: var(--ani-delay);
  animation-duration: var(--ani-duration);
}
.animation--up-down {
  animation: MoveUpDown 3s linear infinite alternate;
  animation-delay: var(--ani-delay);
  animation-duration: var(--ani-duration);
}
.animation--up-down {
  animation: MoveUpDown 3s linear infinite alternate;
  animation-delay: var(--ani-delay);
  animation-duration: var(--ani-duration)
}

.animation--up-down {
  animation: MoveUpDown 3s linear infinite alternate;
  animation-delay: var(--ani-delay);
  animation-duration: var(--ani-duration);
}

.scroll--go-up {
  transition: top .5s ease;
}

.animation--up-down {
  animation: MoveUpDown 3s linear infinite alternate;
  animation-delay: var(--ani-delay);
  animation-duration: var(--ani-duration);
}


@keyframes MoveUpDown {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-10px)
  }
}


.cst-digital-marketing-type2-page .cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text h6 + p {
  padding-top: 36px;
}
.cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text h6 {
  font: 300 20px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  margin: 0;
  padding: 0;
}
.cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text h4 + ul {
  padding-top: 0px;
}
.cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text h4 {
  font: 500 18px/22px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding-top: 36px;
  padding-bottom: 12px;
}
.cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text ul + p {
  padding-top: 36px;
}

.cst-digital-marketing-type2-page .cst-careers-type2--r2-grp .blog-post-share a.socials {
  margin-left: 0;
}


.cst-digital-marketing-type2-r3-grp .page-center {
  padding-top: 96px;
}

.cst-digital-marketing-type2-r3-grp .page-center .widget-type-section_header {
  position: relative;
  padding-bottom: 48px;
}

.cst-digital-marketing-type2-r3-grp .page-center .widget-type-section_header p {
  font: 300 20px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  margin: 0;
  padding: 0;
  padding-top: 24px;
}
.cst-digital-marketing-type2-r3-grp .page-center .widget-type-section_header h1 {
  max-width: 60%;
  margin: 0;
  padding: 0;
  font: 300 48px/57px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}
.cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .button-container a {
  margin-top: 0;
}

.video-popup--main {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  z-index: 5000;
  backdrop-filter: blur(4px);
  background: rgba(0,0,0,0.75);
  opacity: 0;
}
.cst-challenge-page .cst-careers-type2--r2-grp .blog-post-share a.socials {
  margin-left: 0;
}
.video-popup--container {
  align-self: center;
  margin: 0 auto;
  transform: translateX(-100vw);
  width: 90vw;
  height: calc((90vw*9) /16);
  max-width: 1200px;
  max-height: 675px;
}
.video-popup--video {
  width: 100%;
  height: 100%;
} 

.cst-video-r3-grp .page-center {
  padding-top: 96px;
}

/***************** Technology type 2 ****************/

.cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 24px;
  height: auto;
  padding-right: 65px;
  padding-left: 65px;
  transition: padding-right 0.25s, padding-left 0.25s;
}

.cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li.active>a {
  color: #0795B6;
  transition: color .5s ease;
}
.cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li>a:hover {
  color: #0795B6;
}
.cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  font: 300 14px/17px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding: 0;
  color: #000;
}

.cst-page-top-menu-grp.js--nav-drop {
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  width: 100%;
  z-index: 99;
  left: 0;
  right: 0;
  top: 96px;
  transition: background-color 0.5s ease;
  background-color: rgba(255,255,255,0.75);
}


.cst-page-top-menu-grp.js--nav-drop:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 95%;
  bottom: 0;
  left: 2.5%;
  transition: width 0.25s;
  border-bottom: 1px solid rgba(72,72,72,0.2);
}

.cst-page-top-menu-grp.js--nav-drop .row-fluid [class*="span"] {
  min-height: 24px;
}


.background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: 10s opacity;
  opacity: 1;
}

.transparent {
  opacity: 0;
}

.lava-loader {
  filter: url(#gooey);
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;

}


.dot1{
  background: #F48120;
}
.dot2{
  background: #6CD3DD;
}
.dot3{
  background: #FCAF2A;
}
.dot4{
  background: #55E9B4;
}
.dot5{
  background: #E3DD65;
}

.dot {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  will-change: transform;
}

.cst-technology-type2-r3-grp .page-center {
  padding-top: 96px;
}

.cst-careers-type2--r3-grp .page-center {
  position: relative;
  padding-top: 96px;
  display: flex;
  justify-content: flex-start;
}

.cst-careers-type2--r3-grp .page-center .cst-left-grp {
  margin-right: 11.5%;
  width: calc( 57% + 65px);
  margin-left: -65px;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp {
  width: 31.392%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cst-careers-type2--r3-grp .page-center .cst-left-grp .bgimage-content {
  height: 100%!important;
  margin: 0!important;
  width: 100%!important;
  padding: 0!important;
}

.cst-careers-type2--r3-grp .page-center .cst-left-grp div {
  height: 100%;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp .widget-type-rich_text h3 {
  margin: 0;
  padding: 0;
  font: 300 40px/48px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp .widget-type-rich_text h3 + p {
  padding-top: 24px;
}
.cst-careers-type2--r3-grp .page-center .cst-right-grp .widget-type-rich_text p {
  margin: 0;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp form {
  max-width: 100%;
  width: 100%;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-form-field {
  margin: 0;
  position: relative;
  margin-top: 36px;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-form-field > label {
  margin: 0;
  padding: 0;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-form-field .input .hs-input {
  padding: 8px 0;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-form-field .input .hs-input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.54);
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp .button-container a.button {
  margin: 0;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs_submit.hs-submit .actions {
  vertical-align: top;
  margin-bottom: 1px;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp .button-container a.button {
  margin: 0;
  vertical-align: middle;
  margin-bottom: 1px;
}

.cst-technology-type2-r4-grp .cst-tec-grp .cst-technology-grp .l--row-left.inner-grp .content-box-grp {
  width: 48.544%;
  margin-right: 11.5%;
}

.cst-technology-type2-r4-grp .cst-tec-grp .cst-technology-grp .l--row-left.inner-grp .cst-image-grp {
  margin-right: 2.91%;
  width: 48.544%;
}

.cst-technology-type2-page {
  overflow: hidden;
}
.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label {
  margin-left: 42px;
  position: relative;
  display: block;
  cursor: pointer;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label .hs-input[type=checkbox] {
  display: none;
}




.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label span {
  font: 300 14px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  display: block;
  color: #000;
  line-height: 25px;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label span:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0,0,0,0.54);
  background-color: #fff;
  position: absolute;
  left: -42px;
  top: 10px;
  transform: translateY(-50%);
  border-radius: 4px;
  transition: background-color 0.25s, border-color 0.25s;
  box-sizing: content-box;
}
.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label span:after {
  content: '';
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: absolute;
  left: -37px;
  width: 3px;
  height: 7px;
  transform: rotate( 
    45deg
  ) translateY(-60%) translateX(-50%);
  top: 10px;
  transition: opacity 0.25s, border-color 0.25s;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label .hs-input[type=checkbox]:not(:checked)+span:after {
  opacity: 1;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label .hs-input[type=checkbox]:checked+span:after {
  opacity: 1;
  border-color: #fff;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label .hs-input[type=checkbox]:checked+span:before {
  background-color: #0795B6;
  border-color: #0795B6;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label span a:hover {
  color: #0795B6;
}
.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label span a {
  transition: color 0.25s;
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}

.cst-careers-type2--r3-grp .page-center .cst-right-grp form .hs_yes__i_want_to_request_a_demo_.hs-yes__i_want_to_request_a_demo_.hs-fieldtype-booleancheckbox.field.hs-form-field {
  margin-top: 24px;
}

.cst-technology-type2-page.dynamo-page .cst-dynamo-banner-grp .iner-grp {
  padding-bottom: 0;
}

.cst-dynamo-r2-grp .page-center .inner-col {
  display: flex;
  justify-content: flex-start;
}

.cst-dynamo-r2-grp .page-center .inner-col .left-col-grp {
  width: 39.968%;
  margin-right: 11.5%;
}

.cst-dynamo-r2-grp .page-center .inner-col .right-col-grp {
  width: 39.968%;
}

.cst-dynamo-r2-grp {
  background: #fff;
  position: relative;
}

.cst-dynamo-r2-grp .page-center .inner-col .widget-type-rich_text h6 {
  color: rgba(0,0,0,0.54);
  font: 300 14px/17px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding-bottom: 24px;
}
.cst-dynamo-r2-grp .page-center .inner-col .widget-type-rich_text p {
  margin: 0;
  padding: 0;
}

.cst-super-user-r2-page .page-center {
  padding-top: 96px;
}

.cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse {
  flex-direction: row-reverse;
}
.cst-super-user-r2-page .page-center .inner-col.l--row-left {
  display: flex;
  justify-content: flex-start;
}

.cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .l--col.l--col-5.image-shadow {
  width: 39.968%;
  margin-right: 2.91%;
  position: relative;
}

.cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .cst-content-grp {
  margin-right: 11.5%;
  width: 39.968%;
}

.cst-super-user-r2-page {
  position: relative;
  background: #fff;
}

.cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .l--col.l--col-5.image-shadow .cst-r2-super-user-image-section {
  position: sticky;
  top: 160px;
}

.cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .l--col.l--col-5.image-shadow .cm-image-wrap .image-shadow.right .image-shadow--image:before {
  content: '';
  position: absolute;
  background-color: #f5f5f5;
  background-color: var(--shadow-color);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: -36px;
  left: 36px;
}

.cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .l--col.l--col-5.image-shadow .cm-image-wrap .image-shadow.right .image-shadow--image img {
  padding: 0;
}

.cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .cst-content-grp .widget-type-rich_text p {
  margin: 0;
}
.cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .cst-content-grp .widget-type-rich_text h3 + p {
  padding: 0;
  padding-top: 24px;
  margin: 0;

}
.cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .cst-content-grp .widget-type-rich_text h3 {
  font: 300 40px/48px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  margin: 0;
  padding: 0;
}

.cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .cst-content-grp .button-container a.cta_button {
  vertical-align: inherit;
}

.cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .cst-content-grp .widget-type-rich_text h5 {
  margin: 0;
  padding: 0;
  padding-top: 48px;
  font: 300 40px/48px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}

.cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .cst-content-grp .widget-type-rich_text h5 + h6 {
  padding-top: 24px;
}

.cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .cst-content-grp .widget-type-rich_text h6 + p {
  padding-top: 36px;
}
.cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .cst-content-grp .widget-type-rich_text h6 {
  padding: 0;
  margin: 0;
}
.cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .l--col.l--col-5.image-shadow .cm-image-wrap .image-shadow.right .image-shadow--image {
  z-index: 2;
}

.cst-technology-type2-page.cst-super-user-page {
  overflow: visible;
}

.cst-technology-type2-page.cst-super-user-page .cst-technology-type2-r3-grp .page-center {
  padding: 0;
}
.cst-technology-type2-r1-grp {
  overflow: hidden;
}
.cst-technology-type2-r4-grp {
  overflow: hidden;
}

.cst-super-user-page .cst-technology-type2-r4-grp .page-center {
  padding-top: 60px;
}

.cst-super-user-page .cst-technology-type2-r4-grp .page-center .dnd-section {
  padding: 0;
}

.cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text h6 + p {
  padding-top: 36px !important;;
}
.cst-careers-type2--r2-grp .page-center .l--row-left.clearfix .l--col.l--col-6.l--offset-2 .blog-post-share.page-post-share a.socials {
  margin-left: -4px;
}
.cst-digital-marketing-type2-page .cst-careers-type2--r2-grp .blog-post-share.page-post-share a.socials {
  margin-left: 0px !important; 
}
.custom-digital-section .span6 .widget-type-rich_text h6 {
  font: 300 20px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  margin: 0;
  padding: 0;
}

.custom-digital-section .span6 .widget-type-rich_text h6 + p {
  padding-top: 36px;
}

.custom-digital-section .row-fluid .span6:last-child>div {
  position: sticky;
  top: 160px!important;
}

.custom-digital-section .span6 .widget-type-rich_text h4 {
  margin: 0;
  padding: 0;
  font: 500 18px/22px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding-top: 36px;
  padding-bottom: 12px;
}

.custom-digital-section .span6 .widget-type-rich_text ul:not(:first-child) {
  padding-top: 24px;
}
.custom-digital-section .span6 .widget-type-rich_text ul {
  padding-left: 1em;
}

/*******************************************************************
********************** MEdia Querries ***************************
********************************************************************/

@media screen and (min-width: 768px) {
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li>a:after {
    content: '';
    height: 40px;
    width: 1px;
    border-left: 1px solid rgba(72,72,72,0.2);
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li {
    padding: 0 12px;
  }
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li:last-child>a:after {
    display:none;
  }
}

@media screen and (min-width: 900px) {
  .sitempa-menu .navigation-primary .submenu .l--row-left .l--col:nth-child(3n+3) {
    margin-right: auto;
  }
  .sitempa-menu .navigation-primary .submenu .l--row-left .l--col:nth-child(1), 
  .sitempa-menu .navigation-primary .submenu .l--row-left .l--col:nth-child(2), 
  .sitempa-menu .navigation-primary .submenu .l--row-left .l--col:nth-child(3){
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .cst-r1-full-grp .page-center {
    padding-top: 48px;
  }
  .cst-new-header-grp .section-header p.secondary-header {
    width: 80%;
  }
  .cst-digital-marketing-type2-page .cst-careers-type2--r2-grp {
    margin-top: -47px;
  }
  .cst-challenge-page .cst-careers-type2--r2-grp {
    margin-top: -47px;
  }
  .cst-careers-type2--r3-grp .page-center .cst-right-grp {
    padding-bottom: 0;
  }
  .cst-dynamo-r2-grp {
    margin-top: 96px;
  }
  .cst-technology-type2-page.cst-super-user-page .cst-right-grp {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .cst-r1-full-grp .page-center .cst-r1-full-inner-grp .cst-r1-full-section {
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .sitempa-menu .navigation-primary .submenu .l--row-left .l--col:nth-child(1), .sitempa-menu .navigation-primary .submenu .l--row-left .l--col:nth-child(2) {
    margin-top: 0;
  }
  .sitempa-menu .navigation-primary .submenu .l--row-left .l--col:nth-child(even) {
    margin-right: auto;
  }
  .sitempa-menu .navigation-primary .submenu .l--row-left .l--col {
    margin-top: 60px;
    width: 48%;
  }
  .sitempa-menu .navigation-primary .submenu .l--row-left .l--col:nth-child(1), .sitempa-menu .navigation-primary .submenu .l--row-left .l--col:nth-child(2) {
    margin-top: 0;
  }
  .cst-r1-partner-grp .hs-contentWithimg-col-grp .contentWithimg-bg {
    height: 56.25vw;
    min-height: 210px;
    margin-left: -65px !important;
    width: calc(100% + 65px*2);
    background-position: center!important;
  }
  .cst-r1-partner-grp .dnd-section>.row-fluid {
    padding-top: 0;
  }
  .cst-careers-type2--r3-grp .page-center {
    display:block;
  }
  .cst-r2-partners-grp .page-center {
    padding-top: 48px;
  }
  .cst-careers-type2--r3-grp .page-center .cst-left-grp {
    width: calc(100% + 65px*2) !important;
    position: relative;
    height: 56vw;
  }
  .cst-careers-type2--r3-grp .page-center .cst-right-grp {
    width: 100%;
  }
  .cst-careers-type2--r3-grp .page-center .cst-left-grp div {
    height: 100%;
    margin: 0!important;
  }

}
@media screen and (max-width: 767px) {
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul {
    display: block;
    cursor: pointer;
  }
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li{
    padding:0 !important;
    text-align:left;
  }
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li:not(.active) {
    display: block;
    text-align: left;
    height: 0;
    transition: all .5s ease;
    visibility: hidden;
    opacity: 0; 
  }
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper.is-open>ul>li {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper.is-open>ul>li:not(:last-of-type) {
    padding-bottom: 24px !important;
    height: 52px !important;
  }
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li.active {
    display: block !important;
  }
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li>a {
    display: inline-block;
  }
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li:last-child {
    padding-bottom: 36px !important;
  }
}
@media screen and (max-width: 768px) {
  .cst-r1-full-grp .page-center .cst-r1-full-inner-grp .cst-r1-full-section {
    width: 100%;
  }
  .cst-new-header-grp .widget-type-header h1,
  .cst-new-header-grp .section-header h1 {
    padding-top: 60px;
    padding-bottom: 16px;
    font: 100 60px/72px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
    font-weight: 100;
  }
  .cst-new-header-grp .header-title-divider {
    height: 48px;
    top: 196px;
  }
  .cst-r2-sitemap-grp .page-center {
    padding-top: 60px;
  }
  .sitempa-menu .navigation-primary .submenu .l--row-left .l--col ul.submenu.level-2>li {
    line-height: 30px;
  }
  .cst-careers-type2-grp .page-center .widget-type-header h1 {
    font: 100 54px/65px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  }
  .cst-careers-type2-grp .mobile-iamge {
    display: block;
  }
  .cst-careers-type2-grp .page-center .cst-r1-careers-type2-section .widget-type-linked_image {
    display: none;
  }
  .cst-careers-type2-grp .row-fluid [class*="span"] {
    min-height: 0;
  }

  .cst-careers-type2--r2-grp .page-center {
    padding-top: 60px;
  }

  .cst-careers-type2--r2-grp .page-center .l--row-left.clearfix {
    display: block;
  }

  .cst-careers-type2--r2-grp .page-center .l--row-left.clearfix .l--col.l--col-6.l--offset-2 {
    margin-left: 0;
    width: 100%;
  }

  .cst-careers-type2--r2-grp .page-center .l--row-left.clearfix .l--col.l--col-4.image-shadow.image-shadow--mobile {
    margin-top: 95px;
    width: 100%;
  }
  .cst-new-header-grp .section-header p.secondary-header {
    padding-top: 32px;
  }

  .cst-r2-partners-grp .page-center {
    padding-top: 96px;
  }
  .cst-digital-marketing-type2-page .cst-careers-type2--r2-grp .page-center {
    padding-top: 96px;
  }
  .cst-digital-marketing-type2-r3-grp .page-center .widget-type-section_header h1 {
    float: none;
    max-width: none;
  }
  .cst-challenge-page .cst-careers-type2--r2-grp {
    margin-top: -11px;
  }
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li {
    padding: 0 12px;
  }
  .cst-careers-type2--r3-grp .page-center .cst-right-grp {
    padding-top: 60px;
    margin-top: 48px;
  }
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul {
    display: block;
  }
  .cst-page-top-menu-grp.js--nav-drop .survey--navigation-bar-dropdown-arrow {
    content: '';
    position: absolute;
    top: 34px;
    right: 36px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
  }

  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li {
    display: none;
  }
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li.active.active-branch {
    display: block;
    text-align: left;
    height: 0;
    transition: all .5s ease;
    padding: 0;
  }
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul>li.active>a {
    display: inline-block;
    vertical-align: middle;
  }

  .cst-technology-type2-r4-grp .cst-tec-grp .cst-technology-grp .l--row-left.inner-grp {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .cst-technology-type2-r4-grp .cst-tec-grp .cst-technology-grp .l--row-left.inner-grp .content-box-grp {
    order: 2;
    width: 100%;
    margin-right: 0;
    margin-top: 48px;
  }
  .cst-technology-type2-r4-grp .cst-tec-grp .cst-technology-grp .l--row-left.inner-grp .cst-image-grp {
    margin-right: 0;
    width: 100%;
    order: 1;
    margin-top: 0;
  }

  .cst-dynamo-r2-grp .page-center .inner-col {
    display: block;
  }

  .cst-dynamo-r2-grp .page-center .inner-col .left-col-grp {
    padding-bottom: 48px;
    width: 100%;
    margin-right: 0;
  }
  .cst-dynamo-r2-grp .page-center .inner-col .right-col-grp {
    width: 100%;
    padding-top: 48px !important;
    border-top: 1px solid rgba(72,72,72,0.2);
  }
  .cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .l--col.l--col-5.image-shadow .cm-image-wrap .image-shadow.right .image-shadow--image {
    margin-top: 0;
  }
  .cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .l--col.l--col-5.image-shadow .cm-image-wrap .image-shadow.right .image-shadow--image:before {
    display:none;
  }
  .cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .l--col.l--col-5.image-shadow {
    margin-top: 96px;
    width: 100%;
    margin-right: 0;
  }
  .cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse {
    display: block;
  }
  .cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .cst-content-grp {
    margin-top: 48px;
    width: 100%;
    margin-right: 0;
  }
  .cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .cst-content-grp .button-container {
    display: none;
  }
  .cst-super-user-r2-page .page-center .inner-col.l--row-left.l--row-reverse .cst-content-grp .row-fluid [class*="span"] {
    min-height: 1px;
  }
  .cst-technology-type2-r3-grp.super-user-grp .cst-tec-grp .cst-technology-grp .l--row-left.inner-grp.left .l--offset-2.cst-image-grp {
    display: block!important;
    margin-top: 0;
    width: 100%;
    margin: 0;
  }

  .cst-technology-type2-r3-grp.super-user-grp .cst-tec-grp .cst-technology-grp .l--row-left.inner-grp.left .content-box-grp {
    width: 100%;
    margin-top: 48px;
  }

  .cst-technology-type2-page.cst-super-user-page .cst-right-grp {
    padding-bottom: 0;
  }
  .cst-new-header-grp.hs-case-title .widget-type-header h1 {
    font-size: 60px;
  }
  .custom-home-top-section {
    margin-top: calc(96px + 48px);
    margin-top: 96px;
  }
  main.body-container-wrapper .custom-home-top-section .dnd-section {
    padding-top: 0;
  }

}

@media screen and (max-width: 600px) {
  .sitempa-menu .navigation-primary .submenu .l--row-left .l--col {
    width: 100%;
    margin-top: 48px!important;
    margin-right: 0!important;
  }
  .sitempa-menu .navigation-primary .submenu .l--row-left .l--col:first-child {
    margin-top: 0!important;
  }
}

@media screen and (max-width: 500px) {
  .cst-new-header-grp .widget-type-header {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .cst-careers-type2-grp .page-center .widget-type-linked_image {
    margin-left: -17px;
    min-height: auto;
    width: calc(100% + 17px*2);
  }
  .cst-careers-type2--r2-grp .page-center .l--row-left.clearfix .l--col.l--col-4.image-shadow.image-shadow--mobile {
    margin-top: 96px;
    width: 100%;
  }
  .cst-new-header-grp .widget-type-header, .cst-new-header-grp .section-header,
  .cst-page-top-menu-grp.js--nav-drop .cst-r1-top-menu-section .hs-menu-wrapper>ul {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .cst-new-header-grp .section-header p.secondary-header {
    width: 100%;
  }
  .cst-careers-type2--r3-grp .page-center .cst-left-grp {
    margin-left: -17px;
    width: calc(100% + 17px*2) !important;
    margin-left: -17px;
  }
  .cst-technology-type2-r4-grp .cst-tec-grp .cst-technology-grp .l--row-left.inner-grp.right .content-box-grp .button-container {
    display: block !important;
  }
  .cst-r1-partner-grp .hs-contentWithimg-col-grp .contentWithimg-bg {
    height: 56.25vw;
    min-height: 210px;
    margin-left: -17px !important;
    margin-right: -17px !important;
    width: calc(100% + 17px*2);
  }
}
@media screen and (max-width: 380px) {
  .cst-new-header-grp.hs-case-title .widget-type-header h1, .cst-new-header-grp .section-header h1 {
    font-size: 55px;
  }
}





/***********************************************/
/* ********** WEBSITE-1.css ****************** */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.service-type-2-page-header .header-outer-wrap {
  min-height: auto;
}

@media screen and (min-width: 769px) {

  .service-type-2-page-header .site-header {
    background-color: transparent;
  }

  .navigation--white .site-header:after {
    transition: width 0.25s;
    border-bottom: 1px solid #fff;
  }
  .navigation--white .header-logo svg {
    fill: #fff;
  }
  .navigation--white .header-logo svg:hover {
    fill: #000;
  }
  .navigation--white .site-header .navigation--bar-menu-form form input {
    color: #fff;
    border-color: #fff;
  }
  .navigation--white .site-header .navigation--bar-menu-form form input::placeholder {
    color: #fff;
    opacity: 1;
  }
  .navigation--white .site-header .navigation--bar-menu-form form input:focus {

    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;

  }
  .navigation--white .navigation--bar-menu,
  .navigation--white .navigation--bar-menu-item a,
  .navigation--white .navigation--bar-menu-item a:hover,
  .navigation--white .navigation--breadcrumbs a,
  .navigation--white .navigation--breadcrumbs .hs-breadcrumb-menu-item{
    color: #fff; 
  }
  .navigation--white .navigation--bar-menu-item a {
    background-image: linear-gradient(0,#fff 2px,transparent 0);
  }
  .navigation--white .navigation--cross,
  .navigation--white .navigation--cross::before {
    background-color: #fff;
  }

}

@media screen and (min-width: 1025px) {
  .cm-case-type2-header .header-outer-wrap {
    min-height: auto;
  }
  .cm-case-type2-header .site-header {
    background-color: transparent;
  }
  .navigation--white--tablet .site-header:after {
    transition: width 0.25s;
    border-bottom: 1px solid #fff;
  }
  .navigation--white--tablet .header-logo svg {
    fill: #fff;
  }
  .navigation--white--tablet .header-logo svg:hover {
    fill: #000;
  }
  .navigation--white--tablet .site-header .navigation--bar-menu-form form input {
    color: #fff;
    border-color: #fff;
  }
  .navigation--white--tablet .site-header .navigation--bar-menu-form form input::placeholder {
    color: #fff;
    opacity: 1;
  }
  .navigation--white--tablet .site-header .navigation--bar-menu-form form input:focus {

    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;

  }
  .navigation--white--tablet .navigation--bar-menu,
  .navigation--white--tablet .navigation--bar-menu-item a,
  .navigation--white--tablet .navigation--bar-menu-item a:hover,
  .navigation--white--tablet .navigation--breadcrumbs a,
  .navigation--white--tablet .navigation--breadcrumbs .hs-breadcrumb-menu-item{
    color: #fff; 
  }
  .navigation--white--tablet .navigation--bar-menu-item a {
    background-image: linear-gradient(0,#fff 2px,transparent 0);
  }
  .navigation--white--tablet .navigation--cross,
  .navigation--white--tablet .navigation--cross::before {
    background-color: #fff;
  }

}



.cm-service-type2-page {
  padding-top: 96px;
}
.service-type2-row1 .dnd-section{
  padding: 0; 
}
.service-type2-row1 .dnd-section > .row-fluid,
.case-type2-row1 .dnd-section > .row-fluid{
  padding: 0;
  max-width: 100%;
}
.service-type2-row1 .service--row,
.case-type2-row1 .case--row{
  display: flex;
  justify-content: flex-start;
}
.service-type2-row1 .left-sec{
  width: 48.544%;
  margin-right: 11.5%;
}
.service-type2-row1 .right-sec{
  position: relative;
  min-height: 132px;
  width: 39.968%;
}
.service-type2-row1 .left-sec .widget-type-rich_text h1 {
  padding: 0;
}
.service-type2-row1 .left-sec .widget-type-rich_text p {
  margin: 0; 
}

.service-type2-row1 .left-sec .widget-type-rich_text h1 + p {
  padding-top: 24px;
  font-size: 20px;
  line-height: 24px;
}
.service-type2-row1 .left-sec .widget-type-rich_text h1+p+p {
  padding-bottom: 24px;
  padding-top: 36px;
}
.service-type2-row1 .left-sec .widget-type-rich_text h6 {
  padding-bottom: 24px;
}
.service-type2-row1 .left-sec .widget-type-rich_text img {
  padding-top: 36px;
  padding-bottom: 24px;
  width: 100%;
  display: block;
}
.service-type2-row1 .left-sec .widget-type-rich_text h3 a {
  color: inherit;
  text-decoration: none; 
}
.service-type2-row1 .left-sec .widget-type-rich_text h3+p {
  padding-top: 24px;
  padding-bottom: 0px;
}
.service-type2-row1 .left-sec .button-container .button {
  margin-top: 0px; 
}
.service-type2-row1 .left-sec .widget-type-rich_text p:last-child {
  padding-bottom: 0px; 
}
.service-type2-row2 {
  position: relative;
  margin-top: 96px;
  z-index: 1;
}
.service-type2-row2 .page-center {
  position: relative;
}
.service-type2-row2 .dnd-section {
  padding-bottom: 48px;
  padding-top: 84px;
}
.service-type2-row2 .divider--left {
  height: 36px;
  width: calc(100% - 65px);
  position: absolute;
  left: 0px;
  background-color: #f5f5f5;
  z-index: -1;
  transition: top 0.25s ease-out;
}
.service-type2-row2 .widget-type-rich_text p {
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0,0,0,0.54);
  margin: 0;
}
.service-type2-row2 .hs-menu-wrapper ul,
.case-type2-row4 .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  display: block;
}
.service-type2-row2 .hs-menu-wrapper ul li,
.case-type2-row4 .hs-menu-wrapper ul li{
  font: 500 24px/29px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  display: inline-block;
}
.service-type2-row2 .hs-menu-wrapper ul li a,
.case-type2-row4 .hs-menu-wrapper ul li a{
  display: inline;
  text-decoration: none;
  transition: color 0.25s;
  padding: 0;
  color: #000;
  font-weight: 500;
}
.service-type2-row2 .hs-menu-wrapper ul li a:hover {
  color: #0795B6;
}
.service-type2-row2 .hs-menu-wrapper ul li:not(:last-of-type):after,
.case-type2-row4 .hs-menu-wrapper ul li:not(:last-of-type):after{
  content: ' / ';
}

.service-type-2-page-footer .footer__container {
  padding-top: 0;
}

.case-type2-row4 .hs-menu-wrapper {
  padding-bottom: 48px; 
}


/************Case type 2 Pages **********/
.cm-case-type2-page  .row-fluid [class*="span"] {
  min-height: 0px;
}
.cm-case-type2-page .banner-type-2 .banner-image {
  height: 100vh;
  min-height: auto;
}

.case-type2-row1 .left-sec {
  width: 39.968%;
  margin-right: 11.5%;
}
.case-type2-row1 .right-sec {
  width: 48.544%;
}
.case-type2-row1 .page-center {
  padding-top: 96px; 
}
.case-type2-row1 .dnd-section {
  padding: 0; 
}
.case-type2-row1 .left-sec .widget-type-header h1 {
  padding-bottom: 0px;
}
.cm-case-type2-page .widget-type-rich_text p {
  margin: 0; 
  padding-bottom: 24px;
}
.cm-case-type2-page .widget-type-rich_text p:last-child {
  padding-bottom: 0px; 
}
.case-type2-row1 .right-sec .widget-type-rich_text p:first-child {
  font-size: 20px;
  line-height: 24px;
  padding: 0;
}
.case-type2-row1 .right-sec .widget-type-rich_text p:first-child+p {
  padding-top: 36px;
}

.case-type2-row1 .right-sec .widget-type-rich_text p a:hover {
  color: #0795B6;
}

.cm-case-type2-page .widget-type-rich_text ul {
  padding-top: 24px;
  list-style-type: disc;
  padding-left: 1em;
  margin: 0;
}
.case-type2-row1 .right-sec .widget-type-rich_text h3 {
  padding-top: 36px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.case-type2-row1 .right-sec .widget-type-rich_text ul {
  list-style-type: disc;
  padding-left: 1em;
  margin: 0;
  padding-top: 0px;
}
.case-type2-row1 .right-sec .widget-type-rich_text ul+p {
  padding-top: 36px;
}
.case-type2-row1 .dnd-row > .row-fluid{
  align-items: flex-start;
}
.case-type2-row1 .right-sec .span6 .widget-type-rich_text p {
  font-size: inherit;
  line-height: inherit;
}
.case-type2-row3 .widget-type-rich_text,
.case-type2-row3 .testimonial-block{
  width: 48.544%;
  margin: 0 auto;
}
.case-type2-row3 .widget-type-rich_text h5 {
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 60px;
}
.case-type2-row3 .widget-type-rich_text h6{
  padding-bottom: 12px;
  color: rgba(0,0,0,0.54);
  font-size: 14px;
  line-height: 17px;
}

.case-type2-row3 .widget-type-rich_text h6 strong{
  color: #000;
}
.case-type2-row3 .widget-type-rich_text h2{
  padding-bottom: 30px;
}
.case-type2-row3 .widget-type-rich_text ol {
  padding-top: 24px;
  margin: 0;
  list-style-type: none;
  counter-reset: item;
  padding-left: 1.5em;
}
.case-type2-row3 .widget-type-rich_text ol li {
  counter-increment: item;
}
.case-type2-row3 .widget-type-rich_text ol li:before {
  content: counter(item) ".";
  font-weight: 400;
  display: inline-block;
  position: absolute;
  margin-left: -1.5em;
}
.case-type2-row3 .widget-type-rich_text ol+p {
  padding-top: 36px;
}
.case-type2-row4 .hs-menu-wrapper ul li a {
  color: #000;
  padding: 0;
  pointer-events: none;
  cursor: text;
}
.case-type2-row4 .dnd-section>.row-fluid {
  position: relative; 
}
.cm-case-type2-page .hs-customer-experience-grp .customer-experience-bg {
  height: 696px;
}
.event-row2 .page-center {
  display: flex;
  justify-content: flex-start;
  padding-top: 96px;
  padding-bottom: 1px;
}
.event-row2 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}
.event-row2 .dnd-section {
  padding: 0; 
}
.event-row2 .left-sec {
  width: 39.968%;
  margin-right: 11.5%;
}
.event-row2 .left-sec h1 {
  padding-bottom: 0px; 
}
.event-row2 .right-sec {
  width: 48.544%;
}
.event-row2 .right-sec .widget-type-rich_text p {
  margin: 0;
}
.event-row2 .right-sec .widget-type-rich_text p:first-child {
  font-size: 20px;
  line-height: 24px;
  padding: 0;
}
.event-row2 .right-sec .widget-type-rich_text p:first-child+p {
  padding-top: 36px;
}
.event-row2 .right-sec .widget-type-rich_text h3 {
  padding-top: 36px;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.event-row2 .right-sec .widget-type-rich_text ul {
  padding-bottom: 24px;
  list-style-type: disc;
  padding-left: 1em;
  margin: 0;
}
.event-row2 .right-sec .widget-type-rich_text ul+p {
  padding-top: 36px;
}
.event-row2 .right-sec .button-container {
  padding-top: 24px;
  display: block;
}
.event-row2 .right-sec .button-container .button {
  margin: 0;
  vertical-align: middle;
}
.events-page .divider--container {
  position: relative;
  min-height: 132px;
  padding-top: 96px;
}
.events-page .divider--container .divider--left {
  position: absolute;
  height: 36px;
  width: calc(100% - 65px);
  left: 0px;
  background-color: #f5f5f5;
  z-index: -1;
  transition: top 0.25s ease-out;
}
.event-row3 .widget-type-header h2 {
  padding-bottom: 0px;
}
.event-row3 .span6 {
  width: 48.544%;
  margin: 0;
}
.event-row3 .span6:first-child {
  margin-right: 2.91%;
}
.event-row5 .dnd-section>.row-fluid > .dnd-column {
  width: 48.544%;
  margin: 0 auto;
  float: none;
}

.event-row5 form .inputs-list label>span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}



.event-row5 [type="radio"]+span {
  padding-left: 36px;
  margin-left: 0;
  font: 300 16px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  position: relative;
  display: block;
  cursor: pointer;
}
.event-row5 [type="radio"]:checked+span:before, .event-row5  [type="radio"]:not(:checked)+span:before {
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #0795b6;
  position: absolute;
  top: 3px;
  border-radius: 50%;
  transform: none;
  content: " ";
}
.event-row5 [type="radio"]:checked+span:after {
  content: " ";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0795b6;
  transform: none;
}

.event-row5 .hs-input[type=radio] {
  display: none; 
}
.event-row5 .hs-form-field {
  padding-top: 36px;
  margin-bottom: 0px;
}
.event-row5 .hs-fieldtype-radio.hs-form-field,
.event-row5 .hs-fieldtype-booleancheckbox.hs-form-field{
  margin-top: 24px;
  padding-top:0px;
}
.event-row5 form .hs-form-field>label {
  padding-top: 0px;
}
.event-row5 form ul.inputs-list.multi-container {
  margin-top: 24px;
  margin-bottom: 0px;
  padding: 0
}
.event-row5 .hs-fieldtype-select select {
  position: relative;
  width: 100%;
  padding: 8px 24px 8px 0;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  -ms-appearance: none;
  box-shadow: none;
  background-image: url(//8374679.fs1.hubspotusercontent-na1.net/hubfs/8374679/raw_assets/public/EngagementFactory_April2021/images/baseline-arrow_drop_down-24px.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.event-row5 form .hs-form-required {
  color: rgba(0,0,0,0.54);
}
.event-row5 .hs_date.hs-date.hs-fieldtype-radio.field.hs-form-field label,
.event-row5 .hs_date.hs-date.hs-fieldtype-radio.field.hs-form-field .hs-form-required{
  color: #000;
}

.event-row5 form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.event-row5 form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label {
  margin-left: 42px;
  position: relative;
  display: block;
  cursor: pointer;
}
.event-row5 form  .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label .hs-input[type=checkbox] {
  display: none;
}
.event-row5 form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label span {
  font: 300 14px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  display: block;
  color: #000;
}
.event-row5 form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label span:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0,0,0,0.54);
  background-color: #fff;
  position: absolute;
  left: -42px;
  top: 10px;
  transform: translateY(-50%);
  border-radius: 4px;
  transition: background-color .25s,border-color .25s;
}
.event-row5 form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label span:after {
  content: '';
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: absolute;
  left: -37px;
  width: 3px;
  height: 7px;
  transform: rotate(45deg) translateY(-60%) translateX(-50%);
  top: 10px;
  transition: opacity .25s,border-color .25s;
}
.event-row5 form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label .hs-input[type=checkbox]:not(:checked)+span:after {
  opacity: 1;
}
.event-row5 form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label .hs-input[type=checkbox]:checked+span:before {
  background-color: #0795b6;
  border-color: #0795b6;
}
.event-row5 form .hs-fieldtype-booleancheckbox.field.hs-form-field .input ul.inputs-list li label .hs-input[type=checkbox]:checked+span:after {
  opacity: 1;
  border-color: #fff;
}
.event-row5 form .hs-fieldtype-select.hs-form-field > label {
  font-size: 12px;
  line-height: 14px;
}
.event-row5 form .hs-input {
  padding-left: 0px;
  padding-right: 0px;
}
.event-row5 form .hs-input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.54);
}

.cm-r1-mood-impression-page-grp .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}








@media screen and (max-width: 1024px) {
  .cm-case-type2-header .header-outer-wrap {
    min-height: 96px;
  }
  .service-type-2-page-header.cm-case-type2-header .site-header {
    background-color: rgba(255,255,255,1.0);
  }
  .service-type-2-page-header.cm-case-type2-header .site-header:after {
    border-bottom: 1px solid #fff;
  }
  .cm-case-type2-page .banner-type-2 .banner-image {
    width: 100%;
    min-height: 210px;
    height: 40vw;
    display: block;
    position: relative;
  }
  .cm-case-type2-page .banner-type-2 .banner-image:before {
    background: none;
  }
  .case-type2-row1 .dnd-row>.row-fluid {
    align-items: flex-start;
    flex-direction: column;
  }
  .case-type2-row1 .right-sec .span6 {
    width: 100%;
    margin-left: 0px;
    float: none;
    padding-left: 0px !important;;
  }
  .case-type2-row1 .right-sec .span6:last-of-type {
    padding-top: 24px;
  }
  .case-type2-row3 .widget-type-rich_text,
  .case-type2-row3 .testimonial-block,
  .event-row5 .dnd-section>.row-fluid>.dnd-column{
    width: 80%;
  }
  .cm-case-type2-page .hs-customer-experience-grp .customer-experience-bg {
    height: 282px;
    background-position-x: 40%;
    background-position-y: 20%;
  }

  .data-driven-marketing .cst-careers-type2--r3-grp .page-center {
    display: block;
  }
  .data-driven-marketing .cst-careers-type2--r3-grp .cst-left-grp {
    width: calc(100% + 65px*2) !important;
    position: relative;
    height: 56vw;
    margin-left: -65px !important;
    margin-right: 0px !important;

  }
  .cst-careers-type2--r3-grp .page-center .cst-right-grp {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .event-row2 .left-sec h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .case-type2-row1 .left-sec .widget-type-header h1 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (max-width: 840px) and (min-width: 769px){
  .service-type2-row1 .left-sec .widget-type-rich_text h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .service-type-2-page-header .header-outer-wrap {
    min-height: 96px;
  }
  .navigation--white .site-header:after {
    border-bottom: 1px solid #fff;
  }
  .cm-service-type2-page {
    padding-top: 60px;
  }
  .service-type2-row1 .service--row,
  .case-type2-row1 .case--row{
    display: block;
  }
  .service-type2-row1 .left-sec,
  .service-type2-row1 .right-sec,
  .case-type2-row1 .left-sec,
  .case-type2-row1 .right-sec{
    width: 100%;
  }
  .service-type2-row1 .left-sec .widget-type-rich_text h1 {
    font-size: 54px;
    line-height: 65px;
  }
  .case-type2-row1 .page-center {
    padding-top: 60px;
  }
  .case-type2-row1 .left-sec .widget-type-header {
    margin-bottom: 36px; 
  }
  .case-type2-row1 .right-sec .span6:first-of-type {
    float: left;
    margin-right: 6%;
    width: 47%;
  }
  .case-type2-row1 .right-sec .span6:last-of-type {
    width: 47%;
    float: right;
  }
  .case-type2-row3 .widget-type-rich_text,
  .case-type2-row3 .testimonial-block {
    width: 100%;
  }
  .cm-case-type2-page .hs-customer-experience-grp .customer-experience-bg {
    margin-left: -65px;
    margin-right: -65px;
  }
  .event-row2 .page-center {
    display: block;
  }
  .event-row2 .left-sec {
    width: 100%;
    margin-right: 0;
  }
  .event-row2 .right-sec {
    width: 100%;
    margin-top: 36px
  }
  .event-row3 .span6 {
    width: 100%;
  }
  .event-row3 .span6:last-of-type {
    margin-top: 48px;
  }
  .event-row5 .dnd-section>.row-fluid>.dnd-column {
    width: 100%; 
  }
  .cm-awards-sec h1 {
    font-size: 54px;
  }
  main.body-container-wrapper .custom-home-top-section .dnd-section {
    background-color: #fff !important;
  }
}

@media screen and (max-width: 500px) {
  .service-type2-row2 .divider--left {
    left: -17px;
    width: 100%;
  }
  .case-type2-row1 .right-sec .span6 {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .cm-case-type2-page .hs-customer-experience-grp .customer-experience-bg {
    margin-left: -17px;
    margin-right: -17px;
  }
  .events-page .divider--container .divider--left {
    left: -17px;
    width: 100%;
  }
  .case-type2-row1 .left-sec .widget-type-header h1 span {
    display: none; 
  }
  .data-driven-marketing .cst-careers-type2--r3-grp .cst-left-grp {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .cm-r1-mood-impression-page-grp .widget-type-header h1 {
    font-size: 38px;
  }

}
@media (max-width: 540px) and (min-width: 499px){
  .custom-digital-top-section h1 {
    font-size: 50px; 
  }
}
@media (max-width: 460px) {
  .cst-careers-type2-grp .page-center .widget-type-header h1,
  .custom-digital-top-section h1{
    font-size: 11.5vw;
    line-height: 14.25vw;
  } 
}
@media (max-width: 400px) {

  .cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text h3 {
    font-size: 37px;
  }
  .case-type2-row1 .left-sec .widget-type-header h1 {
    font-size: 39px;
  }
  .service-type2-row1 .left-sec .widget-type-rich_text h1 {
    font-size: 45px;
  }
  .case-type2-row3 .widget-type-rich_text h2 {
    font-size: 33px;
  }
  .nlhm_row2 .widget-type-rich_text h2 {
    font-size: 42px;
  }
  .cm-awards-sec h1 {
    font-size: 45px;
  }
  .cst-fllwidth-page .cst-banner-grp .page-center h1 {
    font-size: 32px;
  }
  .cst-r1-full-grp .page-center .cst-r1-full-inner-grp .cst-r1-full-section .widget-type-rich_text h3 {
    font-size: 28px;
  }
  .cm-careers3-sec h3 {
    font-size: 38px;
  }
  .cst-careers-type2--r2-grp .page-center .l--row-left .left-sec .widget-type-rich_text h3 {
    font-size: 35px;
  }
}

@media screen and (max-width: 350px) { 
  .event-row2 .left-sec h1 {
    font-size: 45px; 
  }
}

.cst-dynamo-banner-grp .iner-grp .lava-anime .background.transparent {
  opacity: 0;
}
.cst-dynamo-banner-grp .iner-grp .lava-anime .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: 10s opacity;
  opacity: 1;
}
.cst-dynamo-banner-grp .iner-grp .lava-anime .background.transparent {
  opacity: 0;
}
.cst-dynamo-banner-grp .iner-grp .lava-anime .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: 10s opacity;
  opacity: 1;
}


.migration form.hs-form.stacked {
  margin-bottom: 25px;
}
.custom-home-top-section .dnd-section {
  background-color: #fff !important;
}
.event-row5 form .hs-form-required {
  display: inline-block !important;
}

.cst-fllwidth-page.cst-inspiration-page .submitted-message,
.cm-partners-inner-page .submitted-message{
  padding-top: 10px;
}
.cm-partners-inner-page .cst-careers-type2--r3-grp .page-center .cst-right-grp {
  margin-right: 0px;
}
.blue-link {
  color: #0795B6;
  font-weight: 500;
  text-decoration: underline;
}
.blue-link:hover {
  color: #000 !important;
}

/* ******************************************************************************
*********************************************************************************
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-outer-wrap {
  min-height: 96px; 
}
.navigation--languages ul li a[href=""] {
    display: none;
}
.site-header {
  background-color: #F8FAFC;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  top: 0;
  transition: background-color 0.25s;
}

.site-header:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 95%;
  bottom: 0;
  left: 2.5%;
  transition: width 0.25s; 
  border-bottom: 1px solid rgba(72,72,72,0.2);
}
.navigation--bar {
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 65px;
  padding-left: 65px;
  transition: padding-right 0.25s, padding-left 0.25s;
}

.header-logo {
  height: 48px;
}
.header-logo svg {
  width: 48px;
  height: 48px;
  transition: fill 0.25s;
  margin-left: -3px;
}
.header-logo svg:hover {
  fill: #F48120;
}

.navigation--breadcrumbs {
  font: 500 14px/14px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding-left: 26px;
  transition: opacity 0.25s, visibility 0.25s;
}
.navigation--breadcrumbs a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.1em;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.25s;
  margin-right: 4px;
  color: #000;
}
.navigation--breadcrumbs a:hover {
  opacity: 0.6;
  color: inherit;
}
.navigation--breadcrumbs .hs-breadcrumb-menu-item.last-crumb:hover {
  opacity: 0.6;
}
.navigation--breadcrumbs .hs-breadcrumb-menu-item.last-crumb {
  transition: opacity 0.25s;
}
.navigation--breadcrumbs .hs-breadcrumb-menu:before,
.navigation--breadcrumbs .hs-breadcrumb-menu:after {
  content: "";
  display: table;
  clear: both;
}
.navigation--breadcrumbs .hs-breadcrumb-menu-item {
  padding: 0; 
  height: 1.1em;
  transition: opacity 0.25s;
}
.navigation--breadcrumbs ul .hs-breadcrumb-menu-item:last-child:before {
  content: '/ ';
  font-weight: lighter;
  vertical-align: top;


}
.navigation--breadcrumbs .hs-breadcrumb-menu-item a:before {
  content: '/ ';
  font-weight: lighter;
}
.navigation--breadcrumbs .hs-breadcrumb-menu-divider {
  display: none;
}
.navigation--breadcrumbs .hs-breadcrumb-menu-item a:hover {
  opacity: 0.6;
}
.navigation--breadcrumbs span.hs-breadcrumb-label {
  font-weight: 500;
}
.navigation--bar-menu {
  margin-left: auto;
}
.navigation--bar-menu-form {
  margin-right: 24px;
  display: inline-block;
}
.navigation--bar-menu-form form {
  display: inline-block;
}
.navigation--breadcrumbs {
  position: relative;
  top: -1px;
}
.navigation--bar-menu-form form input {
  width: 100%;
  max-width: 80px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  font: 300 16px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  box-shadow: none;
  transition: border-bottom 0.25s, box-shadow 0.25s, border-color 0.25s;
  padding: 0;
}
.navigation--bar-menu-form form input:focus {
  box-shadow: 0 1px 0 0 #000;
}
.navigation--bar-menu-item:not(:last-child) {
  margin-right: 24px;
}
.navigation--bar-menu-item {
  display: inline-block;
}
.navigation--bar-extender {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-right: 34px;
  min-height: 19px;
}
.navigation--bar-menu-item {
  transition: opacity 0.25s, visibility 0.25s;
}
.navigation--bar-menu-item a {
  font-weight: 300; 
  background-image: linear-gradient(0deg, #000 2px, transparent 0);
  display: inline;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 96%;
  background-position-x: -130px;
  transition: background-position 0.25s ease-in-out;
  text-decoration: none;
}
.navigation--bar-menu-item a:hover {
  background-position-x: 0px;
  color: inherit;
}
.navigation--cross {
  position: absolute;
  top: 8px;
  right: 0;
  height: 2px;
  width: 20px;
  background-color: #000;
  display: block;
  border-radius: 5px;
  transition: transform 0.25s;
}
.navigation--cross::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: #000;
  top: 5px;
  right: 0;
  border-radius: 5px;
  transition: transform 0.25s;
}
/* Styles for the Search Bar */


.site-header ul.hs-search-field__suggestions {
  position: absolute;
  z-index: 9;
  background: #fff;
  width: 205px;
}
.hs-search-field__suggestions li#results-for, .hs-search-field__suggestions li a {
  padding: 10px;
  display: block;
  text-decoration: none;
}
.hs-search-field__suggestions a:hover, .hs-search-field__suggestions a:focus {
  background-color: rgba(0,0,0,0.1);
  outline: 0;
}
.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}
.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

.is-open .navigation--bar-menu-form {
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 910px) {
  .navigation--breadcrumbs ul.hs-breadcrumb-menu {
    display: flex;
  }
  .navigation--breadcrumbs .hs-breadcrumb-menu-item {
    display: flex;
  }
  .navigation--breadcrumbs .hs-breadcrumb-menu-item:not(:first-child) {
    padding-left: 5px;
  }
  .navigation--bar-menu {
    display: flex;
  }
}
/* Mobile Styles */
@media screen and (max-width: 1024px) {
 .site-header:after { 
  z-index: 99; 
}
}
@media screen and (max-width: 768px) {
  .navigation--bar-span {
    display: none;
  }
  .is-open .navigation--bar-span {
    display: inline !important;
  }
  .navigation--breadcrumbs {
    display: none;
  }
  .is-open .navigation--bar-extender {
    padding-right: 34px;
  }
}
@media screen and (max-width: 500px) {
  .navigation--bar {
    padding-left: 17px;
    padding-right: 17px;
  }
  .navigation--bar-extender {
    padding-right: 20px;
  }
}



.header__language-switcher.header--element {
  position: relative;
  text-align: center;
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
  padding-top: 96px;
  position: relative;
  padding-right: 65px;
  padding-left: 65px;
  transition: padding-right 0.25s, padding-left 0.25s;
}
.footer-top {
  border-top: 1px solid rgba(72,72,72,0.2);
  padding-top: 48px;
  padding-bottom: 48px;
}
.footer-col-1 {
  float: left;
}
.footer-col-1 h4 {
  padding-bottom: 12px;
  margin: 0;
}
.footer-col-1 p {
  padding-bottom: 24px;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300
}
.footer-col-1 a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  font-weight: 300;
}
.footer-col-2 {
  float: right;
  display: flex;
}
.footer-menu--two-div {
  display: flex;
  padding-right: 36px;
}

.footer-menu {
  width: 13vw;
  max-width: 176px;
}
.footer-col-2 .hs-menu-wrapper > ul {
  list-style: none;
  padding-left: 0px;
  margin: 0;
  display: flex;
}
.footer-col-2 .hs-menu-wrapper > ul > li {
  width: 13vw;
  max-width: 176px;

}
.footer-col-2 .hs-menu-wrapper > ul > li:first-of-type >a,
.footer-menu--two-div .hs-menu-wrapper > ul > li:nth-child(2) > a{
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 6px;
  display: block;
  cursor: text;
  background-image: none !important;
}
.footer-col-2  ul.hs-menu-children-wrapper {
  display: block; 
}
.footer-col-2 .hs-menu-item a {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  background-position-x: -180px;
  transition: background-position 0.25s ease-in-out;
  background-image: linear-gradient( 0deg, #000 1px, transparent 0);
  display: inline;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 96%;
}
.footer-col-2 .hs-menu-item a:hover {
  background-position-x: 0px;
}
.footer-bottom {
  border-top: 1px solid rgba(72,72,72,0.2);
  padding-top: 48px;
  padding-bottom: 48px;
  max-height: 154px;
}
.footer-logo {
  float: left;
}
.footer-logo img {
  height: 58px;
  width: 100% !important;
  display: block;
}
.footer-socials {
  float: right;
  padding-top: 20px;
}
.footer-socials a {
  display: inline-block;
  padding-right: 24px;
}
.footer-socials a:last-of-type {
  padding-right: 0;
}
.footer-socials a svg {
  height: 20px;
  width: 20px;
  opacity: 0.7;
}
.cst-demo-page .footer__container {
  padding-top: 48px;
}
@media screen and (min-width: 1239px) {
  .footer-col-1 {
    max-width: 480px;
  }
}
@media screen and (min-width: 1239px), screen and (min-width: 599px) and (max-width: 768px) {
  .footer-col-2 .hs-menu-wrapper > ul > li:not(:last-of-type) {
    margin-right: 36px;
  }
}

@media screen and (min-width: 899px) and (max-width: 1240px) {
  .footer-col-2 .hs-menu-wrapper>ul {
    flex-direction: column;
    padding-right: 8vw;
  }
  .footer-col-2 .hs-menu-wrapper>ul>li:not(:last-of-type) {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 1240px) {
  .footer-col-1 {
    max-width: 50%;
  }
  .footer-menu--two-div {
    padding-right: 0;

  }
}
@media screen and (max-width: 900px) {
  .footer-col-1 {
    max-width: none;
    float: none;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(72,72,72,0.2);
  }
  .footer-col-2 {
    float: none;
    padding-top: 48px;
  }
  .footer-col-2 .hs-menu-wrapper>ul>li,
  .footer-col-2 .hs-menu-item a{
    line-height: 36px;
    min-width: 23vw;
  }
  .footer-menu--two-div {
    padding-right: 36px;

  }
}
@media screen and (min-width: 767px) and (max-width: 900px) {
  .footer-col-2 .hs-menu-wrapper>ul>li {
    min-width: 26vw;
  }
}
@media screen and (max-width: 600px) {
  .footer-menu--two-div {
    padding-right: 20%;
  }
  .footer-menu--two-div .hs-menu-wrapper>ul {
    flex-direction: column;
  }
  .footer-col-2 .hs-menu-wrapper>ul>li:not(:last-of-type){
    padding-bottom: 36px;
  }
  .footer-col-2 .hs-menu-wrapper>ul>li,
  .footer-menu{
    width: auto; 
  }
  .footer-logo {
    display: none;
  }
  .footer-socials {
    float: none;
    padding-top: 0px;
  }
  .footer-socials .hs_cos_wrapper_type_rich_text {
    padding-top: 0px;
    display: flex;
    justify-content: center;
  }
  .footer-socials a {
    line-height: 10px;
  }
  .lp-footer .footer-bottom {
    display: none; 
  }
}
@media screen and (max-width: 600px) {
.footer-socials {
    padding-top: 0px;
    float: none;
    display: flex;
    justify-content: center;
}
}
@media screen and (max-width: 500px) {
  .footer__container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: transparent;
}

.blog-header__inner {
  max-width: 1366px;
  margin: 0 auto;
  padding-right: 65px;
  padding-left: 65px;
  transition: padding-right 0.25s, padding-left 0.25s;
}
.blog-header__title {
  padding-top: 60px;
  padding-bottom: 0px;
  font: 100 96px/115px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  margin: 0;
}
.header-title--divider {
  background-color: #f5f5f5;
  height: 72px;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0%;
  top: 220px;
  transition: top 0.25s ease-out;
}

section.blog .page-center {
  padding: 65px 65px 0px;
}
.blog--articles {
  float: left;  
  width: 65.68%;
  margin-right: 11.5%;
}
.blog--filters-button {
  display: none;
  cursor: pointer;
}
.article-block--container {
  margin-bottom: 60px;
}
.article-block--container:last-of-type {
  margin-bottom: 0px;
}
.article-block--container > a {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
  color: #000;
}
.article-block--container > a:hover {
  text-decoration: none;
  color: #000; 
}
.article-block--container .article-block {
  position: relative;
  width: 47.8%;
  margin-right: 4.37%;
}
.article-block--content {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
}
.article-block--image {
  display: block;
  transition: transform 0.25s;
  width: 100%;
}
.article-block--category {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding-top: 18px;
  padding-right: 24px;
  max-width: 75%;
}
.article-block:hover .article-block--image {
  transform: scale(1.2);
}
.article-block h5 {
  padding: 0;
  margin: 0;
  background-image: linear-gradient(0deg, #000 2px, transparent 0);
  background-position-x: -2222px;
  display: inline;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 96%;
  transition: background-position 0.8s ease-in-out;
}
.article-block:hover h5 {
  background-position-x: 0px; 
}
.article-block--information {
  color: rgba(0,0,0,0.54);
  font: 300 14px/17px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  position: relative;
  padding-top: 12px;
}
.article-block--information-left {
  float: left;
  width: 50%;
}
.article-block--information-right {
  float: right;
}
.article-block--information::after {
  content: '';
  display: table;
  clear: both !important;
}
@media screen and (min-width: 769px) {
  .blog .l--col:last-of-type {
    margin-right: auto;
  }
  .blog .l--col:nth-child(2n+2) {
    margin-right: auto;
  }
}
.blog .l--col {
  width: 47.8%;
  margin-right: 4.37%;
}
.l--col:last-of-type {
  margin-right: 0;
}
.blog--filters {
  width: 22.82%;
  float: left;
}
.blog--filters {
  position: sticky;
  top: 160px;
}
.show-mobile-m {
  display: none;
}
.blog--filters h3:not(:last-child) {
  padding-bottom: 24px;
}
.blog--filters .widget-module ul {
  padding-bottom: 24px;
}
.blog--filters h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}
.blog--filters ul:not(:last-child) {
  padding-bottom: 24px;
}
.blog--filters ul {
  list-style: none;
  margin: 0;
  padding-left: 0px;
}
.blog--filters ul li {
  transition: color 0.25s;
}
.blog--filters ul li a {
  text-decoration: none;
  transition: color 0.25s;
  cursor: pointer;
}
.blog--filters ul li a:hover {
  color: #0795B6;
  text-decoration: none;
}
.blog--filters ul li.active a {
  color: #0795B6 !important;
}
.blog--filters ul li span.filter-link-count {
  color: rgba(0,0,0,0.54);
}
.blog .input-field {
  position: relative;
  margin-top: 36px;
  margin-bottom: 0;
}
.blog .input-field input {
  background-color: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.54);
  font: 300 16px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding-bottom: 8px;
  padding-top: 8px;
  box-shadow: none;
  transition: border-bottom 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.input-field label {
  position: absolute;
  font: 300 16px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  left: 0;
  top: 8px;
  color: rgba(0,0,0,0.54);
  transition: color 0.25s, font-size 0.25s, line-height 0.25s, top 0.25s;
  z-index: -1;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.input-field input:focus {
  outline: none;
  border-bottom: 1px solid #0795b6 !important;
  box-shadow: 0 1px 0 0 #0795b6;
  caret-color: #0795B6;
}
.input-field form.active > label {
  font: 300 12px/14px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  top: -11px;
  color: #0795B6;
} 



.blog-pagination {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid rgba(72,72,72,0.2);
}
.blog-pagination__link {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  padding: 15px 0;
  line-height: 17px;
  text-align: center;
  background-color: #f5f5f5;
  transition: background-color 0.25s, color 0.25s;
  text-decoration: none;
  color: inherit;
}
.blog-pagination__link:hover {
  text-decoration: none;
}
.blog-pagination__link--active,
.blog-pagination__link--active:hover {
  background-color: #fff;
  color: #0795B6;
  cursor: text;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  padding: 0;
  fill: #0795B6;
  transition: fill 0.25s, background-color 0.25s;
}

@media screen and (min-width: 768px) {
  .blog-pagination__link:hover,
  .blog-pagination__link:focus {
    background-color: #0795B6;
    color: #fff;
    text-decoration: none;
  }
  .blog-pagination__prev-link:hover svg,
  .blog-pagination__next-link:hover svg {
    animation: move-slides 1s linear infinite;
    fill: #fff;
  }
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
  display: none;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #0795B6;
  width: 50%;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {

}

section.cm-popular-posts {
  padding-top: 96px;
}
.cm-popular-posts .page-center {

}
.cm-popular-posts .overview {
  position: relative;
  padding-bottom: 48px;
}
.cm-popular-posts .overview .overview--title {
  max-width: 60%;
  padding: 0;
  margin: 0;
}
.cm-popular-posts .row {
  display: flex;
  justify-content: flex-start;
}
.cm-popular-posts .l--col-3 {
  width: 22.816%;
  margin-right: 2.91%;
}
.cm-popular-posts .l--col:last-of-type {
  margin-right: 0;
}
.cm-popular-posts .article-block--image-half {
  display: block;
  width: 62.429%;
}
.cm-popular-posts .article-block a {
  text-decoration: none;
}

.bgimage-content-block {
  padding-top: 96px;
}
.bgimage-content-block--bgimage {
  background-image: url(//8374679.fs1.hubspotusercontent-na1.net/hubfs/8374679/raw_assets/public/EngagementFactory_April2021/images/blogs-inspiration.jpg);
  height: 412px;
  --x-desktop: 50%;
  --x-laptop: 50%;
  --y-desktop: 50%;
  --y-laptop: 50%;
  padding-top: 96px;
  padding-bottom: 96px;
  background-position-x: center;
  background-position-x: var(--x-desktop);
  background-position-y: center;
  background-position-y: var(--y-desktop);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bgimage-content-block::after {
  content: '';
  display: table;
  clear: both !important;
}
.bgimage-content-block--position-bottom-right {
  position: absolute;
  max-width: none !important;
  padding: 48px 0 0 48px;
  bottom: 0;
  right: 0;
  text-align: right;
}
.bgimage-content-block--position-bottom-right {
  background: #fff;
}
.bgimage-content-block--position-bottom-right h4 {
  padding-bottom: 0px; 
}
.bgimage-content-block--position-bottom-right h4+p {
  padding-top: 12px;
  padding-bottom: 0px;
  color: rgba(0,0,0,0.54);
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.bgimage-content-block .button--black {
  margin-top: 24px;
  color: #fff;
  text-transform: uppercase;
  font: 500 14px/14px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding: 16px 24px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: color 0.6s;
  margin-bottom: -6px;
  cursor: pointer;
}
.bgimage-content-block .button:before,
.blog--filters-button.button:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
}
.bgimage-content-block .button:after,
.blog--filters-button.button:after{
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: left 0.6s;
}
.bgimage-content-block .button--black:after,
.blog--filters-button.button--black:after{
  background: #F48120;
}
.bgimage-content-block .button--black .button--text {
  z-index: 5;
  position: relative;
  color: #fff;
}
.bgimage-content-block .button:hover:after,
.blog--filters-button.button:hover:after {
  left: 0%;
}


/**********             Post Page    **************/

.header-title-image--title {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 60px;
  line-height: 72px;
}
.cm-sample-header img.header-title-image--image {
  width: calc(100% + 65px*2);
  display: block;
  min-height: 200px;
}
.blog-post-row {
  display: flex;
  justify-content: center;
}
.wp_ef--blog {
  position: relative;
  width: 48.544%;
}
.blog-post-header {
  position: relative;
}
.blog-post-header--image {
  height: 132px;
  width: 132px;
  border-radius: 50%;
  border: 10px solid #fff;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: -66px; 
}
.blog-post-header--container {
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(72,72,72,0.2);
  margin-bottom: 48px;
}
.blog-post-header--article-information {
  color: rgba(0,0,0,0.54);
  max-width: 40%;
  margin-bottom: 0px;
}
.blog-post-header--article-author {
  color: rgba(0,0,0,0.54);
  margin-left: auto;
  text-align: right;
  max-width: 40%;
  padding-top: 0 !important;
  margin-bottom: 0px;
}
.blog-post-body p {
  padding-top: 24px;
  margin: 0;
}
.blog-post-body p:first-child,
.blog-post-body p.wp_ef--highlight{
  padding-top: 0px;
}
.blog-post-body .wp_ef--highlight+p{
  padding-top: 36px;
}
.blog-post-body h4 {
  padding-top: 36px;
  padding-bottom: 0px;
}
.blog-post-body figure {
  padding-top: 24px;
  margin: 0 0 1em;
}
.blog-post-body figure img {
  max-width: 100%;
  display: block;
}
.blog-post-body figure+* {
  padding-top: 0px;
}
.blog-post-body figure.wp_ef--image {
  margin-bottom: 0px;
}
.blog-post-body blockquote {
  margin: 0 0 16px;
  padding: 0 1em;
  border-left: none;
  line-height: 24px;
}
.blog-post-body blockquote p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;

}
.blog-post-body blockquote cite {
  font-size: 18px;
  text-align: right;
  padding-top: 24px;
}
.blog-post-body img {
  width: 100%;
  max-width: 100%;  
}
.blog-post-sec .blog-post-body .block--title-small {
  padding-top: 36px;
}
.blog-post-body h4.block--title-small.block--title-bold { 
  padding-bottom: 12px;
}
.blog-post-body h4.block--title-small.block--title-bold + p {
  padding-top: 0px; 
}
.blog-post-body .wp_ef--button-container-center {
  text-align: center;
}
.blog-post-sec .blog-post-body ul {
  list-style: none;
  padding-left: 0px;
}
.blog-post-sec .blog-post-body p+ul {
  padding-top: 24px;
}

.blog-post-sec .blog-post-body .list--standard:not(:first-child), 
.blog-post-sec .blog-post-body .list--ordered:not(:first-child) {
  padding-top: 24px;
}
.blog-post-sec .blog-post-body .list--standard {
  list-style-type: disc;
  padding-left: 1em;
}
.blog-post-sec .blog-post-body h3 {
  padding-bottom: 0px; 
}
.blog-post-sec .blog-post-body figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  text-align: center;
}
/*.blog-post-sec .blog-post-body .wp-block-spacer+h4 {
padding-top: 0px;
}*/
.blog-post-body figure+h4.block--title-small.block--title-bold {
  padding-top: 36px;
}
.blog-post-sec .blog-post-body h3.show-mobile-m {
  padding-bottom: 48px;
}
.blog-post-sec .blog-post-body figure.wp_ef--image+h4.block--title-small.block--title-bold {
  padding-top: 24px;
}
.blog-post-sec .blog-post-body .wp-block-spacer+.wp_ef--image {
  padding-bottom: 24px;
  padding-top: 0px;
}
.blog-post-sec .blog-post-body figure.wp_ef--image+h4,
.blog-post-sec .blog-post-body figure.wp_ef--image+p{
  padding-top: 24px;
}
.blog-post-sec .blog-post-body .list--ordered {
  list-style-type: none;
  counter-reset: item;
  padding-left: 1.5em;
  margin: 0;
}
.blog-post-sec .blog-post-body .list--ordered>li {
  counter-increment: item;
}
.blog-post-sec .blog-post-body .list--ordered>li:before {
  content: counter(item) ".";
  font-weight: 400;
  display: inline-block;
  position: absolute;
  margin-left: -1.5em;
}
.blog-post-sec .blog-post-body p+.wp_ef--subtitle {
  padding-top: 36px;
}
.blog-post-sec .blog-post-body p a {
  font-weight: inherit;
}
.blog-post-sec .blog-post-body .block--title-small {
  padding-top: 36px;
}

.blog-post-sec .blog-post-body p+:not(.wp-block-spacer):not(.wp_ef--video):not(.wp_ef--quote-block):not(.wp_ef--small-subtitle):not(.wp_ef--subtitle){
  padding-top: 24px;
}
.blog-post-sec .blog-post-body .wp_ef--highlight+:not(.wp-block-spacer):not(.wp_ef--video):not(.wp_ef--quote-block) {
  padding-top: 36px !important;
}
.blog-post-sec .blog-post-body .wp_ef--button-container .button {
  margin-top: 0px;
}
.blog-post-sec .blog-post-body .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}
.blog-post-sec .blog-post-body .has-text-align-center {
  text-align: center;
}
.blog-post-sec .blog-post-body .wp_ef--video {
  margin: 60px 0 !important;
  position: relative;
  padding-top: 0px;
}
.blog-post-sec .blog-post-body .hs-responsive-embed-wrapper.hs-responsive-embed {
  width: 100% !important;
  max-width: 100% !important;
  max-height: unset !important;
}
.blog-post-sec .blog-post-body .wp_ef--image+:not(.wp-block-spacer):not(.wp_ef--video):not(.wp_ef--quote-block) {
  padding-top: 24px;
}
.blog-post-sec .wp-block-columns {
  display: flex;
  margin-bottom: 28px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.blog-post-sec .wp_ef--quote-block .wp-block-column:first-of-type {
  flex-basis: 96px;
  margin-right: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.blog-post-sec .wp_ef--quote-block .wp-block-column .wp-block-image {
  margin-bottom: 0;
  padding: 0;
}
.blog-post-sec .wp_ef--quote-block   .wp-block-column img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.blog-post-sec .wp_ef--quote-block .wp-block-column:last-of-type {
  flex-basis: calc(100% - 36px - 96px);
  margin-left: auto;
  width: calc(100% - 36px - 96px);
}
.blog-post-sec .quote-block--quote {
  font: 300 20px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding-bottom: 24px;
}
.blog-post-sec .quote-block--author {
  font: 300 14px/17px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}
.blog-post-sec .quote-block--quote:before, 
.blog-post-sec .quote-block--quote:after {
  content: '"';
}
.blog-post-sec .wp_ef--quote-block+:not(.wp-block-spacer):not(.wp_ef--video) {
  padding-top: 0 !important;
}
.blog-post-sec .blog-post-body ul+:not(.wp-block-spacer):not(.wp_ef--video):not(.wp_ef--quote-block) {
  padding-top: 24px;
}
.blog-post-sec .blog-post-body h4 {
  padding-top: 0px;
}
.blog-post-sec .blog-post-body .wp_ef--subtitle+:not(.wp-block-spacer):not(.wp_ef--video):not(.wp_ef--quote-block) {
  padding-top: 24px !important;
}
.blog-post-sec .blog-post-body .block--title-small+ul, .blog-post-sec .blog-post-body .wp_ef--small-subtitle+ul {
  padding-top: 0px !important;
}
.blog-post-sec .blog-post-body h2.wp_ef--subtitle {
  padding-bottom: 0px;
}


@media (min-width: 600px) {
  .blog-post-sec .wp-block-column {
    flex-basis: calc(50% - 16px);
    flex-grow: 0;
  }
}



.blog-post-share {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(72,72,72,0.2);
}
.blog-post-share .blog-post-share--title {
  font: 300 20px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  font-weight: 500;
  display: inline-block;
  max-width: 48%;
  padding-bottom: 0px;
}
.blog-post-share .blog-post-share--socials {
  float: right;
}
.blog-post-share a.socials {
  display: inline-block;
}
.blog-post-share .socials {
  width: 20px;
  height: 20px;
  font: 300 20px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  text-align: center;
  margin-right: 24px;
}
.blog-post-share .socials:last-child {
  margin-right: 0px;
}
.blog-post-share .socials--facebook {
  width: 10px;
  height: 20px;
  transition: color 0.25s;
}
.blog-post-share .socials--linkedIn {
  width: 17px;
  height: 20px;
  transition: color 0.25s;
}
.blog-post-share .socials--twitter {
  width: 21px;
  height: 20px;
  transition: color 0.25s;
}
.blog-post-share .socials--twitter {
  width: 21px;
  height: 20px;
  transition: color 0.25s;
}
.blog-post-share .socials--facebook:hover {
  color: #3b5998;
}
.blog-post-share .socials--linkedIn:hover {
  color: #0077B5;
}
.blog-post-share .socials--twitter:hover {
  color: #0084b4;
}
.blog-post-share .socials--twitter:hover {
  color: #0084b4;
}
.blog-related-posts {
  padding-top: 96px;
}
.blog-related-posts .overview--title {
  padding-bottom: 24px;
}
.blog-related-posts .overview--title h2 {
  float: left;
  max-width: 60%;
  padding-bottom: 0px;
}
.blog-related-posts .overview--title .overview--link {
  line-height: 78px;
  float: right;
  text-decoration: underline;
  color: #0795B6;
  font-weight: 500;
}
.blog-related-posts .overview--link:hover {
  color: #000;
}
.blog-related-posts__list {
  display: flex;
  justify-content: flex-start;
}
.blog-related-posts__list .article-block {
  width: 48.544%;
  position: relative;
  margin-right: 2.91%;

}
.blog-related-posts__list .article-block:last-child {
  margin-right: 0px;
}
.blog-related-posts__list .article-block a,
.blog-related-posts__list .article-block a:hover{
  text-decoration: none;
}
.blog-related-posts__list .article-block a:hover {
  color: #000; 
}
.article-block.no-image .article-block--category {
  position: static;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wp_ef--blog {
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .bgimage-content-block--bgimage {
    background-position-x: center;
    background-position-x: var(--x-laptop);
    background-position-y: center;
    background-position-y: var(--y-laptop);
    padding-top: 0;
    padding-bottom: 0;
    height: 282px !important;
  }
  .bgimage-content-block--position-bottom-right {
    padding-top: 24px;
    width: 100%;
    position: relative;
    margin-right: 0;
    float: left;
    padding-bottom: 0;
    text-align: left;
  }
  .bgimage-content-block--position-bottom-right {
    margin-top: 282px;
  }
}
@media screen and (max-width: 900px) {
  .blog-post-header--article-information,
  .blog-post-header--article-author {
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .blog-header__title {
    padding-top: 60px;
    padding-bottom: 16px;
    font-size: 60px;
    line-height: 72px;
  }
  .header-title--divider {
    height: 48px;
    top: 196px;
  }
  section.blog .page-center {
    padding-top: 48px;
  }
  .blog--articles {
    width: 100%;
  }
  .blog--filters-button {
    display: block;
    width: 100%;
    margin-bottom: 48px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font: 500 14px/14px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
    padding: 16px 24px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color 0.6s;
  }
  .blog--filters-button .button--text {
    z-index: 5;
    position: relative;
    color: #fff;
    padding-bottom: 0px;
  }
  .blog .l--col {
    width: 100%;
    margin-bottom: 48px;
    margin-right: 0px;
  }
  .article-block--container>a {
    overflow: unset;
  }
  .article-block--container .l--col:not(:first-child) {
    display: none;
  }
  .blog-pagination {
    margin-top: 48px;
  }
  .blog--filters {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0 !important;
    left: 100%;
    transition: left 0.25s,padding-left 0.25s;
    padding: 87px 96px 48px;
    background: #282828;
    z-index: 102;
    overflow-y: auto;
    right: -17px;
  }
  .cm-popular-posts .overview .overview--title {
    max-width: 100%;  
  }
  .cm-popular-posts .row {
    display: block;
  }
  .cm-popular-posts .l--col-3 {
    margin-right: 0;
    width: 100%;
    margin-bottom: 48px;
  }
  .cm-popular-posts .l--col-3:last-of-type {
    margin-bottom: 0px; 
  }
  .cm-popular-posts .article-block--image-half {
    width: 100%;
  }
  section.bgimage-content-block.page-center {
    max-width: none;
    padding-right: 0 !important;
    padding-left: 0;
  }
  .blog--filters.is-open .blog--filters-cross {
    background: #282828;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    right: 16px;
    height: 96px;
    z-index: 100;
    width: 100%;
    display: block;
    border-radius: 5px;
    transition: left 0.25s;
  }
  .blog--filters.is-open .blog--filters-cross::before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #fff;
    top: 42px;
    right: 58px;
    border-radius: 5px;
    transform: rotate(-45deg) translate3d(-5px, 0px, 0);
  }
  .blog--filters.is-open .blog--filters-cross::after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #fff;
    top: 42px;
    right: 65px;
    border-radius: 5px;
    transform: rotate(-135deg) translate3d(-5px, 0px, 0);
  }
  .show-mobile-m {
    display: block;
  }
  .blog .input-field input {
    background: transparent !important;
    color: #fff !important;
  }
  .blog--filters.is-open .input-field input {
    border-color: rgba(255,255,255,0.75);
  }
  .blog .input-field label {
    color: rgba(255,255,255,0.75);
  }
  .blog--filters h3 {
    padding-top: 48px;
    padding-bottom: 0px !important;
    color: #fff;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
  }
  .blog--filters .widget-module ul {
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 36px;
  }
  .blog--filters .widget-module ul li a {
    color: #fff; 
  }
  .blog--filters .widget-module ul li a:hover {
    color: #0795b6;
  }
  .blog--filters ul li span.filter-link-count {
    color: rgba(255,255,255,0.75);
  }
  .hide-mobile-m {
    display: none !important;
  }
  .blog--filters.is-open {
    left: 0%;
  }
  .blog--filters .hs-search-field--open .hs-search-field__suggestions {
    background-color: #fff; 
  }
  .wp_ef--blog {
    width: 100%; 
  }
  .blog-related-posts .overview--title h2 {
    float: none;
    max-width: none;
  }
  .blog-related-posts .overview--title .overview--link {
    display: block;
    padding-top: 12px;
    float: none;
    line-height: 24px;
  }
  .blog-related-posts .overview--title {
    padding-bottom: 48px;
  }
  .blog-related-posts__list {
    display: block;
  }
  .blog-related-posts__list .article-block {
    margin-right: 0;
    width: 100%;
    margin-bottom: 48px;
  }
  .blog-related-posts__list .article-block:last-child{
    margin-bottom: 0px;
  }
  .blog--filters.is-open .blog--filters-cross::before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #fff;
    top: 42px;
    right: 58px;
    border-radius: 5px;
    transform: rotate(-45deg) translate3d(-5px, 0px, 0);
  }
  .blog-post-header--article-author {
    max-width: 41%;
  }
  .blog-post-sec .wp-block-columns {
    display: block;
  }
  .blog-post-sec .wp_ef--quote-block .wp-block-column:first-of-type {
    margin-bottom: 36px;
  }
  .blog-post-sec .wp_ef--quote-block .wp-block-column:last-of-type {
    width: 100%; 
  }
}
@media screen and (min-width: 499px) and (max-width: 768px) {
  .bgimage-content-block--position-bottom-right {
    padding-left: 65px;
    padding-right: 65px;
  }
}

@media screen and (max-width: 500px) {
  .blog-header__inner,
  section.blog .page-center,
  .bgimage-content-block--position-bottom-right{
    padding-left: 17px;
    padding-right: 17px;
  }
  .blog--filters {
    padding: 87px 48px 48px;

  }
  .blog-post-header--image {
    height: 72px;
    width: 72px;
    border: 5px solid #fff;
    top: -39px;
  }
  .blog-post-header--container {
    padding-top: 42px;
    display: block;
  }
  .blog-post-header--article-information {
    display: none;
  }
  .blog-post-header--article-author {
    text-align: center;
    width: 100%;
    max-width: none;
  }
  .blog-post-row h2.block--title {
    padding-bottom: 48px;
    font: 300 40px/48px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  }
  .blog-post-share .blog-post-share--title {
    text-align: center;
    display: block;
    padding-bottom: 24px;
    max-width: 100%;
  }
  .blog-post-share .blog-post-share--socials {
    float: none;
    text-align: center;
  }

  .blog--filters.is-open .blog--filters-cross {
    right: 16px;
    background: transparent;
  }
  .blog--filters.is-open .blog--filters-cross::after {
    right: 16px;
  }
  .blog--filters.is-open .blog--filters-cross::before {
    right: 9px;
  }
  .blog-post-body h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 400px) {
  .cm-popular-posts .overview .overview--title {
    font-size: 37px;
    line-height: 45px;
  }
}

/********************* Webinars Blog Listing ********************/

.webinars-listing-row {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.webinars-listing-row .article-block > a,
.webinars-listing-row .article-block > a:hover{
  color: #000;
  text-decoration: none;
}

/********************* Webinars Blog Post ********************/

.webinars-blog-post {
  padding-top: 96px;
}
.webinar-blog-post-row {
  display: flex;
  justify-content: center;
}
.webinars-blog-post .wp_ef--blog {
  position: relative;
  width: 48.544%;
  margin-right: 11.5%;
}
.webinars-blog-post .image-shadow {
  width: 31.392%;
  margin-right: 0;
}
.webinars-blog-post .image-shadow .sticky {
  position: sticky;
  top: 196px;
}
.webinars-blog-post .blog-post-body p.wp_ef--highlight {
  padding-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  padding-top: 0px;
}
.webinars-blog-post .blog-post-body p.wp_ef--highlight + p {
  padding-top: 36px;
}
.webinars-blog-post .blog-post-body h6 {
  padding-top: 24px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.blog-post-body ul {
  list-style-type: disc;
  padding-left: 1em;
  margin: 0;
}

.blog-post-body .button {
  text-transform: uppercase;
  font: 500 14px/14px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  padding: 16px 24px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #fff;
  transition: color 0.6s;
  margin-bottom: -6px;
  cursor: pointer;
  margin-top: 24px;
}
.blog-post-body .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
}
.blog-post-body .button:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: left 0.6s;
  background: #F48120;
}
.blog-post-body .button .button--text {
  z-index: 5;
  position: relative;
}
.blog-post-body .button:hover:after {
  left: 0%;
}
.blog-post-body h6 + p {
  margin: 0;
  padding: 0;
}
.article-block--description+.article-block--information {
  padding-top: 24px;
}
.article-block--information {
  color: rgba(0,0,0,0.54);
  font: 300 14px/17px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  position: relative;
}
.article-block--description {
  padding-top: 12px !important;
  border-bottom: 1px solid rgba(72,72,72,0.2);
  padding-bottom: 24px;
  margin: 0;
}
.webinars-blog-post .wp_ef--blog .blog-post-body h2 {
  margin: 0;
  padding: 0;
  font: 300 20px/24px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
}
.webinars-blog-post .blog-post-body h4.block--title-small.block--title-bold {
  padding-bottom: 12px;
  padding-top: 24px;
}
.webinars-blog-post .wp_ef--blog .blog-post-body .block--title-small + ul {
  padding-top: 0px;
}
.webinars-blog-post .wp_ef--blog.hs-blog-post .webinars-blog-post .navigation--languages ul.language-drop-down li.sv {
  display: none;
}
.webinar-post-page-grp .navigation--languages ul li.sv {
  display: none;
}


@media screen and (min-width: 769px) {
  .blog .l--col:nth-child(n+3) {
    margin-top: 48px;
  }
}

@media screen and (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .header-title-image--title {
    font-size: 54px;
    line-height: 65px;
  }
  .webinars-blog-post {
    padding-top: 60px;
  }
  .webinar-blog-post-row {
    display: block;   
  }
  .webinars-blog-post .wp_ef--blog {
    width: 100%;
    margin-bottom: 48px;
  }
  .webinars-blog-post .image-shadow {
    margin-top: 96px;
    width: 100%;
  }
}









.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-pagination__link--active:hover {
  background-color: #fff;
  color: #0795b6;
  cursor: text;
  pointer-events: none;
}


.blog--filters.js--filters .input-field.hide-mobile-m form > label {
  display: none;
}

.blog--filters.js--filters .input-field.hide-mobile-m form input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.54);
}


.webinar-listing-page-grp .navigation--languages .language-drop-down .sv {
  display: none;
}
.blog-post-page-grp.nl-lang .blog-post-header--article-information b {
  text-transform: lowercase;
}

.blog-post-page-grp .blog-post-row .wp_ef--blog figure.is-type-video {
  position: relative;
}


.blog-post-page-grp .blog-post-row .wp_ef--blog figure.is-type-video .wp-block-embed__wrapper .hs-responsive-embed-wrapper.hs-responsive-embed .hs-responsive-embed-inner-wrapper {
  padding-bottom: 56.25%!important;
  padding-top: 25px!important;
}

.blog-listing-page-grp .article-block--container .l--col.l--col-7.article-block {
  margin-bottom: 0;
}
.blog--filters.input-field input {
  padding-left: 0;
  padding-right: 0;
}

.blog-listing-page-grp .blog--filters.js--filters .input-field.hide-mobile-m form>label {
  display: block;
}

.blog--filters .input-field form input {
  padding-left: 0;
  padding-right: 0;
}

.blog--filters.js--filters .input-field.hide-mobile-m form>label {
  display: block!important;
}

@media (max-width: 1024px) {
  .webinar-listing-page-grp .bgimage-content-block--position-bottom-right {
    padding-left: 0;
  }
  .navigation--breadcrumbs span.hs-breadcrumb-label {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    height: 1.1em;
    display: inline-block;
    text-decoration: none !important;
  }
  .blog-listing-page-grp .bgimage-content-block--position-bottom-right {
    padding-left: 0;
  }
}

@media screen and (min-width: 499px) and (max-width: 768px) {
  .webinar-listing-page-grp .bgimage-content-block--position-bottom-right {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .blog-listing-page-grp .bgimage-content-block--position-bottom-right {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .input-field.show-mobile-m input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.75);
  }
  .blog--filters .input-field input {
    padding-left: 0;
  }
  .blog-listing-page-grp .article-block--container {
    margin-bottom: 48px;
  }
  .webinar-listing-page-grp.en-lang .blog.cm-webinar-blog .l--col:last-child {
    margin-bottom: 0;
  }
  .blog-post-page-grp .blog-post-row .wp_ef--blog .blog-post-body h2.block--title.block--title-bigger.show-mobile-m {
    font: 300 40px/48px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .blog-listing-page-grp.sv-lang .article-block--container {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .webinar-listing-page-grp .bgimage-content-block--position-bottom-right {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
  .blog-listing-page-grp .bgimage-content-block--position-bottom-right {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }

  .header-title-image--title {
    font-size: 40px;
    line-height: 1.2;
  }
  .blog-post-sec .blog-post-body p a {
    word-break: break-all;
  }
  .cm-sample-header img.header-title-image--image {
    min-height: auto!important;
  }

}

@media screen and (max-width: 400px){
  .cm-popular-posts .overview .overview--title {
    font: 300 48px/57px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  }
}
/* ******************************************************************************
*********************************************************************************
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:#bbb;
  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 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;
  width: 100%;
}

.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;
}
input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page form {
  max-width: 500px; 
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}

.systems-page ul.no-list.hs-error-msgs {
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
input#hs-pwd-widget-password {
  height: auto !important;
}
.systems-page .cm-subscription-page form {
  max-width: 100% 
}
.cm-404-header .header-outer-wrap {
  min-height: auto;
}
.cm-404-header .site-header {
  background-color: transparent;
}
.cm-error-page.header-image--screen-size {
  height: 100vh;
  width: 100%;
  display: flex;
  padding-top: 96px;
  min-height: 600px;
}
.cm-error-page .header-image--image {
  background-image: url('//8374679.fs1.hubspotusercontent-na1.net/hubfs/8374679/raw_assets/public/EngagementFactory_April2021/images/404image.jpg');
    position: absolute;
    height: 100vh;
    width: 100%;
    margin-top: -96px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    }
.cm-error-page .header-image--section {
  display: flex;
  margin: 0 auto;
  justify-self: flex-end;
  width: 100%;
}

.cm-error-page .header-image--container {
  align-self: center;
  z-index: 1;
  width: 495px;
  margin-right: 13vw;
  margin-left: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .cm-error-page .header-image--container {
    margin-right: 65px;
  }
}
.cm-error-page .header-image--container h1 {
  padding-bottom: 0px; 
}
.cm-error-page .header-image--description {
  padding-top: 24px;
  margin: 0;
}
.cm-error-page .header-image--button-container {
  padding-top: 24px;
}
.cm-error-page .header-image--image:before {
  content: ' ';
  height: 96px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, transparent 100%);
}
.cm-404-header ul.hs-breadcrumb-menu li:before {
  content: '/ ';
  font-weight: lighter;
}
.cm-404-header ul.hs-breadcrumb-menu li {
  height: 1.1em;
  display: inline-block;
}
.cm-404-header ul.hs-breadcrumb-menu li:hover {
  opacity: 0.6;
}
.srch_pg .content-wrapper {
  padding-top: 96px;
}

.srch_pg .hs-search-results {
  margin-top: 0;
}

.srch_pg h4 {
  padding: 0; 
}

.srch_pg .hs-search-results__title {
  transition: color 0.25s;
  color: #000;
  font-size: 16px;
  font-family: "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
  text-decoration: underline;
}

.srch_pg .hs-search-results__title .hs-search-highlight {
  font-weight: inherit;
}

.srch_pg .hs-search-results__title:hover {
  color: #0795B6;
}

.srch_pg .hs-search-results__listing li p {
  padding: 0;
}

.srch_pg .hs-search-results__listing li {
  margin-bottom: 20px;
} 




@media screen and (min-width: 1025px) {
  .cm-404-footer .footer__container {
    padding-top: 0px;
  }
  .cm-404-footer .footer-top {
    border: none; 
  }
}
@media screen and (max-width: 1024px) {
  .cm-error-page.header-image--screen-size {
    display: block;
    margin-top: 96px;
    height: 100%;
    min-height: unset;
  }
  .cm-error-page .header-image--image {
    width: 100%;
    min-height: 210px;
    height: 40vw;
    display: block;
    position: relative;
  }
  .cm-error-page .header-image--image:before {
    background: none;
  }
  .cm-error-page .header-image--container {
    width: 100%;
    padding-top: 60px;
    margin-right: 0;
    padding-right: 65px;
    padding-left: 65px;
  }
  .cm-error-page .header-image--title {
    font: 300 54px/65px "museo-sans","Open Sans",Helvetica Neue,Helvetica,Arial,Sans Serif;
    font-weight: 100;
  }
}
@media (max-width: 767px) {
  .systems-page form {
    max-width: 100%; 
  } 
  .systems-page h1 {
    font-size: 50px;
    line-height: 60px;

  }
  .systems-page h2 {
    font-size: 40px; 
  }
  .srch_pg .cst-new-header-grp .widget-type-header h1 {
  font-size: 60px;
} 
}
@media (max-width: 600px) {
  .systems-page h1 {
    font-size: 9vw;
    line-height: 9.8vw;

  }
  .systems-page h2 {
    font-size: 7vw;
  }
  .systems-page h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 500px) {
  .cm-error-page .header-image--container {
    padding-left: 17px;
    padding-right: 17px;
  }
  h1.error-page_heading {
    font-size: 40px;
    line-height: 45px;
}
}