<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ******************************************************************************
*********************************************************************************
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;
  max-width: 100%;
  height: auto;
}
img, svg {
  vertical-align: middle;
}

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

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
/* ******************************************************************************
*********************************************************************************
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 0px;
}
.banner-area .dnd-section {
  padding: 0;
}
.banner-section .banner-area {
  padding-left: 0;
  padding-right: 0;
}

.dnd-section &gt; .row-fluid,
.content-wrapper,
.page-center,
.dnd-section &gt; .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: icomoon;
  src: url("//2641485.fs1.hubspotusercontent-na1.net/hubfs/2641485/Collab_Agency_June_2020/fonts/icomoon.eot") format("embedded-opentype"),
     url("//2641485.fs1.hubspotusercontent-na1.net/hubfs/2641485/raw_assets/public/Collab_Agency_June_2020/fonts/icomoon.ttf") format("truetype"),
     url("//2641485.fs1.hubspotusercontent-na1.net/hubfs/2641485/raw_assets/public/Collab_Agency_June_2020/fonts/icomoon.woff") format("woff"),
     url("//2641485.fs1.hubspotusercontent-na1.net/hubfs/2641485/raw_assets/public/Collab_Agency_June_2020/fonts/icomoon.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}


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

body {
  font-family: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-size: 1rem;
  color: #494a52;
  font-weight: 300;
  line-height: 1.4375;
  padding-top: 150px;
}

p {
  margin-top: 0;
  margin-bottom: 1.4rem;
  /* font-family: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; */
}
ul:last-child,
ol:last-child,
p:last-child {
  margin-bottom: 0;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.7em;
  line-height: 1.2em;
  font-weight: 900;
  font-family: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.16666667;
  margin-bottom: 45px
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1em;
}

h4 {
  font-family: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-size: 1.175rem;
  line-height: 1.22222222;
  margin-bottom: 1.2em;
}

h5 {
  font-size: 1rem;
  line-height: 1.3em;
  margin-bottom: 1.1em;
}

h6 {
  font-size: .9rem;
  line-height: 1.25;
  margin-bottom: 1.3em;
}

@media (max-width: 991px) {
  body {
    padding-top: 80px;
  }
  h2 {
    line-height: 1.15;
    margin-bottom: 30px;
  }
  h6 {
    line-height: 1.29411765;
  }
}

strong {
  font-weight: 900;
}

code {
  vertical-align: bottom;
}

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

ul {
  list-style-type: none;
  margin: 0 0 1.2em;
  padding: 0;
}
ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: .8em;
  padding-left: 0.9375em;
}
ul li:last-child {
  margin-bottom: 0;
}
ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: #000;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  width: 0.25em;
  height: 0.25em;
  top: 0.5625em;
}

ol {
  list-style-type: none;
  margin: 0 0 1.2em;
  padding: 0;
  counter-reset: olcounter;
}
ol li {
  position: relative;
  padding-left: 2em;
  margin-bottom: .8em;
}
ol li:last-child {
  margin-bottom: 0;
}
ol li:before {
  counter-increment: olcounter;
  content: "0" counter(olcounter);
  position: absolute;
  left: 0;
  top: 4px;
  font-size: inherit;
  line-height: 1em;
  font-weight: 700;
  color: #9a9a9a;
  border-right: 1px solid #9a9a9a;
  padding-right: 5px;
}

ul li,
ol li {
  /* line-height: 1.5rem; */
}

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

blockquote {
  margin: 0 0 1rem;
}
figure {
  margin: 0 0 1rem;
}

/* Horizontal Rules */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  margin: 0 0 25px;
  background: #e5e5e5;
}

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

*:not(.mobile-trigger):focus {
  outline: auto;
  outline-color: green;
  outline: none;
}

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

.hs-search-field--open .hs-search-field__suggestions {
  margin-top: 10px;
}
.hs-search-field__suggestions li:before {
  content: none;
}
.hs-search-field__suggestions #results-for,
.hs-search-field__suggestions li a {
  padding: 5px;
}

/* @media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
} */
/* ******************************************************************************
*********************************************************************************
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: 600px;
  font-family: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.hs-form {
  margin-bottom: 2em;
}

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 15px;
  
  text-decoration: none;
  font-weight: 700;
  height: 47px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;  
  user-select: none;
  font-family: inherit;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

.hs-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(52,58,64,.5);
  text-decoration: none;
}

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


.hs-form label {
  color: #000000;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 10px;
}

.hs-form .hs-form-field &gt; label {
  font-weight: 900;
  color: #9a9a9a;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 12px;
  display: inline-block;
}

.hs-error-msgs li label,
.hs-form .hs-error-msgs label {
  padding-top: 4px;
  display: block;
  font-weight: normal;
  color: #dc3545;
  font-size: 14px;
  line-height: 23px;
  margin: 0px;
}
.hs-form .hs-error-msgs {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.hs-error-msgs li,
.hs-form .hs-error-msgs li {
  margin: 0;
  padding: 0;
}
.hs-error-msgs li:before,
.hs-form .hs-error-msgs li:before {
  content: none;
}

label.hidden {
  display: none !important;
}

.submitted-message {
  margin: 0;
  border: 0;
  padding: 1em 1.5em;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  background: #28a745;
  margin-bottom: 2em;
}

input#hs-pwd-widget-password,
.hs-search-field__input,
.hs-input {
  display: block;
  width: 100%;
  font-weight: 300;
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  border-width: 1px 0;
  background-clip: padding-box;
  padding: 15px 0;
  height: 50px;
  line-height: 18px;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: inherit;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input#hs-pwd-widget-password:focus,
.hs-search-field__input:focus,
.hs-input:focus {
  box-shadow: none;
  outline: 0;
  background-color: transparent;
}

/* Placeholder Text */
form .hs-input::-webkit-input-placeholder {
  color: #9a9a9a;  
  font-weight: 900;
  opacity: 1;
} /* Webkit Browsers */
form .hs-input:-moz-placeholder {
  color: #9a9a9a;
  font-weight: 900;
  opacity: 1;
} /* Firefox 18- */
form .hs-input::-moz-placeholder {
  color: #9a9a9a;
  font-weight: 900;
  opacity: 1;
} /* Firefox 19+ */
form .hs-input:-ms-input-placeholder {
  color: #9a9a9a;
  font-weight: 900;
  opacity: 1;
} /* IE10 */

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

[type="checkbox"], 
[type="radio"],
select.hs-input {
  cursor: pointer;
}

textarea.hs-input {
  height: auto;
  min-height: 212px;
}

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

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

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

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

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

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: #dc3545;
}
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: #9a9a9a;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list &gt; 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 &gt; li + li {
  padding-top: 2px;
}
.inputs-list label &gt; input,
.inputs-list label &gt; span {
  vertical-align: middle;
}

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

.hs_error_rollup,
.field {
  margin-bottom: 25px;
}

.hs-form .hs_error_rollup .hs-error-msgs label {
  background: #f7cb6e;
  margin: 0;
  border: 0;
  padding: 1em 1.5em;
  font-size: 15px;
  text-align: center;
  color: #000;
  font-weight: 300;
}

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

.hs-form-required {
  color: #dc3545;
}

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.hs-form .hs-fieldtype-radio {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px 0;
  padding: 15px 0;
}
.hs-form .hs-fieldtype-radio &gt; label {
  font-weight: 900;
  color: #9a9a9a;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 12px;
  display: inline-block;
}
.hs-form .hs-fieldtype-radio &gt; .input {
  position: relative;
  display: block;
}
.hs-form .hs-fieldtype-radio &gt; .input ul.multi-container {
  padding: 0;
  margin: 0;
}
.hs-form .hs-fieldtype-radio &gt; .input ul.multi-container &gt; li {
  margin: 0 0 12px;
  padding: 0;
}
.hs-form .hs-fieldtype-radio &gt; .input ul.multi-container &gt; li:last-child {
  margin-bottom: 0;
}
.hs-form ul li:before {
  content: none;
}
.hs-form .hs-fieldtype-radio &gt; .input ul.multi-container &gt; li &gt; label {
  display: block;
  margin: 0;
  line-height: inherit;
  color: #000000;
  font-weight: 300;
}
.hs-form .hs-fieldtype-radio &gt; .input ul.multi-container &gt; li &gt; label &gt; .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-radio &gt; .input ul.multi-container &gt; li &gt; label &gt; .hs-input + span {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 300;
}
.hs-form .hs-fieldtype-radio &gt; .input ul.multi-container &gt; li &gt; label &gt; .hs-input + span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
}
.hs-form .hs-fieldtype-radio &gt; .input ul.multi-container &gt; li &gt; label &gt; .hs-input + span:after {
  content: none;
}
.hs-form .hs-fieldtype-radio &gt; .input ul.multi-container &gt; li &gt; label &gt; .hs-input:checked + span:before {
  background: #000;
}

@media (min-width: 768px) { 
  .hs-form .hs-fieldtype-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hs-form .hs-fieldtype-radio &gt; label,
  .hs-form .hs-fieldtype-radio &gt; .hs-field-desc {
    width: 40%;
  }
}

@media (max-width: 991px) { 
  form {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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-wrapper ul li {
  padding-left: 0;
}
.hs-menu-wrapper ul li:before {
  content: 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;
  border-collapse: collapse;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

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

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

[class*=" icon-"],[class^=icon-] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-email:before {
  content: "\e900";
}
.icon-caret-down:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-twitter:before {
  content: "\e905";
}
.icon-youtube:before {
  content: "\e906";
}

.hs-tools-menu li:before,
.private-list--unstyled li:before {
  content: none;
}
.no-banner .banner-section .widget-span {
  min-height: 0;
}

@media (min-width: 992px) {
  .roi-cal-page .col-resources .inn {
    min-height: 311.75px;
  }
}

@media (max-width: 991px) {
  .website-page .dnd-section.pt-90px.pb-145px {
    padding-bottom: 124px !important;
  }
  .contact-page .dnd-section.pt-90px.pb-120px {
    padding-bottom: 100px !important;
  }
  .contact-page .half-type-column:first-child .hs-form {
    margin-bottom: 0.5em;
  }
  .roi-cal-page .dnd-section.pb-40px {
    padding-bottom: 35px !important;
  }
  .roi-cal-page .dnd-section.pb-30px {
    padding-bottom: 25px !important;
  }
  .roi-cal-page .dnd-section.pt-75px {
    padding-top: 41px !important;
  }
  .roi-cal-page .dnd-section.pb-120px {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 767px) {
  .website-page .dnd-section.pt-90px.pb-145px {
    padding-bottom: 104px !important;
  }
  .contact-page .dnd-section.pt-90px.pb-120px {
    padding-bottom: 80px !important;
  }
  .roi-cal-page .dnd-section.pb-40px {
    padding-bottom: 30px !important;
  }
  .roi-cal-page .dnd-section.pb-30px {
    padding-bottom: 20px !important;
  }
  .roi-cal-page .dnd-section.pt-75px {
    padding-top: 26px !important;
  }
  .roi-cal-page .dnd-section.pb-120px {
    padding-bottom: 80px !important;
  }
}


/*cs*/
.banner-section .dnd-section&gt;.row-fluid {
  padding: 0;
}

.banner {
  display: none;
}

.banner .page-center {
  padding-right: 15px;
  padding-left: 15px;
}
.banner .banner-content {
  position: relative;
  min-height: 350px;
}



.banner-content-inner {
  padding-top: 40px;
  font-size: 15px;
  font-weight: 900;
}

.banner-content-inner {
  position: absolute;
  left: 0;
  bottom: 13%;
  width: 54%;
}


.banner-content-inner p {
  margin: 0 0 .7em;
}

.banner-content-inner h2 {
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 900;
  margin: 0 0 .7em;
}
.banner-content-inner h2:last-child {
  margin-bottom: 0;
}


.banner-wrapper .mob {
  display: block;
}
.banner-wrapper .mob .page-center {
  padding-right: 15px;
  padding-left: 15px;
}

.banner-wrapper .mob .page-center .title {
  padding-top: 40px;
  font-size: 15px;
  font-weight: 900;
  color: #000!important;
}

.banner-wrapper .mob .page-center .title h1 {
  font-size: 27px;
  line-height: 1.2em;
  font-weight: 900;
  margin: 0 0 .7em;
}

.banner-wrapper .mob .page-center .title h1:last-child,
.banner-wrapper .mob .page-center .title h2:last-child {
  margin-bottom: 0 !important;
}

.banner-wrapper .mob .page-center .title p {
  margin: 0 0 .7em;
}

.banner-wrapper.has-vid video {
  display: none;
}
.banner-wrapper p:last-child {
  margin-bottom: 0;
}


.banner-wrapper {
  line-height: 1.5;
}

.banner-wrapper .mob .img img {
  width: 100%;
  height: auto!important;
}
@media (min-width: 768px){
  .banner {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: #505050;
    box-shadow: inset 0 -175px 88px rgba(0,0,0,.2);
  }
  .banner-content-inner {
    font-size: 16px;
  }
  .banner-content-inner,
  .banner-content-inner * {
    color: #fff;
  }
  .banner-wrapper.theme-black .banner-content-inner, 
  .banner-wrapper.theme-black .banner-content-inner * {
    color: #000000;
  }
  .banner-content-inner h1 {
    font-size: 30px;
    color: #fff;
  }

  .banner-wrapper .mob {
    display: none;
  }
  .banner-wrapper.has-vid {
    min-height: 350px;
    position: relative;
    overflow: hidden;
  }
  .banner-wrapper.has-vid .banner {
    box-shadow: none;
  }
  .banner-wrapper p *{
    color: inherit;
  }
  .banner-wrapper a:hover,
  .banner-wrapper a:focus,
  .banner-wrapper a {
    color: inherit;
  }
}
@media (min-width: 992px){
  .banner {
    box-shadow: inset 0 -270px 135px rgba(0,0,0,.2);
  }  

  .banner-content-inner {
    font-size: 19px;
  }
  .banner-content-inner h1 {
    font-size: 50px;
  }
  .banner .banner-content {
    min-height: 540px;
  }
  .banner-wrapper.has-vid {
    min-height: 540px;
  }
  .banner-wrapper.has-vid video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
  }
  .banner-wrapper.has-vid .banner {
    box-shadow: none;
  }
}


.half-type-section .half-type-row-fluid {
  padding:0 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding:0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.half-type-section .span6.half-type-column {
  width: 49.0566%;
}

.half-type-section .half-type-row-fluid:before, 
.half-type-section .half-type-row-fluid:after {
  display: none;
}

.half-type-section .span6.half-type-column:last-child {
  width: 44.6226%;
}
.website-page .page-header.section-header h1 {
  font-size: 19px;
  line-height: 1.3em;
  border-top: 1px solid #e5e5e5;
  padding: 25px 0 0;
  margin: 0;
  color: #9a9a9a;
  font-weight: 900;
}

.website-page .page-header.section-header h3 {
  font-size: 19px;
  line-height: 1.3em;
  border-top: 1px solid #e5e5e5;
  padding: 25px 0 0;
  margin: 0;
  color: #9a9a9a;
  font-weight: 900;
}

.sd-page .span4 .hs_cos_wrapper_type_linked_image {
  height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.resources-section &gt; .row-fluid,
.related-section &gt; .row-fluid {
  padding: 0 5px;
  justify-content: flex-start;
}
.resources-section .span6,
.related-section .span6 {
  padding-bottom: 60px;
  position: relative;
  width: 50% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 0;
}
.resources-section h3.title,
.related-section h3.title {
  line-height: 1.25em;
  font-weight: 900;
  color: #9a9a9a;
  padding: 18px 0 0;
  margin: 0 0 40px;
  border-top: 1px solid #e5e5e5;
  font-size: 19px;
  margin-bottom: 50px;
}
.col-blog .inn,
.col-resources .inn {
  display: flex;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  min-height: 331.4px;
}
.col-blog .inn{
  min-height:0;
}
.col-blog .inn .item,
.col-resources .inn .item {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
.col-blog .inn .item a,
.col-resources .inn .item a {
  display: block;
  overflow: hidden;
  margin: 0 0 22px;
}
.col-blog .inn .item a img,
.col-resources .inn .item a img {
  width: 100%;
  height: auto!important;
  transition: all .6s ease;
}
.widget-type-rss_listing .hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper img,
.col-blog .inn .item a img {
  height: 161.75px !important;
  min-height: 140px;
  object-fit: cover;
  object-position: center center;
}
.col-blog .inn .item a:hover img,
.col-resources .inn .item a:hover img {
  transform: scale(1.1);
}
@media (max-width: 1199px) {
  .widget-type-rss_listing .hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper img,
  .col-blog .inn .item a img {
    height: 8.425vw !important;
  }
}
@media (max-width: 991px) {
  .widget-type-rss_listing .hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper img,
  .col-blog .inn .item a img {
    height: 22.555vw !important;
  }
}
@media (max-width: 767px) {
  .widget-type-rss_listing .hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper img,
  .col-blog .inn .item a img {
    height: 43.15vw !important;
    min-height: 176.64px;
  }
}
.col-blog .inn .item h4,
.col-resources .inn .item h4 {
  color: #9a9a9a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 22px;
}
.col-blog .inn .item .more,
.col-resources .inn .more {
  text-decoration: none;
  font-weight: 900;
  color: #706f6f;
  position: absolute;
  bottom: 0;
  left: 10px;
  margin: 0 !important;
}
.col-blog .inn .item .more:hover,
.col-resources .inn .more:hover {
  color: #000;
}
.ab-page .half-type-section.section-item7 .span6.half-type-column:last-child {
  width: 49.0566%;
}
.ab-page .section-item9.half-type-section .span6.half-type-column {
  width: 44.6226%;
}

.ab-page .section-item10 &gt; .row-fluid {
  padding: 0 2px;
}

.ab-page .section-item10 .hs_cos_wrapper_type_linked_image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 220px;
}

.ab-page .section-item13.half-type-section .span6.half-type-column {
  width: 49.0566%;
}
.sd-page .section-item9.half-type-section .span6.half-type-column:last-child {
  width: 49.0566%;
}
.hm-page .section-item7 .span4 .hs_cos_wrapper_type_linked_image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 220px;
}

.hm-page .section-item7 .span4 h3 {
  font-weight: 900;
  text-transform: uppercase;
  color: #9a9a9a;
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 45px;
}

.hm-page .section-item7 .span4 p {
  margin-bottom: 1.3em;
  font-size: 20px;
  line-height: 25px;
}

.hm-page .section-item7 .span4 p a {
  color: #505050;
  text-decoration: underline;
}
.hm-page .section-item10.half-type-section .span6.half-type-column {
  width: 44.6226%;
}

.resources-section .span6 .viewall, .related-section .span6 .viewall {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #505050;
  font-size: 19px;
  font-weight: 900;
  text-decoration: underline;
  margin-left: 10px;
}
.custom-slider {
  position: relative;
  display: block;
  max-width: 700px;
  margin: 0 auto;
}

.custom-slider .slick-prev, .custom-slider .slick-next {
  color: #e5e5e5;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 25%;
}

.custom-slider .slick-slider {
  padding: 0;
  margin: 0;
}

.custom-slider .slick-prev {
  left:-60px !important;
  transform: rotate(90deg);
}

.custom-slider .slick-next {
  right: -60px !important;
  transform: rotate(-90deg);
}

.custom-slider .slick-prev:before {
  content: "\e901";
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  opacity: 1 !important;
  color: #e5e5e5 !important;
}

.custom-slider .slick-next:before {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  opacity: 1 !important;
  color: #e5e5e5 !important;
  content: "\e901";
}

.custom-slider .slick-prev:hover:before, .custom-slider .slick-next:hover:before {
  color: #9a9a9a  !important;
}

.custom-slider ul.slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 25px 0 0;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  line-height: 0;
}

.custom-slider ul.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}

.custom-slider ul.slick-dots li button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  display: block;
  text-indent: -9999px;
  border: 0;
  background: #e5e5e5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
}

.custom-slider ul.slick-dots li:before {
  display: none;
}

.custom-slider ul.slick-dots li.slick-active button {
  background: #9a9a9a;
}

.custom-slider .quote {
  color: #000;
  position: relative;
  margin: 0;
  font-size: 30px;
  line-height: 1.5em;
  padding: 0 35px;
  margin-bottom: 40px;
  text-align: center;
}

.custom-slider .quote:before {
  line-height: 1em;
  position: absolute;
  color: #c9c9c9;
  font-size: 128px;
  content: "\201C";
  left: 0;
  top: 0;
}

.custom-slider .quote:after {
  line-height: 1em;
  position: absolute;
  color: #c9c9c9;
  font-size: 128px;
  content: "\201D";
  right: 0;
  bottom: -90px;
}

.custom-slider .author {
  margin: 0 auto;
  max-width: 70%;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
}

.hm-page .section-item16.half-type-section .span6.half-type-column:last-child {
  width: 49.0566%;
}
.half-type-section.half-image-type-section .span6.half-type-column:last-child {
  width: 49.0566%;
}
@media (max-width:991px){
  .dnd-section.pt-80px {
    padding-top: 60px !important;
  }

  .half-type-section .span6.half-type-column {
    width: 100% !important;
  }

  .half-type-section.dnd-section&gt;.row-fluid {
    flex-direction: column !important;
  }

  .half-type-section .span6.half-type-column:first-child {
    margin-bottom: 1.5em;
  }

  .dnd-section.pt-100px {
    padding-top: 80px !important;
  }

  .dnd-section.pt-60px {
    padding-top: 50px !important;
  }

  .row-fluid [class*="span"] {
    min-height: 0 !important;
  }
  .csd-page .dnd-section.pt-60px {
    padding-top: 74px !important;
  }
  .csd-page .dnd-section.pt-60px.pb-200px {
    padding-top: 98px !important;
    padding-bottom: 150px !important;
  }
  .dnd-section.pt-90px {
    padding-top: 70px !important;
  }

  .dnd-section.pt-120px {
    padding-top: 100px !important;
  }

  .sd-page .span4 .hs_cos_wrapper_type_linked_image {
    height: 180px;
  }

  .dnd-section.pt-100px.pb-100px {
    padding-bottom: 80px !important;
  }

  .col-resources .inn {
    min-height: 0;
  }
  .related-section .span6:first-child,
  .resources-section .span6:first-child {
    margin-bottom: 49px !important;
  }

  .resources-section&gt;.row-fluid, .related-section&gt;.row-fluid {
    padding: 0 15px;
  }

  .resources-section .span6, .related-section .span6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .related-section:not(.resources-section) .span6:first-child {
    margin-bottom: 0 !important;
  }
  .related-section:not(.resources-section) .span6:first-child + .span6 {
    padding: 0;
  }
  .dnd-section.pt-70px {
    padding-top: 55px !important;
  }

  .dnd-section.pt-60px.pb-120px {
    padding-bottom: 100px !important;
  }
  .ab-page .section-item10 .hs_cos_wrapper_type_linked_image {
    height: 180px;
  }

  .ab-page  .section-item10 h3 {
    margin: 0 0 30px !important;
  }

  .dnd-section.pt-110px {
    padding-top: 90px !important;
  }
  .sd-page .section-item5 .span4 h3 {
    font-size: 20px !important;
    line-height: 23px !important;
    margin: 0 0 30px !important;
  }

  .sd-page .section-item5 .span4 h3 + p {
    font-size: 17px !important;
    line-height: 22px !important;
  }

  .dnd-section.pb-200px {
    padding-bottom: 150px !important;
  }
  .dnd-section.pt-45px.pb-200px {
    padding-top: 83px !important;
  }
  /*   .csd-page .dnd-section.pt-60px.pb-50px {
  padding-top: 50px !important;
} */
  .dnd-section.pb-200px.pt-120px {
    padding-top: 148px !important;
  }
  .csd-page .dnd-section.pt-105px {
    padding-top: 109px !important;
  }
  .hm-page .dnd-section.pt-200px {
    padding-top: 170px !important;
  }

  .hm-page .section-item7 .span4 .hs_cos_wrapper_type_linked_image {
    height: 180px;
  }

  .hm-page .section-item7 .span4 h3 {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 30px;
  }

  .hm-page .section-item7 .span4 p {
    font-size: 17px;
    line-height: 22px;
  }

  .hm-page .dnd-section.pt-160px {
    padding-top: 130px !important;
  }

  .hm-page .dnd-section.pt-140px {
    padding-top: 120px !important;
  }

  .resources-section .span6 .viewall, .related-section .span6 .viewall {
    margin: 0;
  }

  .custom-slider .slick-prev, .custom-slider .slick-next {
/*     display: none !important; */
  }
  .custom-slider .slick-arrow {
    z-index: 1;
  }
  .custom-slider .slick-next {
    right: -12px !important;
  }
  .custom-slider .slick-prev {
    left: -12px !important;
  }
  .custom-slider .quote {
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-slider {
    max-width: 100%;
  }
}

@media (max-width:767px){
  .csd-page .dnd-section.pt-60px.pb-200px {
    padding-top: 98px !important;
    padding-bottom: 150px !important;
  }

  .dnd-section.pt-80px {
    padding-top: 40px !important;
  }

  .dnd-section.pt-100px {
    padding-top: 60px !important;
  }

  .csd-page .dnd-section.pt-60px {
    padding-top: 64px !important;
  }

  .csd-page .dnd-section.pt-60px.pb-200px {
    padding-top: 88px !important;
    padding-bottom: 100px !important;
  }
  .dnd-section.pt-90px {
    padding-top: 50px !important;
  }

  .dnd-section.pt-60px {
    padding-top: 40px !important;
  }

  .dnd-section.pt-120px {
    padding-top: 80px !important;
  }

  .sd-page .span4 .hs_cos_wrapper_type_linked_image {
    height: auto;
    justify-content: flex-start;
  }

  .resources-section h3.title, .related-section h3.title {
    font-size: 16px;
    margin: 0 0 40px;
  }

  .col-blog .inn, .col-resources .inn {
    margin: 0;
    display: block;
  }

  .col-blog .inn .item, .col-resources .inn .item {
    width: 100%;
    padding-left: 0;
    padding-right: .0;
    padding-bottom: 0;
    margin-bottom: 35px;
  }

  .col-blog .inn .item .more, .col-resources .inn .more {
    position: static;
  }

  .col-blog .inn .item:last-child, .col-resources .inn .item:last-child {
    margin-bottom: 0;
  }

  .dnd-section.pt-100px.pb-100px {
    padding-bottom: 60px !important;
  }
  .dnd-section.pt-70px {
    padding-top: 40px !important;
  }

  .banner-wrapper .mob .page-center .title p:last-child {
    margin: 0 !important;
  }

  .dnd-section.pt-60px.pb-120px {
    padding-bottom: 80px !important;
  }
  .ab-page .section-item10 .hs_cos_wrapper_type_linked_image {
    height: auto;
  }

  .ab-page .section-item10 h3 {
    font-size: 20px !important;
    line-height: 23px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #9a9a9a !important;
    margin: 0 0 30px !important;
  }

  .ab-page .section-item10 h3 + p {
    font-size: 17px;
    line-height: 22px;
  }

  .ab-page .section-item10 .span3 {
    margin-bottom: 90px;
  }

  .ab-page .section-item10 .span3:last-child {
    margin-bottom: 0;
  }

  .ab-page .section-item10 .span3:not(:last-child) h3 + p {
    margin: 0 !important;
  }

  .dnd-section.pt-110px {
    padding-top: 70px !important;
  }
  .sd-page .section-item5 .span4:not(:last-child) {
    margin-bottom: 90px;
  }

  .sd-page .section-item5 .span4:not(:last-child) p {
    margin: 0 !important;
  }
  .dnd-section.pb-200px {
    padding-bottom: 100px !important;
  }
  .dnd-section.pt-45px.pb-200px {
    padding-top: 73px !important;
  }
  /*   .csd-page .dnd-section.pt-60px.pb-50px {
  padding-top: 40px !important;
} */
  .dnd-section.pb-200px.pt-120px {
    padding-top: 128px !important;
  }
  .csd-page .dnd-section.pt-105px {
    padding-top: 89px !important;
  }
  .hm-page .dnd-section.pt-200px {
    padding-top: 140px !important;
  }

  .hm-page .section-item7 .span4 .hs_cos_wrapper_type_linked_image {
    height: auto;
  }

  .hm-page .section-item7 .span4:not(:last-child) {
    margin-bottom: 90px;
  }

  .hm-page .section-item7 .span4:not(:last-child) p:last-child {
    margin: 0;
  }

  .hm-page .dnd-section.pt-160px {
    padding-top: 100px !important;
  }

  .hm-page .dnd-section.pt-140px {
    padding-top: 100px !important;
  }

  .custom-slider {
    max-width: 100%;
  }

  .custom-slider .quote {
    padding: 0;
    padding-top: 45px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.6em;
  }

  .custom-slider .quote:before {
    font-size: 88px;
  }

  .custom-slider .quote:after {
    font-size: 88px;
  }

  .custom-slider .author {
    font-size: 17px;
    line-height: 1.6em;
  }

  .custom-slider .quote {
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* =================================== Video Popup ========================= */


.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8
}

.mfp-bg,.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed
}

.mfp-wrap {
  z-index: 1043;
  outline: none!important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none!important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
  display: none
}

button.mfp-arrow,button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after,.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure,img.mfp-img {
  line-height: 0
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-height: 300px),screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left:0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform:scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}


.widget-type-rss_listing h3 {
  border-top: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 900;
  color: #9a9a9a;
  padding: 18px 0 0;
  margin: 0 0 40px;
}

.widget-type-rss_listing .hs-rss-module .hs-rss-item {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
}


.widget-type-rss_listing .hs-rss-module .hs-rss-item .hs-rss-item-text {
  padding: 0;
  width: 100%;
  display: block;
  float: none;
  color: #9a9a9a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 22px;
}

.widget-type-rss_listing .hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper {
  width: 100%;
  order: -1;
  display: block;
  overflow: hidden;
  margin: 0 0 22px;
}

.widget-type-rss_listing .hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper img {
  width: 100%;
  transition: all .6s ease;
}

.widget-type-rss_listing .hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper:hover img {
  transform: scale(1.1);
}

.widget-type-rss_listing .hs-rss-module .hs-rss-item .hs-rss-item-text a {
  text-decoration: none;
  color: inherit;
}
.widget-type-rss_listing .hs-rss-module .hs-rss-item .more {
  text-decoration: none;
  font-weight: 900;
  color: #706f6f;
}

.hm-page .half-content-type-section .hs_cos_wrapper_type_rich_text.mce-content-body {
  position: static !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hm-page .section-item7 .span4 .hs_cos_wrapper_type_linked_image{
    display: block;
  }
}

.widget-type-rss_listing .hs-rss-module .hs-rss-item .more:hover {
  color: #000;
}
@media (min-width: 768px) {
  .widget-type-rss_listing h3 {
    font-size: 19px;
    margin-bottom: 50px;
  }
  .widget-type-rss_listing .hs-rss-module .hs-rss-item .more {
    position: absolute;
    bottom: 0;
    left: 10px;
  }

  .widget-type-rss_listing .hs-rss-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }

  .widget-type-rss_listing .hs-rss-module .hs-rss-item {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .widget-type-rss_listing .hs-rss-module {
    min-height: calc(100% - 92px);
  }
  .widget-type-rss_listing .hs-rss-module {
    min-height: 331.4px;
  }
}

@media (max-width: 767px) {
  .widget-type-rss_listing .hs-rss-module .hs-rss-item:last-child {
    margin-bottom: 0;
  }
}


.lp-page .half-type-section &gt; .half-type-row-fluid &gt; .span6.half-type-column,
.lp-page .half-type-section &gt; .half-type-row-fluid &gt; .span6.dnd-module {
  padding-left: 0;
  padding-right: 0;
}
.lp-page .half-type-section &gt; .half-type-row-fluid p {
  margin-bottom: 1.4rem;
}
@media (max-width:767px){
  .half-type-section &gt; .half-type-row-fluid &gt; .span6.dnd-module {
    margin-bottom: 20px;
  }
  .st-blog-listing.content-wrapper.container-fluid&gt;*&gt;* {
    margin-bottom: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  position: fixed;
  background-color: #F8FAFC;
  z-index: 300;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
  height: 80px;
}
.header .page-center {
  padding-right: 15px;
  padding-left: 15px;
}
.header-logo {
  float: left;
  margin: 15px 0;
}
.header-logo a {
  display: block;
}
.header-logo img {
  width: auto !important;
  height: 50px !important;
}

#header .mega-menu-wrap .mega-menu-toggle .mega-toggle-label {
  float: right;
  position: relative;
  width: 25px;
  height: 25px;
  margin-top: 30px;
  cursor: pointer;
}
#header .mega-menu-wrap .mega-menu-toggle .mega-toggle-label span {
  display: block;
  height: 1px;
  background: #9a9a9a;
  text-indent: -9999px;
  outline: none;
  position: absolute;
  width: 100%;
  top: 50%;
  transition: all .3s ease;
}
#header .mega-menu-wrap .mega-menu-toggle .mega-toggle-label .mega-toggle-label-open {
  display: none;
}
#header .mega-menu-wrap .mega-menu-toggle .mega-toggle-label:after, 
#header .mega-menu-wrap .mega-menu-toggle .mega-toggle-label:before {
  content: "";
  display: block;
  height: 1px;
  background: #9a9a9a;
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  width: 100%;
}
#header .mega-menu-wrap .mega-menu-toggle .mega-toggle-label:before {
  transform: translateY(-7px);
}
#header .mega-menu-wrap .mega-menu-toggle .mega-toggle-label:after {
  transform: translateY(7px);
}

#header .mega-menu-wrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
#header .mega-menu-wrap .mega-menu {
  height: 0;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: #fff;
  overflow-y: hidden;
  transition: all .3s ease;
  line-height: 1.5;
}

#header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li {
  border-top: 1px solid #e5e5e5;
}

#header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li &gt; a {
  font-size: 25px;
  line-height: 35px;
  display: block;
  padding: 9px 0;
  position: relative;
  outline: none;
  text-decoration: none;
}
#header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li.hs-item-has-children &gt; a {
  padding-right: 20px;
}
#header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li.hs-item-has-children &gt; a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background: url(//2641485.fs1.hubspotusercontent-na1.net/hubfs/2641485/raw_assets/public/Collab_Agency_June_2020/images/caret.svg) no-repeat 50%/cover;
  transition: all .3s ease;
}
#header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li &gt; ul {
  padding-top: 20px;
  display: none;
}
#header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li {
  margin: 0 0 35px;
}
#header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #9a9a9a;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  padding: 0;
}
#header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul ul ul li:not(:last-child) {
  margin-bottom: 10px;
}
#header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul ul ul li a {
  color: #9a9a9a;
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  padding: 0;
  display: inline;
}


@media (min-width: 768px) {
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li {
    max-width: 690px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .header {
    height: 150px;
  }
  .header-logo {
    margin: 30px 67px 30px 0;
  }
  .header-logo img {
    height: 90px !important;
  }
  #header .mega-menu-wrap {
    padding-top: 100px;
  }
  #header .mega-menu-wrap .mega-menu-toggle {
    display: none;
  }
  #header .mega-menu-wrap .mega-menu {
    position: static;
    overflow: visible;
    height: auto;
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li {
    float: left;
    margin-right: 36px;
    border-top: 0;
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li &gt; a {
    font-weight: 900;
    text-transform: uppercase;
    color: #9a9a9a;
    font-size: 16px;
    line-height: 19px;
    padding: 0;
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li.hs-item-has-children &gt; a:after {
    background: url(//2641485.fs1.hubspotusercontent-na1.net/hubfs/2641485/raw_assets/public/Collab_Agency_June_2020/images/caret2.svg) no-repeat 50%/cover;
    width: 10px;
    height: 10px;
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li.hs-item-has-children:hover &gt; a:after {
    transform: translateY(-50%);
    background-image: url(//2641485.fs1.hubspotusercontent-na1.net/hubfs/2641485/raw_assets/public/Collab_Agency_June_2020/images/caret2-dark.svg);
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li &gt; ul {
    padding: 38px 0 28px;
    position: fixed;
    left: 0;
    top: 150px;
    width: 100%;
    background: #f0f5f8;
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    display: none !important;
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li:hover &gt; ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mega-menu .hs-menu-wrapper &gt; ul &gt; li &gt; ul:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 32px;
    top: -32px;
    left: 0;
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li {
    margin: 0;
    width: 310px;
    border-right: 1px solid #b4b4b4;
    padding-right: 34px;
    padding-left: 30px;
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li:first-child {
    padding-left: 0;
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li:last-child {
    border-right: 0;
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    display: inline-block;
  }
  .child-trigger {
    display: none;
  }
}

@media (min-width: 1200px) {
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li &gt; ul &gt; li {
    width: 353.33333px;
  }
}

@media (max-width: 991px) {
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li &gt; a {
    color: #9a9a9a;
  }
  .mobile-open {
    overflow: hidden;
  }
  .mobile-open #header .mega-menu-wrap .mega-menu {
    height: calc(100vh - 80px);
    overflow-y: auto;
    padding: 0 15px 30px;
  }
  .mobile-open #header .mega-menu-wrap .mega-menu-toggle .mega-toggle-label:before {
    transform: rotate(45deg);
  }
  .mobile-open #header .mega-menu-wrap .mega-menu-toggle .mega-toggle-label span {
    opacity: 0;
  }
  .mobile-open #header .mega-menu-wrap .mega-menu-toggle .mega-toggle-label:after {
    transform: rotate(-45deg);
  }
  body #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li &gt; a, 
  body #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li:hover &gt; a {
    color: #000;
  }
  .mega-menu .hs-menu-wrapper ul li.hs-item-has-children {
    position: relative;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 53px;
    cursor: pointer;
    z-index: 1;
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper &gt; ul &gt; li.child-open &gt; a:after {
    transform: translateY(-50%) rotate(180deg);
  }
  #header .mega-menu-wrap .hs-menu-wrapper &gt; ul ul .child-trigger {
    display: none;
  }
  #header .mega-menu-wrap .hs-menu-wrapper &gt; ul ul ul {
    display: block !important;
    padding: 0 !important;
    transition: none !important;
    margin: 0 !important;
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper&gt;ul&gt;li&gt;ul&gt;li a,
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper&gt;ul ul ul li a,
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper&gt;ul&gt;li&gt;ul {
    background-color: transparent !important;
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper&gt;ul&gt;li&gt;ul {
    padding-top: 0;
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper&gt;ul&gt;li&gt;ul&gt;li:first-child {
    padding-top: 20px;
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper&gt;ul&gt;li&gt;ul&gt;li {
    margin: 0;
    padding-bottom: 35px;
  }
  #header .mega-menu-wrap .mega-menu .hs-menu-wrapper&gt;ul&gt;li {
    margin-bottom: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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: transparent;
  padding-top: 70px;
  padding-bottom: 40px;
}
.footer .page-center {
  padding-right: 15px;
  padding-left: 15px;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer ul {
  margin: 0px;
  display: block;
}
.footer ul li {
  padding-left: 0px;
  margin-bottom: 0;
}
.footer ul li:before {
  content: none;
}

/* Footer Top */
#footer .top-inn .footer-logo {
  display: block;
  width: 80px;
  margin: 0 auto 30px;
}
#footer .top-inn .footer-logo a {
  text-decoration: none;
  display: block;
}
#footer .top-inn .footer-navs {
  display: none;
}
.footer-menu {
  width: 135px;
  margin-right: 44px;
}
#footer .top-inn .footer-navs ul li {
  font-size: 22px;
  line-height: 34px;
}
#footer .top-inn .footer-navs ul li a {
  display: inline;
  padding: 0;
  text-decoration: none;
}
#footer .top-inn .footer-navs ul li a:hover {
  text-decoration: underline;
}
#footer .top-inn .footer-navs ul ul li {
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}

.wg-subscribe h3.form-title {
  padding: 0;
  background: transparent;
}
.wg-subscribe .hs-form {
  margin-bottom: 0;
  position: relative;
}
.wg-subscribe .hs-form .hs-input {
  background-color: transparent;
  border-color: #000;
}
.wg-subscribe .hs-form input.hs-button.primary.large {
  border-color: #000;
  color: #000;
  width: 90px;
  display: block;
}
.wg-subscribe .hs-form input.hs-button.primary.large:hover,
.wg-subscribe .hs-form input.hs-button.primary.large:active {
  background: #000;
  color: #fff;
}
.wg-subscribe .hs-form .hs-input.invalid.error {
  border-color: #dc3545;
}



/* Footer Bottom */
#footer .btm-inn {
  font-size: 16px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#footer .btm-inn .copyright {
  text-align: center;
  margin: 0 auto;
  max-width: 240px;
}

#footer .btm-inn .contact {
  text-align: center;
  max-width: 200px;
  margin: 0 auto 30px;
}

#footer .btm-inn .socials {
  border-bottom: 1px solid;
  padding: 60px 0;
  margin: 0 0 38px;
  font-size: 25px;
  line-height: 1em;
}
#footer .btm-inn .socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;  
}
#footer .btm-inn .socials li {
  margin: 0 7px;
}
#footer .btm-inn .socials li:first-child {
  margin-left: 0;
}
#footer .btm-inn .socials li:last-child {
  margin-right: 0;
}
#footer .btm-inn .socials li a {
  text-decoration: none;
  transition: all .3s ease;
}


#back-to-top {
  position: fixed;
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #9a9a9a;
  background: #eff4f5;
  transition: all .2s ease-out;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#back-to-top:before {
  content: "\2191";
  line-height: 40px;
  font-size: 18px;
}
#back-to-top.show {
  opacity: 1;
}
#back-to-top:hover {
  background-color: #b1c8cd;
  color: #fff;
}


/* Footer Form */

/* Placeholder Text */
.footer form .hs-input::-webkit-input-placeholder {
  color: #000;
  font-weight: inherit;
  opacity: 1;
} /* Webkit Browsers */
.footer form .hs-input:-moz-placeholder {
  color: #000;
  font-weight: inherit;
  opacity: 1;
} /* Firefox 18- */
.footer form .hs-input::-moz-placeholder {
  color: #000;
  font-weight: inherit;
  opacity: 1;
} /* Firefox 19+ */
.footer form .hs-input:-ms-input-placeholder {
  color: #000;
  font-weight: inherit;
  opacity: 1;
} /* IE10 */


@media (min-width: 768px) {
  #back-to-top {
    background-size: 20px auto;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
  }
  #back-to-top:before {
    font-size: 20px;
    line-height: 50px;
  }
}

@media (min-width: 992px) {
  .footer {
    padding-bottom: 60px;
  }

  #footer .top-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
  }
  #footer .top-inn .footer-logo {
    margin: 0;
    width: 110px;
  }
  #footer .top-inn .footer-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .top-inn .wg-subscribe {
    width: 32.075%;
  }

  #footer .btm-inn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #000;
    padding-top: 21px;
  }
  #footer .btm-inn .copyright {
    text-align: left;
    margin: 0;
    max-width: none;
  }
  #footer .btm-inn .contact {
    margin: 0;
    max-width: none;
    text-align: left;
  }
  #footer .btm-inn .socials {
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }
  .lp-footer .btm-inn:after {
    content: '';
    width: 197px;
  }
}

@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
  .wg-subscribe .hs-form input.hs-button.primary.large {
    margin: 0 auto;
  }
  .wg-subscribe .hs-form {
    max-width: 100%;
  }
  .wg-subscribe h3.form-title {
    font-size: 22px;
    line-height: 35px;
    margin: 0 0 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 15px;
  margin: 0 auto;
}

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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-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: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.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: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  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: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  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: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


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

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


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


.d-none {
  display: none!important;
}
.bl-cnt .page-center {
  padding: 0 15px;
}
.st-blog-filters .blog-cats {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.st-blog-filters .blog-cats li a {
  color: #9a9a9a;
  font-weight:900;
  text-transform: uppercase;
  text-decoration: none;
  padding:1rem 10px 1rem;
}
.st-blog-filters .blog-cats li a.active, .st-blog-filters .blog-cats li a:hover {
  color: #000;
}


.st-blog-filters .blog-cats li {
  padding: 0;
  margin: 0;
}

.st-blog-filters .blog-cats li:before {
  display: none;
}
.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.st-blog-listing .post {
  margin-bottom: 45px;
}
.st-blog-listing .post a {
  color: #9a9a9a;
}
.st-blog-listing .post .thumb {
  display: block;
  overflow: hidden;
  margin: 0 auto 28px;
}
.st-blog-listing .post .thumb img {
  background-color: #f0f5f8;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: auto!important;
  transition: all .6s ease;
}
}
.st-blog-listing .post a:hover {
  color: #000;
}
.st-blog-listing .post .thumb:hover img {
  transform: scale(1.1);
}
.st-blog-listing .post h3.title {
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.st-blog-listing .post .time {
  font-weight: 700;
  margin: 0 0 20px;
}
.st-blog-listing .post p {
  margin-bottom: 1.1em;
}
.st-blog-listing .post a {
  text-decoration: none;
}
.st-blog-listing .post a:hover {
  text-decoration: underline;
  color: #000;
}
.st-blog-listing .paging {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.st-blog-listing .paging a {
  color: #9a9a9a;
  font-weight: 900;
  text-decoration: none;
}
.st-blog-listing .paging a:hover {
  color: #000;
}
.st-blog-listing .paging a.blog-pagination__next-link--disabled,
.st-blog-listing .paging a.blog-pagination__prev-link--disabled {
  opacity: 0;
  pointer-events: none;
}
.blog-post {
  max-width: 100%;
  padding: 0;
}
.st-blog-details .post-sidebar .wg {
  margin: 0 0 40px;
}
.st-blog-details .post-sidebar .wg h4 {
  font-weight: 900;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin: 0 0 20px;
}
.a2a_default_style a {
  float: left;
  line-height: 16px;
  padding: 0 2px;
}
.a2a_kit a {
  cursor: pointer;
}
.st-blog-details .post-sidebar .a2a_kit a {
  text-decoration: none;
  color: #adc0c3;
  font-size: 24px;
  line-height: 1;
  margin-right: 10px;
}
.st-blog-details .post-sidebar .a2a_kit a:before {
  font-family: icomoon;
}
.st-blog-details .post-sidebar .a2a_kit a.a2a_button_twitter:before {
  content: "\e905";
}
.st-blog-details .post-sidebar .a2a_kit a:hover {
  color: #90a9ad;
}
.st-blog-details .post-sidebar .a2a_kit a.a2a_button_facebook:before {
  content: "\e902";
}
.st-blog-details .post-sidebar .a2a_kit a.a2a_button_linkedin:before {
  content: "\e904";
}
.st-blog-details .post-sidebar .a2a_kit a.a2a_button_email:before {
  content: "\e900";
}
.st-blog-details .post-sidebar .wg .posts {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.st-blog-details .post-sidebar .wg .posts li {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.st-blog-details .post-sidebar .wg .posts li:before {
  display:none;
}
.st-blog-details .post-sidebar .wg .posts li a {
  color: #9a9a9a;
}
.st-blog-details .post-sidebar .wg .posts li .thumb {
  display: block;
  overflow: hidden;
  margin: 0 auto 28px;
}
.st-blog-details .post-sidebar .wg .posts li .thumb img {
  background-color: #f0f5f8;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: auto!important;
  transition: all .6s ease;
}
.st-blog-details .post-sidebar .wg .posts li .thumb:hover img {
  transform: scale(1.1);
}
.st-blog-details .post-sidebar .wg .posts li h3.title {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
  color: #9a9a9a;
  margin: 0 0 20px;
}
.st-blog-details .post-sidebar .wg .posts li a {
  color: #9a9a9a;
  text-decoration: none;
}
.st-blog-details .post-sidebar .wg .posts li a:hover {
  color: #000;
  text-decoration: underline;
}
.st-blog-details img{
  max-width:100%;
}
.st-blog-details iframe{
  max-width:100%;
}
@media (max-width: 479px) {
  .st-blog-details iframe {
    height: auto;
  }
}
.blog-comments {
  max-width: 100%;
  padding: 20px 0;
}
.post-item .page-center .span8 {
  padding-left: 15px;
}

.post-item .page-center .span8 a {
  text-decoration: none;
}
.blog-sidebar &gt; * {
  margin-bottom: 15px;
}
.st-blog-listing.content-wrapper.container-fluid {
  padding: 0 15px;
}

.st-blog-listing.content-wrapper.container-fluid &gt; * &gt; * {
  padding: 0 15px;
}

.st-blog-listing.content-wrapper.container-fluid &gt; * {
  width: auto;
  margin: 0 -15px;
}
.st-blog-filters .blog-cats li:first-child a {
  padding-left: 0;
}

.blog-post__body p:last-child {
  margin-bottom: 1.4em;
}
.section.post-footer .hs-form {
  margin-top: 20px;
}

.section.post-footer .comment-from,
.section.post-footer .comment-date {
  display: block;
}

.st-blog-filters .blog-cats li:last-child a {
  padding-right: 0;
}
@media (min-width: 768px){
  .d-md-block {
    display: block!important;
  }
  .d-md-none {
    display: none!important;
  }
  .st-blog-listing .inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .st-blog-listing .inn .post {
    width: 50%;
    padding: 0 10px;
  }
  .st-blog-details .inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .st-blog-details .post-content {
    width: calc(100% - 230px);
    border-right: 1px solid #e5e5e5;
    padding-right: 30px;
  }
  .st-blog-details .post-sidebar {
    width: 200px;
  }   
}
@media (min-width: 992px){
  .d-lg-block {
    display: block!important;
  } 
  .d-lg-none {
    display: none!important;
  }
  .st-blog-filters .blog-cats {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  } 
  .st-blog-listing .inn .post {
    width: 33.3333%;
  }
  .st-blog-details .post-content {
    width: calc(100% - 300px);
    padding-right: 50px;
  }
  .st-blog-details .post-sidebar {
    width: 250px;
  }
}
@media (max-width:479px){
  .post-item .page-center {
    display: block;
  }

  .post-item .page-center .span8 {
    padding-left: 0;
    padding-top: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.systems-page input#hs-pwd-widget-password {
  margin-bottom: 20px;
}
.systems-page input.email-edit.hs-input {
  padding: 15px 0 !important;
  font-size: 16px !important;
  width: 100% !important;
  margin-bottom: 10px;
}
.systems-page p.header {
  position: static;
  height: auto;
  box-shadow: none;
  padding-top: 10px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  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;
}

.systems-page .hs_cos_wrapper_type_email_subscriptions .email-prefs .item {
  margin-bottom: 10px;
}
.systems-page .hs_cos_wrapper_type_email_subscriptions .email-prefs input#submitbutton {
  margin-top: 20px;
}

.systems-page .hs_cos_wrapper_type_password_reset .hs-form-field,
.systems-page .hs_cos_wrapper_type_password_reset_request .hs-form-field,
.systems-page .hs_cos_wrapper_type_member_register .hs-form-field,
.systems-page .hs_cos_wrapper_type_member_login .hs-form-field {
  margin-bottom: 25px;
}
.systems-page .hs_cos_wrapper_type_password_reset .hs-form-field &gt; label,
.systems-page .hs_cos_wrapper_type_password_reset_request .hs-form-field &gt; label,
.systems-page .hs_cos_wrapper_type_member_register .hs-form-field &gt; label,
.systems-page .hs_cos_wrapper_type_member_login .hs-form-field &gt; label {
  font-weight: 900;
  color: #9a9a9a;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 12px;
  display: inline-block;
}
.systems-page .hs_cos_wrapper_type_password_reset label:empty,
.systems-page .hs_cos_wrapper_type_password_reset_request label:empty,
.systems-page .hs_cos_wrapper_type_member_register label:empty,
.systems-page .hs_cos_wrapper_type_member_login label:empty {
  display: none;
}
.systems-page .hs_cos_wrapper_type_password_reset .hs-input[type=checkbox],
.systems-page .hs_cos_wrapper_type_password_reset .hs-input[type=radio],
.systems-page .hs_cos_wrapper_type_password_reset_request .hs-input[type=checkbox],
.systems-page .hs_cos_wrapper_type_password_reset_request .hs-input[type=radio],
.systems-page .hs_cos_wrapper_type_member_register .hs-input[type=checkbox],
.systems-page .hs_cos_wrapper_type_member_register .hs-input[type=radio],
.systems-page .hs_cos_wrapper_type_member_login .hs-input[type=checkbox],
.systems-page .hs_cos_wrapper_type_member_login .hs-input[type=radio] {
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
}
.systems-page .hs_cos_wrapper_type_password_reset .hs-submit,
.systems-page .hs_cos_wrapper_type_password_reset_request .hs-submit,
.systems-page .hs_cos_wrapper_type_member_register .hs-submit,
.systems-page .hs_cos_wrapper_type_member_login .hs-submit {
  margin: 20px 0;
}

/* Error Page */
.error-page-wrapper .error-page {
  padding: 90px 0 120px;
  text-align: left;
}
.error-page-wrapper .content-wrapper {
  padding: 0 15px;
}
.error-page-wrapper a.hs-button {
  color: #000;
  text-decoration: underline;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px;
  border-color: #d0dee1;
  height: auto;
}
.error-page-wrapper a.hs-button:hover {
  color: #212529;
  background-color: #d0dee1;
  border-color: #d0dee1;
  text-decoration: none;
}
.error-page-wrapper a.hs-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(208,222,225,.5);
}

@media (min-width: 992px) {
  .error-page-wrapper .error-page {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .error-page-wrapper .error-page {
    padding: 70px 0 100px;
    margin-bottom: 1.5em;
  }
}

@media (max-width: 767px) {
  .error-page-wrapper .error-page {
    padding: 50px 0 80px;
  }
}</pre></body></html>