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

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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}


@media(max-width:639px){

  .dnd-section {
    padding: 80px 20px;
  }

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

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: Recoleta-Regular;
  src: url('//718833.fs1.hubspotusercontent-na1.net/hubfs/718833/raw_assets/public/Content_Chemistry_March2021/fonts/RECOLETA.woff2') format("woff2"),
    url('//718833.fs1.hubspotusercontent-na1.net/hubfs/718833/raw_assets/public/Content_Chemistry_March2021/fonts/RECOLETA.woff') format("woff"),
      url('//718833.fs1.hubspotusercontent-na1.net/hubfs/718833/raw_assets/public/Content_Chemistry_March2021/fonts/RECOLETA.ttf') format("truetype");
        font-display: fallback
        }

@font-face {
  font-family: Apercu;
  src:url('//718833.fs1.hubspotusercontent-na1.net/hubfs/718833/raw_assets/public/Content_Chemistry_March2021/fonts/Apercu-Mono.woff2') format("woff2"),
    url('//718833.fs1.hubspotusercontent-na1.net/hubfs/718833/raw_assets/public/Content_Chemistry_March2021/fonts/Apercu-Mono.woff') format("woff"),
      url('//718833.fs1.hubspotusercontent-na1.net/hubfs/718833/raw_assets/public/Content_Chemistry_March2021/fonts/Apercu-Mono.ttf') format("truetype");
        font-weight: 400;
        font-style: normal;
        font-display: fallback
        }

@font-face {
  font-family: Graphik;
  src:url('//718833.fs1.hubspotusercontent-na1.net/hubfs/718833/raw_assets/public/Content_Chemistry_March2021/fonts/Graphik-Regular.woff2') format("woff2"),
    url('//718833.fs1.hubspotusercontent-na1.net/hubfs/718833/raw_assets/public/Content_Chemistry_March2021/fonts/Graphik-Regular.woff') format("woff"),
      url('//718833.fs1.hubspotusercontent-na1.net/hubfs/718833/raw_assets/public/Content_Chemistry_March2021/fonts/Graphik-Regular.ttf') format("truetype");
        font-weight: 400;
        font-style: normal;
        font-display: fallback
        }


body {
  line-height: 1.875;
}

::selection {
  background-color: rgba(0,0,0,.15);
}

iframe{
  border:0;
}

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

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

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

body.popup-open {
  overflow: hidden;
}

iframe{
    max-width: 100%;
    min-width: 0 !important;
}

h1{
  margin: .5em 0;
}

h1:first-child{
  margin-top:0;
}

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

h2 {
  line-height: 1.12;
  margin: .5em 0;
}

h2:first-child{
  margin-top:0;
}

h3{
  line-height:1.5;
  margin-top: .2em;
}

h4{
  margin: 1em 0 .5em;
}

h4:first-child{
  margin-top:0;
}

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

h6{
  line-height:1.7;
  margin: 1em 0 .5em;
}

h6:first-child{
  margin-top:0;
}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 1em 0;
}

ul li{
  margin: .5em 0;
}

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}




@media(max-width:639px){

  body{
    font-size: calc(.625vw + 12px) !important;
    line-height: 1.81818;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
.blog-comments form,
.systems-page form,
.hs_cos_wrapper_type_form form,
.hs_cos_wrapper_type_blog_subscribe form,
.hs_cos_wrapper_type_google_search form,
.widget-type-email_simple_subscription form,
.widget-type-password_prompt form,
.hs-search-field form{
  display: block;
  margin:15px 0;
  padding:25px;
}



.hs-button {
  font-family: Apercu,sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  font-size: .875em;
  padding: 20px 26px;
  line-height: 1;
  overflow: hidden;
  align-items: center;
  display: inline-flex;
  outline: none;
  min-height: calc(40px + 1em);
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: box-shadow .3s cubic-bezier(.23,1,.32,1),background-color .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),border-radius .3s cubic-bezier(.23,1,.32,1);
  border-style:solid;
  margin-top: 20px;
}

ul.no-list.hs-error-msgs.inputs-list label {
  font-family: Graphik,sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  color: #000 !important;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 20px;
  padding: 0;
}

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

.hs-button:hover{
  box-shadow: 0 2px 1px rgb(0 0 0 / 15%);
  transform: translateY(-2px);
}

.hs-form label {
  font-family: Apercu,sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  transition: color .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);
  font-size: 11px;
}


input[type=text],
input[type=password],
form select,
form textarea,
.hs-input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  vertical-align: middle;
  font-size: 1em;
  border-width: 0;
  overflow: hidden;
  outline: none;
  max-width:100%;
  color: rgba(0,0,0,.5);
  background: transparent;
  height: 32px !important;
  white-space: nowrap;
  margin:0 !important;
  border-bottom: 1px solid;
  text-overflow: ellipsis;
  padding: 0 !important;
  padding-bottom: 5px !important;
}

form h1{
  color:inherit;  
}

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

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


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

textarea.hs-input {
  height: auto;
}

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

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

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  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;
}

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

ul.no-list.hs-error-msgs {
  padding: 0;
}

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.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;
}

thead th {
  vertical-align: bottom;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        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: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.services-page .main-section .widget-type-rich_text h1,
.responsive-heading .widget-type-rich_text h2 {
  font-size: calc(1.5625vw + 20px);
  margin-top: 2em;
  line-height: 1.12;
}

.case-study-page .widget-type-rich_text hr {
  border: 0;
  border-top: 1px solid hsla(206,3%,54%,.25);
  margin: 72px 0 0px;
  margin-bottom: 24px;
  background: transparent;
}

.home-page .widget-type-rich_text {
  padding-bottom: 52px;
}

.home-page .partners .dnd-section {
  padding-bottom: 188px;
  padding-top: 188px;
}

.banner-section.home-page .content-with-image .content {
  min-height: 100vh;
}

.home-page .benefits .dnd-section {
  padding-bottom: 207px;
}

.dnd-section {
  padding-left: 48px;
  padding-right: 48px;
}

main.case-study-page {
  padding:192px 48px;
  position:relative;
}

main.case-study-page .widget-type-rich_text {
  padding:72px 0;
}

.case-study-page blockquote{
  padding:0;
  margin:0;
  border:none;
  quotes: "“" "”" "‘" "’";
  font-family: Recoleta-Regular,sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-size: 30px;
  color: #000;
  margin-bottom:48px;
  text-align:center;
}

.case-study-page blockquote:before{
  content: open-quote;
}

.case-study-page blockquote:after{
  content: close-quote;
}

main.case-study-page:before{
  content: "";
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.about-page .content-with-image .content .inner {
  padding: 0;
  margin-top:0;
}

.contact-page .content-with-image .content .inner {
  padding-top: 112px;
}

.about-page .widget-type-space,
.services-page .widget-type-space{
  padding-top:40px;
}

.about-page .widget-type-linked_image,
.services-page .widget-type-linked_image{
  padding:48px 0;
}

.services-page.case .service-card .content .inner {
  max-width: 360px;
}

.responsive-heading .widget-type-rich_text h4 {
  font-size: calc(.17187vw + 22px);
  line-height: 1.8;
}

.services-page .embed_container{
  margin:0px auto;
  display:block !important;
}

.services-page .iframe_wrapper{
  padding-top:0 !important;
}

.responsive-heading .widget-type-rich_text h6 {
  font-size: calc(.14583vw + 13.06667px);
}

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

.services-page .dnd-section>.row-fluid .dnd-column{
  padding-bottom:48px;
}

.about-page .our-values .dnd-section>.row-fluid .dnd-column{
  padding-bottom:48px;
}

.about-page .our-story .dnd-section>.row-fluid .dnd-column{
  padding-bottom:48px;
}

.about-page .our-values .dnd-section>.row-fluid>.dnd-column{
  padding:72px 0;
}

.about-page .our-values .widget-type-rich_text h2{
  color: #42d6d6;
}

.about-page .our-story .widget-type-rich_text p:first-child{
  margin-top:0;
} 

.about-page .our-values .dnd-section {
  padding: 136px 24px 160px;
}

.about-page .our-story .dnd-section {
  padding:168px 24px;
}

.services-page .dnd-section>.row-fluid>.dnd-column{
  padding-bottom:0px;
}

.services-page .dnd-section{
  padding-left: 24px;
  padding-right: 24px;
}

.services-page .main-section .widget-type-rich_text h1:first-child,
.responsive-heading .widget-type-rich_text h2:first-child{
  margin-top:0;
}

.services-page .main-section .widget-type-rich_text h1:last-child,
.responsive-heading .widget-type-rich_text h2:last-child{
  margin-bottom:0;
}

.case-study-page  .widget-type-rich_text h3:first-child,
.responsive-heading .widget-type-rich_text h3:first-child{
  margin-top:0;
}
.case-study-page  .widget-type-rich_text h3,
.responsive-heading .widget-type-rich_text h3{
  margin: 1em 0 .7em;
}

.no-banner .services-page header.header {
  padding-top: 96px;
}

.no-banner .services-page .header-wrap {
  position:absolute;
}

@media (min-width:640px){

  .responsive-heading .widget-type-rich_text h1{
    font-size: calc(1.5625vw + 40px);  
    line-height: 1.05;
  } 


  .responsive-heading .widget-type-rich_text h3{
    font-size: calc(.29167vw + 26.13333px);
  }

  .case-study-page blockquote {
    font-size: calc(1.09375vw + 29px);
    line-height: 1.16667;
  }

}





@media (min-width:1080px){

  .about-page .dnd-section>.row-fluid,
  .services-page .dnd-section>.row-fluid{
    max-width: calc(17.14286vw + 1302.85714px);
  }

  .services-page .top-section{
    padding-top: calc(11.42857vw - 27.42857px);
  }

  .services-page .embed_container{
    max-width: calc(17.14286vw + 1254.85714px);
  }

}

@media (min-width:1920px){

  .about-page  .dnd-section>.row-fluid,
  .services-page .dnd-section>.row-fluid{
    max-width: calc(22.5vw + 1200px);
  }

  .responsive-heading  .widget-type-rich_text h1{
    font-size: calc(2.1875vw + 28px);
    line-height: 1.02857;
  }

  .services-page .top-section{
    padding-top: 192px;
  }

  .services-page .embed_container{
    max-width: calc(76.5vw + 115.2px);
  }

  .case-study-page blockquote {
    font-size: calc(1.5625vw + 20px);
    line-height: 1.12;
  }

    .home-page .partners .dnd-section{
    padding-top: 208px;
    padding-bottom: 208px;
  }

  
}


@media (min-width: 2560px){

  .case-study-page blockquote{
    font-size: calc(.39062vw + 50px);
    line-height: 1.12;
  }

 .home-page .partners .dnd-section{
    padding-top: 208px;
    padding-bottom: 208px;
  }

  .about-page  .dnd-section>.row-fluid,
  .services-page .dnd-section>.row-fluid{
    max-width: calc(11.25vw + 1488px);
  }

  .services-page .widget-type-rich_text h1{
    font-size: calc(.54688vw + 70px);
    line-height: 1.02857;
  }

  .responsive-heading  .widget-type-rich_text h3{
    font-size: calc(.21875vw + 28px);
    line-height: 1.5;
  }


  .services-page .main-section .widget-type-rich_text h1,
  .responsive-heading   .widget-type-rich_text h2 {
    font-size: calc(.39062vw + 50px);
  }

  .about-page .widget-type-rich_text h6 {
    font-size: calc(.10937vw + 14px);
  }

  .responsive-heading .widget-type-rich_text h6 {
    font-size: calc(.10937vw + 14px);
  }

  .services-page .embed_container{
    max-width: calc(28.125vw + 1353.6px);
  }

  .responsive-heading  .widget-type-rich_text h4 {
    font-size: calc(.17188vw + 22px);
    line-height: 1.63636;
  }

  .responsive-heading .widget-type-rich_text h2 {
    font-size: calc(.39062vw + 50px);
  }

}


@media(max-width:1919px){


  .services-page .main-section .widget-type-rich_text h1,
  .responsive-heading .widget-type-rich_text h2 {
    font-size: calc(1.09375vw + 29px);
    line-height: 1.16667;
  }
  .about-page .widget-type-space,
  .services-page .widget-type-space{
    padding-top:20px;
  }

  .about-page .our-values .dnd-section {
    padding: 116px 24px 140px;
  }

  .contact-page .content-with-image .content .inner {
    padding-top: 92px;
  }

  .home-page .benefits .dnd-section {
    padding-bottom: 188px;
  }

}

@media(max-width:1365px){

  .services-page .top-section {
    margin-top: 96px;
  }

  .banner-section.home-page  .content-with-image .content .inner {
    margin: 0;
  }

  .home-page .content-with-video .content>div {
    margin: 0;
  }


}



@media(max-width:1200px) and (min-width:640px){

  .contact-page .content-with-image a {
    font-size: calc(.29167vw + 23.13333px);
  }
}


@media(max-width:1079px){

  .home-page .partners .dnd-section {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .home-page .benefits .dnd-section {
    padding-bottom: 72px;
  }

  .no-banner .services-page header.header {
    padding-top: 72px;
  }

  .services-page .top-section {
    padding-top: calc(10.90909vw - 21.81818px);
  }

  .banner-section.home-page .content-with-image .container {
    flex-direction: column !important;
  }

  .banner-section.home-page .content-with-image .content {
    width: 100%;
  }

  .banner-section.home-page .content-with-image .image {
    width: 100%;
  }

  .banner-section.home-page .content-with-image .content {
    min-height: 0;
    margin-top: 96px;
  }


  .banner-section.home-page .content-with-image .image:before {
    content: "";
    display: block;
    padding: 100% 0 0 100%;
  }

  .about-page .our-values .dnd-section {
    padding: 72px 24px 24px;
  }

  .about-page .our-values .dnd-section>.row-fluid>.dnd-column {
    padding-top: 0;
  }

  .about-page .widget-type-space,
  .services-page .widget-type-space{
    padding-top:0px;
  }

  .contact-page .content-with-image .content .inner {
    padding-top: 0;
  }

  .about-page .our-story .dnd-section {
    padding: 72px 24px;
  }

  main.case-study-page {
    padding: 72px 48px;
  }

  .content-with-video.overlay:before {
    width: 100%;
  }

}

@media(max-width:639px){

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

  .banner-section.home-page .content-with-image .content {
    padding-bottom: 48px;
  }

  .banner-section.home-page .content-with-image .image {
    width: 100%;
    margin: 0;
  }

  .services-page .main-section .widget-type-rich_text h1,
  .responsive-heading .widget-type-rich_text h2 {
    line-height: 1.2;
    font-size: calc(.9375vw + 30px);
  }

  .responsive-heading .widget-type-rich_text h1 {
    font-size: calc(1.5625vw + 40px);
    line-height: 1.06667;
  }

  .about-page .dnd-section>.row-fluid .dnd-column, 
  .about-page  .dnd-section>.row-fluid>.dnd-module ,
  .services-page .dnd-section>.row-fluid .dnd-column, 
  .services-page  .dnd-section>.row-fluid>.dnd-module {
    padding-left: 0;
    padding-right: 0;
  }

  .about-page .widget-type-linked_image,
  .services-page .widget-type-linked_image{
    padding:20px 0;
  }


  .services-page .top-section {
    padding-top: 48px;
    margin-top: 44px;
  }


  .responsive-heading  .widget-type-rich_text h3 {
    font-size: calc(1.25vw + 20px);
  }

  .services-page .dnd-section{
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-page .dnd-section>.row-fluid .dnd-column {
    padding-bottom: 20px;
  }

  .services-page .dnd-section>.row-fluid>.dnd-column{
    padding-bottom:0px;
  }

  .about-page .our-story .dnd-section {
    padding: 48px 20px;
  }

  .about-page .our-story .dnd-section>.row-fluid .dnd-column {
    padding-bottom: 20px;
  }

  .about-page .our-values .dnd-section {
    padding: 48px 20px 28px;
  }

  .about-page .our-values .dnd-section>.row-fluid .dnd-column {
    padding-bottom: 20px;
  }

  .responsive-heading .widget-type-rich_text h6 {
    font-size: 14px;
  }

  main.case-study-page {
    padding: 48px 20px;
  }

  .case-study-page blockquote {
    line-height: 1.2;
    font-size: calc(.9375vw + 30px);
    margin-bottom: 20px;
  }

  .about-page .our-values .dnd-section>.row-fluid>.dnd-column {
    padding-bottom: 48px;
  }

  main.case-study-page .widget-type-rich_text {
    padding:48px 0;
  }

  .case-study-page .widget-type-rich_text hr {
    margin-top: 48px;
    margin-bottom: 0;
  }

  .home-page .benefits .dnd-section {
    padding-bottom: 47px;
  }


  .home-page .content-with-image p {
    margin-bottom: 16px;
  }

  .home-page .partners .dnd-section {
    padding-bottom: 96px;
    padding-top: 96px;
  }

  .home-page .widget-type-rich_text {
    padding-bottom: 28px;
  }

}
/* ******************************************************************************
*********************************************************************************
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-wrap {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  padding: 45px 48px;
  font-size: 16px;
  min-height: 100px;
  background: #fff;
}

.custom-menu-primary nav>ul>li>a.active-item:before {
  content: "\2022";
  position: absolute;
  left: -17px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.logo-wrapper svg path {
  fill: currentColor!important;
  transition: all .3s cubic-bezier(.23,1,.32,1);
}

/* .cases:not(.mobile-open) .logo-wrapper a {
color: #fff !important;
}

.cases:not(.mobile-open) .logo-wrapper a:hover {
color: #25c1b9 !important;
}

.cases:not(.mobile-open) .custom-menu-primary nav>ul>li>a {
color: #fff !important;
}

.cases:not(.mobile-open) .custom-menu-primary nav>ul>li>a:after {
background-color: #42d6d6;
}

.cases:not(.mobile-open) .custom-menu-primary nav>ul>li>a:hover {
color: #42d6d6 !important;
}

.cases:not(.mobile-open) .header-buttons .phone a {
color: #fff !important;
}

.cases:not(.mobile-open) .custom-menu-primary nav>ul>li>a.active-item{
color: #42d6d6 !important;
}

.cases:not(.mobile-open) .header-buttons .phone a:hover {
color: #42d6d6 !important;
} */

.no-banner .header-wrap {
  position: static;
  background:transparent !important;
}

.logo-wrapper svg {
  width: 200px;
  vertical-align: middle;
}


.logo-wrapper a:hover{
  color: #42d6d6 !important;
}


.header-wrap .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  min-height:52px;
  margin: auto;
}

.logo-wrapper {
  font-family: Graphik,sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  position: relative;
  z-index: 101;
  line-height: 1.8;
  width:29%;
  font-size: calc(.17187vw + 22px);
}

.header-buttons .proposal a {
  font-family: Apercu,sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  font-size: .875em;
  border-width: 0;
  border-style: solid;
  line-height: 1;
  overflow: hidden;
  white-space:normal;
  cursor: pointer;
  border-radius: 60px;
  transition: box-shadow .3s cubic-bezier(.23,1,.32,1),background-color .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),border-radius .3s cubic-bezier(.23,1,.32,1);
  height: auto;
  padding: 14px 20px;
  margin-left: 20px;
}

.header-buttons .proposal a i {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  color: inherit;
  margin-top: -2px;
  margin-left: -5px;
  animation-name: b;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  font-size: 20px;
}

.header-buttons .proposal a:hover{ 
  box-shadow: 0 2px 1px rgb(0 0 0 / 15%);
  transform: translateY(-2px);
}

.header-buttons .phone a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 0;
  transition: all .3s cubic-bezier(.23,1,.32,1);
}

.header-buttons .phone a:hover:after {
  width: 100%;
}

.header-buttons .proposal a i svg {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  fill: currentColor!important;
}

.header-buttons {
  position: relative;
  z-index: 101;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width:29%;
}



.header-buttons .phone-button a {
  background: #42d6d6;
  color: #fff!important;
  padding: 20px 26px;
  border-radius: 60px;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  font-family: Apercu, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  white-space: normal;
  transition: box-shadow .3s cubic-bezier(.23,1,.32,1),background-color .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),border-radius .3s cubic-bezier(.23,1,.32,1);
  text-decoration: none;
}

.header-buttons .phone-button a:hover {
  background-color: #25c1b9;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
  color: #fff !important;
  transform: translateY(-2px);
}




/* .header-buttons .phone a {
position: relative;
font-family: Apercu,sans-serif;
font-weight: 400;
line-height: 1.7em;
letter-spacing: 0;
text-transform: none;
padding: 5px 0;
transition: all .3s cubic-bezier(.23,1,.32,1);
font-size: calc(.14583vw + 13.06667px);
margin-left: 6px;
margin-right: 6px;
display: block;
} */

.mobile-trigger {
  display: none;
}

.custom-menu-primary nav>ul>li>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 0;
  transition: all .3s cubic-bezier(.23,1,.32,1);
}

.custom-menu-primary nav>ul>li>a:hover:after {
  width: 100%;
}

.custom-menu-primary nav>ul>li>ul {
  position: absolute;
  top: 100%;
  width: 200px;
  padding: 10px 0 !important;
  pointer-events: none;
  opacity: 0;
  z-index:8;
  transform-origin: center top;
  transform: scaleY(.95);
  transition: opacity .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);
  margin-top: -1px !important;
}

.custom-menu-primary nav>ul>li.has-submenu>a:hover:after {
  width: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .logo-wrapper svg {
    height:58px;
  }
}



.custom-menu-primary ul ul li a {
  font-family: Apercu,sans-serif;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0;
  text-transform: none;
  display: block;
  padding: 6px 24px;
  transition: color .3s cubic-bezier(.23,1,.32,1);
  font-size: calc(.14583vw + 13.06667px);
}

.custom-menu-primary nav>ul>li:hover>ul {
  pointer-events: auto;
  opacity: 1;
  transform: none;
}

.custom-menu-primary nav>ul>li.has-submenu {
  position: relative;
}

.custom-menu-primary nav>ul {
  display: flex !important;
  flex-wrap:wrap;
}

.custom-menu-primary nav>ul>li {
  position: relative;
  list-style: none;
  width: auto;
  margin: 0 24px;
}
.custom-menu-primary ul li li {
  margin:0;
}


.custom-menu-primary nav>ul>li>a {
  font-family: Apercu,sans-serif;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0;
  text-transform: none;
  position: relative;
  display: inline-block;
  padding: 5px 0;
  transition: color .3s cubic-bezier(.23,1,.32,1);
  color: #000;
  font-size: calc(.14583vw + 13.06667px);
}


.menu-wrapper {
  display: flex;
  justify-content: center;
}

@keyframes b {
  0% {
    transform: translateX(-2px);
  }

  25% {
    transform: translateX(5px);
  }

  50% {
    transform: translateX(-2px);
  }

  to {
    transform: translateX(-2px);
  }
}

@media(max-width:1919px){

  .logo-wrapper svg {
    width: calc(5.95238vw + 85.71429px);
  }

  .header-wrap {
    padding: 48px 48px;
  }

}


@media(min-width:1366px){

  .custom-menu-primary.mobile {
    display: none;
  }

}

@media(max-width:1365px){

  .mobile-trigger{
    display: block;
    cursor: pointer;
  }
  .custom-menu-primary.desktop {
    display: none;
  }

  .logo-wrapper {
    width:22%;
  }

  .header-wrap {
    padding: 48px 48px;
  }

  .header_logo a:hover {
    color: rgba(37,193,185,1.0) !important;
  }


  .custom-menu-primary nav>ul>li>a.active-item:before {
    display: none;
  }

  .custom-menu-primary.mobile nav>ul>li>a.active-item{
    color: #868a8d !important;
  }

  .custom-menu-primary nav>ul>li>a:hover {
    color: #42d6d6 !important;
  }

  .menu-wrapper {
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #f7f7f7;
    color: #000;
    opacity: 0;
    visibility: hidden;
    padding-top: 100px;
    transition: .3s cubic-bezier(.23,1,.32,1);
  }

  .mobile-open .menu-wrapper {
    opacity: 1;
    visibility: visible;
  }



  .mobile-open .mobile-trigger:after {
    content: "-";
  }

  .mobile-open .mobile-trigger {
    color: #25c1b9;
  }

  .header-buttons {
    width: auto;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .custom-menu-primary nav>ul>li>a:after {
    display: none;
  }

  .custom-menu-primary.mobile {
    max-height: calc(100vh - 102px);
    overflow-y: auto;
  }

  .custom-menu-primary nav>ul>li>a {
    font-family: Recoleta-Regular,sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    display: inline-block;
    padding: .25em;
    transition: color .3s cubic-bezier(.23,1,.32,1);
    font-size: calc(1.5625vw + 40px);
    line-height: 1.05;
  }

  .mobile-open .custom-menu-primary li.open>ul {
    display: block !important;
  }

  .custom-menu-primary .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    cursor:pointer;
    align-items: center;
    font-size: 30px;
    font-family: Recoleta-Regular,sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    display: inline-block;
    padding: .25em;
    transition: color .3s cubic-bezier(.23,1,.32,1);
    line-height: 1.06667;
    font-size: calc(1.5625vw + 40px);
    line-height: 1;
  }

  .custom-menu-primary nav>ul>li.has-submenu {
    padding: 0px 65px;
  }

  .custom-menu-primary .child-trigger:after {
    content: '+';
    position: relative;
    top: 0px;
  }

  .custom-menu-primary .open>.child-trigger:after {
    content: '-';
    position: relative;
    top: 0px;
  }

  .custom-menu-primary nav>ul>li {
    width: 100%;
    margin: 0;
    opacity:0;
    position:relative;    
    transform: translateY(10px);
    transition: opacity 1.2s cubic-bezier(.23,1,.32,1),transform 1.2s cubic-bezier(.23,1,.32,1);
  }


  .mobile-open .custom-menu-primary nav>ul>li {
    opacity:1;
    transform: translateY(0px)
  }

  .mobile-trigger {
    font-family: Apercu,sans-serif;
    font-weight: 400;
    line-height: 1.7em;
    padding: 1px 6px;
    letter-spacing: 0;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin-left: 7px;
    font-size: calc(.14583vw + 13.06667px);
  }

  .custom-menu-primary nav>ul>li>ul {
    position: static;
    opacity: 1;
    text-align: center;
    margin: 0 !important;
    display: none;
    width: 100% !important;
    transform: none !important;
    padding: 0 !important;
  }

  .custom-menu-primary nav>ul>li:first-child {
    transition-delay: .15s
  }

  .custom-menu-primary nav>ul>li:nth-child(2) {
    transition-delay: .2s
  }

  .custom-menu-primary nav>ul>li:nth-child(3) {
    transition-delay: .25s
  }

  .custom-menu-primary nav>ul>li:nth-child(4) {
    transition-delay: .3s
  }

  .custom-menu-primary nav>ul>li:nth-child(5) {
    transition-delay: .35s
  }

  .custom-menu-primary nav>ul>li:nth-child(6) {
    transition-delay: .4s
  }

  .custom-menu-primary nav>ul>li:nth-child(7) {
    transition-delay: .45s
  }

  .cases:not(.mobile-open) .mobile-trigger {
    color:#fff;
  }

  .header-buttons .proposal {
    margin-right: 5px;
  }

  .mobile-trigger:after {
    content: "+";
    vertical-align: middle;
    font-size: 18px;
    line-height: 0;
    color: #25c1b9;
  }

  .custom-menu-primary.mobile {
    width: 80%;
    margin: 0px auto;
  }

  .custom-menu-primary ul ul li a {
    font-size: 22px;
    line-height: normal;
  }

}
@media(max-width:1470px) and (min-width:768px){
  .header-wrapper-md > div,
  .header-wrapper-landingv2 > div{
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-wrapper-md,
  .header-wrapper-landingv2{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}

@media(max-width:1079px){

  .logo-wrapper svg {
    width: calc(7.95455vw + 64.09091px);
  }

}

@media(max-width:699px){

  .header-buttons .proposal {
    display: none;
  }

  .header-buttons .phone {
    display: none;
  }

  .header-wrap {
    padding: 48px;
  }

  .header-wrap .inner {
    min-height: 52px;
  }

}


@media(max-width:639px){
  .header-wrap {
    padding: 29px 20px;
  }

  .header-wrap .inner {
    min-height: 0;
  }

  .logo-wrapper svg {
    width: 115px !important;
  }

  .mobile-trigger{
    font-size:14px;
  }

  .menu-wrapper {
    padding-top: 50px;
  }

  .custom-menu-primary.mobile {
    width:100%;
    margin: 0px auto;
  }

  .custom-menu-primary nav>ul>li>a {
    font-size: calc(1.5625vw + 40px);
    line-height: 1.06667;
  }

}

@media(max-width:1364px) and (max-height:499px){
  .custom-menu-primary.mobile nav>ul>li>a {
    line-height: 1.2;
    font-size: calc(.9375vw + 30px);
  }

  .custom-menu-primary.mobile .child-trigger {
    line-height: 1.2;
    font-size: calc(.9375vw + 30px);
  }

  .menu-wrapper {
    padding-top: 100px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

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

.footer-form form {
  padding: 0;
  margin: 0;
  background: transparent !important;
}

.footer-bottom {
  padding: 72px 48px;
  border-top: 1px solid;
  font-size: 16px;
  line-height: 1;
}

.footer .bottom-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: auto;
}

.footer-logo {
  width: 150px;
}

.footer .company p {
  margin: 0;
}

.footer-logo img {
  width: 47px !important;
}

.footer .right-column {
  width: 100%;
}

.footer p {
  font-family: Apercu,sans-serif;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0;
  text-transform: none;
  font-size: calc(.14583vw + 13.06667px);
  margin: 1em 0 .5em;
}

.footer .copyright p {
  margin: 0;
  font-size: calc(.14583vw + 13.06667px);
}

.footer .company {
  max-width: 450px;
}

.footer .top-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 48px;
}

.contact-info p:first-child {
  margin-top: 0;
}

.footer-form .hs-form-field {
  margin-bottom: 26px;
}

.footer-form {
  width: 100%;
  max-width: 450px;
  padding-top: 6px;
}

.top-row ul li a {
  font-family: Apercu,sans-serif;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0;
  text-transform: none;
  transition: color .3s cubic-bezier(.23,1,.32,1);
  font-size: calc(.14583vw + 13.06667px);
}

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

.top-row ul>li {
  list-style: none;
  width: auto;
  padding: 0;
  margin: 0 0 1em;
}

.footer-form .hs-form-field {
  margin: 0;
  margin-top: 26px;
}

.footer-form .hs-form-field:first-child {
  margin-top: 0px;
}

.footer .top-row>div:not(:last-child) {
  padding-right: 10px;
}


@media(min-width:2560px){

  .top-row ul li a {
    font-size: calc(.10937vw + 14px);
  }

  .footer p {
    font-size: calc(.10937vw + 14px);
  }

  .footer .copyright p {
    font-size: calc(.10937vw + 14px);
  }

}


@media(max-width:1079px){

  .footer .bottom-row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer-bottom {
    padding: 48px;
  }

  .footer .company {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer .top-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-form {
    max-width: 100%;
  }

  .social-links {
    width: 50%;
  }

  .footer-menu {
    width: 50%;
  }

  .footer .top-row .contact-info {
    width: 50%;
  }

}
@media(max-width:1470px) and (min-width:768px){
  footer.footerV2 {
    padding-left: 0!important;
    padding-right: 0!important;
  }

  footer.footerV2 .footer-inner {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width:639px){


  .footer-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom {
    padding: 48px 20px;
  }

  .footer-menu {
    width: 100%;
  }

  .footer .top-row .contact-info {
    width: 100%;
  }

  .footer-logo {
    margin-bottom: 48px;
  }

  .footer-logo img {
    vertical-align: middle;
  }

  .footer p {
    font-size: 14px;
  }

  .footer .copyright p {
    font-size: 14px;
  }

  .top-row ul li a {
    font-size: 14px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footerV2{
  padding: 80px 120px;
}
.footerlanding-pageV2{
  padding: 51px 120px 35px;
}
footer.footerV2 .right-column {
  width: 75%;
}
footer.footerV2 .left-column {
  width: 25%;
  display: flex;
  flex-direction: column;
}
footer.footerV2 .company {
  max-width: max-content;
}
footer.footerV2 .footer-logo {
  margin-bottom: 79px;
}
footer.footerV2 .hs-menu-wrapper>ul h3 {
  padding: 0 1rem;
  margin-top:0;
  word-break: unset;
  margin-bottom:12px;
  font-family: Graphik;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 233.333% */
}
footer.footerV2 .hs-menu-wrapper>ul {
  flex-direction: row;
  flex-wrap: nowrap;
  margin:0;
}
footer.footerV2 .hs-menu-wrapper>ul>li {
  margin-top:0;
  width:25%;
  margin-bottom:0;
}
footer.footerV2 ul.hs-menu-children-wrapper {
  flex-direction: column;
  row-gap: 12px;
}
footer.footerV2 ul.hs-menu-children-wrapper>li {
  margin:0;
}
footer.footerV2  .footer-logo svg {
  width: 140px;
  display: block;
}
footer.footerV2 ul.hs-menu-children-wrapper a {
  padding-bottom: 0;
  padding-top: 0;
  line-height: 28px;
  font-family: Graphik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
footer.footerV2 .footer-top-row {
  display: flex;
}
footer.footerV2 .partners-image {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 24px;
}
footer.footerV2 .left-bottom {
  margin-top: 100px;
}
footer.footerV2 .social-links ul li {
  list-style: none;
  margin:0;
}
footer.footerV2 .social-links ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 0;
  padding: 0;
  align-items: center;
  margin-top:16px;
  margin-bottom:16px;
}
footer.footerV2 .copyright p {
  margin: 0;
  font-family: Graphik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
footer.footerV2 .contact-info p {
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  font-family: Graphik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  word-wrap: break-word;
}
footer.footerV2  .footer-logo img{
  width:77px !important;
}
footer.footerV2  .partners-image1 {
  max-width: 53px;
}
footer.footerV2  .partners-image2 {
  max-width: 53px;
}
footer.footerV2  .partners-image3 {
  max-width: 138px;
}
.footerlanding-pageV2 .footer-row {
  display: flex;
  justify-content: space-between;
  column-gap:20px;
}
.footerlanding-pageV2 .footer-col {
  width: 50%;
}
.footerlanding-pageV2 .footer-right-col.footer-col {
  text-align: right;
}
.footerlanding-pageV2 .footer-logo svg {
  max-width: 140px;
  display: block;
  width: 100%;
  margin-bottom: 41px;
}
.footerlanding-pageV2 .contact-info p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 8px;
  letter-spacing: normal;
  font-family: Graphik;
}
.footerlanding-pageV2 .partners-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap:wrap;
}
.footerlanding-pageV2 .copyright {
  margin-top: auto;
  margin-bottom: 0;
}
.footerlanding-pageV2 .contact-info p:last-child {
  margin: 0;
}
footer.footer.footerlanding-pageV2 {
  font-family: 'Graphik';
}
.footer p {
  font-family: 'Graphik';
}
.style2.footerlanding-pageV2 .footer-row {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.style2.footerlanding-pageV2 .footer-col {
  width: 100%;
  text-align: center;
}
.style2.footerlanding-pageV2 .footer-logo {
  width: 150px;
  margin: 0 auto;
}
.style2.footerlanding-pageV2 .partners-image {

  justify-content: center;
}
.style2.footerlanding-pageV2 .copyright {
  text-align: center;
}
@media (max-width: 1079px) {
  footer.footerV2{
    padding: 48px;
  }
}
@media (max-width:991px){
  footer.footerV2 .hs-menu-wrapper>ul>li {
    width: 50%;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  footer.footerV2 .hs-menu-wrapper>ul {
    flex-wrap: wrap;
  }
  footer.footerV2 .footer-top-row {
    flex-wrap: wrap;
  } 
  footer.footerV2 .footer-bottom-row {
    flex-direction: column;
  }
  footer.footerV2 .left-column {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    order:2;
  }
  footer.footerV2 .footer-logo {
    margin-bottom: 24px;
  }
  footer.footerV2 .logo-contact-info {
    width: 50%;
  }
  footer.footerV2 .hs-menu-wrapper>ul>li:nth-child(odd) a {
    padding-left: 0;
  }
  footer.footerV2 .hs-menu-wrapper>ul>li:nth-child(odd)>h3 {
    padding-left: 0;
  }
  footer.footerV2 .right-column {
    width: 100%;
  }
  footer.footerV2 {
    padding: 26px 30px 48px;
  }
  footer.footerlanding-pageV2{
    padding-left:30px;
    padding-right:30px;
  }
  footer.footerV2 .left-column{
    margin-top:32px;
  }
  footer.footerV2 .left-bottom {
    margin-top: 0;
  }
  footer.footerV2 .social-links ul{
    margin-bottom:0; 
  }
}
@media (max-width:767px){
  footer.footerV2 .logo-contact-info {
    width: 100%;
  }
  footer.footerV2 .social-links {
    width: 100%;
    padding: 0;
    margin-top:16px;
  }
  footer.footerV2 .hs-menu-wrapper>ul{
    gap:0   
  }
  footer.footerV2 .hs-menu-wrapper>ul>li {
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  footer.footerV2 .hs-menu-wrapper>ul h3 {
    padding: 0;
  }
  footer.footerV2 .hs-menu-wrapper>ul>li a {
    padding-left: 0;
  } 
  footer.footerV2 .footer-top-row {
    row-gap: 0px;
  } 
  footer.footerV2 {
    padding: 26px 30px 48px;
  }
  footer.footerlanding-pageV2 {
    padding:30px;
  }
  footer.footerV2 .left-column{
    margin-top:32px;
  }
  .footerlanding-pageV2 .footer-row {
    flex-direction: column;
  }
  .footerlanding-pageV2 .footer-right-col.footer-col {
    text-align: left;
  }
  .footerlanding-pageV2 .partners-image {
    justify-content: flex-start;
    margin-top: 42px;
  }
  .footerlanding-pageV2 .footer-logo {
    max-width: 186px;
    margin-bottom: 24px;
  }
  .footerlanding-pageV2 .footer-col {
    width: 100%;
  }
  .footerlanding-pageV2 .contact-info p {
    font-size: 14px;
  }
  footer.footerV2 .social-links ul li svg {
    transform: scale(1.2);
  }
  footer.footerV2 {
    padding: 26px 20px 48px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}
.blog-author-bottom {
  padding-top: 20px;
}
.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 20px;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

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

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

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

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

.comment-date{
  display:block !important;
}

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

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

  .blog-index{
    padding-right:0;
  }

}

@media (max-width:479px) {

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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





.blog-post-resource{
  background-color: #F7F7F7;
  padding-top: 40px;
}
.blog-post-resource .post-featured-image {
  margin-top: 0;
}
.blog-post-resource h1.blog-post__title {
  letter-spacing: -.8px;
  font-size: 48px;
  font-weight: normal;
  line-height: 56px;
  color: #000;
}
.blog-post-resource .blog-post__tags a {
  background-color: #f7f7f7;
  border-radius: 48px;
  margin: 0;
  padding: 5px 10px;
  letter-spacing: .1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 1.0);
  text-transform: capitalize;
}
.blog-post-resource .blog-post{
  border-radius:25px; 
}
.blog-post-resource .blog-post__tags {
  margin-top: 20px;
}

.blog-post-resource .blog-post__tags a:not(:last-child) {
  margin-right: 5px;
}
.blog-post-resource .blog-post__body p, .blog-post-resource .blog-post__body ul,.blog-post-resource  .blog-post__body ol, .blog-post-resource .blog-post__body a, .blog-post-resource .blog-post__body figure {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.author-date-time {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: 30px;
}

.author-date-time .blog-post-author {
  display: flex;
  gap: 8px;
  align-items: center;
}

.author-date-time .blog-post-author img {
  height: 40px;
  min-width: 40px;
  width: 40px !important;
}

.author-date-time .author-date-time-text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.author-date-time  .author-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.author-date-time .time {
  display: flex;
}
.author-date-time .author-content a {
  color: #000;
  border-style: dashed;
  border: 0;
  border-bottom: 1px dashed #b8b8b8;
}

.author-date-time .reading-minutes,.author-date-time .text-date,
.author-date-time .author-content a{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
.blog-post-resource .blog-post-bottom-author>img {
  width: 80px !important;
  min-width: 80px;
  height: 80px;
}

.blog-post-resource .blog-post-bottom-author {
  display: flex;
  gap: 24px;
  align-items: center;
}

.blog-post-resource .author-bottom-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-post-resource p.author-bottom-text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #666;
}

.blog-post-resource .author-bottom-content span {
  color: #292929;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display:flex;
}
.blog-post-resource .author-bottom-content>div {
  align-items: center;
  display: flex;
  gap: 6px;
  line-height: normal;
}
.blog-post-resource  .blog-post__body blockquote{
  padding-left: 32px;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  border-left: 2px solid #25fdfd;
  margin: 0;
}
.blog-post-resource  .blog-post__body article {
  margin-top: 32px;
  padding: 24px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3d3d3d;
  background: #EAFFFF;
}
.blog-post-resource .author-bottom-content>div svg {
  width: 16px;
  height: 16px;
  display: block;
}

.blog-post-resource p.author-bottom-body {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  margin-top: 24px;
}
.blog-post-resource .post-featured-image {
  border-radius: 20px;
}
@media (max-width:767px){
  .blog-post-resource .blog-post {
    padding: 15px;
    width: 95%;
  } 
  .blog-post-resource .blog-post-bottom-author {
    gap: 14px;
  }
  .blog-author-bottom{
    margin-bottom:40px; 
  }
  .blog-post-resource h1.blog-post__title {
    font-size: 42px;
  }
  .blog-post-resource .post-featured-image {
    margin-bottom: -55px;
  }
}
@media (max-width:479px){
  .blog-post-resource .author-date-time {
    flex-wrap:wrap;
  } 
}



.blog-post-resource .container {
  margin: 0 auto;
  max-width: 767px;
  padding: 20px;
  width: 100%;
}
.blog-post-resource .blog-post-header .container {
  padding-top: 30px;
  padding-bottom: 0;
}
.blog-post-resource .blog-post__body *,.author-date-time{
  color:#000; 
}
.blog-post-resource .blog-body .container {
  padding-bottom: 50px;
  margin:0;
}
.blog-post-resource .blog-post-header .author-date-time {
  margin-bottom: 20px;
}
.blog-post-resource .blog-post-social-icons {
  position: sticky;
  top: 130px;
  left: 0;
}
.blog-post-resource .blog-body .content-wrapper {
  display: flex;
  justify-content: center;
  gap:30px;
}
.blog-post-resource .blog-body {
  position: relative;
}
.blog-post-resource .blog-post-social-icons ul {
  flex-direction: column;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
  padding-top: 40px;
  position: sticky;
  top: 100px;
}
.blog-post-resource .blog-post-social-icons ul a {
  background-color: #ebebeb;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-post-resource .blog-post-social-icons ul li {
  margin: 0;
}
.blog-post-resource .blog-post-header .post-featured-image {
  margin: 0;
}
.blog-post-resource .blank-col {
  width: 15%;
}
.blog-post-resource div#table-of-contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-post-resource div#table-of-contents ul li {
  line-height: 1.5;
  margin: 0;
}
.blog-post-resource div#table-of-contents ul a {
  font-size: 16px;
}
.blog-post-resource div#table-of-contents {
  padding: 40px 0 0;
  position: sticky;
  top: 100px;
}
.blog-post-resource div#table-of-contents ul li a:hover {
  color: #42d6d6;
}
.blog-post-resource .blog-post-social-icons ul a:hover {
  background-color: #e0e0e0;
}
.blog-post-resource .blog-post-social-icons {
  left: 0;
  position: sticky;
  top: 130px;
  width: 15%;
}
.blog-post-resource div#table-of-contents p {
  margin: 0;
}
.blog-post-resource .content-wrapper {
  max-width: 100%;
  padding: 0px 3%;
}
.blog-post-social-icons p{
  margin-top:0; 
}
.blog-post-header .content-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.blog-post-resource .blog-post__body blockquote p a {
  color: #42d6d6;
  border-bottom: 1px solid #AABCE0;
}
.blog-post-resource .blog-post__body table{
  background: #fff;
  border: 0 solid !important;
  border-bottom: 1px solid #ebebeb !important;
  border-collapse: inherit !important;
  border-radius: 8px;
  border-spacing: 0;
  color: #303030;
  margin: 32px 0;
  overflow: hidden;
  white-space: normal;
  width: 100%;
}
.blog-post-resource .blog-post__body table td strong {
  font-size: 14px;
  color: #292929;
  line-height: 24px;
  font-weight: 600;
}
.blog-post-resource .blog-post__body table td{
  padding: 16px;
  border: 1px solid #EBEBEB;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  border-right: none;
  border-bottom: none;
}
.blog-post-resource .blog-post__body table td span{
  color: #666;
  font-size: 14px;
  line-height: 24px;
  border-right: none;
  border-bottom: none;
}
.blog-post-resource .blog-post__body table tr:first-child td {
  background-color: #fbfbfb;
}
.blog-post-resource .blog-post__body table tr td:first-child {
  background-color: #fbfbfb;
}
.blog-post-resource .blog-post__body table tr:first-child td:first-child {
  border-radius: 8px 0 0;
}
.blog-post-resource .blog-post__body table td:last-child {
  border-right: 1px solid #EBEBEB;
}
.blog-post-resource .blog-post__body table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.blog-post-resource .blog-post__body table  tr:last-child td:last-child {
  border-radius: 0 0 8px;
}
@media (max-width:1024px){
  .blog-post-resource .blank-col {
    display: none;
  }
  .blog-post-resource .blog-post-social-icons {
    display: none;
  }
  .blog-post-resource .container {
    width: 100%;
    max-width: 100%;
  } 
}

@media (max-width: 1470px) and (min-width: 768px) {
  .resources-blog-listing .content-wrapper {
    max-width: 1140px!important;
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (max-width:600px){
  .blog-post-resource .blog-post-header .author-date-time {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}


.dnd-section.error_page .content-wrapper {
  padding: 0;
}

.dnd-section.error_page{
  padding-top: 43px;
}

.error_page {
  text-align: center;
}

.back-button a {
  font-family: Apercu,sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 20px 26px;
  border-width: 0;
  border-style: solid;
  line-height: 1;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  cursor: pointer;
  border-radius: 60px;
  transition: box-shadow .3s cubic-bezier(.23,1,.32,1),background-color .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),border-radius .3s cubic-bezier(.23,1,.32,1);
  background: #42d6d6;
  color: #fff;
}

.back-button {
  margin-top: 48px;
}

.back-button a:hover {
  box-shadow: 0 2px 1px rgb(0 0 0 / 15%);
  transform: translateY(-2px);
  background-color: #25c1b9;
  color: #fff;
}

.error_page h1 {
  color: #000;
}

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

@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;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-form-field>label + a {
  display: inline-block;
}

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

.email-prefs p {
  margin-top: 0;
  margin-bottom: 15px;
}


@media(max-width:1079px){
  .dnd-section.error_page {
    padding-top: 20px;
  }
}

@media(max-width:767px){

  .systems-page h1,
  .systems-page h2{
    font-size:25px !important;
  }

  .systems-page h3{
    font-size:24px !important;
  }
}


@media(max-width:639px){


  .dnd-section.error_page {
    padding-top: 44px;
  }

}