*, *: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;
}
/* 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;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "ProximaNova-Regular"; 
  src: url(https://fs.hubspotusercontent00.net/hubfs/120558/PG_Calc_February2022/fonts/ProximaNova-Regular.eot) format("embedded-opentype"),
    url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/fonts/ProximaNova-Regular.woff) format("woff"),
    url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/fonts/ProximaNova-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "ProximaNova-Bold";
  src: url(https://fs.hubspotusercontent00.net/hubfs/120558/PG_Calc_February2022/fonts/ProximaNova-Bold.eot) format("embedded-opentype"),
    url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/fonts/ProximaNova-Bold.woff) format("woff"),
    url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/fonts/ProximaNova-Bold.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(https://fs.hubspotusercontent00.net/hubfs/120558/PG_Calc_February2022/fonts/GLYPHICONSHalflings-Regular.eot) format("embedded-opentype"),
    url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/fonts/GLYPHICONSHalflings-Regular.woff2) format("woff2"),
    url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/fonts/GLYPHICONSHalflings-Regular.woff) format("woff"),
    url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/fonts/GLYPHICONSHalflings-Regular.ttf) format("truetype"),
    url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/fonts/GLYPHICONSHalflings-Regular.svg) format("svg");
}

@font-face { 
  font-family: "FontAwesome"; 
  src: url(https://fs.hubspotusercontent00.net/hubfs/120558/PG_Calc_February2022/fonts/FontAwesome.eot) format("embedded-opentype"),
    url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/fonts/FontAwesome.woff2) format("woff2"),
    url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/fonts/FontAwesome.woff) format("woff"),
    url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/fonts/FontAwesome.ttf) format("truetype"),
    url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/fonts/FontAwesome.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

html {
  font-family: 'ProximaNova-Regular';
  font-size: 17px;
  margin: 0px;
  padding: 0px;
  line-height: 1.6;
  scroll-behavior: smooth !important;
}

body {
  line-height: 1.4;
}

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

/* Paragraphs */

p {
  margin: 0 0 20px; 
}

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

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

.content-wrapper,
.dnd-section > .row-fluid,
.page-center {
  width: 80%;
  margin: auto;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
.hs-search-module .input a.hs-button.primary {
  margin-top: 27px;
}

/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

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

/* Help text - legends */

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-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  color: #666;
  border: 1px solid #ccc;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  width: 100%;
  padding: 11px ;
  line-height: normal;
  font-size: 16px ;
  height: auto ;
  border-radius: 8px ;
  min-height: 27px;
  background-color: #FFF;
  outline:none;
}

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 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: #c87872;
}

.hs-error-msg {
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  white-space: normal;
  padding: 0;
  margin-bottom: 4px;
  line-height: 20px;
  color: #c87872;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  font-family: 'ProximaNova-Bold';
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 2px;
  border: none;
  text-shadow: none;
  box-shadow: none;
  outline: 0;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  margin-top: 10px;
}

/* 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 .top-section {
  background-color: #222222;
  width: 100%;
  height: auto;
}

header .top-section .row {
  margin-right: -15px;
  margin-left: -15px;
}

header .top-section .row:before {
  display: table;
  content: " ";
}

header .top-section .row:after {
  clear: both;
  display: table;
  content: " ";
}

header .top-section .topNavigation {
  position: relative;
  min-height: 1px;
  float: right;
  width: 75%;
  padding: 0;
}

header .top-section .topNavigation .region-header {
  display: flex;
  float: right;
}

header .topNavigation .region-header .navigation {
  display: block;
  width: auto;
  margin: 10px 0px;
}

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

.navigation ul:before {
  display: table;
  content: " ";
}

.navigation ul:after {
  display: table;
  content: " ";
  clear: both;
}

.navigation ul li {
  position: relative;
  line-height: 1.4;
  font-size: 16px;
  list-style: none;
  list-style-type: none;
  padding: 0px 0px 0px 12px;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  margin: 0;
}

.navigation ul li:first-child a {
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 13px;
  line-height: normal;
  padding: 3px 0px;
  background-color: transparent;
}

.navigation ul li:not(:first-child) a {
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 13px;
  line-height: normal;
  border: 0;
  padding: 9px 15px;
  border-radius: 5px;
  background: rgba(255,255,255,0.2);
}

.navigation ul li:not(:first-child) a:hover {
  background: rgba(255,255,255,0.6);
}

.region-header section#block-cart {
  display: block;
  clear: both;
  min-height: 0px;
  width: auto;
  margin: 10px 15px;
}

.region-header section#block-cart:before {
  display: table;
  content: " ";
}

.region-header section#block-cart:after {
  display: table;
  content: " ";
  clear: both;
}

.region-header section#block-cart .cart-block--summary {
  vertical-align: middle;
}

.region-header section#block-cart .cart-block--summary a {
  display: block;
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  color: #341c47;
}

.region-header section#block-cart .cart-block--summary a img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.region-header .search-block-form {
  height: 45px;
  width: auto;
  margin: 5px 15px;
  max-height: 45px;
  padding-top: 10px;
}

.region-header .search-block-form form {
  margin-left: 10px;
}

.region-header .search-block-form form .form-item {
  margin-bottom: 15px;
}

.region-header .search-block-form form .form-item label {
  display: inline-block;
  max-width: 100%;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.region-header .search-block-form form .form-item .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.region-header .search-block-form form .form-item .input-group input {
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  height: 24px;
  width: 130px;
  border-radius: 5px;
  background-color: #000;
  border: 1px;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}

.region-header .search-block-form form .form-item .input-group input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  outline: none;
}

.region-header .search-block-form form .form-item .input-group span.input-group-btn {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.region-header .search-block-form form .form-item .input-group span.input-group-btn button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent !important;
  position: absolute;
  top: -5px;
  right: -5px;
  color: gray !important;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 2;
  margin-left: -1px;
}

.region-header .search-block-form form .form-item .input-group span.input-group-btn button span.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.region-header .search-block-form form .form-item .input-group span.input-group-btn button span.icon.glyphicon.glyphicon-search {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.region-header .search-block-form form .form-item .input-group span.input-group-btn button span.icon.glyphicon.glyphicon-search:before {
  content: "\e003";
}

.region-header section#block-cart .cart-block--summary a span.cart-block--summary__count {
  display: none;
  vertical-align: middle;
}

.region-header .search-block-form form .form-item .input-group input::-webkit-input-placeholder {
  color: #999;
}

header .bottom-section {
  z-index: 11;
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  transition: background 0.5s ease;
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);
  background: #ffffff;
}

header .bottom-section .page-center .row {
  margin-right: -15px;
  margin-left: -15px;
}

header .bottom-section .page-center .row:before {
  display: table;
  content: " ";
}

header .bottom-section .page-center .row:after {
  display: table;
  content: " ";
  clear: both;
}

.bottom-section .logo-wrapper {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.bottom-section .logo-wrapper a img {
  vertical-align: middle;
  border: 0px;
  width: 100%;
  height: auto;
  max-width: 260px;
}

.bottom-section .logo-wrapper.sticky {
  display: none;
}

.fixed .bottom-section .logo-wrapper.sticky {
  display: block;
}

.fixed .bottom-section .logo-wrapper.normal {
  display: none;
}

.fixed .bottom-section .logo-wrapper.sticky a {
  top: -10px;
  width: auto;
}

.bottom-section .logo-wrapper a {
  margin-top: 8px;
  margin-bottom: 8px;
  float: left !important;
  position: absolute;
  left: 0%;
  top: -54px;
  z-index: 11;
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  color: #341c47;
}

.right-menu-wrapper {
  position: relative;
  min-height: 1px;
  text-align: right;
  padding: 0px;
  margin-top: 30px;
  height: 25px;
}

.right-menu-wrapper .block-mainmenu-2 {
  display: block;
  clear: both;
  width: 100%;
  min-height: 0px;
}

.right-menu-wrapper .block-mainmenu-2:before {
  display: table;
  content: " ";
}

.right-menu-wrapper .block-mainmenu-2:after {
  display: table;
  content: " ";
  clear: both;
}

.custom-menu-primary {
  display: block;
  min-height: 50px;
  margin-bottom: 20px;
  position: absolute;
  background-color: transparent;
  border: none;
  right: 0px;
  top: -40px;
}

.custom-menu-primary .hs-menu-wrapper:before {
  display: table;
  content: " ";
}

.custom-menu-primary .hs-menu-wrapper:after {
  clear: both;
  display: table;
  content: " ";
}

.custom-menu-primary .hs-menu-wrapper>ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  height: auto;
  display: flex;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper>ul:before {
  display: table;
  content: " ";
}

.custom-menu-primary .hs-menu-wrapper>ul:after {
  clear: both;
  display: table;
  content: " ";
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  left: 0;
  text-align: left;
  background-clip: padding-box;
  float: left;
  line-height: 1.4;
  font-size: 16px;
  list-style: none;
  list-style-type: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-left: none;
  margin: 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  text-shadow: none;
  font-family: 'ProximaNova-Regular' !important;
  line-height: 1.42857143;
  color: #000;
  text-transform: capitalize;
  padding: 9px 12px;
  margin-top: 16px;
  background: transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu {
  background-color: #ececec;
  margin-top: 5px;
  border: none;
  width: 780px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
  right: -3px;   
  background-image: url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/images/down-arrow.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  right: -3px; 
  background-image: url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/images/down-arrow.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.clicked>.we-mega-menu-submenu {
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-duration: 0.35s;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-name: slideInUp;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>a:hover {
  color: #624d8d;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Marketing.clicked>a {
  color: #624d8d;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Marketing.clicked {
  border-bottom: 5px solid #624d8d;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.clicked {
  position: unset;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul {
  margin-left: -1.06383%;
  margin-right: -1.06383%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 97.87234%;
  -ms-flex: 0 0 97.87234%;
  flex: 0 0 97.87234%;
  max-width: 97.87234%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-left: 1.06383%;
  margin-right: 1.06383%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 72.87234%;
  -ms-flex: 0 0 72.87234%;
  flex: 0 0 72.87234%;
  max-width: 72.87234%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22.87234%;
  -ms-flex: 0 0 22.87234%;
  flex: 0 0 22.87234%;
  max-width: 22.87234%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a {
  text-decoration: none;
  text-shadow: none;
  font-family: 'ProximaNova-Regular' !important;
  display: block;
  margin-right: 2px;
  line-height: 1.42857143;
  border-bottom: 1px solid #8b8d8d;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a {
  color: #624d8d;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child>ul>li>ul>li {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-left: 1.06383%;
  margin-right: 1.06383%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47.87234%;
  -ms-flex: 0 0 47.87234%;
  flex: 0 0 47.87234%;
  max-width: 47.87234%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>ul:before {
  display: table;
  content: " ";
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>ul:after {
  display: table;
  content: " ";
  clear: both;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>ul>li {
  margin: 0 0 20px;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 5px;
  list-style: none;
  list-style-type: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>ul>li>a {
  text-decoration: none;
  text-shadow: none;
  font-family: 'ProximaNova-Regular' !important;
  display: block;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none !important;
  color: #222222;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>ul>li>a span {
  margin-top: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  white-space: nowrap;
  color: #666666;
  font-weight: normal;
  border: none;
  font-size: 12px;
  padding: 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a:hover {
  color: #624d8d;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li {
  margin-top: -1px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul:before {
  display: table;
  content: " ";
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul:after {
  clear: both;
  display: table;
  content: " ";
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li {
  margin: 0 0 20px;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 5px;
  list-style: none;
  list-style-type: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a {
  text-decoration: none;
  text-shadow: none;
  font-family: 'ProximaNova-Regular' !important;
  display: block;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none !important;
  color: #222222;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:last-child>ul>li>ul>li>a>span {
  font-family: 'ProximaNova-Regular' !important;
  margin-top: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  white-space: nowrap;
  color: #666666;
  font-weight: normal;
  border: none;
  font-size: 12px;
  padding: 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.clicked>a:before {
  transform: rotate( -180deg)
}

.custom-menu-primary .hs-menu-wrapper>ul>li.GiftIllustrations>a:hover {
  color: #1e5f3a;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.GiftIllustrations.clicked {
  border-bottom: 5px solid #1e5f3a;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.GiftIllustrations.clicked>a {
  color: #1e5f3a;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.GiftAdministration>a:hover {
  color: #ff9200;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.GiftAdministration.clicked>a {
  color: #ff9200;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.GiftAdministration.clicked {
  border-bottom: 5px solid #ff9200;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Consulting>a:hover {
  color: #265e94;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Consulting.clicked>a {
  color: #265e94;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Consulting.clicked {
  border-bottom: 5px solid #265e94;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: #444;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.clicked {
  border-bottom: 5px solid #444;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.GiftIllustrations>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a {
  color: #1e5f3a;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.GiftIllustrations>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li,
.custom-menu-primary .hs-menu-wrapper>ul>li.GiftAdministration>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li,
.custom-menu-primary .hs-menu-wrapper>ul>li.Consulting>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li,
.custom-menu-primary .hs-menu-wrapper>ul>li.ClientSupport>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.20567%;
  -ms-flex: 0 0 31.20567%;
  flex: 0 0 31.20567%;
  max-width: 31.20567%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.GiftIllustrations>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
.custom-menu-primary .hs-menu-wrapper>ul>li.GiftAdministration>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
.custom-menu-primary .hs-menu-wrapper>ul>li.Consulting>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
.custom-menu-primary .hs-menu-wrapper>ul>li.ClientSupport>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
.custom-menu-primary .hs-menu-wrapper>ul>li.AboutUs>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span {
  font-family: 'ProximaNova-Regular' !important;
  margin-top: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  white-space: nowrap;
  color: #666666;
  font-weight: normal;
  border: none;
  font-size: 12px;
  padding: 0px;
}

.fixed header .bottom-section {
  position: fixed;
  z-index: 99;
}

header.header {
  min-height: 110px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Insight\&.Training>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 64.53901%;
  -ms-flex: 0 0 64.53901%;
  flex: 0 0 64.53901%;
  max-width: 64.53901%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Insight\&.Training>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.20567%;
  -ms-flex: 0 0 31.20567%;
  flex: 0 0 31.20567%;
  max-width: 31.20567%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Insight\&.Training>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child>ul>li>ul {
  margin-left: -1.06383%;
  margin-right: -1.06383%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Insight\&.Training>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child>ul>li>ul>li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47.87234%;
  -ms-flex: 0 0 47.87234%;
  flex: 0 0 47.87234%;
  max-width: 47.87234%;
  margin-left: 1.06383%;
  margin-right: 1.06383%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.AboutUs>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47.87234%;
  -ms-flex: 0 0 47.87234%;
  flex: 0 0 47.87234%;
  max-width: 47.87234%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.GiftIllustrations>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a:hover {
  color: #1e5f3a;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.GiftAdministration>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a {
  color: #ff9200;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.GiftAdministration>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a:hover {
  background-color: transparent;
  color: #000;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Consulting>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a {
  color: #265e94;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Consulting>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a:hover {
  background-color: transparent;
  color: #000;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Consulting>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a:hover {
  color: #265e94;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a {
  color: #444;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>ul>li>a:hover {
  color: #444;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a:hover {
  color: #444;
  background: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a:hover {
  color: #000;
}

.fixed header .bottom-section {
  width: 100%;
  top: 0;
}

.lp-header .bottom-section .logo-wrapper a {
  top: 1px;
}

header.header.lp-header .bottom-section {
  min-height: 110px;
}

.fixed header.header.lp-header .bottom-section {
  min-height: unset;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child>ul>li>ul>li .child-trigger {
  display: none !important;
}






@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}



@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}


@-webkit-keyframes fadeInFromNone {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes fadeInFromNone {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-o-keyframes fadeInFromNone {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeInFromNone {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}




@media (min-width:768px) {
  .custom-menu-primary {
    border-radius: 4px;
  }

  .mobile-open .custom-menu-primary.mobile {
    display: block;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -moz-animation-name: slideInRight;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    right: 0;
    top: 0;
    width: 100%;
    left: 0;
  }
}



@media (min-width:992px) {
  header .top-section .topNavigation {
    margin-left: 33.33333333%;
  }
  .bottom-section .logo-wrapper {
    float: left;
    width: 25%;
  }
  .custom-menu-primary {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 0 none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    min-width: initial;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: -webkit-flex;
    display: flex;
    top: auto;
    position: relative;
    z-index: 21;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    font-size: .8125rem;
    font-weight: 700;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu {
    position: absolute;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    min-width: 12.5rem;
    z-index: 20;
    top: 100%;
    left: 0;
    padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 3px 15px rgb(0 0 0 / 12%) !important;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-left: 0;
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
    content: '';
    position: absolute;    
    top: 50%;
    margin-top: -0.3125rem;
    width: 0.6875rem;
    height: 0.6875rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: '';
    position: absolute;  
    top: 50%;
    margin-top: -0.3125rem;
    width: 0.6875rem;
    height: 0.6875rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.clicked>.we-mega-menu-submenu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner {
    min-height: 11.25rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li {
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    min-height: 1.875rem;
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    border: 0 none;
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    font-size: .8125rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.5rem;
    padding-top: 0
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child>ul>li>ul>li {
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    min-height: 1.875rem;
    border: 0 none;
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>ul>li:last-child {
    margin-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>ul>li>a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    font-size: .8125rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>ul>li>a span {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    display: block;
    margin-right: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li {
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    display: block;
    float: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li:last-child {
    margin-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:last-child>ul>li>ul>li>a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    font-size: .8125rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.5rem;
    background-color: transparent;
    padding-top: 0.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:last-child>ul>li>ul>li>a>span {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    display: block;
    margin-right: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.AboutUs>a:hover {
    background-color: rgba(0,0,0,0.1);
    color: #666;
    border: 0 none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.GiftIllustrations>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.GiftAdministration>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.Consulting>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.ClientSupport>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.AboutUs>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    font-size: .8125rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.GiftIllustrations>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.GiftAdministration>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.Consulting>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.ClientSupport>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.AboutUs>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    display: block;
    margin-right: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul {
    min-height: 11.25rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a {
    border-bottom-color: #000;
  }
  .right-menu-wrapper {
    float: left;
    width: 75%;
  }
  .custom-menu-primary.mobile {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child>ul>li>ul {
    margin-left: -1.06383%;
    margin-right: -1.06383%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


@media (min-width:1601px) {
  .fixed header .bottom-section {
    width: 100%;
    top: 0px;
    transition: all .5s ease-out;
  }
}



@media (max-width:991px) and (min-width:768px) {
  a.navbar-toggle.collapsed {
    z-index: 20;
    background: 0;
    box-shadow: none;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    position: relative;
    float: right;
    margin-right: 28px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 5px 10px;
    padding-right: 30px;
    font-family: 'ProximaNova-Regular' !important;
  }
  a.navbar-toggle.collapsed span.icon-bar {
    font-family: 'ProximaNova-Regular' !important;
    background-color: #000;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  a.navbar-toggle.collapsed span.icon-bar+span.icon-bar {
    margin-top: 4px;
  }
  .custom-menu-primary.mobile {
    position: fixed;
    background-color: transparent;
  }
  .site-wrapper.mobile-open {
    right: 100vw;
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    height: auto;
    display: block;
    align-items: center;
    padding: 0;
    margin: 0;
    border: 0 none;
    padding-top: 60px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    top: 100%;
    z-index: 1000;
    display: block;
    float: none;
    list-style: none;
    position: static;
    min-width: inherit;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0 none;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    display: block;
    color: #222;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    border: 0 none;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .child-trigger {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    right: 0;
    top: -4px;
    cursor: pointer;
    z-index: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu {
    width: auto !important;
    margin-left: 0px;
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul {
    margin-left: 0;
    margin-right: 0;
    display: block;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul {
    padding: 0;
    margin: 0;
    border: 0 none;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a {
    padding-right: 1.875rem;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a {
    color: inherit !important;
    background-color: inherit;   
    border: 0 none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-top: 0;
  }
  .child-trigger:after {
    background-image: url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/images/down-arrow.png);
    content: '\f107';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -11px;
    font-size: 22px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child>ul>li>ul {
    margin-left: 0;
    margin-right: 0;
    display: none;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul {
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:last-child {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>ul>li>a span,
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:last-child>ul>li>ul>li>a>span {
    display: block;
    color: #666666;
    font-weight: normal;
    border: none;
    font-size: 12px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.GiftIllustrations>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li.GiftAdministration>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li.Consulting>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li, 
  .custom-menu-primary .hs-menu-wrapper>ul>li.ClientSupport>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li {
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.GiftIllustrations>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.GiftAdministration>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.Consulting>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.ClientSupport>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.AboutUs>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span {
    color: #666666;
    font-weight: normal;
    border: none;
    font-size: 12px;
    padding: 0px;
    display: block;
    white-space: nowrap;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Insight\&.Training>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child>ul>li>ul {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Insight\&.Training>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child,
  .custom-menu-primary .hs-menu-wrapper>ul>li.Insight\&.Training>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:last-child {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.AboutUs>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child>ul>li>ul>li>ul {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open>.child-trigger:after {
    transform: rotate(-180deg);
  }
  span.btn-close {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    animation-fill-mode: both;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    animation-name: fadeInFromNone;
    animation-delay: .5s;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #222;
    -moz-box-shadow: 0 12px 27px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 12px 27px rgb(0 0 0 / 15%);
    box-shadow: 0 12px 27px rgb(0 0 0 / 15%);
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 15px;
    width: 48px;
    height: 48px;
    z-index: 9999;
    display: none;
  }
  .mobile-open span.btn-close {
    display: block;
  }
  .mobile-open span.btn-close:before {
    content: '';
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
    margin-top: -1px;
    transform: rotate(45deg);
  }
  .mobile-open span.btn-close:after {
    content: '';
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: -1px;
    transform: rotate(-45deg);
  }
  a.navbar-toggle.collapsed {
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
  }
  .right-menu-wrapper {
    position: relative;
    min-height: 1px;
    text-align: right;
    padding: 0px;
    margin-top: 20px;
    height: 25px;
  }
}





@media (max-width:1220px) and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 11px;
    padding: 7px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:last-child>ul>li>ul>li>a>span {
    white-space: normal;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.GiftIllustrations>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.GiftAdministration>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.Consulting>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.ClientSupport>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.AboutUs>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span {
    white-space: normal;
  }
  header .top-section .topNavigation {
    width: 100%;
  }
  .bottom-section .logo-wrapper a {
    top: -22px;
  }
}

@media (max-width:1050px) and (min-width:992px) {
  .bottom-section .logo-wrapper a img {
    max-width: 215px;
  }
}




@media (max-width:991px) and (min-width:768px) {
  header .top-section .topNavigation {
    width: 100%;
  }
  .navigation ul li:not(:first-child) a {
    font-size: 11px;
  }
  .navigation ul li:first-child a {
    font-size: 12px;
  }
  .navigation ul li {
    padding: 0;
  }
  .bottom-section .logo-wrapper a {
    top: -18px;
  }
  .fixed header .bottom-section {
    top: 0;
    width: 100%;
  }
}

@media (max-width:991px) {
  .custom-menu-primary {
    background: #333;
    bottom: 0;
    display: none;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .site-wrapper {
    right: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    position: relative;
  }
}




@media (max-width:768px) {
  header .top-section {
    display: none;
  }
  header .bottom-section {
    min-height: 45px;
    background: #222 !important;
    top: 0px;
    position: fixed;
    width: 100%;
  }
  header.header {
    min-height: 45px;
  }
  a.navbar-toggle.collapsed {
    z-index: 20;
    background: none;
    box-shadow: none;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    position: relative;
    float: right;
    margin-right: 28px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 5px 10px;
    padding-right: 30px;
    font-family: 'ProximaNova-Regular' !important;
  }
  a.navbar-toggle.collapsed span.icon-bar {
    font-family: 'ProximaNova-Regular' !important;
    background-color: #ffffff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  a.navbar-toggle.collapsed span.icon-bar + span.icon-bar {
    margin-top: 4px;
  }
  header .bottom-section .page-center {
    width: 100%;
  }
  .bottom-section .logo-wrapper a {
    position: absolute;
    left: 3%;
    top: 0;
    width: 46%;
    z-index: 11;
    margin: 0;
  }
  .bottom-section .logo-wrapper a img {
    max-width: 150px !important;
  }
  .right-menu-wrapper {
    text-align: right;
    padding: 0px;
    height: 25px;
    margin: 0;
  }
  .custom-menu-primary.desktop {
    display: none !important;
  }
  .site-wrapper.mobile-open {
    right: 100vw;
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .mobile-open .custom-menu-primary.mobile {
    display: block;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -moz-animation-name: slideInRight;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    right: 0;
    top: 0;
    width: 100%;
    left: 0;
  }
  .custom-menu-primary.mobile {
    position: fixed;
    background-color: transparent;
  }
  span.btn-close {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    animation-fill-mode: both;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    animation-name: fadeInFromNone;
    animation-delay: .5s;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #222;
    -moz-box-shadow: 0 12px 27px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 12px 27px rgb(0 0 0 / 15%);
    box-shadow: 0 12px 27px rgb(0 0 0 / 15%);
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 15px;
    width: 48px;
    height: 48px;
    z-index: 1000;
    display: none;
  }
  .mobile-open span.btn-close {
    display: block;
  }
  .mobile-open span.btn-close:before {
    content: '';
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
    margin-top: -1px;
    transform: rotate(45deg);
  }
  .mobile-open span.btn-close:after {
    content: '';
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: -1px;
    transform: rotate(-45deg);
  }
  body.mobile-open {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    height: auto;
    display: block;
    align-items: center;
    padding: 0;
    margin: 0;
    border: 0 none;
    padding-top: 60px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    top: 100%;
    z-index: 1000;
    display: block;
    float: none;
    list-style: none;
    position: static;
    min-width: inherit;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0 none;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu {
    width: auto !important;
    margin-left: 0px;
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    display: block;
    color: #222;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    border: 0 none;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
    color: white !important;
    background-color: #1a1a1a;
    border: 0 none;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset;
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 5%) inset;
    box-shadow: 0 1px 0 rgb(255 255 255 / 5%) inset;
    border-top: 1px solid rgba(0,0,0,0.3);
  }

  .child-trigger:after {
    background-image: url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/images/down-arrow.png);
    content: '\f107';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -11px;
    font-size: 22px;
  }
  .child-trigger {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    right: 0;
    top: -4px;
    cursor: pointer;
    z-index: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul {
    margin-left: 0;
    margin-right: 0;
    display: block;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:last-child {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child>ul>li>ul {
    margin-left: 0;
    margin-right: 0;
    display: none;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul {
    padding: 0;
    margin: 0;
    border: 0 none;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a {
    padding-right: 1.875rem;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.GiftIllustrations>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li.GiftAdministration>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li.Consulting>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li, 
  .custom-menu-primary .hs-menu-wrapper>ul>li.ClientSupport>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li {
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>a {
    color: inherit !important;
    background-color: inherit;   
    border: 0 none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.AboutUs>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul {
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.GiftIllustrations>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.GiftAdministration>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.Consulting>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.ClientSupport>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span,
  .custom-menu-primary .hs-menu-wrapper>ul>li.AboutUs>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a>span {
    color: #666666;
    font-weight: normal;
    border: none;
    font-size: 12px;
    padding: 0px;
    display: block;
    white-space: nowrap;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Insight\&.Training>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child,
  .custom-menu-primary .hs-menu-wrapper>ul>li.Insight\&.Training>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:last-child {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Insight\&.Training>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child>ul>li>ul {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Insight\&.Training>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child>ul>li>ul>li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li>ul>li>ul>li>ul>li>a span,
  .custom-menu-primary .hs-menu-wrapper>ul>li>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:last-child>ul>li>ul>li>a>span {
    display: block;
    color: #666666;
    font-weight: normal;
    border: none;
    font-size: 12px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child>ul>li>ul>li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Marketing>.we-mega-menu-submenu>.we-mega-menu-submenu-inner>ul>li:first-child>ul>li>ul>li>ul {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open>.child-trigger:after {
    transform: rotate(-180deg);
  }
  header.header.lp-header .bottom-section {
    min-height: 45px;
  }
  .fixed header.header.lp-header .bottom-section {
    min-height: 45px;
  }
  .fixed .bottom-section .logo-wrapper.sticky a {
    top: 4px;
  }
  
  
}

.container-fluid .row-fluid .page-center {
 display: flex; 
}
footer.footer {
  color: #ffffff;
  height: auto;
  border: none;
  box-shadow: none;
  padding: 0px;
  clear: both;
  margin: 0px;
  line-height: 1.6;
  font-size: 18px;
}

footer .bottom {
  margin-right: -15px;
  margin-left: -15px;
}

footer .bottom:before {
  display: table;
  content: " ";
}

footer .bottom:after {
  clear: both;
  display: table;
  content: " ";
}

footer .bottom .bottom-inner {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

footer .bottom .bottom-inner .region-footer {
  margin: 20px;
}

footer .region-footer .block-footerblock {
  display: block;
  clear: both;
  width: 100%;
  min-height: 0px;
}

footer .region-footer .block-footerblock:before {
  display: table;
  content: " ";
}

footer .region-footer .block-footerblock:after {
  clear: both;
  display: table;
  content: " ";
}

footer .region-footer .block-footerblock .field--name-body {
  width: 80%;
  margin: auto;
}

footer .region-footer .block-footerblock .field--name-body p {
  font-size: 12px;
  clear: both;
  display: inline;
  color: #ffffff;
  line-height: normal;
  margin-right: 5px;
}

footer .region-footer .block-footerblock .field--name-body p a {
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  font-size: 12px;
  clear: both;
  display: inline;
  color: #ffffff;
  line-height: normal;
  margin-right: 5px;
}

footer .top {
  margin-right: 0;
  margin-left: 0;
}

footer .top:before {
  display: table;
  content: " ";
}

footer .top:after {
  display: table;
  content: " ";
  clear: both;
}

footer .top .footer-left {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  background: #1e5f3a;
  padding: 60px 67px 43px;
}

footer .top .footer-righ {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 20px 40px 0px 42px;
}

footer .top .footer-righ .region-footer-right {
  display: flex;
  margin-top: 50px;
}

footer .top .footer-righ .region-footer-right section.block-block-contentd {
  display: block;
  min-height: 0px;
  width: 50%;
  padding-right: 5px;
  line-height: normal;
  clear: none;
}

footer .top .footer-righ .region-footer-right section.block-block-contentd:before {
  display: table;
  content: " ";
}

footer .top .footer-righ .region-footer-right section.block-block-contentd:after {
  display: table;
  content: " ";
  clear: both;
}

footer .top .footer-righ .region-footer-right section.block-block-contentd .field--name-body {
  width: 80%;
  margin: auto;
}

footer .top .footer-righ .field--name-body .footer-contact p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 25px;
}

footer .top .footer-righ .field--name-body .footer-contact p a {
  text-decoration: none;
  text-shadow: none;
  font-weight: bold;
  color: #fff;
}

footer .top .footer-righ .field--name-body .signup {
  text-align: center;
  width: 220px;
  margin-bottom: 20px;
  border: 1px solid;
  padding: 9px 15px;
  border-radius: 10px;
}

footer .top .footer-righ .field--name-body .signup a {
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  border: none;
  background: none;
  color: #ffffff;
}

footer .top .footer-righ .field--name-body .signup:first-child a {
  line-height: 22px;
}

footer .top .footer-righ .field--name-body .signup:hover {
  background: rgba(255,255,255,0.3);
}

footer .top .footer-left .region-footer-left {
  display: table;
  width: 100%;
}

footer .top .footer-left .region-footer-left .image-wrapper,
footer .top .footer-left .region-footer-left .social-wrapper {
  min-height: 0px;
  width: auto;
  clear: none;
  display: table-cell;
  vertical-align: bottom;
  float: none !important;
}

footer .top .footer-left .region-footer-left .image-wrapper:before,
footer .top .footer-left .region-footer-left .social-wrapper:before {
  display: table;
  content: " ";
}

footer .top .footer-left .region-footer-left .image-wrapper:after,
footer .top .footer-left .region-footer-left .social-wrapper:after {
  clear: both;
  display: table;
  content: " ";
}

.top .footer-left .social-wrapper .hs_cos_wrapper {
  /*width: 80%;*/
  margin: auto;
}

.top .footer-left .social-wrapper .socialIcons {
  margin: 0px 0px 0px 26px;
  float: none;
  display: inline-block;
}

.top .footer-left .social-wrapper .socialIcons a {
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  color: #341c47;
}

.top .footer-left .social-wrapper .socialIcons a img {
  vertical-align: middle;
  max-width: 100%;
  border: 0px;
}

footer .top .footer-left .region-footer-left .image-wrapper .field--name-body {
  width: 80%;
  margin: auto;
}

footer .top .footer-left .region-footer-left .image-wrapper .field--name-body img {
  vertical-align: middle;
  max-width: 100%;
  border: 0px;
  height: 82px;
}


a#scrollUp {
  background-image: url(https://20294318.fs1.hubspotusercontent-na1.net/hubfs/20294318/raw_assets/public/PG_Calc_February2022/images/top.png);
  bottom: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  color: #341c47;
  position: fixed;
}






@media (min-width:992px) {
  footer .bottom .bottom-inner {
    float: left;
    width: 100%;
  }
  footer .top .footer-left {
    float: left;
    width: 50%;
  }
  footer .top .footer-righ {
    float: left;
    width: 50%;
  }
}

@media (max-width:490px) {
  footer .top .footer-righ {
    padding: 20px 40px 0px 0;
  }
}


@media (max-width:480px) {
  footer .region-footer .block-footerblock .field--name-body p {
    display: block;
    line-height: 20px;
    margin-bottom: 0;
  }
  footer .top .footer-left {
    padding: 20px;
  }
  footer .top .footer-left .region-footer-left .image-wrapper {
    width: 20%;
  }
  footer .top .footer-left .region-footer-left .image-wrapper .field--name-body img {
    width: 100% !important;
    height: auto !important;
  }
  footer .top .footer-righ .region-footer-right {
    display: block;
    margin-top: auto;
  }
  footer .top .footer-righ .region-footer-right section.block-block-contentd {
    width: auto;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  footer .top .footer-righ .field--name-body .footer-contact p {
    margin-top: auto;
  }
}


@media (max-width:335px) {
  footer .top .footer-righ {
    padding: 20px 0 0 0;
  }
}
/* Menu and simple menu */

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

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