/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* 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: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-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: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-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: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-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 ;
    }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Gilroy%20Extra%20Bold/font.woff2') format('woff2'), url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Gilroy%20Extra%20Bold/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-Medium';
  src: url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Fonts/Gilroy%20Medium/font.woff2') format('woff2'), url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Fonts/Gilroy%20Medium/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-Regular';
  src: url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Fonts/Gilroy%20Regular/font.woff2') format('woff2'), url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Fonts/Gilroy%20Regular/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-RegularItalic';
  src: url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Fonts/Gilroy%20Italic/font.woff2') format('woff2'), url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Fonts/Gilroy%20Italic/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-Bold';
  src: url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Fonts/Gilroy%20Bold/font.woff2') format('woff2'), url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Fonts/Gilroy%20Bold/font.woff') format('woff');
  font-display: swap;
}



html {
  font-size: 24px;
}

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

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

body {
  color: #494A52;
  font-family: 'Gilroy-Regular', Arial, sans-serif;
  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-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-family: "Gilroy-Bold", Arial, sans-serif;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}
.h1-tm {
  font-family: "Gilroy-Bold", Arial, sans-serif;
  font-size: 11px;
  top: -1em;
}
/* Headings */

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6, {
  color: #494A52;
  font-family: 'Gilroy', Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1,.h1 {
  font-size: 2.1rem;
  font-family: 'Gilroy-ExtraBold', Arial, sans-serif;
  font-weight: extra-bold;
  line-height: 1;
}

h2,.h2 {
  font-size: 1.6rem;
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-weight: medium;
  line-height: 1.12;
}

h3,.h3 {
  font-size: 1.25rem;
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-weight: medium;
  line-height: 1.3
}

h4,.h4 {
  font-family: 'proxima-nova-condensed', Arial, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1.5;
  letter-spacing: 1px;
}

h5,.h5 {
  font-size: 1rem;
}

h6,.h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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 #A9A9A9;
  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;
}

/* Extra anchor classes */
.link--underline {
  position: relative;
  font-size: 18px;
/*   text-transform: capitalize; */
}
.link--underline:hover {
  text-decoration: none;
}
.link--underline:before,
.sg-cards-container .card-custom:hover .link--underline:before,
.sg-site-header__menu--main ul li.hs-menu-depth-1:after,
#sg-mobile-header-module ul li.hs-menu-depth-1 a:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background-color: #E3E3E3;
  opacity: .5;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.link--underline:hover:before,
.sg-cards-container .card-custom:hover .link--underline:before,
.sg-site-header__menu--main ul li.hs-menu-depth-1:hover:after,
#sg-mobile-header-module ul li.hs-menu-depth-1 a:hover:after{
  width: 100%;
  opacity: 1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.link--arrow-before {
  position: relative;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  color: #434244;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
  line-height: 1;
}
.link--arrow-before:hover {
   text-decoration: none;
}
.link--arrow-before:before {
  content: "";
  position: relative;
  display: block;
  width:36px;
  height: 36px;
  background-image: url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Image%20Assets/arrow-right.svg');
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 15px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
}
.link--arrow-before:hover:before {
  background-image: url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Image%20Assets/icon-arrow.svg'); 
}
.link--arrow-before.white,
.link--arrow-before.white:hover {
  color: white;
}
.link--arrow-before.white:before,
.link--arrow-before.white:hover:before {
  content: "";
  color: white;
  position: relative;
  display: block;
  width:36px;
  height: 36px;
  background-image: url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Image%20Assets/arrow-right.svg');
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 15px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-12%);
      -ms-transform: translateY(-12%);
          transform: translateY(-12%);
  background-image: url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/icon-arrow--white.svg'); 
}
.download.link--arrow-before:before {
    -webkit-transform: translateY(-12%) rotate(90deg);
      -ms-transform: translateY(-12%) rotate(90deg);
          transform: translateY(-12%) rotate(90deg);
}
.link--btn {
  border: 3px solid #7817D6;
  padding: 10px 30px;
  border-radius: 50px;
  background-color: transparent;
  color: #434244;
  transition: all .2s ease;
}
.link--btn:hover {
  border: 3px solid #7817D6;
  border-radius: 50px;
  background-color: #7817D6;
  color: white;
}
.text-white {
  color: white!important;
}
.text-shadow h1,
.text-shadow h2, 
.text-shadow h3, 
.text-shadow h4, 
.text-shadow h5,
.text-shadow h6, 
.text-shadow p {
  text-shadow: 0 3px 52px rgba( 0, 0, 0, .16); 
}
.text--line-above {
    position: relative;
}
.text--line-above:before {
    content: "";
    width: 80px;
    height: 4px;
    background-color: #27B4EF;
    position: absolute;
    top: -30px;
    left: 0;
}
.text--purple {
   color: #7817D6!important;
}

@media (max-width: 768px ) {
  body {
    font-size: 18px; 
  }
  body h1, body .h1 {
    font-size: 42px;
  }
  body h2, body .h2 {
    
  }
  body h3, body .h3 {
    font-size: 24px; 
  }
  body h4, body .h4 {}
  body h5, body .h5 {}
  body h6, body .h6 {}
  body p {
    font-size: 18px;
  }
   
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

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;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  text-transform: capitolize;
}

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;
}
.btn-primary, .btn-secondary {
  text-transform: capitalize;
}
.btn-primary:hover {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 500px) {
  .btn-primary,
  .btn-secondary {
    width: 100%;
  }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* Form */

form {
  font-family: Lato, sans-serif;
}

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

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}
select {
  border: 1px solid #d8d8da;
}
::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

::-ms-input-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

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

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: red;
}

.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 {
  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;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hs-menu-item a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem .7rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a { 
  text-decoration: none;
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

/* Base from boilerplate */
/* .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
} */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
#sc-site-header:not('.mega-menu') .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
    min-width: 100%;
    background-color: white;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Mobile Menu Styles */
div#sc-mobile-header-menu-wrapper .sc-main-menu,
div#sc-mobile-header-menu-wrapper .sc-secondary-menu{
  padding: 0 0 30px;
}
#sc-mobile-header-menu-wrapper li.hs-menu-item.hs-menu-depth-1 {
    padding: 0 70px 0 46px;
}

div#sc-mobile-header-menu-wrapper ul li a {
  margin-top: 0!important;
  padding: 10px 0;
}
#sc-mobile-header-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:after, #sc-mobile-header-menu-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:after {
  right: 30px;
  top: 20px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}


/* Internal Page Navigation Blocks (2 col template) */
.nav-block--internal {
   background-color: #F4F4F4;
   padding: 30px;
   margin-top: 80px;
}
.nav-block--internal .nav-header {
   font-size: 24px;
   position: relative;
}
.nav-block--internal .nav-header:before {
   content: "";
   position: absolute;
   bottom: -15px;
   left: 0;
   width: 90%;
   background-color: #CBCBCB;
   height: 2px;
}
.nav-block--internal .hs-menu-wrapper ul {
   -ms-flex-wrap: nowrap;
       flex-wrap: nowrap;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
}
.nav-block--internal a {
   padding-left: 0;
}

@media (max-width: 768px ) {
   .nav-block--internal,
   .spacer {
      display: none!important;
   }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.border-radius-10{
  border-radius:10px;
}
.box-shadow-gray-10{
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
          box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

img {
  max-width: 100% 
}

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hs-menu-wrapper.hs-menu-flow-vertical a {
  display: inline-block;
}

/* Flyouts */

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

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
  }
}
.box-shadow,
.box-shadow--hover:hover {
  -webkit-box-shadow: 0 0 66px rgba(227, 227, 227, .66);
          box-shadow: 0 0 66px rgba(227, 227, 227, .66); 
  -webkit-transition: all .2s ease; 
  -o-transition: all .2s ease; 
  transition: all .2s ease;
}


@media(min-width:980px){
  .sg-header-banner {
    min-height: 600px 
  }
  .sg-header-banner.homepage {
    min-height: 776px; 
  }
}
.sg-header-banner .content .header-banner-copy *{
  color: white;
}
.sg-body-banner.center-text .header-banner-copy,
.sg-header-banner .content .header-banner-copy {
  max-width: 911px;
  margin: 0 auto;
}
.sg-header-banner .arrow-container button {
  background-image: url(https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Logos/img-keyhole.png);
    background-size: 100%;
    width: 200px;
    height: 197px;
    background-repeat: no-repeat;
    background-color: transparent;
}
.sg-header-banner .arrow-container {
  bottom: -110px;
}

 .sg-body-banner.center-text .header-banner-copy h3 {
  max-width: 550px;
   margin: 0 auto;
}
.sg-body-banner.text-white .header-banner-copy * {
  color: white!important; 
}
.sg-body-banner .btn-primary {
  margin-top: 30px;
}
.sg-cards-container .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sg-cards-container.banner .cards-banner a:not(.btn-primary):not(.btn-secondary) {
  color: white;
  text-decoration: underline;
}
.sg-cards-container.banner .cards-banner a:hover:not(.btn-primary):not(.btn-secondary) {
  color: #e1e1e1;
  text-decoration: underline;
}
.sg-cards-container.horizontal.cards--justify-left {
  justify-content: flex-start;
}
body .sg-card.hide-image p.external-source {
  font-weight: bold;
  color: rgba(120,23,214,1.0);
  margin-bottom: 5px;
  font-size: 15px;
}
.sg-header-banner.bg-gradient:before {
  content: "";
  background-image:  -webkit-gradient(linear,left top,right top,from(#00def5),to(#941eff));
    background-image: gradient(linear,left top,right top,from(#00def5),to(#941eff));
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
/* video Iframes */
.vidyard-player-container iframe {
  border-radius: 20px;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.js-is-sticky #sg-mobile-header-module,
.header-container-wrapper.js-is-sticky {
  -webkit-box-shadow: 0 3px 48px rgba(0, 0, 0, .1);
          box-shadow: 0 3px 48px rgba(0, 0, 0, .1);
  background-color: white;
}
.header--no-navigation .header__logo img {
  padding: 20px 0;
  width: 176px;
}
header#sg-site-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-image: -webkit-gradient(linear,left top, right top,from(#00def5), to(#941eff));
  background-image: -o-linear-gradient(left,#00def5 0%, #941eff 100%);
  background-image: linear-gradient(to right,#00def5 0%, #941eff 100%);
}
.sg-site-header--style-sticky .courtesy-container {
  text-align: right;
  background-color: rgba(242, 242, 242, .6);
  margin-top: 7px;
}
.nav--solid .sg-site-header--style-sticky .courtesy-container {
  margin-top:0;
  padding-top: 7px;
}
.sg-site-header--style-sticky.js-is-sticky .courtesy-container {
  background-color: rgba(242, 242, 242, 1);
}
.courtesy-container ul {
  justify-content: flex-end;
}
.courtesy-container .sg-site-header__menu--courtesy ul li a {
  color: #494a52!important;
}
.sg-site-header__menu--courtesy ul{
  margin-right: 15px;
  margin-bottom: -15px!important;
}
.sg-site-header__menu--courtesy ul li {
  margin-right: 15px;
}
.sg-site-header__menu--courtesy ul li a {
  font-size: 14px!important;
  text-transform: uppercase!important;
  color: white!important;
}

#sg-site-header .sg-site-header__menu--main {
  width: 87%;
}
.sg-site-header__menu--main ul li:last-of-type{
  margin-left: auto;
}


@media (max-width: 1040px){
  .sg-site-header__menu--main.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a {
    font-size: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }
  #sg-site-header .sg-site-header__menu--main {
    width: 82%;
  }
}
@media(max-width: 980px) {
  .sg-site-header__menu--courtesy ul{
    margin-right: 13px;
    margin-bottom: -5px!important;
  }
}

@media(max-width: 835px) {

  #sg-site-header .sg-site-header__menu--main {
    width: auto;
  }
  .sg-site-header__menu--main ul li:last-of-type{
    margin-left: 0;
  }
}

@media(max-width: 768px) {
  .courtesy-container {
    display: none;
  }
  }

  #sg-site-header .sg-site-header__menu--main ul li:nth-last-of-type(2) {
    display: none;
  }

  
  #sg-mobile-header-module ul li.hs-menu-depth-1:nth-last-of-type(3) a{
    font-family: "proxima-nova-condensed",sans-serif;
    line-height: 1;
  }
 #sg-mobile-header-module ul li.hs-menu-depth-1:nth-last-of-type(6) a:after,
 #sg-mobile-header-module ul li.hs-menu-depth-1:nth-last-of-type(5) a:after,
 #sg-mobile-header-module ul li.hs-menu-depth-1:nth-last-of-type(4) a:after,
  #sg-mobile-header-module ul li.hs-menu-depth-1:nth-last-of-type(3) a:after {
    display: none;
  }


.sg-site-header--style-sticky #sg-site-header.mega-menu .mega.hs-menu-depth-1 .hs-menu-children-wrapper,
.sg-site-header--style-sticky #sg-site-header.mega-menu .mega.hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-item { 
   visibility: hidden;
   z-index: 0;
}
.sg-site-header--style-sticky #sg-site-header.mega-menu .mega.hs-menu-depth-1:hover  .hs-menu-children-wrapper,
.sg-site-header--style-sticky #sg-site-header.mega-menu .mega.hs-menu-depth-1:hover .hs-menu-children-wrapper .hs-menu-item {
    z-index: 20;
    visibility: visible;
}

img#sg-site-header__logo{
  -webkit-transition: max-width 0.25s;
  -o-transition: max-width 0.25s;
  transition: max-width 0.25s;
  max-width: 100%;
  height: auto;
}
.logo-wrapper svg {
   max-width: 172px;
  width: 100%;
}
.js-is-sticky .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* @media(max-width: 1225px){
  .sg-site-header__menu--main li.hs-menu-depth-1 > a,
  .js-is-sticky .sg-site-header__menu--main li.hs-menu-depth-1 > a{
    font-size: 14px!important;
  }
} */
/* @media(max-width: 1050px){
  .js-is-sticky .sg-site-header__menu--main li.hs-menu-depth-1 > a{
    font-size: 14px!important;
  }
} */
@media(max-width: 980px){
   header#sg-site-header .sg-site-header__menu--main .mega li.hs-menu-depth-2 > a {
      font-size: 14px
   }
} 
 

#sg-site-header__search input[type="search"]{
  width: 150px!important;
}
/* @media(max-width: 767px){
  body .header-container-wrapper.sg-site-header--style-sticky{
    position: relative !important;
  }
} */



/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {
  position: relative;
}

#sg-site-header .logo-wrapper{
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: logo;
  -ms-grid-column-align: start;
      justify-self: start;
    -ms-grid-row-align: center;
  padding: 18px 0 3px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   #sg-site-header .logo-wrapper {
     max-width: 200px;
  }
}
#sg-site-header .sg-site-header__menu--main{
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: mainnav;
   -ms-grid-row-align: center;
  -ms-grid-column-align: end;
}
#sg-site-header .sg-site-header__menu--courtesy{
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: courtesy;
      -ms-grid-row-align: center;
}
#sg-site-header #sg-site-header__search{
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: search;
    -ms-grid-row-align: center;
}
header#sg-site-header {
    display: -ms-grid;
    display: grid;
                grid-template-areas:
        "logo mainnav search";
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: end;
  -webkit-transition: background-color 0.5s, margin 0.5s;
  -o-transition: background-color 0.5s, margin 0.5s;
  transition: background-color 0.5s, margin 0.5s;
  padding: 9px 0;
  
}


header#sg-site-header .sg-site-header__menu--main a{
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

#sg-site-header .sg-site-header__menu--main ul.hs-menu-children-wrapper:hover + a {
  color: #494A52;
}

#sg-site-header__search input[type="search"] {
    background-color: #fff;
    border: 0;
    top: -5px;
    color: #000;
    font-size: 14px;
    opacity: 0;
    width: 190px;
    height: 28px;
    position: relative;
    float: right;
    border-radius: 5px;
    -webkit-appearance: none;
    padding-right: 25px;
}

#sg-site-header__search:hover input[type="search"] + button, #sg-site-header__search input[type="search"]:hover + button, #sg-site-header__search input[type="search"]:focus + button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.222' height='16.76' viewBox='0015.22216.76'%3E%3Cg fill='none' stroke='black'%3E%3Cg stroke-width='2'%3E%3Ccircle cx='6.154' cy='6.154' r='6.154' stroke='none'/%3E%3Ccircle cx='6.154' cy='6.154' r='5.154'/%3E%3C/g%3E%3Cpath stroke-linecap='round' stroke-width='2.5' d='M9.615 10.385L13.461 15'/%3E%3C/g%3E%3C/svg%3E") !important;
}
#sg-site-header__search:hover input[type="search"], #sg-site-header__search input[type="search"]:hover, #sg-site-header__search input[type="search"]:focus {
    opacity: 1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
#sg-site-header__search button#sg-site-header__search-button{
   padding: 10px;
   -webkit-transform: translateY(-17px);
       -ms-transform: translateY(-17px);
           transform: translateY(-17px);
   padding-left: 50px;
   background-position: right;
   margin: 0;
   position: relative;
   margin-left: 20px;
}
#sg-site-header__search button#sg-site-header__search-button:before {
   position: absolute;
   content: "";
   left: 0;
   height: 100%;
   width: 3px;
   background: white;
   top: 0;
}
.sg-site-header__menu--courtesy.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    margin-right: 25px;
}
.sg-site-header__menu--main li.hs-menu-depth-1 > a {
   text-transform: none;
}
.sg-site-header__menu--main.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-of-type {
   margin-right: 0!important;
}
.sg-site-header__menu--main.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:not(:last-of-type){
    margin-right: 15px;
}
@media(max-width: 1300px){
  .sg-site-header__menu--main.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    margin-right: 15px;
  }
    .sg-site-header__menu--main.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a{
    font-size: 15px;
  }
}
@media(max-width: 1225px){
  .sg-site-header__menu--main.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    margin-right: 15px;
  }
}
@media(max-width: 1075px){
/*   .sg-site-header__menu--main.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a{
    font-size: 16px;
  } */
  .sg-site-header__menu--main.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a{
    font-size: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .sg-site-header__menu--courtesy.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    margin-right: 10px;
  }
  .sg-site-header__menu--courtesy li a{
    font-size: 14px;
  }
}
@media(max-width: 980px){
  #sg-site-header .sg-site-header__menu--main {
    width: auto;
  }
  
  .sg-site-header__menu--main.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    margin-right: 5px;
  }
  .sg-site-header__menu--main.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    margin-right: 10px;
  }
  nav.sg-site-header__menu--main.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children::before{
    padding-right: 0;
  }
  .header-container-wrapper header#sg-site-header .logo-wrapper svg,
    .header-container-wrapper header#sg-site-header .logo-wrapper img{
    max-width: 130px;
  }
  .sg-site-header__menu--main.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:not(:last-of-type) {
    margin-right: 12px;
  }
}

.sg-site-header__menu--main.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children::before {
   content: "▼";
   font-size: 9px;
   bottom: 3px;
   position: relative;
   display: inline-block;
   vertical-align: middle;
   bottom: 50%;
   -webkit-transform: translatex(10px);
       -ms-transform: translatex(10px);
           transform: translatex(10px);
   left: 0px;
}
.sg-site-header__menu--courtesy.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child{
    margin-right: 0;
}
.sg-site-header__menu--main li a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}
.sg-site-header__menu--courtesy li a{
  color: #494A52;
  font-weight: 500;
  padding: 0;
  font-size: 16px;
}
.sg-site-header__menu--courtesy li a:hover {
  color: #494A52; 
}

.header-container .widget-type-global_group:first-child {
    min-height: 0;
    height: 0;
}

/* Default Styles for Mega-menu  */
#sg-site-header.mega-menu {
   position: relative;
   padding-top: 0;
   padding-bottom: 0;
}
#sg-site-header .hs-menu-depth-1:not(.mega) {
   position: relative;
}
#sg-site-header .hs-menu-depth-1:not(.mega) .hs-item-has-children {
   width: 100%;
}
#sg-site-header .hs-menu-depth:not(.mega) a {
   width: 100%;
}
#sg-site-header.mega-menu .sg-site-header__menu--main > ul {
   display: block;
}
#sg-site-header.mega-menu .mega .hs-menu-children-wrapper {
   position:absolute;
   width: 100%;
   top: 100%;
   left: 0;
}
#sg-site-header.mega-menu .sg-site-header__menu--main .hs-menu-depth-1 a {
   padding-bottom: 30px;
}
#sg-site-header.mega-menu .mega li.hs-menu-item.hs-menu-depth-3 {
    visibility: visible;
}
#sg-site-header.mega-menu .mega.hs-menu-depth-1 > .hs-menu-children-wrapper {
   z-index: 0;
}
#sg-site-header.mega-menu .mega.hs-menu-depth-1:hover > .hs-menu-children-wrapper {
    z-index: 20;
}
#sg-site-header.mega-menu .hs-menu-depth-1.mega > .hs-menu-children-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 40px 0;
    min-height: 400px;
}
#sg-site-header.mega-menu .hs-menu-depth-1.mega:hover ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
#sg-site-header.mega-menu .mega .hs-menu-depth-2 .hs-menu-children-wrapper {
   background: transparent!important;
}
#sg-site-header.mega-menu .mega  ul.p-menu .hs-menu-children-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
}
#sg-site-header.mega-menu .mega .hs-menu-wrapper ul {
   -webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start;
}
#sg-site-header.mega-menu .mega .p-menu-group {
   margin: 1%;
}
#sg-site-header.mega-menu .mega .hs-menu-depth-2 a {
   padding: 0;
   font-size: 14px;
   margin-bottom: 5px;
}
#sg-site-header.mega-menu .hs-menu-depth-2 a {
   font-size: 14px;
   padding: 24px 20px;
}
#sg-site-header.mega-menu .hs-menu-depth-1:not(.mega) .hs-menu-depth-2 {
   min-width: 170px;
}
#sg-site-header.mega-menu .mega .hs-menu-depth-2 > a {
   margin-bottom: 20px;
   font-size: 18px;
   font-weight: bold;
   text-transform: uppercase;
}
#sg-site-header.mega-menu .mega .p-menu-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
   width: 100%;
}
#sg-site-header.mega-menu .mega .p-menu {
   -webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start;
}

/* Start of logo stuff on scroll!!!! */
/* Swaps logo colors on scroll */
.header-container-wrapper:not(.js-is-sticky) header#sg-site-header svg #transparent {
    opacity: 0;
}
.header-container-wrapper:not(.js-is-sticky) header#sg-site-header svg #transparent, .header-container-wrapper:not(.js-is-sticky) svg path {
    fill: #F7F7F7;
    opacity: 1;
}
.header-container-wrapper:not(.js-is-sticky) header#sg-site-header .sg-site-header__menu--main ul li.hs-menu-depth-1 a {
  color: white; 
}
body.nav--solid #sg-mobile-header-module #sg-header-logo-wrapper svg #white-key,
.header-container-wrapper.js-is-sticky #sg-mobile-header-module #sg-header-logo-wrapper svg #white-key,
.header-container-wrapper.js-is-sticky header#sg-site-header svg #white-key {
    opacity: 0;
}

.header-container-wrapper img.logo {
  max-width: 172px;
}
.nav-logo-wrapper img.logo,
.header-container-wrapper:not(.js-is-sticky) img.logo {
  filter: brightness(0) invert(1);
}
/* .header-container-wrapper.js-is-sticky svg path {
    fill: #434244;
} */
/* body.nav--solid #sg-mobile-header-module #sg-header-logo-wrapper svg image {
  -webkit-transform: translate(162px, 131px);
      -ms-transform: translate(162px, 131px);
          transform: translate(162px, 131px); 
} */

/* #sg-site-header .sg-site-header__menu--main ul li:nth-last-of-type(3) > a, */
#sg-site-header .sg-site-header__menu--main ul li:nth-last-of-type(2) > a{
  font-family: 'proxima-nova-condensed', Arial, sans-serif;
  font-size: 16px;
  color: #696869;
  text-transform: uppercase;
  transform: translateY(2px);
}
/* #sg-site-header .sg-site-header__menu--main ul li:nth-last-of-type(3):after, */
/* #sg-mobile-header-module ul li.hs-menu-depth-1:nth-last-of-type(3) a:after, */
#sg-site-header .sg-site-header__menu--main ul li:nth-last-of-type(2):after,
#sg-site-header .sg-site-header__menu--main ul li:nth-last-of-type(1):after,
#sg-mobile-header-module ul li.hs-menu-depth-1:nth-last-of-type(2) a:after,
#sg-mobile-header-module ul li.hs-menu-depth-1:nth-last-of-type(1) a:after{
  display: none; 
}
#sg-site-header ul ul {
  display: none!important;
}
#sg-site-header ul>li:before {
  display: none!important
};

#sg-mobile-header-menu-wrapper ul li a {
  position: relative;
  display: inline-block;
}
#sg-mobile-header-menu-wrapper .sg-main-menu li.hs-menu-depth-1{
  border: none!important; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
/* #sg-mobile-header-menu-wrapper .sg-main-menu li.hs-menu-depth-1:nth-of-type(3) {
  margin-bottom: 60px!important; 
} */
#sg-mobile-header-module ul li.hs-menu-depth-1:nth-last-of-type(6) a,
#sg-mobile-header-module ul li.hs-menu-depth-1:nth-last-of-type(5) a,
#sg-mobile-header-module ul li.hs-menu-depth-1:nth-last-of-type(4) a,
#sg-mobile-header-module ul li.hs-menu-depth-1:nth-last-of-type(3) a,
#sg-mobile-header-module ul li.hs-menu-depth-1:nth-last-of-type(2) a {
  font-family: "proxima-nova-condensed", sans-serif;
  line-height: 1;
}
#sg-mobile-header-menu-wrapper .sg-main-menu li.hs-menu-depth-1:nth-last-of-type(1) a {
  background-color: #7817D6;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  color: white;
  padding: 15px;
}/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


body:not(.nav--solid) .header-container-wrapper:not(.js-is-sticky) #sg-mobile-header-module #sg-header-logo-wrapper svg image,
.header-container-wrapper:not(.js-is-sticky) #sg-mobile-header-menu-wrapper .nav-logo-wrapper svg image,
.header-container-wrapper #sg-mobile-header-menu-wrapper .nav-logo-wrapper svg image{
 opacity: 0; 
}
.header-container-wrapper.js-is-sticky #sg-mobile-header-module svg path#transparent{
 opacity: 0; 
}
.header-container-wrapper.js-is-sticky #sg-mobile-header-module #sg-mobile-header-menu-wrapper svg path#transparent{
  opacity:1;
}
.header-container-wrapper #sg-mobile-header-menu-wrapper svg path{
  fill:#f7f7f7!important;
}
.header-container-wrapper.js-is-sticky #sg-mobile-header-module .ah-hamburger {
    background-image: url(https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Image%20Assets/mobile-open--colored.svg);
}
/* #sg-mobile-header-module svg image{
    -webkit-transform: translate(162px,131px);
        -ms-transform: translate(162px,131px);
            transform: translate(162px,131px);
} */
body.nav--solid #sg-mobile-header-module #sg-header-logo-wrapper svg,
body:not(.nav--solid) #sg-mobile-header-module #sg-header-logo-wrapper svg,
#sg-mobile-header-menu-wrapper .nav-logo-wrapper svg,
#sg-mobile-header-menu-wrapper .nav-logo-wrapper img{
  max-width: 130px;
  width: 100%;
  height: 50px;
  margin: 10px 0;
  display: block;
}
body:not(.nav--solid) #sg-mobile-header-module {
  background: transparent; 
  top: 0;
  left: 0;
}
body.nav--solid #sg-mobile-header-module #sg-mobile-header-hamburger-wrapper {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); 
}
#sg-mobile-header-module #sg-mobile-header-hamburger-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sg-mobile-header-module #sg-header-logo-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; 
  height: 100%;
}

#sg-mobile-header-hamburger-wrapper .ah-hamburger {
  width: 45px;
  height: 45px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.header-container-wrapper.sg-site-header--style-sticky:not(.js-is-sticky) #sg-mobile-header-module.header-style-fixed{
   background: transparent;
}
#sg-mobile-header-module.header-style-fixed{
   -webkit-transition: background .3s ease;
   -o-transition: background .3s ease;
   transition: background .3s ease;
}
.header-container-wrapper.sg-site-header--style-sticky.js-is-sticky #sg-mobile-header-module.header-style-fixed{
  background: white;
}
body.nav--solid .js-is-sticky #sg-mobile-header-module.header-style-fixed{
  position:-webkit-sticky;
  position:sticky;
}
body.nav--solid .js-is-sticky .nav-logo-wrapper svg path {
  fill: white;
}
body:not(.nav--solid) .ah-hamburger {
    background-image: url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Image%20Assets/mobile-open--white.svg')
}

body.nav--solid .ah-hamburger {
  background-image: url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/Image%20Assets/mobile-open--colored.svg');
}

.header-container-wrapper svg #ah_logo > path:last-of-type,
.header-container-wrapper svg #ah_logo > path:nth-last-of-type(2) {
    transform: translateX(-27px)!important;
}
.justify-start {
  -webkit-box-pack: start!important;
      -ms-flex-pack: start!important;
          justify-content: flex-start!important;
}
.justify-end {
  -webkit-box-pack: end!important;
      -ms-flex-pack: end!important;
          justify-content: flex-end!important;
}






.footer {
   text-align: left;
}
.footer p {
   margin: 0;
   font-size: 16px;
   line-height: 1.75;
}
.footer ul {
   padding: 0;
}
.footer li {
   list-style-type: none;
}
.footer li a {
   line-height: 1.75;
   font-size: 16px;
   display: inline-block!important;
}
.footer h4 {
   margin-bottom: 10px;
}
.footer__social .social-icon {
   margin: 0 10px;
}
.footer__social .fab {
   font-size: 28px;
}
.footer .footer-bottom-wrapper {
  padding-bottom: 33px;
}

  /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

footer {
  background-color: #F2F4F6;
  color: #051F46;
  padding-top: 20px;
}

.footer.footer__no-navigation {
  background-color: #FFFFFF;
}

.footer__container {
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 0;
}
.footer__row.main {
  border-top: solid 2px #E3E3E3;  
  border-bottom: solid 2px #E3E3E3;
  padding: 80px 0;
  font-size: 18px;
}

.form-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  padding: 0 20px;
}
.form-section__form-wrapper {
  width: 100%; 
}
.form-section__form-wrapper form {
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.form-section__form-wrapper .hs-form-field > label {display: none;}
.form-section__form-wrapper .hs-error-msgs {
  position: absolute;
  bottom: -100%;
  left: 0;
}
.form-section__form-wrapper .input { 
  position: realitve;
}
.form-section__form-wrapper .hs-form-field {
  position: relative; 
}
.form-section__form-wrapper form > .hs-form-field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 680px;
    margin-right: 30px;
    margin-bottom: 0px;
}

.form-section__content {
  max-width: 428px;
  margin-bottom: 80px;
  text-align:center;
}
.form-section__content p{
  font-size:22px;
}

.footer-bottom-wrapper .footer__row {
   padding: 0;
}

.footer__row--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
.footer__info--legal {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer__info--legal a {
  color: #434244;
  font-size: 18px;
  margin-left: 15px;
}
.footer__info,
.footer__site-map,
.footer__form {
  padding: 0 20px;
}

.footer__form__title {
  font-weight: 600;
}

.footer__form__input {
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 25px;
  border: none;
  margin-right: 5px;
}

.footer__info__logo {
  margin-bottom: 20px;
}
.footer__info__logo img {
   width: 100%;
   max-width: 300px;
}

.footer__info__address {
  line-height: 1;
  margin-bottom: 20px;
}
.footer__info__address p {
  max-width: 221px; 
  line-height: 1.25;
  margin-bottom: 30px;
  font-size:18px;
}

.footer__form .button--primary {
  margin-top: 10px;
  padding: 10px 30px;
}

.footer__site-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
}
.footer__site-map li.hs-menu-item a{
  font-size:18px;
  font-weight:400;
}
.footer__site-map .hs-item-has-children ul.hs-menu-children-wrapper a{
  font-size:16px;
  font-weight:500;
}

.footer__site-map__section {
  margin: 0 20px;
  flex: 1;
  text-align: right;
}

.footer__site-map__section h4,
.footer__site-map__section h4,
.footer__site-map__section h4 {
  font-family: Lato, serif;
  font-size: 0.875rem;
  margin: 0;
  font-weight: 700;
  line-height: 10px;
}

.footer__site-map__category{
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
}

.footer__site-map__category {
  color: #051F46;
  font-weight: 600;
}

.footer__site-map__section ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0!important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: inherit;
  display: inline-block;
}

.footer__site-map__section.courtesy ul {
  margin-right: 20px!important;
}
.footer__site-map__section li {
  margin: 0;
  padding-bottom: 10px;
  text-align: left;
}

.footer__site-map__section a {
  text-decoration: none;
  color: #051F46;
  font-weight: 400;
  padding: 0;
}

.footer__site-map__link {
  color: #051F46;
}
.footer p.footer__legal {
  font-size: 12px; 
  margin-left: 15px;
}
.footer__site-map .hs-menu-wrapper > ul{
  margin-top:0!important;
}
.footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  justify-content: center;
}
.gradient-footer-form .footer.footer-lite .form-section {
   background-image: url('https://8332333.fs1.hubspotusercontent-na1.net/hubfs/8332333/blue-purple%20gradient.jpg');
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   padding-bottom: 40px;
   padding-top: 40px;
   margin-bottom: 0;
}
.gradient-footer-form .footer.footer-lite .form-section *:is(h2, p) {
   color: white!important;
}
.footer.footer-lite .form-section h2 {
   margin-top: 0;
}
@media(min-width:768px){
  .footer__site-map .social-links{
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
  }
}

/* Landing Page Footer  */

.footer-landing-page {
  text-align: center;
  opacity: 0.4;
  padding: 20px 0;
  border-top: 1px solid #E9EFF5;
  margin-top: 75px;
}
.footer-social-icon {
  width: 40px;
  height: auto;
}

@media(max-width:1225px) and (min-width: 768px){
  .footer__site-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .footer__site-map__section {
/*     -ms-flex-preferred-size: 40%;
        flex-basis: 40%; */
        -ms-flex-preferred-size: 1;
        flex-basis: 1;
    margin:0;
  }
}
@media screen and (max-width: 1000px) {
  .footer__row.footer__row--info {
    display: block;
    text-align: center;
  }
  .footer__row > * {
    margin-left: 0;
  }
  .footer__info--legal {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  justify-content: center;
    margin-top: 10px;
}
.footer__info--legal a {
  color: #434244;
  font-size: 18px;
  margin: 0 10px;
}
}
@media screen and (max-width: 768px) {
  .footer__row,
  .footer__site-map {
      display: block;
      text-align: center;
  }
  .footer__site-map .hs-menu-wrapper,
  .footer__info--legal{
    display:none; 
  }
  .footer .form-section__content {
    margin: 0 auto 80px; 
  }
  .footer .form-section__form-wrapper form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
  }
  .form-section__form-wrapper form > .hs-form-field {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .footer__info__address p {
    margin: 0 auto 30px; 
    font-size: 22px;
  }
  .form-section__form-wrapper .hs-error-msgs {
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  .footer__info__address p{
    margin-left:0;
    max-width:100%;
  }
  .footer__info,
  .footer__copyright{
    text-align:left;
  }
  .footer__site-map__section{
    margin:0;
  }
  .social-links{
    -webkit-box-pack:start!important;
        -ms-flex-pack:start!important;
            justify-content:flex-start!important;
  }
}
.footer__follow-me{
  text-align:center;
}
.footer-social-icon{
  opacity:0.1;
  transition: opacity 0.3s ease;
  cursor:pointer;
}
.footer-social-icon:hover{
  opacity:1;
}
@media(min-width:769px){
  .footer-social-icon{
    max-width:40px;
  }
  .footer__follow-me{
    text-align:right;
  }
}


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

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

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}