*, *: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 {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/**
 * 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;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * 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 */
}
/**
 * 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 */
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
  border-bottom: 1px dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * 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%;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* 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 */
  color: inherit;
}
/**
 * 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;
  cursor: pointer;
}
/**
 * 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.625em 0.75em;
  border: 1px solid #c0c0c0;
  margin: 0 2px;
}
/**
 * 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 */
  border: 0;
}
/**
 * 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.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%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

.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%;
        *zoom: 1;
    }

    .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%;
        *margin-left: 2.709239449638298%;
        -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%;
        *width: 99.9468085036383%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  z-index: 9;
  position: relative;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-weight: 400;
  font-style:  normal;
  font-family: 'Inter-UI';
  src: url('https://resources.verityiq.com/hubfs/fonts/Inter-UI-Regular.woff') format('woff');
}

@font-face {
  font-weight: 600;
  font-style:  normal;
  font-family: 'Gilroy-SemiBold';
  src: url('https://resources.verityiq.com/hubfs/fonts/Gilroy-SemiBold.woff') format('woff');
}

@font-face {
  font-weight: 900;
  font-style:  normal;
  font-family: 'Gilroy-Bold'
    src: url('https://resources.verityiq.com/hubfs/fonts/Gilroy-Bold.woff') format('woff');
}

@font-face {
  font-weight: 400;
  font-style:  normal;
  font-family: 'Helvetica Now Text';
  src: url('https://resources.verityiq.com/hubfs/fonts/HelveticaNowText-Regular.woff2') format('woff2');
}

@font-face {
  font-weight: 500;
  font-style:  normal;
  font-family: 'Helvetica Now Text';
  src: url('https://resources.verityiq.com/hubfs/fonts/HelveticaNowText-Medium.woff2') format('woff2');
}

@font-face {
  font-weight: 700;
  font-style:  normal;
  font-family: 'Helvetica Now Text';
  src: url('https://resources.verityiq.com/hubfs/fonts/HelveticaNowText-Bold.woff2') format('woff2');
}

@font-face {
  font-weight: 700;
  font-style:  normal;
  font-family: 'Helvetica Now Text';
  src: url('https://resources.verityiq.com/hubfs/fonts/HelveticaNowDisplay-Bold.woff2') format('woff2');
}

@font-face {
  font-weight: 900;
  font-style:  normal;
  font-family: 'Helvetica Now Text';
  src: url('https://resources.verityiq.com/hubfs/fonts/HelveticaNowDisplay-ExtraBold.woff2') format('woff2');
}

html {
  font-size: 24px;
}

@media (max-width: 800px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

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

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

/* Paragraphs */

p {
  font-family: 'Helvetica Now Text', serif;
  font-size: clamp(12px, 1vw, 16px) !important; 
  margin: 0 0 1.4rem;
  font-weight: 400;
  line-height: 2;
}

strong {
  font-weight: 900;
}

/* Anchors */

a {
  color: #00add8;
  cursor: pointer;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #263746;
  text-decoration: none;
  font-family: 'Helvetica Now Text',serif;
  font-style: normal;
      margin: 10px auto 20px auto;
}

h1{
  font-size: clamp(40px, 3.75vw, 60px) !important; 
  font-weight: 700 !important;
}

h2{
  font-size: clamp(28px, 3.125vw, 48px) !important; 
  font-weight: 700 !important;
}

h3{
  font-size: clamp(22px, 2.25vw, 36px) !important; 
  font-weight: 700 !important;
}

h4{
  font-size: clamp(16px, 1.625vw, 26px) !important; 
  font-weight: 100 !important;
}

h5{
  font-size: clamp(14px, 1.25vw, 20px) !important; 
}

h6{
  font-size: clamp(12px, 1.125vw, 18px) !important; 
  text-decoration: none;
  margin: 5px 0px 10px 0px;
}


h3 + h4{
  margin-top: 0px; 
}

/* Lists */

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

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

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

ul li{
  font-size: 17px; 
}

ul li:not(:last-child){
  margin-bottom: 20px;
}

ul li::marker {
  color: #F9BE00;
  font-size: 18px; 
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

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

.subtitle{
  margin-top: 0px;
  margin-bottom: 10px; 
}

.title{
  margin-top: 10px; 
}

/*============== Custom Headings =================*/
.verity-lp-pp h3 {
  margin-top: 0;
}

.verity-lp-pp h6 a {
  text-decoration: none;
}

/*================= Custom Lists ===============*/
.verity-lp-pp ul {
list-style-type: disc;

}

.verity-lp-pp ul li {
  position: relative;
}
.verity-lp-pp ul li:marker{
color: #F9BE00;
}

/* 
.verity-lp-pp ul li:before {
  content: '';
  background-color: #F9BE00;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 7px;
  left: -20px;
} */
/* .verity-lp-pp.bullet-fix ul li:before {
top: 7px;
} */


/*====== Pillar Page Edits =========*/

.verity-lp-pp h3 img {
  margin-right: 10px;
}
.verity-lp-pp p {
  font-size: clamp(14px,1vw,18px) !important;
}
[class*="btn-color-"]{
  display: flex;
  min-height: 60px;
  align-items: center;
  width: fit-content;
  min-height: 60px;
  padding-right: 84px;
  padding-left: 30px;
  border-radius: 5px;
  background-image: url(https://resources.verityiq.com/hubfs/icons/arrow-right-white.svg);
  background-position: 87% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
  text-decoration: none !important;
  color: #fff !important;
  margin: auto;
}

.btn-color-blue{
  background-color: #00ACD8;
}

.btn-color-blue:hover{
  background-color: #00B8E6;
}

.btn-color-red{
  background-color: #ff5b35;
}

.btn-color-red:hover{
  background-color: #f24f29;
}





[class*='button-text']{
  margin-top: 30px;
  padding-right: 35px;
  border-radius: 5px;
  background-image: url(https://resources.verityiq.com/hubfs/icons/arrow-right-red.svg);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
  cursor: pointer;
  word-break: initial;
  background-size: 20px;
  text-decoration: none;
}

[class*='button-text']:hover{
  background-position: 100% 50%;
  text-decoration: none;
}

.button-text-black,
.button-text-black:hover{
  background-image: url(https://resources.verityiq.com/hubfs/logos/arrow-right-black.svg);
  color: #000;
  text-decoration: none;
}

[class*='arrow-btn-text']{
  display: inline-block;
  font-family: 'Helvetica Now Text Medium', sans-serif;
  color: #263746;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration: none;
}

[class*='arrow-btn-text'].arrow {
  padding-right: 60px;
  background-image: url(https://resources.verityiq.com/hubfs/icons/arrow-right-blue.svg);
  background-position: 87% 50%;
  background-repeat: no-repeat;
}

/* White/Red Pill w/ Arrow Btn */
/* Red/White Pill w/ Arrow Btn */
.btn-red-white,
.btn-white-red {
  box-shadow: 0px 10px 15px #00000029; 

  min-height: 60px;
  display: inline-block;
  padding-right: 84px;
  padding-left: 30px;
  border-radius: 30px;
  background-color: #fff;
  background-image: url(https://resources.verityiq.com/hubfs/icons/arrow-right-red.svg);
  background-position: 87% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
  font-family: 'Helvetica Now Text Medium', sans-serif;
  color: #ff5b35;
  font-size: 15px;
  line-height: 60px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-red-white:hover{
  color: #ff5b35;
  text-decoration: none;
}


/* White/Blue Pill w/ Arrow Btn */
.btn-blue-white{
  box-shadow: 0px 10px 15px #00000029; 

  min-height: 60px;
  display: inline-block;
  padding-right: 84px;
  padding-left: 30px;
  border-radius: 30px;
  background-color: #fff;
  background-image: url(https://resources.verityiq.com/hubfs/icons/arrow-right-blue.svg);
  background-position: 87% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
  font-family: 'Helvetica Now Text Medium', sans-serif;
  color: #20B1D9;
  font-size: 15px;
  line-height: 60px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-blue-white:hover{
  color: #20B1D9;
  text-decoration: none;
}
.btn-blue-white.no-arrow{
  background-image: none;
  padding-right: 30px;
}

.btn-blue-white.no-bg{
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  padding-right: 60px;
}

/* White/Yellow Pill w/ Arrow Btn */
.btn-yellow-white{
  box-shadow: 0px 10px 15px #00000029; 
  min-height: 60px;
  display: inline-block;
  padding-right: 84px;
  padding-left: 30px;
  border-radius: 30px;
  background-color: #fff;
  background-image: url(https://resources.verityiq.com/hubfs/icons/arrow-right-yellow.svg);
  background-position: 87% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
  font-family: 'Helvetica Now Text Medium', sans-serif;
  color: #FBD55B;
  font-size: 15px;
  line-height: 60px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-yellow-white.no-bg{
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  padding-right: 60px;
}





/* White/Purple Pill w/ Arrow Btn */
.btn-purple-white{
  box-shadow: 0px 10px 15px #00000029; 
  min-height: 60px;
  display: inline-block;
  padding-right: 84px;
  padding-left: 30px;
  border-radius: 30px;
  background-color: #fff;
  background-image: url(https://resources.verityiq.com/hubfs/icons/arrow-right-purple.svg);
  background-position: 87% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
  font-family: 'Helvetica Now Text Medium', sans-serif;
  color: #665CC6;
  font-size: 15px;
  line-height: 60px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-purple-white:hover{
  color: #665CC6;
  text-decoration: none;
}

.btn-red-white:hover,
.btn-blue-white:hover,
.btn-purple-white:hover,
.btn-white-red:hover {
  transform: translate(0px, -3px);
}

.btn-yellow-white-sm{
  font-size: 12px;
}

.btn-white-red {
  color: #fff;
  background-color: #ff5b35;
  background-image: url(https://resources.verityiq.com/hubfs/icons/arrow-right-white.svg);
}

[class*='btn-yellow-black']{
  background-color: #f9be00;
  padding: 15px 30px;
  transition: transform 200ms ease,background-color 200ms ease,-webkit-transform 200ms ease;
  cursor: pointer;
  border-radius: 30px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000;
  text-decoration: none;
}

button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form fields */

form {
  font-family: Helvetica Now Text Regular, sans-serif;
  background: white;
  box-shadow: 0 20px 40px 0 rgba(0,0,0,.05);
  padding: 50px 45px;
}

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

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

.input{
  margin-right: 0px;
}

fieldset.form-columns-2 .input{
  margin-right: 8px !important;
}

fieldset.form-columns-2 > div:last-child > div.input{
  margin-right: 0px !important;
}

fieldset.form-columns-1 .input{
  margin-right: 0px !important;
}

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 {
  background-color: #FFF;
  border: 1px solid #cccccc;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  padding: 8px 12px
    width: 100%;
  line-height: 1.428571429;
  color: #333333;
  height: 38px;
  width: 100% !important;
  padding: 0px 10px;
}

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

.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 h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4{
  margin-top: 0px;
  margin-bottom: 10px;
}

form .hs-richtext h1{
  font-size: clamp(28px, 3.125vw, 60px) !important; 
}
form .hs-richtext h2{
  font-size: clamp(22px, 2.15vw, 48px) !important; 

}
form .hs-richtext h3{ 
  font-size: clamp(18px, 1.5vw, 35px) !important; 
}
form .hs-richtext h4{
  font-size: clamp(14px, 1.125vw, 24px) !important; 
}

form .hs-richtext .line-form{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f8f7f6;
}

form .hs-richtext .line-form .line-yellow{
  width: 50px;
  height: 2px;
  background-color: #f7be00;
  text-align: center;
}

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: block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: 0 10px 25px 0 #8ad2e6;
  min-height: 60px;
  padding: 0px 30px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  width: fit-content;
  margin: auto;
  transition: transform 200ms ease,box-shadow 200ms ease,background-color 200ms ease,background-position 300ms cubic-bezier(.491,.603,.165,1),-webkit-transform 200ms ease;
}

form input[type=submit]:hover,
form .hs-button:hover {
  transform: translate(0,-3px);
}

/* Captcha */

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

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */
.body-wrapper > [data-global-resource-path*='header']{
  overflow: unset;
  height: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 99;
}

.header {
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(38, 55, 70, 0.1);
  padding: 12px 0px;
  position: sticky;
  top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  -webkit-box-align: center;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  max-width: 1300px !important;
  width: 100%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.header__row-1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
header .header__row-1 ul li{
  margin-bottom: 0;
}

/* Navigation skipper */

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

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

/* Logo */

.header__logo,
#hs-link-site_logo_hs_logo_widget {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 200px;
  overflow: hidden;
  float: left;
  position: relative;
}

.header__logo img {
  max-width: 100%;
  width: 150px !important;
  margin-right: 20px;
}

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

.header__logo--main {
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Phone Number */

.header__contact{
  float: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-transform: uppercase;
  font-family: Gilroy-SemiBold, sans-serif;
  color: #263746;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}

.header__contact > a{
  text-decoration: none;
  color: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-transform: uppercase;
}

.header__contact img{
  margin-right: 10px;
}

.header__navigation.header--element.mobile{
  display: none;
}

.header__navigation.header--element.desktop{
  display: block;
}

.header--toggle.header__navigation--toggle,
.header__close--toggle{
  display: none;
}

/* Mobile styles */

@media (max-width: 830px) {
  .header{
    padding: 0px;
  }

  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px;
  }

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

  .header__logo {
    float: left;
    margin-right: auto;
    padding: 20px;
  }

  .header__logo img{
    width: 120px !important;
  }

  .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;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    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: auto;
    margin: 20px;
  }

  .header__column {
    display: none;
    position: absolute;
    flex-basis: 100%;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
  }

  .header__contact{
    display: none;
  }

  .header__navigation.header--element.mobile{
    display: block;
  }

  .header__navigation.header--element.desktop{
    display: none;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 20px;
    width: 20px;
  }

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

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

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

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

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

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

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .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: 20px;
    width: 20px;
    margin-left: auto;
    margin: 20px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* @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    */
/*****************************************/


header.pillar-page {
  z-index: 1;
}
header.pillar-page .header__row-1 {
  background-color: #fff;
}
header.pillar-page .header__column{
  display: initial;
  position: initial;
  flex-basis: auto;
  width: initial;
}

header.pillar-page .navigation-primary .submenu.level-1>li:last-child {
  margin-left: 10px;
  background-image: none;
}
header.pillar-page .navigation-primary .submenu.level-1 li a {
  border-bottom: solid 1px #F9BE00;
}

header.pillar-page .navigation-primary .submenu.level-1 > li {
  padding: 12px;
}

/*============ Hamburger Styles =======*/
.navbar {

  /*   margin-top: -64px; */
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #0e2431;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}

.navbar .nav-container a:hover{
  font-weight: bolder;
}

.nav-container {
  display: block;
  position: relative;
  height: 60px;
}

.nav-container.active {

}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  right: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: relative;
  top: 17px;
  right: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 100px;
}

.nav-container .hamburger-lines:before {
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 15px;
  content:'Full Menu';
  position: absolute;
  top: 0;
  left: -68px;
  z-index: 2;
  width: 300%;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.header-menu-items {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease-in;
  transform: translateY(-100%);
  z-index: 0;
}

.header-menu-items.active {
  display: flex;
  transform: translateY(0);
  border-bottom: solid 1px #eee;
}

.header-menu-items .navigation-primary .submenu.level-1>li:last-child {
  display: none;
}

.heder-menu-items .navigation-primary .submenu.level-1>li>a img {
  display: initial;
}

.logo {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 1.2rem;
  color: #0e2431;
}


.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg) translate(2px, 1px);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

@media screen and (min-width: 831px) {
  .header-menu-items.active {
    transform: translateY(0px);
  }
}
.footer {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}
.footer__container.content-wrapper {
	width: 100%;
	max-width: unset;
	margin: unset;
	padding: 0px;
}

/* ========== Footer Section 1 ========== */

.footer__container.content-wrapper .s1-footer{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}
.footer__container.content-wrapper .s1-footer .divider-footer{
	display: flex;
	width: 100%;
	height: 4px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
}
.footer__container.content-wrapper .s1-footer .divider-footer .divider-blue,
.footer__container.content-wrapper .s1-footer .divider-footer .divider-red{
	width: 50%;
}
.footer__container.content-wrapper .s1-footer .divider-footer .divider-blue{
	background-color: #00add8;
}
.footer__container.content-wrapper .s1-footer .divider-footer .divider-red{
	background-color: #ff5b35;
}
.footer__container.content-wrapper .s1-footer .div-content-s1-footer{
	display: flex;
	width: 100%;
	max-width: 1300px;
	min-width: 960px;
	margin-top: 100px;
	margin-bottom: 100px;
	padding-right: 40px;
	padding-left: 40px;
}
.footer__container.content-wrapper .s1-footer .div-content-s1-footer .content-s1-footer{
	width: 50%;
}

.footer__container.content-wrapper .s1-footer .div-content-s1-footer .div-footer-link{
	display: flex;
	margin-top: 20px;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.footer__container.content-wrapper .s1-footer .div-content-s1-footer .div-footer-link .div-footer-link-1{
	display: block;
}
.footer__container.content-wrapper .s1-footer .div-content-s1-footer .div-footer-link .div-footer-link-1 .footer-link,
.footer-link{
	margin-top: 18px;
	transition: opacity 200ms ease;
	font-family: 'Inter-UI', sans-serif;
	color: #7c7c84 !important;
	font-size: 16px;
	line-height: 28px;
	text-decoration: none;
}
.footer__container.content-wrapper .s1-footer .div-content-s1-footer .divider-s1-footer{
	width: 1px;
	margin-right: 100px;
	margin-left: 100px;
	background-color: #e7e7e9;
}
.footer__container.content-wrapper .s1-footer .div-content-s1-footer .content-s1-footer{
	width: 50%;
}
.footer__container.content-wrapper .s1-footer .div-content-s1-footer .content-s1-footer .div-footer-link{
	display: flex;
	margin-top: 20px;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.footer__container.content-wrapper .s1-footer .div-content-s1-footer .content-s1-footer .div-footer-link .div-footer-link-1{

}
.footer__container.content-wrapper .s1-footer .div-content-s1-footer .content-s1-footer .div-footer-link .div-footer-link-1 .footer-link, 
.footer__container.content-wrapper .s1-footer .div-content-s1-footer .content-s1-footer .div-footer-link .div-footer-link-1 .footer-link a{
	margin-top: 18px;
	transition: opacity 200ms ease;
	font-family: 'Inter-UI', sans-serif;
	color: #7c7c84;
	font-size: 16px;
	line-height: 28px;
	text-decoration: none;
}
/* ========== Footer Section 2 ========== */

.footer__container.content-wrapper .s2-footer{
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #151523;
	background-image: url(https://resources.verityiq.com/hubfs/icons/logo-symbol-footer.svg);
	background-position: 17% 50%;
	background-size: auto;
	background-repeat: no-repeat;
}
.footer__container.content-wrapper .s2-footer .div-content-s2-footer{
	width: 100%;
	max-width: 1300px;
	min-width: 960px;
	padding: 100px 40px 60px;
}
.footer__container.content-wrapper .s2-footer .div-content-s2-footer .div-footer-link-s2{
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.footer__container.content-wrapper .s2-footer .div-content-s2-footer .div-footer-touch{
	display: flex;
	width: 70%;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.footer__container.content-wrapper .s2-footer .div-content-s2-footer .div-footer-touch .footer-touch{
	display: flex;
	margin-bottom: 20px;
	-webkit-box-align: center;
	align-items: center;
}
.footer__container.content-wrapper .s2-footer .div-content-s2-footer .div-footer-touch .footer-touch .footer-icon{
	margin-right: 20px;
}
.footer__container.content-wrapper .s2-footer .div-content-s2-footer .div-footer-touch .footer-touch .footer-link-touch{
	transition: opacity 200ms ease;
	font-family: 'Helvetica Now Text Regular', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
}
.footer__container.content-wrapper .s2-footer .div-content-s2-footer .div-footer-touch  .footer-address{
	display: flex;
	margin-bottom: 20px;
	-webkit-box-align: start;
	align-items: flex-start
}
.footer__container.content-wrapper .s2-footer .div-content-s2-footer .div-footer-touch  .footer-address .footer-icon{
	margin-right: 20px;
}
.footer__container.content-wrapper .s2-footer .div-content-s2-footer .div-footer-touch  .footer-address .footer-link-address{
	margin-top: -2px;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	font-family: 'Helvetica Now Text Regular', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
}
.footer__container.content-wrapper .s2-footer .div-copyright-privacy{
	display: flex;
	margin-top: 100px;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.footer__container.content-wrapper .s2-footer .div-copyright-privacy .p16-white{
	font-family: 'Helvetica Now Text Regular', sans-serif;
	color: #fff;
	font-size: 16px;
}
.footer__container.content-wrapper .s2-footer .div-copyright-privacy .link-privacy-policy{
	font-family: 'Helvetica Now Text Regular', sans-serif;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

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

@media screen and (max-width: 991px){
	.footer__container.content-wrapper .s1-footer .div-content-s1-footer {
		max-width: 960px;
		min-width: 768px;
	}
	.div-footer-link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.divider-s1-footer {
		margin-right: 75px;
		margin-left: 75px;
	}
	.s2-footer {
		background-image: none;
		background-position: 0px 0px;
		background-size: auto;
		background-repeat: repeat;
	}
	.div-content-s2-footer {
		max-width: 960px;
		min-width: 768px;
	}
	.div-footer-link-s2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer__container.content-wrapper .s2-footer{
		background-image: none;
		background-position: 0px 0px;
		background-size: auto;
		background-repeat: repeat;

	}
	.footer__container.content-wrapper .s2-footer .div-content-s2-footer{
		max-width: 960px;
		min-width: 768px;
	}
	.footer__container.content-wrapper .s2-footer .div-content-s2-footer .div-footer-link-s2{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer__container.content-wrapper .s2-footer .div-content-s2-footer .div-footer-link-s2 .div-footer-touch{
		width: 100%;
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px){
	.footer__container.content-wrapper .s1-footer .div-content-s1-footer{
		max-width: 768px;
		min-width: 480px;
		margin-top: 80px;
		margin-bottom: 80px;
		padding-right: 30px;
		padding-left: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer__container.content-wrapper .s1-footer .div-content-s1-footer .content-s1-footer{
		width: 100%;
	}
	.footer__container.content-wrapper .s1-footer .div-content-s1-footer .div-footer-link{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.footer__container.content-wrapper .s1-footer .div-content-s1-footer .div-footer-link .div-footer-link-1 {
		margin-right: 50px;
	}
	.footer__container.content-wrapper .s1-footer .div-content-s1-footer .divider-s1-footer{
		width: 100%;
		height: 1px;
		margin: 60px 0px;
	}
	.footer__container.content-wrapper .s2-footer .div-content-s2-footer{
		max-width: 768px;
		min-width: 480px;
		padding: 80px 30px;
	}
	.footer__container.content-wrapper .s2-footer .div-content-s2-footer .div-footer-link-s2 .div-footer-touch{
		width: 100%;
		margin-top: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.footer__container.content-wrapper .s2-footer .div-copyright-privacy .link-privacy-policy {
		margin-bottom: 20px;
	}
	.footer__container.content-wrapper .s2-footer .div-copyright-privacy {
		margin-top: 60px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 479px){
	.footer__container.content-wrapper .s1-footer .div-content-s1-footer{
		max-width: 480px;
		min-width: 320px;
	}
	.footer__container.content-wrapper .s1-footer .div-content-s1-footer .div-footer-link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer__container.content-wrapper .s1-footer .div-content-s1-footer .div-footer-link .div-footer-link-1 {
		margin-right: 0px;
	}
	.footer__container.content-wrapper .s2-footer .div-content-s2-footer {
		max-width: 480px;
		min-width: 320px;
	}
	.footer__container.content-wrapper .s2-footer .div-content-s2-footer{
		max-width: 480px;
		min-width: 320px;
	}
}
/* 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;
  }
}
/* @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    */
/*****************************************/


html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}

html, body {
  overflow-x:hidden; 
}