@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;200;300;400;500;600;700;800;900&family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

/* Site yellow was corrected to be #FED052 from #FECF52 */

/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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: 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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

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

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

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

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

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

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

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

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

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

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

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

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

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

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

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  font-weight:bold;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul li, ol li {
  line-height:2rem;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #6694a7 !important;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
  font-size:1.25rem;
  font-style:italic;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.button:focus, .button:hover, button:focus, button:hover, .button.blue:focus, .button.blue:hover, button.blue:focus, button.blue:hover, .button.red:focus, .button.red:hover, button.red:focus, button.red:hover, .button.green:focus, .button.green:hover, button.green:focus, button.green:hover {
  color: #ffffff;
}

.button.yellow:focus, .button.yellow:hover, button.yellow:focus, button.yellow:hover {
  color: #343642 !important;
}

.button.red {
  background:#E73943 !important;
}

.button.red:hover {
  background:#C72F38 !important;
}

.button.green {
  background:#96AB3E !important;
}

.button.green:hover {
  background:#7B8D32 !important;
}

.button.yellow {
  color: #343642 !important;
  background:#FED052 !important;
}

.button.yellow:hover {
  color: #343642 !important;
  background:#FFB900 !important;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

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

/* Header container */

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

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 300px;
  overflow: hidden;
  padding-top:20px;
  padding-bottom:10px;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

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

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/* @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    */
/*****************************************/

/* ============== */
/* = Animations = */
/* ============== */

.trigger-fade-left {
	position:relative;
	width:100%;
	opacity:0;
	left:-500px;
	-webkit-transition: all 0.75s ease-in-out; 
	-moz-transition: all 0.75s ease-in-out; 
	-o-transition: all 0.75s ease-in-out; 
	transition: all 0.75s ease-in-out;
}

.trigger-fade-left.fade-in-left {
	position:relative;
	width:100%;
	opacity:1;
	left:0px;
	-webkit-transition: all 0.75s ease-in-out; 
	-moz-transition: all 0.75s ease-in-out; 
	-o-transition: all 0.75s ease-in-out; 
	transition: all 0.75s ease-in-out;
}

.trigger-fade-right {
	position:relative;
	width:100%;
	opacity:0;
	right:-500px;
	-webkit-transition: all 0.75s ease-in-out; 
	-moz-transition: all 0.75s ease-in-out; 
	-o-transition: all 0.75s ease-in-out; 
	transition: all 0.75s ease-in-out;
}

.trigger-fade-right.fade-in-right {
	position:relative;
	width:100%;
	opacity:1;
	right:0px;
	-webkit-transition: all 0.75s ease-in-out; 
	-moz-transition: all 0.75s ease-in-out; 
	-o-transition: all 0.75s ease-in-out; 
	transition: all 0.75s ease-in-out;
}

.trigger-fade-in {
	position:relative;
	opacity:0;
	-webkit-transition: all 0.75s ease-in-out; 
	-moz-transition: all 0.75s ease-in-out; 
	-o-transition: all 0.75s ease-in-out; 
	transition: all 0.75s ease-in-out;
}

.trigger-fade-in.fade-in {
	position:relative;
	opacity:1;
	-webkit-transition: all 0.75s ease-in-out; 
	-moz-transition: all 0.75s ease-in-out; 
	-o-transition: all 0.75s ease-in-out; 
	transition: all 0.75s ease-in-out;
}

/* ************** */
/* General Styles */
/* ************** */

body {
  width:100%;
  background-color:#393939 !important;
  margin:0px;
  padding:0px;
}

.body-wrapper {
  background-color:#ffffff !important;
  max-width:1800px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}

.body-container-wrapper {
  position:relative;
}

.container {
  width:90%;
  margin-left:auto;
  margin-right:auto;
}

.container-fluid {
  --bs-gutter-x: 0rem !important;
}

.content-wrapper--vertical-spacing, .dnd-section {
    padding: 20px 2rem !important;
}

.dnd-section .dnd-column {
    padding: 0rem !important;
}

.button.white {
  color:#6694A7;
  background:#f4f4f4;
  border:1px solid #6694A7;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;  
}

.button.white:hover {
  color:#6694A7;
  background:#ffffff;
  border:1px solid #6694A7;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;  
}

fieldset .hs-input {
    width: 100% !important;
}

input[type=checkbox] {
  width: auto !important;
}

/* ****************** */
/* Social Icon Styles */
/* ****************** */

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

.social ul li {
  display:inline;
}

a.facebook {
  display:inline-block;
  background:url("https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/facebook-white.svg") no-repeat center / 24px transparent;
  width:24px;
  height:24px;
  margin:0px;
  text-decoration:none !important;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

a.facebook:hover {
  background:url("https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/facebook-white.svg") no-repeat center / 24px transparent;  
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

a.linkedin {
  display:inline-block;
  background:url("https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/linkedin-white.svg") no-repeat center / 24px transparent;
  width:24px;
  height:24px;
  margin:0px 5px;
  text-decoration:none !important;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

a.linkedin:hover {
  background:url("https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/linkedin-white.svg") no-repeat center / 24px transparent;  
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

a.youtube {
  display:inline-block;
  background:url("https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/youtube-white.svg") no-repeat center / 24px transparent;
  width:24px;
  height:24px;
  margin:0px 5px;
  text-decoration:none !important;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

a.youtube:hover {
  background:url("https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/youtube-white.svg") no-repeat center / 24px transparent;  
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

/* ********** */
/* Typography */
/* ********** */

h1.accent, h2.accent, h3.accent, h4.accent, h5.accent, h6.accent {
  font-family:"Rock Salt";
  text-transform:unset !important;
}

hr {
  opacity:1 !important;
}

a {
  text-decoration:none !important;
}

.hs_cos_wrapper_type_rich_text a {
  color:#96ab3e !important;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

.hs_cos_wrapper_type_rich_text a:hover {
  color:#aebb69 !important;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

h1 {
  padding-top: 40px;
}

/* ************* */
/* Header Styles */
/* ************* */

.header-wrapper {
  position: relative;
  width: 100%;
  max-width: 1800px;
  z-index:3;
}

.header {
  z-index:1;
  position: fixed;
  width: 100%;
  max-width: 1800px;
  background: #fff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 18%);
}

.hs-content-id-82045381992 .header {
  background:#ffffff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 18%);
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;  
}

.scrolled .hs-content-id-82045381992 .header {
  background: #fff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 18%);
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;  
}

.header__container {
  flex-direction:row;
  padding-top:0px;
}

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 150px;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-top: 11px !important;
}

.hs-landing-page .header__logo {
    padding-bottom: 16px;
    padding-top: 17px!important;
}

.header__logo--main {
  margin-left:20px;
}

#hs_cos_wrapper_Secondary_Menu ul {
  margin-top:10px;
}

#hs_cos_wrapper_Secondary_Menu ul li {
  margin-left:20px;
}

#hs_cos_wrapper_Secondary_Menu ul li a {
  color:#000000 !important;
  padding-bottom:10px;
  border-bottom:2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;  
}

#hs_cos_wrapper_Secondary_Menu ul li a:hover {
  color:#6694A7 !important;
  padding-bottom:10px;
  border-bottom:2px solid #6694A7;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;  
}

.secondary-menu-item {
    padding: 0px 10px;
}

.secondary-menu-item a {
  color:#000000;
  padding-bottom:10px;
  border-bottom:2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;  
}

.secondary-menu-item a:hover {
  color:#6694A7;
  padding-bottom:10px;
  border-bottom:2px solid #6694A7;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;  
}

.header__row-1 {
  align-items:unset;
  padding-top: 0px;
}

.header__navigation {
  padding-top:30px;
  padding-bottom:15px;
  padding-right:15px
}

#hs_cos_wrapper_search-overlay-trigger {
  width: 34px;
  position: relative;
  margin-right: 20px;
  display: inline-block;
}

#hs_cos_wrapper_search-overlay-trigger .search-trigger {
  position: absolute;
  width: 34px;
  top: 50%;
  margin-left:0px;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

#hs_cos_wrapper_search-overlay-trigger .search-trigger:hover {
  cursor:pointer;
  width: 40px;
  margin-left:-3px;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

#hs_cos_wrapper_search-overlay-trigger .search-trigger svg {
  fill:#000000;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

#hs_cos_wrapper_search-overlay-trigger .search-trigger:hover svg {
  fill:#6694a7;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

#hs_cos_wrapper_menu-trigger {
  background:#6694A7;
  border-radius:0px 0px 0px 10px;
  display:flex;
  align-items:center;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

/* Hiding Default HS Mobile Trigger and Search */ 
.header__navigation--toggle, .header__search--toggle {
  display:none;
}

#hs_cos_wrapper_menu-trigger:hover {
  background:#85A6B7;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

#mm-toggler {
  color:#ffffff;
}

/* Search Styles */ 

.search-overlay {
  display: none;
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 24px;
  left: -155px;
}

.search-overlay.show {
  display: block;
}

.search-overlay .search-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.hs-search-field__bar form {
  width:268px;
}

.hs-search-field__bar form button {
  position:absolute;
  margin-left:-70px;
  background:transparent;
}

.hs-search-field__bar button svg {
    height: 16px !important;
}

.search-overlay #hs_cos_wrapper_search-input {
  display: inline-block;
}

.search-overlay .search-close {
  display: inline-block;
  width:20px;
  margin-left:10px;
}

/* ******************* */
/* Overlay Menu Styles */
/* ******************* */

ul.mega-menu {
  list-style:none;
  padding:0px 30px !important;
  margin:0px !important;
}

ul.mega-menu li {
  list-style:none;
}

ul.mega-menu ul.mm-submenu li {
  margin-bottom:10px;
}

li.mm-item.level-0 {
  font-family:"Rock Salt";
  color:#6694A7;
  margin-top:30px;
  margin-bottom:30px;
  padding-left:30px;
  font-size:22px;
}

ul.mm-submenu {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 18% );
}

a.mm-link {
  line-height: 18px;
  border-radius:10px;
  padding: 8px 10px;
  background:transparent;
  color:#000000;
  display:block;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

a.mm-link:hover {
  padding: 8px 10px 8px 20px;
  background:rgba(0,0,0,.05);
  color:#6694A7;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

.mm-item-wrapper:first-child li.mm-item.level-0 {
  color:#e73943;
}

.mm-item-wrapper:nth-child(2) li.mm-item.level-0 {
  color:#96ab3e;
}

.mm-item-wrapper:nth-child(4) li.mm-item.level-0 {
  color:#FED052;
}

/* ****************** */
/* Hero Banner Styles */
/* ****************** */

.hero-video .hs-video-container {
    margin: 39px auto 0px auto !important;
    background-image: none !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: auto;
    padding: 0px 0px 33.333% 0px;
}

.hs-video-wrapper {
    position: unset !important;
    height: unset !important;
    padding-bottom: unset !important;
}

.dnd-column.cell_1660585925885-vertical-alignment {
    padding: 0rem;  
}

.hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
    padding: 0px !important;
}

.hs_cos_gallery_main .caption.superimpose, .hs_cos_gallery_thumbnails .caption.superimpose, .hs_cos_gallery_lightbox .caption.superimpose {
  position: absolute;
  bottom: 0;
  background-color:transparent !important;
  color: #fff;
  top: 37%;
  padding: 0px 0px 0px 60px !important;
  transform: translateY(-50%);
}

.slick-slider {
    margin-bottom: -5px !important;
}

.slick-slide-inner-wrapper {
  height:100vh;
}

.slick-slide-inner-wrapper img {
    height: 100%;
    object-fit: cover;
}

.hs_cos_gallery_main .caption.superimpose {
  padding-left:34px !important;
  padding-right:34px !important;
}

.caption h1 {
  color:#ffffff;
  text-shadow:1px 1px 3px #000000;
  font-weight:700;
/*   font-size:34px;
  line-height:38px; */
  font-size:22px;
  line-height:28px;
}

.caption hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 6px solid #6694A7;
  opacity:1;
  width:50%;
}

.caption p {
  color:#000000;
  font-size:16px;
}

#hs_cos_wrapper_widget_1660585925565 .slick-dots {
  display:none;
}

/* ********************* */
/* Anchor Section Styles */
/* ********************* */

.anchors-row.row {
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.hs-content-id-82045381992 .anchors-row.row {
    margin-bottom: 100px;
}

.anchors-row .anchor:hover {
  border-bottom:3px solid #6694a7;
}

.anchors-row .anchor a.anchor-title {
  color:#000000;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

.anchors-row .anchor a.anchor-title:hover {
  color:#6694a7;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

.anchors-row .anchor a.anchor-title:after {
  color:#000000;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

.anchors-row .anchor:hover a.anchor-title:after {
  color:#6694a7;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

/* ********************** */
/* Metrics Section Styles */
/* ********************** */

.hs-content-id-82045381992 .row-depth-1.row-number-3 {
  position:relative;
  margin-top:0px;
  padding-left: 46px !important;
  padding-right: 46px !important;
}

.service-metrics {
/*   background:#f2f2f2;
  border-radius:0px 10px 10px 10px; */
  padding:60px 30px 60px 30px;
/*   box-shadow:0px 3px 6px rgba(0,0,0,.18); */
}

/* .service-metrics:before {
    z-index: 0;
    content: "";
    position: absolute;
    margin-top: -80px;
    margin-left: -50px;
    width: 150px;
    height: 150px;
    background: transparent;
    border-radius: 10px 10px 0 10px;
    border-left: 20px solid #E73943;
    border-top: 20px solid #E73943;
} */

.service-metrics h2 {
  font-family:"Amatic SC";
  display:inline-block;
  margin-top: 0px;
  margin-bottom: 60px;
  font-size:50px;
  font-weight:bold;
}

/* .service-metrics h2 span {
  padding-bottom: 20px;
  border-bottom: 3px solid #e73943;  
} */

.metric-container {
  padding-left:20px !important;
  padding-right:20px !important;
  margin-bottom:30px;
}

.service-metrics .metric-container:nth-child(1) {
  background:url("https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/Systel%20Color%20Blobs/Untitled-2-03.svg") no-repeat center;
}

.service-metrics .metric-container:nth-child(2) {
  background:url("https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/Systel%20Color%20Blobs/Untitled-2-05.svg") no-repeat center;
}

.service-metrics .metric-container:nth-child(3) {
  background:url("https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/Systel%20Color%20Blobs/Untitled-2-06.svg") no-repeat center;
}

.service-metrics .metric-container:nth-child(4) {
  background:url("https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/Systel%20Color%20Blobs/Untitled-2-08.svg") no-repeat center;
}

/* .circle {
  background-color: #ffffff;
  box-shadow: 10px 10px 0px #e73943;
} */

.data-focus {
  color:#ffffff;
  font-size:50px;
  font-weight:600;
  text-shadow:2px 2px 0px rgba(0,0,0,.5);
}

.data-focus p {
  font-size: 4.5vw;
  font-weight:600;
}

.data-focus span.data-value, .data-focus.number .data-value {
  font-size:10vw;
  line-height:10vw;
  font-weight: 600;
}

.data-text {
  color:#ffffff;
  font-size: 4.2vw;
  line-height: 4.5vw;
  font-weight:600;
  text-shadow:2px 2px 0px rgba(0,0,0,.5);
}

.button-container {
  display:inline-block;
  margin-top:50px !important;
}

.button.charcoal {
  background:#535454;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

.button.charcoal:hover {
  background:#060606;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

/* ************************************* */
/* Overriding Testimonials Module Styles */
/* ************************************* */

.testimonial {
  box-shadow:0px 0px 10px rgba(0,0,0,.5);
  border-radius:20px;
}

.quote-box blockquote {
  border-left: none !important;
  margin-bottom:0px;
  line-height:30px !important;
}

.quote-box 
  position:relative !important;
}

.testimonial-widget_1660587499260 {
  padding-left:30px !important;
  padding-right:30px !important;
}

.testimonial-widget_1660587499260 .quote-box blockquote::before {
  content:none !important;
  display:none; 
}

.quote-box blockquote::before {
  content:none !important;
  display:none;
}

.quote-box blockquote span {
  font-size:30px;
  font-style:normal !important;
  line-height:38px;
}

.quote-box blockquote::after {
  content:none !important;
  display:none;
}

.client-detail::before {
  content:"";
  display:inline-block;
  position:relative;
  background:#6694a7;
  height:3px;
  width:278px;
  margin-left:auto;
  margin-right:auto;
}

.testimonial-widget_1660587499260 .quote-box blockquote span::before {
  content:open-quote;
  font-size:34px !important;
}

.testimonial-widget_1660587499260 .quote-box blockquote span::after {
  content:close-quote;
  font-size:34px !important;
}

.client-detail p.name {
  font-family: "Rock Salt";
  color:#000000;
  font-size:24px !important;
  padding-top:20px;
  font-weight:normal !important;
}

.client-detail p {
  font-size:20px !important;
  margin-bottom:0px;
}

.testimonial-widget_1660587499260 .quote-container {
  position:relative;
  height:440px;
}

.testimonial-widget_1660587499260 .quote-box {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}

.testimonial-widget_1660587499260 .quote-box blockquote {
  font-size: 20px !important;
  line-height: 26px !important;
}

/* ******************* */
/* Content Area Styles */
/* ******************* */

.hs-content-id-82045381992 .body-container-wrapper {
  padding-top:114px;
  padding-bottom:30px;
}

.body-container-wrapper {
  padding-top:57px;
}

.body-container--home {
  margin-top: -96px;
}

/* ******************** */
/* Testimonials Styles */
/* ******************** */

.testimonial {
  margin-bottom:40px;
}

.quote-box blockquote:before {
    content: "\201C";
    left: -20px !important;
}

.quote-box blockquote:after {
    content: "\201D";
    right: -20px !important;
}

/* ********************* */
/* Pillar Section Styles */
/* ********************* */

.body-container--home .row-depth-1.row-number-8 {
  padding-top: 7%;
  padding-bottom: 7%;
/*   background-image: url("https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/curve-top.svg"), url("https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/curve-bottom.svg"); */
  background-repeat: no-repeat;
  background-position:top, bottom;
  background-size: 100% auto;
  background-color:#6694a7;
  margin-top:-10px;
}

#hs_cos_wrapper_widget_1660588084847 h2, #hs_cos_wrapper_widget_1660588084847 .content-inner {
  color:#ffffff;
}

#hs_cos_wrapper_widget_1660588472077 h2, #hs_cos_wrapper_widget_1660588472077 .content-inner {
  color:#ffffff;
}

#hs_cos_wrapper_widget_1660601146437 h2, #hs_cos_wrapper_widget_1660601146437 .content-inner {
  color:#ffffff;
}

/* ****************************** */
/* Our Latest Posts Module Styles */
/* ****************************** */

.hs-content-id-82045381992 .row-depth-1.row-number-14 {
    margin-top: -1px;
    background: #fff;
}

/* **************************** */
/* Stay In The Loop Form Styles */
/* **************************** */

.hs-content-id-82045381992 .row-depth-1.row-number-16 {
    padding-top: 70px;
    padding-bottom: 50px;
}

.hs-content-id-82045381992 .row-depth-1.row-number-16 > .row-fluid {
  background:#ffffff;
  border-radius:10px 10px 10px 10px;
/*   box-shadow:0px 0px 6px rgba(0,0,0,.18); */
}

/* .hs-content-id-82045381992 .row-depth-1.row-number-16 > .row-fluid:before {
  z-index: 0;
  content: "";
  position: absolute;
  margin-top: -20px;
  margin-left: -20px;
  width: 150px;
  height: 150px;
  background: transparent;
  border-radius: 10px 10px 0 10px;
  border-left: 20px solid #6694A7;
  border-top: 20px solid #6694A7; 
} */

#hs_cos_wrapper_widget_1663782055405_ h2 {
    font-family:"Rock Salt";
    text-transform:unset;
    margin-top: 40px;
    margin-bottom: 10px;
}

#hs_cos_wrapper_widget_1663782055405_ p {
  font-size:22px;
  color:#6694a7;
}

#hs_form_target_widget_1660589418209 form {
  width:278px;
  margin-left:auto;
  margin-right:auto;
}

#hs_form_target_widget_1660589418209 form input {
    border: 1px solid #eee;
    background-color: #eee;
    color: #000;
    border-radius: 4px;
}

#hs_form_target_widget_1660589418209 form input[type="submit"] {
    border: 0px;
    background-color: #6694a7;
    color: #ffffff;
    border-radius: 4px;
   -webkit-transition: all 0.2s ease-in-out; 
   -moz-transition: all 0.2s ease-in-out; 
   -o-transition: all 0.2s ease-in-out; 
   transition: all 0.2s ease-in-out;
}

#hs_form_target_widget_1660589418209 form input[type="submit"]:hover {
    border: 0px;
    background-color: #6694a7;
    color: #ffffff;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out;
}

#hs_form_target_widget_1660589418209 .hs-form-field {
    margin-bottom:10px;
}

#hs_form_target_widget_1660589418209 .hs_email .input {
  margin-right:0px;
}

#hs_form_target_widget_1660589418209 .hs_email .input input {
  width:calc(100% - 20px);
}

#hs_form_target_widget_1660589418209 .actions {
  text-align:center;
}

/* ******************** */
/* Logo Carousel Styles */
/* ******************** */

#hs_cos_wrapper_widget_1660661312170_ h2 {
  width:100%;
  text-align: center;
  margin-bottom: 40px;
  font-family:"Amatic SC";
  display:inline-block;
  font-size:50px;
  font-weight:bold;
}

/* #hs_cos_wrapper_widget_1660661312170_ h2 span {
  padding-bottom:20px;
  border-bottom:3px solid #6694A7;
} */

#hs_cos_wrapper_widget_1660589524942 .hs-logo-carousel .slick-slide img {
    width: 100%;
    max-width: 100%;
    display: block;
    max-width:200px;
    max-height: 80px;
}

#hs_cos_wrapper_widget_1660589524942 .slick-track {
  padding-top:40px;
  padding-bottom:20px;
  display: flex;
  align-items: center;
}

section.Evoque_logo_slider_v1 {
    padding: 0px 0px 50px 0px !important;
}

.widget_1661442274704 .page-center {
  width:100% !important;
  max-width:100% !important;
}

.widget_1661442274704 .slick-prev {
/*   display:none !important; */
}

.widget_1661442274704 .slick-next {
/*   display:none !important; */
}

.Evoque_logo_slider_v1 .slick-slide img {
    height: auto !important;
    max-height: 70px;
    width: auto !important;
    max-width: 150px;
}

.Evoque_logo_slider_v1 .slick-arrow img {
  cursor: pointer;
  position: relative;
  width: 20px;
  height:34px;
  z-index: 999999999999;
  top: -24px !important;
}

.Evoque_logo_slider_v1 .slick-prev.slick-arrow {
    left: 0px !important;
}

/* ************* */
/* Footer Styles */
/* ************* */

footer.footer {
  padding-top:6%;
  background:url("https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/curve-top.svg") no-repeat top center / 100% auto #6694A7;
  margin-top:-10px;
}

.footer .container hr {
    border-top: 1px solid rgba(255,255,255,.25) !important;
}

.footer-row-top-wrapper {
  display:flex;
  flex-direction:column;
  align-items:space-between;
}

/* Footer Phone */

.footer-phone-social-wrapper {
  display:flex;
  justify-content:center;
  margin-bottom:20px;
}

.footer-phone {
  margin-right:20px;
}

.footer-phone .phone, .footer-phone .phone a {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

.footer-social {
  width:101px;
}

/* Footer Menu */

.footer-menu-wrapper ul {
  width:100%;
  display:flex !important;
  justify-content:center;
  margin-bottom:0px !important;
}

.footer-menu-wrapper ul li {
  margin-left:20px;
  margin-right:20px;
}

.footer-menu-wrapper ul li a {
  display:inline !important;
  color:#ffffff;
  font-size: 16px;
  padding:0px 0px 10px 0px !important;
  border-bottom:2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

.footer-menu-wrapper ul li a:hover {
  color:#FED052;
  font-size: 16px;
  padding-bottom:10px;
  border-bottom:2px solid #FED052;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

.footer-row-bottom {
  display:flex;
  margin-top:40px;
  padding-bottom:40px;
  justify-content:space-between;
}

.powered-by {
  color:#ffffff;
}

.powered-by a {
  color:#FED052 !important;
}

/* ************************ */
/* Blog Listing Page Styles */
/* ************************ */

.hs-blog-listing .dnd_area-row-1-vertical-alignment {
  padding-top:110px !important;
}

.body-container--blog-index {
  background:#f2f2f2;
}

.hs-blog-listing .dnd_area-row-0-background-color {
  background-color: #ffffff !important;  
}

.hs-blog-listing .dnd_area-row-1-vertical-alignment {
    padding-top: 100px;
    background: url(https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/curve-top.svg) no-repeat top center / 100% auto;
}

.hs-blog-listing footer.footer {
  padding-top:6%;
  background:url("https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/curve-top-grey.svg") no-repeat top center / 100% auto #6694A7;
}

.blog-index__post {
  background: #ffffff;
  border-radius: 0px 10px 10px 10px;
  padding: 30px 30px 10px 30px !important;  
  margin-bottom:80px;
  min-height:150px;
  position:relative;
}

.blog-index__post::before {
  z-index: 0;
  content: "";
  position: absolute;
  margin-top: -50px;
  margin-left: -50px;
  width: 150px;
  height: 150px;
  background: transparent;
  border-radius: 10px 10px 0px 10px;
  border-left: 20px solid #96AB3E;
  border-top: 20px solid #96AB3E;
}

.blog-index__post .image-date-wrapper {
  width:100%;
  float:none;
  margin-right:0px;
}

.blog-index__post .image-date-wrapper.full-width {
  width:100%;
  float:none;
  margin-right:0px;
}

.blog-index__post .blog-index__post-timestamp {
    color: #ffffff;
    position: absolute;
    background: #000000;
    padding: 10px 15px 10px 15px;
    border-radius: 0px 10px 10px 0px;
    margin-top: 20px;
}

.blog-index__post .full-width .blog-index__post-timestamp {
    color: #fff;
    position: relative;
    background: #000;
    padding: 10px 15px;
    border-radius: 0 10px 10px 0;
    margin-top: 0px;
    display: inline-block;
}

.blog-tag-heading {
  margin-bottom:60px;
}

/* Post Listings Module Styles */

.widget-type-post_listing {
  margin-bottom:40px;
}

.widget-type-post_listing ul {
  list-style:none;
  margin-left:0px;
  padding-left:0px;
}

.widget-type-post_listing ul li.hs-postlisting-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget-type-post_listing ul li.hs-postlisting-item a {
  color:#6694a7;
  display:inline-block;
  line-height:1.5rem;
  margin-left:0px;
  border-bottom: 2px solid transparent;
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

.widget-type-post_listing ul li.hs-postlisting-item a:hover {
  color:#85a6b7;
  margin-left:10px;
  border-bottom: 2px solid transparent;
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

.blog-index__post-image-wrapper img {
  border-radius:10px;
}

.blog-index__post-content {
    margin-left: 0px;
    padding-left: 0px;
}

.blog-index__post-content.full-width {
    margin-left: 0px;
    padding-left: 0px;
}

.blog-index__post-title {
  padding-bottom:10px;
  border-bottom:2px solid #96AB3E;
}

a.blog-index__post-title-link {
  display:inline-block;
  color:#6694a7 !important;
  padding-left:0px;
  border-bottom: 2px solid transparent;
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

a.blog-index__post-title-link:hover {
  color:#85a6b7 !important;
  padding-left:10px;
  border-bottom: 2px solid transparent;
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

.authored-by a {
    padding-bottom: 10px;
    display: inline-block;
}

/* Filter By Module Styles */

.t-top .blog-tabs {
    padding: 0;
    display: flex;
    height: 48px;
    margin: 0 auto;
    position: relative;
    white-space: nowrap;
}

.t-top .tabs-body ul {
    padding: 0;
}

.t-top .blog-tabs li {
    list-style: none;
    display: block;
    flex-grow: 1;
    float: left;
    height: 48px;
    letter-spacing: .8px;
    line-height: 48px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.t-top .blog-tabs .tab {
    cursor: pointer;
    color: #999;
    font-size: .85rem;
    border-bottom: 2px solid transparent;
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out;
}

.t-top .blog-tabs .tab:hover {
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out;
}

.blog-tabs .tab.on {
  color: #6694a7;
}

.blog-tabs .tab.on:hover {
  color: #444;
  border-bottom:2px solid #444;
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 
}

.t-top .blog-tabs-wrapper .moving-border {
    border-bottom: 2px solid #6694a7;
    width: 33.3%;
    position: relative;
    top: -2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.t-top.first .blog-tabs-wrapper .moving-border {
    left: 0;
}

.t-top.second .blog-tabs-wrapper .moving-border {
    left: 33.3%;
}

.t-top.third .blog-tabs-wrapper .moving-border {
    left: 66.6%;
}

.t-top .tabs-body-wrapper {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.t-top .tabs-body-wrapper .tabs-body {
    height: 500px;
}

.blog-tabs .tab:hover {
    color: #444;
    border-bottom: 2px solid #444;
}

.t-top.first #tabs-1-body.tabs-body {
    left: 0;
}

.t-top.first #tabs-2-body.tabs-body {
    left: 100%;
}

.t-top.first #tabs-3-body.tabs-body {
    left: 200%;
}

.t-top.second #tabs-1-body.tabs-body {
    left: -100%;
}

.t-top.second #tabs-2-body.tabs-body {
    left: 0;
}

.t-top.second #tabs-3-body.tabs-body {
    left: 100%;
}

.t-top.third #tabs-1-body.tabs-body {
    left: -200%;
}

.t-top.third #tabs-2-body.tabs-body {
    left: -100%;
}

.t-top.third #tabs-3-body.tabs-body {
    left: 0;
}

.t-top .tabs-body-wrapper .tabs-body {
    overflow: scroll;
    top: 10px;
}

.t-top .tabs-body {
    display: block;
    position: absolute;
    top: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.t-top .tabs-body ul li {
    list-style: none;
}

.t-top .hs-rss-item, .t-top .tabs-body ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.t-top .tabs-body a {
    color: #6694a7;
    position: relative;
    left: 0;
    line-height: 1.5rem;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.t-top .tabs-body a:hover {
  color:#85a6b7;
  left: 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* **************** */
/* Blog Post Styles */
/* **************** */

.blog-post__body img {
    width: 100% !important;
    height: auto !important;
}

.blog-related-posts {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+100 */
background: rgb(242,242,242); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    margin-top: 70px !important;
    padding-top: 60px !important;
    padding-bottom:50px !important;
}

.blog-post__meta a {
  color: #6694a7 !important;
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 
}

.blog-post__meta a:hover {
  color: #85a6b7 !important;
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 
}

.blog-related-posts .content-wrapper > h2 {
  margin-bottom:30px;
}

.blog-related-posts__title-link {
  color: #6694a7 !important;
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 
}

.blog-related-posts__title-link:hover {
  color: #85a6b7 !important;
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 
}

.blog-author-heading {
  margin-bottom:70px;
}

.blog-related-posts__content {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 18%);
}

.blog-related-posts__content img {
  border-radius:10px;
  margin-bottom:7px;
}

.blog-related-posts__content p {
  display:inline-block;
  position:relative;
}

/* ************************** */
/* Search Results Page Styles */
/* ************************** */

.systems-page--search-results {
  padding-top: 50px;
  padding-bottom:40px;
}

.systems-page--search-results h1 {
  margin-bottom:40px;
}

#hsresults li a {
  font-weight: 600;
  color:#6694a7 !important;
}

#hsresults li a:hover {
  font-weight: 600;
  color:#85a6b7 !important;
}

.hs-search-results__pagination a {
  color:#6694a7 !important;
}

.hs-search-results__pagination a:hover {
  color:#85a6b7 !important;
}

/* ******************* */
/* Landing Page Styles */
/* ******************* */

.hs-landing-page h1 {
  padding-left:40px;
  margin-bottom:0px;
  padding-bottom:0px;
}

/* ********************* */
/* Locations Page Styles */
/* ********************* */

.map-list-store-wrapper.list-left .store-location {
  overflow-y:scroll !important;
}

/* **************************************** */
/* Document Management Software Page Styles */
/* **************************************** */

.hs-content-id-82682750055 .cell_1661271112650-background-color, 
.hs-content-id-82682750055 .cell_16613987598242-background-color, 
.hs-content-id-82682750055 .cell_16613988266573-background-color, 
.hs-content-id-82682750055 .cell_16613989086722-background-color, 
.hs-content-id-82682750055 .cell_1661398970070-background-color,
.hs-content-id-82682750055 .cell_16613990169702-background-color,
.hs-content-id-82682750055 .cell_16613990697383-background-color{
  min-height:440px;
}

.hs-content-id-82682750055 .hs_cos_wrapper_type_rich_text li::marker {
  color:#ffffff;
}

/* ******************* */
/* Careers Page Styles */
/* ******************* */

ul.list-checkboxes {
  list-style:none;
  margin-left:0px;
  padding-left:0px;
}

ul.list-checkboxes li {
  background: url("https://21824228.fs1.hubspotusercontent-na1.net/hubfs/21824228/checkbox.png") no-repeat left top / 30px;
  padding-left: 35px;
}

/* ************* */
/* Media Queries */
/* ************* */

@media (min-width: 576px) {
  .metric-container {
    width: 66% !important;
    margin-left: 17%;
  }
/*   .testimonial-widget_1660587499260 .quote-container {
    position:relative;
    height:240px;
  } */
}

@media (min-width: 768px) {
  .content-wrapper--vertical-spacing, .dnd-section {
    padding: 20px 1rem !important;
  }
  .header__logo {
    max-width: 300px;
  }
  .header__logo img {
    width: 200px !important;
  }
  .secondary-menu-item a, .secondary-menu-item a:hover {
    font-size:12px;
  }
  .body-container-wrapper {
    padding-top:96px;
    padding-bottom:10px;
  }
  .linked-image img {
    width: 46px !important;
  }
  .hs_cos_gallery_main .caption.superimpose {
    top:50%;
    padding-left:40px !important;
  }
  .caption h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .caption.superimpose p {
    font-size:20px;
  }
  .metric-container {
    width:50% !important;
    margin-left:unset;
    padding-left:15px !important;
    padding-right:15px !important;
    margin-bottom:0px;
  }
  .data-focus {
    font-size:50px;
  }
  .data-focus p {
    font-size:30px;
    margin-bottom:0px;
  }
  .data-focus.number .data-value, .data-focus span.data-value {
    font-size: 40px;
    line-height: 40px;
  }
  .data-text {
    font-size:20px;
    line-height: 24px;
  }
  #hs_form_target_widget_1660589418209 form {
    width:578px;
  }
  .footer-phone-social-wrapper {
    padding:0px;
  }
  .hs-content-id-82045381992 .row-depth-1.row-number-3 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .hs-content-id-82045381992 .body-container-wrapper {
    padding-top:152px;
  }
}

@media (min-width: 1024px) { 
  .data {
    padding: 14px !important;
  }
  .data-focus p {
    font-size:30px;
    margin-bottom:0px;
  }
  .metric-container {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .metric-container {
    width:25% !important;
    margin-left:unset;
    padding-left:15px !important;
    padding-right:15px !important;
    margin-bottom:0px;
  }
}

@media (min-width: 1140px) { 
  .header__logo img {
    width: 300px !important;
  }
  .secondary-menu-item a, .secondary-menu-item a:hover {
    font-size:16px;
  }
  .slick-slide-inner-wrapper img {
    width:100%;
    height: auto;
    object-fit: cover;
  }
  .blog-index__post .image-date-wrapper {
    width:calc(50% - 10px);
    float:left;
    margin-right:20px;
  }
  .blog-index__post-content {
    margin-left: calc(50% - 10px);
    padding-left: 20px;
  }
  .hs_cos_gallery_main .caption.superimpose {
    padding-left:60px !important;
  }
  .caption h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .linked-image img {
    width: 100px !important;
  }
  .metric-container {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .data-focus.number .data-value, .data-focus span.data-value {
    font-size: 42px;
    line-height: 42px;
  }
  .hs-content-id-82045381992 .body-container-wrapper {
    padding-top:155px;
  }
}

@media (min-width: 1280px) {
  .hs-content-id-82045381992 .row-depth-1.row-number-3 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
}

@media (min-width: 1560px) {
  .slick-slide-inner-wrapper img {
    height:unset;
  }
}

@media (min-width:1800px) {
  .body-wrapper {
    max-width:1800px;
    margin-left: calc((100% - 1800px) / 2);
    margin-right:auto;
  }
}